Module svg

Source
Expand description

Generic types for CSS values in SVG

Re-exports§

pub use self::GenericSVGPaintFallback as SVGPaintFallback;
pub use self::GenericSVGPaint as SVGPaint;
pub use self::GenericSVGPaintKind as SVGPaintKind;
pub use self::GenericSVGLength as SVGLength;
pub use self::GenericSVGStrokeDashArray as SVGStrokeDashArray;
pub use self::GenericSVGOpacity as SVGOpacity;

Structs§

GenericSVGPaint
An SVG paint value

Enums§

GenericSVGLength
An SVG length value supports context-value in addition to length.
GenericSVGOpacity
An SVG opacity value accepts context-{fill,stroke}-opacity in addition to opacity value.
GenericSVGPaintFallback
The fallback of an SVG paint server value.
GenericSVGPaintKind
An SVG paint value without the fallback.
GenericSVGStrokeDashArray
Generic value for stroke-dasharray.