1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <?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 7.1.0 (20230121.1956)
- -->
- <!-- Pages: 1 -->
- <svg width="259pt" height="320pt"
- viewBox="0.00 0.00 259.00 319.69" 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 315.69)">
- <polygon fill="white" stroke="none" points="-4,4 -4,-315.69 255,-315.69 255,4 -4,4"/>
- <text text-anchor="middle" x="125.5" y="-296.49" font-family="Times,serif" font-size="14.00">Seppo.app: Whom am I following</text>
- <!-- start -->
- <g id="node1" class="node">
- <title>start</title>
- <ellipse fill="black" stroke="black" cx="60.73" cy="-286.89" rx="1.8" ry="1.8"/>
- </g>
- <!-- pending -->
- <g id="node4" class="node">
- <title>pending</title>
- <ellipse fill="none" stroke="black" cx="60.73" cy="-200.99" rx="48.19" ry="48.19"/>
- <text text-anchor="middle" x="60.73" y="-197.29" font-family="Times,serif" font-size="14.00">pending</text>
- </g>
- <!-- start->pending -->
- <g id="edge1" class="edge">
- <title>start->pending</title>
- <path fill="none" stroke="black" d="M60.73,-284.7C60.73,-281.5 60.73,-272.17 60.73,-260.86"/>
- <polygon fill="black" stroke="black" points="64.23,-261.07 60.73,-251.07 57.23,-261.07 64.23,-261.07"/>
- </g>
- <!-- accepted -->
- <g id="node2" class="node">
- <title>accepted</title>
- <ellipse fill="none" stroke="black" cx="192.73" cy="-58.45" rx="51.99" ry="51.99"/>
- <ellipse fill="none" stroke="black" cx="192.73" cy="-58.45" rx="55.99" ry="55.99"/>
- <text text-anchor="middle" x="192.73" y="-54.75" font-family="Times,serif" font-size="14.00">accepted</text>
- </g>
- <!-- rejected -->
- <g id="node3" class="node">
- <title>rejected</title>
- <ellipse fill="none" stroke="black" cx="60.73" cy="-58.45" rx="54.4" ry="54.4"/>
- <ellipse fill="none" stroke="black" cx="60.73" cy="-58.45" rx="58.39" ry="58.39"/>
- <text text-anchor="middle" x="60.73" y="-69.75" font-family="Times,serif" font-size="14.00">rejected</text>
- <text text-anchor="middle" x="60.73" y="-54.75" font-family="Times,serif" font-size="14.00">(or am</text>
- <text text-anchor="middle" x="60.73" y="-39.75" font-family="Times,serif" font-size="14.00">blocked)</text>
- </g>
- <!-- rejected->pending -->
- <g id="edge3" class="edge">
- <title>rejected->pending</title>
- <path fill="none" stroke="black" d="M67.37,-116.51C67.5,-124.7 67.51,-133.15 67.39,-141.37"/>
- <polygon fill="black" stroke="black" points="63.9,-141.21 67.17,-151.29 70.89,-141.37 63.9,-141.21"/>
- </g>
- <!-- pending->accepted -->
- <g id="edge4" class="edge">
- <title>pending->accepted</title>
- <path fill="none" stroke="black" d="M93.36,-165.25C109.52,-148.04 129.3,-126.98 146.95,-108.19"/>
- <polygon fill="black" stroke="black" points="149.29,-110.81 153.59,-101.12 144.19,-106.01 149.29,-110.81"/>
- </g>
- <!-- pending->rejected -->
- <g id="edge2" class="edge">
- <title>pending->rejected</title>
- <path fill="none" stroke="black" d="M54.31,-152.8C54.07,-144.8 53.96,-136.34 53.98,-127.92"/>
- <polygon fill="black" stroke="black" points="57.48,-128.05 54.07,-118.02 50.48,-127.99 57.48,-128.05"/>
- </g>
- </g>
- </svg>
|