diff options
-rw-r--r-- | components/style/properties/longhand/svg.mako.rs | 4 |
1 files 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( |