Re: [PATCH] Fixes to AffineTransform

2004-02-04 Thread Olga Rodimina
On Wed, 2004-02-04 at 00:33, graydon hoare wrote: Olga Rodimina wrote: Here is the patch that fixes few errors in the AffineTransform class. It corrects a small error in shear transformation and fixes createInverse() to return correct inverse matrix. hi olga, this stuff looks good,

Re: [PATCH] Fixes to AffineTransform

2004-02-03 Thread graydon hoare
Olga Rodimina wrote: Here is the patch that fixes few errors in the AffineTransform class. It corrects a small error in shear transformation and fixes createInverse() to return correct inverse matrix. hi olga, this stuff looks good, thanks a lot! it's surprising this just sat there broken for

[PATCH] Fixes to AffineTransform

2004-01-30 Thread Olga Rodimina
Hi, Here is the patch that fixes few errors in the AffineTransform class. It corrects a small error in shear transformation and fixes createInverse() to return correct inverse matrix. Olga. ? .snprj ? libjava.proj ? patch Index: ChangeLog