From 3b234128cbdb0e24f3673c5e8fce1eb8412be5a9 Mon Sep 17 00:00:00 2001
From: Walter Bender <walter@walter-laptop.(none)>
Date: Mon, 30 Nov 2009 09:33:07 -0500
Subject: [PATCH] added ENTITY support

---
 icons/scalable/actions/edit-undo.svg |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/icons/scalable/actions/edit-undo.svg b/icons/scalable/actions/edit-undo.svg
index d6590e8..2b3aff5 100644
--- a/icons/scalable/actions/edit-undo.svg
+++ b/icons/scalable/actions/edit-undo.svg
@@ -1,14 +1,13 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 13.0.0, 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">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="55px"
-	 height="55px" viewBox="0 0 55 55" enable-background="new 0 0 55 55" xml:space="preserve">
+<?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 "#FFFFFF">
+	<!ENTITY fill_color "#010101">
+]><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 id="Undo" >
 	<g display="inline">
-		<polyline fill="none" stroke="#FFFFFF" stroke-width="2.9867" stroke-linecap="round" stroke-linejoin="round" points="
+		<polyline fill="none" stroke="&stroke_color;" stroke-width="2.9867" stroke-linecap="round" stroke-linejoin="round" points="
 			22.903,27.523 15.091,20.935 22.903,14.344 		"/>
-		<path fill="none" stroke="#FFFFFF" stroke-width="2.9867" stroke-linecap="round" d="M15.091,20.935h17.254
+		<path fill="none" stroke="&stroke_color;" stroke-width="2.9867" stroke-linecap="round" d="M15.091,20.935h17.254
 			c4.693,0,8.534,3.841,8.534,8.534s-3.841,8.533-8.534,8.533H16.798"/>
 	</g>
 </g>
-- 
1.6.3.3

