Render Bug 1.7.5
----------------
Key: GEOS-3156
URL: http://jira.codehaus.org/browse/GEOS-3156
Project: GeoServer
Issue Type: Bug
Components: WMS
Affects Versions: 1.7.5
Environment: Windows/Linux GeoServer 1.7.5 Java 1.6 U14
Reporter: Tobias Warneke
Assignee: Andrea Aime
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
--
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