From 6eb6b54ebc9cc452267e3ff4df26c45a345569e7 Mon Sep 17 00:00:00 2001 From: Jaeyoung Lee Date: Mon, 3 Feb 2025 18:07:08 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A7=80=EB=B6=95=EB=8D=AE=EA=B0=9C=20?= =?UTF-8?q?=EC=9D=B4=EB=8F=99=ED=9B=84=20=EB=B0=B0=EC=B9=98=EB=A9=B4=20?= =?UTF-8?q?=ED=95=A0=EB=8B=B9=20=EC=95=88=EB=90=98=EB=8A=94=20=ED=98=84?= =?UTF-8?q?=EC=83=81=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/fabric/QPolygon.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/fabric/QPolygon.js b/src/components/fabric/QPolygon.js index c3cc53bc..e095de42 100644 --- a/src/components/fabric/QPolygon.js +++ b/src/components/fabric/QPolygon.js @@ -154,6 +154,7 @@ export const QPolygon = fabric.util.createClass(fabric.Polygon, { const { left, top } = this.calcOriginCoords() this.set('pathOffset', { x: left, y: top }) this.setCoords() + this.initLines() }) // polygon.fillCell({ width: 50, height: 30, padding: 10 })