Skip to content

Commit

Permalink
Support stroke-dasharray: none
Browse files Browse the repository at this point in the history
This should fix #16374.
  • Loading branch information
upsuper committed Apr 12, 2017
1 parent 0da416f commit 0df16cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/style/properties/longhand/inherited_svg.mako.rs
Expand Up @@ -97,6 +97,7 @@ ${helpers.predefined_type("stroke-dasharray",
"Either::Second(0.0)",
"parse_non_negative",
vector="True",
allow_empty="True",
products="gecko",
animation_type="none",
space_separated_allowed="True",
Expand Down

0 comments on commit 0df16cb

Please sign in to comment.