Open iverks opened 2 days ago
By the way, you get fix this manually using the shift
option of edge()
like this:
edge(<cc>, <ci>, "-|>", bend: -30deg, shift: (0, 10pt))
or by offsetting coordinates slightly like this:
edge(<cc>, (to: <ci>, rel: (.4, 0)), "-|>", bend: -30deg)
but yeah, this should maybe be done automatically.
Problem
When adding a slightly too high bend to an edge going to a very wide node, I get some weird effects.
Proposed solution
By adding support for CeTZ style anchors, I would be able to specify that the arrow should start at the first node's north position and end at the second node's east position