提交 7be05819 编写于 作者: Q qiang

fix: 解决CanvasContext调用beginPath之前调用其他path相关API报错的问题

上级 c6528f2e
......@@ -266,6 +266,8 @@ class CanvasContext {
this.id = id
this.pageId = pageId
this.actions = []
this.path = []
this.subpath = []
this.currentTransform = []
this.currentStepAnimates = []
this.drawingState = []
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册