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

Issue 2234153002: [SVGDom] Add more presentation attributes. (Closed)

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

Description

[SVGDom] Add more presentation attributes. Implement proper presentation attribute inheritance, and add support for * fill-opacity * stroke-linecap * stroke-linejoin * stroke-opacity * stroke-width R=robertphillips@google.com,stephana@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2234153002 Committed: https://skia.googlesource.com/skia/+/2d961e086bb40b371b1a667536fa089794847368

Patch Set 1 #

Patch Set 2 : cleanup #

Patch Set 3 : fix initial value caching #

Patch Set 4 : cleanup #

Patch Set 5 : Win build fix #

Total comments: 6

Patch Set 6 : review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+460 lines, -120 lines) Patch
M experimental/svg/model/SkSVGAttribute.h View 1 2 2 chunks +15 lines, -13 lines 0 comments Download
M experimental/svg/model/SkSVGAttribute.cpp View 1 chunk +10 lines, -21 lines 0 comments Download
M experimental/svg/model/SkSVGAttributeParser.h View 1 chunk +3 lines, -0 lines 0 comments Download
M experimental/svg/model/SkSVGAttributeParser.cpp View 1 1 chunk +68 lines, -0 lines 0 comments Download
M experimental/svg/model/SkSVGDOM.cpp View 1 2 4 chunks +61 lines, -16 lines 0 comments Download
M experimental/svg/model/SkSVGNode.cpp View 2 chunks +32 lines, -5 lines 0 comments Download
M experimental/svg/model/SkSVGRenderContext.h View 3 chunks +14 lines, -23 lines 0 comments Download
M experimental/svg/model/SkSVGRenderContext.cpp View 1 2 3 4 5 4 chunks +156 lines, -40 lines 0 comments Download
M experimental/svg/model/SkSVGShape.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M experimental/svg/model/SkSVGTypes.h View 3 chunks +90 lines, -0 lines 0 comments Download
M experimental/svg/model/SkSVGValue.h View 3 chunks +9 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (13 generated)
f(malita)
4 years, 4 months ago (2016-08-11 12:52:08 UTC) #4
robertphillips
https://codereview.chromium.org/2234153002/diff/80001/experimental/svg/model/SkSVGAttribute.h File experimental/svg/model/SkSVGAttribute.h (right): https://codereview.chromium.org/2234153002/diff/80001/experimental/svg/model/SkSVGAttribute.h#newcode36 experimental/svg/model/SkSVGAttribute.h:36: Why go from class to struct ? https://codereview.chromium.org/2234153002/diff/80001/experimental/svg/model/SkSVGAttribute.h#newcode41 experimental/svg/model/SkSVGAttribute.h:41: ...
4 years, 4 months ago (2016-08-11 13:38:54 UTC) #9
f(malita)
https://codereview.chromium.org/2234153002/diff/80001/experimental/svg/model/SkSVGAttribute.h File experimental/svg/model/SkSVGAttribute.h (right): https://codereview.chromium.org/2234153002/diff/80001/experimental/svg/model/SkSVGAttribute.h#newcode36 experimental/svg/model/SkSVGAttribute.h:36: On 2016/08/11 13:38:54, robertphillips wrote: > Why go from ...
4 years, 4 months ago (2016-08-11 14:03:17 UTC) #10
robertphillips
lgtm
4 years, 4 months ago (2016-08-11 15:04:08 UTC) #15
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/2234153002/100001
4 years, 4 months ago (2016-08-11 16:15:13 UTC) #17
commit-bot: I haz the power
4 years, 4 months ago (2016-08-11 16:16:33 UTC) #19
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://skia.googlesource.com/skia/+/2d961e086bb40b371b1a667536fa089794847368

Powered by Google App Engine
This is Rietveld 408576698