mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-22 07:19:57 -05:00
PlacedSymbol docs: use splitpane for constructor example.
This commit is contained in:
parent
c22d8f8f3c
commit
5c88bdfac9
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ var PlacedSymbol = this.PlacedSymbol = Item.extend({
|
|||
* symbol or a {@link Matrix} transformation to transform the placed symbol
|
||||
* with.
|
||||
*
|
||||
* @example
|
||||
* @example {@paperscript split=true}
|
||||
* // Placing 100 instances of a symbol:
|
||||
* var path = new Path.Star(new Point(0, 0), 6, 5, 13);
|
||||
* path.style = {
|
||||
|
|
Loading…
Reference in a new issue