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.