blob: a1574eeb0dc8dc6fc1675c71ccbb4a11b7748bb3 [file] [log] [blame]
<svg width="400px" height="400px" xmlns="http://www.w3.org/2000/svg">
<defs>
<filter id="filter" filterUnits="objectBoundingBox" x="0" y="0" width="100%" height="100%">
<feFlood x="0" y="0" width="400" height="400" flood-color="rgb(93, 7, 54)" result="flood1" />
</filter>
</defs>
<rect x="20" y="20" width="400" height="400" filter="url(#filter)"/>
</svg>