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

Issue 2275423002: Fix for fat stroked roundrects. (Closed)

Created:
4 years, 3 months ago by jvanverth1
Modified:
4 years, 3 months ago
Reviewers:
egdaniel
CC:
reviews_skia.org
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Fix for fat stroked roundrects. The original method did not correctly compute the distance value along the inner edge, so the antialiasing was not quite correct. This fixes that by adding additional vertices and setting a different outerRadius. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2275423002 Committed: https://skia.googlesource.com/skia/+/6a3976114d8a6aaa564c3c7571cfe7d1727a3a6e

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -13 lines) Patch
M src/gpu/GrOvalRenderer.cpp View 7 chunks +42 lines, -13 lines 2 comments Download

Messages

Total messages: 9 (4 generated)
jvanverth1
4 years, 3 months ago (2016-08-25 18:34:35 UTC) #3
egdaniel
lgtm with the one question https://codereview.chromium.org/2275423002/diff/1/src/gpu/GrOvalRenderer.cpp File src/gpu/GrOvalRenderer.cpp (right): https://codereview.chromium.org/2275423002/diff/1/src/gpu/GrOvalRenderer.cpp#newcode1642 src/gpu/GrOvalRenderer.cpp:1642: verts->fOuterRadius = -args.fInnerRadius; does ...
4 years, 3 months ago (2016-08-25 20:24:27 UTC) #4
jvanverth1
https://codereview.chromium.org/2275423002/diff/1/src/gpu/GrOvalRenderer.cpp File src/gpu/GrOvalRenderer.cpp (right): https://codereview.chromium.org/2275423002/diff/1/src/gpu/GrOvalRenderer.cpp#newcode1642 src/gpu/GrOvalRenderer.cpp:1642: verts->fOuterRadius = -args.fInnerRadius; On 2016/08/25 20:24:27, egdaniel wrote: > ...
4 years, 3 months ago (2016-08-26 14:35:20 UTC) #5
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/2275423002/1
4 years, 3 months ago (2016-08-26 14:46:04 UTC) #7
commit-bot: I haz the power
4 years, 3 months ago (2016-08-26 15:15:36 UTC) #9
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://skia.googlesource.com/skia/+/6a3976114d8a6aaa564c3c7571cfe7d1727a3a6e

Powered by Google App Engine
This is Rietveld 408576698