pub type SVGLength = GenericSVGLength<LengthPercentage>;
Expand description
Aliased Type§
#[repr(C, u8)]pub enum SVGLength {
LengthPercentage(LengthPercentage),
ContextValue,
}
pub type SVGLength = GenericSVGLength<LengthPercentage>;
#[repr(C, u8)]pub enum SVGLength {
LengthPercentage(LengthPercentage),
ContextValue,
}