pub fn draw_ellipse_lines(
    x: f32,
    y: f32,
    w: f32,
    h: f32,
    rotation: f32,
    thickness: f32,
    color: Color
)
Expand description

Draws an ellipse outline centered at [x, y] with a given size [w, h], clockwise rotation (in degrees), line thickness and color.