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