logicsimulator/components/pull.svg

16 lines
671 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg">
<g id="root" class="pull">
<path d="m 0,0 0,10 m 0,20 0,10" class="outer"></path>
<g class="logic">
<rect x="-5" y="10" width="10" height="20" />
</g>
<g class="physical">
<path d="M0,30 h3 l1,-1 v-2 l-1,-4, v-6 l 1,-4 v-2 l-1,-1 h-6 l -1,1, v2 l1,4 v 6 l -1,4 v2 l1,1 h3" fill="#d9b477" stroke="#555555"/>
<rect x="-3" y="14" fill="#FF0000" width="6" height="2" />
<rect x="-3" y="18" fill="#00FF00" width="6" height="2" />
<rect x="-3" y="22" fill="#0000FF" width="6" height="2" />
<path d="M-4, 26 h 8" stroke="#f9f690"/>
</g>
</g>
</svg>