/**
 * @class Ext.draw.sprite.Cross
 * @extend Ext.draw.sprite.Path
 * @alias sprite.cross
 *
 * A sprite that represents a cross.
 */
 
/**
 * @cfg {Number} [size=4]
 * The size of the sprite.
 * Meant to be comparable to the size of a circle sprite with the same radius.
 */