mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Improve formating.
This commit is contained in:
parent
b29a87653d
commit
1f29f6f104
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ var Matrix = Base.extend({
|
|||
// when using rotation or shearing.
|
||||
context[reset ? 'setTransform' : 'transform'](
|
||||
this._m00, -this._m01, -this._m10,
|
||||
this._m11, this._m02, this._m12
|
||||
this._m11, this._m02, this._m12
|
||||
);
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue