Type Alias SVGPaintKind

Source
pub type SVGPaintKind = GenericSVGPaintKind<Color, ComputedUrl>;
Expand description

Computed SVG Paint Kind value

Aliased Type§

#[repr(C, u8)]
pub enum SVGPaintKind { None, Color(GenericColor<Percentage>), PaintServer(ComputedUrl), ContextFill, ContextStroke, }

Variants§

§

None

none

§

Color(GenericColor<Percentage>)

<color>

§

PaintServer(ComputedUrl)

url(...)

§

ContextFill

context-fill

§

ContextStroke

context-stroke