At the moment, if you draw two parallel arrows, without manually adjusting the offset, the arrows will overlap (i.e. the automatic offset heuristic does not apply). This is in contrast to the behaviour for loops. It could be worth experimenting with applying a heuristic in this case, e.g. offsetting in increments of 2 to avoid overlap.
At the moment, if you draw two parallel arrows, without manually adjusting the offset, the arrows will overlap (i.e. the automatic offset heuristic does not apply). This is in contrast to the behaviour for loops. It could be worth experimenting with applying a heuristic in this case, e.g. offsetting in increments of
2
to avoid overlap.