Index: experimental/svg/model/SkSVGDOM.cpp |
diff --git a/experimental/svg/model/SkSVGDOM.cpp b/experimental/svg/model/SkSVGDOM.cpp |
index c9d9e93f65128289ae4c80720d575a706f651a48..8e2667ad200ea15f8eae6cd8740d5275c4e343d3 100644 |
--- a/experimental/svg/model/SkSVGDOM.cpp |
+++ b/experimental/svg/model/SkSVGDOM.cpp |
@@ -217,6 +217,7 @@ SortedDictionaryEntry<AttrParseInfo> gAttributeParseInfo[] = { |
{ "fill" , { SkSVGAttribute::kFill , SetPaintAttribute }}, |
{ "fill-opacity" , { SkSVGAttribute::kFillOpacity , SetNumberAttribute }}, |
{ "height" , { SkSVGAttribute::kHeight , SetLengthAttribute }}, |
+ { "opacity" , { SkSVGAttribute::kOpacity , SetNumberAttribute }}, |
{ "points" , { SkSVGAttribute::kPoints , SetPointsAttribute }}, |
{ "rx" , { SkSVGAttribute::kRx , SetLengthAttribute }}, |
{ "ry" , { SkSVGAttribute::kRy , SetLengthAttribute }}, |