From 0df16cb22cca3b86216a3fd160da5d5cc4eee66d Mon Sep 17 00:00:00 2001 From: Xidorn Quan Date: Wed, 12 Apr 2017 17:49:34 +0800 Subject: [PATCH] Support stroke-dasharray: none This should fix #16374. --- components/style/properties/longhand/inherited_svg.mako.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/properties/longhand/inherited_svg.mako.rs b/components/style/properties/longhand/inherited_svg.mako.rs index 2d051590b620..721b3fa921b0 100644 --- a/components/style/properties/longhand/inherited_svg.mako.rs +++ b/components/style/properties/longhand/inherited_svg.mako.rs @@ -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",