Type Alias SVGLength

Source
pub type SVGLength = GenericSVGLength<LengthPercentage>;
Expand description

| | | context-value

Aliased Type§

#[repr(C, u8)]
pub enum SVGLength { LengthPercentage(LengthPercentage), ContextValue, }

Variants§

§

LengthPercentage(LengthPercentage)

<length> | <percentage> | <number>

§

ContextValue

context-value

Implementations§

Source§

impl SVGLength

Source

pub fn zero() -> Self

0px