graphics/js/SVGEllipse.js:1
SVG implementation of the Ellipse class. SVGEllipse is not intended to be used directly. Instead, use the Ellipse class. If the browser has SVG capabilities, the Ellipse class will point to the SVGEllipse class.
Ellipse
SVGEllipse
xRadius
Defined in graphics/js/SVGEllipse.js:56
graphics/js/SVGEllipse.js:56
Horizontal radius for the ellipse.
yRadius
Defined in graphics/js/SVGEllipse.js:79
graphics/js/SVGEllipse.js:79
Vertical radius for the ellipse.