pub fn path_for_circle(
    center: Point,
    radius: Coord,
    render_context: &mut Context
) -> Path
Expand description

Create a render path for the specified circle.