From f5fc2d29bf50ccc020b1947b361cdce012cbfb7d Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Thu, 11 Jul 2024 12:04:41 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A3=BC=EC=84=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/fabric/QPolygon.js | 2 ++ 1 file changed, 2 insertions(+) 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) } }