mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -05:00
Prebuilt module for commit 32db1eb005
This commit is contained in:
parent
7ead8e6674
commit
53d5ff043b
5 changed files with 13 additions and 16 deletions
5
dist/docs/assets/js/paper.js
vendored
5
dist/docs/assets/js/paper.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sun Feb 26 01:03:35 2017 +0100
|
||||
* Date: Sun Feb 26 01:11:33 2017 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -10200,7 +10200,6 @@ PathItem.inject(new function() {
|
|||
|
||||
function tracePaths(segments, operator) {
|
||||
var paths = [],
|
||||
branches = [],
|
||||
starts;
|
||||
|
||||
function isValid(seg) {
|
||||
|
@ -10283,6 +10282,7 @@ PathItem.inject(new function() {
|
|||
path = null,
|
||||
finished = false,
|
||||
closed = true,
|
||||
branches = [],
|
||||
branch,
|
||||
visited,
|
||||
handleIn;
|
||||
|
@ -10364,7 +10364,6 @@ PathItem.inject(new function() {
|
|||
if (path.getArea() !== 0) {
|
||||
paths.push(path);
|
||||
}
|
||||
branches = [];
|
||||
}
|
||||
}
|
||||
return paths;
|
||||
|
|
5
dist/paper-core.js
vendored
5
dist/paper-core.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sun Feb 26 01:03:35 2017 +0100
|
||||
* Date: Sun Feb 26 01:11:33 2017 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -10200,7 +10200,6 @@ PathItem.inject(new function() {
|
|||
|
||||
function tracePaths(segments, operator) {
|
||||
var paths = [],
|
||||
branches = [],
|
||||
starts;
|
||||
|
||||
function isValid(seg) {
|
||||
|
@ -10283,6 +10282,7 @@ PathItem.inject(new function() {
|
|||
path = null,
|
||||
finished = false,
|
||||
closed = true,
|
||||
branches = [],
|
||||
branch,
|
||||
visited,
|
||||
handleIn;
|
||||
|
@ -10364,7 +10364,6 @@ PathItem.inject(new function() {
|
|||
if (path.getArea() !== 0) {
|
||||
paths.push(path);
|
||||
}
|
||||
branches = [];
|
||||
}
|
||||
}
|
||||
return paths;
|
||||
|
|
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
5
dist/paper-full.js
vendored
5
dist/paper-full.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sun Feb 26 01:03:35 2017 +0100
|
||||
* Date: Sun Feb 26 01:11:33 2017 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -10200,7 +10200,6 @@ PathItem.inject(new function() {
|
|||
|
||||
function tracePaths(segments, operator) {
|
||||
var paths = [],
|
||||
branches = [],
|
||||
starts;
|
||||
|
||||
function isValid(seg) {
|
||||
|
@ -10283,6 +10282,7 @@ PathItem.inject(new function() {
|
|||
path = null,
|
||||
finished = false,
|
||||
closed = true,
|
||||
branches = [],
|
||||
branch,
|
||||
visited,
|
||||
handleIn;
|
||||
|
@ -10364,7 +10364,6 @@ PathItem.inject(new function() {
|
|||
if (path.getArea() !== 0) {
|
||||
paths.push(path);
|
||||
}
|
||||
branches = [];
|
||||
}
|
||||
}
|
||||
return paths;
|
||||
|
|
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