blob: c94b2ba8eb2b3495632cf400be1c33b50241c31b [file] [log] [blame]
<svg xmlns="http://www.w3.org/2000/svg">
<filter id="f1" filterUnits="objectBoundingBox" primitiveUnits="objectBoundingBox"
x="0" y="0" width="1" height="1">
<feOffset x="10%" y="10%" width="80%" height="80%" dx="0.15" dy="0.25"/>
</filter>
<g filter="url(#f1)">
<rect x="0" y="0" width="100" height="100" fill="#00ff00"/>
</g>
</svg>