Prebuilt module for commit 32db1eb005

This commit is contained in:
Paper.js Bot 2017-02-26 00:14:25 +00:00
parent 7ead8e6674
commit 53d5ff043b
5 changed files with 13 additions and 16 deletions

View file

@ -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
View file

@ -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;

File diff suppressed because one or more lines are too long

5
dist/paper-full.js vendored
View file

@ -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;

File diff suppressed because one or more lines are too long