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 / network / antenna.shape next >
Extensible Markup Language  |  2001-05-30  |  1KB  |  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>Network - Antenna</name>
  5.   <icon>antenna.xpm</icon>
  6.   <aspectratio type="fixed"/>
  7.   <connections>
  8.      <point x=".5" y="3.7"/>
  9.   </connections>
  10.   <textbox x1="-1" y1="3.8" x2="3" y2="6.8" align="center" resize="no"/>
  11.   <svg:svg width="1cm" height="3cm">
  12.  
  13.     <svg:polygon style="stroke:none; fill:background"
  14.     points="0,2.76 .5,2.49 1,2.76 .5,3"/>
  15.  
  16.     <svg:path style="stroke:foreground; stroke-width:1"
  17.     d="M.45,.73 L.5,.75 M.40,.94 L.5,.99 M.35,1.17 L.5,1.26 M.30,1.40 L.5,1.5 M.25,1.62 L.5,1.74 M.2,1.85 L.5,2.01 M.15,2.08 L.5,2.25 M.1,2.3 L.5,2.49 M.05,2.52 L.5,2.76 "/>
  18.     <svg:path style="stroke:foreground; stroke-width:1"
  19.     d="M.55,.73 L.5,.75 M.6,.94 L.5,.99 M.65,1.18 L.5,1.26 M.69,1.40 L.5,1.5 M.75,1.62 L.5,1.74 M.81,1.85 L.5,2.01 M.85,2.08 L.5,2.25 M.9,2.3 L.5,2.49 M.95,2.52 L.5,2.76"/>
  20.     
  21.  
  22.     <svg:path style="stroke:foreground; stroke-width:1"
  23.     d="M.5,.51 L.44,.24 L.5,.375 L.375,0"/>
  24.     
  25.     <svg:polygon style="stroke:foreground; stroke-width:2"
  26.     points=".5,.51 1,2.76 .5,3 0,2.76"/>
  27.      
  28.     <svg:path style="stroke:foreground; stroke-width:2"
  29.     d="M0,2.76 L.5,2.49 L1,2.76 M.5,.51 L.5,3"/>
  30.   </svg:svg>
  31. </shape>
  32.