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

« back to all changes in this revision

Viewing changes to kivio/kiviopart/stencils/Dia/Assorted/arrow-left-notched.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 - Notched Left Arrow</name>
 
5
  <icon>arrow-left-notched.png</icon>
 
6
  <connections>
 
7
    <point x="4" y="1"/>
 
8
    <point x="2" y="1"/>
 
9
    <point x="2" y="0"/>
 
10
    <point x="0" y="2"/>
 
11
    <point x="2" y="4"/>
 
12
    <point x="2" y="3"/>
 
13
    <point x="4" y="3"/>
 
14
    <point x="3" y="2"/>
 
15
    <point x="3" y="1"/>
 
16
    <point x="2" y="0.5"/>
 
17
    <point x="1" y="1"/>
 
18
    <point x="1" y="3"/>
 
19
    <point x="2" y="3.5"/>
 
20
    <point x="3" y="3"/>
 
21
    <point x="3.5" y="2.5"/>
 
22
    <point x="4" y="1"/>
 
23
    <point x="2" y="1"/>
 
24
    <point x="2" y="0"/>
 
25
    <point x="0" y="2"/>
 
26
    <point x="2" y="4"/>
 
27
    <point x="2" y="3"/>
 
28
    <point x="4" y="3"/>
 
29
    <point x="3" y="2"/>
 
30
    <point x="3" y="1"/>
 
31
    <point x="2" y="0.5"/>
 
32
    <point x="1" y="1"/>
 
33
    <point x="1" y="3"/>
 
34
    <point x="2" y="3.5"/>
 
35
    <point x="3" y="3"/>
 
36
    <point x="3.5" y="2.5"/>
 
37
  </connections>
 
38
  <aspectratio type="fixed"/>
 
39
  <svg:svg>
 
40
    <svg:polygon style="fill: default" points="4,1 2,1 2,0 0,2 2,4 2,3 4,3 3,2 "/>
 
41
    <svg:polygon style="stroke-width: 0.1; stroke: #000000" points="4,1 2,1 2,0 0,2 2,4 2,3 4,3 3,2 "/>
 
42
  </svg:svg>
 
43
</shape>