Ellipse
graphics.elements.simple.Ellipse
An ellipse element.
Properties
loc
: VectorProp, length 2. Location of top left corner.size
: VectorProp, length 2. Size (pixels) of ellipse.border
: IntProp. Width (pixels) of ellipse border.color
: VectorProp, length 4. RGBA color of ellipse.border_color
: VectorProp, length 4. RGBA color of ellipse border.antialias
: BoolProp. Whether to perform simple antialiasing.