Re: request for comment on java2d stuff

2003-09-23 Thread Sascha Brawer
Hi Graydon, graydon hoare [EMAIL PROTECTED] wrote on Tue, 2 Sep 2003 20:25:19 -0400: http://gcc.gnu.org/ml/java-patches/2003-q3/msg00493.html Some more observations... (1) Shouldn't rotate, scale friends install new AffineTransforms if transform == null? Otherwise, getTransform() will return

Re: request for comment on java2d stuff

2003-09-18 Thread Sascha Brawer
graydon hoare [EMAIL PROTECTED] wrote on Tue, 2 Sep 2003 20:25:19 -0400: http://gcc.gnu.org/ml/java-patches/2003-q3/msg00493.html Another quick comment: Shouldn't setColor also store the passed color into the paint field? From the Sun JavaDoc: The Graphics class defines only the setColor

Re: request for comment on java2d stuff

2003-09-18 Thread Sascha Brawer
graydon hoare [EMAIL PROTECTED] wrote on Tue, 2 Sep 2003 20:25:19 -0400: http://gcc.gnu.org/ml/java-patches/2003-q3/msg00493.html Yet another comment: With a little test program, I've noticed that Sun's J2SE 1.4.1_01 (GNU/Linux, x86) sets the composite to AlphaComposite.SrcOver when

Re: request for comment on java2d stuff

2003-09-18 Thread graydon hoare
Sascha Brawer [EMAIL PROTECTED] writes: Another quick comment: Shouldn't setColor also store the passed color into the paint field? From the Sun JavaDoc: yup, and also: public void setPaintMode () { -setComposite (java.awt.AlphaComposite.Xor); +

Re: request for comment on java2d stuff

2003-09-11 Thread Sascha Brawer
Hi Graydon, you wrote on Tue, 2 Sep 2003 20:25:19 -0400: I recently posted some new files to the java-patches list of the gcj project, containing the beginnings of my cairo java2d implementation. I was wondering if anyone here had comments on the work. From a coarse view, I'd say your code

request for comment on java2d stuff

2003-09-03 Thread graydon hoare
hi, I recently posted some new files to the java-patches list of the gcj project, containing the beginnings of my cairo java2d implementation. I was wondering if anyone here had comments on the work. the messages are linked here: http://gcc.gnu.org/ml/java-patches/2003-q3/msg00493.html