Source code
Revision control
Copy as Markdown
Other Tools
<!--
Any copyright is dedicated to the Public Domain.
-->
<defs>
<filter id="illuminate-center">
<feDiffuseLighting in="SourceGraphic" result="light" lighting-color="white">
<fePointLight x="100" y="100" z="100"/>
</feDiffuseLighting>
<feComposite in="SourceGraphic" in2="light" operator="arithmetic" k1="1" k2="0" k3="0" k4="0"/>
</filter>
</defs>
<rect width="200" height="200" fill="green" filter="url(#illuminate-center)"/>
</svg>