From eed8f63b84466bb6aab20ae621c53137ab750138 Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Thu, 30 Apr 2020 16:28:06 +1000 Subject: [PATCH] Upped fog stroke width --- src/components/map/MapFog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/map/MapFog.js b/src/components/map/MapFog.js index 50774e6..c0cbfba 100644 --- a/src/components/map/MapFog.js +++ b/src/components/map/MapFog.js @@ -67,7 +67,7 @@ function MapFog({ setDrawingShape({ type: "fog", data: { points: [brushPosition] }, - strokeWidth: 0.1, + strokeWidth: 0.5, color: "black", blend: true, // Blend while drawing id: shortid.generate(),