mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-03-13 16:33:28 -04:00
Fix documentation.
This commit is contained in:
parent
83afd05d9e
commit
71b63b0e9d
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ var PlacedSymbol = this.PlacedSymbol = PlacedItem.extend(/** @lends PlacedSymbol
|
|||
* // Create a star shaped path at {x: 0, y: 0}:
|
||||
* var path = new Path.Star({
|
||||
* center: new Point(0, 0),
|
||||
* numPoints: 6,
|
||||
* points: 6,
|
||||
* radius1: 5,
|
||||
* radius2: 13,
|
||||
* fillColor: 'white',
|
||||
|
|
Loading…
Reference in a new issue