delay is shifted with newpage feature

0 votes
asked Jul 24, 2013 in Bug by anonymous

When the new page feature is used, the delay feature (draw vertical dot lines) are displayed, but at the wrong place.

 

@startuml

 
title page 0
 
note over A
note 1a
note 1b
note 1c
note 1d
end note
A  ->  B : AAAAAAAAAAA
 
newpage page 1
 
...
...Dot vertical lines should be here!...
...
 
group A group
B ->  C : BBBBBBBBBBBB
    B ->  C : BBBBBBBBBBBB
C ->  D : CCCCCCCCCCCC
    D ->  E : DDDDDDDDDDDD
E ->  A : EEEEEEEEEEEE
end
 
 
@enduml

1 Answer

0 votes
answered Jul 30, 2013 by plantuml (295,000 points)
Thanks for the bug report.

This is fixed in V7974.

Regards,
...