summaryrefslogtreecommitdiff
path: root/fitz/dev_draw.c
diff options
context:
space:
mode:
Diffstat (limited to 'fitz/dev_draw.c')
-rw-r--r--fitz/dev_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fitz/dev_draw.c b/fitz/dev_draw.c
index 75100f2e..0b909f85 100644
--- a/fitz/dev_draw.c
+++ b/fitz/dev_draw.c
@@ -520,7 +520,7 @@ calcimagestate(fz_drawdevice *dev, fz_pixmap *image, fz_matrix ctm,
*bbox = fz_boundgel(dev->gel);
*bbox = fz_intersectbbox(*bbox, dev->scissor);
-
+
mat.a = 1.0f / w;
mat.b = 0;
mat.c = 0;