blob: 0a2f2359b84971277767c369f14b588670f6890f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<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>
|