logo
pub trait ToSVG {
    fn to_svg(&self) -> SVG;
}

Required methods

Implementations on Foreign Types

<polygon points=“100,10 40,198 190,78 10,78 160,198”

Implementors