Bug in eps output sequence diagram with newpage inside

0 votes
asked Dec 5, 2013 in Bug by anonymous

Hi,

Got a issue that show "blocs" instead of Actors at bottom of first page and top of second page. Here is the uml :

@startuml
 
actor User
participant "Mobile" as A
participant "Server" as B
 
User -> A: login
 
A -> A : showLoader
 
== Connection ==
 
A -> B: GET /config.json
B --> A: 200 OK
 
== Get data ==
 
A -> B: GET /data.json
B --> A: 200 OK
 
newpage
 
== Get more data ==
 
A -> B: GET /more-data.json
B --> A: 200 OK
 
== Datas received ==
 
A --> User: showHome
 
@enduml

And the command line used (PlantUML version 7986 ) :

java -jar plantuml-.jar tmp.iuml -teps -charset UTF-8 -graphvizdot `which dot` -v -o .

commented Jan 23, 2014 by anonymous
bug seems fixed as 7991

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