Module rsvg::paint_server

source ·
Expand description

SVG paint servers.

Enums§

  • Unresolved SVG paint server straight from the DOM data.
  • Paint server with resolved references, with unnormalized lengths.
  • Fully resolved paint server, in user-space units.

Functions§

  • black 🔒
  • Takes the opacity property and an alpha value from a CSS <color> and returns a resulting alpha for a computed value.
  • Resolves a CSS color from itself, an opacity property, and a color property (to resolve currentColor).