~ubuntu-branches/ubuntu/saucy/dia-shapes/saucy

« back to all changes in this revision

Viewing changes to shapes/AUTOSAR/AS_Composition.shape

  • Committer: Package Import Robot
  • Author(s): Thomas Bechtold
  • Date: 2013-06-24 15:19:48 UTC
  • mfrom: (0.12.5)
  • Revision ID: package-import@ubuntu.com-20130624151948-6akv8j5jw6clth19
Tags: 0.5.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
 
 
4
    <name>AS_Composition</name>
 
5
    <icon>AS_Composition.png</icon>
 
6
 
 
7
    <connections>
 
8
        <point x="0" y="0" />
 
9
        <point x="0" y="10" />
 
10
        <point x="0" y="20" />
 
11
        <point x="15" y="0" />
 
12
        <point x="15" y="20" />
 
13
        <point x="30" y="0" />
 
14
        <point x="30" y="10" />
 
15
        <point x="30" y="20" />
 
16
        <point x="15" y="10" main="yes" />
 
17
    </connections>
 
18
 
 
19
    <aspectratio type="fixed"/>
 
20
 
 
21
    <textbox x1="10" y1="0.2" x2="20" y2="40" />
 
22
 
 
23
    <svg:svg width="30" height="20">
 
24
        <svg:rect width="30" height="20" style="fill: background" /> 
 
25
        <svg:rect x="26" y="1" width="1" height="1" style="fill: background" />
 
26
        <svg:rect x="25.25" y="2.5" width="1" height="1" style="fill: background" />
 
27
        <svg:rect x="26.75" y="2.5" width="1" height="1" style="fill: background" />
 
28
    </svg:svg>
 
29
 
 
30
</shape>