7 lines
230 B
XML
7 lines
230 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<svg
|
||
|
xmlns="http://www.w3.org/2000/svg" width="600" height="400">
|
||
|
<rect width="600" height="400" fill="#fff"/>
|
||
|
<path d="M0,0 600,400M0,400 600,0" stroke="#b10021" stroke-width="68"/>
|
||
|
</svg>
|