pub fn canvas_line( x1: f32, y1: f32, x2: f32, y2: f32, r: u8, g: u8, b: u8, thickness: f32, )
Draw a line between two points.