Hello PlantUML,
- Is it possible to change hexagon style by [beta-]style?
Here is an example where style is without any effect:
@startuml
<style>
hexagon {
BackGroundColor palegreen
LineThickness 2
LineColor red
}
</style>
hexagon hexagon
hexagon h {
node n
}
@enduml

Thank for your support,
KR,
Th.