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 / tacsat.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-13  |  829 b   |  28 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>Tactical Satellite Communications Terminal</name>
  6.   <description>Tactical Satellite Communications Terminal</description>
  7.   <icon>tacsat.png</icon>
  8.   <connections>
  9.     <point x="1" y="10"/>
  10.     <point x="3.6667" y="10"/>
  11.     <point x="6.3333" y="10"/>
  12.     <point x="9" y="10"/>
  13.   </connections>
  14.   <svg:svg width="12" height="10">
  15.     <svg:line x1="1" y1="10" x2="5" y2="6"/>
  16.     <svg:line x1="5" y1="6" x2="9" y2="10"/>
  17.     <svg:line x1="1" y1="10" x2="9" y2="10"/>
  18.  
  19.     <svg:line x1="3" y1="0" x2="11" y2="8"/>
  20.  
  21.     <svg:line x1="7" y1="4" x2="12" y2="0"/>
  22.  
  23.     <svg:circle style="fill: #020202" cx="12" cy="0" r=".3"/>
  24.  
  25.     <svg:path d="M 3,0 C 0.5,2.5 8.5,10.5 11,8"/>
  26.   </svg:svg>
  27. </shape>
  28.