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. * 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) { function tracePaths(segments, operator) {
var paths = [], var paths = [],
branches = [],
starts; starts;
function isValid(seg) { function isValid(seg) {
@ -10283,6 +10282,7 @@ PathItem.inject(new function() {
path = null, path = null,
finished = false, finished = false,
closed = true, closed = true,
branches = [],
branch, branch,
visited, visited,
handleIn; handleIn;
@ -10364,7 +10364,6 @@ PathItem.inject(new function() {
if (path.getArea() !== 0) { if (path.getArea() !== 0) {
paths.push(path); paths.push(path);
} }
branches = [];
} }
} }
return paths; return paths;

5
dist/paper-core.js vendored
View file

@ -9,7 +9,7 @@
* *
* All rights reserved. * 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) { function tracePaths(segments, operator) {
var paths = [], var paths = [],
branches = [],
starts; starts;
function isValid(seg) { function isValid(seg) {
@ -10283,6 +10282,7 @@ PathItem.inject(new function() {
path = null, path = null,
finished = false, finished = false,
closed = true, closed = true,
branches = [],
branch, branch,
visited, visited,
handleIn; handleIn;
@ -10364,7 +10364,6 @@ PathItem.inject(new function() {
if (path.getArea() !== 0) { if (path.getArea() !== 0) {
paths.push(path); paths.push(path);
} }
branches = [];
} }
} }
return paths; 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. * 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) { function tracePaths(segments, operator) {
var paths = [], var paths = [],
branches = [],
starts; starts;
function isValid(seg) { function isValid(seg) {
@ -10283,6 +10282,7 @@ PathItem.inject(new function() {
path = null, path = null,
finished = false, finished = false,
closed = true, closed = true,
branches = [],
branch, branch,
visited, visited,
handleIn; handleIn;
@ -10364,7 +10364,6 @@ PathItem.inject(new function() {
if (path.getArea() !== 0) { if (path.getArea() !== 0) {
paths.push(path); paths.push(path);
} }
branches = [];
} }
} }
return paths; return paths;

File diff suppressed because one or more lines are too long