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 / flowchart / delay.shape < prev    next >
Extensible Markup Language  |  2000-08-06  |  951b  |  32 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 - Delay</name>
  6.   <description>Delay</description>
  7.   <icon>delay.xpm</icon>
  8.   <connections>
  9.     <point x="0"   y="0"/>
  10.     <point x="1"   y="0"/>
  11.     <point x="2"   y="0"/>
  12.     <point x="3"   y="0"/>
  13.     <point x="4"   y="0"/>
  14.     <point x="0"   y="1"/>
  15.     <point x="0"   y="2"/>
  16.     <point x="0"   y="3"/>
  17.     <point x="0"   y="4"/>
  18.     <point x="5.4142" y="0.5858"/>
  19.     <point x="6"  y="2"/>
  20.     <point x="5.4142" y="3.4142"/>
  21.     <point x="4"  y="4"/>
  22.     <point x="1"   y="4"/>
  23.     <point x="2"   y="4"/>
  24.     <point x="3"   y="4"/>
  25.   </connections>
  26.   <textbox x1="0" y1="0" x2="4" y2="4"/>
  27.   <svg:svg width="6" height="4">
  28.     <svg:path d="m 0,0 h 4 c 1.10457,0 2,0.89543 2,2 s -0.89543,2 -2,2
  29.                  h -4 v -4 z" style="fill: default"/>
  30.   </svg:svg>
  31. </shape>
  32.