1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
<?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: %3 Pages: 1 -->
<svg width="250pt" height="44pt"
viewBox="0.00 0.00 250.40 44.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 40)">
<title>%3</title>
<polygon fill="white" stroke="none" points="-4,4 -4,-40 246.398,-40 246.398,4 -4,4"/>
<!-- LED -->
<g id="node1" class="node"><title>LED</title>
<polygon fill="#2980b9" stroke="#2980b9" points="54,-36 0,-36 0,-0 54,-0 54,-36"/>
<text text-anchor="middle" x="27" y="-15.5" font-family="Arial" font-size="10.00" fill="#ffffff">LED</text>
</g>
<!-- Button -->
<g id="node2" class="node"><title>Button</title>
<polygon fill="#2980b9" stroke="#2980b9" points="242.398,-36 188.398,-36 188.398,-0 242.398,-0 242.398,-36"/>
<text text-anchor="middle" x="215.398" y="-15.5" font-family="Arial" font-size="10.00" fill="#ffffff">Button</text>
</g>
<!-- opposite -->
<g id="node3" class="node"><title>opposite</title>
<ellipse fill="#9ec6e0" stroke="#9ec6e0" cx="121.199" cy="-18" rx="31.3996" ry="18"/>
<text text-anchor="middle" x="121.199" y="-15.5" font-family="Arial" font-size="10.00" fill="#ffffff">opposite</text>
</g>
<!-- Button->opposite -->
<g id="edge1" class="edge"><title>Button->opposite</title>
<path fill="none" stroke="black" d="M188.224,-18C180.352,-18 171.519,-18 162.938,-18"/>
<polygon fill="black" stroke="black" points="162.676,-14.5001 152.676,-18 162.676,-21.5001 162.676,-14.5001"/>
</g>
<!-- opposite->LED -->
<g id="edge2" class="edge"><title>opposite->LED</title>
<path fill="none" stroke="black" d="M89.7542,-18C81.5503,-18 72.5959,-18 64.115,-18"/>
<polygon fill="black" stroke="black" points="64.0874,-14.5001 54.0874,-18 64.0874,-21.5001 64.0874,-14.5001"/>
</g>
</g>
</svg>
|