diff options
-rw-r--r-- | components/style/properties/helpers/animated_properties.mako.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/style/properties/helpers/animated_properties.mako.rs b/components/style/properties/helpers/animated_properties.mako.rs index 64d29252ddc..cfc7947f23d 100644 --- a/components/style/properties/helpers/animated_properties.mako.rs +++ b/components/style/properties/helpers/animated_properties.mako.rs @@ -2478,7 +2478,6 @@ impl Animatable for IntermediateSVGPaintKind { } // FIXME context values should be interpolable with colors // Gecko doesn't implement this behavior either. - (&SVGPaintKind::None, &SVGPaintKind::None) => Ok(SVGPaintKind::None), (&SVGPaintKind::ContextFill, &SVGPaintKind::ContextFill) => Ok(SVGPaintKind::ContextFill), (&SVGPaintKind::ContextStroke, &SVGPaintKind::ContextStroke) => Ok(SVGPaintKind::ContextStroke), _ => Err(()) |