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

pub struct LinearGradient { /* fields omitted */ }

A linearGradient element.

Methods

impl LinearGradient
[src]

Create a node.

impl LinearGradient
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Node for LinearGradient
[src]

Append a child node.

Assign an attribute.

impl Display for LinearGradient
[src]

Formats the value using the given formatter. Read more