Merge pull request #343 from kirchsth/feature/342

#342 Legend displays unknown borderStyle values too (instead of $lineStyle)
pull/344/head
kirchsth 2 years ago committed by GitHub
commit 8533d47152
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -729,7 +729,7 @@ $elementSkin
!elseif ($borderStyle == $SOLID_LINE)
!$tagDetails = $tagDetails + $LEGEND_SOLID_LINE + ", "
!else
!$tagDetails = $tagDetails + $lineStyle + ", "
!$tagDetails = $tagDetails + $borderStyle + ", "
!endif
!endif
!if ($borderThickness != "")

Loading…
Cancel
Save