Is there a way to include a sprite in the hyperlink display text

0 votes
asked Oct 11, 2018 in Question / help by David
For example, I would like the actual hyperlink below to be the database sprite instead of text.
@startuml
!include <tupadr3/font-awesome/database>

title <$database>
rectangle "something\nclick the image:[[http://plantuml.com <$database>]]"

@enduml
commented Oct 12, 2018 by Serge Wenger Work (15,620 points)
It would be nice. OK with Archimate:
@startuml
!include <tupadr3/font-awesome/database>

title <$database>
rectangle "something\nclick the image:[[http://plantuml.com <$database>]]"
rectangle "something\nclick the archimate image:[[http://plantuml.com <&cloud>]]"
@enduml

1 Answer

0 votes
answered Oct 18, 2018 by plantuml (294,960 points)
...