diff options
Diffstat (limited to 'kivio/kiviopart/stencils/Dia/Network/sceadplug.shape')
-rw-r--r-- | kivio/kiviopart/stencils/Dia/Network/sceadplug.shape | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Dia/Network/sceadplug.shape b/kivio/kiviopart/stencils/Dia/Network/sceadplug.shape new file mode 100644 index 00000000..9c3f23a1 --- /dev/null +++ b/kivio/kiviopart/stencils/Dia/Network/sceadplug.shape @@ -0,0 +1,43 @@ +<?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 - scEAD Wall-Plug</name> + <icon>sceadplug.xpm</icon> + <aspectratio type="fixed"/> + <connections> + <point x="2" y="6"/> + </connections> + <textbox x1="0" y1="6.1" x2="4" y2="9.1" align="center" resize="no"/> + <svg:svg width="4cm" height="6cm"> + <svg:rect style="stroke:foreground;stroke-width:.8;fill:background" + x="0" y="0" width="4" height="6"/> + <svg:rect style="stroke:foreground;stroke-width:.8;fill:#B3B3B3" + x=".5" y=".48" width="3" height="5.04"/> + <svg:rect style="stroke:none; fill:foreground" + x=".5" y=".48" width="1" height=".48"/> + <svg:rect style="stroke:none; fill:foreground" + x=".5" y="1.92" width="1" height=".48"/> + <svg:rect style="stroke:none; fill:foreground" + x=".5" y="3.36" width="1" height=".48"/> + <svg:rect style="stroke:none; fill:foreground" + x=".5" y="4.8" width="1" height=".48"/> + <svg:rect style="stroke:none; fill:foreground" + x="2.5" y=".48" width="1" height=".48"/> + <svg:rect style="stroke:none; fill:foreground" + x="2.5" y="1.92" width="1" height=".48"/> + <svg:rect style="stroke:none; fill:foreground" + x="2.5" y="3.36" width="1" height=".48"/> + <svg:rect style="stroke:none; fill:foreground" + x="2.5" y="4.8" width="1" height=".48"/> + </svg:svg> +</shape> + + + + + + + + + + |