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(0, 43, 54)"></rect>
<rect x="16.666666666667" width="16.666666666667" height="16" fill="rgb(7, 54, 66)"></rect>
<rect x="33.333333333333" width="16.666666666667" height="16" fill="rgb(133, 153, 0)"></rect>
<rect x="50.0" width="16.666666666667" height="16" fill="rgb(101, 123, 131)"></rect>
<rect x="66.666666666667" width="16.666666666667" height="16" fill="rgb(42, 161, 152)"></rect>
<rect x="83.333333333333" width="16.666666666667" height="16" fill="rgb(38, 139, 210)"></rect>
<rect x="100.0" width="16.666666666667" height="16" fill="rgb(211, 54, 130)"></rect>
<rect x="116.66666666667" width="16.666666666667" height="16" fill="rgb(147, 161, 161)"></rect>
<rect x="133.33333333333" width="16.666666666667" height="16" fill="rgb(191, 187, 170)"></rect>
<rect x="150.0" width="16.666666666667" height="16" fill="rgb(224, 219, 200)"></rect>
<rect x="166.66666666667" width="16.666666666667" height="16" fill="rgb(238, 232, 213)"></rect>
<rect x="183.33333333333" width="16.666666666667" height="16" fill="rgb(253, 246, 227)"></rect>
</svg>
|