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) => (