12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'>
- <svg width="264pt" height="116pt" viewBox="0 0 264 116" xmlns="http://www.w3.org/2000/svg">
- <g class="graph" transform="scale(1) translate(4 112)">
- <title>G</title>
- <polygon points="-4 4 -4 -112 260 -112 260 4" fill="#fff" stroke="transparent"/>
- <g class="node">
- <title>top</title>
- <ellipse cx="123" cy="-90" rx="18" ry="18" fill="none" stroke="#000"/>
- </g>
- <g class="node">
- <title>left1</title>
- <polygon points="110 -36 0 -36 0 0 110 0" fill="none" stroke="#000"/>
- <text x="55" y="-14.3" fill="#000000" font-family="Times,serif" font-size="14" text-anchor="middle">sort [2,3,1,1]</text>
- </g>
- <g class="edge">
- <title>top--left1</title>
- <path d="m110.53-76.794c-10.812 11.448-26.559 28.122-38.525 40.791" fill="none" stroke="#000"/>
- </g>
- <g class="node">
- <title>right1</title>
- <polygon points="256 -36 128 -36 128 0 256 0" fill="none" stroke="#000"/>
- <text x="192" y="-14.3" fill="#000000" font-family="Times,serif" font-size="14" text-anchor="middle">sort [10,0,14,4]</text>
- </g>
- <g class="edge">
- <title>top--right1</title>
- <path d="m135.66-76.794c10.971 11.448 26.95 28.122 39.091 40.791" fill="none" stroke="#000"/>
- </g>
- </g>
- </svg>
|