Prebuilt module for commit ffe42a0220

This commit is contained in:
Paper.js Bot 2016-02-05 19:35:23 +00:00
parent 1683ad1f75
commit 99ff30cfcf
5 changed files with 13 additions and 13 deletions

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Fri Feb 5 20:25:25 2016 +0100
* Date: Fri Feb 5 20:31:58 2016 +0100
*
***
*
@ -9407,10 +9407,10 @@ PathItem.inject(new function() {
py = point.y,
windLeft = 0,
windRight = 0,
isOnCurve = false,
length = curves.length,
roots = [],
abs = Math.abs,
isOnCurve = false;
abs = Math.abs;
if (horizontal) {
var yTop = -Infinity,
yBottom = Infinity,

6
dist/paper-core.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Fri Feb 5 20:25:25 2016 +0100
* Date: Fri Feb 5 20:31:58 2016 +0100
*
***
*
@ -9407,10 +9407,10 @@ PathItem.inject(new function() {
py = point.y,
windLeft = 0,
windRight = 0,
isOnCurve = false,
length = curves.length,
roots = [],
abs = Math.abs,
isOnCurve = false;
abs = Math.abs;
if (horizontal) {
var yTop = -Infinity,
yBottom = Infinity,

File diff suppressed because one or more lines are too long

6
dist/paper-full.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Fri Feb 5 20:25:25 2016 +0100
* Date: Fri Feb 5 20:31:58 2016 +0100
*
***
*
@ -9407,10 +9407,10 @@ PathItem.inject(new function() {
py = point.y,
windLeft = 0,
windRight = 0,
isOnCurve = false,
length = curves.length,
roots = [],
abs = Math.abs,
isOnCurve = false;
abs = Math.abs;
if (horizontal) {
var yTop = -Infinity,
yBottom = Infinity,

File diff suppressed because one or more lines are too long