Re: [OpenJDK 2D-Dev] More incompatibilities

2009-03-02 Thread Hiroshi Yamauchi
Thanks, Jim, for comments. What you are describing seems right to me. I thought that the problem was that the 'bounding box' was slightly too short on the right end, which made the circle drawn like a C shape. I'll look more into it when I have a chance. Best, Hiroshi On Mon, Mar 2, 2009 at 5:3

Re: [OpenJDK 2D-Dev] More incompatibilities

2009-03-02 Thread Jim Graham
Thank you Hiroshi for investigating that problem and coming up with a potential fix. Unfortunately, the fix you propose does not look right to me. I believe that the minX and maxX parameters to that function are relative to the origin of the raster coordinates which means you would add each

Re: [OpenJDK 2D-Dev] More incompatibilities

2009-03-02 Thread Hiroshi Yamauchi
The following patch appears to make ScaleTest pass. Though I don't know exactly what the code does, but it appears to be a copy-and-paste bug to me. Anyway, I'd appreciate it if someone in the Java 2D community can confirm that it's the right fix. Thanks, Hiroshi +++ jdk/src/share/classes/sun/ja