2002-01-24 Hans Breuer <hans@breuer.org>
[dia.git] / shapes / Circuit / hinductor.shape
blobbb81c94f4a97410ed6f6b36a36302039e9eaab28
1 <?xml version="1.0"?>
3 <shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"
4 xmlns:svg="http://www.w3.org/2000/svg">
5 <name>Circuit - Horizontal Inductor</name>
6 <description>A horizontally aligned inductor</description>
7 <icon>hinductor.xpm</icon>
8 <connections>
9 <point x="0" y="0"/>
10 <point x="20" y="0"/>
11 </connections>
12 <svg:svg width="20" height="2">
13 <svg:path d="M 0,0 h 4 c -0.5,-1 -1,-2 1.5,-2
14 s 3,2 1.5,2 s -1,-2 1.5,-2
15 s 3,2 1.5,2 s -1,-2 1.5,-2
16 s 3,2 1.5,2 s -1,-2 1.5,-2
17 s 2,1.5 1.5,2 h 4"/>
18 </svg:svg>
19 </shape>