Bugs item #1680277, was opened at 2007-03-13 22:13
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=724978&aid=1680277&group_id=132696
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Printing
Group: Pre-Alpha
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Wyrm Tools (wyrmtools)
Assigned to: Wyrm Tools (wyrmtools)
Summary: d20 character sheet not printed correctly in PCL format
Initial Comment:
The d20 character sheet prints fine for all formats except for PCL. It appears the cells that have a black background and a white foreground are not handled properly by PCL. These cells always appear as solid black rectangles -- the text is never present. This is most likely a problem with how the XSL-FO is transformed to PCL, but it's not clear why. Both PDF and AWT do not have this problem.
Currently, the XSL-FO sets the backgroundcolor of the table-cell to black and the foreground color of the embedded blocks to white. I tried moving the background-color attribute from table to block, but it was still rendered the same.
It would be helpful if someone with knowledge of PCL could examine the output to determine if this is a z-order problem. It might possibly be a bug in FOP.
REPRO STEPS:
1. Open the editor for a previously created d20 character element.
2. Select the Print action.
3. Select the PCL character sheet template.
4. Print it.
EXPECTED BEHAVIOR:
The character sheet should be printed correctly.
ACTUAL BEHAVIOR:
The table cells with a black background have no text.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=724978&aid=1680277&group_id=132696
|