提交 eead1605 编写于 作者: X xty

修改编译警告

上级 6fec3b29
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
const ctx = this.renderingContext! const ctx = this.renderingContext!
ctx.lineWidth = 5 ctx.lineWidth = 5
ctx.lineCap = "round" ctx.lineCap = "round"
ctx.lineJoin = "square" ctx.lineJoin = "round"
ctx.beginPath() ctx.beginPath()
ctx.moveTo(this.lastPointX, this.lastPointY) ctx.moveTo(this.lastPointX, this.lastPointY)
ctx.lineTo(x, y) ctx.lineTo(x, y)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册