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

pub struct SVG { /* fields omitted */ }

An svg element.

Methods

impl SVG
[src]

Create a node.

impl SVG
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Node for SVG
[src]

Append a child node.

Assign an attribute.

impl Display for SVG
[src]

Formats the value using the given formatter. Read more