标签: javascript html5 firefox canvas
我在画布中有这个径向进度视图。 Chrome渲染效果很好,但Firefox没有。
请快速帮我解决。
我想问题就在于此:
this.ctx.globalCompositeOperation = 'source-out';
http://codepen.io/vahidseo/pen/qBFcv
答案 0 :(得分:0)
修正了它。
this.ctx.restore ();//must be put before adding the text.