Circle
graphics.elements.simple.Circle
A circle element.
Properties
loc: VectorProp, length 2. Location of top left corner.radius: IntProp. Radius (pixels) of circle.border: IntProp. Width (pixels) of circle border.color: VectorProp, length 4. RGBA color of circle.border_color: VectorProp, length 4. RGBA color of circle border.antialias: BoolProp. Whether to perform simple antialiasing.