mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Prebuilt module for commit 7a63afc769
This commit is contained in:
parent
fb4f2e9900
commit
f3b420e3b3
5 changed files with 16 additions and 13 deletions
7
dist/docs/assets/js/paper.js
vendored
7
dist/docs/assets/js/paper.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sun Aug 7 15:55:17 2016 +0200
|
||||
* Date: Sun Aug 7 15:58:54 2016 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -10166,8 +10166,10 @@ PathItem.inject(new function() {
|
|||
other = inter && inter._segment,
|
||||
finished = !first && (isStart(seg) || isStart(other)),
|
||||
cross = !finished && other;
|
||||
if (first)
|
||||
if (first) {
|
||||
path = new Path(Item.NO_INSERT);
|
||||
branch = null;
|
||||
}
|
||||
if (finished) {
|
||||
if (seg.isFirst() || seg.isLast())
|
||||
closed = seg._path._closed;
|
||||
|
@ -10222,7 +10224,6 @@ PathItem.inject(new function() {
|
|||
paths.push(path);
|
||||
}
|
||||
}
|
||||
branch = null;
|
||||
}
|
||||
return paths;
|
||||
}
|
||||
|
|
7
dist/paper-core.js
vendored
7
dist/paper-core.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sun Aug 7 15:55:17 2016 +0200
|
||||
* Date: Sun Aug 7 15:58:54 2016 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -10166,8 +10166,10 @@ PathItem.inject(new function() {
|
|||
other = inter && inter._segment,
|
||||
finished = !first && (isStart(seg) || isStart(other)),
|
||||
cross = !finished && other;
|
||||
if (first)
|
||||
if (first) {
|
||||
path = new Path(Item.NO_INSERT);
|
||||
branch = null;
|
||||
}
|
||||
if (finished) {
|
||||
if (seg.isFirst() || seg.isLast())
|
||||
closed = seg._path._closed;
|
||||
|
@ -10222,7 +10224,6 @@ PathItem.inject(new function() {
|
|||
paths.push(path);
|
||||
}
|
||||
}
|
||||
branch = null;
|
||||
}
|
||||
return paths;
|
||||
}
|
||||
|
|
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
7
dist/paper-full.js
vendored
7
dist/paper-full.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sun Aug 7 15:55:17 2016 +0200
|
||||
* Date: Sun Aug 7 15:58:54 2016 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -10166,8 +10166,10 @@ PathItem.inject(new function() {
|
|||
other = inter && inter._segment,
|
||||
finished = !first && (isStart(seg) || isStart(other)),
|
||||
cross = !finished && other;
|
||||
if (first)
|
||||
if (first) {
|
||||
path = new Path(Item.NO_INSERT);
|
||||
branch = null;
|
||||
}
|
||||
if (finished) {
|
||||
if (seg.isFirst() || seg.isLast())
|
||||
closed = seg._path._closed;
|
||||
|
@ -10222,7 +10224,6 @@ PathItem.inject(new function() {
|
|||
paths.push(path);
|
||||
}
|
||||
}
|
||||
branch = null;
|
||||
}
|
||||
return paths;
|
||||
}
|
||||
|
|
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