Mark Storer wrote:
> Add the following line to PdfGraphics2D.create() (insert before line 
> 904, though the exact position doesn't really matter):
> 
> g2.rhints.putAll( this.rhints );

Thanks, I've changed this in the SVN repository:

 > Log Message:
 > -----------
 > Bugfix posted on the mailing list by Mark Storer.
 >
 > Modified Paths:
 > --------------
 >     trunk/src/core/com/lowagie/text/pdf/PdfGraphics2D.java
 >
 > Modified: trunk/src/core/com/lowagie/text/pdf/PdfGraphics2D.java
 > ===================================================================
 > --- trunk/src/core/com/lowagie/text/pdf/PdfGraphics2D.java   2008-10-24 
13:36:41 UTC (rev 3597)
 > +++ trunk/src/core/com/lowagie/text/pdf/PdfGraphics2D.java   2008-10-24 
13:47:00 UTC (rev 3598)
 > @@ -901,6 +901,7 @@
 >       */
 >      public Graphics create() {
 >          PdfGraphics2D g2 = new PdfGraphics2D();
 > +        g2.rhints.putAll( this.rhints );
 >          g2.onlyShapes = this.onlyShapes;
 >          g2.transform = new AffineTransform(this.transform);
 >          g2.baseFonts = this.baseFonts;

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php

Reply via email to