Activity-beta Diagram: long text on arrow after elseif

0 votes
asked Feb 6, 2015 in Bug by MAV (460 points)
Hello guys,

Using elseif, I would like to add long text with several lines between the elseif and the activity, but the text gets over the activity.

Here the code :

@startuml
start
if() then
elseif() then
    :Activity1;
elseif() then(I would like to write\na long text here\non several lines\nwithout getting over\nthe Activity box)
    :Activity2;
    :Activity3;
endif
stop
@enduml

and the diagram : http://www.zimagez.com/zimage/lkyn3i903dll5hdr4tzekar-qangj8qu4djdqyllyp0gqyoxjxaxpuwjoze6bmwolzlxpwqscyp-pmltywyu1-qllftqrki1uhoo8bhcwjsqkht2bm1fev-sqkcy-s-kxuvtpfafyjw2o6nctcqgt-bnxvw6prlgzmrfryv85qad5bs2kqzhth1m00.php

Thank you !

Mathieu

1 Answer

0 votes
answered Feb 11, 2015 by plantuml (294,960 points)
Thank for the report.

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

Do not hesitate if you find other issues!
commented Feb 12, 2015 by MAV (460 points)
It is, thank you very much!
...