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

pub struct Stop { /* fields omitted */ }

A stop element.

Methods

impl Stop
[src]

Create a node.

impl Stop
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Node for Stop
[src]

Append a child node.

Assign an attribute.

impl Display for Stop
[src]

Formats the value using the given formatter. Read more