Fix rendering artifacts caused by overlapping same-width strokes of white and gray
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
s3lph 2022-10-09 01:34:24 +02:00
parent 146775937e
commit 78e1b0187d
Signed by: s3lph
GPG key ID: 8AC98A811E5BEFF5

View file

@ -13,7 +13,7 @@ polygon.country {
polygon.state { polygon.state {
fill: #ffffff; fill: #ffffff;
stroke: #c3c3c3; stroke: #c3c3c3;
stroke-width: 2; stroke-width: 3;
} }
circle.erfa, circle.chaostreff { circle.erfa, circle.chaostreff {