mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-07 13:22:07 -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.
|
* Creates a new PlacedSymbol Item.
|
||||||
*
|
*
|
||||||
* @param {Symbol} symbol the symbol to place
|
* @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
|
* symbol or a {@link Matrix} transformation to transform the placed symbol
|
||||||
* with.
|
* with.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue