| Index: experimental/svg/model/SkSVGAttribute.h
|
| diff --git a/experimental/svg/model/SkSVGAttribute.h b/experimental/svg/model/SkSVGAttribute.h
|
| index 196575de0b92f35e33e47b8ad13e0f18dfec912d..ce06b1e8a603c348d84ce3840386218734075bc4 100644
|
| --- a/experimental/svg/model/SkSVGAttribute.h
|
| +++ b/experimental/svg/model/SkSVGAttribute.h
|
| @@ -20,11 +20,15 @@ enum class SkSVGAttribute {
|
| kFill,
|
| kFillOpacity,
|
| kHeight,
|
| + kHref,
|
| + kOffset,
|
| kOpacity,
|
| kPoints,
|
| kR, // <circle>: radius
|
| kRx, // <ellipse>,<rect>: horizontal (corner) radius
|
| kRy, // <ellipse>,<rect>: vertical (corner) radius
|
| + kStopColor,
|
| + kStopOpacity,
|
| kStroke,
|
| kStrokeOpacity,
|
| kStrokeLineCap,
|
|
|