Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/icons
diff options
context:
space:
mode:
authorDaniel Francis <francis@sugarlabs.org>2012-07-01 21:13:58 (GMT)
committer Daniel Francis <francis@sugarlabs.org>2012-07-01 21:13:58 (GMT)
commitfa70f97317d775beeafa6c2b9d1e201895a0a7c4 (patch)
treee66c79121c58922c41a4cd870e08215bb16247a1 /icons
parent8a120276b39d1a7443e9f1ef6d589d2478550c2e (diff)
Moving image contrast scale to palette
Diffstat (limited to 'icons')
-rw-r--r--icons/contrast-high.svg6
-rw-r--r--icons/contrast-slow.svg6
-rw-r--r--icons/contrast.svg7
3 files changed, 7 insertions, 12 deletions
diff --git a/icons/contrast-high.svg b/icons/contrast-high.svg
deleted file mode 100644
index da3836a..0000000
--- a/icons/contrast-high.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="32">
- <path d="M 2,4 C 15,7 15,25 2,28 L 2,4" fill="white" stroke="black"/>
-</svg>
diff --git a/icons/contrast-slow.svg b/icons/contrast-slow.svg
deleted file mode 100644
index ed7c929..0000000
--- a/icons/contrast-slow.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="32">
- <path d="M 14,4 C 1,7 1,25 14,28 L14,4" stroke="white"/>
-</svg>
diff --git a/icons/contrast.svg b/icons/contrast.svg
new file mode 100644
index 0000000..b6d8c5c
--- /dev/null
+++ b/icons/contrast.svg
@@ -0,0 +1,7 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="32">
+ <path d="M 15,4 C 1,7 1,25 15,28 L15,4" stroke="white"/>
+ <path d="M 15,4 C 31,7 31,25 15,28 L 15,4" fill="white" stroke="black"/>
+</svg>