diff options
Diffstat (limited to 'base/gsdps1.c')
-rw-r--r-- | base/gsdps1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gsdps1.c b/base/gsdps1.c index c59534cd..020eac67 100644 --- a/base/gsdps1.c +++ b/base/gsdps1.c @@ -217,7 +217,7 @@ gs_rectfill(gs_gstate * pgs, const gs_rect * pr, uint count) gs_gstate_color_load(pgs) >= 0 && (*dev_proc(pdev, get_alpha_bits)) (pdev, go_graphics) <= 1 && - (!pgs->overprint || !pgs->effective_overprint_mode) + (!pgs->overprint || !gs_currentcolor_eopm(pgs)) ) { uint i; gs_fixed_rect clip_rect; |