diff options
Diffstat (limited to 'raster/pathscan.c')
-rw-r--r-- | raster/pathscan.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |