From e9cbeee9d9defca825d1dcedcfff45d646dd2624 Mon Sep 17 00:00:00 2001 From: Jeremy Chen Date: Fri, 9 Jun 2017 11:50:20 +0800 Subject: [PATCH] Bug 1360133 - stylo: make {stop, flood}-opacity animatable. MozReview-Commit-ID: GzNs36TjZ4E --- components/style/properties/longhand/svg.mako.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/style/properties/longhand/svg.mako.rs b/components/style/properties/longhand/svg.mako.rs index 9021121f370..03e2f557e9f 100644 --- a/components/style/properties/longhand/svg.mako.rs +++ b/components/style/properties/longhand/svg.mako.rs @@ -28,7 +28,7 @@ ${helpers.predefined_type( ${helpers.predefined_type("stop-opacity", "Opacity", "1.0", products="gecko", - animation_value_type="none", + animation_value_type="ComputedValue", spec="https://www.w3.org/TR/SVGTiny12/painting.html#propdef-stop-opacity")} // Section 15 - Filter Effects @@ -41,7 +41,7 @@ ${helpers.predefined_type( spec="https://www.w3.org/TR/SVG/filters.html#FloodColorProperty")} ${helpers.predefined_type("flood-opacity", "Opacity", - "1.0", products="gecko", animation_value_type="none", + "1.0", products="gecko", animation_value_type="ComputedValue", spec="https://www.w3.org/TR/SVG/filters.html#FloodOpacityProperty")} ${helpers.predefined_type(