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() |
请问有遇到过的么 有什么解决办法
框架类型 | 问题类型 | API/组件名称 | 终端类型 | 操作系统 | 微信版本 | 基础库版本 |
---|---|---|---|---|---|---|
小程序 | Bug | createPattern | 客户端 | Android | 6.6.7 | 2.0.9 |
2 个回答
我也是这样,请问你解决了吗?
你是不是用了arcTo的API
是的
要把arcTo换成arc来画圆角
你好 麻烦提供一个能够复现问题的代码片段。
https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html