home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Software / TemaCD / dia / dia-0.90-1-setup.exe / shapes / network / rj45plug.shape < prev    next >
Extensible Markup Language  |  2001-05-20  |  1KB  |  24 lines

  1. <?xml version="1.0"?>
  2. <shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"
  3.        xmlns:svg="http://www.w3.org/2000/svg">
  4.   <name>Network - RJ45 Wall-Plug</name>
  5.   <icon>rj45plug.xpm</icon>
  6.   <connections>
  7.      <point x="1.25" y="2.7"/>
  8.   </connections>
  9.   <aspectratio type="fixed"/>
  10.   <textbox x1="0" y1="2.8" x2="2.5" y2="5.8" align="center" resize="no"/>
  11.   <svg:svg width="2.5cm" height="2.7cm">
  12.     <svg:rect style="stroke: foreground; stroke-width:.8; fill:#B3B3B3"
  13.      x="0" y="0" width="2.5" height="2"/>
  14.  
  15.     <svg:rect style="stroke:foreground; stroke-width:.8; fill:background"
  16.      x=".325" y=".34" width="1.85" height="1.32"/>
  17.     <svg:rect style="stroke:foreground; stroke-width:.8; fill:#B3B3B3"
  18.      x=".825" y="1.34" width=".85" height=".32"/>
  19.  
  20.     <svg:path style="stroke:foreground; stroke-width:.8"
  21.      d="M.675,.34 L.675,.5 M.825,.34 L.825,.5 M1,.34 L1,.5 M1.175,.34 L1.175,.5 M1.325,.34 L1.325,.5 M1.5,.34 L1.5,.5 M1.675,.34 L1.675,.5 M1.825,.34 L1.825,.5"/>
  22.   </svg:svg>
  23. </shape>
  24.