I am now working on the last bits of my PV meter (data grabbed from supplier's webapp html via single-file.exe) -> see above, this already includes the battery charge trend. My final task is to convert the below remaining SVG <rect> html section to the equivalent rainmeter Rectangle shape meter section.
The html structure is a series of <rect></rect> with this structure:The correct rainmeter Rectangle syntax as per documentation:
Shape=Rectangle X,Y,Width,Height
I already managed to substitute the beginning and final part as well as internal Fill Color (and opacity I used for StrokeWidth) with this Substitute:My last remaining problem:
After the X coordinate, unfortunately the html does not continue with Y but with Width! How can I exchange the order of the remaining string sections so that I get the correct Rainmeter syntax? If I understand the documentation correctly, I think this might require RegExpSubstitute - but I'm not sure, so far my regex experience has not dealt with "changing the order" in a string chain. Hopefully, it can be done? A small hint is highly welcome, will try to dig into it. My motivation is close to infinity with this project, it's actually fun and thanks to the usual suspects in this forum, well, I have come THIS far!
Incomplete Substitute result with my above code:Original html section used as input for the Substitute measure:
The html structure is a series of <rect></rect> with this structure:
Code:
<rect x=0.6265624999999966 width=2.92395833333334 y=0 height=6.197478991596644 style=fill:rgb(243,115,32);opacity:1></rect>
Shape=Rectangle X,Y,Width,Height
I already managed to substitute the beginning and final part as well as internal Fill Color (and opacity I used for StrokeWidth) with this Substitute:
Code:
Substitute="<rect x=":"Shape=Rectangle ","fill:rgb":"| Fill Color ","opacity:":"| StrokeWidth ","style=":"",";":" ","(":"",")":"","></rect>":"#CRLF#"
After the X coordinate, unfortunately the html does not continue with Y but with Width! How can I exchange the order of the remaining string sections so that I get the correct Rainmeter syntax? If I understand the documentation correctly, I think this might require RegExpSubstitute - but I'm not sure, so far my regex experience has not dealt with "changing the order" in a string chain. Hopefully, it can be done? A small hint is highly welcome, will try to dig into it. My motivation is close to infinity with this project, it's actually fun and thanks to the usual suspects in this forum, well, I have come THIS far!
Incomplete Substitute result with my above code:
Code:
Shape=Rectangle 0.6265624999999966 width=2.92395833333334 y=0 height=6.197478991596644 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 4.80364583333333 width=2.92395833333334 y=0 height=7.457983193277312 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 8.980729166666665 width=2.92395833333334 y=0 height=7.142857142857145 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 13.157812499999999 width=2.92395833333334 y=0 height=6.092436974789922 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 17.33489583333333 width=2.92395833333334 y=0 height=3.781512605042017 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 21.511979166666663 width=2.92395833333334 y=0 height=3.781512605042017 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 25.689062499999995 width=2.92395833333334 y=0 height=3.361344537815128 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 29.86614583333333 width=2.92395833333334 y=0 height=3.2563025210084056 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 34.04322916666666 width=2.92395833333334 y=0 height=3.1512605042016832 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 38.22031249999999 width=2.92395833333334 y=0 height=3.361344537815128 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 42.39739583333333 width=2.92395833333334 y=0 height=3.361344537815128 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 46.57447916666666 width=2.92395833333334 y=0 height=5.147058823529408 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 50.7515625 width=2.92395833333334 y=0 height=4.936974789915963 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 54.92864583333333 width=2.92395833333334 y=0 height=4.936974789915963 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 59.105729166666656 width=2.92395833333334 y=0 height=4.621848739495796 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 63.2828125 width=2.92395833333334 y=0 height=3.5714285714285725 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 67.45989583333333 width=2.92395833333334 y=0 height=3.046218487394961 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 71.63697916666666 width=2.92395833333334 y=0 height=3.046218487394961 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 75.8140625 width=2.92395833333334 y=0 height=3.2563025210084056 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 79.99114583333333 width=2.92395833333334 y=0 height=3.2563025210084056 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 84.16822916666666 width=2.92395833333334 y=0 height=3.046218487394961 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 88.3453125 width=2.92395833333334 y=0 height=3.1512605042016832 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 92.52239583333333 width=2.92395833333334 y=0 height=3.1512605042016832 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 96.69947916666666 width=2.92395833333334 y=0 height=4.621848739495796 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 100.87656249999999 width=2.92395833333334 y=0 height=4.831932773109241 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 105.05364583333333 width=2.92395833333334 y=0 height=4.516806722689074 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 109.23072916666668 width=2.92395833333334 y=0 height=4.621848739495796 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 113.40781249999999 width=2.92395833333334 y=0 height=3.2563025210084056 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 117.58489583333333 width=2.92395833333334 y=0 height=3.1512605042016832 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 121.76197916666668 width=2.92395833333334 y=0 height=1.0504201680672232 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 125.93906249999999 width=2.92395833333334 y=0 height=1.36554621848739 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 130.11614583333332 width=2.92395833333334 y=0 height=0.8403361344537785 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 134.29322916666666 width=2.92395833333334 y=0 height=1.1554621848739455 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 138.47031249999998 width=2.92395833333334 y=0 height=2.5210084033613493 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 142.64739583333332 width=2.92395833333334 y=0 height=1.5756302521008347 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 146.82447916666666 width=2.92395833333334 y=0 height=3.046218487394961 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 151.00156249999998 width=2.92395833333334 y=0 height=3.46638655462185 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 155.17864583333332 width=2.92395833333334 y=0 height=3.9915966386554618 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 159.35572916666666 width=2.92395833333334 y=0 height=3.046218487394961 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 163.53281249999998 width=2.92395833333334 y=0 height=3.46638655462185 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 167.70989583333332 width=2.92395833333334 y=0 height=9.033613445378148 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 171.88697916666666 width=2.92395833333334 y=0 height=3.046218487394961 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 176.06406249999998 width=2.92395833333334 y=0 height=7.9831932773109235 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 180.24114583333332 width=2.92395833333334 y=0 height=1.680672268907557 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 184.41822916666666 width=2.92395833333334 y=0 height=6.827731092436978 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 188.59531249999998 width=2.92395833333334 y=0 height=3.46638655462185 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 192.77239583333332 width=2.92395833333334 y=0 height=3.5714285714285725 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 196.94947916666666 width=2.92395833333334 y=0 height=5.357142857142852 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 201.1265625 width=2.92395833333334 y=0 height=8.193277310924369 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 205.30364583333332 width=2.92395833333334 y=0 height=8.298319327731091 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 209.48072916666663 width=2.92395833333334 y=0 height=11.134453781512606 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 213.6578125 width=2.92395833333334 y=0 height=6.827731092436978 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 217.83489583333332 width=2.92395833333334 y=0 height=6.197478991596644 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 222.01197916666663 width=2.92395833333334 y=0 height=3.9915966386554618 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 226.1890625 width=2.92395833333334 y=0 height=3.9915966386554618 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 230.36614583333332 width=2.92395833333334 y=0 height=3.676470588235295 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 234.54322916666663 width=2.92395833333334 y=0 height=3.361344537815128 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 238.7203125 width=2.92395833333334 y=0 height=17.75210084033614 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 242.89739583333332 width=2.92395833333334 y=0 height=2.10084033613446 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 247.07447916666663 width=2.92395833333334 y=0 height=4.516806722689074 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 251.2515625 width=2.92395833333334 y=0 height=9.033613445378148 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 255.42864583333332 width=2.92395833333334 y=0 height=7.563025210084034 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 259.60572916666666 width=2.92395833333334 y=0 height=12.605042016806719 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 263.78281250000003 width=2.92395833333334 y=0 height=8.088235294117647 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 267.95989583333335 width=2.92395833333334 y=0 height=6.197478991596644 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 272.13697916666666 width=2.92395833333334 y=0 height=6.3025210084033665 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 276.31406250000003 width=2.92395833333334 y=0 height=6.197478991596644 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 280.49114583333335 width=2.92395833333334 y=0 height=5.882352941176477 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 284.66822916666666 width=2.92395833333334 y=0 height=3.676470588235295 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 288.84531250000003 width=2.92395833333334 y=0 height=3.46638655462185 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 293.02239583333335 width=2.92395833333334 y=0 height=3.5714285714285725 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 297.19947916666666 width=2.92395833333334 y=0 height=3.9915966386554618 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 301.37656250000003 width=2.92395833333334 y=0 height=5.672268907563019 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 305.55364583333335 width=2.92395833333334 y=0 height=5.777310924369742 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 309.73072916666666 width=2.92395833333334 y=0 height=7.878151260504201 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 313.90781250000003 width=2.92395833333334 y=0 height=7.457983193277312 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 318.08489583333335 width=2.92395833333334 y=0 height=5.9873949579831995 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 322.26197916666666 width=2.92395833333334 y=0 height=5.25210084033613 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 326.43906250000003 width=2.92395833333334 y=0 height=5.147058823529408 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 330.61614583333335 width=2.92395833333334 y=0 height=4.936974789915963 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 334.79322916666666 width=2.92395833333334 y=0 height=5.042016806722685 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 338.97031250000003 width=2.92395833333334 y=0 height=5.147058823529408 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 343.14739583333335 width=2.92395833333334 y=0 height=4.0966386554621845 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 347.32447916666666 width=2.92395833333334 y=0 height=9.873949579831939 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 351.50156250000003 width=2.92395833333334 y=0 height=5.147058823529408 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 355.67864583333335 width=2.92395833333334 y=0 height=4.726890756302518 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 359.85572916666666 width=2.92395833333334 y=0 height=4.936974789915963 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 364.03281250000003 width=2.92395833333334 y=0 height=3.1512605042016832 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 368.20989583333335 width=2.92395833333334 y=0 height=5.882352941176477 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 372.38697916666666 width=2.92395833333334 y=0 height=10.609243697478995 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 376.56406250000003 width=2.92395833333334 y=0 height=7.563025210084034 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 380.74114583333335 width=2.92395833333334 y=0 height=0 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 384.91822916666666 width=2.92395833333334 y=0 height=0 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 389.09531250000003 width=2.92395833333334 y=0 height=0 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 393.27239583333335 width=2.92395833333334 y=0 height=0 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 397.44947916666666 width=2.92395833333334 y=0 height=0 | Fill Color 243,115,32 | StrokeWidth 1Shape=Rectangle 0.6265624999999966 width=2.92395833333334 y=6.197478991596644 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 4.80364583333333 width=2.92395833333334 y=7.457983193277312 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 8.980729166666665 width=2.92395833333334 y=7.142857142857145 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 13.157812499999999 width=2.92395833333334 y=6.092436974789922 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 17.33489583333333 width=2.92395833333334 y=3.781512605042017 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 21.511979166666663 width=2.92395833333334 y=3.781512605042017 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 25.689062499999995 width=2.92395833333334 y=3.361344537815128 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 29.86614583333333 width=2.92395833333334 y=3.2563025210084056 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 34.04322916666666 width=2.92395833333334 y=3.1512605042016832 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 38.22031249999999 width=2.92395833333334 y=3.361344537815128 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 42.39739583333333 width=2.92395833333334 y=3.361344537815128 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 46.57447916666666 width=2.92395833333334 y=5.147058823529408 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 50.7515625 width=2.92395833333334 y=4.936974789915963 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 54.92864583333333 width=2.92395833333334 y=4.936974789915963 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 59.105729166666656 width=2.92395833333334 y=4.621848739495796 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 63.2828125 width=2.92395833333334 y=3.5714285714285725 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 67.45989583333333 width=2.92395833333334 y=3.046218487394961 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 71.63697916666666 width=2.92395833333334 y=3.046218487394961 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 75.8140625 width=2.92395833333334 y=3.2563025210084056 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 79.99114583333333 width=2.92395833333334 y=3.2563025210084056 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 84.16822916666666 width=2.92395833333334 y=3.046218487394961 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 88.3453125 width=2.92395833333334 y=3.1512605042016832 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 92.52239583333333 width=2.92395833333334 y=3.1512605042016832 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 96.69947916666666 width=2.92395833333334 y=4.621848739495796 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 100.87656249999999 width=2.92395833333334 y=4.831932773109241 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 105.05364583333333 width=2.92395833333334 y=4.516806722689074 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 109.23072916666668 width=2.92395833333334 y=4.621848739495796 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 113.40781249999999 width=2.92395833333334 y=3.2563025210084056 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 117.58489583333333 width=2.92395833333334 y=3.1512605042016832 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 121.76197916666668 width=2.92395833333334 y=1.0504201680672232 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 125.93906249999999 width=2.92395833333334 y=1.36554621848739 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 130.11614583333332 width=2.92395833333334 y=0.8403361344537785 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 134.29322916666666 width=2.92395833333334 y=1.1554621848739455 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 138.47031249999998 width=2.92395833333334 y=2.5210084033613493 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 142.64739583333332 width=2.92395833333334 y=1.5756302521008347 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 146.82447916666666 width=2.92395833333334 y=3.046218487394961 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 151.00156249999998 width=2.92395833333334 y=3.46638655462185 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 155.17864583333332 width=2.92395833333334 y=3.9915966386554618 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 159.35572916666666 width=2.92395833333334 y=3.046218487394961 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 163.53281249999998 width=2.92395833333334 y=3.46638655462185 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 167.70989583333332 width=2.92395833333334 y=9.033613445378148 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 171.88697916666666 width=2.92395833333334 y=3.046218487394961 height=3.361344537815128 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 176.06406249999998 width=2.92395833333334 y=7.9831932773109235 height=26.995798319327733 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 180.24114583333332 width=2.92395833333334 y=1.680672268907557 height=29.201680672268914 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 184.41822916666666 width=2.92395833333334 y=6.827731092436978 height=40.12605042016806 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 188.59531249999998 width=2.92395833333334 y=3.46638655462185 height=42.226890756302524 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 192.77239583333332 width=2.92395833333334 y=3.5714285714285725 height=40.12605042016806 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 196.94947916666666 width=2.92395833333334 y=5.357142857142852 height=30.567226890756302 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 201.1265625 width=2.92395833333334 y=8.193277310924369 height=31.407563025210084 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 205.30364583333332 width=2.92395833333334 y=8.298319327731091 height=38.02521008403362 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 209.48072916666663 width=2.92395833333334 y=11.134453781512606 height=57.24789915966387 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 213.6578125 width=2.92395833333334 y=6.827731092436978 height=55.357142857142854 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 217.83489583333332 width=2.92395833333334 y=6.197478991596644 height=61.1344537815126 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 222.01197916666663 width=2.92395833333334 y=3.9915966386554618 height=70.58823529411764 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 226.1890625 width=2.92395833333334 y=3.9915966386554618 height=69.74789915966386 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 230.36614583333332 width=2.92395833333334 y=3.676470588235295 height=75.52521008403362 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 234.54322916666663 width=2.92395833333334 y=3.361344537815128 height=47.58403361344538 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 238.7203125 width=2.92395833333334 y=17.75210084033614 height=58.71848739495799 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 242.89739583333332 width=2.92395833333334 y=2.10084033613446 height=46.95378151260504 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 247.07447916666663 width=2.92395833333334 y=4.516806722689074 height=30.88235294117647 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 251.2515625 width=2.92395833333334 y=9.033613445378148 height=25.00000000000001 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 255.42864583333332 width=2.92395833333334 y=7.563025210084034 height=42.436974789915965 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 259.60572916666666 width=2.92395833333334 y=12.605042016806719 height=54.20168067226891 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 263.78281250000003 width=2.92395833333334 y=8.088235294117647 height=24.894957983193272 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 267.95989583333335 width=2.92395833333334 y=6.197478991596644 height=32.8781512605042 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 272.13697916666666 width=2.92395833333334 y=6.3025210084033665 height=23.634453781512605 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 276.31406250000003 width=2.92395833333334 y=6.197478991596644 height=35.50420168067227 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 280.49114583333335 width=2.92395833333334 y=5.882352941176477 height=36.659663865546214 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 284.66822916666666 width=2.92395833333334 y=3.676470588235295 height=23.73949579831933 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 288.84531250000003 width=2.92395833333334 y=3.46638655462185 height=34.66386554621849 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 293.02239583333335 width=2.92395833333334 y=3.5714285714285725 height=19.01260504201681 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 297.19947916666666 width=2.92395833333334 y=3.9915966386554618 height=5.987394957983199 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 301.37656250000003 width=2.92395833333334 y=5.672268907563019 height=5.462184873949587 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 305.55364583333335 width=2.92395833333334 y=5.777310924369742 height=7.668067226890756 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 309.73072916666666 width=2.92395833333334 y=7.878151260504201 height=4.621848739495795 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 313.90781250000003 width=2.92395833333334 y=7.457983193277312 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 318.08489583333335 width=2.92395833333334 y=5.9873949579831995 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 322.26197916666666 width=2.92395833333334 y=5.25210084033613 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 326.43906250000003 width=2.92395833333334 y=5.147058823529408 height=0.10504201680672232 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 330.61614583333335 width=2.92395833333334 y=4.936974789915963 height=2.941176470588238 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 334.79322916666666 width=2.92395833333334 y=5.042016806722685 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 338.97031250000003 width=2.92395833333334 y=5.147058823529408 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 343.14739583333335 width=2.92395833333334 y=4.0966386554621845 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 347.32447916666666 width=2.92395833333334 y=9.873949579831939 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 351.50156250000003 width=2.92395833333334 y=5.147058823529408 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 355.67864583333335 width=2.92395833333334 y=4.726890756302518 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 359.85572916666666 width=2.92395833333334 y=4.936974789915963 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 364.03281250000003 width=2.92395833333334 y=3.1512605042016832 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 368.20989583333335 width=2.92395833333334 y=5.882352941176477 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 372.38697916666666 width=2.92395833333334 y=10.609243697478995 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 376.56406250000003 width=2.92395833333334 y=7.563025210084034 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 380.74114583333335 width=2.92395833333334 y=0 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 384.91822916666666 width=2.92395833333334 y=0 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 389.09531250000003 width=2.92395833333334 y=0 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 393.27239583333335 width=2.92395833333334 y=0 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 397.44947916666666 width=2.92395833333334 y=0 height=0 | StrokeWidth 1 | Fill Color 101,101,105Shape=Rectangle 0.6265624999999966 width=2.92395833333334 y=6.197478991596644 height=0.10504201680672232 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 4.80364583333333 width=2.92395833333334 y=7.457983193277312 height=0.10504201680672232 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 8.980729166666665 width=2.92395833333334 y=7.142857142857145 height=0.10504201680672232 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 13.157812499999999 width=2.92395833333334 y=6.092436974789922 height=0.21008403361344463 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 17.33489583333333 width=2.92395833333334 y=3.781512605042017 height=0.10504201680672232 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 21.511979166666663 width=2.92395833333334 y=3.781512605042017 height=0.10504201680672232 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 25.689062499999995 width=2.92395833333334 y=3.361344537815128 height=0.10504201680672232 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 29.86614583333333 width=2.92395833333334 y=3.2563025210084056 height=0.21008403361344463 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 34.04322916666666 width=2.92395833333334 y=3.1512605042016832 height=0.21008403361344463 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 38.22031249999999 width=2.92395833333334 y=3.361344537815128 height=0.10504201680672232 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 42.39739583333333 width=2.92395833333334 y=3.361344537815128 height=0.10504201680672232 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 46.57447916666666 width=2.92395833333334 y=5.147058823529408 height=0.31512605042016695 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 50.7515625 width=2.92395833333334 y=4.936974789915963 height=0.10504201680672232 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 54.92864583333333 width=2.92395833333334 y=4.936974789915963 height=0.21008403361344463 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 59.105729166666656 width=2.92395833333334 y=4.621848739495796 height=0.10504201680672232 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 63.2828125 width=2.92395833333334 y=3.5714285714285725 height=0.21008403361344463 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 67.45989583333333 width=2.92395833333334 y=3.046218487394961 height=0.10504201680672232 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 71.63697916666666 width=2.92395833333334 y=3.046218487394961 height=0.21008403361344463 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 75.8140625 width=2.92395833333334 y=3.2563025210084056 height=0.10504201680672232 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 79.99114583333333 width=2.92395833333334 y=3.2563025210084056 height=0.21008403361344463 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 84.16822916666666 width=2.92395833333334 y=3.046218487394961 height=0.10504201680672232 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 88.3453125 width=2.92395833333334 y=3.1512605042016832 height=0.21008403361344463 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 92.52239583333333 width=2.92395833333334 y=3.1512605042016832 height=0.10504201680672232 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 96.69947916666666 width=2.92395833333334 y=4.621848739495796 height=0.21008403361344463 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 100.87656249999999 width=2.92395833333334 y=4.831932773109241 height=0.10504201680672232 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 105.05364583333333 width=2.92395833333334 y=4.516806722689074 height=0.21008403361344463 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 109.23072916666668 width=2.92395833333334 y=4.621848739495796 height=0.10504201680672232 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 113.40781249999999 width=2.92395833333334 y=3.2563025210084056 height=0.6302521008403339 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 117.58489583333333 width=2.92395833333334 y=3.1512605042016832 height=1.9957983193277244 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 121.76197916666668 width=2.92395833333334 y=1.0504201680672232 height=6.197478991596644 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 125.93906249999999 width=2.92395833333334 y=1.36554621848739 height=6.197478991596644 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 130.11614583333332 width=2.92395833333334 y=0.8403361344537785 height=7.142857142857145 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 134.29322916666666 width=2.92395833333334 y=1.1554621848739455 height=8.508403361344536 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 138.47031249999998 width=2.92395833333334 y=2.5210084033613493 height=15.441176470588236 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 142.64739583333332 width=2.92395833333334 y=1.5756302521008347 height=18.69747899159664 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 146.82447916666666 width=2.92395833333334 y=3.046218487394961 height=19.537815126050422 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 151.00156249999998 width=2.92395833333334 y=3.46638655462185 height=16.701680672268907 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 155.17864583333332 width=2.92395833333334 y=3.9915966386554618 height=19.432773109243698 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 159.35572916666666 width=2.92395833333334 y=3.046218487394961 height=26.26050420168068 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 163.53281249999998 width=2.92395833333334 y=3.46638655462185 height=31.72268907563025 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 167.70989583333332 width=2.92395833333334 y=9.033613445378148 height=30.252100840336137 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 171.88697916666666 width=2.92395833333334 y=6.407563025210089 height=30.462184873949568 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 176.06406249999998 width=2.92395833333334 y=34.97899159663866 height=7.878151260504197 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 180.24114583333332 width=2.92395833333334 y=30.88235294117647 height=1.680672268907557 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 184.41822916666666 width=2.92395833333334 y=46.95378151260504 height=1.99579831932774 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 188.59531249999998 width=2.92395833333334 y=45.69327731092437 height=0.6302521008403374 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 192.77239583333332 width=2.92395833333334 y=43.69747899159663 height=0.3151260504201687 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 196.94947916666666 width=2.92395833333334 y=35.924369747899156 height=0.8403361344537785 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 201.1265625 width=2.92395833333334 y=39.60084033613445 height=0.42016806722688926 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 205.30364583333332 width=2.92395833333334 y=46.32352941176471 height=0.5252100840336098 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 209.48072916666663 width=2.92395833333334 y=68.38235294117648 height=0.735294117647058 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 213.6578125 width=2.92395833333334 y=62.18487394957983 height=0.42016806722688926 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 217.83489583333332 width=2.92395833333334 y=67.33193277310924 height=0.8403361344537927 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 222.01197916666663 width=2.92395833333334 y=74.5798319327731 height=0.42016806722689637 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 226.1890625 width=2.92395833333334 y=73.73949579831933 height=0.6302521008403374 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 230.36614583333332 width=2.92395833333334 y=79.2016806722689 height=0.42016806722688216 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 234.54322916666663 width=2.92395833333334 y=50.945378151260506 height=0.7352941176470509 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 238.7203125 width=2.92395833333334 y=76.47058823529413 height=0.42016806722688216 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 242.89739583333332 width=2.92395833333334 y=49.0546218487395 height=0.8403361344537785 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 247.07447916666663 width=2.92395833333334 y=35.39915966386555 height=0.21008403361344108 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 251.2515625 width=2.92395833333334 y=34.03361344537816 height=1.5756302521008294 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 255.42864583333332 width=2.92395833333334 y=50 height=0.3151260504201687 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 259.60572916666666 width=2.92395833333334 y=66.80672268907563 height=0.5252100840336169 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 263.78281250000003 width=2.92395833333334 y=32.98319327731092 height=0.4201680672269035 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 267.95989583333335 width=2.92395833333334 y=39.075630252100844 height=0.6302521008403303 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 272.13697916666666 width=2.92395833333334 y=29.936974789915972 height=0.6302521008403339 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 276.31406250000003 width=2.92395833333334 y=41.701680672268914 height=0.3151260504201616 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 280.49114583333335 width=2.92395833333334 y=42.54201680672269 height=0.7352941176470509 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 284.66822916666666 width=2.92395833333334 y=27.415966386554622 height=0.7352941176470544 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 288.84531250000003 width=2.92395833333334 y=38.13025210084034 height=0.3151260504201687 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 293.02239583333335 width=2.92395833333334 y=22.58403361344538 height=0.6302521008403339 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 297.19947916666666 width=2.92395833333334 y=9.97899159663866 height=0.5252100840336116 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 301.37656250000003 width=2.92395833333334 y=11.134453781512606 height=0.6302521008403339 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 305.55364583333335 width=2.92395833333334 y=13.445378151260497 height=0.6302521008403481 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 309.73072916666666 width=2.92395833333334 y=12.499999999999996 height=0.31512605042016695 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 313.90781250000003 width=2.92395833333334 y=7.457983193277312 height=0.8403361344537794 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 318.08489583333335 width=2.92395833333334 y=5.9873949579831995 height=0.7352941176470562 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 322.26197916666666 width=2.92395833333334 y=5.25210084033613 height=0.6302521008403472 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 326.43906250000003 width=2.92395833333334 y=5.25210084033613 height=1.4705882352941257 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 330.61614583333335 width=2.92395833333334 y=7.878151260504201 height=0.5252100840336125 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 334.79322916666666 width=2.92395833333334 y=5.042016806722685 height=0.10504201680672232 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 338.97031250000003 width=2.92395833333334 y=5.147058823529408 height=0 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 343.14739583333335 width=2.92395833333334 y=4.0966386554621845 height=0.31512605042016695 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 347.32447916666666 width=2.92395833333334 y=9.873949579831939 height=0 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 351.50156250000003 width=2.92395833333334 y=5.147058823529408 height=0.10504201680672232 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 355.67864583333335 width=2.92395833333334 y=4.726890756302518 height=0.31512605042016695 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 359.85572916666666 width=2.92395833333334 y=4.936974789915963 height=0.10504201680672232 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 364.03281250000003 width=2.92395833333334 y=3.1512605042016832 height=0.21008403361344463 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 368.20989583333335 width=2.92395833333334 y=5.882352941176477 height=0.10504201680672232 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 372.38697916666666 width=2.92395833333334 y=10.609243697478995 height=0.10504201680672232 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 376.56406250000003 width=2.92395833333334 y=7.563025210084034 height=0.21008403361344463 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 380.74114583333335 width=2.92395833333334 y=0 height=0 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 384.91822916666666 width=2.92395833333334 y=0 height=0 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 389.09531250000003 width=2.92395833333334 y=0 height=0 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 393.27239583333335 width=2.92395833333334 y=0 height=0 | StrokeWidth 1 | Fill Color 122,207,64Shape=Rectangle 397.44947916666666 width=2.92395833333334 y=0 height=0 | StrokeWidth 1 | Fill Color 122,207,64
Code:
<rect x=0.6265624999999966 width=2.92395833333334 y=0 height=6.197478991596644 style=fill:rgb(243,115,32);opacity:1></rect><rect x=4.80364583333333 width=2.92395833333334 y=0 height=7.457983193277312 style=fill:rgb(243,115,32);opacity:1></rect><rect x=8.980729166666665 width=2.92395833333334 y=0 height=7.142857142857145 style=fill:rgb(243,115,32);opacity:1></rect><rect x=13.157812499999999 width=2.92395833333334 y=0 height=6.092436974789922 style=fill:rgb(243,115,32);opacity:1></rect><rect x=17.33489583333333 width=2.92395833333334 y=0 height=3.781512605042017 style=fill:rgb(243,115,32);opacity:1></rect><rect x=21.511979166666663 width=2.92395833333334 y=0 height=3.781512605042017 style=fill:rgb(243,115,32);opacity:1></rect><rect x=25.689062499999995 width=2.92395833333334 y=0 height=3.361344537815128 style=fill:rgb(243,115,32);opacity:1></rect><rect x=29.86614583333333 width=2.92395833333334 y=0 height=3.2563025210084056 style=fill:rgb(243,115,32);opacity:1></rect><rect x=34.04322916666666 width=2.92395833333334 y=0 height=3.1512605042016832 style=fill:rgb(243,115,32);opacity:1></rect><rect x=38.22031249999999 width=2.92395833333334 y=0 height=3.361344537815128 style=fill:rgb(243,115,32);opacity:1></rect><rect x=42.39739583333333 width=2.92395833333334 y=0 height=3.361344537815128 style=fill:rgb(243,115,32);opacity:1></rect><rect x=46.57447916666666 width=2.92395833333334 y=0 height=5.147058823529408 style=fill:rgb(243,115,32);opacity:1></rect><rect x=50.7515625 width=2.92395833333334 y=0 height=4.936974789915963 style=fill:rgb(243,115,32);opacity:1></rect><rect x=54.92864583333333 width=2.92395833333334 y=0 height=4.936974789915963 style=fill:rgb(243,115,32);opacity:1></rect><rect x=59.105729166666656 width=2.92395833333334 y=0 height=4.621848739495796 style=fill:rgb(243,115,32);opacity:1></rect><rect x=63.2828125 width=2.92395833333334 y=0 height=3.5714285714285725 style=fill:rgb(243,115,32);opacity:1></rect><rect x=67.45989583333333 width=2.92395833333334 y=0 height=3.046218487394961 style=fill:rgb(243,115,32);opacity:1></rect><rect x=71.63697916666666 width=2.92395833333334 y=0 height=3.046218487394961 style=fill:rgb(243,115,32);opacity:1></rect><rect x=75.8140625 width=2.92395833333334 y=0 height=3.2563025210084056 style=fill:rgb(243,115,32);opacity:1></rect><rect x=79.99114583333333 width=2.92395833333334 y=0 height=3.2563025210084056 style=fill:rgb(243,115,32);opacity:1></rect><rect x=84.16822916666666 width=2.92395833333334 y=0 height=3.046218487394961 style=fill:rgb(243,115,32);opacity:1></rect><rect x=88.3453125 width=2.92395833333334 y=0 height=3.1512605042016832 style=fill:rgb(243,115,32);opacity:1></rect><rect x=92.52239583333333 width=2.92395833333334 y=0 height=3.1512605042016832 style=fill:rgb(243,115,32);opacity:1></rect><rect x=96.69947916666666 width=2.92395833333334 y=0 height=4.621848739495796 style=fill:rgb(243,115,32);opacity:1></rect><rect x=100.87656249999999 width=2.92395833333334 y=0 height=4.831932773109241 style=fill:rgb(243,115,32);opacity:1></rect><rect x=105.05364583333333 width=2.92395833333334 y=0 height=4.516806722689074 style=fill:rgb(243,115,32);opacity:1></rect><rect x=109.23072916666668 width=2.92395833333334 y=0 height=4.621848739495796 style=fill:rgb(243,115,32);opacity:1></rect><rect x=113.40781249999999 width=2.92395833333334 y=0 height=3.2563025210084056 style=fill:rgb(243,115,32);opacity:1></rect><rect x=117.58489583333333 width=2.92395833333334 y=0 height=3.1512605042016832 style=fill:rgb(243,115,32);opacity:1></rect><rect x=121.76197916666668 width=2.92395833333334 y=0 height=1.0504201680672232 style=fill:rgb(243,115,32);opacity:1></rect><rect x=125.93906249999999 width=2.92395833333334 y=0 height=1.36554621848739 style=fill:rgb(243,115,32);opacity:1></rect><rect x=130.11614583333332 width=2.92395833333334 y=0 height=0.8403361344537785 style=fill:rgb(243,115,32);opacity:1></rect><rect x=134.29322916666666 width=2.92395833333334 y=0 height=1.1554621848739455 style=fill:rgb(243,115,32);opacity:1></rect><rect x=138.47031249999998 width=2.92395833333334 y=0 height=2.5210084033613493 style=fill:rgb(243,115,32);opacity:1></rect><rect x=142.64739583333332 width=2.92395833333334 y=0 height=1.5756302521008347 style=fill:rgb(243,115,32);opacity:1></rect><rect x=146.82447916666666 width=2.92395833333334 y=0 height=3.046218487394961 style=fill:rgb(243,115,32);opacity:1></rect><rect x=151.00156249999998 width=2.92395833333334 y=0 height=3.46638655462185 style=fill:rgb(243,115,32);opacity:1></rect><rect x=155.17864583333332 width=2.92395833333334 y=0 height=3.9915966386554618 style=fill:rgb(243,115,32);opacity:1></rect><rect x=159.35572916666666 width=2.92395833333334 y=0 height=3.046218487394961 style=fill:rgb(243,115,32);opacity:1></rect><rect x=163.53281249999998 width=2.92395833333334 y=0 height=3.46638655462185 style=fill:rgb(243,115,32);opacity:1></rect><rect x=167.70989583333332 width=2.92395833333334 y=0 height=9.033613445378148 style=fill:rgb(243,115,32);opacity:1></rect><rect x=171.88697916666666 width=2.92395833333334 y=0 height=3.046218487394961 style=fill:rgb(243,115,32);opacity:1></rect><rect x=176.06406249999998 width=2.92395833333334 y=0 height=7.9831932773109235 style=fill:rgb(243,115,32);opacity:1></rect><rect x=180.24114583333332 width=2.92395833333334 y=0 height=1.680672268907557 style=fill:rgb(243,115,32);opacity:1></rect><rect x=184.41822916666666 width=2.92395833333334 y=0 height=6.827731092436978 style=fill:rgb(243,115,32);opacity:1></rect><rect x=188.59531249999998 width=2.92395833333334 y=0 height=3.46638655462185 style=fill:rgb(243,115,32);opacity:1></rect><rect x=192.77239583333332 width=2.92395833333334 y=0 height=3.5714285714285725 style=fill:rgb(243,115,32);opacity:1></rect><rect x=196.94947916666666 width=2.92395833333334 y=0 height=5.357142857142852 style=fill:rgb(243,115,32);opacity:1></rect><rect x=201.1265625 width=2.92395833333334 y=0 height=8.193277310924369 style=fill:rgb(243,115,32);opacity:1></rect><rect x=205.30364583333332 width=2.92395833333334 y=0 height=8.298319327731091 style=fill:rgb(243,115,32);opacity:1></rect><rect x=209.48072916666663 width=2.92395833333334 y=0 height=11.134453781512606 style=fill:rgb(243,115,32);opacity:1></rect><rect x=213.6578125 width=2.92395833333334 y=0 height=6.827731092436978 style=fill:rgb(243,115,32);opacity:1></rect><rect x=217.83489583333332 width=2.92395833333334 y=0 height=6.197478991596644 style=fill:rgb(243,115,32);opacity:1></rect><rect x=222.01197916666663 width=2.92395833333334 y=0 height=3.9915966386554618 style=fill:rgb(243,115,32);opacity:1></rect><rect x=226.1890625 width=2.92395833333334 y=0 height=3.9915966386554618 style=fill:rgb(243,115,32);opacity:1></rect><rect x=230.36614583333332 width=2.92395833333334 y=0 height=3.676470588235295 style=fill:rgb(243,115,32);opacity:1></rect><rect x=234.54322916666663 width=2.92395833333334 y=0 height=3.361344537815128 style=fill:rgb(243,115,32);opacity:1></rect><rect x=238.7203125 width=2.92395833333334 y=0 height=17.75210084033614 style=fill:rgb(243,115,32);opacity:1></rect><rect x=242.89739583333332 width=2.92395833333334 y=0 height=2.10084033613446 style=fill:rgb(243,115,32);opacity:1></rect><rect x=247.07447916666663 width=2.92395833333334 y=0 height=4.516806722689074 style=fill:rgb(243,115,32);opacity:1></rect><rect x=251.2515625 width=2.92395833333334 y=0 height=9.033613445378148 style=fill:rgb(243,115,32);opacity:1></rect><rect x=255.42864583333332 width=2.92395833333334 y=0 height=7.563025210084034 style=fill:rgb(243,115,32);opacity:1></rect><rect x=259.60572916666666 width=2.92395833333334 y=0 height=12.605042016806719 style=fill:rgb(243,115,32);opacity:1></rect><rect x=263.78281250000003 width=2.92395833333334 y=0 height=8.088235294117647 style=fill:rgb(243,115,32);opacity:1></rect><rect x=267.95989583333335 width=2.92395833333334 y=0 height=6.197478991596644 style=fill:rgb(243,115,32);opacity:1></rect><rect x=272.13697916666666 width=2.92395833333334 y=0 height=6.3025210084033665 style=fill:rgb(243,115,32);opacity:1></rect><rect x=276.31406250000003 width=2.92395833333334 y=0 height=6.197478991596644 style=fill:rgb(243,115,32);opacity:1></rect><rect x=280.49114583333335 width=2.92395833333334 y=0 height=5.882352941176477 style=fill:rgb(243,115,32);opacity:1></rect><rect x=284.66822916666666 width=2.92395833333334 y=0 height=3.676470588235295 style=fill:rgb(243,115,32);opacity:1></rect><rect x=288.84531250000003 width=2.92395833333334 y=0 height=3.46638655462185 style=fill:rgb(243,115,32);opacity:1></rect><rect x=293.02239583333335 width=2.92395833333334 y=0 height=3.5714285714285725 style=fill:rgb(243,115,32);opacity:1></rect><rect x=297.19947916666666 width=2.92395833333334 y=0 height=3.9915966386554618 style=fill:rgb(243,115,32);opacity:1></rect><rect x=301.37656250000003 width=2.92395833333334 y=0 height=5.672268907563019 style=fill:rgb(243,115,32);opacity:1></rect><rect x=305.55364583333335 width=2.92395833333334 y=0 height=5.777310924369742 style=fill:rgb(243,115,32);opacity:1></rect><rect x=309.73072916666666 width=2.92395833333334 y=0 height=7.878151260504201 style=fill:rgb(243,115,32);opacity:1></rect><rect x=313.90781250000003 width=2.92395833333334 y=0 height=7.457983193277312 style=fill:rgb(243,115,32);opacity:1></rect><rect x=318.08489583333335 width=2.92395833333334 y=0 height=5.9873949579831995 style=fill:rgb(243,115,32);opacity:1></rect><rect x=322.26197916666666 width=2.92395833333334 y=0 height=5.25210084033613 style=fill:rgb(243,115,32);opacity:1></rect><rect x=326.43906250000003 width=2.92395833333334 y=0 height=5.147058823529408 style=fill:rgb(243,115,32);opacity:1></rect><rect x=330.61614583333335 width=2.92395833333334 y=0 height=4.936974789915963 style=fill:rgb(243,115,32);opacity:1></rect><rect x=334.79322916666666 width=2.92395833333334 y=0 height=5.042016806722685 style=fill:rgb(243,115,32);opacity:1></rect><rect x=338.97031250000003 width=2.92395833333334 y=0 height=5.147058823529408 style=fill:rgb(243,115,32);opacity:1></rect><rect x=343.14739583333335 width=2.92395833333334 y=0 height=4.0966386554621845 style=fill:rgb(243,115,32);opacity:1></rect><rect x=347.32447916666666 width=2.92395833333334 y=0 height=9.873949579831939 style=fill:rgb(243,115,32);opacity:1></rect><rect x=351.50156250000003 width=2.92395833333334 y=0 height=5.147058823529408 style=fill:rgb(243,115,32);opacity:1></rect><rect x=355.67864583333335 width=2.92395833333334 y=0 height=4.726890756302518 style=fill:rgb(243,115,32);opacity:1></rect><rect x=359.85572916666666 width=2.92395833333334 y=0 height=4.936974789915963 style=fill:rgb(243,115,32);opacity:1></rect><rect x=364.03281250000003 width=2.92395833333334 y=0 height=3.1512605042016832 style=fill:rgb(243,115,32);opacity:1></rect><rect x=368.20989583333335 width=2.92395833333334 y=0 height=5.882352941176477 style=fill:rgb(243,115,32);opacity:1></rect><rect x=372.38697916666666 width=2.92395833333334 y=0 height=10.609243697478995 style=fill:rgb(243,115,32);opacity:1></rect><rect x=376.56406250000003 width=2.92395833333334 y=0 height=7.563025210084034 style=fill:rgb(243,115,32);opacity:1></rect><rect x=380.74114583333335 width=2.92395833333334 y=0 height=0 style=fill:rgb(243,115,32);opacity:1></rect><rect x=384.91822916666666 width=2.92395833333334 y=0 height=0 style=fill:rgb(243,115,32);opacity:1></rect><rect x=389.09531250000003 width=2.92395833333334 y=0 height=0 style=fill:rgb(243,115,32);opacity:1></rect><rect x=393.27239583333335 width=2.92395833333334 y=0 height=0 style=fill:rgb(243,115,32);opacity:1></rect><rect x=397.44947916666666 width=2.92395833333334 y=0 height=0 style=fill:rgb(243,115,32);opacity:1></rect><rect x=0.6265624999999966 width=2.92395833333334 y=6.197478991596644 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=4.80364583333333 width=2.92395833333334 y=7.457983193277312 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=8.980729166666665 width=2.92395833333334 y=7.142857142857145 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=13.157812499999999 width=2.92395833333334 y=6.092436974789922 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=17.33489583333333 width=2.92395833333334 y=3.781512605042017 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=21.511979166666663 width=2.92395833333334 y=3.781512605042017 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=25.689062499999995 width=2.92395833333334 y=3.361344537815128 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=29.86614583333333 width=2.92395833333334 y=3.2563025210084056 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=34.04322916666666 width=2.92395833333334 y=3.1512605042016832 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=38.22031249999999 width=2.92395833333334 y=3.361344537815128 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=42.39739583333333 width=2.92395833333334 y=3.361344537815128 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=46.57447916666666 width=2.92395833333334 y=5.147058823529408 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=50.7515625 width=2.92395833333334 y=4.936974789915963 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=54.92864583333333 width=2.92395833333334 y=4.936974789915963 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=59.105729166666656 width=2.92395833333334 y=4.621848739495796 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=63.2828125 width=2.92395833333334 y=3.5714285714285725 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=67.45989583333333 width=2.92395833333334 y=3.046218487394961 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=71.63697916666666 width=2.92395833333334 y=3.046218487394961 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=75.8140625 width=2.92395833333334 y=3.2563025210084056 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=79.99114583333333 width=2.92395833333334 y=3.2563025210084056 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=84.16822916666666 width=2.92395833333334 y=3.046218487394961 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=88.3453125 width=2.92395833333334 y=3.1512605042016832 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=92.52239583333333 width=2.92395833333334 y=3.1512605042016832 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=96.69947916666666 width=2.92395833333334 y=4.621848739495796 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=100.87656249999999 width=2.92395833333334 y=4.831932773109241 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=105.05364583333333 width=2.92395833333334 y=4.516806722689074 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=109.23072916666668 width=2.92395833333334 y=4.621848739495796 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=113.40781249999999 width=2.92395833333334 y=3.2563025210084056 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=117.58489583333333 width=2.92395833333334 y=3.1512605042016832 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=121.76197916666668 width=2.92395833333334 y=1.0504201680672232 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=125.93906249999999 width=2.92395833333334 y=1.36554621848739 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=130.11614583333332 width=2.92395833333334 y=0.8403361344537785 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=134.29322916666666 width=2.92395833333334 y=1.1554621848739455 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=138.47031249999998 width=2.92395833333334 y=2.5210084033613493 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=142.64739583333332 width=2.92395833333334 y=1.5756302521008347 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=146.82447916666666 width=2.92395833333334 y=3.046218487394961 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=151.00156249999998 width=2.92395833333334 y=3.46638655462185 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=155.17864583333332 width=2.92395833333334 y=3.9915966386554618 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=159.35572916666666 width=2.92395833333334 y=3.046218487394961 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=163.53281249999998 width=2.92395833333334 y=3.46638655462185 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=167.70989583333332 width=2.92395833333334 y=9.033613445378148 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=171.88697916666666 width=2.92395833333334 y=3.046218487394961 height=3.361344537815128 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=176.06406249999998 width=2.92395833333334 y=7.9831932773109235 height=26.995798319327733 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=180.24114583333332 width=2.92395833333334 y=1.680672268907557 height=29.201680672268914 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=184.41822916666666 width=2.92395833333334 y=6.827731092436978 height=40.12605042016806 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=188.59531249999998 width=2.92395833333334 y=3.46638655462185 height=42.226890756302524 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=192.77239583333332 width=2.92395833333334 y=3.5714285714285725 height=40.12605042016806 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=196.94947916666666 width=2.92395833333334 y=5.357142857142852 height=30.567226890756302 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=201.1265625 width=2.92395833333334 y=8.193277310924369 height=31.407563025210084 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=205.30364583333332 width=2.92395833333334 y=8.298319327731091 height=38.02521008403362 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=209.48072916666663 width=2.92395833333334 y=11.134453781512606 height=57.24789915966387 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=213.6578125 width=2.92395833333334 y=6.827731092436978 height=55.357142857142854 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=217.83489583333332 width=2.92395833333334 y=6.197478991596644 height=61.1344537815126 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=222.01197916666663 width=2.92395833333334 y=3.9915966386554618 height=70.58823529411764 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=226.1890625 width=2.92395833333334 y=3.9915966386554618 height=69.74789915966386 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=230.36614583333332 width=2.92395833333334 y=3.676470588235295 height=75.52521008403362 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=234.54322916666663 width=2.92395833333334 y=3.361344537815128 height=47.58403361344538 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=238.7203125 width=2.92395833333334 y=17.75210084033614 height=58.71848739495799 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=242.89739583333332 width=2.92395833333334 y=2.10084033613446 height=46.95378151260504 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=247.07447916666663 width=2.92395833333334 y=4.516806722689074 height=30.88235294117647 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=251.2515625 width=2.92395833333334 y=9.033613445378148 height=25.00000000000001 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=255.42864583333332 width=2.92395833333334 y=7.563025210084034 height=42.436974789915965 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=259.60572916666666 width=2.92395833333334 y=12.605042016806719 height=54.20168067226891 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=263.78281250000003 width=2.92395833333334 y=8.088235294117647 height=24.894957983193272 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=267.95989583333335 width=2.92395833333334 y=6.197478991596644 height=32.8781512605042 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=272.13697916666666 width=2.92395833333334 y=6.3025210084033665 height=23.634453781512605 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=276.31406250000003 width=2.92395833333334 y=6.197478991596644 height=35.50420168067227 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=280.49114583333335 width=2.92395833333334 y=5.882352941176477 height=36.659663865546214 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=284.66822916666666 width=2.92395833333334 y=3.676470588235295 height=23.73949579831933 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=288.84531250000003 width=2.92395833333334 y=3.46638655462185 height=34.66386554621849 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=293.02239583333335 width=2.92395833333334 y=3.5714285714285725 height=19.01260504201681 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=297.19947916666666 width=2.92395833333334 y=3.9915966386554618 height=5.987394957983199 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=301.37656250000003 width=2.92395833333334 y=5.672268907563019 height=5.462184873949587 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=305.55364583333335 width=2.92395833333334 y=5.777310924369742 height=7.668067226890756 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=309.73072916666666 width=2.92395833333334 y=7.878151260504201 height=4.621848739495795 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=313.90781250000003 width=2.92395833333334 y=7.457983193277312 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=318.08489583333335 width=2.92395833333334 y=5.9873949579831995 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=322.26197916666666 width=2.92395833333334 y=5.25210084033613 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=326.43906250000003 width=2.92395833333334 y=5.147058823529408 height=0.10504201680672232 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=330.61614583333335 width=2.92395833333334 y=4.936974789915963 height=2.941176470588238 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=334.79322916666666 width=2.92395833333334 y=5.042016806722685 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=338.97031250000003 width=2.92395833333334 y=5.147058823529408 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=343.14739583333335 width=2.92395833333334 y=4.0966386554621845 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=347.32447916666666 width=2.92395833333334 y=9.873949579831939 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=351.50156250000003 width=2.92395833333334 y=5.147058823529408 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=355.67864583333335 width=2.92395833333334 y=4.726890756302518 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=359.85572916666666 width=2.92395833333334 y=4.936974789915963 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=364.03281250000003 width=2.92395833333334 y=3.1512605042016832 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=368.20989583333335 width=2.92395833333334 y=5.882352941176477 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=372.38697916666666 width=2.92395833333334 y=10.609243697478995 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=376.56406250000003 width=2.92395833333334 y=7.563025210084034 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=380.74114583333335 width=2.92395833333334 y=0 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=384.91822916666666 width=2.92395833333334 y=0 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=389.09531250000003 width=2.92395833333334 y=0 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=393.27239583333335 width=2.92395833333334 y=0 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=397.44947916666666 width=2.92395833333334 y=0 height=0 style=opacity:1;fill:rgb(101,101,105)></rect><rect x=0.6265624999999966 width=2.92395833333334 y=6.197478991596644 height=0.10504201680672232 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=4.80364583333333 width=2.92395833333334 y=7.457983193277312 height=0.10504201680672232 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=8.980729166666665 width=2.92395833333334 y=7.142857142857145 height=0.10504201680672232 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=13.157812499999999 width=2.92395833333334 y=6.092436974789922 height=0.21008403361344463 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=17.33489583333333 width=2.92395833333334 y=3.781512605042017 height=0.10504201680672232 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=21.511979166666663 width=2.92395833333334 y=3.781512605042017 height=0.10504201680672232 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=25.689062499999995 width=2.92395833333334 y=3.361344537815128 height=0.10504201680672232 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=29.86614583333333 width=2.92395833333334 y=3.2563025210084056 height=0.21008403361344463 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=34.04322916666666 width=2.92395833333334 y=3.1512605042016832 height=0.21008403361344463 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=38.22031249999999 width=2.92395833333334 y=3.361344537815128 height=0.10504201680672232 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=42.39739583333333 width=2.92395833333334 y=3.361344537815128 height=0.10504201680672232 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=46.57447916666666 width=2.92395833333334 y=5.147058823529408 height=0.31512605042016695 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=50.7515625 width=2.92395833333334 y=4.936974789915963 height=0.10504201680672232 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=54.92864583333333 width=2.92395833333334 y=4.936974789915963 height=0.21008403361344463 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=59.105729166666656 width=2.92395833333334 y=4.621848739495796 height=0.10504201680672232 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=63.2828125 width=2.92395833333334 y=3.5714285714285725 height=0.21008403361344463 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=67.45989583333333 width=2.92395833333334 y=3.046218487394961 height=0.10504201680672232 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=71.63697916666666 width=2.92395833333334 y=3.046218487394961 height=0.21008403361344463 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=75.8140625 width=2.92395833333334 y=3.2563025210084056 height=0.10504201680672232 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=79.99114583333333 width=2.92395833333334 y=3.2563025210084056 height=0.21008403361344463 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=84.16822916666666 width=2.92395833333334 y=3.046218487394961 height=0.10504201680672232 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=88.3453125 width=2.92395833333334 y=3.1512605042016832 height=0.21008403361344463 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=92.52239583333333 width=2.92395833333334 y=3.1512605042016832 height=0.10504201680672232 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=96.69947916666666 width=2.92395833333334 y=4.621848739495796 height=0.21008403361344463 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=100.87656249999999 width=2.92395833333334 y=4.831932773109241 height=0.10504201680672232 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=105.05364583333333 width=2.92395833333334 y=4.516806722689074 height=0.21008403361344463 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=109.23072916666668 width=2.92395833333334 y=4.621848739495796 height=0.10504201680672232 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=113.40781249999999 width=2.92395833333334 y=3.2563025210084056 height=0.6302521008403339 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=117.58489583333333 width=2.92395833333334 y=3.1512605042016832 height=1.9957983193277244 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=121.76197916666668 width=2.92395833333334 y=1.0504201680672232 height=6.197478991596644 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=125.93906249999999 width=2.92395833333334 y=1.36554621848739 height=6.197478991596644 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=130.11614583333332 width=2.92395833333334 y=0.8403361344537785 height=7.142857142857145 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=134.29322916666666 width=2.92395833333334 y=1.1554621848739455 height=8.508403361344536 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=138.47031249999998 width=2.92395833333334 y=2.5210084033613493 height=15.441176470588236 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=142.64739583333332 width=2.92395833333334 y=1.5756302521008347 height=18.69747899159664 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=146.82447916666666 width=2.92395833333334 y=3.046218487394961 height=19.537815126050422 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=151.00156249999998 width=2.92395833333334 y=3.46638655462185 height=16.701680672268907 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=155.17864583333332 width=2.92395833333334 y=3.9915966386554618 height=19.432773109243698 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=159.35572916666666 width=2.92395833333334 y=3.046218487394961 height=26.26050420168068 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=163.53281249999998 width=2.92395833333334 y=3.46638655462185 height=31.72268907563025 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=167.70989583333332 width=2.92395833333334 y=9.033613445378148 height=30.252100840336137 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=171.88697916666666 width=2.92395833333334 y=6.407563025210089 height=30.462184873949568 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=176.06406249999998 width=2.92395833333334 y=34.97899159663866 height=7.878151260504197 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=180.24114583333332 width=2.92395833333334 y=30.88235294117647 height=1.680672268907557 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=184.41822916666666 width=2.92395833333334 y=46.95378151260504 height=1.99579831932774 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=188.59531249999998 width=2.92395833333334 y=45.69327731092437 height=0.6302521008403374 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=192.77239583333332 width=2.92395833333334 y=43.69747899159663 height=0.3151260504201687 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=196.94947916666666 width=2.92395833333334 y=35.924369747899156 height=0.8403361344537785 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=201.1265625 width=2.92395833333334 y=39.60084033613445 height=0.42016806722688926 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=205.30364583333332 width=2.92395833333334 y=46.32352941176471 height=0.5252100840336098 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=209.48072916666663 width=2.92395833333334 y=68.38235294117648 height=0.735294117647058 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=213.6578125 width=2.92395833333334 y=62.18487394957983 height=0.42016806722688926 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=217.83489583333332 width=2.92395833333334 y=67.33193277310924 height=0.8403361344537927 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=222.01197916666663 width=2.92395833333334 y=74.5798319327731 height=0.42016806722689637 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=226.1890625 width=2.92395833333334 y=73.73949579831933 height=0.6302521008403374 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=230.36614583333332 width=2.92395833333334 y=79.2016806722689 height=0.42016806722688216 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=234.54322916666663 width=2.92395833333334 y=50.945378151260506 height=0.7352941176470509 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=238.7203125 width=2.92395833333334 y=76.47058823529413 height=0.42016806722688216 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=242.89739583333332 width=2.92395833333334 y=49.0546218487395 height=0.8403361344537785 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=247.07447916666663 width=2.92395833333334 y=35.39915966386555 height=0.21008403361344108 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=251.2515625 width=2.92395833333334 y=34.03361344537816 height=1.5756302521008294 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=255.42864583333332 width=2.92395833333334 y=50 height=0.3151260504201687 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=259.60572916666666 width=2.92395833333334 y=66.80672268907563 height=0.5252100840336169 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=263.78281250000003 width=2.92395833333334 y=32.98319327731092 height=0.4201680672269035 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=267.95989583333335 width=2.92395833333334 y=39.075630252100844 height=0.6302521008403303 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=272.13697916666666 width=2.92395833333334 y=29.936974789915972 height=0.6302521008403339 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=276.31406250000003 width=2.92395833333334 y=41.701680672268914 height=0.3151260504201616 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=280.49114583333335 width=2.92395833333334 y=42.54201680672269 height=0.7352941176470509 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=284.66822916666666 width=2.92395833333334 y=27.415966386554622 height=0.7352941176470544 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=288.84531250000003 width=2.92395833333334 y=38.13025210084034 height=0.3151260504201687 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=293.02239583333335 width=2.92395833333334 y=22.58403361344538 height=0.6302521008403339 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=297.19947916666666 width=2.92395833333334 y=9.97899159663866 height=0.5252100840336116 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=301.37656250000003 width=2.92395833333334 y=11.134453781512606 height=0.6302521008403339 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=305.55364583333335 width=2.92395833333334 y=13.445378151260497 height=0.6302521008403481 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=309.73072916666666 width=2.92395833333334 y=12.499999999999996 height=0.31512605042016695 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=313.90781250000003 width=2.92395833333334 y=7.457983193277312 height=0.8403361344537794 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=318.08489583333335 width=2.92395833333334 y=5.9873949579831995 height=0.7352941176470562 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=322.26197916666666 width=2.92395833333334 y=5.25210084033613 height=0.6302521008403472 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=326.43906250000003 width=2.92395833333334 y=5.25210084033613 height=1.4705882352941257 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=330.61614583333335 width=2.92395833333334 y=7.878151260504201 height=0.5252100840336125 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=334.79322916666666 width=2.92395833333334 y=5.042016806722685 height=0.10504201680672232 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=338.97031250000003 width=2.92395833333334 y=5.147058823529408 height=0 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=343.14739583333335 width=2.92395833333334 y=4.0966386554621845 height=0.31512605042016695 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=347.32447916666666 width=2.92395833333334 y=9.873949579831939 height=0 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=351.50156250000003 width=2.92395833333334 y=5.147058823529408 height=0.10504201680672232 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=355.67864583333335 width=2.92395833333334 y=4.726890756302518 height=0.31512605042016695 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=359.85572916666666 width=2.92395833333334 y=4.936974789915963 height=0.10504201680672232 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=364.03281250000003 width=2.92395833333334 y=3.1512605042016832 height=0.21008403361344463 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=368.20989583333335 width=2.92395833333334 y=5.882352941176477 height=0.10504201680672232 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=372.38697916666666 width=2.92395833333334 y=10.609243697478995 height=0.10504201680672232 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=376.56406250000003 width=2.92395833333334 y=7.563025210084034 height=0.21008403361344463 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=380.74114583333335 width=2.92395833333334 y=0 height=0 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=384.91822916666666 width=2.92395833333334 y=0 height=0 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=389.09531250000003 width=2.92395833333334 y=0 height=0 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=393.27239583333335 width=2.92395833333334 y=0 height=0 style=opacity:1;fill:rgb(122,207,64)></rect><rect x=397.44947916666666 width=2.92395833333334 y=0 height=0 style=opacity:1;fill:rgb(122,207,64)></rect>
Statistics: Posted by emp00 — Yesterday, 9:07 pm