Type Alias style::values::computed::svg::SVGLength

source ·
pub type SVGLength = GenericSVGLength<LengthPercentage>;
Expand description

| | | context-value

Aliased Type§

enum SVGLength {
    LengthPercentage(LengthPercentage),
    ContextValue,
}

Variants§

§

LengthPercentage(LengthPercentage)

<length> | <percentage> | <number>

§

ContextValue

context-value

Implementations§

source§

impl SVGLength

source

pub fn zero() -> Self

0px