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 2003/11/18 11:39:12 UTC

DO NOT REPLY [Bug 24775] New: - padding-left in PDF Renderer

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=24775>.
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=24775

padding-left in PDF Renderer

           Summary: padding-left in PDF Renderer
           Product: Fop
           Version: 1.0dev
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: pdf renderer
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: bowditch_chris@hotmail.com


Ive made some changes to the PDF Renderer to get padding-left working. During 
my investigations I also found that the code for recording/restoring BPD and 
IPD for block-containers was duplicated in the AbstractRenderer. I have 
removed the duplicated code which makes understanding the code in 
AbstractRenderer a little easier. My changes did not change the behaviour of 
block-containers. They didnt work properly before the change-BCs are being 
positioned over the subsequent block. The top/left/width and height all seem 
to be ignored at this time.

I will attach the patches for Abstract Renderer and PDF Renderer. I will also 
include my FO test case and new PDF. The before one just didnt some the blue 
blocks padded.