mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Prebuilt module for commit f995216f39
This commit is contained in:
parent
92ec051c50
commit
ec80de4280
5 changed files with 16 additions and 16 deletions
8
dist/docs/assets/js/paper.js
vendored
8
dist/docs/assets/js/paper.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sat Dec 31 10:48:19 2016 +0100
|
||||
* Date: Sat Dec 31 11:30:38 2016 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -7613,15 +7613,15 @@ var PathItem = Item.extend({
|
|||
values2 = [],
|
||||
arrays = [],
|
||||
locations,
|
||||
path;
|
||||
current;
|
||||
for (var i = 0; i < length2; i++)
|
||||
values2[i] = curves2[i].getValues(matrix2);
|
||||
for (var i = 0; i < length1; i++) {
|
||||
var curve1 = curves1[i],
|
||||
values1 = self ? values2[i] : curve1.getValues(matrix1),
|
||||
path1 = curve1.getPath();
|
||||
if (path1 !== path) {
|
||||
path = path1;
|
||||
if (path1 !== current) {
|
||||
current = path1;
|
||||
locations = [];
|
||||
arrays.push(locations);
|
||||
}
|
||||
|
|
8
dist/paper-core.js
vendored
8
dist/paper-core.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sat Dec 31 10:48:19 2016 +0100
|
||||
* Date: Sat Dec 31 11:30:38 2016 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -7613,15 +7613,15 @@ var PathItem = Item.extend({
|
|||
values2 = [],
|
||||
arrays = [],
|
||||
locations,
|
||||
path;
|
||||
current;
|
||||
for (var i = 0; i < length2; i++)
|
||||
values2[i] = curves2[i].getValues(matrix2);
|
||||
for (var i = 0; i < length1; i++) {
|
||||
var curve1 = curves1[i],
|
||||
values1 = self ? values2[i] : curve1.getValues(matrix1),
|
||||
path1 = curve1.getPath();
|
||||
if (path1 !== path) {
|
||||
path = path1;
|
||||
if (path1 !== current) {
|
||||
current = path1;
|
||||
locations = [];
|
||||
arrays.push(locations);
|
||||
}
|
||||
|
|
4
dist/paper-core.min.js
vendored
4
dist/paper-core.min.js
vendored
File diff suppressed because one or more lines are too long
8
dist/paper-full.js
vendored
8
dist/paper-full.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sat Dec 31 10:48:19 2016 +0100
|
||||
* Date: Sat Dec 31 11:30:38 2016 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -7613,15 +7613,15 @@ var PathItem = Item.extend({
|
|||
values2 = [],
|
||||
arrays = [],
|
||||
locations,
|
||||
path;
|
||||
current;
|
||||
for (var i = 0; i < length2; i++)
|
||||
values2[i] = curves2[i].getValues(matrix2);
|
||||
for (var i = 0; i < length1; i++) {
|
||||
var curve1 = curves1[i],
|
||||
values1 = self ? values2[i] : curve1.getValues(matrix1),
|
||||
path1 = curve1.getPath();
|
||||
if (path1 !== path) {
|
||||
path = path1;
|
||||
if (path1 !== current) {
|
||||
current = path1;
|
||||
locations = [];
|
||||
arrays.push(locations);
|
||||
}
|
||||
|
|
4
dist/paper-full.min.js
vendored
4
dist/paper-full.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue