Prebuilt module for commit 27a2757542

This commit is contained in:
Paper.js Bot 2016-12-29 09:57:54 +00:00
parent ebffa84a1b
commit 4c436d7791
5 changed files with 10 additions and 10 deletions

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Thu Dec 29 09:34:05 2016 +0100
* Date: Thu Dec 29 10:55:31 2016 +0100
*
***
*
@ -8487,7 +8487,7 @@ var Path = PathItem.extend({
length1 = curves1.length,
length2 = curves2.length;
if (!length1 || !length2) {
return length1 ^ length2;
return length1 == length2;
}
var v1 = curves1[0].getValues(),
values2 = [],

4
dist/paper-core.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Thu Dec 29 09:34:05 2016 +0100
* Date: Thu Dec 29 10:55:31 2016 +0100
*
***
*
@ -8487,7 +8487,7 @@ var Path = PathItem.extend({
length1 = curves1.length,
length2 = curves2.length;
if (!length1 || !length2) {
return length1 ^ length2;
return length1 == length2;
}
var v1 = curves1[0].getValues(),
values2 = [],

File diff suppressed because one or more lines are too long

4
dist/paper-full.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Thu Dec 29 09:34:05 2016 +0100
* Date: Thu Dec 29 10:55:31 2016 +0100
*
***
*
@ -8487,7 +8487,7 @@ var Path = PathItem.extend({
length1 = curves1.length,
length2 = curves2.length;
if (!length1 || !length2) {
return length1 ^ length2;
return length1 == length2;
}
var v1 = curves1[0].getValues(),
values2 = [],

File diff suppressed because one or more lines are too long