| Index: Source/core/svg/SVGStyledElement.cpp
|
| diff --git a/Source/core/svg/SVGStyledElement.cpp b/Source/core/svg/SVGStyledElement.cpp
|
| index a4f783bef1a70dd40c656074659ad181dd6af1b2..5d448d510a45527920fc7af64aaa88c96c1d218b 100644
|
| --- a/Source/core/svg/SVGStyledElement.cpp
|
| +++ b/Source/core/svg/SVGStyledElement.cpp
|
| @@ -178,6 +178,7 @@ CSSPropertyID SVGStyledElement::cssPropertyIdForSVGAttributeName(const Qualified
|
| mapAttributeToCSSProperty(propertyNameToIdMap, mask_typeAttr);
|
| mapAttributeToCSSProperty(propertyNameToIdMap, opacityAttr);
|
| mapAttributeToCSSProperty(propertyNameToIdMap, overflowAttr);
|
| + mapAttributeToCSSProperty(propertyNameToIdMap, paint_orderAttr);
|
| mapAttributeToCSSProperty(propertyNameToIdMap, pointer_eventsAttr);
|
| mapAttributeToCSSProperty(propertyNameToIdMap, shape_renderingAttr);
|
| mapAttributeToCSSProperty(propertyNameToIdMap, stop_colorAttr);
|
| @@ -250,6 +251,7 @@ static inline AttributeToPropertyTypeMap& cssPropertyToTypeMap()
|
| s_cssPropertyMap.set(mask_typeAttr, AnimatedString);
|
| s_cssPropertyMap.set(opacityAttr, AnimatedNumber);
|
| s_cssPropertyMap.set(overflowAttr, AnimatedString);
|
| + s_cssPropertyMap.set(paint_orderAttr, AnimatedString);
|
| s_cssPropertyMap.set(pointer_eventsAttr, AnimatedString);
|
| s_cssPropertyMap.set(shape_renderingAttr, AnimatedString);
|
| s_cssPropertyMap.set(stop_colorAttr, AnimatedColor);
|
|
|