From eead16052da65014fc5861ed08b2ff742c5b23d4 Mon Sep 17 00:00:00 2001 From: xty Date: Mon, 19 Aug 2024 18:22:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BC=96=E8=AF=91=E8=AD=A6?= =?UTF-8?q?=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/component/canvas/canvas/doodle.uvue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/component/canvas/canvas/doodle.uvue b/pages/component/canvas/canvas/doodle.uvue index 90897fef..44ba75f7 100644 --- a/pages/component/canvas/canvas/doodle.uvue +++ b/pages/component/canvas/canvas/doodle.uvue @@ -41,7 +41,7 @@ const ctx = this.renderingContext! ctx.lineWidth = 5 ctx.lineCap = "round" - ctx.lineJoin = "square" + ctx.lineJoin = "round" ctx.beginPath() ctx.moveTo(this.lastPointX, this.lastPointY) ctx.lineTo(x, y) -- GitLab