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(19, 23, 30)"></rect>
<rect x="11.764705882353" width="11.764705882353" height="16" fill="rgb(28, 31, 37)"></rect>
<rect x="23.529411764706" width="11.764705882353" height="16" fill="rgb(36, 34, 35)"></rect>
<rect x="35.294117647059" width="11.764705882353" height="16" fill="rgb(33, 37, 43)"></rect>
<rect x="47.058823529412" width="11.764705882353" height="16" fill="rgb(50, 54, 65)"></rect>
<rect x="58.823529411765" width="11.764705882353" height="16" fill="rgb(61, 63, 67)"></rect>
<rect x="70.588235294118" width="11.764705882353" height="16" fill="rgb(62, 68, 81)"></rect>
<rect x="82.352941176471" width="11.764705882353" height="16" fill="rgb(89, 91, 95)"></rect>
<rect x="94.117647058824" width="11.764705882353" height="16" fill="rgb(84, 94, 112)"></rect>
<rect x="105.88235294118" width="11.764705882353" height="16" fill="rgb(92, 99, 112)"></rect>
<rect x="117.64705882353" width="11.764705882353" height="16" fill="rgb(89, 98, 117)"></rect>
<rect x="129.41176470588" width="11.764705882353" height="16" fill="rgb(101, 112, 133)"></rect>
<rect x="141.17647058824" width="11.764705882353" height="16" fill="rgb(234, 89, 100)"></rect>
<rect x="152.94117647059" width="11.764705882353" height="16" fill="rgb(152, 200, 117)"></rect>
<rect x="164.70588235294" width="11.764705882353" height="16" fill="rgb(113, 169, 215)"></rect>
<rect x="176.47058823529" width="11.764705882353" height="16" fill="rgb(171, 178, 191)"></rect>
<rect x="188.23529411765" width="11.764705882353" height="16" fill="rgb(255, 255, 255)"></rect>
</svg>
|