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 Default for SVGStrokeDashArray

Source§

fn default() -> Self

Returns the “default value” for a type. Read more