Merge pull request #75 from dirkk0/master

Fixed typo in arc example
This commit is contained in:
Walter Higgins 2013-04-04 08:22:54 -07:00
commit 059ebe6559

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,