Skip to content

Commit

Permalink
Bug 1360133 - stylo: make {stop, flood}-opacity animatable.
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: GzNs36TjZ4E
  • Loading branch information
chenpighead committed Jun 9, 2017
1 parent e386e42 commit e9cbeee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/style/properties/longhand/svg.mako.rs
Expand Up @@ -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
Expand All @@ -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(
Expand Down

0 comments on commit e9cbeee

Please sign in to comment.