Index: experimental/svg/model/SkSVGDOM.cpp |
diff --git a/experimental/svg/model/SkSVGDOM.cpp b/experimental/svg/model/SkSVGDOM.cpp |
index c4fdcb172b3f1add0766b5cdf14fa562105222d0..09e0c9079a30c2a029ff54c160f83acb63f76f89 100644 |
--- a/experimental/svg/model/SkSVGDOM.cpp |
+++ b/experimental/svg/model/SkSVGDOM.cpp |
@@ -163,6 +163,8 @@ SortedDictionaryEntry<AttrParseInfo> gAttributeParseInfo[] = { |
{ "d" , { SkSVGAttribute::kD , SetPathDataAttribute }}, |
{ "fill" , { SkSVGAttribute::kFill , SetPaintAttribute }}, |
{ "height" , { SkSVGAttribute::kHeight , SetLengthAttribute }}, |
+ { "rx" , { SkSVGAttribute::kRx , SetLengthAttribute }}, |
+ { "ry" , { SkSVGAttribute::kRy , SetLengthAttribute }}, |
{ "stroke" , { SkSVGAttribute::kStroke , SetPaintAttribute }}, |
{ "style" , { SkSVGAttribute::kUnknown , SetStyleAttributes }}, |
{ "transform", { SkSVGAttribute::kTransform, SetTransformAttribute }}, |