| Index: experimental/svg/model/SkSVGAttribute.h
|
| diff --git a/experimental/svg/model/SkSVGAttribute.h b/experimental/svg/model/SkSVGAttribute.h
|
| index cc3e7a073c4b89c85d14852115b99f3a6da1cb86..463dee23b669bddb65d1f076e1680e277db9859d 100644
|
| --- a/experimental/svg/model/SkSVGAttribute.h
|
| +++ b/experimental/svg/model/SkSVGAttribute.h
|
| @@ -31,7 +31,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,
|
| };
|
|
|