4 lines
234 B
XML
4 lines
234 B
XML
<svg width="500" height="500" viewBox="0 0 500 500" version="2.0" xmlns="http://www.w3.org/2000/svg">
|
|
<rect fill="red" x="-5" y="-5" width="510" height="510"/>
|
|
<rect fill="blue" x="50" y="50" width="400" height="400"/>
|
|
</svg>
|