~ubuntu-branches/ubuntu/breezy/koffice/breezy

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Ben Burton
  • Date: 2004-05-09 11:33:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040509113300-vfrdadqsvjfuhn3b
Tags: 1:1.3.1-1
* New upstream bugfix release.
* Built against newer imagemagick (closes: #246623).
* Made koffice-libs/kformula recommend/depend on latex-xft-fonts, which
  provides mathematical fonts that the formula editor can use.  Also
  patched the kformula part to make these fonts the default.
* Changed kword menu hint from "WordProcessors" to "Word processors"
  (closes: #246209).
* Spellchecker configuration is now fixed (closes: #221256, #227568).

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 - Rotor</name>
 
5
 
 
6
  <icon>civil_rotor.xpm</icon>
 
7
 
 
8
  <connections>
 
9
    <point x="1.5" y="2.5" />
 
10
 
 
11
    <point x="1.5" y="0.5" />
 
12
 
 
13
    <point x="0.5" y="1.5" />
 
14
 
 
15
    <point x="2.5" y="1.5" />
 
16
 
 
17
    <point x="1.5" y="2.5" />
 
18
 
 
19
    <point x="1.5" y="0.5" />
 
20
 
 
21
    <point x="0.5" y="1.5" />
 
22
 
 
23
    <point x="2.5" y="1.5" />
 
24
 
 
25
    <point x="1.5" y="0.5" />
 
26
 
 
27
    <point x="1.5" y="0" />
 
28
 
 
29
    <point x="1.5" y="0.25" />
 
30
 
 
31
    <point x="0.792893" y="0.792893" />
 
32
 
 
33
    <point x="0.43934" y="0.43934" />
 
34
 
 
35
    <point x="0.616117" y="0.616117" />
 
36
 
 
37
    <point x="0" y="1.5" />
 
38
 
 
39
    <point x="0.5" y="1.5" />
 
40
 
 
41
    <point x="0.25" y="1.5" />
 
42
 
 
43
    <point x="0.792893" y="2.20711" />
 
44
 
 
45
    <point x="0.43934" y="2.56066" />
 
46
 
 
47
    <point x="0.616117" y="2.38388" />
 
48
 
 
49
    <point x="1.5" y="2.5" />
 
50
 
 
51
    <point x="1.5" y="3" />
 
52
 
 
53
    <point x="1.5" y="2.75" />
 
54
 
 
55
    <point x="2.20711" y="2.20711" />
 
56
 
 
57
    <point x="2.56066" y="2.56066" />
 
58
 
 
59
    <point x="2.38388" y="2.38388" />
 
60
 
 
61
    <point x="2.5" y="1.5" />
 
62
 
 
63
    <point x="3" y="1.5" />
 
64
 
 
65
    <point x="2.75" y="1.5" />
 
66
 
 
67
    <point x="2.20711" y="0.792893" />
 
68
 
 
69
    <point x="2.56066" y="0.43934" />
 
70
 
 
71
    <point x="2.38388" y="0.616117" />
 
72
  </connections>
 
73
 
 
74
  <aspectratio type="fixed" />
 
75
 
 
76
  <svg:svg>
 
77
    <svg:ellipse style="fill: #ffffff" cx="1.5" cy="1.5" rx="1"
 
78
    ry="1" />
 
79
 
 
80
    <svg:ellipse style="stroke-width: 1; stroke: #000000" cx="1.5"
 
81
    cy="1.5" rx="1" ry="1" />
 
82
 
 
83
    <svg:line style="stroke-width: 1; stroke: #000000" x1="1.5"
 
84
    y1="0.5" x2="1.5" y2="0" />
 
85
 
 
86
    <svg:line style="stroke-width: 1; stroke: #000000" x1="0.792893"
 
87
    y1="0.792893" x2="0.43934" y2="0.43934" />
 
88
 
 
89
    <svg:line style="stroke-width: 1; stroke: #000000" x1="0" y1="1.5"
 
90
    x2="0.5" y2="1.5" />
 
91
 
 
92
    <svg:line style="stroke-width: 1; stroke: #000000" x1="0.792893"
 
93
    y1="2.20711" x2="0.43934" y2="2.56066" />
 
94
 
 
95
    <svg:line style="stroke-width: 1; stroke: #000000" x1="1.5"
 
96
    y1="2.5" x2="1.5" y2="3" />
 
97
 
 
98
    <svg:line style="stroke-width: 1; stroke: #000000" x1="2.20711"
 
99
    y1="2.20711" x2="2.56066" y2="2.56066" />
 
100
 
 
101
    <svg:line style="stroke-width: 1; stroke: #000000" x1="2.5"
 
102
    y1="1.5" x2="3" y2="1.5" />
 
103
 
 
104
    <svg:line style="stroke-width: 1; stroke: #000000" x1="2.20711"
 
105
    y1="0.792893" x2="2.56066" y2="0.43934" />
 
106
  </svg:svg>
 
107
</shape>
 
108