Number: 63
Title: Extra node in graph
Submitter: Stdiobe
Date: Thu Nov 15 03:14:39 2001
Subsys: Dot
Version: gv1711.exe
System: x86-Other-Windows NT4
Severity: critical
Problem:
Dot adds an additional node to the graph, that I didn't put in!

This worked alright in version "gv176b1.exe".
Input:

digraph G {
    1;
    2;
    1 -> 2;
}
Comments:
Output from dot:

digraph G { node [label="N"]; graph [bb="0,0,126,124"]; ???????? "" [pos="27,98", width="0.75", height="0.50"]; 1 [pos="99,98", width="0.75", height="0.50"]; 2 [pos="99,26", width="0.75", height="0.50"]; 1 -> 2 [pos="e,99,44 99,80 99,72 99,63 99,54"]; }
Owner: north
Status: fixed