blob: cf3483cfaddde7766203966dc1dba8b57251c5c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/licenses/publicdomain/
-->
<svg xmlns="http://www.w3.org/2000/svg">
<defs>
<filter id="f1" x="0" y="0" width="4563402752" height="4563402752" filterUnits="userSpaceOnUse" primitiveUnits="userSpaceOnUse">
<feFlood flood-color="lime" x="0" y="0" width="100%" height="100%"/>
</filter>
</defs>
<rect x="10" y="10" width="10" height="10" filter="url(#f1)"/>
</svg>
|