Struct usvg::tree::BaseGradient [] [src]

pub struct BaseGradient {
    pub units: Units,
    pub transform: Transform,
    pub spread_method: SpreadMethod,
}

A generic gradient.

Fields

Coordinate system units.

gradientUnits in the SVG.

Gradient transform.

gradientTransform in the SVG.

Gradient spreading method.

spreadMethod in the SVG.

Trait Implementations

impl Clone for BaseGradient
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for BaseGradient
[src]

Auto Trait Implementations

impl Send for BaseGradient

impl Sync for BaseGradient