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 62 63 64 65 66 67 68 69 70 71
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.40.1 (20161225.0304)
-->
<!-- Title: reftest_graph_example Pages: 1 -->
<svg width="174pt" height="216pt"
viewBox="0.00 0.00 174.25 216.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 212)">
<title>reftest_graph_example</title>
<polygon fill="#ffffff" stroke="transparent" points="-4,4 -4,-212 170.2546,-212 170.2546,4 -4,4"/>
<!-- a.html -->
<g id="node1" class="node">
<title>a.html</title>
<ellipse fill="none" stroke="#000000" cx="81.3756" cy="-190" rx="32.4147" ry="18"/>
<text text-anchor="middle" x="81.3756" y="-185.8" font-family="Times,serif" font-size="14.00" fill="#000000">a.html</text>
</g>
<!-- b.html -->
<g id="node2" class="node">
<title>b.html</title>
<ellipse fill="none" stroke="#000000" cx="40.3756" cy="-104" rx="32.9078" ry="18"/>
<text text-anchor="middle" x="40.3756" y="-99.8" font-family="Times,serif" font-size="14.00" fill="#000000">b.html</text>
</g>
<!-- a.html->b.html -->
<g id="edge1" class="edge">
<title>a.html->b.html</title>
<path fill="none" stroke="#000000" d="M73.0787,-172.5966C67.3923,-160.6692 59.7365,-144.6106 53.2618,-131.0295"/>
<polygon fill="#000000" stroke="#000000" points="56.2638,-129.1931 48.801,-121.6727 49.9451,-132.2056 56.2638,-129.1931"/>
<text text-anchor="middle" x="71.2711" y="-142.8" font-family="Times,serif" font-size="14.00" fill="#000000">==</text>
</g>
<!-- c.html -->
<g id="node3" class="node">
<title>c.html</title>
<ellipse fill="none" stroke="#000000" cx="127.3756" cy="-104" rx="32.4147" ry="18"/>
<text text-anchor="middle" x="127.3756" y="-99.8" font-family="Times,serif" font-size="14.00" fill="#000000">c.html</text>
</g>
<!-- a.html->c.html -->
<g id="edge2" class="edge">
<title>a.html->c.html</title>
<path fill="none" stroke="#000000" d="M90.6844,-172.5966C97.1688,-160.4736 105.9359,-144.0829 113.2742,-130.3635"/>
<polygon fill="#000000" stroke="#000000" points="116.4503,-131.8462 118.0807,-121.3775 110.2778,-128.5446 116.4503,-131.8462"/>
<text text-anchor="middle" x="115.2711" y="-142.8" font-family="Times,serif" font-size="14.00" fill="#000000">==</text>
</g>
<!-- b1.html -->
<g id="node4" class="node">
<title>b1.html</title>
<ellipse fill="none" stroke="#000000" cx="37.3756" cy="-18" rx="37.2516" ry="18"/>
<text text-anchor="middle" x="37.3756" y="-13.8" font-family="Times,serif" font-size="14.00" fill="#000000">b1.html</text>
</g>
<!-- b.html->b1.html -->
<g id="edge3" class="edge">
<title>b.html->b1.html</title>
<path fill="none" stroke="#000000" d="M39.7394,-85.7616C39.3416,-74.3597 38.821,-59.4342 38.3696,-46.494"/>
<polygon fill="#000000" stroke="#000000" points="41.8575,-46.084 38.0109,-36.2121 34.8618,-46.3281 41.8575,-46.084"/>
<text text-anchor="middle" x="47.2711" y="-56.8" font-family="Times,serif" font-size="14.00" fill="#000000">==</text>
</g>
<!-- c1.html -->
<g id="node5" class="node">
<title>c1.html</title>
<ellipse fill="none" stroke="#000000" cx="129.3756" cy="-18" rx="36.7585" ry="18"/>
<text text-anchor="middle" x="129.3756" y="-13.8" font-family="Times,serif" font-size="14.00" fill="#000000">c1.html</text>
</g>
<!-- c.html->c1.html -->
<g id="edge4" class="edge">
<title>c.html->c1.html</title>
<path fill="none" stroke="#000000" d="M127.7998,-85.7616C128.0649,-74.3597 128.412,-59.4342 128.713,-46.494"/>
<polygon fill="#000000" stroke="#000000" points="132.2185,-46.2908 128.9521,-36.2121 125.2204,-46.128 132.2185,-46.2908"/>
<text text-anchor="middle" x="134.6544" y="-56.8" font-family="Times,serif" font-size="14.00" fill="#000000">!=</text>
</g>
</g>
</svg>
|