summaryrefslogtreecommitdiff
path: root/base/gdevp14.c
diff options
context:
space:
mode:
authorMichael Vrhel <michael.vrhel@artifex.com>2022-05-12 09:54:42 -0700
committerMichael Vrhel <michael.vrhel@artifex.com>2022-05-12 09:55:40 -0700
commit753a97c2cb133aab981ec0cfc78389a2065724fa (patch)
treec4f3f7ed16108745cf9aa9fb54084543d948fd97 /base/gdevp14.c
parent8dbed5ca0bb6fa6fdd5842356f2adf62bdf1c5b4 (diff)
downloadghostpdl-753a97c2cb133aab981ec0cfc78389a2065724fa.tar.gz
Bug 705297 BlackVector issue
When the pdf14 device was pushed, the black threshold values were not getting transferred from the target device.
Diffstat (limited to 'base/gdevp14.c')
-rw-r--r--base/gdevp14.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/gdevp14.c b/base/gdevp14.c
index 0c4b0edf7..3966f9546 100644
--- a/base/gdevp14.c
+++ b/base/gdevp14.c
@@ -3876,6 +3876,8 @@ gs_pdf14_device_copy_params(gx_device *dev, const gx_device *target)
dev->icc_struct->usefastcolor = profile_targ->usefastcolor;
dev->icc_struct->blacktext = profile_targ->blacktext;
dev->icc_struct->blackvector = profile_targ->blackvector;
+ dev->icc_struct->blackthresholdL = profile_targ->blackthresholdL;
+ dev->icc_struct->blackthresholdC = profile_targ->blackthresholdC;
switch (pdev->blend_cs_state) {
case PDF14_BLEND_CS_UNSPECIFIED: