diff --git a/src/components/fabric/QPolygon.js b/src/components/fabric/QPolygon.js index dd4eda10..7892b5e6 100644 --- a/src/components/fabric/QPolygon.js +++ b/src/components/fabric/QPolygon.js @@ -302,8 +302,10 @@ export default class QPolygon extends fabric.Group { if (this.lines.length === 4) { this.#drawHelpLineInRect(chon) } else if (this.lines.length === 6) { + // TODO : 6각형 this.#drawHelpLineInHexagon(chon) } else if (this.lines.length === 8) { + // TODO : 8각형 this.#drawHelpLineInOctagon(chon) } }