newpage and create does not work

0 votes
asked Jan 19, 2022 in Bug by saka (180 points)

I got two diagram. The vertical line of paticipant B is disapared on the first page.

I am using Version 1.2022.0.

"

@startuml
create B
A -> B
B -> A

newpage
create B
A -> B
@enduml

"

commented Jan 19, 2022 by The-Lu (63,920 points)

Hello all,

In fact it is due to the second `create` command, see:

@startuml
create B
A -> B
B -> A

'newpage
create B
A -> B
@enduml

Here is another funny result, if I add `...` wink:

@startuml
create B
A -> B
B -> A
...
'newpage
create B
A -> B
@enduml

If that can help, for debug,
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.
...