5 lines
213 B
XML
5 lines
213 B
XML
<?xml version="1.0" ?>
|
|
<svg xmlns="http://www.w3.org/2000/svg">
|
|
<rect fill="white" x="0" y="0" width="100%" height="100%" />
|
|
<rect fill="transparent" x="0" y="0" width="100%" height="100%" rx="10px"/>
|
|
</svg> |