13 lines
264 B
XML
13 lines
264 B
XML
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
|
<svg
|
||
|
width="150mm"
|
||
|
height="100mm"
|
||
|
viewBox="0 0 150 100">
|
||
|
<rect
|
||
|
style="fill:none;stroke:#bebebe;stroke-width:5"
|
||
|
width="145"
|
||
|
height="95"
|
||
|
x="2.5"
|
||
|
y="2.5"
|
||
|
ry="10" />
|
||
|
</svg>
|