6 lines
321 B
XML
6 lines
321 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg">
|
|
<rect fill="green" stroke="blue" x="0" y="0" width="4" height="4" />
|
|
<rect fill="yellow" stroke="red" x="8" y="0" width="4" height="4" />
|
|
<rect fill="blue" stroke="red" x="16" y="0" width="4" height="4" />
|
|
</svg>
|