Hiding stereotypes disregards some stereotype-specific skinparam properties but not others

0 votes
asked Aug 7, 2021 in Bug by swineone

Consider this diagram:

@startuml

' hide stereotype

skinparam ParticipantBorderColor<<type>> #Black
skinparam SequenceLifeLineBorderColor<<type>> #Black

participant Bob <<type>>

@enduml

Running as is, the boxes around "<<type>> Bob" will be black, as well as the dashed lifeline.

If I'd rather remove "<<type>>" from the boxes, then I must uncomment "hide stereotype".

When I do so, the lifeline goes back to the default red color, but the box border color remains black. Shouldn't either both properties be applied, or both be ignored? The current behavior appears to be a bug. Are there any workarounds, or could this be fixed in a future version?

commented Oct 6, 2021 by The-Lu (64,340 points)

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