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

Issue 338633007: Check for degenerate edges in cubic->quad conversion called by convex path renderer. (Closed)

Created:
6 years, 6 months ago by bsalomon
Modified:
6 years, 6 months ago
Reviewers:
jvanverth1
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Visibility:
Public.

Description

Check for degenerate edges in cubic->quad conversion called by convex path renderer. Cubics that are nearly degenerate now make it down here via the convex path renderer. They used to get filtered out by the path iterator but that was problematic. We wound up producing NaN vertices. BUG=2677 Committed: https://skia.googlesource.com/skia/+/3935a7bfe64293edf9b06527f59d657ff4e280cb

Patch Set 1 #

Patch Set 2 : update comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -37 lines) Patch
M src/gpu/GrPathUtils.cpp View 1 1 chunk +44 lines, -37 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
bsalomon
6 years, 6 months ago (2014-06-18 21:42:47 UTC) #1
jvanverth1
lgtm
6 years, 6 months ago (2014-06-19 19:16:38 UTC) #2
bsalomon
The CQ bit was checked by bsalomon@google.com
6 years, 6 months ago (2014-06-19 19:17:14 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/bsalomon@google.com/338633007/20001
6 years, 6 months ago (2014-06-19 19:18:24 UTC) #4
commit-bot: I haz the power
6 years, 6 months ago (2014-06-19 19:33:13 UTC) #5
Message was sent while issue was closed.
Change committed as 3935a7bfe64293edf9b06527f59d657ff4e280cb

Powered by Google App Engine
This is Rietveld 408576698