From c7a5db1a8007aa000b13b1a7ac5e557be162a15b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B0=D0=B2=D1=80=D1=91=D0=BD=D0=BE=D0=B2=20=D0=90?= =?UTF-8?q?=D0=BD=D1=82=D0=BE=D0=BD?= Date: Mon, 24 Feb 2014 22:28:05 +0800 Subject: [PATCH] docs: fix wrong shadow color configuration --- doc-includes/ShapeParams.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc-includes/ShapeParams.txt b/doc-includes/ShapeParams.txt index a47ed14d..009ca413 100644 --- a/doc-includes/ShapeParams.txt +++ b/doc-includes/ShapeParams.txt @@ -45,10 +45,10 @@ * @param {String} [config.lineCap] can be butt, round, or sqare. The default * is butt * @param {String} [config.shadowColor] - * @param {Integer} [config.shadowColorRed] set shadow color red component - * @param {Integer} [config.shadowColorGreen] set shadow color green component - * @param {Integer} [config.shadowColorBlue] set shadow color blue component - * @param {Integer} [config.shadowColorAlpha] set shadow color alpha component + * @param {Integer} [config.shadowRed] set shadow color red component + * @param {Integer} [config.shadowGreen] set shadow color green component + * @param {Integer} [config.shadowBlue] set shadow color blue component + * @param {Integer} [config.shadowAlpha] set shadow color alpha component * @param {Number} [config.shadowBlur] * @param {Object} [config.shadowOffset] object with x and y component * @param {Number} [config.shadowOffsetX]