html_dot.gv 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. digraph structs {
  2. graph [bb="0,0,234,155"];
  3. node [label="\N",
  4. shape=plaintext
  5. ];
  6. struct1 [height=0.5,
  7. label=<
  8. <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0">
  9. <TR><TD>left</TD><TD PORT="f1">mid dle</TD><TD PORT="f2">right</TD></TR>
  10. </TABLE>>,
  11. pos="76.5,137",
  12. width=1.6528];
  13. struct2 [height=0.5,
  14. label=<
  15. <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0">
  16. <TR><TD PORT="f0">one</TD><TD>two</TD></TR>
  17. </TABLE>>,
  18. pos="35.5,41.5",
  19. width=0.98611];
  20. struct1:f1 -> struct2:f0 [pos="e,21.5,52.5 73.5,125 73.5,89.064 30.793,91.285 22.785,62.504"];
  21. struct3 [height=1.1528,
  22. label=<
  23. <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" CELLPADDING="4">
  24. <TR>
  25. <TD ROWSPAN="3">hello<BR/>world</TD>
  26. <TD COLSPAN="3">b</TD>
  27. <TD ROWSPAN="3">g</TD>
  28. <TD ROWSPAN="3">h</TD>
  29. </TR>
  30. <TR>
  31. <TD>c</TD><TD PORT="here">d</TD><TD>e</TD>
  32. </TR>
  33. <TR>
  34. <TD COLSPAN="3">f</TD>
  35. </TR>
  36. </TABLE>>,
  37. pos="161.5,41.5",
  38. width=2.0139];
  39. struct1:f2 -> struct3:here [pos="e,157.27,49.212 113.5,125 113.5,97.512 134.23,71.748 149.76,56.303"];
  40. }