~ubuntu-branches/ubuntu/edgy/koffice/edgy-updates

« back to all changes in this revision

Viewing changes to kivio/kiviopart/stencils/Dia/Civil/vcompressor.shape

  • Committer: Bazaar Package Importer
  • Author(s): Ben Burton
  • Date: 2004-05-09 11:33:00 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20040509113300-xi5t1z4yxe7n03x7
Tags: upstream-1.3.1
ImportĀ upstreamĀ versionĀ 1.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"
 
3
xmlns:svg="http://www.w3.org/2000/svg">
 
4
  <name>Civil - Vertical Compressor</name>
 
5
 
 
6
  <icon>vcompressor.xpm</icon>
 
7
 
 
8
  <connections>
 
9
    <point x="0" y="1" />
 
10
 
 
11
    <point x="0" y="-1" />
 
12
 
 
13
    <point x="0" y="-1" />
 
14
 
 
15
    <point x="0" y="1" />
 
16
  </connections>
 
17
 
 
18
  <aspectratio type="fixed" />
 
19
 
 
20
  <svg:svg width="1.0" height="1.0">
 
21
    <svg:circle
 
22
    style="fill: background stroke: foreground stroke-width: 1" cx="0"
 
23
    cy="0" r="1" />
 
24
 
 
25
    <svg:line style="stroke: foreground stroke-width: 1"
 
26
    x1="0.34202014333" y1="-0.93969262079" x2="0.64278760969"
 
27
    y2="0.76604444312" />
 
28
 
 
29
    <svg:line style="stroke: foreground stroke-width: 1"
 
30
    x1="-0.34202014333" y1="-0.93969262079" x2="-0.64278760969"
 
31
    y2="0.76604444312" />
 
32
  </svg:svg>
 
33
</shape>
 
34