1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<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="13.333333333333" height="16" fill="rgb(3, 7, 30)"></rect>
<rect x="13.333333333333" width="13.333333333333" height="16" fill="rgb(8, 19, 85)"></rect>
<rect x="26.666666666667" width="13.333333333333" height="16" fill="rgb(34, 36, 46)"></rect>
<rect x="40.0" width="13.333333333333" height="16" fill="rgb(45, 48, 61)"></rect>
<rect x="53.333333333333" width="13.333333333333" height="16" fill="rgb(68, 71, 90)"></rect>
<rect x="66.666666666667" width="13.333333333333" height="16" fill="rgb(76, 81, 99)"></rect>
<rect x="80.0" width="13.333333333333" height="16" fill="rgb(79, 82, 107)"></rect>
<rect x="93.333333333333" width="13.333333333333" height="16" fill="rgb(118, 18, 197)"></rect>
<rect x="106.66666666667" width="13.333333333333" height="16" fill="rgb(113, 119, 150)"></rect>
<rect x="120.0" width="13.333333333333" height="16" fill="rgb(252, 15, 192)"></rect>
<rect x="133.33333333333" width="13.333333333333" height="16" fill="rgb(253, 208, 23)"></rect>
<rect x="146.66666666667" width="13.333333333333" height="16" fill="rgb(5, 230, 250)"></rect>
<rect x="160.0" width="13.333333333333" height="16" fill="rgb(255, 168, 72)"></rect>
<rect x="173.33333333333" width="13.333333333333" height="16" fill="rgb(255, 184, 108)"></rect>
<rect x="186.66666666667" width="13.333333333333" height="16" fill="rgb(245, 250, 255)"></rect>
</svg>
|