13 lines
925 B
XML
13 lines
925 B
XML
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
|
<svg
|
||
|
width="300mm"
|
||
|
height="200mm"
|
||
|
viewBox="0 0 300 200">
|
||
|
<rect
|
||
|
style="fill:none;stroke:#bebebe;stroke-width:5"
|
||
|
width="295"
|
||
|
height="195"
|
||
|
x="2.5"
|
||
|
y="2.5"
|
||
|
ry="10" />
|
||
|
<path style="fill:none;stroke:#bebebe;stroke-width:5" d="M 0,50 H 300" /><path style="fill:none;stroke:#bebebe;stroke-width:5" d="M 0,100 H 300" /><path style="fill:none;stroke:#bebebe;stroke-width:5" d="M 0,150 H 300" /><path style="fill:none;stroke:#bebebe;stroke-width:5" d="M 50,0 V 200" /><path style="fill:none;stroke:#bebebe;stroke-width:5" d="M 100,0 V 200" /><path style="fill:none;stroke:#bebebe;stroke-width:5" d="M 150,0 V 200" /><path style="fill:none;stroke:#bebebe;stroke-width:5" d="M 200,0 V 200" /><path style="fill:none;stroke:#bebebe;stroke-width:5" d="M 250,0 V 200" /><rect style="fill:#bebebe" width="45" height="45" x="152.5" y="2.5" /></svg>
|