summaryrefslogtreecommitdiff
path: root/apps/xpsdraw.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/xpsdraw.c')
-rw-r--r--apps/xpsdraw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/xpsdraw.c b/apps/xpsdraw.c
index 921d677a..a9050a1c 100644
--- a/apps/xpsdraw.c
+++ b/apps/xpsdraw.c
@@ -155,7 +155,7 @@ static void drawpage(xps_context *ctx, int pagenum)
rect.x1 = page->width;
rect.y1 = page->height;
- zoom = resolution / 72;
+ zoom = resolution / 96;
ctm = fz_translate(0, -page->height);
ctm = fz_concat(ctm, fz_scale(zoom, zoom));
bbox = fz_roundrect(fz_transformrect(ctm, rect));