summaryrefslogtreecommitdiff
path: root/base/gdevp14.c
diff options
context:
space:
mode:
Diffstat (limited to 'base/gdevp14.c')
-rw-r--r--base/gdevp14.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/gdevp14.c b/base/gdevp14.c
index edbee1ce7..afa303ad8 100644
--- a/base/gdevp14.c
+++ b/base/gdevp14.c
@@ -4468,6 +4468,7 @@ pdf14_fill_stroke_poststroke(gx_device* dev, gs_gstate* pgs, float fill_alpha, b
* We therefore need to make sure it is set according to the current fill state.
*/
(void)gs_setfillconstantalpha(pgs, fill_alpha);
+ gs_update_trans_marking_params(pgs);
pdf14_set_marking_params(dev, pgs);
}
}