PlacedSymbol docs: use splitpane for constructor example.

This commit is contained in:
Jonathan Puckey 2011-06-02 20:56:08 +02:00
parent c22d8f8f3c
commit 5c88bdfac9

View file

@ -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 = {