pub fn get_chemin_carre(
    x1: f32,
    y1: f32,
    x2: f32,
    y2: f32,
    c: String,
    o: String,
    stroke: bool
) -> Path
Expand description

Draw a square path between x1,y1 and x2,y2.