summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/document.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-04-07 13:36:29 +0200
committerTor Andersson <tor.andersson@artifex.com>2016-04-26 15:12:57 +0200
commitd8ebcc7b59fc20b1dd3ea7887c6d3ad2859b3698 (patch)
tree74dc67e9c984bde63c4da7389d89b00e30b21182 /include/mupdf/fitz/document.h
parent1b16995f277aefda88957e31c00d963fc9a59d7a (diff)
downloadmupdf-d8ebcc7b59fc20b1dd3ea7887c6d3ad2859b3698.tar.xz
svg: Add SVG parser.
svg: Implement graphics state stack. svg: Use idmap for symbol and use elements. svg: Put viewport and viewBox in state stack. svg: Rebase to version 1.9 master.
Diffstat (limited to 'include/mupdf/fitz/document.h')
-rw-r--r--include/mupdf/fitz/document.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mupdf/fitz/document.h b/include/mupdf/fitz/document.h
index 1964e41c..b70f7a8a 100644
--- a/include/mupdf/fitz/document.h
+++ b/include/mupdf/fitz/document.h
@@ -106,6 +106,7 @@ struct fz_document_handler_s
extern fz_document_handler pdf_document_handler;
extern fz_document_handler xps_document_handler;
+extern fz_document_handler svg_document_handler;
extern fz_document_handler cbz_document_handler;
extern fz_document_handler img_document_handler;
extern fz_document_handler tiff_document_handler;