From 02c8422e870709fb5088aef4fe303dad868817d6 Mon Sep 17 00:00:00 2001 From: ysCha Date: Thu, 30 Apr 2026 13:07:50 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9D=BC=EC=9D=B8=EC=83=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/util/skeleton-utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/skeleton-utils.js b/src/util/skeleton-utils.js index 37e31da6..696de58f 100644 --- a/src/util/skeleton-utils.js +++ b/src/util/skeleton-utils.js @@ -2079,7 +2079,7 @@ const createInnerLinesFromSkeleton = (roofId, canvas, skeleton, textMode, isOver const line = new QLine([p1.x, p1.y, p2.x, p2.y], { parentId: roof.id, fontSize: roof.fontSize, - stroke: stroke, + stroke: 'black', strokeWidth: 4, name: lineType, lineName: lineType,