[Geoserver-devel] Re nder Problem GeoServer 1.7.5

Using GeoServer 1.7.5 a problem rendering lines with a stroke-linecap exists.
There are artifacts rendered at the line - border. At first I thought there
is no antialiasing done but as larger my stroke-width was as larger the
artifacts got. stroke-linejoin I did not test.

GeoServer 1.7.4 works well.

To reproduce this problem just modify the style default_line.sld using the
stroke configuration below and open the tiger-roads layer.

<Stroke>
<CssParameter name="stroke">#0000FF</CssParameter>
<CssParameter
name="stroke-linecap"><ogc:Literal>round</ogc:Literal></CssParameter>
<CssParameter name="stroke-width">100</CssParameter>
</Stroke>

hope I have no typo in there :).

regards

tobias
--
View this message in context: http://www.nabble.com/Render-Problem-GeoServer-1.7.5-tp23997991p23997991.html
Sent from the GeoServer - Dev mailing list archive at Nabble.com.