Welcome Guest Search | Active Topics | Sign In | Register

EO.Pdf and Highcharts (svg-charts) Options
Pieter
Posted: Tuesday, September 6, 2011 3:28:37 AM
Rank: Newbie
Groups: Member

Joined: 9/6/2011
Posts: 4
Hi,

We're experimenting with eo.pdf to geneate pdf-files from webpages.
All is showing up nicely, except for the charts.

For charting, we're using Highcharts (www.highcharts.com). This js-library generates interactive svg-charts.
However, when exporting the pages with theses charts to pdf, somsthing goes wrong.
The charts do render, but they show up distorted (parts of the image on the wrong place, ...)

This screenshot shows the export of 1 component on my page in PDF and as PNG (PNG-export is our own implementation):


I think this has to do with the offset-calculation that is used in eo.pdf;
the component you see on the screenshot is actually the second component on the page.
If I export the complete page to PDF, the pie-chart doesn't show up at all; it seems to fall of of the charts viewport. So I think because it's the second export, the offset calculated in EO is twice as big, rendering the chart out of sight.

Is there something we can do in the code to fix this issue?
Or is it something you can patch? If yes; how long would this take?
We need the PDF-export asap and are deciding on what method/component to use for this, hence the rush.

A second example:



Thanks in advance,
Pieter
eo_support
Posted: Tuesday, September 6, 2011 7:31:38 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

Our converter should handle svg fine. The problem mostly likely is caused by the converter starts conversion too early before the JavaScript code has generated the pie chart. There are two ways for you to let the converter to wait:

1. Increase HtmlToPdfOptions.MinLoadWaitTime, see here for more details:

http://doc.essentialobjects.com/library/4/eo.pdf.htmltopdfoptions.minloadwaittime.aspx

2. Use manual trigger:

http://doc.essentialobjects.com/library/4/htmltopdf/eo_js.aspx

The second method allows you to explicitly tell the converter when to start conversion. That way you can make sure that the chart is completely generated when you conversion starts.

Hope this helps. Please let us know if this resolves the issue.

Thanks!
Pieter
Posted: Tuesday, September 6, 2011 7:44:58 AM
Rank: Newbie
Groups: Member

Joined: 9/6/2011
Posts: 4
Thank you for your answer.

However, I'm afraid that doesn't solve the problem.
Actually, the MinLoadWaitTime is already in place (set to 2000), but result stays the same, with or without the wait-time, even if I set it to 10000...

The reason why I think it's a bug is because of the issue with the number of components on the page.
I've got 1 page with 2 components, the second component is the pie-chart (first screenshot I posted).
If I only export the chart-component, the upper-part of the pie is visible.
If I export the complete page, the pie is no longer visible...
eo_support
Posted: Tuesday, September 6, 2011 8:02:28 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

Please check the following:

1. Whether you have the latest build. The latest build is 3.0.64.2. Early build has issues with partially cutting off SVG elements;

2. Make sure you include your SVG element inside a regular HTML element such as a DIV and try to give the DIV an explicit size. For example:
Code: HTML/ASPX
<div style="width:500px;height:500px">
  <svg .... >
     .....
  </svg>
</div>


3. Try to save your svg in a file (not exporting it as png), then load it with an embed tag. For example:

Code: HTML/ASPX
<embed src="your_svg_file.svg" type="image/svg+xml" />


This will tell you whether it has to do with the code that dynamic generates svg file. If the problem still occurs even with static svg file, please send us the related HTML file and svg file and we will look into it here (let us know if you need our email address).

Thanks!
Pieter
Posted: Tuesday, September 6, 2011 9:52:13 AM
Rank: Newbie
Groups: Member

Joined: 9/6/2011
Posts: 4
1. I installed the webcontrols yesterday, removed them today (they contain version 3.0.62.2). Then installed "EO.PDF for .Net" (correct version), removed the references and added them again.
==> Same result

2. The DIV's already have an explicit width and height, so no issue

3. When I include the svg like this, all browser I have show me a popup to download the file, so I'm afraid I'm unable to test this.

This is my svg-file:
Code: XML

