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

Issue 14086002: fix bug introduced with SK_IGNORE_CUBIC_STROKE_FIX where we no longer respected (Closed)

Created:
7 years, 8 months ago by reed1
Modified:
7 years, 8 months ago
Reviewers:
caryclark
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

fix bug introduced with SK_IGNORE_CUBIC_STROKE_FIX where we no longer respected subDivide limit. This caused problems with degenate paths (too much recursion). The fix was two parts: 1. decrement the subDivide limit as we recurse 2. up the limit for cubics to 7, to match our current quality added unittest that replicated the too-much-recursion bug. Committed: https://code.google.com/p/skia/source/detail?r=8599

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -10 lines) Patch
M src/core/SkStroke.cpp View 3 chunks +3 lines, -10 lines 0 comments Download
M tests/PathTest.cpp View 2 chunks +23 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
reed1
7 years, 8 months ago (2013-04-10 18:30:53 UTC) #1
caryclark
lgtm
7 years, 8 months ago (2013-04-10 18:43:40 UTC) #2
reed1
7 years, 8 months ago (2013-04-10 18:44:11 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r8599 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698