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

« back to all changes in this revision

Viewing changes to optics/shapes/Optics/mod_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 - MZ Modulator (vertical)</name>
 
4
  <icon>mod_vert.png</icon>
 
5
  <connections>
 
6
    <point x="1" y="0"/>
 
7
    <point x="1" y="4"/>
 
8
    <point x="0" y="2"/>
 
9
    <point x="2" y="2"/>
 
10
  </connections>
 
11
  <aspectratio type="fixed"/>
 
12
  <svg:svg>
 
13
    <svg:rect style="fill: default" x="0" y="0" width="2" height="4"/>
 
14
    <svg:polyline style="fill: none; stroke-width: 0.1" points="1,0 1,1 0.58,1.35 0.58,2.65 1,3 1,4"/>
 
15
    <svg:polyline style="fill: none; stroke-width: 0.1" points="1,1 1.42,1.35 1.42,2.65 1,3"/>
 
16
    <svg:rect style="fill: #000000; stroke-width: 0" x=".36" y="1.5" width=".1" height="1"/>
 
17
    <svg:rect style="fill: #000000; stroke-width: 0" x=".7" y="1.5" width=".1" height="1"/>
 
18
  </svg:svg>
 
19
</shape>