mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Group docs: change the height of the constructor example.
This commit is contained in:
parent
7771fd8736
commit
e273a048cd
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ var Group = this.Group = Item.extend({
|
|||
* // Move the group to the center of the view:
|
||||
* group.position = view.center;
|
||||
*
|
||||
* @example {@paperscript split=true}
|
||||
* @example {@paperscript split=true height=320}
|
||||
* // Click in the view to add a path to the group, which in turn is rotated
|
||||
* // every frame:
|
||||
* var group = new Group();
|
||||
|
|
Loading…
Reference in a new issue