From 15d836f1e88c9aa2b993f95f95b3bed2a0548ba1 Mon Sep 17 00:00:00 2001 From: Glenn Kennard Date: Fri, 21 Mar 2008 23:48:10 +0100 Subject: Fix fast path compositing. Constant color is NOT premultiplied. --- raster/pathscan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'raster/pathscan.c') diff --git a/raster/pathscan.c b/raster/pathscan.c index 126da926..62f60fa1 100644 --- a/raster/pathscan.c +++ b/raster/pathscan.c @@ -445,7 +445,7 @@ static inline void blit(fz_pixmap *pix, int x, int y, } if (argb) - fz_path_w3i1o4(argb, list, cov, len, dst); + fz_path_w4i1o4(argb, list, cov, len, dst); else if (over) fz_path_1o1(list, cov, len, dst); else -- cgit v1.2.3