Index: Source/core/css/parser/CSSPropertyParser.cpp |
diff --git a/Source/core/css/parser/CSSPropertyParser.cpp b/Source/core/css/parser/CSSPropertyParser.cpp |
index abd04e819c8fefbe89a6ecbef46d19a915204041..19c217f3ad951af41d155d9eb2f045c7ed976f02 100644 |
--- a/Source/core/css/parser/CSSPropertyParser.cpp |
+++ b/Source/core/css/parser/CSSPropertyParser.cpp |
@@ -8107,6 +8107,8 @@ bool CSSPropertyParser::parseSVGValue(CSSPropertyID propId, bool important) |
break; |
case CSSPropertyX: |
case CSSPropertyY: |
+ case CSSPropertyRx: |
+ case CSSPropertyRy: |
validPrimitive = (!id && validUnit(value, FLength | FPercent, SVGAttributeMode)); |
break; |