aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/svg/model/SkSVGAttribute.h
diff options
context:
space:
mode:
authorGravatar fmalita <fmalita@chromium.org>2016-08-12 12:15:33 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-12 12:15:33 -0700
commit5b31f321fcc3bb7f2ed7cf31ff4b03901228594b (patch)
treef3c65b2e0db3a9d36c448296e745d72832fe6034 /experimental/svg/model/SkSVGAttribute.h
parent3602d4f16a01da860d16eb36fb52eb62487495cc (diff)
[SVGDom] <polygon> & <polyline> support
R=robertphillips@google.com,stephana@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2235273003 Review-Url: https://codereview.chromium.org/2235273003
Diffstat (limited to 'experimental/svg/model/SkSVGAttribute.h')
-rw-r--r--experimental/svg/model/SkSVGAttribute.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/experimental/svg/model/SkSVGAttribute.h b/experimental/svg/model/SkSVGAttribute.h
index 4ac595d526..d2f0cf2600 100644
--- a/experimental/svg/model/SkSVGAttribute.h
+++ b/experimental/svg/model/SkSVGAttribute.h
@@ -18,6 +18,7 @@ enum class SkSVGAttribute {
kFill,
kFillOpacity,
kHeight,
+ kPoints,
kRx,
kRy,
kStroke,