mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-07 13:22:07 -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.
|
* 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
5
dist/paper-core.js
vendored
|
@ -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;
|
||||||
|
|
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.
|
* 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;
|
||||||
|
|
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