[OpenJDK 2D-Dev] More incompatibilities
Hiroshi Yamauchi
yamauchi at google.com
Tue Feb 24 01:32:48 UTC 2009
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 differently.
Some of the examples may be caused by a single bug. I don't have an idea
what the causes are.
By any chance, have any of the them already fixed?
Thanks,
Hiroshi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/2d-dev/attachments/20090223/0fb7b1ec/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ScaleTest.java
Type: application/octet-stream
Size: 1186 bytes
Desc: not available
URL: <http://mail.openjdk.java.net/pipermail/2d-dev/attachments/20090223/0fb7b1ec/ScaleTest.java>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ThinLineTest.java
Type: application/octet-stream
Size: 1269 bytes
Desc: not available
URL: <http://mail.openjdk.java.net/pipermail/2d-dev/attachments/20090223/0fb7b1ec/ThinLineTest.java>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: NotANumberTest.java
Type: application/octet-stream
Size: 1325 bytes
Desc: not available
URL: <http://mail.openjdk.java.net/pipermail/2d-dev/attachments/20090223/0fb7b1ec/NotANumberTest.java>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: StrokeShapeTest.java
Type: application/octet-stream
Size: 1508 bytes
Desc: not available
URL: <http://mail.openjdk.java.net/pipermail/2d-dev/attachments/20090223/0fb7b1ec/StrokeShapeTest.java>
More information about the 2d-dev
mailing list