~ubuntu-branches/ubuntu/trusty/dia-shapes/trusty-proposed

« back to all changes in this revision

Viewing changes to Circuit2/shapes/Circuit2/hpcapacitor.shape

Tags: 0.1
Initial release. (Closes: #594475)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>Circuit2 - Horizontal Polarized Capacitor</name>
 
6
  <description>A horizontally aligned polarized capacitor</description>
 
7
  <icon>hpcapacitor.png</icon>
 
8
  <connections>
 
9
    <point x="0" y="0"/>
 
10
    <point x="5" y="0"/>
 
11
    <point x="1.66666666666667" y="0" main="yes"/>
 
12
  </connections>
 
13
  <svg:svg width="3.0" height="3.0">
 
14
    <svg:line x1="0" y1="0" x2="2" y2="0" />
 
15
    <svg:line x1="2" y1="-1" x2="2" y2="1" /> 
 
16
    <svg:path style="fill: none; stroke-width: 1" d="M 4 1 C 2.7,0.6 2.7,-0.6 4,-1"/>
 
17
 
 
18
    <svg:line x1="1" y1="-1.5" x2="2" y2="-1.5" />
 
19
    <svg:line x1="1.5" y1="-1" x2="1.5" y2="-2" />
 
20
 
 
21
    <svg:line x1="3.5" y1="-1.5" x2="4.5" y2="-1.5" />
 
22
 
 
23
    <svg:line x1="3" y1="0" x2="5" y2="0" />
 
24
  </svg:svg>
 
25
</shape>
 
26