Links not working in svg with multiple diagrams on same page

0 votes
asked Jul 28, 2023 in Question / help by Edward Robinson

I am loving links in svg diagrams.  I use them to link to the requirements that are associated with the diagram.
However, when I have multiple diagrams on the same page, the links render properly (blue, underlined) but the links themselves are dead.

  1. Is there something I can do to make the links work in this case
  2. Is the "label [ {{ }} {{ }} ] syntax below still the best/standard way to mix diagrams on the same page?
  3. Does this syntax have a name?  Not sure how to refer to it smiley

@startuml
label l [
{{
A->B: [[http://www.google.com]]
}}
{{
:[[http://www.duckduckgo.com]];
}}
]
@enduml

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.
...