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