Type Alias SVGPaint

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

Specified SVG Paint value

Aliased Type§

#[repr(C)]
pub 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.