Hello PlantUML team,
Here is an example:
@startuml <style> arrow { LineStyle 10 LineColor red FontColor blue } </style> alice -> bob : msg alice --> bob : msg @enduml
Regards,Th.
(--------)
Hi,
The plantuml/plantuml@64ea232 commit may fix it... (for the v1.2024.8)
Thank to @plantuml, and to PlantUML team,Regards,Th.
I tested "v1.2024.8 beta5" in C4-PlantUML and both possibilities are working:definition via 1) `<style> arrow { LineStyle 10 ....`2) and even via 'skinparam arrowColor ;line.dotted' that I is compatible with the old syntax Thank you for the fixBR HelmutPS.: special thanks for the skinparam, so no source code changes was required on C4-Stdlib side.