[Sugar-devel] [PATCH] Modify search icon to honor stroke and fill color

godiard at sugarlabs.org godiard at sugarlabs.org
Thu Feb 3 18:05:03 EST 2011


From: Gonzalo Odiard <godiard at gmail.com>

---
 icons/scalable/actions/system-search.svg |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/icons/scalable/actions/system-search.svg b/icons/scalable/actions/system-search.svg
index 7b19fe5..f132175 100644
--- a/icons/scalable/actions/system-search.svg
+++ b/icons/scalable/actions/system-search.svg
@@ -1,11 +1,14 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948)  -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<!DOCTYPE svg  PUBLIC '-//W3C//DTD SVG 1.1//EN'  'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+        <!ENTITY stroke_color "#010101">
+        <!ENTITY fill_color "#FFFFFF">
+]>
 <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
 	 width="22.156px" height="22.156px" viewBox="0 0 22.156 22.156" enable-background="new 0 0 22.156 22.156" xml:space="preserve">
 <g>
-	<path fill="none" stroke="#4C4D4F" stroke-width="3.5" d="M1.75,9.216c0,4.125,3.342,7.47,7.468,7.47
+	<path fill="none" stroke="&fill_color;" stroke-width="2" d="M1.75,9.216c0,4.125,3.342,7.47,7.468,7.47
 		c4.121,0,7.466-3.345,7.466-7.47c0-4.123-3.345-7.466-7.466-7.466C5.092,1.75,1.75,5.093,1.75,9.216z"/>
-	<line fill="none" stroke="#4C4D4F" stroke-width="3.5" x1="14.498" y1="14.497" x2="20.918" y2="20.919"/>
+	<line fill="none" stroke="&fill_color;" stroke-width="2" x1="14.498" y1="14.497" x2="20.918" y2="20.919"/>
 </g>
 </svg>
-- 
1.7.4



More information about the Sugar-devel mailing list