mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Prebuilt module for commit 46fce16bff
This commit is contained in:
parent
32a352573b
commit
a357cf0bcf
5 changed files with 13 additions and 19 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: 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
6
dist/paper-core.js
vendored
|
@ -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;
|
||||
|
|
8
dist/paper-core.min.js
vendored
8
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: 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-full.min.js
vendored
6
dist/paper-full.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue