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

« back to all changes in this revision

Viewing changes to Circuit2/shapes/Circuit2/hammeter.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" encoding="UTF-8"?>
 
2
<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" xmlns:svg="http://www.w3.org/2000/svg">
 
3
  <name>Circuit2 - Horizontal Ammeter</name>
 
4
  <icon>hammeter.png</icon>
 
5
  <connections>
 
6
    <point x="4.7" y="10.5"/>
 
7
    <point x="11.1" y="10.5"/>
 
8
  </connections>
 
9
  <aspectratio type="fixed"/>
 
10
  <svg:svg>
 
11
    <svg:ellipse style="fill: background;"  cx="7.9" cy="10.5" rx="1.5" ry="1.5"/>
 
12
    <svg:line x1="7.8" y1="9.6" x2="8.6" y2="11.2"/>
 
13
    <svg:line x1="7.8" y1="9.6" x2="7.2" y2="11.2"/>
 
14
    <svg:line x1="7.5" y1="10.4" x2="8.2" y2="10.4"/>
 
15
    <svg:line x1="4.7" y1="10.5" x2="6.4" y2="10.5"/>
 
16
    <svg:line x1="9.4" y1="10.5" x2="11.1" y2="10.5"/>
 
17
  </svg:svg>
 
18
</shape>