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

pub struct Polyline { /* fields omitted */ }

A polyline element.

Methods

impl Polyline
[src]

Create a node.

impl Polyline
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Node for Polyline
[src]

Append a child node.

Assign an attribute.

impl Display for Polyline
[src]

Formats the value using the given formatter. Read more