This CL effectively reverts:
authorrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 27 Sep 2013 17:05:59 +0000 (17:05 +0000)
committerrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 27 Sep 2013 17:05:59 +0000 (17:05 +0000)
commitb0889a5aa610552bf306edc8d9a35d2d601acdb9
tree04e34d74ec83d80aa233afccccc91d8e5ae0167c
parent2b0945f7454e87bc279c98c6e3f610cd9a8f9b38
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

Review URL: https://codereview.chromium.org/24810002

git-svn-id: http://skia.googlecode.com/svn/trunk@11504 2bbb7eff-a529-9590-31e7-b0007b416f81
expectations/gm/ignored-tests.txt
src/core/SkGeometry.cpp
src/core/SkPath.cpp