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

pub struct Text { /* fields omitted */ }

A text element.

Methods

impl Text
[src]

Create a node.

impl Text
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Node for Text
[src]

Append a child node.

Assign an attribute.

impl Display for Text
[src]

Formats the value using the given formatter. Read more