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

« back to all changes in this revision

Viewing changes to shapes/Optics/coupler_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 - Coupler (vertical)</name>
 
4
  <icon>coupler_vert.png</icon>
 
5
  <connections>
 
6
    <point x="0.5" y="0"/>
 
7
    <point x="0.5" y="3"/>
 
8
    <point x="1.5" y="0"/>
 
9
    <point x="1.5" y="3"/>
 
10
  </connections>
 
11
  <aspectratio type="fixed"/>
 
12
  <textbox x1="2.1" y1="0" x2="10" y2="3" align="left"/>
 
13
  <svg:svg>
 
14
    <svg:rect style="fill: default" x="0" y="0" width="2" height="3"/>
 
15
    <svg:path d="M 0.5 0 C 0.5,1.5 0.9,0.5 0.9,1.5 C 0.9,2.5 0.5,1.5 0.5,3" style="fill: none; stroke-width: 0.1"/>
 
16
    <svg:path d="M 1.5 0 C 1.5,1.5 1.1,0.5 1.1,1.5 C 1.1,2.5 1.5,1.5 1.5,3" style="fill: none; stroke-width: 0.1"/>
 
17
  </svg:svg>
 
18
</shape>