mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-12 04:34:41 -04:00
Fix CompoundPath tests to reflect new behavior in orientation handling.
This commit is contained in:
parent
3a7c5286b5
commit
2386743b39
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ test('clockwise', function() {
|
|||
}, true);
|
||||
equals(function() {
|
||||
return path2.clockwise;
|
||||
}, true);
|
||||
}, false);
|
||||
equals(function() {
|
||||
return path3.clockwise;
|
||||
}, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue