summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorSimon Bünzli <zeniko@gmail.com>2014-03-09 21:45:34 +0100
committerRobin Watts <robin.watts@artifex.com>2014-03-25 17:18:11 +0000
commit3f4dd55e7bbcff9d26069cf763829fceca180367 (patch)
tree3273c0654f16c4760ff6e167fe22cd67fd4862c4 /source
parent6a30afbe1bab7cc44e43d74e59e558714b2ef268 (diff)
downloadmupdf-3f4dd55e7bbcff9d26069cf763829fceca180367.tar.xz
Bug 695089: inherit resources for softmasks (regression fix)
Diffstat (limited to 'source')
-rw-r--r--source/pdf/pdf-op-run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/pdf/pdf-op-run.c b/source/pdf/pdf-op-run.c
index 5575bb00..b1e36403 100644
--- a/source/pdf/pdf-op-run.c
+++ b/source/pdf/pdf-op-run.c
@@ -353,7 +353,7 @@ begin_softmask(pdf_csi *csi, pdf_run_state *pr, softmask_save *save)
softmask->colorspace, gstate->softmask_bc);
fz_try(ctx)
{
- run_xobject(csi, pr, NULL, softmask, &fz_identity);
+ run_xobject(csi, pr, csi->rdb, softmask, &fz_identity);
}
fz_catch(ctx)
{