mirror of
https://github.com/konvajs/konva.git
synced 2025-09-19 02:37:59 +08:00
fixed issue with shape params txt file
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user