From 41e913a39afe56309fad1ad168da2675025888da Mon Sep 17 00:00:00 2001 From: hkrish Date: Tue, 30 Apr 2013 17:51:39 +0200 Subject: [PATCH] Tests fo paperjs integrated version --- Boolean.js | 4 +- booleanStudy.html | 3 +- booleanTests_paper.js | 366 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 369 insertions(+), 4 deletions(-) create mode 100644 booleanTests_paper.js diff --git a/Boolean.js b/Boolean.js index af850080..c6428fa4 100644 --- a/Boolean.js +++ b/Boolean.js @@ -240,7 +240,7 @@ * * Does NOT handle selfIntersecting CompoundPaths. * - * @param {CompoundPath} path Input CompoundPath, Note: This path could be modified if need be. + * @param {CompoundPath} path - Input CompoundPath, Note: This path could be modified if need be. * @return {boolean} the winding direction of the base contour( true if clockwise ) */ function reorientCompoundPath( path ){ @@ -411,7 +411,7 @@ } } } - } + } // if( loc.parameter === 0.0 ) } } diff --git a/booleanStudy.html b/booleanStudy.html index 38e9871b..bbb2eb5c 100644 --- a/booleanStudy.html +++ b/booleanStudy.html @@ -4,8 +4,7 @@ Boolean Study - - +