Aliasing blur in plot symbols in JFreeChart 1.5.2

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
kirrilyw
Posts: 1
Joined: Tue Apr 20, 2021 10:53 am
antibot: No, of course not.

Aliasing blur in plot symbols in JFreeChart 1.5.2

Post by kirrilyw » Fri Apr 23, 2021 5:43 am

We are longtime users of JFreeChart 1.0.x and are investigating upgrading to 1.5.2. One thing we noticed was that plot symbols, which we draw using Java 2D graphics shapes via getItemShape(), are now sometimes blurry at the edges, where they were perfectly sharp in 1.0.x. Can anyone shed any light on this?

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Re: Aliasing blur in plot symbols in JFreeChart 1.5.2

Post by david.gilbert » Tue Apr 27, 2021 5:48 am

I'm not sure, but I'm wondering if it could be related to this fix:

https://github.com/jfree/jfreechart/com ... d953d363f7
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked