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

« 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
  • 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 - 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