4 lines
236 B
XML
4 lines
236 B
XML
<svg width="500" height="500" viewBox="0 0 0.1 0.1" version="2.0" xmlns="http://www.w3.org/2000/svg">
|
|
<rect fill="red" x="-1" y="-1" width="3" height="3"/>
|
|
<rect fill="blue" x="0.01" y="0.01" width="0.08" height="0.08"/>
|
|
</svg>
|