Multi-line tooltip on actor/participant of sequence diagram

0 votes
asked Nov 20, 2015 in Bug by anonymous
Hi,

It seems that the multi-line tooltip on actor.participant of sequence diagram does not work.

 

participant Alice as "Alice Smith" [[http://www.yahoo.com {"request":"hyperlink",\n"status":200}]]
Alice -> Bob: Ping

Bob -> Alice: Pong

 

Thanks,

1 Answer

0 votes
answered Nov 22, 2015 by plantuml (294,960 points)
Hi,

Thanks for the report.
There were also some issue with quote characters.
All should have been fixed in last beta : https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

It will be released in next official version.

Thanks again!
commented Nov 30, 2015 by anonymous
Thanks a lot for the fix.
...