Add pictures to participants in sequence diagramm

0 votes
asked 2 hours ago in Question / help by J.B.
Hello all!

Is it possible to add a picture to the participant of a sequence diagram?

Many thanks in advance for your help.

Best regards,
J.B.

1 Answer

0 votes
answered 47 minutes ago by The-Lu (89,120 points)

Hello J.,

Yes just by adding creole IMG tag (with link to an image), as:

@startuml
participant "<img:https://plantuml.com/logo3.png>" as a
a -> b
return
@enduml

See doc. here:

Enjoy,
Th.

...