Source code
Revision control
Copy as Markdown
Other Tools
<!--
Any copyright is dedicated to the Public Domain.
-->
<filter id="f1">
<feFlood flood-color="black" result="black"/>
<feComposite in="SourceAlpha" operator="in"/>
<feOffset dx="10" dy="10"/>
<feComposite in="SourceGraphic"/>
</filter>
<rect x="50" y="50" width="200" height="200" fill="lime" filter="url(#f1)"/>
</svg>