From 3f9bc960b353900aafd3764defa608272485f495 Mon Sep 17 00:00:00 2001 From: ysCha Date: Tue, 23 Dec 2025 13:31:38 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A2=8C=ED=91=9C=EC=82=AD=EC=A0=9C?= 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 185cc653..d1019c66 100644 --- a/src/util/skeleton-utils.js +++ b/src/util/skeleton-utils.js @@ -729,7 +729,7 @@ const createInnerLinesFromSkeleton = (roofId, canvas, skeleton, textMode) => { }, }) - coordinateText(line) + //coordinateText(line) canvas.add(line) line.bringToFront() canvas.renderAll()