pub trait ToSVG3D { // Required method fn to_svg(&self) -> SVG; }
Mark a type that can be convert to svg
Convert to svg by reference