Is it possible to set the feGaussianBlur
in %
?
I don't know why but this does not work.
<filter id="drop-shadow">
<feGaussianBlur in="SourceAlpha" stdDeviation="0.09"/>
<feOffset dx="52%" dy="2%" result="offsetblur"/>
<feFlood flood-color="#000000"/>
<feComposite in2="offsetblur" operator="in"/>
<feMerge>
<feMergeNode/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
Paul and Robert mean the following:
That is a very big blur and a very big offset in % terms, so you're going to have to expand the filter region a lot.