提交 ba6eab4a 编写于 作者: D DCloud_LXH

fix: canvas beginPath question/142494

上级 279b6884
......@@ -491,6 +491,10 @@ export class CanvasContext implements UniApp.CanvasContext {
beginPath() {
this.path = []
this.subpath = []
this.path.push({
method: 'beginPath',
data: [],
})
}
moveTo(x: number, y: number) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册