Type Alias style::values::computed::svg::SVGStrokeDashArray

source ·
pub type SVGStrokeDashArray = GenericSVGStrokeDashArray<NonNegativeLengthPercentage>;
Expand description

[ | | ]# | context-value

Aliased Type§

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