fixed small typo in the arc example.
This commit is contained in:
parent
0fa8196fba
commit
b36baa744e
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Reference in a new issue