summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2014-01-03 21:06:24 +1030
committerAdrian Johnson <ajohnson@redneon.com>2014-01-03 22:19:40 +1030
commit2afc941d7ffad3bd37a915e82342640772d4df5b (patch)
treef166111305abaf6e8d150ad6a67726f87b6dfcac
parent2974416dfc56e1b3a59001e482679f8601abd7d5 (diff)
ps: remove duplicate /Interpolate from image dictionary
http://lists.freedesktop.org/archives/poppler/2014-January/010748.html
-rw-r--r--src/cairo-ps-surface.c2
1 files changed, 0 insertions, 2 deletions
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");
}