diff --git a/examples/Scripts/BooleanOperations.html b/examples/Scripts/BooleanOperations.html index bc0e5c08..c402e8b6 100644 --- a/examples/Scripts/BooleanOperations.html +++ b/examples/Scripts/BooleanOperations.html @@ -46,6 +46,13 @@ ]; }); + runTest('Overlapping circles 2', function() { + return [ + new paper.Path.Circle(new paper.Point(50, 50), 50), + new paper.Path.Circle(new paper.Point(100, 100), 50) + ]; + }); + runTest('Disjoint circles', function() { return [ new Path.Circle(new Point(60, 110), 50),