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_if.shape < prev    next >
Extensible Markup Language  |  2000-08-06  |  778b  |  26 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 - if</name>
  6.   <description>if</description>
  7.   <icon>l_if.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.   <textbox x1="-4" y1="-2.4" x2="4" y2="-.7"/>
  14.   <aspectratio type="fixed"/>
  15.   <svg:svg width="4" height="4">
  16.     <svg:rect x="-2" y="-3" width="4" height="4" 
  17.           svg:style="stroke:none"/>
  18.     <svg:line x1="-2" y1="0" x2="-.25" y2="0"/>
  19.     <svg:line x1="-.25" y1="-1" x2="-.25" y2="1"/>
  20.     <svg:line x1="2" y1="0" x2=".25" y2="0"/>
  21.     <svg:line x1=".25" y1="-1" x2=".25" y2="1"/>
  22.   </svg:svg>
  23. </shape>
  24.  
  25.  
  26.