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

« back to all changes in this revision

Viewing changes to kivio/kiviopart/stencils/Dia/Network/sceadplug.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>Network - scEAD Wall-Plug</name>
 
5
  <icon>sceadplug.xpm</icon>
 
6
  <aspectratio type="fixed"/>
 
7
  <connections>
 
8
     <point x="2" y="6"/>
 
9
  </connections>
 
10
  <textbox x1="0" y1="6.1" x2="4" y2="9.1" align="center" resize="no"/>
 
11
  <svg:svg width="4cm" height="6cm">
 
12
    <svg:rect style="stroke:foreground;stroke-width:.8;fill:background" 
 
13
     x="0" y="0" width="4" height="6"/>
 
14
    <svg:rect style="stroke:foreground;stroke-width:.8;fill:#B3B3B3" 
 
15
     x=".5" y=".48" width="3" height="5.04"/>
 
16
    <svg:rect style="stroke:none; fill:foreground"
 
17
     x=".5" y=".48" width="1" height=".48"/>
 
18
    <svg:rect style="stroke:none; fill:foreground"
 
19
     x=".5" y="1.92" width="1" height=".48"/>
 
20
    <svg:rect style="stroke:none; fill:foreground"
 
21
     x=".5" y="3.36" width="1" height=".48"/>
 
22
    <svg:rect style="stroke:none; fill:foreground"
 
23
     x=".5" y="4.8" width="1" height=".48"/>
 
24
    <svg:rect style="stroke:none; fill:foreground"
 
25
     x="2.5" y=".48" width="1" height=".48"/>
 
26
    <svg:rect style="stroke:none; fill:foreground"
 
27
     x="2.5" y="1.92" width="1" height=".48"/>
 
28
    <svg:rect style="stroke:none; fill:foreground"
 
29
     x="2.5" y="3.36" width="1" height=".48"/>
 
30
    <svg:rect style="stroke:none; fill:foreground"
 
31
     x="2.5" y="4.8" width="1" height=".48"/>    
 
32
  </svg:svg>
 
33
</shape>
 
34
 
 
35
 
 
36
 
 
37
 
 
38
 
 
39
 
 
40
 
 
41
 
 
42
 
 
43