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

« back to all changes in this revision

Viewing changes to optics/shapes/Optics/phasemod.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 - Phase Modulator</name>
 
4
  <icon>phasemod.png</icon>
 
5
  <connections>
 
6
    <point x="0" y="1"/>
 
7
    <point x="4" y="1"/>
 
8
    <point x="2" y="0"/>
 
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="4" height="2"/>
 
14
<!--    <svg:rect style="fill: none; fill-opacity:0; stroke-width: 0.1; stroke: #000000" x="3.5" y="3" width="6" height="2.45"/> -->
 
15
    <svg:line style="fill: none; stroke-width: 0.1" x1="0" y1="1" x2="4" y2="1"/>
 
16
    <svg:rect style="fill: #000000; stroke-width: 0" x="1.2" y="0.7" width="1.6" height=".1"/>
 
17
    <svg:rect style="fill: #000000; stroke-width: 0" x="1.2" y="1.2" width="1.6" height=".1"/>
 
18
 
 
19
<!--            <svg:line style="fill: none; stroke-width: 2" x1="1.2" y1="0.8" x2="2.8" y2="0.8"/>
 
20
    <svg:line style="fill: none; stroke-width: 2" x1="1.2" y1="1.2" x2="2.8" y2="1.2"/>
 
21
    <svg:line style="fill: none; stroke-width: 0.1" x1="2" y1="0" x2="2" y2="0.8"/> -->
 
22
  </svg:svg>
 
23
</shape>