提交 27d55750 编写于 作者: D DCloud_LXH

fix: canvas beginPath question/142494

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