home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 February / PCpro_2005_02.ISO / files / opensource / Dia_0.94 / dia-setup-0.94.exe / multiplexer.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-13  |  766 b   |  28 lines

  1. <?xml version="1.0"?>
  2.  
  3. <shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"
  4.        xmlns:svg="http://www.w3.org/2000/svg">
  5.   <name>Multiplexer</name>
  6.   <description>Multiplexer</description>
  7.   <icon>multiplexer.png</icon>
  8.   <connections>
  9.     <point x="0" y="5"/>
  10.     <point x="10" y="0"/>
  11.     <point x="10" y="1"/>
  12.     <point x="10" y="2"/>
  13.     <point x="10" y="3"/>
  14.     <point x="10" y="4"/>
  15.     <point x="10" y="5"/>
  16.     <point x="10" y="6"/>
  17.     <point x="10" y="7"/>
  18.     <point x="10" y="8"/>
  19.     <point x="10" y="9"/>
  20.     <point x="10" y="10"/>
  21.   </connections>
  22.   <svg:svg width="10" height="10">
  23.     <svg:line x1="0" y1="5" x2="10" y2="0"/>
  24.     <svg:line x1="0" y1="5" x2="10" y2="10"/>
  25.     <svg:line x1="10" y1="0" x2="10" y2="10"/>
  26.   </svg:svg>
  27. </shape>
  28.