Prebuilt module for commit 083a2c6e0d

This commit is contained in:
Paper.js Bot 2016-07-14 07:18:42 +00:00
parent e2f17c5e31
commit f3b739f995
5 changed files with 10 additions and 10 deletions

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Wed Jul 13 21:04:53 2016 +0200
* Date: Thu Jul 14 09:14:11 2016 +0200
*
***
*
@ -9821,7 +9821,7 @@ PathItem.inject(new function() {
nextSeg = seg.getNext(),
nextInter = nextSeg && nextSeg._intersection;
if (seg !== exclude && (isStart(seg) || isStart(nextSeg)
|| !seg._visited && !nextSeg._visited
|| nextSeg && !seg._visited && !nextSeg._visited
&& (!operator || isValid(seg) && (isValid(nextSeg)
|| nextInter && isValid(nextInter._segment)))
))

4
dist/paper-core.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Wed Jul 13 21:04:53 2016 +0200
* Date: Thu Jul 14 09:14:11 2016 +0200
*
***
*
@ -9821,7 +9821,7 @@ PathItem.inject(new function() {
nextSeg = seg.getNext(),
nextInter = nextSeg && nextSeg._intersection;
if (seg !== exclude && (isStart(seg) || isStart(nextSeg)
|| !seg._visited && !nextSeg._visited
|| nextSeg && !seg._visited && !nextSeg._visited
&& (!operator || isValid(seg) && (isValid(nextSeg)
|| nextInter && isValid(nextInter._segment)))
))

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: Wed Jul 13 21:04:53 2016 +0200
* Date: Thu Jul 14 09:14:11 2016 +0200
*
***
*
@ -9821,7 +9821,7 @@ PathItem.inject(new function() {
nextSeg = seg.getNext(),
nextInter = nextSeg && nextSeg._intersection;
if (seg !== exclude && (isStart(seg) || isStart(nextSeg)
|| !seg._visited && !nextSeg._visited
|| nextSeg && !seg._visited && !nextSeg._visited
&& (!operator || isValid(seg) && (isValid(nextSeg)
|| nextInter && isValid(nextInter._segment)))
))

File diff suppressed because one or more lines are too long