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 / c_ifnot.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-13  |  783 b   |  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>Contact - ifnot</name> <!-- XXX - OBSOLETE -->
  6.   <description>if not</description>
  7.   <icon>c_ifnot.png</icon>
  8.   <connections>
  9.     <point x="-2" y="0"/>
  10.     <point x="2" y="0" />
  11.     <point x="0" y="-.5" />
  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:polyline points="-2,0 -.75,0 -.75,-.875" />
  19.     <svg:polyline points="-1,-1 1,0 2,0 "/>
  20.     <svg:line x1="-.5" y1="-2.2" x2=".5" y2="-2.2" 
  21.           svg:style="stroke-width:.05"/>
  22.   </svg:svg>
  23. </shape>
  24.  
  25.  
  26.