aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Chen <jeremychen@mozilla.com>2017-06-08 10:26:22 +0800
committerJeremy Chen <jeremychen@mozilla.com>2017-06-08 14:38:25 +0800
commita21605a201d6215aa33ff762366cdcf8ebde4ed8 (patch)
tree3f7eced10b1579eb73e98b538a10444a8bf454c7
parentcaa8343e137ab73e046773263dc3ce4b4ebb7b3f (diff)
downloadservo-a21605a201d6215aa33ff762366cdcf8ebde4ed8.tar.gz
servo-a21605a201d6215aa33ff762366cdcf8ebde4ed8.zip
Bug 1369624 - stylo: make fill-opacity animatable.
MozReview-Commit-ID: 4iUSBtEYXuR
-rw-r--r--components/style/properties/longhand/inherited_svg.mako.rs2
1 files changed, 1 insertions, 1 deletions
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",