shape

Macro shape 

Source
macro_rules! shape {
    (rect $x:expr, $y:expr, $w:expr, $h:expr) => { ... };
    (circle $x:expr, $y:expr, $size:expr) => { ... };
}
Expand description

Quick shape creation