Closed
Bug 407360
Opened 18 years ago
Closed 18 years ago
Images with transparent backgrounds are garbled when printed
Categories
(Core :: Graphics, defect, P2)
Tracking
()
RESOLVED
FIXED
People
(Reporter: wgianopoulos, Assigned: vlad)
References
Details
(Keywords: regression, testcase)
Attachments
(6 files)
Since the latest Cairo upgrade, images with transparent backgrounds no longer print correctly under Linux. Print preview displays correctly.
The problem does not seem to be present under Windows.
Flags: blocking1.9?
| Reporter | ||
Comment 1•18 years ago
|
||
Updated•18 years ago
|
Flags: blocking1.9? → blocking1.9+
Priority: -- → P2
Comment 2•18 years ago
|
||
If I tick "Print to file" in the print dialog, this is what I get in FF3.
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b2pre) Gecko/2007121008 Minefield/3.0b2pre
In FF2, I get a nice postscript printout.
Comment 3•18 years ago
|
||
| Assignee | ||
Updated•18 years ago
|
Assignee: nobody → vladimir
Comment 4•18 years ago
|
||
I'm guessing I'm seeing the same bug with this image.
Comment 5•18 years ago
|
||
This is what it looks like when printed. Note that it displays correctly
in Print Preview. The problem only occurs on Linux.
| Assignee | ||
Comment 6•18 years ago
|
||
Fixed upstream:
commit c621d8d7191bfa8c1bca533bf9d53d514d01f529
Author: Vladimir Vukicevic <vladimir@pobox.com>
Date: Fri Jan 25 15:01:44 2008 -0800
[ps] Pad image mask lines out to full lines
The PostScript backend was generating image masks with packed mask
bits, when PS seems to expect each line of the mask to be padded out
to 8 bytes.
Ref: https://bugzilla.mozilla.org/show_bug.cgi?id=407360
Depends on: 413878
| Assignee | ||
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•