~ubuntu-branches/ubuntu/warty/koffice/warty

« back to all changes in this revision

Viewing changes to kivio/kiviopart/stencils/Dia/Assorted/pentagon.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" encoding="UTF-8"?>
 
2
<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" xmlns:svg="http://www.w3.org/2000/svg">
 
3
<!-- Author: Alan Horkan, 2002, mailto:horkana@tcd.ie -->
 
4
  <name>Geometric - Pentagon</name>
 
5
  <icon>pentagon.png</icon>
 
6
  <connections>
 
7
    <point x="0" y="1.5"/>
 
8
    <point x="2" y="0"/>
 
9
    <point x="4" y="1.5"/>
 
10
    <point x="3" y="3.5"/>
 
11
    <point x="1" y="3.5"/>
 
12
    <point x="1" y="0.75"/>
 
13
    <point x="3" y="0.75"/>
 
14
    <point x="3.5" y="2.5"/>
 
15
    <point x="2" y="3.5"/>
 
16
    <point x="0" y="1.5"/>
 
17
    <point x="2" y="0"/>
 
18
    <point x="4" y="1.5"/>
 
19
    <point x="3" y="3.5"/>
 
20
    <point x="1" y="3.5"/>
 
21
    <point x="1" y="0.75"/>
 
22
    <point x="3" y="0.75"/>
 
23
    <point x="3.5" y="2.5"/>
 
24
    <point x="2" y="3.5"/>
 
25
  </connections>
 
26
  <aspectratio type="free"/>
 
27
  <svg:svg>
 
28
    <svg:polygon style="fill: default" points="0,1.5 2,0 4,1.5 3,3.5 1,3.5 "/>
 
29
    <svg:polygon style="stroke-width: 0.1; stroke: #000000" points="0,1.5 2,0 4,1.5 3,3.5 1,3.5 "/>
 
30
  </svg:svg>
 
31
</shape>