1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<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="10.526315789474" height="16" fill="rgb(24, 26, 31)"></rect>
<rect x="10.526315789474" width="10.526315789474" height="16" fill="rgb(33, 37, 43)"></rect>
<rect x="21.052631578947" width="10.526315789474" height="16" fill="rgb(40, 44, 52)"></rect>
<rect x="31.578947368421" width="10.526315789474" height="16" fill="rgb(44, 51, 62)"></rect>
<rect x="42.105263157895" width="10.526315789474" height="16" fill="rgb(56, 61, 73)"></rect>
<rect x="52.631578947368" width="10.526315789474" height="16" fill="rgb(83, 87, 110)"></rect>
<rect x="63.157894736842" width="10.526315789474" height="16" fill="rgb(79, 88, 115)"></rect>
<rect x="73.684210526316" width="10.526315789474" height="16" fill="rgb(95, 105, 122)"></rect>
<rect x="84.210526315789" width="10.526315789474" height="16" fill="rgb(102, 107, 118)"></rect>
<rect x="94.736842105263" width="10.526315789474" height="16" fill="rgb(48, 96, 193)"></rect>
<rect x="105.26315789474" width="10.526315789474" height="16" fill="rgb(235, 103, 114)"></rect>
<rect x="115.78947368421" width="10.526315789474" height="16" fill="rgb(219, 157, 99)"></rect>
<rect x="126.31578947368" width="10.526315789474" height="16" fill="rgb(82, 139, 255)"></rect>
<rect x="136.84210526316" width="10.526315789474" height="16" fill="rgb(154, 204, 118)"></rect>
<rect x="147.36842105263" width="10.526315789474" height="16" fill="rgb(92, 179, 250)"></rect>
<rect x="157.89473684211" width="10.526315789474" height="16" fill="rgb(171, 178, 191)"></rect>
<rect x="168.42105263158" width="10.526315789474" height="16" fill="rgb(230, 192, 123)"></rect>
<rect x="178.94736842105" width="10.526315789474" height="16" fill="rgb(205, 116, 232)"></rect>
<rect x="189.47368421053" width="10.526315789474" height="16" fill="rgb(255, 255, 255)"></rect>
</svg>
|