summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/output-svg.h
AgeCommit message (Collapse)Author
2018-10-23Allow SVG output to keep ID numbers unique across pages.Tor Andersson
This is required if embedding multiple SVG documents in a web page, for example.
2017-02-20Add no-reuse-images option to SVG device.Tor Andersson
Also add explicit viewBox and width/height to image symbol and use elements, to work around a strange clipping/image scaling issue with firefox.
2017-02-14Make svg text output format a runtime option.Tor Andersson
2016-10-05Add some more comments to API headersRobin Watts
2013-06-18Add explicit #include for header file interdependencies.Tor Andersson
2013-06-18Split fitz.h into subheaders.Tor Andersson