Re: Typo in AbstractRenderer :: renderBlockViewPort

2007-03-12 Thread Andreas L Delmelle
On Mar 9, 2007, at 16:29, Paul Vinkenoog wrote: Hi Paul, Just a little FYI: I (finally) got around to committing your suggested correction to the trunk. Ultimately, the quality of FOP depends greatly upon users like yourself, who are not afraid to take a stroll through the code, The rea

Re: Typo in AbstractRenderer :: renderBlockViewPort

2007-03-09 Thread Paul Vinkenoog
Hello Andreas, >> At first I wanted to report this through Bugzilla, but the Getting >> Help page stipulated that it should be raised at the user list first, >> so here it is. > Well, in fact this is slightly off-topic here, and belongs more on > [EMAIL PROTECTED] That's what I figured too, but

Re: Typo in AbstractRenderer :: renderBlockViewPort

2007-03-09 Thread Andreas L Delmelle
On Mar 9, 2007, at 15:43, Paul Vinkenoog wrote: Hi Paul, In fop/render/AbstractRenderer.java, lines 453-462: I suppose the second call to getIPD() should be getBPD(), unless you want to force the clipping rect to be square. Looks like a typo indeed. I'll commit the change to the trunk sho

Typo in AbstractRenderer :: renderBlockViewPort

2007-03-09 Thread Paul Vinkenoog
Hi all, In fop/render/AbstractRenderer.java, lines 453-462: protected void renderBlockViewport(BlockViewport bv, List children) { // clip and position viewport if necessary if (bv.getPositioning() == Block.ABSOLUTE) { // save positions int saveIP = currentIPPosit