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 / repserver.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-13  |  1.1 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 - Replication Server</name>
  5.   <icon>repserver.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="M1,0 L1,2 M0,1 L2,1 "/>
  19.     <svg:polygon style="stroke:none;fill:foreground" 
  20.     points="1,0 .85,.3 1.15,.3"/>
  21.     <svg:polygon style="stroke:none;fill:foreground" 
  22.     points="1,2 .85,1.7 1.15,1.7"/>
  23.     <svg:polygon style="stroke:none;fill:foreground" 
  24.     points="2,1 1.7,.85 1.7,1.15"/>
  25.     <svg:polygon style="stroke:none;fill:foreground" 
  26.     points="1,1 .7,.85 .7,1.15"/>
  27.     <svg:circle style="stroke:none; fill:foreground" cx="1" cy="1" r=".5"/>
  28.   </svg:svg>
  29. </shape>
  30.  
  31.  
  32.