[Geoserver-devel] [jira] (GEOS-6124) "halo" defaults not being actioned

Jonathan Moules created BugGEOS-6124
“halo” defaults not being actioned

Issue Type:

BugBug

Affects Versions:

2.4.1

Assignee:

Andrea Aime

Created:

30/Oct/13 11:52 AM

Description:

The documentation says that halo has a default radius of 1 and fill of white.

<se:halo />
passes validation, but doesn’t result in any halo that I can see. I need to change it to:

<se:Halo>
<se:Radius>1</se:Radius>
<se:Fill>
<se:SvgParameter name=“fill”>#ffffff</se:SvgParameter>
</se:Fill>
</se:Halo>

To get the supposedly “default” halo.

Project:

GeoServer

Priority:

MinorMinor

Reporter:

Jonathan Moules

This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: [http://www.atlassian.com/software/jira](http://www.atlassian.com/software/jira)