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

« back to all changes in this revision

Viewing changes to shapes/Optics/polarisation_control.shape

  • Committer: Package Import Robot
  • Author(s): Thomas Bechtold
  • Date: 2012-01-01 13:48:28 UTC
  • mto: This revision was merged to the branch mainline in revision 2.
  • Revision ID: package-import@ubuntu.com-20120101134828-q7ns65mbumvnr25v
Tags: upstream-0.1/optics
Import upstream version 0.1, component optics

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>