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

+1 vote
asked Mar 9, 2022 in Wanted features by The-Lu (89,080 points)

Hello PlantUML team,

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

Here is an example:

CodeOutput
@startuml
<style>
.a {
  LineStyle 10
  Linecolor red
}
</style>
participant alice
alice -> bob : msg
alice -> bob <<a>> : red
@enduml

Regards,
Th.

1 Answer

+1 vote
answered Mar 10, 2022 by plantuml (298,440 points)
selected Mar 11, 2022 by The-Lu
 
Best answer

Thanks for the suggestion.

This is implemented, except for LineStyle.

commented Mar 11, 2022 by The-Lu (89,080 points)

Thanks a lot... now style/stereotype covers almost all the diagram. yes

This is implemented, except for LineStyle.

For that, there is:

wink
commented Oct 19, 2024 by The-Lu (89,080 points)

The plantuml/plantuml@64ea232 commit may fix it...

Thank to @plantuml, and to PlantUML team,
Regards,
Th.

Your comment on this 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.
...