Skip to content

Commit 499ac88

Browse files
committed
stroke-dashoffset -> type:float (via @dch0ph)
#169 (comment)
1 parent 28a317a commit 499ac88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

4.2.0/reference.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,11 +626,11 @@
626626
},
627627
"stroke-dashoffset": {
628628
"css": "line-dash-offset",
629-
"type": "numbers",
629+
"type": "float",
630630
"expression":true,
631631
"doc": "Valid parameter but not currently used in renderers (only exists for experimental svg support in Mapnik which is not yet enabled).",
632632
"default-value": "none",
633-
"default-meaning": "The line will be drawn without dashes."
633+
"default-meaning": ""
634634
},
635635
"stroke-miterlimit": {
636636
"css": "line-miterlimit",

0 commit comments

Comments
 (0)