File: html2_dot.gv

package info (click to toggle)
graphviz 14.1.2-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 139,476 kB
  • sloc: ansic: 142,288; cpp: 11,975; python: 7,883; makefile: 4,044; yacc: 3,030; xml: 2,972; tcl: 2,495; sh: 1,391; objc: 1,159; java: 560; lex: 423; perl: 243; awk: 156; pascal: 139; php: 58; ruby: 49; cs: 31; sed: 1
file content (61 lines) | stat: -rw-r--r-- 1,945 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
digraph G {
	graph [bb="0,0,446.3,270.44",
		rankdir=LR
	];
	node [label="\N",
		shape=plaintext
	];
	{
		graph [rank=same];
		b	[height=2.3177,
			href="http://www.graphviz.org/content/node-shapes",
			label=<
<TABLE BGCOLOR="bisque" href="http://www.graphviz.org/content/node-shapes#html">
  <TR><TD COLSPAN="3" BGCOLOR="bisque" href="http://go/wiki/Elephant">elephant</TD> 
      <TD ROWSPAN="2" BGCOLOR="chartreuse" 
          VALIGN="bottom" ALIGN="right">two</TD> </TR>
  <TR><TD COLSPAN="2" ROWSPAN="2">
        <TABLE BGCOLOR="grey" href="http://go/wiki/Grey">
          <TR> <TD href="http://go/wiki/Sweet_corn">corn</TD> </TR> 
          <TR> <TD BGCOLOR="yellow">c</TD> </TR> 
          <TR> <TD href="http://go/wiki/F">f</TD> </TR> 
        </TABLE> </TD>
      <TD BGCOLOR="white">penguin</TD> 
  </TR> 
  <TR> <TD COLSPAN="2" BORDER="4" ALIGN="right" PORT="there">4</TD> </TR>
</TABLE>>,
			pos="341.65,83.439",
			shape=ellipse,
			style=filled,
			width=2.907];
		c	[height=0.73611,
			label=<long line 1<BR/>line 2<BR ALIGN="LEFT"/>line 3<BR ALIGN="RIGHT"/>>,
			pos="341.65,228.44",
			width=1.0417];
	}
	a	[height=0.5,
		label=<
<TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0">
  <TR><TD ROWSPAN="3" BGCOLOR="yellow">class</TD></TR>
  <TR><TD PORT="here" BGCOLOR="lightblue">qualifier</TD></TR>
</TABLE>>,
		pos="50.5,53.439",
		width=1.4028];
	a:here -> b:there	[arrowtail=diamond,
		dir=both,
		pos="s,94.5,52.439 e,365.65,30.439 106.6,51.635 174.12,43.822 341.36,-17.481 363.27,20.721"];
	c -> b	[pos="e,341.65,166.98 341.65,201.55 341.65,193.45 341.65,185.35 341.65,177.25"];
	d	[height=0.63889,
		pos="50.5,228.44",
		shape=triangle,
		width=0.83048];
	d -> c	[label=<
<TABLE>
  <TR><TD BGCOLOR="red" WIDTH="10"> </TD>
      <TD>Edge labels<BR/>also</TD>
      <TD BGCOLOR="blue" WIDTH="10"> </TD>
  </TR>
</TABLE>>,
		lp="169,249.44",
		pos="e,304.09,228.44 70.472,228.44 115.34,228.44 229.06,228.44 293.76,228.44"];
}