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="332pt" height="44pt"
viewBox="0.00 0.00 332.31 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 328.314,-40 328.314,4 -4,4"/>
<!-- output -->
<g id="node1" class="node"><title>output</title>
<polygon fill="#2980b9" stroke="#2980b9" points="76,-36 0,-36 0,-0 76,-0 76,-36"/>
<text text-anchor="middle" x="38" y="-15.5" font-family="Arial" font-size="10.00" fill="#ffffff">Output device</text>
</g>
<!-- input -->
<g id="node2" class="node"><title>input</title>
<polygon fill="#2980b9" stroke="#2980b9" points="324.314,-36 256.314,-36 256.314,-0 324.314,-0 324.314,-36"/>
<text text-anchor="middle" x="290.314" y="-15.5" font-family="Arial" font-size="10.00" fill="#ffffff">Input device</text>
</g>
<!-- gen -->
<g id="node3" class="node"><title>gen</title>
<ellipse fill="#9ec6e0" stroke="#9ec6e0" cx="166.157" cy="-18" rx="54.3144" ry="18"/>
<text text-anchor="middle" x="166.157" y="-15.5" font-family="Arial" font-size="10.00" fill="#ffffff">custom generator</text>
</g>
<!-- input->gen -->
<g id="edge1" class="edge"><title>input->gen</title>
<path fill="none" stroke="black" d="M256.257,-18C248.248,-18 239.418,-18 230.524,-18"/>
<polygon fill="black" stroke="black" points="230.495,-14.5001 220.495,-18 230.495,-21.5001 230.495,-14.5001"/>
</g>
<!-- gen->output -->
<g id="edge2" class="edge"><title>gen->output</title>
<path fill="none" stroke="black" d="M111.655,-18C103.25,-18 94.6127,-18 86.3589,-18"/>
<polygon fill="black" stroke="black" points="86.1557,-14.5001 76.1556,-18 86.1556,-21.5001 86.1557,-14.5001"/>
</g>
</g>
</svg>
|