summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2021-09-27 11:19:24 +0200
committerThomas Deutschmann <whissi@gentoo.org>2021-10-20 18:22:47 +0200
commitcc6be9c3577168805ec34b2d396e63361012282b (patch)
tree7dc794b08a1a6a786d540516c623cb1eebfb1863 /base/gxblend.c
parentImport Ghostscript 9.54 (diff)
downloadghostscript-gpl-patches-cc6be9c3577168805ec34b2d396e63361012282b.tar.gz
ghostscript-gpl-patches-cc6be9c3577168805ec34b2d396e63361012282b.tar.bz2
ghostscript-gpl-patches-cc6be9c3577168805ec34b2d396e63361012282b.zip
Import Ghostscript 9.55ghostscript-9.55
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'base/gxblend.c')
-rw-r--r--base/gxblend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gxblend.c b/base/gxblend.c
index a7c22332..b2e61a42 100644
--- a/base/gxblend.c
+++ b/base/gxblend.c
@@ -5242,7 +5242,7 @@ do_mark_fill_rectangle(gx_device * dev, int x, int y, int w, int h,
fn = mark_fill_rect_add_nospots_common;
} else
fn = mark_fill_rect_add_nospots;
- } else if (!additive && num_spots == 0 && num_comp == 4 && num_spots == 0 &&
+ } else if (!additive && num_spots == 0 && num_comp == 4 &&
first_blend_spot == 0 && blend_mode == BLEND_MODE_Normal &&
!overprint && tag_off == 0 && alpha_g_off == 0 && shape_off == 0)
fn = mark_fill_rect_sub4_fast;