diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2011-04-03 16:54:37 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2011-04-03 16:54:37 +0200 |
commit | 119335460c2b50e169de7f3043095fa339bd00a4 (patch) | |
tree | 5cc529f0b055e28e0ac1710614a9fd7854a86b4a /xps/xps_image.c | |
parent | 2c267e58e55cf0ee9fd99d8d402fdfc732c294cc (diff) | |
download | mupdf-119335460c2b50e169de7f3043095fa339bd00a4.tar.xz |
xps: Propagate bounding box through canvas and tiles.
Diffstat (limited to 'xps/xps_image.c')
-rw-r--r-- | xps/xps_image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xps/xps_image.c b/xps/xps_image.c index f4d02f78..a5d54fea 100644 --- a/xps/xps_image.c +++ b/xps/xps_image.c @@ -38,7 +38,7 @@ xps_decode_image(fz_pixmap **imagep, byte *buf, int len) } static void -xps_paint_image_brush(xps_context *ctx, fz_matrix ctm, char *base_uri, xps_resource *dict, +xps_paint_image_brush(xps_context *ctx, fz_matrix ctm, fz_rect area, char *base_uri, xps_resource *dict, xml_element *root, void *vimage) { fz_pixmap *pixmap = vimage; |