11 lines
310 B
XML
11 lines
310 B
XML
<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>
|