mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -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 group = new Group();
|
||||||
var hexagon = new Path.RegularPolygon({
|
var hexagon = new Path.RegularPolygon({
|
||||||
center: view.center,
|
center: view.center,
|
||||||
numSides: 6,
|
sides: 6,
|
||||||
radius: 50,
|
radius: 50,
|
||||||
fillColor: 'gray',
|
fillColor: 'gray',
|
||||||
parent: group
|
parent: group
|
||||||
|
|
Loading…
Reference in a new issue