12345678910111213141516171819202122232425262728293031 |
- <?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.43.0 (0)
- -->
- <!-- Title: G Pages: 1 -->
- <svg width="85pt" height="116pt"
- viewBox="0.00 0.00 84.69 116.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 112)">
- <title>G</title>
- <polygon fill="white" stroke="transparent" points="-4,4 -4,-112 80.69,-112 80.69,4 -4,4"/>
- <!-- Hello -->
- <g id="node1" class="node">
- <title>Hello</title>
- <ellipse fill="none" stroke="black" cx="38.35" cy="-90" rx="35.19" ry="18"/>
- <text text-anchor="middle" x="38.35" y="-86.3" font-family="Times,serif" font-size="14.00">Hello</text>
- </g>
- <!-- World -->
- <g id="node2" class="node">
- <title>World</title>
- <ellipse fill="none" stroke="black" cx="38.35" cy="-18" rx="38.19" ry="18"/>
- <text text-anchor="middle" x="38.35" y="-14.3" font-family="Times,serif" font-size="14.00">World</text>
- </g>
- <!-- Hello--World -->
- <g id="edge1" class="edge">
- <title>Hello--World</title>
- <path fill="none" stroke="black" d="M38.35,-71.7C38.35,-60.85 38.35,-46.92 38.35,-36.1"/>
- </g>
- </g>
- </svg>
|