Fix rendering artifacts caused by overlapping same-width strokes of white and gray
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
146775937e
commit
78e1b0187d
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue