mgansler / mscgen

Automatically exported from code.google.com/p/mscgen
GNU General Public License v2.0
1 stars 0 forks source link

Box not correctly resizing with two lines #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Oops. Duplicate. Didn't see the previous defect

Original comment by paul.kas...@gmail.com on 16 Apr 2010 at 9:15

GoogleCodeExporter commented 8 years ago

Original comment by NThykier@gmail.com on 18 Apr 2010 at 7:50