pub unsafe extern "C" fn fz_new_svg_device(
    ctx: *mut fz_context,
    out: *mut fz_output,
    page_width: f32,
    page_height: f32,
    text_format: c_int,
    reuse_images: c_int
) -> *mut fz_device
Expand description

Create a device that outputs (single page) SVG files to the given output stream.

Equivalent to fz_new_svg_device_with_id passing id = NULL.