Prebuilt module for commit c80c13eb9e

This commit is contained in:
Paper.js Bot 2016-07-27 17:45:15 +00:00
parent 2ca43ad9e6
commit 6fe606ad55
5 changed files with 13 additions and 13 deletions

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Wed Jul 27 19:35:19 2016 +0200
* Date: Wed Jul 27 19:41:23 2016 +0200
*
***
*
@ -7453,8 +7453,8 @@ var PathItem = Item.extend({
return this;
},
isClockwise: function(_closed) {
return this.getArea(_closed) >= 0;
isClockwise: function() {
return this.getArea() >= 0;
},
setClockwise: function(clockwise) {

6
dist/paper-core.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Wed Jul 27 19:35:19 2016 +0200
* Date: Wed Jul 27 19:41:23 2016 +0200
*
***
*
@ -7453,8 +7453,8 @@ var PathItem = Item.extend({
return this;
},
isClockwise: function(_closed) {
return this.getArea(_closed) >= 0;
isClockwise: function() {
return this.getArea() >= 0;
},
setClockwise: function(clockwise) {

File diff suppressed because one or more lines are too long

6
dist/paper-full.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Wed Jul 27 19:35:19 2016 +0200
* Date: Wed Jul 27 19:41:23 2016 +0200
*
***
*
@ -7453,8 +7453,8 @@ var PathItem = Item.extend({
return this;
},
isClockwise: function(_closed) {
return this.getArea(_closed) >= 0;
isClockwise: function() {
return this.getArea() >= 0;
},
setClockwise: function(clockwise) {

File diff suppressed because one or more lines are too long