[cairo-commit] src/cairo-ps-surface.c

Adrian Johnson ajohnson at kemper.freedesktop.org
Fri Jan 3 04:03:13 PST 2014


 src/cairo-ps-surface.c |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 2afc941d7ffad3bd37a915e82342640772d4df5b
Author: Adrian Johnson <ajohnson at redneon.com>
Date:   Fri Jan 3 21:06:24 2014 +1030

    ps: remove duplicate /Interpolate from image dictionary
    
    http://lists.freedesktop.org/archives/poppler/2014-January/010748.html

diff --git a/src/cairo-ps-surface.c b/src/cairo-ps-surface.c
index f4ae3a8..0385b2a 100644
--- a/src/cairo-ps-surface.c
+++ b/src/cairo-ps-surface.c
@@ -2718,11 +2718,9 @@ _cairo_ps_surface_emit_image (cairo_ps_surface_t    *surface,
 	}
 
 	_cairo_output_stream_printf (surface->stream,
-				     "  /Interpolate %s def\n"
 				     "  /ImageMatrix [ 1 0 0 -1 0 %d ] def\n"
 				     "end\n"
 				     "%s\n",
-				     interpolate,
 				     ps_image->height,
 				     stencil_mask ? "imagemask" : "image");
     }


More information about the cairo-commit mailing list