/**
 * @class Ext.draw.gradient.Gradient
 * @extend Ext.Base
 * Creates a gradient.
 */
 
/**
 * @cfg {Object[]} [stops=[]]
 * Defines the stops of the gradient.
 * @accessor
 */