5 lines
225 B
XML
5 lines
225 B
XML
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 120'>
|
|
<rect width='200' height='40' fill='#ff208b'/>
|
|
<rect width='200' height='40' y='40' fill='#ffd700'/>
|
|
<rect width='200' height='40' y='80' fill='#20b0ff'/>
|
|
</svg>
|