[Geoserver-users] Antialias option for svg-symbols and fills

Hi all,

in a WMS-request it is possible to turn off antialiasing with

FORMAT_OPTIONS=antialias:none

This, however, does not turn off antialiasing for svg-symbols:

            <Graphic>
              <ExternalGraphic>
                <OnlineResource
xmlns:xlink="http://www.w3.org/1999/xlink&quot; xlink:type="simple"
xlink:href=symbol.svg"/>
                <Format>image/svg+xml</Format>
              </ExternalGraphic>
              <Size>
                <ogc:Literal>11</ogc:Literal>
              </Size>
            </Graphic>

Neither does it for <GraphicFills> as in the example from my SLD below.

          <PolygonSymbolizer
uom="http://www.opengeospatial.org/se/units/metre&quot;&gt;
            <Fill>
              <GraphicFill>
                <Graphic>
                  <Mark>
                    <WellKnownName>shape://horline</WellKnownName>
                    <Stroke>
                      <CssParameter name="stroke">#5ce6e6</CssParameter>
                      <CssParameter name="stroke-width">5.5</CssParameter>
                    </Stroke>
                  </Mark>
                  <Size>15.5</Size>
                </Graphic>
              </GraphicFill>
            </Fill>
          </PolygonSymbolizer>

Is there a way to turn off antialiasing in these two cases?
(geoserver 2.4.0 on Linux 2.6.32-358.18.1.el6.x86_64 x86_64)

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Antialias-option-for-svg-symbols-and-fills-tp5089153.html
Sent from the GeoServer - User mailing list archive at Nabble.com.