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

pub struct TextPath { /* fields omitted */ }

A textPath element.

Methods

impl TextPath
[src]

Create a node.

impl TextPath
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Node for TextPath
[src]

Append a child node.

Assign an attribute.

impl Display for TextPath
[src]

Formats the value using the given formatter. Read more