Plain line thickness attribute does not have an affect in jar (1.2022.5) local installation

0 votes
asked Jun 5, 2022 in Bug by alonbl (200 points)

Hello,

Please look at this simple script:

@startuml
foo -[plain,thickness=16]-> bar1: [plain,16]
foo -[dashed,thickness=16]-> bar1: [dashed,16]
@enduml

It is working in the editor we correctly get two thick lines:

While if I render this using the `plantuml.jar -gui` I get the plain line in its thin thickness.

It seems there is an issue with the plain line as every other style works...

Can anyone else reproduce this?

Thanks,

1 Answer

0 votes
answered Jun 6, 2022 by The-Lu (63,920 points)

Hello A.,
FYI, that is corrected or fixed only from May 27th, see:

Then only available on the snapshot, (and not on the old 1.2022.5) [awaiting the next release]:

If that can help,
Regards.

commented Jun 6, 2022 by alonbl (200 points)
Thanks!

Confirmed.

Next time I will know to test the snapshot first :)
...