swimlaneWidth functionality broken [observed on 1.2020.20beta]

0 votes
asked Nov 20, 2020 in Bug by The-Lu (64,760 points)

Hello PlantUML team,

"swimlaneWidth" seems to be broken on the current version (without knowing from which version) :

[Issue from https://stackoverflow.com/questions/60392837/how-to-set-the-width-of-swimlanes-in-plantuml-activity-diagram]

Example from QA-6209-Answer:

@startuml
skinparam swimlaneWidth 400
|A|
:foo;
|b|
:foo2;
@enduml


[See on PlantUML server]

@startuml
skinparam swimlaneWidth same
|A|
:foo;
|b|
:foo2 which is very long;
@enduml

Thanks for your support,
Regards,
Th.

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