summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/output-svg.h
blob: 9d25500ba2273a887cd5c516079af6f6aee6b696 (plain)
1
2
3
4
5
6
#ifndef MUPDF_FITZ_OUTPUT_SVG_H
#define MUPDF_FITZ_OUTPUT_SVG_H

fz_device *fz_new_svg_device(fz_context *ctx, fz_output *out, float page_width, float page_height);

#endif