You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
1000 B
12 lines
1000 B
5 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<svg viewBox="0 0 500 100" xmlns="http://www.w3.org/2000/svg">
|
||
|
<rect x="10" y="89" width="80" height="10" style="fill: rgb(216, 216, 216);"/>
|
||
|
<rect x="110" y="89" width="80" height="10" style="fill: rgb(216, 216, 216);"/>
|
||
|
<rect x="210" y="89" width="80" height="10" style="fill: rgb(216, 216, 216);"/>
|
||
|
<rect x="310" y="89" width="80" height="10" style="fill: rgb(216, 216, 216);"/>
|
||
|
<rect x="410" y="89" width="80" height="10" style="fill: rgb(216, 216, 216);"/>
|
||
|
<rect x="10" y="89" width="80" height="10" style="stroke: rgb(0, 0, 0); stroke-width: 2px; fill: rgb(0, 146, 237);"/>
|
||
|
<rect x="110" y="89" width="80" height="10" style="stroke: rgb(0, 0, 0); stroke-width: 2px; fill: rgb(0, 146, 237);"/>
|
||
|
<rect x="210" y="89" width="80" height="10" style="stroke: rgb(0, 0, 0); stroke-width: 2px; fill: rgb(0, 146, 237);"/>
|
||
|
<rect x="310" y="89" width="80" height="10" style="stroke: rgb(0, 0, 0); fill: rgb(0, 146, 237); stroke-width: 2px;"/>
|
||
|
</svg>
|