Re: [iText-questions] Bug in PdfGraphics2D (and fix)

2002-04-18 Thread Bruno Lowagie
Quoting Paulo Soares <[EMAIL PROTECTED]>: > There's a bug in PdfGraphics2D that shows the text at the wrong position if > the text is rotated. The fix is: (fix) OK thanks, I uploaded the fix to CVS. ___ iText-questions mailing list [EMAIL PROTECTED] h

[iText-questions] Bug in PdfGraphics2D (and fix)

2002-04-18 Thread Paulo Soares
There's a bug in PdfGraphics2D that shows the text at the wrong position if the text is rotated. The fix is: public void drawString(String s, float x, float y) { AffineTransform inverse = this.normalizeMatrix(); AffineTransform flipper = AffineTransform.getScaleInstance(1,-1)