Index: Source/core/animation/EffectInput.cpp |
diff --git a/Source/core/animation/EffectInput.cpp b/Source/core/animation/EffectInput.cpp |
index 7f38bdf78dfc123ed50894cfd913a3c4eeb00fbd..8cedf2d5a0968febac9cbd60238b26a44e142356 100644 |
--- a/Source/core/animation/EffectInput.cpp |
+++ b/Source/core/animation/EffectInput.cpp |
@@ -78,10 +78,15 @@ const QualifiedName* supportedSVGAttribute(const String& property, SVGElement* s |
&SVGNames::clipPathUnitsAttr, |
&SVGNames::edgeModeAttr, |
&SVGNames::filterResAttr, |
+ &SVGNames::offsetAttr, |
&SVGNames::orderAttr, |
&SVGNames::orientAttr, |
+ &SVGNames::pathLengthAttr, |
&SVGNames::pointsAttr, |
+ &SVGNames::tableValuesAttr, |
+ &SVGNames::valuesAttr, |
&SVGNames::viewBoxAttr, |
+ &SVGNames::zAttr, |
&XLinkNames::hrefAttr, |
}; |
for (size_t i = 0; i < WTF_ARRAY_LENGTH(attributes); i++) |