<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="900" height="300"><defs><clipPath id="highcharts-1"><rect rx="0" ry="0" fill="none" x="0" y="0" width="774" height="195" stroke-width="0"/></clipPath></defs><rect rx="5" ry="5" fill="rgb(0,0,0)" x="0" y="0" width="900" height="300" stroke-width="0" stroke="#4572A7" fill-opacity="0"/><g class="highcharts-grid" zIndex="1"/><g class="highcharts-grid" zIndex="1"><path d="M 70 205.5 L 844.3671875 205.5" fill="none" stroke="#C0C0C0" stroke-width="1"/><path d="M 70 156.5 L 844.3671875 156.5" fill="none" stroke="#C0C0C0" stroke-width="1"/><path d="M 70 108.5 L 844.3671875 108.5" fill="none" stroke="#C0C0C0" stroke-width="1"/><path d="M 70 59.5 L 844.3671875 59.5" fill="none" stroke="#C0C0C0" stroke-width="1"/><path d="M 70 10.5 L 844.3671875 10.5" fill="none" stroke="#C0C0C0" stroke-width="1"/></g><g class="highcharts-grid" zIndex="1"><path d="M 70 205.5 L 844.3671875 205.5" fill="none" stroke="#C0C0C0" stroke-width="1"/><path d="M 70 156.5 L 844.3671875 156.5" fill="none" stroke="#C0C0C0" stroke-width="1"/><path d="M 70 108.5 L 844.3671875 108.5" fill="none" stroke="#C0C0C0" stroke-width="1"/><path d="M 70 59.5 L 844.3671875 59.5" fill="none" stroke="#C0C0C0" stroke-width="1"/><path d="M 70 10.5 L 844.3671875 10.5" fill="none" stroke="#C0C0C0" stroke-width="1"/></g><path d="M 121.5 10 L 121.5 205" fill="none" stroke-width="1" stroke="#C0C0C0" zIndex="2" visibility="hidden"/><g class="highcharts-series-group" zIndex="3"><g class="highcharts-series" clip-path="url(http://localhost:61653/home.aspx?SPARAM=FLOWSACTIVITY#highcharts-1)" visibility="visible" transform="translate(70, 10)"><path d="M 50.99919235428934 195 L 58.303557737891744 195 L 65.60792312149415 195 L 72.91228850509656 195 L 80.21665388869897 195 L 87.52101927230137 195 L 94.82538465590378 195 L 102.12975003950618 195 L 109.4341154231086 195 L 116.738480806711 195 L 124.0428461903134 195 L 131.3472115739158 195 L 138.65157695751822 195 L 145.95594234112062 195 L 153.26030772472302 195 L 160.56467310832542 195 L 167.86903849192785 195 L 175.17340387553025 195 L 182.47776925913266 195 L 189.78213464273506 195 L 197.08650002633746 195 L 204.39086540993986 195 L 211.69523079354227 195 L 218.9995961771447 195 L 226.3039615607471 195 L 233.6083269443495 195 L 240.9126923279519 195 L 248.2170577115543 195 L 255.5214230951567 195 L 262.82578847875914 195 L 270.1301538623615 195 L 277.43451924596394 195 L 284.7388846295663 195 L 292.04325001316874 195 L 299.3476153967712 195 L 306.65198078037355 195 L 313.956346163976 195 L 321.26071154757835 195 L 328.5650769311808 195 L 335.86944231478316 195 L 343.1738076983856 195 L 350.478173081988 195 L 357.7825384655904 195 L 365.0869038491928 195 L 372.3912692327952 195 L 379.6956346163976 195 L 387.00000000000006 195 L 394.30436538360243 195 L 401.60873076720486 195 L 408.91309615080723 195 L 416.21746153440967 195 L 423.52182691801204 195 L 430.82619230161447 195 L 438.1305576852169 195 L 445.4349230688193 195 L 452.7392884524217 195 L 460.0436538360241 195 L 467.3480192196265 195 L 474.6523846032289 195 L 481.9567499868313 195 L 489.26111537043374 195 L 496.5654807540361 195 L 503.86984613763855 195 L 511.1742115212409 195 L 518.4785769048433 195 L 525.7829422884457 195 L 533.0873076720482 195 L 540.3916730556506 195 L 547.696038439253 195 L 555.0004038228553 195 L 562.3047692064578 195 L 569.6091345900602 195 L 576.9134999736626 195 L 584.217865357265 195 L 591.5222307408674 152.5875 L 598.8265961244698 195 L 606.1309615080722 195 L 613.4353268916747 195 L 620.739692275277 58.5 L 628.0440576588794 195 L 635.3484230424818 195 L 642.6527884260843 195 L 649.9571538096867 195 L 657.261519193289 195 L 664.5658845768914 195 L 671.8702499604939 195 L 679.1746153440963 195 L 686.4789807276987 195 L 693.7833461113011 195 L 701.0877114949035 195 L 708.3920768785059 195 L 715.6964422621083 195 L 723.0008076457107 195 L 723.0008076457107 195 L 50.99919235428934 195" fill="rgb(5,141,199)" fill-opacity="0.2"/><path d="M 50.99919235428934 195 L 58.303557737891744 195 L 65.60792312149415 195 L 72.91228850509656 195 L 80.21665388869897 195 L 87.52101927230137 195 L 94.82538465590378 195 L 102.12975003950618 195 L 109.4341154231086 195 L 116.738480806711 195 L 124.0428461903134 195 L 131.3472115739158 195 L 138.65157695751822 195 L 145.95594234112062 195 L 153.26030772472302 195 L 160.56467310832542 195 L 167.86903849192785 195 L 175.17340387553025 195 L 182.47776925913266 195 L 189.78213464273506 195 L 197.08650002633746 195 L 204.39086540993986 195 L 211.69523079354227 195 L 218.9995961771447 195 L 226.3039615607471 195 L 233.6083269443495 195 L 240.9126923279519 195 L 248.2170577115543 195 L 255.5214230951567 195 L 262.82578847875914 195 L 270.1301538623615 195 L 277.43451924596394 195 L 284.7388846295663 195 L 292.04325001316874 195 L 299.3476153967712 195 L 306.65198078037355 195 L 313.956346163976 195 L 321.26071154757835 195 L 328.5650769311808 195 L 335.86944231478316 195 L 343.1738076983856 195 L 350.478173081988 195 L 357.7825384655904 195 L 365.0869038491928 195 L 372.3912692327952 195 L 379.6956346163976 195 L 387.00000000000006 195 L 394.30436538360243 195 L 401.60873076720486 195 L 408.91309615080723 195 L 416.21746153440967 195 L 423.52182691801204 195 L 430.82619230161447 195 L 438.1305576852169 195 L 445.4349230688193 195 L 452.7392884524217 195 L 460.0436538360241 195 L 467.3480192196265 195 L 474.6523846032289 195 L 481.9567499868313 195 L 489.26111537043374 195 L 496.5654807540361 195 L 503.86984613763855 195 L 511.1742115212409 195 L 518.4785769048433 195 L 525.7829422884457 195 L 533.0873076720482 195 L 540.3916730556506 195 L 547.696038439253 195 L 555.0004038228553 195 L 562.3047692064578 195 L 569.6091345900602 195 L 576.9134999736626 195 L 584.217865357265 195 L 591.5222307408674 152.5875 L 598.8265961244698 195 L 606.1309615080722 195 L 613.4353268916747 195 L 620.739692275277 58.5 L 628.0440576588794 195 L 635.3484230424818 195 L 642.6527884260843 195 L 649.9571538096867 195 L 657.261519193289 195 L 664.5658845768914 195 L 671.8702499604939 195 L 679.1746153440963 195 L 686.4789807276987 195 L 693.7833461113011 195 L 701.0877114949035 195 L 708.3920768785059 195 L 715.6964422621083 195 L 723.0008076457107 195" fill="none" stroke="rgb(0, 0, 0)" stroke-width="5" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><path d="M 50.99919235428934 195 L 58.303557737891744 195 L 65.60792312149415 195 L 72.91228850509656 195 L 80.21665388869897 195 L 87.52101927230137 195 L 94.82538465590378 195 L 102.12975003950618 195 L 109.4341154231086 195 L 116.738480806711 195 L 124.0428461903134 195 L 131.3472115739158 195 L 138.65157695751822 195 L 145.95594234112062 195 L 153.26030772472302 195 L 160.56467310832542 195 L 167.86903849192785 195 L 175.17340387553025 195 L 182.47776925913266 195 L 189.78213464273506 195 L 197.08650002633746 195 L 204.39086540993986 195 L 211.69523079354227 195 L 218.9995961771447 195 L 226.3039615607471 195 L 233.6083269443495 195 L 240.9126923279519 195 L 248.2170577115543 195 L 255.5214230951567 195 L 262.82578847875914 195 L 270.1301538623615 195 L 277.43451924596394 195 L 284.7388846295663 195 L 292.04325001316874 195 L 299.3476153967712 195 L 306.65198078037355 195 L 313.956346163976 195 L 321.26071154757835 195 L 328.5650769311808 195 L 335.86944231478316 195 L 343.1738076983856 195 L 350.478173081988 195 L 357.7825384655904 195 L 365.0869038491928 195 L 372.3912692327952 195 L 379.6956346163976 195 L 387.00000000000006 195 L 394.30436538360243 195 L 401.60873076720486 195 L 408.91309615080723 195 L 416.21746153440967 195 L 423.52182691801204 195 L 430.82619230161447 195 L 438.1305576852169 195 L 445.4349230688193 195 L 452.7392884524217 195 L 460.0436538360241 195 L 467.3480192196265 195 L 474.6523846032289 195 L 481.9567499868313 195 L 489.26111537043374 195 L 496.5654807540361 195 L 503.86984613763855 195 L 511.1742115212409 195 L 518.4785769048433 195 L 525.7829422884457 195 L 533.0873076720482 195 L 540.3916730556506 195 L 547.696038439253 195 L 555.0004038228553 195 L 562.3047692064578 195 L 569.6091345900602 195 L 576.9134999736626 195 L 584.217865357265 195 L 591.5222307408674 152.5875 L 598.8265961244698 195 L 606.1309615080722 195 L 613.4353268916747 195 L 620.739692275277 58.5 L 628.0440576588794 195 L 635.3484230424818 195 L 642.6527884260843 195 L 649.9571538096867 195 L 657.261519193289 195 L 664.5658845768914 195 L 671.8702499604939 195 L 679.1746153440963 195 L 686.4789807276987 195 L 693.7833461113011 195 L 701.0877114949035 195 L 708.3920768785059 195 L 715.6964422621083 195 L 723.0008076457107 195" fill="none" stroke="rgb(0, 0, 0)" stroke-width="3" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><path d="M 50.99919235428934 195 L 58.303557737891744 195 L 65.60792312149415 195 L 72.91228850509656 195 L 80.21665388869897 195 L 87.52101927230137 195 L 94.82538465590378 195 L 102.12975003950618 195 L 109.4341154231086 195 L 116.738480806711 195 L 124.0428461903134 195 L 131.3472115739158 195 L 138.65157695751822 195 L 145.95594234112062 195 L 153.26030772472302 195 L 160.56467310832542 195 L 167.86903849192785 195 L 175.17340387553025 195 L 182.47776925913266 195 L 189.78213464273506 195 L 197.08650002633746 195 L 204.39086540993986 195 L 211.69523079354227 195 L 218.9995961771447 195 L 226.3039615607471 195 L 233.6083269443495 195 L 240.9126923279519 195 L 248.2170577115543 195 L 255.5214230951567 195 L 262.82578847875914 195 L 270.1301538623615 195 L 277.43451924596394 195 L 284.7388846295663 195 L 292.04325001316874 195 L 299.3476153967712 195 L 306.65198078037355 195 L 313.956346163976 195 L 321.26071154757835 195 L 328.5650769311808 195 L 335.86944231478316 195 L 343.1738076983856 195 L 350.478173081988 195 L 357.7825384655904 195 L 365.0869038491928 195 L 372.3912692327952 195 L 379.6956346163976 195 L 387.00000000000006 195 L 394.30436538360243 195 L 401.60873076720486 195 L 408.91309615080723 195 L 416.21746153440967 195 L 423.52182691801204 195 L 430.82619230161447 195 L 438.1305576852169 195 L 445.4349230688193 195 L 452.7392884524217 195 L 460.0436538360241 195 L 467.3480192196265 195 L 474.6523846032289 195 L 481.9567499868313 195 L 489.26111537043374 195 L 496.5654807540361 195 L 503.86984613763855 195 L 511.1742115212409 195 L 518.4785769048433 195 L 525.7829422884457 195 L 533.0873076720482 195 L 540.3916730556506 195 L 547.696038439253 195 L 555.0004038228553 195 L 562.3047692064578 195 L 569.6091345900602 195 L 576.9134999736626 195 L 584.217865357265 195 L 591.5222307408674 152.5875 L 598.8265961244698 195 L 606.1309615080722 195 L 613.4353268916747 195 L 620.739692275277 58.5 L 628.0440576588794 195 L 635.3484230424818 195 L 642.6527884260843 195 L 649.9571538096867 195 L 657.261519193289 195 L 664.5658845768914 195 L 671.8702499604939 195 L 679.1746153440963 195 L 686.4789807276987 195 L 693.7833461113011 195 L 701.0877114949035 195 L 708.3920768785059 195 L 715.6964422621083 195 L 723.0008076457107 195" fill="none" stroke="rgb(0, 0, 0)" stroke-width="1" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><path d="M 50.99919235428934 195 L 58.303557737891744 195 L 65.60792312149415 195 L 72.91228850509656 195 L 80.21665388869897 195 L 87.52101927230137 195 L 94.82538465590378 195 L 102.12975003950618 195 L 109.4341154231086 195 L 116.738480806711 195 L 124.0428461903134 195 L 131.3472115739158 195 L 138.65157695751822 195 L 145.95594234112062 195 L 153.26030772472302 195 L 160.56467310832542 195 L 167.86903849192785 195 L 175.17340387553025 195 L 182.47776925913266 195 L 189.78213464273506 195 L 197.08650002633746 195 L 204.39086540993986 195 L 211.69523079354227 195 L 218.9995961771447 195 L 226.3039615607471 195 L 233.6083269443495 195 L 240.9126923279519 195 L 248.2170577115543 195 L 255.5214230951567 195 L 262.82578847875914 195 L 270.1301538623615 195 L 277.43451924596394 195 L 284.7388846295663 195 L 292.04325001316874 195 L 299.3476153967712 195 L 306.65198078037355 195 L 313.956346163976 195 L 321.26071154757835 195 L 328.5650769311808 195 L 335.86944231478316 195 L 343.1738076983856 195 L 350.478173081988 195 L 357.7825384655904 195 L 365.0869038491928 195 L 372.3912692327952 195 L 379.6956346163976 195 L 387.00000000000006 195 L 394.30436538360243 195 L 401.60873076720486 195 L 408.91309615080723 195 L 416.21746153440967 195 L 423.52182691801204 195 L 430.82619230161447 195 L 438.1305576852169 195 L 445.4349230688193 195 L 452.7392884524217 195 L 460.0436538360241 195 L 467.3480192196265 195 L 474.6523846032289 195 L 481.9567499868313 195 L 489.26111537043374 195 L 496.5654807540361 195 L 503.86984613763855 195 L 511.1742115212409 195 L 518.4785769048433 195 L 525.7829422884457 195 L 533.0873076720482 195 L 540.3916730556506 195 L 547.696038439253 195 L 555.0004038228553 195 L 562.3047692064578 195 L 569.6091345900602 195 L 576.9134999736626 195 L 584.217865357265 195 L 591.5222307408674 152.5875 L 598.8265961244698 195 L 606.1309615080722 195 L 613.4353268916747 195 L 620.739692275277 58.5 L 628.0440576588794 195 L 635.3484230424818 195 L 642.6527884260843 195 L 649.9571538096867 195 L 657.261519193289 195 L 664.5658845768914 195 L 671.8702499604939 195 L 679.1746153440963 195 L 686.4789807276987 195 L 693.7833461113011 195 L 701.0877114949035 195 L 708.3920768785059 195 L 715.6964422621083 195 L 723.0008076457107 195" fill="none" stroke="#058DC7" stroke-width="2"/><circle cx="723.0008076457107" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="715.6964422621083" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="708.3920768785059" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="701.0877114949035" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="693.7833461113011" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="686.4789807276987" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="679.1746153440963" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="671.8702499604939" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="664.5658845768914" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="657.261519193289" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="649.9571538096867" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="642.6527884260843" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="635.3484230424818" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="628.0440576588794" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="620.739692275277" cy="58.5" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="613.4353268916747" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="606.1309615080722" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="598.8265961244698" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="591.5222307408674" cy="152.5875" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="584.217865357265" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="576.9134999736626" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="569.6091345900602" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="562.3047692064578" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="555.0004038228553" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="547.696038439253" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="540.3916730556506" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="533.0873076720482" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="525.7829422884457" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="518.4785769048433" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="511.1742115212409" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="503.86984613763855" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="496.5654807540361" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="489.26111537043374" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="481.9567499868313" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="474.6523846032289" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="467.3480192196265" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="460.0436538360241" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="452.7392884524217" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="445.4349230688193" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="438.1305576852169" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="430.82619230161447" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="423.52182691801204" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="416.21746153440967" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="408.91309615080723" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="401.60873076720486" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="394.30436538360243" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="387.00000000000006" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="379.6956346163976" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="372.3912692327952" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="365.0869038491928" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="357.7825384655904" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="350.478173081988" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="343.1738076983856" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="335.86944231478316" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="328.5650769311808" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="321.26071154757835" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="313.956346163976" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="306.65198078037355" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="299.3476153967712" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="292.04325001316874" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="284.7388846295663" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="277.43451924596394" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="270.1301538623615" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="262.82578847875914" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="255.5214230951567" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="248.2170577115543" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="240.9126923279519" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="233.6083269443495" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="226.3039615607471" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="218.9995961771447" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="211.69523079354227" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="204.39086540993986" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="197.08650002633746" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="189.78213464273506" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="182.47776925913266" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="175.17340387553025" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="167.86903849192785" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="160.56467310832542" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="153.26030772472302" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="145.95594234112062" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="138.65157695751822" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="131.3472115739158" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="124.0428461903134" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="116.738480806711" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="109.4341154231086" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="102.12975003950618" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="94.82538465590378" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="87.52101927230137" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="80.21665388869897" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="72.91228850509656" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="65.60792312149415" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="58.303557737891744" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/><circle cx="50.99919235428934" cy="195" r="4" stroke="#FFFFFF" stroke-width="0" fill="#058DC7"/></g><g class="highcharts-series" clip-path="url(http://localhost:61653/home.aspx?SPARAM=FLOWSACTIVITY#highcharts-1)" visibility="visible" transform="translate(70, 10)"><rect rx="0" ry="0" fill="none" x="49" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="49" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="49" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="49" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0" fill-opacity="1"/><rect rx="0" ry="0" fill="none" x="56" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="56" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="56" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="56" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0" fill-opacity="1"/><rect rx="0" ry="0" fill="none" x="63" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="63" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="63" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="63" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="71" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="71" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="71" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="71" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="78" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="78" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="78" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="78" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="85" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="85" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="85" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="85" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0" fill-opacity="1"/><rect rx="0" ry="0" fill="none" x="93" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="93" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="93" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="93" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="100" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="100" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="100" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="100" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="107" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="107" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="107" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="107" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="114" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="114" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="114" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="114" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="122" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="122" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="122" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="122" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="129" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="129" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="129" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="129" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="136" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="136" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="136" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="136" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0" fill-opacity="1"/><rect rx="0" ry="0" fill="none" x="144" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="144" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="144" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="144" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="151" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="151" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="151" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="151" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="158" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="158" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="158" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="158" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="166" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="166" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="166" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="166" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="173" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="173" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="173" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="173" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0" fill-opacity="1"/><rect rx="0" ry="0" fill="none" x="180" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="180" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="180" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="180" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="188" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="188" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="188" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="188" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="195" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="195" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="195" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="195" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="202" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="202" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="202" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="202" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="209" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="209" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="209" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="209" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="217" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="217" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="217" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="217" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="224" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="224" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="224" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="224" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="231" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="231" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="231" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="231" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="239" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="239" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="239" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="239" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="246" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="246" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="246" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="246" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="253" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="253" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="253" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="253" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0" fill-opacity="1"/><rect rx="0" ry="0" fill="none" x="261" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="261" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="261" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="261" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="268" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="268" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="268" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="268" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="275" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="275" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="275" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="275" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="282" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="282" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="282" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="282" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="290" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="290" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="290" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="290" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="297" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="297" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="297" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="297" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0" fill-opacity="1"/><rect rx="0" ry="0" fill="none" x="304" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="304" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="304" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="304" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="312" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="312" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="312" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="312" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="319" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="319" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="319" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="319" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="326" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="326" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="326" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="326" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="334" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="334" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="334" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="334" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="341" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="341" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="341" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="341" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="348" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="348" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="348" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="348" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="356" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="356" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="356" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="356" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="363" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="363" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="363" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="363" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="370" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="370" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="370" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="370" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="377" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="377" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="377" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="377" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="385" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="385" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="385" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="385" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="392" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="392" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="392" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="392" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="399" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="399" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="399" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="399" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="407" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="407" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="407" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="407" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="414" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="414" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="414" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="414" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="421" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="421" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="421" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="421" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0" fill-opacity="1"/><rect rx="0" ry="0" fill="none" x="429" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="429" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="429" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="429" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="436" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="436" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="436" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="436" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="443" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="443" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="443" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="443" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="450" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="450" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="450" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="450" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="458" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="458" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="458" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="458" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="465" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="465" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="465" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="465" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="472" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="472" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="472" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="472" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="480" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="480" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="480" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="480" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="487" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="487" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="487" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="487" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="494" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="494" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="494" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="494" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="502" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="502" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="502" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="502" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="509" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="509" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="509" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="509" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="516" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="516" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="516" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="516" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="524" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="524" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="524" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="524" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="531" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="531" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="531" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="531" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="538" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="538" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="538" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="538" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="545" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="545" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="545" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="545" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="553" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="553" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="553" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="553" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0" fill-opacity="1"/><rect rx="0" ry="0" fill="none" x="560" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="560" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="560" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="560" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0" fill-opacity="1"/><rect rx="0" ry="0" fill="none" x="567" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="567" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="567" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="567" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="575" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="575" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="575" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="575" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="582" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="582" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="582" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="582" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="589" y="49" width="3" height="146" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="589" y="49" width="3" height="146" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="589" y="49" width="3" height="146" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="589" y="49" width="3" height="146" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="597" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="597" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="597" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="597" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="604" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="604" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="604" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="604" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="611" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="611" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="611" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="611" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="618" y="98" width="3" height="97" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="618" y="98" width="3" height="97" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="618" y="98" width="3" height="97" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="618" y="98" width="3" height="97" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="626" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="626" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="626" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="626" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="633" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="633" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="633" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="633" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="640" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="640" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="640" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="640" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="648" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="648" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="648" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="648" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="655" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="655" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="655" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="655" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="662" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="662" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="662" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="662" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0" fill-opacity="1"/><rect rx="0" ry="0" fill="none" x="670" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="670" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="670" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="670" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="677" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="677" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="677" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="677" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="684" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="684" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="684" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="684" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="692" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="692" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="692" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="692" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="699" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="699" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="699" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="699" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="706" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="706" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="706" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="706" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0" fill-opacity="1"/><rect rx="0" ry="0" fill="none" x="713" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="713" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="713" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="713" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0"/><rect rx="0" ry="0" fill="none" x="721" y="195" width="3" height="0" stroke-width="5" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="721" y="195" width="3" height="0" stroke-width="3" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="none" x="721" y="195" width="3" height="0" stroke-width="1" stroke="rgb(0, 0, 0)" r="0" isShadow="true" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="0" ry="0" fill="#50B432" x="721" y="195" width="3" height="0" stroke-width="1" stroke="#FFFFFF" r="0" fill-opacity="1"/></g></g><g class="highcharts-legend" zIndex="7" transform="translate(289, 258)"><rect rx="5" ry="5" fill="none" x="0.5" y="0.5" width="320" height="26" stroke-width="1" stroke="#909090" visibility="visible"/><text x="30" y="18" style="font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;font-size:12px;cursor:pointer;color:#3E576F;font-size:8pt;fill:#3E576F;" zIndex="2"><tspan x="30">Execution Time (seconds)</tspan></text><text x="203.53515625" y="18" style="font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;font-size:12px;cursor:pointer;color:#3E576F;font-size:8pt;fill:#3E576F;" zIndex="2"><tspan x="203.53515625">Target Size (users)</tspan></text><rect rx="2" ry="2" fill="#058DC7" x="9" y="7" width="16" height="12" stroke-width="0" zIndex="3" stroke="#058DC7"/><rect rx="2" ry="2" fill="#50B432" x="182.53515625" y="7" width="16" height="12" stroke-width="0" zIndex="3" stroke="#50B432"/></g><g class="highcharts-axis" zIndex="7"><text x="172.12975003950618" y="219" style="font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#666;font-size:11px;line-height:14px;fill:#666;" text-anchor="middle"><tspan x="172.12975003950618">13. Jun</tspan></text><text x="274.39086540993986" y="219" style="font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#666;font-size:11px;line-height:14px;fill:#666;" text-anchor="middle"><tspan x="274.39086540993986">27. Jun</tspan></text><text x="376.65198078037355" y="219" style="font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#666;font-size:11px;line-height:14px;fill:#666;" text-anchor="middle"><tspan x="376.65198078037355">11. Jul</tspan></text><text x="478.91309615080723" y="219" style="font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#666;font-size:11px;line-height:14px;fill:#666;" text-anchor="middle"><tspan x="478.91309615080723">25. Jul</tspan></text><text x="581.174211521241" y="219" style="font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#666;font-size:11px;line-height:14px;fill:#666;" text-anchor="middle"><tspan x="581.174211521241">8. Aug</tspan></text><text x="683.4353268916747" y="219" style="font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#666;font-size:11px;line-height:14px;fill:#666;" text-anchor="middle"><tspan x="683.4353268916747">22. Aug</tspan></text><text x="785.6964422621083" y="219" style="font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#666;font-size:11px;line-height:14px;fill:#666;" text-anchor="middle"><tspan x="785.6964422621083">5. Sep</tspan></text><path d="M 172.5 205 L 172.5 210" fill="none" stroke="#C0D0E0" stroke-width="1"/><path d="M 274.5 205 L 274.5 210" fill="none" stroke="#C0D0E0" stroke-width="1"/><path d="M 377.5 205 L 377.5 210" fill="none" stroke="#C0D0E0" stroke-width="1"/><path d="M 479.5 205 L 479.5 210" fill="none" stroke="#C0D0E0" stroke-width="1"/><path d="M 581.5 205 L 581.5 210" fill="none" stroke="#C0D0E0" stroke-width="1"/><path d="M 683.5 205 L 683.5 210" fill="none" stroke="#C0D0E0" stroke-width="1"/><path d="M 786.5 205 L 786.5 210" fill="none" stroke="#C0D0E0" stroke-width="1"/></g><text x="457" y="240" style="font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#6D869F;font-weight:bold;fill:#6D869F;" zIndex="7" text-anchor="middle"><tspan x="457">Date</tspan></text><g class="highcharts-axis" zIndex="7"><text x="62" y="208.6" style="font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;font-size:12px;width:367px;color:#666;font-size:11px;line-height:14px;fill:#666;" text-anchor="end"><tspan x="62">0</tspan></text><text x="62" y="159.85" style="font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;font-size:12px;width:367px;color:#666;font-size:11px;line-height:14px;fill:#666;" text-anchor="end"><tspan x="62">100</tspan></text><text x="62" y="111.1" style="font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;font-size:12px;width:367px;color:#666;font-size:11px;line-height:14px;fill:#666;" text-anchor="end"><tspan x="62">200</tspan></text><text x="62" y="62.35" style="font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;font-size:12px;width:367px;color:#666;font-size:11px;line-height:14px;fill:#666;" text-anchor="end"><tspan x="62">300</tspan></text><text x="62" y="13.6" style="font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;font-size:12px;width:367px;color:#666;font-size:11px;line-height:14px;fill:#666;" text-anchor="end"><tspan x="62">400</tspan></text></g><text x="30.39453125" y="107.5" style="font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#6D869F;font-weight:bold;fill:#6D869F;" zIndex="7" transform="rotate(270, 30.3945, 107)" text-anchor="middle"><tspan x="30.39453125">Execution Time (seconds)</tspan></text><g class="highcharts-axis" zIndex="7"><text x="852.3671875" y="208.6" style="font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;font-size:12px;width:367px;color:#50B432;font-size:11px;line-height:14px;fill:#50B432;" text-anchor="start"><tspan x="852.3671875">0</tspan></text><text x="852.3671875" y="159.85" style="font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;font-size:12px;width:367px;color:#50B432;font-size:11px;line-height:14px;fill:#50B432;" text-anchor="start"><tspan x="852.3671875">1</tspan></text><text x="852.3671875" y="111.1" style="font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;font-size:12px;width:367px;color:#50B432;font-size:11px;line-height:14px;fill:#50B432;" text-anchor="start"><tspan x="852.3671875">2</tspan></text><text x="852.3671875" y="62.35" style="font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;font-size:12px;width:367px;color:#50B432;font-size:11px;line-height:14px;fill:#50B432;" text-anchor="start"><tspan x="852.3671875">3</tspan></text><text x="852.3671875" y="13.6" style="font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;font-size:12px;width:367px;color:#50B432;font-size:11px;line-height:14px;fill:#50B432;" text-anchor="start"><tspan x="852.3671875">4</tspan></text></g><text x="869.6328125" y="107.5" style="font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#6D869F;font-weight:bold;fill:#6D869F;" zIndex="7" transform="rotate(90, 869.633, 107)" text-anchor="middle"><tspan x="869.6328125">Target Size (users)</tspan></text><path d="M 70 205.5 L 844.3671875 205.5" fill="none" stroke="#C0D0E0" stroke-width="1" zIndex="7"/><g class="highcharts-tooltip" zIndex="8" visibility="hidden" transform="translate(0, 95)"><rect rx="5" ry="5" fill="none" x="7" y="7" width="181" height="83" stroke-width="5" fill-opacity="0.85" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.05" transform="translate(1, 1)"/><rect rx="5" ry="5" fill="none" x="7" y="7" width="181" height="83" stroke-width="3" fill-opacity="0.85" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.1" transform="translate(1, 1)"/><rect rx="5" ry="5" fill="none" x="7" y="7" width="181" height="83" stroke-width="1" fill-opacity="0.85" isShadow="true" stroke="rgb(0, 0, 0)" stroke-opacity="0.15000000000000002" transform="translate(1, 1)"/><rect rx="5" ry="5" fill="rgb(255,255,255)" x="7" y="7" width="181" height="83" stroke-width="2" fill-opacity="0.85" stroke="#058DC7"/><text x="12" y="24" style="font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#333333;font-size:12px;padding:0;white-space:nowrap;fill:#333333;" zIndex="1"><tspan style="font-size: 10px" x="12">Monday, Jun 6, 2011</tspan><tspan style="fill:#058DC7" dy="16" x="12">Execution Time (seconds)</tspan><tspan dx="3">: </tspan><tspan style="font-weight:bold" dx="3">0</tspan><tspan style="fill:#50B432" dy="20" x="12">Target Size (users)</tspan><tspan dx="3">: </tspan><tspan style="font-weight:bold" dx="3">0</tspan><tspan dy="20" x="12"> </tspan></text></g><g class="highcharts-tracker" zIndex="9" transform="translate(70, 10)"><rect rx="0" ry="0" fill="rgb(192,192,192)" x="49" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="56" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="63" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="71" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="78" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="85" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="93" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="100" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="107" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="114" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="122" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="129" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="136" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="144" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="151" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="158" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="166" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="173" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="180" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="188" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="195" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="202" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="209" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="217" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="224" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="231" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="239" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="246" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="253" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="261" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="268" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="275" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="282" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="290" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="297" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="304" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="312" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="319" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="326" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="334" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="341" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="348" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="356" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="363" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="370" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="377" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="385" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="392" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="399" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="407" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="414" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="421" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="429" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="436" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="443" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="450" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="458" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="465" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="472" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="480" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="487" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="494" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="502" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="509" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="516" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="524" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="531" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="538" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="545" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="553" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="560" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="567" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="575" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="582" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="589" y="49" width="3" height="146" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="597" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="604" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="611" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="618" y="98" width="3" height="97" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="626" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="633" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="640" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="648" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="655" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="662" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="670" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="677" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="684" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="692" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="699" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="706" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="713" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><rect rx="0" ry="0" fill="rgb(192,192,192)" x="721" y="195" width="3" height="0" stroke-width="0" isTracker="1315315588542" fill-opacity="0.000001" visibility="visible" zIndex="1" style=""/><path d="M 40.99919235428934 195 L 50.99919235428934 195 L 58.303557737891744 195 L 65.60792312149415 195 L 72.91228850509656 195 L 80.21665388869897 195 L 87.52101927230137 195 L 94.82538465590378 195 L 102.12975003950618 195 L 109.4341154231086 195 L 116.738480806711 195 L 124.0428461903134 195 L 131.3472115739158 195 L 138.65157695751822 195 L 145.95594234112062 195 L 153.26030772472302 195 L 160.56467310832542 195 L 167.86903849192785 195 L 175.17340387553025 195 L 182.47776925913266 195 L 189.78213464273506 195 L 197.08650002633746 195 L 204.39086540993986 195 L 211.69523079354227 195 L 218.9995961771447 195 L 226.3039615607471 195 L 233.6083269443495 195 L 240.9126923279519 195 L 248.2170577115543 195 L 255.5214230951567 195 L 262.82578847875914 195 L 270.1301538623615 195 L 277.43451924596394 195 L 284.7388846295663 195 L 292.04325001316874 195 L 299.3476153967712 195 L 306.65198078037355 195 L 313.956346163976 195 L 321.26071154757835 195 L 328.5650769311808 195 L 335.86944231478316 195 L 343.1738076983856 195 L 350.478173081988 195 L 357.7825384655904 195 L 365.0869038491928 195 L 372.3912692327952 195 L 379.6956346163976 195 L 387.00000000000006 195 L 394.30436538360243 195 L 401.60873076720486 195 L 408.91309615080723 195 L 416.21746153440967 195 L 423.52182691801204 195 L 430.82619230161447 195 L 438.1305576852169 195 L 445.4349230688193 195 L 452.7392884524217 195 L 460.0436538360241 195 L 467.3480192196265 195 L 474.6523846032289 195 L 481.9567499868313 195 L 489.26111537043374 195 L 496.5654807540361 195 L 503.86984613763855 195 L 511.1742115212409 195 L 518.4785769048433 195 L 525.7829422884457 195 L 533.0873076720482 195 L 540.3916730556506 195 L 547.696038439253 195 L 555.0004038228553 195 L 562.3047692064578 195 L 569.6091345900602 195 L 576.9134999736626 195 L 584.217865357265 195 L 591.5222307408674 152.5875 L 598.8265961244698 195 L 606.1309615080722 195 L 613.4353268916747 195 L 620.739692275277 58.5 L 628.0440576588794 195 L 635.3484230424818 195 L 642.6527884260843 195 L 649.9571538096867 195 L 657.261519193289 195 L 664.5658845768914 195 L 671.8702499604939 195 L 679.1746153440963 195 L 686.4789807276987 195 L 693.7833461113011 195 L 701.0877114949035 195 L 708.3920768785059 195 L 715.6964422621083 195 L 723.0008076457107 195 L 733.0008076457107 195" fill="none" isTracker="true" stroke-opacity="0.000001" stroke="rgb(192,192,192)" stroke-width="22" visibility="visible" zIndex="1" style=""/></g></svg>
eo_support
Posted: Tuesday, September 6, 2011 11:25:49 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

Thank you for the test file. We are able to reproduce the problem with the file. The file you posted should render an image similar to the fourth picture you posted. However when it is converted to PDF, it renders something similar to the third picture you posted, which is wrong.

We are still looking into the problem. We should be able to fix it and provide you an update build very soon.

Thanks!
eo_support
Posted: Wednesday, September 7, 2011 10:54:33 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

We have posted a new build (2011.2.67) that should fix this problem. You can download the new build from our download page. Please let us know if the new build works for you.

Thanks!
Pieter
Posted: Thursday, September 8, 2011 1:16:44 PM
Rank: Newbie
Groups: Member

Joined: 9/6/2011
Posts: 4
Yes! Problem solved!

Thanks for the great support! Applause
eo_support
Posted: Thursday, September 8, 2011 1:22:09 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Great. Thank you very much for confirming the fix! Please feel free to let us know if you still have any more questions.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.