~ubuntu-branches/ubuntu/edgy/koffice/edgy-updates

« back to all changes in this revision

Viewing changes to kivio/kiviopart/stencils/Dia/Network/antenna.shape

  • Committer: Bazaar Package Importer
  • Author(s): Ben Burton
  • Date: 2004-05-09 11:33:00 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20040509113300-xi5t1z4yxe7n03x7
Tags: upstream-1.3.1
ImportĀ upstreamĀ versionĀ 1.3.1

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 - Antenna</name>
 
5
  <icon>antenna.xpm</icon>
 
6
  <aspectratio type="fixed"/>
 
7
  <connections>
 
8
     <point x=".5" y="4"/>
 
9
     <point x=".375" y="0"/>
 
10
  </connections>
 
11
  <textbox x1="-1" y1="3.1" x2="2" y2="3.9" align="center" resize="no"/>
 
12
  <svg:svg width="1cm" height="3cm">
 
13
 
 
14
    <svg:polygon style="stroke:none; fill:background"
 
15
    points="0,2.76 .5,2.49 1,2.76 .5,3"/>
 
16
 
 
17
    <svg:path style="stroke:foreground; stroke-width:1"
 
18
    d="M.45,.73 L.5,.75 M.40,.94 L.5,.99 M.35,1.17 L.5,1.26 M.30,1.40 L.5,1.5 M.25,1.62 L.5,1.74 M.2,1.85 L.5,2.01 M.15,2.08 L.5,2.25 M.1,2.3 L.5,2.49 M.05,2.52 L.5,2.76 "/>
 
19
    <svg:path style="stroke:foreground; stroke-width:1"
 
20
    d="M.55,.73 L.5,.75 M.6,.94 L.5,.99 M.65,1.18 L.5,1.26 M.69,1.40 L.5,1.5 M.75,1.62 L.5,1.74 M.81,1.85 L.5,2.01 M.85,2.08 L.5,2.25 M.9,2.3 L.5,2.49 M.95,2.52 L.5,2.76"/>    
 
21
 
 
22
    <svg:path style="stroke:foreground; stroke-width:1"
 
23
    d="M.5,.51 L.44,.24 L.5,.375 L.375,0"/>
 
24
    
 
25
    <svg:polygon style="stroke:foreground; stroke-width:2"
 
26
    points=".5,.51 1,2.76 .5,3 0,2.76"/>
 
27
     
 
28
    <svg:path style="stroke:foreground; stroke-width:2"
 
29
    d="M0,2.76 L.5,2.49 L1,2.76 M.5,.51 L.5,3"/>
 
30
  </svg:svg>
 
31
</shape>