Bug 692272

Summary: softmask bbox miscalculated for images
Product: MuPDF Reporter: zeniko
Component: mupdfAssignee: Tor Andersson <tor.andersson>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P4    
Version: unspecified   
Hardware: PC   
OS: Windows 7   
URL: http://code.google.com/p/sumatrapdf/issues/detail?id=1485
Customer: Word Size: ---

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.