Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1669)

Unified Diff: experimental/svg/model/SkSVGAttribute.h

Issue 2249033003: [SVGDom] Add <circle>, <ellipse> support (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: experimental/svg/model/SkSVGAttribute.h
diff --git a/experimental/svg/model/SkSVGAttribute.h b/experimental/svg/model/SkSVGAttribute.h
index cc3e7a073c4b89c85d14852115b99f3a6da1cb86..bb095e06c82a94ac25e914e556bf85d335d01ccf 100644
--- a/experimental/svg/model/SkSVGAttribute.h
+++ b/experimental/svg/model/SkSVGAttribute.h
@@ -14,12 +14,15 @@
class SkSVGRenderContext;
enum class SkSVGAttribute {
robertphillips 2016/08/16 22:02:37 // circle & ellipse center x position ?
f(malita) 2016/08/16 22:18:01 Done.
+ kCx,
robertphillips 2016/08/16 22:02:37 // circle & ellipse center y position ?
f(malita) 2016/08/16 22:18:01 Done.
+ kCy,
kD,
kFill,
kFillOpacity,
kHeight,
kOpacity,
kPoints,
robertphillips 2016/08/16 22:02:37 // circle radius ?
f(malita) 2016/08/16 22:18:01 Done.
+ kR,
robertphillips 2016/08/16 22:02:37 // something about round rect & ellipse radii?
f(malita) 2016/08/16 22:18:01 Done.
kRx,
kRy,
kStroke,

Powered by Google App Engine
This is Rietveld 408576698