diff options
Diffstat (limited to 'kivio/kiviopart/stencils/Dia/Network/hub.shape')
-rw-r--r-- | kivio/kiviopart/stencils/Dia/Network/hub.shape | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Dia/Network/hub.shape b/kivio/kiviopart/stencils/Dia/Network/hub.shape new file mode 100644 index 00000000..62c624f1 --- /dev/null +++ b/kivio/kiviopart/stencils/Dia/Network/hub.shape @@ -0,0 +1,41 @@ +<?xml version="1.0"?> +<shape xmlns="http://www.daa.com.au/~james/dia-shape-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> +</shape> + |