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

pub struct AnimateColor { /* fields omitted */ }

An animateColor element.

Methods

impl AnimateColor
[src]

Create a node.

impl AnimateColor
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Node for AnimateColor
[src]

Append a child node.

Assign an attribute.

impl Display for AnimateColor
[src]

Formats the value using the given formatter. Read more