mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Prebuilt module for commit 8da82fed19
This commit is contained in:
parent
400106b694
commit
59fe1f328d
5 changed files with 15 additions and 15 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: Mon Jun 13 12:08:04 2016 +0200
|
||||
* Date: Mon Jun 13 12:09:17 2016 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -9767,7 +9767,7 @@ PathItem.inject(new function() {
|
|||
if (seg !== exclude && (isStart(seg) || isStart(nextSeg)
|
||||
|| !seg._visited && !nextSeg._visited
|
||||
&& (!operator
|
||||
|| (!strict || isValid(seg))
|
||||
|| isValid(seg)
|
||||
&& (!(strict && nextInter && nextInter._overlap)
|
||||
&& isValid(nextSeg)
|
||||
|| !strict && nextInter
|
||||
|
@ -9815,7 +9815,7 @@ PathItem.inject(new function() {
|
|||
finished = true;
|
||||
seg = other;
|
||||
} else if (isValid(other, isValid(seg, true))) {
|
||||
if (operator && inter._overlap
|
||||
if (operator
|
||||
&& (operator.intersect || operator.subtract)) {
|
||||
seg._visited = true;
|
||||
}
|
||||
|
|
6
dist/paper-core.js
vendored
6
dist/paper-core.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Mon Jun 13 12:08:04 2016 +0200
|
||||
* Date: Mon Jun 13 12:09:17 2016 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -9767,7 +9767,7 @@ PathItem.inject(new function() {
|
|||
if (seg !== exclude && (isStart(seg) || isStart(nextSeg)
|
||||
|| !seg._visited && !nextSeg._visited
|
||||
&& (!operator
|
||||
|| (!strict || isValid(seg))
|
||||
|| isValid(seg)
|
||||
&& (!(strict && nextInter && nextInter._overlap)
|
||||
&& isValid(nextSeg)
|
||||
|| !strict && nextInter
|
||||
|
@ -9815,7 +9815,7 @@ PathItem.inject(new function() {
|
|||
finished = true;
|
||||
seg = other;
|
||||
} else if (isValid(other, isValid(seg, true))) {
|
||||
if (operator && inter._overlap
|
||||
if (operator
|
||||
&& (operator.intersect || operator.subtract)) {
|
||||
seg._visited = true;
|
||||
}
|
||||
|
|
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: Mon Jun 13 12:08:04 2016 +0200
|
||||
* Date: Mon Jun 13 12:09:17 2016 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -9767,7 +9767,7 @@ PathItem.inject(new function() {
|
|||
if (seg !== exclude && (isStart(seg) || isStart(nextSeg)
|
||||
|| !seg._visited && !nextSeg._visited
|
||||
&& (!operator
|
||||
|| (!strict || isValid(seg))
|
||||
|| isValid(seg)
|
||||
&& (!(strict && nextInter && nextInter._overlap)
|
||||
&& isValid(nextSeg)
|
||||
|| !strict && nextInter
|
||||
|
@ -9815,7 +9815,7 @@ PathItem.inject(new function() {
|
|||
finished = true;
|
||||
seg = other;
|
||||
} else if (isValid(other, isValid(seg, true))) {
|
||||
if (operator && inter._overlap
|
||||
if (operator
|
||||
&& (operator.intersect || operator.subtract)) {
|
||||
seg._visited = true;
|
||||
}
|
||||
|
|
8
dist/paper-full.min.js
vendored
8
dist/paper-full.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue