Firefox画布无法按预期工作

时间:2014-07-04 10:52:11

标签: javascript html5 firefox canvas

我在画布中有这个径向进度视图。 Chrome渲染效果很好,但Firefox没有。

请快速帮我解决。

我想问题就在于此:

this.ctx.globalCompositeOperation = 'source-out';

http://codepen.io/vahidseo/pen/qBFcv

1 个答案:

答案 0 :(得分:0)

修正了它。

this.ctx.restore ();//must be put before adding the text.