diff options
-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" /> |