From 3e6e2464b32ca6d9fdc9cfc8c80c33aace8ec5e0 Mon Sep 17 00:00:00 2001 From: Michael Vrhel Date: Tue, 1 Aug 2017 14:39:01 -0700 Subject: Only do proof conversion in final pop. The proof conversion should only be done after we have done all our drawing in the separations group. Fixes issue in page 7 of Altona test. --- source/fitz/svg-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/fitz/svg-device.c') diff --git a/source/fitz/svg-device.c b/source/fitz/svg-device.c index d7b144ed..3860b5c5 100644 --- a/source/fitz/svg-device.c +++ b/source/fitz/svg-device.c @@ -921,7 +921,7 @@ svg_dev_fill_shade(fz_context *ctx, fz_device *dev, fz_shade *shade, const fz_ma fz_try(ctx) { - fz_paint_shade(ctx, shade, ctm, pix, NULL, color_params, &bbox, NULL); + fz_paint_shade(ctx, shade, ctm, pix, color_params, &bbox, NULL); buf = fz_new_buffer_from_pixmap_as_png(ctx, pix, color_params); if (alpha != 1.0f) fz_write_printf(ctx, out, "\n", alpha); -- cgit v1.2.3