From 614d3e746f54269fd06a1cc1e810549d1e9ca417 Mon Sep 17 00:00:00 2001 From: Philipp Zech Date: Fri, 6 Mar 2020 14:40:50 +0000 Subject: [PATCH] style: Convert vector-effect #defines to an enum class. Differential Revision: https://phabricator.services.mozilla.com/D65718 --- components/style/properties/longhands/svg.mako.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/properties/longhands/svg.mako.rs b/components/style/properties/longhands/svg.mako.rs index fbf240db205..1d4c880f091 100644 --- a/components/style/properties/longhands/svg.mako.rs +++ b/components/style/properties/longhands/svg.mako.rs @@ -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", )}