[−][src]Crate resvg
resvg is an SVG rendering library.
Macros
| try_opt | Unwraps |
| try_opt_or | Unwraps |
| try_opt_warn_or | Unwraps |
Structs
| Image | A raster image that contains rendering results. |
| ScreenSize | A 2D screen size representation. |
Functions
| render | Renders an SVG to image. |
| render_node | Renders an SVG node to image. |
Type Definitions
| RGBA8 | 8-bit RGBA, alpha is last. 0 = transparent, 255 = opaque. |