/** * @class Ext.draw.sprite.EllipticalArc * @extend Ext.draw.sprite.Ellipse * @alias sprite.ellipticalArc * * * A sprite that represents an elliptical arc. */ /** * @cfg {Number} [startAngle=0] * The beginning angle of the arc. */ /** * @cfg {Number} [endAngle=Math.PI*2] * The ending angle of the arc. */ /** * @cfg {Boolean} [anticlockwise=false] * Determines whether or not the arc is drawn clockwise. */