mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
use fill:none instead of fill:transparent
`transparent` is not a valid [svg](http://www.w3.org/TR/SVG/painting.html#SpecifyingPaint) [color](http://www.w3.org/TR/SVG/types.html#DataTypeColor). Use `none` instead.
This commit is contained in:
+3
-3
@@ -1051,9 +1051,9 @@ text.point {
|
||||
|
||||
/* GPX Paths */
|
||||
path.gpx {
|
||||
stroke:#6AFF25;
|
||||
stroke-width:2;
|
||||
fill:transparent;
|
||||
stroke: #6AFF25;
|
||||
stroke-width: 2;
|
||||
fill: none;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user