diff options
author | Robin Watts <robin.watts@artifex.com> | 2013-05-09 20:07:42 +0100 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2013-05-14 15:08:26 +0100 |
commit | d80869b6422fc0d3541b8f2750e2f8deaaf38f4e (patch) | |
tree | f7b71b39e434fbcc52a4915e4ae068ec8ee12c7d /win32 | |
parent | 13577a1ec82a9443ddb1943582a4d387ba15a99f (diff) | |
download | mupdf-d80869b6422fc0d3541b8f2750e2f8deaaf38f4e.tar.xz |
svgwrite: First attempt at an SVG output device.
No font support (just font names are sent through).
No group support.
No shading support.
No image mask support.
Line art, text position/size, bitmaps, clipping all seem to work
though.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/libmupdf.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/libmupdf.vcproj b/win32/libmupdf.vcproj index 1fa9886f..51fc0693 100644 --- a/win32/libmupdf.vcproj +++ b/win32/libmupdf.vcproj @@ -437,6 +437,10 @@ > </File> <File + RelativePath="..\fitz\dev_svg.c" + > + </File> + <File RelativePath="..\fitz\dev_trace.c" > </File> |