1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="16" shape-rendering="crispEdges">
<rect x="0.0" width="11.764705882353" height="16" fill="rgb(76, 79, 105)"></rect>
<rect x="11.764705882353" width="11.764705882353" height="16" fill="rgb(64, 160, 43)"></rect>
<rect x="23.529411764706" width="11.764705882353" height="16" fill="rgb(210, 15, 57)"></rect>
<rect x="35.294117647059" width="11.764705882353" height="16" fill="rgb(92, 95, 119)"></rect>
<rect x="47.058823529412" width="11.764705882353" height="16" fill="rgb(254, 100, 11)"></rect>
<rect x="58.823529411765" width="11.764705882353" height="16" fill="rgb(30, 102, 245)"></rect>
<rect x="70.588235294118" width="11.764705882353" height="16" fill="rgb(4, 165, 229)"></rect>
<rect x="82.352941176471" width="11.764705882353" height="16" fill="rgb(136, 57, 239)"></rect>
<rect x="94.117647058824" width="11.764705882353" height="16" fill="rgb(220, 138, 120)"></rect>
<rect x="105.88235294118" width="11.764705882353" height="16" fill="rgb(156, 160, 176)"></rect>
<rect x="117.64705882353" width="11.764705882353" height="16" fill="rgb(114, 135, 253)"></rect>
<rect x="129.41176470588" width="11.764705882353" height="16" fill="rgb(172, 176, 190)"></rect>
<rect x="141.17647058824" width="11.764705882353" height="16" fill="rgb(188, 192, 204)"></rect>
<rect x="152.94117647059" width="11.764705882353" height="16" fill="rgb(204, 208, 218)"></rect>
<rect x="164.70588235294" width="11.764705882353" height="16" fill="rgb(220, 224, 232)"></rect>
<rect x="176.47058823529" width="11.764705882353" height="16" fill="rgb(230, 233, 239)"></rect>
<rect x="188.23529411765" width="11.764705882353" height="16" fill="rgb(239, 241, 245)"></rect>
</svg>
|