Version 3.17.2
Show:

SVGEllipse Class

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.

Item Index

Methods

Properties

Attributes

Methods

_draw

() private

Updates the shape.

Properties

_type

String private

Indicates the type of shape

Attributes

xRadius

Number

Horizontal radius for the ellipse.

yRadius

Number readonly

Vertical radius for the ellipse.