Ellipse

Elliptical shape specification

Constructor

Ellipse(
    pos: Point2D | None = None,
    rotation: float = 0,
    stroke_opacity: float = 0.5,
    rx: float = 10,
    ry: float = 10
) -> None

Properties

x
X position (from pos.x)
y
Y position (from pos.y)