Number: 309 Title: headport has no effect on ports in records Submitter: Alexander Stigsen Date: Wed Jun 25 03:36:13 2003 Subsys: Dot Version: 1.9.20030624.0415 System: x86-OSX-Win2000 Severity: minor Problem: I am trying to find a way to point at the lines between ports in a record, and the headport option seemed the most obvious possiblity. But it does not seem to have any effect on the arrow placement when used with ports in records? Input:
digraph G {
node2 [shape=record, label="<A>A|<B>B|<C>C"];
/* Trying to point between B and C */
node1 -> node2:B [headport=ne];
}