pub fn path_for_polygon( center: Point, radius: Coord, segment_count: usize, render_context: &mut Context, ) -> Path
Create a render path for the specified polygon.