pub fn ellipse_path(cx: f32, cy: f32, rx: f32, ry: f32) -> Path
Builds a closed ellipse path centered at (cx, cy) with radii rx/ry.
(cx, cy)
rx
ry