mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-03-13 16:33:28 -04:00
Prebuilt module for commit 6b3d8ecdfd
This commit is contained in:
parent
23bc1015cf
commit
c341790871
5 changed files with 8 additions and 8 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: Tue Jun 14 15:16:45 2016 +0200
|
||||
* Date: Tue Jun 14 15:26:08 2016 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -3311,7 +3311,7 @@ new function() {
|
|||
|
||||
setScaling: function() {
|
||||
var current = this.getScaling(),
|
||||
scaling = Point.read(arguments, 0, { clone: true, readNull: true })
|
||||
scaling = Point.read(arguments, 0, { clone: true, readNull: true });
|
||||
if (current && scaling) {
|
||||
this.scale(scaling.x / current.x, scaling.y / current.y);
|
||||
}
|
||||
|
|
4
dist/paper-core.js
vendored
4
dist/paper-core.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Tue Jun 14 15:16:45 2016 +0200
|
||||
* Date: Tue Jun 14 15:26:08 2016 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -3311,7 +3311,7 @@ new function() {
|
|||
|
||||
setScaling: function() {
|
||||
var current = this.getScaling(),
|
||||
scaling = Point.read(arguments, 0, { clone: true, readNull: true })
|
||||
scaling = Point.read(arguments, 0, { clone: true, readNull: true });
|
||||
if (current && scaling) {
|
||||
this.scale(scaling.x / current.x, scaling.y / current.y);
|
||||
}
|
||||
|
|
2
dist/paper-core.min.js
vendored
2
dist/paper-core.min.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Tue Jun 14 15:16:45 2016 +0200
|
||||
* Date: Tue Jun 14 15:26:08 2016 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
4
dist/paper-full.js
vendored
4
dist/paper-full.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Tue Jun 14 15:16:45 2016 +0200
|
||||
* Date: Tue Jun 14 15:26:08 2016 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -3311,7 +3311,7 @@ new function() {
|
|||
|
||||
setScaling: function() {
|
||||
var current = this.getScaling(),
|
||||
scaling = Point.read(arguments, 0, { clone: true, readNull: true })
|
||||
scaling = Point.read(arguments, 0, { clone: true, readNull: true });
|
||||
if (current && scaling) {
|
||||
this.scale(scaling.x / current.x, scaling.y / current.y);
|
||||
}
|
||||
|
|
2
dist/paper-full.min.js
vendored
2
dist/paper-full.min.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Tue Jun 14 15:16:45 2016 +0200
|
||||
* Date: Tue Jun 14 15:26:08 2016 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue