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/stext-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/fitz/stext-device.c') diff --git a/source/fitz/stext-device.c b/source/fitz/stext-device.c index 03369940..b2bd7a8f 100644 --- a/source/fitz/stext-device.c +++ b/source/fitz/stext-device.c @@ -603,7 +603,7 @@ fz_new_image_from_shade(fz_context *ctx, fz_shade *shade, fz_matrix *in_out_ctm, fz_fill_pixmap_with_color(ctx, pix, shade->colorspace, shade->background, color_params); else fz_clear_pixmap(ctx, pix); - fz_paint_shade(ctx, shade, &ctm, pix, NULL, color_params, &bbox, NULL); + fz_paint_shade(ctx, shade, &ctm, pix, color_params, &bbox, NULL); img = fz_new_image_from_pixmap(ctx, pix, NULL); } fz_always(ctx) -- cgit v1.2.3