From 78e1b0187d2df5e75aa5ec193ec6e4b92a6f290a Mon Sep 17 00:00:00 2001 From: s3lph Date: Sun, 9 Oct 2022 01:34:24 +0200 Subject: [PATCH] Fix rendering artifacts caused by overlapping same-width strokes of white and gray --- style/erfamap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/erfamap.css b/style/erfamap.css index 3d89cdd..1aa30f2 100644 --- a/style/erfamap.css +++ b/style/erfamap.css @@ -13,7 +13,7 @@ polygon.country { polygon.state { fill: #ffffff; stroke: #c3c3c3; - stroke-width: 2; + stroke-width: 3; } circle.erfa, circle.chaostreff {