mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-06-13 13:40:58 -04:00
Add special case to examples.
This commit is contained in:
parent
492e78df7d
commit
551b49805c
1 changed files with 7 additions and 0 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue