Bug 692272 - softmask bbox miscalculated for images
Summary: softmask bbox miscalculated for images
Status: RESOLVED FIXED
Alias: None
Product: MuPDF
Classification: Unclassified
Component: mupdf (show other bugs)
Version: unspecified
Hardware: PC Windows 7
: P4 normal
Assignee: Tor Andersson
URL: http://code.google.com/p/sumatrapdf/i...
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-09 22:01 UTC by zeniko
Modified: 2011-08-09 14:59 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zeniko 2011-06-09 22:01:52 UTC
An image is missing from http://ge.tt/88JfXx4 due to what seems a wrongly calculated mask bbox for which an image's ctm instead of the pre-image ctm is used. Shouldn't pdf_begin_group use gstate->softmask_ctm instead of gstate->ctm for calculating the softmask's bbox?
Comment 2 Tor Andersson 2011-08-09 14:59:15 UTC
Fixing this bug causes the problematic file in bug 692312 to crash with a segfault in fz_draw_end_mask.