summaryrefslogtreecommitdiff
path: root/template.svg
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-07-01 02:24:59 +0200
committerJavier S. Pedro <maemo@javispedro.com>2011-07-01 02:24:59 +0200
commit052ae063c2937fc5ff2aea6313bc0e09714fefc2 (patch)
tree410e9755b18ec30361ca8eb570409e2f3d8a3c05 /template.svg
parent2ec3f28f98391ee3a1844dd5999053e1e3976d40 (diff)
downloadhicg-052ae063c2937fc5ff2aea6313bc0e09714fefc2.tar.gz
hicg-052ae063c2937fc5ff2aea6313bc0e09714fefc2.zip
fix shadows
Diffstat (limited to 'template.svg')
-rw-r--r--template.svg6
1 files changed, 3 insertions, 3 deletions
diff --git a/template.svg b/template.svg
index 5bef241..a89ac21 100644
--- a/template.svg
+++ b/template.svg
@@ -5,9 +5,9 @@
<stop offset="0" style="stop-color:#FFFFFF"/>
<stop offset="1" style="stop-color:#000000"/>
</linearGradient>
- <filter id="hicg_drop_shadow">
- <feOffset in="SourceGraphic" dx="0" dy="2" />
- <feGaussianBlur stdDeviation="5" />
+ <filter id="hicg_drop_shadow" x="0%" y="0%" width="100%">
+ <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" />
<feBlend in="SourceGraphic" in2="shadow" mode="normal" />
</filter>