Search found 3 matches

by bergtwvd
Tue Apr 08, 2008 1:04 pm
Forum: JFreeChart
Topic: Graph quality on Linux worse than on Windows
Replies: 4
Views: 6433

Text quality on Linux

This option surely helped!! For best results I did: // turn off antialiasing for graphics: rh.put(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_OFF); // turn on anti-aliasing for text: rh.put(RenderingHints.KEY_TEXT_ANTIALIASING, RenderingHints.VALUE_TEXT_ANTIALIAS_ON); If I do not...
by bergtwvd
Tue Mar 04, 2008 6:13 pm
Forum: JFreeChart
Topic: Graph quality on Linux worse than on Windows
Replies: 4
Views: 6433

Re: Graph quality on Linux worse than on Windows

[quote="bergtwvd"]I am developing a web based jfree application (JSP) on Windows/Tomcat and get good quality images. When I deploy the same war file on Linux/Tomcat, graphics are worse. Fonts are hardly readable and lines are sometimes not displayed. Look like an aliasing effect. Does anybody have s...
by bergtwvd
Mon Mar 03, 2008 12:54 pm
Forum: JFreeChart
Topic: Graph quality on Linux worse than on Windows
Replies: 4
Views: 6433

Graph quality on Linux worse than on Windows

I am developing a web based jfree application (JSP) on Windows/Tomcat and get good quality images. When I deploy the same war file on Linux/Tomcat, graphics are worse. Fonts are hardly readable and lines are sometimes not displayed. Look like an aliasing effect. Does anybody have seen this problem t...