mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 14:10:14 -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);
|
}, true);
|
||||||
equals(function() {
|
equals(function() {
|
||||||
return path2.clockwise;
|
return path2.clockwise;
|
||||||
}, true);
|
}, false);
|
||||||
equals(function() {
|
equals(function() {
|
||||||
return path3.clockwise;
|
return path3.clockwise;
|
||||||
}, false);
|
}, false);
|
||||||
|
|
Loading…
Reference in a new issue