From cd1e910668192423d501b1cf699557da33739283 Mon Sep 17 00:00:00 2001 From: ysCha Date: Mon, 26 Jan 2026 15:14:28 +0900 Subject: [PATCH] =?UTF-8?q?eaveHelpLine=20planSize=20=EC=B6=94=EA=B0=80?= 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 cab518ef..1c25b85b 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,