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

pub struct Symbol { /* fields omitted */ }

A symbol element.

Methods

impl Symbol
[src]

Create a node.

impl Symbol
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Node for Symbol
[src]

Append a child node.

Assign an attribute.

impl Display for Symbol
[src]

Formats the value using the given formatter. Read more