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 / Contact / l_outrcep.shape < prev    next >
Extensible Markup Language  |  2000-08-06  |  985b  |  31 lines

  1. <?xml version="1.0"?> <!-- -*- xml -*- -->
  2.  
  3. <shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"
  4.        xmlns:svg="http://www.w3.org/2000/svg">
  5.   <name>LADDER - outrcep</name>
  6.   <description>out rcep</description>
  7.   <icon>l_outrcep.xpm</icon>
  8.   <connections>
  9.     <point x="-2" y="0"/>
  10.     <point x="2" y="0" />
  11.     <point x="0" y="0" />
  12.   </connections>
  13.   <aspectratio type="fixed"/>
  14.   <svg:svg width="4" height="4">
  15.     <svg:rect x="-2" y="-3" width="4" height="4" 
  16.           svg:style="stroke:none"/>
  17.     <svg:polyline points="-2,0 -.75,0"/>
  18.     <svg:polyline points="2,0 .75,0"/>
  19.     <svg:path d="M -.5,.75 C -.75,.5 -.75,.25 -.75,0
  20.           C -.75,-.25 -.75,-.5 -.5,-.75"/>
  21.     <svg:path d="M .5,.75 C .75,.5 .75,.25 .75,0
  22.           C .75,-.25 .75,-.5 .5,-.75" />
  23.     <svg:path d="M -.125,-.5 L -.375,.5"/> 
  24.     <svg:path d="M .375,-.5 L .125,.5"/>
  25.     <svg:path d="M -.5,-.125 L .5,-.125"/>
  26.     <svg:path d="M -.5,.25 L .5,.25"/>
  27.   </svg:svg>
  28. </shape>
  29.  
  30.  
  31.