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 / ltm.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-13  |  1.2 KB  |  32 lines

  1. <?xml version="1.0"?>
  2. <shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"
  3.        xmlns:svg="http://www.w3.org/2000/svg">
  4.   <name>Sybase - Log Transfer Manager/Rep Agent</name>
  5.   <icon>ltm.png</icon>
  6.   <aspectratio type="fixed"/>
  7.   <connections>
  8.      <point x="1" y="0"/>
  9.      <point x="1" y="2"/>
  10.      <point x="0" y="1"/>
  11.      <point x="2" y="1"/>
  12.   </connections>
  13.   <textbox x1="-1" y1="2" x2="3" y2="5" align="center" resize="no"/>
  14.   <svg:svg width="2cm" height="2cm">
  15.     <svg:circle style="fill:background; stroke: foreground; stroke-width:0.5"
  16.     cx="1" cy="1" r="1"/>
  17.     <svg:path style="stroke:foreground; stroke-width: 0.5" 
  18.     d="M 0.7,0.4 L 0.30,1 L 1.1,1 L0.7,0.4"/>
  19.     <svg:path style="stroke:foreground; stroke-width: 0.5" 
  20.     d="M 0.5,1 C .5,1.5 .8,1.8 1.2,1.8"/>
  21.     <svg:path style="stroke:foreground; stroke-width: 0.5" 
  22.     d="M 0.9,1 C .9,1.5 1,1.7 1.2,1.8"/>
  23.     <svg:path style="stroke:foreground; stroke-width: 0.5" 
  24.     d="M 1.8,1 C 1.8,1.5 1.5,1.8 1.2,1.8"/>
  25.     <svg:path style="stroke:foreground; stroke-width: 0.5" 
  26.     d="M 1.4,1 C 1.4,1.5 1.3,1.7 1.2,1.8"/>
  27.     <svg:path style="stroke:foreground; stroke-width: 0.5" 
  28.     d="M 1.4,1 L 1.8,1"/>
  29.     
  30.   </svg:svg>
  31. </shape>
  32.