mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
PlacedSymbol docs: make constructor argument optional.
This commit is contained in:
parent
14e46fe78f
commit
2e2b7cad24
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ var PlacedSymbol = this.PlacedSymbol = Item.extend({
|
|||
* Creates a new PlacedSymbol Item.
|
||||
*
|
||||
* @param {Symbol} symbol the symbol to place
|
||||
* @param {Point|Matrix} matrixOrOffset the center point of the placed
|
||||
* @param {Point|Matrix} [matrixOrOffset] the center point of the placed
|
||||
* symbol or a {@link Matrix} transformation to transform the placed symbol
|
||||
* with.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue