[Geoserver-devel] [JIRA] (GEOS-9269) stroke-linejoin = mitre does not work

Stefan Ziegler created an issue

GeoServer / BugGEOS-9269

stroke-linejoin = mitre does not work

Issue Type:

BugBug

Affects Versions:

2.15.1

Assignee:

Unassigned

Components:

CSS, styling

Created:

26/Jun/19 1:03 PM

Environment:

macOS, OpenJDK8

Priority:

MediumMedium

Reporter:

Stefan Ziegler

Using <se:SvgParameter name="stroke-linejoin">mitre</se:SvgParameter> has no effect and the line will be rendered like you use “bevel”. “round” does work.

I’m using this polygon symbolizer:

<se:PolygonSymbolizer uom=“http://www.opengeospatial.org/se/units/metre”>
<se:Fill>
<se:SvgParameter name=“fill”>#ffffcc</se:SvgParameter>
</se:Fill>
<se:Stroke>
<se:SvgParameter name=“stroke”>#ff9900</se:SvgParameter>
<se:SvgParameter name=“stroke-width”>5</se:SvgParameter>
<se:SvgParameter name=“stroke-linejoin”>mitre</se:SvgParameter>
</se:Stroke>
</se:PolygonSymbolizer>

Add Comment

Add Comment

Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS


This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100105-sha1:1febb2f)

Atlassian logo