Stereotypes don't work with multi-line activity in beta

+1 vote
asked Aug 4, 2021 in Bug by BungledB (180 points)

I can't get stereotypes to work with activites that are broken across lines. I tried various combinations, but it always fails. Feels like it might be a bug in the beta.

This works:

@startuml
skinparam activity {
    BackgroundColor Olive
    BackgroundColor<<AltCol>> Green
}

start
:Act 1;
<<AltCol>>:Act 2;
:Multi line
Act;
stop
@enduml

But this does not:

@startuml
skinparam activity {
    BackgroundColor Olive
    BackgroundColor<<AltCol>> Green
}

start
:Act 1;
:Act 2;
<<AltCol>>:Multi line
Act;
stop
@enduml

commented Sep 13, 2023 by The-Lu (64,760 points)

Hi B., and all,

Just FYI, I just open this similar issue here:

https://github.com/plantuml/plantuml/issues/1534

Regards

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