Struct svg::node::element::Polygon [] [src]

pub struct Polygon { /* fields omitted */ }

A polygon element.

Methods

impl Polygon
[src]

Create a node.

impl Polygon
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Node for Polygon
[src]

Append a child node.

Assign an attribute.

impl Display for Polygon
[src]

Formats the value using the given formatter. Read more