From 27c015dfcf4e2b8fb1abe327cc40204e2a4f452a Mon Sep 17 00:00:00 2001 From: caryclark Date: Fri, 23 Sep 2016 05:47:20 -0700 Subject: split tight quads and conics Tight quads and conics may nearly fold over on themselves, confusing coincidence against other curves. Split them at their max curvature early on to avoid complicating later logic. TBR=reed@google.com BUG=skia:5131 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2357353002 Review-Url: https://codereview.chromium.org/2357353002 --- tests/PathOpsThreeWayTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/PathOpsThreeWayTest.cpp') diff --git a/tests/PathOpsThreeWayTest.cpp b/tests/PathOpsThreeWayTest.cpp index bf634f9f7e..6a93bfbc59 100644 --- a/tests/PathOpsThreeWayTest.cpp +++ b/tests/PathOpsThreeWayTest.cpp @@ -75,6 +75,6 @@ DEF_TEST(PathOpsThreeWay, reporter) { } DEF_TEST(PathOpsThreeWayOneOff, reporter) { - int index = 1; + int index = 0; testSetTest(reporter, index); } -- cgit v1.2.3