blob: b2faadbb60280a91507e3cef66fcadbb4d3bf3ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
<?xml version="1.0"?>
<tqshape xmlns="http://www.daa.com.au/~james/dia-tqshape-ns"
xmlns:svg="http://www.w3.org/2000/svg">
<name>Network - Hub</name>
<icon>hub.xpm</icon>
<connections>
<point x="2.5" y="2.2"/>
<point x=".625" y=".87"/>
<point x="1.125" y=".87"/>
<point x="1.625" y=".87"/>
<point x="2.125" y=".87"/>
<point x="2.625" y=".87"/>
<point x="3.125" y=".87"/>
<point x="3.625" y=".87"/>
<point x="4.125" y=".87"/>
</connections>
<aspectratio type="fixed"/>
<textbox x1="0" y1="2.3" x2="5" y2="5.3" align="center" resize="no"/>
<svg:svg width="5cm" height="2.2cm">
<svg:rect style="stroke: foreground; stroke-width:.8; fill:#B3B3B3"
x="0" y="0" width="5" height="2.2"/>
<svg:rect style="stroke:none; fill:foreground"
x=".5" y=".75" width=".25" height=".24"/>
<svg:rect style="stroke:none; fill:foreground"
x="1" y=".75" width=".25" height=".24"/>
<svg:rect style="stroke:none; fill:foreground"
x="1.5" y=".75" width=".25" height=".24"/>
<svg:rect style="stroke:none; fill:foreground"
x="2" y=".75" width=".25" height=".24"/>
<svg:rect style="stroke:none; fill:foreground"
x="2.5" y=".75" width=".25" height=".24"/>
<svg:rect style="stroke:none; fill:foreground"
x="3" y=".75" width=".25" height=".24"/>
<svg:rect style="stroke:none; fill:foreground"
x="3.5" y=".75" width=".25" height=".24"/>
<svg:rect style="stroke:none; fill:foreground"
x="4" y=".75" width=".25" height=".24"/>
</svg:svg>
</tqshape>
|