9 lines
637 B
XML
9 lines
637 B
XML
<?xml version="1.0" standalone="no"?>
|
|
<svg width="700" height="900" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
<rect x="50" y="50" rx="50" ry="50" width="600" height="800" style="stroke:rgb(200,200,200);stroke-width:50;"/>
|
|
<rect x="150" y="150" width="400" height="70" style="fill:rgb(200,200,200);"/>
|
|
<rect x="150" y="282" width="400" height="70" style="fill:rgb(200,200,200);"/>
|
|
<rect x="150" y="415" width="400" height="70" style="fill:rgb(200,200,200);"/>
|
|
<rect x="150" y="548" width="400" height="70" style="fill:rgb(200,200,200);"/>
|
|
<rect x="150" y="680" width="400" height="70" style="fill:rgb(200,200,200);"/>
|
|
</svg> |