Changed line joins to round for fog and drawing
Avoids the long overhang with three sided fog shapes
This commit is contained in:
@@ -188,6 +188,7 @@ function MapDrawing({
|
||||
closed={shape.pathType === "fill"}
|
||||
fillEnabled={shape.pathType === "fill"}
|
||||
lineCap="round"
|
||||
lineJoin="round"
|
||||
strokeWidth={getStrokeWidth(
|
||||
shape.strokeWidth,
|
||||
gridSize,
|
||||
|
||||
Reference in New Issue
Block a user