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 / sybase / client.shape next >
Extensible Markup Language  |  2001-05-20  |  931b  |  26 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 - Client Application</name>
  5.   <icon>client.xpm</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="M0.6,0.5 L0.60,0.9 L1,0.7 L0.6,0.5"/>
  19.     <svg:path style="stroke:foreground; stroke-width: 0.5" 
  20.     d="M.6,1.5 L.6,1.1 L1,1.3 L.6,1.5"/>
  21.     <svg:path style="stroke:foreground; stroke-width: 0.5" 
  22.     d="M1.2,.8 L1.2,1.2 L1.6,1 L1.2,.8"/>
  23.   </svg:svg>
  24. </shape>   
  25.  
  26.