From ec55884dd1bf0a04696406e775170a1f08afc9c6 Mon Sep 17 00:00:00 2001 From: ysCha Date: Mon, 26 Jan 2026 14:58:43 +0900 Subject: [PATCH] =?UTF-8?q?=ED=95=A0=EB=8B=B9=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 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/skeleton-utils.js b/src/util/skeleton-utils.js index 9c57828e..d044afb6 100644 --- a/src/util/skeleton-utils.js +++ b/src/util/skeleton-utils.js @@ -822,6 +822,7 @@ const createInnerLinesFromSkeleton = (roofId, canvas, skeleton, textMode) => { type: 'eaveHelpLine', isStart: true, pitch: wallLine.attributes.pitch, + planeSize: calcLinePlaneSize({ x1: p1.x, y1: p1.y, x2: p2.x, y2: p2.y }), actualSize: (isDiagonal) ? calcLineActualSize2( { x1: p1.x,