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

Issue 876923003: [SkSVGDevice] Initial clipping support (Closed)

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

Description

[SkSVGDevice] Initial clipping support Implement SVG clips based on clip stack flattening - which is now exposed in SkClipStack::asPath() and shared with SkCanvas's simplify-clip code. R=reed@google.com,mtklein@google.com Committed: https://skia.googlesource.com/skia/+/1a481fe4bf632ed4f76cb337691236fabfd4ab03

Patch Set 1 #

Patch Set 2 : consolidate clip stack flattening #

Patch Set 3 : clip-rule support #

Total comments: 4

Patch Set 4 : review comments #

Patch Set 5 : win build warning #

Unified diffs Side-by-side diffs Delta from patch set Stats (+137 lines, -62 lines) Patch
M experimental/svg/SkSVGDevice.cpp View 1 2 3 4 12 chunks +97 lines, -39 lines 0 comments Download
M include/core/SkClipStack.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M src/core/SkCanvas.cpp View 1 1 chunk +4 lines, -23 lines 0 comments Download
M src/core/SkClipStack.cpp View 1 2 chunks +30 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (6 generated)
f(malita)
5 years, 10 months ago (2015-02-04 03:31:53 UTC) #1
reed1
I think using path-ops is a fine way to create clips. I do not want ...
5 years, 10 months ago (2015-02-04 03:54:18 UTC) #2
f(malita)
On 2015/02/04 03:54:18, reed1 wrote: > I think using path-ops is a fine way to ...
5 years, 10 months ago (2015-02-04 14:25:50 UTC) #3
reed1
On 2015/02/04 14:25:50, f(malita) wrote: > On 2015/02/04 03:54:18, reed1 wrote: > > I think ...
5 years, 10 months ago (2015-02-04 14:30:25 UTC) #4
mtklein
https://codereview.chromium.org/876923003/diff/40001/experimental/svg/SkSVGDevice.cpp File experimental/svg/SkSVGDevice.cpp (right): https://codereview.chromium.org/876923003/diff/40001/experimental/svg/SkSVGDevice.cpp#newcode290 experimental/svg/SkSVGDevice.cpp:290: if (draw.fClipStack->isWideOpen()) { Might want to put this logic ...
5 years, 10 months ago (2015-02-04 14:40:37 UTC) #5
f(malita)
On 2015/02/04 14:30:25, reed1 wrote: > Not sure. My first goal is to not make ...
5 years, 10 months ago (2015-02-04 14:53:00 UTC) #6
reed1
lgtm
5 years, 10 months ago (2015-02-04 15:18:06 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/876923003/40001
5 years, 10 months ago (2015-02-04 15:18:21 UTC) #9
f(malita)
https://codereview.chromium.org/876923003/diff/40001/experimental/svg/SkSVGDevice.cpp File experimental/svg/SkSVGDevice.cpp (right): https://codereview.chromium.org/876923003/diff/40001/experimental/svg/SkSVGDevice.cpp#newcode290 experimental/svg/SkSVGDevice.cpp:290: if (draw.fClipStack->isWideOpen()) { On 2015/02/04 14:40:36, mtklein wrote: > ...
5 years, 10 months ago (2015-02-04 15:20:35 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/876923003/60001
5 years, 10 months ago (2015-02-04 15:25:21 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: Build-Win-VS2013-x86-Debug-Trybot on client.skia.compile (http://build.chromium.org/p/client.skia.compile/builders/Build-Win-VS2013-x86-Debug-Trybot/builds/2289)
5 years, 10 months ago (2015-02-04 15:30:12 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/876923003/80001
5 years, 10 months ago (2015-02-04 15:33:30 UTC) #18
commit-bot: I haz the power
5 years, 10 months ago (2015-02-04 15:39:39 UTC) #19
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://skia.googlesource.com/skia/+/1a481fe4bf632ed4f76cb337691236fabfd4ab03

Powered by Google App Engine
This is Rietveld 408576698