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

Issue 2246943002: [SVGDom] Add opacity support (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 opacity support Group opacity support. Unlike the other presentation attributes we support thus far, group opacity is not inherited. R=robertphillips@google.com,stephana@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2246943002 Committed: https://skia.googlesource.com/skia/+/6fb0648c35aead138e65133c031d2b4fe5c8f0c7

Patch Set 1 #

Total comments: 4

Patch Set 2 : comment #

Patch Set 3 : pic/serialize blacklist #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -0 lines) Patch
M experimental/svg/model/SkSVGAttribute.h View 2 chunks +3 lines, -0 lines 0 comments Download
M experimental/svg/model/SkSVGDOM.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M experimental/svg/model/SkSVGNode.h View 1 chunk +1 line, -0 lines 0 comments Download
M experimental/svg/model/SkSVGNode.cpp View 2 chunks +10 lines, -0 lines 0 comments Download
M experimental/svg/model/SkSVGRenderContext.cpp View 1 1 chunk +9 lines, -0 lines 0 comments Download
M infra/bots/recipes/swarm_test.py View 1 2 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (13 generated)
f(malita)
4 years, 4 months ago (2016-08-15 17:17:14 UTC) #2
robertphillips
https://codereview.chromium.org/2246943002/diff/1/experimental/svg/model/SkSVGRenderContext.cpp File experimental/svg/model/SkSVGRenderContext.cpp (right): https://codereview.chromium.org/2246943002/diff/1/experimental/svg/model/SkSVGRenderContext.cpp#newcode233 experimental/svg/model/SkSVGRenderContext.cpp:233: fCanvas->saveLayer(nullptr, &opacityPaint); Where is the matching restore ?
4 years, 4 months ago (2016-08-15 17:31:27 UTC) #7
f(malita)
https://codereview.chromium.org/2246943002/diff/1/experimental/svg/model/SkSVGRenderContext.cpp File experimental/svg/model/SkSVGRenderContext.cpp (right): https://codereview.chromium.org/2246943002/diff/1/experimental/svg/model/SkSVGRenderContext.cpp#newcode233 experimental/svg/model/SkSVGRenderContext.cpp:233: fCanvas->saveLayer(nullptr, &opacityPaint); On 2016/08/15 17:31:27, robertphillips wrote: > Where ...
4 years, 4 months ago (2016-08-15 17:33:58 UTC) #8
robertphillips
lgtm https://codereview.chromium.org/2246943002/diff/1/experimental/svg/model/SkSVGRenderContext.cpp File experimental/svg/model/SkSVGRenderContext.cpp (right): https://codereview.chromium.org/2246943002/diff/1/experimental/svg/model/SkSVGRenderContext.cpp#newcode233 experimental/svg/model/SkSVGRenderContext.cpp:233: fCanvas->saveLayer(nullptr, &opacityPaint); On 2016/08/15 17:33:58, f(malita) wrote: > ...
4 years, 4 months ago (2016-08-15 17:37:54 UTC) #9
f(malita)
https://codereview.chromium.org/2246943002/diff/1/experimental/svg/model/SkSVGRenderContext.cpp File experimental/svg/model/SkSVGRenderContext.cpp (right): https://codereview.chromium.org/2246943002/diff/1/experimental/svg/model/SkSVGRenderContext.cpp#newcode233 experimental/svg/model/SkSVGRenderContext.cpp:233: fCanvas->saveLayer(nullptr, &opacityPaint); On 2016/08/15 17:37:54, robertphillips wrote: > On ...
4 years, 4 months ago (2016-08-15 17:41:23 UTC) #10
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/2246943002/40001
4 years, 4 months ago (2016-08-15 19:16:09 UTC) #17
mtklein
Have you run $ python infra/bots/recipes.py simulation_test train ?
4 years, 4 months ago (2016-08-15 19:41:48 UTC) #19
commit-bot: I haz the power
4 years, 4 months ago (2016-08-15 19:45:17 UTC) #21
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/6fb0648c35aead138e65133c031d2b4fe5c8f0c7

Powered by Google App Engine
This is Rietveld 408576698