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="198pt" height="116pt" viewBox="0 0 198 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 194 -112 194 4" fill="#fff" stroke="transparent"/>
- <g class="node">
- <title>a</title>
- <polygon points="117.5 -108 63.5 -108 63.5 -72 117.5 -72" fill="none" stroke="#000"/>
- </g>
- <g class="node">
- <title>b</title>
- <polygon points="77 -36 0 -36 0 0 77 0" fill="none" stroke="#000"/>
- <text x="38.5" y="-14.3" fill="#000000" font-family="Times,serif" font-size="14" text-anchor="middle">[2,3,1,1]</text>
- </g>
- <g class="edge">
- <title>a->b</title>
- <path d="m77.378-71.831c-5.9281 8.2082-13.051 18.071-19.572 27.099" fill="none" stroke="#000"/>
- <polygon points="60.491 -42.471 51.798 -36.413 54.816 -46.569" stroke="#000"/>
- </g>
- <g class="node">
- <title>c</title>
- <polygon points="190 -36 95 -36 95 0 190 0" fill="none" stroke="#000"/>
- <text x="142.5" 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="m103.62-71.831c5.9281 8.2082 13.051 18.071 19.572 27.099" fill="none" stroke="#000"/>
- <polygon points="126.18 -46.569 129.2 -36.413 120.51 -42.471" stroke="#000"/>
- </g>
- </g>
- </svg>
|