123456789101112131415161718192021222324252627282930313233 |
- <?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="222pt" height="116pt" viewBox="0 0 221.55 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 217.55 -112 217.55 4" fill="#fff" stroke="transparent"/>
- <g class="node">
- <title>a</title>
- <polygon points="135.05 -108 81.046 -108 81.046 -72 135.05 -72" fill="none" stroke="#000"/>
- </g>
- <g class="node">
- <title>b</title>
- <ellipse cx="50.046" cy="-18" rx="50.091" ry="18" fill="none" stroke="#000"/>
- <text x="50.0456" y="-14.3" fill="#000000" font-family="Times,serif" font-size="14" text-anchor="middle">[1,1,2,3]</text>
- </g>
- <g class="edge">
- <title>a->b</title>
- <path d="m93.41-71.831c-6.9561 8.6352-15.387 19.102-22.959 28.501" fill="none" stroke="#000"/>
- <polygon points="73.076 -41.01 64.076 -35.418 67.624 -45.401" stroke="#000"/>
- </g>
- <g class="node">
- <title>c</title>
- <polygon points="213.55 -36 118.55 -36 118.55 0 213.55 0" fill="none" stroke="#000"/>
- <text x="166.0456" y="-14.3" fill="#000000" font-family="Times,serif" font-size="14" text-anchor="middle">[10,0,14,4]</text>
- </g>
- <g class="edge">
- <title>a->c</title>
- <path d="m122.68-71.831c6.6803 8.2928 14.721 18.274 22.054 27.378" fill="none" stroke="#000"/>
- <polygon points="147.66 -46.396 151.21 -36.413 142.21 -42.005" stroke="#000"/>
- </g>
- </g>
- </svg>
|