Prebuilt module for commit 26bf4f4749

This commit is contained in:
Paper.js Bot 2017-03-08 15:03:01 +00:00
parent 47515cb195
commit 23ec037199
5 changed files with 13 additions and 13 deletions

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Wed Mar 8 15:47:54 2017 +0100
* Date: Wed Mar 8 15:55:51 2017 +0100
*
***
*
@ -10027,9 +10027,9 @@ PathItem.inject(new function() {
: po === o3 ? 1
: paL > max(a0, a1, a2, a3) || paR < min(a0, a1, a2, a3)
? 1
: Curve.solveCubic(v, io, po, roots, 0, 1) === 1
: Curve.solveCubic(v, io, po, roots, 0, 1) > 0
? roots[0]
: 0.5,
: 1,
a = t === 0 ? a0
: t === 1 ? a3
: Curve.getPoint(v, t)[dir ? 'y' : 'x'],

6
dist/paper-core.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Wed Mar 8 15:47:54 2017 +0100
* Date: Wed Mar 8 15:55:51 2017 +0100
*
***
*
@ -10027,9 +10027,9 @@ PathItem.inject(new function() {
: po === o3 ? 1
: paL > max(a0, a1, a2, a3) || paR < min(a0, a1, a2, a3)
? 1
: Curve.solveCubic(v, io, po, roots, 0, 1) === 1
: Curve.solveCubic(v, io, po, roots, 0, 1) > 0
? roots[0]
: 0.5,
: 1,
a = t === 0 ? a0
: t === 1 ? a3
: Curve.getPoint(v, t)[dir ? 'y' : 'x'],

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: Wed Mar 8 15:47:54 2017 +0100
* Date: Wed Mar 8 15:55:51 2017 +0100
*
***
*
@ -10027,9 +10027,9 @@ PathItem.inject(new function() {
: po === o3 ? 1
: paL > max(a0, a1, a2, a3) || paR < min(a0, a1, a2, a3)
? 1
: Curve.solveCubic(v, io, po, roots, 0, 1) === 1
: Curve.solveCubic(v, io, po, roots, 0, 1) > 0
? roots[0]
: 0.5,
: 1,
a = t === 0 ? a0
: t === 1 ? a3
: Curve.getPoint(v, t)[dir ? 'y' : 'x'],

File diff suppressed because one or more lines are too long