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 [PATCH] padding-left in PDF Renderer ------- Additional Comments From [EMAIL PROTECTED] 2003-11-25 08:58 ------- Glen-thanks, just some final comments on this: 1) AbstractRenderer. The PDF Renderer does override renderBlockViewport method, but the code in the super class method is copied to a large extent. I realise that this does not mean all the renderers will override the same methods or if they have copy the code from the super class. However you can argue that perhaps all renderers should follow the same pattern WRT to these 3 methods. If they dont then the code in the abstract renderer ends up becoming spagetti like with redundant/duplicated bits. I understand and respect your reasoning here, I'm not going to bring it up again-just added the above notes for clarification really. 2) Yes I knew it would work for nested blocks-I wasnt sure what the desired behaviour was for background color-thanks for finding the relavant part in the spec. Also thanks for doing padding-end, I was going to do that as my next patch-it should have been quite easy-just a tweak to BLM to reduce the IPD.