You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2001/11/27 14:42:55 UTC

DO NOT REPLY [Bug 5124] New: - fo:block-container is not rendered properly using -pcl option

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5124>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5124

fo:block-container is not rendered properly using -pcl option 

           Summary: fo:block-container is not rendered properly using -pcl
                    option
           Product: Fop
           Version: all
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: general
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: K.Jozefko@port.gdynia.pl


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

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org