innerlines 추가

This commit is contained in:
ysCha 2025-09-26 18:23:58 +09:00
parent f8ee6a3887
commit 56a3853a00

View File

@ -153,6 +153,7 @@ const createInnerLinesFromSkeleton = (skeleton, baseLines, roof, canvas, textMod
// 3. 최종적으로 정리된 스켈레톤 선들을 QLine 객체로 변환하여 캔버스에 추가합니다.
const innerLines = [];
skeletonLines.forEach(line => {
const { p1, p2, attributes, lineStyle } = line;
const innerLine = new QLine([p1.x, p1.y, p2.x, p2.y], {