sverweij / mscgen_js

text => sequence charts
https://mscgen.js.org
GNU General Public License v3.0
206 stars 25 forks source link

Parallel boxes outside inline expressions touch #234

Closed sverweij closed 8 years ago

sverweij commented 8 years ago
a, b;

a alt a: "altbox" {
    a box a : "Do cool stuff",
    b box b: "Do mundane stuff";
};

This causes the mundane box and the alt box to touch borders, though.

(split off from #233)

sverweij commented 8 years ago

With nested inline expressions the issue was even worse, with boxes overlapping the inline expressions ...

Fixed

one-fixed three-fixed

Before the fix

one-old three-old

(edit 2016-11-16: remove link to feature branch that has been removed from live a while ago)