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

« back to all changes in this revision

Viewing changes to optics/shapes/Optics/polarisation_control_vert.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>Optics - Polarisation Control (vertical)</name>
 
4
  <icon>polarisation_control_vert.png</icon>
 
5
  <connections>
 
6
    <point x="0.5" y="0.4"/>
 
7
    <point x="0.5" y="2.1"/>
 
8
  </connections>
 
9
  <aspectratio type="fixed"/>
 
10
  <svg:svg>
 
11
    <svg:line x1="0.5" y1="0.4" x2="0.5" y2="2.1"/>
 
12
    <svg:ellipse style="fill: none; stroke-width: 0.1" cx="0.25" cy="0.75" rx="0.25" ry="0.25"/>
 
13
                <svg:ellipse style="fill: none; stroke-width: 0.1" cx="0.25" cy="1.25" rx="0.25" ry="0.25"/>
 
14
    <svg:ellipse style="fill: none; stroke-width: 0.1" cx="0.25" cy="1.75" rx="0.25" ry="0.25"/>
 
15
  </svg:svg>
 
16
</shape>