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

« back to all changes in this revision

Viewing changes to optics/shapes/Optics/polarisation_control.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
<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" xmlns:svg="http://www.w3.org/2000/svg">
 
3
  <name>Optics - Polarisation Control</name>
 
4
  <icon>polarisation_control.png</icon>
 
5
  <connections>
 
6
    <point x="0.4" y="0.5"/>
 
7
    <point x="2.1" y="0.5"/>
 
8
  </connections>
 
9
  <textbox x1="-2" y1="-3" x2="4.5" y2="-0.4" font-size="0.6"/>
 
10
  <aspectratio type="fixed"/>
 
11
  <svg:svg>
 
12
    <svg:line x1="0.4" y1="0.5" x2="2.1" y2="0.5"/>
 
13
    <svg:ellipse style="fill: none; stroke-width: 0.1" cx="0.75" cy="0.25" rx="0.25" ry="0.25"/>
 
14
                <svg:ellipse style="fill: none; stroke-width: 0.1" cx="1.25" cy="0.25" rx="0.25" ry="0.25"/>
 
15
    <svg:ellipse style="fill: none; stroke-width: 0.1" cx="1.75" cy="0.25" rx="0.25" ry="0.25"/>
 
16
  </svg:svg>
 
17
</shape>