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

« back to all changes in this revision

Viewing changes to shapes/Automata/finalstate.shape

  • Committer: Package Import Robot
  • Author(s): Thomas Bechtold
  • Date: 2012-06-03 13:01:13 UTC
  • mfrom: (0.12.3)
  • Revision ID: package-import@ubuntu.com-20120603130113-dxberd22xc5zw3gr
Tags: 0.3.0-1
new upstream release

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>Final State</name>
 
4
  <icon>fstate.png</icon>
 
5
  <connections>
 
6
    <point x="2.5" y="5"/>
 
7
    <point x="2.5" y="0"/>
 
8
    <point x="0" y="2.5"/>
 
9
    <point x="5" y="2.5"/>
 
10
    <point x="2.5" y="2.5" main="yes"/>
 
11
    <point x="0.732" y="0.732"/>
 
12
    <point x="0.732" y="4.268"/>
 
13
    <point x="4.268" y="0.732"/>
 
14
    <point x="4.268" y="4.268"/>
 
15
  </connections>
 
16
  <textbox x1="0.5" y1="0" x2="4.5" y2="5"/>
 
17
  <aspectratio type="fixed"/>
 
18
  <svg:svg width="5.0" height="5.0">
 
19
    <svg:circle style="fill: default" cx="2.5" cy="2.5" r="2.5"/>
 
20
    <svg:circle style="stroke-width: 0.1; stroke: fg" cx="2.5" cy="2.5" r="2.0"/>
 
21
  </svg:svg>
 
22
</shape>