From 08bc8488fa2ea2d2a17efb1443f0ec6579d5a3c8 Mon Sep 17 00:00:00 2001 From: caryclark Date: Fri, 24 Apr 2015 09:08:57 -0700 Subject: fix multiple intersection logic When three or more curves intersect at the same point, ensure that each curve records the intersections of the others. This fixes a number of cubic tests. TBR=reed@google.com BUG=skia:3588 Review URL: https://codereview.chromium.org/1105943002 --- tools/pathops_visualizer.htm | 4397 +++--------------------------------------- 1 file changed, 281 insertions(+), 4116 deletions(-) (limited to 'tools/pathops_visualizer.htm') diff --git a/tools/pathops_visualizer.htm b/tools/pathops_visualizer.htm index 9facf64730..5aa1068a0c 100644 --- a/tools/pathops_visualizer.htm +++ b/tools/pathops_visualizer.htm @@ -2,4038 +2,300 @@