How to use "skinparam hyperlinkUnderline false"?

0 votes
asked Nov 22, 2022 in Question / help by liski29
I need hyperlink without underline. How to do it? (Sequence Diagram)

1 Answer

+1 vote
answered Jan 8, 2023 by The-Lu (63,920 points)

Hello L., and all,

As workaround, you can use style, as:

<style>
element {
  hyperlinkUnderlineThickness 0
}
</style>

See similar request here:

Regards.

...