Skip to content
New issue

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 is broken. #1241

Closed
tamas-p opened this issue Dec 30, 2022 · 3 comments
Closed

HyperlinkUnderline skinparam is broken. #1241

tamas-p opened this issue Dec 30, 2022 · 3 comments

Comments

@tamas-p
Copy link

tamas-p commented Dec 30, 2022

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
test_ok

Since V1.2022.2 it is
test_nok

Also, see it reported here: https://forum.plantuml.net/2866/decreasing-visibility-of-links?show=15826#c15826

@arnaudroques
Copy link
Contributor

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!

@arnaudroques
Copy link
Contributor

This is fixed in V1.2023.0

@The-Lum
Copy link
Collaborator

The-Lum commented Jan 12, 2023

Issue Review (with Happy resolution 2023: see Issue tracking [FYI @BenceSzalai]):

  • This issue can be closed.

Thanks a lot everybody for your contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants