From 89ae48d2fea168011b30fa14c504bcc7f11e0e4c Mon Sep 17 00:00:00 2001 From: ysCha Date: Wed, 25 Feb 2026 10:05:02 +0900 Subject: [PATCH] =?UTF-8?q?[1475]=20=ED=94=8C=EB=9E=9C=EB=B3=B5=EC=82=AC(?= =?UTF-8?q?=EB=8B=A4=EC=A4=91=EC=A7=80=EB=B6=95=20=EB=B3=B5=EC=82=AC?= =?UTF-8?q?=EC=95=88=EB=90=A8=20-=20=EB=8B=A8=EC=9D=BC=EC=A7=80=EB=B6=95)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/util/skeleton-utils.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/util/skeleton-utils.js b/src/util/skeleton-utils.js index 8c41c9c7..b31e608d 100644 --- a/src/util/skeleton-utils.js +++ b/src/util/skeleton-utils.js @@ -470,7 +470,9 @@ export const skeletonBuilder = (roofId, canvas, textMode) => { //마루이동 if (moveFlowLine !== 0 || moveUpDown !== 0) { - roofLineContactPoints = movingLineFromSkeleton(roofId, canvas) + const movedPoints = movingLineFromSkeleton(roofId, canvas) + roofLineContactPoints = movedPoints + changRoofLinePoints = movedPoints } // changRoofLinePoints 좌표를 roof.skeletonPoints에 저장 (원본 roof.points는 유지)