Re: [cp-patches] RFA: CairoGraphics2D.java fixlet

2006-06-15 Thread Mark Wielaard
Hi, On Thu, 2006-06-15 at 02:19 +0200, Sven de Marothy wrote: > On Wed, 14 Jun 2006, David Gilbert wrote: > > As I understand the getPathIterator(AffineTransform) method defined in the > > Shape interface, if you want the path returned without transformation, you > > can > > pass in null for the

Re: [cp-patches] RFA: CairoGraphics2D.java fixlet

2006-06-15 Thread David Gilbert
Sven de Marothy wrote: On Wed, 14 Jun 2006, David Gilbert wrote: I'm requesting approval for this patch, just in case I'm missing something important. As I understand the getPathIterator(AffineTransform) method defined in the Shape interface, if you want the path returned without transform

Re: [cp-patches] RFA: CairoGraphics2D.java fixlet

2006-06-14 Thread Sven de Marothy
On Wed, 14 Jun 2006, David Gilbert wrote: > I'm requesting approval for this patch, just in case I'm missing something > important. > > As I understand the getPathIterator(AffineTransform) method defined in the > Shape interface, if you want the path returned without transformation, you can > pas

[cp-patches] RFA: CairoGraphics2D.java fixlet

2006-06-14 Thread David Gilbert
I'm requesting approval for this patch, just in case I'm missing something important. As I understand the getPathIterator(AffineTransform) method defined in the Shape interface, if you want the path returned without transformation, you can pass in null for the AffineTransform. So it is wastef