Compare commits

..

2 Commits

Author SHA1 Message Date
33fa60360b Merge pull request 'skeleton open' (#482) from dev_ysCha into dev
Reviewed-on: #482
2025-12-16 11:10:08 +09:00
fdeb0dab9a skeleton open 2025-12-16 11:09:05 +09:00

View File

@ -336,7 +336,7 @@ export const QPolygon = fabric.util.createClass(fabric.Polygon, {
if (types.every((type) => type === LINE_TYPE.WALLLINE.EAVES)) { if (types.every((type) => type === LINE_TYPE.WALLLINE.EAVES)) {
// 용마루 -- straight-skeleton // 용마루 -- straight-skeleton
console.log('용마루 지붕') console.log('용마루 지붕')
//drawRidgeRoof(this.id, this.canvas, textMode) ///drawRidgeRoof(this.id, this.canvas, textMode)
drawSkeletonRidgeRoof(this.id, this.canvas, textMode); drawSkeletonRidgeRoof(this.id, this.canvas, textMode);
} else if (isGableRoof(types)) { } else if (isGableRoof(types)) {
// A형, B형 박공 지붕 // A형, B형 박공 지붕