pub fn svg_rescale_path(
    input: &HtmlStr,
    scale: f64
) -> Result<Html, SVGProcessingError>