pub fn create_thick_polyline( x_data: &[f64], y_data: &[f64], color: Vec4, width_px: f32, ) -> Vec<Vertex>
Create thick polyline as triangles (used when line width > 1)