提交 e3142bf2 编写于 作者: D DCloud_LXH 提交者: qiang

fix: canvas beginPath question/142494

上级 50883972
......@@ -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.
先完成此消息的编辑!
想要评论请 注册