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

« back to all changes in this revision

Viewing changes to kivio/kiviopart/stencils/Dia/Network/modularswitch.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 - Modular Switch</name>
 
5
  <icon>modularswitch.xpm</icon>
 
6
  <aspectratio type="fixed"/>
 
7
  <connections>
 
8
     <point x="4.75" y="8.2"/>
 
9
  </connections>
 
10
  <textbox x1="0" y1="8.3" x2="9.5" y2="11.3" align="center" resize="no"/>
 
11
  <svg:svg width="9.5cm" height="8.2cm">
 
12
    <svg:rect style="stroke:foreground; stroke-width:.8; fill:background"
 
13
    x="0" y="0" width="9.5" height="7.5"/>
 
14
    <svg:path style="stroke:foreground; stroke-width:.8;"
 
15
    d="M0,2.5 L9.5,2.5 M0,5 L9.5,5"/>
 
16
 
 
17
    <svg:rect style="stroke:foreground; stroke-width:.8; fill:#FF0000"
 
18
    x="1.045" y=".975" width=".950" height="1.275"/>
 
19
    <svg:rect style="stroke:foreground; stroke-width:.8; fill:#FF0000"
 
20
    x="2.47" y=".975" width=".950" height="1.275"/>
 
21
    <svg:rect style="stroke:foreground; stroke-width:.8; fill:#FF0000"
 
22
    x="5.985" y=".975" width=".950" height="1.275"/>
 
23
    <svg:rect style="stroke:foreground; stroke-width:.8; fill:#FF0000"
 
24
    x="7.505" y=".975" width=".950" height="1.275"/>
 
25
 
 
26
    <svg:rect style="stroke:foreground; stroke-width:.8; fill:#FFFF00"
 
27
    x="1.045" y="3.45" width="1.425" height=".525"/>
 
28
    <svg:rect style="stroke:foreground; stroke-width:.8; fill:#FFFF00"
 
29
    x="3.99" y="3.45" width="1.425" height=".525"/>
 
30
    <svg:rect style="stroke:foreground; stroke-width:.8; fill:#FFFF00"
 
31
    x="7.03" y="3.45" width="1.425" height=".525"/>
 
32
 
 
33
    <svg:rect style="stroke:none; fill:foreground"
 
34
    x="1.045" y="6" width=".475" height=".525"/>
 
35
    <svg:rect style="stroke:none; fill:foreground"
 
36
    x="1.995" y="6" width=".475" height=".525"/>
 
37
    <svg:rect style="stroke:none; fill:foreground"
 
38
    x="3.04" y="6" width=".475" height=".525"/>
 
39
    <svg:rect style="stroke:none; fill:foreground"
 
40
    x="3.99" y="6" width=".475" height=".525"/>
 
41
    <svg:rect style="stroke:none; fill:foreground"
 
42
    x="5.035" y="6" width=".475" height=".525"/>
 
43
    <svg:rect style="stroke:none; fill:foreground"
 
44
    x="5.985" y="6" width=".475" height=".525"/>
 
45
    <svg:rect style="stroke:none; fill:foreground"
 
46
    x="7.03" y="6" width=".475" height=".525"/>
 
47
    <svg:rect style="stroke:none; fill:foreground"
 
48
    x="7.98" y="6" width=".475" height=".525"/>
 
49
  </svg:svg>
 
50
</shape>
 
51
 
 
52
 
 
53