From b36baa744ef9fdf1bd245177307d58fc734aaa4f Mon Sep 17 00:00:00 2001 From: Dirk Krause Date: Thu, 4 Apr 2013 17:34:01 +0300 Subject: [PATCH] fixed small typo in the arc example. --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 02d8256..e541ccf 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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,