geostyler / geostyler-sld-parser

GeoStyler-Style-Parser implementation for SLD
BSD 2-Clause "Simplified" License
52 stars 33 forks source link

Some values are considered as undefined but are 0 #967

Closed ger-benjamin closed 1 month ago

ger-benjamin commented 1 month ago

Bug

Describe the bug

If the (fill/stroke/)opacity is 0, in some cases the parser don't handle it. The resulting sld doesn't contain any Opacity value, but should contains one with value set 0.

To Reproduce

The opacity will be not set and that can cause styling issues.

Expected behavior The sld contains an Opacity property with value to 0.

jansule commented 1 month ago

:tada: This issue has been resolved in version 7.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: