use ruisa::*; #[test] fn test_size() { let pixmap = Canvas::new(2, 2); println!("------------->>>>>>{:?}", pixmap); }