From a21605a201d6215aa33ff762366cdcf8ebde4ed8 Mon Sep 17 00:00:00 2001 From: Jeremy Chen Date: Thu, 8 Jun 2017 10:26:22 +0800 Subject: [PATCH] Bug 1369624 - stylo: make fill-opacity animatable. MozReview-Commit-ID: 4iUSBtEYXuR --- components/style/properties/longhand/inherited_svg.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/longhand/inherited_svg.mako.rs b/components/style/properties/longhand/inherited_svg.mako.rs index 4c57a13f43c..53affa72515 100644 --- a/components/style/properties/longhand/inherited_svg.mako.rs +++ b/components/style/properties/longhand/inherited_svg.mako.rs @@ -40,7 +40,7 @@ ${helpers.predefined_type( spec="https://www.w3.org/TR/SVG2/painting.html#SpecifyingFillPaint")} ${helpers.predefined_type("fill-opacity", "Opacity", "1.0", - products="gecko", animation_value_type="none", + products="gecko", animation_value_type="ComputedValue", spec="https://www.w3.org/TR/SVG11/painting.html#FillOpacityProperty")} ${helpers.single_keyword("fill-rule", "nonzero evenodd",