Bug 5124 - fo:block-container is not rendered properly using -pcl option
Summary: fo:block-container is not rendered properly using -pcl option
Status: CLOSED FIXED
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: general (show other bugs)
Version: all
Hardware: All All
: P3 major
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-27 05:42 UTC by Krzysztof J
Modified: 2012-04-01 06:38 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Krzysztof J 2001-11-27 05:42:55 UTC
The test file border.fo is not rendered properly while output in pcl format.
It seems that
1. the xoffset is not needed, i think anymore -it generates out of bound 
warnings 
2. height? is computed in reverse direction causing  borders to 
be printed wrongly.
   should be +--------------+-------------+
             |              |             | 
             +--------------+-------------+

 and is      +--------------+-------------+
             
             +--------------+-------------+
             |              |             |

I have added y=y+h nearby line 207 in addRect(..) and reset xoffset to 0 to 
quickly fix it but it still needs some more work.

Thanks,
k.j
Comment 1 art_w 2002-02-25 22:27:15 UTC
Which version of FOP was this in? This problem should have been fixed in one of 
the more recent releases (0.20.3?).
Comment 2 Jeremias Maerki 2008-11-01 08:30:12 UTC
border.fo renders fine in FOP Trunk (with the exception of some border which lay outside PCL's printable area and are therefore indented by the PCL interpreter). The described problems don't apply anymore.
Comment 3 Glenn Adams 2012-04-01 06:38:42 UTC
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed