We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HyperlinkUnderline skinparam seems to be broken since V1.2022.2 (last working version is V1.2022.1).
Example plantuml file:
@startuml skinparam HyperlinkUnderline false state "[[S1]]" as S1 @enduml
With V1.2022.1 it is
Since V1.2022.2 it is
Also, see it reported here: https://forum.plantuml.net/2866/decreasing-visibility-of-links?show=15826#c15826
The text was updated successfully, but these errors were encountered:
Thanks for the feedback, we are going to fix this. As temporary workaround, you can have:
@startuml <style> element { hyperlinkUnderlineThickness 0 } </style> state "[[S1]]" as S1 @enduml
Hope this helps!
Sorry, something went wrong.
This is fixed in V1.2023.0
Issue Review (with Happy resolution 2023: see Issue tracking [FYI @BenceSzalai]):
Thanks a lot everybody for your contribution.
No branches or pull requests
HyperlinkUnderline skinparam seems to be broken since V1.2022.2 (last working version is V1.2022.1).
Example plantuml file:
With V1.2022.1 it is
Since V1.2022.2 it is
Also, see it reported here: https://forum.plantuml.net/2866/decreasing-visibility-of-links?show=15826#c15826
The text was updated successfully, but these errors were encountered: