pub type SVGLength = GenericSVGLength<LengthPercentage>;
Expand description
Aliased Type§
enum SVGLength {
LengthPercentage(LengthPercentage),
ContextValue,
}
pub type SVGLength = GenericSVGLength<LengthPercentage>;
enum SVGLength {
LengthPercentage(LengthPercentage),
ContextValue,
}