diff --git a/src/components/map/MapFog.js b/src/components/map/MapFog.js index 2695dc1..b05411b 100644 --- a/src/components/map/MapFog.js +++ b/src/components/map/MapFog.js @@ -492,7 +492,7 @@ function MapFog({ closed lineCap="round" lineJoin="round" - strokeWidth={editable ? gridStrokeWidth * shape.strokeWidth : 0} + strokeWidth={gridStrokeWidth * shape.strokeWidth} opacity={editable ? (!shape.visible ? 0.2 : 0.5) : 1} fillPatternImage={patternImage} fillPriority={active && !shape.visible ? "pattern" : "color"}