diff options
Diffstat (limited to 'kivio/kiviopart/stencils/Dia/MSE/tacsat.shape')
-rw-r--r-- | kivio/kiviopart/stencils/Dia/MSE/tacsat.shape | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Dia/MSE/tacsat.shape b/kivio/kiviopart/stencils/Dia/MSE/tacsat.shape new file mode 100644 index 00000000..2964a28b --- /dev/null +++ b/kivio/kiviopart/stencils/Dia/MSE/tacsat.shape @@ -0,0 +1,27 @@ +<?xml version="1.0"?> + +<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" + xmlns:svg="http://www.w3.org/2000/svg"> + <name>Tactical Satellite Communications Terminal</name> + <description>Tactical Satellite Communications Terminal</description> + <icon>tacsat.xpm</icon> + <connections> + <point x="1" y="10"/> + <point x="3.6667" y="10"/> + <point x="6.3333" y="10"/> + <point x="9" y="10"/> + </connections> + <svg:svg width="12" height="10"> + <svg:line x1="1" y1="10" x2="5" y2="6"/> + <svg:line x1="5" y1="6" x2="9" y2="10"/> + <svg:line x1="1" y1="10" x2="9" y2="10"/> + + <svg:line x1="3" y1="0" x2="11" y2="8"/> + + <svg:line x1="7" y1="4" x2="12" y2="0"/> + + <svg:circle style="fill: #020202" cx="12" cy="0" r=".3"/> + + <svg:path d="M 3,0 C 0.5,2.5 8.5,10.5 11,8"/> + </svg:svg> +</shape> |