summaryrefslogtreecommitdiff
path: root/source/fitz/draw-device.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-02-16 16:21:23 +0100
committerTor Andersson <tor.andersson@artifex.com>2017-02-20 12:47:15 +0100
commit7ff59224621050fc29bf455b28e583b4c339f251 (patch)
tree08161f2ed787ccb598ee06608181dd0c7a2f74ea /source/fitz/draw-device.c
parentc169bee7e5a09bec74a5e99ff497844e898b87c0 (diff)
downloadmupdf-7ff59224621050fc29bf455b28e583b4c339f251.tar.xz
Add svg writer.
Now mutool convert can write SVG documents.
Diffstat (limited to 'source/fitz/draw-device.c')
-rw-r--r--source/fitz/draw-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fitz/draw-device.c b/source/fitz/draw-device.c
index d2b2d380..230e3a8e 100644
--- a/source/fitz/draw-device.c
+++ b/source/fitz/draw-device.c
@@ -2404,7 +2404,7 @@ fz_bound_path_accurate(fz_context *ctx, fz_irect *bbox, const fz_irect *scissor,
const char *fz_draw_options_usage =
"Common raster format output options:\n"
"\trotate=N: rotate rendered pages N degrees counterclockwise\n"
- "\tresolution=N: set both X and Y resolution of rendered pages in pixels per inch\n"
+ "\tresolution=N: set both X and Y resolution in pixels per inch\n"
"\tx-resolution=N: X resolution of rendered pages in pixels per inch\n"
"\ty-resolution=N: Y resolution of rendered pages in pixels per inch\n"
"\twidth=N: render pages to fit N pixels wide (ignore resolution option)\n"