1234567891011121314151617181920212223242526272829 |
- <?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.38.0 (20140413.2041)
- -->
- <!-- Title: Sync Files Pages: 1 -->
- <svg width="173pt" height="132pt"
- viewBox="0.00 0.00 173.00 132.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 128)">
- <title>Sync Files</title>
- <polygon fill="white" stroke="none" points="-4,4 -4,-128 169,-128 169,4 -4,4"/>
- <!-- my_model -->
- <g id="node1" class="node"><title>my_model</title>
- <polygon fill="none" stroke="black" points="8,-87.5 8,-123.5 157,-123.5 157,-87.5 8,-87.5"/>
- <text text-anchor="middle" x="82.5" y="-101.8" font-family="monospace" font-size="14.00">MyModel (Script)</text>
- </g>
- <!-- foo -->
- <g id="node2" class="node"><title>foo</title>
- <polygon fill="none" stroke="black" points="0,-0.5 0,-36.5 165,-36.5 165,-0.5 0,-0.5"/>
- <text text-anchor="middle" x="82.5" y="-14.8" font-family="monospace" font-size="14.00">foo (ModuleScript)</text>
- </g>
- <!-- my_model->foo -->
- <g id="edge1" class="edge"><title>my_model->foo</title>
- <path fill="none" stroke="black" d="M82.5,-87.299C82.5,-75.6626 82.5,-60.0479 82.5,-46.7368"/>
- <polygon fill="black" stroke="black" points="86.0001,-46.6754 82.5,-36.6754 79.0001,-46.6755 86.0001,-46.6754"/>
- </g>
- </g>
- </svg>
|