Skip to main content

Module rasterize

Module rasterize 

Source
Expand description

SVG string → PNG bytes rasterization using resvg.

Uses resvg (pure Rust) for SVG parsing and rasterization. Supports density/DPI scaling, white background, and configurable padding.

Functions§

svg_to_png
Rasterize an SVG string to PNG bytes.