What steps will reproduce the problem?
Make a box with a \n special character to create a two-line output.
What is the expected output? What do you see instead?
Expect box to expand over the second line, but it doesn't. It only starts
expanding on 3+ lines
What version of the product are you using? On what operating system?
Mscgen version 0.17, Copyright (C) 2007 Michael C McTernan,
Michael.McTernan.2001@cs.bris.ac.uk
Mscgen comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
welcome to redistribute it under certain conditions; type `mscgen -l' for
details.
Please provide any additional information below, including sample input
file:
msc {
App1, App2, App3;
|||;
App2 box App2 [ label = "line1\nline2"];
|||;
App2 rbox App2 [ label = "\nline2"];
|||;
App2 abox App2 [ label = "line1\n "];
|||;
App2 box App2 [ label = "line1"];
|||;
App2 box App2 [ label = "line1\nline2\nline3"];
|||;
}
Original issue reported on code.google.com by paul.kas...@gmail.com on 16 Apr 2010 at 9:14
Original issue reported on code.google.com by
paul.kas...@gmail.com
on 16 Apr 2010 at 9:14