|
|
|
@ -1,9 +1,9 @@
|
|
|
|
|
<?xml version='1.0' encoding='UTF-8'?>
|
|
|
|
|
<svg width='400' height='300' viewBox='0 0 400 300' xmlns='http://www.w3.org/2000/svg'>
|
|
|
|
|
<text x='20' y='20'>2</text>
|
|
|
|
|
<rect x='50' y='0' width='140' height='30' stroke='grey' fill='#319c28' />
|
|
|
|
|
<rect x='50' y='0' width='140' height='30' stroke='grey' fill='#e3c3c7' />
|
|
|
|
|
<text x='20' y='50'>5</text>
|
|
|
|
|
<rect x='50' y='30' width='350' height='30' stroke='grey' fill='#7d79c6' />
|
|
|
|
|
<rect x='50' y='30' width='350' height='30' stroke='grey' fill='#9efffa' />
|
|
|
|
|
<text x='20' y='80'>3</text>
|
|
|
|
|
<rect x='50' y='60' width='210' height='30' stroke='grey' fill='#5e7341' />
|
|
|
|
|
<rect x='50' y='60' width='210' height='30' stroke='grey' fill='#6f092f' />
|
|
|
|
|
</svg>
|
|
|
|
|