Skip to content

Commit

Permalink
style: Convert vector-effect #defines to an enum class.
Browse files Browse the repository at this point in the history
  • Loading branch information
lokalmatador authored and emilio committed Apr 16, 2020
1 parent 4a19074 commit 614d3e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/style/properties/longhands/svg.mako.rs
Expand Up @@ -10,6 +10,7 @@ ${helpers.single_keyword(
"vector-effect",
"none non-scaling-stroke",
engines="gecko",
gecko_enum_prefix="StyleVectorEffect",
animation_value_type="discrete",
spec="https://www.w3.org/TR/SVGTiny12/painting.html#VectorEffectProperty",
)}
Expand Down

0 comments on commit 614d3e7

Please sign in to comment.