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

Issue 24810002: Yet another attempt to fix quadratic circle approximation (Closed)

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

Description

This CL effectively reverts: r5997 Altered arcTo's canonical points to (usually) be convex (https://codereview.appspot.com/6709051/) r9928 GM (and fix) for drawArc capping issue (https://codereview.chromium.org/18271003/) Instead of pushing some of the on-curve points out to attain convexity, this patch pulls all the off curve points in. R=reed@google.com Committed: https://code.google.com/p/skia/source/detail?r=11504

Patch Set 1 #

Patch Set 2 : cleaned up #

Patch Set 3 : more cleanup #

Patch Set 4 : Added GMs to ignore file #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -30 lines) Patch
M expectations/gm/ignored-tests.txt View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
M src/core/SkGeometry.cpp View 1 2 3 chunks +22 lines, -29 lines 0 comments Download
M src/core/SkPath.cpp View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
robertphillips
7 years, 2 months ago (2013-09-26 19:45:32 UTC) #1
caryclark
looks like the correct approach to me
7 years, 2 months ago (2013-09-26 19:55:38 UTC) #2
reed1
I agree with everything cary says ... ever lgtm
7 years, 2 months ago (2013-09-26 20:32:50 UTC) #3
robertphillips
7 years, 2 months ago (2013-09-27 17:06:16 UTC) #4
Message was sent while issue was closed.
Committed patchset #4 manually as r11504 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698