Type Alias style::values::computed::svg::SVGOpacity

source ·
pub type SVGOpacity = GenericSVGOpacity<Opacity>;
Expand description

| context-fill-opacity | context-stroke-opacity

Aliased Type§

enum SVGOpacity {
    Opacity(f32),
    ContextFillOpacity,
    ContextStrokeOpacity,
}

Variants§

§

Opacity(f32)

<opacity-value>

§

ContextFillOpacity

context-fill-opacity

§

ContextStrokeOpacity

context-stroke-opacity

Trait Implementations§

source§

impl Default for SVGOpacity

source§

fn default() -> Self

Returns the “default value” for a type. Read more