mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Fix Q*Bertify example.
This commit is contained in:
parent
097a9c958f
commit
7a266a50dd
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
var group = new Group();
|
||||
var hexagon = new Path.RegularPolygon({
|
||||
center: view.center,
|
||||
numSides: 6,
|
||||
sides: 6,
|
||||
radius: 50,
|
||||
fillColor: 'gray',
|
||||
parent: group
|
||||
|
|
Loading…
Reference in a new issue