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();
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
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
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
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