newpage seems does not render correctly in the rendering window

0 votes
asked Jul 3, 2017 in Bug by boshka (3,940 points)
edited Jul 7, 2017 by boshka
 
Hello!
This exaple from the manual does not seem to render correctly in https://www.planttext.com/ and eclipse:
 
@startuml
 
Alice -> Bob : message 1
Alice -> Bob : message 2
 
newpage
 
Alice -> Bob : message 3
Alice -> Bob : message 4
 
newpage A title for the\nlast page
 
Alice -> Bob : message 5
Alice -> Bob : message 6
@enduml
 

1 Answer

0 votes
answered Jul 3, 2017 by plantuml (295,000 points)
Hi,

We've just tested your example with the GUI, and it's working fine for us with version 1.2017.15

Are you using a specific plugin ?

Thanks
commented Jul 7, 2017 by boshka (3,940 points)
edited Jul 7, 2017 by boshka
Yes, it works ok for the generated images, however does not work in the presentation of https://www.planttext.com/ or in eclipse plugin rendering window.

In the rendering window you'll see only one of the pages (there will be only 1st page for planttext.com and there will be the last page in eclipse plugin. I expect all pages to be rendered in both cases.

I added what i see in the https://www.planttext.com/ to the description
...