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§
- GenericSVG
Paint - An SVG paint value
Enums§
- GenericSVG
Length - An SVG length value supports
context-value
in addition to length. - GenericSVG
Opacity - An SVG opacity value accepts
context-{fill,stroke}-opacity
in addition to opacity value. - GenericSVG
Paint Fallback - The fallback of an SVG paint server value.
- GenericSVG
Paint Kind - An SVG paint value without the fallback.
- GenericSVG
Stroke Dash Array - Generic value for stroke-dasharray.