[Sugar-devel] [PATCH sugar-artwork v2] uy#1242 Batch Operations Check Uncheck icons

Anish Mangal anish at activitycentral.com
Sun Feb 19 12:15:27 EST 2012


uy#1242 - Check/Uncheck icons

Changelog:
=v2=
* Completely reworked the svg icons
* Fixed the patch (didnt apply cleanly before)

---
 icons/scalable/emblems/Makefile.am          |    4 ++-
 icons/scalable/emblems/emblem-checked.svg   |   38 +++++++++++++++++++++++++++
 icons/scalable/emblems/emblem-unchecked.svg |   10 +++++++
 3 files changed, 51 insertions(+), 1 deletions(-)
 create mode 100644 icons/scalable/emblems/emblem-checked.svg
 create mode 100644 icons/scalable/emblems/emblem-unchecked.svg

diff --git a/icons/scalable/emblems/Makefile.am b/icons/scalable/emblems/Makefile.am
index e08d9ac..110ce45 100644
--- a/icons/scalable/emblems/Makefile.am
+++ b/icons/scalable/emblems/Makefile.am
@@ -12,7 +12,9 @@ icon_DATA =			\
 	emblem-outofrange.svg	\
 	emblem-question.svg	\
 	emblem-view-source.svg  \
-	emblem-warning.svg
+	emblem-warning.svg	\
+	emblem-checked.svg	\
+	emblem-unchecked.svg
 
 EXTRA_DIST = $(icon_DATA)
 
diff --git a/icons/scalable/emblems/emblem-checked.svg b/icons/scalable/emblems/emblem-checked.svg
new file mode 100644
index 0000000..b8356fa
--- /dev/null
+++ b/icons/scalable/emblems/emblem-checked.svg
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   version="1.1"
+   width="55"
+   height="55"
+   viewBox="0 0 55 55"
+   id="svg2"
+   xml:space="preserve"><metadata
+     id="metadata13"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+     id="defs11" /><g
+     id="emblem-charging"
+     style="display:block">
+	<g
+   id="g5"
+   style="display:inline">
+		
+			<rect
+   width="40"
+   height="40"
+   x="7.5"
+   y="7.5"
+   id="rect7"
+   style="fill:#ffffff;stroke:#666666;stroke-width:3.5" />
+		
+	</g>
+</g><path
+     d="m 15.612649,28.114068 8.610026,7.910888 14.904808,-19.138058"
+     id="path2990"
+     style="fill:none;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /></svg>
\ No newline at end of file
diff --git a/icons/scalable/emblems/emblem-unchecked.svg b/icons/scalable/emblems/emblem-unchecked.svg
new file mode 100644
index 0000000..a97da3a
--- /dev/null
+++ b/icons/scalable/emblems/emblem-unchecked.svg
@@ -0,0 +1,10 @@
+<?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 stroke_color "#666666">
+	<!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="emblem-charging">
+	<g display="inline">
+		
+			<rect fill="&fill_color;" height="40" stroke="&stroke_color;" stroke-width="3.5" width="40" x="7.5" y="7.5"/>
+		
+	</g>
+</g></svg>
-- 
1.7.4.4



More information about the Sugar-devel mailing list