From ef33b1e739b23a1201100ff17a572da85b03d9af Mon Sep 17 00:00:00 2001 From: caryclark Date: Tue, 20 Oct 2015 13:42:25 -0700 Subject: The remaining 1m skp bugs are asserts that can be harmlessly suppressed and bugs around conics. The conic calculation for a subdivided w was just wrong. Also added debugging to template intersection to initialize reused structures and dump additional data. TBR=reed@google.com Review URL: https://codereview.chromium.org/1413763002 --- tools/pathops_visualizer.htm | 110 +++++++++---------------------------------- 1 file changed, 21 insertions(+), 89 deletions(-) (limited to 'tools/pathops_visualizer.htm') diff --git a/tools/pathops_visualizer.htm b/tools/pathops_visualizer.htm index 3cf835c3ca..67552a5085 100644 --- a/tools/pathops_visualizer.htm +++ b/tools/pathops_visualizer.htm @@ -2,6 +2,8 @@