Part of arrowhead show on new page

0 votes
asked Jan 31, 2020 in Bug by Tim
If an activated lifeline sends a message to itself followed by a new page part of the arrowhead is shown on the new page. Here's a simple example:

@startuml

participant A

activate A
A -> A: message
deactivate A

newpage

==page 2==
A -> A: message 2

@enduml

I'm using version 1.2020. I can't see how to include an image.
commented Feb 1, 2020 by albert (3,520 points)
I also don't see the "==page 2==" and "message 2" in the plantuml webserver, though offline I get 2 images with on the second image also part of the arrowhead.

A bit strange a thing with multiple pages is also that part of the other page is shown as well

1 Answer

0 votes
answered Feb 3, 2020 by Serge Wenger Work (15,620 points)
...