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

« back to all changes in this revision

Viewing changes to shapes/Optics/fibre.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 - Fibre</name>
 
4
  <icon>fibre.png</icon>
 
5
  <connections>
 
6
    <point x="0" y="3"/>
 
7
    <point x="4" y="3"/>
 
8
  </connections>
 
9
  <textbox x1="-3" y1="-4" x2="7" y2="-0.4" font-size="0.6"/>
 
10
  <aspectratio type="fixed"/>
 
11
  <svg:svg>
 
12
    <svg:ellipse cx="1.5" cy="1.5" rx="1" ry="1.5"/>
 
13
    <svg:ellipse cx="2.5" cy="1.5" rx="1" ry="1.5"/>
 
14
    <svg:ellipse cx="2" cy="1.5" rx="1" ry="1.5"/>
 
15
    <svg:line x1="0" y1="3" x2="4" y2="3"/>
 
16
  </svg:svg>
 
17
</shape>