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 / sort.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-13  |  901 b   |  31 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>Flowchart - Sort</name>
  6.   <description>Sort</description>
  7.   <icon>sort.png</icon>
  8.   <connections>
  9.     <point x="5"    y="0"/>
  10.     <point x="3.75" y="1.25"/>
  11.     <point x="2.5"  y="2.5"/>
  12.     <point x="1.25" y="3.75"/>
  13.     <point x="0"    y="5"/>
  14.     <point x="1.25" y="6.25"/>
  15.     <point x="2.5"  y="7.5"/>
  16.     <point x="3.75" y="8.75"/>
  17.     <point x="5"    y="10"/>
  18.     <point x="6.25" y="1.25"/>
  19.     <point x="7.5"  y="2.5"/>
  20.     <point x="8.75" y="3.75"/>
  21.     <point x="10"   y="5"/>
  22.     <point x="8.75" y="6.25"/>
  23.     <point x="7.5"  y="7.5"/>
  24.     <point x="6.25" y="8.75"/>
  25.   </connections>
  26.   <svg:svg width="10" height="10">
  27.     <svg:polygon points="5,0 10,5 5,10 0,5" style="fill: default"/>
  28.     <svg:line x1="0" y1="5" x2="10" y2="5"/>
  29.   </svg:svg>
  30. </shape>
  31.