mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -05:00
Prebuilt module for commit 374107c439
This commit is contained in:
parent
b680ffe23d
commit
36093327d3
5 changed files with 10 additions and 13 deletions
5
dist/docs/assets/js/paper.js
vendored
5
dist/docs/assets/js/paper.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sat Mar 18 16:42:55 2017 +0100
|
||||
* Date: Sat Mar 18 16:46:55 2017 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -7052,8 +7052,7 @@ new function() {
|
|||
flip ? c2 : c1, flip ? c1 : c2,
|
||||
locations, include, flip,
|
||||
0, 0, 0, 1, 0, 1);
|
||||
|
||||
if (!(straight && locations.length > before)) {
|
||||
if (!straight || locations.length === before) {
|
||||
for (var i = 0; i < 4; i++) {
|
||||
var t1 = i >> 1,
|
||||
t2 = i & 1,
|
||||
|
|
5
dist/paper-core.js
vendored
5
dist/paper-core.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sat Mar 18 16:42:55 2017 +0100
|
||||
* Date: Sat Mar 18 16:46:55 2017 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -7052,8 +7052,7 @@ new function() {
|
|||
flip ? c2 : c1, flip ? c1 : c2,
|
||||
locations, include, flip,
|
||||
0, 0, 0, 1, 0, 1);
|
||||
|
||||
if (!(straight && locations.length > before)) {
|
||||
if (!straight || locations.length === before) {
|
||||
for (var i = 0; i < 4; i++) {
|
||||
var t1 = i >> 1,
|
||||
t2 = i & 1,
|
||||
|
|
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
5
dist/paper-full.js
vendored
5
dist/paper-full.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sat Mar 18 16:42:55 2017 +0100
|
||||
* Date: Sat Mar 18 16:46:55 2017 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -7052,8 +7052,7 @@ new function() {
|
|||
flip ? c2 : c1, flip ? c1 : c2,
|
||||
locations, include, flip,
|
||||
0, 0, 0, 1, 0, 1);
|
||||
|
||||
if (!(straight && locations.length > before)) {
|
||||
if (!straight || locations.length === before) {
|
||||
for (var i = 0; i < 4; i++) {
|
||||
var t1 = i >> 1,
|
||||
t2 = i & 1,
|
||||
|
|
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