Bug 689764 - Block has black background
Summary: Block has black background
Status: NOTIFIED FIXED
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: Graphics Library (show other bugs)
Version: master
Hardware: All MacOS X
: P1 normal
Assignee: Alex Cherepanov
URL:
Keywords:
: 689666 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-03-25 10:53 UTC by Marcos H. Woehrmann
Modified: 2008-12-19 08:31 UTC (History)
0 users

See Also:
Customer: 531
Word Size: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcos H. Woehrmann 2008-03-25 10:53:07 UTC
The attached PDF file (which is a simplified version of the file originally submitted by the customer) 
renders with Ghostscript gs8.62 and head (r8604) with the background behind the text in black instead of 
white,  Both Acrobat 8 and Apple Preview renders the file correctly.

The command line I'm using for testing:

  bin/gs -sDEVICE=tiff24nc -o test.tif ./Temp00000b.pdf
Comment 1 Marcos H. Woehrmann 2008-03-25 10:53:28 UTC
Created attachment 3889 [details]
Temp00000b.pdf
Comment 2 Alex Cherepanov 2008-03-27 20:07:13 UTC
One of the images in the file has SMask but this fact is not detected by
pageusestransparency procedure.
Comment 3 Alex Cherepanov 2008-03-27 23:40:25 UTC
Improve detection of transparency usage. Search for transparency features in
the resource chain of annotation appearance streams.
http://ghostscript.com/pipermail/gs-cvs/2008-March/008198.html

The patch is committed as a rev. 8612.
Regression testing shows no differences.
Comment 4 Ralph Giles 2008-12-18 00:03:20 UTC
*** Bug 689666 has been marked as a duplicate of this bug. ***