Hi all,
When you have graphs with a significant edgewidth.
for instance:
digraph {
A -> B [penwidth=10]
}
It seems like the fill of the arrow-head aligns with the fill of the nodes shape, i.e. the stroke or border of the arrow overlaps significantly with the node…
Is there a way to counteract this behavior, e.g. using a do-not-overlap setting or manually adding an offset between the arrowhead and the node.