summaryrefslogtreecommitdiffstats
path: root/kivio/kiviopart/stencils/Dia/Circuit/speaker_de.shape
blob: 2409f035217d886cdb82b876023da932fcc44e6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>

<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"
       xmlns:svg="http://www.w3.org/2000/svg">
  <name>Circuit - Speaker (European)</name>
  <description>A Speaker</description>
  <icon>speaker_de.xpm</icon>
  <connections>
    <point x="1.75" y="2"/>
    <point x="1.75" y="3"/>
	<point x="1.0" y="2.5"/>
  </connections>
  <svg:svg width="3.0" height="3.0">
   <svg:rect x="1" y="2" width="1.75" height="1" style="fill: default" />
   <svg:polygon points="2.75,2 4,1 4,4 2.75,3" style="fill: default" /> 
   <svg:rect x="2.6" y="1.8" width="0.15" height="1.4" style="fill: inverse" />
   </svg:svg>
</shape>