[SVGDom] Parse style attributes
authorfmalita <fmalita@chromium.org>
Fri, 29 Jul 2016 15:52:03 +0000 (08:52 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 29 Jul 2016 15:52:03 +0000 (08:52 -0700)
commit58649ccc75c033ea4e0c9a664b4ed178816a50c6
tree91117fb8be83c0ee4d07d79e5a150fa11b45e333
parent5abbb44f682038abe01b8ee63fb22439af861dda
[SVGDom] Parse style attributes

Dispatch style-encoded (style="foo: bar; ...") attributes via normal
attribute setters.

R=reed@google.com,robertphillips@google.com
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2193663002

Review-Url: https://codereview.chromium.org/2193663002
experimental/svg/model/SkSVGAttribute.h
experimental/svg/model/SkSVGDOM.cpp
experimental/svg/model/SkSVGG.h
experimental/svg/model/SkSVGNode.cpp
experimental/svg/model/SkSVGNode.h
experimental/svg/model/SkSVGPath.cpp
experimental/svg/model/SkSVGSVG.cpp
experimental/svg/model/SkSVGTransformableNode.cpp