From c91b7a02609a9d071b356fa4e3c674e8ba55c420 Mon Sep 17 00:00:00 2001
From: "Javier S. Pedro" <maemo@javispedro.com>
Date: Fri, 1 Jul 2011 02:27:43 +0200
Subject: removing shadow clipping

---
 template.svg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/template.svg b/template.svg
index a89ac21..7bda415 100644
--- a/template.svg
+++ b/template.svg
@@ -5,7 +5,7 @@
    <stop offset="0" style="stop-color:#FFFFFF"/>
    <stop offset="1" style="stop-color:#000000"/>
   </linearGradient>
-  <filter id="hicg_drop_shadow" x="0%" y="0%" width="100%">
+  <filter id="hicg_drop_shadow">
     <feOffset in="SourceAlpha" dx="0" dy="4" />
     <feGaussianBlur stdDeviation="4" />
 	<feColorMatrix type="matrix" values="1 0 0 0 0  0 1 0 0 0  0 0 1 0 0  0 0 0 0.5 0" result="shadow" />
-- 
cgit v1.2.3