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

Issue 2193663002: [SVGDom] Parse style attributes (Closed)

Created:
4 years, 4 months ago by f(malita)
Modified:
4 years, 4 months ago
Reviewers:
robertphillips, reed1
CC:
reviews_skia.org
Base URL:
https://chromium.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

[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 Committed: https://skia.googlesource.com/skia/+/58649ccc75c033ea4e0c9a664b4ed178816a50c6

Patch Set 1 #

Patch Set 2 : cleanup #

Total comments: 4

Patch Set 3 : rename enums #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -31 lines) Patch
M experimental/svg/model/SkSVGAttribute.h View 1 2 1 chunk +6 lines, -4 lines 0 comments Download
M experimental/svg/model/SkSVGDOM.cpp View 1 2 4 chunks +77 lines, -17 lines 0 comments Download
M experimental/svg/model/SkSVGG.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M experimental/svg/model/SkSVGNode.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M experimental/svg/model/SkSVGNode.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M experimental/svg/model/SkSVGPath.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M experimental/svg/model/SkSVGSVG.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M experimental/svg/model/SkSVGTransformableNode.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 17 (12 generated)
f(malita)
As Mike pointed out, lots of existing SVG content (e.g. https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/) bundle attributes as style.
4 years, 4 months ago (2016-07-28 23:30:55 UTC) #2
robertphillips
lgtm https://codereview.chromium.org/2193663002/diff/20001/experimental/svg/model/SkSVGAttribute.h File experimental/svg/model/SkSVGAttribute.h (right): https://codereview.chromium.org/2193663002/diff/20001/experimental/svg/model/SkSVGAttribute.h#newcode14 experimental/svg/model/SkSVGAttribute.h:14: enum class SkSVGAttribute { Shouldn't these still be ...
4 years, 4 months ago (2016-07-29 11:37:28 UTC) #7
f(malita)
https://codereview.chromium.org/2193663002/diff/20001/experimental/svg/model/SkSVGAttribute.h File experimental/svg/model/SkSVGAttribute.h (right): https://codereview.chromium.org/2193663002/diff/20001/experimental/svg/model/SkSVGAttribute.h#newcode14 experimental/svg/model/SkSVGAttribute.h:14: enum class SkSVGAttribute { On 2016/07/29 11:37:28, robertphillips wrote: ...
4 years, 4 months ago (2016-07-29 13:04:05 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2193663002/40001
4 years, 4 months ago (2016-07-29 15:51:09 UTC) #15
commit-bot: I haz the power
4 years, 4 months ago (2016-07-29 15:52:07 UTC) #17
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/58649ccc75c033ea4e0c9a664b4ed178816a50c6

Powered by Google App Engine
This is Rietveld 408576698