[][src]Function web_dom::path2d::arc_1

pub fn arc_1(
    instance: DOMReference,
    x: f32,
    y: f32,
    radius: f32,
    start_angle: f32,
    end_angle: f32,
    anticlockwise: bool
)