Eliminating block's padding around an external-graphic

2013-08-10 Thread cwulf
Hi, I'm placing images with different heights into table rows. The highest image within a row should define the height of the row. All other images are centered vertically. The table-cells get a background-color, so when an image's height is less than the height of the highest image of its row,

RE: Eliminating block's padding around an external-graphic

2013-08-10 Thread Robert Meyer
Hi Christoph, If I'm understanding correctly, this issue is caused by FOP taking into consideration line spacing even when there's no text. Try setting the parent block to have font-size=0 and that should resolve the problem. If that doesn't resolve it or do what you want it to, it might be

RE: Eliminating block's padding around an external-graphic

2013-08-10 Thread cwulf
Hello Robert, that has been it. Thanks a lot! Regards, Christoph Robert Meyer-5 wrote If I'm understanding correctly, this issue is caused by FOP taking into consideration line spacing even when there's no text. Try setting the parent block to have font-size=0 and that should resolve the

Re: Memory usage and page numbering...

2013-08-10 Thread Mahesh Rayudu
Hi, I noticed memory leak issue in font complex-scripts features with trunk code. Not seen any memory issues with page numbers/totals. I tested my code on Mac 10.7 and CentOS 6.4 with visualvm profiler. Thank you, Mahesh On Fri, Aug 9, 2013 at 12:20 AM, Bernard Giannetti

Re: Memory usage and page numbering...

2013-08-10 Thread Glenn Adams
On Sat, Aug 10, 2013 at 5:55 PM, Mahesh Rayudu mahesh.ray...@gmail.comwrote: I noticed memory leak issue in font complex-scripts features with trunk code. Not seen any memory issues with page numbers/totals. I tested my code on Mac 10.7 and CentOS 6.4 with visualvm profiler. Be specific.