summaryrefslogtreecommitdiff
path: root/draw/meshdraw.c
diff options
context:
space:
mode:
Diffstat (limited to 'draw/meshdraw.c')
-rw-r--r--draw/meshdraw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw/meshdraw.c b/draw/meshdraw.c
index 4fbdab70..61b678ab 100644
--- a/draw/meshdraw.c
+++ b/draw/meshdraw.c
@@ -378,7 +378,7 @@ fz_rendershade(fz_shade *shade, fz_matrix ctm, fz_pixmap *dest, fz_bbox bbox)
*d++ = clut[v][k];
*d++ = *s++;
}
- fz_blendpixmaps(dest, conv);
+ fz_paintpixmap(dest, conv, 255);
fz_droppixmap(conv);
fz_droppixmap(temp);
}