Fix CompoundPath tests to reflect new behavior in orientation handling.

This commit is contained in:
Jürg Lehni 2011-07-28 11:06:29 +01:00
parent 3a7c5286b5
commit 2386743b39

View file

@ -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);