mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -05:00
Prebuilt module for commit d405f45d38
This commit is contained in:
parent
fdc1bbca2f
commit
9d0fcd663a
5 changed files with 12 additions and 12 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 Dec 30 13:25:08 2016 +0100
|
||||
* Date: Sat Dec 31 00:34:37 2016 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -6069,7 +6069,7 @@ var Curve = Base.extend({
|
|||
|
||||
divideAt: function(location) {
|
||||
return this.divideAtTime(location && location.curve === this
|
||||
? location.time : location);
|
||||
? location.time : this.getTimeAt(location));
|
||||
},
|
||||
|
||||
divideAtTime: function(time, _setHandles) {
|
||||
|
|
4
dist/paper-core.js
vendored
4
dist/paper-core.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Fri Dec 30 13:25:08 2016 +0100
|
||||
* Date: Sat Dec 31 00:34:37 2016 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -6069,7 +6069,7 @@ var Curve = Base.extend({
|
|||
|
||||
divideAt: function(location) {
|
||||
return this.divideAtTime(location && location.curve === this
|
||||
? location.time : location);
|
||||
? location.time : this.getTimeAt(location));
|
||||
},
|
||||
|
||||
divideAtTime: function(time, _setHandles) {
|
||||
|
|
6
dist/paper-core.min.js
vendored
6
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 Dec 30 13:25:08 2016 +0100
|
||||
* Date: Sat Dec 31 00:34:37 2016 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -6069,7 +6069,7 @@ var Curve = Base.extend({
|
|||
|
||||
divideAt: function(location) {
|
||||
return this.divideAtTime(location && location.curve === this
|
||||
? location.time : location);
|
||||
? location.time : this.getTimeAt(location));
|
||||
},
|
||||
|
||||
divideAtTime: function(time, _setHandles) {
|
||||
|
|
6
dist/paper-full.min.js
vendored
6
dist/paper-full.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue