Source code
Revision control
Copy as Markdown
Other Tools
<svg xmlns="http://www.w3.org/2000/svg">
<defs>
<g id="empty" />
<pattern id="rect" width="100" height="100">
<rect fill="lime" width="100" height="100" />
</pattern>
<g id="shadow" width="100" height="100">
<rect fill="lime" width="100" height="100" />
</g>
</defs>
</svg>