Prebuilt module for commit 374107c439

This commit is contained in:
Paper.js Bot 2017-03-18 15:53:42 +00:00
parent b680ffe23d
commit 36093327d3
5 changed files with 10 additions and 13 deletions

View file

@ -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
View file

@ -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,

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.
*
* 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,

File diff suppressed because one or more lines are too long