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

pub struct Line { /* fields omitted */ }

A line element.

Methods

impl Line
[src]

Create a node.

impl Line
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Node for Line
[src]

Append a child node.

Assign an attribute.

impl Display for Line
[src]

Formats the value using the given formatter. Read more