Added hint on Space use, added items with holes to samples.
[dia.git] / shapes / MSE / multiplexer.shape
blobd6ad5377a5ae3f142e5bb274d54aac13fa604043
1 <?xml version="1.0"?>
2 <shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" xmlns:svg="http://www.w3.org/2000/svg">
3 <name>Multiplexer</name>
4 <description>Multiplexer</description>
5 <icon>multiplexer.png</icon>
6 <connections>
7 <point x="0" y="5"/>
8 <point x="10" y="0"/>
9 <point x="10" y="1"/>
10 <point x="10" y="2"/>
11 <point x="10" y="3"/>
12 <point x="10" y="4"/>
13 <point x="10" y="5"/>
14 <point x="10" y="6"/>
15 <point x="10" y="7"/>
16 <point x="10" y="8"/>
17 <point x="10" y="9"/>
18 <point x="10" y="10"/>
19 <point x="5" y="5" main="yes"/>
20 </connections>
21 <svg:svg width="10" height="10">
22 <svg:line x1="0" y1="5" x2="10" y2="0"/>
23 <svg:line x1="0" y1="5" x2="10" y2="10"/>
24 <svg:line x1="10" y1="0" x2="10" y2="10"/>
25 </svg:svg>
26 </shape>