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

« back to all changes in this revision

Viewing changes to kivio/kiviopart/stencils/Dia/Assorted/star8.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 - Eight Point Star</name>
 
5
  <!-- The points all have Nintey Degree Angles -->
 
6
  <icon>star8.png</icon>
 
7
  <connections>
 
8
    <point x="0" y="3.5"/>
 
9
    <point x="1" y="2.5"/>
 
10
    <point x="1" y="1"/>
 
11
    <point x="2.5" y="1"/>
 
12
    <point x="3.5" y="0"/>
 
13
    <point x="4.5" y="1"/>
 
14
    <point x="6" y="1"/>
 
15
    <point x="6" y="2.5"/>
 
16
    <point x="7" y="3.5"/>
 
17
    <point x="6" y="4.5"/>
 
18
    <point x="6" y="6"/>
 
19
    <point x="4.5" y="6"/>
 
20
    <point x="3.5" y="7"/>
 
21
    <point x="2.5" y="6"/>
 
22
    <point x="1" y="6"/>
 
23
    <point x="1" y="4.5"/>
 
24
    <point x="0.5" y="3"/>
 
25
    <point x="1" y="1.75"/>
 
26
    <point x="1.75" y="1"/>
 
27
    <point x="3" y="0.5"/>
 
28
    <point x="4" y="0.5"/>
 
29
    <point x="5.25" y="1"/>
 
30
    <point x="6" y="1.75"/>
 
31
    <point x="6.5" y="3"/>
 
32
    <point x="6.5" y="4"/>
 
33
    <point x="6" y="5.25"/>
 
34
    <point x="5.25" y="6"/>
 
35
    <point x="4" y="6.5"/>
 
36
    <point x="3" y="6.5"/>
 
37
    <point x="1.75" y="6"/>
 
38
    <point x="1" y="5.25"/>
 
39
    <point x="0" y="3.5"/>
 
40
    <point x="1" y="2.5"/>
 
41
    <point x="1" y="1"/>
 
42
    <point x="2.5" y="1"/>
 
43
    <point x="3.5" y="0"/>
 
44
    <point x="4.5" y="1"/>
 
45
    <point x="6" y="1"/>
 
46
    <point x="6" y="2.5"/>
 
47
    <point x="7" y="3.5"/>
 
48
    <point x="6" y="4.5"/>
 
49
    <point x="6" y="6"/>
 
50
    <point x="4.5" y="6"/>
 
51
    <point x="3.5" y="7"/>
 
52
    <point x="2.5" y="6"/>
 
53
    <point x="1" y="6"/>
 
54
    <point x="1" y="4.5"/>
 
55
    <point x="0.5" y="3"/>
 
56
    <point x="1" y="1.75"/>
 
57
    <point x="1.75" y="1"/>
 
58
    <point x="3" y="0.5"/>
 
59
    <point x="4" y="0.5"/>
 
60
    <point x="5.25" y="1"/>
 
61
    <point x="6" y="1.75"/>
 
62
    <point x="6.5" y="3"/>
 
63
    <point x="6.5" y="4"/>
 
64
    <point x="6" y="5.25"/>
 
65
    <point x="5.25" y="6"/>
 
66
    <point x="4" y="6.5"/>
 
67
    <point x="3" y="6.5"/>
 
68
    <point x="1.75" y="6"/>
 
69
    <point x="1" y="5.25"/>
 
70
  </connections>
 
71
  <aspectratio type="fixed"/>
 
72
  <svg:svg>
 
73
    <svg:polygon style="fill: default" points="0,3.5 1,2.5 1,1 2.5,1 3.5,0 4.5,1 6,1 6,2.5 7,3.5 6,4.5 6,6 4.5,6 3.5,7 2.5,6 1,6 1,4.5 "/>
 
74
    <svg:polygon style="stroke-width: 0.1; stroke: #000000" points="0,3.5 1,2.5 1,1 2.5,1 3.5,0 4.5,1 6,1 6,2.5 7,3.5 6,4.5 6,6 4.5,6 3.5,7 2.5,6 1,6 1,4.5 "/>
 
75
  </svg:svg>
 
76
  <!-- Alan Horkan, 2002, horkana@tcd.ie -->
 
77
</shape>