mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 01:12:39 -05:00
parent
5dafc67278
commit
69fb23d2ed
1 changed files with 1 additions and 1 deletions
|
@ -52,8 +52,8 @@ var Matrix = Base.extend(/** @lends Matrix# */{
|
|||
*
|
||||
* @name Matrix#initialize
|
||||
* @param {Number} a the a property of the transform
|
||||
* @param {Number} c the c property of the transform
|
||||
* @param {Number} b the b property of the transform
|
||||
* @param {Number} c the c property of the transform
|
||||
* @param {Number} d the d property of the transform
|
||||
* @param {Number} tx the tx property of the transform
|
||||
* @param {Number} ty the ty property of the transform
|
||||
|
|
Loading…
Reference in a new issue