pub type SVGStrokeDashArray = GenericSVGStrokeDashArray<NonNegativeLengthPercentage>;Expand description
[
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
impl Parse for SVGStrokeDashArray
Source§fn parse(
context: &ParserContext<'_>,
input: &mut Parser<'_>,
) -> Result<Self, ParseError>
fn parse( context: &ParserContext<'_>, input: &mut Parser<'_>, ) -> Result<Self, ParseError>
Parse a value of this type. Read more