blob: e273dbda8516422f120277c43d2e99a1df2f812d [file] [log] [blame]
<svg width="10px" height="10px" xmlns="http://www.w3.org/2000/svg">
<defs>
<filter id="filter" filterUnits="objectBoundingBox" x="0" y="0" width="100%" height="100%">
<feDiffuseLighting lighting-color="green">
<feDistantLight azimuth="100" elevation="100"/>
</feDiffuseLighting>
</filter>
</defs>
<rect id="target" x="0" y="0" width="10" height="10" filter="url(#filter)"/>
</svg>