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 / Circuit / microphone_de.shape < prev    next >
Extensible Markup Language  |  2002-02-15  |  542b  |  18 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>Circuit - Microphone (European)</name>
  6.   <description>A Microphone</description>
  7.   <icon>microphone_de.xpm</icon>
  8.   <connections>
  9.     <point x="1.4" y="2.5"/>
  10.     
  11.   </connections>
  12.   <svg:svg width="3.0" height="3.0">
  13.    
  14.    <svg:circle cx="2" cy="2.5" r="0.6" style="fill: default" /> 
  15.    <svg:rect x="2.6" y="1.8" width="0.15" height="1.4" style="fill: inverse" />
  16.    </svg:svg>
  17. </shape>
  18.