2
0

html2_dot.gv 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. digraph G {
  2. graph [bb="0,0,449.13,270.44",
  3. rankdir=LR
  4. ];
  5. node [label="\N",
  6. shape=plaintext
  7. ];
  8. {
  9. graph [rank=same];
  10. b [height=2.3177,
  11. href="http://www.graphviz.org/content/node-shapes",
  12. label=<
  13. <TABLE BGCOLOR="bisque" href="http://www.graphviz.org/content/node-shapes#html">
  14. <TR><TD COLSPAN="3" BGCOLOR="bisque" href="http://go/wiki/Elephant">elephant</TD>
  15. <TD ROWSPAN="2" BGCOLOR="chartreuse"
  16. VALIGN="bottom" ALIGN="right">two</TD> </TR>
  17. <TR><TD COLSPAN="2" ROWSPAN="2">
  18. <TABLE BGCOLOR="grey" href="http://go/wiki/Grey">
  19. <TR> <TD href="http://go/wiki/Sweet_corn">corn</TD> </TR>
  20. <TR> <TD BGCOLOR="yellow">c</TD> </TR>
  21. <TR> <TD href="http://go/wiki/F">f</TD> </TR>
  22. </TABLE> </TD>
  23. <TD BGCOLOR="white">penguin</TD>
  24. </TR>
  25. <TR> <TD COLSPAN="2" BORDER="4" ALIGN="right" PORT="there">4</TD> </TR>
  26. </TABLE>>,
  27. pos="343.07,83.439",
  28. shape=ellipse,
  29. style=filled,
  30. width=2.9463];
  31. c [height=0.73611,
  32. label=<long line 1<BR/>line 2<BR ALIGN="LEFT"/>line 3<BR ALIGN="RIGHT"/>>,
  33. pos="343.07,228.44",
  34. width=1.0278];
  35. }
  36. a [height=0.5,
  37. label=<
  38. <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0">
  39. <TR><TD ROWSPAN="3" BGCOLOR="yellow">class</TD></TR>
  40. <TR><TD PORT="here" BGCOLOR="lightblue">qualifier</TD></TR>
  41. </TABLE>>,
  42. pos="50.5,53.439",
  43. width=1.4028];
  44. a:here -> b:there [arrowtail=diamond,
  45. dir=both,
  46. pos="s,94.5,52.439 e,367.07,30.439 106.66,51.632 174.53,43.79 342.64,-17.743 364.67,20.67"];
  47. c -> b [pos="e,343.07,166.98 343.07,201.55 343.07,193.45 343.07,185.35 343.07,177.25"];
  48. d [height=0.63889,
  49. pos="50.5,228.44",
  50. shape=triangle,
  51. width=0.86659];
  52. d -> c [label=<
  53. <TABLE>
  54. <TR><TD BGCOLOR="red" WIDTH="10"> </TD>
  55. <TD>Edge labels<BR/>also</TD>
  56. <TD BGCOLOR="blue" WIDTH="10"> </TD>
  57. </TR>
  58. </TABLE>>,
  59. lp="169,249.44",
  60. pos="e,305.63,228.44 71.472,228.44 117.26,228.44 230.82,228.44 295.33,228.44"];
  61. }