From d4152a90a2d0c474cf2800e73f6def41f9f988c6 Mon Sep 17 00:00:00 2001 From: Eric Rowell Date: Sun, 7 Apr 2013 09:44:40 -0700 Subject: [PATCH] fixed issue with shape params txt file --- configParams/ShapeParams.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configParams/ShapeParams.txt b/configParams/ShapeParams.txt index c03f549d..7da0bead 100644 --- a/configParams/ShapeParams.txt +++ b/configParams/ShapeParams.txt @@ -6,7 +6,7 @@ * @param {Array|Object} [config.fillPatternScale] array with two elements or object with x and y component * @param {Number} [config.fillPatternRotation] * @param {String} [config.fillPatternRepeat] can be 'repeat', 'repeat-x', 'repeat-y', or 'no-repeat'. The default is 'no-repeat' -@param {Array|Object} [config.fillLinearGradientStartPoint] array with two elements or object with x and y component + * @param {Array|Object} [config.fillLinearGradientStartPoint] array with two elements or object with x and y component * @param {Array|Object} [config.fillLinearGradientEndPoint] array with two elements or object with x and y component * @param {Array} [config.fillLinearGradientColorStops] array of color stops * @param {Array|Object} [config.fillRadialGradientStartPoint] array with two elements or object with x and y component