Anchors and Duration bad positioning

0 votes
asked Jun 8, 2023 in Bug by Ilias (140 points)

Seems like there should be a way to control the horizontal position of duration. In the example below the text is overlapping rendering the duration functionality pointless

@startuml
!pragma teoz true
{t1} Bob -> Alice:
rnote over Alice: Some note
{t2} Alice -> Wall:
{t1} <-> {t2}: Duration
@endml

It would be helpful if it was possible to define the horizontal position of the  "{t1} <-> {t2}: Duration" and even place it before the first and after last participant 

commented Jun 9, 2023 by The-Lu (63,920 points)

Hi I., and all,

Awaiting, a new command like `duration on left` or `duration on right` (a pragma, a command, ... I don't know...), You can add some space....

@startuml
!pragma teoz true
{t1} Bob -> Alice: long long long long label
rnote left Alice: Some note\nleft to Alice
{t2} Alice -> Wall: long long long long label
{t1} <-> {t2}: Duration
@endml

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