Prebuilt module for commit 46fce16bff

This commit is contained in:
Paper.js Bot 2017-01-02 23:52:53 +00:00
parent 32a352573b
commit a357cf0bcf
5 changed files with 13 additions and 19 deletions

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Tue Jan 3 00:20:10 2017 +0100
* Date: Tue Jan 3 00:50:22 2017 +0100
*
***
*
@ -10200,10 +10200,8 @@ PathItem.inject(new function() {
var path1 = seg._path,
path2 = seg._intersection._segment._path;
if (path1.compare(path2)) {
if ((operator.unite || operator.intersect)
&& path1.getArea()) {
if (path1.getArea())
paths.push(path1.clone(false));
}
visitPath(path1);
visitPath(path2);
valid = false;

6
dist/paper-core.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Tue Jan 3 00:20:10 2017 +0100
* Date: Tue Jan 3 00:50:22 2017 +0100
*
***
*
@ -10200,10 +10200,8 @@ PathItem.inject(new function() {
var path1 = seg._path,
path2 = seg._intersection._segment._path;
if (path1.compare(path2)) {
if ((operator.unite || operator.intersect)
&& path1.getArea()) {
if (path1.getArea())
paths.push(path1.clone(false));
}
visitPath(path1);
visitPath(path2);
valid = false;

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: Tue Jan 3 00:20:10 2017 +0100
* Date: Tue Jan 3 00:50:22 2017 +0100
*
***
*
@ -10200,10 +10200,8 @@ PathItem.inject(new function() {
var path1 = seg._path,
path2 = seg._intersection._segment._path;
if (path1.compare(path2)) {
if ((operator.unite || operator.intersect)
&& path1.getArea()) {
if (path1.getArea())
paths.push(path1.clone(false));
}
visitPath(path1);
visitPath(path2);
valid = false;

File diff suppressed because one or more lines are too long