blob: c44b9732e6d7676e8789db475b2817a4b723ddeb [file] [log] [blame]
<svg width="480px" height="600px" xmlns="http://www.w3.org/2000/svg">
<defs>
<filter id="filter" filterUnits="objectBoundingBox" x="0" y="0" width="100%" height="100%">
<feDiffuseLighting lighting-color="rgb(0, 128, 0)">
<feSpotLight x="200" y="200" z="500000000" />
</feDiffuseLighting>
</filter>
</defs>
<rect x="0" y="0" width="400" height="400" filter="url(#filter)"/>
</svg>