diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2011-07-01 02:27:43 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2011-07-01 02:27:43 +0200 |
commit | c91b7a02609a9d071b356fa4e3c674e8ba55c420 (patch) | |
tree | 45e0b3e4a5cc8c92b206b301c242301c71eed039 | |
parent | 052ae063c2937fc5ff2aea6313bc0e09714fefc2 (diff) | |
download | hicg-c91b7a02609a9d071b356fa4e3c674e8ba55c420.tar.gz hicg-c91b7a02609a9d071b356fa4e3c674e8ba55c420.zip |
removing shadow clipping
-rw-r--r-- | template.svg | 2 |
1 files changed, 1 insertions, 1 deletions
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" /> |