1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<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="16.666666666667" height="16" fill="rgb(40, 40, 40)"></rect>
<rect x="16.666666666667" width="16.666666666667" height="16" fill="rgb(157, 0, 6)"></rect>
<rect x="33.333333333333" width="16.666666666667" height="16" fill="rgb(60, 56, 54)"></rect>
<rect x="50.0" width="16.666666666667" height="16" fill="rgb(7, 102, 120)"></rect>
<rect x="66.666666666667" width="16.666666666667" height="16" fill="rgb(121, 116, 14)"></rect>
<rect x="83.333333333333" width="16.666666666667" height="16" fill="rgb(66, 123, 88)"></rect>
<rect x="100.0" width="16.666666666667" height="16" fill="rgb(143, 63, 113)"></rect>
<rect x="116.66666666667" width="16.666666666667" height="16" fill="rgb(146, 131, 116)"></rect>
<rect x="133.33333333333" width="16.666666666667" height="16" fill="rgb(235, 219, 178)"></rect>
<rect x="150.0" width="16.666666666667" height="16" fill="rgb(242, 229, 188)"></rect>
<rect x="166.66666666667" width="16.666666666667" height="16" fill="rgb(251, 241, 199)"></rect>
<rect x="183.33333333333" width="16.666666666667" height="16" fill="rgb(249, 245, 215)"></rect>
</svg>
|