[BUG] Lifeline is not drawn on the new page, but only the shadow with SVG output!

0 votes
asked Mar 8, 2017 in Bug by prisme60 (150 points)
retagged Mar 10, 2017 by prisme60
@startuml

Activate SerialManager
Activate InputStream
Activate ByteBuffer

group PURGE RX
    [-> SerialManager: purgeRx()
        SerialManager -> ByteBuffer : clear()
        ...
        SerialManager <-- ByteBuffer
    [<-- SerialManager: purgeRx()
end

newpage

group RECEPTION DONNEES
    [-> SerialManager : A()
        SerialManager -> ByteBuffer : compact()
        SerialManager <-- ByteBuffer
    [<-- SerialManager : A()
end

@enduml

If I remove the ... on the first page, the second page is correctly drawn!

Edit :

Only on SVG output, (PNG output is fine).

Edit : with the new feature of the new page of plantuml server:

first page:

second page:

 

2 Answers

–1 vote
answered Mar 9, 2017 by Serge Wenger Work (15,620 points)
Hello,

I see no difference with or without ...

which version did you use?
commented Mar 9, 2017 by prisme60 (150 points)
I am using plantuml.8057.jar
Sorry, I forget to check the png output. PNG output is OK.
But SVG output has this problem. (please look the second page of the SVG output).
0 votes
answered Mar 15, 2017 by plantuml (295,000 points)
Hello,

Thanks for the feedback. This has been solved in V8058.

Regards,
...