From 3fc200973e87789a47e17c00bc0dc99becfc07d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ju=CC=88rg=20Lehni?= Date: Fri, 3 May 2013 16:31:36 -0700 Subject: [PATCH] Include BooleanOperations.html --- examples/Scripts/BooleanOperations.html | 931 ++++++++++++++++++++++++ src/path/PathItem.Boolean.js | 2 +- 2 files changed, 932 insertions(+), 1 deletion(-) create mode 100644 examples/Scripts/BooleanOperations.html diff --git a/examples/Scripts/BooleanOperations.html b/examples/Scripts/BooleanOperations.html new file mode 100644 index 00000000..777963c1 --- /dev/null +++ b/examples/Scripts/BooleanOperations.html @@ -0,0 +1,931 @@ + + + + + Boolean Study + + + + + +
+

Boolean Geometric Path Operations

+ +
+ + + + + + + + + + + + + + + + + + + + + + diff --git a/src/path/PathItem.Boolean.js b/src/path/PathItem.Boolean.js index e70c6cee..dafd53e3 100644 --- a/src/path/PathItem.Boolean.js +++ b/src/path/PathItem.Boolean.js @@ -11,7 +11,7 @@ */ /* - * Geometric Vector Boolean Operations + * Boolean Geometric Path Operations * * This is mostly written for clarity and compatibility, not optimised for * performance, and has to be tested heavily for stability.