mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-29 07:09:45 -04:00
Allow all basic types to properly serialize themselves in non-compact form.
This commit is contained in:
parent
a0066b61c3
commit
16b60d1b9e
4 changed files with 25 additions and 0 deletions
src/basic
|
@ -38,6 +38,8 @@
|
|||
* matrix multiplication).
|
||||
*/
|
||||
var Matrix = this.Matrix = Base.extend(/** @lends Matrix# */{
|
||||
_type: 'Matrix',
|
||||
|
||||
/**
|
||||
* Creates a 2D affine transform.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue