dotneato/neato -Goverlap=scale -Tpng test.dot > test.png
The same problem occurs with twopi.
Input:
Comments:
graph test {
node [shape=plaintext];
edge [dir=none];
A -- B;
A [label=<
<table border="0">
<tr><td>A</td></tr>
</table>
>>];
B [label=<
<table border="0">
<tr><td>B</td></tr>
</table>
>>];
}
[erg] This is unrelated to html nodes. Any non-ellipse, polygonal
node will cause the same problem. The internal units were changed,
but only partially, from inches to points. Hence, various features,
including overlap removal in neato, are broken.
See also bug 526
Fix:
Internal units for polygon vertices were changes without checking
for any downstream effects.
Owner: erg
Status: Fixed (9 Sept 2004)