summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2023-04-28 19:39:31 +0100
committerRobin Watts <Robin.Watts@artifex.com>2023-05-01 18:26:38 +0100
commit8a3d8ab27d08b6436cf580eadf202b9c3ecedfd1 (patch)
tree4c95d1f39877388d6bcc493e2eb3a0de587de0b1
parent7cf36fb5bd48c18a793fccc3c89e70587c312fa5 (diff)
downloadghostpdl-7cf36fb5bd.tar.gz
Fix typo in pdf14_fill_stroke_path.7cf36fb5bd
We were passing the wrong param to the poststroke handling.
-rw-r--r--base/gdevp14.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gdevp14.c b/base/gdevp14.c
index e8e2e8a79..29e9eef8d 100644
--- a/base/gdevp14.c
+++ b/base/gdevp14.c
@@ -4596,7 +4596,7 @@ pdf14_fill_stroke_path(gx_device *dev, const gs_gstate *cpgs, gx_path *ppath,
global_index++;
#endif
if (group_needed)
- code = pdf14_fill_stroke_poststroke(dev, pgs, fill_alpha, save_op_state);
+ code = pdf14_fill_stroke_poststroke(dev, pgs, fill_alpha, op_ca_eq_CA);
cleanup:
if (group_needed) {