Function draw_rect

Source
pub fn draw_rect(rect: &Rect<f32>, lines: &mut Vec<Line>, color: Color)
Expand description

“Draws” a rectangle into a list of lines.