lifeLineStrategy not making line solid of sequence diagram

0 votes
asked Oct 6, 2021 in Question / help by anonymous
@startuml
skinparam participant {
    BorderColor<<Server>> Green
    BorderColor<<Client>> Blue
    lifelineStrategy<<Client>> solid
}
participant Alice<<Client>>
hide stereotype
@enduml

1 Answer

0 votes
answered Oct 6, 2021 by The-Lu (64,340 points)

Hello A.,

It seems that lifelineStrategy is global (and does not apply to participant)

See:

If that can help,
Regards,
Th.

commented Oct 6, 2021 by anonymous
is there any way to change color of lifelinestrategy for a specific participant
...