Compare commits
No commits in common. "33fa60360b4b8b4800c534a25459aa148c7ff748" and "01a34fb8bc2c6cb8f7cb855627e15a4f09ef0712" have entirely different histories.
33fa60360b
...
01a34fb8bc
@ -336,7 +336,7 @@ export const QPolygon = fabric.util.createClass(fabric.Polygon, {
|
||||
if (types.every((type) => type === LINE_TYPE.WALLLINE.EAVES)) {
|
||||
// 용마루 -- straight-skeleton
|
||||
console.log('용마루 지붕')
|
||||
///drawRidgeRoof(this.id, this.canvas, textMode)
|
||||
//drawRidgeRoof(this.id, this.canvas, textMode)
|
||||
drawSkeletonRidgeRoof(this.id, this.canvas, textMode);
|
||||
} else if (isGableRoof(types)) {
|
||||
// A형, B형 박공 지붕
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user