라인색

This commit is contained in:
ysCha 2026-04-30 13:07:50 +09:00
parent c221515744
commit 02c8422e87

View File

@ -2079,7 +2079,7 @@ const createInnerLinesFromSkeleton = (roofId, canvas, skeleton, textMode, isOver
const line = new QLine([p1.x, p1.y, p2.x, p2.y], { const line = new QLine([p1.x, p1.y, p2.x, p2.y], {
parentId: roof.id, parentId: roof.id,
fontSize: roof.fontSize, fontSize: roof.fontSize,
stroke: stroke, stroke: 'black',
strokeWidth: 4, strokeWidth: 4,
name: lineType, name: lineType,
lineName: lineType, lineName: lineType,