On Mar 28, 2007, at 13:23, Paul Vinkenoog wrote: Hi Paul,
org.apache.fop.pdf.PDFGoTo currently has the following position
setters:
public void setYPosition(float yPosition) {
this.yPosition = yPosition;
}
public void setXPosition(int xPosition) {
this.xPosition = (xPosition / 1000f);
}
This seems a little inconsistent to me.
A 'little', you say... :/AFAICT, you can safely change the signature and implementation for setXPosition().
Cheers, Andreas
