From d1dd39b3e8c068a1955cc066442964a2e501db6e Mon Sep 17 00:00:00 2001 From: jhynsoo Date: Fri, 13 Sep 2024 12:17:43 +0900 Subject: [PATCH] =?UTF-8?q?Feat:=20=EC=BA=94=EB=B2=84=EC=8A=A4=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=ED=8F=B4=EB=A6=AC=EA=B3=A4=20=EA=B7=B8=EB=A6=AC?= =?UTF-8?q?=EB=8A=94=20=EC=A4=91=20fill=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/ImageCanvas/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/components/ImageCanvas/index.tsx b/frontend/src/components/ImageCanvas/index.tsx index 6e1359f..987d5d4 100644 --- a/frontend/src/components/ImageCanvas/index.tsx +++ b/frontend/src/components/ImageCanvas/index.tsx @@ -255,8 +255,6 @@ export default function ImageCanvas() { stroke={'#00a1ff'} strokeWidth={1} strokeScaleEnabled={false} - fill="#00a1ff33" - closed listening={false} /> {polygonPoints.map((point, index) => (