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

« back to all changes in this revision

Viewing changes to shapes/Optics/sine.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 - Sine Wave</name>
 
4
  <icon>sine.png</icon>
 
5
  <connections>
 
6
    <point x="1" y="0"/>
 
7
    <point x="1" y="2"/>
 
8
    <point x="0" y="1"/>
 
9
    <point x="2" y="1"/>
 
10
  </connections>
 
11
  <aspectratio type="fixed"/>
 
12
  <svg:svg>
 
13
    <svg:ellipse style="fill: background" cx="1" cy="1" rx="1" ry="1"/>
 
14
    <svg:path style="fill: none; stroke-width: 0.1" d="M 0.2875 1 C 1,-0.725 1,2.45 1.6125,1"/>
 
15
  </svg:svg>
 
16
</shape>