From 1e218459c0d7a1da8b75b7481e5005744816663c Mon Sep 17 00:00:00 2001 From: ysCha Date: Tue, 25 Nov 2025 18:41:14 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=84=EC=8B=9C=20=EC=99=84=EC=84=B13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/util/skeleton-utils.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/util/skeleton-utils.js b/src/util/skeleton-utils.js index 14cd60d9..28789eb4 100644 --- a/src/util/skeleton-utils.js +++ b/src/util/skeleton-utils.js @@ -694,12 +694,18 @@ const createInnerLinesFromSkeleton = (roofId, canvas, skeleton, textMode) => { const getAddLine = (p1, p2, stroke = '#1083E3') => { const line = new QLine([p1.x, p1.y, p2.x, p2.y], { + parentId : roof.id, + fontSize : roof.fontSize, stroke : stroke, strokeWidth: 4, - property : 'normal', + name : 'helpLine', lineName : 'helpLine', + selectable : true, + visible : true, roofId : roofId, - parentId : roof.id, + attributes : { + type: 'helpLine' + } }); const coordinateText = new fabric.Text(`(${Math.round(line.x1)}, ${Math.round(line.y1)})`, {