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 / speaker_de.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-13  |  642 b   |  19 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 - Speaker (European)</name>
  6.   <description>A Speaker</description>
  7.   <icon>speaker_de.png</icon>
  8.   <connections>
  9.     <point x="1.75" y="2"/>
  10.     <point x="1.75" y="3"/>
  11.     <point x="1.0" y="2.5"/>
  12.   </connections>
  13.   <svg:svg width="3.0" height="3.0">
  14.    <svg:rect x="1" y="2" width="1.75" height="1" style="fill: default" />
  15.    <svg:polygon points="2.75,2 4,1 4,4 2.75,3" style="fill: default" /> 
  16.    <svg:rect x="2.6" y="1.8" width="0.15" height="1.4" style="fill: inverse" />
  17.    </svg:svg>
  18. </shape>
  19.