diff --git a/examples/Paperjs.org/Q*bertify.html b/examples/Paperjs.org/Q*bertify.html index ebc08094..362c202f 100644 --- a/examples/Paperjs.org/Q*bertify.html +++ b/examples/Paperjs.org/Q*bertify.html @@ -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