mnikhil-git / mscgen

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

arcskip issues #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Output of the following MSC's

Issue1:
msc {
    a, b, c;
    a => b [label="line1\nline2\nline3\nline4\nline5\nline6\nline7\nline8\nline9\nline10"], b=>c [arcskip=1];
    a => c;
}

Issue2:
msc {
    a, b;
    a => b [arcskip=1];
}

What is the expected output? What do you see instead?

Issue1:
"b => c" arc should meet "a => c" at the arrow tip. Instead arcskip is using a 
constant vertical shift.

Issue2:
Unexpectedly output is clipped vertically.

Original issue reported on code.google.com by v.arunmo...@gmail.com on 10 Sep 2010 at 10:58

GoogleCodeExporter commented 8 years ago
One issue per issue please!

I've fixed the 2nd issue here on trunk.

Original comment by Michael....@gmail.com on 14 Sep 2010 at 9:33

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r162.

Original comment by Michael....@gmail.com on 2 Nov 2010 at 9:13