Type Alias SVGStrokeDashArray

Source
pub type SVGStrokeDashArray = GenericSVGStrokeDashArray<NonNegativeLengthPercentage>;
Expand description

[ | | ]# | context-value

Aliased Type§

#[repr(C, u8)]
pub enum SVGStrokeDashArray { Values(OwnedSlice<NonNegative<LengthPercentage>>), ContextValue, }

Variants§

§

Values(OwnedSlice<NonNegative<LengthPercentage>>)

[ <length> | <percentage> | <number> ]#

§

ContextValue

context-value

Trait Implementations§

Source§

impl Parse for SVGStrokeDashArray

Source§

fn parse<'i, 't>( context: &ParserContext<'_>, input: &mut Parser<'i, 't>, ) -> Result<Self, ParseError<'i>>

Parse a value of this type. Read more