Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/icons
diff options
context:
space:
mode:
authorGary Martin <gary@garycmartin.com>2009-09-11 17:40:18 (GMT)
committer Gary Martin <gary@garycmartin.com>2009-09-11 17:40:18 (GMT)
commitf2411686f21064671cb8c7bc9c9860c7f342fb59 (patch)
treec53314c7804cbc8980663163ff3623fe164b3369 /icons
parent7178ef82cad9528abb56d9dd4b43c0c9fcda4295 (diff)
First pass at new toolbar design.
Diffstat (limited to 'icons')
-rw-r--r--icons/toolbar-algebra.svg8
-rw-r--r--icons/toolbar-boolean.svg8
-rw-r--r--icons/toolbar-trigonometry.svg7
3 files changed, 23 insertions, 0 deletions
diff --git a/icons/toolbar-algebra.svg b/icons/toolbar-algebra.svg
new file mode 100644
index 0000000..d667ee4
--- /dev/null
+++ b/icons/toolbar-algebra.svg
@@ -0,0 +1,8 @@
+<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY fill_color "#FFFFFF">
+]><svg enable-background="new 0 0 55 55" height="55px" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px">
+<g display="block" id="toolbar-algebra">
+ <text x="15" y="35" font-size="38" font-family="Bitstream Vera Sans" font-weight="bold" fill="&fill_color;" stroke="none">x</text>
+ <text x="1" y="35" font-size="34" font-family="Bitstream Vera Sans" fill="&fill_color;" stroke="none">{</text>
+ <text x="32" y="35" font-size="34" font-family="Bitstream Vera Sans" fill="&fill_color;" stroke="none">}</text>
+</g></svg> \ No newline at end of file
diff --git a/icons/toolbar-boolean.svg b/icons/toolbar-boolean.svg
new file mode 100644
index 0000000..e0fbb6c
--- /dev/null
+++ b/icons/toolbar-boolean.svg
@@ -0,0 +1,8 @@
+<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY fill_color "#FFFFFF">
+]><svg enable-background="new 0 0 55 55" height="55px" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px">
+<g display="block" id="toolbar-boolean">
+ <path d="M10,25 c0,-6 6,-12 12,-12 c6,0 12,6 12,12 c0,6 -6,12 -12,12 c-6,0 -12,-6 -12,-12
+ M21,25 c0,-6 6,-12 12,-12 c6,0 12,6 12,12 c0,6 -6,12 -12,12 c-6,0 -12,-6 -12,-12"
+ stroke="&fill_color;" stroke-width="3" fill="none"/>
+</g></svg> \ No newline at end of file
diff --git a/icons/toolbar-trigonometry.svg b/icons/toolbar-trigonometry.svg
new file mode 100644
index 0000000..cb8ba60
--- /dev/null
+++ b/icons/toolbar-trigonometry.svg
@@ -0,0 +1,7 @@
+<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY fill_color "#FFFFFF">
+]><svg enable-background="new 0 0 55 55" height="55px" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px">
+<g display="block" id="toolbar-trigonometry">
+ <path d="M12,38 l31,0 l-31,-26z" stroke="&fill_color;" stroke-width="3.5" fill="none"/>
+ <path d="M12,30 l8,0 l0,8" stroke="&fill_color;" stroke-width="1.5" fill="none"/>
+</g></svg> \ No newline at end of file