Hi. we are running GeoServer 2.24.0 and having problems displaying svg symbology within a point style: Syntax is valid. The image is displayed as a grey square. Similar support queries have needed to edit the svg file and replace ellipses with circles, but I think all tools I have tried must produce ellipses, or there is some other issue.
The svg symbols created all appear correctly when opened in chrome and inkscape.
Replacing the svg reference with equivalent png image works fine. Is there an issue with the version of svg supported? In note the docs reference SVG 1.0 (W3C recommendation 2001), but newer versions have been available for a very long time - SVG 1.1 (W3C recommendation 2003) & SVG 2.0 was available as a draft in 2018.
The sld code snippet is:
<Graphic>
<ExternalGraphic>
<OnlineResource xlink:type="simple" xlink:href="img/cross_section.svg"/>
<Format>image/svg+xml</Format>
</ExternalGraphic>
Thanks for any assistance provided.