Sprites are not interpreted in byperlink display text

0 votes
asked Oct 18, 2018 in Bug by David

As pointed out by Serge Wenger in his response to this question:

http://forum.plantuml.net/8370/is-there-way-to-include-sprite-in-the-hyperlink-display-text?show=8377

Sprites are not rendered but ArchiMate images are:


@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)

Ok, with last beta http://beta.plantuml.net/plantuml.jar you can have

@startuml
!include <tupadr3/font-awesome/database>

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

Does it sound good ?

commented Oct 18, 2018 by David
Looks good. I just tested it. Now that the Images are there, I notice that tooltips don't work when hovering over the image part, they do work over the text.
commented Oct 19, 2018 by plantuml (294,960 points)
Thanks for the test.
This should be fixed in last beta http://beta.plantuml.net/plantuml.jar
commented Oct 22, 2018 by David
This is working for me. Thanks for the quick updates!
...