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

Issue 2477393002: Relax the extra span's alpha (Closed)

Created:
4 years, 1 month ago by liyuqian
Modified:
4 years, 1 month ago
Reviewers:
f(malita), caryclark, reed1
CC:
reviews_skia.org
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -4 lines) Patch
M src/core/SkAAClip.cpp View 2 chunks +8 lines, -4 lines 2 comments Download

Messages

Total messages: 14 (6 generated)
liyuqian
Please check if this small bug fix looks good.
4 years, 1 month ago (2016-11-07 16:20:51 UTC) #4
caryclark
https://codereview.chromium.org/2477393002/diff/1/src/core/SkAAClip.cpp File src/core/SkAAClip.cpp (right): https://codereview.chromium.org/2477393002/diff/1/src/core/SkAAClip.cpp#newcode1339 src/core/SkAAClip.cpp:1339: // Therefore, instead of always asserting alpha==0, we assert ...
4 years, 1 month ago (2016-11-07 16:50:51 UTC) #5
liyuqian
https://codereview.chromium.org/2477393002/diff/1/src/core/SkAAClip.cpp File src/core/SkAAClip.cpp (right): https://codereview.chromium.org/2477393002/diff/1/src/core/SkAAClip.cpp#newcode1339 src/core/SkAAClip.cpp:1339: // Therefore, instead of always asserting alpha==0, we assert ...
4 years, 1 month ago (2016-11-08 16:33:47 UTC) #6
caryclark
lgtm
4 years, 1 month ago (2016-11-08 19:51:20 UTC) #7
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/2477393002/1
4 years, 1 month ago (2016-11-08 20:29:00 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://skia.googlesource.com/skia/+/1d3ab12b82e1fa16a0d6b6b9cc1c0290b45cbca9
4 years, 1 month ago (2016-11-08 21:55:36 UTC) #11
reed1
I still don't understand how this is a fix, and not a work-around for an ...
4 years, 1 month ago (2016-11-09 16:13:34 UTC) #13
liyuqian
4 years, 1 month ago (2016-11-09 16:15:40 UTC) #14
Message was sent while issue was closed.
On 2016/11/09 16:13:34, reed1 wrote:
> I still don't understand how this is a fix, and not a work-around for an
> underlying bug in the scan-converters....?

Because the AA scan-converters use floor/ceiling instead of round:
https://docs.google.com/a/google.com/document/d/1gudGmF9HUSzq12YNUibaYuCcjvtd...
?

Powered by Google App Engine
This is Rietveld 408576698