canvas createPattern API安卓兼容性问题
const pattern = ctx.createPattern(this.data.photo, 'repeat-y') this.roundRect(that.changePx(13/2), that.changePx(12/2), that.changePx(352 / 2), that.changePx(352/2), 5) ctx.fillStyle = pattern ctx.fill() |
请问有遇到过的么 有什么解决办法
