mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Prebuilt module for commit c80c13eb9e
This commit is contained in:
parent
2ca43ad9e6
commit
6fe606ad55
5 changed files with 13 additions and 13 deletions
6
dist/docs/assets/js/paper.js
vendored
6
dist/docs/assets/js/paper.js
vendored
|
@ -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
6
dist/paper-core.js
vendored
|
@ -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) {
|
||||
|
|
4
dist/paper-core.min.js
vendored
4
dist/paper-core.min.js
vendored
File diff suppressed because one or more lines are too long
6
dist/paper-full.js
vendored
6
dist/paper-full.js
vendored
|
@ -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) {
|
||||
|
|
4
dist/paper-full.min.js
vendored
4
dist/paper-full.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue