From 34a4980db8155d4f3f18f66bccd99a52ce1af6cc Mon Sep 17 00:00:00 2001 From: ysCha Date: Wed, 25 Feb 2026 10:11:21 +0900 Subject: [PATCH] =?UTF-8?q?[1506]=20=EB=8F=99,=ED=98=84=EC=9D=B4=EB=8F=99?= =?UTF-8?q?=20sk=20=EB=AC=B8=EC=A0=9C?= 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 aeb63ffa..7d6b1b23 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는 유지)