aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/svg/model/SkSVGNode.h
diff options
context:
space:
mode:
authorGravatar fmalita <fmalita@chromium.org>2016-08-12 13:17:11 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-12 13:17:11 -0700
commitca39d716f10e75e3a2449262e67584f46d589c26 (patch)
treeb34b30321c6a139b7383b1a226690acd64fbecbb /experimental/svg/model/SkSVGNode.h
parent09e12a6d4a75d281c47e00a64eeba893ba096f9e (diff)
[SVGDom] SVGPong sample app
Shows off SVG dom-based animations. R=robertphillips@google.com,stephana@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2243853003 Review-Url: https://codereview.chromium.org/2243853003
Diffstat (limited to 'experimental/svg/model/SkSVGNode.h')
-rw-r--r--experimental/svg/model/SkSVGNode.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/experimental/svg/model/SkSVGNode.h b/experimental/svg/model/SkSVGNode.h
index 1e5c3be50f..8ffc6f9769 100644
--- a/experimental/svg/model/SkSVGNode.h
+++ b/experimental/svg/model/SkSVGNode.h
@@ -37,6 +37,12 @@ public:
void setAttribute(SkSVGAttribute, const SkSVGValue&);
+ void setFill(const SkSVGPaint&);
+ void setFillOpacity(const SkSVGNumberType&);
+ void setStroke(const SkSVGPaint&);
+ void setStrokeOpacity(const SkSVGNumberType&);
+ void setStrokeWidth(const SkSVGLength&);
+
protected:
SkSVGNode(SkSVGTag);