Multi-line tooltip on note/hnote of sequence diagram

0 votes
asked Dec 1, 2015 in Bug by anonymous
Hi,

It looks like that multi-line tooltip on note/hnote of sequence diagram does not work on the lastest version.

@startuml
caller -> server : conReq
hnote over caller : idle
caller <- server : conConf
hnote over caller : [[http://www.yahoo.com {"request":"hyperlink","status":200} note]] test
note over server : [[http://www.yahoo.com {"request":"hyperlink",\n"status":200} note]] test
rnote over server
 this is
 on several
 lines
endrnote

Thanks,

1 Answer

0 votes
answered Dec 4, 2015 by plantuml (294,960 points)
Hi,

Thanks for the report.

This should be fixed in last beta https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

Tell us if it does not work for you

Regards,
...