mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05: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…
Reference in a new issue