pub trait ToSVG { fn to_svg(&self) -> SVG; }
Mark a type that can be convert to svg
Convert to svg by reference
<polygon points=“100,10 40,198 190,78 10,78 160,198”