pub unsafe extern "C" fn fz_new_image_from_svg_xml(
    ctx: *mut fz_context,
    xmldoc: *mut fz_xml_doc,
    xml: *mut fz_xml,
    base_uri: *const c_char,
    zip: *mut fz_archive
) -> *mut fz_image
Expand description

Create a scalable image from an SVG document.