| Index: experimental/svg/model/SkSVGAttribute.h
|
| diff --git a/experimental/svg/model/SkSVGAttribute.h b/experimental/svg/model/SkSVGAttribute.h
|
| index c94a23971234418569858a536e1cfc8b432cdc38..196575de0b92f35e33e47b8ad13e0f18dfec912d 100644
|
| --- a/experimental/svg/model/SkSVGAttribute.h
|
| +++ b/experimental/svg/model/SkSVGAttribute.h
|
| @@ -34,7 +34,11 @@ enum class SkSVGAttribute {
|
| kViewBox,
|
| kWidth,
|
| kX,
|
| + kX1, // <line>: first endpoint x
|
| + kX2, // <line>: second endpoint x
|
| kY,
|
| + kY1, // <line>: first endpoint y
|
| + kY2, // <line>: second endpoint y
|
|
|
| kUnknown,
|
| };
|
|
|