Type Alias style::values::specified::svg::SVGPaint

source ·
pub type SVGPaint = GenericSVGPaint<Color, SpecifiedUrl>;
Expand description

Specified SVG Paint value

Aliased Type§

struct SVGPaint {
    pub kind: GenericSVGPaintKind<Color, CssUrl>,
    pub fallback: GenericSVGPaintFallback<Color>,
}

Fields§

§kind: GenericSVGPaintKind<Color, CssUrl>

The paint source.

§fallback: GenericSVGPaintFallback<Color>

The fallback color.