mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-03-13 16:33:28 -04:00
Prebuilt module for commit 719392dd2c
This commit is contained in:
parent
e51fb14ad0
commit
4eb0400f3e
5 changed files with 10 additions and 10 deletions
4
dist/docs/assets/js/paper.js
vendored
4
dist/docs/assets/js/paper.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Fri Jun 10 10:29:38 2016 +0200
|
||||
* Date: Fri Jun 10 12:00:23 2016 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -9548,7 +9548,7 @@ PathItem.inject(new function() {
|
|||
segment;
|
||||
if (curve !== prevCurve) {
|
||||
noHandles = !curve.hasHandles();
|
||||
} else if (prevTime > 0) {
|
||||
} else if (prevTime >= tMin && prevTime <= tMax ) {
|
||||
time /= prevTime;
|
||||
}
|
||||
if (time < tMin) {
|
||||
|
|
4
dist/paper-core.js
vendored
4
dist/paper-core.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Fri Jun 10 10:29:38 2016 +0200
|
||||
* Date: Fri Jun 10 12:00:23 2016 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -9548,7 +9548,7 @@ PathItem.inject(new function() {
|
|||
segment;
|
||||
if (curve !== prevCurve) {
|
||||
noHandles = !curve.hasHandles();
|
||||
} else if (prevTime > 0) {
|
||||
} else if (prevTime >= tMin && prevTime <= tMax ) {
|
||||
time /= prevTime;
|
||||
}
|
||||
if (time < tMin) {
|
||||
|
|
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
4
dist/paper-full.js
vendored
4
dist/paper-full.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Fri Jun 10 10:29:38 2016 +0200
|
||||
* Date: Fri Jun 10 12:00:23 2016 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -9548,7 +9548,7 @@ PathItem.inject(new function() {
|
|||
segment;
|
||||
if (curve !== prevCurve) {
|
||||
noHandles = !curve.hasHandles();
|
||||
} else if (prevTime > 0) {
|
||||
} else if (prevTime >= tMin && prevTime <= tMax ) {
|
||||
time /= prevTime;
|
||||
}
|
||||
if (time < tMin) {
|
||||
|
|
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