Type Definition style::values::specified::svg::SVGWidth [] [src]

type SVGWidth = SVGLength<NonNegativeSvgLengthOrPercentageOrNumber>;

A non-negative version of SVGLength.

Trait Implementations

impl Parse for SVGWidth
[src]

[src]

Parse a value of this type. Read more

impl From<NonNegativeSvgLengthOrPercentageOrNumber> for SVGWidth
[src]

[src]

Performs the conversion.