Feat: 캔버스에서 폴리곤 그리는 중 fill 제거
This commit is contained in:
parent
53d8107236
commit
d1dd39b3e8
@ -255,8 +255,6 @@ export default function ImageCanvas() {
|
|||||||
stroke={'#00a1ff'}
|
stroke={'#00a1ff'}
|
||||||
strokeWidth={1}
|
strokeWidth={1}
|
||||||
strokeScaleEnabled={false}
|
strokeScaleEnabled={false}
|
||||||
fill="#00a1ff33"
|
|
||||||
closed
|
|
||||||
listening={false}
|
listening={false}
|
||||||
/>
|
/>
|
||||||
{polygonPoints.map((point, index) => (
|
{polygonPoints.map((point, index) => (
|
||||||
|
Loading…
Reference in New Issue
Block a user