extract_dpi_from_svg

Function extract_dpi_from_svg 

Source
fn extract_dpi_from_svg(s: &str) -> Option<f32>
Expand description

Extract data-dpi=“NNN” if present (used when SVGs embed DPI metadata).