/**
 * @class Ext.draw.sprite.Circle
 * @extend Ext.draw.sprite.Path
 *
 * A sprite that represents a circle.
 */
 
/**
 * @cfg {Number} [cx=0]
 * The center coordinate of the sprite on the x-axis.
 */
 
/**
 * @cfg {Number} [cy=0]
 * The center coordinate of the sprite on the y-axis.
 */
 
/**
 * @cfg {Number} [r=0]
 * The radius of the sprite.
 */