mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Prebuilt module for commit fdd42076f9
This commit is contained in:
parent
b8e69b7cbb
commit
b680ffe23d
5 changed files with 7 additions and 10 deletions
3
dist/docs/assets/js/paper.js
vendored
3
dist/docs/assets/js/paper.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sat Mar 18 16:35:34 2017 +0100
|
||||
* Date: Sat Mar 18 16:42:55 2017 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -7061,7 +7061,6 @@ new function() {
|
|||
i2 = t2 * 6,
|
||||
p1 = new Point(v1[i1], v1[i1 + 1]),
|
||||
p2 = new Point(v2[i2], v2[i2 + 1]);
|
||||
console.log(t1, t2);
|
||||
if (p1.isClose(p2, epsilon)) {
|
||||
addLocation(locations, include,
|
||||
c1, t1, p1,
|
||||
|
|
3
dist/paper-core.js
vendored
3
dist/paper-core.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sat Mar 18 16:35:34 2017 +0100
|
||||
* Date: Sat Mar 18 16:42:55 2017 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -7061,7 +7061,6 @@ new function() {
|
|||
i2 = t2 * 6,
|
||||
p1 = new Point(v1[i1], v1[i1 + 1]),
|
||||
p2 = new Point(v2[i2], v2[i2 + 1]);
|
||||
console.log(t1, t2);
|
||||
if (p1.isClose(p2, epsilon)) {
|
||||
addLocation(locations, include,
|
||||
c1, t1, p1,
|
||||
|
|
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
3
dist/paper-full.js
vendored
3
dist/paper-full.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sat Mar 18 16:35:34 2017 +0100
|
||||
* Date: Sat Mar 18 16:42:55 2017 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -7061,7 +7061,6 @@ new function() {
|
|||
i2 = t2 * 6,
|
||||
p1 = new Point(v1[i1], v1[i1 + 1]),
|
||||
p2 = new Point(v2[i2], v2[i2 + 1]);
|
||||
console.log(t1, t2);
|
||||
if (p1.isClose(p2, epsilon)) {
|
||||
addLocation(locations, include,
|
||||
c1, t1, p1,
|
||||
|
|
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