pub struct Canvas {
    pub width: u32,
    pub height: u32,
}