> Please note that there is no such problem with latest Mac OS X Java > 1.6 > Update. However I don't know if by default, Java 1.6 on Mac OS X also > uses Quartz to perform its text rendering.
No it does not. It uses now Sun renderer, which has one serious flaw (at least for me). It does not support subpixel antialiasing for text on OSX. (While it does on Windows and Linux !) So all GUI & text looks simply blurry, that's why I force apple.awt.graphics.UseQuartz which was default renderer for older versions. I don't know why it was set up by Apple like that, probably they want to discourage users from using Java ;) So the current choice is: blurry text <-> no SVG text Cheers, -- Adam | nanoant.com

