diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2011-04-01 15:29:02 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2011-04-01 15:29:02 +0200 |
commit | 6192f4c4fdec838fd5ef86a17517d615d7ff16ca (patch) | |
tree | a93ddfaa7d83ae284bd7123c0db010fb734e2994 /xps/xpsglyphs.c | |
parent | ed88bc126023a80536ba437a75b250ba1a95eafb (diff) | |
download | mupdf-6192f4c4fdec838fd5ef86a17517d615d7ff16ca.tar.xz |
xps: Pass bounding box to opacity mask brush.
Diffstat (limited to 'xps/xpsglyphs.c')
-rw-r--r-- | xps/xpsglyphs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xps/xpsglyphs.c b/xps/xpsglyphs.c index f857542c..f62cc928 100644 --- a/xps/xpsglyphs.c +++ b/xps/xpsglyphs.c @@ -456,7 +456,7 @@ xps_parse_glyphs(xps_context *ctx, fz_matrix ctm, area = fz_boundtext(text, ctm); - xps_begin_opacity(ctx, ctm, opacity_mask_uri, dict, opacity_att, opacity_mask_tag); + xps_begin_opacity(ctx, ctm, area, opacity_mask_uri, dict, opacity_att, opacity_mask_tag); /* * If it's a solid color brush fill/stroke do a simple fill |