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 / terminal.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-13  |  1.0 KB  |  33 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 - Terminal</name>
  6.   <description>Terminal</description>
  7.   <icon>terminal.png</icon>
  8.   <connections>
  9.     <point x="2"       y="0"/>
  10.     <point x="4"       y="0"/>
  11.     <point x="6"       y="0"/>
  12.     <point x="8"       y="0"/>
  13.     <point x="10"      y="0"/>
  14.     <point x="0.5858"  y="0.5858"/>
  15.     <point x="0"       y="2"/>
  16.     <point x="0.5858"  y="3.4142"/>
  17.     <point x="2"       y="4"/>
  18.     <point x="11.4142" y="0.5858"/>
  19.     <point x="12"      y="2"/>
  20.     <point x="11.4142" y="3.4142"/>
  21.     <point x="10"      y="4"/>
  22.     <point x="4"       y="4"/>
  23.     <point x="6"       y="4"/>
  24.     <point x="8"       y="4"/>
  25.   </connections>
  26.   <textbox x1="2" y1="0" x2="10" y2="4"/>
  27.   <svg:svg width="12" height="4">
  28.     <svg:path d="M 2,0 h 8 c 1.10457,0 2,0.89543 2,2 s -0.89543,2 -2,2
  29.                  h -8 c -1.10457,0 -2,-0.89543 -2,-2 s 0.89543,-2 2,-2 z"
  30.               style="fill: default"/>
  31.   </svg:svg>
  32. </shape>
  33.