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

« back to all changes in this revision

Viewing changes to shapes/Optics/detector_vert.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" 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 - Detector (vertical)</name>
 
4
  <icon>detector_vert.png</icon>
 
5
  <connections>
 
6
    <point x="0" y="0.5"/>
 
7
    <point x="1" y="0.5"/>
 
8
    <point x="0.5" y="1"/>
 
9
    <point x="0.5" y="0"/>
 
10
  </connections>
 
11
  <aspectratio type="fixed"/>
 
12
  <svg:svg>
 
13
    <svg:rect style="fill: default" x="0" y="0" width="1" height="1"/>
 
14
    <svg:polyline style="fill: none; stroke-width: 0.1" points="0.3,0.2 0.3,0.8 0.7,0.5 0.3,0.2"/>
 
15
    <svg:line style="fill: none; stroke-width: 0.1" x1="0.7" y1="0.25" x2="0.7" y2="0.75"/>
 
16
    <svg:line style="fill: none; stroke-width: 0.1" x1="0.1" y1="0.5" x2="0.3" y2="0.5"/>
 
17
    <svg:line style="fill: none; stroke-width: 0.1" x1="0.7" y1="0.5" x2="0.9" y2="0.5"/>
 
18
  </svg:svg>
 
19
</shape>