summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-05-17 16:45:08 +0200
committerTor Andersson <tor.andersson@artifex.com>2016-05-20 14:31:08 +0200
commita4b7981d56e3cb22e2a1c18e40906e88fc331da5 (patch)
tree18d28476fd50f2740cd1d2945f81467836f46079 /include
parentc04aa7a89f5bbb5a4657c92a7748c4f41984c4e3 (diff)
downloadmupdf-a4b7981d56e3cb22e2a1c18e40906e88fc331da5.tar.xz
html: Add SVG image support.
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/svg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/mupdf/svg.h b/include/mupdf/svg.h
index 280f1726..d95f7ea7 100644
--- a/include/mupdf/svg.h
+++ b/include/mupdf/svg.h
@@ -38,4 +38,9 @@ struct svg_document_s
float height;
};
+/* Utility functions */
+
+fz_display_list *fz_new_display_list_from_svg(fz_context *ctx, fz_buffer *buf, float *w, float *h);
+fz_image *fz_new_image_from_svg(fz_context *ctx, fz_buffer *buf);
+
#endif