| Index: experimental/svg/model/SkSVGAttribute.h
|
| diff --git a/experimental/svg/model/SkSVGAttribute.h b/experimental/svg/model/SkSVGAttribute.h
|
| index cc3e7a073c4b89c85d14852115b99f3a6da1cb86..c94a23971234418569858a536e1cfc8b432cdc38 100644
|
| --- a/experimental/svg/model/SkSVGAttribute.h
|
| +++ b/experimental/svg/model/SkSVGAttribute.h
|
| @@ -14,14 +14,17 @@
|
| class SkSVGRenderContext;
|
|
|
| enum class SkSVGAttribute {
|
| + kCx, // <circle>,<ellipse>: center x position
|
| + kCy, // <circle>,<ellipse>: center y position
|
| kD,
|
| kFill,
|
| kFillOpacity,
|
| kHeight,
|
| kOpacity,
|
| kPoints,
|
| - kRx,
|
| - kRy,
|
| + kR, // <circle>: radius
|
| + kRx, // <ellipse>,<rect>: horizontal (corner) radius
|
| + kRy, // <ellipse>,<rect>: vertical (corner) radius
|
| kStroke,
|
| kStrokeOpacity,
|
| kStrokeLineCap,
|
|
|