Re: [OpenJDK 2D-Dev] miter line join bug

2009-02-23 Thread Hiroshi Yamauchi
Here's an automated test. import java.awt.*; import java.awt.image.BufferedImage; public class JoinMiterTest { public static void main(String[] args) throws Exception { BufferedImage image = new BufferedImage(200, 200, BufferedImage.TYPE_INT_RGB); Graphics2D g = image.createGraphics();

[OpenJDK 2D-Dev] Freetype on linux

2009-02-23 Thread Mohamed Bana
Hello, Which version of the Sun JRE uses Freetype on Linux, I'm aware that on Windows, with a recent JRE, Cleartype is being used. Mohamed

Re: [OpenJDK 2D-Dev] Freetype on linux

2009-02-23 Thread Clemens Eisserer
Hi, > Which version of the Sun JRE uses Freetype on Linux, I'm aware that on > Windows, with a recent JRE, Cleartype is being used. As far as I know, no version of "Sun JRE" (the "official" version) does use Freetype, but OpenJDK does. - Clemens

Re: [OpenJDK 2D-Dev] [PATCH] 4494651: Wrong width and height in BufferedImage GraphicsConfiguration objects

2009-02-23 Thread Jim Graham
Torsten Landschoff wrote: Hi Jim, On Tue, Feb 17, 2009 at 06:27:43PM -0800, Jim Graham wrote: The width and height of a GraphicsConfig is essentially irrelevant information. If you get the GraphicsConfig of a component, it doesn't Why is there a method then to query irrelevant informatio

[OpenJDK 2D-Dev] More incompatibilities

2009-02-23 Thread Hiroshi Yamauchi
Hi all, We found four more 2D rendering OpenJDK incompatibilities (the examples are attached): 1. ScaleTest: A circle is rendered in a 'C' shape. 2. ThinLineTest: A line < 1 pixel disappears. 3. NotANumberTest: Double.NaN isn't handled gracefully. 4. StrokeShapeTest: createStrokedShape() behaves