[Geoserver-devel] [jira] Created: (GEOS-1233) Legend graphics are not antialiased

Legend graphics are not antialiased
-----------------------------------

                 Key: GEOS-1233
                 URL: http://jira.codehaus.org/browse/GEOS-1233
             Project: GeoServer
          Issue Type: Bug
          Components: WMS
    Affects Versions: 1.6.0-beta2, 1.5.1
            Reporter: Andrea Aime
            Assignee: Andrea Aime
            Priority: Minor
             Fix For: 1.5.2, 1.6.0-rc1

A gt2 user reported:

Hi Andrea

I experience that the legend symbols like circles look MUCH better when
rendered with

> Graphics2D graphics = image.createGraphics();
>
> // Enable anti-aliasing for shapes
> graphics.setRenderingHint(RenderingHints.KEY_ANTIALIASING,
> RenderingHints.VALUE_ANTIALIAS_ON);

Sounded like you were involved in Geoserver, so maybe you can pass that tip to
the right person.
Would have to be applied to
http://svn.codehaus.org/geoserver/trunk/geoserver/wms/src/main/java/org/vfny/geoserver/wms/responses/DefaultRasterLegendProducer.java

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira