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

Issue 892973002: [SkSVGDevice] Initial shader/gradient support (Closed)

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

Description

[SkSVGDevice] Initial shader/gradient support * linear gradient support (based on shawcroft@google.com's CL) * generic paint resources reorg * opacity support R=reed@google.com,mtklein@google.com,halcanary@google.com Committed: https://skia.googlesource.com/skia/+/532faa9021cde714bc1fcc5650257fd7310f9712

Patch Set 1 #

Total comments: 22

Patch Set 2 : release build fix #

Patch Set 3 : review comments #

Patch Set 4 : get rid of AutoResources #

Total comments: 10

Patch Set 5 : moar review #

Total comments: 2

Patch Set 6 : final tweak #

Unified diffs Side-by-side diffs Delta from patch set Stats (+249 lines, -67 lines) Patch
M experimental/svg/SkSVGDevice.h View 1 2 3 4 1 chunk +6 lines, -4 lines 0 comments Download
M experimental/svg/SkSVGDevice.cpp View 1 2 3 4 5 4 chunks +243 lines, -63 lines 0 comments Download

Messages

Total messages: 11 (1 generated)
f(malita)
5 years, 10 months ago (2015-02-02 16:24:43 UTC) #1
mtklein
https://codereview.chromium.org/892973002/diff/1/experimental/svg/SkSVGDevice.cpp File experimental/svg/SkSVGDevice.cpp (right): https://codereview.chromium.org/892973002/diff/1/experimental/svg/SkSVGDevice.cpp#newcode18 experimental/svg/SkSVGDevice.cpp:18: namespace { You can probably drop this namespace for ...
5 years, 10 months ago (2015-02-02 16:52:49 UTC) #2
f(malita)
https://codereview.chromium.org/892973002/diff/1/experimental/svg/SkSVGDevice.cpp File experimental/svg/SkSVGDevice.cpp (right): https://codereview.chromium.org/892973002/diff/1/experimental/svg/SkSVGDevice.cpp#newcode18 experimental/svg/SkSVGDevice.cpp:18: namespace { On 2015/02/02 16:52:48, mtklein wrote: > You ...
5 years, 10 months ago (2015-02-02 18:05:47 UTC) #3
f(malita)
Refactored to get rid of AutoResources and hide all the magic behind the AutoElement ctor. ...
5 years, 10 months ago (2015-02-02 20:01:41 UTC) #4
mtklein
Don't make me sic TSAN on you. https://codereview.chromium.org/892973002/diff/60001/experimental/svg/SkSVGDevice.cpp File experimental/svg/SkSVGDevice.cpp (right): https://codereview.chromium.org/892973002/diff/60001/experimental/svg/SkSVGDevice.cpp#newcode33 experimental/svg/SkSVGDevice.cpp:33: struct Resources ...
5 years, 10 months ago (2015-02-02 22:30:11 UTC) #5
f(malita)
https://codereview.chromium.org/892973002/diff/60001/experimental/svg/SkSVGDevice.cpp File experimental/svg/SkSVGDevice.cpp (right): https://codereview.chromium.org/892973002/diff/60001/experimental/svg/SkSVGDevice.cpp#newcode33 experimental/svg/SkSVGDevice.cpp:33: struct Resources { On 2015/02/02 22:30:10, mtklein wrote: > ...
5 years, 10 months ago (2015-02-02 23:32:30 UTC) #6
mtklein
lgtm https://codereview.chromium.org/892973002/diff/80001/experimental/svg/SkSVGDevice.cpp File experimental/svg/SkSVGDevice.cpp (right): https://codereview.chromium.org/892973002/diff/80001/experimental/svg/SkSVGDevice.cpp#newcode169 experimental/svg/SkSVGDevice.cpp:169: void SkSVGDevice::AutoElement::addResourceDefs(const SkPaint& paint, Resources *resources) { Resources* ...
5 years, 10 months ago (2015-02-03 03:55:04 UTC) #7
f(malita)
https://codereview.chromium.org/892973002/diff/80001/experimental/svg/SkSVGDevice.cpp File experimental/svg/SkSVGDevice.cpp (right): https://codereview.chromium.org/892973002/diff/80001/experimental/svg/SkSVGDevice.cpp#newcode169 experimental/svg/SkSVGDevice.cpp:169: void SkSVGDevice::AutoElement::addResourceDefs(const SkPaint& paint, Resources *resources) { On 2015/02/03 ...
5 years, 10 months ago (2015-02-03 13:38:25 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/892973002/100001
5 years, 10 months ago (2015-02-03 13:38:48 UTC) #10
commit-bot: I haz the power
5 years, 10 months ago (2015-02-03 13:44:43 UTC) #11
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://skia.googlesource.com/skia/+/532faa9021cde714bc1fcc5650257fd7310f9712

Powered by Google App Engine
This is Rietveld 408576698