pub type Paint = Todo;
https://drafts.csswg.org/fill-stroke-3/#typedef-paint
<paint> = none | <image> | <svg-paint> <svg-paint> = child | child( <integer> )
pub enum Paint { Todo, }