macro_rules! stroke_width {
    (initial) => { ... };
    (inherit) => { ... };
    (unset) => { ... };
    ($($val:tt)+) => { ... };
}