fixed small typo in the arc example.

This commit is contained in:
Dirk Krause 2013-04-04 17:34:01 +03:00
parent 0fa8196fba
commit b36baa744e

View file

@ -601,7 +601,7 @@ To draw a 1/4 circle (top right quadrant only) with a radius of 10 and stroke wi
arc({blockType: blocks.iron, arc({blockType: blocks.iron,
meta: 0, meta: 0,
radius: 10, radius: 10,
strokeWidth: 2 strokeWidth: 2,
quadrants: { topright: true }, quadrants: { topright: true },
orientation: 'vertical', orientation: 'vertical',
stack: 1, stack: 1,