rasterize

Function rasterize 

Source
pub fn rasterize(source: &Path, zoom: f32, destination: &Path) -> Result<()>
Expand description

Rasterizes an SVG at the given source path with the given zoom and writes the result to the given destination path.