From 5c691727eb8f903d28c9ead8c4cd1a49df688726 Mon Sep 17 00:00:00 2001 From: xianyi Date: Thu, 27 Nov 2025 17:36:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=AD=BE=E5=90=8D=E7=94=BB?= =?UTF-8?q?=E7=AC=94=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/UI7/UI7.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/UI7/UI7.tsx b/src/pages/UI7/UI7.tsx index 56ddb8b..4db6ac2 100644 --- a/src/pages/UI7/UI7.tsx +++ b/src/pages/UI7/UI7.tsx @@ -282,7 +282,7 @@ const UI7: React.FC = () => { ctx.clearRect(0, 0, canvas.width, canvas.height); ctx.restore(); ctx.strokeStyle = "#000000"; - ctx.lineWidth = 2; + ctx.lineWidth = 10; ctx.lineCap = "round"; ctx.lineJoin = "round"; }, []);