pub unsafe extern "C" fn fz_new_image_from_svg(
    ctx: *mut fz_context,
    buf: *mut fz_buffer,
    base_uri: *const c_char,
    zip: *mut fz_archive
) -> *mut fz_image
Expand description

Create a scalable image from an SVG document.