啊啊,canvas-bug手机会出现文字、颜色\大小、位置错乱
出现这个原因不是因为我画得代码不对。其它手机完全没问题。。。
就是安卓手机。每次打开绘制都奇奇怪该得。。。
this.ctx.beginPath()
this.ctx.setFontSize(size)
this.ctx.setFillStyle(color)
this.ctx.fillText(…options)
this.ctx.save();
this.ctx.restore();
我是这样写得。。。。请你们尽快得修复这个Bugs
5 回复