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,
meta: 0,
radius: 10,
strokeWidth: 2
strokeWidth: 2,
quadrants: { topright: true },
orientation: 'vertical',
stack: 1,