I know this is not going to be a helpful initial bug report, as I do not even fully understand what the issue is. I am packaging up jeuclid for fedora and I have it compiling fine with openjdk, the issue is that the images that are being rendered are all messed up. This works with sun jdk. here is the srpm: http://bashton.fedorapeople.org/jeuclid-3.1.3-8.fc9.src.rpm you just need jeuclid and jeuclid-mathviewer The launcher script: #!/bin/bash . /usr/share/java-utils/java-functions MAIN_CLASS=net.sourceforge.jeuclid.app.mathviewer.MathViewer set_classpath "commons-logging commons-cli commons-lang fop jcip-annotations xml graphics-commons batik-all jeuclid-core jeuclid-mathviewer commons-io" run "$@" Here is the test data that can be pasted in: http://jeuclid.sourceforge.net/example5.html as well as a correct rendering. What I get with openjdk is: http://bashton.fedorapeople.org/example5.png If there is anything else I can provide that will help, just ask. I really did not know what to put in this report.
Could you retry with the version in Fedora 10? There were some font metric calculation fixes recently, and I believe those did already go into the F10 package.
Looks great on 10, I had not gotten around to getting a 10 box up.
Will this fix be propagated to F-9?
upstream would also like to know when it was fixed? Is is the correct bug? http://hg.openjdk.java.net/jdk7/2d/jdk/rev/9cdababf6179
(In reply to comment #4) > upstream would also like to know when it was fixed? Is is the correct bug? > http://hg.openjdk.java.net/jdk7/2d/jdk/rev/9cdababf6179 That is one of the font patches I applied upstream to icedtea yes: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2008-November/003896.html That one in particular was for upstream bug: http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=227