[Style][Sequence] Allow LineStyle for arrow, on sequence diagram

+4 votes
asked Mar 9, 2022 in Wanted features by The-Lu (63,920 points)

Hello PlantUML team,

  • Could you allow LineStyle for arrow, on sequence diagram?

Here is an example:

CodeOutput
@startuml
<style>
arrow {
  LineStyle 10
  LineColor red
  FontColor blue
}
</style>
alice ->  bob : msg
alice --> bob : msg
@enduml

Regards,
Th.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...