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

« back to all changes in this revision

Viewing changes to kivio/kiviopart/stencils/Dia/Civil/civil_backflow_preventer.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 - Backflow Preventer</name>
 
5
 
 
6
  <icon>civil_backflow_preventer.xpm</icon>
 
7
 
 
8
  <connections>
 
9
    <point x="0" y="0" />
 
10
 
 
11
    <point x="1" y="1" />
 
12
 
 
13
    <point x="0" y="1" />
 
14
 
 
15
    <point x="0" y="0.5" />
 
16
 
 
17
    <point x="1" y="0" />
 
18
 
 
19
    <point x="1" y="0.5" />
 
20
 
 
21
    <point x="0.5" y="1" />
 
22
 
 
23
    <point x="0.5" y="0" />
 
24
 
 
25
    <point x="0" y="0" />
 
26
 
 
27
    <point x="1" y="1" />
 
28
 
 
29
    <point x="0" y="1" />
 
30
 
 
31
    <point x="0" y="0.5" />
 
32
 
 
33
    <point x="1" y="0" />
 
34
 
 
35
    <point x="1" y="0.5" />
 
36
 
 
37
    <point x="0.5" y="1" />
 
38
 
 
39
    <point x="0.5" y="0" />
 
40
 
 
41
    <point x="0.2" y="0.8" />
 
42
 
 
43
    <point x="0.8" y="0.2" />
 
44
 
 
45
    <point x="0.5" y="0.5" />
 
46
  </connections>
 
47
 
 
48
  <aspectratio type="fixed" />
 
49
 
 
50
  <svg:svg>
 
51
    <svg:rect
 
52
    style="stroke-width: 1; stroke: foreground; fill: background" x="0"
 
53
    y="0" width="1" height="1" />
 
54
 
 
55
    <svg:line style="stroke-width: 1; stroke: #000000" x1="0.2"
 
56
    y1="0.8" x2="0.8" y2="0.2" />
 
57
  </svg:svg>
 
58
</shape>
 
59