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

pub struct Rectangle { /* fields omitted */ }

A rect element.

Methods

impl Rectangle
[src]

Create a node.

impl Rectangle
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Node for Rectangle
[src]

Append a child node.

Assign an attribute.

impl Display for Rectangle
[src]

Formats the value using the given formatter. Read more