Hi Doug. Doug Schepers: > For some reason, text is no longer displaying for me in Batik 1.7 on > MacOS X. The text is there, because the cursor changes when I mouse > over it, and I can select it and even copy it. It simply doesn't > display, no matter what attribute values I use. > > The only think I can think of is that a recent Java upgrade which was > pushed out on Mac may have introduced a bug: > > [[ > java version "1.5.0_19" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_19-b02-304) > Java HotSpot(TM) Client VM (build 1.5.0_19-137, mixed mode, sharing) > ]] > > Can anyone confirm this on Mac or any other platforms?
I had another independent report of this bug. The Java update sounds like it could be the culprit. The other reporter successfully worked around the problem by using the -Dapple.awt.graphics.UseQuartz=false command line option when invoking Java. That uses a different rendering pipeline. Unfortunately I don’t have much time for bug triaging at the moment, but if that workaround worked and it is indeed an Apple JRE problem, and you wanted to follow up on it I suggest posting to the http://lists.apple.com/mailman/listinfo/java-dev mailing list or filing a bug with Apple. -- Cameron McCormack ≝ http://mcc.id.au/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
