summaryrefslogtreecommitdiffstats
path: root/kivio/kiviopart/stencils/Dia/Electric
diff options
context:
space:
mode:
Diffstat (limited to 'kivio/kiviopart/stencils/Dia/Electric')
-rw-r--r--kivio/kiviopart/stencils/Dia/Electric/Makefile.am25
-rw-r--r--kivio/kiviopart/stencils/Dia/Electric/cnx.shape19
-rw-r--r--kivio/kiviopart/stencils/Dia/Electric/cnx.xpm27
-rw-r--r--kivio/kiviopart/stencils/Dia/Electric/command.shape24
-rw-r--r--kivio/kiviopart/stencils/Dia/Electric/command.xpm27
-rw-r--r--kivio/kiviopart/stencils/Dia/Electric/contact_f.shape23
-rw-r--r--kivio/kiviopart/stencils/Dia/Electric/contact_f.xpm27
-rw-r--r--kivio/kiviopart/stencils/Dia/Electric/contact_o.shape22
-rw-r--r--kivio/kiviopart/stencils/Dia/Electric/contact_o.xpm27
-rw-r--r--kivio/kiviopart/stencils/Dia/Electric/desc5
-rw-r--r--kivio/kiviopart/stencils/Dia/Electric/icon.xpm22
-rw-r--r--kivio/kiviopart/stencils/Dia/Electric/intpos_f.shape25
-rw-r--r--kivio/kiviopart/stencils/Dia/Electric/intpos_f.xpm27
-rw-r--r--kivio/kiviopart/stencils/Dia/Electric/intpos_o.shape24
-rw-r--r--kivio/kiviopart/stencils/Dia/Electric/intpos_o.xpm27
-rw-r--r--kivio/kiviopart/stencils/Dia/Electric/lamp.shape23
-rw-r--r--kivio/kiviopart/stencils/Dia/Electric/lamp.xpm27
-rw-r--r--kivio/kiviopart/stencils/Dia/Electric/relay.shape25
-rw-r--r--kivio/kiviopart/stencils/Dia/Electric/relay.xpm27
19 files changed, 453 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Dia/Electric/Makefile.am b/kivio/kiviopart/stencils/Dia/Electric/Makefile.am
new file mode 100644
index 00000000..f8082bdb
--- /dev/null
+++ b/kivio/kiviopart/stencils/Dia/Electric/Makefile.am
@@ -0,0 +1,25 @@
+electricdir = $(kde_datadir)/kivio/stencils/Dia/Electric
+
+SHAPES = \
+ contact_o.shape \
+ contact_o.xpm \
+ contact_f.shape \
+ contact_f.xpm \
+ relay.shape \
+ relay.xpm \
+ lamp.shape \
+ lamp.xpm \
+ intpos_o.shape \
+ intpos_o.xpm \
+ intpos_f.shape \
+ intpos_f.xpm \
+ command.shape \
+ command.xpm \
+ cnx.shape \
+ cnx.xpm
+
+EXTRA_DIST = $(SHAPES)\
+ desc icon.xpm
+
+electric_DATA = $(SHAPES)\
+ desc icon.xpm
diff --git a/kivio/kiviopart/stencils/Dia/Electric/cnx.shape b/kivio/kiviopart/stencils/Dia/Electric/cnx.shape
new file mode 100644
index 00000000..39740601
--- /dev/null
+++ b/kivio/kiviopart/stencils/Dia/Electric/cnx.shape
@@ -0,0 +1,19 @@
+<?xml version="1.0"?> <!-- -*- xml -*- -->
+
+<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"
+ xmlns:svg="http://www.w3.org/2000/svg">
+ <name>Electric - connpoint</name>
+ <description>connpoint</description>
+ <icon>cnx.xpm</icon>
+ <connections>
+ <point x=".5" y=".5"/>
+ </connections>
+ <aspectratio type="fixed"/>
+ <svg:svg width="1" height="1">
+ <svg:line x1="0" y1="0" x2="1" y2="1" svg:style="stroke:none"/>
+ <svg:circle cx=".5" cy=".5" r=".05"
+ svg:style="fill:foreground; stroke:none"/>
+ </svg:svg>
+</shape>
+
+
diff --git a/kivio/kiviopart/stencils/Dia/Electric/cnx.xpm b/kivio/kiviopart/stencils/Dia/Electric/cnx.xpm
new file mode 100644
index 00000000..2166a108
--- /dev/null
+++ b/kivio/kiviopart/stencils/Dia/Electric/cnx.xpm
@@ -0,0 +1,27 @@
+/* XPM */
+static char * cnx_xpm[] = {
+"22 22 2 1",
+" c None",
+". c #000000",
+" ",
+" ",
+" . ",
+" . ",
+" . ",
+" . ",
+" . ",
+" . ",
+" . ",
+" ... ",
+" ..... ",
+" .................... ",
+" ..... ",
+" ... ",
+" . ",
+" . ",
+" . ",
+" . ",
+" . ",
+" . ",
+" . ",
+" "};
diff --git a/kivio/kiviopart/stencils/Dia/Electric/command.shape b/kivio/kiviopart/stencils/Dia/Electric/command.shape
new file mode 100644
index 00000000..b76f2aa9
--- /dev/null
+++ b/kivio/kiviopart/stencils/Dia/Electric/command.shape
@@ -0,0 +1,24 @@
+<?xml version="1.0"?> <!-- -*- xml -*- -->
+
+<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"
+ xmlns:svg="http://www.w3.org/2000/svg">
+ <name>Electric - command</name>
+ <description>command</description>
+ <icon>command.xpm</icon>
+ <connections>
+ <point x="0" y=".5"/>
+ <point x="1" y=".5" />
+ <point x=".5" y=".2" />
+ <point x=".5" y=".8" />
+ </connections>
+ <textbox x1="-1" y1="-.8" x2="2" y2=".1"/>
+ <aspectratio type="fixed"/>
+ <svg:svg width="1" height="1">
+ <svg:line x1="0" y1="0" x2="1" y2="1" svg:style="stroke:none"/>
+ <svg:line x1="0" y1=".5" x2="1" y2=".5"/>
+ <svg:rect x=".3" y=".2" width=".4" height=".6" svg:style="fill:background"/>
+ </svg:svg>
+</shape>
+
+
+
diff --git a/kivio/kiviopart/stencils/Dia/Electric/command.xpm b/kivio/kiviopart/stencils/Dia/Electric/command.xpm
new file mode 100644
index 00000000..36bc5968
--- /dev/null
+++ b/kivio/kiviopart/stencils/Dia/Electric/command.xpm
@@ -0,0 +1,27 @@
+/* XPM */
+static char * command_xpm[] = {
+"22 22 2 1",
+" c None",
+". c #000000",
+" ",
+" ",
+" ",
+" . . ",
+" . . ",
+" .. ",
+" . . ",
+" . . ",
+" ",
+" ",
+" ........ ",
+" . . ",
+" . . ",
+" . . ",
+" ....... ....... ",
+" . . ",
+" . . ",
+" . . ",
+" ........ ",
+" ",
+" ",
+" "};
diff --git a/kivio/kiviopart/stencils/Dia/Electric/contact_f.shape b/kivio/kiviopart/stencils/Dia/Electric/contact_f.shape
new file mode 100644
index 00000000..43208f14
--- /dev/null
+++ b/kivio/kiviopart/stencils/Dia/Electric/contact_f.shape
@@ -0,0 +1,23 @@
+<?xml version="1.0"?> <!-- -*- xml -*- -->
+
+<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"
+ xmlns:svg="http://www.w3.org/2000/svg">
+ <name>Electric - contact_f</name>
+ <description>contact_f</description>
+ <icon>contact_f.xpm</icon>
+ <connections>
+ <point x="0" y=".5"/>
+ <point x="1" y=".5" />
+ <point x=".5" y=".4" />
+ </connections>
+ <textbox x1="-1" y1="-.7" x2="2" y2=".2"/>
+ <aspectratio type="fixed"/>
+ <svg:svg width="1" height="1">
+ <svg:line x1="0" y1="0" x2="1" y2="1" svg:style="stroke:none"/>
+ <svg:line x1="0" y1=".5" x2=".3" y2=".5"/>
+ <svg:polyline points="0,.5 .3,.5 .3,.3"/>
+ <svg:polyline points="1,.5 .7,.5 .25,.275"/>
+ </svg:svg>
+</shape>
+
+
diff --git a/kivio/kiviopart/stencils/Dia/Electric/contact_f.xpm b/kivio/kiviopart/stencils/Dia/Electric/contact_f.xpm
new file mode 100644
index 00000000..0b2470b9
--- /dev/null
+++ b/kivio/kiviopart/stencils/Dia/Electric/contact_f.xpm
@@ -0,0 +1,27 @@
+/* XPM */
+static char * c_ifnot_xpm[] = {
+"22 22 2 1",
+" c None",
+". c #000000",
+" ",
+" ..... ",
+" ",
+" . ",
+" . ",
+" . . ",
+" .. ",
+" . . ",
+" ",
+" ",
+" ... ",
+" . .. ",
+" . .. ",
+" . .. ",
+" ........ ..... ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" "};
diff --git a/kivio/kiviopart/stencils/Dia/Electric/contact_o.shape b/kivio/kiviopart/stencils/Dia/Electric/contact_o.shape
new file mode 100644
index 00000000..d2bea36d
--- /dev/null
+++ b/kivio/kiviopart/stencils/Dia/Electric/contact_o.shape
@@ -0,0 +1,22 @@
+<?xml version="1.0"?> <!-- -*- xml -*- -->
+
+<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"
+ xmlns:svg="http://www.w3.org/2000/svg">
+ <name>Electric - contact_o</name>
+ <description>contact_o</description>
+ <icon>contact_o.xpm</icon>
+ <connections>
+ <point x="0" y=".5"/>
+ <point x="1" y=".5" />
+ <point x=".5" y=".6" />
+ </connections>
+ <textbox x1="-1" y1="-.5" x2="2" y2=".4"/>
+ <aspectratio type="fixed"/>
+ <svg:svg width="1" height="1">
+ <svg:line x1="0" y1="0" x2="1" y2="1" svg:style="stroke:none"/>
+ <svg:line x1="0" y1=".5" x2=".3" y2=".5"/>
+ <svg:polyline points="1,.5 .7,.5 .3,.7"/>
+ </svg:svg>
+</shape>
+
+
diff --git a/kivio/kiviopart/stencils/Dia/Electric/contact_o.xpm b/kivio/kiviopart/stencils/Dia/Electric/contact_o.xpm
new file mode 100644
index 00000000..8fab28bd
--- /dev/null
+++ b/kivio/kiviopart/stencils/Dia/Electric/contact_o.xpm
@@ -0,0 +1,27 @@
+/* XPM */
+static char * contact_o_xpm[] = {
+"22 22 2 1",
+" c None",
+". c #000000",
+" ",
+" ",
+" ",
+" . ",
+" . ",
+" . . ",
+" .. ",
+" . . ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ........ ..... ",
+" .. ",
+" .. ",
+" .. ",
+" .. ",
+" ",
+" ",
+" "};
diff --git a/kivio/kiviopart/stencils/Dia/Electric/desc b/kivio/kiviopart/stencils/Dia/Electric/desc
new file mode 100644
index 00000000..9ffaf872
--- /dev/null
+++ b/kivio/kiviopart/stencils/Dia/Electric/desc
@@ -0,0 +1,5 @@
+<?xml version="1.0"?>
+<KivioStencilSpawnerSet>
+ <Title data="Electric"/>
+ <Id data="Dia - Electric"/>
+</KivioStencilSpawnerSet>
diff --git a/kivio/kiviopart/stencils/Dia/Electric/icon.xpm b/kivio/kiviopart/stencils/Dia/Electric/icon.xpm
new file mode 100644
index 00000000..8d14bd8d
--- /dev/null
+++ b/kivio/kiviopart/stencils/Dia/Electric/icon.xpm
@@ -0,0 +1,22 @@
+/* XPM */
+static char * icon_xpm[] = {
+"16 16 3 1",
+" c None",
+". c #FF6600",
+"+ c #000000",
+" ",
+" ",
+" .. ",
+" .... ",
+" . . ",
+" .. .. ",
+" ++++++++++++++ ",
+" ++++++++++++++ ",
+" .. .. ",
+" . . ",
+" .. .. ",
+" .. .. ",
+" ............ ",
+" ",
+" ",
+" "};
diff --git a/kivio/kiviopart/stencils/Dia/Electric/intpos_f.shape b/kivio/kiviopart/stencils/Dia/Electric/intpos_f.shape
new file mode 100644
index 00000000..87aa6861
--- /dev/null
+++ b/kivio/kiviopart/stencils/Dia/Electric/intpos_f.shape
@@ -0,0 +1,25 @@
+<?xml version="1.0"?> <!-- -*- xml -*- -->
+
+<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"
+ xmlns:svg="http://www.w3.org/2000/svg">
+ <name>Electric - intpos_f</name>
+ <description>intpos_f</description>
+ <icon>intpos_f.xpm</icon>
+ <connections>
+ <point x="0" y=".5"/>
+ <point x="1" y=".5" />
+ <point x=".5" y=".4" />
+ <point x=".35" y=".45"/>
+ </connections>
+ <textbox x1="-1" y1="-.7" x2="2" y2=".2"/>
+ <aspectratio type="fixed"/>
+ <svg:svg width="1" height="1">
+ <svg:line x1="0" y1="0" x2="1" y2="1" svg:style="stroke:none"/>
+ <svg:line x1="0" y1=".5" x2=".3" y2=".5"/>
+ <svg:polyline points="0,.5 .3,.5 .3,.3"/>
+ <svg:polyline points="1,.5 .7,.5 .25,.275"/>
+ <svg:polyline points=".6,.45 .35,.45 .4,.35"/>
+ </svg:svg>
+</shape>
+
+
diff --git a/kivio/kiviopart/stencils/Dia/Electric/intpos_f.xpm b/kivio/kiviopart/stencils/Dia/Electric/intpos_f.xpm
new file mode 100644
index 00000000..d7727694
--- /dev/null
+++ b/kivio/kiviopart/stencils/Dia/Electric/intpos_f.xpm
@@ -0,0 +1,27 @@
+/* XPM */
+static char * intpos_f_xpm[] = {
+"22 22 2 1",
+" c None",
+". c #000000",
+" ",
+" ..... ",
+" ",
+" . ",
+" . ",
+" . . ",
+" .. ",
+" . . ",
+" ",
+" ",
+" ... ",
+" . .. ",
+" . . .. ",
+" . ...... ",
+" ........ ..... ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" "};
diff --git a/kivio/kiviopart/stencils/Dia/Electric/intpos_o.shape b/kivio/kiviopart/stencils/Dia/Electric/intpos_o.shape
new file mode 100644
index 00000000..ceb72cb5
--- /dev/null
+++ b/kivio/kiviopart/stencils/Dia/Electric/intpos_o.shape
@@ -0,0 +1,24 @@
+<?xml version="1.0"?> <!-- -*- xml -*- -->
+
+<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"
+ xmlns:svg="http://www.w3.org/2000/svg">
+ <name>Electric - intpos_o</name>
+ <description>intpos_o</description>
+ <icon>intpos_o.xpm</icon>
+ <connections>
+ <point x="0" y=".5"/>
+ <point x="1" y=".5" />
+ <point x=".5" y=".6" />
+ <point x=".45" y=".75" />
+ </connections>
+ <textbox x1="-1" y1="-.5" x2="2" y2=".4"/>
+ <aspectratio type="fixed"/>
+ <svg:svg width="1" height="1">
+ <svg:line x1="0" y1="0" x2="1" y2="1" svg:style="stroke:none"/>
+ <svg:line x1="0" y1=".5" x2=".3" y2=".5"/>
+ <svg:polyline points="1,.5 .7,.5 .3,.7"/>
+ <svg:polyline points=".6,.55 .45,.75 .4,.65"/>
+ </svg:svg>
+</shape>
+
+
diff --git a/kivio/kiviopart/stencils/Dia/Electric/intpos_o.xpm b/kivio/kiviopart/stencils/Dia/Electric/intpos_o.xpm
new file mode 100644
index 00000000..0594bf89
--- /dev/null
+++ b/kivio/kiviopart/stencils/Dia/Electric/intpos_o.xpm
@@ -0,0 +1,27 @@
+/* XPM */
+static char * intpos_o_xpm[] = {
+"22 22 2 1",
+" c None",
+". c #000000",
+" ",
+" ",
+" ",
+" . ",
+" . ",
+" . . ",
+" .. ",
+" . . ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ........ ..... ",
+" .. ",
+" .. . ",
+" .. . ",
+" .. . . ",
+" . ",
+" ",
+" "};
diff --git a/kivio/kiviopart/stencils/Dia/Electric/lamp.shape b/kivio/kiviopart/stencils/Dia/Electric/lamp.shape
new file mode 100644
index 00000000..3422623b
--- /dev/null
+++ b/kivio/kiviopart/stencils/Dia/Electric/lamp.shape
@@ -0,0 +1,23 @@
+<?xml version="1.0"?> <!-- -*- xml -*- -->
+
+<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"
+ xmlns:svg="http://www.w3.org/2000/svg">
+ <name>Electric - lamp</name>
+ <description>lamp</description>
+ <icon>lamp.xpm</icon>
+ <connections>
+ <point x="0" y=".5"/>
+ <point x="1" y=".5" />
+ </connections>
+ <textbox x1="-1" y1="-.7" x2="2" y2=".2"/>
+ <aspectratio type="fixed"/>
+ <svg:svg width="1" height="1">
+ <svg:line x1="0" y1="0" x2="1" y2="1" svg:style="stroke:none"/>
+ <svg:line x1="0" y1=".5" x2="1" y2=".5"/>
+ <svg:circle cx=".5" cy=".5" r=".2" svg:style="fill:background"/>
+ <svg:line x1=".3586" y1=".3586" x2=".6414" y2=".6414"/>
+ <svg:line x1=".3586" y1=".6414" x2=".6414" y2=".3586"/>
+ </svg:svg>
+</shape>
+
+
diff --git a/kivio/kiviopart/stencils/Dia/Electric/lamp.xpm b/kivio/kiviopart/stencils/Dia/Electric/lamp.xpm
new file mode 100644
index 00000000..54046984
--- /dev/null
+++ b/kivio/kiviopart/stencils/Dia/Electric/lamp.xpm
@@ -0,0 +1,27 @@
+/* XPM */
+static char * c_lamp_xpm[] = {
+"22 22 2 1",
+" c None",
+". c #000000",
+" ",
+" ",
+" ",
+" . . ",
+" . . ",
+" .. ",
+" . . ",
+" . . ",
+" ",
+" ",
+" .... ",
+" . . ",
+" . . . . ",
+" . .. . ",
+" ....... .. ....... ",
+" . . . . ",
+" . . ",
+" .... ",
+" ",
+" ",
+" ",
+" "};
diff --git a/kivio/kiviopart/stencils/Dia/Electric/relay.shape b/kivio/kiviopart/stencils/Dia/Electric/relay.shape
new file mode 100644
index 00000000..0d506ff9
--- /dev/null
+++ b/kivio/kiviopart/stencils/Dia/Electric/relay.shape
@@ -0,0 +1,25 @@
+<?xml version="1.0"?> <!-- -*- xml -*- -->
+
+<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"
+ xmlns:svg="http://www.w3.org/2000/svg">
+ <name>Electric - relay</name>
+ <description>relay</description>
+ <icon>relay.xpm</icon>
+ <connections>
+ <point x="0" y=".5"/>
+ <point x="1" y=".5" />
+ <point x=".5" y=".2" />
+ <point x=".5" y=".8" />
+ </connections>
+ <textbox x1="-1" y1="-.8" x2="2" y2=".1"/>
+ <aspectratio type="fixed"/>
+ <svg:svg width="1" height="1">
+ <svg:line x1="0" y1="0" x2="1" y2="1" svg:style="stroke:none"/>
+ <svg:line x1="0" y1=".5" x2="1" y2=".5"/>
+ <svg:rect x=".3" y=".2" width=".4" height=".6" svg:style="fill:background"/>
+ <svg:line x1=".3" y1=".6" x2=".7" y2=".4"/>
+ </svg:svg>
+</shape>
+
+
+
diff --git a/kivio/kiviopart/stencils/Dia/Electric/relay.xpm b/kivio/kiviopart/stencils/Dia/Electric/relay.xpm
new file mode 100644
index 00000000..f30ec792
--- /dev/null
+++ b/kivio/kiviopart/stencils/Dia/Electric/relay.xpm
@@ -0,0 +1,27 @@
+/* XPM */
+static char * c_relay_xpm[] = {
+"22 22 2 1",
+" c None",
+". c #000000",
+" ",
+" ",
+" ",
+" . . ",
+" . . ",
+" .. ",
+" . . ",
+" . . ",
+" ",
+" ",
+" ........ ",
+" . . ",
+" . .. ",
+" . . . ",
+" ....... .. ....... ",
+" . . . ",
+" .. . ",
+" . . ",
+" ........ ",
+" ",
+" ",
+" "};