diff options
Diffstat (limited to 'kivio/kiviopart/stencils/Dia/Circuit/hjumper.shape')
-rw-r--r-- | kivio/kiviopart/stencils/Dia/Circuit/hjumper.shape | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Dia/Circuit/hjumper.shape b/kivio/kiviopart/stencils/Dia/Circuit/hjumper.shape new file mode 100644 index 00000000..e657df62 --- /dev/null +++ b/kivio/kiviopart/stencils/Dia/Circuit/hjumper.shape @@ -0,0 +1,19 @@ +<?xml version="1.0"?> + +<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" + xmlns:svg="http://www.w3.org/2000/svg"> + <name>Circuit - Horizontal Jumper</name> + <description>A Horizontal Jumper</description> + <icon>hjumper.png</icon> + <connections> + <point x="0" y="0"/> + <point x="6" y="0"/> + </connections> + + <svg:svg width="6.0" height="3.0"> + <svg:rect x="0" y="-3" width="6" height="6" style="fill: default" /> + <svg:circle cx="2" cy="0" r="0.5" style="fill: default"/> + <svg:circle cx="4" cy="0" r="0.5" style="fill: default"/> + </svg:svg> +</shape> + |