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(22, 22, 22)"></rect>
<rect x="11.764705882353" width="11.764705882353" height="16" fill="rgb(38, 38, 38)"></rect>
<rect x="23.529411764706" width="11.764705882353" height="16" fill="rgb(57, 57, 57)"></rect>
<rect x="35.294117647059" width="11.764705882353" height="16" fill="rgb(82, 82, 82)"></rect>
<rect x="47.058823529412" width="11.764705882353" height="16" fill="rgb(255, 0, 15)"></rect>
<rect x="58.823529411765" width="11.764705882353" height="16" fill="rgb(66, 190, 101)"></rect>
<rect x="70.588235294118" width="11.764705882353" height="16" fill="rgb(8, 189, 186)"></rect>
<rect x="82.352941176471" width="11.764705882353" height="16" fill="rgb(238, 83, 150)"></rect>
<rect x="94.117647058824" width="11.764705882353" height="16" fill="rgb(51, 177, 255)"></rect>
<rect x="105.88235294118" width="11.764705882353" height="16" fill="rgb(61, 219, 217)"></rect>
<rect x="117.64705882353" width="11.764705882353" height="16" fill="rgb(120, 169, 255)"></rect>
<rect x="129.41176470588" width="11.764705882353" height="16" fill="rgb(255, 126, 182)"></rect>
<rect x="141.17647058824" width="11.764705882353" height="16" fill="rgb(130, 207, 255)"></rect>
<rect x="152.94117647059" width="11.764705882353" height="16" fill="rgb(190, 149, 255)"></rect>
<rect x="164.70588235294" width="11.764705882353" height="16" fill="rgb(221, 225, 230)"></rect>
<rect x="176.47058823529" width="11.764705882353" height="16" fill="rgb(242, 244, 248)"></rect>
<rect x="188.23529411765" width="11.764705882353" height="16" fill="rgb(255, 255, 255)"></rect>
</svg>
|