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(40, 105, 131)"></rect>
<rect x="13.333333333333" width="13.333333333333" height="16" fill="rgb(87, 82, 121)"></rect>
<rect x="26.666666666667" width="13.333333333333" height="16" fill="rgb(121, 117, 147)"></rect>
<rect x="40.0" width="13.333333333333" height="16" fill="rgb(86, 148, 159)"></rect>
<rect x="53.333333333333" width="13.333333333333" height="16" fill="rgb(180, 99, 122)"></rect>
<rect x="66.666666666667" width="13.333333333333" height="16" fill="rgb(144, 122, 169)"></rect>
<rect x="80.0" width="13.333333333333" height="16" fill="rgb(234, 157, 52)"></rect>
<rect x="93.333333333333" width="13.333333333333" height="16" fill="rgb(152, 147, 165)"></rect>
<rect x="106.66666666667" width="13.333333333333" height="16" fill="rgb(215, 130, 126)"></rect>
<rect x="120.0" width="13.333333333333" height="16" fill="rgb(206, 202, 205)"></rect>
<rect x="133.33333333333" width="13.333333333333" height="16" fill="rgb(223, 218, 217)"></rect>
<rect x="146.66666666667" width="13.333333333333" height="16" fill="rgb(242, 233, 225)"></rect>
<rect x="160.0" width="13.333333333333" height="16" fill="rgb(244, 237, 232)"></rect>
<rect x="173.33333333333" width="13.333333333333" height="16" fill="rgb(250, 244, 237)"></rect>
<rect x="186.66666666667" width="13.333333333333" height="16" fill="rgb(255, 250, 243)"></rect>
</svg>
|