summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-09-12 11:20:27 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-09-12 11:20:27 +0000
commit22649b2b81c18461fd85793690de5d04b45806fa (patch)
treea227e9ebef702838ddc1d84b1348464663b80f16
parentb269dab61f162292ba4ad1f3cb400e182be23cee (diff)
downloadzetacomponents-graph-22649b2b81c18461fd85793690de5d04b45806fa.zip
zetacomponents-graph-22649b2b81c18461fd85793690de5d04b45806fa.tar.gz
- Added image map support
# This changes all generated SVGs because each genereted element has an ID now
-rw-r--r--src/charts/line.php4
-rw-r--r--src/charts/pie.php2
-rw-r--r--src/driver/gd.php87
-rw-r--r--src/driver/svg.php52
-rw-r--r--src/graph_autoload.php1
-rw-r--r--src/interfaces/driver.php2
-rw-r--r--src/interfaces/renderer.php35
-rw-r--r--src/options/gd_driver.php7
-rw-r--r--src/renderer/2d.php76
-rw-r--r--src/renderer/3d.php82
-rw-r--r--src/structs/context.php35
-rw-r--r--tests/data/compare/ezcGraphRenderer2dTest_testRenderFilledLineBarChart.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer2dTest_testRenderFilledLineChart.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer2dTest_testRenderFilledLineChartWithAxisIntersection.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer2dTest_testRenderLineChart.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer2dTest_testRenderLineChartWithAxisLabels.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer2dTest_testRenderLineChartWithAxisLabelsReversedAxis.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer2dTest_testRenderLineChartWithDifferentAxisSpace.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer2dTest_testRenderPieChart.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer2dTest_testRenderPieChartWithBackgroundBottomRight.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer2dTest_testRenderPieChartWithLegendTitle.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer2dTest_testRenderPieChartWithOffset.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer2dTest_testRenderPieChartWithTextureBackground.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChart.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChartNonFilledAxis.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChartNonFilledGrid.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChartWithAxisIntersection.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChartWithoutDataBorder.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer3dTest_testRender3dLineChart.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer3dTest_testRender3dLineChartBigMaxFontSize.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer3dTest_testRender3dLineChartSmallMaxFontSize.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer3dTest_testRenderBarChart.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer3dTest_testRenderBarChartSymbols.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegment.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentPolygonOrder.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithCustomHeight.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithCustomRotation.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithGleamAndShadow.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithIncreasedMoveOut.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithTitle.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithoutDataBorder.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithoutSymbols.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer3dTest_testRenderLineChartWithAxisLabels.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer3dTest_testRenderLineChartWithAxisLabelsReversedAxis.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer3dTest_testRenderLineChartWithDifferentAxisSpace.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer3dTest_testRenderNegativeBarChartSymbols.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer3dTest_testRenderPieChartWithBackgroundBottomCenter.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer3dTest_testRenderPieChartWithHorizontalTextureBackground.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer3dTest_testRenderPieChartWithLotsOfLabels.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer3dTest_testRenderPieChartWithOffset.svg2
-rw-r--r--tests/data/compare/ezcGraphRenderer3dTest_testRenderPimpedBarChart.svg2
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawChartInTemplate.svg2
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawChartInTemplateCustomGroup.svg2
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleFilled.svg2
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleNonFilled.svg2
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleSectorAcute.svg2
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleSectorAcuteNonFilled.svg2
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleSectorAcuteReverse.svg2
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleSectorObtuse.svg2
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawCircularArcAcute.svg2
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawCircularArcAcuteBorder.svg2
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawCircularArcAcuteReverse.svg2
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawCircularArcObtuse.svg2
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawImageJpeg.svg2
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawImagePng.svg2
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawLine.svg2
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawPolygonFivePoints.svg2
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawPolygonThreePointsFilled.svg2
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawPolygonThreePointsNotFilled.svg2
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawStringWithSpecialChars.svg2
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxLongSpacedString.svg2
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxLongSpacedStringCenter.svg2
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxLongSpacedStringCenterBottom.svg2
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxLongSpacedStringRight.svg2
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxLongSpacedStringRightMiddle.svg2
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxLongString.svg2
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxManualBreak.svg2
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxShortString.svg2
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxStringCenter.svg2
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxStringCenterMiddle.svg2
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxStringRight.svg2
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxStringRightBottom.svg2
-rw-r--r--tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxStringSampleRight.svg2
-rw-r--r--tests/driver_gd_test.php86
-rw-r--r--tests/driver_svg_test.php48
-rw-r--r--tests/image_map_test.php256
-rw-r--r--tests/line_test.php20
-rw-r--r--tests/pie_test.php7
-rw-r--r--tests/renderer_2d_test.php20
-rw-r--r--tests/suite.php2
90 files changed, 796 insertions, 170 deletions
diff --git a/src/charts/line.php b/src/charts/line.php
index ebf86f9..6d6f381 100644
--- a/src/charts/line.php
+++ b/src/charts/line.php
@@ -108,7 +108,7 @@ class ezcGraphLineChart extends ezcGraphChart
}
// Display data
- foreach ( $this->data as $data )
+ foreach ( $this->data as $datasetName => $data )
{
--$nr[$data->displayType->default];
switch ( $data->displayType->default )
@@ -140,6 +140,7 @@ class ezcGraphLineChart extends ezcGraphChart
$renderer->drawDataLine(
$boundings,
+ new ezcGraphContext( $datasetName, $key ),
$data->color->default,
( $lastPoint === false ? $point : $lastPoint ),
$point,
@@ -173,6 +174,7 @@ class ezcGraphLineChart extends ezcGraphChart
$renderer->drawBar(
$boundings,
+ new ezcGraphContext( $datasetName, $key ),
$data->color->default,
$this->elements['xAxis']->axisLabelRenderer->modifyChartDataPosition(
$this->elements['yAxis']->axisLabelRenderer->modifyChartDataPosition(
diff --git a/src/charts/pie.php b/src/charts/pie.php
index 5f4258a..b21401e 100644
--- a/src/charts/pie.php
+++ b/src/charts/pie.php
@@ -35,6 +35,7 @@ class ezcGraphPieChart extends ezcGraphChart
{
// Only draw the first (and only) dataset
$dataset = $this->data->rewind();
+ $datasetName = $this->data->key();
$this->driver->options->font = $this->options->font;
@@ -53,6 +54,7 @@ class ezcGraphPieChart extends ezcGraphChart
case ezcGraph::PIE:
$renderer->drawPieSegment(
$boundings,
+ new ezcGraphContext( $datasetName, $label ),
$dataset->color[$label],
$angle,
$angle += $value / $sum * 360,
diff --git a/src/driver/gd.php b/src/driver/gd.php
index bf9249b..1e30e81 100644
--- a/src/driver/gd.php
+++ b/src/driver/gd.php
@@ -170,6 +170,8 @@ class ezcGraphGdDriver extends ezcGraphDriver
{
imagepolygon( $image, $pointArray, $pointCount, $drawColor );
}
+
+ return $points;
}
/**
@@ -204,6 +206,8 @@ class ezcGraphGdDriver extends ezcGraphDriver
$this->image,
$this->options->supersampling
);
+
+ return array();
}
/**
@@ -415,6 +419,13 @@ class ezcGraphGdDriver extends ezcGraphDriver
{
throw new ezcGraphFontRenderingException( $string, $this->options->font->minFontSize, $width, $height );
}
+
+ return array(
+ clone $position,
+ new ezcGraphCoordinate( $position->x + $width, $position->y ),
+ new ezcGraphCoordinate( $position->x + $width, $position->y + $height ),
+ new ezcGraphCoordinate( $position->x, $position->y + $height ),
+ );
}
protected function drawAllTexts()
@@ -546,6 +557,26 @@ class ezcGraphGdDriver extends ezcGraphDriver
IMG_ARC_PIE | IMG_ARC_NOFILL | IMG_ARC_EDGED
);
}
+
+ // Create polygon array to return
+ $polygonArray = array( $center );
+ for ( $angle = $startAngle; $angle < $endAngle; $angle += $this->options->imageMapResolution )
+ {
+ $polygonArray[] = new ezcGraphCoordinate(
+ $center->x +
+ ( ( cos( deg2rad( $angle ) ) * $width ) / 2 ),
+ $center->y +
+ ( ( sin( deg2rad( $angle ) ) * $height ) / 2 )
+ );
+ }
+ $polygonArray[] = new ezcGraphCoordinate(
+ $center->x +
+ ( ( cos( deg2rad( $endAngle ) ) * $width ) / 2 ),
+ $center->y +
+ ( ( sin( deg2rad( $endAngle ) ) * $height ) / 2 )
+ );
+
+ return $polygonArray;
}
/**
@@ -680,6 +711,42 @@ class ezcGraphGdDriver extends ezcGraphDriver
IMG_ARC_PIE | IMG_ARC_NOFILL
);
}
+
+ // Create polygon array to return
+ $polygonArray = array();
+ for ( $angle = $startAngle; $angle < $endAngle; $angle += $this->options->imageMapResolution )
+ {
+ $polygonArray[] = new ezcGraphCoordinate(
+ $center->x +
+ ( ( cos( deg2rad( $angle ) ) * $width ) / 2 ),
+ $center->y +
+ ( ( sin( deg2rad( $angle ) ) * $height ) / 2 )
+ );
+ }
+ $polygonArray[] = new ezcGraphCoordinate(
+ $center->x +
+ ( ( cos( deg2rad( $endAngle ) ) * $width ) / 2 ),
+ $center->y +
+ ( ( sin( deg2rad( $endAngle ) ) * $height ) / 2 )
+ );
+
+ for ( $angle = $endAngle; $angle > $startAngle; $angle -= $this->options->imageMapResolution )
+ {
+ $polygonArray[] = new ezcGraphCoordinate(
+ $center->x +
+ ( ( cos( deg2rad( $angle ) ) * $width ) / 2 ) + $size,
+ $center->y +
+ ( ( sin( deg2rad( $angle ) ) * $height ) / 2 )
+ );
+ }
+ $polygonArray[] = new ezcGraphCoordinate(
+ $center->x +
+ ( ( cos( deg2rad( $startAngle ) ) * $width ) / 2 ) + $size,
+ $center->y +
+ ( ( sin( deg2rad( $startAngle ) ) * $height ) / 2 )
+ );
+
+ return $polygonArray;
}
/**
@@ -721,6 +788,19 @@ class ezcGraphGdDriver extends ezcGraphDriver
$drawColor
);
}
+
+ $polygonArray = array();
+ for ( $angle = 0; $angle < 360; $angle += $this->options->imageMapResolution )
+ {
+ $polygonArray[] = new ezcGraphCoordinate(
+ $center->x +
+ ( ( cos( deg2rad( $angle ) ) * $width ) / 2 ),
+ $center->y +
+ ( ( sin( deg2rad( $angle ) ) * $height ) / 2 )
+ );
+ }
+
+ return $polygonArray;
}
/**
@@ -740,6 +820,13 @@ class ezcGraphGdDriver extends ezcGraphDriver
'width' => $width,
'height' => $height,
);
+
+ return array(
+ $position,
+ new ezcGraphCoordinate( $position->x + $width, $position->y ),
+ new ezcGraphCoordinate( $position->x + $width, $position->y + $height ),
+ new ezcGraphCoordinate( $position->x, $position->y + $height ),
+ );
}
/**
diff --git a/src/driver/svg.php b/src/driver/svg.php
index 0a6bd28..b7de230 100644
--- a/src/driver/svg.php
+++ b/src/driver/svg.php
@@ -55,6 +55,13 @@ class ezcGraphSvgDriver extends ezcGraphDriver
*/
protected $drawnGradients = array();
+ /**
+ * Numeric unique element id
+ *
+ * @var int
+ */
+ protected $elementID = 0;
+
public function __construct( array $options = array() )
{
$this->options = new ezcGraphSvgDriverOptions( $options );
@@ -297,8 +304,10 @@ class ezcGraphSvgDriver extends ezcGraphDriver
'style',
$this->getStyle( $color, $filled, $thickness )
);
-
+ $path->setAttribute( 'id', $id = ( 'ezcGraphPolygon_' . ++$this->elementID ) );
$this->elements->appendChild( $path );
+
+ return $id;
}
/**
@@ -327,7 +336,10 @@ class ezcGraphSvgDriver extends ezcGraphDriver
$this->getStyle( $color, false, $thickness )
);
+ $path->setAttribute( 'id', $id = ( 'ezcGraphLine_' . ++$this->elementID ) );
$this->elements->appendChild( $path );
+
+ return $id;
}
protected function testFitStringInTextBox( $string, ezcGraphCoordinate $position, $width, $height, $size )
@@ -408,19 +420,18 @@ class ezcGraphSvgDriver extends ezcGraphDriver
}
}
- if ( is_array( $result ) )
- {
- $this->options->font->minimalUsedFont = $size;
-
- $this->strings[] = array(
- 'text' => $result,
- 'position' => $position,
- 'width' => $width,
- 'height' => $height,
- 'align' => $align,
- 'options' => $this->options->font,
- );
- }
+ $this->options->font->minimalUsedFont = $size;
+ $this->strings[] = array(
+ 'text' => $result,
+ 'id' => $id = ( 'ezcGraphTextBox_' . ++$this->elementID ),
+ 'position' => $position,
+ 'width' => $width,
+ 'height' => $height,
+ 'align' => $align,
+ 'options' => $this->options->font,
+ );
+
+ return $id;
}
protected function drawAllTexts()
@@ -476,6 +487,7 @@ class ezcGraphSvgDriver extends ezcGraphDriver
}
$textNode = $this->dom->createElement( 'text', $string );
+ $textNode->setAttribute( 'id', $text['id'] );
$textNode->setAttribute( 'x', $position->x + $this->options->graphOffset->x );
$textNode->setAttribute( 'text-length', ( $size * strlen( $string ) * $this->options->assumedCharacterWidth ) . 'px' );
$textNode->setAttribute( 'y', $position->y + $this->options->graphOffset->y );
@@ -551,7 +563,10 @@ class ezcGraphSvgDriver extends ezcGraphDriver
$this->getStyle( $color, $filled, 1 )
);
+ $arc->setAttribute( 'id', $id = ( 'ezcGraphCircleSector_' . ++$this->elementID ) );
$this->elements->appendChild( $arc );
+
+ return $id;
}
/**
@@ -646,6 +661,7 @@ class ezcGraphSvgDriver extends ezcGraphDriver
$this->getStyle( $color, $filled )
);
+ $arc->setAttribute( 'id', $id = ( 'ezcGraphCircularArc_' . ++$this->elementID ) );
$this->elements->appendChild( $arc );
if ( ( $this->options->shadeCircularArc !== false ) &&
@@ -692,6 +708,8 @@ class ezcGraphSvgDriver extends ezcGraphDriver
$this->elements->appendChild( $arc );
}
+
+ return $id;
}
/**
@@ -720,7 +738,10 @@ class ezcGraphSvgDriver extends ezcGraphDriver
$this->getStyle( $color, $filled, 1 )
);
+ $ellipse->setAttribute( 'id', $id = ( 'ezcGraphCircle_' . ++$this->elementID ) );
$this->elements->appendChild( $ellipse );
+
+ return $id;
}
/**
@@ -753,6 +774,9 @@ class ezcGraphSvgDriver extends ezcGraphDriver
);
$this->elements->appendChild( $image );
+ $image->setAttribute( 'id', $id = ( 'ezcGraphImage_' . ++$this->elementID ) );
+
+ return $id;
}
/**
diff --git a/src/graph_autoload.php b/src/graph_autoload.php
index f415aa6..448a3d9 100644
--- a/src/graph_autoload.php
+++ b/src/graph_autoload.php
@@ -96,6 +96,7 @@ return array(
'ezcGraphBoundings' => 'Graph/math/boundings.php',
'ezcGraphCoordinate' => 'Graph/structs/coordinate.php',
+ 'ezcGraphContext' => 'Graph/structs/context.php',
);
?>
diff --git a/src/interfaces/driver.php b/src/interfaces/driver.php
index b7045f0..a763f91 100644
--- a/src/interfaces/driver.php
+++ b/src/interfaces/driver.php
@@ -69,7 +69,7 @@ abstract class ezcGraphDriver
case 'options':
return $this->options;
default:
- return parent::__get( $propertyName );
+ throw new ezcBasePropertyNotFoundException( $propertyName );
}
}
diff --git a/src/interfaces/renderer.php b/src/interfaces/renderer.php
index 80fdc5d..84907e0 100644
--- a/src/interfaces/renderer.php
+++ b/src/interfaces/renderer.php
@@ -23,11 +23,23 @@ abstract class ezcGraphRenderer
protected $yAxisSpace = false;
+ protected $elements = array();
+
public function setDriver( ezcGraphDriver $driver )
{
$this->driver = $driver;
}
+ protected function addElementReference( ezcGraphContext $context, $reference )
+ {
+ $this->elements['data'][$context->dataset][$context->datapoint][] = $reference;
+ }
+
+ public function getElementReferences()
+ {
+ return $this->elements;
+ }
+
/**
* __get
*
@@ -44,6 +56,8 @@ abstract class ezcGraphRenderer
case 'xAxisSpace':
case 'yAxisSpace':
return $this->$propertyName;
+ case 'elements':
+ return $this->elements;
default:
throw new ezcBasePropertyNotFoundException( $propertyName );
}
@@ -55,6 +69,7 @@ abstract class ezcGraphRenderer
* Draws a single pie segment
*
* @param ezcGraphBoundings $boundings Chart boundings
+ * @param ezcGraphContext $context Context of call
* @param ezcGraphColor $color Color of pie segment
* @param float $startAngle Start angle
* @param float $endAngle End angle
@@ -64,6 +79,7 @@ abstract class ezcGraphRenderer
*/
abstract public function drawPieSegment(
ezcGraphBoundings $boundings,
+ ezcGraphContext $context,
ezcGraphColor $color,
$startAngle = .0,
$endAngle = 360.,
@@ -77,6 +93,7 @@ abstract class ezcGraphRenderer
* Draws a bar as a data element in a line chart
*
* @param ezcGraphBoundings $boundings Chart boundings
+ * @param ezcGraphContext $context Context of call
* @param ezcGraphColor $color Color of line
* @param ezcGraphCoordinate $position Position of data point
* @param float $stepSize Space which can be used for bars
@@ -88,6 +105,7 @@ abstract class ezcGraphRenderer
*/
abstract public function drawBar(
ezcGraphBoundings $boundings,
+ ezcGraphContext $context,
ezcGraphColor $color,
ezcGraphCoordinate $position,
$stepSize,
@@ -103,6 +121,7 @@ abstract class ezcGraphRenderer
* Draws a line as a data element in a line chart
*
* @param ezcGraphBoundings $boundings Chart boundings
+ * @param ezcGraphContext $context Context of call
* @param ezcGraphColor $color Color of line
* @param ezcGraphCoordinate $start Starting point
* @param ezcGraphCoordinate $end Ending point
@@ -117,6 +136,7 @@ abstract class ezcGraphRenderer
*/
abstract public function drawDataLine(
ezcGraphBoundings $boundings,
+ ezcGraphContext $context,
ezcGraphColor $color,
ezcGraphCoordinate $start,
ezcGraphCoordinate $end,
@@ -268,7 +288,7 @@ abstract class ezcGraphRenderer
switch ( $symbol )
{
case ezcGraph::NO_SYMBOL:
- $this->driver->drawPolygon(
+ $return = $this->driver->drawPolygon(
array(
new ezcGraphCoordinate( $boundings->x0, $boundings->y0 ),
new ezcGraphCoordinate( $boundings->x1, $boundings->y0 ),
@@ -310,9 +330,9 @@ abstract class ezcGraphRenderer
true
);
}
- break;
+ return $return;
case ezcGraph::DIAMOND:
- $this->driver->drawPolygon(
+ $return = $this->driver->drawPolygon(
array(
new ezcGraphCoordinate(
$boundings->x0 + ( $boundings->x1 - $boundings->x0 ) / 2,
@@ -372,9 +392,9 @@ abstract class ezcGraphRenderer
true
);
}
- break;
+ return $return;
case ezcGraph::BULLET:
- $this->driver->drawCircle(
+ $return = $this->driver->drawCircle(
new ezcGraphCoordinate(
$boundings->x0 + ( $boundings->x1 - $boundings->x0 ) / 2,
$boundings->y0 + ( $boundings->y1 - $boundings->y0 ) / 2
@@ -410,9 +430,9 @@ abstract class ezcGraphRenderer
true
);
}
- break;
+ return $return;
case ezcGraph::CIRCLE:
- $this->driver->drawCircle(
+ return $this->driver->drawCircle(
new ezcGraphCoordinate(
$boundings->x0 + ( $boundings->x1 - $boundings->x0 ) / 2,
$boundings->y0 + ( $boundings->y1 - $boundings->y0 ) / 2
@@ -422,7 +442,6 @@ abstract class ezcGraphRenderer
$color,
false
);
- break;
}
}
diff --git a/src/options/gd_driver.php b/src/options/gd_driver.php
index 2faddd7..0037892 100644
--- a/src/options/gd_driver.php
+++ b/src/options/gd_driver.php
@@ -23,6 +23,9 @@
* Function used to resample / resize images
* @property bool $forceNativeTTF
* Force use of native ttf functions instead of free type 2
+ * @property float $imageMapResolution
+ * Degree step used to interpolate round image primitives by
+ * polygons for image maps
*
* @package Graph
*/
@@ -44,6 +47,7 @@ class ezcGraphGdDriverOptions extends ezcGraphDriverOptions
$this->properties['background'] = false;
$this->properties['resampleFunction'] = 'imagecopyresampled';
$this->properties['forceNativeTTF'] = false;
+ $this->properties['imageMapResolution'] = 10;
parent::__construct( $options );
}
@@ -101,6 +105,9 @@ class ezcGraphGdDriverOptions extends ezcGraphDriverOptions
case 'forceNativeTTF':
$this->properties['forceNativeTTF'] = (bool) $propertyValue;
break;
+ case 'imageMapResolution':
+ $this->properties['imageMapResolution'] = max( 1, (int) $propertyValue );
+ break;
default:
parent::__set( $propertyName, $propertyValue );
break;
diff --git a/src/renderer/2d.php b/src/renderer/2d.php
index 677e2ac..5099e61 100644
--- a/src/renderer/2d.php
+++ b/src/renderer/2d.php
@@ -51,6 +51,7 @@ class ezcGraphRenderer2d extends ezcGraphRenderer
* Draws a single pie segment
*
* @param ezcGraphBoundings $boundings Chart boundings
+ * @param ezcGraphContext $context Context of call
* @param ezcGraphColor $color Color of pie segment
* @param float $startAngle Start angle
* @param float $endAngle End angle
@@ -60,6 +61,7 @@ class ezcGraphRenderer2d extends ezcGraphRenderer
*/
public function drawPieSegment(
ezcGraphBoundings $boundings,
+ ezcGraphContext $context,
ezcGraphColor $color,
$startAngle = .0,
$endAngle = 360.,
@@ -90,14 +92,17 @@ class ezcGraphRenderer2d extends ezcGraphRenderer
}
// Draw circle sector
- $this->driver->drawCircleSector(
- $center,
- $radius * 2,
- $radius * 2,
- $startAngle + $this->options->pieChartOffset,
- $endAngle + $this->options->pieChartOffset,
- $color,
- true
+ $this->addElementReference(
+ $context,
+ $this->driver->drawCircleSector(
+ $center,
+ $radius * 2,
+ $radius * 2,
+ $startAngle + $this->options->pieChartOffset,
+ $endAngle + $this->options->pieChartOffset,
+ $color,
+ true
+ )
);
$darkenedColor = $color->darken( .5 );
@@ -127,7 +132,8 @@ class ezcGraphRenderer2d extends ezcGraphRenderer
cos( deg2rad( $middle ) ) * $radius * 2 / 3 + $center->x,
sin( deg2rad( $middle ) ) * $radius * 2 / 3 + $center->y
),
- $label
+ $label,
+ $context
);
}
@@ -236,15 +242,18 @@ class ezcGraphRenderer2d extends ezcGraphRenderer
);
}
- $this->driver->drawTextBox(
- $label[1],
- new ezcGraphCoordinate(
- ( !$side ? $boundings->x0 : $labelPosition->x + $symbolSize ),
- $minHeight
- ),
- ( !$side ? $labelPosition->x - $boundings->x0 - $symbolSize : $boundings->x1 - $labelPosition->x - $symbolSize ),
- $labelHeight,
- ( !$side ? ezcGraph::RIGHT : ezcGraph::LEFT ) | ezcGraph::MIDDLE
+ $this->addElementReference(
+ $label[2],
+ $this->driver->drawTextBox(
+ $label[1],
+ new ezcGraphCoordinate(
+ ( !$side ? $boundings->x0 : $labelPosition->x + $symbolSize ),
+ $minHeight
+ ),
+ ( !$side ? $labelPosition->x - $boundings->x0 - $symbolSize : $boundings->x1 - $labelPosition->x - $symbolSize ),
+ $labelHeight,
+ ( !$side ? ezcGraph::RIGHT : ezcGraph::LEFT ) | ezcGraph::MIDDLE
+ )
);
// Add used space to minHeight
@@ -257,10 +266,13 @@ class ezcGraphRenderer2d extends ezcGraphRenderer
{
foreach ( $this->linePostSymbols as $symbol )
{
- $this->drawSymbol(
- $symbol['boundings'],
- $symbol['color'],
- $symbol['symbol']
+ $this->addElementReference(
+ $symbol['context'],
+ $this->drawSymbol(
+ $symbol['boundings'],
+ $symbol['color'],
+ $symbol['symbol']
+ )
);
}
}
@@ -271,6 +283,7 @@ class ezcGraphRenderer2d extends ezcGraphRenderer
* Draws a bar as a data element in a line chart
*
* @param ezcGraphBoundings $boundings Chart boundings
+ * @param ezcGraphContext $context Context of call
* @param ezcGraphColor $color Color of line
* @param ezcGraphCoordinate $position Position of data point
* @param float $stepSize Space which can be used for bars
@@ -282,6 +295,7 @@ class ezcGraphRenderer2d extends ezcGraphRenderer
*/
public function drawBar(
ezcGraphBoundings $boundings,
+ ezcGraphContext $context,
ezcGraphColor $color,
ezcGraphCoordinate $position,
$stepSize,
@@ -315,10 +329,13 @@ class ezcGraphRenderer2d extends ezcGraphRenderer
),
);
- $this->driver->drawPolygon(
- $barPointArray,
- $color,
- true
+ $this->addElementReference(
+ $context,
+ $this->driver->drawPolygon(
+ $barPointArray,
+ $color,
+ true
+ )
);
if ( $this->options->dataBorder > 0 )
@@ -339,6 +356,7 @@ class ezcGraphRenderer2d extends ezcGraphRenderer
* Draws a line as a data element in a line chart
*
* @param ezcGraphBoundings $boundings Chart boundings
+ * @param ezcGraphContext $context Context of call
* @param ezcGraphColor $color Color of line
* @param ezcGraphCoordinate $start Starting point
* @param ezcGraphCoordinate $end Ending point
@@ -353,6 +371,7 @@ class ezcGraphRenderer2d extends ezcGraphRenderer
*/
public function drawDataLine(
ezcGraphBoundings $boundings,
+ ezcGraphContext $context,
ezcGraphColor $color,
ezcGraphCoordinate $start,
ezcGraphCoordinate $end,
@@ -481,6 +500,7 @@ class ezcGraphRenderer2d extends ezcGraphRenderer
$boundings->y0 + ( $boundings->y1 - $boundings->y0 ) * $end->y + $this->options->symbolSize / 2
),
'color' => $symbolColor,
+ 'context' => $context,
'symbol' => $symbol,
);
}
@@ -527,7 +547,7 @@ class ezcGraphRenderer2d extends ezcGraphRenderer
$labelPosition = new ezcGraphCoordinate( $boundings->x0, $boundings->y0 );
foreach ( $labels as $label )
{
- $this->drawSymbol(
+ $this->elements['legend'][$label['label']]['symbol'] = $this->drawSymbol(
new ezcGraphBoundings(
$labelPosition->x + $legend->padding,
$labelPosition->y + $legend->padding,
@@ -538,7 +558,7 @@ class ezcGraphRenderer2d extends ezcGraphRenderer
$label['symbol']
);
- $this->driver->drawTextBox(
+ $this->elements['legend'][$label['label']]['text'] = $this->driver->drawTextBox(
$label['label'],
new ezcGraphCoordinate(
$labelPosition->x + 2 * $legend->padding + $symbolSize,
diff --git a/src/renderer/3d.php b/src/renderer/3d.php
index 610d34e..b1ccbe5 100644
--- a/src/renderer/3d.php
+++ b/src/renderer/3d.php
@@ -73,6 +73,7 @@ class ezcGraphRenderer3d extends ezcGraphRenderer
* Draws a single pie segment
*
* @param ezcGraphBoundings $boundings Chart boundings
+ * @param ezcGraphContext $context Context of call
* @param ezcGraphColor $color Color of pie segment
* @param float $startAngle Start angle
* @param float $endAngle End angle
@@ -82,6 +83,7 @@ class ezcGraphRenderer3d extends ezcGraphRenderer
*/
public function drawPieSegment(
ezcGraphBoundings $boundings,
+ ezcGraphContext $context,
ezcGraphColor $color,
$startAngle = .0,
$endAngle = 360.,
@@ -119,6 +121,7 @@ class ezcGraphRenderer3d extends ezcGraphRenderer
// Add circle sector to queue
$this->circleSectors[] = array(
'center' => $center,
+ 'context' => $context,
'width' => $radius * 2,
'height' => $radius * 2 * $this->options->pieChartRotation - $this->options->pieChartHeight,
'start' => $startAngle,
@@ -139,7 +142,8 @@ class ezcGraphRenderer3d extends ezcGraphRenderer
// y position
$this->pieSegmentLabels[(int) ($pieSegmentCenter->x > $center->x)][$pieSegmentCenter->y] = array(
clone $pieSegmentCenter,
- $label
+ $label,
+ $context,
);
}
@@ -248,15 +252,17 @@ class ezcGraphRenderer3d extends ezcGraphRenderer
);
}
- $this->driver->drawTextBox(
- $label[1],
- new ezcGraphCoordinate(
- ( !$side ? $boundings->x0 : $labelPosition->x + $symbolSize ),
- $minHeight
- ),
- ( !$side ? $labelPosition->x - $boundings->x0 - $symbolSize : $boundings->x1 - $labelPosition->x - $symbolSize ),
- $labelHeight,
- ( !$side ? ezcGraph::RIGHT : ezcGraph::LEFT ) | ezcGraph::MIDDLE
+ $this->addElementReference( $label[2],
+ $this->driver->drawTextBox(
+ $label[1],
+ new ezcGraphCoordinate(
+ ( !$side ? $boundings->x0 : $labelPosition->x + $symbolSize ),
+ $minHeight
+ ),
+ ( !$side ? $labelPosition->x - $boundings->x0 - $symbolSize : $boundings->x1 - $labelPosition->x - $symbolSize ),
+ $labelHeight,
+ ( !$side ? ezcGraph::RIGHT : ezcGraph::LEFT ) | ezcGraph::MIDDLE
+ )
);
// Add used space to minHeight
@@ -453,14 +459,16 @@ class ezcGraphRenderer3d extends ezcGraphRenderer
// Draw circle sector for front
foreach ( $this->circleSectors as $circleSector )
{
- $this->driver->drawCircleSector(
- $circleSector['center'],
- $circleSector['width'],
- $circleSector['height'],
- $circleSector['start'],
- $circleSector['end'],
- $circleSector['color'],
- true
+ $this->addElementReference( $circleSector['context'],
+ $this->driver->drawCircleSector(
+ $circleSector['center'],
+ $circleSector['width'],
+ $circleSector['height'],
+ $circleSector['start'],
+ $circleSector['end'],
+ $circleSector['color'],
+ true
+ )
);
if ( $this->options->pieChartGleam !== false )
@@ -541,10 +549,12 @@ class ezcGraphRenderer3d extends ezcGraphRenderer
{
foreach ( $this->linePostSymbols as $symbol )
{
- $this->drawSymbol(
- $symbol['boundings'],
- $symbol['color'],
- $symbol['symbol']
+ $this->addElementReference( $symbol['context'],
+ $this->drawSymbol(
+ $symbol['boundings'],
+ $symbol['color'],
+ $symbol['symbol']
+ )
);
}
}
@@ -555,6 +565,7 @@ class ezcGraphRenderer3d extends ezcGraphRenderer
* Draws a bar as a data element in a line chart
*
* @param ezcGraphBoundings $boundings Chart boundings
+ * @param ezcGraphContext $context Context of call
* @param ezcGraphColor $color Color of line
* @param ezcGraphCoordinate $position Position of data point
* @param float $stepSize Space which can be used for bars
@@ -566,6 +577,7 @@ class ezcGraphRenderer3d extends ezcGraphRenderer
*/
public function drawBar(
ezcGraphBoundings $boundings,
+ ezcGraphContext $context,
ezcGraphColor $color,
ezcGraphCoordinate $position,
$stepSize,
@@ -610,6 +622,7 @@ class ezcGraphRenderer3d extends ezcGraphRenderer
$this->barPostProcessing[] = array(
'index' => $barPolygonArray[2]->x,
'method' => 'drawPolygon',
+ 'context' => $context,
'parameters' => array(
array(
$this->get3dCoordinate( $barPolygonArray[2], $startDepth ),
@@ -626,6 +639,7 @@ class ezcGraphRenderer3d extends ezcGraphRenderer
$this->barPostProcessing[] = array(
'index' => $barPolygonArray[1]->x,
'method' => 'drawPolygon',
+ 'context' => $context,
'parameters' => array(
( $barPolygonArray[1]->y < $barPolygonArray[3]->y
? array(
@@ -652,6 +666,7 @@ class ezcGraphRenderer3d extends ezcGraphRenderer
$this->barPostProcessing[] = array(
'index' => $barPolygonArray[1]->x + 1,
'method' => 'drawPolygon',
+ 'context' => $context,
'parameters' => array(
( $barPolygonArray[1]->y < $barPolygonArray[3]->y
? array(
@@ -688,6 +703,7 @@ class ezcGraphRenderer3d extends ezcGraphRenderer
$this->barPostProcessing[] = array(
'index' => $barPolygonArray[1]->x,
'method' => 'drawPolygon',
+ 'context' => $context,
'parameters' => array(
array(
$this->get3dCoordinate( $barPolygonArray[0], $startDepth ),
@@ -706,6 +722,7 @@ class ezcGraphRenderer3d extends ezcGraphRenderer
$this->barPostProcessing[] = array(
'index' => $barPolygonArray[1]->x + 1,
'method' => 'drawPolygon',
+ 'context' => $context,
'parameters' => array(
array(
$this->get3dCoordinate( $barPolygonArray[0], $startDepth ),
@@ -745,6 +762,7 @@ class ezcGraphRenderer3d extends ezcGraphRenderer
$this->barPostProcessing[] = array(
'index' => $barCoordinateArray['x'][0],
'method' => 'drawPolygon',
+ 'context' => $context,
'parameters' => array(
array(
$this->get3dCoordinate( new ezcGraphCoordinate( $barCoordinateArray['x'][0], $barCoordinateArray['y'][0] ), $midDepth ),
@@ -761,6 +779,7 @@ class ezcGraphRenderer3d extends ezcGraphRenderer
$this->barPostProcessing[] = array(
'index' => $barCoordinateArray['x'][1],
'method' => 'drawPolygon',
+ 'context' => $context,
'parameters' => array(
array(
$this->get3dCoordinate( new ezcGraphCoordinate( $barCoordinateArray['x'][2], $barCoordinateArray['y'][0] ), $midDepth ),
@@ -782,6 +801,7 @@ class ezcGraphRenderer3d extends ezcGraphRenderer
$this->barPostProcessing[] = array(
'index' => $barCoordinateArray['x'][0],
'method' => 'drawPolygon',
+ 'context' => $context,
'parameters' => array(
array(
$this->get3dCoordinate( new ezcGraphCoordinate( $barCoordinateArray['x'][1], $topLocation ), $startDepth ),
@@ -800,6 +820,7 @@ class ezcGraphRenderer3d extends ezcGraphRenderer
$this->barPostProcessing[] = array(
'index' => $barCoordinateArray['x'][0] + 1,
'method' => 'drawPolygon',
+ 'context' => $context,
'parameters' => array(
array(
$this->get3dCoordinate( new ezcGraphCoordinate( $barCoordinateArray['x'][1], $topLocation ), $startDepth ),
@@ -840,6 +861,7 @@ class ezcGraphRenderer3d extends ezcGraphRenderer
$this->barPostProcessing[] = array(
'index' => $barCenterBottom->x,
'method' => 'drawCircularArc',
+ 'context' => $context,
'parameters' => array(
$this->get3dCoordinate( $barCenterTop, $midDepth ),
$barWidth,
@@ -854,6 +876,7 @@ class ezcGraphRenderer3d extends ezcGraphRenderer
$this->barPostProcessing[] = array(
'index' => $barCenterBottom->x + 1,
'method' => 'drawCircle',
+ 'context' => $context,
'parameters' => array(
$top = $this->get3dCoordinate( $barCenterTop, $midDepth ),
$barWidth,
@@ -901,9 +924,11 @@ class ezcGraphRenderer3d extends ezcGraphRenderer
foreach ( $this->barPostProcessing as $bar )
{
- call_user_func_array(
- array( $this->driver, $bar['method'] ),
- $bar['parameters']
+ $this->addElementReference( $bar['context'],
+ call_user_func_array(
+ array( $this->driver, $bar['method'] ),
+ $bar['parameters']
+ )
);
}
}
@@ -914,6 +939,7 @@ class ezcGraphRenderer3d extends ezcGraphRenderer
* Draws a line as a data element in a line chart
*
* @param ezcGraphBoundings $boundings Chart boundings
+ * @param ezcGraphContext $context Context of call
* @param ezcGraphColor $color Color of line
* @param ezcGraphCoordinate $start Starting point
* @param ezcGraphCoordinate $end Ending point
@@ -928,6 +954,7 @@ class ezcGraphRenderer3d extends ezcGraphRenderer
*/
public function drawDataLine(
ezcGraphBoundings $boundings,
+ ezcGraphContext $context,
ezcGraphColor $color,
ezcGraphCoordinate $start,
ezcGraphCoordinate $end,
@@ -1092,6 +1119,7 @@ class ezcGraphRenderer3d extends ezcGraphRenderer
$linePolygonPoints[2]->y + $this->options->symbolSize / 2
),
'color' => $symbolColor,
+ 'context' => $context,
'symbol' => $symbol,
);
}
@@ -1138,7 +1166,7 @@ class ezcGraphRenderer3d extends ezcGraphRenderer
$labelPosition = new ezcGraphCoordinate( $boundings->x0, $boundings->y0 );
foreach ( $labels as $label )
{
- $this->drawSymbol(
+ $this->elements['legend'][$label['label']]['symbol'] = $this->drawSymbol(
new ezcGraphBoundings(
$labelPosition->x + $legend->padding,
$labelPosition->y + $legend->padding,
@@ -1149,7 +1177,7 @@ class ezcGraphRenderer3d extends ezcGraphRenderer
$label['symbol']
);
- $this->driver->drawTextBox(
+ $this->elements['legend'][$label['label']]['text'] = $this->driver->drawTextBox(
$label['label'],
new ezcGraphCoordinate(
$labelPosition->x + 2 * $legend->padding + $symbolSize,
diff --git a/src/structs/context.php b/src/structs/context.php
new file mode 100644
index 0000000..351031f
--- /dev/null
+++ b/src/structs/context.php
@@ -0,0 +1,35 @@
+<?php
+
+class ezcGraphContext
+{
+ public $dataset = false;
+
+ public $datapoint = false;
+
+ /**
+ * Empty constructor
+ */
+ public function __construct( $dataset = false, $datapoint = false )
+ {
+ $this->dataset = $dataset;
+ $this->datapoint = $datapoint;
+ }
+
+ /**
+ * Throws a BasePropertyNotFound exception.
+ */
+ public function __set( $name, $value )
+ {
+ throw new ezcBasePropertyNotFoundException( $name );
+ }
+
+ /**
+ * Throws a BasePropertyNotFound exception.
+ */
+ public function __get( $name )
+ {
+ throw new ezcBasePropertyNotFoundException( $name );
+ }
+}
+
+?>
diff --git a/tests/data/compare/ezcGraphRenderer2dTest_testRenderFilledLineBarChart.svg b/tests/data/compare/ezcGraphRenderer2dTest_testRenderFilledLineBarChart.svg
index 8114ba2..bb33bf1 100644
--- a/tests/data/compare/ezcGraphRenderer2dTest_testRenderFilledLineBarChart.svg
+++ b/tests/data/compare/ezcGraphRenderer2dTest_testRenderFilledLineBarChart.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 99.0000,1.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 98.0000,2.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><ellipse cx="11" cy="11" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="11" cy="47" rx="7" ry="7" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><path d=" M 100.0000,180.0000 L 500.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 492.0000,184.0000 L 500.0000,180.0000 L 492.0000,176.0000 L 492.0000,184.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 140.0000,200.0000 L 140.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 137.5000,5.0000 L 140.0000,0.0000 L 142.5000,5.0000 L 137.5000,5.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 204.0000,20.0000 L 204.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 204.0000,177.0000 L 204.0000,183.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 268.0000,20.0000 L 268.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 268.0000,177.0000 L 268.0000,183.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 332.0000,20.0000 L 332.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 332.0000,177.0000 L 332.0000,183.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 396.0000,20.0000 L 396.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 396.0000,177.0000 L 396.0000,183.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 460.0000,20.0000 L 460.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 460.0000,177.0000 L 460.0000,183.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,127.2000 L 460.0000,127.2000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,126.6667 L 143.0000,126.6667" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,72.8000 L 460.0000,72.8000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,73.3333 L 143.0000,73.3333" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,20.0000 L 460.0000,20.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,20.0000 L 143.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 199.2425,180.0000 L 173.6025,180.0000 L 173.6025,87.8400 L 199.2425,87.8400 L 199.2425,180.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 199.2425,180.0000 L 173.6025,180.0000 L 173.6025,87.8400 L 199.2425,87.8400 L 199.2425,180.0000 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 263.2425,180.0000 L 237.6025,180.0000 L 237.6025,170.8267 L 263.2425,170.8267 L 263.2425,180.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 263.2425,180.0000 L 237.6025,180.0000 L 237.6025,170.8267 L 263.2425,170.8267 L 263.2425,180.0000 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 327.2425,180.0000 L 301.6025,180.0000 L 301.6025,166.1333 L 327.2425,166.1333 L 327.2425,180.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 327.2425,180.0000 L 301.6025,180.0000 L 301.6025,166.1333 L 327.2425,166.1333 L 327.2425,180.0000 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 391.2425,180.0000 L 365.6025,180.0000 L 365.6025,159.3067 L 391.2425,159.3067 L 391.2425,180.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 391.2425,180.0000 L 365.6025,180.0000 L 365.6025,159.3067 L 391.2425,159.3067 L 391.2425,180.0000 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 455.2425,180.0000 L 429.6025,180.0000 L 429.6025,147.1467 L 455.2425,147.1467 L 455.2425,180.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 455.2425,180.0000 L 429.6025,180.0000 L 429.6025,147.1467 L 455.2425,147.1467 L 455.2425,180.0000 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 170.3975,180.0000 L 144.7575,180.0000 L 144.7575,130.0800 L 170.3975,130.0800 L 170.3975,180.0000 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 170.3975,180.0000 L 144.7575,180.0000 L 144.7575,130.0800 L 170.3975,130.0800 L 170.3975,180.0000 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 234.3975,180.0000 L 208.7575,180.0000 L 208.7575,175.5200 L 234.3975,175.5200 L 234.3975,180.0000 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 234.3975,180.0000 L 208.7575,180.0000 L 208.7575,175.5200 L 234.3975,175.5200 L 234.3975,180.0000 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 298.3975,180.0000 L 272.7575,180.0000 L 272.7575,110.8800 L 298.3975,110.8800 L 298.3975,180.0000 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 298.3975,180.0000 L 272.7575,180.0000 L 272.7575,110.8800 L 298.3975,110.8800 L 298.3975,180.0000 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 362.3975,180.0000 L 336.7575,180.0000 L 336.7575,154.4000 L 362.3975,154.4000 L 362.3975,180.0000 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 362.3975,180.0000 L 336.7575,180.0000 L 336.7575,154.4000 L 362.3975,154.4000 L 362.3975,180.0000 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 426.3975,180.0000 L 400.7575,180.0000 L 400.7575,179.7867 L 426.3975,179.7867 L 426.3975,180.0000 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 426.3975,180.0000 L 400.7575,180.0000 L 400.7575,179.7867 L 426.3975,179.7867 L 426.3975,180.0000 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 172.0000,64.1600 L 172.0000,64.1600" style="fill: none; stroke: #fce94f; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 172.0000,180.0000 L 172.0000,64.1600 L 236.0000,130.0800 L 236.0000,180.0000 L 172.0000,180.0000 z " style="fill: #fce94f; fill-opacity: 0.22; stroke: none;"/><path d=" M 172.0000,64.1600 L 236.0000,130.0800" style="fill: none; stroke: #fce94f; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 236.0000,180.0000 L 236.0000,130.0800 L 300.0000,116.4267 L 300.0000,180.0000 L 236.0000,180.0000 z " style="fill: #fce94f; fill-opacity: 0.22; stroke: none;"/><path d=" M 236.0000,130.0800 L 300.0000,116.4267" style="fill: none; stroke: #fce94f; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 300.0000,180.0000 L 300.0000,116.4267 L 364.0000,178.9333 L 364.0000,180.0000 L 300.0000,180.0000 z " style="fill: #fce94f; fill-opacity: 0.22; stroke: none;"/><path d=" M 300.0000,116.4267 L 364.0000,178.9333" style="fill: none; stroke: #fce94f; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 364.0000,180.0000 L 364.0000,178.9333 L 428.0000,49.2267 L 428.0000,180.0000 L 364.0000,180.0000 z " style="fill: #fce94f; fill-opacity: 0.22; stroke: none;"/><path d=" M 364.0000,178.9333 L 428.0000,49.2267" style="fill: none; stroke: #fce94f; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="172" cy="64.16" rx="3" ry="3" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><ellipse cx="236" cy="130.08" rx="3" ry="3" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><ellipse cx="300" cy="116.42666666667" rx="3" ry="3" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><ellipse cx="364" cy="178.93333333333" rx="3" ry="3" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><ellipse cx="428" cy="49.226666666667" rx="3" ry="3" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><text x="19" text-length="46.2px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 0</text><text x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text x="19" text-length="46.2px" y="54" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text x="143.4" text-length="57.2px" y="195" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 1</text><text x="207.4" text-length="57.2px" y="195" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text x="271.4" text-length="57.2px" y="195" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text x="335.4" text-length="57.2px" y="195" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text x="399.4" text-length="57.2px" y="195" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text x="130.85" text-length="7.15px" y="178" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text x="116.55" text-length="21.45px" y="124.66666666667" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text x="116.55" text-length="21.45px" y="71.333333333333" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text x="116.55" text-length="21.45px" y="35" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 99.0000,1.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 98.0000,2.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_3"/><ellipse cx="11" cy="11" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_4"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_6"/><ellipse cx="11" cy="47" rx="7" ry="7" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_8"/><path d=" M 100.0000,180.0000 L 500.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_10"/><path d=" M 492.0000,184.0000 L 500.0000,180.0000 L 492.0000,176.0000 L 492.0000,184.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_11"/><path d=" M 140.0000,200.0000 L 140.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_12"/><path d=" M 137.5000,5.0000 L 140.0000,0.0000 L 142.5000,5.0000 L 137.5000,5.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_13"/><path d=" M 204.0000,20.0000 L 204.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_15"/><path d=" M 204.0000,177.0000 L 204.0000,183.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_16"/><path d=" M 268.0000,20.0000 L 268.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_18"/><path d=" M 268.0000,177.0000 L 268.0000,183.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_19"/><path d=" M 332.0000,20.0000 L 332.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_21"/><path d=" M 332.0000,177.0000 L 332.0000,183.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_22"/><path d=" M 396.0000,20.0000 L 396.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_24"/><path d=" M 396.0000,177.0000 L 396.0000,183.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_25"/><path d=" M 460.0000,20.0000 L 460.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_27"/><path d=" M 460.0000,177.0000 L 460.0000,183.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_28"/><path d=" M 140.0000,127.2000 L 460.0000,127.2000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_30"/><path d=" M 140.0000,126.6667 L 143.0000,126.6667" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_31"/><path d=" M 140.0000,72.8000 L 460.0000,72.8000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_33"/><path d=" M 140.0000,73.3333 L 143.0000,73.3333" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_34"/><path d=" M 140.0000,20.0000 L 460.0000,20.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_36"/><path d=" M 140.0000,20.0000 L 143.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_37"/><path d=" M 199.2425,180.0000 L 173.6025,180.0000 L 173.6025,87.8400 L 199.2425,87.8400 L 199.2425,180.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_39"/><path d=" M 199.2425,180.0000 L 173.6025,180.0000 L 173.6025,87.8400 L 199.2425,87.8400 L 199.2425,180.0000 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_40"/><path d=" M 263.2425,180.0000 L 237.6025,180.0000 L 237.6025,170.8267 L 263.2425,170.8267 L 263.2425,180.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_41"/><path d=" M 263.2425,180.0000 L 237.6025,180.0000 L 237.6025,170.8267 L 263.2425,170.8267 L 263.2425,180.0000 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_42"/><path d=" M 327.2425,180.0000 L 301.6025,180.0000 L 301.6025,166.1333 L 327.2425,166.1333 L 327.2425,180.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_43"/><path d=" M 327.2425,180.0000 L 301.6025,180.0000 L 301.6025,166.1333 L 327.2425,166.1333 L 327.2425,180.0000 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_44"/><path d=" M 391.2425,180.0000 L 365.6025,180.0000 L 365.6025,159.3067 L 391.2425,159.3067 L 391.2425,180.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_45"/><path d=" M 391.2425,180.0000 L 365.6025,180.0000 L 365.6025,159.3067 L 391.2425,159.3067 L 391.2425,180.0000 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_46"/><path d=" M 455.2425,180.0000 L 429.6025,180.0000 L 429.6025,147.1467 L 455.2425,147.1467 L 455.2425,180.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_47"/><path d=" M 455.2425,180.0000 L 429.6025,180.0000 L 429.6025,147.1467 L 455.2425,147.1467 L 455.2425,180.0000 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_48"/><path d=" M 170.3975,180.0000 L 144.7575,180.0000 L 144.7575,130.0800 L 170.3975,130.0800 L 170.3975,180.0000 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_49"/><path d=" M 170.3975,180.0000 L 144.7575,180.0000 L 144.7575,130.0800 L 170.3975,130.0800 L 170.3975,180.0000 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_50"/><path d=" M 234.3975,180.0000 L 208.7575,180.0000 L 208.7575,175.5200 L 234.3975,175.5200 L 234.3975,180.0000 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_51"/><path d=" M 234.3975,180.0000 L 208.7575,180.0000 L 208.7575,175.5200 L 234.3975,175.5200 L 234.3975,180.0000 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_52"/><path d=" M 298.3975,180.0000 L 272.7575,180.0000 L 272.7575,110.8800 L 298.3975,110.8800 L 298.3975,180.0000 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_53"/><path d=" M 298.3975,180.0000 L 272.7575,180.0000 L 272.7575,110.8800 L 298.3975,110.8800 L 298.3975,180.0000 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_54"/><path d=" M 362.3975,180.0000 L 336.7575,180.0000 L 336.7575,154.4000 L 362.3975,154.4000 L 362.3975,180.0000 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_55"/><path d=" M 362.3975,180.0000 L 336.7575,180.0000 L 336.7575,154.4000 L 362.3975,154.4000 L 362.3975,180.0000 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_56"/><path d=" M 426.3975,180.0000 L 400.7575,180.0000 L 400.7575,179.7867 L 426.3975,179.7867 L 426.3975,180.0000 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_57"/><path d=" M 426.3975,180.0000 L 400.7575,180.0000 L 400.7575,179.7867 L 426.3975,179.7867 L 426.3975,180.0000 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_58"/><path d=" M 172.0000,64.1600 L 172.0000,64.1600" style="fill: none; stroke: #fce94f; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_59"/><path d=" M 172.0000,180.0000 L 172.0000,64.1600 L 236.0000,130.0800 L 236.0000,180.0000 L 172.0000,180.0000 z " style="fill: #fce94f; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_60"/><path d=" M 172.0000,64.1600 L 236.0000,130.0800" style="fill: none; stroke: #fce94f; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_61"/><path d=" M 236.0000,180.0000 L 236.0000,130.0800 L 300.0000,116.4267 L 300.0000,180.0000 L 236.0000,180.0000 z " style="fill: #fce94f; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_62"/><path d=" M 236.0000,130.0800 L 300.0000,116.4267" style="fill: none; stroke: #fce94f; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_63"/><path d=" M 300.0000,180.0000 L 300.0000,116.4267 L 364.0000,178.9333 L 364.0000,180.0000 L 300.0000,180.0000 z " style="fill: #fce94f; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_64"/><path d=" M 300.0000,116.4267 L 364.0000,178.9333" style="fill: none; stroke: #fce94f; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_65"/><path d=" M 364.0000,180.0000 L 364.0000,178.9333 L 428.0000,49.2267 L 428.0000,180.0000 L 364.0000,180.0000 z " style="fill: #fce94f; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_66"/><path d=" M 364.0000,178.9333 L 428.0000,49.2267" style="fill: none; stroke: #fce94f; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_67"/><ellipse cx="172" cy="64.16" rx="3" ry="3" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_68"/><ellipse cx="236" cy="130.08" rx="3" ry="3" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_69"/><ellipse cx="300" cy="116.42666666667" rx="3" ry="3" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_70"/><ellipse cx="364" cy="178.93333333333" rx="3" ry="3" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_71"/><ellipse cx="428" cy="49.226666666667" rx="3" ry="3" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_72"/><text id="ezcGraphTextBox_5" x="19" text-length="46.2px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 0</text><text id="ezcGraphTextBox_7" x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text id="ezcGraphTextBox_9" x="19" text-length="46.2px" y="54" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text id="ezcGraphTextBox_14" x="143.4" text-length="57.2px" y="195" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 1</text><text id="ezcGraphTextBox_17" x="207.4" text-length="57.2px" y="195" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text id="ezcGraphTextBox_20" x="271.4" text-length="57.2px" y="195" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text id="ezcGraphTextBox_23" x="335.4" text-length="57.2px" y="195" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text id="ezcGraphTextBox_26" x="399.4" text-length="57.2px" y="195" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text id="ezcGraphTextBox_29" x="130.85" text-length="7.15px" y="178" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text id="ezcGraphTextBox_32" x="116.55" text-length="21.45px" y="124.66666666667" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text id="ezcGraphTextBox_35" x="116.55" text-length="21.45px" y="71.333333333333" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text id="ezcGraphTextBox_38" x="116.55" text-length="21.45px" y="35" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer2dTest_testRenderFilledLineChart.svg b/tests/data/compare/ezcGraphRenderer2dTest_testRenderFilledLineChart.svg
index a01ffd7..22ba3a3 100644
--- a/tests/data/compare/ezcGraphRenderer2dTest_testRenderFilledLineChart.svg
+++ b/tests/data/compare/ezcGraphRenderer2dTest_testRenderFilledLineChart.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 99.0000,1.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 98.0000,2.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><ellipse cx="11" cy="11" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 100.0000,180.0000 L 500.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 492.0000,184.0000 L 500.0000,180.0000 L 492.0000,176.0000 L 492.0000,184.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 140.0000,200.0000 L 140.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 137.5000,5.0000 L 140.0000,0.0000 L 142.5000,5.0000 L 137.5000,5.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 220.0000,20.0000 L 220.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 220.0000,177.0000 L 220.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 300.0000,20.0000 L 300.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 300.0000,177.0000 L 300.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 380.0000,20.0000 L 380.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 380.0000,177.0000 L 380.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 460.0000,20.0000 L 460.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 460.0000,177.0000 L 460.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,127.2000 L 460.0000,127.2000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,126.6667 L 143.0000,126.6667" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,72.8000 L 460.0000,72.8000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,73.3333 L 143.0000,73.3333" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,20.0000 L 460.0000,20.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,20.0000 L 143.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,130.0800 L 140.0000,130.0800" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,180.0000 L 140.0000,130.0800 L 220.0000,175.5200 L 220.0000,180.0000 L 140.0000,180.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;"/><path d=" M 140.0000,130.0800 L 220.0000,175.5200" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 220.0000,180.0000 L 220.0000,175.5200 L 300.0000,110.8800 L 300.0000,180.0000 L 220.0000,180.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;"/><path d=" M 220.0000,175.5200 L 300.0000,110.8800" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 300.0000,180.0000 L 300.0000,110.8800 L 380.0000,154.4000 L 380.0000,180.0000 L 300.0000,180.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;"/><path d=" M 300.0000,110.8800 L 380.0000,154.4000" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 380.0000,180.0000 L 380.0000,154.4000 L 460.0000,179.7867 L 460.0000,180.0000 L 380.0000,180.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;"/><path d=" M 380.0000,154.4000 L 460.0000,179.7867" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,64.1600 L 140.0000,64.1600" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,180.0000 L 140.0000,64.1600 L 220.0000,130.0800 L 220.0000,180.0000 L 140.0000,180.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;"/><path d=" M 140.0000,64.1600 L 220.0000,130.0800" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 220.0000,180.0000 L 220.0000,130.0800 L 300.0000,116.4267 L 300.0000,180.0000 L 220.0000,180.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;"/><path d=" M 220.0000,130.0800 L 300.0000,116.4267" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 300.0000,180.0000 L 300.0000,116.4267 L 380.0000,178.9333 L 380.0000,180.0000 L 300.0000,180.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;"/><path d=" M 300.0000,116.4267 L 380.0000,178.9333" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 380.0000,180.0000 L 380.0000,178.9333 L 460.0000,49.2267 L 460.0000,180.0000 L 380.0000,180.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;"/><path d=" M 380.0000,178.9333 L 460.0000,49.2267" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="140" cy="130.08" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="220" cy="175.52" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="300" cy="110.88" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="380" cy="154.4" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="460" cy="179.78666666667" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="140" cy="64.16" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="220" cy="130.08" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="300" cy="116.42666666667" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="380" cy="178.93333333333" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="460" cy="49.226666666667" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><text x="19" text-length="46.2px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text x="184.8" text-length="70.4px" y="198" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text x="264.8" text-length="70.4px" y="198" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text x="344.8" text-length="70.4px" y="198" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text x="424.8" text-length="70.4px" y="198" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text x="129.2" text-length="8.8px" y="178" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text x="111.6" text-length="26.4px" y="124.66666666667" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text x="111.6" text-length="26.4px" y="71.333333333333" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text x="111.6" text-length="26.4px" y="38" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 99.0000,1.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 98.0000,2.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_3"/><ellipse cx="11" cy="11" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_4"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_6"/><path d=" M 100.0000,180.0000 L 500.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_8"/><path d=" M 492.0000,184.0000 L 500.0000,180.0000 L 492.0000,176.0000 L 492.0000,184.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_9"/><path d=" M 140.0000,200.0000 L 140.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_10"/><path d=" M 137.5000,5.0000 L 140.0000,0.0000 L 142.5000,5.0000 L 137.5000,5.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_11"/><path d=" M 220.0000,20.0000 L 220.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_12"/><path d=" M 220.0000,177.0000 L 220.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_13"/><path d=" M 300.0000,20.0000 L 300.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_15"/><path d=" M 300.0000,177.0000 L 300.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_16"/><path d=" M 380.0000,20.0000 L 380.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_18"/><path d=" M 380.0000,177.0000 L 380.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_19"/><path d=" M 460.0000,20.0000 L 460.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_21"/><path d=" M 460.0000,177.0000 L 460.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_22"/><path d=" M 140.0000,127.2000 L 460.0000,127.2000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_25"/><path d=" M 140.0000,126.6667 L 143.0000,126.6667" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_26"/><path d=" M 140.0000,72.8000 L 460.0000,72.8000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_28"/><path d=" M 140.0000,73.3333 L 143.0000,73.3333" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_29"/><path d=" M 140.0000,20.0000 L 460.0000,20.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_31"/><path d=" M 140.0000,20.0000 L 143.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_32"/><path d=" M 140.0000,130.0800 L 140.0000,130.0800" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_34"/><path d=" M 140.0000,180.0000 L 140.0000,130.0800 L 220.0000,175.5200 L 220.0000,180.0000 L 140.0000,180.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_35"/><path d=" M 140.0000,130.0800 L 220.0000,175.5200" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_36"/><path d=" M 220.0000,180.0000 L 220.0000,175.5200 L 300.0000,110.8800 L 300.0000,180.0000 L 220.0000,180.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_37"/><path d=" M 220.0000,175.5200 L 300.0000,110.8800" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_38"/><path d=" M 300.0000,180.0000 L 300.0000,110.8800 L 380.0000,154.4000 L 380.0000,180.0000 L 300.0000,180.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_39"/><path d=" M 300.0000,110.8800 L 380.0000,154.4000" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_40"/><path d=" M 380.0000,180.0000 L 380.0000,154.4000 L 460.0000,179.7867 L 460.0000,180.0000 L 380.0000,180.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_41"/><path d=" M 380.0000,154.4000 L 460.0000,179.7867" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_42"/><path d=" M 140.0000,64.1600 L 140.0000,64.1600" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_43"/><path d=" M 140.0000,180.0000 L 140.0000,64.1600 L 220.0000,130.0800 L 220.0000,180.0000 L 140.0000,180.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_44"/><path d=" M 140.0000,64.1600 L 220.0000,130.0800" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_45"/><path d=" M 220.0000,180.0000 L 220.0000,130.0800 L 300.0000,116.4267 L 300.0000,180.0000 L 220.0000,180.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_46"/><path d=" M 220.0000,130.0800 L 300.0000,116.4267" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_47"/><path d=" M 300.0000,180.0000 L 300.0000,116.4267 L 380.0000,178.9333 L 380.0000,180.0000 L 300.0000,180.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_48"/><path d=" M 300.0000,116.4267 L 380.0000,178.9333" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_49"/><path d=" M 380.0000,180.0000 L 380.0000,178.9333 L 460.0000,49.2267 L 460.0000,180.0000 L 380.0000,180.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_50"/><path d=" M 380.0000,178.9333 L 460.0000,49.2267" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_51"/><ellipse cx="140" cy="130.08" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_52"/><ellipse cx="220" cy="175.52" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_53"/><ellipse cx="300" cy="110.88" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_54"/><ellipse cx="380" cy="154.4" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_55"/><ellipse cx="460" cy="179.78666666667" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_56"/><ellipse cx="140" cy="64.16" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_57"/><ellipse cx="220" cy="130.08" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_58"/><ellipse cx="300" cy="116.42666666667" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_59"/><ellipse cx="380" cy="178.93333333333" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_60"/><ellipse cx="460" cy="49.226666666667" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_61"/><text id="ezcGraphTextBox_5" x="19" text-length="46.2px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text id="ezcGraphTextBox_7" x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text id="ezcGraphTextBox_14" x="184.8" text-length="70.4px" y="198" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text id="ezcGraphTextBox_17" x="264.8" text-length="70.4px" y="198" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text id="ezcGraphTextBox_20" x="344.8" text-length="70.4px" y="198" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text id="ezcGraphTextBox_23" x="424.8" text-length="70.4px" y="198" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text id="ezcGraphTextBox_24" x="129.2" text-length="8.8px" y="178" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text id="ezcGraphTextBox_27" x="111.6" text-length="26.4px" y="124.66666666667" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text id="ezcGraphTextBox_30" x="111.6" text-length="26.4px" y="71.333333333333" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text id="ezcGraphTextBox_33" x="111.6" text-length="26.4px" y="38" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer2dTest_testRenderFilledLineChartWithAxisIntersection.svg b/tests/data/compare/ezcGraphRenderer2dTest_testRenderFilledLineChartWithAxisIntersection.svg
index 0fc049b..70d238e 100644
--- a/tests/data/compare/ezcGraphRenderer2dTest_testRenderFilledLineChartWithAxisIntersection.svg
+++ b/tests/data/compare/ezcGraphRenderer2dTest_testRenderFilledLineChartWithAxisIntersection.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 99.0000,1.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 98.0000,2.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><ellipse cx="11" cy="11" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 100.0000,140.0000 L 500.0000,140.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 492.0000,144.0000 L 500.0000,140.0000 L 492.0000,136.0000 L 492.0000,144.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 140.0000,200.0000 L 140.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 137.5000,5.0000 L 140.0000,0.0000 L 142.5000,5.0000 L 137.5000,5.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 220.0000,20.0000 L 220.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 220.0000,137.0000 L 220.0000,140.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 300.0000,20.0000 L 300.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 300.0000,137.0000 L 300.0000,140.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 380.0000,20.0000 L 380.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 380.0000,137.0000 L 380.0000,140.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 460.0000,20.0000 L 460.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 460.0000,137.0000 L 460.0000,140.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,180.0000 L 460.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,180.0000 L 143.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,100.0000 L 460.0000,100.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,100.0000 L 143.0000,100.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,60.0000 L 460.0000,60.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,60.0000 L 143.0000,60.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,20.0000 L 460.0000,20.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,20.0000 L 143.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,102.5600 L 140.0000,102.5600" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 188.6234,140.0000 L 140.0000,140.0000 L 140.0000,102.5600 L 188.6234,140.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;"/><path d=" M 188.6234,140.0000 L 220.0000,140.0000 L 220.0000,164.1600 L 188.6234,140.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;"/><path d=" M 140.0000,102.5600 L 220.0000,164.1600" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 245.4316,140.0000 L 220.0000,140.0000 L 220.0000,164.1600 L 245.4316,140.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;"/><path d=" M 245.4316,140.0000 L 300.0000,140.0000 L 300.0000,88.1600 L 245.4316,140.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;"/><path d=" M 220.0000,164.1600 L 300.0000,88.1600" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 358.3784,140.0000 L 300.0000,140.0000 L 300.0000,88.1600 L 358.3784,140.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;"/><path d=" M 358.3784,140.0000 L 380.0000,140.0000 L 380.0000,159.2000 L 358.3784,140.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;"/><path d=" M 300.0000,88.1600 L 380.0000,159.2000" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 459.3388,140.0000 L 380.0000,140.0000 L 380.0000,159.2000 L 459.3388,140.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;"/><path d=" M 459.3388,140.0000 L 460.0000,140.0000 L 460.0000,139.8400 L 459.3388,140.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;"/><path d=" M 380.0000,159.2000 L 460.0000,139.8400" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,53.1200 L 140.0000,53.1200" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,140.0000 L 140.0000,53.1200 L 220.0000,102.5600 L 220.0000,140.0000 L 140.0000,140.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;"/><path d=" M 140.0000,53.1200 L 220.0000,102.5600" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 220.0000,140.0000 L 220.0000,102.5600 L 300.0000,92.3200 L 300.0000,140.0000 L 220.0000,140.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;"/><path d=" M 220.0000,102.5600 L 300.0000,92.3200" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 378.6799,140.0000 L 300.0000,140.0000 L 300.0000,92.3200 L 378.6799,140.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;"/><path d=" M 378.6799,140.0000 L 380.0000,140.0000 L 380.0000,140.8000 L 378.6799,140.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;"/><path d=" M 300.0000,92.3200 L 380.0000,140.8000" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 380.0000,140.0000 L 380.0000,140.8000 L 460.0000,159.8400 L 460.0000,140.0000 L 380.0000,140.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;"/><path d=" M 380.0000,140.8000 L 460.0000,159.8400" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="140" cy="102.56" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="220" cy="164.16" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="300" cy="88.16" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="380" cy="159.2" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="460" cy="139.84" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="140" cy="53.12" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="220" cy="102.56" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="300" cy="92.32" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="380" cy="140.8" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="460" cy="159.84" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><text x="19" text-length="46.2px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text x="184.8" text-length="70.4px" y="158" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text x="264.8" text-length="70.4px" y="158" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text x="344.8" text-length="70.4px" y="158" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text x="424.8" text-length="70.4px" y="158" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text x="102.8" text-length="35.2px" y="178" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">-250</text><text x="129.2" text-length="8.8px" y="138" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text x="111.6" text-length="26.4px" y="98" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text x="111.6" text-length="26.4px" y="58" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text x="111.6" text-length="26.4px" y="38" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 99.0000,1.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 98.0000,2.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_3"/><ellipse cx="11" cy="11" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_4"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_6"/><path d=" M 100.0000,140.0000 L 500.0000,140.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_8"/><path d=" M 492.0000,144.0000 L 500.0000,140.0000 L 492.0000,136.0000 L 492.0000,144.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_9"/><path d=" M 140.0000,200.0000 L 140.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_10"/><path d=" M 137.5000,5.0000 L 140.0000,0.0000 L 142.5000,5.0000 L 137.5000,5.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_11"/><path d=" M 220.0000,20.0000 L 220.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_12"/><path d=" M 220.0000,137.0000 L 220.0000,140.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_13"/><path d=" M 300.0000,20.0000 L 300.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_15"/><path d=" M 300.0000,137.0000 L 300.0000,140.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_16"/><path d=" M 380.0000,20.0000 L 380.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_18"/><path d=" M 380.0000,137.0000 L 380.0000,140.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_19"/><path d=" M 460.0000,20.0000 L 460.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_21"/><path d=" M 460.0000,137.0000 L 460.0000,140.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_22"/><path d=" M 140.0000,180.0000 L 460.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_24"/><path d=" M 140.0000,180.0000 L 143.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_25"/><path d=" M 140.0000,100.0000 L 460.0000,100.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_28"/><path d=" M 140.0000,100.0000 L 143.0000,100.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_29"/><path d=" M 140.0000,60.0000 L 460.0000,60.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_31"/><path d=" M 140.0000,60.0000 L 143.0000,60.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_32"/><path d=" M 140.0000,20.0000 L 460.0000,20.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_34"/><path d=" M 140.0000,20.0000 L 143.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_35"/><path d=" M 140.0000,102.5600 L 140.0000,102.5600" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_37"/><path d=" M 188.6234,140.0000 L 140.0000,140.0000 L 140.0000,102.5600 L 188.6234,140.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_38"/><path d=" M 188.6234,140.0000 L 220.0000,140.0000 L 220.0000,164.1600 L 188.6234,140.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_39"/><path d=" M 140.0000,102.5600 L 220.0000,164.1600" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_40"/><path d=" M 245.4316,140.0000 L 220.0000,140.0000 L 220.0000,164.1600 L 245.4316,140.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_41"/><path d=" M 245.4316,140.0000 L 300.0000,140.0000 L 300.0000,88.1600 L 245.4316,140.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_42"/><path d=" M 220.0000,164.1600 L 300.0000,88.1600" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_43"/><path d=" M 358.3784,140.0000 L 300.0000,140.0000 L 300.0000,88.1600 L 358.3784,140.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_44"/><path d=" M 358.3784,140.0000 L 380.0000,140.0000 L 380.0000,159.2000 L 358.3784,140.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_45"/><path d=" M 300.0000,88.1600 L 380.0000,159.2000" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_46"/><path d=" M 459.3388,140.0000 L 380.0000,140.0000 L 380.0000,159.2000 L 459.3388,140.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_47"/><path d=" M 459.3388,140.0000 L 460.0000,140.0000 L 460.0000,139.8400 L 459.3388,140.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_48"/><path d=" M 380.0000,159.2000 L 460.0000,139.8400" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_49"/><path d=" M 140.0000,53.1200 L 140.0000,53.1200" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_50"/><path d=" M 140.0000,140.0000 L 140.0000,53.1200 L 220.0000,102.5600 L 220.0000,140.0000 L 140.0000,140.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_51"/><path d=" M 140.0000,53.1200 L 220.0000,102.5600" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_52"/><path d=" M 220.0000,140.0000 L 220.0000,102.5600 L 300.0000,92.3200 L 300.0000,140.0000 L 220.0000,140.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_53"/><path d=" M 220.0000,102.5600 L 300.0000,92.3200" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_54"/><path d=" M 378.6799,140.0000 L 300.0000,140.0000 L 300.0000,92.3200 L 378.6799,140.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_55"/><path d=" M 378.6799,140.0000 L 380.0000,140.0000 L 380.0000,140.8000 L 378.6799,140.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_56"/><path d=" M 300.0000,92.3200 L 380.0000,140.8000" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_57"/><path d=" M 380.0000,140.0000 L 380.0000,140.8000 L 460.0000,159.8400 L 460.0000,140.0000 L 380.0000,140.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_58"/><path d=" M 380.0000,140.8000 L 460.0000,159.8400" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_59"/><ellipse cx="140" cy="102.56" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_60"/><ellipse cx="220" cy="164.16" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_61"/><ellipse cx="300" cy="88.16" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_62"/><ellipse cx="380" cy="159.2" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_63"/><ellipse cx="460" cy="139.84" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_64"/><ellipse cx="140" cy="53.12" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_65"/><ellipse cx="220" cy="102.56" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_66"/><ellipse cx="300" cy="92.32" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_67"/><ellipse cx="380" cy="140.8" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_68"/><ellipse cx="460" cy="159.84" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_69"/><text id="ezcGraphTextBox_5" x="19" text-length="46.2px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text id="ezcGraphTextBox_7" x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text id="ezcGraphTextBox_14" x="184.8" text-length="70.4px" y="158" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text id="ezcGraphTextBox_17" x="264.8" text-length="70.4px" y="158" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text id="ezcGraphTextBox_20" x="344.8" text-length="70.4px" y="158" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text id="ezcGraphTextBox_23" x="424.8" text-length="70.4px" y="158" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text id="ezcGraphTextBox_26" x="102.8" text-length="35.2px" y="178" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">-250</text><text id="ezcGraphTextBox_27" x="129.2" text-length="8.8px" y="138" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text id="ezcGraphTextBox_30" x="111.6" text-length="26.4px" y="98" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text id="ezcGraphTextBox_33" x="111.6" text-length="26.4px" y="58" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text id="ezcGraphTextBox_36" x="111.6" text-length="26.4px" y="38" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer2dTest_testRenderLineChart.svg b/tests/data/compare/ezcGraphRenderer2dTest_testRenderLineChart.svg
index d2ec833..4bbfd81 100644
--- a/tests/data/compare/ezcGraphRenderer2dTest_testRenderLineChart.svg
+++ b/tests/data/compare/ezcGraphRenderer2dTest_testRenderLineChart.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 99.0000,1.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 98.0000,2.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><ellipse cx="11" cy="11" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 100.0000,180.0000 L 500.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 492.0000,184.0000 L 500.0000,180.0000 L 492.0000,176.0000 L 492.0000,184.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 140.0000,200.0000 L 140.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 137.5000,5.0000 L 140.0000,0.0000 L 142.5000,5.0000 L 137.5000,5.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 220.0000,20.0000 L 220.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 220.0000,177.0000 L 220.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 300.0000,20.0000 L 300.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 300.0000,177.0000 L 300.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 380.0000,20.0000 L 380.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 380.0000,177.0000 L 380.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 460.0000,20.0000 L 460.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 460.0000,177.0000 L 460.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,127.2000 L 460.0000,127.2000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,126.6667 L 143.0000,126.6667" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,72.8000 L 460.0000,72.8000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,73.3333 L 143.0000,73.3333" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,20.0000 L 460.0000,20.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,20.0000 L 143.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,130.0800 L 140.0000,130.0800" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,130.0800 L 220.0000,175.5200" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 220.0000,175.5200 L 300.0000,110.8800" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 300.0000,110.8800 L 380.0000,154.4000" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 380.0000,154.4000 L 460.0000,179.7867" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,64.1600 L 140.0000,64.1600" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,64.1600 L 220.0000,130.0800" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 220.0000,130.0800 L 300.0000,116.4267" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 300.0000,116.4267 L 380.0000,178.9333" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 380.0000,178.9333 L 460.0000,49.2267" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="140" cy="130.08" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="220" cy="175.52" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="300" cy="110.88" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="380" cy="154.4" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="460" cy="179.78666666667" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="140" cy="64.16" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="220" cy="130.08" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="300" cy="116.42666666667" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="380" cy="178.93333333333" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="460" cy="49.226666666667" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><text x="19" text-length="46.2px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text x="184.8" text-length="70.4px" y="198" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text x="264.8" text-length="70.4px" y="198" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text x="344.8" text-length="70.4px" y="198" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text x="424.8" text-length="70.4px" y="198" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text x="129.2" text-length="8.8px" y="178" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text x="111.6" text-length="26.4px" y="124.66666666667" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text x="111.6" text-length="26.4px" y="71.333333333333" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text x="111.6" text-length="26.4px" y="38" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 99.0000,1.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 98.0000,2.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_3"/><ellipse cx="11" cy="11" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_4"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_6"/><path d=" M 100.0000,180.0000 L 500.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_8"/><path d=" M 492.0000,184.0000 L 500.0000,180.0000 L 492.0000,176.0000 L 492.0000,184.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_9"/><path d=" M 140.0000,200.0000 L 140.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_10"/><path d=" M 137.5000,5.0000 L 140.0000,0.0000 L 142.5000,5.0000 L 137.5000,5.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_11"/><path d=" M 220.0000,20.0000 L 220.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_12"/><path d=" M 220.0000,177.0000 L 220.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_13"/><path d=" M 300.0000,20.0000 L 300.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_15"/><path d=" M 300.0000,177.0000 L 300.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_16"/><path d=" M 380.0000,20.0000 L 380.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_18"/><path d=" M 380.0000,177.0000 L 380.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_19"/><path d=" M 460.0000,20.0000 L 460.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_21"/><path d=" M 460.0000,177.0000 L 460.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_22"/><path d=" M 140.0000,127.2000 L 460.0000,127.2000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_25"/><path d=" M 140.0000,126.6667 L 143.0000,126.6667" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_26"/><path d=" M 140.0000,72.8000 L 460.0000,72.8000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_28"/><path d=" M 140.0000,73.3333 L 143.0000,73.3333" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_29"/><path d=" M 140.0000,20.0000 L 460.0000,20.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_31"/><path d=" M 140.0000,20.0000 L 143.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_32"/><path d=" M 140.0000,130.0800 L 140.0000,130.0800" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_34"/><path d=" M 140.0000,130.0800 L 220.0000,175.5200" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_35"/><path d=" M 220.0000,175.5200 L 300.0000,110.8800" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_36"/><path d=" M 300.0000,110.8800 L 380.0000,154.4000" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_37"/><path d=" M 380.0000,154.4000 L 460.0000,179.7867" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_38"/><path d=" M 140.0000,64.1600 L 140.0000,64.1600" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_39"/><path d=" M 140.0000,64.1600 L 220.0000,130.0800" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_40"/><path d=" M 220.0000,130.0800 L 300.0000,116.4267" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_41"/><path d=" M 300.0000,116.4267 L 380.0000,178.9333" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_42"/><path d=" M 380.0000,178.9333 L 460.0000,49.2267" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_43"/><ellipse cx="140" cy="130.08" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_44"/><ellipse cx="220" cy="175.52" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_45"/><ellipse cx="300" cy="110.88" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_46"/><ellipse cx="380" cy="154.4" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_47"/><ellipse cx="460" cy="179.78666666667" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_48"/><ellipse cx="140" cy="64.16" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_49"/><ellipse cx="220" cy="130.08" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_50"/><ellipse cx="300" cy="116.42666666667" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_51"/><ellipse cx="380" cy="178.93333333333" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_52"/><ellipse cx="460" cy="49.226666666667" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_53"/><text id="ezcGraphTextBox_5" x="19" text-length="46.2px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text id="ezcGraphTextBox_7" x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text id="ezcGraphTextBox_14" x="184.8" text-length="70.4px" y="198" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text id="ezcGraphTextBox_17" x="264.8" text-length="70.4px" y="198" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text id="ezcGraphTextBox_20" x="344.8" text-length="70.4px" y="198" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text id="ezcGraphTextBox_23" x="424.8" text-length="70.4px" y="198" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text id="ezcGraphTextBox_24" x="129.2" text-length="8.8px" y="178" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text id="ezcGraphTextBox_27" x="111.6" text-length="26.4px" y="124.66666666667" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text id="ezcGraphTextBox_30" x="111.6" text-length="26.4px" y="71.333333333333" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text id="ezcGraphTextBox_33" x="111.6" text-length="26.4px" y="38" style="font-size: 16px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer2dTest_testRenderLineChartWithAxisLabels.svg b/tests/data/compare/ezcGraphRenderer2dTest_testRenderLineChartWithAxisLabels.svg
index 58fbfa0..0729a3c 100644
--- a/tests/data/compare/ezcGraphRenderer2dTest_testRenderLineChartWithAxisLabels.svg
+++ b/tests/data/compare/ezcGraphRenderer2dTest_testRenderLineChartWithAxisLabels.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 99.0000,1.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 98.0000,2.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><ellipse cx="11" cy="11" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 100.0000,180.0000 L 500.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 492.0000,184.0000 L 500.0000,180.0000 L 492.0000,176.0000 L 492.0000,184.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 140.0000,200.0000 L 140.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 137.5000,5.0000 L 140.0000,0.0000 L 142.5000,5.0000 L 137.5000,5.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 220.0000,20.0000 L 220.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 220.0000,177.0000 L 220.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 300.0000,20.0000 L 300.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 300.0000,177.0000 L 300.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 380.0000,20.0000 L 380.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 380.0000,177.0000 L 380.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 460.0000,20.0000 L 460.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 460.0000,177.0000 L 460.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,127.2000 L 460.0000,127.2000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,126.6667 L 143.0000,126.6667" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,72.8000 L 460.0000,72.8000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,73.3333 L 143.0000,73.3333" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,20.0000 L 460.0000,20.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,20.0000 L 143.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,130.0800 L 140.0000,130.0800" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,130.0800 L 220.0000,175.5200" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 220.0000,175.5200 L 300.0000,110.8800" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 300.0000,110.8800 L 380.0000,154.4000" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 380.0000,154.4000 L 460.0000,179.7867" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,64.1600 L 140.0000,64.1600" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,64.1600 L 220.0000,130.0800" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 220.0000,130.0800 L 300.0000,116.4267" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 300.0000,116.4267 L 380.0000,178.9333" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 380.0000,178.9333 L 460.0000,49.2267" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="140" cy="130.08" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="220" cy="175.52" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="300" cy="110.88" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="380" cy="154.4" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="460" cy="179.78666666667" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="140" cy="64.16" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="220" cy="130.08" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="300" cy="116.42666666667" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="380" cy="178.93333333333" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="460" cy="49.226666666667" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><text x="19" text-length="46.2px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text x="444.1" text-length="53.9px" y="178" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Samples</text><text x="142" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Numbers</text><text x="189.2" text-length="61.6px" y="196" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text x="269.2" text-length="61.6px" y="196" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text x="349.2" text-length="61.6px" y="196" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text x="429.2" text-length="61.6px" y="196" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text x="130.3" text-length="7.7px" y="178" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text x="114.9" text-length="23.1px" y="124.66666666667" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text x="114.9" text-length="23.1px" y="71.333333333333" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text x="114.9" text-length="23.1px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 99.0000,1.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 98.0000,2.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_3"/><ellipse cx="11" cy="11" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_4"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_6"/><path d=" M 100.0000,180.0000 L 500.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_8"/><path d=" M 492.0000,184.0000 L 500.0000,180.0000 L 492.0000,176.0000 L 492.0000,184.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_9"/><path d=" M 140.0000,200.0000 L 140.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_11"/><path d=" M 137.5000,5.0000 L 140.0000,0.0000 L 142.5000,5.0000 L 137.5000,5.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_12"/><path d=" M 220.0000,20.0000 L 220.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_14"/><path d=" M 220.0000,177.0000 L 220.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_15"/><path d=" M 300.0000,20.0000 L 300.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_17"/><path d=" M 300.0000,177.0000 L 300.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_18"/><path d=" M 380.0000,20.0000 L 380.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_20"/><path d=" M 380.0000,177.0000 L 380.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_21"/><path d=" M 460.0000,20.0000 L 460.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_23"/><path d=" M 460.0000,177.0000 L 460.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_24"/><path d=" M 140.0000,127.2000 L 460.0000,127.2000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_27"/><path d=" M 140.0000,126.6667 L 143.0000,126.6667" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_28"/><path d=" M 140.0000,72.8000 L 460.0000,72.8000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_30"/><path d=" M 140.0000,73.3333 L 143.0000,73.3333" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_31"/><path d=" M 140.0000,20.0000 L 460.0000,20.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_33"/><path d=" M 140.0000,20.0000 L 143.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_34"/><path d=" M 140.0000,130.0800 L 140.0000,130.0800" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_36"/><path d=" M 140.0000,130.0800 L 220.0000,175.5200" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_37"/><path d=" M 220.0000,175.5200 L 300.0000,110.8800" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_38"/><path d=" M 300.0000,110.8800 L 380.0000,154.4000" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_39"/><path d=" M 380.0000,154.4000 L 460.0000,179.7867" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_40"/><path d=" M 140.0000,64.1600 L 140.0000,64.1600" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_41"/><path d=" M 140.0000,64.1600 L 220.0000,130.0800" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_42"/><path d=" M 220.0000,130.0800 L 300.0000,116.4267" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_43"/><path d=" M 300.0000,116.4267 L 380.0000,178.9333" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_44"/><path d=" M 380.0000,178.9333 L 460.0000,49.2267" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_45"/><ellipse cx="140" cy="130.08" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_46"/><ellipse cx="220" cy="175.52" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_47"/><ellipse cx="300" cy="110.88" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_48"/><ellipse cx="380" cy="154.4" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_49"/><ellipse cx="460" cy="179.78666666667" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_50"/><ellipse cx="140" cy="64.16" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_51"/><ellipse cx="220" cy="130.08" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_52"/><ellipse cx="300" cy="116.42666666667" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_53"/><ellipse cx="380" cy="178.93333333333" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_54"/><ellipse cx="460" cy="49.226666666667" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_55"/><text id="ezcGraphTextBox_5" x="19" text-length="46.2px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text id="ezcGraphTextBox_7" x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text id="ezcGraphTextBox_10" x="444.1" text-length="53.9px" y="178" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Samples</text><text id="ezcGraphTextBox_13" x="142" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Numbers</text><text id="ezcGraphTextBox_16" x="189.2" text-length="61.6px" y="196" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text id="ezcGraphTextBox_19" x="269.2" text-length="61.6px" y="196" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text id="ezcGraphTextBox_22" x="349.2" text-length="61.6px" y="196" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text id="ezcGraphTextBox_25" x="429.2" text-length="61.6px" y="196" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text id="ezcGraphTextBox_26" x="130.3" text-length="7.7px" y="178" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text id="ezcGraphTextBox_29" x="114.9" text-length="23.1px" y="124.66666666667" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text id="ezcGraphTextBox_32" x="114.9" text-length="23.1px" y="71.333333333333" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text id="ezcGraphTextBox_35" x="114.9" text-length="23.1px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer2dTest_testRenderLineChartWithAxisLabelsReversedAxis.svg b/tests/data/compare/ezcGraphRenderer2dTest_testRenderLineChartWithAxisLabelsReversedAxis.svg
index 5238a75..8f68647 100644
--- a/tests/data/compare/ezcGraphRenderer2dTest_testRenderLineChartWithAxisLabelsReversedAxis.svg
+++ b/tests/data/compare/ezcGraphRenderer2dTest_testRenderLineChartWithAxisLabelsReversedAxis.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 99.0000,1.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 98.0000,2.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><ellipse cx="11" cy="11" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 500.0000,20.0000 L 100.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 108.0000,16.0000 L 100.0000,20.0000 L 108.0000,24.0000 L 108.0000,16.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 460.0000,0.0000 L 460.0000,200.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.5000,195.0000 L 460.0000,200.0000 L 457.5000,195.0000 L 462.5000,195.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 380.0000,20.0000 L 380.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 380.0000,20.0000 L 380.0000,17.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 300.0000,20.0000 L 300.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 300.0000,20.0000 L 300.0000,17.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 220.0000,20.0000 L 220.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 220.0000,20.0000 L 220.0000,17.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,20.0000 L 140.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,20.0000 L 140.0000,17.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,72.8000 L 460.0000,72.8000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 463.0000,73.3333 L 460.0000,73.3333" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,127.2000 L 460.0000,127.2000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 463.0000,126.6667 L 460.0000,126.6667" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,180.0000 L 460.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 463.0000,180.0000 L 460.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 460.0000,69.9200 L 460.0000,69.9200" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 460.0000,69.9200 L 380.0000,24.4800" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 380.0000,24.4800 L 300.0000,89.1200" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 300.0000,89.1200 L 220.0000,45.6000" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 220.0000,45.6000 L 140.0000,20.2133" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 460.0000,135.8400 L 460.0000,135.8400" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 460.0000,135.8400 L 380.0000,69.9200" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 380.0000,69.9200 L 300.0000,83.5733" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 300.0000,83.5733 L 220.0000,21.0667" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 220.0000,21.0667 L 140.0000,150.7733" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="460" cy="69.92" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="380" cy="24.48" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="300" cy="89.12" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="220" cy="45.6" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="140" cy="20.213333333333" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="460" cy="135.84" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="380" cy="69.92" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="300" cy="83.573333333333" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="220" cy="21.066666666667" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="140" cy="150.77333333333" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><text x="19" text-length="46.2px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text x="100" text-length="53.9px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Samples</text><text x="406.1" text-length="53.9px" y="198" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Numbers</text><text x="349.2" text-length="61.6px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text x="269.2" text-length="61.6px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text x="189.2" text-length="61.6px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text x="109.2" text-length="61.6px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text x="450.3" text-length="7.7px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text x="434.9" text-length="23.1px" y="89.333333333333" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text x="434.9" text-length="23.1px" y="142.66666666667" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text x="434.9" text-length="23.1px" y="178" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 99.0000,1.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 98.0000,2.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_3"/><ellipse cx="11" cy="11" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_4"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_6"/><path d=" M 500.0000,20.0000 L 100.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_8"/><path d=" M 108.0000,16.0000 L 100.0000,20.0000 L 108.0000,24.0000 L 108.0000,16.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_9"/><path d=" M 460.0000,0.0000 L 460.0000,200.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_11"/><path d=" M 462.5000,195.0000 L 460.0000,200.0000 L 457.5000,195.0000 L 462.5000,195.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_12"/><path d=" M 380.0000,20.0000 L 380.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_14"/><path d=" M 380.0000,20.0000 L 380.0000,17.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_15"/><path d=" M 300.0000,20.0000 L 300.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_17"/><path d=" M 300.0000,20.0000 L 300.0000,17.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_18"/><path d=" M 220.0000,20.0000 L 220.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_20"/><path d=" M 220.0000,20.0000 L 220.0000,17.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_21"/><path d=" M 140.0000,20.0000 L 140.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_23"/><path d=" M 140.0000,20.0000 L 140.0000,17.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_24"/><path d=" M 140.0000,72.8000 L 460.0000,72.8000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_27"/><path d=" M 463.0000,73.3333 L 460.0000,73.3333" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_28"/><path d=" M 140.0000,127.2000 L 460.0000,127.2000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_30"/><path d=" M 463.0000,126.6667 L 460.0000,126.6667" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_31"/><path d=" M 140.0000,180.0000 L 460.0000,180.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_33"/><path d=" M 463.0000,180.0000 L 460.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_34"/><path d=" M 460.0000,69.9200 L 460.0000,69.9200" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_36"/><path d=" M 460.0000,69.9200 L 380.0000,24.4800" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_37"/><path d=" M 380.0000,24.4800 L 300.0000,89.1200" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_38"/><path d=" M 300.0000,89.1200 L 220.0000,45.6000" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_39"/><path d=" M 220.0000,45.6000 L 140.0000,20.2133" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_40"/><path d=" M 460.0000,135.8400 L 460.0000,135.8400" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_41"/><path d=" M 460.0000,135.8400 L 380.0000,69.9200" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_42"/><path d=" M 380.0000,69.9200 L 300.0000,83.5733" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_43"/><path d=" M 300.0000,83.5733 L 220.0000,21.0667" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_44"/><path d=" M 220.0000,21.0667 L 140.0000,150.7733" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_45"/><ellipse cx="460" cy="69.92" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_46"/><ellipse cx="380" cy="24.48" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_47"/><ellipse cx="300" cy="89.12" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_48"/><ellipse cx="220" cy="45.6" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_49"/><ellipse cx="140" cy="20.213333333333" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_50"/><ellipse cx="460" cy="135.84" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_51"/><ellipse cx="380" cy="69.92" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_52"/><ellipse cx="300" cy="83.573333333333" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_53"/><ellipse cx="220" cy="21.066666666667" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_54"/><ellipse cx="140" cy="150.77333333333" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_55"/><text id="ezcGraphTextBox_5" x="19" text-length="46.2px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text id="ezcGraphTextBox_7" x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text id="ezcGraphTextBox_10" x="100" text-length="53.9px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Samples</text><text id="ezcGraphTextBox_13" x="406.1" text-length="53.9px" y="198" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Numbers</text><text id="ezcGraphTextBox_16" x="349.2" text-length="61.6px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text id="ezcGraphTextBox_19" x="269.2" text-length="61.6px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text id="ezcGraphTextBox_22" x="189.2" text-length="61.6px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text id="ezcGraphTextBox_25" x="109.2" text-length="61.6px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text id="ezcGraphTextBox_26" x="450.3" text-length="7.7px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text id="ezcGraphTextBox_29" x="434.9" text-length="23.1px" y="89.333333333333" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text id="ezcGraphTextBox_32" x="434.9" text-length="23.1px" y="142.66666666667" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text id="ezcGraphTextBox_35" x="434.9" text-length="23.1px" y="178" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer2dTest_testRenderLineChartWithDifferentAxisSpace.svg b/tests/data/compare/ezcGraphRenderer2dTest_testRenderLineChartWithDifferentAxisSpace.svg
index bb07edf..934adc6 100644
--- a/tests/data/compare/ezcGraphRenderer2dTest_testRenderLineChartWithDifferentAxisSpace.svg
+++ b/tests/data/compare/ezcGraphRenderer2dTest_testRenderLineChartWithDifferentAxisSpace.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 99.0000,1.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 98.0000,2.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><ellipse cx="11" cy="11" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 100.0000,160.0000 L 500.0000,160.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 492.0000,164.0000 L 500.0000,160.0000 L 492.0000,156.0000 L 492.0000,164.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 120.0000,200.0000 L 120.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 119.0000,2.0000 L 120.0000,0.0000 L 121.0000,2.0000 L 119.0000,2.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 210.0000,40.0000 L 210.0000,160.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 210.0000,157.0000 L 210.0000,160.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 300.0000,40.0000 L 300.0000,160.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 300.0000,157.0000 L 300.0000,160.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 390.0000,40.0000 L 390.0000,160.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 390.0000,157.0000 L 390.0000,160.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 480.0000,40.0000 L 480.0000,160.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 480.0000,157.0000 L 480.0000,160.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 120.0000,119.8000 L 480.0000,119.8000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 120.0000,120.0000 L 123.0000,120.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 120.0000,80.2000 L 480.0000,80.2000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 120.0000,80.0000 L 123.0000,80.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 120.0000,40.6000 L 480.0000,40.6000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 120.0000,40.0000 L 123.0000,40.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 120.0000,122.5600 L 120.0000,122.5600" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 120.0000,122.5600 L 210.0000,156.6400" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 210.0000,156.6400 L 300.0000,108.1600" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 300.0000,108.1600 L 390.0000,140.8000" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 390.0000,140.8000 L 480.0000,159.8400" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 120.0000,73.1200 L 120.0000,73.1200" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 120.0000,73.1200 L 210.0000,122.5600" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 210.0000,122.5600 L 300.0000,112.3200" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 300.0000,112.3200 L 390.0000,159.2000" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 390.0000,159.2000 L 480.0000,61.9200" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="120" cy="122.56" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="210" cy="156.64" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="300" cy="108.16" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="390" cy="140.8" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="480" cy="159.84" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="120" cy="73.12" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="210" cy="122.56" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="300" cy="112.32" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="390" cy="159.2" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="480" cy="61.92" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><text x="19" text-length="46.2px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text x="190.2" text-length="39.6px" y="171" style="font-size: 9px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text x="280.2" text-length="39.6px" y="171" style="font-size: 9px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text x="370.2" text-length="39.6px" y="171" style="font-size: 9px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text x="460.2" text-length="39.6px" y="171" style="font-size: 9px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text x="113.05" text-length="4.95px" y="158" style="font-size: 9px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text x="103.15" text-length="14.85px" y="118" style="font-size: 9px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text x="103.15" text-length="14.85px" y="78" style="font-size: 9px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text x="103.15" text-length="14.85px" y="51" style="font-size: 9px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 99.0000,1.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 98.0000,2.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_3"/><ellipse cx="11" cy="11" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_4"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_6"/><path d=" M 100.0000,160.0000 L 500.0000,160.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_8"/><path d=" M 492.0000,164.0000 L 500.0000,160.0000 L 492.0000,156.0000 L 492.0000,164.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_9"/><path d=" M 120.0000,200.0000 L 120.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_10"/><path d=" M 119.0000,2.0000 L 120.0000,0.0000 L 121.0000,2.0000 L 119.0000,2.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_11"/><path d=" M 210.0000,40.0000 L 210.0000,160.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_12"/><path d=" M 210.0000,157.0000 L 210.0000,160.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_13"/><path d=" M 300.0000,40.0000 L 300.0000,160.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_15"/><path d=" M 300.0000,157.0000 L 300.0000,160.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_16"/><path d=" M 390.0000,40.0000 L 390.0000,160.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_18"/><path d=" M 390.0000,157.0000 L 390.0000,160.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_19"/><path d=" M 480.0000,40.0000 L 480.0000,160.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_21"/><path d=" M 480.0000,157.0000 L 480.0000,160.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_22"/><path d=" M 120.0000,119.8000 L 480.0000,119.8000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_25"/><path d=" M 120.0000,120.0000 L 123.0000,120.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_26"/><path d=" M 120.0000,80.2000 L 480.0000,80.2000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_28"/><path d=" M 120.0000,80.0000 L 123.0000,80.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_29"/><path d=" M 120.0000,40.6000 L 480.0000,40.6000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_31"/><path d=" M 120.0000,40.0000 L 123.0000,40.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_32"/><path d=" M 120.0000,122.5600 L 120.0000,122.5600" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_34"/><path d=" M 120.0000,122.5600 L 210.0000,156.6400" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_35"/><path d=" M 210.0000,156.6400 L 300.0000,108.1600" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_36"/><path d=" M 300.0000,108.1600 L 390.0000,140.8000" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_37"/><path d=" M 390.0000,140.8000 L 480.0000,159.8400" style="fill: none; stroke: #729fcf; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_38"/><path d=" M 120.0000,73.1200 L 120.0000,73.1200" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_39"/><path d=" M 120.0000,73.1200 L 210.0000,122.5600" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_40"/><path d=" M 210.0000,122.5600 L 300.0000,112.3200" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_41"/><path d=" M 300.0000,112.3200 L 390.0000,159.2000" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_42"/><path d=" M 390.0000,159.2000 L 480.0000,61.9200" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_43"/><ellipse cx="120" cy="122.56" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_44"/><ellipse cx="210" cy="156.64" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_45"/><ellipse cx="300" cy="108.16" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_46"/><ellipse cx="390" cy="140.8" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_47"/><ellipse cx="480" cy="159.84" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_48"/><ellipse cx="120" cy="73.12" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_49"/><ellipse cx="210" cy="122.56" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_50"/><ellipse cx="300" cy="112.32" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_51"/><ellipse cx="390" cy="159.2" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_52"/><ellipse cx="480" cy="61.92" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_53"/><text id="ezcGraphTextBox_5" x="19" text-length="46.2px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text id="ezcGraphTextBox_7" x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text id="ezcGraphTextBox_14" x="190.2" text-length="39.6px" y="171" style="font-size: 9px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text id="ezcGraphTextBox_17" x="280.2" text-length="39.6px" y="171" style="font-size: 9px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text id="ezcGraphTextBox_20" x="370.2" text-length="39.6px" y="171" style="font-size: 9px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text id="ezcGraphTextBox_23" x="460.2" text-length="39.6px" y="171" style="font-size: 9px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text id="ezcGraphTextBox_24" x="113.05" text-length="4.95px" y="158" style="font-size: 9px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text id="ezcGraphTextBox_27" x="103.15" text-length="14.85px" y="118" style="font-size: 9px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text id="ezcGraphTextBox_30" x="103.15" text-length="14.85px" y="78" style="font-size: 9px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text id="ezcGraphTextBox_33" x="103.15" text-length="14.85px" y="51" style="font-size: 9px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer2dTest_testRenderPieChart.svg b/tests/data/compare/ezcGraphRenderer2dTest_testRenderPieChart.svg
index 5d30a25..00bdcdf 100644
--- a/tests/data/compare/ezcGraphRenderer2dTest_testRenderPieChart.svg
+++ b/tests/data/compare/ezcGraphRenderer2dTest_testRenderPieChart.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><path d=" M 2.0000,16.0000 L 2.0000,2.0000 L 16.0000,2.0000 L 16.0000,16.0000 L 2.0000,16.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,34.0000 L 2.0000,20.0000 L 16.0000,20.0000 L 16.0000,34.0000 L 2.0000,34.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,52.0000 L 2.0000,38.0000 L 16.0000,38.0000 L 16.0000,52.0000 L 2.0000,52.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,70.0000 L 2.0000,56.0000 L 16.0000,56.0000 L 16.0000,70.0000 L 2.0000,70.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,88.0000 L 2.0000,74.0000 L 16.0000,74.0000 L 16.0000,88.0000 L 2.0000,88.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,100.00 L 390.00,100.00 A 90.00,90.00 0 1,1 231.59,41.52 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,100.00 L 390.00,100.00 A 90.00,90.00 0 1,1 231.59,41.52 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,100.00 L 231.59,41.52 A 90.00,90.00 0 0,1 252.20,23.75 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,100.00 L 231.59,41.52 A 90.00,90.00 0 0,1 252.20,23.75 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,100.00 L 252.20,23.75 A 90.00,90.00 0 0,1 343.09,20.99 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,100.00 L 252.20,23.75 A 90.00,90.00 0 0,1 343.09,20.99 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,100.00 L 343.09,20.99 A 90.00,90.00 0 0,1 358.15,31.31 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,100.00 L 343.09,20.99 A 90.00,90.00 0 0,1 358.15,31.31 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 308.17,96.21 L 366.32,27.52 A 90.00,90.00 0 0,1 398.17,96.21 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 308.17,96.21 L 366.32,27.52 A 90.00,90.00 0 0,1 398.17,96.21 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 298.1792,40.0276 L 241.3217,15.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="298.17919395494" cy="40.027634152501" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="241.32173123574" cy="15" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 260.8118,54.5656 L 210.4835,45.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="260.81181529129" cy="54.565583758172" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="210.48353455755" cy="45" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 279.2200,156.2867 L 197.6303,126.7000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="279.21997746908" cy="156.28668282653" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="197.63034710034" cy="126.7" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 333.9216,50.5094 L 358.6783,15.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="333.92163212695" cy="50.509365796709" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="358.67826876426" cy="15" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 362.5985,70.9754 L 389.5165,45.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="362.59851207038" cy="70.975419269609" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="389.51646544245" cy="45" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><text x="17" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text x="17" text-length="15.4px" y="34" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text x="17" text-length="38.5px" y="52" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text x="17" text-length="30.8px" y="70" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text x="17" text-length="46.2px" y="88" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text x="141.27173123574" text-length="94.05px" y="19.5" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text><text x="135.18353455755" text-length="69.3px" y="49.5" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text x="152.03034710034" text-length="39.6px" y="126.65" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla:</text><text x="132.23034710034" text-length="59.4px" y="136.55" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">4375 (61.3%)</text><text x="364.67826876426" text-length="79.2px" y="19.5" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text x="395.51646544245" text-length="94.05px" y="49.5" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,16.0000 L 2.0000,2.0000 L 16.0000,2.0000 L 16.0000,16.0000 L 2.0000,16.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_3"/><path d=" M 2.0000,34.0000 L 2.0000,20.0000 L 16.0000,20.0000 L 16.0000,34.0000 L 2.0000,34.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_5"/><path d=" M 2.0000,52.0000 L 2.0000,38.0000 L 16.0000,38.0000 L 16.0000,52.0000 L 2.0000,52.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_7"/><path d=" M 2.0000,70.0000 L 2.0000,56.0000 L 16.0000,56.0000 L 16.0000,70.0000 L 2.0000,70.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_9"/><path d=" M 2.0000,88.0000 L 2.0000,74.0000 L 16.0000,74.0000 L 16.0000,88.0000 L 2.0000,88.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_11"/><path d="M 300.00,100.00 L 390.00,100.00 A 90.00,90.00 0 1,1 231.59,41.52 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_13"/><path d="M 300.00,100.00 L 390.00,100.00 A 90.00,90.00 0 1,1 231.59,41.52 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_14"/><path d="M 300.00,100.00 L 231.59,41.52 A 90.00,90.00 0 0,1 252.20,23.75 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_15"/><path d="M 300.00,100.00 L 231.59,41.52 A 90.00,90.00 0 0,1 252.20,23.75 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_16"/><path d="M 300.00,100.00 L 252.20,23.75 A 90.00,90.00 0 0,1 343.09,20.99 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_17"/><path d="M 300.00,100.00 L 252.20,23.75 A 90.00,90.00 0 0,1 343.09,20.99 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_18"/><path d="M 300.00,100.00 L 343.09,20.99 A 90.00,90.00 0 0,1 358.15,31.31 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_19"/><path d="M 300.00,100.00 L 343.09,20.99 A 90.00,90.00 0 0,1 358.15,31.31 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_20"/><path d="M 308.17,96.21 L 366.32,27.52 A 90.00,90.00 0 0,1 398.17,96.21 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_21"/><path d="M 308.17,96.21 L 366.32,27.52 A 90.00,90.00 0 0,1 398.17,96.21 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_22"/><path d=" M 298.1792,40.0276 L 241.3217,15.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_23"/><ellipse cx="298.17919395494" cy="40.027634152501" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_24"/><ellipse cx="241.32173123574" cy="15" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_25"/><path d=" M 260.8118,54.5656 L 210.4835,45.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_27"/><ellipse cx="260.81181529129" cy="54.565583758172" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_28"/><ellipse cx="210.48353455755" cy="45" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_29"/><path d=" M 279.2200,156.2867 L 197.6303,126.7000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_31"/><ellipse cx="279.21997746908" cy="156.28668282653" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_32"/><ellipse cx="197.63034710034" cy="126.7" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_33"/><path d=" M 333.9216,50.5094 L 358.6783,15.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_35"/><ellipse cx="333.92163212695" cy="50.509365796709" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_36"/><ellipse cx="358.67826876426" cy="15" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_37"/><path d=" M 362.5985,70.9754 L 389.5165,45.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_39"/><ellipse cx="362.59851207038" cy="70.975419269609" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_40"/><ellipse cx="389.51646544245" cy="45" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_41"/><text id="ezcGraphTextBox_4" x="17" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text id="ezcGraphTextBox_6" x="17" text-length="15.4px" y="34" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text id="ezcGraphTextBox_8" x="17" text-length="38.5px" y="52" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text id="ezcGraphTextBox_10" x="17" text-length="30.8px" y="70" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text id="ezcGraphTextBox_12" x="17" text-length="46.2px" y="88" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text id="ezcGraphTextBox_26" x="141.27173123574" text-length="94.05px" y="19.5" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text><text id="ezcGraphTextBox_30" x="135.18353455755" text-length="69.3px" y="49.5" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text id="ezcGraphTextBox_34" x="152.03034710034" text-length="39.6px" y="126.65" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla:</text><text id="ezcGraphTextBox_34" x="132.23034710034" text-length="59.4px" y="136.55" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">4375 (61.3%)</text><text id="ezcGraphTextBox_38" x="364.67826876426" text-length="79.2px" y="19.5" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text id="ezcGraphTextBox_42" x="395.51646544245" text-length="94.05px" y="49.5" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer2dTest_testRenderPieChartWithBackgroundBottomRight.svg b/tests/data/compare/ezcGraphRenderer2dTest_testRenderPieChartWithBackgroundBottomRight.svg
index 3c9b408..d051fef 100644
--- a/tests/data/compare/ezcGraphRenderer2dTest_testRenderPieChartWithBackgroundBottomRight.svg
+++ b/tests/data/compare/ezcGraphRenderer2dTest_testRenderPieChartWithBackgroundBottomRight.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #ffffff; fill-opacity: 0.13; stroke: none;"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="289" y="184" width="211px" height="16px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANMAAAAQCAYAAACMe0rDAAAABGdBTUEAANbY1E9YMgAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAASdSURBVHja7FrdbdswELaDLKA+5TXpBlFHsEdwBmgAeYECyggK0AzQjCA/pO/yAg3sEZwFUkgjqDz3o3u+HElJURrb8QEHmXcSRd4P70ce1nU9OEL/MBwOWwvW6GJ4lNz+wulRBG8HbQ4q43xHge05nBxFcIQj9AcxHaIKrohHp2sX3IWoINZD+yw9670wWHTdrzJf3QZwf5f3pA79WZx81KygpRxfrX+CkaZIAznwUGAE42rE3xdn8rz/h8GFwWgfD8P3to+mcnp4+Fl/vb6u6eqrmWbkTF0F+941gFy3XY9rPyF+T02JRk2L1zYizDwJItLYYPUR67G2euyq/8fHX4Pfz8/rq69mquxLgBODC1I4rhPGy8WYUo+MzbUOoWL+TKQjpcFEpJ8F46WMl4DGn8+EcGKsi9ZbWj5b4xay5wq+RzFnSfOGaD4ov1/oeHe+vnqUnWFdFjPHfTH2OjWGsfREnhiZh5VfrvCsjAuRLkaIfCUwh34WjvsHGFv+wsHn+s6xjqb8LZuAXhKmY2sPJTAHzerf2oeVb6zYEeFWtnZ5eTk4OztbX31p3lo4TLj0IxV5eoxxJpSxAj9ijpMrdRoXRgphbOwOz0S4byJ4aWA++XzuS6VYmFf3aFM3uk+mc5LmSvOIZhzmH96db6OhOXQRC3nHcm2gR5B92sSvmXwG4iDjxhqxg8/Kd8WejZhTpkyXNQ7RLfsR/FjwM6Gvkh3GGn/lsYmU18hiT5vnpf4V2W/khHESrJkCxatWb9Sgc37EBMOVKhWszSdpfP6B590umhy3rpmko/TiTNKB4EQWHQp9oWjHWoqmRbRr3ZznkW8T2Wr20YbPaV3spS1frZn4ARvCU/bwsE0+KWhzM67gfDHqrSeM5zhZZg6n6ApFm9x5F2qmvy/oXr/4PgQj7SM5f2lTsx5YPVU01X9ozGBKzgT5ko3fm3tuWn1nctQTThqcZcQc6J6lZ0s414vXKNgUxsqzc9c+tD0E9vP2IH0j8KcJOvAEzrHmCdK0K0OrmnSjfF2rPYYXNhHSb2hs5EHO8xnBZgzHGrVyJiHcyuahrJ5Y09k9c5sW0gLgPEvcO9OaG6LGaQNVg2crGJjNkRO+XsWAtvaIJgqnb+ZEURq5mgCdohQ5Uh3s9sUOGjUDbqjhEDo0mLHYvUSgJZInaiYpiy6QimslrrwmSjq8L/Z8Z5TpmxxLG7dypMZaxFJBpxxOwKgCkYmUdEXOglRjgvFSRCaaZ8Y8+x5XGTFovlvW3dE6cpVHmDeDlx8rF8optakjLM1jXOoeuYGKOcuQQ6vRzxWNPI6ECESyXLCu0oIpeN1d490+JpfUcXiMWeEua0Ntn1eQkaYbTVcabcJq8Smbz8o+xvsKIe8m80+5TdiOpzggKs94S//s4KLUeeWxCabKHsM60o05pRpYYIQT5nbXvzO8so4Z25QrdO+m/e2IRJ++PfXyh9cdq4VGcJDhoenfmc598C/gQbngcEhZmzTVWtSBDloQ+/wnxI78HSzUSd0L/Tfu5vXt2bv2D4ieIEKoz7C/uS/saw2E/7X/HYtMT1pz6NAi0x8BBgBSPAOA3cvEgAAAAABJRU5ErkJggg=="/><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><path d=" M 2.0000,16.0000 L 2.0000,2.0000 L 16.0000,2.0000 L 16.0000,16.0000 L 2.0000,16.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,34.0000 L 2.0000,20.0000 L 16.0000,20.0000 L 16.0000,34.0000 L 2.0000,34.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,52.0000 L 2.0000,38.0000 L 16.0000,38.0000 L 16.0000,52.0000 L 2.0000,52.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,70.0000 L 2.0000,56.0000 L 16.0000,56.0000 L 16.0000,70.0000 L 2.0000,70.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,88.0000 L 2.0000,74.0000 L 16.0000,74.0000 L 16.0000,88.0000 L 2.0000,88.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,100.00 L 390.00,100.00 A 90.00,90.00 0 1,1 231.59,41.52 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,100.00 L 390.00,100.00 A 90.00,90.00 0 1,1 231.59,41.52 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,100.00 L 231.59,41.52 A 90.00,90.00 0 0,1 252.20,23.75 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,100.00 L 231.59,41.52 A 90.00,90.00 0 0,1 252.20,23.75 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,100.00 L 252.20,23.75 A 90.00,90.00 0 0,1 343.09,20.99 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,100.00 L 252.20,23.75 A 90.00,90.00 0 0,1 343.09,20.99 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,100.00 L 343.09,20.99 A 90.00,90.00 0 0,1 358.15,31.31 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,100.00 L 343.09,20.99 A 90.00,90.00 0 0,1 358.15,31.31 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,100.00 L 358.15,31.31 A 90.00,90.00 0 0,1 390.00,100.00 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,100.00 L 358.15,31.31 A 90.00,90.00 0 0,1 390.00,100.00 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 298.1792,40.0276 L 241.3217,15.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="298.17919395494" cy="40.027634152501" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="241.32173123574" cy="15" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 260.8118,54.5656 L 210.4835,45.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="260.81181529129" cy="54.565583758172" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="210.48353455755" cy="45" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 279.2200,156.2867 L 197.6303,126.7000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="279.21997746908" cy="156.28668282653" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="197.63034710034" cy="126.7" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 333.9216,50.5094 L 358.6783,15.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="333.92163212695" cy="50.509365796709" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="358.67826876426" cy="15" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 354.4335,74.7612 L 390.4218,46.4000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="354.43348875685" cy="74.761234147486" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="390.42179813295" cy="46.4" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><text x="17" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text x="17" text-length="15.4px" y="34" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text x="17" text-length="38.5px" y="52" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text x="17" text-length="30.8px" y="70" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text x="17" text-length="46.2px" y="88" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text x="141.27173123574" text-length="94.05px" y="19.5" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text><text x="135.18353455755" text-length="69.3px" y="49.5" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text x="152.03034710034" text-length="39.6px" y="126.65" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla:</text><text x="132.23034710034" text-length="59.4px" y="136.55" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">4375 (61.3%)</text><text x="364.67826876426" text-length="79.2px" y="19.5" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text x="396.42179813295" text-length="94.05px" y="50.9" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #ffffff; fill-opacity: 0.13; stroke: none;" id="ezcGraphPolygon_1"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="289" y="184" width="211px" height="16px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANMAAAAQCAYAAACMe0rDAAAABGdBTUEAANbY1E9YMgAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAASdSURBVHja7FrdbdswELaDLKA+5TXpBlFHsEdwBmgAeYECyggK0AzQjCA/pO/yAg3sEZwFUkgjqDz3o3u+HElJURrb8QEHmXcSRd4P70ce1nU9OEL/MBwOWwvW6GJ4lNz+wulRBG8HbQ4q43xHge05nBxFcIQj9AcxHaIKrohHp2sX3IWoINZD+yw9670wWHTdrzJf3QZwf5f3pA79WZx81KygpRxfrX+CkaZIAznwUGAE42rE3xdn8rz/h8GFwWgfD8P3to+mcnp4+Fl/vb6u6eqrmWbkTF0F+941gFy3XY9rPyF+T02JRk2L1zYizDwJItLYYPUR67G2euyq/8fHX4Pfz8/rq69mquxLgBODC1I4rhPGy8WYUo+MzbUOoWL+TKQjpcFEpJ8F46WMl4DGn8+EcGKsi9ZbWj5b4xay5wq+RzFnSfOGaD4ov1/oeHe+vnqUnWFdFjPHfTH2OjWGsfREnhiZh5VfrvCsjAuRLkaIfCUwh34WjvsHGFv+wsHn+s6xjqb8LZuAXhKmY2sPJTAHzerf2oeVb6zYEeFWtnZ5eTk4OztbX31p3lo4TLj0IxV5eoxxJpSxAj9ijpMrdRoXRgphbOwOz0S4byJ4aWA++XzuS6VYmFf3aFM3uk+mc5LmSvOIZhzmH96db6OhOXQRC3nHcm2gR5B92sSvmXwG4iDjxhqxg8/Kd8WejZhTpkyXNQ7RLfsR/FjwM6Gvkh3GGn/lsYmU18hiT5vnpf4V2W/khHESrJkCxatWb9Sgc37EBMOVKhWszSdpfP6B590umhy3rpmko/TiTNKB4EQWHQp9oWjHWoqmRbRr3ZznkW8T2Wr20YbPaV3spS1frZn4ARvCU/bwsE0+KWhzM67gfDHqrSeM5zhZZg6n6ApFm9x5F2qmvy/oXr/4PgQj7SM5f2lTsx5YPVU01X9ozGBKzgT5ko3fm3tuWn1nctQTThqcZcQc6J6lZ0s414vXKNgUxsqzc9c+tD0E9vP2IH0j8KcJOvAEzrHmCdK0K0OrmnSjfF2rPYYXNhHSb2hs5EHO8xnBZgzHGrVyJiHcyuahrJ5Y09k9c5sW0gLgPEvcO9OaG6LGaQNVg2crGJjNkRO+XsWAtvaIJgqnb+ZEURq5mgCdohQ5Uh3s9sUOGjUDbqjhEDo0mLHYvUSgJZInaiYpiy6QimslrrwmSjq8L/Z8Z5TpmxxLG7dypMZaxFJBpxxOwKgCkYmUdEXOglRjgvFSRCaaZ8Y8+x5XGTFovlvW3dE6cpVHmDeDlx8rF8optakjLM1jXOoeuYGKOcuQQ6vRzxWNPI6ECESyXLCu0oIpeN1d490+JpfUcXiMWeEua0Ntn1eQkaYbTVcabcJq8Smbz8o+xvsKIe8m80+5TdiOpzggKs94S//s4KLUeeWxCabKHsM60o05pRpYYIQT5nbXvzO8so4Z25QrdO+m/e2IRJ++PfXyh9cdq4VGcJDhoenfmc598C/gQbngcEhZmzTVWtSBDloQ+/wnxI78HSzUSd0L/Tfu5vXt2bv2D4ieIEKoz7C/uS/saw2E/7X/HYtMT1pz6NAi0x8BBgBSPAOA3cvEgAAAAABJRU5ErkJggg==" id="ezcGraphImage_2"/><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_3"/><path d=" M 2.0000,16.0000 L 2.0000,2.0000 L 16.0000,2.0000 L 16.0000,16.0000 L 2.0000,16.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_4"/><path d=" M 2.0000,34.0000 L 2.0000,20.0000 L 16.0000,20.0000 L 16.0000,34.0000 L 2.0000,34.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_6"/><path d=" M 2.0000,52.0000 L 2.0000,38.0000 L 16.0000,38.0000 L 16.0000,52.0000 L 2.0000,52.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_8"/><path d=" M 2.0000,70.0000 L 2.0000,56.0000 L 16.0000,56.0000 L 16.0000,70.0000 L 2.0000,70.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_10"/><path d=" M 2.0000,88.0000 L 2.0000,74.0000 L 16.0000,74.0000 L 16.0000,88.0000 L 2.0000,88.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_12"/><path d="M 300.00,100.00 L 390.00,100.00 A 90.00,90.00 0 1,1 231.59,41.52 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_14"/><path d="M 300.00,100.00 L 390.00,100.00 A 90.00,90.00 0 1,1 231.59,41.52 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_15"/><path d="M 300.00,100.00 L 231.59,41.52 A 90.00,90.00 0 0,1 252.20,23.75 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_16"/><path d="M 300.00,100.00 L 231.59,41.52 A 90.00,90.00 0 0,1 252.20,23.75 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_17"/><path d="M 300.00,100.00 L 252.20,23.75 A 90.00,90.00 0 0,1 343.09,20.99 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_18"/><path d="M 300.00,100.00 L 252.20,23.75 A 90.00,90.00 0 0,1 343.09,20.99 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_19"/><path d="M 300.00,100.00 L 343.09,20.99 A 90.00,90.00 0 0,1 358.15,31.31 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_20"/><path d="M 300.00,100.00 L 343.09,20.99 A 90.00,90.00 0 0,1 358.15,31.31 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_21"/><path d="M 300.00,100.00 L 358.15,31.31 A 90.00,90.00 0 0,1 390.00,100.00 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_22"/><path d="M 300.00,100.00 L 358.15,31.31 A 90.00,90.00 0 0,1 390.00,100.00 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_23"/><path d=" M 298.1792,40.0276 L 241.3217,15.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_24"/><ellipse cx="298.17919395494" cy="40.027634152501" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_25"/><ellipse cx="241.32173123574" cy="15" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_26"/><path d=" M 260.8118,54.5656 L 210.4835,45.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_28"/><ellipse cx="260.81181529129" cy="54.565583758172" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_29"/><ellipse cx="210.48353455755" cy="45" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_30"/><path d=" M 279.2200,156.2867 L 197.6303,126.7000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_32"/><ellipse cx="279.21997746908" cy="156.28668282653" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_33"/><ellipse cx="197.63034710034" cy="126.7" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_34"/><path d=" M 333.9216,50.5094 L 358.6783,15.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_36"/><ellipse cx="333.92163212695" cy="50.509365796709" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_37"/><ellipse cx="358.67826876426" cy="15" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_38"/><path d=" M 354.4335,74.7612 L 390.4218,46.4000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_40"/><ellipse cx="354.43348875685" cy="74.761234147486" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_41"/><ellipse cx="390.42179813295" cy="46.4" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_42"/><text id="ezcGraphTextBox_5" x="17" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text id="ezcGraphTextBox_7" x="17" text-length="15.4px" y="34" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text id="ezcGraphTextBox_9" x="17" text-length="38.5px" y="52" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text id="ezcGraphTextBox_11" x="17" text-length="30.8px" y="70" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text id="ezcGraphTextBox_13" x="17" text-length="46.2px" y="88" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text id="ezcGraphTextBox_27" x="141.27173123574" text-length="94.05px" y="19.5" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text><text id="ezcGraphTextBox_31" x="135.18353455755" text-length="69.3px" y="49.5" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text id="ezcGraphTextBox_35" x="152.03034710034" text-length="39.6px" y="126.65" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla:</text><text id="ezcGraphTextBox_35" x="132.23034710034" text-length="59.4px" y="136.55" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">4375 (61.3%)</text><text id="ezcGraphTextBox_39" x="364.67826876426" text-length="79.2px" y="19.5" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text id="ezcGraphTextBox_43" x="396.42179813295" text-length="94.05px" y="50.9" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer2dTest_testRenderPieChartWithLegendTitle.svg b/tests/data/compare/ezcGraphRenderer2dTest_testRenderPieChartWithLegendTitle.svg
index ccd476a..679f591 100644
--- a/tests/data/compare/ezcGraphRenderer2dTest_testRenderPieChartWithLegendTitle.svg
+++ b/tests/data/compare/ezcGraphRenderer2dTest_testRenderPieChartWithLegendTitle.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><path d=" M 2.0000,33.0000 L 2.0000,19.0000 L 16.0000,19.0000 L 16.0000,33.0000 L 2.0000,33.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,51.0000 L 2.0000,37.0000 L 16.0000,37.0000 L 16.0000,51.0000 L 2.0000,51.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,69.0000 L 2.0000,55.0000 L 16.0000,55.0000 L 16.0000,69.0000 L 2.0000,69.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,87.0000 L 2.0000,73.0000 L 16.0000,73.0000 L 16.0000,87.0000 L 2.0000,87.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,105.0000 L 2.0000,91.0000 L 16.0000,91.0000 L 16.0000,105.0000 L 2.0000,105.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,100.00 L 390.00,100.00 A 90.00,90.00 0 1,1 231.59,41.52 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,100.00 L 390.00,100.00 A 90.00,90.00 0 1,1 231.59,41.52 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,100.00 L 231.59,41.52 A 90.00,90.00 0 0,1 252.20,23.75 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,100.00 L 231.59,41.52 A 90.00,90.00 0 0,1 252.20,23.75 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,100.00 L 252.20,23.75 A 90.00,90.00 0 0,1 343.09,20.99 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,100.00 L 252.20,23.75 A 90.00,90.00 0 0,1 343.09,20.99 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,100.00 L 343.09,20.99 A 90.00,90.00 0 0,1 358.15,31.31 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,100.00 L 343.09,20.99 A 90.00,90.00 0 0,1 358.15,31.31 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,100.00 L 358.15,31.31 A 90.00,90.00 0 0,1 390.00,100.00 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,100.00 L 358.15,31.31 A 90.00,90.00 0 0,1 390.00,100.00 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 298.1792,40.0276 L 241.3217,15.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="298.17919395494" cy="40.027634152501" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="241.32173123574" cy="15" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 260.8118,54.5656 L 210.4835,45.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="260.81181529129" cy="54.565583758172" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="210.48353455755" cy="45" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 279.2200,156.2867 L 197.6303,126.7000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="279.21997746908" cy="156.28668282653" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="197.63034710034" cy="126.7" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 333.9216,50.5094 L 358.6783,15.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="333.92163212695" cy="50.509365796709" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="358.67826876426" cy="15" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 354.4335,74.7612 L 390.4218,46.4000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="354.43348875685" cy="74.761234147486" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="390.42179813295" cy="46.4" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><text x="23.05" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Legenda</text><text x="17" text-length="53.9px" y="33" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text x="17" text-length="15.4px" y="51" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text x="17" text-length="38.5px" y="69" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text x="17" text-length="30.8px" y="87" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text x="17" text-length="46.2px" y="105" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text x="141.27173123574" text-length="94.05px" y="19.5" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text><text x="135.18353455755" text-length="69.3px" y="49.5" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text x="152.03034710034" text-length="39.6px" y="126.65" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla:</text><text x="132.23034710034" text-length="59.4px" y="136.55" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">4375 (61.3%)</text><text x="364.67826876426" text-length="79.2px" y="19.5" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text x="396.42179813295" text-length="94.05px" y="50.9" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,33.0000 L 2.0000,19.0000 L 16.0000,19.0000 L 16.0000,33.0000 L 2.0000,33.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_4"/><path d=" M 2.0000,51.0000 L 2.0000,37.0000 L 16.0000,37.0000 L 16.0000,51.0000 L 2.0000,51.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_6"/><path d=" M 2.0000,69.0000 L 2.0000,55.0000 L 16.0000,55.0000 L 16.0000,69.0000 L 2.0000,69.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_8"/><path d=" M 2.0000,87.0000 L 2.0000,73.0000 L 16.0000,73.0000 L 16.0000,87.0000 L 2.0000,87.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_10"/><path d=" M 2.0000,105.0000 L 2.0000,91.0000 L 16.0000,91.0000 L 16.0000,105.0000 L 2.0000,105.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_12"/><path d="M 300.00,100.00 L 390.00,100.00 A 90.00,90.00 0 1,1 231.59,41.52 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_14"/><path d="M 300.00,100.00 L 390.00,100.00 A 90.00,90.00 0 1,1 231.59,41.52 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_15"/><path d="M 300.00,100.00 L 231.59,41.52 A 90.00,90.00 0 0,1 252.20,23.75 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_16"/><path d="M 300.00,100.00 L 231.59,41.52 A 90.00,90.00 0 0,1 252.20,23.75 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_17"/><path d="M 300.00,100.00 L 252.20,23.75 A 90.00,90.00 0 0,1 343.09,20.99 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_18"/><path d="M 300.00,100.00 L 252.20,23.75 A 90.00,90.00 0 0,1 343.09,20.99 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_19"/><path d="M 300.00,100.00 L 343.09,20.99 A 90.00,90.00 0 0,1 358.15,31.31 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_20"/><path d="M 300.00,100.00 L 343.09,20.99 A 90.00,90.00 0 0,1 358.15,31.31 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_21"/><path d="M 300.00,100.00 L 358.15,31.31 A 90.00,90.00 0 0,1 390.00,100.00 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_22"/><path d="M 300.00,100.00 L 358.15,31.31 A 90.00,90.00 0 0,1 390.00,100.00 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_23"/><path d=" M 298.1792,40.0276 L 241.3217,15.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_24"/><ellipse cx="298.17919395494" cy="40.027634152501" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_25"/><ellipse cx="241.32173123574" cy="15" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_26"/><path d=" M 260.8118,54.5656 L 210.4835,45.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_28"/><ellipse cx="260.81181529129" cy="54.565583758172" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_29"/><ellipse cx="210.48353455755" cy="45" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_30"/><path d=" M 279.2200,156.2867 L 197.6303,126.7000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_32"/><ellipse cx="279.21997746908" cy="156.28668282653" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_33"/><ellipse cx="197.63034710034" cy="126.7" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_34"/><path d=" M 333.9216,50.5094 L 358.6783,15.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_36"/><ellipse cx="333.92163212695" cy="50.509365796709" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_37"/><ellipse cx="358.67826876426" cy="15" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_38"/><path d=" M 354.4335,74.7612 L 390.4218,46.4000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_40"/><ellipse cx="354.43348875685" cy="74.761234147486" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_41"/><ellipse cx="390.42179813295" cy="46.4" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_42"/><text id="ezcGraphTextBox_3" x="23.05" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Legenda</text><text id="ezcGraphTextBox_5" x="17" text-length="53.9px" y="33" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text id="ezcGraphTextBox_7" x="17" text-length="15.4px" y="51" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text id="ezcGraphTextBox_9" x="17" text-length="38.5px" y="69" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text id="ezcGraphTextBox_11" x="17" text-length="30.8px" y="87" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text id="ezcGraphTextBox_13" x="17" text-length="46.2px" y="105" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text id="ezcGraphTextBox_27" x="141.27173123574" text-length="94.05px" y="19.5" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text><text id="ezcGraphTextBox_31" x="135.18353455755" text-length="69.3px" y="49.5" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text id="ezcGraphTextBox_35" x="152.03034710034" text-length="39.6px" y="126.65" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla:</text><text id="ezcGraphTextBox_35" x="132.23034710034" text-length="59.4px" y="136.55" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">4375 (61.3%)</text><text id="ezcGraphTextBox_39" x="364.67826876426" text-length="79.2px" y="19.5" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text id="ezcGraphTextBox_43" x="396.42179813295" text-length="94.05px" y="50.9" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer2dTest_testRenderPieChartWithOffset.svg b/tests/data/compare/ezcGraphRenderer2dTest_testRenderPieChartWithOffset.svg
index 701382f..b48f020 100644
--- a/tests/data/compare/ezcGraphRenderer2dTest_testRenderPieChartWithOffset.svg
+++ b/tests/data/compare/ezcGraphRenderer2dTest_testRenderPieChartWithOffset.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><path d=" M 2.0000,16.0000 L 2.0000,2.0000 L 16.0000,2.0000 L 16.0000,16.0000 L 2.0000,16.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,34.0000 L 2.0000,20.0000 L 16.0000,20.0000 L 16.0000,34.0000 L 2.0000,34.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,52.0000 L 2.0000,38.0000 L 16.0000,38.0000 L 16.0000,52.0000 L 2.0000,52.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,70.0000 L 2.0000,56.0000 L 16.0000,56.0000 L 16.0000,70.0000 L 2.0000,70.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,88.0000 L 2.0000,74.0000 L 16.0000,74.0000 L 16.0000,88.0000 L 2.0000,88.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,100.00 L 217.78,136.61 A 90.00,90.00 0 1,1 386.28,125.60 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,100.00 L 217.78,136.61 A 90.00,90.00 0 1,1 386.28,125.60 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,100.00 L 386.28,125.60 A 90.00,90.00 0 0,1 374.69,150.22 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,100.00 L 386.28,125.60 A 90.00,90.00 0 0,1 374.69,150.22 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,100.00 L 374.69,150.22 A 90.00,90.00 0 0,1 292.77,189.71 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,100.00 L 374.69,150.22 A 90.00,90.00 0 0,1 292.77,189.71 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,100.00 L 292.77,189.71 A 90.00,90.00 0 0,1 274.82,186.40 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,100.00 L 292.77,189.71 A 90.00,90.00 0 0,1 274.82,186.40 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,100.00 L 274.82,186.40 A 90.00,90.00 0 0,1 217.78,136.61 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,100.00 L 274.82,186.40 A 90.00,90.00 0 0,1 217.78,136.61 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 296.0896,40.1276 L 241.3217,15.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="296.0896387701" cy="40.127559970787" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="241.32173123574" cy="15" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 260.5381,145.1969 L 194.0741,103.8500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="260.53806450077" cy="145.19685438893" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="194.07413998369" cy="103.85" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 289.1407,159.0091 L 210.7367,155.3825" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="289.14070147414" cy="159.00911485124" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="210.73669059093" cy="155.3825" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 354.2800,125.5671 L 405.5572,90.6000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="354.28003007621" cy="125.56713388171" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="405.55721972815" cy="90.6" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 326.0563,154.0469 L 391.1841,152.3800" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="326.05634785383" cy="154.04689386561" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="391.18412762951" cy="152.38" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><text x="17" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text x="17" text-length="15.4px" y="34" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text x="17" text-length="38.5px" y="52" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text x="17" text-length="30.8px" y="70" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text x="17" text-length="46.2px" y="88" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text x="142.92173123574" text-length="92.4px" y="19" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla: 4375 (61.3%)</text><text x="104.47413998369" text-length="83.6px" y="107.85" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text><text x="134.33669059093" text-length="70.4px" y="159.3825" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text x="411.55721972815" text-length="61.6px" y="94.6" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text x="397.18412762951" text-length="83.6px" y="156.38" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,16.0000 L 2.0000,2.0000 L 16.0000,2.0000 L 16.0000,16.0000 L 2.0000,16.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_3"/><path d=" M 2.0000,34.0000 L 2.0000,20.0000 L 16.0000,20.0000 L 16.0000,34.0000 L 2.0000,34.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_5"/><path d=" M 2.0000,52.0000 L 2.0000,38.0000 L 16.0000,38.0000 L 16.0000,52.0000 L 2.0000,52.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_7"/><path d=" M 2.0000,70.0000 L 2.0000,56.0000 L 16.0000,56.0000 L 16.0000,70.0000 L 2.0000,70.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_9"/><path d=" M 2.0000,88.0000 L 2.0000,74.0000 L 16.0000,74.0000 L 16.0000,88.0000 L 2.0000,88.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_11"/><path d="M 300.00,100.00 L 217.78,136.61 A 90.00,90.00 0 1,1 386.28,125.60 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_13"/><path d="M 300.00,100.00 L 217.78,136.61 A 90.00,90.00 0 1,1 386.28,125.60 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_14"/><path d="M 300.00,100.00 L 386.28,125.60 A 90.00,90.00 0 0,1 374.69,150.22 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_15"/><path d="M 300.00,100.00 L 386.28,125.60 A 90.00,90.00 0 0,1 374.69,150.22 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_16"/><path d="M 300.00,100.00 L 374.69,150.22 A 90.00,90.00 0 0,1 292.77,189.71 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_17"/><path d="M 300.00,100.00 L 374.69,150.22 A 90.00,90.00 0 0,1 292.77,189.71 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_18"/><path d="M 300.00,100.00 L 292.77,189.71 A 90.00,90.00 0 0,1 274.82,186.40 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_19"/><path d="M 300.00,100.00 L 292.77,189.71 A 90.00,90.00 0 0,1 274.82,186.40 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_20"/><path d="M 300.00,100.00 L 274.82,186.40 A 90.00,90.00 0 0,1 217.78,136.61 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_21"/><path d="M 300.00,100.00 L 274.82,186.40 A 90.00,90.00 0 0,1 217.78,136.61 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_22"/><path d=" M 296.0896,40.1276 L 241.3217,15.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_23"/><ellipse cx="296.0896387701" cy="40.127559970787" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_24"/><ellipse cx="241.32173123574" cy="15" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_25"/><path d=" M 260.5381,145.1969 L 194.0741,103.8500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_27"/><ellipse cx="260.53806450077" cy="145.19685438893" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_28"/><ellipse cx="194.07413998369" cy="103.85" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_29"/><path d=" M 289.1407,159.0091 L 210.7367,155.3825" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_31"/><ellipse cx="289.14070147414" cy="159.00911485124" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_32"/><ellipse cx="210.73669059093" cy="155.3825" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_33"/><path d=" M 354.2800,125.5671 L 405.5572,90.6000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_35"/><ellipse cx="354.28003007621" cy="125.56713388171" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_36"/><ellipse cx="405.55721972815" cy="90.6" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_37"/><path d=" M 326.0563,154.0469 L 391.1841,152.3800" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_39"/><ellipse cx="326.05634785383" cy="154.04689386561" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_40"/><ellipse cx="391.18412762951" cy="152.38" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_41"/><text id="ezcGraphTextBox_4" x="17" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text id="ezcGraphTextBox_6" x="17" text-length="15.4px" y="34" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text id="ezcGraphTextBox_8" x="17" text-length="38.5px" y="52" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text id="ezcGraphTextBox_10" x="17" text-length="30.8px" y="70" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text id="ezcGraphTextBox_12" x="17" text-length="46.2px" y="88" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text id="ezcGraphTextBox_26" x="142.92173123574" text-length="92.4px" y="19" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla: 4375 (61.3%)</text><text id="ezcGraphTextBox_30" x="104.47413998369" text-length="83.6px" y="107.85" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text><text id="ezcGraphTextBox_34" x="134.33669059093" text-length="70.4px" y="159.3825" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text id="ezcGraphTextBox_38" x="411.55721972815" text-length="61.6px" y="94.6" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text id="ezcGraphTextBox_42" x="397.18412762951" text-length="83.6px" y="156.38" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer2dTest_testRenderPieChartWithTextureBackground.svg b/tests/data/compare/ezcGraphRenderer2dTest_testRenderPieChartWithTextureBackground.svg
index bd507ee..273ac1f 100644
--- a/tests/data/compare/ezcGraphRenderer2dTest_testRenderPieChartWithTextureBackground.svg
+++ b/tests/data/compare/ezcGraphRenderer2dTest_testRenderPieChartWithTextureBackground.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #ffffff; fill-opacity: 0.13; stroke: none;"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><path d=" M 2.0000,16.0000 L 2.0000,2.0000 L 16.0000,2.0000 L 16.0000,16.0000 L 2.0000,16.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,34.0000 L 2.0000,20.0000 L 16.0000,20.0000 L 16.0000,34.0000 L 2.0000,34.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,52.0000 L 2.0000,38.0000 L 16.0000,38.0000 L 16.0000,52.0000 L 2.0000,52.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,70.0000 L 2.0000,56.0000 L 16.0000,56.0000 L 16.0000,70.0000 L 2.0000,70.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,88.0000 L 2.0000,74.0000 L 16.0000,74.0000 L 16.0000,88.0000 L 2.0000,88.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,100.00 L 390.00,100.00 A 90.00,90.00 0 1,1 231.59,41.52 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,100.00 L 390.00,100.00 A 90.00,90.00 0 1,1 231.59,41.52 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,100.00 L 231.59,41.52 A 90.00,90.00 0 0,1 252.20,23.75 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,100.00 L 231.59,41.52 A 90.00,90.00 0 0,1 252.20,23.75 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,100.00 L 252.20,23.75 A 90.00,90.00 0 0,1 343.09,20.99 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,100.00 L 252.20,23.75 A 90.00,90.00 0 0,1 343.09,20.99 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,100.00 L 343.09,20.99 A 90.00,90.00 0 0,1 358.15,31.31 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,100.00 L 343.09,20.99 A 90.00,90.00 0 0,1 358.15,31.31 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,100.00 L 358.15,31.31 A 90.00,90.00 0 0,1 390.00,100.00 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,100.00 L 358.15,31.31 A 90.00,90.00 0 0,1 390.00,100.00 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 298.1792,40.0276 L 241.3217,15.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="298.17919395494" cy="40.027634152501" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="241.32173123574" cy="15" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 260.8118,54.5656 L 210.4835,45.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="260.81181529129" cy="54.565583758172" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="210.48353455755" cy="45" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 279.2200,156.2867 L 197.6303,126.7000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="279.21997746908" cy="156.28668282653" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="197.63034710034" cy="126.7" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 333.9216,50.5094 L 358.6783,15.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="333.92163212695" cy="50.509365796709" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="358.67826876426" cy="15" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 354.4335,74.7612 L 390.4218,46.4000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="354.43348875685" cy="74.761234147486" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="390.42179813295" cy="46.4" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><text x="17" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text x="17" text-length="15.4px" y="34" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text x="17" text-length="38.5px" y="52" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text x="17" text-length="30.8px" y="70" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text x="17" text-length="46.2px" y="88" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text x="141.27173123574" text-length="94.05px" y="19.5" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text><text x="135.18353455755" text-length="69.3px" y="49.5" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text x="152.03034710034" text-length="39.6px" y="126.65" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla:</text><text x="132.23034710034" text-length="59.4px" y="136.55" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">4375 (61.3%)</text><text x="364.67826876426" text-length="79.2px" y="19.5" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text x="396.42179813295" text-length="94.05px" y="50.9" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #ffffff; fill-opacity: 0.13; stroke: none;" id="ezcGraphPolygon_1"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_2"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_3"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_4"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_5"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_6"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_7"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_8"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_9"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_10"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_11"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_12"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_13"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_14"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_15"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_16"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_17"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_18"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_19"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_20"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_21"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_22"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_23"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_24"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_25"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_26"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_27"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_28"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_29"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_30"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_31"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_32"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_33"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_34"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_35"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_36"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_37"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_38"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_39"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_40"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_41"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_42"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_43"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_44"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_45"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_46"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_47"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_48"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_49"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_50"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_51"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_52"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_53"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_54"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_55"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_56"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_57"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_58"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_59"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_60"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_61"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_62"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_63"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_64"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_65"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_66"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_67"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_68"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_69"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_70"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_71"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_72"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_73"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_74"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_75"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_76"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_77"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_78"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_79"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_80"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_81"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_82"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_83"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_84"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_85"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_86"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_87"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_88"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_89"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_90"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_91"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_92"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_93"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_94"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_95"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_96"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_97"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_98"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_99"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_100"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_101"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_102"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_103"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_104"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_105"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_106"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_107"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_108"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_109"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_110"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_111"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_112"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_113"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_114"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_115"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_116"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_117"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_118"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_119"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_120"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_121"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_122"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_123"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_124"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_125"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_126"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_127"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_128"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_129"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_130"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_131"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_132"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_133"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_134"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_135"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_136"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_137"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_138"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_139"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_140"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_141"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_142"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_143"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_144"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_145"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_146"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_147"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_148"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_149"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_150"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_151"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_152"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_153"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_154"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_155"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_156"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_157"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_158"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_159"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_160"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_161"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_162"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_163"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_164"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_165"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_166"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_167"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_168"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_169"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_170"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_171"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_172"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_173"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_174"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_175"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_176"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_177"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_178"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_179"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_180"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_181"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_182"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_183"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_184"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_185"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_186"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_187"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_188"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_189"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_190"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_191"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_192"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_193"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_194"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_195"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_196"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_197"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_198"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_199"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_200"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_201"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_202"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_203"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_204"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_205"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_206"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_207"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_208"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_209"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_210"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_211"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_212"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_213"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_214"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_215"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_216"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_217"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_218"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_219"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_220"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_221"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_222"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_223"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_224"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_225"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_226"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_227"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_228"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_229"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_230"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_231"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_232"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_233"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_234"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_235"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_236"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_237"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_238"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_239"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_240"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_241"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_242"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_243"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_244"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_245"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_246"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_247"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_248"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_249"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_250"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_251"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_252"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_253"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_254"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_255"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_256"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_257"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_258"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_259"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_260"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_261"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_262"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_263"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_264"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_265"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_266"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_267"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_268"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_269"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_270"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_271"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_272"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_273"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_274"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_275"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_276"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_277"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_278"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_279"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_280"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_281"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_282"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_283"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_284"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_285"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_286"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_287"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_288"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_289"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_290"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_291"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_292"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_293"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_294"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_295"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_296"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_297"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_298"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_299"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_300"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_301"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_302"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_303"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_304"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_305"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_306"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_307"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_308"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_309"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_310"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_311"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_312"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_313"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_314"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_315"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_316"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_317"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_318"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_319"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_320"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_321"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_322"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_323"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_324"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_325"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_326"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_327"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_328"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_329"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_330"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_331"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_332"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_333"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_334"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_335"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_336"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_337"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_338"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_339"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_340"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_341"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_342"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_343"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_344"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_345"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_346"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_347"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_348"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_349"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_350"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_351"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_352"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_353"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_354"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_355"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_356"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_357"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_358"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_359"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_360"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_361"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_362"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_363"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_364"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_365"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_366"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_367"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_368"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_369"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_370"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_371"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_372"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_373"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_374"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_375"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_376"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_377"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_378"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_379"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_380"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_381"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_382"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_383"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_384"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_385"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_386"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_387"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_388"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_389"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_390"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_391"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_392"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_393"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_394"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_395"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_396"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_397"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_398"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_399"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_400"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_401"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_402"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_403"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_404"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_405"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_406"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_407"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_408"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_409"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_410"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_411"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_412"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_413"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_414"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_415"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_416"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_417"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_418"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_419"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_420"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_421"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_422"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_423"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_424"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_425"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_426"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_427"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_428"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_429"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_430"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_431"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_432"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_433"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_434"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_435"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_436"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_437"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_438"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_439"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_440"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_441"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_442"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_443"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_444"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_445"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_446"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_447"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_448"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_449"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_450"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_451"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_452"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_453"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_454"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_455"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_456"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_457"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_458"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_459"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_460"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_461"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_462"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_463"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_464"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_465"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_466"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_467"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_468"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_469"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_470"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_471"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_472"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_473"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_474"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_475"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_476"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_477"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_478"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_479"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_480"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_481"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_482"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_483"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_484"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_485"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_486"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_487"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_488"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_489"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_490"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_491"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_492"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_493"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_494"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_495"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_496"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_497"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_498"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_499"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_500"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_501"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_502"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_503"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_504"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_505"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_506"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_507"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_508"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_509"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_510"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_511"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_512"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_513"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_514"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_515"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_516"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_517"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_518"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_519"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_520"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_521"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_522"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_523"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_524"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_525"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_526"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_527"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_528"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_529"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_530"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_531"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_532"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_533"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_534"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_535"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_536"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_537"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_538"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_539"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_540"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_541"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_542"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_543"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_544"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_545"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_546"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_547"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_548"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_549"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_550"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_551"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_552"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_553"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_554"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_555"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_556"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_557"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_558"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_559"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_560"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_561"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_562"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_563"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_564"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_565"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_566"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_567"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_568"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_569"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_570"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_571"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_572"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_573"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_574"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_575"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_576"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_577"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_578"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_579"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_580"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_581"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_582"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_583"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_584"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_585"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_586"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_587"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_588"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_589"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_590"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_591"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_592"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_593"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_594"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_595"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_596"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_597"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_598"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_599"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_600"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_601"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_602"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_603"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_604"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_605"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_606"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_607"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_608"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_609"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_610"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_611"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_612"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_613"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_614"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_615"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_616"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_617"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_618"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_619"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_620"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_621"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_622"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_623"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_624"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_625"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_626"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_627"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_628"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_629"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_630"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_631"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_632"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_633"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_634"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_635"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_636"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_637"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_638"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_639"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_640"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_641"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_642"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_643"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_644"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_645"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_646"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_647"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_648"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_649"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_650"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_651"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_652"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_653"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_654"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_655"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_656"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_657"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_658"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_659"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_660"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_661"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_662"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_663"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_664"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_665"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_666"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_667"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_668"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_669"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_670"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_671"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_672"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_673"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_674"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_675"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_676"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_677"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_678"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_679"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_680"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_681"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_682"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_683"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_684"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_685"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_686"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_687"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_688"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_689"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_690"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_691"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_692"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_693"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_694"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_695"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_696"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_697"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_698"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_699"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_700"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_701"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_702"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_703"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_704"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_705"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_706"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_707"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_708"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_709"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_710"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_711"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_712"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_713"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_714"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_715"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_716"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_717"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_718"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_719"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_720"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_721"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_722"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_723"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_724"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_725"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_726"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_727"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_728"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_729"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_730"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_731"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_732"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_733"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_734"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_735"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_736"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_737"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_738"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_739"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_740"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_741"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_742"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_743"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_744"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_745"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_746"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_747"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_748"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_749"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_750"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_751"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_752"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_753"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_754"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_755"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_756"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_757"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_758"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_759"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_760"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_761"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_762"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_763"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_764"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_765"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_766"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_767"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_768"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_769"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_770"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_771"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_772"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_773"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_774"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_775"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_776"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_777"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_778"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_779"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_780"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_781"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_782"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_783"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_784"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_785"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_786"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_787"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_788"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_789"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_790"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_791"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_792"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_793"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_794"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_795"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_796"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_797"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_798"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_799"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_800"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_801"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_802"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_803"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_804"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_805"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_806"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_807"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_808"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_809"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_810"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_811"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_812"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_813"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_814"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_815"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_816"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_817"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_818"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_819"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_820"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_821"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="0" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_822"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="10" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_823"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="20" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_824"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="30" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_825"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="40" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_826"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="50" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_827"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="60" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_828"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="70" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_829"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="80" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_830"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="90" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_831"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="100" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_832"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="110" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_833"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="120" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_834"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="130" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_835"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="140" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_836"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="150" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_837"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="160" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_838"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="170" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_839"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="180" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_840"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_841"/><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_842"/><path d=" M 2.0000,16.0000 L 2.0000,2.0000 L 16.0000,2.0000 L 16.0000,16.0000 L 2.0000,16.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_843"/><path d=" M 2.0000,34.0000 L 2.0000,20.0000 L 16.0000,20.0000 L 16.0000,34.0000 L 2.0000,34.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_845"/><path d=" M 2.0000,52.0000 L 2.0000,38.0000 L 16.0000,38.0000 L 16.0000,52.0000 L 2.0000,52.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_847"/><path d=" M 2.0000,70.0000 L 2.0000,56.0000 L 16.0000,56.0000 L 16.0000,70.0000 L 2.0000,70.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_849"/><path d=" M 2.0000,88.0000 L 2.0000,74.0000 L 16.0000,74.0000 L 16.0000,88.0000 L 2.0000,88.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_851"/><path d="M 300.00,100.00 L 390.00,100.00 A 90.00,90.00 0 1,1 231.59,41.52 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_853"/><path d="M 300.00,100.00 L 390.00,100.00 A 90.00,90.00 0 1,1 231.59,41.52 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_854"/><path d="M 300.00,100.00 L 231.59,41.52 A 90.00,90.00 0 0,1 252.20,23.75 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_855"/><path d="M 300.00,100.00 L 231.59,41.52 A 90.00,90.00 0 0,1 252.20,23.75 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_856"/><path d="M 300.00,100.00 L 252.20,23.75 A 90.00,90.00 0 0,1 343.09,20.99 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_857"/><path d="M 300.00,100.00 L 252.20,23.75 A 90.00,90.00 0 0,1 343.09,20.99 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_858"/><path d="M 300.00,100.00 L 343.09,20.99 A 90.00,90.00 0 0,1 358.15,31.31 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_859"/><path d="M 300.00,100.00 L 343.09,20.99 A 90.00,90.00 0 0,1 358.15,31.31 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_860"/><path d="M 300.00,100.00 L 358.15,31.31 A 90.00,90.00 0 0,1 390.00,100.00 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_861"/><path d="M 300.00,100.00 L 358.15,31.31 A 90.00,90.00 0 0,1 390.00,100.00 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_862"/><path d=" M 298.1792,40.0276 L 241.3217,15.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_863"/><ellipse cx="298.17919395494" cy="40.027634152501" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_864"/><ellipse cx="241.32173123574" cy="15" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_865"/><path d=" M 260.8118,54.5656 L 210.4835,45.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_867"/><ellipse cx="260.81181529129" cy="54.565583758172" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_868"/><ellipse cx="210.48353455755" cy="45" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_869"/><path d=" M 279.2200,156.2867 L 197.6303,126.7000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_871"/><ellipse cx="279.21997746908" cy="156.28668282653" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_872"/><ellipse cx="197.63034710034" cy="126.7" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_873"/><path d=" M 333.9216,50.5094 L 358.6783,15.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_875"/><ellipse cx="333.92163212695" cy="50.509365796709" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_876"/><ellipse cx="358.67826876426" cy="15" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_877"/><path d=" M 354.4335,74.7612 L 390.4218,46.4000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_879"/><ellipse cx="354.43348875685" cy="74.761234147486" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_880"/><ellipse cx="390.42179813295" cy="46.4" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_881"/><text id="ezcGraphTextBox_844" x="17" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text id="ezcGraphTextBox_846" x="17" text-length="15.4px" y="34" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text id="ezcGraphTextBox_848" x="17" text-length="38.5px" y="52" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text id="ezcGraphTextBox_850" x="17" text-length="30.8px" y="70" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text id="ezcGraphTextBox_852" x="17" text-length="46.2px" y="88" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text id="ezcGraphTextBox_866" x="141.27173123574" text-length="94.05px" y="19.5" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text><text id="ezcGraphTextBox_870" x="135.18353455755" text-length="69.3px" y="49.5" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text id="ezcGraphTextBox_874" x="152.03034710034" text-length="39.6px" y="126.65" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla:</text><text id="ezcGraphTextBox_874" x="132.23034710034" text-length="59.4px" y="136.55" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">4375 (61.3%)</text><text id="ezcGraphTextBox_878" x="364.67826876426" text-length="79.2px" y="19.5" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text id="ezcGraphTextBox_882" x="396.42179813295" text-length="94.05px" y="50.9" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChart.svg b/tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChart.svg
index e881c7f..1e08eaf 100644
--- a/tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChart.svg
+++ b/tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChart.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 99.0000,1.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 98.0000,2.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><ellipse cx="11" cy="11" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 100.0000,182.0000 L 120.0000,162.0000 L 500.0000,162.0000 L 480.0000,182.0000 L 100.0000,182.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 120.0000,162.0000 L 500.0000,162.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 492.0000,166.0000 L 500.0000,162.0000 L 492.0000,158.0000 L 492.0000,166.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 138.0000,200.0000 L 158.0000,180.0000 L 158.0000,0.0000 L 138.0000,20.0000 L 138.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 158.0000,180.0000 L 158.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 155.5000,5.0000 L 158.0000,0.0000 L 160.5000,5.0000 L 155.5000,5.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 234.0000,162.0000 L 234.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 214.0000,179.3000 L 234.0000,159.3000 L 234.0000,162.0000 L 214.0000,182.0000 L 214.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 214.0000,179.3000 L 234.0000,159.3000 L 234.0000,162.0000 L 214.0000,182.0000 L 214.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 310.0000,162.0000 L 310.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 290.0000,179.3000 L 310.0000,159.3000 L 310.0000,162.0000 L 290.0000,182.0000 L 290.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 290.0000,179.3000 L 310.0000,159.3000 L 310.0000,162.0000 L 290.0000,182.0000 L 290.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 386.0000,162.0000 L 386.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 366.0000,179.3000 L 386.0000,159.3000 L 386.0000,162.0000 L 366.0000,182.0000 L 366.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 366.0000,179.3000 L 386.0000,159.3000 L 386.0000,162.0000 L 366.0000,182.0000 L 366.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,162.0000 L 462.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 442.0000,179.3000 L 462.0000,159.3000 L 462.0000,162.0000 L 442.0000,182.0000 L 442.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 442.0000,179.3000 L 462.0000,159.3000 L 462.0000,162.0000 L 442.0000,182.0000 L 442.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,114.4800 L 158.0000,114.4800" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,134.0000 L 158.0000,114.0000 L 160.8500,114.0000 L 140.8500,134.0000 L 138.0000,134.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 138.0000,134.0000 L 158.0000,114.0000 L 160.8500,114.0000 L 140.8500,134.0000 L 138.0000,134.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,65.5200 L 158.0000,65.5200" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,86.0000 L 158.0000,66.0000 L 160.8500,66.0000 L 140.8500,86.0000 L 138.0000,86.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 138.0000,86.0000 L 158.0000,66.0000 L 160.8500,66.0000 L 140.8500,86.0000 L 138.0000,86.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,18.0000 L 158.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,38.0000 L 158.0000,18.0000 L 160.8500,18.0000 L 140.8500,38.0000 L 138.0000,38.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 138.0000,38.0000 L 158.0000,18.0000 L 160.8500,18.0000 L 140.8500,38.0000 L 138.0000,38.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 148.0000,127.0720 L 158.0000,117.0720 L 158.0000,117.0720 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 148.0000,127.0720 L 158.0000,117.0720 L 158.0000,117.0720 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 148.0000,172.0000 L 148.0000,127.0720 L 224.0000,167.9680 L 224.0000,172.0000 L 148.0000,172.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;"/><path d=" M 234.0000,162.0000 L 234.0000,157.9680 L 224.0000,167.9680 L 224.0000,172.0000 L 234.0000,162.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 224.0000,167.9680 L 234.0000,157.9680 L 158.0000,117.0720 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 224.0000,167.9680 L 234.0000,157.9680 L 158.0000,117.0720 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 224.0000,172.0000 L 224.0000,167.9680 L 300.0000,109.7920 L 300.0000,172.0000 L 224.0000,172.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;"/><path d=" M 310.0000,162.0000 L 310.0000,99.7920 L 300.0000,109.7920 L 300.0000,172.0000 L 310.0000,162.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;"/><path d=" M 234.0000,157.9680 L 224.0000,167.9680 L 300.0000,109.7920 L 310.0000,99.7920 L 234.0000,157.9680 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 234.0000,157.9680 L 224.0000,167.9680 L 300.0000,109.7920 L 310.0000,99.7920 L 234.0000,157.9680 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 300.0000,172.0000 L 300.0000,109.7920 L 376.0000,148.9600 L 376.0000,172.0000 L 300.0000,172.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;"/><path d=" M 386.0000,162.0000 L 386.0000,138.9600 L 376.0000,148.9600 L 376.0000,172.0000 L 386.0000,162.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;"/><path d=" M 310.0000,99.7920 L 300.0000,109.7920 L 376.0000,148.9600 L 386.0000,138.9600 L 310.0000,99.7920 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 310.0000,99.7920 L 300.0000,109.7920 L 376.0000,148.9600 L 386.0000,138.9600 L 310.0000,99.7920 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 376.0000,172.0000 L 376.0000,148.9600 L 452.0000,171.8080 L 452.0000,172.0000 L 376.0000,172.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;"/><path d=" M 462.0000,162.0000 L 462.0000,161.8080 L 452.0000,171.8080 L 452.0000,172.0000 L 462.0000,162.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;"/><path d=" M 386.0000,138.9600 L 376.0000,148.9600 L 452.0000,171.8080 L 462.0000,161.8080 L 386.0000,138.9600 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 386.0000,138.9600 L 376.0000,148.9600 L 452.0000,171.8080 L 462.0000,161.8080 L 386.0000,138.9600 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 138.0000,77.7440 L 148.0000,67.7440 L 148.0000,67.7440 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 138.0000,77.7440 L 148.0000,67.7440 L 148.0000,67.7440 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,182.0000 L 138.0000,77.7440 L 214.0000,137.0720 L 214.0000,182.0000 L 138.0000,182.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;"/><path d=" M 224.0000,172.0000 L 224.0000,127.0720 L 214.0000,137.0720 L 214.0000,182.0000 L 224.0000,172.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 214.0000,137.0720 L 224.0000,127.0720 L 148.0000,67.7440 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 214.0000,137.0720 L 224.0000,127.0720 L 148.0000,67.7440 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 214.0000,182.0000 L 214.0000,137.0720 L 290.0000,124.7840 L 290.0000,182.0000 L 214.0000,182.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;"/><path d=" M 300.0000,172.0000 L 300.0000,114.7840 L 290.0000,124.7840 L 290.0000,182.0000 L 300.0000,172.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;"/><path d=" M 224.0000,127.0720 L 214.0000,137.0720 L 290.0000,124.7840 L 300.0000,114.7840 L 224.0000,127.0720 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 224.0000,127.0720 L 214.0000,137.0720 L 290.0000,124.7840 L 300.0000,114.7840 L 224.0000,127.0720 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 290.0000,182.0000 L 290.0000,124.7840 L 366.0000,181.0400 L 366.0000,182.0000 L 290.0000,182.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;"/><path d=" M 376.0000,172.0000 L 376.0000,171.0400 L 366.0000,181.0400 L 366.0000,182.0000 L 376.0000,172.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;"/><path d=" M 300.0000,114.7840 L 290.0000,124.7840 L 366.0000,181.0400 L 376.0000,171.0400 L 300.0000,114.7840 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 300.0000,114.7840 L 290.0000,124.7840 L 366.0000,181.0400 L 376.0000,171.0400 L 300.0000,114.7840 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 366.0000,182.0000 L 366.0000,181.0400 L 442.0000,64.3040 L 442.0000,182.0000 L 366.0000,182.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;"/><path d=" M 452.0000,172.0000 L 452.0000,54.3040 L 442.0000,64.3040 L 442.0000,182.0000 L 452.0000,172.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;"/><path d=" M 376.0000,171.0400 L 366.0000,181.0400 L 442.0000,64.3040 L 452.0000,54.3040 L 376.0000,171.0400 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 376.0000,171.0400 L 366.0000,181.0400 L 442.0000,64.3040 L 452.0000,54.3040 L 376.0000,171.0400 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="158" cy="117.072" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="234" cy="157.968" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="310" cy="99.792" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="386" cy="138.96" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="462" cy="161.808" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="148" cy="67.744" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="224" cy="127.072" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="300" cy="114.784" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="376" cy="171.04" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="452" cy="54.304" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 500.0000,162.0000 L 480.0000,182.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 480.0000,182.0000 L 100.0000,182.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 100.0000,182.0000 L 120.0000,162.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 158.0000,0.0000 L 138.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,20.0000 L 138.0000,200.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,200.0000 L 158.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><text x="19" text-length="46.2px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text x="182.32" text-length="63.36px" y="198.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text x="258.32" text-length="63.36px" y="198.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text x="334.32" text-length="63.36px" y="198.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text x="410.32" text-length="63.36px" y="198.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text x="128.18" text-length="7.92px" y="180.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text x="112.34" text-length="23.76px" y="132.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text x="112.34" text-length="23.76px" y="84.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text x="112.34" text-length="23.76px" y="54.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 99.0000,1.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 98.0000,2.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_3"/><ellipse cx="11" cy="11" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_4"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_6"/><path d=" M 100.0000,182.0000 L 120.0000,162.0000 L 500.0000,162.0000 L 480.0000,182.0000 L 100.0000,182.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_8"/><path d=" M 120.0000,162.0000 L 500.0000,162.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_9"/><path d=" M 492.0000,166.0000 L 500.0000,162.0000 L 492.0000,158.0000 L 492.0000,166.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_10"/><path d=" M 138.0000,200.0000 L 158.0000,180.0000 L 158.0000,0.0000 L 138.0000,20.0000 L 138.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_11"/><path d=" M 158.0000,180.0000 L 158.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_12"/><path d=" M 155.5000,5.0000 L 158.0000,0.0000 L 160.5000,5.0000 L 155.5000,5.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_13"/><path d=" M 234.0000,162.0000 L 234.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_14"/><path d=" M 214.0000,179.3000 L 234.0000,159.3000 L 234.0000,162.0000 L 214.0000,182.0000 L 214.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_15"/><path d=" M 214.0000,179.3000 L 234.0000,159.3000 L 234.0000,162.0000 L 214.0000,182.0000 L 214.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_16"/><path d=" M 310.0000,162.0000 L 310.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_18"/><path d=" M 290.0000,179.3000 L 310.0000,159.3000 L 310.0000,162.0000 L 290.0000,182.0000 L 290.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_19"/><path d=" M 290.0000,179.3000 L 310.0000,159.3000 L 310.0000,162.0000 L 290.0000,182.0000 L 290.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_20"/><path d=" M 386.0000,162.0000 L 386.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_22"/><path d=" M 366.0000,179.3000 L 386.0000,159.3000 L 386.0000,162.0000 L 366.0000,182.0000 L 366.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_23"/><path d=" M 366.0000,179.3000 L 386.0000,159.3000 L 386.0000,162.0000 L 366.0000,182.0000 L 366.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_24"/><path d=" M 462.0000,162.0000 L 462.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_26"/><path d=" M 442.0000,179.3000 L 462.0000,159.3000 L 462.0000,162.0000 L 442.0000,182.0000 L 442.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_27"/><path d=" M 442.0000,179.3000 L 462.0000,159.3000 L 462.0000,162.0000 L 442.0000,182.0000 L 442.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_28"/><path d=" M 462.0000,114.4800 L 158.0000,114.4800" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_31"/><path d=" M 138.0000,134.0000 L 158.0000,114.0000 L 160.8500,114.0000 L 140.8500,134.0000 L 138.0000,134.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_32"/><path d=" M 138.0000,134.0000 L 158.0000,114.0000 L 160.8500,114.0000 L 140.8500,134.0000 L 138.0000,134.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_33"/><path d=" M 462.0000,65.5200 L 158.0000,65.5200" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_35"/><path d=" M 138.0000,86.0000 L 158.0000,66.0000 L 160.8500,66.0000 L 140.8500,86.0000 L 138.0000,86.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_36"/><path d=" M 138.0000,86.0000 L 158.0000,66.0000 L 160.8500,66.0000 L 140.8500,86.0000 L 138.0000,86.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_37"/><path d=" M 462.0000,18.0000 L 158.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_39"/><path d=" M 138.0000,38.0000 L 158.0000,18.0000 L 160.8500,18.0000 L 140.8500,38.0000 L 138.0000,38.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_40"/><path d=" M 138.0000,38.0000 L 158.0000,18.0000 L 160.8500,18.0000 L 140.8500,38.0000 L 138.0000,38.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_41"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 148.0000,127.0720 L 158.0000,117.0720 L 158.0000,117.0720 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_43"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 148.0000,127.0720 L 158.0000,117.0720 L 158.0000,117.0720 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_44"/><path d=" M 148.0000,172.0000 L 148.0000,127.0720 L 224.0000,167.9680 L 224.0000,172.0000 L 148.0000,172.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_45"/><path d=" M 234.0000,162.0000 L 234.0000,157.9680 L 224.0000,167.9680 L 224.0000,172.0000 L 234.0000,162.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_46"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 224.0000,167.9680 L 234.0000,157.9680 L 158.0000,117.0720 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_47"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 224.0000,167.9680 L 234.0000,157.9680 L 158.0000,117.0720 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_48"/><path d=" M 224.0000,172.0000 L 224.0000,167.9680 L 300.0000,109.7920 L 300.0000,172.0000 L 224.0000,172.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_49"/><path d=" M 310.0000,162.0000 L 310.0000,99.7920 L 300.0000,109.7920 L 300.0000,172.0000 L 310.0000,162.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_50"/><path d=" M 234.0000,157.9680 L 224.0000,167.9680 L 300.0000,109.7920 L 310.0000,99.7920 L 234.0000,157.9680 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_51"/><path d=" M 234.0000,157.9680 L 224.0000,167.9680 L 300.0000,109.7920 L 310.0000,99.7920 L 234.0000,157.9680 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_52"/><path d=" M 300.0000,172.0000 L 300.0000,109.7920 L 376.0000,148.9600 L 376.0000,172.0000 L 300.0000,172.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_53"/><path d=" M 386.0000,162.0000 L 386.0000,138.9600 L 376.0000,148.9600 L 376.0000,172.0000 L 386.0000,162.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_54"/><path d=" M 310.0000,99.7920 L 300.0000,109.7920 L 376.0000,148.9600 L 386.0000,138.9600 L 310.0000,99.7920 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_55"/><path d=" M 310.0000,99.7920 L 300.0000,109.7920 L 376.0000,148.9600 L 386.0000,138.9600 L 310.0000,99.7920 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_56"/><path d=" M 376.0000,172.0000 L 376.0000,148.9600 L 452.0000,171.8080 L 452.0000,172.0000 L 376.0000,172.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_57"/><path d=" M 462.0000,162.0000 L 462.0000,161.8080 L 452.0000,171.8080 L 452.0000,172.0000 L 462.0000,162.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_58"/><path d=" M 386.0000,138.9600 L 376.0000,148.9600 L 452.0000,171.8080 L 462.0000,161.8080 L 386.0000,138.9600 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_59"/><path d=" M 386.0000,138.9600 L 376.0000,148.9600 L 452.0000,171.8080 L 462.0000,161.8080 L 386.0000,138.9600 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_60"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 138.0000,77.7440 L 148.0000,67.7440 L 148.0000,67.7440 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_61"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 138.0000,77.7440 L 148.0000,67.7440 L 148.0000,67.7440 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_62"/><path d=" M 138.0000,182.0000 L 138.0000,77.7440 L 214.0000,137.0720 L 214.0000,182.0000 L 138.0000,182.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_63"/><path d=" M 224.0000,172.0000 L 224.0000,127.0720 L 214.0000,137.0720 L 214.0000,182.0000 L 224.0000,172.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_64"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 214.0000,137.0720 L 224.0000,127.0720 L 148.0000,67.7440 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_65"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 214.0000,137.0720 L 224.0000,127.0720 L 148.0000,67.7440 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_66"/><path d=" M 214.0000,182.0000 L 214.0000,137.0720 L 290.0000,124.7840 L 290.0000,182.0000 L 214.0000,182.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_67"/><path d=" M 300.0000,172.0000 L 300.0000,114.7840 L 290.0000,124.7840 L 290.0000,182.0000 L 300.0000,172.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_68"/><path d=" M 224.0000,127.0720 L 214.0000,137.0720 L 290.0000,124.7840 L 300.0000,114.7840 L 224.0000,127.0720 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_69"/><path d=" M 224.0000,127.0720 L 214.0000,137.0720 L 290.0000,124.7840 L 300.0000,114.7840 L 224.0000,127.0720 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_70"/><path d=" M 290.0000,182.0000 L 290.0000,124.7840 L 366.0000,181.0400 L 366.0000,182.0000 L 290.0000,182.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_71"/><path d=" M 376.0000,172.0000 L 376.0000,171.0400 L 366.0000,181.0400 L 366.0000,182.0000 L 376.0000,172.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_72"/><path d=" M 300.0000,114.7840 L 290.0000,124.7840 L 366.0000,181.0400 L 376.0000,171.0400 L 300.0000,114.7840 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_73"/><path d=" M 300.0000,114.7840 L 290.0000,124.7840 L 366.0000,181.0400 L 376.0000,171.0400 L 300.0000,114.7840 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_74"/><path d=" M 366.0000,182.0000 L 366.0000,181.0400 L 442.0000,64.3040 L 442.0000,182.0000 L 366.0000,182.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_75"/><path d=" M 452.0000,172.0000 L 452.0000,54.3040 L 442.0000,64.3040 L 442.0000,182.0000 L 452.0000,172.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_76"/><path d=" M 376.0000,171.0400 L 366.0000,181.0400 L 442.0000,64.3040 L 452.0000,54.3040 L 376.0000,171.0400 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_77"/><path d=" M 376.0000,171.0400 L 366.0000,181.0400 L 442.0000,64.3040 L 452.0000,54.3040 L 376.0000,171.0400 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_78"/><ellipse cx="158" cy="117.072" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_79"/><ellipse cx="234" cy="157.968" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_80"/><ellipse cx="310" cy="99.792" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_81"/><ellipse cx="386" cy="138.96" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_82"/><ellipse cx="462" cy="161.808" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_83"/><ellipse cx="148" cy="67.744" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_84"/><ellipse cx="224" cy="127.072" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_85"/><ellipse cx="300" cy="114.784" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_86"/><ellipse cx="376" cy="171.04" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_87"/><ellipse cx="452" cy="54.304" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_88"/><path d=" M 500.0000,162.0000 L 480.0000,182.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_89"/><path d=" M 480.0000,182.0000 L 100.0000,182.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_90"/><path d=" M 100.0000,182.0000 L 120.0000,162.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_91"/><path d=" M 158.0000,0.0000 L 138.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_92"/><path d=" M 138.0000,20.0000 L 138.0000,200.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_93"/><path d=" M 138.0000,200.0000 L 158.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_94"/><text id="ezcGraphTextBox_5" x="19" text-length="46.2px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text id="ezcGraphTextBox_7" x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text id="ezcGraphTextBox_17" x="182.32" text-length="63.36px" y="198.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text id="ezcGraphTextBox_21" x="258.32" text-length="63.36px" y="198.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text id="ezcGraphTextBox_25" x="334.32" text-length="63.36px" y="198.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text id="ezcGraphTextBox_29" x="410.32" text-length="63.36px" y="198.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text id="ezcGraphTextBox_30" x="128.18" text-length="7.92px" y="180.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text id="ezcGraphTextBox_34" x="112.34" text-length="23.76px" y="132.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text id="ezcGraphTextBox_38" x="112.34" text-length="23.76px" y="84.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text id="ezcGraphTextBox_42" x="112.34" text-length="23.76px" y="54.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChartNonFilledAxis.svg b/tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChartNonFilledAxis.svg
index b885b4f..3f7e0bc 100644
--- a/tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChartNonFilledAxis.svg
+++ b/tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChartNonFilledAxis.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 99.0000,1.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 98.0000,2.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><ellipse cx="11" cy="11" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 100.0000,182.0000 L 120.0000,162.0000 L 500.0000,162.0000 L 480.0000,182.0000 L 100.0000,182.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 120.0000,162.0000 L 500.0000,162.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 492.0000,166.0000 L 500.0000,162.0000 L 492.0000,158.0000 L 492.0000,166.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 138.0000,200.0000 L 158.0000,180.0000 L 158.0000,0.0000 L 138.0000,20.0000 L 138.0000,200.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 158.0000,180.0000 L 158.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 155.5000,5.0000 L 158.0000,0.0000 L 160.5000,5.0000 L 155.5000,5.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 234.0000,162.0000 L 234.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 214.0000,179.3000 L 234.0000,159.3000 L 234.0000,162.0000 L 214.0000,182.0000 L 214.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 310.0000,162.0000 L 310.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 290.0000,179.3000 L 310.0000,159.3000 L 310.0000,162.0000 L 290.0000,182.0000 L 290.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 386.0000,162.0000 L 386.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 366.0000,179.3000 L 386.0000,159.3000 L 386.0000,162.0000 L 366.0000,182.0000 L 366.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,162.0000 L 462.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 442.0000,179.3000 L 462.0000,159.3000 L 462.0000,162.0000 L 442.0000,182.0000 L 442.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,114.4800 L 158.0000,114.4800" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,134.0000 L 158.0000,114.0000 L 160.8500,114.0000 L 140.8500,134.0000 L 138.0000,134.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,65.5200 L 158.0000,65.5200" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,86.0000 L 158.0000,66.0000 L 160.8500,66.0000 L 140.8500,86.0000 L 138.0000,86.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,18.0000 L 158.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,38.0000 L 158.0000,18.0000 L 160.8500,18.0000 L 140.8500,38.0000 L 138.0000,38.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 148.0000,127.0720 L 158.0000,117.0720 L 158.0000,117.0720 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 148.0000,127.0720 L 158.0000,117.0720 L 158.0000,117.0720 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 224.0000,167.9680 L 234.0000,157.9680 L 158.0000,117.0720 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 224.0000,167.9680 L 234.0000,157.9680 L 158.0000,117.0720 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 234.0000,157.9680 L 224.0000,167.9680 L 300.0000,109.7920 L 310.0000,99.7920 L 234.0000,157.9680 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 234.0000,157.9680 L 224.0000,167.9680 L 300.0000,109.7920 L 310.0000,99.7920 L 234.0000,157.9680 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 310.0000,99.7920 L 300.0000,109.7920 L 376.0000,148.9600 L 386.0000,138.9600 L 310.0000,99.7920 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 310.0000,99.7920 L 300.0000,109.7920 L 376.0000,148.9600 L 386.0000,138.9600 L 310.0000,99.7920 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 386.0000,138.9600 L 376.0000,148.9600 L 452.0000,171.8080 L 462.0000,161.8080 L 386.0000,138.9600 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 386.0000,138.9600 L 376.0000,148.9600 L 452.0000,171.8080 L 462.0000,161.8080 L 386.0000,138.9600 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 138.0000,77.7440 L 148.0000,67.7440 L 148.0000,67.7440 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 138.0000,77.7440 L 148.0000,67.7440 L 148.0000,67.7440 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 214.0000,137.0720 L 224.0000,127.0720 L 148.0000,67.7440 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 214.0000,137.0720 L 224.0000,127.0720 L 148.0000,67.7440 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 224.0000,127.0720 L 214.0000,137.0720 L 290.0000,124.7840 L 300.0000,114.7840 L 224.0000,127.0720 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 224.0000,127.0720 L 214.0000,137.0720 L 290.0000,124.7840 L 300.0000,114.7840 L 224.0000,127.0720 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 300.0000,114.7840 L 290.0000,124.7840 L 366.0000,181.0400 L 376.0000,171.0400 L 300.0000,114.7840 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 300.0000,114.7840 L 290.0000,124.7840 L 366.0000,181.0400 L 376.0000,171.0400 L 300.0000,114.7840 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 376.0000,171.0400 L 366.0000,181.0400 L 442.0000,64.3040 L 452.0000,54.3040 L 376.0000,171.0400 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 376.0000,171.0400 L 366.0000,181.0400 L 442.0000,64.3040 L 452.0000,54.3040 L 376.0000,171.0400 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="158" cy="117.072" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="234" cy="157.968" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="310" cy="99.792" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="386" cy="138.96" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="462" cy="161.808" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="148" cy="67.744" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="224" cy="127.072" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="300" cy="114.784" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="376" cy="171.04" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="452" cy="54.304" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 500.0000,162.0000 L 480.0000,182.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 480.0000,182.0000 L 100.0000,182.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 100.0000,182.0000 L 120.0000,162.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 158.0000,0.0000 L 138.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,20.0000 L 138.0000,200.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,200.0000 L 158.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><text x="19" text-length="46.2px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text x="182.32" text-length="63.36px" y="198.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text x="258.32" text-length="63.36px" y="198.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text x="334.32" text-length="63.36px" y="198.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text x="410.32" text-length="63.36px" y="198.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text x="128.18" text-length="7.92px" y="180.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text x="112.34" text-length="23.76px" y="132.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text x="112.34" text-length="23.76px" y="84.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text x="112.34" text-length="23.76px" y="54.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 99.0000,1.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 98.0000,2.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_3"/><ellipse cx="11" cy="11" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_4"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_6"/><path d=" M 100.0000,182.0000 L 120.0000,162.0000 L 500.0000,162.0000 L 480.0000,182.0000 L 100.0000,182.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_8"/><path d=" M 120.0000,162.0000 L 500.0000,162.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_9"/><path d=" M 492.0000,166.0000 L 500.0000,162.0000 L 492.0000,158.0000 L 492.0000,166.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_10"/><path d=" M 138.0000,200.0000 L 158.0000,180.0000 L 158.0000,0.0000 L 138.0000,20.0000 L 138.0000,200.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_11"/><path d=" M 158.0000,180.0000 L 158.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_12"/><path d=" M 155.5000,5.0000 L 158.0000,0.0000 L 160.5000,5.0000 L 155.5000,5.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_13"/><path d=" M 234.0000,162.0000 L 234.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_14"/><path d=" M 214.0000,179.3000 L 234.0000,159.3000 L 234.0000,162.0000 L 214.0000,182.0000 L 214.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_15"/><path d=" M 310.0000,162.0000 L 310.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_17"/><path d=" M 290.0000,179.3000 L 310.0000,159.3000 L 310.0000,162.0000 L 290.0000,182.0000 L 290.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_18"/><path d=" M 386.0000,162.0000 L 386.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_20"/><path d=" M 366.0000,179.3000 L 386.0000,159.3000 L 386.0000,162.0000 L 366.0000,182.0000 L 366.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_21"/><path d=" M 462.0000,162.0000 L 462.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_23"/><path d=" M 442.0000,179.3000 L 462.0000,159.3000 L 462.0000,162.0000 L 442.0000,182.0000 L 442.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_24"/><path d=" M 462.0000,114.4800 L 158.0000,114.4800" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_27"/><path d=" M 138.0000,134.0000 L 158.0000,114.0000 L 160.8500,114.0000 L 140.8500,134.0000 L 138.0000,134.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_28"/><path d=" M 462.0000,65.5200 L 158.0000,65.5200" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_30"/><path d=" M 138.0000,86.0000 L 158.0000,66.0000 L 160.8500,66.0000 L 140.8500,86.0000 L 138.0000,86.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_31"/><path d=" M 462.0000,18.0000 L 158.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_33"/><path d=" M 138.0000,38.0000 L 158.0000,18.0000 L 160.8500,18.0000 L 140.8500,38.0000 L 138.0000,38.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_34"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 148.0000,127.0720 L 158.0000,117.0720 L 158.0000,117.0720 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_36"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 148.0000,127.0720 L 158.0000,117.0720 L 158.0000,117.0720 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_37"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 224.0000,167.9680 L 234.0000,157.9680 L 158.0000,117.0720 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_38"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 224.0000,167.9680 L 234.0000,157.9680 L 158.0000,117.0720 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_39"/><path d=" M 234.0000,157.9680 L 224.0000,167.9680 L 300.0000,109.7920 L 310.0000,99.7920 L 234.0000,157.9680 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_40"/><path d=" M 234.0000,157.9680 L 224.0000,167.9680 L 300.0000,109.7920 L 310.0000,99.7920 L 234.0000,157.9680 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_41"/><path d=" M 310.0000,99.7920 L 300.0000,109.7920 L 376.0000,148.9600 L 386.0000,138.9600 L 310.0000,99.7920 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_42"/><path d=" M 310.0000,99.7920 L 300.0000,109.7920 L 376.0000,148.9600 L 386.0000,138.9600 L 310.0000,99.7920 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_43"/><path d=" M 386.0000,138.9600 L 376.0000,148.9600 L 452.0000,171.8080 L 462.0000,161.8080 L 386.0000,138.9600 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_44"/><path d=" M 386.0000,138.9600 L 376.0000,148.9600 L 452.0000,171.8080 L 462.0000,161.8080 L 386.0000,138.9600 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_45"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 138.0000,77.7440 L 148.0000,67.7440 L 148.0000,67.7440 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_46"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 138.0000,77.7440 L 148.0000,67.7440 L 148.0000,67.7440 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_47"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 214.0000,137.0720 L 224.0000,127.0720 L 148.0000,67.7440 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_48"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 214.0000,137.0720 L 224.0000,127.0720 L 148.0000,67.7440 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_49"/><path d=" M 224.0000,127.0720 L 214.0000,137.0720 L 290.0000,124.7840 L 300.0000,114.7840 L 224.0000,127.0720 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_50"/><path d=" M 224.0000,127.0720 L 214.0000,137.0720 L 290.0000,124.7840 L 300.0000,114.7840 L 224.0000,127.0720 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_51"/><path d=" M 300.0000,114.7840 L 290.0000,124.7840 L 366.0000,181.0400 L 376.0000,171.0400 L 300.0000,114.7840 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_52"/><path d=" M 300.0000,114.7840 L 290.0000,124.7840 L 366.0000,181.0400 L 376.0000,171.0400 L 300.0000,114.7840 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_53"/><path d=" M 376.0000,171.0400 L 366.0000,181.0400 L 442.0000,64.3040 L 452.0000,54.3040 L 376.0000,171.0400 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_54"/><path d=" M 376.0000,171.0400 L 366.0000,181.0400 L 442.0000,64.3040 L 452.0000,54.3040 L 376.0000,171.0400 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_55"/><ellipse cx="158" cy="117.072" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_56"/><ellipse cx="234" cy="157.968" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_57"/><ellipse cx="310" cy="99.792" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_58"/><ellipse cx="386" cy="138.96" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_59"/><ellipse cx="462" cy="161.808" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_60"/><ellipse cx="148" cy="67.744" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_61"/><ellipse cx="224" cy="127.072" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_62"/><ellipse cx="300" cy="114.784" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_63"/><ellipse cx="376" cy="171.04" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_64"/><ellipse cx="452" cy="54.304" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_65"/><path d=" M 500.0000,162.0000 L 480.0000,182.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_66"/><path d=" M 480.0000,182.0000 L 100.0000,182.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_67"/><path d=" M 100.0000,182.0000 L 120.0000,162.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_68"/><path d=" M 158.0000,0.0000 L 138.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_69"/><path d=" M 138.0000,20.0000 L 138.0000,200.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_70"/><path d=" M 138.0000,200.0000 L 158.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_71"/><text id="ezcGraphTextBox_5" x="19" text-length="46.2px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text id="ezcGraphTextBox_7" x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text id="ezcGraphTextBox_16" x="182.32" text-length="63.36px" y="198.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text id="ezcGraphTextBox_19" x="258.32" text-length="63.36px" y="198.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text id="ezcGraphTextBox_22" x="334.32" text-length="63.36px" y="198.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text id="ezcGraphTextBox_25" x="410.32" text-length="63.36px" y="198.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text id="ezcGraphTextBox_26" x="128.18" text-length="7.92px" y="180.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text id="ezcGraphTextBox_29" x="112.34" text-length="23.76px" y="132.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text id="ezcGraphTextBox_32" x="112.34" text-length="23.76px" y="84.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text id="ezcGraphTextBox_35" x="112.34" text-length="23.76px" y="54.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChartNonFilledGrid.svg b/tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChartNonFilledGrid.svg
index 98f5aee..0e9790b 100644
--- a/tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChartNonFilledGrid.svg
+++ b/tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChartNonFilledGrid.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 99.0000,1.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 98.0000,2.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><ellipse cx="11" cy="11" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 100.0000,182.0000 L 120.0000,162.0000 L 500.0000,162.0000 L 480.0000,182.0000 L 100.0000,182.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 120.0000,162.0000 L 500.0000,162.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 492.0000,166.0000 L 500.0000,162.0000 L 492.0000,158.0000 L 492.0000,166.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 138.0000,200.0000 L 158.0000,180.0000 L 158.0000,0.0000 L 138.0000,20.0000 L 138.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 158.0000,180.0000 L 158.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 155.5000,5.0000 L 158.0000,0.0000 L 160.5000,5.0000 L 155.5000,5.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 234.0000,18.0000 L 214.0000,38.0000 L 214.0000,182.0000 L 234.0000,162.0000 L 234.0000,18.0000 z " style="fill: #888a85; fill-opacity: 1.00; stroke: none;"/><path d=" M 234.0000,162.0000 L 234.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 214.0000,179.3000 L 234.0000,159.3000 L 234.0000,162.0000 L 214.0000,182.0000 L 214.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 214.0000,179.3000 L 234.0000,159.3000 L 234.0000,162.0000 L 214.0000,182.0000 L 214.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 310.0000,18.0000 L 290.0000,38.0000 L 290.0000,182.0000 L 310.0000,162.0000 L 310.0000,18.0000 z " style="fill: #888a85; fill-opacity: 1.00; stroke: none;"/><path d=" M 310.0000,162.0000 L 310.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 290.0000,179.3000 L 310.0000,159.3000 L 310.0000,162.0000 L 290.0000,182.0000 L 290.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 290.0000,179.3000 L 310.0000,159.3000 L 310.0000,162.0000 L 290.0000,182.0000 L 290.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 386.0000,18.0000 L 366.0000,38.0000 L 366.0000,182.0000 L 386.0000,162.0000 L 386.0000,18.0000 z " style="fill: #888a85; fill-opacity: 1.00; stroke: none;"/><path d=" M 386.0000,162.0000 L 386.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 366.0000,179.3000 L 386.0000,159.3000 L 386.0000,162.0000 L 366.0000,182.0000 L 366.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 366.0000,179.3000 L 386.0000,159.3000 L 386.0000,162.0000 L 366.0000,182.0000 L 366.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,18.0000 L 442.0000,38.0000 L 442.0000,182.0000 L 462.0000,162.0000 L 462.0000,18.0000 z " style="fill: #888a85; fill-opacity: 1.00; stroke: none;"/><path d=" M 462.0000,162.0000 L 462.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 442.0000,179.3000 L 462.0000,159.3000 L 462.0000,162.0000 L 442.0000,182.0000 L 442.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 442.0000,179.3000 L 462.0000,159.3000 L 462.0000,162.0000 L 442.0000,182.0000 L 442.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 158.0000,114.4800 L 138.0000,134.4800 L 442.0000,134.4800 L 462.0000,114.4800 L 158.0000,114.4800 z " style="fill: #888a85; fill-opacity: 1.00; stroke: none;"/><path d=" M 462.0000,114.4800 L 158.0000,114.4800" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,134.0000 L 158.0000,114.0000 L 160.8500,114.0000 L 140.8500,134.0000 L 138.0000,134.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 138.0000,134.0000 L 158.0000,114.0000 L 160.8500,114.0000 L 140.8500,134.0000 L 138.0000,134.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 158.0000,65.5200 L 138.0000,85.5200 L 442.0000,85.5200 L 462.0000,65.5200 L 158.0000,65.5200 z " style="fill: #888a85; fill-opacity: 1.00; stroke: none;"/><path d=" M 462.0000,65.5200 L 158.0000,65.5200" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,86.0000 L 158.0000,66.0000 L 160.8500,66.0000 L 140.8500,86.0000 L 138.0000,86.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 138.0000,86.0000 L 158.0000,66.0000 L 160.8500,66.0000 L 140.8500,86.0000 L 138.0000,86.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 158.0000,18.0000 L 138.0000,38.0000 L 442.0000,38.0000 L 462.0000,18.0000 L 158.0000,18.0000 z " style="fill: #888a85; fill-opacity: 1.00; stroke: none;"/><path d=" M 462.0000,18.0000 L 158.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,38.0000 L 158.0000,18.0000 L 160.8500,18.0000 L 140.8500,38.0000 L 138.0000,38.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 138.0000,38.0000 L 158.0000,18.0000 L 160.8500,18.0000 L 140.8500,38.0000 L 138.0000,38.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 148.0000,127.0720 L 158.0000,117.0720 L 158.0000,117.0720 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 148.0000,127.0720 L 158.0000,117.0720 L 158.0000,117.0720 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 224.0000,167.9680 L 234.0000,157.9680 L 158.0000,117.0720 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 224.0000,167.9680 L 234.0000,157.9680 L 158.0000,117.0720 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 234.0000,157.9680 L 224.0000,167.9680 L 300.0000,109.7920 L 310.0000,99.7920 L 234.0000,157.9680 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 234.0000,157.9680 L 224.0000,167.9680 L 300.0000,109.7920 L 310.0000,99.7920 L 234.0000,157.9680 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 310.0000,99.7920 L 300.0000,109.7920 L 376.0000,148.9600 L 386.0000,138.9600 L 310.0000,99.7920 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 310.0000,99.7920 L 300.0000,109.7920 L 376.0000,148.9600 L 386.0000,138.9600 L 310.0000,99.7920 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 386.0000,138.9600 L 376.0000,148.9600 L 452.0000,171.8080 L 462.0000,161.8080 L 386.0000,138.9600 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 386.0000,138.9600 L 376.0000,148.9600 L 452.0000,171.8080 L 462.0000,161.8080 L 386.0000,138.9600 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 138.0000,77.7440 L 148.0000,67.7440 L 148.0000,67.7440 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 138.0000,77.7440 L 148.0000,67.7440 L 148.0000,67.7440 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 214.0000,137.0720 L 224.0000,127.0720 L 148.0000,67.7440 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 214.0000,137.0720 L 224.0000,127.0720 L 148.0000,67.7440 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 224.0000,127.0720 L 214.0000,137.0720 L 290.0000,124.7840 L 300.0000,114.7840 L 224.0000,127.0720 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 224.0000,127.0720 L 214.0000,137.0720 L 290.0000,124.7840 L 300.0000,114.7840 L 224.0000,127.0720 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 300.0000,114.7840 L 290.0000,124.7840 L 366.0000,181.0400 L 376.0000,171.0400 L 300.0000,114.7840 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 300.0000,114.7840 L 290.0000,124.7840 L 366.0000,181.0400 L 376.0000,171.0400 L 300.0000,114.7840 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 376.0000,171.0400 L 366.0000,181.0400 L 442.0000,64.3040 L 452.0000,54.3040 L 376.0000,171.0400 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 376.0000,171.0400 L 366.0000,181.0400 L 442.0000,64.3040 L 452.0000,54.3040 L 376.0000,171.0400 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="158" cy="117.072" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="234" cy="157.968" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="310" cy="99.792" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="386" cy="138.96" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="462" cy="161.808" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="148" cy="67.744" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="224" cy="127.072" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="300" cy="114.784" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="376" cy="171.04" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="452" cy="54.304" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 500.0000,162.0000 L 480.0000,182.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 480.0000,182.0000 L 100.0000,182.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 100.0000,182.0000 L 120.0000,162.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 158.0000,0.0000 L 138.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,20.0000 L 138.0000,200.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,200.0000 L 158.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 214.0000,38.0000 L 214.0000,182.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 214.0000,182.0000 L 234.0000,162.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 234.0000,18.0000 L 214.0000,38.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 290.0000,38.0000 L 290.0000,182.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 290.0000,182.0000 L 310.0000,162.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 310.0000,18.0000 L 290.0000,38.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 366.0000,38.0000 L 366.0000,182.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 366.0000,182.0000 L 386.0000,162.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 386.0000,18.0000 L 366.0000,38.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 442.0000,38.0000 L 442.0000,182.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 442.0000,182.0000 L 462.0000,162.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,18.0000 L 442.0000,38.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,134.4800 L 442.0000,134.4800" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 442.0000,134.4800 L 462.0000,114.4800" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 158.0000,114.4800 L 138.0000,134.4800" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,85.5200 L 442.0000,85.5200" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 442.0000,85.5200 L 462.0000,65.5200" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 158.0000,65.5200 L 138.0000,85.5200" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,38.0000 L 442.0000,38.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 442.0000,38.0000 L 462.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 158.0000,18.0000 L 138.0000,38.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><text x="19" text-length="46.2px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text x="182.32" text-length="63.36px" y="198.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text x="258.32" text-length="63.36px" y="198.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text x="334.32" text-length="63.36px" y="198.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text x="410.32" text-length="63.36px" y="198.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text x="128.18" text-length="7.92px" y="180.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text x="112.34" text-length="23.76px" y="132.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text x="112.34" text-length="23.76px" y="84.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text x="112.34" text-length="23.76px" y="54.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 99.0000,1.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 98.0000,2.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_3"/><ellipse cx="11" cy="11" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_4"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_6"/><path d=" M 100.0000,182.0000 L 120.0000,162.0000 L 500.0000,162.0000 L 480.0000,182.0000 L 100.0000,182.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_8"/><path d=" M 120.0000,162.0000 L 500.0000,162.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_9"/><path d=" M 492.0000,166.0000 L 500.0000,162.0000 L 492.0000,158.0000 L 492.0000,166.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_10"/><path d=" M 138.0000,200.0000 L 158.0000,180.0000 L 158.0000,0.0000 L 138.0000,20.0000 L 138.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_11"/><path d=" M 158.0000,180.0000 L 158.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_12"/><path d=" M 155.5000,5.0000 L 158.0000,0.0000 L 160.5000,5.0000 L 155.5000,5.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_13"/><path d=" M 234.0000,18.0000 L 214.0000,38.0000 L 214.0000,182.0000 L 234.0000,162.0000 L 234.0000,18.0000 z " style="fill: #888a85; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_14"/><path d=" M 234.0000,162.0000 L 234.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_15"/><path d=" M 214.0000,179.3000 L 234.0000,159.3000 L 234.0000,162.0000 L 214.0000,182.0000 L 214.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_16"/><path d=" M 214.0000,179.3000 L 234.0000,159.3000 L 234.0000,162.0000 L 214.0000,182.0000 L 214.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_17"/><path d=" M 310.0000,18.0000 L 290.0000,38.0000 L 290.0000,182.0000 L 310.0000,162.0000 L 310.0000,18.0000 z " style="fill: #888a85; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_19"/><path d=" M 310.0000,162.0000 L 310.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_20"/><path d=" M 290.0000,179.3000 L 310.0000,159.3000 L 310.0000,162.0000 L 290.0000,182.0000 L 290.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_21"/><path d=" M 290.0000,179.3000 L 310.0000,159.3000 L 310.0000,162.0000 L 290.0000,182.0000 L 290.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_22"/><path d=" M 386.0000,18.0000 L 366.0000,38.0000 L 366.0000,182.0000 L 386.0000,162.0000 L 386.0000,18.0000 z " style="fill: #888a85; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_24"/><path d=" M 386.0000,162.0000 L 386.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_25"/><path d=" M 366.0000,179.3000 L 386.0000,159.3000 L 386.0000,162.0000 L 366.0000,182.0000 L 366.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_26"/><path d=" M 366.0000,179.3000 L 386.0000,159.3000 L 386.0000,162.0000 L 366.0000,182.0000 L 366.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_27"/><path d=" M 462.0000,18.0000 L 442.0000,38.0000 L 442.0000,182.0000 L 462.0000,162.0000 L 462.0000,18.0000 z " style="fill: #888a85; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_29"/><path d=" M 462.0000,162.0000 L 462.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_30"/><path d=" M 442.0000,179.3000 L 462.0000,159.3000 L 462.0000,162.0000 L 442.0000,182.0000 L 442.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_31"/><path d=" M 442.0000,179.3000 L 462.0000,159.3000 L 462.0000,162.0000 L 442.0000,182.0000 L 442.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_32"/><path d=" M 158.0000,114.4800 L 138.0000,134.4800 L 442.0000,134.4800 L 462.0000,114.4800 L 158.0000,114.4800 z " style="fill: #888a85; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_35"/><path d=" M 462.0000,114.4800 L 158.0000,114.4800" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_36"/><path d=" M 138.0000,134.0000 L 158.0000,114.0000 L 160.8500,114.0000 L 140.8500,134.0000 L 138.0000,134.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_37"/><path d=" M 138.0000,134.0000 L 158.0000,114.0000 L 160.8500,114.0000 L 140.8500,134.0000 L 138.0000,134.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_38"/><path d=" M 158.0000,65.5200 L 138.0000,85.5200 L 442.0000,85.5200 L 462.0000,65.5200 L 158.0000,65.5200 z " style="fill: #888a85; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_40"/><path d=" M 462.0000,65.5200 L 158.0000,65.5200" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_41"/><path d=" M 138.0000,86.0000 L 158.0000,66.0000 L 160.8500,66.0000 L 140.8500,86.0000 L 138.0000,86.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_42"/><path d=" M 138.0000,86.0000 L 158.0000,66.0000 L 160.8500,66.0000 L 140.8500,86.0000 L 138.0000,86.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_43"/><path d=" M 158.0000,18.0000 L 138.0000,38.0000 L 442.0000,38.0000 L 462.0000,18.0000 L 158.0000,18.0000 z " style="fill: #888a85; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_45"/><path d=" M 462.0000,18.0000 L 158.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_46"/><path d=" M 138.0000,38.0000 L 158.0000,18.0000 L 160.8500,18.0000 L 140.8500,38.0000 L 138.0000,38.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_47"/><path d=" M 138.0000,38.0000 L 158.0000,18.0000 L 160.8500,18.0000 L 140.8500,38.0000 L 138.0000,38.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_48"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 148.0000,127.0720 L 158.0000,117.0720 L 158.0000,117.0720 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_50"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 148.0000,127.0720 L 158.0000,117.0720 L 158.0000,117.0720 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_51"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 224.0000,167.9680 L 234.0000,157.9680 L 158.0000,117.0720 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_52"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 224.0000,167.9680 L 234.0000,157.9680 L 158.0000,117.0720 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_53"/><path d=" M 234.0000,157.9680 L 224.0000,167.9680 L 300.0000,109.7920 L 310.0000,99.7920 L 234.0000,157.9680 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_54"/><path d=" M 234.0000,157.9680 L 224.0000,167.9680 L 300.0000,109.7920 L 310.0000,99.7920 L 234.0000,157.9680 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_55"/><path d=" M 310.0000,99.7920 L 300.0000,109.7920 L 376.0000,148.9600 L 386.0000,138.9600 L 310.0000,99.7920 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_56"/><path d=" M 310.0000,99.7920 L 300.0000,109.7920 L 376.0000,148.9600 L 386.0000,138.9600 L 310.0000,99.7920 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_57"/><path d=" M 386.0000,138.9600 L 376.0000,148.9600 L 452.0000,171.8080 L 462.0000,161.8080 L 386.0000,138.9600 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_58"/><path d=" M 386.0000,138.9600 L 376.0000,148.9600 L 452.0000,171.8080 L 462.0000,161.8080 L 386.0000,138.9600 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_59"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 138.0000,77.7440 L 148.0000,67.7440 L 148.0000,67.7440 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_60"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 138.0000,77.7440 L 148.0000,67.7440 L 148.0000,67.7440 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_61"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 214.0000,137.0720 L 224.0000,127.0720 L 148.0000,67.7440 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_62"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 214.0000,137.0720 L 224.0000,127.0720 L 148.0000,67.7440 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_63"/><path d=" M 224.0000,127.0720 L 214.0000,137.0720 L 290.0000,124.7840 L 300.0000,114.7840 L 224.0000,127.0720 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_64"/><path d=" M 224.0000,127.0720 L 214.0000,137.0720 L 290.0000,124.7840 L 300.0000,114.7840 L 224.0000,127.0720 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_65"/><path d=" M 300.0000,114.7840 L 290.0000,124.7840 L 366.0000,181.0400 L 376.0000,171.0400 L 300.0000,114.7840 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_66"/><path d=" M 300.0000,114.7840 L 290.0000,124.7840 L 366.0000,181.0400 L 376.0000,171.0400 L 300.0000,114.7840 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_67"/><path d=" M 376.0000,171.0400 L 366.0000,181.0400 L 442.0000,64.3040 L 452.0000,54.3040 L 376.0000,171.0400 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_68"/><path d=" M 376.0000,171.0400 L 366.0000,181.0400 L 442.0000,64.3040 L 452.0000,54.3040 L 376.0000,171.0400 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_69"/><ellipse cx="158" cy="117.072" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_70"/><ellipse cx="234" cy="157.968" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_71"/><ellipse cx="310" cy="99.792" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_72"/><ellipse cx="386" cy="138.96" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_73"/><ellipse cx="462" cy="161.808" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_74"/><ellipse cx="148" cy="67.744" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_75"/><ellipse cx="224" cy="127.072" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_76"/><ellipse cx="300" cy="114.784" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_77"/><ellipse cx="376" cy="171.04" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_78"/><ellipse cx="452" cy="54.304" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_79"/><path d=" M 500.0000,162.0000 L 480.0000,182.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_80"/><path d=" M 480.0000,182.0000 L 100.0000,182.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_81"/><path d=" M 100.0000,182.0000 L 120.0000,162.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_82"/><path d=" M 158.0000,0.0000 L 138.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_83"/><path d=" M 138.0000,20.0000 L 138.0000,200.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_84"/><path d=" M 138.0000,200.0000 L 158.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_85"/><path d=" M 214.0000,38.0000 L 214.0000,182.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_86"/><path d=" M 214.0000,182.0000 L 234.0000,162.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_87"/><path d=" M 234.0000,18.0000 L 214.0000,38.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_88"/><path d=" M 290.0000,38.0000 L 290.0000,182.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_89"/><path d=" M 290.0000,182.0000 L 310.0000,162.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_90"/><path d=" M 310.0000,18.0000 L 290.0000,38.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_91"/><path d=" M 366.0000,38.0000 L 366.0000,182.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_92"/><path d=" M 366.0000,182.0000 L 386.0000,162.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_93"/><path d=" M 386.0000,18.0000 L 366.0000,38.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_94"/><path d=" M 442.0000,38.0000 L 442.0000,182.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_95"/><path d=" M 442.0000,182.0000 L 462.0000,162.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_96"/><path d=" M 462.0000,18.0000 L 442.0000,38.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_97"/><path d=" M 138.0000,134.4800 L 442.0000,134.4800" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_98"/><path d=" M 442.0000,134.4800 L 462.0000,114.4800" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_99"/><path d=" M 158.0000,114.4800 L 138.0000,134.4800" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_100"/><path d=" M 138.0000,85.5200 L 442.0000,85.5200" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_101"/><path d=" M 442.0000,85.5200 L 462.0000,65.5200" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_102"/><path d=" M 158.0000,65.5200 L 138.0000,85.5200" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_103"/><path d=" M 138.0000,38.0000 L 442.0000,38.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_104"/><path d=" M 442.0000,38.0000 L 462.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_105"/><path d=" M 158.0000,18.0000 L 138.0000,38.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_106"/><text id="ezcGraphTextBox_5" x="19" text-length="46.2px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text id="ezcGraphTextBox_7" x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text id="ezcGraphTextBox_18" x="182.32" text-length="63.36px" y="198.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text id="ezcGraphTextBox_23" x="258.32" text-length="63.36px" y="198.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text id="ezcGraphTextBox_28" x="334.32" text-length="63.36px" y="198.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text id="ezcGraphTextBox_33" x="410.32" text-length="63.36px" y="198.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text id="ezcGraphTextBox_34" x="128.18" text-length="7.92px" y="180.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text id="ezcGraphTextBox_39" x="112.34" text-length="23.76px" y="132.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text id="ezcGraphTextBox_44" x="112.34" text-length="23.76px" y="84.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text id="ezcGraphTextBox_49" x="112.34" text-length="23.76px" y="54.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChartWithAxisIntersection.svg b/tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChartWithAxisIntersection.svg
index 22c0b3f..a15d716 100644
--- a/tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChartWithAxisIntersection.svg
+++ b/tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChartWithAxisIntersection.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 99.0000,1.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 98.0000,2.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><ellipse cx="11" cy="11" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 100.0000,146.0000 L 120.0000,126.0000 L 500.0000,126.0000 L 480.0000,146.0000 L 100.0000,146.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 120.0000,126.0000 L 500.0000,126.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 492.0000,130.0000 L 500.0000,126.0000 L 492.0000,122.0000 L 492.0000,130.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 138.0000,200.0000 L 158.0000,180.0000 L 158.0000,0.0000 L 138.0000,20.0000 L 138.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 158.0000,180.0000 L 158.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 155.5000,5.0000 L 158.0000,0.0000 L 160.5000,5.0000 L 155.5000,5.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 234.0000,162.0000 L 234.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 214.0000,143.3000 L 234.0000,123.3000 L 234.0000,126.0000 L 214.0000,146.0000 L 214.0000,143.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 214.0000,143.3000 L 234.0000,123.3000 L 234.0000,126.0000 L 214.0000,146.0000 L 214.0000,143.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 310.0000,162.0000 L 310.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 290.0000,143.3000 L 310.0000,123.3000 L 310.0000,126.0000 L 290.0000,146.0000 L 290.0000,143.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 290.0000,143.3000 L 310.0000,123.3000 L 310.0000,126.0000 L 290.0000,146.0000 L 290.0000,143.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 386.0000,162.0000 L 386.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 366.0000,143.3000 L 386.0000,123.3000 L 386.0000,126.0000 L 366.0000,146.0000 L 366.0000,143.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 366.0000,143.3000 L 386.0000,123.3000 L 386.0000,126.0000 L 366.0000,146.0000 L 366.0000,143.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,162.0000 L 462.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 442.0000,143.3000 L 462.0000,123.3000 L 462.0000,126.0000 L 442.0000,146.0000 L 442.0000,143.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 442.0000,143.3000 L 462.0000,123.3000 L 462.0000,126.0000 L 442.0000,146.0000 L 442.0000,143.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,162.0000 L 158.0000,162.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,182.0000 L 158.0000,162.0000 L 160.8500,162.0000 L 140.8500,182.0000 L 138.0000,182.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 138.0000,182.0000 L 158.0000,162.0000 L 160.8500,162.0000 L 140.8500,182.0000 L 138.0000,182.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,90.0000 L 158.0000,90.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,110.0000 L 158.0000,90.0000 L 160.8500,90.0000 L 140.8500,110.0000 L 138.0000,110.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 138.0000,110.0000 L 158.0000,90.0000 L 160.8500,90.0000 L 140.8500,110.0000 L 138.0000,110.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,54.0000 L 158.0000,54.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,74.0000 L 158.0000,54.0000 L 160.8500,54.0000 L 140.8500,74.0000 L 138.0000,74.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 138.0000,74.0000 L 158.0000,54.0000 L 160.8500,54.0000 L 140.8500,74.0000 L 138.0000,74.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,18.0000 L 158.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,38.0000 L 158.0000,18.0000 L 160.8500,18.0000 L 140.8500,38.0000 L 138.0000,38.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 138.0000,38.0000 L 158.0000,18.0000 L 160.8500,18.0000 L 140.8500,38.0000 L 138.0000,38.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 158.0000,92.3040 L 148.0000,102.3040 L 148.0000,102.3040 L 158.0000,92.3040 L 158.0000,92.3040 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 158.0000,92.3040 L 148.0000,102.3040 L 148.0000,102.3040 L 158.0000,92.3040 L 158.0000,92.3040 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 194.1922,136.0000 L 148.0000,136.0000 L 148.0000,102.3040 L 194.1922,136.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;"/><path d=" M 194.1922,136.0000 L 224.0000,136.0000 L 224.0000,157.7440 L 194.1922,136.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;"/><path d=" M 234.0000,126.0000 L 234.0000,147.7440 L 224.0000,157.7440 L 224.0000,136.0000 L 234.0000,126.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;"/><path d=" M 158.0000,92.3040 L 148.0000,102.3040 L 224.0000,157.7440 L 234.0000,147.7440 L 158.0000,92.3040 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 158.0000,92.3040 L 148.0000,102.3040 L 224.0000,157.7440 L 234.0000,147.7440 L 158.0000,92.3040 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 248.1600,136.0000 L 224.0000,136.0000 L 224.0000,157.7440 L 248.1600,136.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;"/><path d=" M 248.1600,136.0000 L 300.0000,136.0000 L 300.0000,89.3440 L 248.1600,136.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;"/><path d=" M 310.0000,126.0000 L 310.0000,79.3440 L 300.0000,89.3440 L 300.0000,136.0000 L 310.0000,126.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;"/><path d=" M 234.0000,147.7440 L 224.0000,157.7440 L 300.0000,89.3440 L 310.0000,79.3440 L 234.0000,147.7440 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 234.0000,147.7440 L 224.0000,157.7440 L 300.0000,89.3440 L 310.0000,79.3440 L 234.0000,147.7440 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 355.4595,136.0000 L 300.0000,136.0000 L 300.0000,89.3440 L 355.4595,136.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;"/><path d=" M 355.4595,136.0000 L 376.0000,136.0000 L 376.0000,153.2800 L 355.4595,136.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;"/><path d=" M 386.0000,126.0000 L 386.0000,143.2800 L 376.0000,153.2800 L 376.0000,136.0000 L 386.0000,126.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;"/><path d=" M 310.0000,79.3440 L 300.0000,89.3440 L 376.0000,153.2800 L 386.0000,143.2800 L 310.0000,79.3440 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 310.0000,79.3440 L 300.0000,89.3440 L 376.0000,153.2800 L 386.0000,143.2800 L 310.0000,79.3440 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 451.3719,136.0000 L 376.0000,136.0000 L 376.0000,153.2800 L 451.3719,136.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;"/><path d=" M 451.3719,136.0000 L 452.0000,136.0000 L 452.0000,135.8560 L 451.3719,136.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;"/><path d=" M 462.0000,126.0000 L 462.0000,125.8560 L 452.0000,135.8560 L 452.0000,136.0000 L 462.0000,126.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;"/><path d=" M 386.0000,143.2800 L 376.0000,153.2800 L 452.0000,135.8560 L 462.0000,125.8560 L 386.0000,143.2800 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 386.0000,143.2800 L 376.0000,153.2800 L 452.0000,135.8560 L 462.0000,125.8560 L 386.0000,143.2800 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 148.0000,57.8080 L 138.0000,67.8080 L 138.0000,67.8080 L 148.0000,57.8080 L 148.0000,57.8080 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 148.0000,57.8080 L 138.0000,67.8080 L 138.0000,67.8080 L 148.0000,57.8080 L 148.0000,57.8080 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,146.0000 L 138.0000,67.8080 L 214.0000,112.3040 L 214.0000,146.0000 L 138.0000,146.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;"/><path d=" M 224.0000,136.0000 L 224.0000,102.3040 L 214.0000,112.3040 L 214.0000,146.0000 L 224.0000,136.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;"/><path d=" M 148.0000,57.8080 L 138.0000,67.8080 L 214.0000,112.3040 L 224.0000,102.3040 L 148.0000,57.8080 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 148.0000,57.8080 L 138.0000,67.8080 L 214.0000,112.3040 L 224.0000,102.3040 L 148.0000,57.8080 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 214.0000,146.0000 L 214.0000,112.3040 L 290.0000,103.0880 L 290.0000,146.0000 L 214.0000,146.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;"/><path d=" M 300.0000,136.0000 L 300.0000,93.0880 L 290.0000,103.0880 L 290.0000,146.0000 L 300.0000,136.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;"/><path d=" M 224.0000,102.3040 L 214.0000,112.3040 L 290.0000,103.0880 L 300.0000,93.0880 L 224.0000,102.3040 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 224.0000,102.3040 L 214.0000,112.3040 L 290.0000,103.0880 L 300.0000,93.0880 L 224.0000,102.3040 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 364.7459,146.0000 L 290.0000,146.0000 L 290.0000,103.0880 L 364.7459,146.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;"/><path d=" M 364.7459,146.0000 L 366.0000,146.0000 L 366.0000,146.7200 L 364.7459,146.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;"/><path d=" M 376.0000,136.0000 L 376.0000,136.7200 L 366.0000,146.7200 L 366.0000,146.0000 L 376.0000,136.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;"/><path d=" M 300.0000,93.0880 L 290.0000,103.0880 L 366.0000,146.7200 L 376.0000,136.7200 L 300.0000,93.0880 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 300.0000,93.0880 L 290.0000,103.0880 L 366.0000,146.7200 L 376.0000,136.7200 L 300.0000,93.0880 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 366.0000,146.0000 L 366.0000,146.7200 L 442.0000,163.8560 L 442.0000,146.0000 L 366.0000,146.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;"/><path d=" M 452.0000,136.0000 L 452.0000,153.8560 L 442.0000,163.8560 L 442.0000,146.0000 L 452.0000,136.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;"/><path d=" M 376.0000,136.7200 L 366.0000,146.7200 L 442.0000,163.8560 L 452.0000,153.8560 L 376.0000,136.7200 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 376.0000,136.7200 L 366.0000,146.7200 L 442.0000,163.8560 L 452.0000,153.8560 L 376.0000,136.7200 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="158" cy="92.304" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="234" cy="147.744" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="310" cy="79.344" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="386" cy="143.28" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="462" cy="125.856" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="148" cy="57.808" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="224" cy="102.304" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="300" cy="93.088" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="376" cy="136.72" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="452" cy="153.856" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 500.0000,126.0000 L 480.0000,146.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 480.0000,146.0000 L 100.0000,146.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 100.0000,146.0000 L 120.0000,126.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 158.0000,0.0000 L 138.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,20.0000 L 138.0000,200.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,200.0000 L 158.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><text x="19" text-length="46.2px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text x="182.32" text-length="63.36px" y="162.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text x="258.32" text-length="63.36px" y="162.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text x="334.32" text-length="63.36px" y="162.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text x="410.32" text-length="63.36px" y="162.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text x="104.42" text-length="31.68px" y="180.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">-250</text><text x="128.18" text-length="7.92px" y="144.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text x="112.34" text-length="23.76px" y="108.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text x="112.34" text-length="23.76px" y="72.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text x="112.34" text-length="23.76px" y="54.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 99.0000,1.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 98.0000,2.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_3"/><ellipse cx="11" cy="11" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_4"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_6"/><path d=" M 100.0000,146.0000 L 120.0000,126.0000 L 500.0000,126.0000 L 480.0000,146.0000 L 100.0000,146.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_8"/><path d=" M 120.0000,126.0000 L 500.0000,126.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_9"/><path d=" M 492.0000,130.0000 L 500.0000,126.0000 L 492.0000,122.0000 L 492.0000,130.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_10"/><path d=" M 138.0000,200.0000 L 158.0000,180.0000 L 158.0000,0.0000 L 138.0000,20.0000 L 138.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_11"/><path d=" M 158.0000,180.0000 L 158.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_12"/><path d=" M 155.5000,5.0000 L 158.0000,0.0000 L 160.5000,5.0000 L 155.5000,5.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_13"/><path d=" M 234.0000,162.0000 L 234.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_14"/><path d=" M 214.0000,143.3000 L 234.0000,123.3000 L 234.0000,126.0000 L 214.0000,146.0000 L 214.0000,143.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_15"/><path d=" M 214.0000,143.3000 L 234.0000,123.3000 L 234.0000,126.0000 L 214.0000,146.0000 L 214.0000,143.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_16"/><path d=" M 310.0000,162.0000 L 310.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_18"/><path d=" M 290.0000,143.3000 L 310.0000,123.3000 L 310.0000,126.0000 L 290.0000,146.0000 L 290.0000,143.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_19"/><path d=" M 290.0000,143.3000 L 310.0000,123.3000 L 310.0000,126.0000 L 290.0000,146.0000 L 290.0000,143.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_20"/><path d=" M 386.0000,162.0000 L 386.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_22"/><path d=" M 366.0000,143.3000 L 386.0000,123.3000 L 386.0000,126.0000 L 366.0000,146.0000 L 366.0000,143.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_23"/><path d=" M 366.0000,143.3000 L 386.0000,123.3000 L 386.0000,126.0000 L 366.0000,146.0000 L 366.0000,143.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_24"/><path d=" M 462.0000,162.0000 L 462.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_26"/><path d=" M 442.0000,143.3000 L 462.0000,123.3000 L 462.0000,126.0000 L 442.0000,146.0000 L 442.0000,143.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_27"/><path d=" M 442.0000,143.3000 L 462.0000,123.3000 L 462.0000,126.0000 L 442.0000,146.0000 L 442.0000,143.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_28"/><path d=" M 462.0000,162.0000 L 158.0000,162.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_30"/><path d=" M 138.0000,182.0000 L 158.0000,162.0000 L 160.8500,162.0000 L 140.8500,182.0000 L 138.0000,182.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_31"/><path d=" M 138.0000,182.0000 L 158.0000,162.0000 L 160.8500,162.0000 L 140.8500,182.0000 L 138.0000,182.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_32"/><path d=" M 462.0000,90.0000 L 158.0000,90.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_35"/><path d=" M 138.0000,110.0000 L 158.0000,90.0000 L 160.8500,90.0000 L 140.8500,110.0000 L 138.0000,110.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_36"/><path d=" M 138.0000,110.0000 L 158.0000,90.0000 L 160.8500,90.0000 L 140.8500,110.0000 L 138.0000,110.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_37"/><path d=" M 462.0000,54.0000 L 158.0000,54.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_39"/><path d=" M 138.0000,74.0000 L 158.0000,54.0000 L 160.8500,54.0000 L 140.8500,74.0000 L 138.0000,74.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_40"/><path d=" M 138.0000,74.0000 L 158.0000,54.0000 L 160.8500,54.0000 L 140.8500,74.0000 L 138.0000,74.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_41"/><path d=" M 462.0000,18.0000 L 158.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_43"/><path d=" M 138.0000,38.0000 L 158.0000,18.0000 L 160.8500,18.0000 L 140.8500,38.0000 L 138.0000,38.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_44"/><path d=" M 138.0000,38.0000 L 158.0000,18.0000 L 160.8500,18.0000 L 140.8500,38.0000 L 138.0000,38.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_45"/><path d=" M 158.0000,92.3040 L 148.0000,102.3040 L 148.0000,102.3040 L 158.0000,92.3040 L 158.0000,92.3040 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_47"/><path d=" M 158.0000,92.3040 L 148.0000,102.3040 L 148.0000,102.3040 L 158.0000,92.3040 L 158.0000,92.3040 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_48"/><path d=" M 194.1922,136.0000 L 148.0000,136.0000 L 148.0000,102.3040 L 194.1922,136.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_49"/><path d=" M 194.1922,136.0000 L 224.0000,136.0000 L 224.0000,157.7440 L 194.1922,136.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_50"/><path d=" M 234.0000,126.0000 L 234.0000,147.7440 L 224.0000,157.7440 L 224.0000,136.0000 L 234.0000,126.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_51"/><path d=" M 158.0000,92.3040 L 148.0000,102.3040 L 224.0000,157.7440 L 234.0000,147.7440 L 158.0000,92.3040 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_52"/><path d=" M 158.0000,92.3040 L 148.0000,102.3040 L 224.0000,157.7440 L 234.0000,147.7440 L 158.0000,92.3040 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_53"/><path d=" M 248.1600,136.0000 L 224.0000,136.0000 L 224.0000,157.7440 L 248.1600,136.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_54"/><path d=" M 248.1600,136.0000 L 300.0000,136.0000 L 300.0000,89.3440 L 248.1600,136.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_55"/><path d=" M 310.0000,126.0000 L 310.0000,79.3440 L 300.0000,89.3440 L 300.0000,136.0000 L 310.0000,126.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_56"/><path d=" M 234.0000,147.7440 L 224.0000,157.7440 L 300.0000,89.3440 L 310.0000,79.3440 L 234.0000,147.7440 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_57"/><path d=" M 234.0000,147.7440 L 224.0000,157.7440 L 300.0000,89.3440 L 310.0000,79.3440 L 234.0000,147.7440 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_58"/><path d=" M 355.4595,136.0000 L 300.0000,136.0000 L 300.0000,89.3440 L 355.4595,136.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_59"/><path d=" M 355.4595,136.0000 L 376.0000,136.0000 L 376.0000,153.2800 L 355.4595,136.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_60"/><path d=" M 386.0000,126.0000 L 386.0000,143.2800 L 376.0000,153.2800 L 376.0000,136.0000 L 386.0000,126.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_61"/><path d=" M 310.0000,79.3440 L 300.0000,89.3440 L 376.0000,153.2800 L 386.0000,143.2800 L 310.0000,79.3440 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_62"/><path d=" M 310.0000,79.3440 L 300.0000,89.3440 L 376.0000,153.2800 L 386.0000,143.2800 L 310.0000,79.3440 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_63"/><path d=" M 451.3719,136.0000 L 376.0000,136.0000 L 376.0000,153.2800 L 451.3719,136.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_64"/><path d=" M 451.3719,136.0000 L 452.0000,136.0000 L 452.0000,135.8560 L 451.3719,136.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_65"/><path d=" M 462.0000,126.0000 L 462.0000,125.8560 L 452.0000,135.8560 L 452.0000,136.0000 L 462.0000,126.0000 z " style="fill: #729fcf; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_66"/><path d=" M 386.0000,143.2800 L 376.0000,153.2800 L 452.0000,135.8560 L 462.0000,125.8560 L 386.0000,143.2800 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_67"/><path d=" M 386.0000,143.2800 L 376.0000,153.2800 L 452.0000,135.8560 L 462.0000,125.8560 L 386.0000,143.2800 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_68"/><path d=" M 148.0000,57.8080 L 138.0000,67.8080 L 138.0000,67.8080 L 148.0000,57.8080 L 148.0000,57.8080 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_69"/><path d=" M 148.0000,57.8080 L 138.0000,67.8080 L 138.0000,67.8080 L 148.0000,57.8080 L 148.0000,57.8080 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_70"/><path d=" M 138.0000,146.0000 L 138.0000,67.8080 L 214.0000,112.3040 L 214.0000,146.0000 L 138.0000,146.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_71"/><path d=" M 224.0000,136.0000 L 224.0000,102.3040 L 214.0000,112.3040 L 214.0000,146.0000 L 224.0000,136.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_72"/><path d=" M 148.0000,57.8080 L 138.0000,67.8080 L 214.0000,112.3040 L 224.0000,102.3040 L 148.0000,57.8080 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_73"/><path d=" M 148.0000,57.8080 L 138.0000,67.8080 L 214.0000,112.3040 L 224.0000,102.3040 L 148.0000,57.8080 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_74"/><path d=" M 214.0000,146.0000 L 214.0000,112.3040 L 290.0000,103.0880 L 290.0000,146.0000 L 214.0000,146.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_75"/><path d=" M 300.0000,136.0000 L 300.0000,93.0880 L 290.0000,103.0880 L 290.0000,146.0000 L 300.0000,136.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_76"/><path d=" M 224.0000,102.3040 L 214.0000,112.3040 L 290.0000,103.0880 L 300.0000,93.0880 L 224.0000,102.3040 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_77"/><path d=" M 224.0000,102.3040 L 214.0000,112.3040 L 290.0000,103.0880 L 300.0000,93.0880 L 224.0000,102.3040 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_78"/><path d=" M 364.7459,146.0000 L 290.0000,146.0000 L 290.0000,103.0880 L 364.7459,146.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_79"/><path d=" M 364.7459,146.0000 L 366.0000,146.0000 L 366.0000,146.7200 L 364.7459,146.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_80"/><path d=" M 376.0000,136.0000 L 376.0000,136.7200 L 366.0000,146.7200 L 366.0000,146.0000 L 376.0000,136.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_81"/><path d=" M 300.0000,93.0880 L 290.0000,103.0880 L 366.0000,146.7200 L 376.0000,136.7200 L 300.0000,93.0880 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_82"/><path d=" M 300.0000,93.0880 L 290.0000,103.0880 L 366.0000,146.7200 L 376.0000,136.7200 L 300.0000,93.0880 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_83"/><path d=" M 366.0000,146.0000 L 366.0000,146.7200 L 442.0000,163.8560 L 442.0000,146.0000 L 366.0000,146.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_84"/><path d=" M 452.0000,136.0000 L 452.0000,153.8560 L 442.0000,163.8560 L 442.0000,146.0000 L 452.0000,136.0000 z " style="fill: #ef2929; fill-opacity: 0.22; stroke: none;" id="ezcGraphPolygon_85"/><path d=" M 376.0000,136.7200 L 366.0000,146.7200 L 442.0000,163.8560 L 452.0000,153.8560 L 376.0000,136.7200 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_86"/><path d=" M 376.0000,136.7200 L 366.0000,146.7200 L 442.0000,163.8560 L 452.0000,153.8560 L 376.0000,136.7200 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_87"/><ellipse cx="158" cy="92.304" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_88"/><ellipse cx="234" cy="147.744" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_89"/><ellipse cx="310" cy="79.344" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_90"/><ellipse cx="386" cy="143.28" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_91"/><ellipse cx="462" cy="125.856" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_92"/><ellipse cx="148" cy="57.808" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_93"/><ellipse cx="224" cy="102.304" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_94"/><ellipse cx="300" cy="93.088" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_95"/><ellipse cx="376" cy="136.72" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_96"/><ellipse cx="452" cy="153.856" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_97"/><path d=" M 500.0000,126.0000 L 480.0000,146.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_98"/><path d=" M 480.0000,146.0000 L 100.0000,146.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_99"/><path d=" M 100.0000,146.0000 L 120.0000,126.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_100"/><path d=" M 158.0000,0.0000 L 138.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_101"/><path d=" M 138.0000,20.0000 L 138.0000,200.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_102"/><path d=" M 138.0000,200.0000 L 158.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_103"/><text id="ezcGraphTextBox_5" x="19" text-length="46.2px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text id="ezcGraphTextBox_7" x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text id="ezcGraphTextBox_17" x="182.32" text-length="63.36px" y="162.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text id="ezcGraphTextBox_21" x="258.32" text-length="63.36px" y="162.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text id="ezcGraphTextBox_25" x="334.32" text-length="63.36px" y="162.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text id="ezcGraphTextBox_29" x="410.32" text-length="63.36px" y="162.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text id="ezcGraphTextBox_33" x="104.42" text-length="31.68px" y="180.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">-250</text><text id="ezcGraphTextBox_34" x="128.18" text-length="7.92px" y="144.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text id="ezcGraphTextBox_38" x="112.34" text-length="23.76px" y="108.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text id="ezcGraphTextBox_42" x="112.34" text-length="23.76px" y="72.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text id="ezcGraphTextBox_46" x="112.34" text-length="23.76px" y="54.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChartWithoutDataBorder.svg b/tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChartWithoutDataBorder.svg
index 8f1075f..c2b600a 100644
--- a/tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChartWithoutDataBorder.svg
+++ b/tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChartWithoutDataBorder.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 99.0000,1.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 98.0000,2.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><ellipse cx="11" cy="11" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 100.0000,182.0000 L 120.0000,162.0000 L 500.0000,162.0000 L 480.0000,182.0000 L 100.0000,182.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 120.0000,162.0000 L 500.0000,162.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 492.0000,166.0000 L 500.0000,162.0000 L 492.0000,158.0000 L 492.0000,166.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 138.0000,200.0000 L 158.0000,180.0000 L 158.0000,0.0000 L 138.0000,20.0000 L 138.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 158.0000,180.0000 L 158.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 155.5000,5.0000 L 158.0000,0.0000 L 160.5000,5.0000 L 155.5000,5.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 234.0000,162.0000 L 234.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 214.0000,179.3000 L 234.0000,159.3000 L 234.0000,162.0000 L 214.0000,182.0000 L 214.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 214.0000,179.3000 L 234.0000,159.3000 L 234.0000,162.0000 L 214.0000,182.0000 L 214.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 310.0000,162.0000 L 310.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 290.0000,179.3000 L 310.0000,159.3000 L 310.0000,162.0000 L 290.0000,182.0000 L 290.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 290.0000,179.3000 L 310.0000,159.3000 L 310.0000,162.0000 L 290.0000,182.0000 L 290.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 386.0000,162.0000 L 386.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 366.0000,179.3000 L 386.0000,159.3000 L 386.0000,162.0000 L 366.0000,182.0000 L 366.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 366.0000,179.3000 L 386.0000,159.3000 L 386.0000,162.0000 L 366.0000,182.0000 L 366.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,162.0000 L 462.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 442.0000,179.3000 L 462.0000,159.3000 L 462.0000,162.0000 L 442.0000,182.0000 L 442.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 442.0000,179.3000 L 462.0000,159.3000 L 462.0000,162.0000 L 442.0000,182.0000 L 442.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,114.4800 L 158.0000,114.4800" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,134.0000 L 158.0000,114.0000 L 160.8500,114.0000 L 140.8500,134.0000 L 138.0000,134.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 138.0000,134.0000 L 158.0000,114.0000 L 160.8500,114.0000 L 140.8500,134.0000 L 138.0000,134.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,65.5200 L 158.0000,65.5200" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,86.0000 L 158.0000,66.0000 L 160.8500,66.0000 L 140.8500,86.0000 L 138.0000,86.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 138.0000,86.0000 L 158.0000,66.0000 L 160.8500,66.0000 L 140.8500,86.0000 L 138.0000,86.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,18.0000 L 158.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,38.0000 L 158.0000,18.0000 L 160.8500,18.0000 L 140.8500,38.0000 L 138.0000,38.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 138.0000,38.0000 L 158.0000,18.0000 L 160.8500,18.0000 L 140.8500,38.0000 L 138.0000,38.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 148.0000,127.0720 L 158.0000,117.0720 L 158.0000,117.0720 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 224.0000,167.9680 L 234.0000,157.9680 L 158.0000,117.0720 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 234.0000,157.9680 L 224.0000,167.9680 L 300.0000,109.7920 L 310.0000,99.7920 L 234.0000,157.9680 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 310.0000,99.7920 L 300.0000,109.7920 L 376.0000,148.9600 L 386.0000,138.9600 L 310.0000,99.7920 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 386.0000,138.9600 L 376.0000,148.9600 L 452.0000,171.8080 L 462.0000,161.8080 L 386.0000,138.9600 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 138.0000,77.7440 L 148.0000,67.7440 L 148.0000,67.7440 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 214.0000,137.0720 L 224.0000,127.0720 L 148.0000,67.7440 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 224.0000,127.0720 L 214.0000,137.0720 L 290.0000,124.7840 L 300.0000,114.7840 L 224.0000,127.0720 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 300.0000,114.7840 L 290.0000,124.7840 L 366.0000,181.0400 L 376.0000,171.0400 L 300.0000,114.7840 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 376.0000,171.0400 L 366.0000,181.0400 L 442.0000,64.3040 L 452.0000,54.3040 L 376.0000,171.0400 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="158" cy="117.072" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="234" cy="157.968" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="310" cy="99.792" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="386" cy="138.96" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="462" cy="161.808" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="148" cy="67.744" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="224" cy="127.072" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="300" cy="114.784" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="376" cy="171.04" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="452" cy="54.304" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 500.0000,162.0000 L 480.0000,182.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 480.0000,182.0000 L 100.0000,182.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 100.0000,182.0000 L 120.0000,162.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 158.0000,0.0000 L 138.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,20.0000 L 138.0000,200.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,200.0000 L 158.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><text x="19" text-length="46.2px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text x="182.32" text-length="63.36px" y="198.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text x="258.32" text-length="63.36px" y="198.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text x="334.32" text-length="63.36px" y="198.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text x="410.32" text-length="63.36px" y="198.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text x="128.18" text-length="7.92px" y="180.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text x="112.34" text-length="23.76px" y="132.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text x="112.34" text-length="23.76px" y="84.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text x="112.34" text-length="23.76px" y="54.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 99.0000,1.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 98.0000,2.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_3"/><ellipse cx="11" cy="11" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_4"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_6"/><path d=" M 100.0000,182.0000 L 120.0000,162.0000 L 500.0000,162.0000 L 480.0000,182.0000 L 100.0000,182.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_8"/><path d=" M 120.0000,162.0000 L 500.0000,162.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_9"/><path d=" M 492.0000,166.0000 L 500.0000,162.0000 L 492.0000,158.0000 L 492.0000,166.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_10"/><path d=" M 138.0000,200.0000 L 158.0000,180.0000 L 158.0000,0.0000 L 138.0000,20.0000 L 138.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_11"/><path d=" M 158.0000,180.0000 L 158.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_12"/><path d=" M 155.5000,5.0000 L 158.0000,0.0000 L 160.5000,5.0000 L 155.5000,5.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_13"/><path d=" M 234.0000,162.0000 L 234.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_14"/><path d=" M 214.0000,179.3000 L 234.0000,159.3000 L 234.0000,162.0000 L 214.0000,182.0000 L 214.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_15"/><path d=" M 214.0000,179.3000 L 234.0000,159.3000 L 234.0000,162.0000 L 214.0000,182.0000 L 214.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_16"/><path d=" M 310.0000,162.0000 L 310.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_18"/><path d=" M 290.0000,179.3000 L 310.0000,159.3000 L 310.0000,162.0000 L 290.0000,182.0000 L 290.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_19"/><path d=" M 290.0000,179.3000 L 310.0000,159.3000 L 310.0000,162.0000 L 290.0000,182.0000 L 290.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_20"/><path d=" M 386.0000,162.0000 L 386.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_22"/><path d=" M 366.0000,179.3000 L 386.0000,159.3000 L 386.0000,162.0000 L 366.0000,182.0000 L 366.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_23"/><path d=" M 366.0000,179.3000 L 386.0000,159.3000 L 386.0000,162.0000 L 366.0000,182.0000 L 366.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_24"/><path d=" M 462.0000,162.0000 L 462.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_26"/><path d=" M 442.0000,179.3000 L 462.0000,159.3000 L 462.0000,162.0000 L 442.0000,182.0000 L 442.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_27"/><path d=" M 442.0000,179.3000 L 462.0000,159.3000 L 462.0000,162.0000 L 442.0000,182.0000 L 442.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_28"/><path d=" M 462.0000,114.4800 L 158.0000,114.4800" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_31"/><path d=" M 138.0000,134.0000 L 158.0000,114.0000 L 160.8500,114.0000 L 140.8500,134.0000 L 138.0000,134.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_32"/><path d=" M 138.0000,134.0000 L 158.0000,114.0000 L 160.8500,114.0000 L 140.8500,134.0000 L 138.0000,134.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_33"/><path d=" M 462.0000,65.5200 L 158.0000,65.5200" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_35"/><path d=" M 138.0000,86.0000 L 158.0000,66.0000 L 160.8500,66.0000 L 140.8500,86.0000 L 138.0000,86.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_36"/><path d=" M 138.0000,86.0000 L 158.0000,66.0000 L 160.8500,66.0000 L 140.8500,86.0000 L 138.0000,86.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_37"/><path d=" M 462.0000,18.0000 L 158.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_39"/><path d=" M 138.0000,38.0000 L 158.0000,18.0000 L 160.8500,18.0000 L 140.8500,38.0000 L 138.0000,38.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_40"/><path d=" M 138.0000,38.0000 L 158.0000,18.0000 L 160.8500,18.0000 L 140.8500,38.0000 L 138.0000,38.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_41"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 148.0000,127.0720 L 158.0000,117.0720 L 158.0000,117.0720 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_43"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 224.0000,167.9680 L 234.0000,157.9680 L 158.0000,117.0720 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_44"/><path d=" M 234.0000,157.9680 L 224.0000,167.9680 L 300.0000,109.7920 L 310.0000,99.7920 L 234.0000,157.9680 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_45"/><path d=" M 310.0000,99.7920 L 300.0000,109.7920 L 376.0000,148.9600 L 386.0000,138.9600 L 310.0000,99.7920 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_46"/><path d=" M 386.0000,138.9600 L 376.0000,148.9600 L 452.0000,171.8080 L 462.0000,161.8080 L 386.0000,138.9600 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_47"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 138.0000,77.7440 L 148.0000,67.7440 L 148.0000,67.7440 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_48"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 214.0000,137.0720 L 224.0000,127.0720 L 148.0000,67.7440 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_49"/><path d=" M 224.0000,127.0720 L 214.0000,137.0720 L 290.0000,124.7840 L 300.0000,114.7840 L 224.0000,127.0720 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_50"/><path d=" M 300.0000,114.7840 L 290.0000,124.7840 L 366.0000,181.0400 L 376.0000,171.0400 L 300.0000,114.7840 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_51"/><path d=" M 376.0000,171.0400 L 366.0000,181.0400 L 442.0000,64.3040 L 452.0000,54.3040 L 376.0000,171.0400 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_52"/><ellipse cx="158" cy="117.072" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_53"/><ellipse cx="234" cy="157.968" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_54"/><ellipse cx="310" cy="99.792" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_55"/><ellipse cx="386" cy="138.96" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_56"/><ellipse cx="462" cy="161.808" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_57"/><ellipse cx="148" cy="67.744" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_58"/><ellipse cx="224" cy="127.072" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_59"/><ellipse cx="300" cy="114.784" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_60"/><ellipse cx="376" cy="171.04" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_61"/><ellipse cx="452" cy="54.304" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_62"/><path d=" M 500.0000,162.0000 L 480.0000,182.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_63"/><path d=" M 480.0000,182.0000 L 100.0000,182.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_64"/><path d=" M 100.0000,182.0000 L 120.0000,162.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_65"/><path d=" M 158.0000,0.0000 L 138.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_66"/><path d=" M 138.0000,20.0000 L 138.0000,200.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_67"/><path d=" M 138.0000,200.0000 L 158.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_68"/><text id="ezcGraphTextBox_5" x="19" text-length="46.2px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text id="ezcGraphTextBox_7" x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text id="ezcGraphTextBox_17" x="182.32" text-length="63.36px" y="198.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text id="ezcGraphTextBox_21" x="258.32" text-length="63.36px" y="198.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text id="ezcGraphTextBox_25" x="334.32" text-length="63.36px" y="198.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text id="ezcGraphTextBox_29" x="410.32" text-length="63.36px" y="198.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text id="ezcGraphTextBox_30" x="128.18" text-length="7.92px" y="180.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text id="ezcGraphTextBox_34" x="112.34" text-length="23.76px" y="132.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text id="ezcGraphTextBox_38" x="112.34" text-length="23.76px" y="84.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text id="ezcGraphTextBox_42" x="112.34" text-length="23.76px" y="54.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer3dTest_testRender3dLineChart.svg b/tests/data/compare/ezcGraphRenderer3dTest_testRender3dLineChart.svg
index 68a5db1..bbedd6b 100644
--- a/tests/data/compare/ezcGraphRenderer3dTest_testRender3dLineChart.svg
+++ b/tests/data/compare/ezcGraphRenderer3dTest_testRender3dLineChart.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;"/><path d=" M 1.0000,19.0000 L 1.0000,1.0000 L 499.0000,1.0000 L 499.0000,19.0000 L 1.0000,19.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 2.0000,18.0000 L 2.0000,2.0000 L 498.0000,2.0000 L 498.0000,18.0000 L 2.0000,18.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><path d=" M 1.0000,199.0000 L 1.0000,22.0000 L 99.0000,22.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 2.0000,198.0000 L 2.0000,23.0000 L 98.0000,23.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><ellipse cx="11" cy="32" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="11" cy="50" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 100.0000,183.8900 L 117.9000,165.9900 L 500.0000,165.9900 L 482.1000,183.8900 L 100.0000,183.8900 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 117.9000,165.9900 L 500.0000,165.9900" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 492.0000,169.9900 L 500.0000,165.9900 L 492.0000,161.9900 L 492.0000,169.9900 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 138.2100,200.0000 L 156.1100,182.1000 L 156.1100,21.0000 L 138.2100,38.9000 L 138.2100,200.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 156.1100,182.1000 L 156.1100,21.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 154.1100,25.0000 L 156.1100,21.0000 L 158.1100,25.0000 L 154.1100,25.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 232.5300,165.9900 L 232.5300,37.1100" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 214.6300,181.1900 L 232.5300,163.2900 L 232.5300,165.9900 L 214.6300,183.8900 L 214.6300,181.1900 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 214.6300,181.1900 L 232.5300,163.2900 L 232.5300,165.9900 L 214.6300,183.8900 L 214.6300,181.1900 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 308.9500,165.9900 L 308.9500,37.1100" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 291.0500,181.1900 L 308.9500,163.2900 L 308.9500,165.9900 L 291.0500,183.8900 L 291.0500,181.1900 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 291.0500,181.1900 L 308.9500,163.2900 L 308.9500,165.9900 L 291.0500,183.8900 L 291.0500,181.1900 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 385.3700,165.9900 L 385.3700,37.1100" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 367.4700,181.1900 L 385.3700,163.2900 L 385.3700,165.9900 L 367.4700,183.8900 L 367.4700,181.1900 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 367.4700,181.1900 L 385.3700,163.2900 L 385.3700,165.9900 L 367.4700,183.8900 L 367.4700,181.1900 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 461.7900,165.9900 L 461.7900,37.1100" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 443.8900,181.1900 L 461.7900,163.2900 L 461.7900,165.9900 L 443.8900,183.8900 L 443.8900,181.1900 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 443.8900,181.1900 L 461.7900,163.2900 L 461.7900,165.9900 L 443.8900,183.8900 L 443.8900,181.1900 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 461.7900,123.4596 L 156.1100,123.4596" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.2100,140.9300 L 156.1100,123.0300 L 158.9758,123.0300 L 141.0757,140.9300 L 138.2100,140.9300 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 138.2100,140.9300 L 156.1100,123.0300 L 158.9758,123.0300 L 141.0757,140.9300 L 138.2100,140.9300 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 461.7900,79.6404 L 156.1100,79.6404" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.2100,97.9700 L 156.1100,80.0700 L 158.9758,80.0700 L 141.0757,97.9700 L 138.2100,97.9700 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 138.2100,97.9700 L 156.1100,80.0700 L 158.9758,80.0700 L 141.0757,97.9700 L 138.2100,97.9700 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 461.7900,37.1100 L 156.1100,37.1100" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.2100,55.0100 L 156.1100,37.1100 L 158.9758,37.1100 L 141.0757,55.0100 L 138.2100,55.0100 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 138.2100,55.0100 L 156.1100,37.1100 L 158.9758,37.1100 L 141.0757,55.0100 L 138.2100,55.0100 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 156.1100,125.7794 L 147.1600,134.7294 L 147.1600,134.7294 L 156.1100,125.7794 L 156.1100,125.7794 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 156.1100,125.7794 L 147.1600,134.7294 L 147.1600,134.7294 L 156.1100,125.7794 L 156.1100,125.7794 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 156.1100,125.7794 L 147.1600,134.7294 L 223.5800,171.3314 L 232.5300,162.3814 L 156.1100,125.7794 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 156.1100,125.7794 L 147.1600,134.7294 L 223.5800,171.3314 L 232.5300,162.3814 L 156.1100,125.7794 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 232.5300,162.3814 L 223.5800,171.3314 L 300.0000,119.2638 L 308.9500,110.3138 L 232.5300,162.3814 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 232.5300,162.3814 L 223.5800,171.3314 L 300.0000,119.2638 L 308.9500,110.3138 L 232.5300,162.3814 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 308.9500,110.3138 L 300.0000,119.2638 L 376.4200,154.3192 L 385.3700,145.3692 L 308.9500,110.3138 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 308.9500,110.3138 L 300.0000,119.2638 L 376.4200,154.3192 L 385.3700,145.3692 L 308.9500,110.3138 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 385.3700,145.3692 L 376.4200,154.3192 L 452.8400,174.7682 L 461.7900,165.8182 L 385.3700,145.3692 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 385.3700,145.3692 L 376.4200,154.3192 L 452.8400,174.7682 L 461.7900,165.8182 L 385.3700,145.3692 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 147.1600,81.6309 L 138.2100,90.5809 L 138.2100,90.5809 L 147.1600,81.6309 L 147.1600,81.6309 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 147.1600,81.6309 L 138.2100,90.5809 L 138.2100,90.5809 L 147.1600,81.6309 L 147.1600,81.6309 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 147.1600,81.6309 L 138.2100,90.5809 L 214.6300,143.6794 L 223.5800,134.7294 L 147.1600,81.6309 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 147.1600,81.6309 L 138.2100,90.5809 L 214.6300,143.6794 L 223.5800,134.7294 L 147.1600,81.6309 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 223.5800,134.7294 L 214.6300,143.6794 L 291.0500,132.6817 L 300.0000,123.7317 L 223.5800,134.7294 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 223.5800,134.7294 L 214.6300,143.6794 L 291.0500,132.6817 L 300.0000,123.7317 L 223.5800,134.7294 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 300.0000,123.7317 L 291.0500,132.6817 L 367.4700,183.0308 L 376.4200,174.0808 L 300.0000,123.7317 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 300.0000,123.7317 L 291.0500,132.6817 L 367.4700,183.0308 L 376.4200,174.0808 L 300.0000,123.7317 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 376.4200,174.0808 L 367.4700,183.0308 L 443.8900,78.5521 L 452.8400,69.6021 L 376.4200,174.0808 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 376.4200,174.0808 L 367.4700,183.0308 L 443.8900,78.5521 L 452.8400,69.6021 L 376.4200,174.0808 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="156.11" cy="125.77944" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="232.53" cy="162.38136" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="308.95" cy="110.31384" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="385.37" cy="145.3692" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="461.79" cy="165.81816" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="147.16" cy="81.63088" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="223.58" cy="134.72944" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="300" cy="123.73168" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="376.42" cy="174.0808" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="452.84" cy="69.60208" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 500.0000,165.9900 L 482.1000,183.8900" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 482.1000,183.8900 L 100.0000,183.8900" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 100.0000,183.8900 L 117.9000,165.9900" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 156.1100,21.0000 L 138.2100,38.9000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.2100,38.9000 L 138.2100,200.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.2100,200.0000 L 156.1100,182.1000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><text x="188.4" text-length="123.2px" y="17" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line chart title</text><text x="19" text-length="46.2px" y="39" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text x="19" text-length="46.2px" y="57" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text x="187.108" text-length="55.044px" y="198.2" style="font-size: 12px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text x="263.528" text-length="55.044px" y="198.2" style="font-size: 12px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text x="339.948" text-length="55.044px" y="198.2" style="font-size: 12px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text x="416.368" text-length="55.044px" y="198.2" style="font-size: 12px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text x="129.419" text-length="6.8805px" y="182.09" style="font-size: 12px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text x="115.658" text-length="20.6415px" y="139.13" style="font-size: 12px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text x="115.658" text-length="20.6415px" y="96.17" style="font-size: 12px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text x="115.658" text-length="20.6415px" y="69.32" style="font-size: 12px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 1.0000,19.0000 L 1.0000,1.0000 L 499.0000,1.0000 L 499.0000,19.0000 L 1.0000,19.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,18.0000 L 2.0000,2.0000 L 498.0000,2.0000 L 498.0000,18.0000 L 2.0000,18.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_3"/><path d=" M 1.0000,199.0000 L 1.0000,22.0000 L 99.0000,22.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_5"/><path d=" M 2.0000,198.0000 L 2.0000,23.0000 L 98.0000,23.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_6"/><ellipse cx="11" cy="32" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_7"/><ellipse cx="11" cy="50" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_9"/><path d=" M 100.0000,183.8900 L 117.9000,165.9900 L 500.0000,165.9900 L 482.1000,183.8900 L 100.0000,183.8900 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_11"/><path d=" M 117.9000,165.9900 L 500.0000,165.9900" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_12"/><path d=" M 492.0000,169.9900 L 500.0000,165.9900 L 492.0000,161.9900 L 492.0000,169.9900 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_13"/><path d=" M 138.2100,200.0000 L 156.1100,182.1000 L 156.1100,21.0000 L 138.2100,38.9000 L 138.2100,200.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_14"/><path d=" M 156.1100,182.1000 L 156.1100,21.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_15"/><path d=" M 154.1100,25.0000 L 156.1100,21.0000 L 158.1100,25.0000 L 154.1100,25.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_16"/><path d=" M 232.5300,165.9900 L 232.5300,37.1100" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_17"/><path d=" M 214.6300,181.1900 L 232.5300,163.2900 L 232.5300,165.9900 L 214.6300,183.8900 L 214.6300,181.1900 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_18"/><path d=" M 214.6300,181.1900 L 232.5300,163.2900 L 232.5300,165.9900 L 214.6300,183.8900 L 214.6300,181.1900 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_19"/><path d=" M 308.9500,165.9900 L 308.9500,37.1100" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_21"/><path d=" M 291.0500,181.1900 L 308.9500,163.2900 L 308.9500,165.9900 L 291.0500,183.8900 L 291.0500,181.1900 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_22"/><path d=" M 291.0500,181.1900 L 308.9500,163.2900 L 308.9500,165.9900 L 291.0500,183.8900 L 291.0500,181.1900 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_23"/><path d=" M 385.3700,165.9900 L 385.3700,37.1100" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_25"/><path d=" M 367.4700,181.1900 L 385.3700,163.2900 L 385.3700,165.9900 L 367.4700,183.8900 L 367.4700,181.1900 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_26"/><path d=" M 367.4700,181.1900 L 385.3700,163.2900 L 385.3700,165.9900 L 367.4700,183.8900 L 367.4700,181.1900 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_27"/><path d=" M 461.7900,165.9900 L 461.7900,37.1100" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_29"/><path d=" M 443.8900,181.1900 L 461.7900,163.2900 L 461.7900,165.9900 L 443.8900,183.8900 L 443.8900,181.1900 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_30"/><path d=" M 443.8900,181.1900 L 461.7900,163.2900 L 461.7900,165.9900 L 443.8900,183.8900 L 443.8900,181.1900 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_31"/><path d=" M 461.7900,123.4596 L 156.1100,123.4596" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_34"/><path d=" M 138.2100,140.9300 L 156.1100,123.0300 L 158.9758,123.0300 L 141.0757,140.9300 L 138.2100,140.9300 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_35"/><path d=" M 138.2100,140.9300 L 156.1100,123.0300 L 158.9758,123.0300 L 141.0757,140.9300 L 138.2100,140.9300 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_36"/><path d=" M 461.7900,79.6404 L 156.1100,79.6404" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_38"/><path d=" M 138.2100,97.9700 L 156.1100,80.0700 L 158.9758,80.0700 L 141.0757,97.9700 L 138.2100,97.9700 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_39"/><path d=" M 138.2100,97.9700 L 156.1100,80.0700 L 158.9758,80.0700 L 141.0757,97.9700 L 138.2100,97.9700 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_40"/><path d=" M 461.7900,37.1100 L 156.1100,37.1100" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_42"/><path d=" M 138.2100,55.0100 L 156.1100,37.1100 L 158.9758,37.1100 L 141.0757,55.0100 L 138.2100,55.0100 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_43"/><path d=" M 138.2100,55.0100 L 156.1100,37.1100 L 158.9758,37.1100 L 141.0757,55.0100 L 138.2100,55.0100 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_44"/><path d=" M 156.1100,125.7794 L 147.1600,134.7294 L 147.1600,134.7294 L 156.1100,125.7794 L 156.1100,125.7794 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_46"/><path d=" M 156.1100,125.7794 L 147.1600,134.7294 L 147.1600,134.7294 L 156.1100,125.7794 L 156.1100,125.7794 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_47"/><path d=" M 156.1100,125.7794 L 147.1600,134.7294 L 223.5800,171.3314 L 232.5300,162.3814 L 156.1100,125.7794 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_48"/><path d=" M 156.1100,125.7794 L 147.1600,134.7294 L 223.5800,171.3314 L 232.5300,162.3814 L 156.1100,125.7794 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_49"/><path d=" M 232.5300,162.3814 L 223.5800,171.3314 L 300.0000,119.2638 L 308.9500,110.3138 L 232.5300,162.3814 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_50"/><path d=" M 232.5300,162.3814 L 223.5800,171.3314 L 300.0000,119.2638 L 308.9500,110.3138 L 232.5300,162.3814 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_51"/><path d=" M 308.9500,110.3138 L 300.0000,119.2638 L 376.4200,154.3192 L 385.3700,145.3692 L 308.9500,110.3138 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_52"/><path d=" M 308.9500,110.3138 L 300.0000,119.2638 L 376.4200,154.3192 L 385.3700,145.3692 L 308.9500,110.3138 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_53"/><path d=" M 385.3700,145.3692 L 376.4200,154.3192 L 452.8400,174.7682 L 461.7900,165.8182 L 385.3700,145.3692 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_54"/><path d=" M 385.3700,145.3692 L 376.4200,154.3192 L 452.8400,174.7682 L 461.7900,165.8182 L 385.3700,145.3692 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_55"/><path d=" M 147.1600,81.6309 L 138.2100,90.5809 L 138.2100,90.5809 L 147.1600,81.6309 L 147.1600,81.6309 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_56"/><path d=" M 147.1600,81.6309 L 138.2100,90.5809 L 138.2100,90.5809 L 147.1600,81.6309 L 147.1600,81.6309 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_57"/><path d=" M 147.1600,81.6309 L 138.2100,90.5809 L 214.6300,143.6794 L 223.5800,134.7294 L 147.1600,81.6309 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_58"/><path d=" M 147.1600,81.6309 L 138.2100,90.5809 L 214.6300,143.6794 L 223.5800,134.7294 L 147.1600,81.6309 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_59"/><path d=" M 223.5800,134.7294 L 214.6300,143.6794 L 291.0500,132.6817 L 300.0000,123.7317 L 223.5800,134.7294 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_60"/><path d=" M 223.5800,134.7294 L 214.6300,143.6794 L 291.0500,132.6817 L 300.0000,123.7317 L 223.5800,134.7294 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_61"/><path d=" M 300.0000,123.7317 L 291.0500,132.6817 L 367.4700,183.0308 L 376.4200,174.0808 L 300.0000,123.7317 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_62"/><path d=" M 300.0000,123.7317 L 291.0500,132.6817 L 367.4700,183.0308 L 376.4200,174.0808 L 300.0000,123.7317 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_63"/><path d=" M 376.4200,174.0808 L 367.4700,183.0308 L 443.8900,78.5521 L 452.8400,69.6021 L 376.4200,174.0808 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_64"/><path d=" M 376.4200,174.0808 L 367.4700,183.0308 L 443.8900,78.5521 L 452.8400,69.6021 L 376.4200,174.0808 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_65"/><ellipse cx="156.11" cy="125.77944" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_66"/><ellipse cx="232.53" cy="162.38136" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_67"/><ellipse cx="308.95" cy="110.31384" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_68"/><ellipse cx="385.37" cy="145.3692" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_69"/><ellipse cx="461.79" cy="165.81816" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_70"/><ellipse cx="147.16" cy="81.63088" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_71"/><ellipse cx="223.58" cy="134.72944" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_72"/><ellipse cx="300" cy="123.73168" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_73"/><ellipse cx="376.42" cy="174.0808" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_74"/><ellipse cx="452.84" cy="69.60208" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_75"/><path d=" M 500.0000,165.9900 L 482.1000,183.8900" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_76"/><path d=" M 482.1000,183.8900 L 100.0000,183.8900" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_77"/><path d=" M 100.0000,183.8900 L 117.9000,165.9900" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_78"/><path d=" M 156.1100,21.0000 L 138.2100,38.9000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_79"/><path d=" M 138.2100,38.9000 L 138.2100,200.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_80"/><path d=" M 138.2100,200.0000 L 156.1100,182.1000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_81"/><text id="ezcGraphTextBox_4" x="188.4" text-length="123.2px" y="17" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line chart title</text><text id="ezcGraphTextBox_8" x="19" text-length="46.2px" y="39" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text id="ezcGraphTextBox_10" x="19" text-length="46.2px" y="57" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text id="ezcGraphTextBox_20" x="187.108" text-length="55.044px" y="198.2" style="font-size: 12px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text id="ezcGraphTextBox_24" x="263.528" text-length="55.044px" y="198.2" style="font-size: 12px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text id="ezcGraphTextBox_28" x="339.948" text-length="55.044px" y="198.2" style="font-size: 12px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text id="ezcGraphTextBox_32" x="416.368" text-length="55.044px" y="198.2" style="font-size: 12px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text id="ezcGraphTextBox_33" x="129.419" text-length="6.8805px" y="182.09" style="font-size: 12px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text id="ezcGraphTextBox_37" x="115.658" text-length="20.6415px" y="139.13" style="font-size: 12px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text id="ezcGraphTextBox_41" x="115.658" text-length="20.6415px" y="96.17" style="font-size: 12px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text id="ezcGraphTextBox_45" x="115.658" text-length="20.6415px" y="69.32" style="font-size: 12px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer3dTest_testRender3dLineChartBigMaxFontSize.svg b/tests/data/compare/ezcGraphRenderer3dTest_testRender3dLineChartBigMaxFontSize.svg
index 994624e..e7cc2b3 100644
--- a/tests/data/compare/ezcGraphRenderer3dTest_testRender3dLineChartBigMaxFontSize.svg
+++ b/tests/data/compare/ezcGraphRenderer3dTest_testRender3dLineChartBigMaxFontSize.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;"/><path d=" M 1.0000,35.0000 L 1.0000,1.0000 L 499.0000,1.0000 L 499.0000,35.0000 L 1.0000,35.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 2.0000,34.0000 L 2.0000,2.0000 L 498.0000,2.0000 L 498.0000,34.0000 L 2.0000,34.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><path d=" M 1.0000,199.0000 L 1.0000,38.0000 L 99.0000,38.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 2.0000,198.0000 L 2.0000,39.0000 L 98.0000,39.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><ellipse cx="11" cy="48" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="11" cy="66" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 100.0000,185.3300 L 116.3000,169.0300 L 500.0000,169.0300 L 483.7000,185.3300 L 100.0000,185.3300 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 116.3000,169.0300 L 500.0000,169.0300" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 492.0000,173.0300 L 500.0000,169.0300 L 492.0000,165.0300 L 492.0000,173.0300 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 138.3700,200.0000 L 154.6700,183.7000 L 154.6700,37.0000 L 138.3700,53.3000 L 138.3700,200.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 154.6700,183.7000 L 154.6700,37.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 152.6700,41.0000 L 154.6700,37.0000 L 156.6700,41.0000 L 152.6700,41.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 231.4100,169.0300 L 231.4100,51.6700" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 215.1100,182.6300 L 231.4100,166.3300 L 231.4100,169.0300 L 215.1100,185.3300 L 215.1100,182.6300 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 215.1100,182.6300 L 231.4100,166.3300 L 231.4100,169.0300 L 215.1100,185.3300 L 215.1100,182.6300 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 308.1500,169.0300 L 308.1500,51.6700" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 291.8500,182.6300 L 308.1500,166.3300 L 308.1500,169.0300 L 291.8500,185.3300 L 291.8500,182.6300 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 291.8500,182.6300 L 308.1500,166.3300 L 308.1500,169.0300 L 291.8500,185.3300 L 291.8500,182.6300 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 384.8900,169.0300 L 384.8900,51.6700" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 368.5900,182.6300 L 384.8900,166.3300 L 384.8900,169.0300 L 368.5900,185.3300 L 368.5900,182.6300 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 368.5900,182.6300 L 384.8900,166.3300 L 384.8900,169.0300 L 368.5900,185.3300 L 368.5900,182.6300 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 461.6300,169.0300 L 461.6300,51.6700" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 445.3300,182.6300 L 461.6300,166.3300 L 461.6300,169.0300 L 445.3300,185.3300 L 445.3300,182.6300 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 445.3300,182.6300 L 461.6300,166.3300 L 461.6300,169.0300 L 445.3300,185.3300 L 445.3300,182.6300 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 461.6300,130.3012 L 154.6700,130.3012" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.3700,146.2100 L 154.6700,129.9100 L 157.5478,129.9100 L 141.2477,146.2100 L 138.3700,146.2100 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 138.3700,146.2100 L 154.6700,129.9100 L 157.5478,129.9100 L 141.2477,146.2100 L 138.3700,146.2100 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 461.6300,90.3988 L 154.6700,90.3988" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.3700,107.0900 L 154.6700,90.7900 L 157.5478,90.7900 L 141.2477,107.0900 L 138.3700,107.0900 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 138.3700,107.0900 L 154.6700,90.7900 L 157.5478,90.7900 L 141.2477,107.0900 L 138.3700,107.0900 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 461.6300,51.6700 L 154.6700,51.6700" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.3700,67.9700 L 154.6700,51.6700 L 157.5478,51.6700 L 141.2477,67.9700 L 138.3700,67.9700 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 138.3700,67.9700 L 154.6700,51.6700 L 157.5478,51.6700 L 141.2477,67.9700 L 138.3700,67.9700 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 154.6700,132.4137 L 146.5200,140.5637 L 146.5200,140.5637 L 154.6700,132.4137 L 154.6700,132.4137 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 154.6700,132.4137 L 146.5200,140.5637 L 146.5200,140.5637 L 154.6700,132.4137 L 154.6700,132.4137 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 154.6700,132.4137 L 146.5200,140.5637 L 223.2600,173.8939 L 231.4100,165.7439 L 154.6700,132.4137 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 154.6700,132.4137 L 146.5200,140.5637 L 223.2600,173.8939 L 231.4100,165.7439 L 154.6700,132.4137 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 231.4100,165.7439 L 223.2600,173.8939 L 300.0000,126.4805 L 308.1500,118.3305 L 231.4100,165.7439 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 231.4100,165.7439 L 223.2600,173.8939 L 300.0000,126.4805 L 308.1500,118.3305 L 231.4100,165.7439 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 308.1500,118.3305 L 300.0000,126.4805 L 376.7400,158.4024 L 384.8900,150.2524 L 308.1500,118.3305 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 308.1500,118.3305 L 300.0000,126.4805 L 376.7400,158.4024 L 384.8900,150.2524 L 308.1500,118.3305 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 384.8900,150.2524 L 376.7400,158.4024 L 453.4800,177.0235 L 461.6300,168.8735 L 384.8900,150.2524 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 384.8900,150.2524 L 376.7400,158.4024 L 453.4800,177.0235 L 461.6300,168.8735 L 384.8900,150.2524 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 146.5200,92.2114 L 138.3700,100.3614 L 138.3700,100.3614 L 146.5200,92.2114 L 146.5200,92.2114 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 146.5200,92.2114 L 138.3700,100.3614 L 138.3700,100.3614 L 146.5200,92.2114 L 146.5200,92.2114 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 146.5200,92.2114 L 138.3700,100.3614 L 215.1100,148.7137 L 223.2600,140.5637 L 146.5200,92.2114 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 146.5200,92.2114 L 138.3700,100.3614 L 215.1100,148.7137 L 223.2600,140.5637 L 146.5200,92.2114 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 223.2600,140.5637 L 215.1100,148.7137 L 291.8500,138.6990 L 300.0000,130.5490 L 223.2600,140.5637 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 223.2600,140.5637 L 215.1100,148.7137 L 291.8500,138.6990 L 300.0000,130.5490 L 223.2600,140.5637 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 300.0000,130.5490 L 291.8500,138.6990 L 368.5900,184.5476 L 376.7400,176.3976 L 300.0000,130.5490 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 300.0000,130.5490 L 291.8500,138.6990 L 368.5900,184.5476 L 376.7400,176.3976 L 300.0000,130.5490 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 376.7400,176.3976 L 368.5900,184.5476 L 445.3300,89.4078 L 453.4800,81.2578 L 376.7400,176.3976 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 376.7400,176.3976 L 368.5900,184.5476 L 445.3300,89.4078 L 453.4800,81.2578 L 376.7400,176.3976 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="154.67" cy="132.41368" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="231.41" cy="165.74392" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="308.15" cy="118.33048" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="384.89" cy="150.2524" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="461.63" cy="168.87352" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="146.52" cy="92.21136" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="223.26" cy="140.56368" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="300" cy="130.54896" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="376.74" cy="176.3976" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="453.48" cy="81.25776" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 500.0000,169.0300 L 483.7000,185.3300" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 483.7000,185.3300 L 100.0000,185.3300" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 100.0000,185.3300 L 116.3000,169.0300" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 154.6700,37.0000 L 138.3700,53.3000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.3700,53.3000 L 138.3700,200.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.3700,200.0000 L 154.6700,183.7000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><text x="118" text-length="264px" y="33" style="font-size: 30px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line chart title</text><text x="19" text-length="46.2px" y="55" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text x="19" text-length="46.2px" y="73" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text x="190.756" text-length="48.708px" y="198.2" style="font-size: 11px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text x="267.496" text-length="48.708px" y="198.2" style="font-size: 11px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text x="344.236" text-length="48.708px" y="198.2" style="font-size: 11px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text x="420.976" text-length="48.708px" y="198.2" style="font-size: 11px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text x="130.363" text-length="6.0885px" y="183.53" style="font-size: 11px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text x="118.186" text-length="18.2655px" y="144.41" style="font-size: 11px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text x="118.186" text-length="18.2655px" y="105.29" style="font-size: 11px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text x="118.186" text-length="18.2655px" y="80.84" style="font-size: 11px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 1.0000,35.0000 L 1.0000,1.0000 L 499.0000,1.0000 L 499.0000,35.0000 L 1.0000,35.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,34.0000 L 2.0000,2.0000 L 498.0000,2.0000 L 498.0000,34.0000 L 2.0000,34.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_3"/><path d=" M 1.0000,199.0000 L 1.0000,38.0000 L 99.0000,38.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_5"/><path d=" M 2.0000,198.0000 L 2.0000,39.0000 L 98.0000,39.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_6"/><ellipse cx="11" cy="48" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_7"/><ellipse cx="11" cy="66" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_9"/><path d=" M 100.0000,185.3300 L 116.3000,169.0300 L 500.0000,169.0300 L 483.7000,185.3300 L 100.0000,185.3300 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_11"/><path d=" M 116.3000,169.0300 L 500.0000,169.0300" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_12"/><path d=" M 492.0000,173.0300 L 500.0000,169.0300 L 492.0000,165.0300 L 492.0000,173.0300 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_13"/><path d=" M 138.3700,200.0000 L 154.6700,183.7000 L 154.6700,37.0000 L 138.3700,53.3000 L 138.3700,200.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_14"/><path d=" M 154.6700,183.7000 L 154.6700,37.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_15"/><path d=" M 152.6700,41.0000 L 154.6700,37.0000 L 156.6700,41.0000 L 152.6700,41.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_16"/><path d=" M 231.4100,169.0300 L 231.4100,51.6700" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_17"/><path d=" M 215.1100,182.6300 L 231.4100,166.3300 L 231.4100,169.0300 L 215.1100,185.3300 L 215.1100,182.6300 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_18"/><path d=" M 215.1100,182.6300 L 231.4100,166.3300 L 231.4100,169.0300 L 215.1100,185.3300 L 215.1100,182.6300 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_19"/><path d=" M 308.1500,169.0300 L 308.1500,51.6700" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_21"/><path d=" M 291.8500,182.6300 L 308.1500,166.3300 L 308.1500,169.0300 L 291.8500,185.3300 L 291.8500,182.6300 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_22"/><path d=" M 291.8500,182.6300 L 308.1500,166.3300 L 308.1500,169.0300 L 291.8500,185.3300 L 291.8500,182.6300 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_23"/><path d=" M 384.8900,169.0300 L 384.8900,51.6700" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_25"/><path d=" M 368.5900,182.6300 L 384.8900,166.3300 L 384.8900,169.0300 L 368.5900,185.3300 L 368.5900,182.6300 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_26"/><path d=" M 368.5900,182.6300 L 384.8900,166.3300 L 384.8900,169.0300 L 368.5900,185.3300 L 368.5900,182.6300 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_27"/><path d=" M 461.6300,169.0300 L 461.6300,51.6700" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_29"/><path d=" M 445.3300,182.6300 L 461.6300,166.3300 L 461.6300,169.0300 L 445.3300,185.3300 L 445.3300,182.6300 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_30"/><path d=" M 445.3300,182.6300 L 461.6300,166.3300 L 461.6300,169.0300 L 445.3300,185.3300 L 445.3300,182.6300 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_31"/><path d=" M 461.6300,130.3012 L 154.6700,130.3012" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_34"/><path d=" M 138.3700,146.2100 L 154.6700,129.9100 L 157.5478,129.9100 L 141.2477,146.2100 L 138.3700,146.2100 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_35"/><path d=" M 138.3700,146.2100 L 154.6700,129.9100 L 157.5478,129.9100 L 141.2477,146.2100 L 138.3700,146.2100 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_36"/><path d=" M 461.6300,90.3988 L 154.6700,90.3988" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_38"/><path d=" M 138.3700,107.0900 L 154.6700,90.7900 L 157.5478,90.7900 L 141.2477,107.0900 L 138.3700,107.0900 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_39"/><path d=" M 138.3700,107.0900 L 154.6700,90.7900 L 157.5478,90.7900 L 141.2477,107.0900 L 138.3700,107.0900 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_40"/><path d=" M 461.6300,51.6700 L 154.6700,51.6700" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_42"/><path d=" M 138.3700,67.9700 L 154.6700,51.6700 L 157.5478,51.6700 L 141.2477,67.9700 L 138.3700,67.9700 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_43"/><path d=" M 138.3700,67.9700 L 154.6700,51.6700 L 157.5478,51.6700 L 141.2477,67.9700 L 138.3700,67.9700 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_44"/><path d=" M 154.6700,132.4137 L 146.5200,140.5637 L 146.5200,140.5637 L 154.6700,132.4137 L 154.6700,132.4137 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_46"/><path d=" M 154.6700,132.4137 L 146.5200,140.5637 L 146.5200,140.5637 L 154.6700,132.4137 L 154.6700,132.4137 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_47"/><path d=" M 154.6700,132.4137 L 146.5200,140.5637 L 223.2600,173.8939 L 231.4100,165.7439 L 154.6700,132.4137 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_48"/><path d=" M 154.6700,132.4137 L 146.5200,140.5637 L 223.2600,173.8939 L 231.4100,165.7439 L 154.6700,132.4137 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_49"/><path d=" M 231.4100,165.7439 L 223.2600,173.8939 L 300.0000,126.4805 L 308.1500,118.3305 L 231.4100,165.7439 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_50"/><path d=" M 231.4100,165.7439 L 223.2600,173.8939 L 300.0000,126.4805 L 308.1500,118.3305 L 231.4100,165.7439 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_51"/><path d=" M 308.1500,118.3305 L 300.0000,126.4805 L 376.7400,158.4024 L 384.8900,150.2524 L 308.1500,118.3305 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_52"/><path d=" M 308.1500,118.3305 L 300.0000,126.4805 L 376.7400,158.4024 L 384.8900,150.2524 L 308.1500,118.3305 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_53"/><path d=" M 384.8900,150.2524 L 376.7400,158.4024 L 453.4800,177.0235 L 461.6300,168.8735 L 384.8900,150.2524 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_54"/><path d=" M 384.8900,150.2524 L 376.7400,158.4024 L 453.4800,177.0235 L 461.6300,168.8735 L 384.8900,150.2524 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_55"/><path d=" M 146.5200,92.2114 L 138.3700,100.3614 L 138.3700,100.3614 L 146.5200,92.2114 L 146.5200,92.2114 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_56"/><path d=" M 146.5200,92.2114 L 138.3700,100.3614 L 138.3700,100.3614 L 146.5200,92.2114 L 146.5200,92.2114 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_57"/><path d=" M 146.5200,92.2114 L 138.3700,100.3614 L 215.1100,148.7137 L 223.2600,140.5637 L 146.5200,92.2114 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_58"/><path d=" M 146.5200,92.2114 L 138.3700,100.3614 L 215.1100,148.7137 L 223.2600,140.5637 L 146.5200,92.2114 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_59"/><path d=" M 223.2600,140.5637 L 215.1100,148.7137 L 291.8500,138.6990 L 300.0000,130.5490 L 223.2600,140.5637 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_60"/><path d=" M 223.2600,140.5637 L 215.1100,148.7137 L 291.8500,138.6990 L 300.0000,130.5490 L 223.2600,140.5637 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_61"/><path d=" M 300.0000,130.5490 L 291.8500,138.6990 L 368.5900,184.5476 L 376.7400,176.3976 L 300.0000,130.5490 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_62"/><path d=" M 300.0000,130.5490 L 291.8500,138.6990 L 368.5900,184.5476 L 376.7400,176.3976 L 300.0000,130.5490 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_63"/><path d=" M 376.7400,176.3976 L 368.5900,184.5476 L 445.3300,89.4078 L 453.4800,81.2578 L 376.7400,176.3976 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_64"/><path d=" M 376.7400,176.3976 L 368.5900,184.5476 L 445.3300,89.4078 L 453.4800,81.2578 L 376.7400,176.3976 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_65"/><ellipse cx="154.67" cy="132.41368" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_66"/><ellipse cx="231.41" cy="165.74392" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_67"/><ellipse cx="308.15" cy="118.33048" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_68"/><ellipse cx="384.89" cy="150.2524" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_69"/><ellipse cx="461.63" cy="168.87352" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_70"/><ellipse cx="146.52" cy="92.21136" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_71"/><ellipse cx="223.26" cy="140.56368" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_72"/><ellipse cx="300" cy="130.54896" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_73"/><ellipse cx="376.74" cy="176.3976" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_74"/><ellipse cx="453.48" cy="81.25776" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_75"/><path d=" M 500.0000,169.0300 L 483.7000,185.3300" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_76"/><path d=" M 483.7000,185.3300 L 100.0000,185.3300" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_77"/><path d=" M 100.0000,185.3300 L 116.3000,169.0300" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_78"/><path d=" M 154.6700,37.0000 L 138.3700,53.3000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_79"/><path d=" M 138.3700,53.3000 L 138.3700,200.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_80"/><path d=" M 138.3700,200.0000 L 154.6700,183.7000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_81"/><text id="ezcGraphTextBox_4" x="118" text-length="264px" y="33" style="font-size: 30px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line chart title</text><text id="ezcGraphTextBox_8" x="19" text-length="46.2px" y="55" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text id="ezcGraphTextBox_10" x="19" text-length="46.2px" y="73" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text id="ezcGraphTextBox_20" x="190.756" text-length="48.708px" y="198.2" style="font-size: 11px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text id="ezcGraphTextBox_24" x="267.496" text-length="48.708px" y="198.2" style="font-size: 11px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text id="ezcGraphTextBox_28" x="344.236" text-length="48.708px" y="198.2" style="font-size: 11px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text id="ezcGraphTextBox_32" x="420.976" text-length="48.708px" y="198.2" style="font-size: 11px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text id="ezcGraphTextBox_33" x="130.363" text-length="6.0885px" y="183.53" style="font-size: 11px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text id="ezcGraphTextBox_37" x="118.186" text-length="18.2655px" y="144.41" style="font-size: 11px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text id="ezcGraphTextBox_41" x="118.186" text-length="18.2655px" y="105.29" style="font-size: 11px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text id="ezcGraphTextBox_45" x="118.186" text-length="18.2655px" y="80.84" style="font-size: 11px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer3dTest_testRender3dLineChartSmallMaxFontSize.svg b/tests/data/compare/ezcGraphRenderer3dTest_testRender3dLineChartSmallMaxFontSize.svg
index 39302a4..538cfb7 100644
--- a/tests/data/compare/ezcGraphRenderer3dTest_testRender3dLineChartSmallMaxFontSize.svg
+++ b/tests/data/compare/ezcGraphRenderer3dTest_testRender3dLineChartSmallMaxFontSize.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;"/><path d=" M 1.0000,11.0000 L 1.0000,1.0000 L 499.0000,1.0000 L 499.0000,11.0000 L 1.0000,11.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 2.0000,10.0000 L 2.0000,2.0000 L 498.0000,2.0000 L 498.0000,10.0000 L 2.0000,10.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><path d=" M 1.0000,199.0000 L 1.0000,14.0000 L 99.0000,14.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 2.0000,198.0000 L 2.0000,15.0000 L 98.0000,15.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><ellipse cx="11" cy="24" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="11" cy="42" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 100.0000,183.1700 L 118.7000,164.4700 L 500.0000,164.4700 L 481.3000,183.1700 L 100.0000,183.1700 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 118.7000,164.4700 L 500.0000,164.4700" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 492.0000,168.4700 L 500.0000,164.4700 L 492.0000,160.4700 L 492.0000,168.4700 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 138.1300,200.0000 L 156.8300,181.3000 L 156.8300,13.0000 L 138.1300,31.7000 L 138.1300,200.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 156.8300,181.3000 L 156.8300,13.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 154.8300,17.0000 L 156.8300,13.0000 L 158.8300,17.0000 L 154.8300,17.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 233.0900,164.4700 L 233.0900,29.8300" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 214.3900,180.4700 L 233.0900,161.7700 L 233.0900,164.4700 L 214.3900,183.1700 L 214.3900,180.4700 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 214.3900,180.4700 L 233.0900,161.7700 L 233.0900,164.4700 L 214.3900,183.1700 L 214.3900,180.4700 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 309.3500,164.4700 L 309.3500,29.8300" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 290.6500,180.4700 L 309.3500,161.7700 L 309.3500,164.4700 L 290.6500,183.1700 L 290.6500,180.4700 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 290.6500,180.4700 L 309.3500,161.7700 L 309.3500,164.4700 L 290.6500,183.1700 L 290.6500,180.4700 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 385.6100,164.4700 L 385.6100,29.8300" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 366.9100,180.4700 L 385.6100,161.7700 L 385.6100,164.4700 L 366.9100,183.1700 L 366.9100,180.4700 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 366.9100,180.4700 L 385.6100,161.7700 L 385.6100,164.4700 L 366.9100,183.1700 L 366.9100,180.4700 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 461.8700,164.4700 L 461.8700,29.8300" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 443.1700,180.4700 L 461.8700,161.7700 L 461.8700,164.4700 L 443.1700,183.1700 L 443.1700,180.4700 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 443.1700,180.4700 L 461.8700,161.7700 L 461.8700,164.4700 L 443.1700,183.1700 L 443.1700,180.4700 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 461.8700,120.0388 L 156.8300,120.0388" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.1300,138.2900 L 156.8300,119.5900 L 159.6898,119.5900 L 140.9898,138.2900 L 138.1300,138.2900 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 138.1300,138.2900 L 156.8300,119.5900 L 159.6898,119.5900 L 140.9898,138.2900 L 138.1300,138.2900 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 461.8700,74.2612 L 156.8300,74.2612" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.1300,93.4100 L 156.8300,74.7100 L 159.6898,74.7100 L 140.9898,93.4100 L 138.1300,93.4100 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 138.1300,93.4100 L 156.8300,74.7100 L 159.6898,74.7100 L 140.9898,93.4100 L 138.1300,93.4100 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 461.8700,29.8300 L 156.8300,29.8300" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.1300,48.5300 L 156.8300,29.8300 L 159.6898,29.8300 L 140.9898,48.5300 L 138.1300,48.5300 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 138.1300,48.5300 L 156.8300,29.8300 L 159.6898,29.8300 L 140.9898,48.5300 L 138.1300,48.5300 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 156.8300,122.4623 L 147.4800,131.8123 L 147.4800,131.8123 L 156.8300,122.4623 L 156.8300,122.4623 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 156.8300,122.4623 L 147.4800,131.8123 L 147.4800,131.8123 L 156.8300,122.4623 L 156.8300,122.4623 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 156.8300,122.4623 L 147.4800,131.8123 L 223.7400,170.0501 L 233.0900,160.7001 L 156.8300,122.4623 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 156.8300,122.4623 L 147.4800,131.8123 L 223.7400,170.0501 L 233.0900,160.7001 L 156.8300,122.4623 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 233.0900,160.7001 L 223.7400,170.0501 L 300.0000,115.6555 L 309.3500,106.3055 L 233.0900,160.7001 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 233.0900,160.7001 L 223.7400,170.0501 L 300.0000,115.6555 L 309.3500,106.3055 L 233.0900,160.7001 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 309.3500,106.3055 L 300.0000,115.6555 L 376.2600,152.2776 L 385.6100,142.9276 L 309.3500,106.3055 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 309.3500,106.3055 L 300.0000,115.6555 L 376.2600,152.2776 L 385.6100,142.9276 L 309.3500,106.3055 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 385.6100,142.9276 L 376.2600,152.2776 L 452.5200,173.6405 L 461.8700,164.2905 L 385.6100,142.9276 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 385.6100,142.9276 L 376.2600,152.2776 L 452.5200,173.6405 L 461.8700,164.2905 L 385.6100,142.9276 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 147.4800,76.3406 L 138.1300,85.6906 L 138.1300,85.6906 L 147.4800,76.3406 L 147.4800,76.3406 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 147.4800,76.3406 L 138.1300,85.6906 L 138.1300,85.6906 L 147.4800,76.3406 L 147.4800,76.3406 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 147.4800,76.3406 L 138.1300,85.6906 L 214.3900,141.1623 L 223.7400,131.8123 L 147.4800,76.3406 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 147.4800,76.3406 L 138.1300,85.6906 L 214.3900,141.1623 L 223.7400,131.8123 L 147.4800,76.3406 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 223.7400,131.8123 L 214.3900,141.1623 L 290.6500,129.6730 L 300.0000,120.3230 L 223.7400,131.8123 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 223.7400,131.8123 L 214.3900,141.1623 L 290.6500,129.6730 L 300.0000,120.3230 L 223.7400,131.8123 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 300.0000,120.3230 L 290.6500,129.6730 L 366.9100,182.2724 L 376.2600,172.9224 L 300.0000,120.3230 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 300.0000,120.3230 L 290.6500,129.6730 L 366.9100,182.2724 L 376.2600,172.9224 L 300.0000,120.3230 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 376.2600,172.9224 L 366.9100,182.2724 L 443.1700,73.1242 L 452.5200,63.7742 L 376.2600,172.9224 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 376.2600,172.9224 L 366.9100,182.2724 L 443.1700,73.1242 L 452.5200,63.7742 L 376.2600,172.9224 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="156.83" cy="122.46232" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="233.09" cy="160.70008" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="309.35" cy="106.30552" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="385.61" cy="142.9276" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="461.87" cy="164.29048" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="147.48" cy="76.34064" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="223.74" cy="131.81232" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="300" cy="120.32304" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="376.26" cy="172.9224" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="452.52" cy="63.77424" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 500.0000,164.4700 L 481.3000,183.1700" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 481.3000,183.1700 L 100.0000,183.1700" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 100.0000,183.1700 L 118.7000,164.4700" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 156.8300,13.0000 L 138.1300,31.7000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.1300,31.7000 L 138.1300,200.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.1300,200.0000 L 156.8300,181.3000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><text x="223.6" text-length="52.8px" y="9" style="font-size: 6px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line chart title</text><text x="19" text-length="46.2px" y="31" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text x="19" text-length="46.2px" y="49" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text x="185.284" text-length="58.212px" y="198.2" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text x="261.544" text-length="58.212px" y="198.2" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text x="337.804" text-length="58.212px" y="198.2" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text x="414.064" text-length="58.212px" y="198.2" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text x="128.947" text-length="7.2765px" y="181.37" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text x="114.394" text-length="21.8295px" y="136.49" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text x="114.394" text-length="21.8295px" y="91.61" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text x="114.394" text-length="21.8295px" y="63.56" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 1.0000,11.0000 L 1.0000,1.0000 L 499.0000,1.0000 L 499.0000,11.0000 L 1.0000,11.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,10.0000 L 2.0000,2.0000 L 498.0000,2.0000 L 498.0000,10.0000 L 2.0000,10.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_3"/><path d=" M 1.0000,199.0000 L 1.0000,14.0000 L 99.0000,14.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_5"/><path d=" M 2.0000,198.0000 L 2.0000,15.0000 L 98.0000,15.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_6"/><ellipse cx="11" cy="24" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_7"/><ellipse cx="11" cy="42" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_9"/><path d=" M 100.0000,183.1700 L 118.7000,164.4700 L 500.0000,164.4700 L 481.3000,183.1700 L 100.0000,183.1700 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_11"/><path d=" M 118.7000,164.4700 L 500.0000,164.4700" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_12"/><path d=" M 492.0000,168.4700 L 500.0000,164.4700 L 492.0000,160.4700 L 492.0000,168.4700 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_13"/><path d=" M 138.1300,200.0000 L 156.8300,181.3000 L 156.8300,13.0000 L 138.1300,31.7000 L 138.1300,200.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_14"/><path d=" M 156.8300,181.3000 L 156.8300,13.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_15"/><path d=" M 154.8300,17.0000 L 156.8300,13.0000 L 158.8300,17.0000 L 154.8300,17.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_16"/><path d=" M 233.0900,164.4700 L 233.0900,29.8300" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_17"/><path d=" M 214.3900,180.4700 L 233.0900,161.7700 L 233.0900,164.4700 L 214.3900,183.1700 L 214.3900,180.4700 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_18"/><path d=" M 214.3900,180.4700 L 233.0900,161.7700 L 233.0900,164.4700 L 214.3900,183.1700 L 214.3900,180.4700 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_19"/><path d=" M 309.3500,164.4700 L 309.3500,29.8300" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_21"/><path d=" M 290.6500,180.4700 L 309.3500,161.7700 L 309.3500,164.4700 L 290.6500,183.1700 L 290.6500,180.4700 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_22"/><path d=" M 290.6500,180.4700 L 309.3500,161.7700 L 309.3500,164.4700 L 290.6500,183.1700 L 290.6500,180.4700 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_23"/><path d=" M 385.6100,164.4700 L 385.6100,29.8300" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_25"/><path d=" M 366.9100,180.4700 L 385.6100,161.7700 L 385.6100,164.4700 L 366.9100,183.1700 L 366.9100,180.4700 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_26"/><path d=" M 366.9100,180.4700 L 385.6100,161.7700 L 385.6100,164.4700 L 366.9100,183.1700 L 366.9100,180.4700 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_27"/><path d=" M 461.8700,164.4700 L 461.8700,29.8300" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_29"/><path d=" M 443.1700,180.4700 L 461.8700,161.7700 L 461.8700,164.4700 L 443.1700,183.1700 L 443.1700,180.4700 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_30"/><path d=" M 443.1700,180.4700 L 461.8700,161.7700 L 461.8700,164.4700 L 443.1700,183.1700 L 443.1700,180.4700 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_31"/><path d=" M 461.8700,120.0388 L 156.8300,120.0388" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_34"/><path d=" M 138.1300,138.2900 L 156.8300,119.5900 L 159.6898,119.5900 L 140.9898,138.2900 L 138.1300,138.2900 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_35"/><path d=" M 138.1300,138.2900 L 156.8300,119.5900 L 159.6898,119.5900 L 140.9898,138.2900 L 138.1300,138.2900 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_36"/><path d=" M 461.8700,74.2612 L 156.8300,74.2612" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_38"/><path d=" M 138.1300,93.4100 L 156.8300,74.7100 L 159.6898,74.7100 L 140.9898,93.4100 L 138.1300,93.4100 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_39"/><path d=" M 138.1300,93.4100 L 156.8300,74.7100 L 159.6898,74.7100 L 140.9898,93.4100 L 138.1300,93.4100 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_40"/><path d=" M 461.8700,29.8300 L 156.8300,29.8300" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_42"/><path d=" M 138.1300,48.5300 L 156.8300,29.8300 L 159.6898,29.8300 L 140.9898,48.5300 L 138.1300,48.5300 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_43"/><path d=" M 138.1300,48.5300 L 156.8300,29.8300 L 159.6898,29.8300 L 140.9898,48.5300 L 138.1300,48.5300 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_44"/><path d=" M 156.8300,122.4623 L 147.4800,131.8123 L 147.4800,131.8123 L 156.8300,122.4623 L 156.8300,122.4623 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_46"/><path d=" M 156.8300,122.4623 L 147.4800,131.8123 L 147.4800,131.8123 L 156.8300,122.4623 L 156.8300,122.4623 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_47"/><path d=" M 156.8300,122.4623 L 147.4800,131.8123 L 223.7400,170.0501 L 233.0900,160.7001 L 156.8300,122.4623 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_48"/><path d=" M 156.8300,122.4623 L 147.4800,131.8123 L 223.7400,170.0501 L 233.0900,160.7001 L 156.8300,122.4623 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_49"/><path d=" M 233.0900,160.7001 L 223.7400,170.0501 L 300.0000,115.6555 L 309.3500,106.3055 L 233.0900,160.7001 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_50"/><path d=" M 233.0900,160.7001 L 223.7400,170.0501 L 300.0000,115.6555 L 309.3500,106.3055 L 233.0900,160.7001 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_51"/><path d=" M 309.3500,106.3055 L 300.0000,115.6555 L 376.2600,152.2776 L 385.6100,142.9276 L 309.3500,106.3055 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_52"/><path d=" M 309.3500,106.3055 L 300.0000,115.6555 L 376.2600,152.2776 L 385.6100,142.9276 L 309.3500,106.3055 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_53"/><path d=" M 385.6100,142.9276 L 376.2600,152.2776 L 452.5200,173.6405 L 461.8700,164.2905 L 385.6100,142.9276 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_54"/><path d=" M 385.6100,142.9276 L 376.2600,152.2776 L 452.5200,173.6405 L 461.8700,164.2905 L 385.6100,142.9276 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_55"/><path d=" M 147.4800,76.3406 L 138.1300,85.6906 L 138.1300,85.6906 L 147.4800,76.3406 L 147.4800,76.3406 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_56"/><path d=" M 147.4800,76.3406 L 138.1300,85.6906 L 138.1300,85.6906 L 147.4800,76.3406 L 147.4800,76.3406 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_57"/><path d=" M 147.4800,76.3406 L 138.1300,85.6906 L 214.3900,141.1623 L 223.7400,131.8123 L 147.4800,76.3406 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_58"/><path d=" M 147.4800,76.3406 L 138.1300,85.6906 L 214.3900,141.1623 L 223.7400,131.8123 L 147.4800,76.3406 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_59"/><path d=" M 223.7400,131.8123 L 214.3900,141.1623 L 290.6500,129.6730 L 300.0000,120.3230 L 223.7400,131.8123 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_60"/><path d=" M 223.7400,131.8123 L 214.3900,141.1623 L 290.6500,129.6730 L 300.0000,120.3230 L 223.7400,131.8123 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_61"/><path d=" M 300.0000,120.3230 L 290.6500,129.6730 L 366.9100,182.2724 L 376.2600,172.9224 L 300.0000,120.3230 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_62"/><path d=" M 300.0000,120.3230 L 290.6500,129.6730 L 366.9100,182.2724 L 376.2600,172.9224 L 300.0000,120.3230 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_63"/><path d=" M 376.2600,172.9224 L 366.9100,182.2724 L 443.1700,73.1242 L 452.5200,63.7742 L 376.2600,172.9224 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_64"/><path d=" M 376.2600,172.9224 L 366.9100,182.2724 L 443.1700,73.1242 L 452.5200,63.7742 L 376.2600,172.9224 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_65"/><ellipse cx="156.83" cy="122.46232" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_66"/><ellipse cx="233.09" cy="160.70008" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_67"/><ellipse cx="309.35" cy="106.30552" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_68"/><ellipse cx="385.61" cy="142.9276" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_69"/><ellipse cx="461.87" cy="164.29048" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_70"/><ellipse cx="147.48" cy="76.34064" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_71"/><ellipse cx="223.74" cy="131.81232" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_72"/><ellipse cx="300" cy="120.32304" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_73"/><ellipse cx="376.26" cy="172.9224" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_74"/><ellipse cx="452.52" cy="63.77424" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_75"/><path d=" M 500.0000,164.4700 L 481.3000,183.1700" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_76"/><path d=" M 481.3000,183.1700 L 100.0000,183.1700" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_77"/><path d=" M 100.0000,183.1700 L 118.7000,164.4700" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_78"/><path d=" M 156.8300,13.0000 L 138.1300,31.7000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_79"/><path d=" M 138.1300,31.7000 L 138.1300,200.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_80"/><path d=" M 138.1300,200.0000 L 156.8300,181.3000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_81"/><text id="ezcGraphTextBox_4" x="223.6" text-length="52.8px" y="9" style="font-size: 6px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line chart title</text><text id="ezcGraphTextBox_8" x="19" text-length="46.2px" y="31" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text id="ezcGraphTextBox_10" x="19" text-length="46.2px" y="49" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text id="ezcGraphTextBox_20" x="185.284" text-length="58.212px" y="198.2" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text id="ezcGraphTextBox_24" x="261.544" text-length="58.212px" y="198.2" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text id="ezcGraphTextBox_28" x="337.804" text-length="58.212px" y="198.2" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text id="ezcGraphTextBox_32" x="414.064" text-length="58.212px" y="198.2" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text id="ezcGraphTextBox_33" x="128.947" text-length="7.2765px" y="181.37" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text id="ezcGraphTextBox_37" x="114.394" text-length="21.8295px" y="136.49" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text id="ezcGraphTextBox_41" x="114.394" text-length="21.8295px" y="91.61" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text id="ezcGraphTextBox_45" x="114.394" text-length="21.8295px" y="63.56" style="font-size: 13px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer3dTest_testRenderBarChart.svg b/tests/data/compare/ezcGraphRenderer3dTest_testRenderBarChart.svg
index 0f966f3..050ab5b 100644
--- a/tests/data/compare/ezcGraphRenderer3dTest_testRenderBarChart.svg
+++ b/tests/data/compare/ezcGraphRenderer3dTest_testRenderBarChart.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 99.0000,1.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 98.0000,2.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><path d=" M 4.0000,18.0000 L 4.0000,4.0000 L 18.0000,4.0000 L 18.0000,18.0000 L 4.0000,18.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 4.0000,36.0000 L 4.0000,22.0000 L 18.0000,22.0000 L 18.0000,36.0000 L 4.0000,36.0000 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 100.0000,182.0000 L 120.0000,162.0000 L 500.0000,162.0000 L 480.0000,182.0000 L 100.0000,182.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 120.0000,162.0000 L 500.0000,162.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 492.0000,166.0000 L 500.0000,162.0000 L 492.0000,158.0000 L 492.0000,166.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 138.0000,200.0000 L 158.0000,180.0000 L 158.0000,0.0000 L 138.0000,20.0000 L 138.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 158.0000,180.0000 L 158.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 155.5000,5.0000 L 158.0000,0.0000 L 160.5000,5.0000 L 155.5000,5.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 218.8000,162.0000 L 218.8000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 198.8000,179.3000 L 218.8000,159.3000 L 218.8000,164.7000 L 198.8000,184.7000 L 198.8000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 198.8000,179.3000 L 218.8000,159.3000 L 218.8000,164.7000 L 198.8000,184.7000 L 198.8000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 279.6000,162.0000 L 279.6000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 259.6000,179.3000 L 279.6000,159.3000 L 279.6000,164.7000 L 259.6000,184.7000 L 259.6000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 259.6000,179.3000 L 279.6000,159.3000 L 279.6000,164.7000 L 259.6000,184.7000 L 259.6000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 340.4000,162.0000 L 340.4000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 320.4000,179.3000 L 340.4000,159.3000 L 340.4000,164.7000 L 320.4000,184.7000 L 320.4000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 320.4000,179.3000 L 340.4000,159.3000 L 340.4000,164.7000 L 320.4000,184.7000 L 320.4000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 401.2000,162.0000 L 401.2000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 381.2000,179.3000 L 401.2000,159.3000 L 401.2000,164.7000 L 381.2000,184.7000 L 381.2000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 381.2000,179.3000 L 401.2000,159.3000 L 401.2000,164.7000 L 381.2000,184.7000 L 381.2000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,162.0000 L 462.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 442.0000,179.3000 L 462.0000,159.3000 L 462.0000,164.7000 L 442.0000,184.7000 L 442.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 442.0000,179.3000 L 462.0000,159.3000 L 462.0000,164.7000 L 442.0000,184.7000 L 442.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,133.2000 L 158.0000,133.2000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,153.2000 L 158.0000,133.2000 L 160.8500,133.2000 L 140.8500,153.2000 L 138.0000,153.2000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 138.0000,153.2000 L 158.0000,133.2000 L 160.8500,133.2000 L 140.8500,153.2000 L 138.0000,153.2000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,104.4000 L 158.0000,104.4000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,124.4000 L 158.0000,104.4000 L 160.8500,104.4000 L 140.8500,124.4000 L 138.0000,124.4000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 138.0000,124.4000 L 158.0000,104.4000 L 160.8500,104.4000 L 140.8500,124.4000 L 138.0000,124.4000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,75.6000 L 158.0000,75.6000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,95.6000 L 158.0000,75.6000 L 160.8500,75.6000 L 140.8500,95.6000 L 138.0000,95.6000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 138.0000,95.6000 L 158.0000,75.6000 L 160.8500,75.6000 L 140.8500,95.6000 L 138.0000,95.6000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,46.8000 L 158.0000,46.8000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,66.8000 L 158.0000,46.8000 L 160.8500,46.8000 L 140.8500,66.8000 L 138.0000,66.8000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 138.0000,66.8000 L 158.0000,46.8000 L 160.8500,46.8000 L 140.8500,66.8000 L 138.0000,66.8000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,18.0000 L 158.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,38.0000 L 158.0000,18.0000 L 160.8500,18.0000 L 140.8500,38.0000 L 138.0000,38.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 138.0000,38.0000 L 158.0000,18.0000 L 160.8500,18.0000 L 140.8500,38.0000 L 138.0000,38.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 160.5196,39.5840 L 144.5196,55.5840 L 168.8776,55.5840 L 184.8776,39.5840 L 160.5196,39.5840 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;"/><path d=" M 168.8776,180.0000 L 144.5196,180.0000 L 144.5196,55.5840 L 168.8776,55.5840 L 168.8776,180.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 184.8776,39.5840 L 168.8776,55.5840 L 168.8776,180.0000 L 184.8776,164.0000 L 184.8776,39.5840 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;"/><path d=" M 187.9224,96.6080 L 171.9224,112.6080 L 196.2804,112.6080 L 212.2804,96.6080 L 187.9224,96.6080 z " style="fill: #8f1919; fill-opacity: 1.00; stroke: none;"/><path d=" M 196.2804,180.0000 L 171.9224,180.0000 L 171.9224,112.6080 L 196.2804,112.6080 L 196.2804,180.0000 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 212.2804,96.6080 L 196.2804,112.6080 L 196.2804,180.0000 L 212.2804,164.0000 L 212.2804,96.6080 z " style="fill: #bf2121; fill-opacity: 1.00; stroke: none;"/><path d=" M 221.3196,151.6160 L 205.3196,167.6160 L 229.6776,167.6160 L 245.6776,151.6160 L 221.3196,151.6160 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;"/><path d=" M 229.6776,180.0000 L 205.3196,180.0000 L 205.3196,167.6160 L 229.6776,167.6160 L 229.6776,180.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 245.6776,151.6160 L 229.6776,167.6160 L 229.6776,180.0000 L 245.6776,164.0000 L 245.6776,151.6160 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;"/><path d=" M 248.7224,157.9520 L 232.7224,173.9520 L 257.0804,173.9520 L 273.0804,157.9520 L 248.7224,157.9520 z " style="fill: #8f1919; fill-opacity: 1.00; stroke: none;"/><path d=" M 257.0804,180.0000 L 232.7224,180.0000 L 232.7224,173.9520 L 257.0804,173.9520 L 257.0804,180.0000 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 273.0804,157.9520 L 257.0804,173.9520 L 257.0804,180.0000 L 273.0804,164.0000 L 273.0804,157.9520 z " style="fill: #bf2121; fill-opacity: 1.00; stroke: none;"/><path d=" M 282.1196,145.2800 L 266.1196,161.2800 L 290.4776,161.2800 L 306.4776,145.2800 L 282.1196,145.2800 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;"/><path d=" M 290.4776,180.0000 L 266.1196,180.0000 L 266.1196,161.2800 L 290.4776,161.2800 L 290.4776,180.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 306.4776,145.2800 L 290.4776,161.2800 L 290.4776,180.0000 L 306.4776,164.0000 L 306.4776,145.2800 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;"/><path d=" M 309.5224,70.6880 L 293.5224,86.6880 L 317.8804,86.6880 L 333.8804,70.6880 L 309.5224,70.6880 z " style="fill: #8f1919; fill-opacity: 1.00; stroke: none;"/><path d=" M 317.8804,180.0000 L 293.5224,180.0000 L 293.5224,86.6880 L 317.8804,86.6880 L 317.8804,180.0000 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 333.8804,70.6880 L 317.8804,86.6880 L 317.8804,180.0000 L 333.8804,164.0000 L 333.8804,70.6880 z " style="fill: #bf2121; fill-opacity: 1.00; stroke: none;"/><path d=" M 342.9196,136.0640 L 326.9196,152.0640 L 351.2776,152.0640 L 367.2776,136.0640 L 342.9196,136.0640 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;"/><path d=" M 351.2776,180.0000 L 326.9196,180.0000 L 326.9196,152.0640 L 351.2776,152.0640 L 351.2776,180.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 367.2776,136.0640 L 351.2776,152.0640 L 351.2776,180.0000 L 367.2776,164.0000 L 367.2776,136.0640 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;"/><path d=" M 370.3224,129.4400 L 354.3224,145.4400 L 378.6804,145.4400 L 394.6804,129.4400 L 370.3224,129.4400 z " style="fill: #8f1919; fill-opacity: 1.00; stroke: none;"/><path d=" M 378.6804,180.0000 L 354.3224,180.0000 L 354.3224,145.4400 L 378.6804,145.4400 L 378.6804,180.0000 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 394.6804,129.4400 L 378.6804,145.4400 L 378.6804,180.0000 L 394.6804,164.0000 L 394.6804,129.4400 z " style="fill: #bf2121; fill-opacity: 1.00; stroke: none;"/><path d=" M 403.7196,119.6480 L 387.7196,135.6480 L 412.0776,135.6480 L 428.0776,119.6480 L 403.7196,119.6480 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;"/><path d=" M 412.0776,180.0000 L 387.7196,180.0000 L 387.7196,135.6480 L 412.0776,135.6480 L 412.0776,180.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 428.0776,119.6480 L 412.0776,135.6480 L 412.0776,180.0000 L 428.0776,164.0000 L 428.0776,119.6480 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;"/><path d=" M 431.1224,163.7120 L 415.1224,179.7120 L 439.4804,179.7120 L 455.4804,163.7120 L 431.1224,163.7120 z " style="fill: #8f1919; fill-opacity: 1.00; stroke: none;"/><path d=" M 439.4804,180.0000 L 415.1224,180.0000 L 415.1224,179.7120 L 439.4804,179.7120 L 439.4804,180.0000 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 455.4804,163.7120 L 439.4804,179.7120 L 439.4804,180.0000 L 455.4804,164.0000 L 455.4804,163.7120 z " style="fill: #bf2121; fill-opacity: 1.00; stroke: none;"/><path d=" M 500.0000,162.0000 L 480.0000,182.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 480.0000,182.0000 L 100.0000,182.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 100.0000,182.0000 L 120.0000,162.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 158.0000,0.0000 L 138.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,20.0000 L 138.0000,200.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,200.0000 L 158.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><text x="19" text-length="46.2px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 0</text><text x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text x="144.64" text-length="47.52px" y="194.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 1</text><text x="205.44" text-length="47.52px" y="194.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text x="266.24" text-length="47.52px" y="194.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text x="327.04" text-length="47.52px" y="194.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text x="387.84" text-length="47.52px" y="194.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text x="130.16" text-length="5.94px" y="180.2" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text x="118.28" text-length="17.82px" y="151.4" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">100</text><text x="118.28" text-length="17.82px" y="122.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">200</text><text x="118.28" text-length="17.82px" y="93.8" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">300</text><text x="118.28" text-length="17.82px" y="65" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">400</text><text x="118.28" text-length="17.82px" y="50.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 99.0000,1.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 98.0000,2.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_3"/><path d=" M 4.0000,18.0000 L 4.0000,4.0000 L 18.0000,4.0000 L 18.0000,18.0000 L 4.0000,18.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_4"/><path d=" M 4.0000,36.0000 L 4.0000,22.0000 L 18.0000,22.0000 L 18.0000,36.0000 L 4.0000,36.0000 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_6"/><path d=" M 100.0000,182.0000 L 120.0000,162.0000 L 500.0000,162.0000 L 480.0000,182.0000 L 100.0000,182.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_8"/><path d=" M 120.0000,162.0000 L 500.0000,162.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_9"/><path d=" M 492.0000,166.0000 L 500.0000,162.0000 L 492.0000,158.0000 L 492.0000,166.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_10"/><path d=" M 138.0000,200.0000 L 158.0000,180.0000 L 158.0000,0.0000 L 138.0000,20.0000 L 138.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_11"/><path d=" M 158.0000,180.0000 L 158.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_12"/><path d=" M 155.5000,5.0000 L 158.0000,0.0000 L 160.5000,5.0000 L 155.5000,5.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_13"/><path d=" M 218.8000,162.0000 L 218.8000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_15"/><path d=" M 198.8000,179.3000 L 218.8000,159.3000 L 218.8000,164.7000 L 198.8000,184.7000 L 198.8000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_16"/><path d=" M 198.8000,179.3000 L 218.8000,159.3000 L 218.8000,164.7000 L 198.8000,184.7000 L 198.8000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_17"/><path d=" M 279.6000,162.0000 L 279.6000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_19"/><path d=" M 259.6000,179.3000 L 279.6000,159.3000 L 279.6000,164.7000 L 259.6000,184.7000 L 259.6000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_20"/><path d=" M 259.6000,179.3000 L 279.6000,159.3000 L 279.6000,164.7000 L 259.6000,184.7000 L 259.6000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_21"/><path d=" M 340.4000,162.0000 L 340.4000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_23"/><path d=" M 320.4000,179.3000 L 340.4000,159.3000 L 340.4000,164.7000 L 320.4000,184.7000 L 320.4000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_24"/><path d=" M 320.4000,179.3000 L 340.4000,159.3000 L 340.4000,164.7000 L 320.4000,184.7000 L 320.4000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_25"/><path d=" M 401.2000,162.0000 L 401.2000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_27"/><path d=" M 381.2000,179.3000 L 401.2000,159.3000 L 401.2000,164.7000 L 381.2000,184.7000 L 381.2000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_28"/><path d=" M 381.2000,179.3000 L 401.2000,159.3000 L 401.2000,164.7000 L 381.2000,184.7000 L 381.2000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_29"/><path d=" M 462.0000,162.0000 L 462.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_31"/><path d=" M 442.0000,179.3000 L 462.0000,159.3000 L 462.0000,164.7000 L 442.0000,184.7000 L 442.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_32"/><path d=" M 442.0000,179.3000 L 462.0000,159.3000 L 462.0000,164.7000 L 442.0000,184.7000 L 442.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_33"/><path d=" M 462.0000,133.2000 L 158.0000,133.2000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_35"/><path d=" M 138.0000,153.2000 L 158.0000,133.2000 L 160.8500,133.2000 L 140.8500,153.2000 L 138.0000,153.2000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_36"/><path d=" M 138.0000,153.2000 L 158.0000,133.2000 L 160.8500,133.2000 L 140.8500,153.2000 L 138.0000,153.2000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_37"/><path d=" M 462.0000,104.4000 L 158.0000,104.4000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_39"/><path d=" M 138.0000,124.4000 L 158.0000,104.4000 L 160.8500,104.4000 L 140.8500,124.4000 L 138.0000,124.4000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_40"/><path d=" M 138.0000,124.4000 L 158.0000,104.4000 L 160.8500,104.4000 L 140.8500,124.4000 L 138.0000,124.4000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_41"/><path d=" M 462.0000,75.6000 L 158.0000,75.6000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_43"/><path d=" M 138.0000,95.6000 L 158.0000,75.6000 L 160.8500,75.6000 L 140.8500,95.6000 L 138.0000,95.6000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_44"/><path d=" M 138.0000,95.6000 L 158.0000,75.6000 L 160.8500,75.6000 L 140.8500,95.6000 L 138.0000,95.6000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_45"/><path d=" M 462.0000,46.8000 L 158.0000,46.8000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_47"/><path d=" M 138.0000,66.8000 L 158.0000,46.8000 L 160.8500,46.8000 L 140.8500,66.8000 L 138.0000,66.8000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_48"/><path d=" M 138.0000,66.8000 L 158.0000,46.8000 L 160.8500,46.8000 L 140.8500,66.8000 L 138.0000,66.8000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_49"/><path d=" M 462.0000,18.0000 L 158.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_51"/><path d=" M 138.0000,38.0000 L 158.0000,18.0000 L 160.8500,18.0000 L 140.8500,38.0000 L 138.0000,38.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_52"/><path d=" M 138.0000,38.0000 L 158.0000,18.0000 L 160.8500,18.0000 L 140.8500,38.0000 L 138.0000,38.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_53"/><path d=" M 160.5196,39.5840 L 144.5196,55.5840 L 168.8776,55.5840 L 184.8776,39.5840 L 160.5196,39.5840 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_55"/><path d=" M 168.8776,180.0000 L 144.5196,180.0000 L 144.5196,55.5840 L 168.8776,55.5840 L 168.8776,180.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_56"/><path d=" M 184.8776,39.5840 L 168.8776,55.5840 L 168.8776,180.0000 L 184.8776,164.0000 L 184.8776,39.5840 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_57"/><path d=" M 187.9224,96.6080 L 171.9224,112.6080 L 196.2804,112.6080 L 212.2804,96.6080 L 187.9224,96.6080 z " style="fill: #8f1919; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_58"/><path d=" M 196.2804,180.0000 L 171.9224,180.0000 L 171.9224,112.6080 L 196.2804,112.6080 L 196.2804,180.0000 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_59"/><path d=" M 212.2804,96.6080 L 196.2804,112.6080 L 196.2804,180.0000 L 212.2804,164.0000 L 212.2804,96.6080 z " style="fill: #bf2121; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_60"/><path d=" M 221.3196,151.6160 L 205.3196,167.6160 L 229.6776,167.6160 L 245.6776,151.6160 L 221.3196,151.6160 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_61"/><path d=" M 229.6776,180.0000 L 205.3196,180.0000 L 205.3196,167.6160 L 229.6776,167.6160 L 229.6776,180.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_62"/><path d=" M 245.6776,151.6160 L 229.6776,167.6160 L 229.6776,180.0000 L 245.6776,164.0000 L 245.6776,151.6160 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_63"/><path d=" M 248.7224,157.9520 L 232.7224,173.9520 L 257.0804,173.9520 L 273.0804,157.9520 L 248.7224,157.9520 z " style="fill: #8f1919; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_64"/><path d=" M 257.0804,180.0000 L 232.7224,180.0000 L 232.7224,173.9520 L 257.0804,173.9520 L 257.0804,180.0000 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_65"/><path d=" M 273.0804,157.9520 L 257.0804,173.9520 L 257.0804,180.0000 L 273.0804,164.0000 L 273.0804,157.9520 z " style="fill: #bf2121; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_66"/><path d=" M 282.1196,145.2800 L 266.1196,161.2800 L 290.4776,161.2800 L 306.4776,145.2800 L 282.1196,145.2800 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_67"/><path d=" M 290.4776,180.0000 L 266.1196,180.0000 L 266.1196,161.2800 L 290.4776,161.2800 L 290.4776,180.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_68"/><path d=" M 306.4776,145.2800 L 290.4776,161.2800 L 290.4776,180.0000 L 306.4776,164.0000 L 306.4776,145.2800 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_69"/><path d=" M 309.5224,70.6880 L 293.5224,86.6880 L 317.8804,86.6880 L 333.8804,70.6880 L 309.5224,70.6880 z " style="fill: #8f1919; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_70"/><path d=" M 317.8804,180.0000 L 293.5224,180.0000 L 293.5224,86.6880 L 317.8804,86.6880 L 317.8804,180.0000 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_71"/><path d=" M 333.8804,70.6880 L 317.8804,86.6880 L 317.8804,180.0000 L 333.8804,164.0000 L 333.8804,70.6880 z " style="fill: #bf2121; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_72"/><path d=" M 342.9196,136.0640 L 326.9196,152.0640 L 351.2776,152.0640 L 367.2776,136.0640 L 342.9196,136.0640 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_73"/><path d=" M 351.2776,180.0000 L 326.9196,180.0000 L 326.9196,152.0640 L 351.2776,152.0640 L 351.2776,180.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_74"/><path d=" M 367.2776,136.0640 L 351.2776,152.0640 L 351.2776,180.0000 L 367.2776,164.0000 L 367.2776,136.0640 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_75"/><path d=" M 370.3224,129.4400 L 354.3224,145.4400 L 378.6804,145.4400 L 394.6804,129.4400 L 370.3224,129.4400 z " style="fill: #8f1919; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_76"/><path d=" M 378.6804,180.0000 L 354.3224,180.0000 L 354.3224,145.4400 L 378.6804,145.4400 L 378.6804,180.0000 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_77"/><path d=" M 394.6804,129.4400 L 378.6804,145.4400 L 378.6804,180.0000 L 394.6804,164.0000 L 394.6804,129.4400 z " style="fill: #bf2121; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_78"/><path d=" M 403.7196,119.6480 L 387.7196,135.6480 L 412.0776,135.6480 L 428.0776,119.6480 L 403.7196,119.6480 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_79"/><path d=" M 412.0776,180.0000 L 387.7196,180.0000 L 387.7196,135.6480 L 412.0776,135.6480 L 412.0776,180.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_80"/><path d=" M 428.0776,119.6480 L 412.0776,135.6480 L 412.0776,180.0000 L 428.0776,164.0000 L 428.0776,119.6480 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_81"/><path d=" M 431.1224,163.7120 L 415.1224,179.7120 L 439.4804,179.7120 L 455.4804,163.7120 L 431.1224,163.7120 z " style="fill: #8f1919; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_82"/><path d=" M 439.4804,180.0000 L 415.1224,180.0000 L 415.1224,179.7120 L 439.4804,179.7120 L 439.4804,180.0000 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_83"/><path d=" M 455.4804,163.7120 L 439.4804,179.7120 L 439.4804,180.0000 L 455.4804,164.0000 L 455.4804,163.7120 z " style="fill: #bf2121; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_84"/><path d=" M 500.0000,162.0000 L 480.0000,182.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_85"/><path d=" M 480.0000,182.0000 L 100.0000,182.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_86"/><path d=" M 100.0000,182.0000 L 120.0000,162.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_87"/><path d=" M 158.0000,0.0000 L 138.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_88"/><path d=" M 138.0000,20.0000 L 138.0000,200.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_89"/><path d=" M 138.0000,200.0000 L 158.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_90"/><text id="ezcGraphTextBox_5" x="19" text-length="46.2px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 0</text><text id="ezcGraphTextBox_7" x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text id="ezcGraphTextBox_14" x="144.64" text-length="47.52px" y="194.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 1</text><text id="ezcGraphTextBox_18" x="205.44" text-length="47.52px" y="194.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text id="ezcGraphTextBox_22" x="266.24" text-length="47.52px" y="194.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text id="ezcGraphTextBox_26" x="327.04" text-length="47.52px" y="194.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text id="ezcGraphTextBox_30" x="387.84" text-length="47.52px" y="194.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text id="ezcGraphTextBox_34" x="130.16" text-length="5.94px" y="180.2" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text id="ezcGraphTextBox_38" x="118.28" text-length="17.82px" y="151.4" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">100</text><text id="ezcGraphTextBox_42" x="118.28" text-length="17.82px" y="122.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">200</text><text id="ezcGraphTextBox_46" x="118.28" text-length="17.82px" y="93.8" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">300</text><text id="ezcGraphTextBox_50" x="118.28" text-length="17.82px" y="65" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">400</text><text id="ezcGraphTextBox_54" x="118.28" text-length="17.82px" y="50.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer3dTest_testRenderBarChartSymbols.svg b/tests/data/compare/ezcGraphRenderer3dTest_testRenderBarChartSymbols.svg
index 047be7d..0b313e9 100644
--- a/tests/data/compare/ezcGraphRenderer3dTest_testRenderBarChartSymbols.svg
+++ b/tests/data/compare/ezcGraphRenderer3dTest_testRenderBarChartSymbols.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="700" height="200" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_229_104_245_104_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_229_104_245_104_ffffffbf_0000007f" x1="229.62040178571" y1="104.608" x2="245.31790178571" y2="104.608" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_229_104_245_104_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_229_104_245_104_8f191900_ef292900"><stop offset="0" style="stop-color: #8f1919; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #ef2929; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_229_104_245_104_8f191900_ef292900" x1="229.62040178571" y1="104.608" x2="245.31790178571" y2="104.608" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_229_104_245_104_8f191900_ef292900"/><linearGradient id="Definition_LinearGradient_249_136_264_136_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_249_136_264_136_ffffffbf_0000007f" x1="249.08209821429" y1="136.288" x2="264.77959821429" y2="136.288" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_249_136_264_136_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_316_165_331_165_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_316_165_331_165_ffffffbf_0000007f" x1="316.02040178571" y1="165.952" x2="331.71790178571" y2="165.952" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_316_165_331_165_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_316_165_331_165_8f191900_ef292900"><stop offset="0" style="stop-color: #8f1919; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #ef2929; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_316_165_331_165_8f191900_ef292900" x1="316.02040178571" y1="165.952" x2="331.71790178571" y2="165.952" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_316_165_331_165_8f191900_ef292900"/><linearGradient id="Definition_LinearGradient_335_101_351_101_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_335_101_351_101_ffffffbf_0000007f" x1="335.48209821429" y1="101.44" x2="351.17959821429" y2="101.44" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_335_101_351_101_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_402_78_418_78_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_402_78_418_78_ffffffbf_0000007f" x1="402.42040178571" y1="78.688" x2="418.11790178571" y2="78.688" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_402_78_418_78_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_402_78_418_78_8f191900_ef292900"><stop offset="0" style="stop-color: #8f1919; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #ef2929; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_402_78_418_78_8f191900_ef292900" x1="402.42040178571" y1="78.688" x2="418.11790178571" y2="78.688" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_402_78_418_78_8f191900_ef292900"/><linearGradient id="Definition_LinearGradient_421_68_437_68_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_421_68_437_68_ffffffbf_0000007f" x1="421.88209821429" y1="68.032" x2="437.57959821429" y2="68.032" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_421_68_437_68_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_488_137_504_137_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_488_137_504_137_ffffffbf_0000007f" x1="488.82040178571" y1="137.44" x2="504.51790178571" y2="137.44" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_488_137_504_137_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_488_137_504_137_8f191900_ef292900"><stop offset="0" style="stop-color: #8f1919; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #ef2929; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_488_137_504_137_8f191900_ef292900" x1="488.82040178571" y1="137.44" x2="504.51790178571" y2="137.44" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_488_137_504_137_8f191900_ef292900"/><linearGradient id="Definition_LinearGradient_508_53_523_53_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_508_53_523_53_ffffffbf_0000007f" x1="508.28209821429" y1="53.344" x2="523.97959821429" y2="53.344" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_508_53_523_53_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_575_171_590_171_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_575_171_590_171_ffffffbf_0000007f" x1="575.22040178571" y1="171.712" x2="590.91790178571" y2="171.712" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_575_171_590_171_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_575_171_590_171_8f191900_ef292900"><stop offset="0" style="stop-color: #8f1919; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #ef2929; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_575_171_590_171_8f191900_ef292900" x1="575.22040178571" y1="171.712" x2="590.91790178571" y2="171.712" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_575_171_590_171_8f191900_ef292900"/><linearGradient id="Definition_LinearGradient_594_33_610_33_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_594_33_610_33_ffffffbf_0000007f" x1="594.68209821429" y1="33.76" x2="610.37959821429" y2="33.76" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_594_33_610_33_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 700.0000,0.0000 L 700.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 139.0000,1.0000 L 139.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 138.0000,2.0000 L 138.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><path d=" M 4.0000,18.0000 L 4.0000,4.0000 L 18.0000,4.0000 L 18.0000,18.0000 L 4.0000,18.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="11" cy="47" rx="7" ry="7" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><path d=" M 4.0000,65.0000 L 11.0000,58.0000 L 18.0000,65.0000 L 11.0000,72.0000 L 4.0000,65.0000 z " style="fill: #8ae234; fill-opacity: 1.00; stroke: none;"/><path d=" M 140.0000,182.0000 L 160.0000,162.0000 L 700.0000,162.0000 L 680.0000,182.0000 L 140.0000,182.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 160.0000,162.0000 L 700.0000,162.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 692.0000,166.0000 L 700.0000,162.0000 L 692.0000,158.0000 L 692.0000,166.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 194.0000,200.0000 L 214.0000,180.0000 L 214.0000,0.0000 L 194.0000,20.0000 L 194.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 214.0000,180.0000 L 214.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 211.5000,5.0000 L 214.0000,0.0000 L 216.5000,5.0000 L 211.5000,5.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 300.4000,162.0000 L 300.4000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 280.4000,179.3000 L 300.4000,159.3000 L 300.4000,164.7000 L 280.4000,184.7000 L 280.4000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 280.4000,179.3000 L 300.4000,159.3000 L 300.4000,164.7000 L 280.4000,184.7000 L 280.4000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 386.8000,162.0000 L 386.8000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 366.8000,179.3000 L 386.8000,159.3000 L 386.8000,164.7000 L 366.8000,184.7000 L 366.8000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 366.8000,179.3000 L 386.8000,159.3000 L 386.8000,164.7000 L 366.8000,184.7000 L 366.8000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 473.2000,162.0000 L 473.2000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 453.2000,179.3000 L 473.2000,159.3000 L 473.2000,164.7000 L 453.2000,184.7000 L 453.2000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 453.2000,179.3000 L 473.2000,159.3000 L 473.2000,164.7000 L 453.2000,184.7000 L 453.2000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 559.6000,162.0000 L 559.6000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 539.6000,179.3000 L 559.6000,159.3000 L 559.6000,164.7000 L 539.6000,184.7000 L 539.6000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 539.6000,179.3000 L 559.6000,159.3000 L 559.6000,164.7000 L 539.6000,184.7000 L 539.6000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 646.0000,162.0000 L 646.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 626.0000,179.3000 L 646.0000,159.3000 L 646.0000,164.7000 L 626.0000,184.7000 L 626.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 626.0000,179.3000 L 646.0000,159.3000 L 646.0000,164.7000 L 626.0000,184.7000 L 626.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 646.0000,133.2000 L 214.0000,133.2000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 194.0000,153.2000 L 214.0000,133.2000 L 216.8929,133.2000 L 196.8929,153.2000 L 194.0000,153.2000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 194.0000,153.2000 L 214.0000,133.2000 L 216.8929,133.2000 L 196.8929,153.2000 L 194.0000,153.2000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 646.0000,104.4000 L 214.0000,104.4000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 194.0000,124.4000 L 214.0000,104.4000 L 216.8929,104.4000 L 196.8929,124.4000 L 194.0000,124.4000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 194.0000,124.4000 L 214.0000,104.4000 L 216.8929,104.4000 L 196.8929,124.4000 L 194.0000,124.4000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 646.0000,75.6000 L 214.0000,75.6000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 194.0000,95.6000 L 214.0000,75.6000 L 216.8929,75.6000 L 196.8929,95.6000 L 194.0000,95.6000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 194.0000,95.6000 L 214.0000,75.6000 L 216.8929,75.6000 L 196.8929,95.6000 L 194.0000,95.6000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 646.0000,46.8000 L 214.0000,46.8000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 194.0000,66.8000 L 214.0000,46.8000 L 216.8929,46.8000 L 196.8929,66.8000 L 194.0000,66.8000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 194.0000,66.8000 L 214.0000,46.8000 L 216.8929,46.8000 L 196.8929,66.8000 L 194.0000,66.8000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 646.0000,18.0000 L 214.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 194.0000,38.0000 L 214.0000,18.0000 L 216.8929,18.0000 L 196.8929,38.0000 L 194.0000,38.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 194.0000,38.0000 L 214.0000,18.0000 L 216.8929,18.0000 L 196.8929,38.0000 L 194.0000,38.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 218.4390,39.5840 L 202.4390,55.5840 L 217.5759,55.5840 L 233.5759,39.5840 L 218.4390,39.5840 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;"/><path d=" M 217.5759,180.0000 L 202.4390,180.0000 L 202.4390,55.5840 L 217.5759,55.5840 L 217.5759,180.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 233.5759,39.5840 L 217.5759,55.5840 L 217.5759,180.0000 L 233.5759,164.0000 L 233.5759,39.5840 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;"/><path d="M 229.62,172.00 A 7.85,3.92 0 0,0 245.32,172.00 L 245.32,104.61 A 7.85,3.924375 0 0,1 229.62,104.61 z" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d="M 229.62,172.00 A 7.85,3.92 0 0,0 245.32,172.00 L 245.32,104.61 A 7.85,3.924375 0 0,1 229.62,104.61 z" style="fill: url(#LinearGradient_229_104_245_104_ffffffbf_0000007f); stroke: none;"/><ellipse cx="237.46915178571" cy="104.608" rx="7.84875" ry="3.924375" style="fill: url(#LinearGradient_229_104_245_104_8f191900_ef292900); stroke: none;"/><path d="M 249.08,172.00 A 7.85,3.92 0 0,0 264.78,172.00 L 264.78,136.29 A 7.85,3.924375 0 0,1 249.08,136.29 z" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><path d="M 249.08,172.00 A 7.85,3.92 0 0,0 264.78,172.00 L 264.78,136.29 A 7.85,3.924375 0 0,1 249.08,136.29 z" style="fill: url(#LinearGradient_249_136_264_136_ffffffbf_0000007f); stroke: none;"/><ellipse cx="256.93084821429" cy="136.288" rx="7.84875" ry="3.924375" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><path d=" M 271.4199,180.0000 L 268.8241,172.0000 L 268.8241,60.5440 L 271.4199,68.5440 L 271.4199,180.0000 z " style="fill: #8ae234; fill-opacity: 1.00; stroke: none;"/><path d=" M 268.8241,60.5440 L 271.4199,68.5440 L 283.9610,60.5440 L 281.3652,52.5440 L 268.8241,60.5440 z " style="fill: #53881f; fill-opacity: 1.00; stroke: none;"/><path d=" M 271.4199,180.0000 L 283.9610,172.0000 L 283.9610,60.5440 L 271.4199,68.5440 L 271.4199,180.0000 z " style="fill: #6eb52a; fill-opacity: 1.00; stroke: none;"/><path d=" M 304.8390,151.6160 L 288.8390,167.6160 L 303.9759,167.6160 L 319.9759,151.6160 L 304.8390,151.6160 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;"/><path d=" M 303.9759,180.0000 L 288.8390,180.0000 L 288.8390,167.6160 L 303.9759,167.6160 L 303.9759,180.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 319.9759,151.6160 L 303.9759,167.6160 L 303.9759,180.0000 L 319.9759,164.0000 L 319.9759,151.6160 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;"/><path d="M 316.02,172.00 A 7.85,3.92 0 0,0 331.72,172.00 L 331.72,165.95 A 7.85,3.924375 0 0,1 316.02,165.95 z" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d="M 316.02,172.00 A 7.85,3.92 0 0,0 331.72,172.00 L 331.72,165.95 A 7.85,3.924375 0 0,1 316.02,165.95 z" style="fill: url(#LinearGradient_316_165_331_165_ffffffbf_0000007f); stroke: none;"/><ellipse cx="323.86915178571" cy="165.952" rx="7.84875" ry="3.924375" style="fill: url(#LinearGradient_316_165_331_165_8f191900_ef292900); stroke: none;"/><path d="M 335.48,172.00 A 7.85,3.92 0 0,0 351.18,172.00 L 351.18,101.44 A 7.85,3.924375 0 0,1 335.48,101.44 z" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><path d="M 335.48,172.00 A 7.85,3.92 0 0,0 351.18,172.00 L 351.18,101.44 A 7.85,3.924375 0 0,1 335.48,101.44 z" style="fill: url(#LinearGradient_335_101_351_101_ffffffbf_0000007f); stroke: none;"/><ellipse cx="343.33084821429" cy="101.44" rx="7.84875" ry="3.924375" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><path d=" M 357.8199,180.0000 L 355.2241,172.0000 L 355.2241,96.8320 L 357.8199,104.8320 L 357.8199,180.0000 z " style="fill: #8ae234; fill-opacity: 1.00; stroke: none;"/><path d=" M 355.2241,96.8320 L 357.8199,104.8320 L 370.3610,96.8320 L 367.7652,88.8320 L 355.2241,96.8320 z " style="fill: #53881f; fill-opacity: 1.00; stroke: none;"/><path d=" M 357.8199,180.0000 L 370.3610,172.0000 L 370.3610,96.8320 L 357.8199,104.8320 L 357.8199,180.0000 z " style="fill: #6eb52a; fill-opacity: 1.00; stroke: none;"/><path d=" M 391.2390,145.2800 L 375.2390,161.2800 L 390.3759,161.2800 L 406.3759,145.2800 L 391.2390,145.2800 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;"/><path d=" M 390.3759,180.0000 L 375.2390,180.0000 L 375.2390,161.2800 L 390.3759,161.2800 L 390.3759,180.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 406.3759,145.2800 L 390.3759,161.2800 L 390.3759,180.0000 L 406.3759,164.0000 L 406.3759,145.2800 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;"/><path d="M 402.42,172.00 A 7.85,3.92 0 0,0 418.12,172.00 L 418.12,78.69 A 7.85,3.924375 0 0,1 402.42,78.69 z" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d="M 402.42,172.00 A 7.85,3.92 0 0,0 418.12,172.00 L 418.12,78.69 A 7.85,3.924375 0 0,1 402.42,78.69 z" style="fill: url(#LinearGradient_402_78_418_78_ffffffbf_0000007f); stroke: none;"/><ellipse cx="410.26915178571" cy="78.688" rx="7.84875" ry="3.924375" style="fill: url(#LinearGradient_402_78_418_78_8f191900_ef292900); stroke: none;"/><path d="M 421.88,172.00 A 7.85,3.92 0 0,0 437.58,172.00 L 437.58,68.03 A 7.85,3.924375 0 0,1 421.88,68.03 z" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><path d="M 421.88,172.00 A 7.85,3.92 0 0,0 437.58,172.00 L 437.58,68.03 A 7.85,3.924375 0 0,1 421.88,68.03 z" style="fill: url(#LinearGradient_421_68_437_68_ffffffbf_0000007f); stroke: none;"/><ellipse cx="429.73084821429" cy="68.032" rx="7.84875" ry="3.924375" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><path d=" M 444.2199,180.0000 L 441.6241,172.0000 L 441.6241,165.0880 L 444.2199,173.0880 L 444.2199,180.0000 z " style="fill: #8ae234; fill-opacity: 1.00; stroke: none;"/><path d=" M 441.6241,165.0880 L 444.2199,173.0880 L 456.7610,165.0880 L 454.1652,157.0880 L 441.6241,165.0880 z " style="fill: #53881f; fill-opacity: 1.00; stroke: none;"/><path d=" M 444.2199,180.0000 L 456.7610,172.0000 L 456.7610,165.0880 L 444.2199,173.0880 L 444.2199,180.0000 z " style="fill: #6eb52a; fill-opacity: 1.00; stroke: none;"/><path d=" M 477.6390,136.0640 L 461.6390,152.0640 L 476.7759,152.0640 L 492.7759,136.0640 L 477.6390,136.0640 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;"/><path d=" M 476.7759,180.0000 L 461.6390,180.0000 L 461.6390,152.0640 L 476.7759,152.0640 L 476.7759,180.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 492.7759,136.0640 L 476.7759,152.0640 L 476.7759,180.0000 L 492.7759,164.0000 L 492.7759,136.0640 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;"/><path d="M 488.82,172.00 A 7.85,3.92 0 0,0 504.52,172.00 L 504.52,137.44 A 7.85,3.924375 0 0,1 488.82,137.44 z" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d="M 488.82,172.00 A 7.85,3.92 0 0,0 504.52,172.00 L 504.52,137.44 A 7.85,3.924375 0 0,1 488.82,137.44 z" style="fill: url(#LinearGradient_488_137_504_137_ffffffbf_0000007f); stroke: none;"/><ellipse cx="496.66915178571" cy="137.44" rx="7.84875" ry="3.924375" style="fill: url(#LinearGradient_488_137_504_137_8f191900_ef292900); stroke: none;"/><path d="M 508.28,172.00 A 7.85,3.92 0 0,0 523.98,172.00 L 523.98,53.34 A 7.85,3.924375 0 0,1 508.28,53.34 z" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><path d="M 508.28,172.00 A 7.85,3.92 0 0,0 523.98,172.00 L 523.98,53.34 A 7.85,3.924375 0 0,1 508.28,53.34 z" style="fill: url(#LinearGradient_508_53_523_53_ffffffbf_0000007f); stroke: none;"/><ellipse cx="516.13084821429" cy="53.344" rx="7.84875" ry="3.924375" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><path d=" M 530.6199,180.0000 L 528.0241,172.0000 L 528.0241,155.0080 L 530.6199,163.0080 L 530.6199,180.0000 z " style="fill: #8ae234; fill-opacity: 1.00; stroke: none;"/><path d=" M 528.0241,155.0080 L 530.6199,163.0080 L 543.1610,155.0080 L 540.5652,147.0080 L 528.0241,155.0080 z " style="fill: #53881f; fill-opacity: 1.00; stroke: none;"/><path d=" M 530.6199,180.0000 L 543.1610,172.0000 L 543.1610,155.0080 L 530.6199,163.0080 L 530.6199,180.0000 z " style="fill: #6eb52a; fill-opacity: 1.00; stroke: none;"/><path d=" M 564.0390,119.6480 L 548.0390,135.6480 L 563.1759,135.6480 L 579.1759,119.6480 L 564.0390,119.6480 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;"/><path d=" M 563.1759,180.0000 L 548.0390,180.0000 L 548.0390,135.6480 L 563.1759,135.6480 L 563.1759,180.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 579.1759,119.6480 L 563.1759,135.6480 L 563.1759,180.0000 L 579.1759,164.0000 L 579.1759,119.6480 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;"/><path d="M 575.22,172.00 A 7.85,3.92 0 0,0 590.92,172.00 L 590.92,171.71 A 7.85,3.924375 0 0,1 575.22,171.71 z" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d="M 575.22,172.00 A 7.85,3.92 0 0,0 590.92,172.00 L 590.92,171.71 A 7.85,3.924375 0 0,1 575.22,171.71 z" style="fill: url(#LinearGradient_575_171_590_171_ffffffbf_0000007f); stroke: none;"/><ellipse cx="583.06915178571" cy="171.712" rx="7.84875" ry="3.924375" style="fill: url(#LinearGradient_575_171_590_171_8f191900_ef292900); stroke: none;"/><path d="M 594.68,172.00 A 7.85,3.92 0 0,0 610.38,172.00 L 610.38,33.76 A 7.85,3.924375 0 0,1 594.68,33.76 z" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><path d="M 594.68,172.00 A 7.85,3.92 0 0,0 610.38,172.00 L 610.38,33.76 A 7.85,3.924375 0 0,1 594.68,33.76 z" style="fill: url(#LinearGradient_594_33_610_33_ffffffbf_0000007f); stroke: none;"/><ellipse cx="602.53084821429" cy="33.76" rx="7.84875" ry="3.924375" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><path d=" M 617.0199,180.0000 L 614.4241,172.0000 L 614.4241,139.7440 L 617.0199,147.7440 L 617.0199,180.0000 z " style="fill: #8ae234; fill-opacity: 1.00; stroke: none;"/><path d=" M 614.4241,139.7440 L 617.0199,147.7440 L 629.5610,139.7440 L 626.9652,131.7440 L 614.4241,139.7440 z " style="fill: #53881f; fill-opacity: 1.00; stroke: none;"/><path d=" M 617.0199,180.0000 L 629.5610,172.0000 L 629.5610,139.7440 L 617.0199,147.7440 L 617.0199,180.0000 z " style="fill: #6eb52a; fill-opacity: 1.00; stroke: none;"/><path d=" M 700.0000,162.0000 L 680.0000,182.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 680.0000,182.0000 L 140.0000,182.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,182.0000 L 160.0000,162.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 214.0000,0.0000 L 194.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 194.0000,20.0000 L 194.0000,200.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 194.0000,200.0000 L 214.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><text x="19" text-length="69.3px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Rectangle</text><text x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Circle</text><text x="19" text-length="46.2px" y="54" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Bullet</text><text x="19" text-length="53.9px" y="72" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Diamond</text><text x="213.44" text-length="47.52px" y="194.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 1</text><text x="299.84" text-length="47.52px" y="194.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text x="386.24" text-length="47.52px" y="194.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text x="472.64" text-length="47.52px" y="194.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text x="559.04" text-length="47.52px" y="194.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text x="186.13142857143" text-length="5.94px" y="180.2" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text x="174.25142857143" text-length="17.82px" y="151.4" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">100</text><text x="174.25142857143" text-length="17.82px" y="122.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">200</text><text x="174.25142857143" text-length="17.82px" y="93.8" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">300</text><text x="174.25142857143" text-length="17.82px" y="65" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">400</text><text x="174.25142857143" text-length="17.82px" y="50.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="700" height="200" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_229_104_245_104_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_229_104_245_104_ffffffbf_0000007f" x1="229.62040178571" y1="104.608" x2="245.31790178571" y2="104.608" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_229_104_245_104_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_229_104_245_104_8f191900_ef292900"><stop offset="0" style="stop-color: #8f1919; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #ef2929; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_229_104_245_104_8f191900_ef292900" x1="229.62040178571" y1="104.608" x2="245.31790178571" y2="104.608" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_229_104_245_104_8f191900_ef292900"/><linearGradient id="Definition_LinearGradient_249_136_264_136_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_249_136_264_136_ffffffbf_0000007f" x1="249.08209821429" y1="136.288" x2="264.77959821429" y2="136.288" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_249_136_264_136_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_316_165_331_165_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_316_165_331_165_ffffffbf_0000007f" x1="316.02040178571" y1="165.952" x2="331.71790178571" y2="165.952" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_316_165_331_165_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_316_165_331_165_8f191900_ef292900"><stop offset="0" style="stop-color: #8f1919; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #ef2929; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_316_165_331_165_8f191900_ef292900" x1="316.02040178571" y1="165.952" x2="331.71790178571" y2="165.952" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_316_165_331_165_8f191900_ef292900"/><linearGradient id="Definition_LinearGradient_335_101_351_101_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_335_101_351_101_ffffffbf_0000007f" x1="335.48209821429" y1="101.44" x2="351.17959821429" y2="101.44" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_335_101_351_101_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_402_78_418_78_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_402_78_418_78_ffffffbf_0000007f" x1="402.42040178571" y1="78.688" x2="418.11790178571" y2="78.688" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_402_78_418_78_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_402_78_418_78_8f191900_ef292900"><stop offset="0" style="stop-color: #8f1919; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #ef2929; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_402_78_418_78_8f191900_ef292900" x1="402.42040178571" y1="78.688" x2="418.11790178571" y2="78.688" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_402_78_418_78_8f191900_ef292900"/><linearGradient id="Definition_LinearGradient_421_68_437_68_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_421_68_437_68_ffffffbf_0000007f" x1="421.88209821429" y1="68.032" x2="437.57959821429" y2="68.032" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_421_68_437_68_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_488_137_504_137_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_488_137_504_137_ffffffbf_0000007f" x1="488.82040178571" y1="137.44" x2="504.51790178571" y2="137.44" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_488_137_504_137_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_488_137_504_137_8f191900_ef292900"><stop offset="0" style="stop-color: #8f1919; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #ef2929; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_488_137_504_137_8f191900_ef292900" x1="488.82040178571" y1="137.44" x2="504.51790178571" y2="137.44" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_488_137_504_137_8f191900_ef292900"/><linearGradient id="Definition_LinearGradient_508_53_523_53_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_508_53_523_53_ffffffbf_0000007f" x1="508.28209821429" y1="53.344" x2="523.97959821429" y2="53.344" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_508_53_523_53_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_575_171_590_171_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_575_171_590_171_ffffffbf_0000007f" x1="575.22040178571" y1="171.712" x2="590.91790178571" y2="171.712" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_575_171_590_171_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_575_171_590_171_8f191900_ef292900"><stop offset="0" style="stop-color: #8f1919; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #ef2929; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_575_171_590_171_8f191900_ef292900" x1="575.22040178571" y1="171.712" x2="590.91790178571" y2="171.712" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_575_171_590_171_8f191900_ef292900"/><linearGradient id="Definition_LinearGradient_594_33_610_33_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_594_33_610_33_ffffffbf_0000007f" x1="594.68209821429" y1="33.76" x2="610.37959821429" y2="33.76" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_594_33_610_33_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 700.0000,0.0000 L 700.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 139.0000,1.0000 L 139.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 138.0000,2.0000 L 138.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_3"/><path d=" M 4.0000,18.0000 L 4.0000,4.0000 L 18.0000,4.0000 L 18.0000,18.0000 L 4.0000,18.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_4"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircle_6"/><ellipse cx="11" cy="47" rx="7" ry="7" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_8"/><path d=" M 4.0000,65.0000 L 11.0000,58.0000 L 18.0000,65.0000 L 11.0000,72.0000 L 4.0000,65.0000 z " style="fill: #8ae234; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_10"/><path d=" M 140.0000,182.0000 L 160.0000,162.0000 L 700.0000,162.0000 L 680.0000,182.0000 L 140.0000,182.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_12"/><path d=" M 160.0000,162.0000 L 700.0000,162.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_13"/><path d=" M 692.0000,166.0000 L 700.0000,162.0000 L 692.0000,158.0000 L 692.0000,166.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_14"/><path d=" M 194.0000,200.0000 L 214.0000,180.0000 L 214.0000,0.0000 L 194.0000,20.0000 L 194.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_15"/><path d=" M 214.0000,180.0000 L 214.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_16"/><path d=" M 211.5000,5.0000 L 214.0000,0.0000 L 216.5000,5.0000 L 211.5000,5.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_17"/><path d=" M 300.4000,162.0000 L 300.4000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_19"/><path d=" M 280.4000,179.3000 L 300.4000,159.3000 L 300.4000,164.7000 L 280.4000,184.7000 L 280.4000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_20"/><path d=" M 280.4000,179.3000 L 300.4000,159.3000 L 300.4000,164.7000 L 280.4000,184.7000 L 280.4000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_21"/><path d=" M 386.8000,162.0000 L 386.8000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_23"/><path d=" M 366.8000,179.3000 L 386.8000,159.3000 L 386.8000,164.7000 L 366.8000,184.7000 L 366.8000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_24"/><path d=" M 366.8000,179.3000 L 386.8000,159.3000 L 386.8000,164.7000 L 366.8000,184.7000 L 366.8000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_25"/><path d=" M 473.2000,162.0000 L 473.2000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_27"/><path d=" M 453.2000,179.3000 L 473.2000,159.3000 L 473.2000,164.7000 L 453.2000,184.7000 L 453.2000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_28"/><path d=" M 453.2000,179.3000 L 473.2000,159.3000 L 473.2000,164.7000 L 453.2000,184.7000 L 453.2000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_29"/><path d=" M 559.6000,162.0000 L 559.6000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_31"/><path d=" M 539.6000,179.3000 L 559.6000,159.3000 L 559.6000,164.7000 L 539.6000,184.7000 L 539.6000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_32"/><path d=" M 539.6000,179.3000 L 559.6000,159.3000 L 559.6000,164.7000 L 539.6000,184.7000 L 539.6000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_33"/><path d=" M 646.0000,162.0000 L 646.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_35"/><path d=" M 626.0000,179.3000 L 646.0000,159.3000 L 646.0000,164.7000 L 626.0000,184.7000 L 626.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_36"/><path d=" M 626.0000,179.3000 L 646.0000,159.3000 L 646.0000,164.7000 L 626.0000,184.7000 L 626.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_37"/><path d=" M 646.0000,133.2000 L 214.0000,133.2000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_39"/><path d=" M 194.0000,153.2000 L 214.0000,133.2000 L 216.8929,133.2000 L 196.8929,153.2000 L 194.0000,153.2000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_40"/><path d=" M 194.0000,153.2000 L 214.0000,133.2000 L 216.8929,133.2000 L 196.8929,153.2000 L 194.0000,153.2000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_41"/><path d=" M 646.0000,104.4000 L 214.0000,104.4000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_43"/><path d=" M 194.0000,124.4000 L 214.0000,104.4000 L 216.8929,104.4000 L 196.8929,124.4000 L 194.0000,124.4000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_44"/><path d=" M 194.0000,124.4000 L 214.0000,104.4000 L 216.8929,104.4000 L 196.8929,124.4000 L 194.0000,124.4000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_45"/><path d=" M 646.0000,75.6000 L 214.0000,75.6000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_47"/><path d=" M 194.0000,95.6000 L 214.0000,75.6000 L 216.8929,75.6000 L 196.8929,95.6000 L 194.0000,95.6000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_48"/><path d=" M 194.0000,95.6000 L 214.0000,75.6000 L 216.8929,75.6000 L 196.8929,95.6000 L 194.0000,95.6000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_49"/><path d=" M 646.0000,46.8000 L 214.0000,46.8000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_51"/><path d=" M 194.0000,66.8000 L 214.0000,46.8000 L 216.8929,46.8000 L 196.8929,66.8000 L 194.0000,66.8000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_52"/><path d=" M 194.0000,66.8000 L 214.0000,46.8000 L 216.8929,46.8000 L 196.8929,66.8000 L 194.0000,66.8000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_53"/><path d=" M 646.0000,18.0000 L 214.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_55"/><path d=" M 194.0000,38.0000 L 214.0000,18.0000 L 216.8929,18.0000 L 196.8929,38.0000 L 194.0000,38.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_56"/><path d=" M 194.0000,38.0000 L 214.0000,18.0000 L 216.8929,18.0000 L 196.8929,38.0000 L 194.0000,38.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_57"/><path d=" M 218.4390,39.5840 L 202.4390,55.5840 L 217.5759,55.5840 L 233.5759,39.5840 L 218.4390,39.5840 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_59"/><path d=" M 217.5759,180.0000 L 202.4390,180.0000 L 202.4390,55.5840 L 217.5759,55.5840 L 217.5759,180.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_60"/><path d=" M 233.5759,39.5840 L 217.5759,55.5840 L 217.5759,180.0000 L 233.5759,164.0000 L 233.5759,39.5840 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_61"/><path d="M 229.62,172.00 A 7.85,3.92 0 0,0 245.32,172.00 L 245.32,104.61 A 7.85,3.924375 0 0,1 229.62,104.61 z" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_62"/><path d="M 229.62,172.00 A 7.85,3.92 0 0,0 245.32,172.00 L 245.32,104.61 A 7.85,3.924375 0 0,1 229.62,104.61 z" style="fill: url(#LinearGradient_229_104_245_104_ffffffbf_0000007f); stroke: none;"/><ellipse cx="237.46915178571" cy="104.608" rx="7.84875" ry="3.924375" style="fill: url(#LinearGradient_229_104_245_104_8f191900_ef292900); stroke: none;" id="ezcGraphCircle_63"/><path d="M 249.08,172.00 A 7.85,3.92 0 0,0 264.78,172.00 L 264.78,136.29 A 7.85,3.924375 0 0,1 249.08,136.29 z" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_64"/><path d="M 249.08,172.00 A 7.85,3.92 0 0,0 264.78,172.00 L 264.78,136.29 A 7.85,3.924375 0 0,1 249.08,136.29 z" style="fill: url(#LinearGradient_249_136_264_136_ffffffbf_0000007f); stroke: none;"/><ellipse cx="256.93084821429" cy="136.288" rx="7.84875" ry="3.924375" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_65"/><path d=" M 271.4199,180.0000 L 268.8241,172.0000 L 268.8241,60.5440 L 271.4199,68.5440 L 271.4199,180.0000 z " style="fill: #8ae234; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_66"/><path d=" M 268.8241,60.5440 L 271.4199,68.5440 L 283.9610,60.5440 L 281.3652,52.5440 L 268.8241,60.5440 z " style="fill: #53881f; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_67"/><path d=" M 271.4199,180.0000 L 283.9610,172.0000 L 283.9610,60.5440 L 271.4199,68.5440 L 271.4199,180.0000 z " style="fill: #6eb52a; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_68"/><path d=" M 304.8390,151.6160 L 288.8390,167.6160 L 303.9759,167.6160 L 319.9759,151.6160 L 304.8390,151.6160 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_69"/><path d=" M 303.9759,180.0000 L 288.8390,180.0000 L 288.8390,167.6160 L 303.9759,167.6160 L 303.9759,180.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_70"/><path d=" M 319.9759,151.6160 L 303.9759,167.6160 L 303.9759,180.0000 L 319.9759,164.0000 L 319.9759,151.6160 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_71"/><path d="M 316.02,172.00 A 7.85,3.92 0 0,0 331.72,172.00 L 331.72,165.95 A 7.85,3.924375 0 0,1 316.02,165.95 z" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_72"/><path d="M 316.02,172.00 A 7.85,3.92 0 0,0 331.72,172.00 L 331.72,165.95 A 7.85,3.924375 0 0,1 316.02,165.95 z" style="fill: url(#LinearGradient_316_165_331_165_ffffffbf_0000007f); stroke: none;"/><ellipse cx="323.86915178571" cy="165.952" rx="7.84875" ry="3.924375" style="fill: url(#LinearGradient_316_165_331_165_8f191900_ef292900); stroke: none;" id="ezcGraphCircle_73"/><path d="M 335.48,172.00 A 7.85,3.92 0 0,0 351.18,172.00 L 351.18,101.44 A 7.85,3.924375 0 0,1 335.48,101.44 z" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_74"/><path d="M 335.48,172.00 A 7.85,3.92 0 0,0 351.18,172.00 L 351.18,101.44 A 7.85,3.924375 0 0,1 335.48,101.44 z" style="fill: url(#LinearGradient_335_101_351_101_ffffffbf_0000007f); stroke: none;"/><ellipse cx="343.33084821429" cy="101.44" rx="7.84875" ry="3.924375" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_75"/><path d=" M 357.8199,180.0000 L 355.2241,172.0000 L 355.2241,96.8320 L 357.8199,104.8320 L 357.8199,180.0000 z " style="fill: #8ae234; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_76"/><path d=" M 355.2241,96.8320 L 357.8199,104.8320 L 370.3610,96.8320 L 367.7652,88.8320 L 355.2241,96.8320 z " style="fill: #53881f; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_77"/><path d=" M 357.8199,180.0000 L 370.3610,172.0000 L 370.3610,96.8320 L 357.8199,104.8320 L 357.8199,180.0000 z " style="fill: #6eb52a; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_78"/><path d=" M 391.2390,145.2800 L 375.2390,161.2800 L 390.3759,161.2800 L 406.3759,145.2800 L 391.2390,145.2800 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_79"/><path d=" M 390.3759,180.0000 L 375.2390,180.0000 L 375.2390,161.2800 L 390.3759,161.2800 L 390.3759,180.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_80"/><path d=" M 406.3759,145.2800 L 390.3759,161.2800 L 390.3759,180.0000 L 406.3759,164.0000 L 406.3759,145.2800 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_81"/><path d="M 402.42,172.00 A 7.85,3.92 0 0,0 418.12,172.00 L 418.12,78.69 A 7.85,3.924375 0 0,1 402.42,78.69 z" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_82"/><path d="M 402.42,172.00 A 7.85,3.92 0 0,0 418.12,172.00 L 418.12,78.69 A 7.85,3.924375 0 0,1 402.42,78.69 z" style="fill: url(#LinearGradient_402_78_418_78_ffffffbf_0000007f); stroke: none;"/><ellipse cx="410.26915178571" cy="78.688" rx="7.84875" ry="3.924375" style="fill: url(#LinearGradient_402_78_418_78_8f191900_ef292900); stroke: none;" id="ezcGraphCircle_83"/><path d="M 421.88,172.00 A 7.85,3.92 0 0,0 437.58,172.00 L 437.58,68.03 A 7.85,3.924375 0 0,1 421.88,68.03 z" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_84"/><path d="M 421.88,172.00 A 7.85,3.92 0 0,0 437.58,172.00 L 437.58,68.03 A 7.85,3.924375 0 0,1 421.88,68.03 z" style="fill: url(#LinearGradient_421_68_437_68_ffffffbf_0000007f); stroke: none;"/><ellipse cx="429.73084821429" cy="68.032" rx="7.84875" ry="3.924375" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_85"/><path d=" M 444.2199,180.0000 L 441.6241,172.0000 L 441.6241,165.0880 L 444.2199,173.0880 L 444.2199,180.0000 z " style="fill: #8ae234; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_86"/><path d=" M 441.6241,165.0880 L 444.2199,173.0880 L 456.7610,165.0880 L 454.1652,157.0880 L 441.6241,165.0880 z " style="fill: #53881f; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_87"/><path d=" M 444.2199,180.0000 L 456.7610,172.0000 L 456.7610,165.0880 L 444.2199,173.0880 L 444.2199,180.0000 z " style="fill: #6eb52a; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_88"/><path d=" M 477.6390,136.0640 L 461.6390,152.0640 L 476.7759,152.0640 L 492.7759,136.0640 L 477.6390,136.0640 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_89"/><path d=" M 476.7759,180.0000 L 461.6390,180.0000 L 461.6390,152.0640 L 476.7759,152.0640 L 476.7759,180.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_90"/><path d=" M 492.7759,136.0640 L 476.7759,152.0640 L 476.7759,180.0000 L 492.7759,164.0000 L 492.7759,136.0640 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_91"/><path d="M 488.82,172.00 A 7.85,3.92 0 0,0 504.52,172.00 L 504.52,137.44 A 7.85,3.924375 0 0,1 488.82,137.44 z" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_92"/><path d="M 488.82,172.00 A 7.85,3.92 0 0,0 504.52,172.00 L 504.52,137.44 A 7.85,3.924375 0 0,1 488.82,137.44 z" style="fill: url(#LinearGradient_488_137_504_137_ffffffbf_0000007f); stroke: none;"/><ellipse cx="496.66915178571" cy="137.44" rx="7.84875" ry="3.924375" style="fill: url(#LinearGradient_488_137_504_137_8f191900_ef292900); stroke: none;" id="ezcGraphCircle_93"/><path d="M 508.28,172.00 A 7.85,3.92 0 0,0 523.98,172.00 L 523.98,53.34 A 7.85,3.924375 0 0,1 508.28,53.34 z" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_94"/><path d="M 508.28,172.00 A 7.85,3.92 0 0,0 523.98,172.00 L 523.98,53.34 A 7.85,3.924375 0 0,1 508.28,53.34 z" style="fill: url(#LinearGradient_508_53_523_53_ffffffbf_0000007f); stroke: none;"/><ellipse cx="516.13084821429" cy="53.344" rx="7.84875" ry="3.924375" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_95"/><path d=" M 530.6199,180.0000 L 528.0241,172.0000 L 528.0241,155.0080 L 530.6199,163.0080 L 530.6199,180.0000 z " style="fill: #8ae234; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_96"/><path d=" M 528.0241,155.0080 L 530.6199,163.0080 L 543.1610,155.0080 L 540.5652,147.0080 L 528.0241,155.0080 z " style="fill: #53881f; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_97"/><path d=" M 530.6199,180.0000 L 543.1610,172.0000 L 543.1610,155.0080 L 530.6199,163.0080 L 530.6199,180.0000 z " style="fill: #6eb52a; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_98"/><path d=" M 564.0390,119.6480 L 548.0390,135.6480 L 563.1759,135.6480 L 579.1759,119.6480 L 564.0390,119.6480 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_99"/><path d=" M 563.1759,180.0000 L 548.0390,180.0000 L 548.0390,135.6480 L 563.1759,135.6480 L 563.1759,180.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_100"/><path d=" M 579.1759,119.6480 L 563.1759,135.6480 L 563.1759,180.0000 L 579.1759,164.0000 L 579.1759,119.6480 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_101"/><path d="M 575.22,172.00 A 7.85,3.92 0 0,0 590.92,172.00 L 590.92,171.71 A 7.85,3.924375 0 0,1 575.22,171.71 z" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_102"/><path d="M 575.22,172.00 A 7.85,3.92 0 0,0 590.92,172.00 L 590.92,171.71 A 7.85,3.924375 0 0,1 575.22,171.71 z" style="fill: url(#LinearGradient_575_171_590_171_ffffffbf_0000007f); stroke: none;"/><ellipse cx="583.06915178571" cy="171.712" rx="7.84875" ry="3.924375" style="fill: url(#LinearGradient_575_171_590_171_8f191900_ef292900); stroke: none;" id="ezcGraphCircle_103"/><path d="M 594.68,172.00 A 7.85,3.92 0 0,0 610.38,172.00 L 610.38,33.76 A 7.85,3.924375 0 0,1 594.68,33.76 z" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_104"/><path d="M 594.68,172.00 A 7.85,3.92 0 0,0 610.38,172.00 L 610.38,33.76 A 7.85,3.924375 0 0,1 594.68,33.76 z" style="fill: url(#LinearGradient_594_33_610_33_ffffffbf_0000007f); stroke: none;"/><ellipse cx="602.53084821429" cy="33.76" rx="7.84875" ry="3.924375" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_105"/><path d=" M 617.0199,180.0000 L 614.4241,172.0000 L 614.4241,139.7440 L 617.0199,147.7440 L 617.0199,180.0000 z " style="fill: #8ae234; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_106"/><path d=" M 614.4241,139.7440 L 617.0199,147.7440 L 629.5610,139.7440 L 626.9652,131.7440 L 614.4241,139.7440 z " style="fill: #53881f; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_107"/><path d=" M 617.0199,180.0000 L 629.5610,172.0000 L 629.5610,139.7440 L 617.0199,147.7440 L 617.0199,180.0000 z " style="fill: #6eb52a; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_108"/><path d=" M 700.0000,162.0000 L 680.0000,182.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_109"/><path d=" M 680.0000,182.0000 L 140.0000,182.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_110"/><path d=" M 140.0000,182.0000 L 160.0000,162.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_111"/><path d=" M 214.0000,0.0000 L 194.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_112"/><path d=" M 194.0000,20.0000 L 194.0000,200.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_113"/><path d=" M 194.0000,200.0000 L 214.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_114"/><text id="ezcGraphTextBox_5" x="19" text-length="69.3px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Rectangle</text><text id="ezcGraphTextBox_7" x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Circle</text><text id="ezcGraphTextBox_9" x="19" text-length="46.2px" y="54" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Bullet</text><text id="ezcGraphTextBox_11" x="19" text-length="53.9px" y="72" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Diamond</text><text id="ezcGraphTextBox_18" x="213.44" text-length="47.52px" y="194.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 1</text><text id="ezcGraphTextBox_22" x="299.84" text-length="47.52px" y="194.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text id="ezcGraphTextBox_26" x="386.24" text-length="47.52px" y="194.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text id="ezcGraphTextBox_30" x="472.64" text-length="47.52px" y="194.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text id="ezcGraphTextBox_34" x="559.04" text-length="47.52px" y="194.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text id="ezcGraphTextBox_38" x="186.13142857143" text-length="5.94px" y="180.2" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text id="ezcGraphTextBox_42" x="174.25142857143" text-length="17.82px" y="151.4" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">100</text><text id="ezcGraphTextBox_46" x="174.25142857143" text-length="17.82px" y="122.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">200</text><text id="ezcGraphTextBox_50" x="174.25142857143" text-length="17.82px" y="93.8" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">300</text><text id="ezcGraphTextBox_54" x="174.25142857143" text-length="17.82px" y="65" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">400</text><text id="ezcGraphTextBox_58" x="174.25142857143" text-length="17.82px" y="50.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegment.svg b/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegment.svg
index 202c604..937a9b7 100644
--- a/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegment.svg
+++ b/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegment.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_210_95_390_95_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_210_95_390_95_ffffffbf_0000007f" x1="210" y1="95" x2="390" y2="95" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_210_95_390_95_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_218_92_398_92_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_218_92_398_92_ffffffbf_0000007f" x1="218.16502331353" y1="92.728511073274" x2="398.16502331353" y2="92.728511073274" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_218_92_398_92_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><path d=" M 2.0000,16.0000 L 2.0000,2.0000 L 16.0000,2.0000 L 16.0000,16.0000 L 2.0000,16.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,34.0000 L 2.0000,20.0000 L 16.0000,20.0000 L 16.0000,34.0000 L 2.0000,34.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,52.0000 L 2.0000,38.0000 L 16.0000,38.0000 L 16.0000,52.0000 L 2.0000,52.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,70.0000 L 2.0000,56.0000 L 16.0000,56.0000 L 16.0000,70.0000 L 2.0000,70.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,88.0000 L 2.0000,74.0000 L 16.0000,74.0000 L 16.0000,88.0000 L 2.0000,88.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 343.09,61.98 A 90.00,49.00 0 0,0 252.20,63.48 L 252.20,53.48 A 90.00,49.000000 0 0,1 343.09,51.98 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 343.09,61.98 A 90.00,49.00 0 0,0 252.20,63.48 L 252.20,53.48 A 90.00,49.000000 0 0,1 343.09,51.98 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 358.15,67.60 A 90.00,49.00 0 0,0 343.09,61.98 L 343.09,51.98 A 90.00,49.000000 0 0,1 358.15,57.60 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 358.15,67.60 A 90.00,49.00 0 0,0 343.09,61.98 L 343.09,51.98 A 90.00,49.000000 0 0,1 358.15,57.60 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 252.20,63.48 A 90.00,49.00 0 0,0 231.59,73.16 L 231.59,63.16 A 90.00,49.000000 0 0,1 252.20,53.48 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 252.20,63.48 A 90.00,49.00 0 0,0 231.59,73.16 L 231.59,63.16 A 90.00,49.000000 0 0,1 252.20,53.48 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 398.17,102.73 A 90.00,49.00 0 0,0 366.32,65.33 L 366.32,55.33 A 90.00,49.000000 0 0,1 398.17,92.73 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 398.17,102.73 A 90.00,49.00 0 0,0 366.32,65.33 L 366.32,55.33 A 90.00,49.000000 0 0,1 398.17,92.73 z" style="fill: url(#LinearGradient_218_92_398_92_ffffffbf_0000007f); stroke: none;"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 366.3153,55.3297 L 308.1650,92.7285 L 308.1650,102.7285 L 366.3153,65.3297 L 366.3153,55.3297 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d=" M 366.3153,55.3297 L 308.1650,92.7285 L 308.1650,102.7285 L 366.3153,65.3297 L 366.3153,55.3297 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 358.1502,57.6012 L 300.0000,95.0000 L 300.0000,105.0000 L 358.1502,67.6012 L 358.1502,57.6012 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 358.1502,57.6012 L 300.0000,95.0000 L 300.0000,105.0000 L 358.1502,67.6012 L 358.1502,57.6012 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 398.1650,92.7285 L 308.1650,92.7285 L 308.1650,102.7285 L 398.1650,102.7285 L 398.1650,92.7285 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d=" M 398.1650,92.7285 L 308.1650,92.7285 L 308.1650,102.7285 L 398.1650,102.7285 L 398.1650,92.7285 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 210.00,105.00 A 90.00,49.00 0 0,0 390.00,105.00 L 390.00,95.00 A 90.00,49.000000 0 0,1 210.00,95.00 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 210.00,105.00 A 90.00,49.00 0 0,0 390.00,105.00 L 390.00,95.00 A 90.00,49.000000 0 0,1 210.00,95.00 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 231.59,73.16 A 90.00,49.00 0 0,0 210.00,105.00 L 210.00,95.00 A 90.00,49.000000 0 0,1 231.59,63.16 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 231.59,73.16 A 90.00,49.00 0 0,0 210.00,105.00 L 210.00,95.00 A 90.00,49.000000 0 0,1 231.59,63.16 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 300.00,95.00 L 390.00,95.00 A 90.00,49.00 0 1,1 231.59,63.16 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 390.00,95.00 A 90.00,49.00 0 1,1 231.59,63.16 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 231.59,63.16 A 90.00,49.00 0 0,1 252.20,53.48 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 231.59,63.16 A 90.00,49.00 0 0,1 252.20,53.48 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 252.20,53.48 A 90.00,49.00 0 0,1 343.09,51.98 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 252.20,53.48 A 90.00,49.00 0 0,1 343.09,51.98 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 343.09,51.98 A 90.00,49.00 0 0,1 358.15,57.60 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 343.09,51.98 A 90.00,49.00 0 0,1 358.15,57.60 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 308.17,92.73 L 366.32,55.33 A 90.00,49.00 0 0,1 398.17,92.73 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 308.17,92.73 L 366.32,55.33 A 90.00,49.00 0 0,1 398.17,92.73 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 298.1792,59.0166 L 221.6668,30.9500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="298.17919395494" cy="59.0165804915" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="221.66676075275" cy="30.95" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 260.8118,67.7394 L 201.9397,60.9500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="260.81181529129" cy="67.739350254903" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="201.9397072566" cy="60.95" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 279.2200,128.7720 L 194.0474,103.0775" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="279.21997746908" cy="128.77200969592" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="194.04736624906" cy="103.0775" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 333.9216,65.3056 L 385.6225,39.5000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="333.92163212695" cy="65.305619478026" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="385.62254705798" cy="39.5" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 362.5985,77.5853 L 401.2352,69.5000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="362.59851207038" cy="77.585251561765" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="401.2352350761" cy="69.5" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><text x="17" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text x="17" text-length="15.4px" y="34" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text x="17" text-length="38.5px" y="52" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text x="17" text-length="30.8px" y="70" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text x="17" text-length="46.2px" y="88" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text x="132.06676075275" text-length="83.6px" y="34.95" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text><text x="134.3397072566" text-length="61.6px" y="64.95" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text x="152.84736624906" text-length="35.2px" y="103.0275" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla:</text><text x="135.24736624906" text-length="52.8px" y="111.8275" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">4375 (61.3%)</text><text x="391.62254705798" text-length="70.4px" y="43.5" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text x="407.2352350761" text-length="83.6px" y="73.5" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_210_95_390_95_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_210_95_390_95_ffffffbf_0000007f" x1="210" y1="95" x2="390" y2="95" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_210_95_390_95_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_218_92_398_92_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_218_92_398_92_ffffffbf_0000007f" x1="218.16502331353" y1="92.728511073274" x2="398.16502331353" y2="92.728511073274" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_218_92_398_92_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,16.0000 L 2.0000,2.0000 L 16.0000,2.0000 L 16.0000,16.0000 L 2.0000,16.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_3"/><path d=" M 2.0000,34.0000 L 2.0000,20.0000 L 16.0000,20.0000 L 16.0000,34.0000 L 2.0000,34.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_5"/><path d=" M 2.0000,52.0000 L 2.0000,38.0000 L 16.0000,38.0000 L 16.0000,52.0000 L 2.0000,52.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_7"/><path d=" M 2.0000,70.0000 L 2.0000,56.0000 L 16.0000,56.0000 L 16.0000,70.0000 L 2.0000,70.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_9"/><path d=" M 2.0000,88.0000 L 2.0000,74.0000 L 16.0000,74.0000 L 16.0000,88.0000 L 2.0000,88.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_11"/><path d="M 343.09,61.98 A 90.00,49.00 0 0,0 252.20,63.48 L 252.20,53.48 A 90.00,49.000000 0 0,1 343.09,51.98 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_13"/><path d="M 343.09,61.98 A 90.00,49.00 0 0,0 252.20,63.48 L 252.20,53.48 A 90.00,49.000000 0 0,1 343.09,51.98 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 358.15,67.60 A 90.00,49.00 0 0,0 343.09,61.98 L 343.09,51.98 A 90.00,49.000000 0 0,1 358.15,57.60 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_14"/><path d="M 358.15,67.60 A 90.00,49.00 0 0,0 343.09,61.98 L 343.09,51.98 A 90.00,49.000000 0 0,1 358.15,57.60 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 252.20,63.48 A 90.00,49.00 0 0,0 231.59,73.16 L 231.59,63.16 A 90.00,49.000000 0 0,1 252.20,53.48 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_15"/><path d="M 252.20,63.48 A 90.00,49.00 0 0,0 231.59,73.16 L 231.59,63.16 A 90.00,49.000000 0 0,1 252.20,53.48 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 398.17,102.73 A 90.00,49.00 0 0,0 366.32,65.33 L 366.32,55.33 A 90.00,49.000000 0 0,1 398.17,92.73 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_16"/><path d="M 398.17,102.73 A 90.00,49.00 0 0,0 366.32,65.33 L 366.32,55.33 A 90.00,49.000000 0 0,1 398.17,92.73 z" style="fill: url(#LinearGradient_218_92_398_92_ffffffbf_0000007f); stroke: none;"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_17"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_18"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_19"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_20"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_21"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_22"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_23"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_24"/><path d=" M 366.3153,55.3297 L 308.1650,92.7285 L 308.1650,102.7285 L 366.3153,65.3297 L 366.3153,55.3297 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_25"/><path d=" M 366.3153,55.3297 L 308.1650,92.7285 L 308.1650,102.7285 L 366.3153,65.3297 L 366.3153,55.3297 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_26"/><path d=" M 358.1502,57.6012 L 300.0000,95.0000 L 300.0000,105.0000 L 358.1502,67.6012 L 358.1502,57.6012 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_27"/><path d=" M 358.1502,57.6012 L 300.0000,95.0000 L 300.0000,105.0000 L 358.1502,67.6012 L 358.1502,57.6012 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_28"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_29"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_30"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_31"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_32"/><path d=" M 398.1650,92.7285 L 308.1650,92.7285 L 308.1650,102.7285 L 398.1650,102.7285 L 398.1650,92.7285 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_33"/><path d=" M 398.1650,92.7285 L 308.1650,92.7285 L 308.1650,102.7285 L 398.1650,102.7285 L 398.1650,92.7285 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_34"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_35"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_36"/><path d="M 210.00,105.00 A 90.00,49.00 0 0,0 390.00,105.00 L 390.00,95.00 A 90.00,49.000000 0 0,1 210.00,95.00 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_37"/><path d="M 210.00,105.00 A 90.00,49.00 0 0,0 390.00,105.00 L 390.00,95.00 A 90.00,49.000000 0 0,1 210.00,95.00 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 231.59,73.16 A 90.00,49.00 0 0,0 210.00,105.00 L 210.00,95.00 A 90.00,49.000000 0 0,1 231.59,63.16 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_38"/><path d="M 231.59,73.16 A 90.00,49.00 0 0,0 210.00,105.00 L 210.00,95.00 A 90.00,49.000000 0 0,1 231.59,63.16 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 300.00,95.00 L 390.00,95.00 A 90.00,49.00 0 1,1 231.59,63.16 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_39"/><path d="M 300.00,95.00 L 390.00,95.00 A 90.00,49.00 0 1,1 231.59,63.16 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_40"/><path d="M 300.00,95.00 L 231.59,63.16 A 90.00,49.00 0 0,1 252.20,53.48 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_41"/><path d="M 300.00,95.00 L 231.59,63.16 A 90.00,49.00 0 0,1 252.20,53.48 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_42"/><path d="M 300.00,95.00 L 252.20,53.48 A 90.00,49.00 0 0,1 343.09,51.98 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_43"/><path d="M 300.00,95.00 L 252.20,53.48 A 90.00,49.00 0 0,1 343.09,51.98 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_44"/><path d="M 300.00,95.00 L 343.09,51.98 A 90.00,49.00 0 0,1 358.15,57.60 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_45"/><path d="M 300.00,95.00 L 343.09,51.98 A 90.00,49.00 0 0,1 358.15,57.60 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_46"/><path d="M 308.17,92.73 L 366.32,55.33 A 90.00,49.00 0 0,1 398.17,92.73 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_47"/><path d="M 308.17,92.73 L 366.32,55.33 A 90.00,49.00 0 0,1 398.17,92.73 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_48"/><path d=" M 298.1792,59.0166 L 221.6668,30.9500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_49"/><ellipse cx="298.17919395494" cy="59.0165804915" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_50"/><ellipse cx="221.66676075275" cy="30.95" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_51"/><path d=" M 260.8118,67.7394 L 201.9397,60.9500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_53"/><ellipse cx="260.81181529129" cy="67.739350254903" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_54"/><ellipse cx="201.9397072566" cy="60.95" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_55"/><path d=" M 279.2200,128.7720 L 194.0474,103.0775" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_57"/><ellipse cx="279.21997746908" cy="128.77200969592" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_58"/><ellipse cx="194.04736624906" cy="103.0775" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_59"/><path d=" M 333.9216,65.3056 L 385.6225,39.5000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_61"/><ellipse cx="333.92163212695" cy="65.305619478026" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_62"/><ellipse cx="385.62254705798" cy="39.5" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_63"/><path d=" M 362.5985,77.5853 L 401.2352,69.5000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_65"/><ellipse cx="362.59851207038" cy="77.585251561765" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_66"/><ellipse cx="401.2352350761" cy="69.5" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_67"/><text id="ezcGraphTextBox_4" x="17" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text id="ezcGraphTextBox_6" x="17" text-length="15.4px" y="34" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text id="ezcGraphTextBox_8" x="17" text-length="38.5px" y="52" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text id="ezcGraphTextBox_10" x="17" text-length="30.8px" y="70" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text id="ezcGraphTextBox_12" x="17" text-length="46.2px" y="88" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text id="ezcGraphTextBox_52" x="132.06676075275" text-length="83.6px" y="34.95" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text><text id="ezcGraphTextBox_56" x="134.3397072566" text-length="61.6px" y="64.95" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text id="ezcGraphTextBox_60" x="152.84736624906" text-length="35.2px" y="103.0275" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla:</text><text id="ezcGraphTextBox_60" x="135.24736624906" text-length="52.8px" y="111.8275" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">4375 (61.3%)</text><text id="ezcGraphTextBox_64" x="391.62254705798" text-length="70.4px" y="43.5" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text id="ezcGraphTextBox_68" x="407.2352350761" text-length="83.6px" y="73.5" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentPolygonOrder.svg b/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentPolygonOrder.svg
index b24e29d..7f073b3 100644
--- a/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentPolygonOrder.svg
+++ b/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentPolygonOrder.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_160_89_340_89_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_160_89_340_89_ffffffbf_0000007f" x1="160" y1="89.6" x2="340" y2="89.6" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_160_89_340_89_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_154_90_334_90_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_154_90_334_90_ffffffbf_0000007f" x1="154.70993272937" y1="90.631308230375" x2="334.70993272937" y2="90.631308230375" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_154_90_334_90_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_165_90_345_90_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_165_90_345_90_ffffffbf_0000007f" x1="165.29006727063" y1="90.631308230375" x2="345.29006727063" y2="90.631308230375" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_165_90_345_90_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_151_93_331_93_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_151_93_331_93_ffffffbf_0000007f" x1="151.44049135334" y1="93.331308230375" x2="331.44049135334" y2="93.331308230375" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_151_93_331_93_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_168_93_348_93_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_168_93_348_93_ffffffbf_0000007f" x1="168.55950864666" y1="93.331308230375" x2="348.55950864666" y2="93.331308230375" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_168_93_348_93_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_168_96_348_96_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_168_96_348_96_ffffffbf_0000007f" x1="168.55950864666" y1="96.668691769625" x2="348.55950864666" y2="96.668691769625" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_168_96_348_96_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_151_96_331_96_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_151_96_331_96_ffffffbf_0000007f" x1="151.44049135334" y1="96.668691769625" x2="331.44049135334" y2="96.668691769625" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_151_96_331_96_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_165_99_345_99_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_165_99_345_99_ffffffbf_0000007f" x1="165.29006727063" y1="99.368691769625" x2="345.29006727063" y2="99.368691769625" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_165_99_345_99_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_154_99_334_99_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_154_99_334_99_ffffffbf_0000007f" x1="154.70993272937" y1="99.368691769625" x2="334.70993272937" y2="99.368691769625" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_154_99_334_99_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_160_100_340_100_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_160_100_340_100_ffffffbf_0000007f" x1="160" y1="100.4" x2="340" y2="100.4" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_160_100_340_100_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d="M 277.81,53.00 A 90.00,49.00 0 0,0 222.19,53.00 L 222.19,43.00 A 90.00,49.000000 0 0,1 277.81,43.00 z" style="fill: #3465a4; fill-opacity: 1.00; stroke: none;"/><path d="M 277.81,53.00 A 90.00,49.00 0 0,0 222.19,53.00 L 222.19,43.00 A 90.00,49.000000 0 0,1 277.81,43.00 z" style="fill: url(#LinearGradient_160_89_340_89_ffffffbf_0000007f); stroke: none;"/><path d="M 216.90,54.03 A 90.00,49.00 0 0,0 171.90,71.83 L 171.90,61.83 A 90.00,49.000000 0 0,1 216.90,44.03 z" style="fill: #c17d11; fill-opacity: 1.00; stroke: none;"/><path d="M 216.90,54.03 A 90.00,49.00 0 0,0 171.90,71.83 L 171.90,61.83 A 90.00,49.000000 0 0,1 216.90,44.03 z" style="fill: url(#LinearGradient_154_90_334_90_ffffffbf_0000007f); stroke: none;"/><path d="M 328.10,71.83 A 90.00,49.00 0 0,0 283.10,54.03 L 283.10,44.03 A 90.00,49.000000 0 0,1 328.10,61.83 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 328.10,71.83 A 90.00,49.00 0 0,0 283.10,54.03 L 283.10,44.03 A 90.00,49.000000 0 0,1 328.10,61.83 z" style="fill: url(#LinearGradient_165_90_345_90_ffffffbf_0000007f); stroke: none;"/><path d=" M 222.1885,42.9982 L 250.0000,89.6000 L 250.0000,99.6000 L 222.1885,52.9982 L 222.1885,42.9982 z " style="fill: #3465a4; fill-opacity: 1.00; stroke: none;"/><path d=" M 222.1885,42.9982 L 250.0000,89.6000 L 250.0000,99.6000 L 222.1885,52.9982 L 222.1885,42.9982 z " style="fill: none; stroke: #1a3352; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 277.8115,42.9982 L 250.0000,89.6000 L 250.0000,99.6000 L 277.8115,52.9982 L 277.8115,42.9982 z " style="fill: #3465a4; fill-opacity: 1.00; stroke: none;"/><path d=" M 277.8115,42.9982 L 250.0000,89.6000 L 250.0000,99.6000 L 277.8115,52.9982 L 277.8115,42.9982 z " style="fill: none; stroke: #1a3352; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 216.8984,44.0295 L 244.7099,90.6313 L 244.7099,100.6313 L 216.8984,54.0295 L 216.8984,44.0295 z " style="fill: #c17d11; fill-opacity: 1.00; stroke: none;"/><path d=" M 216.8984,44.0295 L 244.7099,90.6313 L 244.7099,100.6313 L 216.8984,54.0295 L 216.8984,44.0295 z " style="fill: none; stroke: #613f09; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 283.1016,44.0295 L 255.2901,90.6313 L 255.2901,100.6313 L 283.1016,54.0295 L 283.1016,44.0295 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 283.1016,44.0295 L 255.2901,90.6313 L 255.2901,100.6313 L 283.1016,54.0295 L 283.1016,44.0295 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 168.63,74.53 A 90.00,49.00 0 0,0 151.44,103.33 L 151.44,93.33 A 90.00,49.000000 0 0,1 168.63,64.53 z" style="fill: #204a87; fill-opacity: 1.00; stroke: none;"/><path d="M 168.63,74.53 A 90.00,49.00 0 0,0 151.44,103.33 L 151.44,93.33 A 90.00,49.000000 0 0,1 168.63,64.53 z" style="fill: url(#LinearGradient_151_93_331_93_ffffffbf_0000007f); stroke: none;"/><path d="M 348.56,103.33 A 90.00,49.00 0 0,0 331.37,74.53 L 331.37,64.53 A 90.00,49.000000 0 0,1 348.56,93.33 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 348.56,103.33 A 90.00,49.00 0 0,0 331.37,74.53 L 331.37,64.53 A 90.00,49.000000 0 0,1 348.56,93.33 z" style="fill: url(#LinearGradient_168_93_348_93_ffffffbf_0000007f); stroke: none;"/><path d=" M 171.8984,61.8298 L 244.7099,90.6313 L 244.7099,100.6313 L 171.8984,71.8298 L 171.8984,61.8298 z " style="fill: #c17d11; fill-opacity: 1.00; stroke: none;"/><path d=" M 171.8984,61.8298 L 244.7099,90.6313 L 244.7099,100.6313 L 171.8984,71.8298 L 171.8984,61.8298 z " style="fill: none; stroke: #613f09; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 328.1016,61.8298 L 255.2901,90.6313 L 255.2901,100.6313 L 328.1016,71.8298 L 328.1016,61.8298 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 328.1016,61.8298 L 255.2901,90.6313 L 255.2901,100.6313 L 328.1016,71.8298 L 328.1016,61.8298 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 168.6290,64.5298 L 241.4405,93.3313 L 241.4405,103.3313 L 168.6290,74.5298 L 168.6290,64.5298 z " style="fill: #204a87; fill-opacity: 1.00; stroke: none;"/><path d=" M 168.6290,64.5298 L 241.4405,93.3313 L 241.4405,103.3313 L 168.6290,74.5298 L 168.6290,64.5298 z " style="fill: none; stroke: #102544; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 331.3710,64.5298 L 258.5595,93.3313 L 258.5595,103.3313 L 331.3710,74.5298 L 331.3710,64.5298 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 331.3710,64.5298 L 258.5595,93.3313 L 258.5595,103.3313 L 331.3710,74.5298 L 331.3710,64.5298 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 151.4405,93.3313 L 241.4405,93.3313 L 241.4405,103.3313 L 151.4405,103.3313 L 151.4405,93.3313 z " style="fill: #204a87; fill-opacity: 1.00; stroke: none;"/><path d=" M 151.4405,93.3313 L 241.4405,93.3313 L 241.4405,103.3313 L 151.4405,103.3313 L 151.4405,93.3313 z " style="fill: none; stroke: #102544; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 348.5595,93.3313 L 258.5595,93.3313 L 258.5595,103.3313 L 348.5595,103.3313 L 348.5595,93.3313 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 348.5595,93.3313 L 258.5595,93.3313 L 258.5595,103.3313 L 348.5595,103.3313 L 348.5595,93.3313 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 348.5595,96.6687 L 258.5595,96.6687 L 258.5595,106.6687 L 348.5595,106.6687 L 348.5595,96.6687 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 348.5595,96.6687 L 258.5595,96.6687 L 258.5595,106.6687 L 348.5595,106.6687 L 348.5595,96.6687 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 151.4405,96.6687 L 241.4405,96.6687 L 241.4405,106.6687 L 151.4405,106.6687 L 151.4405,96.6687 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d=" M 151.4405,96.6687 L 241.4405,96.6687 L 241.4405,106.6687 L 151.4405,106.6687 L 151.4405,96.6687 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 331.37,135.47 A 90.00,49.00 0 0,0 348.56,106.67 L 348.56,96.67 A 90.00,49.000000 0 0,1 331.37,125.47 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 331.37,135.47 A 90.00,49.00 0 0,0 348.56,106.67 L 348.56,96.67 A 90.00,49.000000 0 0,1 331.37,125.47 z" style="fill: url(#LinearGradient_168_96_348_96_ffffffbf_0000007f); stroke: none;"/><path d="M 151.44,106.67 A 90.00,49.00 0 0,0 168.63,135.47 L 168.63,125.47 A 90.00,49.000000 0 0,1 151.44,96.67 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 151.44,106.67 A 90.00,49.00 0 0,0 168.63,135.47 L 168.63,125.47 A 90.00,49.000000 0 0,1 151.44,96.67 z" style="fill: url(#LinearGradient_151_96_331_96_ffffffbf_0000007f); stroke: none;"/><path d=" M 331.3710,125.4702 L 258.5595,96.6687 L 258.5595,106.6687 L 331.3710,135.4702 L 331.3710,125.4702 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 331.3710,125.4702 L 258.5595,96.6687 L 258.5595,106.6687 L 331.3710,135.4702 L 331.3710,125.4702 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 168.6290,125.4702 L 241.4405,96.6687 L 241.4405,106.6687 L 168.6290,135.4702 L 168.6290,125.4702 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d=" M 168.6290,125.4702 L 241.4405,96.6687 L 241.4405,106.6687 L 168.6290,135.4702 L 168.6290,125.4702 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 328.1016,128.1702 L 255.2901,99.3687 L 255.2901,109.3687 L 328.1016,138.1702 L 328.1016,128.1702 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 328.1016,128.1702 L 255.2901,99.3687 L 255.2901,109.3687 L 328.1016,138.1702 L 328.1016,128.1702 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 171.8984,128.1702 L 244.7099,99.3687 L 244.7099,109.3687 L 171.8984,138.1702 L 171.8984,128.1702 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 171.8984,128.1702 L 244.7099,99.3687 L 244.7099,109.3687 L 171.8984,138.1702 L 171.8984,128.1702 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 283.1016,145.9705 L 255.2901,99.3687 L 255.2901,109.3687 L 283.1016,155.9705 L 283.1016,145.9705 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 283.1016,145.9705 L 255.2901,99.3687 L 255.2901,109.3687 L 283.1016,155.9705 L 283.1016,145.9705 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 216.8984,145.9705 L 244.7099,99.3687 L 244.7099,109.3687 L 216.8984,155.9705 L 216.8984,145.9705 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 216.8984,145.9705 L 244.7099,99.3687 L 244.7099,109.3687 L 216.8984,155.9705 L 216.8984,145.9705 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 277.8115,147.0018 L 250.0000,100.4000 L 250.0000,110.4000 L 277.8115,157.0018 L 277.8115,147.0018 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 277.8115,147.0018 L 250.0000,100.4000 L 250.0000,110.4000 L 277.8115,157.0018 L 277.8115,147.0018 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 222.1885,147.0018 L 250.0000,100.4000 L 250.0000,110.4000 L 222.1885,157.0018 L 222.1885,147.0018 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 222.1885,147.0018 L 250.0000,100.4000 L 250.0000,110.4000 L 222.1885,157.0018 L 222.1885,147.0018 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 283.10,155.97 A 90.00,49.00 0 0,0 328.10,138.17 L 328.10,128.17 A 90.00,49.000000 0 0,1 283.10,145.97 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 283.10,155.97 A 90.00,49.00 0 0,0 328.10,138.17 L 328.10,128.17 A 90.00,49.000000 0 0,1 283.10,145.97 z" style="fill: url(#LinearGradient_165_99_345_99_ffffffbf_0000007f); stroke: none;"/><path d="M 171.90,138.17 A 90.00,49.00 0 0,0 216.90,155.97 L 216.90,145.97 A 90.00,49.000000 0 0,1 171.90,128.17 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 171.90,138.17 A 90.00,49.00 0 0,0 216.90,155.97 L 216.90,145.97 A 90.00,49.000000 0 0,1 171.90,128.17 z" style="fill: url(#LinearGradient_154_99_334_99_ffffffbf_0000007f); stroke: none;"/><path d="M 222.19,157.00 A 90.00,49.00 0 0,0 277.81,157.00 L 277.81,147.00 A 90.00,49.000000 0 0,1 222.19,147.00 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 222.19,157.00 A 90.00,49.00 0 0,0 277.81,157.00 L 277.81,147.00 A 90.00,49.000000 0 0,1 222.19,147.00 z" style="fill: url(#LinearGradient_160_100_340_100_ffffffbf_0000007f); stroke: none;"/><path d="M 258.56,96.67 L 348.56,96.67 A 90.00,49.00 0 0,1 331.37,125.47 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 258.56,96.67 L 348.56,96.67 A 90.00,49.00 0 0,1 331.37,125.47 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 255.29,99.37 L 328.10,128.17 A 90.00,49.00 0 0,1 283.10,145.97 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 255.29,99.37 L 328.10,128.17 A 90.00,49.00 0 0,1 283.10,145.97 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 250.00,100.40 L 277.81,147.00 A 90.00,49.00 0 0,1 222.19,147.00 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 250.00,100.40 L 277.81,147.00 A 90.00,49.00 0 0,1 222.19,147.00 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 244.71,99.37 L 216.90,145.97 A 90.00,49.00 0 0,1 171.90,128.17 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 244.71,99.37 L 216.90,145.97 A 90.00,49.00 0 0,1 171.90,128.17 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 241.44,96.67 L 168.63,125.47 A 90.00,49.00 0 0,1 151.44,96.67 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 241.44,96.67 L 168.63,125.47 A 90.00,49.00 0 0,1 151.44,96.67 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 241.44,93.33 L 151.44,93.33 A 90.00,49.00 0 0,1 168.63,64.53 z" style="fill: #204a87; fill-opacity: 1.00; stroke: none;"/><path d="M 241.44,93.33 L 151.44,93.33 A 90.00,49.00 0 0,1 168.63,64.53 z" style="fill: none; stroke: #102544; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 244.71,90.63 L 171.90,61.83 A 90.00,49.00 0 0,1 216.90,44.03 z" style="fill: #c17d11; fill-opacity: 1.00; stroke: none;"/><path d="M 244.71,90.63 L 171.90,61.83 A 90.00,49.00 0 0,1 216.90,44.03 z" style="fill: none; stroke: #613f09; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 250.00,89.60 L 222.19,43.00 A 90.00,49.00 0 0,1 277.81,43.00 z" style="fill: #3465a4; fill-opacity: 1.00; stroke: none;"/><path d="M 250.00,89.60 L 222.19,43.00 A 90.00,49.00 0 0,1 277.81,43.00 z" style="fill: none; stroke: #1a3352; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 255.29,90.63 L 283.10,44.03 A 90.00,49.00 0 0,1 328.10,61.83 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 255.29,90.63 L 283.10,44.03 A 90.00,49.00 0 0,1 328.10,61.83 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 258.56,93.33 L 331.37,64.53 A 90.00,49.00 0 0,1 348.56,93.33 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 258.56,93.33 L 331.37,64.53 A 90.00,49.00 0 0,1 348.56,93.33 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 250.0000,53.6000 L 187.7798,17.3000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="250" cy="53.6" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="187.77980789787" cy="17.3" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 209.4428,61.5067 L 159.0135,47.3000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="209.44281759182" cy="61.506696432877" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="159.0134716558" cy="47.3" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 184.3771,82.2067 L 146.6105,77.3000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="184.37710037563" cy="82.206696432877" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="146.61052418254" cy="77.3" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 184.3771,107.7933 L 144.2668,107.3000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="184.37710037563" cy="107.79330356712" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="144.26680592701" cy="107.3" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 209.4428,128.4933 L 151.2169,137.3000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="209.44281759182" cy="128.49330356712" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="151.21686575676" cy="137.3" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 250.0000,136.4000 L 170.0358,167.3000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="250" cy="136.4" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="170.03575187971" cy="167.3" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 290.5572,61.5067 L 324.7695,27.4000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="290.55718240818" cy="61.506696432877" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="324.76946997033" cy="27.4" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 315.6229,82.2067 L 348.1828,61.2400" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="315.62289962437" cy="82.206696432877" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="348.18276628524" cy="61.24" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 315.6229,107.7933 L 355.6418,91.5440" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="315.62289962437" cy="107.79330356712" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="355.64183892322" cy="91.544" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 290.5572,128.4933 L 353.6517,121.5440" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="290.55718240818" cy="128.49330356712" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="353.65170794205" cy="121.544" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><text x="66.279807897874" text-length="115.5px" y="32.3" style="font-size: 30px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">label 8</text><text x="37.513471655797" text-length="115.5px" y="62.3" style="font-size: 30px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">label 7</text><text x="25.110524182538" text-length="115.5px" y="92.3" style="font-size: 30px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">label 6</text><text x="22.766805927013" text-length="115.5px" y="122.3" style="font-size: 30px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">label 5</text><text x="29.716865756755" text-length="115.5px" y="152.3" style="font-size: 30px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">label 4</text><text x="48.535751879709" text-length="115.5px" y="182.3" style="font-size: 30px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">label 3</text><text x="330.76946997033" text-length="115.5px" y="42.4" style="font-size: 30px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">label 9</text><text x="354.18276628524" text-length="132px" y="76.24" style="font-size: 30px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">label 10</text><text x="361.64183892322" text-length="115.5px" y="106.544" style="font-size: 30px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">label 1</text><text x="359.65170794205" text-length="115.5px" y="136.544" style="font-size: 30px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">label 2</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_160_89_340_89_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_160_89_340_89_ffffffbf_0000007f" x1="160" y1="89.6" x2="340" y2="89.6" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_160_89_340_89_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_154_90_334_90_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_154_90_334_90_ffffffbf_0000007f" x1="154.70993272937" y1="90.631308230375" x2="334.70993272937" y2="90.631308230375" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_154_90_334_90_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_165_90_345_90_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_165_90_345_90_ffffffbf_0000007f" x1="165.29006727063" y1="90.631308230375" x2="345.29006727063" y2="90.631308230375" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_165_90_345_90_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_151_93_331_93_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_151_93_331_93_ffffffbf_0000007f" x1="151.44049135334" y1="93.331308230375" x2="331.44049135334" y2="93.331308230375" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_151_93_331_93_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_168_93_348_93_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_168_93_348_93_ffffffbf_0000007f" x1="168.55950864666" y1="93.331308230375" x2="348.55950864666" y2="93.331308230375" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_168_93_348_93_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_168_96_348_96_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_168_96_348_96_ffffffbf_0000007f" x1="168.55950864666" y1="96.668691769625" x2="348.55950864666" y2="96.668691769625" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_168_96_348_96_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_151_96_331_96_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_151_96_331_96_ffffffbf_0000007f" x1="151.44049135334" y1="96.668691769625" x2="331.44049135334" y2="96.668691769625" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_151_96_331_96_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_165_99_345_99_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_165_99_345_99_ffffffbf_0000007f" x1="165.29006727063" y1="99.368691769625" x2="345.29006727063" y2="99.368691769625" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_165_99_345_99_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_154_99_334_99_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_154_99_334_99_ffffffbf_0000007f" x1="154.70993272937" y1="99.368691769625" x2="334.70993272937" y2="99.368691769625" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_154_99_334_99_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_160_100_340_100_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_160_100_340_100_ffffffbf_0000007f" x1="160" y1="100.4" x2="340" y2="100.4" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_160_100_340_100_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d="M 277.81,53.00 A 90.00,49.00 0 0,0 222.19,53.00 L 222.19,43.00 A 90.00,49.000000 0 0,1 277.81,43.00 z" style="fill: #3465a4; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_2"/><path d="M 277.81,53.00 A 90.00,49.00 0 0,0 222.19,53.00 L 222.19,43.00 A 90.00,49.000000 0 0,1 277.81,43.00 z" style="fill: url(#LinearGradient_160_89_340_89_ffffffbf_0000007f); stroke: none;"/><path d="M 216.90,54.03 A 90.00,49.00 0 0,0 171.90,71.83 L 171.90,61.83 A 90.00,49.000000 0 0,1 216.90,44.03 z" style="fill: #c17d11; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_3"/><path d="M 216.90,54.03 A 90.00,49.00 0 0,0 171.90,71.83 L 171.90,61.83 A 90.00,49.000000 0 0,1 216.90,44.03 z" style="fill: url(#LinearGradient_154_90_334_90_ffffffbf_0000007f); stroke: none;"/><path d="M 328.10,71.83 A 90.00,49.00 0 0,0 283.10,54.03 L 283.10,44.03 A 90.00,49.000000 0 0,1 328.10,61.83 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_4"/><path d="M 328.10,71.83 A 90.00,49.00 0 0,0 283.10,54.03 L 283.10,44.03 A 90.00,49.000000 0 0,1 328.10,61.83 z" style="fill: url(#LinearGradient_165_90_345_90_ffffffbf_0000007f); stroke: none;"/><path d=" M 222.1885,42.9982 L 250.0000,89.6000 L 250.0000,99.6000 L 222.1885,52.9982 L 222.1885,42.9982 z " style="fill: #3465a4; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_5"/><path d=" M 222.1885,42.9982 L 250.0000,89.6000 L 250.0000,99.6000 L 222.1885,52.9982 L 222.1885,42.9982 z " style="fill: none; stroke: #1a3352; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_6"/><path d=" M 277.8115,42.9982 L 250.0000,89.6000 L 250.0000,99.6000 L 277.8115,52.9982 L 277.8115,42.9982 z " style="fill: #3465a4; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_7"/><path d=" M 277.8115,42.9982 L 250.0000,89.6000 L 250.0000,99.6000 L 277.8115,52.9982 L 277.8115,42.9982 z " style="fill: none; stroke: #1a3352; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_8"/><path d=" M 216.8984,44.0295 L 244.7099,90.6313 L 244.7099,100.6313 L 216.8984,54.0295 L 216.8984,44.0295 z " style="fill: #c17d11; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_9"/><path d=" M 216.8984,44.0295 L 244.7099,90.6313 L 244.7099,100.6313 L 216.8984,54.0295 L 216.8984,44.0295 z " style="fill: none; stroke: #613f09; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_10"/><path d=" M 283.1016,44.0295 L 255.2901,90.6313 L 255.2901,100.6313 L 283.1016,54.0295 L 283.1016,44.0295 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_11"/><path d=" M 283.1016,44.0295 L 255.2901,90.6313 L 255.2901,100.6313 L 283.1016,54.0295 L 283.1016,44.0295 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_12"/><path d="M 168.63,74.53 A 90.00,49.00 0 0,0 151.44,103.33 L 151.44,93.33 A 90.00,49.000000 0 0,1 168.63,64.53 z" style="fill: #204a87; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_13"/><path d="M 168.63,74.53 A 90.00,49.00 0 0,0 151.44,103.33 L 151.44,93.33 A 90.00,49.000000 0 0,1 168.63,64.53 z" style="fill: url(#LinearGradient_151_93_331_93_ffffffbf_0000007f); stroke: none;"/><path d="M 348.56,103.33 A 90.00,49.00 0 0,0 331.37,74.53 L 331.37,64.53 A 90.00,49.000000 0 0,1 348.56,93.33 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_14"/><path d="M 348.56,103.33 A 90.00,49.00 0 0,0 331.37,74.53 L 331.37,64.53 A 90.00,49.000000 0 0,1 348.56,93.33 z" style="fill: url(#LinearGradient_168_93_348_93_ffffffbf_0000007f); stroke: none;"/><path d=" M 171.8984,61.8298 L 244.7099,90.6313 L 244.7099,100.6313 L 171.8984,71.8298 L 171.8984,61.8298 z " style="fill: #c17d11; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_15"/><path d=" M 171.8984,61.8298 L 244.7099,90.6313 L 244.7099,100.6313 L 171.8984,71.8298 L 171.8984,61.8298 z " style="fill: none; stroke: #613f09; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_16"/><path d=" M 328.1016,61.8298 L 255.2901,90.6313 L 255.2901,100.6313 L 328.1016,71.8298 L 328.1016,61.8298 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_17"/><path d=" M 328.1016,61.8298 L 255.2901,90.6313 L 255.2901,100.6313 L 328.1016,71.8298 L 328.1016,61.8298 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_18"/><path d=" M 168.6290,64.5298 L 241.4405,93.3313 L 241.4405,103.3313 L 168.6290,74.5298 L 168.6290,64.5298 z " style="fill: #204a87; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_19"/><path d=" M 168.6290,64.5298 L 241.4405,93.3313 L 241.4405,103.3313 L 168.6290,74.5298 L 168.6290,64.5298 z " style="fill: none; stroke: #102544; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_20"/><path d=" M 331.3710,64.5298 L 258.5595,93.3313 L 258.5595,103.3313 L 331.3710,74.5298 L 331.3710,64.5298 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_21"/><path d=" M 331.3710,64.5298 L 258.5595,93.3313 L 258.5595,103.3313 L 331.3710,74.5298 L 331.3710,64.5298 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_22"/><path d=" M 151.4405,93.3313 L 241.4405,93.3313 L 241.4405,103.3313 L 151.4405,103.3313 L 151.4405,93.3313 z " style="fill: #204a87; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_23"/><path d=" M 151.4405,93.3313 L 241.4405,93.3313 L 241.4405,103.3313 L 151.4405,103.3313 L 151.4405,93.3313 z " style="fill: none; stroke: #102544; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_24"/><path d=" M 348.5595,93.3313 L 258.5595,93.3313 L 258.5595,103.3313 L 348.5595,103.3313 L 348.5595,93.3313 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_25"/><path d=" M 348.5595,93.3313 L 258.5595,93.3313 L 258.5595,103.3313 L 348.5595,103.3313 L 348.5595,93.3313 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_26"/><path d=" M 348.5595,96.6687 L 258.5595,96.6687 L 258.5595,106.6687 L 348.5595,106.6687 L 348.5595,96.6687 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_27"/><path d=" M 348.5595,96.6687 L 258.5595,96.6687 L 258.5595,106.6687 L 348.5595,106.6687 L 348.5595,96.6687 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_28"/><path d=" M 151.4405,96.6687 L 241.4405,96.6687 L 241.4405,106.6687 L 151.4405,106.6687 L 151.4405,96.6687 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_29"/><path d=" M 151.4405,96.6687 L 241.4405,96.6687 L 241.4405,106.6687 L 151.4405,106.6687 L 151.4405,96.6687 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_30"/><path d="M 331.37,135.47 A 90.00,49.00 0 0,0 348.56,106.67 L 348.56,96.67 A 90.00,49.000000 0 0,1 331.37,125.47 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_31"/><path d="M 331.37,135.47 A 90.00,49.00 0 0,0 348.56,106.67 L 348.56,96.67 A 90.00,49.000000 0 0,1 331.37,125.47 z" style="fill: url(#LinearGradient_168_96_348_96_ffffffbf_0000007f); stroke: none;"/><path d="M 151.44,106.67 A 90.00,49.00 0 0,0 168.63,135.47 L 168.63,125.47 A 90.00,49.000000 0 0,1 151.44,96.67 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_32"/><path d="M 151.44,106.67 A 90.00,49.00 0 0,0 168.63,135.47 L 168.63,125.47 A 90.00,49.000000 0 0,1 151.44,96.67 z" style="fill: url(#LinearGradient_151_96_331_96_ffffffbf_0000007f); stroke: none;"/><path d=" M 331.3710,125.4702 L 258.5595,96.6687 L 258.5595,106.6687 L 331.3710,135.4702 L 331.3710,125.4702 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_33"/><path d=" M 331.3710,125.4702 L 258.5595,96.6687 L 258.5595,106.6687 L 331.3710,135.4702 L 331.3710,125.4702 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_34"/><path d=" M 168.6290,125.4702 L 241.4405,96.6687 L 241.4405,106.6687 L 168.6290,135.4702 L 168.6290,125.4702 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_35"/><path d=" M 168.6290,125.4702 L 241.4405,96.6687 L 241.4405,106.6687 L 168.6290,135.4702 L 168.6290,125.4702 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_36"/><path d=" M 328.1016,128.1702 L 255.2901,99.3687 L 255.2901,109.3687 L 328.1016,138.1702 L 328.1016,128.1702 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_37"/><path d=" M 328.1016,128.1702 L 255.2901,99.3687 L 255.2901,109.3687 L 328.1016,138.1702 L 328.1016,128.1702 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_38"/><path d=" M 171.8984,128.1702 L 244.7099,99.3687 L 244.7099,109.3687 L 171.8984,138.1702 L 171.8984,128.1702 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_39"/><path d=" M 171.8984,128.1702 L 244.7099,99.3687 L 244.7099,109.3687 L 171.8984,138.1702 L 171.8984,128.1702 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_40"/><path d=" M 283.1016,145.9705 L 255.2901,99.3687 L 255.2901,109.3687 L 283.1016,155.9705 L 283.1016,145.9705 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_41"/><path d=" M 283.1016,145.9705 L 255.2901,99.3687 L 255.2901,109.3687 L 283.1016,155.9705 L 283.1016,145.9705 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_42"/><path d=" M 216.8984,145.9705 L 244.7099,99.3687 L 244.7099,109.3687 L 216.8984,155.9705 L 216.8984,145.9705 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_43"/><path d=" M 216.8984,145.9705 L 244.7099,99.3687 L 244.7099,109.3687 L 216.8984,155.9705 L 216.8984,145.9705 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_44"/><path d=" M 277.8115,147.0018 L 250.0000,100.4000 L 250.0000,110.4000 L 277.8115,157.0018 L 277.8115,147.0018 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_45"/><path d=" M 277.8115,147.0018 L 250.0000,100.4000 L 250.0000,110.4000 L 277.8115,157.0018 L 277.8115,147.0018 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_46"/><path d=" M 222.1885,147.0018 L 250.0000,100.4000 L 250.0000,110.4000 L 222.1885,157.0018 L 222.1885,147.0018 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_47"/><path d=" M 222.1885,147.0018 L 250.0000,100.4000 L 250.0000,110.4000 L 222.1885,157.0018 L 222.1885,147.0018 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_48"/><path d="M 283.10,155.97 A 90.00,49.00 0 0,0 328.10,138.17 L 328.10,128.17 A 90.00,49.000000 0 0,1 283.10,145.97 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_49"/><path d="M 283.10,155.97 A 90.00,49.00 0 0,0 328.10,138.17 L 328.10,128.17 A 90.00,49.000000 0 0,1 283.10,145.97 z" style="fill: url(#LinearGradient_165_99_345_99_ffffffbf_0000007f); stroke: none;"/><path d="M 171.90,138.17 A 90.00,49.00 0 0,0 216.90,155.97 L 216.90,145.97 A 90.00,49.000000 0 0,1 171.90,128.17 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_50"/><path d="M 171.90,138.17 A 90.00,49.00 0 0,0 216.90,155.97 L 216.90,145.97 A 90.00,49.000000 0 0,1 171.90,128.17 z" style="fill: url(#LinearGradient_154_99_334_99_ffffffbf_0000007f); stroke: none;"/><path d="M 222.19,157.00 A 90.00,49.00 0 0,0 277.81,157.00 L 277.81,147.00 A 90.00,49.000000 0 0,1 222.19,147.00 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_51"/><path d="M 222.19,157.00 A 90.00,49.00 0 0,0 277.81,157.00 L 277.81,147.00 A 90.00,49.000000 0 0,1 222.19,147.00 z" style="fill: url(#LinearGradient_160_100_340_100_ffffffbf_0000007f); stroke: none;"/><path d="M 258.56,96.67 L 348.56,96.67 A 90.00,49.00 0 0,1 331.37,125.47 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_52"/><path d="M 258.56,96.67 L 348.56,96.67 A 90.00,49.00 0 0,1 331.37,125.47 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_53"/><path d="M 255.29,99.37 L 328.10,128.17 A 90.00,49.00 0 0,1 283.10,145.97 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_54"/><path d="M 255.29,99.37 L 328.10,128.17 A 90.00,49.00 0 0,1 283.10,145.97 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_55"/><path d="M 250.00,100.40 L 277.81,147.00 A 90.00,49.00 0 0,1 222.19,147.00 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_56"/><path d="M 250.00,100.40 L 277.81,147.00 A 90.00,49.00 0 0,1 222.19,147.00 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_57"/><path d="M 244.71,99.37 L 216.90,145.97 A 90.00,49.00 0 0,1 171.90,128.17 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_58"/><path d="M 244.71,99.37 L 216.90,145.97 A 90.00,49.00 0 0,1 171.90,128.17 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_59"/><path d="M 241.44,96.67 L 168.63,125.47 A 90.00,49.00 0 0,1 151.44,96.67 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_60"/><path d="M 241.44,96.67 L 168.63,125.47 A 90.00,49.00 0 0,1 151.44,96.67 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_61"/><path d="M 241.44,93.33 L 151.44,93.33 A 90.00,49.00 0 0,1 168.63,64.53 z" style="fill: #204a87; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_62"/><path d="M 241.44,93.33 L 151.44,93.33 A 90.00,49.00 0 0,1 168.63,64.53 z" style="fill: none; stroke: #102544; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_63"/><path d="M 244.71,90.63 L 171.90,61.83 A 90.00,49.00 0 0,1 216.90,44.03 z" style="fill: #c17d11; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_64"/><path d="M 244.71,90.63 L 171.90,61.83 A 90.00,49.00 0 0,1 216.90,44.03 z" style="fill: none; stroke: #613f09; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_65"/><path d="M 250.00,89.60 L 222.19,43.00 A 90.00,49.00 0 0,1 277.81,43.00 z" style="fill: #3465a4; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_66"/><path d="M 250.00,89.60 L 222.19,43.00 A 90.00,49.00 0 0,1 277.81,43.00 z" style="fill: none; stroke: #1a3352; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_67"/><path d="M 255.29,90.63 L 283.10,44.03 A 90.00,49.00 0 0,1 328.10,61.83 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_68"/><path d="M 255.29,90.63 L 283.10,44.03 A 90.00,49.00 0 0,1 328.10,61.83 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_69"/><path d="M 258.56,93.33 L 331.37,64.53 A 90.00,49.00 0 0,1 348.56,93.33 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_70"/><path d="M 258.56,93.33 L 331.37,64.53 A 90.00,49.00 0 0,1 348.56,93.33 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_71"/><path d=" M 250.0000,53.6000 L 187.7798,17.3000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_72"/><ellipse cx="250" cy="53.6" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_73"/><ellipse cx="187.77980789787" cy="17.3" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_74"/><path d=" M 209.4428,61.5067 L 159.0135,47.3000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_76"/><ellipse cx="209.44281759182" cy="61.506696432877" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_77"/><ellipse cx="159.0134716558" cy="47.3" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_78"/><path d=" M 184.3771,82.2067 L 146.6105,77.3000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_80"/><ellipse cx="184.37710037563" cy="82.206696432877" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_81"/><ellipse cx="146.61052418254" cy="77.3" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_82"/><path d=" M 184.3771,107.7933 L 144.2668,107.3000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_84"/><ellipse cx="184.37710037563" cy="107.79330356712" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_85"/><ellipse cx="144.26680592701" cy="107.3" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_86"/><path d=" M 209.4428,128.4933 L 151.2169,137.3000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_88"/><ellipse cx="209.44281759182" cy="128.49330356712" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_89"/><ellipse cx="151.21686575676" cy="137.3" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_90"/><path d=" M 250.0000,136.4000 L 170.0358,167.3000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_92"/><ellipse cx="250" cy="136.4" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_93"/><ellipse cx="170.03575187971" cy="167.3" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_94"/><path d=" M 290.5572,61.5067 L 324.7695,27.4000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_96"/><ellipse cx="290.55718240818" cy="61.506696432877" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_97"/><ellipse cx="324.76946997033" cy="27.4" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_98"/><path d=" M 315.6229,82.2067 L 348.1828,61.2400" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_100"/><ellipse cx="315.62289962437" cy="82.206696432877" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_101"/><ellipse cx="348.18276628524" cy="61.24" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_102"/><path d=" M 315.6229,107.7933 L 355.6418,91.5440" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_104"/><ellipse cx="315.62289962437" cy="107.79330356712" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_105"/><ellipse cx="355.64183892322" cy="91.544" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_106"/><path d=" M 290.5572,128.4933 L 353.6517,121.5440" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_108"/><ellipse cx="290.55718240818" cy="128.49330356712" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_109"/><ellipse cx="353.65170794205" cy="121.544" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_110"/><text id="ezcGraphTextBox_75" x="66.279807897874" text-length="115.5px" y="32.3" style="font-size: 30px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">label 8</text><text id="ezcGraphTextBox_79" x="37.513471655797" text-length="115.5px" y="62.3" style="font-size: 30px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">label 7</text><text id="ezcGraphTextBox_83" x="25.110524182538" text-length="115.5px" y="92.3" style="font-size: 30px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">label 6</text><text id="ezcGraphTextBox_87" x="22.766805927013" text-length="115.5px" y="122.3" style="font-size: 30px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">label 5</text><text id="ezcGraphTextBox_91" x="29.716865756755" text-length="115.5px" y="152.3" style="font-size: 30px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">label 4</text><text id="ezcGraphTextBox_95" x="48.535751879709" text-length="115.5px" y="182.3" style="font-size: 30px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">label 3</text><text id="ezcGraphTextBox_99" x="330.76946997033" text-length="115.5px" y="42.4" style="font-size: 30px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">label 9</text><text id="ezcGraphTextBox_103" x="354.18276628524" text-length="132px" y="76.24" style="font-size: 30px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">label 10</text><text id="ezcGraphTextBox_107" x="361.64183892322" text-length="115.5px" y="106.544" style="font-size: 30px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">label 1</text><text id="ezcGraphTextBox_111" x="359.65170794205" text-length="115.5px" y="136.544" style="font-size: 30px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">label 2</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithCustomHeight.svg b/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithCustomHeight.svg
index a94324c..39445b4 100644
--- a/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithCustomHeight.svg
+++ b/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithCustomHeight.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_210_97_390_97_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_210_97_390_97_ffffffbf_0000007f" x1="210" y1="97.5" x2="390" y2="97.5" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_210_97_390_97_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_218_95_398_95_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_218_95_398_95_ffffffbf_0000007f" x1="218.16502331353" y1="95.228511073274" x2="398.16502331353" y2="95.228511073274" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_218_95_398_95_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><path d=" M 2.0000,16.0000 L 2.0000,2.0000 L 16.0000,2.0000 L 16.0000,16.0000 L 2.0000,16.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,34.0000 L 2.0000,20.0000 L 16.0000,20.0000 L 16.0000,34.0000 L 2.0000,34.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,52.0000 L 2.0000,38.0000 L 16.0000,38.0000 L 16.0000,52.0000 L 2.0000,52.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,70.0000 L 2.0000,56.0000 L 16.0000,56.0000 L 16.0000,70.0000 L 2.0000,70.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,88.0000 L 2.0000,74.0000 L 16.0000,74.0000 L 16.0000,88.0000 L 2.0000,88.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 343.09,57.29 A 90.00,51.50 0 0,0 252.20,58.87 L 252.20,53.87 A 90.00,51.500000 0 0,1 343.09,52.29 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 343.09,57.29 A 90.00,51.50 0 0,0 252.20,58.87 L 252.20,53.87 A 90.00,51.500000 0 0,1 343.09,52.29 z" style="fill: url(#LinearGradient_210_97_390_97_ffffffbf_0000007f); stroke: none;"/><path d="M 358.15,63.19 A 90.00,51.50 0 0,0 343.09,57.29 L 343.09,52.29 A 90.00,51.500000 0 0,1 358.15,58.19 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 358.15,63.19 A 90.00,51.50 0 0,0 343.09,57.29 L 343.09,52.29 A 90.00,51.500000 0 0,1 358.15,58.19 z" style="fill: url(#LinearGradient_210_97_390_97_ffffffbf_0000007f); stroke: none;"/><path d="M 252.20,58.87 A 90.00,51.50 0 0,0 231.59,69.04 L 231.59,64.04 A 90.00,51.500000 0 0,1 252.20,53.87 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 252.20,58.87 A 90.00,51.50 0 0,0 231.59,69.04 L 231.59,64.04 A 90.00,51.500000 0 0,1 252.20,53.87 z" style="fill: url(#LinearGradient_210_97_390_97_ffffffbf_0000007f); stroke: none;"/><path d="M 398.17,100.23 A 90.00,51.50 0 0,0 366.32,60.92 L 366.32,55.92 A 90.00,51.500000 0 0,1 398.17,95.23 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 398.17,100.23 A 90.00,51.50 0 0,0 366.32,60.92 L 366.32,55.92 A 90.00,51.500000 0 0,1 398.17,95.23 z" style="fill: url(#LinearGradient_218_95_398_95_ffffffbf_0000007f); stroke: none;"/><path d=" M 343.0898,52.2862 L 300.0000,97.5000 L 300.0000,102.5000 L 343.0898,57.2862 L 343.0898,52.2862 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 343.0898,52.2862 L 300.0000,97.5000 L 300.0000,102.5000 L 343.0898,57.2862 L 343.0898,52.2862 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 343.0898,52.2862 L 300.0000,97.5000 L 300.0000,102.5000 L 343.0898,57.2862 L 343.0898,52.2862 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 343.0898,52.2862 L 300.0000,97.5000 L 300.0000,102.5000 L 343.0898,57.2862 L 343.0898,52.2862 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 252.1962,53.8653 L 300.0000,97.5000 L 300.0000,102.5000 L 252.1962,58.8653 L 252.1962,53.8653 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 252.1962,53.8653 L 300.0000,97.5000 L 300.0000,102.5000 L 252.1962,58.8653 L 252.1962,53.8653 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 252.1962,53.8653 L 300.0000,97.5000 L 300.0000,102.5000 L 252.1962,58.8653 L 252.1962,53.8653 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 252.1962,53.8653 L 300.0000,97.5000 L 300.0000,102.5000 L 252.1962,58.8653 L 252.1962,53.8653 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 366.3153,55.9216 L 308.1650,95.2285 L 308.1650,100.2285 L 366.3153,60.9216 L 366.3153,55.9216 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d=" M 366.3153,55.9216 L 308.1650,95.2285 L 308.1650,100.2285 L 366.3153,60.9216 L 366.3153,55.9216 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 358.1502,58.1931 L 300.0000,97.5000 L 300.0000,102.5000 L 358.1502,63.1931 L 358.1502,58.1931 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 358.1502,58.1931 L 300.0000,97.5000 L 300.0000,102.5000 L 358.1502,63.1931 L 358.1502,58.1931 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 231.5905,64.0353 L 300.0000,97.5000 L 300.0000,102.5000 L 231.5905,69.0353 L 231.5905,64.0353 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 231.5905,64.0353 L 300.0000,97.5000 L 300.0000,102.5000 L 231.5905,69.0353 L 231.5905,64.0353 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 231.5905,64.0353 L 300.0000,97.5000 L 300.0000,102.5000 L 231.5905,69.0353 L 231.5905,64.0353 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 231.5905,64.0353 L 300.0000,97.5000 L 300.0000,102.5000 L 231.5905,69.0353 L 231.5905,64.0353 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 398.1650,95.2285 L 308.1650,95.2285 L 308.1650,100.2285 L 398.1650,100.2285 L 398.1650,95.2285 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d=" M 398.1650,95.2285 L 308.1650,95.2285 L 308.1650,100.2285 L 398.1650,100.2285 L 398.1650,95.2285 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 390.0000,97.5000 L 300.0000,97.5000 L 300.0000,102.5000 L 390.0000,102.5000 L 390.0000,97.5000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 390.0000,97.5000 L 300.0000,97.5000 L 300.0000,102.5000 L 390.0000,102.5000 L 390.0000,97.5000 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 210.00,102.50 A 90.00,51.50 0 0,0 390.00,102.50 L 390.00,97.50 A 90.00,51.500000 0 0,1 210.00,97.50 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 210.00,102.50 A 90.00,51.50 0 0,0 390.00,102.50 L 390.00,97.50 A 90.00,51.500000 0 0,1 210.00,97.50 z" style="fill: url(#LinearGradient_210_97_390_97_ffffffbf_0000007f); stroke: none;"/><path d="M 231.59,69.04 A 90.00,51.50 0 0,0 210.00,102.50 L 210.00,97.50 A 90.00,51.500000 0 0,1 231.59,64.04 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 231.59,69.04 A 90.00,51.50 0 0,0 210.00,102.50 L 210.00,97.50 A 90.00,51.500000 0 0,1 231.59,64.04 z" style="fill: url(#LinearGradient_210_97_390_97_ffffffbf_0000007f); stroke: none;"/><path d="M 300.00,97.50 L 390.00,97.50 A 90.00,51.50 0 1,1 231.59,64.04 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,97.50 L 390.00,97.50 A 90.00,51.50 0 1,1 231.59,64.04 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,97.50 L 231.59,64.04 A 90.00,51.50 0 0,1 252.20,53.87 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,97.50 L 231.59,64.04 A 90.00,51.50 0 0,1 252.20,53.87 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,97.50 L 252.20,53.87 A 90.00,51.50 0 0,1 343.09,52.29 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,97.50 L 252.20,53.87 A 90.00,51.50 0 0,1 343.09,52.29 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,97.50 L 343.09,52.29 A 90.00,51.50 0 0,1 358.15,58.19 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,97.50 L 343.09,52.29 A 90.00,51.50 0 0,1 358.15,58.19 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 308.17,95.23 L 366.32,55.92 A 90.00,51.50 0 0,1 398.17,95.23 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 308.17,95.23 L 366.32,55.92 A 90.00,51.50 0 0,1 398.17,95.23 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 298.1792,61.5166 L 220.6324,32.0500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="298.17919395494" cy="61.5165804915" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="220.63244927081" cy="32.05" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 260.8118,70.2394 L 201.4808,62.0500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="260.81181529129" cy="70.239350254903" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="201.48082631152" cy="62.05" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 279.2200,131.2720 L 194.1365,105.2225" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="279.21997746908" cy="131.27200969592" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="194.13646564561" cy="105.2225" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 333.9216,67.8056 L 386.6672,40.9000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="333.92163212695" cy="67.805619478026" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="386.6671556459" cy="40.9" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 362.5985,80.0853 L 401.6723,70.9000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="362.59851207038" cy="80.085251561765" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="401.6723052926" cy="70.9" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><text x="17" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text x="17" text-length="15.4px" y="34" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text x="17" text-length="38.5px" y="52" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text x="17" text-length="30.8px" y="70" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text x="17" text-length="46.2px" y="88" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text x="131.03244927081" text-length="83.6px" y="36.05" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text><text x="133.88082631152" text-length="61.6px" y="66.05" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text x="152.93646564561" text-length="35.2px" y="105.1725" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla:</text><text x="135.33646564561" text-length="52.8px" y="113.9725" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">4375 (61.3%)</text><text x="392.6671556459" text-length="70.4px" y="44.9" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text x="407.6723052926" text-length="83.6px" y="74.9" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_210_97_390_97_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_210_97_390_97_ffffffbf_0000007f" x1="210" y1="97.5" x2="390" y2="97.5" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_210_97_390_97_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_218_95_398_95_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_218_95_398_95_ffffffbf_0000007f" x1="218.16502331353" y1="95.228511073274" x2="398.16502331353" y2="95.228511073274" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_218_95_398_95_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,16.0000 L 2.0000,2.0000 L 16.0000,2.0000 L 16.0000,16.0000 L 2.0000,16.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_3"/><path d=" M 2.0000,34.0000 L 2.0000,20.0000 L 16.0000,20.0000 L 16.0000,34.0000 L 2.0000,34.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_5"/><path d=" M 2.0000,52.0000 L 2.0000,38.0000 L 16.0000,38.0000 L 16.0000,52.0000 L 2.0000,52.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_7"/><path d=" M 2.0000,70.0000 L 2.0000,56.0000 L 16.0000,56.0000 L 16.0000,70.0000 L 2.0000,70.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_9"/><path d=" M 2.0000,88.0000 L 2.0000,74.0000 L 16.0000,74.0000 L 16.0000,88.0000 L 2.0000,88.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_11"/><path d="M 343.09,57.29 A 90.00,51.50 0 0,0 252.20,58.87 L 252.20,53.87 A 90.00,51.500000 0 0,1 343.09,52.29 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_13"/><path d="M 343.09,57.29 A 90.00,51.50 0 0,0 252.20,58.87 L 252.20,53.87 A 90.00,51.500000 0 0,1 343.09,52.29 z" style="fill: url(#LinearGradient_210_97_390_97_ffffffbf_0000007f); stroke: none;"/><path d="M 358.15,63.19 A 90.00,51.50 0 0,0 343.09,57.29 L 343.09,52.29 A 90.00,51.500000 0 0,1 358.15,58.19 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_14"/><path d="M 358.15,63.19 A 90.00,51.50 0 0,0 343.09,57.29 L 343.09,52.29 A 90.00,51.500000 0 0,1 358.15,58.19 z" style="fill: url(#LinearGradient_210_97_390_97_ffffffbf_0000007f); stroke: none;"/><path d="M 252.20,58.87 A 90.00,51.50 0 0,0 231.59,69.04 L 231.59,64.04 A 90.00,51.500000 0 0,1 252.20,53.87 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_15"/><path d="M 252.20,58.87 A 90.00,51.50 0 0,0 231.59,69.04 L 231.59,64.04 A 90.00,51.500000 0 0,1 252.20,53.87 z" style="fill: url(#LinearGradient_210_97_390_97_ffffffbf_0000007f); stroke: none;"/><path d="M 398.17,100.23 A 90.00,51.50 0 0,0 366.32,60.92 L 366.32,55.92 A 90.00,51.500000 0 0,1 398.17,95.23 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_16"/><path d="M 398.17,100.23 A 90.00,51.50 0 0,0 366.32,60.92 L 366.32,55.92 A 90.00,51.500000 0 0,1 398.17,95.23 z" style="fill: url(#LinearGradient_218_95_398_95_ffffffbf_0000007f); stroke: none;"/><path d=" M 343.0898,52.2862 L 300.0000,97.5000 L 300.0000,102.5000 L 343.0898,57.2862 L 343.0898,52.2862 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_17"/><path d=" M 343.0898,52.2862 L 300.0000,97.5000 L 300.0000,102.5000 L 343.0898,57.2862 L 343.0898,52.2862 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_18"/><path d=" M 343.0898,52.2862 L 300.0000,97.5000 L 300.0000,102.5000 L 343.0898,57.2862 L 343.0898,52.2862 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_19"/><path d=" M 343.0898,52.2862 L 300.0000,97.5000 L 300.0000,102.5000 L 343.0898,57.2862 L 343.0898,52.2862 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_20"/><path d=" M 252.1962,53.8653 L 300.0000,97.5000 L 300.0000,102.5000 L 252.1962,58.8653 L 252.1962,53.8653 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_21"/><path d=" M 252.1962,53.8653 L 300.0000,97.5000 L 300.0000,102.5000 L 252.1962,58.8653 L 252.1962,53.8653 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_22"/><path d=" M 252.1962,53.8653 L 300.0000,97.5000 L 300.0000,102.5000 L 252.1962,58.8653 L 252.1962,53.8653 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_23"/><path d=" M 252.1962,53.8653 L 300.0000,97.5000 L 300.0000,102.5000 L 252.1962,58.8653 L 252.1962,53.8653 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_24"/><path d=" M 366.3153,55.9216 L 308.1650,95.2285 L 308.1650,100.2285 L 366.3153,60.9216 L 366.3153,55.9216 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_25"/><path d=" M 366.3153,55.9216 L 308.1650,95.2285 L 308.1650,100.2285 L 366.3153,60.9216 L 366.3153,55.9216 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_26"/><path d=" M 358.1502,58.1931 L 300.0000,97.5000 L 300.0000,102.5000 L 358.1502,63.1931 L 358.1502,58.1931 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_27"/><path d=" M 358.1502,58.1931 L 300.0000,97.5000 L 300.0000,102.5000 L 358.1502,63.1931 L 358.1502,58.1931 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_28"/><path d=" M 231.5905,64.0353 L 300.0000,97.5000 L 300.0000,102.5000 L 231.5905,69.0353 L 231.5905,64.0353 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_29"/><path d=" M 231.5905,64.0353 L 300.0000,97.5000 L 300.0000,102.5000 L 231.5905,69.0353 L 231.5905,64.0353 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_30"/><path d=" M 231.5905,64.0353 L 300.0000,97.5000 L 300.0000,102.5000 L 231.5905,69.0353 L 231.5905,64.0353 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_31"/><path d=" M 231.5905,64.0353 L 300.0000,97.5000 L 300.0000,102.5000 L 231.5905,69.0353 L 231.5905,64.0353 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_32"/><path d=" M 398.1650,95.2285 L 308.1650,95.2285 L 308.1650,100.2285 L 398.1650,100.2285 L 398.1650,95.2285 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_33"/><path d=" M 398.1650,95.2285 L 308.1650,95.2285 L 308.1650,100.2285 L 398.1650,100.2285 L 398.1650,95.2285 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_34"/><path d=" M 390.0000,97.5000 L 300.0000,97.5000 L 300.0000,102.5000 L 390.0000,102.5000 L 390.0000,97.5000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_35"/><path d=" M 390.0000,97.5000 L 300.0000,97.5000 L 300.0000,102.5000 L 390.0000,102.5000 L 390.0000,97.5000 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_36"/><path d="M 210.00,102.50 A 90.00,51.50 0 0,0 390.00,102.50 L 390.00,97.50 A 90.00,51.500000 0 0,1 210.00,97.50 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_37"/><path d="M 210.00,102.50 A 90.00,51.50 0 0,0 390.00,102.50 L 390.00,97.50 A 90.00,51.500000 0 0,1 210.00,97.50 z" style="fill: url(#LinearGradient_210_97_390_97_ffffffbf_0000007f); stroke: none;"/><path d="M 231.59,69.04 A 90.00,51.50 0 0,0 210.00,102.50 L 210.00,97.50 A 90.00,51.500000 0 0,1 231.59,64.04 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_38"/><path d="M 231.59,69.04 A 90.00,51.50 0 0,0 210.00,102.50 L 210.00,97.50 A 90.00,51.500000 0 0,1 231.59,64.04 z" style="fill: url(#LinearGradient_210_97_390_97_ffffffbf_0000007f); stroke: none;"/><path d="M 300.00,97.50 L 390.00,97.50 A 90.00,51.50 0 1,1 231.59,64.04 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_39"/><path d="M 300.00,97.50 L 390.00,97.50 A 90.00,51.50 0 1,1 231.59,64.04 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_40"/><path d="M 300.00,97.50 L 231.59,64.04 A 90.00,51.50 0 0,1 252.20,53.87 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_41"/><path d="M 300.00,97.50 L 231.59,64.04 A 90.00,51.50 0 0,1 252.20,53.87 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_42"/><path d="M 300.00,97.50 L 252.20,53.87 A 90.00,51.50 0 0,1 343.09,52.29 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_43"/><path d="M 300.00,97.50 L 252.20,53.87 A 90.00,51.50 0 0,1 343.09,52.29 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_44"/><path d="M 300.00,97.50 L 343.09,52.29 A 90.00,51.50 0 0,1 358.15,58.19 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_45"/><path d="M 300.00,97.50 L 343.09,52.29 A 90.00,51.50 0 0,1 358.15,58.19 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_46"/><path d="M 308.17,95.23 L 366.32,55.92 A 90.00,51.50 0 0,1 398.17,95.23 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_47"/><path d="M 308.17,95.23 L 366.32,55.92 A 90.00,51.50 0 0,1 398.17,95.23 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_48"/><path d=" M 298.1792,61.5166 L 220.6324,32.0500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_49"/><ellipse cx="298.17919395494" cy="61.5165804915" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_50"/><ellipse cx="220.63244927081" cy="32.05" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_51"/><path d=" M 260.8118,70.2394 L 201.4808,62.0500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_53"/><ellipse cx="260.81181529129" cy="70.239350254903" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_54"/><ellipse cx="201.48082631152" cy="62.05" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_55"/><path d=" M 279.2200,131.2720 L 194.1365,105.2225" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_57"/><ellipse cx="279.21997746908" cy="131.27200969592" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_58"/><ellipse cx="194.13646564561" cy="105.2225" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_59"/><path d=" M 333.9216,67.8056 L 386.6672,40.9000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_61"/><ellipse cx="333.92163212695" cy="67.805619478026" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_62"/><ellipse cx="386.6671556459" cy="40.9" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_63"/><path d=" M 362.5985,80.0853 L 401.6723,70.9000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_65"/><ellipse cx="362.59851207038" cy="80.085251561765" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_66"/><ellipse cx="401.6723052926" cy="70.9" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_67"/><text id="ezcGraphTextBox_4" x="17" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text id="ezcGraphTextBox_6" x="17" text-length="15.4px" y="34" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text id="ezcGraphTextBox_8" x="17" text-length="38.5px" y="52" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text id="ezcGraphTextBox_10" x="17" text-length="30.8px" y="70" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text id="ezcGraphTextBox_12" x="17" text-length="46.2px" y="88" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text id="ezcGraphTextBox_52" x="131.03244927081" text-length="83.6px" y="36.05" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text><text id="ezcGraphTextBox_56" x="133.88082631152" text-length="61.6px" y="66.05" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text id="ezcGraphTextBox_60" x="152.93646564561" text-length="35.2px" y="105.1725" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla:</text><text id="ezcGraphTextBox_60" x="135.33646564561" text-length="52.8px" y="113.9725" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">4375 (61.3%)</text><text id="ezcGraphTextBox_64" x="392.6671556459" text-length="70.4px" y="44.9" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text id="ezcGraphTextBox_68" x="407.6723052926" text-length="83.6px" y="74.9" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithCustomRotation.svg b/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithCustomRotation.svg
index e9c4de2..bb8e495 100644
--- a/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithCustomRotation.svg
+++ b/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithCustomRotation.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_210_95_390_95_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_210_95_390_95_ffffffbf_0000007f" x1="210" y1="95" x2="390" y2="95" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_210_95_390_95_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_218_93_398_93_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_218_93_398_93_ffffffbf_0000007f" x1="218.16502331353" y1="93.864255536637" x2="398.16502331353" y2="93.864255536637" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_218_93_398_93_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><path d=" M 2.0000,16.0000 L 2.0000,2.0000 L 16.0000,2.0000 L 16.0000,16.0000 L 2.0000,16.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,34.0000 L 2.0000,20.0000 L 16.0000,20.0000 L 16.0000,34.0000 L 2.0000,34.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,52.0000 L 2.0000,38.0000 L 16.0000,38.0000 L 16.0000,52.0000 L 2.0000,52.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,70.0000 L 2.0000,56.0000 L 16.0000,56.0000 L 16.0000,70.0000 L 2.0000,70.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,88.0000 L 2.0000,74.0000 L 16.0000,74.0000 L 16.0000,88.0000 L 2.0000,88.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 343.09,85.69 A 90.00,22.00 0 0,0 252.20,86.36 L 252.20,76.36 A 90.00,22.000000 0 0,1 343.09,75.69 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 343.09,85.69 A 90.00,22.00 0 0,0 252.20,86.36 L 252.20,76.36 A 90.00,22.000000 0 0,1 343.09,75.69 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 358.15,88.21 A 90.00,22.00 0 0,0 343.09,85.69 L 343.09,75.69 A 90.00,22.000000 0 0,1 358.15,78.21 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 358.15,88.21 A 90.00,22.00 0 0,0 343.09,85.69 L 343.09,75.69 A 90.00,22.000000 0 0,1 358.15,78.21 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 252.20,86.36 A 90.00,22.00 0 0,0 231.59,90.70 L 231.59,80.70 A 90.00,22.000000 0 0,1 252.20,76.36 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 252.20,86.36 A 90.00,22.00 0 0,0 231.59,90.70 L 231.59,80.70 A 90.00,22.000000 0 0,1 252.20,76.36 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 398.17,103.86 A 90.00,22.00 0 0,0 366.32,87.07 L 366.32,77.07 A 90.00,22.000000 0 0,1 398.17,93.86 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 398.17,103.86 A 90.00,22.00 0 0,0 366.32,87.07 L 366.32,77.07 A 90.00,22.000000 0 0,1 398.17,93.86 z" style="fill: url(#LinearGradient_218_93_398_93_ffffffbf_0000007f); stroke: none;"/><path d=" M 252.1962,76.3599 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,86.3599 L 252.1962,76.3599 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 252.1962,76.3599 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,86.3599 L 252.1962,76.3599 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 252.1962,76.3599 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,86.3599 L 252.1962,76.3599 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 252.1962,76.3599 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,86.3599 L 252.1962,76.3599 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 343.0898,75.6854 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,85.6854 L 343.0898,75.6854 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 343.0898,75.6854 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,85.6854 L 343.0898,75.6854 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 343.0898,75.6854 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,85.6854 L 343.0898,75.6854 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 343.0898,75.6854 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,85.6854 L 343.0898,75.6854 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 366.3153,77.0730 L 308.1650,93.8643 L 308.1650,103.8643 L 366.3153,87.0730 L 366.3153,77.0730 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d=" M 366.3153,77.0730 L 308.1650,93.8643 L 308.1650,103.8643 L 366.3153,87.0730 L 366.3153,77.0730 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 358.1502,78.2087 L 300.0000,95.0000 L 300.0000,105.0000 L 358.1502,88.2087 L 358.1502,78.2087 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 358.1502,78.2087 L 300.0000,95.0000 L 300.0000,105.0000 L 358.1502,88.2087 L 358.1502,78.2087 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 231.5905,80.7044 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,90.7044 L 231.5905,80.7044 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 231.5905,80.7044 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,90.7044 L 231.5905,80.7044 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 231.5905,80.7044 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,90.7044 L 231.5905,80.7044 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 231.5905,80.7044 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,90.7044 L 231.5905,80.7044 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 398.1650,93.8643 L 308.1650,93.8643 L 308.1650,103.8643 L 398.1650,103.8643 L 398.1650,93.8643 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d=" M 398.1650,93.8643 L 308.1650,93.8643 L 308.1650,103.8643 L 398.1650,103.8643 L 398.1650,93.8643 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 210.00,105.00 A 90.00,22.00 0 0,0 390.00,105.00 L 390.00,95.00 A 90.00,22.000000 0 0,1 210.00,95.00 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 210.00,105.00 A 90.00,22.00 0 0,0 390.00,105.00 L 390.00,95.00 A 90.00,22.000000 0 0,1 210.00,95.00 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 231.59,90.70 A 90.00,22.00 0 0,0 210.00,105.00 L 210.00,95.00 A 90.00,22.000000 0 0,1 231.59,80.70 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 231.59,90.70 A 90.00,22.00 0 0,0 210.00,105.00 L 210.00,95.00 A 90.00,22.000000 0 0,1 231.59,80.70 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 300.00,95.00 L 390.00,95.00 A 90.00,22.00 0 1,1 231.59,80.70 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 390.00,95.00 A 90.00,22.00 0 1,1 231.59,80.70 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 231.59,80.70 A 90.00,22.00 0 0,1 252.20,76.36 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 231.59,80.70 A 90.00,22.00 0 0,1 252.20,76.36 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 252.20,76.36 A 90.00,22.00 0 0,1 343.09,75.69 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 252.20,76.36 A 90.00,22.00 0 0,1 343.09,75.69 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 343.09,75.69 A 90.00,22.00 0 0,1 358.15,78.21 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 343.09,75.69 A 90.00,22.00 0 0,1 358.15,78.21 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 308.17,93.86 L 366.32,77.07 A 90.00,22.00 0 0,1 398.17,93.86 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 308.17,93.86 L 366.32,77.07 A 90.00,22.00 0 0,1 398.17,93.86 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 298.1792,77.0083 L 213.3695,40.8500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="298.17919395494" cy="77.00829024575" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="213.36950018758" cy="40.85" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 260.8118,81.3697 L 198.3429,70.8500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="260.81181529129" cy="81.369675127452" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="198.34291714672" cy="70.85" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 279.2200,111.8860 L 194.0036,100.8500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="279.21997746908" cy="111.88600484796" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="194.00361256525" cy="100.85" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 333.9216,80.1528 L 392.6025,50.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="333.92163212695" cy="80.152809739013" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="392.60254037844" cy="50" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 362.5985,86.2926 L 403.9796,80.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="362.59851207038" cy="86.292625780883" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="403.97958971133" cy="80" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><text x="17" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text x="17" text-length="15.4px" y="34" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text x="17" text-length="38.5px" y="52" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text x="17" text-length="30.8px" y="70" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text x="17" text-length="46.2px" y="88" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text x="123.76950018758" text-length="83.6px" y="44.85" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text><text x="130.74291714672" text-length="61.6px" y="74.85" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text x="152.80361256525" text-length="35.2px" y="100.8" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla:</text><text x="135.20361256525" text-length="52.8px" y="109.6" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">4375 (61.3%)</text><text x="398.60254037844" text-length="70.4px" y="54" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text x="409.97958971133" text-length="83.6px" y="84" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_210_95_390_95_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_210_95_390_95_ffffffbf_0000007f" x1="210" y1="95" x2="390" y2="95" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_210_95_390_95_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_218_93_398_93_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_218_93_398_93_ffffffbf_0000007f" x1="218.16502331353" y1="93.864255536637" x2="398.16502331353" y2="93.864255536637" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_218_93_398_93_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,16.0000 L 2.0000,2.0000 L 16.0000,2.0000 L 16.0000,16.0000 L 2.0000,16.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_3"/><path d=" M 2.0000,34.0000 L 2.0000,20.0000 L 16.0000,20.0000 L 16.0000,34.0000 L 2.0000,34.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_5"/><path d=" M 2.0000,52.0000 L 2.0000,38.0000 L 16.0000,38.0000 L 16.0000,52.0000 L 2.0000,52.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_7"/><path d=" M 2.0000,70.0000 L 2.0000,56.0000 L 16.0000,56.0000 L 16.0000,70.0000 L 2.0000,70.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_9"/><path d=" M 2.0000,88.0000 L 2.0000,74.0000 L 16.0000,74.0000 L 16.0000,88.0000 L 2.0000,88.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_11"/><path d="M 343.09,85.69 A 90.00,22.00 0 0,0 252.20,86.36 L 252.20,76.36 A 90.00,22.000000 0 0,1 343.09,75.69 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_13"/><path d="M 343.09,85.69 A 90.00,22.00 0 0,0 252.20,86.36 L 252.20,76.36 A 90.00,22.000000 0 0,1 343.09,75.69 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 358.15,88.21 A 90.00,22.00 0 0,0 343.09,85.69 L 343.09,75.69 A 90.00,22.000000 0 0,1 358.15,78.21 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_14"/><path d="M 358.15,88.21 A 90.00,22.00 0 0,0 343.09,85.69 L 343.09,75.69 A 90.00,22.000000 0 0,1 358.15,78.21 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 252.20,86.36 A 90.00,22.00 0 0,0 231.59,90.70 L 231.59,80.70 A 90.00,22.000000 0 0,1 252.20,76.36 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_15"/><path d="M 252.20,86.36 A 90.00,22.00 0 0,0 231.59,90.70 L 231.59,80.70 A 90.00,22.000000 0 0,1 252.20,76.36 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 398.17,103.86 A 90.00,22.00 0 0,0 366.32,87.07 L 366.32,77.07 A 90.00,22.000000 0 0,1 398.17,93.86 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_16"/><path d="M 398.17,103.86 A 90.00,22.00 0 0,0 366.32,87.07 L 366.32,77.07 A 90.00,22.000000 0 0,1 398.17,93.86 z" style="fill: url(#LinearGradient_218_93_398_93_ffffffbf_0000007f); stroke: none;"/><path d=" M 252.1962,76.3599 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,86.3599 L 252.1962,76.3599 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_17"/><path d=" M 252.1962,76.3599 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,86.3599 L 252.1962,76.3599 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_18"/><path d=" M 252.1962,76.3599 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,86.3599 L 252.1962,76.3599 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_19"/><path d=" M 252.1962,76.3599 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,86.3599 L 252.1962,76.3599 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_20"/><path d=" M 343.0898,75.6854 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,85.6854 L 343.0898,75.6854 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_21"/><path d=" M 343.0898,75.6854 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,85.6854 L 343.0898,75.6854 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_22"/><path d=" M 343.0898,75.6854 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,85.6854 L 343.0898,75.6854 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_23"/><path d=" M 343.0898,75.6854 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,85.6854 L 343.0898,75.6854 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_24"/><path d=" M 366.3153,77.0730 L 308.1650,93.8643 L 308.1650,103.8643 L 366.3153,87.0730 L 366.3153,77.0730 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_25"/><path d=" M 366.3153,77.0730 L 308.1650,93.8643 L 308.1650,103.8643 L 366.3153,87.0730 L 366.3153,77.0730 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_26"/><path d=" M 358.1502,78.2087 L 300.0000,95.0000 L 300.0000,105.0000 L 358.1502,88.2087 L 358.1502,78.2087 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_27"/><path d=" M 358.1502,78.2087 L 300.0000,95.0000 L 300.0000,105.0000 L 358.1502,88.2087 L 358.1502,78.2087 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_28"/><path d=" M 231.5905,80.7044 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,90.7044 L 231.5905,80.7044 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_29"/><path d=" M 231.5905,80.7044 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,90.7044 L 231.5905,80.7044 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_30"/><path d=" M 231.5905,80.7044 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,90.7044 L 231.5905,80.7044 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_31"/><path d=" M 231.5905,80.7044 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,90.7044 L 231.5905,80.7044 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_32"/><path d=" M 398.1650,93.8643 L 308.1650,93.8643 L 308.1650,103.8643 L 398.1650,103.8643 L 398.1650,93.8643 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_33"/><path d=" M 398.1650,93.8643 L 308.1650,93.8643 L 308.1650,103.8643 L 398.1650,103.8643 L 398.1650,93.8643 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_34"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_35"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_36"/><path d="M 210.00,105.00 A 90.00,22.00 0 0,0 390.00,105.00 L 390.00,95.00 A 90.00,22.000000 0 0,1 210.00,95.00 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_37"/><path d="M 210.00,105.00 A 90.00,22.00 0 0,0 390.00,105.00 L 390.00,95.00 A 90.00,22.000000 0 0,1 210.00,95.00 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 231.59,90.70 A 90.00,22.00 0 0,0 210.00,105.00 L 210.00,95.00 A 90.00,22.000000 0 0,1 231.59,80.70 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_38"/><path d="M 231.59,90.70 A 90.00,22.00 0 0,0 210.00,105.00 L 210.00,95.00 A 90.00,22.000000 0 0,1 231.59,80.70 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 300.00,95.00 L 390.00,95.00 A 90.00,22.00 0 1,1 231.59,80.70 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_39"/><path d="M 300.00,95.00 L 390.00,95.00 A 90.00,22.00 0 1,1 231.59,80.70 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_40"/><path d="M 300.00,95.00 L 231.59,80.70 A 90.00,22.00 0 0,1 252.20,76.36 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_41"/><path d="M 300.00,95.00 L 231.59,80.70 A 90.00,22.00 0 0,1 252.20,76.36 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_42"/><path d="M 300.00,95.00 L 252.20,76.36 A 90.00,22.00 0 0,1 343.09,75.69 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_43"/><path d="M 300.00,95.00 L 252.20,76.36 A 90.00,22.00 0 0,1 343.09,75.69 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_44"/><path d="M 300.00,95.00 L 343.09,75.69 A 90.00,22.00 0 0,1 358.15,78.21 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_45"/><path d="M 300.00,95.00 L 343.09,75.69 A 90.00,22.00 0 0,1 358.15,78.21 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_46"/><path d="M 308.17,93.86 L 366.32,77.07 A 90.00,22.00 0 0,1 398.17,93.86 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_47"/><path d="M 308.17,93.86 L 366.32,77.07 A 90.00,22.00 0 0,1 398.17,93.86 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_48"/><path d=" M 298.1792,77.0083 L 213.3695,40.8500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_49"/><ellipse cx="298.17919395494" cy="77.00829024575" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_50"/><ellipse cx="213.36950018758" cy="40.85" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_51"/><path d=" M 260.8118,81.3697 L 198.3429,70.8500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_53"/><ellipse cx="260.81181529129" cy="81.369675127452" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_54"/><ellipse cx="198.34291714672" cy="70.85" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_55"/><path d=" M 279.2200,111.8860 L 194.0036,100.8500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_57"/><ellipse cx="279.21997746908" cy="111.88600484796" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_58"/><ellipse cx="194.00361256525" cy="100.85" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_59"/><path d=" M 333.9216,80.1528 L 392.6025,50.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_61"/><ellipse cx="333.92163212695" cy="80.152809739013" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_62"/><ellipse cx="392.60254037844" cy="50" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_63"/><path d=" M 362.5985,86.2926 L 403.9796,80.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_65"/><ellipse cx="362.59851207038" cy="86.292625780883" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_66"/><ellipse cx="403.97958971133" cy="80" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_67"/><text id="ezcGraphTextBox_4" x="17" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text id="ezcGraphTextBox_6" x="17" text-length="15.4px" y="34" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text id="ezcGraphTextBox_8" x="17" text-length="38.5px" y="52" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text id="ezcGraphTextBox_10" x="17" text-length="30.8px" y="70" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text id="ezcGraphTextBox_12" x="17" text-length="46.2px" y="88" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text id="ezcGraphTextBox_52" x="123.76950018758" text-length="83.6px" y="44.85" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text><text id="ezcGraphTextBox_56" x="130.74291714672" text-length="61.6px" y="74.85" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text id="ezcGraphTextBox_60" x="152.80361256525" text-length="35.2px" y="100.8" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla:</text><text id="ezcGraphTextBox_60" x="135.20361256525" text-length="52.8px" y="109.6" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">4375 (61.3%)</text><text id="ezcGraphTextBox_64" x="398.60254037844" text-length="70.4px" y="54" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text id="ezcGraphTextBox_68" x="409.97958971133" text-length="83.6px" y="84" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithGleamAndShadow.svg b/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithGleamAndShadow.svg
index e3face0..ee3e541 100644
--- a/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithGleamAndShadow.svg
+++ b/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithGleamAndShadow.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_3_3_14_14_75e70900_274d0300"><stop offset="0" style="stop-color: #75e709; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #274d03; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_3_3_14_14_75e70900_274d0300" x1="3.4" y1="3.4" x2="14.6" y2="14.6" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_3_3_14_14_75e70900_274d0300"/><linearGradient id="Definition_LinearGradient_6_42_11_47_ffff0000_776a0000"><stop offset="0" style="stop-color: #ffff00; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #776a00; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_6_42_11_47_ffff0000_776a0000" x1="6.100505066" y1="42.100505066" x2="11.899494934" y2="47.899494934" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_6_42_11_47_ffff0000_776a0000"/><linearGradient id="Definition_LinearGradient_6_60_11_65_b0788900_3b282e00"><stop offset="0" style="stop-color: #b07889; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #3b282e; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_6_60_11_65_b0788900_3b282e00" x1="6.949747474" y1="60.949747474" x2="11.050252526" y2="65.050252526" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_6_60_11_65_b0788900_3b282e00"/><linearGradient id="Definition_LinearGradient_3_75_14_86_00000000_00000000"><stop offset="0" style="stop-color: #000000; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_3_75_14_86_00000000_00000000" x1="3.4" y1="75.4" x2="14.6" y2="86.6" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_3_75_14_86_00000000_00000000"/><linearGradient id="Definition_LinearGradient_210_92_390_92_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_210_92_390_92_ffffffbf_0000007f" x1="210" y1="92" x2="390" y2="92" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_210_92_390_92_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_201_94_381_94_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_201_94_381_94_ffffffbf_0000007f" x1="201.83497668647" y1="94.271488926726" x2="381.83497668647" y2="94.271488926726" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_201_94_381_94_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_215_96_395_96_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_215_96_395_96_ffffffbf_0000007f" x1="215.87822770631" y1="96.089097461765" x2="395.87822770631" y2="96.089097461765" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_215_96_395_96_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_300_92_210_46_ffffffff_ffffff7f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.00;"/><stop offset="1" style="stop-color: #ffffff; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_300_92_210_46_ffffffff_ffffff7f" x1="300" y1="92" x2="210" y2="46" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_300_92_210_46_ffffffff_ffffff7f"/><linearGradient id="Definition_RadialGradient_236_124_180_92_0.00_ffffff7f_ffffffcc"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.50;"/><stop offset="1" style="stop-color: #ffffff; stop-opacity: 0.20;"/></linearGradient><radialGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="RadialGradient_236_124_180_92_0.00_ffffff7f_ffffffcc" cx="236.36038969321" cy="124.52691193458" fx="236.36038969321" fy="124.52691193458" r="180" gradientUnits="userSpaceOnUse" xlink:href="#Definition_RadialGradient_236_124_180_92_0.00_ffffff7f_ffffffcc"/><linearGradient id="Definition_LinearGradient_305_96_215_50_ffffffff_ffffff7f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.00;"/><stop offset="1" style="stop-color: #ffffff; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_305_96_215_50_ffffffff_ffffff7f" x1="305.87822770631" y1="96.089097461765" x2="215.87822770631" y2="50.089097461765" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_305_96_215_50_ffffffff_ffffff7f"/><linearGradient id="Definition_RadialGradient_242_128_180_92_0.00_ffffff7f_ffffffcc"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.50;"/><stop offset="1" style="stop-color: #ffffff; stop-opacity: 0.20;"/></linearGradient><radialGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="RadialGradient_242_128_180_92_0.00_ffffff7f_ffffffcc" cx="242.23861739952" cy="128.61600939635" fx="242.23861739952" fy="128.61600939635" r="180" gradientUnits="userSpaceOnUse" xlink:href="#Definition_RadialGradient_242_128_180_92_0.00_ffffff7f_ffffffcc"/><linearGradient id="Definition_LinearGradient_291_94_201_48_ffffffff_ffffff7f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.00;"/><stop offset="1" style="stop-color: #ffffff; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_291_94_201_48_ffffffff_ffffff7f" x1="291.83497668647" y1="94.271488926726" x2="201.83497668647" y2="48.271488926726" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_291_94_201_48_ffffffff_ffffff7f"/><linearGradient id="Definition_RadialGradient_228_126_180_92_0.00_ffffff7f_ffffffcc"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.50;"/><stop offset="1" style="stop-color: #ffffff; stop-opacity: 0.20;"/></linearGradient><radialGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="RadialGradient_228_126_180_92_0.00_ffffff7f_ffffffcc" cx="228.19536637968" cy="126.79840086131" fx="228.19536637968" fy="126.79840086131" r="180" gradientUnits="userSpaceOnUse" xlink:href="#Definition_RadialGradient_228_126_180_92_0.00_ffffff7f_ffffffcc"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><path d=" M 2.0000,16.0000 L 2.0000,2.0000 L 16.0000,2.0000 L 16.0000,16.0000 L 2.0000,16.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 14.6000,3.4000 L 14.6000,14.6000 L 3.4000,14.6000 L 3.4000,3.4000 L 14.6000,3.4000 z " style="fill: url(#LinearGradient_3_3_14_14_75e70900_274d0300); stroke: none;"/><ellipse cx="9" cy="27" rx="7" ry="7" style="fill: none; stroke: #cc0000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="9" cy="45" rx="7" ry="7" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><ellipse cx="9" cy="45" rx="6.3" ry="6.3" style="fill: url(#LinearGradient_6_42_11_47_ffff0000_776a0000); stroke: none;"/><path d=" M 2.0000,63.0000 L 9.0000,56.0000 L 16.0000,63.0000 L 9.0000,70.0000 L 2.0000,63.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 14.6000,63.0000 L 9.0000,68.6000 L 3.4000,63.0000 L 9.0000,57.4000 L 14.6000,63.0000 z " style="fill: url(#LinearGradient_6_60_11_65_b0788900_3b282e00); stroke: none;"/><path d=" M 2.0000,88.0000 L 2.0000,74.0000 L 16.0000,74.0000 L 16.0000,88.0000 L 2.0000,88.0000 z " style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 14.6000,75.4000 L 14.6000,86.6000 L 3.4000,86.6000 L 3.4000,75.4000 L 14.6000,75.4000 z " style="fill: url(#LinearGradient_3_75_14_86_00000000_00000000); stroke: none;"/><path d="M 300.00,108.00 L 200.00,108.00 A 100.00,56.00 0 1,1 376.01,144.39 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 300.00,108.00 L 201.02,108.96 A 99.00,55.00 0 1,1 374.12,144.46 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 300.00,108.00 L 202.06,109.88 A 98.00,54.00 0 1,1 372.22,144.50 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 300.00,108.00 L 203.13,110.77 A 97.00,53.00 0 1,1 370.33,144.50 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 300.00,108.00 L 204.23,111.63 A 96.00,52.00 0 1,1 368.44,144.46 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 300.00,108.00 L 205.36,112.44 A 95.00,51.00 0 1,1 366.56,144.39 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 300.00,108.00 L 206.51,113.23 A 94.00,50.00 0 1,1 364.67,144.28 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 300.00,108.00 L 207.69,113.97 A 93.00,49.00 0 1,1 362.80,144.14 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 300.00,108.00 L 208.90,114.68 A 92.00,48.00 0 1,1 360.93,143.96 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 300.00,108.00 L 210.12,115.35 A 91.00,47.00 0 1,1 359.07,143.75 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 305.88,112.09 L 381.89,148.48 A 100.00,56.00 0 0,1 358.99,159.54 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 305.88,112.09 L 382.24,147.09 A 99.00,55.00 0 0,1 356.99,159.19 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 305.88,112.09 L 382.55,145.72 A 98.00,54.00 0 0,1 355.00,158.82 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 305.88,112.09 L 382.81,144.37 A 97.00,53.00 0 0,1 353.03,158.41 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 305.88,112.09 L 383.02,143.04 A 96.00,52.00 0 0,1 351.07,157.97 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 305.88,112.09 L 383.19,141.72 A 95.00,51.00 0 0,1 349.13,157.50 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 305.88,112.09 L 383.32,140.43 A 94.00,50.00 0 0,1 347.21,157.00 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 305.88,112.09 L 383.41,139.15 A 93.00,49.00 0 0,1 345.30,156.47 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 305.88,112.09 L 383.45,137.90 A 92.00,48.00 0 0,1 343.42,155.91 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 305.88,112.09 L 383.45,136.67 A 91.00,47.00 0 0,1 341.56,155.33 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 300.00,108.00 L 353.12,155.45 A 100.00,56.00 0 0,1 235.39,150.74 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 300.00,108.00 L 354.04,154.08 A 99.00,55.00 0 0,1 234.73,149.35 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 300.00,108.00 L 354.92,152.72 A 98.00,54.00 0 0,1 234.11,147.97 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 300.00,108.00 L 355.75,151.37 A 97.00,53.00 0 0,1 233.54,146.60 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 300.00,108.00 L 356.54,150.02 A 96.00,52.00 0 0,1 233.01,145.25 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 300.00,108.00 L 357.28,148.69 A 95.00,51.00 0 0,1 232.53,143.91 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 300.00,108.00 L 357.98,147.36 A 94.00,50.00 0 0,1 232.10,142.58 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 300.00,108.00 L 358.63,146.04 A 93.00,49.00 0 0,1 231.71,141.26 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 300.00,108.00 L 359.24,144.73 A 92.00,48.00 0 0,1 231.36,139.96 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 300.00,108.00 L 359.80,143.43 A 91.00,47.00 0 0,1 231.06,138.68 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 291.83,110.27 L 227.22,153.01 A 100.00,56.00 0 0,1 191.83,110.27 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 291.83,110.27 L 229.20,152.86 A 99.00,55.00 0 0,1 192.85,109.31 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 291.83,110.27 L 231.16,152.68 A 98.00,54.00 0 0,1 193.89,108.39 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 291.83,110.27 L 233.12,152.46 A 97.00,53.00 0 0,1 194.97,107.50 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 291.83,110.27 L 235.07,152.21 A 96.00,52.00 0 0,1 196.07,106.64 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 291.83,110.27 L 237.01,151.92 A 95.00,51.00 0 0,1 197.20,105.83 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 291.83,110.27 L 238.93,151.60 A 94.00,50.00 0 0,1 198.35,105.05 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 291.83,110.27 L 240.84,151.25 A 93.00,49.00 0 0,1 199.53,104.30 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 291.83,110.27 L 242.74,150.87 A 92.00,48.00 0 0,1 200.73,103.59 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 291.83,110.27 L 244.63,150.45 A 91.00,47.00 0 0,1 201.96,102.92 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;"/><path d="M 390.00,108.00 A 90.00,46.00 0 0,0 210.00,108.00 L 210.00,92.00 A 90.00,46.000000 0 0,1 390.00,92.00 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 390.00,108.00 A 90.00,46.00 0 0,0 210.00,108.00 L 210.00,92.00 A 90.00,46.000000 0 0,1 390.00,92.00 z" style="fill: url(#LinearGradient_210_92_390_92_ffffffbf_0000007f); stroke: none;"/><path d="M 368.41,137.89 A 90.00,46.00 0 0,0 390.00,108.00 L 390.00,92.00 A 90.00,46.000000 0 0,1 368.41,121.89 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 368.41,137.89 A 90.00,46.00 0 0,0 390.00,108.00 L 390.00,92.00 A 90.00,46.000000 0 0,1 368.41,121.89 z" style="fill: url(#LinearGradient_210_92_390_92_ffffffbf_0000007f); stroke: none;"/><path d=" M 210.0000,92.0000 L 300.0000,92.0000 L 300.0000,108.0000 L 210.0000,108.0000 L 210.0000,92.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 210.0000,92.0000 L 300.0000,92.0000 L 300.0000,108.0000 L 210.0000,108.0000 L 210.0000,92.0000 z " style="fill: none; stroke: #4e9a06; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 201.8350,94.2715 L 291.8350,94.2715 L 291.8350,110.2715 L 201.8350,110.2715 L 201.8350,94.2715 z " style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 201.8350,94.2715 L 291.8350,94.2715 L 291.8350,110.2715 L 201.8350,110.2715 L 201.8350,94.2715 z " style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 201.83,110.27 A 90.00,46.00 0 0,0 233.68,145.38 L 233.68,129.38 A 90.00,46.000000 0 0,1 201.83,94.27 z" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d="M 201.83,110.27 A 90.00,46.00 0 0,0 233.68,145.38 L 233.68,129.38 A 90.00,46.000000 0 0,1 201.83,94.27 z" style="fill: url(#LinearGradient_201_94_381_94_ffffffbf_0000007f); stroke: none;"/><path d=" M 368.4095,121.8908 L 300.0000,92.0000 L 300.0000,108.0000 L 368.4095,137.8908 L 368.4095,121.8908 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 368.4095,121.8908 L 300.0000,92.0000 L 300.0000,108.0000 L 368.4095,137.8908 L 368.4095,121.8908 z " style="fill: none; stroke: #4e9a06; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 241.8498,127.1091 L 300.0000,92.0000 L 300.0000,108.0000 L 241.8498,143.1091 L 241.8498,127.1091 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 241.8498,127.1091 L 300.0000,92.0000 L 300.0000,108.0000 L 241.8498,143.1091 L 241.8498,127.1091 z " style="fill: none; stroke: #75505b; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 374.2878,125.9799 L 305.8782,96.0891 L 305.8782,112.0891 L 374.2878,141.9799 L 374.2878,125.9799 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 374.2878,125.9799 L 305.8782,96.0891 L 305.8782,112.0891 L 374.2878,141.9799 L 374.2878,125.9799 z " style="fill: none; stroke: #cc0000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 347.8038,130.9747 L 300.0000,92.0000 L 300.0000,108.0000 L 347.8038,146.9747 L 347.8038,130.9747 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 347.8038,130.9747 L 300.0000,92.0000 L 300.0000,108.0000 L 347.8038,146.9747 L 347.8038,130.9747 z " style="fill: none; stroke: #edd400; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 233.6847,129.3806 L 291.8350,94.2715 L 291.8350,110.2715 L 233.6847,145.3806 L 233.6847,129.3806 z " style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 233.6847,129.3806 L 291.8350,94.2715 L 291.8350,110.2715 L 233.6847,145.3806 L 233.6847,129.3806 z " style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 256.9102,132.3851 L 300.0000,92.0000 L 300.0000,108.0000 L 256.9102,148.3851 L 256.9102,132.3851 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 256.9102,132.3851 L 300.0000,92.0000 L 300.0000,108.0000 L 256.9102,148.3851 L 256.9102,132.3851 z " style="fill: none; stroke: #edd400; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 256.9102,132.3851 L 300.0000,92.0000 L 300.0000,108.0000 L 256.9102,148.3851 L 256.9102,132.3851 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 256.9102,132.3851 L 300.0000,92.0000 L 300.0000,108.0000 L 256.9102,148.3851 L 256.9102,132.3851 z " style="fill: none; stroke: #75505b; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 353.6821,135.0638 L 305.8782,96.0891 L 305.8782,112.0891 L 353.6821,151.0638 L 353.6821,135.0638 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 353.6821,135.0638 L 305.8782,96.0891 L 305.8782,112.0891 L 353.6821,151.0638 L 353.6821,135.0638 z " style="fill: none; stroke: #cc0000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 241.85,143.11 A 90.00,46.00 0 0,0 256.91,148.39 L 256.91,132.39 A 90.00,46.000000 0 0,1 241.85,127.11 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 241.85,143.11 A 90.00,46.00 0 0,0 256.91,148.39 L 256.91,132.39 A 90.00,46.000000 0 0,1 241.85,127.11 z" style="fill: url(#LinearGradient_210_92_390_92_ffffffbf_0000007f); stroke: none;"/><path d="M 353.68,151.06 A 90.00,46.00 0 0,0 374.29,141.98 L 374.29,125.98 A 90.00,46.000000 0 0,1 353.68,135.06 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 353.68,151.06 A 90.00,46.00 0 0,0 374.29,141.98 L 374.29,125.98 A 90.00,46.000000 0 0,1 353.68,135.06 z" style="fill: url(#LinearGradient_215_96_395_96_ffffffbf_0000007f); stroke: none;"/><path d="M 256.91,148.39 A 90.00,46.00 0 0,0 347.80,146.97 L 347.80,130.97 A 90.00,46.000000 0 0,1 256.91,132.39 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 256.91,148.39 A 90.00,46.00 0 0,0 347.80,146.97 L 347.80,130.97 A 90.00,46.000000 0 0,1 256.91,132.39 z" style="fill: url(#LinearGradient_210_92_390_92_ffffffbf_0000007f); stroke: none;"/><path d="M 300.00,92.00 L 210.00,92.00 A 90.00,46.00 0 1,1 368.41,121.89 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,92.00 L 210.00,92.00 A 90.00,46.00 0 1,1 368.41,121.89 z" style="fill: url(#LinearGradient_300_92_210_46_ffffffff_ffffff7f); stroke: none;"/><path d="M 300.00,92.00 L 210.00,92.00 A 90.00,46.00 0 1,1 368.41,121.89 z" style="fill: none; stroke: #4e9a06; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 210.00,92.00 A 90.00,46.00 0 0,1 390.00,92.00" style="fill: none; stroke: url(#RadialGradient_236_124_180_92_0.00_ffffff7f_ffffffcc);"/><path d="M 390.00,92.00 A 90.00,46.00 0 0,1 368.41,121.89" style="fill: none; stroke: url(#RadialGradient_236_124_180_92_0.00_ffffff7f_ffffffcc);"/><path d="M 305.88,96.09 L 374.29,125.98 A 90.00,46.00 0 0,1 353.68,135.06 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 305.88,96.09 L 374.29,125.98 A 90.00,46.00 0 0,1 353.68,135.06 z" style="fill: url(#LinearGradient_305_96_215_50_ffffffff_ffffff7f); stroke: none;"/><path d="M 305.88,96.09 L 374.29,125.98 A 90.00,46.00 0 0,1 353.68,135.06 z" style="fill: none; stroke: #cc0000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 374.29,125.98 A 90.00,46.00 0 0,1 353.68,135.06" style="fill: none; stroke: url(#RadialGradient_242_128_180_92_0.00_ffffff7f_ffffffcc);"/><path d="M 300.00,92.00 L 347.80,130.97 A 90.00,46.00 0 0,1 256.91,132.39 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,92.00 L 347.80,130.97 A 90.00,46.00 0 0,1 256.91,132.39 z" style="fill: url(#LinearGradient_300_92_210_46_ffffffff_ffffff7f); stroke: none;"/><path d="M 300.00,92.00 L 347.80,130.97 A 90.00,46.00 0 0,1 256.91,132.39 z" style="fill: none; stroke: #edd400; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 347.80,130.97 A 90.00,46.00 0 0,1 256.91,132.39" style="fill: none; stroke: url(#RadialGradient_236_124_180_92_0.00_ffffff7f_ffffffcc);"/><path d="M 300.00,92.00 L 256.91,132.39 A 90.00,46.00 0 0,1 241.85,127.11 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,92.00 L 256.91,132.39 A 90.00,46.00 0 0,1 241.85,127.11 z" style="fill: url(#LinearGradient_300_92_210_46_ffffffff_ffffff7f); stroke: none;"/><path d="M 300.00,92.00 L 256.91,132.39 A 90.00,46.00 0 0,1 241.85,127.11 z" style="fill: none; stroke: #75505b; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 256.91,132.39 A 90.00,46.00 0 0,1 241.85,127.11" style="fill: none; stroke: url(#RadialGradient_236_124_180_92_0.00_ffffff7f_ffffffcc);"/><path d="M 291.83,94.27 L 233.68,129.38 A 90.00,46.00 0 0,1 201.83,94.27 z" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d="M 291.83,94.27 L 233.68,129.38 A 90.00,46.00 0 0,1 201.83,94.27 z" style="fill: url(#LinearGradient_291_94_201_48_ffffffff_ffffff7f); stroke: none;"/><path d="M 291.83,94.27 L 233.68,129.38 A 90.00,46.00 0 0,1 201.83,94.27 z" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 233.68,129.38 A 90.00,46.00 0 0,1 201.83,94.27" style="fill: none; stroke: url(#RadialGradient_228_126_180_92_0.00_ffffff7f_ffffffcc);"/><path d=" M 237.4015,109.4147 L 198.5123,70.3000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="237.40148792962" cy="109.41474843823" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="198.51225209484" cy="70.3" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 266.0784,121.6944 L 194.0921,104.2900" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="266.07836787305" cy="121.69438052197" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="194.09206287787" cy="104.29" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 320.7800,58.2280 L 377.8042,30.4000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="320.78002253092" cy="58.227990304082" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="377.80417815141" cy="30.4" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 345.0664,123.3497 L 405.0954,86.5800" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="345.06641241502" cy="123.34974720686" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="405.09542673605" cy="86.58" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 301.8208,127.9834 L 404.6159,116.5800" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="301.82080604506" cy="127.9834195085" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="404.61593988803" cy="116.58" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><text x="17" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text x="17" text-length="15.4px" y="34" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text x="17" text-length="38.5px" y="52" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text x="17" text-length="30.8px" y="70" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text x="17" text-length="46.2px" y="88" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text x="108.91225209484" text-length="83.6px" y="74.3" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text><text x="117.69206287787" text-length="70.4px" y="108.29" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text x="383.80417815141" text-length="92.4px" y="34.4" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla: 4375 (61.3%)</text><text x="411.09542673605" text-length="61.6px" y="90.58" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text x="410.61593988803" text-length="83.6px" y="120.58" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_3_3_14_14_75e70900_274d0300"><stop offset="0" style="stop-color: #75e709; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #274d03; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_3_3_14_14_75e70900_274d0300" x1="3.4" y1="3.4" x2="14.6" y2="14.6" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_3_3_14_14_75e70900_274d0300"/><linearGradient id="Definition_LinearGradient_6_42_11_47_ffff0000_776a0000"><stop offset="0" style="stop-color: #ffff00; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #776a00; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_6_42_11_47_ffff0000_776a0000" x1="6.100505066" y1="42.100505066" x2="11.899494934" y2="47.899494934" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_6_42_11_47_ffff0000_776a0000"/><linearGradient id="Definition_LinearGradient_6_60_11_65_b0788900_3b282e00"><stop offset="0" style="stop-color: #b07889; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #3b282e; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_6_60_11_65_b0788900_3b282e00" x1="6.949747474" y1="60.949747474" x2="11.050252526" y2="65.050252526" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_6_60_11_65_b0788900_3b282e00"/><linearGradient id="Definition_LinearGradient_3_75_14_86_00000000_00000000"><stop offset="0" style="stop-color: #000000; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_3_75_14_86_00000000_00000000" x1="3.4" y1="75.4" x2="14.6" y2="86.6" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_3_75_14_86_00000000_00000000"/><linearGradient id="Definition_LinearGradient_210_92_390_92_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_210_92_390_92_ffffffbf_0000007f" x1="210" y1="92" x2="390" y2="92" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_210_92_390_92_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_201_94_381_94_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_201_94_381_94_ffffffbf_0000007f" x1="201.83497668647" y1="94.271488926726" x2="381.83497668647" y2="94.271488926726" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_201_94_381_94_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_215_96_395_96_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_215_96_395_96_ffffffbf_0000007f" x1="215.87822770631" y1="96.089097461765" x2="395.87822770631" y2="96.089097461765" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_215_96_395_96_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_300_92_210_46_ffffffff_ffffff7f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.00;"/><stop offset="1" style="stop-color: #ffffff; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_300_92_210_46_ffffffff_ffffff7f" x1="300" y1="92" x2="210" y2="46" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_300_92_210_46_ffffffff_ffffff7f"/><linearGradient id="Definition_RadialGradient_236_124_180_92_0.00_ffffff7f_ffffffcc"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.50;"/><stop offset="1" style="stop-color: #ffffff; stop-opacity: 0.20;"/></linearGradient><radialGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="RadialGradient_236_124_180_92_0.00_ffffff7f_ffffffcc" cx="236.36038969321" cy="124.52691193458" fx="236.36038969321" fy="124.52691193458" r="180" gradientUnits="userSpaceOnUse" xlink:href="#Definition_RadialGradient_236_124_180_92_0.00_ffffff7f_ffffffcc"/><linearGradient id="Definition_LinearGradient_305_96_215_50_ffffffff_ffffff7f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.00;"/><stop offset="1" style="stop-color: #ffffff; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_305_96_215_50_ffffffff_ffffff7f" x1="305.87822770631" y1="96.089097461765" x2="215.87822770631" y2="50.089097461765" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_305_96_215_50_ffffffff_ffffff7f"/><linearGradient id="Definition_RadialGradient_242_128_180_92_0.00_ffffff7f_ffffffcc"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.50;"/><stop offset="1" style="stop-color: #ffffff; stop-opacity: 0.20;"/></linearGradient><radialGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="RadialGradient_242_128_180_92_0.00_ffffff7f_ffffffcc" cx="242.23861739952" cy="128.61600939635" fx="242.23861739952" fy="128.61600939635" r="180" gradientUnits="userSpaceOnUse" xlink:href="#Definition_RadialGradient_242_128_180_92_0.00_ffffff7f_ffffffcc"/><linearGradient id="Definition_LinearGradient_291_94_201_48_ffffffff_ffffff7f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.00;"/><stop offset="1" style="stop-color: #ffffff; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_291_94_201_48_ffffffff_ffffff7f" x1="291.83497668647" y1="94.271488926726" x2="201.83497668647" y2="48.271488926726" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_291_94_201_48_ffffffff_ffffff7f"/><linearGradient id="Definition_RadialGradient_228_126_180_92_0.00_ffffff7f_ffffffcc"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.50;"/><stop offset="1" style="stop-color: #ffffff; stop-opacity: 0.20;"/></linearGradient><radialGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="RadialGradient_228_126_180_92_0.00_ffffff7f_ffffffcc" cx="228.19536637968" cy="126.79840086131" fx="228.19536637968" fy="126.79840086131" r="180" gradientUnits="userSpaceOnUse" xlink:href="#Definition_RadialGradient_228_126_180_92_0.00_ffffff7f_ffffffcc"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,16.0000 L 2.0000,2.0000 L 16.0000,2.0000 L 16.0000,16.0000 L 2.0000,16.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_3"/><path d=" M 14.6000,3.4000 L 14.6000,14.6000 L 3.4000,14.6000 L 3.4000,3.4000 L 14.6000,3.4000 z " style="fill: url(#LinearGradient_3_3_14_14_75e70900_274d0300); stroke: none;" id="ezcGraphPolygon_4"/><ellipse cx="9" cy="27" rx="7" ry="7" style="fill: none; stroke: #cc0000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircle_6"/><ellipse cx="9" cy="45" rx="7" ry="7" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_8"/><ellipse cx="9" cy="45" rx="6.3" ry="6.3" style="fill: url(#LinearGradient_6_42_11_47_ffff0000_776a0000); stroke: none;" id="ezcGraphCircle_9"/><path d=" M 2.0000,63.0000 L 9.0000,56.0000 L 16.0000,63.0000 L 9.0000,70.0000 L 2.0000,63.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_11"/><path d=" M 14.6000,63.0000 L 9.0000,68.6000 L 3.4000,63.0000 L 9.0000,57.4000 L 14.6000,63.0000 z " style="fill: url(#LinearGradient_6_60_11_65_b0788900_3b282e00); stroke: none;" id="ezcGraphPolygon_12"/><path d=" M 2.0000,88.0000 L 2.0000,74.0000 L 16.0000,74.0000 L 16.0000,88.0000 L 2.0000,88.0000 z " style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_14"/><path d=" M 14.6000,75.4000 L 14.6000,86.6000 L 3.4000,86.6000 L 3.4000,75.4000 L 14.6000,75.4000 z " style="fill: url(#LinearGradient_3_75_14_86_00000000_00000000); stroke: none;" id="ezcGraphPolygon_15"/><path d="M 300.00,108.00 L 200.00,108.00 A 100.00,56.00 0 1,1 376.01,144.39 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_17"/><path d="M 300.00,108.00 L 201.02,108.96 A 99.00,55.00 0 1,1 374.12,144.46 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_18"/><path d="M 300.00,108.00 L 202.06,109.88 A 98.00,54.00 0 1,1 372.22,144.50 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_19"/><path d="M 300.00,108.00 L 203.13,110.77 A 97.00,53.00 0 1,1 370.33,144.50 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_20"/><path d="M 300.00,108.00 L 204.23,111.63 A 96.00,52.00 0 1,1 368.44,144.46 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_21"/><path d="M 300.00,108.00 L 205.36,112.44 A 95.00,51.00 0 1,1 366.56,144.39 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_22"/><path d="M 300.00,108.00 L 206.51,113.23 A 94.00,50.00 0 1,1 364.67,144.28 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_23"/><path d="M 300.00,108.00 L 207.69,113.97 A 93.00,49.00 0 1,1 362.80,144.14 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_24"/><path d="M 300.00,108.00 L 208.90,114.68 A 92.00,48.00 0 1,1 360.93,143.96 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_25"/><path d="M 300.00,108.00 L 210.12,115.35 A 91.00,47.00 0 1,1 359.07,143.75 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_26"/><path d="M 305.88,112.09 L 381.89,148.48 A 100.00,56.00 0 0,1 358.99,159.54 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_27"/><path d="M 305.88,112.09 L 382.24,147.09 A 99.00,55.00 0 0,1 356.99,159.19 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_28"/><path d="M 305.88,112.09 L 382.55,145.72 A 98.00,54.00 0 0,1 355.00,158.82 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_29"/><path d="M 305.88,112.09 L 382.81,144.37 A 97.00,53.00 0 0,1 353.03,158.41 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_30"/><path d="M 305.88,112.09 L 383.02,143.04 A 96.00,52.00 0 0,1 351.07,157.97 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_31"/><path d="M 305.88,112.09 L 383.19,141.72 A 95.00,51.00 0 0,1 349.13,157.50 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_32"/><path d="M 305.88,112.09 L 383.32,140.43 A 94.00,50.00 0 0,1 347.21,157.00 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_33"/><path d="M 305.88,112.09 L 383.41,139.15 A 93.00,49.00 0 0,1 345.30,156.47 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_34"/><path d="M 305.88,112.09 L 383.45,137.90 A 92.00,48.00 0 0,1 343.42,155.91 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_35"/><path d="M 305.88,112.09 L 383.45,136.67 A 91.00,47.00 0 0,1 341.56,155.33 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_36"/><path d="M 300.00,108.00 L 353.12,155.45 A 100.00,56.00 0 0,1 235.39,150.74 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_37"/><path d="M 300.00,108.00 L 354.04,154.08 A 99.00,55.00 0 0,1 234.73,149.35 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_38"/><path d="M 300.00,108.00 L 354.92,152.72 A 98.00,54.00 0 0,1 234.11,147.97 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_39"/><path d="M 300.00,108.00 L 355.75,151.37 A 97.00,53.00 0 0,1 233.54,146.60 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_40"/><path d="M 300.00,108.00 L 356.54,150.02 A 96.00,52.00 0 0,1 233.01,145.25 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_41"/><path d="M 300.00,108.00 L 357.28,148.69 A 95.00,51.00 0 0,1 232.53,143.91 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_42"/><path d="M 300.00,108.00 L 357.98,147.36 A 94.00,50.00 0 0,1 232.10,142.58 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_43"/><path d="M 300.00,108.00 L 358.63,146.04 A 93.00,49.00 0 0,1 231.71,141.26 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_44"/><path d="M 300.00,108.00 L 359.24,144.73 A 92.00,48.00 0 0,1 231.36,139.96 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_45"/><path d="M 300.00,108.00 L 359.80,143.43 A 91.00,47.00 0 0,1 231.06,138.68 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_46"/><path d="M 291.83,110.27 L 227.22,153.01 A 100.00,56.00 0 0,1 191.83,110.27 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_47"/><path d="M 291.83,110.27 L 229.20,152.86 A 99.00,55.00 0 0,1 192.85,109.31 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_48"/><path d="M 291.83,110.27 L 231.16,152.68 A 98.00,54.00 0 0,1 193.89,108.39 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_49"/><path d="M 291.83,110.27 L 233.12,152.46 A 97.00,53.00 0 0,1 194.97,107.50 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_50"/><path d="M 291.83,110.27 L 235.07,152.21 A 96.00,52.00 0 0,1 196.07,106.64 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_51"/><path d="M 291.83,110.27 L 237.01,151.92 A 95.00,51.00 0 0,1 197.20,105.83 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_52"/><path d="M 291.83,110.27 L 238.93,151.60 A 94.00,50.00 0 0,1 198.35,105.05 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_53"/><path d="M 291.83,110.27 L 240.84,151.25 A 93.00,49.00 0 0,1 199.53,104.30 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_54"/><path d="M 291.83,110.27 L 242.74,150.87 A 92.00,48.00 0 0,1 200.73,103.59 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_55"/><path d="M 291.83,110.27 L 244.63,150.45 A 91.00,47.00 0 0,1 201.96,102.92 z" style="fill: #000000; fill-opacity: 0.03; stroke: none;" id="ezcGraphCircleSector_56"/><path d="M 390.00,108.00 A 90.00,46.00 0 0,0 210.00,108.00 L 210.00,92.00 A 90.00,46.000000 0 0,1 390.00,92.00 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_57"/><path d="M 390.00,108.00 A 90.00,46.00 0 0,0 210.00,108.00 L 210.00,92.00 A 90.00,46.000000 0 0,1 390.00,92.00 z" style="fill: url(#LinearGradient_210_92_390_92_ffffffbf_0000007f); stroke: none;"/><path d="M 368.41,137.89 A 90.00,46.00 0 0,0 390.00,108.00 L 390.00,92.00 A 90.00,46.000000 0 0,1 368.41,121.89 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_58"/><path d="M 368.41,137.89 A 90.00,46.00 0 0,0 390.00,108.00 L 390.00,92.00 A 90.00,46.000000 0 0,1 368.41,121.89 z" style="fill: url(#LinearGradient_210_92_390_92_ffffffbf_0000007f); stroke: none;"/><path d=" M 210.0000,92.0000 L 300.0000,92.0000 L 300.0000,108.0000 L 210.0000,108.0000 L 210.0000,92.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_59"/><path d=" M 210.0000,92.0000 L 300.0000,92.0000 L 300.0000,108.0000 L 210.0000,108.0000 L 210.0000,92.0000 z " style="fill: none; stroke: #4e9a06; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_60"/><path d=" M 201.8350,94.2715 L 291.8350,94.2715 L 291.8350,110.2715 L 201.8350,110.2715 L 201.8350,94.2715 z " style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_61"/><path d=" M 201.8350,94.2715 L 291.8350,94.2715 L 291.8350,110.2715 L 201.8350,110.2715 L 201.8350,94.2715 z " style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_62"/><path d="M 201.83,110.27 A 90.00,46.00 0 0,0 233.68,145.38 L 233.68,129.38 A 90.00,46.000000 0 0,1 201.83,94.27 z" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_63"/><path d="M 201.83,110.27 A 90.00,46.00 0 0,0 233.68,145.38 L 233.68,129.38 A 90.00,46.000000 0 0,1 201.83,94.27 z" style="fill: url(#LinearGradient_201_94_381_94_ffffffbf_0000007f); stroke: none;"/><path d=" M 368.4095,121.8908 L 300.0000,92.0000 L 300.0000,108.0000 L 368.4095,137.8908 L 368.4095,121.8908 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_64"/><path d=" M 368.4095,121.8908 L 300.0000,92.0000 L 300.0000,108.0000 L 368.4095,137.8908 L 368.4095,121.8908 z " style="fill: none; stroke: #4e9a06; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_65"/><path d=" M 241.8498,127.1091 L 300.0000,92.0000 L 300.0000,108.0000 L 241.8498,143.1091 L 241.8498,127.1091 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_66"/><path d=" M 241.8498,127.1091 L 300.0000,92.0000 L 300.0000,108.0000 L 241.8498,143.1091 L 241.8498,127.1091 z " style="fill: none; stroke: #75505b; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_67"/><path d=" M 374.2878,125.9799 L 305.8782,96.0891 L 305.8782,112.0891 L 374.2878,141.9799 L 374.2878,125.9799 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_68"/><path d=" M 374.2878,125.9799 L 305.8782,96.0891 L 305.8782,112.0891 L 374.2878,141.9799 L 374.2878,125.9799 z " style="fill: none; stroke: #cc0000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_69"/><path d=" M 347.8038,130.9747 L 300.0000,92.0000 L 300.0000,108.0000 L 347.8038,146.9747 L 347.8038,130.9747 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_70"/><path d=" M 347.8038,130.9747 L 300.0000,92.0000 L 300.0000,108.0000 L 347.8038,146.9747 L 347.8038,130.9747 z " style="fill: none; stroke: #edd400; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_71"/><path d=" M 233.6847,129.3806 L 291.8350,94.2715 L 291.8350,110.2715 L 233.6847,145.3806 L 233.6847,129.3806 z " style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_72"/><path d=" M 233.6847,129.3806 L 291.8350,94.2715 L 291.8350,110.2715 L 233.6847,145.3806 L 233.6847,129.3806 z " style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_73"/><path d=" M 256.9102,132.3851 L 300.0000,92.0000 L 300.0000,108.0000 L 256.9102,148.3851 L 256.9102,132.3851 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_74"/><path d=" M 256.9102,132.3851 L 300.0000,92.0000 L 300.0000,108.0000 L 256.9102,148.3851 L 256.9102,132.3851 z " style="fill: none; stroke: #edd400; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_75"/><path d=" M 256.9102,132.3851 L 300.0000,92.0000 L 300.0000,108.0000 L 256.9102,148.3851 L 256.9102,132.3851 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_76"/><path d=" M 256.9102,132.3851 L 300.0000,92.0000 L 300.0000,108.0000 L 256.9102,148.3851 L 256.9102,132.3851 z " style="fill: none; stroke: #75505b; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_77"/><path d=" M 353.6821,135.0638 L 305.8782,96.0891 L 305.8782,112.0891 L 353.6821,151.0638 L 353.6821,135.0638 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_78"/><path d=" M 353.6821,135.0638 L 305.8782,96.0891 L 305.8782,112.0891 L 353.6821,151.0638 L 353.6821,135.0638 z " style="fill: none; stroke: #cc0000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_79"/><path d="M 241.85,143.11 A 90.00,46.00 0 0,0 256.91,148.39 L 256.91,132.39 A 90.00,46.000000 0 0,1 241.85,127.11 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_80"/><path d="M 241.85,143.11 A 90.00,46.00 0 0,0 256.91,148.39 L 256.91,132.39 A 90.00,46.000000 0 0,1 241.85,127.11 z" style="fill: url(#LinearGradient_210_92_390_92_ffffffbf_0000007f); stroke: none;"/><path d="M 353.68,151.06 A 90.00,46.00 0 0,0 374.29,141.98 L 374.29,125.98 A 90.00,46.000000 0 0,1 353.68,135.06 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_81"/><path d="M 353.68,151.06 A 90.00,46.00 0 0,0 374.29,141.98 L 374.29,125.98 A 90.00,46.000000 0 0,1 353.68,135.06 z" style="fill: url(#LinearGradient_215_96_395_96_ffffffbf_0000007f); stroke: none;"/><path d="M 256.91,148.39 A 90.00,46.00 0 0,0 347.80,146.97 L 347.80,130.97 A 90.00,46.000000 0 0,1 256.91,132.39 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_82"/><path d="M 256.91,148.39 A 90.00,46.00 0 0,0 347.80,146.97 L 347.80,130.97 A 90.00,46.000000 0 0,1 256.91,132.39 z" style="fill: url(#LinearGradient_210_92_390_92_ffffffbf_0000007f); stroke: none;"/><path d="M 300.00,92.00 L 210.00,92.00 A 90.00,46.00 0 1,1 368.41,121.89 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_83"/><path d="M 300.00,92.00 L 210.00,92.00 A 90.00,46.00 0 1,1 368.41,121.89 z" style="fill: url(#LinearGradient_300_92_210_46_ffffffff_ffffff7f); stroke: none;" id="ezcGraphCircleSector_84"/><path d="M 300.00,92.00 L 210.00,92.00 A 90.00,46.00 0 1,1 368.41,121.89 z" style="fill: none; stroke: #4e9a06; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_85"/><path d="M 210.00,92.00 A 90.00,46.00 0 0,1 390.00,92.00" style="fill: none; stroke: url(#RadialGradient_236_124_180_92_0.00_ffffff7f_ffffffcc);" id="ezcGraphCircularArc_86"/><path d="M 390.00,92.00 A 90.00,46.00 0 0,1 368.41,121.89" style="fill: none; stroke: url(#RadialGradient_236_124_180_92_0.00_ffffff7f_ffffffcc);" id="ezcGraphCircularArc_87"/><path d="M 305.88,96.09 L 374.29,125.98 A 90.00,46.00 0 0,1 353.68,135.06 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_88"/><path d="M 305.88,96.09 L 374.29,125.98 A 90.00,46.00 0 0,1 353.68,135.06 z" style="fill: url(#LinearGradient_305_96_215_50_ffffffff_ffffff7f); stroke: none;" id="ezcGraphCircleSector_89"/><path d="M 305.88,96.09 L 374.29,125.98 A 90.00,46.00 0 0,1 353.68,135.06 z" style="fill: none; stroke: #cc0000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_90"/><path d="M 374.29,125.98 A 90.00,46.00 0 0,1 353.68,135.06" style="fill: none; stroke: url(#RadialGradient_242_128_180_92_0.00_ffffff7f_ffffffcc);" id="ezcGraphCircularArc_91"/><path d="M 300.00,92.00 L 347.80,130.97 A 90.00,46.00 0 0,1 256.91,132.39 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_92"/><path d="M 300.00,92.00 L 347.80,130.97 A 90.00,46.00 0 0,1 256.91,132.39 z" style="fill: url(#LinearGradient_300_92_210_46_ffffffff_ffffff7f); stroke: none;" id="ezcGraphCircleSector_93"/><path d="M 300.00,92.00 L 347.80,130.97 A 90.00,46.00 0 0,1 256.91,132.39 z" style="fill: none; stroke: #edd400; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_94"/><path d="M 347.80,130.97 A 90.00,46.00 0 0,1 256.91,132.39" style="fill: none; stroke: url(#RadialGradient_236_124_180_92_0.00_ffffff7f_ffffffcc);" id="ezcGraphCircularArc_95"/><path d="M 300.00,92.00 L 256.91,132.39 A 90.00,46.00 0 0,1 241.85,127.11 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_96"/><path d="M 300.00,92.00 L 256.91,132.39 A 90.00,46.00 0 0,1 241.85,127.11 z" style="fill: url(#LinearGradient_300_92_210_46_ffffffff_ffffff7f); stroke: none;" id="ezcGraphCircleSector_97"/><path d="M 300.00,92.00 L 256.91,132.39 A 90.00,46.00 0 0,1 241.85,127.11 z" style="fill: none; stroke: #75505b; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_98"/><path d="M 256.91,132.39 A 90.00,46.00 0 0,1 241.85,127.11" style="fill: none; stroke: url(#RadialGradient_236_124_180_92_0.00_ffffff7f_ffffffcc);" id="ezcGraphCircularArc_99"/><path d="M 291.83,94.27 L 233.68,129.38 A 90.00,46.00 0 0,1 201.83,94.27 z" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_100"/><path d="M 291.83,94.27 L 233.68,129.38 A 90.00,46.00 0 0,1 201.83,94.27 z" style="fill: url(#LinearGradient_291_94_201_48_ffffffff_ffffff7f); stroke: none;" id="ezcGraphCircleSector_101"/><path d="M 291.83,94.27 L 233.68,129.38 A 90.00,46.00 0 0,1 201.83,94.27 z" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_102"/><path d="M 233.68,129.38 A 90.00,46.00 0 0,1 201.83,94.27" style="fill: none; stroke: url(#RadialGradient_228_126_180_92_0.00_ffffff7f_ffffffcc);" id="ezcGraphCircularArc_103"/><path d=" M 237.4015,109.4147 L 198.5123,70.3000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_104"/><ellipse cx="237.40148792962" cy="109.41474843823" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_105"/><ellipse cx="198.51225209484" cy="70.3" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_106"/><path d=" M 266.0784,121.6944 L 194.0921,104.2900" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_108"/><ellipse cx="266.07836787305" cy="121.69438052197" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_109"/><ellipse cx="194.09206287787" cy="104.29" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_110"/><path d=" M 320.7800,58.2280 L 377.8042,30.4000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_112"/><ellipse cx="320.78002253092" cy="58.227990304082" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_113"/><ellipse cx="377.80417815141" cy="30.4" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_114"/><path d=" M 345.0664,123.3497 L 405.0954,86.5800" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_116"/><ellipse cx="345.06641241502" cy="123.34974720686" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_117"/><ellipse cx="405.09542673605" cy="86.58" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_118"/><path d=" M 301.8208,127.9834 L 404.6159,116.5800" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_120"/><ellipse cx="301.82080604506" cy="127.9834195085" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_121"/><ellipse cx="404.61593988803" cy="116.58" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_122"/><text id="ezcGraphTextBox_5" x="17" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text id="ezcGraphTextBox_7" x="17" text-length="15.4px" y="34" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text id="ezcGraphTextBox_10" x="17" text-length="38.5px" y="52" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text id="ezcGraphTextBox_13" x="17" text-length="30.8px" y="70" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text id="ezcGraphTextBox_16" x="17" text-length="46.2px" y="88" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text id="ezcGraphTextBox_107" x="108.91225209484" text-length="83.6px" y="74.3" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text><text id="ezcGraphTextBox_111" x="117.69206287787" text-length="70.4px" y="108.29" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text id="ezcGraphTextBox_115" x="383.80417815141" text-length="92.4px" y="34.4" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla: 4375 (61.3%)</text><text id="ezcGraphTextBox_119" x="411.09542673605" text-length="61.6px" y="90.58" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text id="ezcGraphTextBox_123" x="410.61593988803" text-length="83.6px" y="120.58" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithIncreasedMoveOut.svg b/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithIncreasedMoveOut.svg
index 5e4dff3..1391167 100644
--- a/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithIncreasedMoveOut.svg
+++ b/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithIncreasedMoveOut.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_220_95_380_95_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_220_95_380_95_ffffffbf_0000007f" x1="220" y1="95" x2="380" y2="95" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_220_95_380_95_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_234_90_394_90_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_234_90_394_90_ffffffbf_0000007f" x1="234.51559700183" y1="90.961797463598" x2="394.51559700183" y2="90.961797463598" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_234_90_394_90_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><path d=" M 2.0000,16.0000 L 2.0000,2.0000 L 16.0000,2.0000 L 16.0000,16.0000 L 2.0000,16.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,34.0000 L 2.0000,20.0000 L 16.0000,20.0000 L 16.0000,34.0000 L 2.0000,34.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,52.0000 L 2.0000,38.0000 L 16.0000,38.0000 L 16.0000,52.0000 L 2.0000,52.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,70.0000 L 2.0000,56.0000 L 16.0000,56.0000 L 16.0000,70.0000 L 2.0000,70.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,88.0000 L 2.0000,74.0000 L 16.0000,74.0000 L 16.0000,88.0000 L 2.0000,88.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 338.30,67.25 A 80.00,43.00 0 0,0 257.51,68.57 L 257.51,58.57 A 80.00,43.000000 0 0,1 338.30,57.25 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 338.30,67.25 A 80.00,43.00 0 0,0 257.51,68.57 L 257.51,58.57 A 80.00,43.000000 0 0,1 338.30,57.25 z" style="fill: url(#LinearGradient_220_95_380_95_ffffffbf_0000007f); stroke: none;"/><path d="M 351.69,72.18 A 80.00,43.00 0 0,0 338.30,67.25 L 338.30,57.25 A 80.00,43.000000 0 0,1 351.69,62.18 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 351.69,72.18 A 80.00,43.00 0 0,0 338.30,67.25 L 338.30,57.25 A 80.00,43.000000 0 0,1 351.69,62.18 z" style="fill: url(#LinearGradient_220_95_380_95_ffffffbf_0000007f); stroke: none;"/><path d="M 257.51,68.57 A 80.00,43.00 0 0,0 239.19,77.06 L 239.19,67.06 A 80.00,43.000000 0 0,1 257.51,58.57 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 257.51,68.57 A 80.00,43.00 0 0,0 239.19,77.06 L 239.19,67.06 A 80.00,43.000000 0 0,1 257.51,58.57 z" style="fill: url(#LinearGradient_220_95_380_95_ffffffbf_0000007f); stroke: none;"/><path d="M 394.52,100.96 A 80.00,43.00 0 0,0 366.20,68.14 L 366.20,58.14 A 80.00,43.000000 0 0,1 394.52,90.96 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 394.52,100.96 A 80.00,43.00 0 0,0 366.20,68.14 L 366.20,58.14 A 80.00,43.000000 0 0,1 394.52,90.96 z" style="fill: url(#LinearGradient_234_90_394_90_ffffffbf_0000007f); stroke: none;"/><path d=" M 366.2047,58.1424 L 314.5156,90.9618 L 314.5156,100.9618 L 366.2047,68.1424 L 366.2047,58.1424 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d=" M 366.2047,58.1424 L 314.5156,90.9618 L 314.5156,100.9618 L 366.2047,68.1424 L 366.2047,58.1424 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 257.5077,58.5672 L 300.0000,95.0000 L 300.0000,105.0000 L 257.5077,68.5672 L 257.5077,58.5672 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 257.5077,58.5672 L 300.0000,95.0000 L 300.0000,105.0000 L 257.5077,68.5672 L 257.5077,58.5672 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 257.5077,58.5672 L 300.0000,95.0000 L 300.0000,105.0000 L 257.5077,68.5672 L 257.5077,58.5672 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 257.5077,58.5672 L 300.0000,95.0000 L 300.0000,105.0000 L 257.5077,68.5672 L 257.5077,58.5672 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 338.3020,57.2487 L 300.0000,95.0000 L 300.0000,105.0000 L 338.3020,67.2487 L 338.3020,57.2487 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 338.3020,57.2487 L 300.0000,95.0000 L 300.0000,105.0000 L 338.3020,67.2487 L 338.3020,57.2487 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 338.3020,57.2487 L 300.0000,95.0000 L 300.0000,105.0000 L 338.3020,67.2487 L 338.3020,57.2487 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 338.3020,57.2487 L 300.0000,95.0000 L 300.0000,105.0000 L 338.3020,67.2487 L 338.3020,57.2487 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 351.6891,62.1806 L 300.0000,95.0000 L 300.0000,105.0000 L 351.6891,72.1806 L 351.6891,62.1806 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 351.6891,62.1806 L 300.0000,95.0000 L 300.0000,105.0000 L 351.6891,72.1806 L 351.6891,62.1806 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 239.1915,67.0586 L 300.0000,95.0000 L 300.0000,105.0000 L 239.1915,77.0586 L 239.1915,67.0586 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 239.1915,67.0586 L 300.0000,95.0000 L 300.0000,105.0000 L 239.1915,77.0586 L 239.1915,67.0586 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 239.1915,67.0586 L 300.0000,95.0000 L 300.0000,105.0000 L 239.1915,77.0586 L 239.1915,67.0586 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 239.1915,67.0586 L 300.0000,95.0000 L 300.0000,105.0000 L 239.1915,77.0586 L 239.1915,67.0586 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 394.5156,90.9618 L 314.5156,90.9618 L 314.5156,100.9618 L 394.5156,100.9618 L 394.5156,90.9618 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d=" M 394.5156,90.9618 L 314.5156,90.9618 L 314.5156,100.9618 L 394.5156,100.9618 L 394.5156,90.9618 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 380.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 380.0000,105.0000 L 380.0000,95.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 380.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 380.0000,105.0000 L 380.0000,95.0000 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 220.00,105.00 A 80.00,43.00 0 0,0 380.00,105.00 L 380.00,95.00 A 80.00,43.000000 0 0,1 220.00,95.00 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 220.00,105.00 A 80.00,43.00 0 0,0 380.00,105.00 L 380.00,95.00 A 80.00,43.000000 0 0,1 220.00,95.00 z" style="fill: url(#LinearGradient_220_95_380_95_ffffffbf_0000007f); stroke: none;"/><path d="M 239.19,77.06 A 80.00,43.00 0 0,0 220.00,105.00 L 220.00,95.00 A 80.00,43.000000 0 0,1 239.19,67.06 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 239.19,77.06 A 80.00,43.00 0 0,0 220.00,105.00 L 220.00,95.00 A 80.00,43.000000 0 0,1 239.19,67.06 z" style="fill: url(#LinearGradient_220_95_380_95_ffffffbf_0000007f); stroke: none;"/><path d="M 300.00,95.00 L 380.00,95.00 A 80.00,43.00 0 1,1 239.19,67.06 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 380.00,95.00 A 80.00,43.00 0 1,1 239.19,67.06 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 239.19,67.06 A 80.00,43.00 0 0,1 257.51,58.57 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 239.19,67.06 A 80.00,43.00 0 0,1 257.51,58.57 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 257.51,58.57 A 80.00,43.00 0 0,1 338.30,57.25 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 257.51,58.57 A 80.00,43.00 0 0,1 338.30,57.25 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 338.30,57.25 A 80.00,43.00 0 0,1 351.69,62.18 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 338.30,57.25 A 80.00,43.00 0 0,1 351.69,62.18 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 314.52,90.96 L 366.20,58.14 A 80.00,43.00 0 0,1 394.52,90.96 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 314.52,90.96 L 366.20,58.14 A 80.00,43.00 0 0,1 394.52,90.96 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 298.3815,63.0147 L 219.6288,33.1500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="298.38150573773" cy="63.014738214667" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="219.62878581064" cy="33.15" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 265.1661,70.7683 L 201.0372,63.1500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="265.1660580367" cy="70.768311337692" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="201.03722519202" cy="63.15" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 281.5289,125.0196 L 194.0292,102.4175" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="281.5288688614" cy="125.01956417415" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="194.02922580199" cy="102.4175" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 330.1526,68.6050 L 387.1754,41.6000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="330.15256189062" cy="68.604995091578" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="387.17536572138" cy="41.6" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 362.9009,77.5011 L 401.8824,71.6000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="362.90092034125" cy="77.501122342257" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="401.8824280043" cy="71.6" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><text x="17" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text x="17" text-length="15.4px" y="34" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text x="17" text-length="38.5px" y="52" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text x="17" text-length="30.8px" y="70" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text x="17" text-length="46.2px" y="88" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text x="130.02878581064" text-length="83.6px" y="37.15" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text><text x="133.43722519202" text-length="61.6px" y="67.15" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text x="152.82922580199" text-length="35.2px" y="102.3675" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla:</text><text x="135.22922580199" text-length="52.8px" y="111.1675" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">4375 (61.3%)</text><text x="393.17536572138" text-length="70.4px" y="45.6" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text x="407.8824280043" text-length="83.6px" y="75.6" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_220_95_380_95_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_220_95_380_95_ffffffbf_0000007f" x1="220" y1="95" x2="380" y2="95" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_220_95_380_95_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_234_90_394_90_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_234_90_394_90_ffffffbf_0000007f" x1="234.51559700183" y1="90.961797463598" x2="394.51559700183" y2="90.961797463598" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_234_90_394_90_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,16.0000 L 2.0000,2.0000 L 16.0000,2.0000 L 16.0000,16.0000 L 2.0000,16.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_3"/><path d=" M 2.0000,34.0000 L 2.0000,20.0000 L 16.0000,20.0000 L 16.0000,34.0000 L 2.0000,34.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_5"/><path d=" M 2.0000,52.0000 L 2.0000,38.0000 L 16.0000,38.0000 L 16.0000,52.0000 L 2.0000,52.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_7"/><path d=" M 2.0000,70.0000 L 2.0000,56.0000 L 16.0000,56.0000 L 16.0000,70.0000 L 2.0000,70.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_9"/><path d=" M 2.0000,88.0000 L 2.0000,74.0000 L 16.0000,74.0000 L 16.0000,88.0000 L 2.0000,88.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_11"/><path d="M 338.30,67.25 A 80.00,43.00 0 0,0 257.51,68.57 L 257.51,58.57 A 80.00,43.000000 0 0,1 338.30,57.25 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_13"/><path d="M 338.30,67.25 A 80.00,43.00 0 0,0 257.51,68.57 L 257.51,58.57 A 80.00,43.000000 0 0,1 338.30,57.25 z" style="fill: url(#LinearGradient_220_95_380_95_ffffffbf_0000007f); stroke: none;"/><path d="M 351.69,72.18 A 80.00,43.00 0 0,0 338.30,67.25 L 338.30,57.25 A 80.00,43.000000 0 0,1 351.69,62.18 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_14"/><path d="M 351.69,72.18 A 80.00,43.00 0 0,0 338.30,67.25 L 338.30,57.25 A 80.00,43.000000 0 0,1 351.69,62.18 z" style="fill: url(#LinearGradient_220_95_380_95_ffffffbf_0000007f); stroke: none;"/><path d="M 257.51,68.57 A 80.00,43.00 0 0,0 239.19,77.06 L 239.19,67.06 A 80.00,43.000000 0 0,1 257.51,58.57 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_15"/><path d="M 257.51,68.57 A 80.00,43.00 0 0,0 239.19,77.06 L 239.19,67.06 A 80.00,43.000000 0 0,1 257.51,58.57 z" style="fill: url(#LinearGradient_220_95_380_95_ffffffbf_0000007f); stroke: none;"/><path d="M 394.52,100.96 A 80.00,43.00 0 0,0 366.20,68.14 L 366.20,58.14 A 80.00,43.000000 0 0,1 394.52,90.96 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_16"/><path d="M 394.52,100.96 A 80.00,43.00 0 0,0 366.20,68.14 L 366.20,58.14 A 80.00,43.000000 0 0,1 394.52,90.96 z" style="fill: url(#LinearGradient_234_90_394_90_ffffffbf_0000007f); stroke: none;"/><path d=" M 366.2047,58.1424 L 314.5156,90.9618 L 314.5156,100.9618 L 366.2047,68.1424 L 366.2047,58.1424 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_17"/><path d=" M 366.2047,58.1424 L 314.5156,90.9618 L 314.5156,100.9618 L 366.2047,68.1424 L 366.2047,58.1424 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_18"/><path d=" M 257.5077,58.5672 L 300.0000,95.0000 L 300.0000,105.0000 L 257.5077,68.5672 L 257.5077,58.5672 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_19"/><path d=" M 257.5077,58.5672 L 300.0000,95.0000 L 300.0000,105.0000 L 257.5077,68.5672 L 257.5077,58.5672 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_20"/><path d=" M 257.5077,58.5672 L 300.0000,95.0000 L 300.0000,105.0000 L 257.5077,68.5672 L 257.5077,58.5672 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_21"/><path d=" M 257.5077,58.5672 L 300.0000,95.0000 L 300.0000,105.0000 L 257.5077,68.5672 L 257.5077,58.5672 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_22"/><path d=" M 338.3020,57.2487 L 300.0000,95.0000 L 300.0000,105.0000 L 338.3020,67.2487 L 338.3020,57.2487 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_23"/><path d=" M 338.3020,57.2487 L 300.0000,95.0000 L 300.0000,105.0000 L 338.3020,67.2487 L 338.3020,57.2487 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_24"/><path d=" M 338.3020,57.2487 L 300.0000,95.0000 L 300.0000,105.0000 L 338.3020,67.2487 L 338.3020,57.2487 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_25"/><path d=" M 338.3020,57.2487 L 300.0000,95.0000 L 300.0000,105.0000 L 338.3020,67.2487 L 338.3020,57.2487 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_26"/><path d=" M 351.6891,62.1806 L 300.0000,95.0000 L 300.0000,105.0000 L 351.6891,72.1806 L 351.6891,62.1806 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_27"/><path d=" M 351.6891,62.1806 L 300.0000,95.0000 L 300.0000,105.0000 L 351.6891,72.1806 L 351.6891,62.1806 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_28"/><path d=" M 239.1915,67.0586 L 300.0000,95.0000 L 300.0000,105.0000 L 239.1915,77.0586 L 239.1915,67.0586 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_29"/><path d=" M 239.1915,67.0586 L 300.0000,95.0000 L 300.0000,105.0000 L 239.1915,77.0586 L 239.1915,67.0586 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_30"/><path d=" M 239.1915,67.0586 L 300.0000,95.0000 L 300.0000,105.0000 L 239.1915,77.0586 L 239.1915,67.0586 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_31"/><path d=" M 239.1915,67.0586 L 300.0000,95.0000 L 300.0000,105.0000 L 239.1915,77.0586 L 239.1915,67.0586 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_32"/><path d=" M 394.5156,90.9618 L 314.5156,90.9618 L 314.5156,100.9618 L 394.5156,100.9618 L 394.5156,90.9618 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_33"/><path d=" M 394.5156,90.9618 L 314.5156,90.9618 L 314.5156,100.9618 L 394.5156,100.9618 L 394.5156,90.9618 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_34"/><path d=" M 380.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 380.0000,105.0000 L 380.0000,95.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_35"/><path d=" M 380.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 380.0000,105.0000 L 380.0000,95.0000 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_36"/><path d="M 220.00,105.00 A 80.00,43.00 0 0,0 380.00,105.00 L 380.00,95.00 A 80.00,43.000000 0 0,1 220.00,95.00 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_37"/><path d="M 220.00,105.00 A 80.00,43.00 0 0,0 380.00,105.00 L 380.00,95.00 A 80.00,43.000000 0 0,1 220.00,95.00 z" style="fill: url(#LinearGradient_220_95_380_95_ffffffbf_0000007f); stroke: none;"/><path d="M 239.19,77.06 A 80.00,43.00 0 0,0 220.00,105.00 L 220.00,95.00 A 80.00,43.000000 0 0,1 239.19,67.06 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_38"/><path d="M 239.19,77.06 A 80.00,43.00 0 0,0 220.00,105.00 L 220.00,95.00 A 80.00,43.000000 0 0,1 239.19,67.06 z" style="fill: url(#LinearGradient_220_95_380_95_ffffffbf_0000007f); stroke: none;"/><path d="M 300.00,95.00 L 380.00,95.00 A 80.00,43.00 0 1,1 239.19,67.06 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_39"/><path d="M 300.00,95.00 L 380.00,95.00 A 80.00,43.00 0 1,1 239.19,67.06 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_40"/><path d="M 300.00,95.00 L 239.19,67.06 A 80.00,43.00 0 0,1 257.51,58.57 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_41"/><path d="M 300.00,95.00 L 239.19,67.06 A 80.00,43.00 0 0,1 257.51,58.57 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_42"/><path d="M 300.00,95.00 L 257.51,58.57 A 80.00,43.00 0 0,1 338.30,57.25 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_43"/><path d="M 300.00,95.00 L 257.51,58.57 A 80.00,43.00 0 0,1 338.30,57.25 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_44"/><path d="M 300.00,95.00 L 338.30,57.25 A 80.00,43.00 0 0,1 351.69,62.18 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_45"/><path d="M 300.00,95.00 L 338.30,57.25 A 80.00,43.00 0 0,1 351.69,62.18 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_46"/><path d="M 314.52,90.96 L 366.20,58.14 A 80.00,43.00 0 0,1 394.52,90.96 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_47"/><path d="M 314.52,90.96 L 366.20,58.14 A 80.00,43.00 0 0,1 394.52,90.96 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_48"/><path d=" M 298.3815,63.0147 L 219.6288,33.1500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_49"/><ellipse cx="298.38150573773" cy="63.014738214667" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_50"/><ellipse cx="219.62878581064" cy="33.15" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_51"/><path d=" M 265.1661,70.7683 L 201.0372,63.1500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_53"/><ellipse cx="265.1660580367" cy="70.768311337692" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_54"/><ellipse cx="201.03722519202" cy="63.15" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_55"/><path d=" M 281.5289,125.0196 L 194.0292,102.4175" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_57"/><ellipse cx="281.5288688614" cy="125.01956417415" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_58"/><ellipse cx="194.02922580199" cy="102.4175" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_59"/><path d=" M 330.1526,68.6050 L 387.1754,41.6000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_61"/><ellipse cx="330.15256189062" cy="68.604995091578" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_62"/><ellipse cx="387.17536572138" cy="41.6" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_63"/><path d=" M 362.9009,77.5011 L 401.8824,71.6000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_65"/><ellipse cx="362.90092034125" cy="77.501122342257" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_66"/><ellipse cx="401.8824280043" cy="71.6" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_67"/><text id="ezcGraphTextBox_4" x="17" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text id="ezcGraphTextBox_6" x="17" text-length="15.4px" y="34" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text id="ezcGraphTextBox_8" x="17" text-length="38.5px" y="52" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text id="ezcGraphTextBox_10" x="17" text-length="30.8px" y="70" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text id="ezcGraphTextBox_12" x="17" text-length="46.2px" y="88" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text id="ezcGraphTextBox_52" x="130.02878581064" text-length="83.6px" y="37.15" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text><text id="ezcGraphTextBox_56" x="133.43722519202" text-length="61.6px" y="67.15" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text id="ezcGraphTextBox_60" x="152.82922580199" text-length="35.2px" y="102.3675" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla:</text><text id="ezcGraphTextBox_60" x="135.22922580199" text-length="52.8px" y="111.1675" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">4375 (61.3%)</text><text id="ezcGraphTextBox_64" x="393.17536572138" text-length="70.4px" y="45.6" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text id="ezcGraphTextBox_68" x="407.8824280043" text-length="83.6px" y="75.6" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithTitle.svg b/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithTitle.svg
index f953a70..0462834 100644
--- a/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithTitle.svg
+++ b/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithTitle.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_219_105_381_105_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_219_105_381_105_ffffffbf_0000007f" x1="219" y1="105" x2="381" y2="105" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_219_105_381_105_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_226_102_388_102_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_226_102_388_102_ffffffbf_0000007f" x1="226.34852098217" y1="102.95565996595" x2="388.34852098217" y2="102.95565996595" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_226_102_388_102_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 0.0000,20.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,20.0000 L 0.0000,20.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><path d=" M 0.0000,200.0000 L 0.0000,20.0000 L 100.0000,20.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><path d=" M 2.0000,36.0000 L 2.0000,22.0000 L 16.0000,22.0000 L 16.0000,36.0000 L 2.0000,36.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,54.0000 L 2.0000,40.0000 L 16.0000,40.0000 L 16.0000,54.0000 L 2.0000,54.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,72.0000 L 2.0000,58.0000 L 16.0000,58.0000 L 16.0000,72.0000 L 2.0000,72.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,90.0000 L 2.0000,76.0000 L 16.0000,76.0000 L 16.0000,90.0000 L 2.0000,90.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,108.0000 L 2.0000,94.0000 L 16.0000,94.0000 L 16.0000,108.0000 L 2.0000,108.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 338.78,76.72 A 81.00,43.60 0 0,0 256.98,78.06 L 256.98,68.06 A 81.00,43.600000 0 0,1 338.78,66.72 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 338.78,76.72 A 81.00,43.60 0 0,0 256.98,78.06 L 256.98,68.06 A 81.00,43.600000 0 0,1 338.78,66.72 z" style="fill: url(#LinearGradient_219_105_381_105_ffffffbf_0000007f); stroke: none;"/><path d="M 352.34,81.72 A 81.00,43.60 0 0,0 338.78,76.72 L 338.78,66.72 A 81.00,43.600000 0 0,1 352.34,71.72 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 352.34,81.72 A 81.00,43.60 0 0,0 338.78,76.72 L 338.78,66.72 A 81.00,43.600000 0 0,1 352.34,71.72 z" style="fill: url(#LinearGradient_219_105_381_105_ffffffbf_0000007f); stroke: none;"/><path d="M 256.98,78.06 A 81.00,43.60 0 0,0 238.43,86.67 L 238.43,76.67 A 81.00,43.600000 0 0,1 256.98,68.06 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 256.98,78.06 A 81.00,43.60 0 0,0 238.43,86.67 L 238.43,76.67 A 81.00,43.600000 0 0,1 256.98,68.06 z" style="fill: url(#LinearGradient_219_105_381_105_ffffffbf_0000007f); stroke: none;"/><path d="M 388.35,112.96 A 81.00,43.60 0 0,0 359.68,79.68 L 359.68,69.68 A 81.00,43.600000 0 0,1 388.35,102.96 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 388.35,112.96 A 81.00,43.60 0 0,0 359.68,79.68 L 359.68,69.68 A 81.00,43.600000 0 0,1 388.35,102.96 z" style="fill: url(#LinearGradient_226_102_388_102_ffffffbf_0000007f); stroke: none;"/><path d=" M 338.7808,66.7219 L 300.0000,105.0000 L 300.0000,115.0000 L 338.7808,76.7219 L 338.7808,66.7219 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 338.7808,66.7219 L 300.0000,105.0000 L 300.0000,115.0000 L 338.7808,76.7219 L 338.7808,66.7219 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 338.7808,66.7219 L 300.0000,105.0000 L 300.0000,115.0000 L 338.7808,76.7219 L 338.7808,66.7219 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 338.7808,66.7219 L 300.0000,105.0000 L 300.0000,115.0000 L 338.7808,76.7219 L 338.7808,66.7219 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 256.9765,68.0588 L 300.0000,105.0000 L 300.0000,115.0000 L 256.9765,78.0588 L 256.9765,68.0588 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 256.9765,68.0588 L 300.0000,105.0000 L 300.0000,115.0000 L 256.9765,78.0588 L 256.9765,68.0588 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 256.9765,68.0588 L 300.0000,105.0000 L 300.0000,115.0000 L 256.9765,78.0588 L 256.9765,68.0588 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 256.9765,68.0588 L 300.0000,105.0000 L 300.0000,115.0000 L 256.9765,78.0588 L 256.9765,68.0588 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 359.6837,69.6783 L 307.3485,102.9557 L 307.3485,112.9557 L 359.6837,79.6783 L 359.6837,69.6783 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d=" M 359.6837,69.6783 L 307.3485,102.9557 L 307.3485,112.9557 L 359.6837,79.6783 L 359.6837,69.6783 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 352.3352,71.7227 L 300.0000,105.0000 L 300.0000,115.0000 L 352.3352,81.7227 L 352.3352,71.7227 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 352.3352,71.7227 L 300.0000,105.0000 L 300.0000,115.0000 L 352.3352,81.7227 L 352.3352,71.7227 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 238.4314,76.6688 L 300.0000,105.0000 L 300.0000,115.0000 L 238.4314,86.6688 L 238.4314,76.6688 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 238.4314,76.6688 L 300.0000,105.0000 L 300.0000,115.0000 L 238.4314,86.6688 L 238.4314,76.6688 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 238.4314,76.6688 L 300.0000,105.0000 L 300.0000,115.0000 L 238.4314,86.6688 L 238.4314,76.6688 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 238.4314,76.6688 L 300.0000,105.0000 L 300.0000,115.0000 L 238.4314,86.6688 L 238.4314,76.6688 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 388.3485,102.9557 L 307.3485,102.9557 L 307.3485,112.9557 L 388.3485,112.9557 L 388.3485,102.9557 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d=" M 388.3485,102.9557 L 307.3485,102.9557 L 307.3485,112.9557 L 388.3485,112.9557 L 388.3485,102.9557 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 381.0000,105.0000 L 300.0000,105.0000 L 300.0000,115.0000 L 381.0000,115.0000 L 381.0000,105.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 381.0000,105.0000 L 300.0000,105.0000 L 300.0000,115.0000 L 381.0000,115.0000 L 381.0000,105.0000 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 219.00,115.00 A 81.00,43.60 0 0,0 381.00,115.00 L 381.00,105.00 A 81.00,43.600000 0 0,1 219.00,105.00 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 219.00,115.00 A 81.00,43.60 0 0,0 381.00,115.00 L 381.00,105.00 A 81.00,43.600000 0 0,1 219.00,105.00 z" style="fill: url(#LinearGradient_219_105_381_105_ffffffbf_0000007f); stroke: none;"/><path d="M 238.43,86.67 A 81.00,43.60 0 0,0 219.00,115.00 L 219.00,105.00 A 81.00,43.600000 0 0,1 238.43,76.67 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 238.43,86.67 A 81.00,43.60 0 0,0 219.00,115.00 L 219.00,105.00 A 81.00,43.600000 0 0,1 238.43,76.67 z" style="fill: url(#LinearGradient_219_105_381_105_ffffffbf_0000007f); stroke: none;"/><path d="M 300.00,105.00 L 381.00,105.00 A 81.00,43.60 0 1,1 238.43,76.67 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,105.00 L 381.00,105.00 A 81.00,43.60 0 1,1 238.43,76.67 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,105.00 L 238.43,76.67 A 81.00,43.60 0 0,1 256.98,68.06 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,105.00 L 238.43,76.67 A 81.00,43.60 0 0,1 256.98,68.06 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,105.00 L 256.98,68.06 A 81.00,43.60 0 0,1 338.78,66.72 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,105.00 L 256.98,68.06 A 81.00,43.60 0 0,1 338.78,66.72 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,105.00 L 338.78,66.72 A 81.00,43.60 0 0,1 352.34,71.72 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,105.00 L 338.78,66.72 A 81.00,43.60 0 0,1 352.34,71.72 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 307.35,102.96 L 359.68,69.68 A 81.00,43.60 0 0,1 388.35,102.96 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 307.35,102.96 L 359.68,69.68 A 81.00,43.60 0 0,1 388.35,102.96 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 298.3613,72.6149 L 229.4830,47.2500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="298.36127455945" cy="72.61492244235" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="229.48304486416" cy="47.25" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 264.7306,80.4654 L 211.4050,74.2500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="264.73063376216" cy="80.465415229413" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="211.40497896362" cy="74.25" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 281.2980,135.3948 L 204.0317,112.3875" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="281.29797972217" cy="135.39480872633" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="204.03167310798" cy="112.3875" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 330.5295,78.2751 L 377.3930,55.2000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="330.52946891425" cy="78.275057530223" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="377.39299685543" cy="55.2" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 356.3387,89.3267 L 391.5988,82.2000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="356.33866086334" cy="89.326726405589" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="391.59883176773" cy="82.2" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><text x="175.75" text-length="148.5px" y="19" style="font-size: 18px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Pie chart title</text><text x="17" text-length="53.9px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text x="17" text-length="15.4px" y="54" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text x="17" text-length="38.5px" y="72" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text x="17" text-length="30.8px" y="90" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text x="17" text-length="46.2px" y="108" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text x="139.88304486416" text-length="83.6px" y="51.25" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text><text x="143.80497896362" text-length="61.6px" y="78.25" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text x="105.63167310798" text-length="92.4px" y="116.3875" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla: 4375 (61.3%)</text><text x="383.39299685543" text-length="70.4px" y="59.2" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text x="397.59883176773" text-length="83.6px" y="86.2" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_219_105_381_105_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_219_105_381_105_ffffffbf_0000007f" x1="219" y1="105" x2="381" y2="105" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_219_105_381_105_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_226_102_388_102_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_226_102_388_102_ffffffbf_0000007f" x1="226.34852098217" y1="102.95565996595" x2="388.34852098217" y2="102.95565996595" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_226_102_388_102_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 0.0000,20.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,20.0000 L 0.0000,20.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_2"/><path d=" M 0.0000,200.0000 L 0.0000,20.0000 L 100.0000,20.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_4"/><path d=" M 2.0000,36.0000 L 2.0000,22.0000 L 16.0000,22.0000 L 16.0000,36.0000 L 2.0000,36.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_5"/><path d=" M 2.0000,54.0000 L 2.0000,40.0000 L 16.0000,40.0000 L 16.0000,54.0000 L 2.0000,54.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_7"/><path d=" M 2.0000,72.0000 L 2.0000,58.0000 L 16.0000,58.0000 L 16.0000,72.0000 L 2.0000,72.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_9"/><path d=" M 2.0000,90.0000 L 2.0000,76.0000 L 16.0000,76.0000 L 16.0000,90.0000 L 2.0000,90.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_11"/><path d=" M 2.0000,108.0000 L 2.0000,94.0000 L 16.0000,94.0000 L 16.0000,108.0000 L 2.0000,108.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_13"/><path d="M 338.78,76.72 A 81.00,43.60 0 0,0 256.98,78.06 L 256.98,68.06 A 81.00,43.600000 0 0,1 338.78,66.72 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_15"/><path d="M 338.78,76.72 A 81.00,43.60 0 0,0 256.98,78.06 L 256.98,68.06 A 81.00,43.600000 0 0,1 338.78,66.72 z" style="fill: url(#LinearGradient_219_105_381_105_ffffffbf_0000007f); stroke: none;"/><path d="M 352.34,81.72 A 81.00,43.60 0 0,0 338.78,76.72 L 338.78,66.72 A 81.00,43.600000 0 0,1 352.34,71.72 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_16"/><path d="M 352.34,81.72 A 81.00,43.60 0 0,0 338.78,76.72 L 338.78,66.72 A 81.00,43.600000 0 0,1 352.34,71.72 z" style="fill: url(#LinearGradient_219_105_381_105_ffffffbf_0000007f); stroke: none;"/><path d="M 256.98,78.06 A 81.00,43.60 0 0,0 238.43,86.67 L 238.43,76.67 A 81.00,43.600000 0 0,1 256.98,68.06 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_17"/><path d="M 256.98,78.06 A 81.00,43.60 0 0,0 238.43,86.67 L 238.43,76.67 A 81.00,43.600000 0 0,1 256.98,68.06 z" style="fill: url(#LinearGradient_219_105_381_105_ffffffbf_0000007f); stroke: none;"/><path d="M 388.35,112.96 A 81.00,43.60 0 0,0 359.68,79.68 L 359.68,69.68 A 81.00,43.600000 0 0,1 388.35,102.96 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_18"/><path d="M 388.35,112.96 A 81.00,43.60 0 0,0 359.68,79.68 L 359.68,69.68 A 81.00,43.600000 0 0,1 388.35,102.96 z" style="fill: url(#LinearGradient_226_102_388_102_ffffffbf_0000007f); stroke: none;"/><path d=" M 338.7808,66.7219 L 300.0000,105.0000 L 300.0000,115.0000 L 338.7808,76.7219 L 338.7808,66.7219 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_19"/><path d=" M 338.7808,66.7219 L 300.0000,105.0000 L 300.0000,115.0000 L 338.7808,76.7219 L 338.7808,66.7219 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_20"/><path d=" M 338.7808,66.7219 L 300.0000,105.0000 L 300.0000,115.0000 L 338.7808,76.7219 L 338.7808,66.7219 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_21"/><path d=" M 338.7808,66.7219 L 300.0000,105.0000 L 300.0000,115.0000 L 338.7808,76.7219 L 338.7808,66.7219 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_22"/><path d=" M 256.9765,68.0588 L 300.0000,105.0000 L 300.0000,115.0000 L 256.9765,78.0588 L 256.9765,68.0588 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_23"/><path d=" M 256.9765,68.0588 L 300.0000,105.0000 L 300.0000,115.0000 L 256.9765,78.0588 L 256.9765,68.0588 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_24"/><path d=" M 256.9765,68.0588 L 300.0000,105.0000 L 300.0000,115.0000 L 256.9765,78.0588 L 256.9765,68.0588 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_25"/><path d=" M 256.9765,68.0588 L 300.0000,105.0000 L 300.0000,115.0000 L 256.9765,78.0588 L 256.9765,68.0588 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_26"/><path d=" M 359.6837,69.6783 L 307.3485,102.9557 L 307.3485,112.9557 L 359.6837,79.6783 L 359.6837,69.6783 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_27"/><path d=" M 359.6837,69.6783 L 307.3485,102.9557 L 307.3485,112.9557 L 359.6837,79.6783 L 359.6837,69.6783 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_28"/><path d=" M 352.3352,71.7227 L 300.0000,105.0000 L 300.0000,115.0000 L 352.3352,81.7227 L 352.3352,71.7227 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_29"/><path d=" M 352.3352,71.7227 L 300.0000,105.0000 L 300.0000,115.0000 L 352.3352,81.7227 L 352.3352,71.7227 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_30"/><path d=" M 238.4314,76.6688 L 300.0000,105.0000 L 300.0000,115.0000 L 238.4314,86.6688 L 238.4314,76.6688 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_31"/><path d=" M 238.4314,76.6688 L 300.0000,105.0000 L 300.0000,115.0000 L 238.4314,86.6688 L 238.4314,76.6688 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_32"/><path d=" M 238.4314,76.6688 L 300.0000,105.0000 L 300.0000,115.0000 L 238.4314,86.6688 L 238.4314,76.6688 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_33"/><path d=" M 238.4314,76.6688 L 300.0000,105.0000 L 300.0000,115.0000 L 238.4314,86.6688 L 238.4314,76.6688 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_34"/><path d=" M 388.3485,102.9557 L 307.3485,102.9557 L 307.3485,112.9557 L 388.3485,112.9557 L 388.3485,102.9557 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_35"/><path d=" M 388.3485,102.9557 L 307.3485,102.9557 L 307.3485,112.9557 L 388.3485,112.9557 L 388.3485,102.9557 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_36"/><path d=" M 381.0000,105.0000 L 300.0000,105.0000 L 300.0000,115.0000 L 381.0000,115.0000 L 381.0000,105.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_37"/><path d=" M 381.0000,105.0000 L 300.0000,105.0000 L 300.0000,115.0000 L 381.0000,115.0000 L 381.0000,105.0000 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_38"/><path d="M 219.00,115.00 A 81.00,43.60 0 0,0 381.00,115.00 L 381.00,105.00 A 81.00,43.600000 0 0,1 219.00,105.00 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_39"/><path d="M 219.00,115.00 A 81.00,43.60 0 0,0 381.00,115.00 L 381.00,105.00 A 81.00,43.600000 0 0,1 219.00,105.00 z" style="fill: url(#LinearGradient_219_105_381_105_ffffffbf_0000007f); stroke: none;"/><path d="M 238.43,86.67 A 81.00,43.60 0 0,0 219.00,115.00 L 219.00,105.00 A 81.00,43.600000 0 0,1 238.43,76.67 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_40"/><path d="M 238.43,86.67 A 81.00,43.60 0 0,0 219.00,115.00 L 219.00,105.00 A 81.00,43.600000 0 0,1 238.43,76.67 z" style="fill: url(#LinearGradient_219_105_381_105_ffffffbf_0000007f); stroke: none;"/><path d="M 300.00,105.00 L 381.00,105.00 A 81.00,43.60 0 1,1 238.43,76.67 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_41"/><path d="M 300.00,105.00 L 381.00,105.00 A 81.00,43.60 0 1,1 238.43,76.67 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_42"/><path d="M 300.00,105.00 L 238.43,76.67 A 81.00,43.60 0 0,1 256.98,68.06 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_43"/><path d="M 300.00,105.00 L 238.43,76.67 A 81.00,43.60 0 0,1 256.98,68.06 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_44"/><path d="M 300.00,105.00 L 256.98,68.06 A 81.00,43.60 0 0,1 338.78,66.72 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_45"/><path d="M 300.00,105.00 L 256.98,68.06 A 81.00,43.60 0 0,1 338.78,66.72 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_46"/><path d="M 300.00,105.00 L 338.78,66.72 A 81.00,43.60 0 0,1 352.34,71.72 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_47"/><path d="M 300.00,105.00 L 338.78,66.72 A 81.00,43.60 0 0,1 352.34,71.72 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_48"/><path d="M 307.35,102.96 L 359.68,69.68 A 81.00,43.60 0 0,1 388.35,102.96 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_49"/><path d="M 307.35,102.96 L 359.68,69.68 A 81.00,43.60 0 0,1 388.35,102.96 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_50"/><path d=" M 298.3613,72.6149 L 229.4830,47.2500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_51"/><ellipse cx="298.36127455945" cy="72.61492244235" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_52"/><ellipse cx="229.48304486416" cy="47.25" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_53"/><path d=" M 264.7306,80.4654 L 211.4050,74.2500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_55"/><ellipse cx="264.73063376216" cy="80.465415229413" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_56"/><ellipse cx="211.40497896362" cy="74.25" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_57"/><path d=" M 281.2980,135.3948 L 204.0317,112.3875" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_59"/><ellipse cx="281.29797972217" cy="135.39480872633" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_60"/><ellipse cx="204.03167310798" cy="112.3875" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_61"/><path d=" M 330.5295,78.2751 L 377.3930,55.2000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_63"/><ellipse cx="330.52946891425" cy="78.275057530223" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_64"/><ellipse cx="377.39299685543" cy="55.2" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_65"/><path d=" M 356.3387,89.3267 L 391.5988,82.2000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_67"/><ellipse cx="356.33866086334" cy="89.326726405589" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_68"/><ellipse cx="391.59883176773" cy="82.2" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_69"/><text id="ezcGraphTextBox_3" x="175.75" text-length="148.5px" y="19" style="font-size: 18px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Pie chart title</text><text id="ezcGraphTextBox_6" x="17" text-length="53.9px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text id="ezcGraphTextBox_8" x="17" text-length="15.4px" y="54" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text id="ezcGraphTextBox_10" x="17" text-length="38.5px" y="72" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text id="ezcGraphTextBox_12" x="17" text-length="30.8px" y="90" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text id="ezcGraphTextBox_14" x="17" text-length="46.2px" y="108" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text id="ezcGraphTextBox_54" x="139.88304486416" text-length="83.6px" y="51.25" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text><text id="ezcGraphTextBox_58" x="143.80497896362" text-length="61.6px" y="78.25" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text id="ezcGraphTextBox_62" x="105.63167310798" text-length="92.4px" y="116.3875" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla: 4375 (61.3%)</text><text id="ezcGraphTextBox_66" x="383.39299685543" text-length="70.4px" y="59.2" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text id="ezcGraphTextBox_70" x="397.59883176773" text-length="83.6px" y="86.2" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithoutDataBorder.svg b/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithoutDataBorder.svg
index d735124..782cc8a 100644
--- a/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithoutDataBorder.svg
+++ b/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithoutDataBorder.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_210_95_390_95_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_210_95_390_95_ffffffbf_0000007f" x1="210" y1="95" x2="390" y2="95" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_210_95_390_95_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_218_92_398_92_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_218_92_398_92_ffffffbf_0000007f" x1="218.16502331353" y1="92.728511073274" x2="398.16502331353" y2="92.728511073274" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_218_92_398_92_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><path d=" M 2.0000,16.0000 L 2.0000,2.0000 L 16.0000,2.0000 L 16.0000,16.0000 L 2.0000,16.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,34.0000 L 2.0000,20.0000 L 16.0000,20.0000 L 16.0000,34.0000 L 2.0000,34.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,52.0000 L 2.0000,38.0000 L 16.0000,38.0000 L 16.0000,52.0000 L 2.0000,52.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,70.0000 L 2.0000,56.0000 L 16.0000,56.0000 L 16.0000,70.0000 L 2.0000,70.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,88.0000 L 2.0000,74.0000 L 16.0000,74.0000 L 16.0000,88.0000 L 2.0000,88.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 343.09,61.98 A 90.00,49.00 0 0,0 252.20,63.48 L 252.20,53.48 A 90.00,49.000000 0 0,1 343.09,51.98 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 343.09,61.98 A 90.00,49.00 0 0,0 252.20,63.48 L 252.20,53.48 A 90.00,49.000000 0 0,1 343.09,51.98 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 358.15,67.60 A 90.00,49.00 0 0,0 343.09,61.98 L 343.09,51.98 A 90.00,49.000000 0 0,1 358.15,57.60 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 358.15,67.60 A 90.00,49.00 0 0,0 343.09,61.98 L 343.09,51.98 A 90.00,49.000000 0 0,1 358.15,57.60 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 252.20,63.48 A 90.00,49.00 0 0,0 231.59,73.16 L 231.59,63.16 A 90.00,49.000000 0 0,1 252.20,53.48 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 252.20,63.48 A 90.00,49.00 0 0,0 231.59,73.16 L 231.59,63.16 A 90.00,49.000000 0 0,1 252.20,53.48 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 398.17,102.73 A 90.00,49.00 0 0,0 366.32,65.33 L 366.32,55.33 A 90.00,49.000000 0 0,1 398.17,92.73 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 398.17,102.73 A 90.00,49.00 0 0,0 366.32,65.33 L 366.32,55.33 A 90.00,49.000000 0 0,1 398.17,92.73 z" style="fill: url(#LinearGradient_218_92_398_92_ffffffbf_0000007f); stroke: none;"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: none; stroke: #edd400; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: none; stroke: #75505b; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: none; stroke: #cc0000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: none; stroke: #edd400; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 366.3153,55.3297 L 308.1650,92.7285 L 308.1650,102.7285 L 366.3153,65.3297 L 366.3153,55.3297 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d=" M 366.3153,55.3297 L 308.1650,92.7285 L 308.1650,102.7285 L 366.3153,65.3297 L 366.3153,55.3297 z " style="fill: none; stroke: #f57900; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 358.1502,57.6012 L 300.0000,95.0000 L 300.0000,105.0000 L 358.1502,67.6012 L 358.1502,57.6012 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 358.1502,57.6012 L 300.0000,95.0000 L 300.0000,105.0000 L 358.1502,67.6012 L 358.1502,57.6012 z " style="fill: none; stroke: #75505b; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: none; stroke: #4e9a06; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: none; stroke: #cc0000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 398.1650,92.7285 L 308.1650,92.7285 L 308.1650,102.7285 L 398.1650,102.7285 L 398.1650,92.7285 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d=" M 398.1650,92.7285 L 308.1650,92.7285 L 308.1650,102.7285 L 398.1650,102.7285 L 398.1650,92.7285 z " style="fill: none; stroke: #f57900; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: none; stroke: #4e9a06; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 210.00,105.00 A 90.00,49.00 0 0,0 390.00,105.00 L 390.00,95.00 A 90.00,49.000000 0 0,1 210.00,95.00 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 210.00,105.00 A 90.00,49.00 0 0,0 390.00,105.00 L 390.00,95.00 A 90.00,49.000000 0 0,1 210.00,95.00 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 231.59,73.16 A 90.00,49.00 0 0,0 210.00,105.00 L 210.00,95.00 A 90.00,49.000000 0 0,1 231.59,63.16 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 231.59,73.16 A 90.00,49.00 0 0,0 210.00,105.00 L 210.00,95.00 A 90.00,49.000000 0 0,1 231.59,63.16 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 300.00,95.00 L 390.00,95.00 A 90.00,49.00 0 1,1 231.59,63.16 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 390.00,95.00 A 90.00,49.00 0 1,1 231.59,63.16 z" style="fill: none; stroke: #4e9a06; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 231.59,63.16 A 90.00,49.00 0 0,1 252.20,53.48 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 231.59,63.16 A 90.00,49.00 0 0,1 252.20,53.48 z" style="fill: none; stroke: #cc0000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 252.20,53.48 A 90.00,49.00 0 0,1 343.09,51.98 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 252.20,53.48 A 90.00,49.00 0 0,1 343.09,51.98 z" style="fill: none; stroke: #edd400; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 343.09,51.98 A 90.00,49.00 0 0,1 358.15,57.60 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 343.09,51.98 A 90.00,49.00 0 0,1 358.15,57.60 z" style="fill: none; stroke: #75505b; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 308.17,92.73 L 366.32,55.33 A 90.00,49.00 0 0,1 398.17,92.73 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 308.17,92.73 L 366.32,55.33 A 90.00,49.00 0 0,1 398.17,92.73 z" style="fill: none; stroke: #f57900; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 298.1792,59.0166 L 221.6668,30.9500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="298.17919395494" cy="59.0165804915" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="221.66676075275" cy="30.95" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 260.8118,67.7394 L 201.9397,60.9500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="260.81181529129" cy="67.739350254903" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="201.9397072566" cy="60.95" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 279.2200,128.7720 L 194.0474,103.0775" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="279.21997746908" cy="128.77200969592" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="194.04736624906" cy="103.0775" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 333.9216,65.3056 L 385.6225,39.5000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="333.92163212695" cy="65.305619478026" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="385.62254705798" cy="39.5" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 362.5985,77.5853 L 401.2352,69.5000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="362.59851207038" cy="77.585251561765" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="401.2352350761" cy="69.5" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><text x="17" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text x="17" text-length="15.4px" y="34" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text x="17" text-length="38.5px" y="52" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text x="17" text-length="30.8px" y="70" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text x="17" text-length="46.2px" y="88" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text x="132.06676075275" text-length="83.6px" y="34.95" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text><text x="134.3397072566" text-length="61.6px" y="64.95" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text x="152.84736624906" text-length="35.2px" y="103.0275" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla:</text><text x="135.24736624906" text-length="52.8px" y="111.8275" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">4375 (61.3%)</text><text x="391.62254705798" text-length="70.4px" y="43.5" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text x="407.2352350761" text-length="83.6px" y="73.5" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_210_95_390_95_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_210_95_390_95_ffffffbf_0000007f" x1="210" y1="95" x2="390" y2="95" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_210_95_390_95_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_218_92_398_92_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_218_92_398_92_ffffffbf_0000007f" x1="218.16502331353" y1="92.728511073274" x2="398.16502331353" y2="92.728511073274" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_218_92_398_92_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,16.0000 L 2.0000,2.0000 L 16.0000,2.0000 L 16.0000,16.0000 L 2.0000,16.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_3"/><path d=" M 2.0000,34.0000 L 2.0000,20.0000 L 16.0000,20.0000 L 16.0000,34.0000 L 2.0000,34.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_5"/><path d=" M 2.0000,52.0000 L 2.0000,38.0000 L 16.0000,38.0000 L 16.0000,52.0000 L 2.0000,52.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_7"/><path d=" M 2.0000,70.0000 L 2.0000,56.0000 L 16.0000,56.0000 L 16.0000,70.0000 L 2.0000,70.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_9"/><path d=" M 2.0000,88.0000 L 2.0000,74.0000 L 16.0000,74.0000 L 16.0000,88.0000 L 2.0000,88.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_11"/><path d="M 343.09,61.98 A 90.00,49.00 0 0,0 252.20,63.48 L 252.20,53.48 A 90.00,49.000000 0 0,1 343.09,51.98 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_13"/><path d="M 343.09,61.98 A 90.00,49.00 0 0,0 252.20,63.48 L 252.20,53.48 A 90.00,49.000000 0 0,1 343.09,51.98 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 358.15,67.60 A 90.00,49.00 0 0,0 343.09,61.98 L 343.09,51.98 A 90.00,49.000000 0 0,1 358.15,57.60 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_14"/><path d="M 358.15,67.60 A 90.00,49.00 0 0,0 343.09,61.98 L 343.09,51.98 A 90.00,49.000000 0 0,1 358.15,57.60 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 252.20,63.48 A 90.00,49.00 0 0,0 231.59,73.16 L 231.59,63.16 A 90.00,49.000000 0 0,1 252.20,53.48 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_15"/><path d="M 252.20,63.48 A 90.00,49.00 0 0,0 231.59,73.16 L 231.59,63.16 A 90.00,49.000000 0 0,1 252.20,53.48 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 398.17,102.73 A 90.00,49.00 0 0,0 366.32,65.33 L 366.32,55.33 A 90.00,49.000000 0 0,1 398.17,92.73 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_16"/><path d="M 398.17,102.73 A 90.00,49.00 0 0,0 366.32,65.33 L 366.32,55.33 A 90.00,49.000000 0 0,1 398.17,92.73 z" style="fill: url(#LinearGradient_218_92_398_92_ffffffbf_0000007f); stroke: none;"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_17"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: none; stroke: #edd400; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_18"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_19"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: none; stroke: #75505b; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_20"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_21"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: none; stroke: #cc0000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_22"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_23"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: none; stroke: #edd400; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_24"/><path d=" M 366.3153,55.3297 L 308.1650,92.7285 L 308.1650,102.7285 L 366.3153,65.3297 L 366.3153,55.3297 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_25"/><path d=" M 366.3153,55.3297 L 308.1650,92.7285 L 308.1650,102.7285 L 366.3153,65.3297 L 366.3153,55.3297 z " style="fill: none; stroke: #f57900; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_26"/><path d=" M 358.1502,57.6012 L 300.0000,95.0000 L 300.0000,105.0000 L 358.1502,67.6012 L 358.1502,57.6012 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_27"/><path d=" M 358.1502,57.6012 L 300.0000,95.0000 L 300.0000,105.0000 L 358.1502,67.6012 L 358.1502,57.6012 z " style="fill: none; stroke: #75505b; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_28"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_29"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: none; stroke: #4e9a06; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_30"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_31"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: none; stroke: #cc0000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_32"/><path d=" M 398.1650,92.7285 L 308.1650,92.7285 L 308.1650,102.7285 L 398.1650,102.7285 L 398.1650,92.7285 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_33"/><path d=" M 398.1650,92.7285 L 308.1650,92.7285 L 308.1650,102.7285 L 398.1650,102.7285 L 398.1650,92.7285 z " style="fill: none; stroke: #f57900; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_34"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_35"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: none; stroke: #4e9a06; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_36"/><path d="M 210.00,105.00 A 90.00,49.00 0 0,0 390.00,105.00 L 390.00,95.00 A 90.00,49.000000 0 0,1 210.00,95.00 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_37"/><path d="M 210.00,105.00 A 90.00,49.00 0 0,0 390.00,105.00 L 390.00,95.00 A 90.00,49.000000 0 0,1 210.00,95.00 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 231.59,73.16 A 90.00,49.00 0 0,0 210.00,105.00 L 210.00,95.00 A 90.00,49.000000 0 0,1 231.59,63.16 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_38"/><path d="M 231.59,73.16 A 90.00,49.00 0 0,0 210.00,105.00 L 210.00,95.00 A 90.00,49.000000 0 0,1 231.59,63.16 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 300.00,95.00 L 390.00,95.00 A 90.00,49.00 0 1,1 231.59,63.16 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_39"/><path d="M 300.00,95.00 L 390.00,95.00 A 90.00,49.00 0 1,1 231.59,63.16 z" style="fill: none; stroke: #4e9a06; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_40"/><path d="M 300.00,95.00 L 231.59,63.16 A 90.00,49.00 0 0,1 252.20,53.48 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_41"/><path d="M 300.00,95.00 L 231.59,63.16 A 90.00,49.00 0 0,1 252.20,53.48 z" style="fill: none; stroke: #cc0000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_42"/><path d="M 300.00,95.00 L 252.20,53.48 A 90.00,49.00 0 0,1 343.09,51.98 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_43"/><path d="M 300.00,95.00 L 252.20,53.48 A 90.00,49.00 0 0,1 343.09,51.98 z" style="fill: none; stroke: #edd400; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_44"/><path d="M 300.00,95.00 L 343.09,51.98 A 90.00,49.00 0 0,1 358.15,57.60 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_45"/><path d="M 300.00,95.00 L 343.09,51.98 A 90.00,49.00 0 0,1 358.15,57.60 z" style="fill: none; stroke: #75505b; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_46"/><path d="M 308.17,92.73 L 366.32,55.33 A 90.00,49.00 0 0,1 398.17,92.73 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_47"/><path d="M 308.17,92.73 L 366.32,55.33 A 90.00,49.00 0 0,1 398.17,92.73 z" style="fill: none; stroke: #f57900; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_48"/><path d=" M 298.1792,59.0166 L 221.6668,30.9500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_49"/><ellipse cx="298.17919395494" cy="59.0165804915" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_50"/><ellipse cx="221.66676075275" cy="30.95" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_51"/><path d=" M 260.8118,67.7394 L 201.9397,60.9500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_53"/><ellipse cx="260.81181529129" cy="67.739350254903" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_54"/><ellipse cx="201.9397072566" cy="60.95" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_55"/><path d=" M 279.2200,128.7720 L 194.0474,103.0775" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_57"/><ellipse cx="279.21997746908" cy="128.77200969592" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_58"/><ellipse cx="194.04736624906" cy="103.0775" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_59"/><path d=" M 333.9216,65.3056 L 385.6225,39.5000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_61"/><ellipse cx="333.92163212695" cy="65.305619478026" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_62"/><ellipse cx="385.62254705798" cy="39.5" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_63"/><path d=" M 362.5985,77.5853 L 401.2352,69.5000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_65"/><ellipse cx="362.59851207038" cy="77.585251561765" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_66"/><ellipse cx="401.2352350761" cy="69.5" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_67"/><text id="ezcGraphTextBox_4" x="17" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text id="ezcGraphTextBox_6" x="17" text-length="15.4px" y="34" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text id="ezcGraphTextBox_8" x="17" text-length="38.5px" y="52" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text id="ezcGraphTextBox_10" x="17" text-length="30.8px" y="70" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text id="ezcGraphTextBox_12" x="17" text-length="46.2px" y="88" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text id="ezcGraphTextBox_52" x="132.06676075275" text-length="83.6px" y="34.95" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text><text id="ezcGraphTextBox_56" x="134.3397072566" text-length="61.6px" y="64.95" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text id="ezcGraphTextBox_60" x="152.84736624906" text-length="35.2px" y="103.0275" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla:</text><text id="ezcGraphTextBox_60" x="135.24736624906" text-length="52.8px" y="111.8275" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">4375 (61.3%)</text><text id="ezcGraphTextBox_64" x="391.62254705798" text-length="70.4px" y="43.5" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text id="ezcGraphTextBox_68" x="407.2352350761" text-length="83.6px" y="73.5" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithoutSymbols.svg b/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithoutSymbols.svg
index c591cb5..40d5ae1 100644
--- a/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithoutSymbols.svg
+++ b/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithoutSymbols.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_210_95_390_95_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_210_95_390_95_ffffffbf_0000007f" x1="210" y1="95" x2="390" y2="95" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_210_95_390_95_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_218_92_398_92_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_218_92_398_92_ffffffbf_0000007f" x1="218.16502331353" y1="92.728511073274" x2="398.16502331353" y2="92.728511073274" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_218_92_398_92_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><path d=" M 2.0000,16.0000 L 2.0000,2.0000 L 16.0000,2.0000 L 16.0000,16.0000 L 2.0000,16.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,34.0000 L 2.0000,20.0000 L 16.0000,20.0000 L 16.0000,34.0000 L 2.0000,34.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,52.0000 L 2.0000,38.0000 L 16.0000,38.0000 L 16.0000,52.0000 L 2.0000,52.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,70.0000 L 2.0000,56.0000 L 16.0000,56.0000 L 16.0000,70.0000 L 2.0000,70.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,88.0000 L 2.0000,74.0000 L 16.0000,74.0000 L 16.0000,88.0000 L 2.0000,88.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 343.09,61.98 A 90.00,49.00 0 0,0 252.20,63.48 L 252.20,53.48 A 90.00,49.000000 0 0,1 343.09,51.98 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 343.09,61.98 A 90.00,49.00 0 0,0 252.20,63.48 L 252.20,53.48 A 90.00,49.000000 0 0,1 343.09,51.98 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 358.15,67.60 A 90.00,49.00 0 0,0 343.09,61.98 L 343.09,51.98 A 90.00,49.000000 0 0,1 358.15,57.60 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 358.15,67.60 A 90.00,49.00 0 0,0 343.09,61.98 L 343.09,51.98 A 90.00,49.000000 0 0,1 358.15,57.60 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 252.20,63.48 A 90.00,49.00 0 0,0 231.59,73.16 L 231.59,63.16 A 90.00,49.000000 0 0,1 252.20,53.48 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 252.20,63.48 A 90.00,49.00 0 0,0 231.59,73.16 L 231.59,63.16 A 90.00,49.000000 0 0,1 252.20,53.48 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 398.17,102.73 A 90.00,49.00 0 0,0 366.32,65.33 L 366.32,55.33 A 90.00,49.000000 0 0,1 398.17,92.73 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 398.17,102.73 A 90.00,49.00 0 0,0 366.32,65.33 L 366.32,55.33 A 90.00,49.000000 0 0,1 398.17,92.73 z" style="fill: url(#LinearGradient_218_92_398_92_ffffffbf_0000007f); stroke: none;"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 366.3153,55.3297 L 308.1650,92.7285 L 308.1650,102.7285 L 366.3153,65.3297 L 366.3153,55.3297 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d=" M 366.3153,55.3297 L 308.1650,92.7285 L 308.1650,102.7285 L 366.3153,65.3297 L 366.3153,55.3297 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 358.1502,57.6012 L 300.0000,95.0000 L 300.0000,105.0000 L 358.1502,67.6012 L 358.1502,57.6012 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 358.1502,57.6012 L 300.0000,95.0000 L 300.0000,105.0000 L 358.1502,67.6012 L 358.1502,57.6012 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 398.1650,92.7285 L 308.1650,92.7285 L 308.1650,102.7285 L 398.1650,102.7285 L 398.1650,92.7285 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d=" M 398.1650,92.7285 L 308.1650,92.7285 L 308.1650,102.7285 L 398.1650,102.7285 L 398.1650,92.7285 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 210.00,105.00 A 90.00,49.00 0 0,0 390.00,105.00 L 390.00,95.00 A 90.00,49.000000 0 0,1 210.00,95.00 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 210.00,105.00 A 90.00,49.00 0 0,0 390.00,105.00 L 390.00,95.00 A 90.00,49.000000 0 0,1 210.00,95.00 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 231.59,73.16 A 90.00,49.00 0 0,0 210.00,105.00 L 210.00,95.00 A 90.00,49.000000 0 0,1 231.59,63.16 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 231.59,73.16 A 90.00,49.00 0 0,0 210.00,105.00 L 210.00,95.00 A 90.00,49.000000 0 0,1 231.59,63.16 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 300.00,95.00 L 390.00,95.00 A 90.00,49.00 0 1,1 231.59,63.16 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 390.00,95.00 A 90.00,49.00 0 1,1 231.59,63.16 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 231.59,63.16 A 90.00,49.00 0 0,1 252.20,53.48 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 231.59,63.16 A 90.00,49.00 0 0,1 252.20,53.48 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 252.20,53.48 A 90.00,49.00 0 0,1 343.09,51.98 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 252.20,53.48 A 90.00,49.00 0 0,1 343.09,51.98 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 343.09,51.98 A 90.00,49.00 0 0,1 358.15,57.60 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 343.09,51.98 A 90.00,49.00 0 0,1 358.15,57.60 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 308.17,92.73 L 366.32,55.33 A 90.00,49.00 0 0,1 398.17,92.73 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 308.17,92.73 L 366.32,55.33 A 90.00,49.00 0 0,1 398.17,92.73 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><text x="17" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text x="17" text-length="15.4px" y="34" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text x="17" text-length="38.5px" y="52" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text x="17" text-length="30.8px" y="70" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text x="17" text-length="46.2px" y="88" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text x="127.61676075275" text-length="94.05px" y="35.45" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text><text x="132.6397072566" text-length="69.3px" y="65.45" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text x="154.44736624906" text-length="39.6px" y="103.0275" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla:</text><text x="134.64736624906" text-length="59.4px" y="112.9275" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">4375 (61.3%)</text><text x="385.62254705798" text-length="79.2px" y="44" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text x="401.2352350761" text-length="94.05px" y="74" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_210_95_390_95_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_210_95_390_95_ffffffbf_0000007f" x1="210" y1="95" x2="390" y2="95" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_210_95_390_95_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_218_92_398_92_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_218_92_398_92_ffffffbf_0000007f" x1="218.16502331353" y1="92.728511073274" x2="398.16502331353" y2="92.728511073274" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_218_92_398_92_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,16.0000 L 2.0000,2.0000 L 16.0000,2.0000 L 16.0000,16.0000 L 2.0000,16.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_3"/><path d=" M 2.0000,34.0000 L 2.0000,20.0000 L 16.0000,20.0000 L 16.0000,34.0000 L 2.0000,34.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_5"/><path d=" M 2.0000,52.0000 L 2.0000,38.0000 L 16.0000,38.0000 L 16.0000,52.0000 L 2.0000,52.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_7"/><path d=" M 2.0000,70.0000 L 2.0000,56.0000 L 16.0000,56.0000 L 16.0000,70.0000 L 2.0000,70.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_9"/><path d=" M 2.0000,88.0000 L 2.0000,74.0000 L 16.0000,74.0000 L 16.0000,88.0000 L 2.0000,88.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_11"/><path d="M 343.09,61.98 A 90.00,49.00 0 0,0 252.20,63.48 L 252.20,53.48 A 90.00,49.000000 0 0,1 343.09,51.98 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_13"/><path d="M 343.09,61.98 A 90.00,49.00 0 0,0 252.20,63.48 L 252.20,53.48 A 90.00,49.000000 0 0,1 343.09,51.98 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 358.15,67.60 A 90.00,49.00 0 0,0 343.09,61.98 L 343.09,51.98 A 90.00,49.000000 0 0,1 358.15,57.60 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_14"/><path d="M 358.15,67.60 A 90.00,49.00 0 0,0 343.09,61.98 L 343.09,51.98 A 90.00,49.000000 0 0,1 358.15,57.60 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 252.20,63.48 A 90.00,49.00 0 0,0 231.59,73.16 L 231.59,63.16 A 90.00,49.000000 0 0,1 252.20,53.48 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_15"/><path d="M 252.20,63.48 A 90.00,49.00 0 0,0 231.59,73.16 L 231.59,63.16 A 90.00,49.000000 0 0,1 252.20,53.48 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 398.17,102.73 A 90.00,49.00 0 0,0 366.32,65.33 L 366.32,55.33 A 90.00,49.000000 0 0,1 398.17,92.73 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_16"/><path d="M 398.17,102.73 A 90.00,49.00 0 0,0 366.32,65.33 L 366.32,55.33 A 90.00,49.000000 0 0,1 398.17,92.73 z" style="fill: url(#LinearGradient_218_92_398_92_ffffffbf_0000007f); stroke: none;"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_17"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_18"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_19"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_20"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_21"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_22"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_23"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_24"/><path d=" M 366.3153,55.3297 L 308.1650,92.7285 L 308.1650,102.7285 L 366.3153,65.3297 L 366.3153,55.3297 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_25"/><path d=" M 366.3153,55.3297 L 308.1650,92.7285 L 308.1650,102.7285 L 366.3153,65.3297 L 366.3153,55.3297 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_26"/><path d=" M 358.1502,57.6012 L 300.0000,95.0000 L 300.0000,105.0000 L 358.1502,67.6012 L 358.1502,57.6012 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_27"/><path d=" M 358.1502,57.6012 L 300.0000,95.0000 L 300.0000,105.0000 L 358.1502,67.6012 L 358.1502,57.6012 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_28"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_29"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_30"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_31"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_32"/><path d=" M 398.1650,92.7285 L 308.1650,92.7285 L 308.1650,102.7285 L 398.1650,102.7285 L 398.1650,92.7285 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_33"/><path d=" M 398.1650,92.7285 L 308.1650,92.7285 L 308.1650,102.7285 L 398.1650,102.7285 L 398.1650,92.7285 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_34"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_35"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_36"/><path d="M 210.00,105.00 A 90.00,49.00 0 0,0 390.00,105.00 L 390.00,95.00 A 90.00,49.000000 0 0,1 210.00,95.00 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_37"/><path d="M 210.00,105.00 A 90.00,49.00 0 0,0 390.00,105.00 L 390.00,95.00 A 90.00,49.000000 0 0,1 210.00,95.00 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 231.59,73.16 A 90.00,49.00 0 0,0 210.00,105.00 L 210.00,95.00 A 90.00,49.000000 0 0,1 231.59,63.16 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_38"/><path d="M 231.59,73.16 A 90.00,49.00 0 0,0 210.00,105.00 L 210.00,95.00 A 90.00,49.000000 0 0,1 231.59,63.16 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 300.00,95.00 L 390.00,95.00 A 90.00,49.00 0 1,1 231.59,63.16 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_39"/><path d="M 300.00,95.00 L 390.00,95.00 A 90.00,49.00 0 1,1 231.59,63.16 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_40"/><path d="M 300.00,95.00 L 231.59,63.16 A 90.00,49.00 0 0,1 252.20,53.48 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_41"/><path d="M 300.00,95.00 L 231.59,63.16 A 90.00,49.00 0 0,1 252.20,53.48 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_42"/><path d="M 300.00,95.00 L 252.20,53.48 A 90.00,49.00 0 0,1 343.09,51.98 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_43"/><path d="M 300.00,95.00 L 252.20,53.48 A 90.00,49.00 0 0,1 343.09,51.98 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_44"/><path d="M 300.00,95.00 L 343.09,51.98 A 90.00,49.00 0 0,1 358.15,57.60 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_45"/><path d="M 300.00,95.00 L 343.09,51.98 A 90.00,49.00 0 0,1 358.15,57.60 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_46"/><path d="M 308.17,92.73 L 366.32,55.33 A 90.00,49.00 0 0,1 398.17,92.73 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_47"/><path d="M 308.17,92.73 L 366.32,55.33 A 90.00,49.00 0 0,1 398.17,92.73 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_48"/><text id="ezcGraphTextBox_4" x="17" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text id="ezcGraphTextBox_6" x="17" text-length="15.4px" y="34" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text id="ezcGraphTextBox_8" x="17" text-length="38.5px" y="52" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text id="ezcGraphTextBox_10" x="17" text-length="30.8px" y="70" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text id="ezcGraphTextBox_12" x="17" text-length="46.2px" y="88" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text id="ezcGraphTextBox_49" x="127.61676075275" text-length="94.05px" y="35.45" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text><text id="ezcGraphTextBox_50" x="132.6397072566" text-length="69.3px" y="65.45" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text id="ezcGraphTextBox_51" x="154.44736624906" text-length="39.6px" y="103.0275" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla:</text><text id="ezcGraphTextBox_51" x="134.64736624906" text-length="59.4px" y="112.9275" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">4375 (61.3%)</text><text id="ezcGraphTextBox_52" x="385.62254705798" text-length="79.2px" y="44" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text id="ezcGraphTextBox_53" x="401.2352350761" text-length="94.05px" y="74" style="font-size: 9px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer3dTest_testRenderLineChartWithAxisLabels.svg b/tests/data/compare/ezcGraphRenderer3dTest_testRenderLineChartWithAxisLabels.svg
index 5d3406e..3eb238a 100644
--- a/tests/data/compare/ezcGraphRenderer3dTest_testRenderLineChartWithAxisLabels.svg
+++ b/tests/data/compare/ezcGraphRenderer3dTest_testRenderLineChartWithAxisLabels.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 99.0000,1.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 98.0000,2.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><ellipse cx="11" cy="11" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 100.0000,182.0000 L 120.0000,162.0000 L 500.0000,162.0000 L 480.0000,182.0000 L 100.0000,182.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 120.0000,162.0000 L 500.0000,162.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 492.0000,166.0000 L 500.0000,162.0000 L 492.0000,158.0000 L 492.0000,166.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 138.0000,200.0000 L 158.0000,180.0000 L 158.0000,0.0000 L 138.0000,20.0000 L 138.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 158.0000,180.0000 L 158.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 155.5000,5.0000 L 158.0000,0.0000 L 160.5000,5.0000 L 155.5000,5.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 234.0000,162.0000 L 234.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 214.0000,179.3000 L 234.0000,159.3000 L 234.0000,162.0000 L 214.0000,182.0000 L 214.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 214.0000,179.3000 L 234.0000,159.3000 L 234.0000,162.0000 L 214.0000,182.0000 L 214.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 310.0000,162.0000 L 310.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 290.0000,179.3000 L 310.0000,159.3000 L 310.0000,162.0000 L 290.0000,182.0000 L 290.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 290.0000,179.3000 L 310.0000,159.3000 L 310.0000,162.0000 L 290.0000,182.0000 L 290.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 386.0000,162.0000 L 386.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 366.0000,179.3000 L 386.0000,159.3000 L 386.0000,162.0000 L 366.0000,182.0000 L 366.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 366.0000,179.3000 L 386.0000,159.3000 L 386.0000,162.0000 L 366.0000,182.0000 L 366.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,162.0000 L 462.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 442.0000,179.3000 L 462.0000,159.3000 L 462.0000,162.0000 L 442.0000,182.0000 L 442.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 442.0000,179.3000 L 462.0000,159.3000 L 462.0000,162.0000 L 442.0000,182.0000 L 442.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,114.4800 L 158.0000,114.4800" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,134.0000 L 158.0000,114.0000 L 160.8500,114.0000 L 140.8500,134.0000 L 138.0000,134.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 138.0000,134.0000 L 158.0000,114.0000 L 160.8500,114.0000 L 140.8500,134.0000 L 138.0000,134.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,65.5200 L 158.0000,65.5200" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,86.0000 L 158.0000,66.0000 L 160.8500,66.0000 L 140.8500,86.0000 L 138.0000,86.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 138.0000,86.0000 L 158.0000,66.0000 L 160.8500,66.0000 L 140.8500,86.0000 L 138.0000,86.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,18.0000 L 158.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,38.0000 L 158.0000,18.0000 L 160.8500,18.0000 L 140.8500,38.0000 L 138.0000,38.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 138.0000,38.0000 L 158.0000,18.0000 L 160.8500,18.0000 L 140.8500,38.0000 L 138.0000,38.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 148.0000,127.0720 L 158.0000,117.0720 L 158.0000,117.0720 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 148.0000,127.0720 L 158.0000,117.0720 L 158.0000,117.0720 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 224.0000,167.9680 L 234.0000,157.9680 L 158.0000,117.0720 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 224.0000,167.9680 L 234.0000,157.9680 L 158.0000,117.0720 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 234.0000,157.9680 L 224.0000,167.9680 L 300.0000,109.7920 L 310.0000,99.7920 L 234.0000,157.9680 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 234.0000,157.9680 L 224.0000,167.9680 L 300.0000,109.7920 L 310.0000,99.7920 L 234.0000,157.9680 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 310.0000,99.7920 L 300.0000,109.7920 L 376.0000,148.9600 L 386.0000,138.9600 L 310.0000,99.7920 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 310.0000,99.7920 L 300.0000,109.7920 L 376.0000,148.9600 L 386.0000,138.9600 L 310.0000,99.7920 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 386.0000,138.9600 L 376.0000,148.9600 L 452.0000,171.8080 L 462.0000,161.8080 L 386.0000,138.9600 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 386.0000,138.9600 L 376.0000,148.9600 L 452.0000,171.8080 L 462.0000,161.8080 L 386.0000,138.9600 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 138.0000,77.7440 L 148.0000,67.7440 L 148.0000,67.7440 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 138.0000,77.7440 L 148.0000,67.7440 L 148.0000,67.7440 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 214.0000,137.0720 L 224.0000,127.0720 L 148.0000,67.7440 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 214.0000,137.0720 L 224.0000,127.0720 L 148.0000,67.7440 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 224.0000,127.0720 L 214.0000,137.0720 L 290.0000,124.7840 L 300.0000,114.7840 L 224.0000,127.0720 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 224.0000,127.0720 L 214.0000,137.0720 L 290.0000,124.7840 L 300.0000,114.7840 L 224.0000,127.0720 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 300.0000,114.7840 L 290.0000,124.7840 L 366.0000,181.0400 L 376.0000,171.0400 L 300.0000,114.7840 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 300.0000,114.7840 L 290.0000,124.7840 L 366.0000,181.0400 L 376.0000,171.0400 L 300.0000,114.7840 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 376.0000,171.0400 L 366.0000,181.0400 L 442.0000,64.3040 L 452.0000,54.3040 L 376.0000,171.0400 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 376.0000,171.0400 L 366.0000,181.0400 L 442.0000,64.3040 L 452.0000,54.3040 L 376.0000,171.0400 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="158" cy="117.072" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="234" cy="157.968" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="310" cy="99.792" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="386" cy="138.96" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="462" cy="161.808" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="148" cy="67.744" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="224" cy="127.072" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="300" cy="114.784" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="376" cy="171.04" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="452" cy="54.304" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 500.0000,162.0000 L 480.0000,182.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 480.0000,182.0000 L 100.0000,182.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 100.0000,182.0000 L 120.0000,162.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 158.0000,0.0000 L 138.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,20.0000 L 138.0000,200.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,200.0000 L 158.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><text x="19" text-length="46.2px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text x="444.1" text-length="53.9px" y="160" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Samples</text><text x="160" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Numbers</text><text x="183.2" text-length="61.6px" y="197.8" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text x="259.2" text-length="61.6px" y="197.8" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text x="335.2" text-length="61.6px" y="197.8" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text x="411.2" text-length="61.6px" y="197.8" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text x="128.4" text-length="7.7px" y="180.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text x="113" text-length="23.1px" y="132.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text x="113" text-length="23.1px" y="84.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text x="113" text-length="23.1px" y="53.8" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 99.0000,1.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 98.0000,2.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_3"/><ellipse cx="11" cy="11" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_4"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_6"/><path d=" M 100.0000,182.0000 L 120.0000,162.0000 L 500.0000,162.0000 L 480.0000,182.0000 L 100.0000,182.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_8"/><path d=" M 120.0000,162.0000 L 500.0000,162.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_9"/><path d=" M 492.0000,166.0000 L 500.0000,162.0000 L 492.0000,158.0000 L 492.0000,166.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_10"/><path d=" M 138.0000,200.0000 L 158.0000,180.0000 L 158.0000,0.0000 L 138.0000,20.0000 L 138.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_12"/><path d=" M 158.0000,180.0000 L 158.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_13"/><path d=" M 155.5000,5.0000 L 158.0000,0.0000 L 160.5000,5.0000 L 155.5000,5.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_14"/><path d=" M 234.0000,162.0000 L 234.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_16"/><path d=" M 214.0000,179.3000 L 234.0000,159.3000 L 234.0000,162.0000 L 214.0000,182.0000 L 214.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_17"/><path d=" M 214.0000,179.3000 L 234.0000,159.3000 L 234.0000,162.0000 L 214.0000,182.0000 L 214.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_18"/><path d=" M 310.0000,162.0000 L 310.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_20"/><path d=" M 290.0000,179.3000 L 310.0000,159.3000 L 310.0000,162.0000 L 290.0000,182.0000 L 290.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_21"/><path d=" M 290.0000,179.3000 L 310.0000,159.3000 L 310.0000,162.0000 L 290.0000,182.0000 L 290.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_22"/><path d=" M 386.0000,162.0000 L 386.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_24"/><path d=" M 366.0000,179.3000 L 386.0000,159.3000 L 386.0000,162.0000 L 366.0000,182.0000 L 366.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_25"/><path d=" M 366.0000,179.3000 L 386.0000,159.3000 L 386.0000,162.0000 L 366.0000,182.0000 L 366.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_26"/><path d=" M 462.0000,162.0000 L 462.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_28"/><path d=" M 442.0000,179.3000 L 462.0000,159.3000 L 462.0000,162.0000 L 442.0000,182.0000 L 442.0000,179.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_29"/><path d=" M 442.0000,179.3000 L 462.0000,159.3000 L 462.0000,162.0000 L 442.0000,182.0000 L 442.0000,179.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_30"/><path d=" M 462.0000,114.4800 L 158.0000,114.4800" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_33"/><path d=" M 138.0000,134.0000 L 158.0000,114.0000 L 160.8500,114.0000 L 140.8500,134.0000 L 138.0000,134.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_34"/><path d=" M 138.0000,134.0000 L 158.0000,114.0000 L 160.8500,114.0000 L 140.8500,134.0000 L 138.0000,134.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_35"/><path d=" M 462.0000,65.5200 L 158.0000,65.5200" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_37"/><path d=" M 138.0000,86.0000 L 158.0000,66.0000 L 160.8500,66.0000 L 140.8500,86.0000 L 138.0000,86.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_38"/><path d=" M 138.0000,86.0000 L 158.0000,66.0000 L 160.8500,66.0000 L 140.8500,86.0000 L 138.0000,86.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_39"/><path d=" M 462.0000,18.0000 L 158.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_41"/><path d=" M 138.0000,38.0000 L 158.0000,18.0000 L 160.8500,18.0000 L 140.8500,38.0000 L 138.0000,38.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_42"/><path d=" M 138.0000,38.0000 L 158.0000,18.0000 L 160.8500,18.0000 L 140.8500,38.0000 L 138.0000,38.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_43"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 148.0000,127.0720 L 158.0000,117.0720 L 158.0000,117.0720 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_45"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 148.0000,127.0720 L 158.0000,117.0720 L 158.0000,117.0720 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_46"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 224.0000,167.9680 L 234.0000,157.9680 L 158.0000,117.0720 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_47"/><path d=" M 158.0000,117.0720 L 148.0000,127.0720 L 224.0000,167.9680 L 234.0000,157.9680 L 158.0000,117.0720 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_48"/><path d=" M 234.0000,157.9680 L 224.0000,167.9680 L 300.0000,109.7920 L 310.0000,99.7920 L 234.0000,157.9680 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_49"/><path d=" M 234.0000,157.9680 L 224.0000,167.9680 L 300.0000,109.7920 L 310.0000,99.7920 L 234.0000,157.9680 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_50"/><path d=" M 310.0000,99.7920 L 300.0000,109.7920 L 376.0000,148.9600 L 386.0000,138.9600 L 310.0000,99.7920 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_51"/><path d=" M 310.0000,99.7920 L 300.0000,109.7920 L 376.0000,148.9600 L 386.0000,138.9600 L 310.0000,99.7920 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_52"/><path d=" M 386.0000,138.9600 L 376.0000,148.9600 L 452.0000,171.8080 L 462.0000,161.8080 L 386.0000,138.9600 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_53"/><path d=" M 386.0000,138.9600 L 376.0000,148.9600 L 452.0000,171.8080 L 462.0000,161.8080 L 386.0000,138.9600 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_54"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 138.0000,77.7440 L 148.0000,67.7440 L 148.0000,67.7440 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_55"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 138.0000,77.7440 L 148.0000,67.7440 L 148.0000,67.7440 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_56"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 214.0000,137.0720 L 224.0000,127.0720 L 148.0000,67.7440 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_57"/><path d=" M 148.0000,67.7440 L 138.0000,77.7440 L 214.0000,137.0720 L 224.0000,127.0720 L 148.0000,67.7440 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_58"/><path d=" M 224.0000,127.0720 L 214.0000,137.0720 L 290.0000,124.7840 L 300.0000,114.7840 L 224.0000,127.0720 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_59"/><path d=" M 224.0000,127.0720 L 214.0000,137.0720 L 290.0000,124.7840 L 300.0000,114.7840 L 224.0000,127.0720 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_60"/><path d=" M 300.0000,114.7840 L 290.0000,124.7840 L 366.0000,181.0400 L 376.0000,171.0400 L 300.0000,114.7840 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_61"/><path d=" M 300.0000,114.7840 L 290.0000,124.7840 L 366.0000,181.0400 L 376.0000,171.0400 L 300.0000,114.7840 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_62"/><path d=" M 376.0000,171.0400 L 366.0000,181.0400 L 442.0000,64.3040 L 452.0000,54.3040 L 376.0000,171.0400 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_63"/><path d=" M 376.0000,171.0400 L 366.0000,181.0400 L 442.0000,64.3040 L 452.0000,54.3040 L 376.0000,171.0400 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_64"/><ellipse cx="158" cy="117.072" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_65"/><ellipse cx="234" cy="157.968" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_66"/><ellipse cx="310" cy="99.792" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_67"/><ellipse cx="386" cy="138.96" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_68"/><ellipse cx="462" cy="161.808" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_69"/><ellipse cx="148" cy="67.744" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_70"/><ellipse cx="224" cy="127.072" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_71"/><ellipse cx="300" cy="114.784" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_72"/><ellipse cx="376" cy="171.04" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_73"/><ellipse cx="452" cy="54.304" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_74"/><path d=" M 500.0000,162.0000 L 480.0000,182.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_75"/><path d=" M 480.0000,182.0000 L 100.0000,182.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_76"/><path d=" M 100.0000,182.0000 L 120.0000,162.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_77"/><path d=" M 158.0000,0.0000 L 138.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_78"/><path d=" M 138.0000,20.0000 L 138.0000,200.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_79"/><path d=" M 138.0000,200.0000 L 158.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_80"/><text id="ezcGraphTextBox_5" x="19" text-length="46.2px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text id="ezcGraphTextBox_7" x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text id="ezcGraphTextBox_11" x="444.1" text-length="53.9px" y="160" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Samples</text><text id="ezcGraphTextBox_15" x="160" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Numbers</text><text id="ezcGraphTextBox_19" x="183.2" text-length="61.6px" y="197.8" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text id="ezcGraphTextBox_23" x="259.2" text-length="61.6px" y="197.8" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text id="ezcGraphTextBox_27" x="335.2" text-length="61.6px" y="197.8" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text id="ezcGraphTextBox_31" x="411.2" text-length="61.6px" y="197.8" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text id="ezcGraphTextBox_32" x="128.4" text-length="7.7px" y="180.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text id="ezcGraphTextBox_36" x="113" text-length="23.1px" y="132.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text id="ezcGraphTextBox_40" x="113" text-length="23.1px" y="84.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text id="ezcGraphTextBox_44" x="113" text-length="23.1px" y="53.8" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer3dTest_testRenderLineChartWithAxisLabelsReversedAxis.svg b/tests/data/compare/ezcGraphRenderer3dTest_testRenderLineChartWithAxisLabelsReversedAxis.svg
index 872cef8..87ceccf 100644
--- a/tests/data/compare/ezcGraphRenderer3dTest_testRenderLineChartWithAxisLabelsReversedAxis.svg
+++ b/tests/data/compare/ezcGraphRenderer3dTest_testRenderLineChartWithAxisLabelsReversedAxis.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 99.0000,1.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 98.0000,2.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><ellipse cx="11" cy="11" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 480.0000,38.0000 L 500.0000,18.0000 L 120.0000,18.0000 L 100.0000,38.0000 L 480.0000,38.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 500.0000,18.0000 L 120.0000,18.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 128.0000,14.0000 L 120.0000,18.0000 L 128.0000,22.0000 L 128.0000,14.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 442.0000,20.0000 L 462.0000,0.0000 L 462.0000,180.0000 L 442.0000,200.0000 L 442.0000,20.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 462.0000,0.0000 L 462.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 464.5000,175.0000 L 462.0000,180.0000 L 459.5000,175.0000 L 464.5000,175.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 386.0000,162.0000 L 386.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 366.0000,38.0000 L 386.0000,18.0000 L 386.0000,15.3000 L 366.0000,35.3000 L 366.0000,38.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 366.0000,38.0000 L 386.0000,18.0000 L 386.0000,15.3000 L 366.0000,35.3000 L 366.0000,38.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 310.0000,162.0000 L 310.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 290.0000,38.0000 L 310.0000,18.0000 L 310.0000,15.3000 L 290.0000,35.3000 L 290.0000,38.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 290.0000,38.0000 L 310.0000,18.0000 L 310.0000,15.3000 L 290.0000,35.3000 L 290.0000,38.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 234.0000,162.0000 L 234.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 214.0000,38.0000 L 234.0000,18.0000 L 234.0000,15.3000 L 214.0000,35.3000 L 214.0000,38.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 214.0000,38.0000 L 234.0000,18.0000 L 234.0000,15.3000 L 214.0000,35.3000 L 214.0000,38.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 158.0000,162.0000 L 158.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,38.0000 L 158.0000,18.0000 L 158.0000,15.3000 L 138.0000,35.3000 L 138.0000,38.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 138.0000,38.0000 L 158.0000,18.0000 L 158.0000,15.3000 L 138.0000,35.3000 L 138.0000,38.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,65.5200 L 158.0000,65.5200" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 444.8500,86.0000 L 464.8500,66.0000 L 462.0000,66.0000 L 442.0000,86.0000 L 444.8500,86.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 444.8500,86.0000 L 464.8500,66.0000 L 462.0000,66.0000 L 442.0000,86.0000 L 444.8500,86.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,114.4800 L 158.0000,114.4800" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 444.8500,134.0000 L 464.8500,114.0000 L 462.0000,114.0000 L 442.0000,134.0000 L 444.8500,134.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 444.8500,134.0000 L 464.8500,114.0000 L 462.0000,114.0000 L 442.0000,134.0000 L 444.8500,134.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,162.0000 L 158.0000,162.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 444.8500,182.0000 L 464.8500,162.0000 L 462.0000,162.0000 L 442.0000,182.0000 L 444.8500,182.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 444.8500,182.0000 L 464.8500,162.0000 L 462.0000,162.0000 L 442.0000,182.0000 L 444.8500,182.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,62.9280 L 452.0000,72.9280 L 452.0000,72.9280 L 462.0000,62.9280 L 462.0000,62.9280 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 462.0000,62.9280 L 452.0000,72.9280 L 452.0000,72.9280 L 462.0000,62.9280 L 462.0000,62.9280 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,62.9280 L 452.0000,72.9280 L 376.0000,32.0320 L 386.0000,22.0320 L 462.0000,62.9280 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 462.0000,62.9280 L 452.0000,72.9280 L 376.0000,32.0320 L 386.0000,22.0320 L 462.0000,62.9280 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 386.0000,22.0320 L 376.0000,32.0320 L 300.0000,90.2080 L 310.0000,80.2080 L 386.0000,22.0320 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 386.0000,22.0320 L 376.0000,32.0320 L 300.0000,90.2080 L 310.0000,80.2080 L 386.0000,22.0320 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 310.0000,80.2080 L 300.0000,90.2080 L 224.0000,51.0400 L 234.0000,41.0400 L 310.0000,80.2080 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 310.0000,80.2080 L 300.0000,90.2080 L 224.0000,51.0400 L 234.0000,41.0400 L 310.0000,80.2080 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 234.0000,41.0400 L 224.0000,51.0400 L 148.0000,28.1920 L 158.0000,18.1920 L 234.0000,41.0400 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 234.0000,41.0400 L 224.0000,51.0400 L 148.0000,28.1920 L 158.0000,18.1920 L 234.0000,41.0400 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 452.0000,132.2560 L 442.0000,142.2560 L 442.0000,142.2560 L 452.0000,132.2560 L 452.0000,132.2560 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 452.0000,132.2560 L 442.0000,142.2560 L 442.0000,142.2560 L 452.0000,132.2560 L 452.0000,132.2560 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 452.0000,132.2560 L 442.0000,142.2560 L 366.0000,82.9280 L 376.0000,72.9280 L 452.0000,132.2560 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 452.0000,132.2560 L 442.0000,142.2560 L 366.0000,82.9280 L 376.0000,72.9280 L 452.0000,132.2560 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 376.0000,72.9280 L 366.0000,82.9280 L 290.0000,95.2160 L 300.0000,85.2160 L 376.0000,72.9280 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 376.0000,72.9280 L 366.0000,82.9280 L 290.0000,95.2160 L 300.0000,85.2160 L 376.0000,72.9280 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 300.0000,85.2160 L 290.0000,95.2160 L 214.0000,38.9600 L 224.0000,28.9600 L 300.0000,85.2160 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 300.0000,85.2160 L 290.0000,95.2160 L 214.0000,38.9600 L 224.0000,28.9600 L 300.0000,85.2160 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 224.0000,28.9600 L 214.0000,38.9600 L 138.0000,155.6960 L 148.0000,145.6960 L 224.0000,28.9600 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 224.0000,28.9600 L 214.0000,38.9600 L 138.0000,155.6960 L 148.0000,145.6960 L 224.0000,28.9600 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="462" cy="62.928" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="386" cy="22.032" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="310" cy="80.208" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="234" cy="41.04" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="158" cy="18.192" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="452" cy="132.256" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="376" cy="72.928" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="300" cy="85.216" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="224" cy="28.96" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="148" cy="145.696" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 120.0000,18.0000 L 100.0000,38.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 100.0000,38.0000 L 480.0000,38.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 480.0000,38.0000 L 500.0000,18.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 462.0000,180.0000 L 442.0000,200.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 442.0000,200.0000 L 442.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 442.0000,20.0000 L 462.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><text x="19" text-length="46.2px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text x="120" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Samples</text><text x="388.1" text-length="53.9px" y="198" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Numbers</text><text x="335.2" text-length="61.6px" y="53.8" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text x="259.2" text-length="61.6px" y="53.8" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text x="183.2" text-length="61.6px" y="53.8" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text x="107.2" text-length="61.6px" y="53.8" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text x="432.4" text-length="7.7px" y="53.8" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text x="417" text-length="23.1px" y="101.8" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text x="417" text-length="23.1px" y="149.8" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text x="417" text-length="23.1px" y="180.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 99.0000,1.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 98.0000,2.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_3"/><ellipse cx="11" cy="11" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_4"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_6"/><path d=" M 480.0000,38.0000 L 500.0000,18.0000 L 120.0000,18.0000 L 100.0000,38.0000 L 480.0000,38.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_8"/><path d=" M 500.0000,18.0000 L 120.0000,18.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_9"/><path d=" M 128.0000,14.0000 L 120.0000,18.0000 L 128.0000,22.0000 L 128.0000,14.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_10"/><path d=" M 442.0000,20.0000 L 462.0000,0.0000 L 462.0000,180.0000 L 442.0000,200.0000 L 442.0000,20.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_12"/><path d=" M 462.0000,0.0000 L 462.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_13"/><path d=" M 464.5000,175.0000 L 462.0000,180.0000 L 459.5000,175.0000 L 464.5000,175.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_14"/><path d=" M 386.0000,162.0000 L 386.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_16"/><path d=" M 366.0000,38.0000 L 386.0000,18.0000 L 386.0000,15.3000 L 366.0000,35.3000 L 366.0000,38.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_17"/><path d=" M 366.0000,38.0000 L 386.0000,18.0000 L 386.0000,15.3000 L 366.0000,35.3000 L 366.0000,38.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_18"/><path d=" M 310.0000,162.0000 L 310.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_20"/><path d=" M 290.0000,38.0000 L 310.0000,18.0000 L 310.0000,15.3000 L 290.0000,35.3000 L 290.0000,38.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_21"/><path d=" M 290.0000,38.0000 L 310.0000,18.0000 L 310.0000,15.3000 L 290.0000,35.3000 L 290.0000,38.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_22"/><path d=" M 234.0000,162.0000 L 234.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_24"/><path d=" M 214.0000,38.0000 L 234.0000,18.0000 L 234.0000,15.3000 L 214.0000,35.3000 L 214.0000,38.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_25"/><path d=" M 214.0000,38.0000 L 234.0000,18.0000 L 234.0000,15.3000 L 214.0000,35.3000 L 214.0000,38.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_26"/><path d=" M 158.0000,162.0000 L 158.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_28"/><path d=" M 138.0000,38.0000 L 158.0000,18.0000 L 158.0000,15.3000 L 138.0000,35.3000 L 138.0000,38.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_29"/><path d=" M 138.0000,38.0000 L 158.0000,18.0000 L 158.0000,15.3000 L 138.0000,35.3000 L 138.0000,38.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_30"/><path d=" M 462.0000,65.5200 L 158.0000,65.5200" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_33"/><path d=" M 444.8500,86.0000 L 464.8500,66.0000 L 462.0000,66.0000 L 442.0000,86.0000 L 444.8500,86.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_34"/><path d=" M 444.8500,86.0000 L 464.8500,66.0000 L 462.0000,66.0000 L 442.0000,86.0000 L 444.8500,86.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_35"/><path d=" M 462.0000,114.4800 L 158.0000,114.4800" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_37"/><path d=" M 444.8500,134.0000 L 464.8500,114.0000 L 462.0000,114.0000 L 442.0000,134.0000 L 444.8500,134.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_38"/><path d=" M 444.8500,134.0000 L 464.8500,114.0000 L 462.0000,114.0000 L 442.0000,134.0000 L 444.8500,134.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_39"/><path d=" M 462.0000,162.0000 L 158.0000,162.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_41"/><path d=" M 444.8500,182.0000 L 464.8500,162.0000 L 462.0000,162.0000 L 442.0000,182.0000 L 444.8500,182.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_42"/><path d=" M 444.8500,182.0000 L 464.8500,162.0000 L 462.0000,162.0000 L 442.0000,182.0000 L 444.8500,182.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_43"/><path d=" M 462.0000,62.9280 L 452.0000,72.9280 L 452.0000,72.9280 L 462.0000,62.9280 L 462.0000,62.9280 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_45"/><path d=" M 462.0000,62.9280 L 452.0000,72.9280 L 452.0000,72.9280 L 462.0000,62.9280 L 462.0000,62.9280 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_46"/><path d=" M 462.0000,62.9280 L 452.0000,72.9280 L 376.0000,32.0320 L 386.0000,22.0320 L 462.0000,62.9280 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_47"/><path d=" M 462.0000,62.9280 L 452.0000,72.9280 L 376.0000,32.0320 L 386.0000,22.0320 L 462.0000,62.9280 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_48"/><path d=" M 386.0000,22.0320 L 376.0000,32.0320 L 300.0000,90.2080 L 310.0000,80.2080 L 386.0000,22.0320 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_49"/><path d=" M 386.0000,22.0320 L 376.0000,32.0320 L 300.0000,90.2080 L 310.0000,80.2080 L 386.0000,22.0320 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_50"/><path d=" M 310.0000,80.2080 L 300.0000,90.2080 L 224.0000,51.0400 L 234.0000,41.0400 L 310.0000,80.2080 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_51"/><path d=" M 310.0000,80.2080 L 300.0000,90.2080 L 224.0000,51.0400 L 234.0000,41.0400 L 310.0000,80.2080 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_52"/><path d=" M 234.0000,41.0400 L 224.0000,51.0400 L 148.0000,28.1920 L 158.0000,18.1920 L 234.0000,41.0400 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_53"/><path d=" M 234.0000,41.0400 L 224.0000,51.0400 L 148.0000,28.1920 L 158.0000,18.1920 L 234.0000,41.0400 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_54"/><path d=" M 452.0000,132.2560 L 442.0000,142.2560 L 442.0000,142.2560 L 452.0000,132.2560 L 452.0000,132.2560 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_55"/><path d=" M 452.0000,132.2560 L 442.0000,142.2560 L 442.0000,142.2560 L 452.0000,132.2560 L 452.0000,132.2560 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_56"/><path d=" M 452.0000,132.2560 L 442.0000,142.2560 L 366.0000,82.9280 L 376.0000,72.9280 L 452.0000,132.2560 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_57"/><path d=" M 452.0000,132.2560 L 442.0000,142.2560 L 366.0000,82.9280 L 376.0000,72.9280 L 452.0000,132.2560 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_58"/><path d=" M 376.0000,72.9280 L 366.0000,82.9280 L 290.0000,95.2160 L 300.0000,85.2160 L 376.0000,72.9280 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_59"/><path d=" M 376.0000,72.9280 L 366.0000,82.9280 L 290.0000,95.2160 L 300.0000,85.2160 L 376.0000,72.9280 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_60"/><path d=" M 300.0000,85.2160 L 290.0000,95.2160 L 214.0000,38.9600 L 224.0000,28.9600 L 300.0000,85.2160 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_61"/><path d=" M 300.0000,85.2160 L 290.0000,95.2160 L 214.0000,38.9600 L 224.0000,28.9600 L 300.0000,85.2160 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_62"/><path d=" M 224.0000,28.9600 L 214.0000,38.9600 L 138.0000,155.6960 L 148.0000,145.6960 L 224.0000,28.9600 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_63"/><path d=" M 224.0000,28.9600 L 214.0000,38.9600 L 138.0000,155.6960 L 148.0000,145.6960 L 224.0000,28.9600 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_64"/><ellipse cx="462" cy="62.928" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_65"/><ellipse cx="386" cy="22.032" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_66"/><ellipse cx="310" cy="80.208" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_67"/><ellipse cx="234" cy="41.04" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_68"/><ellipse cx="158" cy="18.192" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_69"/><ellipse cx="452" cy="132.256" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_70"/><ellipse cx="376" cy="72.928" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_71"/><ellipse cx="300" cy="85.216" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_72"/><ellipse cx="224" cy="28.96" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_73"/><ellipse cx="148" cy="145.696" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_74"/><path d=" M 120.0000,18.0000 L 100.0000,38.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_75"/><path d=" M 100.0000,38.0000 L 480.0000,38.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_76"/><path d=" M 480.0000,38.0000 L 500.0000,18.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_77"/><path d=" M 462.0000,180.0000 L 442.0000,200.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_78"/><path d=" M 442.0000,200.0000 L 442.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_79"/><path d=" M 442.0000,20.0000 L 462.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_80"/><text id="ezcGraphTextBox_5" x="19" text-length="46.2px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text id="ezcGraphTextBox_7" x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text id="ezcGraphTextBox_11" x="120" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Samples</text><text id="ezcGraphTextBox_15" x="388.1" text-length="53.9px" y="198" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Numbers</text><text id="ezcGraphTextBox_19" x="335.2" text-length="61.6px" y="53.8" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text id="ezcGraphTextBox_23" x="259.2" text-length="61.6px" y="53.8" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text id="ezcGraphTextBox_27" x="183.2" text-length="61.6px" y="53.8" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text id="ezcGraphTextBox_31" x="107.2" text-length="61.6px" y="53.8" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text id="ezcGraphTextBox_32" x="432.4" text-length="7.7px" y="53.8" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text id="ezcGraphTextBox_36" x="417" text-length="23.1px" y="101.8" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text id="ezcGraphTextBox_40" x="417" text-length="23.1px" y="149.8" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text id="ezcGraphTextBox_44" x="417" text-length="23.1px" y="180.2" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer3dTest_testRenderLineChartWithDifferentAxisSpace.svg b/tests/data/compare/ezcGraphRenderer3dTest_testRenderLineChartWithDifferentAxisSpace.svg
index 9fe4b82..bc88b35 100644
--- a/tests/data/compare/ezcGraphRenderer3dTest_testRenderLineChartWithDifferentAxisSpace.svg
+++ b/tests/data/compare/ezcGraphRenderer3dTest_testRenderLineChartWithDifferentAxisSpace.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 99.0000,1.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 98.0000,2.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><ellipse cx="11" cy="11" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 100.0000,164.0000 L 120.0000,144.0000 L 500.0000,144.0000 L 480.0000,164.0000 L 100.0000,164.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 120.0000,144.0000 L 500.0000,144.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 492.0000,148.0000 L 500.0000,144.0000 L 492.0000,140.0000 L 492.0000,148.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 119.0000,200.0000 L 139.0000,180.0000 L 139.0000,0.0000 L 119.0000,20.0000 L 119.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 139.0000,180.0000 L 139.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 138.0000,2.0000 L 139.0000,0.0000 L 140.0000,2.0000 L 138.0000,2.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 224.5000,144.0000 L 224.5000,36.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 204.5000,161.3000 L 224.5000,141.3000 L 224.5000,144.0000 L 204.5000,164.0000 L 204.5000,161.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 204.5000,161.3000 L 224.5000,141.3000 L 224.5000,144.0000 L 204.5000,164.0000 L 204.5000,161.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 310.0000,144.0000 L 310.0000,36.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 290.0000,161.3000 L 310.0000,141.3000 L 310.0000,144.0000 L 290.0000,164.0000 L 290.0000,161.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 290.0000,161.3000 L 310.0000,141.3000 L 310.0000,144.0000 L 290.0000,164.0000 L 290.0000,161.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 395.5000,144.0000 L 395.5000,36.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 375.5000,161.3000 L 395.5000,141.3000 L 395.5000,144.0000 L 375.5000,164.0000 L 375.5000,161.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 375.5000,161.3000 L 395.5000,141.3000 L 395.5000,144.0000 L 375.5000,164.0000 L 375.5000,161.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 481.0000,144.0000 L 481.0000,36.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 461.0000,161.3000 L 481.0000,141.3000 L 481.0000,144.0000 L 461.0000,164.0000 L 461.0000,161.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 461.0000,161.3000 L 481.0000,141.3000 L 481.0000,144.0000 L 461.0000,164.0000 L 461.0000,161.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 481.0000,107.8200 L 139.0000,107.8200" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 119.0000,128.0000 L 139.0000,108.0000 L 141.8500,108.0000 L 121.8500,128.0000 L 119.0000,128.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 119.0000,128.0000 L 139.0000,108.0000 L 141.8500,108.0000 L 121.8500,128.0000 L 119.0000,128.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 481.0000,72.1800 L 139.0000,72.1800" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 119.0000,92.0000 L 139.0000,72.0000 L 141.8500,72.0000 L 121.8500,92.0000 L 119.0000,92.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 119.0000,92.0000 L 139.0000,72.0000 L 141.8500,72.0000 L 121.8500,92.0000 L 119.0000,92.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 481.0000,36.5400 L 139.0000,36.5400" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 119.0000,56.0000 L 139.0000,36.0000 L 141.8500,36.0000 L 121.8500,56.0000 L 119.0000,56.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 119.0000,56.0000 L 139.0000,36.0000 L 141.8500,36.0000 L 121.8500,56.0000 L 119.0000,56.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 139.0000,110.3040 L 129.0000,120.3040 L 129.0000,120.3040 L 139.0000,110.3040 L 139.0000,110.3040 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 139.0000,110.3040 L 129.0000,120.3040 L 129.0000,120.3040 L 139.0000,110.3040 L 139.0000,110.3040 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 139.0000,110.3040 L 129.0000,120.3040 L 214.5000,150.9760 L 224.5000,140.9760 L 139.0000,110.3040 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 139.0000,110.3040 L 129.0000,120.3040 L 214.5000,150.9760 L 224.5000,140.9760 L 139.0000,110.3040 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 224.5000,140.9760 L 214.5000,150.9760 L 300.0000,107.3440 L 310.0000,97.3440 L 224.5000,140.9760 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 224.5000,140.9760 L 214.5000,150.9760 L 300.0000,107.3440 L 310.0000,97.3440 L 224.5000,140.9760 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 310.0000,97.3440 L 300.0000,107.3440 L 385.5000,136.7200 L 395.5000,126.7200 L 310.0000,97.3440 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 310.0000,97.3440 L 300.0000,107.3440 L 385.5000,136.7200 L 395.5000,126.7200 L 310.0000,97.3440 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 395.5000,126.7200 L 385.5000,136.7200 L 471.0000,153.8560 L 481.0000,143.8560 L 395.5000,126.7200 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 395.5000,126.7200 L 385.5000,136.7200 L 471.0000,153.8560 L 481.0000,143.8560 L 395.5000,126.7200 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 129.0000,75.8080 L 119.0000,85.8080 L 119.0000,85.8080 L 129.0000,75.8080 L 129.0000,75.8080 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 129.0000,75.8080 L 119.0000,85.8080 L 119.0000,85.8080 L 129.0000,75.8080 L 129.0000,75.8080 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 129.0000,75.8080 L 119.0000,85.8080 L 204.5000,130.3040 L 214.5000,120.3040 L 129.0000,75.8080 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 129.0000,75.8080 L 119.0000,85.8080 L 204.5000,130.3040 L 214.5000,120.3040 L 129.0000,75.8080 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 214.5000,120.3040 L 204.5000,130.3040 L 290.0000,121.0880 L 300.0000,111.0880 L 214.5000,120.3040 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 214.5000,120.3040 L 204.5000,130.3040 L 290.0000,121.0880 L 300.0000,111.0880 L 214.5000,120.3040 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 300.0000,111.0880 L 290.0000,121.0880 L 375.5000,163.2800 L 385.5000,153.2800 L 300.0000,111.0880 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 300.0000,111.0880 L 290.0000,121.0880 L 375.5000,163.2800 L 385.5000,153.2800 L 300.0000,111.0880 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 385.5000,153.2800 L 375.5000,163.2800 L 461.0000,75.7280 L 471.0000,65.7280 L 385.5000,153.2800 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 385.5000,153.2800 L 375.5000,163.2800 L 461.0000,75.7280 L 471.0000,65.7280 L 385.5000,153.2800 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="139" cy="110.304" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="224.5" cy="140.976" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="310" cy="97.344" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="395.5" cy="126.72" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="481" cy="143.856" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="129" cy="75.808" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="214.5" cy="120.304" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="300" cy="111.088" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="385.5" cy="153.28" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><ellipse cx="471" cy="65.728" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d=" M 500.0000,144.0000 L 480.0000,164.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 480.0000,164.0000 L 100.0000,164.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 100.0000,164.0000 L 120.0000,144.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 139.0000,0.0000 L 119.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 119.0000,20.0000 L 119.0000,200.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 119.0000,200.0000 L 139.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><text x="19" text-length="46.2px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text x="186.02" text-length="36.96px" y="174.2" style="font-size: 8px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text x="271.52" text-length="36.96px" y="174.2" style="font-size: 8px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text x="357.02" text-length="36.96px" y="174.2" style="font-size: 8px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text x="442.52" text-length="36.96px" y="174.2" style="font-size: 8px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text x="112.48" text-length="4.62px" y="162.2" style="font-size: 8px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text x="103.24" text-length="13.86px" y="126.2" style="font-size: 8px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text x="103.24" text-length="13.86px" y="90.2" style="font-size: 8px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text x="103.24" text-length="13.86px" y="66.2" style="font-size: 8px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 99.0000,1.0000 L 99.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 98.0000,2.0000 L 98.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_3"/><ellipse cx="11" cy="11" rx="7" ry="7" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_4"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_6"/><path d=" M 100.0000,164.0000 L 120.0000,144.0000 L 500.0000,144.0000 L 480.0000,164.0000 L 100.0000,164.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_8"/><path d=" M 120.0000,144.0000 L 500.0000,144.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_9"/><path d=" M 492.0000,148.0000 L 500.0000,144.0000 L 492.0000,140.0000 L 492.0000,148.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_10"/><path d=" M 119.0000,200.0000 L 139.0000,180.0000 L 139.0000,0.0000 L 119.0000,20.0000 L 119.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_11"/><path d=" M 139.0000,180.0000 L 139.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_12"/><path d=" M 138.0000,2.0000 L 139.0000,0.0000 L 140.0000,2.0000 L 138.0000,2.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_13"/><path d=" M 224.5000,144.0000 L 224.5000,36.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_14"/><path d=" M 204.5000,161.3000 L 224.5000,141.3000 L 224.5000,144.0000 L 204.5000,164.0000 L 204.5000,161.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_15"/><path d=" M 204.5000,161.3000 L 224.5000,141.3000 L 224.5000,144.0000 L 204.5000,164.0000 L 204.5000,161.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_16"/><path d=" M 310.0000,144.0000 L 310.0000,36.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_18"/><path d=" M 290.0000,161.3000 L 310.0000,141.3000 L 310.0000,144.0000 L 290.0000,164.0000 L 290.0000,161.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_19"/><path d=" M 290.0000,161.3000 L 310.0000,141.3000 L 310.0000,144.0000 L 290.0000,164.0000 L 290.0000,161.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_20"/><path d=" M 395.5000,144.0000 L 395.5000,36.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_22"/><path d=" M 375.5000,161.3000 L 395.5000,141.3000 L 395.5000,144.0000 L 375.5000,164.0000 L 375.5000,161.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_23"/><path d=" M 375.5000,161.3000 L 395.5000,141.3000 L 395.5000,144.0000 L 375.5000,164.0000 L 375.5000,161.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_24"/><path d=" M 481.0000,144.0000 L 481.0000,36.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_26"/><path d=" M 461.0000,161.3000 L 481.0000,141.3000 L 481.0000,144.0000 L 461.0000,164.0000 L 461.0000,161.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_27"/><path d=" M 461.0000,161.3000 L 481.0000,141.3000 L 481.0000,144.0000 L 461.0000,164.0000 L 461.0000,161.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_28"/><path d=" M 481.0000,107.8200 L 139.0000,107.8200" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_31"/><path d=" M 119.0000,128.0000 L 139.0000,108.0000 L 141.8500,108.0000 L 121.8500,128.0000 L 119.0000,128.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_32"/><path d=" M 119.0000,128.0000 L 139.0000,108.0000 L 141.8500,108.0000 L 121.8500,128.0000 L 119.0000,128.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_33"/><path d=" M 481.0000,72.1800 L 139.0000,72.1800" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_35"/><path d=" M 119.0000,92.0000 L 139.0000,72.0000 L 141.8500,72.0000 L 121.8500,92.0000 L 119.0000,92.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_36"/><path d=" M 119.0000,92.0000 L 139.0000,72.0000 L 141.8500,72.0000 L 121.8500,92.0000 L 119.0000,92.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_37"/><path d=" M 481.0000,36.5400 L 139.0000,36.5400" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_39"/><path d=" M 119.0000,56.0000 L 139.0000,36.0000 L 141.8500,36.0000 L 121.8500,56.0000 L 119.0000,56.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_40"/><path d=" M 119.0000,56.0000 L 139.0000,36.0000 L 141.8500,36.0000 L 121.8500,56.0000 L 119.0000,56.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_41"/><path d=" M 139.0000,110.3040 L 129.0000,120.3040 L 129.0000,120.3040 L 139.0000,110.3040 L 139.0000,110.3040 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_43"/><path d=" M 139.0000,110.3040 L 129.0000,120.3040 L 129.0000,120.3040 L 139.0000,110.3040 L 139.0000,110.3040 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_44"/><path d=" M 139.0000,110.3040 L 129.0000,120.3040 L 214.5000,150.9760 L 224.5000,140.9760 L 139.0000,110.3040 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_45"/><path d=" M 139.0000,110.3040 L 129.0000,120.3040 L 214.5000,150.9760 L 224.5000,140.9760 L 139.0000,110.3040 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_46"/><path d=" M 224.5000,140.9760 L 214.5000,150.9760 L 300.0000,107.3440 L 310.0000,97.3440 L 224.5000,140.9760 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_47"/><path d=" M 224.5000,140.9760 L 214.5000,150.9760 L 300.0000,107.3440 L 310.0000,97.3440 L 224.5000,140.9760 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_48"/><path d=" M 310.0000,97.3440 L 300.0000,107.3440 L 385.5000,136.7200 L 395.5000,126.7200 L 310.0000,97.3440 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_49"/><path d=" M 310.0000,97.3440 L 300.0000,107.3440 L 385.5000,136.7200 L 395.5000,126.7200 L 310.0000,97.3440 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_50"/><path d=" M 395.5000,126.7200 L 385.5000,136.7200 L 471.0000,153.8560 L 481.0000,143.8560 L 395.5000,126.7200 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_51"/><path d=" M 395.5000,126.7200 L 385.5000,136.7200 L 471.0000,153.8560 L 481.0000,143.8560 L 395.5000,126.7200 z " style="fill: none; stroke: #395068; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_52"/><path d=" M 129.0000,75.8080 L 119.0000,85.8080 L 119.0000,85.8080 L 129.0000,75.8080 L 129.0000,75.8080 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_53"/><path d=" M 129.0000,75.8080 L 119.0000,85.8080 L 119.0000,85.8080 L 129.0000,75.8080 L 129.0000,75.8080 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_54"/><path d=" M 129.0000,75.8080 L 119.0000,85.8080 L 204.5000,130.3040 L 214.5000,120.3040 L 129.0000,75.8080 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_55"/><path d=" M 129.0000,75.8080 L 119.0000,85.8080 L 204.5000,130.3040 L 214.5000,120.3040 L 129.0000,75.8080 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_56"/><path d=" M 214.5000,120.3040 L 204.5000,130.3040 L 290.0000,121.0880 L 300.0000,111.0880 L 214.5000,120.3040 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_57"/><path d=" M 214.5000,120.3040 L 204.5000,130.3040 L 290.0000,121.0880 L 300.0000,111.0880 L 214.5000,120.3040 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_58"/><path d=" M 300.0000,111.0880 L 290.0000,121.0880 L 375.5000,163.2800 L 385.5000,153.2800 L 300.0000,111.0880 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_59"/><path d=" M 300.0000,111.0880 L 290.0000,121.0880 L 375.5000,163.2800 L 385.5000,153.2800 L 300.0000,111.0880 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_60"/><path d=" M 385.5000,153.2800 L 375.5000,163.2800 L 461.0000,75.7280 L 471.0000,65.7280 L 385.5000,153.2800 z " style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_61"/><path d=" M 385.5000,153.2800 L 375.5000,163.2800 L 461.0000,75.7280 L 471.0000,65.7280 L 385.5000,153.2800 z " style="fill: none; stroke: #781515; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_62"/><ellipse cx="139" cy="110.304" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_63"/><ellipse cx="224.5" cy="140.976" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_64"/><ellipse cx="310" cy="97.344" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_65"/><ellipse cx="395.5" cy="126.72" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_66"/><ellipse cx="481" cy="143.856" rx="3" ry="3" style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_67"/><ellipse cx="129" cy="75.808" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_68"/><ellipse cx="214.5" cy="120.304" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_69"/><ellipse cx="300" cy="111.088" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_70"/><ellipse cx="385.5" cy="153.28" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_71"/><ellipse cx="471" cy="65.728" rx="3" ry="3" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_72"/><path d=" M 500.0000,144.0000 L 480.0000,164.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_73"/><path d=" M 480.0000,164.0000 L 100.0000,164.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_74"/><path d=" M 100.0000,164.0000 L 120.0000,144.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_75"/><path d=" M 139.0000,0.0000 L 119.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_76"/><path d=" M 119.0000,20.0000 L 119.0000,200.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_77"/><path d=" M 119.0000,200.0000 L 139.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_78"/><text id="ezcGraphTextBox_5" x="19" text-length="46.2px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 1</text><text id="ezcGraphTextBox_7" x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Line 2</text><text id="ezcGraphTextBox_17" x="186.02" text-length="36.96px" y="174.2" style="font-size: 8px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text id="ezcGraphTextBox_21" x="271.52" text-length="36.96px" y="174.2" style="font-size: 8px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text id="ezcGraphTextBox_25" x="357.02" text-length="36.96px" y="174.2" style="font-size: 8px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 4</text><text id="ezcGraphTextBox_29" x="442.52" text-length="36.96px" y="174.2" style="font-size: 8px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 5</text><text id="ezcGraphTextBox_30" x="112.48" text-length="4.62px" y="162.2" style="font-size: 8px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text id="ezcGraphTextBox_34" x="103.24" text-length="13.86px" y="126.2" style="font-size: 8px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text id="ezcGraphTextBox_38" x="103.24" text-length="13.86px" y="90.2" style="font-size: 8px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text><text id="ezcGraphTextBox_42" x="103.24" text-length="13.86px" y="66.2" style="font-size: 8px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">750</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer3dTest_testRenderNegativeBarChartSymbols.svg b/tests/data/compare/ezcGraphRenderer3dTest_testRenderNegativeBarChartSymbols.svg
index f317584..e9b13fa 100644
--- a/tests/data/compare/ezcGraphRenderer3dTest_testRenderNegativeBarChartSymbols.svg
+++ b/tests/data/compare/ezcGraphRenderer3dTest_testRenderNegativeBarChartSymbols.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="700" height="200" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_229_28_245_28_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_229_28_245_28_ffffffbf_0000007f" x1="229.62040178571" y1="28" x2="245.31790178571" y2="28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_229_28_245_28_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_229_28_245_28_8f191900_ef292900"><stop offset="0" style="stop-color: #8f1919; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #ef2929; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_229_28_245_28_8f191900_ef292900" x1="229.62040178571" y1="28" x2="245.31790178571" y2="28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_229_28_245_28_8f191900_ef292900"/><linearGradient id="Definition_LinearGradient_249_28_264_28_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_249_28_264_28_ffffffbf_0000007f" x1="249.08209821429" y1="28" x2="264.77959821429" y2="28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_249_28_264_28_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_316_28_331_28_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_316_28_331_28_ffffffbf_0000007f" x1="316.02040178571" y1="28" x2="331.71790178571" y2="28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_316_28_331_28_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_316_28_331_28_8f191900_ef292900"><stop offset="0" style="stop-color: #8f1919; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #ef2929; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_316_28_331_28_8f191900_ef292900" x1="316.02040178571" y1="28" x2="331.71790178571" y2="28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_316_28_331_28_8f191900_ef292900"/><linearGradient id="Definition_LinearGradient_335_28_351_28_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_335_28_351_28_ffffffbf_0000007f" x1="335.48209821429" y1="28" x2="351.17959821429" y2="28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_335_28_351_28_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_402_28_418_28_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_402_28_418_28_ffffffbf_0000007f" x1="402.42040178571" y1="28" x2="418.11790178571" y2="28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_402_28_418_28_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_402_28_418_28_8f191900_ef292900"><stop offset="0" style="stop-color: #8f1919; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #ef2929; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_402_28_418_28_8f191900_ef292900" x1="402.42040178571" y1="28" x2="418.11790178571" y2="28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_402_28_418_28_8f191900_ef292900"/><linearGradient id="Definition_LinearGradient_421_28_437_28_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_421_28_437_28_ffffffbf_0000007f" x1="421.88209821429" y1="28" x2="437.57959821429" y2="28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_421_28_437_28_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_488_28_504_28_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_488_28_504_28_ffffffbf_0000007f" x1="488.82040178571" y1="28" x2="504.51790178571" y2="28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_488_28_504_28_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_488_28_504_28_8f191900_ef292900"><stop offset="0" style="stop-color: #8f1919; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #ef2929; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_488_28_504_28_8f191900_ef292900" x1="488.82040178571" y1="28" x2="504.51790178571" y2="28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_488_28_504_28_8f191900_ef292900"/><linearGradient id="Definition_LinearGradient_508_28_523_28_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_508_28_523_28_ffffffbf_0000007f" x1="508.28209821429" y1="28" x2="523.97959821429" y2="28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_508_28_523_28_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_575_28_590_28_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_575_28_590_28_ffffffbf_0000007f" x1="575.22040178571" y1="28" x2="590.91790178571" y2="28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_575_28_590_28_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_575_28_590_28_8f191900_ef292900"><stop offset="0" style="stop-color: #8f1919; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #ef2929; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_575_28_590_28_8f191900_ef292900" x1="575.22040178571" y1="28" x2="590.91790178571" y2="28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_575_28_590_28_8f191900_ef292900"/><linearGradient id="Definition_LinearGradient_594_28_610_28_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_594_28_610_28_ffffffbf_0000007f" x1="594.68209821429" y1="28" x2="610.37959821429" y2="28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_594_28_610_28_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 700.0000,0.0000 L 700.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 139.0000,1.0000 L 139.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 138.0000,2.0000 L 138.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><path d=" M 4.0000,18.0000 L 4.0000,4.0000 L 18.0000,4.0000 L 18.0000,18.0000 L 4.0000,18.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="11" cy="47" rx="7" ry="7" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><path d=" M 4.0000,65.0000 L 11.0000,58.0000 L 18.0000,65.0000 L 11.0000,72.0000 L 4.0000,65.0000 z " style="fill: #8ae234; fill-opacity: 1.00; stroke: none;"/><path d=" M 140.0000,38.0000 L 160.0000,18.0000 L 700.0000,18.0000 L 680.0000,38.0000 L 140.0000,38.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 160.0000,18.0000 L 700.0000,18.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 692.0000,22.0000 L 700.0000,18.0000 L 692.0000,14.0000 L 692.0000,22.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 194.0000,200.0000 L 214.0000,180.0000 L 214.0000,0.0000 L 194.0000,20.0000 L 194.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 214.0000,180.0000 L 214.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 211.5000,5.0000 L 214.0000,0.0000 L 216.5000,5.0000 L 211.5000,5.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 300.4000,162.0000 L 300.4000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 280.4000,35.3000 L 300.4000,15.3000 L 300.4000,20.7000 L 280.4000,40.7000 L 280.4000,35.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 280.4000,35.3000 L 300.4000,15.3000 L 300.4000,20.7000 L 280.4000,40.7000 L 280.4000,35.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 386.8000,162.0000 L 386.8000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 366.8000,35.3000 L 386.8000,15.3000 L 386.8000,20.7000 L 366.8000,40.7000 L 366.8000,35.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 366.8000,35.3000 L 386.8000,15.3000 L 386.8000,20.7000 L 366.8000,40.7000 L 366.8000,35.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 473.2000,162.0000 L 473.2000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 453.2000,35.3000 L 473.2000,15.3000 L 473.2000,20.7000 L 453.2000,40.7000 L 453.2000,35.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 453.2000,35.3000 L 473.2000,15.3000 L 473.2000,20.7000 L 453.2000,40.7000 L 453.2000,35.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 559.6000,162.0000 L 559.6000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 539.6000,35.3000 L 559.6000,15.3000 L 559.6000,20.7000 L 539.6000,40.7000 L 539.6000,35.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 539.6000,35.3000 L 559.6000,15.3000 L 559.6000,20.7000 L 539.6000,40.7000 L 539.6000,35.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 646.0000,162.0000 L 646.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 626.0000,35.3000 L 646.0000,15.3000 L 646.0000,20.7000 L 626.0000,40.7000 L 626.0000,35.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 626.0000,35.3000 L 646.0000,15.3000 L 646.0000,20.7000 L 626.0000,40.7000 L 626.0000,35.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 646.0000,162.0000 L 214.0000,162.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 194.0000,182.0000 L 214.0000,162.0000 L 216.8929,162.0000 L 196.8929,182.0000 L 194.0000,182.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 194.0000,182.0000 L 214.0000,162.0000 L 216.8929,162.0000 L 196.8929,182.0000 L 194.0000,182.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 646.0000,133.2000 L 214.0000,133.2000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 194.0000,153.2000 L 214.0000,133.2000 L 216.8929,133.2000 L 196.8929,153.2000 L 194.0000,153.2000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 194.0000,153.2000 L 214.0000,133.2000 L 216.8929,133.2000 L 196.8929,153.2000 L 194.0000,153.2000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 646.0000,104.4000 L 214.0000,104.4000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 194.0000,124.4000 L 214.0000,104.4000 L 216.8929,104.4000 L 196.8929,124.4000 L 194.0000,124.4000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 194.0000,124.4000 L 214.0000,104.4000 L 216.8929,104.4000 L 196.8929,124.4000 L 194.0000,124.4000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 646.0000,75.6000 L 214.0000,75.6000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 194.0000,95.6000 L 214.0000,75.6000 L 216.8929,75.6000 L 196.8929,95.6000 L 194.0000,95.6000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 194.0000,95.6000 L 214.0000,75.6000 L 216.8929,75.6000 L 196.8929,95.6000 L 194.0000,95.6000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 646.0000,46.8000 L 214.0000,46.8000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 194.0000,66.8000 L 214.0000,46.8000 L 216.8929,46.8000 L 196.8929,66.8000 L 194.0000,66.8000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 194.0000,66.8000 L 214.0000,46.8000 L 216.8929,46.8000 L 196.8929,66.8000 L 194.0000,66.8000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 217.5759,36.0000 L 202.4390,36.0000 L 202.4390,160.4160 L 217.5759,160.4160 L 217.5759,36.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 218.4390,20.0000 L 202.4390,36.0000 L 217.5759,36.0000 L 233.5759,20.0000 L 218.4390,20.0000 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;"/><path d=" M 233.5759,144.4160 L 217.5759,160.4160 L 217.5759,36.0000 L 233.5759,20.0000 L 233.5759,144.4160 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;"/><path d="M 229.62,95.39 A 7.85,3.92 0 0,0 245.32,95.39 L 245.32,28.00 A 7.85,3.924375 0 0,1 229.62,28.00 z" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d="M 229.62,95.39 A 7.85,3.92 0 0,0 245.32,95.39 L 245.32,28.00 A 7.85,3.924375 0 0,1 229.62,28.00 z" style="fill: url(#LinearGradient_229_28_245_28_ffffffbf_0000007f); stroke: none;"/><ellipse cx="237.46915178571" cy="28" rx="7.84875" ry="3.924375" style="fill: url(#LinearGradient_229_28_245_28_8f191900_ef292900); stroke: none;"/><path d="M 249.08,63.71 A 7.85,3.92 0 0,0 264.78,63.71 L 264.78,28.00 A 7.85,3.924375 0 0,1 249.08,28.00 z" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><path d="M 249.08,63.71 A 7.85,3.92 0 0,0 264.78,63.71 L 264.78,28.00 A 7.85,3.924375 0 0,1 249.08,28.00 z" style="fill: url(#LinearGradient_249_28_264_28_ffffffbf_0000007f); stroke: none;"/><ellipse cx="256.93084821429" cy="28" rx="7.84875" ry="3.924375" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><path d=" M 271.4199,36.0000 L 268.8241,28.0000 L 268.8241,139.4560 L 271.4199,147.4560 L 271.4199,36.0000 z " style="fill: #8ae234; fill-opacity: 1.00; stroke: none;"/><path d=" M 268.8241,28.0000 L 271.4199,36.0000 L 283.9610,28.0000 L 281.3652,20.0000 L 268.8241,28.0000 z " style="fill: #53881f; fill-opacity: 1.00; stroke: none;"/><path d=" M 271.4199,36.0000 L 283.9610,28.0000 L 283.9610,139.4560 L 271.4199,147.4560 L 271.4199,36.0000 z " style="fill: #6eb52a; fill-opacity: 1.00; stroke: none;"/><path d=" M 303.9759,36.0000 L 288.8390,36.0000 L 288.8390,48.3840 L 303.9759,48.3840 L 303.9759,36.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 304.8390,20.0000 L 288.8390,36.0000 L 303.9759,36.0000 L 319.9759,20.0000 L 304.8390,20.0000 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;"/><path d=" M 319.9759,32.3840 L 303.9759,48.3840 L 303.9759,36.0000 L 319.9759,20.0000 L 319.9759,32.3840 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;"/><path d="M 316.02,34.05 A 7.85,3.92 0 0,0 331.72,34.05 L 331.72,28.00 A 7.85,3.924375 0 0,1 316.02,28.00 z" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d="M 316.02,34.05 A 7.85,3.92 0 0,0 331.72,34.05 L 331.72,28.00 A 7.85,3.924375 0 0,1 316.02,28.00 z" style="fill: url(#LinearGradient_316_28_331_28_ffffffbf_0000007f); stroke: none;"/><ellipse cx="323.86915178571" cy="28" rx="7.84875" ry="3.924375" style="fill: url(#LinearGradient_316_28_331_28_8f191900_ef292900); stroke: none;"/><path d="M 335.48,98.56 A 7.85,3.92 0 0,0 351.18,98.56 L 351.18,28.00 A 7.85,3.924375 0 0,1 335.48,28.00 z" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><path d="M 335.48,98.56 A 7.85,3.92 0 0,0 351.18,98.56 L 351.18,28.00 A 7.85,3.924375 0 0,1 335.48,28.00 z" style="fill: url(#LinearGradient_335_28_351_28_ffffffbf_0000007f); stroke: none;"/><ellipse cx="343.33084821429" cy="28" rx="7.84875" ry="3.924375" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><path d=" M 357.8199,36.0000 L 355.2241,28.0000 L 355.2241,103.1680 L 357.8199,111.1680 L 357.8199,36.0000 z " style="fill: #8ae234; fill-opacity: 1.00; stroke: none;"/><path d=" M 355.2241,28.0000 L 357.8199,36.0000 L 370.3610,28.0000 L 367.7652,20.0000 L 355.2241,28.0000 z " style="fill: #53881f; fill-opacity: 1.00; stroke: none;"/><path d=" M 357.8199,36.0000 L 370.3610,28.0000 L 370.3610,103.1680 L 357.8199,111.1680 L 357.8199,36.0000 z " style="fill: #6eb52a; fill-opacity: 1.00; stroke: none;"/><path d=" M 390.3759,36.0000 L 375.2390,36.0000 L 375.2390,54.7200 L 390.3759,54.7200 L 390.3759,36.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 391.2390,20.0000 L 375.2390,36.0000 L 390.3759,36.0000 L 406.3759,20.0000 L 391.2390,20.0000 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;"/><path d=" M 406.3759,38.7200 L 390.3759,54.7200 L 390.3759,36.0000 L 406.3759,20.0000 L 406.3759,38.7200 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;"/><path d="M 402.42,121.31 A 7.85,3.92 0 0,0 418.12,121.31 L 418.12,28.00 A 7.85,3.924375 0 0,1 402.42,28.00 z" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d="M 402.42,121.31 A 7.85,3.92 0 0,0 418.12,121.31 L 418.12,28.00 A 7.85,3.924375 0 0,1 402.42,28.00 z" style="fill: url(#LinearGradient_402_28_418_28_ffffffbf_0000007f); stroke: none;"/><ellipse cx="410.26915178571" cy="28" rx="7.84875" ry="3.924375" style="fill: url(#LinearGradient_402_28_418_28_8f191900_ef292900); stroke: none;"/><path d="M 421.88,131.97 A 7.85,3.92 0 0,0 437.58,131.97 L 437.58,28.00 A 7.85,3.924375 0 0,1 421.88,28.00 z" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><path d="M 421.88,131.97 A 7.85,3.92 0 0,0 437.58,131.97 L 437.58,28.00 A 7.85,3.924375 0 0,1 421.88,28.00 z" style="fill: url(#LinearGradient_421_28_437_28_ffffffbf_0000007f); stroke: none;"/><ellipse cx="429.73084821429" cy="28" rx="7.84875" ry="3.924375" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><path d=" M 444.2199,36.0000 L 441.6241,28.0000 L 441.6241,34.9120 L 444.2199,42.9120 L 444.2199,36.0000 z " style="fill: #8ae234; fill-opacity: 1.00; stroke: none;"/><path d=" M 441.6241,28.0000 L 444.2199,36.0000 L 456.7610,28.0000 L 454.1652,20.0000 L 441.6241,28.0000 z " style="fill: #53881f; fill-opacity: 1.00; stroke: none;"/><path d=" M 444.2199,36.0000 L 456.7610,28.0000 L 456.7610,34.9120 L 444.2199,42.9120 L 444.2199,36.0000 z " style="fill: #6eb52a; fill-opacity: 1.00; stroke: none;"/><path d=" M 476.7759,36.0000 L 461.6390,36.0000 L 461.6390,63.9360 L 476.7759,63.9360 L 476.7759,36.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 477.6390,20.0000 L 461.6390,36.0000 L 476.7759,36.0000 L 492.7759,20.0000 L 477.6390,20.0000 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;"/><path d=" M 492.7759,47.9360 L 476.7759,63.9360 L 476.7759,36.0000 L 492.7759,20.0000 L 492.7759,47.9360 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;"/><path d="M 488.82,62.56 A 7.85,3.92 0 0,0 504.52,62.56 L 504.52,28.00 A 7.85,3.924375 0 0,1 488.82,28.00 z" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d="M 488.82,62.56 A 7.85,3.92 0 0,0 504.52,62.56 L 504.52,28.00 A 7.85,3.924375 0 0,1 488.82,28.00 z" style="fill: url(#LinearGradient_488_28_504_28_ffffffbf_0000007f); stroke: none;"/><ellipse cx="496.66915178571" cy="28" rx="7.84875" ry="3.924375" style="fill: url(#LinearGradient_488_28_504_28_8f191900_ef292900); stroke: none;"/><path d="M 508.28,146.66 A 7.85,3.92 0 0,0 523.98,146.66 L 523.98,28.00 A 7.85,3.924375 0 0,1 508.28,28.00 z" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><path d="M 508.28,146.66 A 7.85,3.92 0 0,0 523.98,146.66 L 523.98,28.00 A 7.85,3.924375 0 0,1 508.28,28.00 z" style="fill: url(#LinearGradient_508_28_523_28_ffffffbf_0000007f); stroke: none;"/><ellipse cx="516.13084821429" cy="28" rx="7.84875" ry="3.924375" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><path d=" M 530.6199,36.0000 L 528.0241,28.0000 L 528.0241,44.9920 L 530.6199,52.9920 L 530.6199,36.0000 z " style="fill: #8ae234; fill-opacity: 1.00; stroke: none;"/><path d=" M 528.0241,28.0000 L 530.6199,36.0000 L 543.1610,28.0000 L 540.5652,20.0000 L 528.0241,28.0000 z " style="fill: #53881f; fill-opacity: 1.00; stroke: none;"/><path d=" M 530.6199,36.0000 L 543.1610,28.0000 L 543.1610,44.9920 L 530.6199,52.9920 L 530.6199,36.0000 z " style="fill: #6eb52a; fill-opacity: 1.00; stroke: none;"/><path d=" M 563.1759,36.0000 L 548.0390,36.0000 L 548.0390,80.3520 L 563.1759,80.3520 L 563.1759,36.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 564.0390,20.0000 L 548.0390,36.0000 L 563.1759,36.0000 L 579.1759,20.0000 L 564.0390,20.0000 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;"/><path d=" M 579.1759,64.3520 L 563.1759,80.3520 L 563.1759,36.0000 L 579.1759,20.0000 L 579.1759,64.3520 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;"/><path d="M 575.22,28.29 A 7.85,3.92 0 0,0 590.92,28.29 L 590.92,28.00 A 7.85,3.924375 0 0,1 575.22,28.00 z" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d="M 575.22,28.29 A 7.85,3.92 0 0,0 590.92,28.29 L 590.92,28.00 A 7.85,3.924375 0 0,1 575.22,28.00 z" style="fill: url(#LinearGradient_575_28_590_28_ffffffbf_0000007f); stroke: none;"/><ellipse cx="583.06915178571" cy="28" rx="7.84875" ry="3.924375" style="fill: url(#LinearGradient_575_28_590_28_8f191900_ef292900); stroke: none;"/><path d="M 594.68,166.24 A 7.85,3.92 0 0,0 610.38,166.24 L 610.38,28.00 A 7.85,3.924375 0 0,1 594.68,28.00 z" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><path d="M 594.68,166.24 A 7.85,3.92 0 0,0 610.38,166.24 L 610.38,28.00 A 7.85,3.924375 0 0,1 594.68,28.00 z" style="fill: url(#LinearGradient_594_28_610_28_ffffffbf_0000007f); stroke: none;"/><ellipse cx="602.53084821429" cy="28" rx="7.84875" ry="3.924375" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><path d=" M 617.0199,36.0000 L 614.4241,28.0000 L 614.4241,60.2560 L 617.0199,68.2560 L 617.0199,36.0000 z " style="fill: #8ae234; fill-opacity: 1.00; stroke: none;"/><path d=" M 614.4241,28.0000 L 617.0199,36.0000 L 629.5610,28.0000 L 626.9652,20.0000 L 614.4241,28.0000 z " style="fill: #53881f; fill-opacity: 1.00; stroke: none;"/><path d=" M 617.0199,36.0000 L 629.5610,28.0000 L 629.5610,60.2560 L 617.0199,68.2560 L 617.0199,36.0000 z " style="fill: #6eb52a; fill-opacity: 1.00; stroke: none;"/><path d=" M 700.0000,18.0000 L 680.0000,38.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 680.0000,38.0000 L 140.0000,38.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,38.0000 L 160.0000,18.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 214.0000,0.0000 L 194.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 194.0000,20.0000 L 194.0000,200.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 194.0000,200.0000 L 214.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><text x="19" text-length="69.3px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Rectangle</text><text x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Circle</text><text x="19" text-length="46.2px" y="54" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Bullet</text><text x="19" text-length="53.9px" y="72" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Diamond</text><text x="210.47" text-length="53.46px" y="50.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample -1</text><text x="296.87" text-length="53.46px" y="50.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample -2</text><text x="383.27" text-length="53.46px" y="50.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample -3</text><text x="469.67" text-length="53.46px" y="50.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample -4</text><text x="556.07" text-length="53.46px" y="50.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample -5</text><text x="168.31142857143" text-length="23.76px" y="180.2" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">-500</text><text x="168.31142857143" text-length="23.76px" y="151.4" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">-400</text><text x="168.31142857143" text-length="23.76px" y="122.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">-300</text><text x="168.31142857143" text-length="23.76px" y="93.8" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">-200</text><text x="168.31142857143" text-length="23.76px" y="65" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">-100</text><text x="186.13142857143" text-length="5.94px" y="50.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="700" height="200" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_229_28_245_28_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_229_28_245_28_ffffffbf_0000007f" x1="229.62040178571" y1="28" x2="245.31790178571" y2="28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_229_28_245_28_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_229_28_245_28_8f191900_ef292900"><stop offset="0" style="stop-color: #8f1919; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #ef2929; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_229_28_245_28_8f191900_ef292900" x1="229.62040178571" y1="28" x2="245.31790178571" y2="28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_229_28_245_28_8f191900_ef292900"/><linearGradient id="Definition_LinearGradient_249_28_264_28_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_249_28_264_28_ffffffbf_0000007f" x1="249.08209821429" y1="28" x2="264.77959821429" y2="28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_249_28_264_28_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_316_28_331_28_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_316_28_331_28_ffffffbf_0000007f" x1="316.02040178571" y1="28" x2="331.71790178571" y2="28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_316_28_331_28_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_316_28_331_28_8f191900_ef292900"><stop offset="0" style="stop-color: #8f1919; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #ef2929; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_316_28_331_28_8f191900_ef292900" x1="316.02040178571" y1="28" x2="331.71790178571" y2="28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_316_28_331_28_8f191900_ef292900"/><linearGradient id="Definition_LinearGradient_335_28_351_28_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_335_28_351_28_ffffffbf_0000007f" x1="335.48209821429" y1="28" x2="351.17959821429" y2="28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_335_28_351_28_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_402_28_418_28_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_402_28_418_28_ffffffbf_0000007f" x1="402.42040178571" y1="28" x2="418.11790178571" y2="28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_402_28_418_28_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_402_28_418_28_8f191900_ef292900"><stop offset="0" style="stop-color: #8f1919; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #ef2929; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_402_28_418_28_8f191900_ef292900" x1="402.42040178571" y1="28" x2="418.11790178571" y2="28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_402_28_418_28_8f191900_ef292900"/><linearGradient id="Definition_LinearGradient_421_28_437_28_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_421_28_437_28_ffffffbf_0000007f" x1="421.88209821429" y1="28" x2="437.57959821429" y2="28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_421_28_437_28_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_488_28_504_28_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_488_28_504_28_ffffffbf_0000007f" x1="488.82040178571" y1="28" x2="504.51790178571" y2="28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_488_28_504_28_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_488_28_504_28_8f191900_ef292900"><stop offset="0" style="stop-color: #8f1919; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #ef2929; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_488_28_504_28_8f191900_ef292900" x1="488.82040178571" y1="28" x2="504.51790178571" y2="28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_488_28_504_28_8f191900_ef292900"/><linearGradient id="Definition_LinearGradient_508_28_523_28_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_508_28_523_28_ffffffbf_0000007f" x1="508.28209821429" y1="28" x2="523.97959821429" y2="28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_508_28_523_28_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_575_28_590_28_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_575_28_590_28_ffffffbf_0000007f" x1="575.22040178571" y1="28" x2="590.91790178571" y2="28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_575_28_590_28_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_575_28_590_28_8f191900_ef292900"><stop offset="0" style="stop-color: #8f1919; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #ef2929; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_575_28_590_28_8f191900_ef292900" x1="575.22040178571" y1="28" x2="590.91790178571" y2="28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_575_28_590_28_8f191900_ef292900"/><linearGradient id="Definition_LinearGradient_594_28_610_28_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_594_28_610_28_ffffffbf_0000007f" x1="594.68209821429" y1="28" x2="610.37959821429" y2="28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_594_28_610_28_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 700.0000,0.0000 L 700.0000,200.0000 L 0.0000,200.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 1.0000,199.0000 L 1.0000,1.0000 L 139.0000,1.0000 L 139.0000,199.0000 L 1.0000,199.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,198.0000 L 2.0000,2.0000 L 138.0000,2.0000 L 138.0000,198.0000 L 2.0000,198.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_3"/><path d=" M 4.0000,18.0000 L 4.0000,4.0000 L 18.0000,4.0000 L 18.0000,18.0000 L 4.0000,18.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_4"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircle_6"/><ellipse cx="11" cy="47" rx="7" ry="7" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_8"/><path d=" M 4.0000,65.0000 L 11.0000,58.0000 L 18.0000,65.0000 L 11.0000,72.0000 L 4.0000,65.0000 z " style="fill: #8ae234; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_10"/><path d=" M 140.0000,38.0000 L 160.0000,18.0000 L 700.0000,18.0000 L 680.0000,38.0000 L 140.0000,38.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_12"/><path d=" M 160.0000,18.0000 L 700.0000,18.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_13"/><path d=" M 692.0000,22.0000 L 700.0000,18.0000 L 692.0000,14.0000 L 692.0000,22.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_14"/><path d=" M 194.0000,200.0000 L 214.0000,180.0000 L 214.0000,0.0000 L 194.0000,20.0000 L 194.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_15"/><path d=" M 214.0000,180.0000 L 214.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_16"/><path d=" M 211.5000,5.0000 L 214.0000,0.0000 L 216.5000,5.0000 L 211.5000,5.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_17"/><path d=" M 300.4000,162.0000 L 300.4000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_19"/><path d=" M 280.4000,35.3000 L 300.4000,15.3000 L 300.4000,20.7000 L 280.4000,40.7000 L 280.4000,35.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_20"/><path d=" M 280.4000,35.3000 L 300.4000,15.3000 L 300.4000,20.7000 L 280.4000,40.7000 L 280.4000,35.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_21"/><path d=" M 386.8000,162.0000 L 386.8000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_23"/><path d=" M 366.8000,35.3000 L 386.8000,15.3000 L 386.8000,20.7000 L 366.8000,40.7000 L 366.8000,35.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_24"/><path d=" M 366.8000,35.3000 L 386.8000,15.3000 L 386.8000,20.7000 L 366.8000,40.7000 L 366.8000,35.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_25"/><path d=" M 473.2000,162.0000 L 473.2000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_27"/><path d=" M 453.2000,35.3000 L 473.2000,15.3000 L 473.2000,20.7000 L 453.2000,40.7000 L 453.2000,35.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_28"/><path d=" M 453.2000,35.3000 L 473.2000,15.3000 L 473.2000,20.7000 L 453.2000,40.7000 L 453.2000,35.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_29"/><path d=" M 559.6000,162.0000 L 559.6000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_31"/><path d=" M 539.6000,35.3000 L 559.6000,15.3000 L 559.6000,20.7000 L 539.6000,40.7000 L 539.6000,35.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_32"/><path d=" M 539.6000,35.3000 L 559.6000,15.3000 L 559.6000,20.7000 L 539.6000,40.7000 L 539.6000,35.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_33"/><path d=" M 646.0000,162.0000 L 646.0000,18.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_35"/><path d=" M 626.0000,35.3000 L 646.0000,15.3000 L 646.0000,20.7000 L 626.0000,40.7000 L 626.0000,35.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_36"/><path d=" M 626.0000,35.3000 L 646.0000,15.3000 L 646.0000,20.7000 L 626.0000,40.7000 L 626.0000,35.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_37"/><path d=" M 646.0000,162.0000 L 214.0000,162.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_38"/><path d=" M 194.0000,182.0000 L 214.0000,162.0000 L 216.8929,162.0000 L 196.8929,182.0000 L 194.0000,182.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_39"/><path d=" M 194.0000,182.0000 L 214.0000,162.0000 L 216.8929,162.0000 L 196.8929,182.0000 L 194.0000,182.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_40"/><path d=" M 646.0000,133.2000 L 214.0000,133.2000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_42"/><path d=" M 194.0000,153.2000 L 214.0000,133.2000 L 216.8929,133.2000 L 196.8929,153.2000 L 194.0000,153.2000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_43"/><path d=" M 194.0000,153.2000 L 214.0000,133.2000 L 216.8929,133.2000 L 196.8929,153.2000 L 194.0000,153.2000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_44"/><path d=" M 646.0000,104.4000 L 214.0000,104.4000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_46"/><path d=" M 194.0000,124.4000 L 214.0000,104.4000 L 216.8929,104.4000 L 196.8929,124.4000 L 194.0000,124.4000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_47"/><path d=" M 194.0000,124.4000 L 214.0000,104.4000 L 216.8929,104.4000 L 196.8929,124.4000 L 194.0000,124.4000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_48"/><path d=" M 646.0000,75.6000 L 214.0000,75.6000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_50"/><path d=" M 194.0000,95.6000 L 214.0000,75.6000 L 216.8929,75.6000 L 196.8929,95.6000 L 194.0000,95.6000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_51"/><path d=" M 194.0000,95.6000 L 214.0000,75.6000 L 216.8929,75.6000 L 196.8929,95.6000 L 194.0000,95.6000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_52"/><path d=" M 646.0000,46.8000 L 214.0000,46.8000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_54"/><path d=" M 194.0000,66.8000 L 214.0000,46.8000 L 216.8929,46.8000 L 196.8929,66.8000 L 194.0000,66.8000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_55"/><path d=" M 194.0000,66.8000 L 214.0000,46.8000 L 216.8929,46.8000 L 196.8929,66.8000 L 194.0000,66.8000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_56"/><path d=" M 217.5759,36.0000 L 202.4390,36.0000 L 202.4390,160.4160 L 217.5759,160.4160 L 217.5759,36.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_59"/><path d=" M 218.4390,20.0000 L 202.4390,36.0000 L 217.5759,36.0000 L 233.5759,20.0000 L 218.4390,20.0000 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_60"/><path d=" M 233.5759,144.4160 L 217.5759,160.4160 L 217.5759,36.0000 L 233.5759,20.0000 L 233.5759,144.4160 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_61"/><path d="M 229.62,95.39 A 7.85,3.92 0 0,0 245.32,95.39 L 245.32,28.00 A 7.85,3.924375 0 0,1 229.62,28.00 z" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_62"/><path d="M 229.62,95.39 A 7.85,3.92 0 0,0 245.32,95.39 L 245.32,28.00 A 7.85,3.924375 0 0,1 229.62,28.00 z" style="fill: url(#LinearGradient_229_28_245_28_ffffffbf_0000007f); stroke: none;"/><ellipse cx="237.46915178571" cy="28" rx="7.84875" ry="3.924375" style="fill: url(#LinearGradient_229_28_245_28_8f191900_ef292900); stroke: none;" id="ezcGraphCircle_63"/><path d="M 249.08,63.71 A 7.85,3.92 0 0,0 264.78,63.71 L 264.78,28.00 A 7.85,3.924375 0 0,1 249.08,28.00 z" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_64"/><path d="M 249.08,63.71 A 7.85,3.92 0 0,0 264.78,63.71 L 264.78,28.00 A 7.85,3.924375 0 0,1 249.08,28.00 z" style="fill: url(#LinearGradient_249_28_264_28_ffffffbf_0000007f); stroke: none;"/><ellipse cx="256.93084821429" cy="28" rx="7.84875" ry="3.924375" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_65"/><path d=" M 271.4199,36.0000 L 268.8241,28.0000 L 268.8241,139.4560 L 271.4199,147.4560 L 271.4199,36.0000 z " style="fill: #8ae234; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_66"/><path d=" M 268.8241,28.0000 L 271.4199,36.0000 L 283.9610,28.0000 L 281.3652,20.0000 L 268.8241,28.0000 z " style="fill: #53881f; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_67"/><path d=" M 271.4199,36.0000 L 283.9610,28.0000 L 283.9610,139.4560 L 271.4199,147.4560 L 271.4199,36.0000 z " style="fill: #6eb52a; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_68"/><path d=" M 303.9759,36.0000 L 288.8390,36.0000 L 288.8390,48.3840 L 303.9759,48.3840 L 303.9759,36.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_69"/><path d=" M 304.8390,20.0000 L 288.8390,36.0000 L 303.9759,36.0000 L 319.9759,20.0000 L 304.8390,20.0000 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_70"/><path d=" M 319.9759,32.3840 L 303.9759,48.3840 L 303.9759,36.0000 L 319.9759,20.0000 L 319.9759,32.3840 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_71"/><path d="M 316.02,34.05 A 7.85,3.92 0 0,0 331.72,34.05 L 331.72,28.00 A 7.85,3.924375 0 0,1 316.02,28.00 z" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_72"/><path d="M 316.02,34.05 A 7.85,3.92 0 0,0 331.72,34.05 L 331.72,28.00 A 7.85,3.924375 0 0,1 316.02,28.00 z" style="fill: url(#LinearGradient_316_28_331_28_ffffffbf_0000007f); stroke: none;"/><ellipse cx="323.86915178571" cy="28" rx="7.84875" ry="3.924375" style="fill: url(#LinearGradient_316_28_331_28_8f191900_ef292900); stroke: none;" id="ezcGraphCircle_73"/><path d="M 335.48,98.56 A 7.85,3.92 0 0,0 351.18,98.56 L 351.18,28.00 A 7.85,3.924375 0 0,1 335.48,28.00 z" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_74"/><path d="M 335.48,98.56 A 7.85,3.92 0 0,0 351.18,98.56 L 351.18,28.00 A 7.85,3.924375 0 0,1 335.48,28.00 z" style="fill: url(#LinearGradient_335_28_351_28_ffffffbf_0000007f); stroke: none;"/><ellipse cx="343.33084821429" cy="28" rx="7.84875" ry="3.924375" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_75"/><path d=" M 357.8199,36.0000 L 355.2241,28.0000 L 355.2241,103.1680 L 357.8199,111.1680 L 357.8199,36.0000 z " style="fill: #8ae234; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_76"/><path d=" M 355.2241,28.0000 L 357.8199,36.0000 L 370.3610,28.0000 L 367.7652,20.0000 L 355.2241,28.0000 z " style="fill: #53881f; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_77"/><path d=" M 357.8199,36.0000 L 370.3610,28.0000 L 370.3610,103.1680 L 357.8199,111.1680 L 357.8199,36.0000 z " style="fill: #6eb52a; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_78"/><path d=" M 390.3759,36.0000 L 375.2390,36.0000 L 375.2390,54.7200 L 390.3759,54.7200 L 390.3759,36.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_79"/><path d=" M 391.2390,20.0000 L 375.2390,36.0000 L 390.3759,36.0000 L 406.3759,20.0000 L 391.2390,20.0000 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_80"/><path d=" M 406.3759,38.7200 L 390.3759,54.7200 L 390.3759,36.0000 L 406.3759,20.0000 L 406.3759,38.7200 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_81"/><path d="M 402.42,121.31 A 7.85,3.92 0 0,0 418.12,121.31 L 418.12,28.00 A 7.85,3.924375 0 0,1 402.42,28.00 z" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_82"/><path d="M 402.42,121.31 A 7.85,3.92 0 0,0 418.12,121.31 L 418.12,28.00 A 7.85,3.924375 0 0,1 402.42,28.00 z" style="fill: url(#LinearGradient_402_28_418_28_ffffffbf_0000007f); stroke: none;"/><ellipse cx="410.26915178571" cy="28" rx="7.84875" ry="3.924375" style="fill: url(#LinearGradient_402_28_418_28_8f191900_ef292900); stroke: none;" id="ezcGraphCircle_83"/><path d="M 421.88,131.97 A 7.85,3.92 0 0,0 437.58,131.97 L 437.58,28.00 A 7.85,3.924375 0 0,1 421.88,28.00 z" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_84"/><path d="M 421.88,131.97 A 7.85,3.92 0 0,0 437.58,131.97 L 437.58,28.00 A 7.85,3.924375 0 0,1 421.88,28.00 z" style="fill: url(#LinearGradient_421_28_437_28_ffffffbf_0000007f); stroke: none;"/><ellipse cx="429.73084821429" cy="28" rx="7.84875" ry="3.924375" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_85"/><path d=" M 444.2199,36.0000 L 441.6241,28.0000 L 441.6241,34.9120 L 444.2199,42.9120 L 444.2199,36.0000 z " style="fill: #8ae234; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_86"/><path d=" M 441.6241,28.0000 L 444.2199,36.0000 L 456.7610,28.0000 L 454.1652,20.0000 L 441.6241,28.0000 z " style="fill: #53881f; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_87"/><path d=" M 444.2199,36.0000 L 456.7610,28.0000 L 456.7610,34.9120 L 444.2199,42.9120 L 444.2199,36.0000 z " style="fill: #6eb52a; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_88"/><path d=" M 476.7759,36.0000 L 461.6390,36.0000 L 461.6390,63.9360 L 476.7759,63.9360 L 476.7759,36.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_89"/><path d=" M 477.6390,20.0000 L 461.6390,36.0000 L 476.7759,36.0000 L 492.7759,20.0000 L 477.6390,20.0000 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_90"/><path d=" M 492.7759,47.9360 L 476.7759,63.9360 L 476.7759,36.0000 L 492.7759,20.0000 L 492.7759,47.9360 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_91"/><path d="M 488.82,62.56 A 7.85,3.92 0 0,0 504.52,62.56 L 504.52,28.00 A 7.85,3.924375 0 0,1 488.82,28.00 z" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_92"/><path d="M 488.82,62.56 A 7.85,3.92 0 0,0 504.52,62.56 L 504.52,28.00 A 7.85,3.924375 0 0,1 488.82,28.00 z" style="fill: url(#LinearGradient_488_28_504_28_ffffffbf_0000007f); stroke: none;"/><ellipse cx="496.66915178571" cy="28" rx="7.84875" ry="3.924375" style="fill: url(#LinearGradient_488_28_504_28_8f191900_ef292900); stroke: none;" id="ezcGraphCircle_93"/><path d="M 508.28,146.66 A 7.85,3.92 0 0,0 523.98,146.66 L 523.98,28.00 A 7.85,3.924375 0 0,1 508.28,28.00 z" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_94"/><path d="M 508.28,146.66 A 7.85,3.92 0 0,0 523.98,146.66 L 523.98,28.00 A 7.85,3.924375 0 0,1 508.28,28.00 z" style="fill: url(#LinearGradient_508_28_523_28_ffffffbf_0000007f); stroke: none;"/><ellipse cx="516.13084821429" cy="28" rx="7.84875" ry="3.924375" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_95"/><path d=" M 530.6199,36.0000 L 528.0241,28.0000 L 528.0241,44.9920 L 530.6199,52.9920 L 530.6199,36.0000 z " style="fill: #8ae234; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_96"/><path d=" M 528.0241,28.0000 L 530.6199,36.0000 L 543.1610,28.0000 L 540.5652,20.0000 L 528.0241,28.0000 z " style="fill: #53881f; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_97"/><path d=" M 530.6199,36.0000 L 543.1610,28.0000 L 543.1610,44.9920 L 530.6199,52.9920 L 530.6199,36.0000 z " style="fill: #6eb52a; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_98"/><path d=" M 563.1759,36.0000 L 548.0390,36.0000 L 548.0390,80.3520 L 563.1759,80.3520 L 563.1759,36.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_99"/><path d=" M 564.0390,20.0000 L 548.0390,36.0000 L 563.1759,36.0000 L 579.1759,20.0000 L 564.0390,20.0000 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_100"/><path d=" M 579.1759,64.3520 L 563.1759,80.3520 L 563.1759,36.0000 L 579.1759,20.0000 L 579.1759,64.3520 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_101"/><path d="M 575.22,28.29 A 7.85,3.92 0 0,0 590.92,28.29 L 590.92,28.00 A 7.85,3.924375 0 0,1 575.22,28.00 z" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_102"/><path d="M 575.22,28.29 A 7.85,3.92 0 0,0 590.92,28.29 L 590.92,28.00 A 7.85,3.924375 0 0,1 575.22,28.00 z" style="fill: url(#LinearGradient_575_28_590_28_ffffffbf_0000007f); stroke: none;"/><ellipse cx="583.06915178571" cy="28" rx="7.84875" ry="3.924375" style="fill: url(#LinearGradient_575_28_590_28_8f191900_ef292900); stroke: none;" id="ezcGraphCircle_103"/><path d="M 594.68,166.24 A 7.85,3.92 0 0,0 610.38,166.24 L 610.38,28.00 A 7.85,3.924375 0 0,1 594.68,28.00 z" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_104"/><path d="M 594.68,166.24 A 7.85,3.92 0 0,0 610.38,166.24 L 610.38,28.00 A 7.85,3.924375 0 0,1 594.68,28.00 z" style="fill: url(#LinearGradient_594_28_610_28_ffffffbf_0000007f); stroke: none;"/><ellipse cx="602.53084821429" cy="28" rx="7.84875" ry="3.924375" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_105"/><path d=" M 617.0199,36.0000 L 614.4241,28.0000 L 614.4241,60.2560 L 617.0199,68.2560 L 617.0199,36.0000 z " style="fill: #8ae234; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_106"/><path d=" M 614.4241,28.0000 L 617.0199,36.0000 L 629.5610,28.0000 L 626.9652,20.0000 L 614.4241,28.0000 z " style="fill: #53881f; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_107"/><path d=" M 617.0199,36.0000 L 629.5610,28.0000 L 629.5610,60.2560 L 617.0199,68.2560 L 617.0199,36.0000 z " style="fill: #6eb52a; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_108"/><path d=" M 700.0000,18.0000 L 680.0000,38.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_109"/><path d=" M 680.0000,38.0000 L 140.0000,38.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_110"/><path d=" M 140.0000,38.0000 L 160.0000,18.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_111"/><path d=" M 214.0000,0.0000 L 194.0000,20.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_112"/><path d=" M 194.0000,20.0000 L 194.0000,200.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_113"/><path d=" M 194.0000,200.0000 L 214.0000,180.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_114"/><text id="ezcGraphTextBox_5" x="19" text-length="69.3px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Rectangle</text><text id="ezcGraphTextBox_7" x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Circle</text><text id="ezcGraphTextBox_9" x="19" text-length="46.2px" y="54" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Bullet</text><text id="ezcGraphTextBox_11" x="19" text-length="53.9px" y="72" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Diamond</text><text id="ezcGraphTextBox_18" x="210.47" text-length="53.46px" y="50.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample -1</text><text id="ezcGraphTextBox_22" x="296.87" text-length="53.46px" y="50.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample -2</text><text id="ezcGraphTextBox_26" x="383.27" text-length="53.46px" y="50.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample -3</text><text id="ezcGraphTextBox_30" x="469.67" text-length="53.46px" y="50.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample -4</text><text id="ezcGraphTextBox_34" x="556.07" text-length="53.46px" y="50.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample -5</text><text id="ezcGraphTextBox_41" x="168.31142857143" text-length="23.76px" y="180.2" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">-500</text><text id="ezcGraphTextBox_45" x="168.31142857143" text-length="23.76px" y="151.4" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">-400</text><text id="ezcGraphTextBox_49" x="168.31142857143" text-length="23.76px" y="122.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">-300</text><text id="ezcGraphTextBox_53" x="168.31142857143" text-length="23.76px" y="93.8" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">-200</text><text id="ezcGraphTextBox_57" x="168.31142857143" text-length="23.76px" y="65" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">-100</text><text id="ezcGraphTextBox_58" x="186.13142857143" text-length="5.94px" y="50.6" style="font-size: 10px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer3dTest_testRenderPieChartWithBackgroundBottomCenter.svg b/tests/data/compare/ezcGraphRenderer3dTest_testRenderPieChartWithBackgroundBottomCenter.svg
index 350dae2..438dfab 100644
--- a/tests/data/compare/ezcGraphRenderer3dTest_testRenderPieChartWithBackgroundBottomCenter.svg
+++ b/tests/data/compare/ezcGraphRenderer3dTest_testRenderPieChartWithBackgroundBottomCenter.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_210_95_390_95_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_210_95_390_95_ffffffbf_0000007f" x1="210" y1="95" x2="390" y2="95" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_210_95_390_95_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #ffffff; fill-opacity: 0.13; stroke: none;"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144.5" y="184" width="211px" height="16px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANMAAAAQCAYAAACMe0rDAAAABGdBTUEAANbY1E9YMgAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAASdSURBVHja7FrdbdswELaDLKA+5TXpBlFHsEdwBmgAeYECyggK0AzQjCA/pO/yAg3sEZwFUkgjqDz3o3u+HElJURrb8QEHmXcSRd4P70ce1nU9OEL/MBwOWwvW6GJ4lNz+wulRBG8HbQ4q43xHge05nBxFcIQj9AcxHaIKrohHp2sX3IWoINZD+yw9670wWHTdrzJf3QZwf5f3pA79WZx81KygpRxfrX+CkaZIAznwUGAE42rE3xdn8rz/h8GFwWgfD8P3to+mcnp4+Fl/vb6u6eqrmWbkTF0F+941gFy3XY9rPyF+T02JRk2L1zYizDwJItLYYPUR67G2euyq/8fHX4Pfz8/rq69mquxLgBODC1I4rhPGy8WYUo+MzbUOoWL+TKQjpcFEpJ8F46WMl4DGn8+EcGKsi9ZbWj5b4xay5wq+RzFnSfOGaD4ov1/oeHe+vnqUnWFdFjPHfTH2OjWGsfREnhiZh5VfrvCsjAuRLkaIfCUwh34WjvsHGFv+wsHn+s6xjqb8LZuAXhKmY2sPJTAHzerf2oeVb6zYEeFWtnZ5eTk4OztbX31p3lo4TLj0IxV5eoxxJpSxAj9ijpMrdRoXRgphbOwOz0S4byJ4aWA++XzuS6VYmFf3aFM3uk+mc5LmSvOIZhzmH96db6OhOXQRC3nHcm2gR5B92sSvmXwG4iDjxhqxg8/Kd8WejZhTpkyXNQ7RLfsR/FjwM6Gvkh3GGn/lsYmU18hiT5vnpf4V2W/khHESrJkCxatWb9Sgc37EBMOVKhWszSdpfP6B590umhy3rpmko/TiTNKB4EQWHQp9oWjHWoqmRbRr3ZznkW8T2Wr20YbPaV3spS1frZn4ARvCU/bwsE0+KWhzM67gfDHqrSeM5zhZZg6n6ApFm9x5F2qmvy/oXr/4PgQj7SM5f2lTsx5YPVU01X9ozGBKzgT5ko3fm3tuWn1nctQTThqcZcQc6J6lZ0s414vXKNgUxsqzc9c+tD0E9vP2IH0j8KcJOvAEzrHmCdK0K0OrmnSjfF2rPYYXNhHSb2hs5EHO8xnBZgzHGrVyJiHcyuahrJ5Y09k9c5sW0gLgPEvcO9OaG6LGaQNVg2crGJjNkRO+XsWAtvaIJgqnb+ZEURq5mgCdohQ5Uh3s9sUOGjUDbqjhEDo0mLHYvUSgJZInaiYpiy6QimslrrwmSjq8L/Z8Z5TpmxxLG7dypMZaxFJBpxxOwKgCkYmUdEXOglRjgvFSRCaaZ8Y8+x5XGTFovlvW3dE6cpVHmDeDlx8rF8optakjLM1jXOoeuYGKOcuQQ6vRzxWNPI6ECESyXLCu0oIpeN1d490+JpfUcXiMWeEua0Ntn1eQkaYbTVcabcJq8Smbz8o+xvsKIe8m80+5TdiOpzggKs94S//s4KLUeeWxCabKHsM60o05pRpYYIQT5nbXvzO8so4Z25QrdO+m/e2IRJ++PfXyh9cdq4VGcJDhoenfmc598C/gQbngcEhZmzTVWtSBDloQ+/wnxI78HSzUSd0L/Tfu5vXt2bv2D4ieIEKoz7C/uS/saw2E/7X/HYtMT1pz6NAi0x8BBgBSPAOA3cvEgAAAAABJRU5ErkJggg=="/><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><path d=" M 2.0000,16.0000 L 2.0000,2.0000 L 16.0000,2.0000 L 16.0000,16.0000 L 2.0000,16.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,34.0000 L 2.0000,20.0000 L 16.0000,20.0000 L 16.0000,34.0000 L 2.0000,34.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,52.0000 L 2.0000,38.0000 L 16.0000,38.0000 L 16.0000,52.0000 L 2.0000,52.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,70.0000 L 2.0000,56.0000 L 16.0000,56.0000 L 16.0000,70.0000 L 2.0000,70.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,88.0000 L 2.0000,74.0000 L 16.0000,74.0000 L 16.0000,88.0000 L 2.0000,88.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 343.09,61.98 A 90.00,49.00 0 0,0 252.20,63.48 L 252.20,53.48 A 90.00,49.000000 0 0,1 343.09,51.98 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 343.09,61.98 A 90.00,49.00 0 0,0 252.20,63.48 L 252.20,53.48 A 90.00,49.000000 0 0,1 343.09,51.98 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 358.15,67.60 A 90.00,49.00 0 0,0 343.09,61.98 L 343.09,51.98 A 90.00,49.000000 0 0,1 358.15,57.60 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 358.15,67.60 A 90.00,49.00 0 0,0 343.09,61.98 L 343.09,51.98 A 90.00,49.000000 0 0,1 358.15,57.60 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 252.20,63.48 A 90.00,49.00 0 0,0 231.59,73.16 L 231.59,63.16 A 90.00,49.000000 0 0,1 252.20,53.48 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 252.20,63.48 A 90.00,49.00 0 0,0 231.59,73.16 L 231.59,63.16 A 90.00,49.000000 0 0,1 252.20,53.48 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 390.00,105.00 A 90.00,49.00 0 0,0 358.15,67.60 L 358.15,57.60 A 90.00,49.000000 0 0,1 390.00,95.00 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 390.00,105.00 A 90.00,49.00 0 0,0 358.15,67.60 L 358.15,57.60 A 90.00,49.000000 0 0,1 390.00,95.00 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 358.1502,57.6012 L 300.0000,95.0000 L 300.0000,105.0000 L 358.1502,67.6012 L 358.1502,57.6012 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 358.1502,57.6012 L 300.0000,95.0000 L 300.0000,105.0000 L 358.1502,67.6012 L 358.1502,57.6012 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 358.1502,57.6012 L 300.0000,95.0000 L 300.0000,105.0000 L 358.1502,67.6012 L 358.1502,57.6012 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d=" M 358.1502,57.6012 L 300.0000,95.0000 L 300.0000,105.0000 L 358.1502,67.6012 L 358.1502,57.6012 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 210.00,105.00 A 90.00,49.00 0 0,0 390.00,105.00 L 390.00,95.00 A 90.00,49.000000 0 0,1 210.00,95.00 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 210.00,105.00 A 90.00,49.00 0 0,0 390.00,105.00 L 390.00,95.00 A 90.00,49.000000 0 0,1 210.00,95.00 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 231.59,73.16 A 90.00,49.00 0 0,0 210.00,105.00 L 210.00,95.00 A 90.00,49.000000 0 0,1 231.59,63.16 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 231.59,73.16 A 90.00,49.00 0 0,0 210.00,105.00 L 210.00,95.00 A 90.00,49.000000 0 0,1 231.59,63.16 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 300.00,95.00 L 390.00,95.00 A 90.00,49.00 0 1,1 231.59,63.16 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 390.00,95.00 A 90.00,49.00 0 1,1 231.59,63.16 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 231.59,63.16 A 90.00,49.00 0 0,1 252.20,53.48 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 231.59,63.16 A 90.00,49.00 0 0,1 252.20,53.48 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 252.20,53.48 A 90.00,49.00 0 0,1 343.09,51.98 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 252.20,53.48 A 90.00,49.00 0 0,1 343.09,51.98 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 343.09,51.98 A 90.00,49.00 0 0,1 358.15,57.60 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 343.09,51.98 A 90.00,49.00 0 0,1 358.15,57.60 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 358.15,57.60 A 90.00,49.00 0 0,1 390.00,95.00 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 358.15,57.60 A 90.00,49.00 0 0,1 390.00,95.00 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 298.1792,59.0166 L 221.6668,30.9500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="298.17919395494" cy="59.0165804915" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="221.66676075275" cy="30.95" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 260.8118,67.7394 L 201.9397,60.9500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="260.81181529129" cy="67.739350254903" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="201.9397072566" cy="60.95" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 279.2200,128.7720 L 194.0474,103.0775" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="279.21997746908" cy="128.77200969592" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="194.04736624906" cy="103.0775" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 333.9216,65.3056 L 385.6225,39.5000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="333.92163212695" cy="65.305619478026" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="385.62254705798" cy="39.5" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 354.4335,79.8567 L 401.2352,69.5000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="354.43348875685" cy="79.856740488492" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="401.2352350761" cy="69.5" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><text x="17" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text x="17" text-length="15.4px" y="34" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text x="17" text-length="38.5px" y="52" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text x="17" text-length="30.8px" y="70" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text x="17" text-length="46.2px" y="88" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text x="132.06676075275" text-length="83.6px" y="34.95" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text><text x="134.3397072566" text-length="61.6px" y="64.95" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text x="152.84736624906" text-length="35.2px" y="103.0275" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla:</text><text x="135.24736624906" text-length="52.8px" y="111.8275" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">4375 (61.3%)</text><text x="391.62254705798" text-length="70.4px" y="43.5" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text x="407.2352350761" text-length="83.6px" y="73.5" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_210_95_390_95_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_210_95_390_95_ffffffbf_0000007f" x1="210" y1="95" x2="390" y2="95" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_210_95_390_95_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #ffffff; fill-opacity: 0.13; stroke: none;" id="ezcGraphPolygon_1"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144.5" y="184" width="211px" height="16px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANMAAAAQCAYAAACMe0rDAAAABGdBTUEAANbY1E9YMgAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAASdSURBVHja7FrdbdswELaDLKA+5TXpBlFHsEdwBmgAeYECyggK0AzQjCA/pO/yAg3sEZwFUkgjqDz3o3u+HElJURrb8QEHmXcSRd4P70ce1nU9OEL/MBwOWwvW6GJ4lNz+wulRBG8HbQ4q43xHge05nBxFcIQj9AcxHaIKrohHp2sX3IWoINZD+yw9670wWHTdrzJf3QZwf5f3pA79WZx81KygpRxfrX+CkaZIAznwUGAE42rE3xdn8rz/h8GFwWgfD8P3to+mcnp4+Fl/vb6u6eqrmWbkTF0F+941gFy3XY9rPyF+T02JRk2L1zYizDwJItLYYPUR67G2euyq/8fHX4Pfz8/rq69mquxLgBODC1I4rhPGy8WYUo+MzbUOoWL+TKQjpcFEpJ8F46WMl4DGn8+EcGKsi9ZbWj5b4xay5wq+RzFnSfOGaD4ov1/oeHe+vnqUnWFdFjPHfTH2OjWGsfREnhiZh5VfrvCsjAuRLkaIfCUwh34WjvsHGFv+wsHn+s6xjqb8LZuAXhKmY2sPJTAHzerf2oeVb6zYEeFWtnZ5eTk4OztbX31p3lo4TLj0IxV5eoxxJpSxAj9ijpMrdRoXRgphbOwOz0S4byJ4aWA++XzuS6VYmFf3aFM3uk+mc5LmSvOIZhzmH96db6OhOXQRC3nHcm2gR5B92sSvmXwG4iDjxhqxg8/Kd8WejZhTpkyXNQ7RLfsR/FjwM6Gvkh3GGn/lsYmU18hiT5vnpf4V2W/khHESrJkCxatWb9Sgc37EBMOVKhWszSdpfP6B590umhy3rpmko/TiTNKB4EQWHQp9oWjHWoqmRbRr3ZznkW8T2Wr20YbPaV3spS1frZn4ARvCU/bwsE0+KWhzM67gfDHqrSeM5zhZZg6n6ApFm9x5F2qmvy/oXr/4PgQj7SM5f2lTsx5YPVU01X9ozGBKzgT5ko3fm3tuWn1nctQTThqcZcQc6J6lZ0s414vXKNgUxsqzc9c+tD0E9vP2IH0j8KcJOvAEzrHmCdK0K0OrmnSjfF2rPYYXNhHSb2hs5EHO8xnBZgzHGrVyJiHcyuahrJ5Y09k9c5sW0gLgPEvcO9OaG6LGaQNVg2crGJjNkRO+XsWAtvaIJgqnb+ZEURq5mgCdohQ5Uh3s9sUOGjUDbqjhEDo0mLHYvUSgJZInaiYpiy6QimslrrwmSjq8L/Z8Z5TpmxxLG7dypMZaxFJBpxxOwKgCkYmUdEXOglRjgvFSRCaaZ8Y8+x5XGTFovlvW3dE6cpVHmDeDlx8rF8optakjLM1jXOoeuYGKOcuQQ6vRzxWNPI6ECESyXLCu0oIpeN1d490+JpfUcXiMWeEua0Ntn1eQkaYbTVcabcJq8Smbz8o+xvsKIe8m80+5TdiOpzggKs94S//s4KLUeeWxCabKHsM60o05pRpYYIQT5nbXvzO8so4Z25QrdO+m/e2IRJ++PfXyh9cdq4VGcJDhoenfmc598C/gQbngcEhZmzTVWtSBDloQ+/wnxI78HSzUSd0L/Tfu5vXt2bv2D4ieIEKoz7C/uS/saw2E/7X/HYtMT1pz6NAi0x8BBgBSPAOA3cvEgAAAAABJRU5ErkJggg==" id="ezcGraphImage_2"/><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_3"/><path d=" M 2.0000,16.0000 L 2.0000,2.0000 L 16.0000,2.0000 L 16.0000,16.0000 L 2.0000,16.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_4"/><path d=" M 2.0000,34.0000 L 2.0000,20.0000 L 16.0000,20.0000 L 16.0000,34.0000 L 2.0000,34.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_6"/><path d=" M 2.0000,52.0000 L 2.0000,38.0000 L 16.0000,38.0000 L 16.0000,52.0000 L 2.0000,52.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_8"/><path d=" M 2.0000,70.0000 L 2.0000,56.0000 L 16.0000,56.0000 L 16.0000,70.0000 L 2.0000,70.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_10"/><path d=" M 2.0000,88.0000 L 2.0000,74.0000 L 16.0000,74.0000 L 16.0000,88.0000 L 2.0000,88.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_12"/><path d="M 343.09,61.98 A 90.00,49.00 0 0,0 252.20,63.48 L 252.20,53.48 A 90.00,49.000000 0 0,1 343.09,51.98 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_14"/><path d="M 343.09,61.98 A 90.00,49.00 0 0,0 252.20,63.48 L 252.20,53.48 A 90.00,49.000000 0 0,1 343.09,51.98 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 358.15,67.60 A 90.00,49.00 0 0,0 343.09,61.98 L 343.09,51.98 A 90.00,49.000000 0 0,1 358.15,57.60 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_15"/><path d="M 358.15,67.60 A 90.00,49.00 0 0,0 343.09,61.98 L 343.09,51.98 A 90.00,49.000000 0 0,1 358.15,57.60 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 252.20,63.48 A 90.00,49.00 0 0,0 231.59,73.16 L 231.59,63.16 A 90.00,49.000000 0 0,1 252.20,53.48 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_16"/><path d="M 252.20,63.48 A 90.00,49.00 0 0,0 231.59,73.16 L 231.59,63.16 A 90.00,49.000000 0 0,1 252.20,53.48 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 390.00,105.00 A 90.00,49.00 0 0,0 358.15,67.60 L 358.15,57.60 A 90.00,49.000000 0 0,1 390.00,95.00 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_17"/><path d="M 390.00,105.00 A 90.00,49.00 0 0,0 358.15,67.60 L 358.15,57.60 A 90.00,49.000000 0 0,1 390.00,95.00 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_18"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_19"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_20"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_21"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_22"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_23"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_24"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_25"/><path d=" M 358.1502,57.6012 L 300.0000,95.0000 L 300.0000,105.0000 L 358.1502,67.6012 L 358.1502,57.6012 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_26"/><path d=" M 358.1502,57.6012 L 300.0000,95.0000 L 300.0000,105.0000 L 358.1502,67.6012 L 358.1502,57.6012 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_27"/><path d=" M 358.1502,57.6012 L 300.0000,95.0000 L 300.0000,105.0000 L 358.1502,67.6012 L 358.1502,57.6012 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_28"/><path d=" M 358.1502,57.6012 L 300.0000,95.0000 L 300.0000,105.0000 L 358.1502,67.6012 L 358.1502,57.6012 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_29"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_30"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_31"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_32"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_33"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_34"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_35"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_36"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_37"/><path d="M 210.00,105.00 A 90.00,49.00 0 0,0 390.00,105.00 L 390.00,95.00 A 90.00,49.000000 0 0,1 210.00,95.00 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_38"/><path d="M 210.00,105.00 A 90.00,49.00 0 0,0 390.00,105.00 L 390.00,95.00 A 90.00,49.000000 0 0,1 210.00,95.00 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 231.59,73.16 A 90.00,49.00 0 0,0 210.00,105.00 L 210.00,95.00 A 90.00,49.000000 0 0,1 231.59,63.16 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_39"/><path d="M 231.59,73.16 A 90.00,49.00 0 0,0 210.00,105.00 L 210.00,95.00 A 90.00,49.000000 0 0,1 231.59,63.16 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 300.00,95.00 L 390.00,95.00 A 90.00,49.00 0 1,1 231.59,63.16 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_40"/><path d="M 300.00,95.00 L 390.00,95.00 A 90.00,49.00 0 1,1 231.59,63.16 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_41"/><path d="M 300.00,95.00 L 231.59,63.16 A 90.00,49.00 0 0,1 252.20,53.48 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_42"/><path d="M 300.00,95.00 L 231.59,63.16 A 90.00,49.00 0 0,1 252.20,53.48 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_43"/><path d="M 300.00,95.00 L 252.20,53.48 A 90.00,49.00 0 0,1 343.09,51.98 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_44"/><path d="M 300.00,95.00 L 252.20,53.48 A 90.00,49.00 0 0,1 343.09,51.98 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_45"/><path d="M 300.00,95.00 L 343.09,51.98 A 90.00,49.00 0 0,1 358.15,57.60 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_46"/><path d="M 300.00,95.00 L 343.09,51.98 A 90.00,49.00 0 0,1 358.15,57.60 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_47"/><path d="M 300.00,95.00 L 358.15,57.60 A 90.00,49.00 0 0,1 390.00,95.00 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_48"/><path d="M 300.00,95.00 L 358.15,57.60 A 90.00,49.00 0 0,1 390.00,95.00 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_49"/><path d=" M 298.1792,59.0166 L 221.6668,30.9500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_50"/><ellipse cx="298.17919395494" cy="59.0165804915" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_51"/><ellipse cx="221.66676075275" cy="30.95" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_52"/><path d=" M 260.8118,67.7394 L 201.9397,60.9500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_54"/><ellipse cx="260.81181529129" cy="67.739350254903" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_55"/><ellipse cx="201.9397072566" cy="60.95" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_56"/><path d=" M 279.2200,128.7720 L 194.0474,103.0775" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_58"/><ellipse cx="279.21997746908" cy="128.77200969592" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_59"/><ellipse cx="194.04736624906" cy="103.0775" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_60"/><path d=" M 333.9216,65.3056 L 385.6225,39.5000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_62"/><ellipse cx="333.92163212695" cy="65.305619478026" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_63"/><ellipse cx="385.62254705798" cy="39.5" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_64"/><path d=" M 354.4335,79.8567 L 401.2352,69.5000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_66"/><ellipse cx="354.43348875685" cy="79.856740488492" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_67"/><ellipse cx="401.2352350761" cy="69.5" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_68"/><text id="ezcGraphTextBox_5" x="17" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text id="ezcGraphTextBox_7" x="17" text-length="15.4px" y="34" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text id="ezcGraphTextBox_9" x="17" text-length="38.5px" y="52" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text id="ezcGraphTextBox_11" x="17" text-length="30.8px" y="70" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text id="ezcGraphTextBox_13" x="17" text-length="46.2px" y="88" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text id="ezcGraphTextBox_53" x="132.06676075275" text-length="83.6px" y="34.95" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text><text id="ezcGraphTextBox_57" x="134.3397072566" text-length="61.6px" y="64.95" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text id="ezcGraphTextBox_61" x="152.84736624906" text-length="35.2px" y="103.0275" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla:</text><text id="ezcGraphTextBox_61" x="135.24736624906" text-length="52.8px" y="111.8275" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">4375 (61.3%)</text><text id="ezcGraphTextBox_65" x="391.62254705798" text-length="70.4px" y="43.5" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text id="ezcGraphTextBox_69" x="407.2352350761" text-length="83.6px" y="73.5" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer3dTest_testRenderPieChartWithHorizontalTextureBackground.svg b/tests/data/compare/ezcGraphRenderer3dTest_testRenderPieChartWithHorizontalTextureBackground.svg
index 56b4d24..26cb0a6 100644
--- a/tests/data/compare/ezcGraphRenderer3dTest_testRenderPieChartWithHorizontalTextureBackground.svg
+++ b/tests/data/compare/ezcGraphRenderer3dTest_testRenderPieChartWithHorizontalTextureBackground.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_210_95_390_95_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_210_95_390_95_ffffffbf_0000007f" x1="210" y1="95" x2="390" y2="95" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_210_95_390_95_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #ffffff; fill-opacity: 0.13; stroke: none;"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg=="/><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><path d=" M 2.0000,16.0000 L 2.0000,2.0000 L 16.0000,2.0000 L 16.0000,16.0000 L 2.0000,16.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,34.0000 L 2.0000,20.0000 L 16.0000,20.0000 L 16.0000,34.0000 L 2.0000,34.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,52.0000 L 2.0000,38.0000 L 16.0000,38.0000 L 16.0000,52.0000 L 2.0000,52.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,70.0000 L 2.0000,56.0000 L 16.0000,56.0000 L 16.0000,70.0000 L 2.0000,70.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,88.0000 L 2.0000,74.0000 L 16.0000,74.0000 L 16.0000,88.0000 L 2.0000,88.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 343.09,61.98 A 90.00,49.00 0 0,0 252.20,63.48 L 252.20,53.48 A 90.00,49.000000 0 0,1 343.09,51.98 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 343.09,61.98 A 90.00,49.00 0 0,0 252.20,63.48 L 252.20,53.48 A 90.00,49.000000 0 0,1 343.09,51.98 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 358.15,67.60 A 90.00,49.00 0 0,0 343.09,61.98 L 343.09,51.98 A 90.00,49.000000 0 0,1 358.15,57.60 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 358.15,67.60 A 90.00,49.00 0 0,0 343.09,61.98 L 343.09,51.98 A 90.00,49.000000 0 0,1 358.15,57.60 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 252.20,63.48 A 90.00,49.00 0 0,0 231.59,73.16 L 231.59,63.16 A 90.00,49.000000 0 0,1 252.20,53.48 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 252.20,63.48 A 90.00,49.00 0 0,0 231.59,73.16 L 231.59,63.16 A 90.00,49.000000 0 0,1 252.20,53.48 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 390.00,105.00 A 90.00,49.00 0 0,0 358.15,67.60 L 358.15,57.60 A 90.00,49.000000 0 0,1 390.00,95.00 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 390.00,105.00 A 90.00,49.00 0 0,0 358.15,67.60 L 358.15,57.60 A 90.00,49.000000 0 0,1 390.00,95.00 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 358.1502,57.6012 L 300.0000,95.0000 L 300.0000,105.0000 L 358.1502,67.6012 L 358.1502,57.6012 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 358.1502,57.6012 L 300.0000,95.0000 L 300.0000,105.0000 L 358.1502,67.6012 L 358.1502,57.6012 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 358.1502,57.6012 L 300.0000,95.0000 L 300.0000,105.0000 L 358.1502,67.6012 L 358.1502,57.6012 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d=" M 358.1502,57.6012 L 300.0000,95.0000 L 300.0000,105.0000 L 358.1502,67.6012 L 358.1502,57.6012 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 210.00,105.00 A 90.00,49.00 0 0,0 390.00,105.00 L 390.00,95.00 A 90.00,49.000000 0 0,1 210.00,95.00 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 210.00,105.00 A 90.00,49.00 0 0,0 390.00,105.00 L 390.00,95.00 A 90.00,49.000000 0 0,1 210.00,95.00 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 231.59,73.16 A 90.00,49.00 0 0,0 210.00,105.00 L 210.00,95.00 A 90.00,49.000000 0 0,1 231.59,63.16 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 231.59,73.16 A 90.00,49.00 0 0,0 210.00,105.00 L 210.00,95.00 A 90.00,49.000000 0 0,1 231.59,63.16 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 300.00,95.00 L 390.00,95.00 A 90.00,49.00 0 1,1 231.59,63.16 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 390.00,95.00 A 90.00,49.00 0 1,1 231.59,63.16 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 231.59,63.16 A 90.00,49.00 0 0,1 252.20,53.48 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 231.59,63.16 A 90.00,49.00 0 0,1 252.20,53.48 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 252.20,53.48 A 90.00,49.00 0 0,1 343.09,51.98 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 252.20,53.48 A 90.00,49.00 0 0,1 343.09,51.98 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 343.09,51.98 A 90.00,49.00 0 0,1 358.15,57.60 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 343.09,51.98 A 90.00,49.00 0 0,1 358.15,57.60 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 358.15,57.60 A 90.00,49.00 0 0,1 390.00,95.00 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 358.15,57.60 A 90.00,49.00 0 0,1 390.00,95.00 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 298.1792,59.0166 L 221.6668,30.9500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="298.17919395494" cy="59.0165804915" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="221.66676075275" cy="30.95" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 260.8118,67.7394 L 201.9397,60.9500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="260.81181529129" cy="67.739350254903" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="201.9397072566" cy="60.95" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 279.2200,128.7720 L 194.0474,103.0775" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="279.21997746908" cy="128.77200969592" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="194.04736624906" cy="103.0775" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 333.9216,65.3056 L 385.6225,39.5000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="333.92163212695" cy="65.305619478026" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="385.62254705798" cy="39.5" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 354.4335,79.8567 L 401.2352,69.5000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="354.43348875685" cy="79.856740488492" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="401.2352350761" cy="69.5" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><text x="17" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text x="17" text-length="15.4px" y="34" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text x="17" text-length="38.5px" y="52" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text x="17" text-length="30.8px" y="70" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text x="17" text-length="46.2px" y="88" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text x="132.06676075275" text-length="83.6px" y="34.95" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text><text x="134.3397072566" text-length="61.6px" y="64.95" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text x="152.84736624906" text-length="35.2px" y="103.0275" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla:</text><text x="135.24736624906" text-length="52.8px" y="111.8275" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">4375 (61.3%)</text><text x="391.62254705798" text-length="70.4px" y="43.5" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text x="407.2352350761" text-length="83.6px" y="73.5" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_210_95_390_95_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_210_95_390_95_ffffffbf_0000007f" x1="210" y1="95" x2="390" y2="95" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_210_95_390_95_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #ffffff; fill-opacity: 0.13; stroke: none;" id="ezcGraphPolygon_1"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_2"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="12" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_3"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="24" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_4"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="36" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_5"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="48" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_6"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="60" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_7"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="72" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_8"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="84" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_9"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="96" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_10"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="108" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_11"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="120" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_12"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="132" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_13"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="144" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_14"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="156" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_15"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="168" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_16"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="180" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_17"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="192" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_18"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="204" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_19"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="216" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_20"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="228" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_21"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="240" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_22"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="252" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_23"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="264" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_24"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="276" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_25"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="288" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_26"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="300" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_27"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="312" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_28"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="324" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_29"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="336" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_30"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="348" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_31"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="360" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_32"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="372" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_33"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="384" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_34"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="396" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_35"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="408" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_36"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="420" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_37"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="432" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_38"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="444" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_39"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="456" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_40"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="468" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_41"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="480" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_42"/><image xmlns:xlink="http://www.w3.org/1999/xlink" x="492" y="190" width="12px" height="10px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggJDBsI6zzrFQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTtZExCsQgFAXHTcAypQg2dh5zz6eVJ/hgIx5AwcrtUoQ0FjvVY7rhqbXWYoMPm5wpJay1GGMAaK1RawV49UcI4TvG4Loueu+klMg5U0rhzZ9zTkQE5xwAIsKc895Pv9+gtcZ7j7UWAO89InLvp1cxxrUTrf7+ww8NF1o/6o3YSAAAAABJRU5ErkJggg==" id="ezcGraphImage_43"/><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_44"/><path d=" M 2.0000,16.0000 L 2.0000,2.0000 L 16.0000,2.0000 L 16.0000,16.0000 L 2.0000,16.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_45"/><path d=" M 2.0000,34.0000 L 2.0000,20.0000 L 16.0000,20.0000 L 16.0000,34.0000 L 2.0000,34.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_47"/><path d=" M 2.0000,52.0000 L 2.0000,38.0000 L 16.0000,38.0000 L 16.0000,52.0000 L 2.0000,52.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_49"/><path d=" M 2.0000,70.0000 L 2.0000,56.0000 L 16.0000,56.0000 L 16.0000,70.0000 L 2.0000,70.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_51"/><path d=" M 2.0000,88.0000 L 2.0000,74.0000 L 16.0000,74.0000 L 16.0000,88.0000 L 2.0000,88.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_53"/><path d="M 343.09,61.98 A 90.00,49.00 0 0,0 252.20,63.48 L 252.20,53.48 A 90.00,49.000000 0 0,1 343.09,51.98 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_55"/><path d="M 343.09,61.98 A 90.00,49.00 0 0,0 252.20,63.48 L 252.20,53.48 A 90.00,49.000000 0 0,1 343.09,51.98 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 358.15,67.60 A 90.00,49.00 0 0,0 343.09,61.98 L 343.09,51.98 A 90.00,49.000000 0 0,1 358.15,57.60 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_56"/><path d="M 358.15,67.60 A 90.00,49.00 0 0,0 343.09,61.98 L 343.09,51.98 A 90.00,49.000000 0 0,1 358.15,57.60 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 252.20,63.48 A 90.00,49.00 0 0,0 231.59,73.16 L 231.59,63.16 A 90.00,49.000000 0 0,1 252.20,53.48 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_57"/><path d="M 252.20,63.48 A 90.00,49.00 0 0,0 231.59,73.16 L 231.59,63.16 A 90.00,49.000000 0 0,1 252.20,53.48 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 390.00,105.00 A 90.00,49.00 0 0,0 358.15,67.60 L 358.15,57.60 A 90.00,49.000000 0 0,1 390.00,95.00 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_58"/><path d="M 390.00,105.00 A 90.00,49.00 0 0,0 358.15,67.60 L 358.15,57.60 A 90.00,49.000000 0 0,1 390.00,95.00 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_59"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_60"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_61"/><path d=" M 343.0898,51.9811 L 300.0000,95.0000 L 300.0000,105.0000 L 343.0898,61.9811 L 343.0898,51.9811 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_62"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_63"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_64"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_65"/><path d=" M 252.1962,53.4835 L 300.0000,95.0000 L 300.0000,105.0000 L 252.1962,63.4835 L 252.1962,53.4835 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_66"/><path d=" M 358.1502,57.6012 L 300.0000,95.0000 L 300.0000,105.0000 L 358.1502,67.6012 L 358.1502,57.6012 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_67"/><path d=" M 358.1502,57.6012 L 300.0000,95.0000 L 300.0000,105.0000 L 358.1502,67.6012 L 358.1502,57.6012 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_68"/><path d=" M 358.1502,57.6012 L 300.0000,95.0000 L 300.0000,105.0000 L 358.1502,67.6012 L 358.1502,57.6012 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_69"/><path d=" M 358.1502,57.6012 L 300.0000,95.0000 L 300.0000,105.0000 L 358.1502,67.6012 L 358.1502,57.6012 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_70"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_71"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_72"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_73"/><path d=" M 231.5905,63.1598 L 300.0000,95.0000 L 300.0000,105.0000 L 231.5905,73.1598 L 231.5905,63.1598 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_74"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_75"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_76"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_77"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_78"/><path d="M 210.00,105.00 A 90.00,49.00 0 0,0 390.00,105.00 L 390.00,95.00 A 90.00,49.000000 0 0,1 210.00,95.00 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_79"/><path d="M 210.00,105.00 A 90.00,49.00 0 0,0 390.00,105.00 L 390.00,95.00 A 90.00,49.000000 0 0,1 210.00,95.00 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 231.59,73.16 A 90.00,49.00 0 0,0 210.00,105.00 L 210.00,95.00 A 90.00,49.000000 0 0,1 231.59,63.16 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_80"/><path d="M 231.59,73.16 A 90.00,49.00 0 0,0 210.00,105.00 L 210.00,95.00 A 90.00,49.000000 0 0,1 231.59,63.16 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 300.00,95.00 L 390.00,95.00 A 90.00,49.00 0 1,1 231.59,63.16 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_81"/><path d="M 300.00,95.00 L 390.00,95.00 A 90.00,49.00 0 1,1 231.59,63.16 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_82"/><path d="M 300.00,95.00 L 231.59,63.16 A 90.00,49.00 0 0,1 252.20,53.48 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_83"/><path d="M 300.00,95.00 L 231.59,63.16 A 90.00,49.00 0 0,1 252.20,53.48 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_84"/><path d="M 300.00,95.00 L 252.20,53.48 A 90.00,49.00 0 0,1 343.09,51.98 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_85"/><path d="M 300.00,95.00 L 252.20,53.48 A 90.00,49.00 0 0,1 343.09,51.98 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_86"/><path d="M 300.00,95.00 L 343.09,51.98 A 90.00,49.00 0 0,1 358.15,57.60 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_87"/><path d="M 300.00,95.00 L 343.09,51.98 A 90.00,49.00 0 0,1 358.15,57.60 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_88"/><path d="M 300.00,95.00 L 358.15,57.60 A 90.00,49.00 0 0,1 390.00,95.00 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_89"/><path d="M 300.00,95.00 L 358.15,57.60 A 90.00,49.00 0 0,1 390.00,95.00 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_90"/><path d=" M 298.1792,59.0166 L 221.6668,30.9500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_91"/><ellipse cx="298.17919395494" cy="59.0165804915" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_92"/><ellipse cx="221.66676075275" cy="30.95" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_93"/><path d=" M 260.8118,67.7394 L 201.9397,60.9500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_95"/><ellipse cx="260.81181529129" cy="67.739350254903" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_96"/><ellipse cx="201.9397072566" cy="60.95" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_97"/><path d=" M 279.2200,128.7720 L 194.0474,103.0775" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_99"/><ellipse cx="279.21997746908" cy="128.77200969592" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_100"/><ellipse cx="194.04736624906" cy="103.0775" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_101"/><path d=" M 333.9216,65.3056 L 385.6225,39.5000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_103"/><ellipse cx="333.92163212695" cy="65.305619478026" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_104"/><ellipse cx="385.62254705798" cy="39.5" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_105"/><path d=" M 354.4335,79.8567 L 401.2352,69.5000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_107"/><ellipse cx="354.43348875685" cy="79.856740488492" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_108"/><ellipse cx="401.2352350761" cy="69.5" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_109"/><text id="ezcGraphTextBox_46" x="17" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text id="ezcGraphTextBox_48" x="17" text-length="15.4px" y="34" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text id="ezcGraphTextBox_50" x="17" text-length="38.5px" y="52" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text id="ezcGraphTextBox_52" x="17" text-length="30.8px" y="70" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text id="ezcGraphTextBox_54" x="17" text-length="46.2px" y="88" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text id="ezcGraphTextBox_94" x="132.06676075275" text-length="83.6px" y="34.95" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text><text id="ezcGraphTextBox_98" x="134.3397072566" text-length="61.6px" y="64.95" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text id="ezcGraphTextBox_102" x="152.84736624906" text-length="35.2px" y="103.0275" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla:</text><text id="ezcGraphTextBox_102" x="135.24736624906" text-length="52.8px" y="111.8275" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">4375 (61.3%)</text><text id="ezcGraphTextBox_106" x="391.62254705798" text-length="70.4px" y="43.5" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text id="ezcGraphTextBox_110" x="407.2352350761" text-length="83.6px" y="73.5" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer3dTest_testRenderPieChartWithLotsOfLabels.svg b/tests/data/compare/ezcGraphRenderer3dTest_testRenderPieChartWithLotsOfLabels.svg
index 9cb0cb1..8dc3e90 100644
--- a/tests/data/compare/ezcGraphRenderer3dTest_testRenderPieChartWithLotsOfLabels.svg
+++ b/tests/data/compare/ezcGraphRenderer3dTest_testRenderPieChartWithLotsOfLabels.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_210_95_390_95_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_210_95_390_95_ffffffbf_0000007f" x1="210" y1="95" x2="390" y2="95" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_210_95_390_95_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_212_100_392_100_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_212_100_392_100_ffffffbf_0000007f" x1="212.78115294937" y1="100.13570518799" x2="392.78115294937" y2="100.13570518799" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_212_100_392_100_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><path d=" M 2.0000,14.5000 L 2.0000,2.0000 L 14.5000,2.0000 L 14.5000,14.5000 L 2.0000,14.5000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,31.0000 L 2.0000,18.5000 L 14.5000,18.5000 L 14.5000,31.0000 L 2.0000,31.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,47.5000 L 2.0000,35.0000 L 14.5000,35.0000 L 14.5000,47.5000 L 2.0000,47.5000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,64.0000 L 2.0000,51.5000 L 14.5000,51.5000 L 14.5000,64.0000 L 2.0000,64.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,80.5000 L 2.0000,68.0000 L 14.5000,68.0000 L 14.5000,80.5000 L 2.0000,80.5000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,97.0000 L 2.0000,84.5000 L 14.5000,84.5000 L 14.5000,97.0000 L 2.0000,97.0000 z " style="fill: #204a87; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,113.5000 L 2.0000,101.0000 L 14.5000,101.0000 L 14.5000,113.5000 L 2.0000,113.5000 z " style="fill: #c17d11; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,130.0000 L 2.0000,117.5000 L 14.5000,117.5000 L 14.5000,130.0000 L 2.0000,130.0000 z " style="fill: #3465a4; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,146.5000 L 2.0000,134.0000 L 14.5000,134.0000 L 14.5000,146.5000 L 2.0000,146.5000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,163.0000 L 2.0000,150.5000 L 14.5000,150.5000 L 14.5000,163.0000 L 2.0000,163.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,179.5000 L 2.0000,167.0000 L 14.5000,167.0000 L 14.5000,179.5000 L 2.0000,179.5000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,196.0000 L 2.0000,183.5000 L 14.5000,183.5000 L 14.5000,196.0000 L 2.0000,196.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 305.65,56.10 A 90.00,49.00 0 0,0 283.14,56.87 L 283.14,46.87 A 90.00,49.000000 0 0,1 305.65,46.10 z" style="fill: #204a87; fill-opacity: 1.00; stroke: none;"/><path d="M 305.65,56.10 A 90.00,49.00 0 0,0 283.14,56.87 L 283.14,46.87 A 90.00,49.000000 0 0,1 305.65,46.10 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 327.81,58.40 A 90.00,49.00 0 0,0 305.65,56.10 L 305.65,46.10 A 90.00,49.000000 0 0,1 327.81,48.40 z" style="fill: #c17d11; fill-opacity: 1.00; stroke: none;"/><path d="M 327.81,58.40 A 90.00,49.00 0 0,0 305.65,56.10 L 305.65,46.10 A 90.00,49.000000 0 0,1 327.81,48.40 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 283.14,56.87 A 90.00,49.00 0 0,0 261.68,60.66 L 261.68,50.66 A 90.00,49.000000 0 0,1 283.14,46.87 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 283.14,56.87 A 90.00,49.00 0 0,0 261.68,60.66 L 261.68,50.66 A 90.00,49.000000 0 0,1 283.14,46.87 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 348.22,63.63 A 90.00,49.00 0 0,0 327.81,58.40 L 327.81,48.40 A 90.00,49.000000 0 0,1 348.22,53.63 z" style="fill: #3465a4; fill-opacity: 1.00; stroke: none;"/><path d="M 348.22,63.63 A 90.00,49.00 0 0,0 327.81,58.40 L 327.81,48.40 A 90.00,49.000000 0 0,1 348.22,53.63 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 261.68,60.66 A 90.00,49.00 0 0,0 227.19,76.20 L 227.19,66.20 A 90.00,49.000000 0 0,1 261.68,50.66 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 261.68,60.66 A 90.00,49.00 0 0,0 227.19,76.20 L 227.19,66.20 A 90.00,49.000000 0 0,1 261.68,50.66 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 365.61,71.46 A 90.00,49.00 0 0,0 348.22,63.63 L 348.22,53.63 A 90.00,49.000000 0 0,1 365.61,61.46 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 365.61,71.46 A 90.00,49.00 0 0,0 348.22,63.63 L 348.22,53.63 A 90.00,49.000000 0 0,1 365.61,61.46 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 378.87,81.39 A 90.00,49.00 0 0,0 365.61,71.46 L 365.61,61.46 A 90.00,49.000000 0 0,1 378.87,71.39 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 378.87,81.39 A 90.00,49.00 0 0,0 365.61,71.46 L 365.61,61.46 A 90.00,49.000000 0 0,1 378.87,71.39 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d=" M 283.1357,46.8679 L 300.0000,95.0000 L 300.0000,105.0000 L 283.1357,56.8679 L 283.1357,46.8679 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d=" M 283.1357,46.8679 L 300.0000,95.0000 L 300.0000,105.0000 L 283.1357,56.8679 L 283.1357,46.8679 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 283.1357,46.8679 L 300.0000,95.0000 L 300.0000,105.0000 L 283.1357,56.8679 L 283.1357,46.8679 z " style="fill: #204a87; fill-opacity: 1.00; stroke: none;"/><path d=" M 283.1357,46.8679 L 300.0000,95.0000 L 300.0000,105.0000 L 283.1357,56.8679 L 283.1357,46.8679 z " style="fill: none; stroke: #102544; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 305.6511,46.0967 L 300.0000,95.0000 L 300.0000,105.0000 L 305.6511,56.0967 L 305.6511,46.0967 z " style="fill: #204a87; fill-opacity: 1.00; stroke: none;"/><path d=" M 305.6511,46.0967 L 300.0000,95.0000 L 300.0000,105.0000 L 305.6511,56.0967 L 305.6511,46.0967 z " style="fill: none; stroke: #102544; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 305.6511,46.0967 L 300.0000,95.0000 L 300.0000,105.0000 L 305.6511,56.0967 L 305.6511,46.0967 z " style="fill: #c17d11; fill-opacity: 1.00; stroke: none;"/><path d=" M 305.6511,46.0967 L 300.0000,95.0000 L 300.0000,105.0000 L 305.6511,56.0967 L 305.6511,46.0967 z " style="fill: none; stroke: #613f09; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 227.19,76.20 A 90.00,49.00 0 0,0 210.71,98.86 L 210.71,88.86 A 90.00,49.000000 0 0,1 227.19,66.20 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 227.19,76.20 A 90.00,49.00 0 0,0 210.71,98.86 L 210.71,88.86 A 90.00,49.000000 0 0,1 227.19,66.20 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d=" M 327.8115,48.3982 L 300.0000,95.0000 L 300.0000,105.0000 L 327.8115,58.3982 L 327.8115,48.3982 z " style="fill: #c17d11; fill-opacity: 1.00; stroke: none;"/><path d=" M 327.8115,48.3982 L 300.0000,95.0000 L 300.0000,105.0000 L 327.8115,58.3982 L 327.8115,48.3982 z " style="fill: none; stroke: #613f09; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 327.8115,48.3982 L 300.0000,95.0000 L 300.0000,105.0000 L 327.8115,58.3982 L 327.8115,48.3982 z " style="fill: #3465a4; fill-opacity: 1.00; stroke: none;"/><path d=" M 327.8115,48.3982 L 300.0000,95.0000 L 300.0000,105.0000 L 327.8115,58.3982 L 327.8115,48.3982 z " style="fill: none; stroke: #1a3352; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 387.17,92.81 A 90.00,49.00 0 0,0 378.87,81.39 L 378.87,71.39 A 90.00,49.000000 0 0,1 387.17,82.81 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 387.17,92.81 A 90.00,49.00 0 0,0 378.87,81.39 L 378.87,71.39 A 90.00,49.000000 0 0,1 387.17,82.81 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d=" M 261.6799,50.6635 L 300.0000,95.0000 L 300.0000,105.0000 L 261.6799,60.6635 L 261.6799,50.6635 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 261.6799,50.6635 L 300.0000,95.0000 L 300.0000,105.0000 L 261.6799,60.6635 L 261.6799,50.6635 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 261.6799,50.6635 L 300.0000,95.0000 L 300.0000,105.0000 L 261.6799,60.6635 L 261.6799,50.6635 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d=" M 261.6799,50.6635 L 300.0000,95.0000 L 300.0000,105.0000 L 261.6799,60.6635 L 261.6799,50.6635 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 348.2244,53.6279 L 300.0000,95.0000 L 300.0000,105.0000 L 348.2244,63.6279 L 348.2244,53.6279 z " style="fill: #3465a4; fill-opacity: 1.00; stroke: none;"/><path d=" M 348.2244,53.6279 L 300.0000,95.0000 L 300.0000,105.0000 L 348.2244,63.6279 L 348.2244,53.6279 z " style="fill: none; stroke: #1a3352; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 348.2244,53.6279 L 300.0000,95.0000 L 300.0000,105.0000 L 348.2244,63.6279 L 348.2244,53.6279 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 348.2244,53.6279 L 300.0000,95.0000 L 300.0000,105.0000 L 348.2244,63.6279 L 348.2244,53.6279 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 365.6072,61.4572 L 300.0000,95.0000 L 300.0000,105.0000 L 365.6072,71.4572 L 365.6072,61.4572 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 365.6072,61.4572 L 300.0000,95.0000 L 300.0000,105.0000 L 365.6072,71.4572 L 365.6072,61.4572 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 365.6072,61.4572 L 300.0000,95.0000 L 300.0000,105.0000 L 365.6072,71.4572 L 365.6072,61.4572 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 365.6072,61.4572 L 300.0000,95.0000 L 300.0000,105.0000 L 365.6072,71.4572 L 365.6072,61.4572 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 227.1885,66.1985 L 300.0000,95.0000 L 300.0000,105.0000 L 227.1885,76.1985 L 227.1885,66.1985 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 227.1885,66.1985 L 300.0000,95.0000 L 300.0000,105.0000 L 227.1885,76.1985 L 227.1885,66.1985 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 227.1885,66.1985 L 300.0000,95.0000 L 300.0000,105.0000 L 227.1885,76.1985 L 227.1885,66.1985 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 227.1885,66.1985 L 300.0000,95.0000 L 300.0000,105.0000 L 227.1885,76.1985 L 227.1885,66.1985 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 378.8676,71.3941 L 300.0000,95.0000 L 300.0000,105.0000 L 378.8676,81.3941 L 378.8676,71.3941 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 378.8676,71.3941 L 300.0000,95.0000 L 300.0000,105.0000 L 378.8676,81.3941 L 378.8676,71.3941 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 378.8676,71.3941 L 300.0000,95.0000 L 300.0000,105.0000 L 378.8676,81.3941 L 378.8676,71.3941 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 378.8676,71.3941 L 300.0000,95.0000 L 300.0000,105.0000 L 378.8676,81.3941 L 378.8676,71.3941 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 390.00,105.00 A 90.00,49.00 0 0,0 387.17,92.81 L 387.17,82.81 A 90.00,49.000000 0 0,1 390.00,95.00 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 390.00,105.00 A 90.00,49.00 0 0,0 387.17,92.81 L 387.17,82.81 A 90.00,49.000000 0 0,1 390.00,95.00 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d=" M 387.1725,82.8142 L 300.0000,95.0000 L 300.0000,105.0000 L 387.1725,92.8142 L 387.1725,82.8142 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 387.1725,82.8142 L 300.0000,95.0000 L 300.0000,105.0000 L 387.1725,92.8142 L 387.1725,82.8142 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 387.1725,82.8142 L 300.0000,95.0000 L 300.0000,105.0000 L 387.1725,92.8142 L 387.1725,82.8142 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 387.1725,82.8142 L 300.0000,95.0000 L 300.0000,105.0000 L 387.1725,92.8142 L 387.1725,82.8142 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 210.7097,88.8587 L 300.0000,95.0000 L 300.0000,105.0000 L 210.7097,98.8587 L 210.7097,88.8587 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 210.7097,88.8587 L 300.0000,95.0000 L 300.0000,105.0000 L 210.7097,98.8587 L 210.7097,88.8587 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 210.7097,88.8587 L 300.0000,95.0000 L 300.0000,105.0000 L 210.7097,98.8587 L 210.7097,88.8587 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 210.7097,88.8587 L 300.0000,95.0000 L 300.0000,105.0000 L 210.7097,98.8587 L 210.7097,88.8587 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 392.7812,100.1357 L 302.7812,100.1357 L 302.7812,110.1357 L 392.7812,110.1357 L 392.7812,100.1357 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 392.7812,100.1357 L 302.7812,100.1357 L 302.7812,110.1357 L 392.7812,110.1357 L 392.7812,100.1357 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 210.00,105.00 A 90.00,49.00 0 0,0 227.19,133.80 L 227.19,123.80 A 90.00,49.000000 0 0,1 210.00,95.00 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 210.00,105.00 A 90.00,49.00 0 0,0 227.19,133.80 L 227.19,123.80 A 90.00,49.000000 0 0,1 210.00,95.00 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 210.71,98.86 A 90.00,49.00 0 0,0 210.00,105.00 L 210.00,95.00 A 90.00,49.000000 0 0,1 210.71,88.86 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 210.71,98.86 A 90.00,49.00 0 0,0 210.00,105.00 L 210.00,95.00 A 90.00,49.000000 0 0,1 210.71,88.86 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d=" M 227.1885,123.8015 L 300.0000,95.0000 L 300.0000,105.0000 L 227.1885,133.8015 L 227.1885,123.8015 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 227.1885,123.8015 L 300.0000,95.0000 L 300.0000,105.0000 L 227.1885,133.8015 L 227.1885,123.8015 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 229.9696,128.9372 L 302.7812,100.1357 L 302.7812,110.1357 L 229.9696,138.9372 L 229.9696,128.9372 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 229.9696,128.9372 L 302.7812,100.1357 L 302.7812,110.1357 L 229.9696,138.9372 L 229.9696,128.9372 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 229.97,138.94 A 90.00,49.00 0 0,0 392.78,110.14 L 392.78,100.14 A 90.00,49.000000 0 0,1 229.97,128.94 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 229.97,138.94 A 90.00,49.00 0 0,0 392.78,110.14 L 392.78,100.14 A 90.00,49.000000 0 0,1 229.97,128.94 z" style="fill: url(#LinearGradient_212_100_392_100_ffffffbf_0000007f); stroke: none;"/><path d="M 302.78,100.14 L 392.78,100.14 A 90.00,49.00 0 0,1 229.97,128.94 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 302.78,100.14 L 392.78,100.14 A 90.00,49.00 0 0,1 229.97,128.94 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 227.19,123.80 A 90.00,49.00 0 0,1 210.71,88.86 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 227.19,123.80 A 90.00,49.00 0 0,1 210.71,88.86 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 210.71,88.86 A 90.00,49.00 0 0,1 227.19,66.20 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 210.71,88.86 A 90.00,49.00 0 0,1 227.19,66.20 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 227.19,66.20 A 90.00,49.00 0 0,1 261.68,50.66 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 227.19,66.20 A 90.00,49.00 0 0,1 261.68,50.66 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 261.68,50.66 A 90.00,49.00 0 0,1 283.14,46.87 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 261.68,50.66 A 90.00,49.00 0 0,1 283.14,46.87 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 283.14,46.87 A 90.00,49.00 0 0,1 305.65,46.10 z" style="fill: #204a87; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 283.14,46.87 A 90.00,49.00 0 0,1 305.65,46.10 z" style="fill: none; stroke: #102544; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 305.65,46.10 A 90.00,49.00 0 0,1 327.81,48.40 z" style="fill: #c17d11; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 305.65,46.10 A 90.00,49.00 0 0,1 327.81,48.40 z" style="fill: none; stroke: #613f09; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 327.81,48.40 A 90.00,49.00 0 0,1 348.22,53.63 z" style="fill: #3465a4; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 327.81,48.40 A 90.00,49.00 0 0,1 348.22,53.63 z" style="fill: none; stroke: #1a3352; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 348.22,53.63 A 90.00,49.00 0 0,1 365.61,61.46 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 348.22,53.63 A 90.00,49.00 0 0,1 365.61,61.46 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 365.61,61.46 A 90.00,49.00 0 0,1 378.87,71.39 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 365.61,61.46 A 90.00,49.00 0 0,1 378.87,71.39 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 378.87,71.39 A 90.00,49.00 0 0,1 387.17,82.81 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 378.87,71.39 A 90.00,49.00 0 0,1 387.17,82.81 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 387.17,82.81 A 90.00,49.00 0 0,1 390.00,95.00 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 387.17,82.81 A 90.00,49.00 0 0,1 390.00,95.00 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 296.2326,59.0710 L 230.4985,22.7500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="296.23256882824" cy="59.071037776582" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="230.49852363921" cy="22.75" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 281.4590,60.7620 L 206.4104,51.7500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="281.4589803375" cy="60.761965413374" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="206.41040301497" cy="51.75" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 261.7546,67.2615 L 195.8703,80.7500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="261.75456061508" cy="67.261523260072" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="195.8703026602" cy="80.75" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 244.2134,81.7475 L 194.4764,109.7500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="244.2134108467" cy="81.747516103352" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="194.47644751115" cy="109.75" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 241.8850,103.9528 L 201.8130,138.7500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="241.88501033228" cy="103.95283593793" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="201.81302966254" cy="138.75" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 311.2429,59.6377 L 357.1136,14.0500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="311.24287887514" cy="59.637658973767" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="357.11357451793" cy="14.05" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 325.5468,62.4262 L 388.1528,42.9832" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="325.5467574939" cy="62.426226111223" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="388.15284669102" cy="42.98325" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 338.2454,67.2615 L 401.9951,71.9832" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="338.24543938492" cy="67.261523260072" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="401.99511299768" cy="71.98325" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 348.5410,73.8397 L 405.9952,100.9832" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="348.5410196625" cy="73.839730917471" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="405.99516598035" cy="100.98325" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 355.7866,81.7475 L 401.3992,129.9832" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="355.7865891533" cy="81.747516103352" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="401.3991861571" cy="129.98325" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 359.5269,90.4880 L 386.7526,158.9832" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="359.52688207887" cy="90.488003591685" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="386.75256168963" cy="158.98325" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 321.3222,134.3737 L 353.5284,187.9832" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="321.32217261187" cy="134.37373977462" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="353.52838856344" cy="187.98325" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><text x="15.5" text-length="61.875px" y="14.5" style="font-size: 12px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Norwegian</text><text x="15.5" text-length="34.375px" y="31" style="font-size: 12px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Dutch</text><text x="15.5" text-length="41.25px" y="47.5" style="font-size: 12px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">German</text><text x="15.5" text-length="41.25px" y="64" style="font-size: 12px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">French</text><text x="15.5" text-length="34.375px" y="80.5" style="font-size: 12px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Hindi</text><text x="15.5" text-length="61.875px" y="97" style="font-size: 12px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Taiwanese</text><text x="15.5" text-length="61.875px" y="113.5" style="font-size: 12px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Brazilian</text><text x="15.5" text-length="68.75px" y="130" style="font-size: 12px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Venezuelan</text><text x="15.5" text-length="55px" y="146.5" style="font-size: 12px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Japanese</text><text x="15.5" text-length="34.375px" y="163" style="font-size: 12px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Czech</text><text x="15.5" text-length="61.875px" y="179.5" style="font-size: 12px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Hungarian</text><text x="15.5" text-length="55px" y="196" style="font-size: 12px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Romanian</text><text x="140.89852363921" text-length="83.6px" y="26.75" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Taiwanese: 1 (4.0%)</text><text x="134.41040301497" text-length="66px" y="55.75" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Hindi: 1 (4.0%)</text><text x="119.4703026602" text-length="70.4px" y="84.75" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">French: 2 (8.0%)</text><text x="118.07644751115" text-length="70.4px" y="113.75" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">German: 2 (8.0%)</text><text x="125.41302966254" text-length="70.4px" y="142.75" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Dutch: 3 (12.0%)</text><text x="363.11357451793" text-length="83.6px" y="18.05" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Brazilian: 1 (4.0%)</text><text x="394.15284669102" text-length="88px" y="46.98325" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Venezuelan: 1 (4.0%)</text><text x="407.99511299768" text-length="79.2px" y="75.98325" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Japanese: 1 (4.0%)</text><text x="411.99516598035" text-length="66px" y="104.98325" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Czech: 1 (4.0%)</text><text x="407.3991861571" text-length="83.6px" y="133.98325" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Hungarian: 1 (4.0%)</text><text x="392.75256168963" text-length="79.2px" y="162.98325" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Romanian: 1 (4.0%)</text><text x="359.52838856344" text-length="92.4px" y="191.98325" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Norwegian: 10 (40.0%)</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_210_95_390_95_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_210_95_390_95_ffffffbf_0000007f" x1="210" y1="95" x2="390" y2="95" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_210_95_390_95_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_212_100_392_100_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_212_100_392_100_ffffffbf_0000007f" x1="212.78115294937" y1="100.13570518799" x2="392.78115294937" y2="100.13570518799" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_212_100_392_100_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,14.5000 L 2.0000,2.0000 L 14.5000,2.0000 L 14.5000,14.5000 L 2.0000,14.5000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_3"/><path d=" M 2.0000,31.0000 L 2.0000,18.5000 L 14.5000,18.5000 L 14.5000,31.0000 L 2.0000,31.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_5"/><path d=" M 2.0000,47.5000 L 2.0000,35.0000 L 14.5000,35.0000 L 14.5000,47.5000 L 2.0000,47.5000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_7"/><path d=" M 2.0000,64.0000 L 2.0000,51.5000 L 14.5000,51.5000 L 14.5000,64.0000 L 2.0000,64.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_9"/><path d=" M 2.0000,80.5000 L 2.0000,68.0000 L 14.5000,68.0000 L 14.5000,80.5000 L 2.0000,80.5000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_11"/><path d=" M 2.0000,97.0000 L 2.0000,84.5000 L 14.5000,84.5000 L 14.5000,97.0000 L 2.0000,97.0000 z " style="fill: #204a87; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_13"/><path d=" M 2.0000,113.5000 L 2.0000,101.0000 L 14.5000,101.0000 L 14.5000,113.5000 L 2.0000,113.5000 z " style="fill: #c17d11; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_15"/><path d=" M 2.0000,130.0000 L 2.0000,117.5000 L 14.5000,117.5000 L 14.5000,130.0000 L 2.0000,130.0000 z " style="fill: #3465a4; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_17"/><path d=" M 2.0000,146.5000 L 2.0000,134.0000 L 14.5000,134.0000 L 14.5000,146.5000 L 2.0000,146.5000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_19"/><path d=" M 2.0000,163.0000 L 2.0000,150.5000 L 14.5000,150.5000 L 14.5000,163.0000 L 2.0000,163.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_21"/><path d=" M 2.0000,179.5000 L 2.0000,167.0000 L 14.5000,167.0000 L 14.5000,179.5000 L 2.0000,179.5000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_23"/><path d=" M 2.0000,196.0000 L 2.0000,183.5000 L 14.5000,183.5000 L 14.5000,196.0000 L 2.0000,196.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_25"/><path d="M 305.65,56.10 A 90.00,49.00 0 0,0 283.14,56.87 L 283.14,46.87 A 90.00,49.000000 0 0,1 305.65,46.10 z" style="fill: #204a87; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_27"/><path d="M 305.65,56.10 A 90.00,49.00 0 0,0 283.14,56.87 L 283.14,46.87 A 90.00,49.000000 0 0,1 305.65,46.10 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 327.81,58.40 A 90.00,49.00 0 0,0 305.65,56.10 L 305.65,46.10 A 90.00,49.000000 0 0,1 327.81,48.40 z" style="fill: #c17d11; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_28"/><path d="M 327.81,58.40 A 90.00,49.00 0 0,0 305.65,56.10 L 305.65,46.10 A 90.00,49.000000 0 0,1 327.81,48.40 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 283.14,56.87 A 90.00,49.00 0 0,0 261.68,60.66 L 261.68,50.66 A 90.00,49.000000 0 0,1 283.14,46.87 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_29"/><path d="M 283.14,56.87 A 90.00,49.00 0 0,0 261.68,60.66 L 261.68,50.66 A 90.00,49.000000 0 0,1 283.14,46.87 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 348.22,63.63 A 90.00,49.00 0 0,0 327.81,58.40 L 327.81,48.40 A 90.00,49.000000 0 0,1 348.22,53.63 z" style="fill: #3465a4; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_30"/><path d="M 348.22,63.63 A 90.00,49.00 0 0,0 327.81,58.40 L 327.81,48.40 A 90.00,49.000000 0 0,1 348.22,53.63 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 261.68,60.66 A 90.00,49.00 0 0,0 227.19,76.20 L 227.19,66.20 A 90.00,49.000000 0 0,1 261.68,50.66 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_31"/><path d="M 261.68,60.66 A 90.00,49.00 0 0,0 227.19,76.20 L 227.19,66.20 A 90.00,49.000000 0 0,1 261.68,50.66 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 365.61,71.46 A 90.00,49.00 0 0,0 348.22,63.63 L 348.22,53.63 A 90.00,49.000000 0 0,1 365.61,61.46 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_32"/><path d="M 365.61,71.46 A 90.00,49.00 0 0,0 348.22,63.63 L 348.22,53.63 A 90.00,49.000000 0 0,1 365.61,61.46 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 378.87,81.39 A 90.00,49.00 0 0,0 365.61,71.46 L 365.61,61.46 A 90.00,49.000000 0 0,1 378.87,71.39 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_33"/><path d="M 378.87,81.39 A 90.00,49.00 0 0,0 365.61,71.46 L 365.61,61.46 A 90.00,49.000000 0 0,1 378.87,71.39 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d=" M 283.1357,46.8679 L 300.0000,95.0000 L 300.0000,105.0000 L 283.1357,56.8679 L 283.1357,46.8679 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_34"/><path d=" M 283.1357,46.8679 L 300.0000,95.0000 L 300.0000,105.0000 L 283.1357,56.8679 L 283.1357,46.8679 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_35"/><path d=" M 283.1357,46.8679 L 300.0000,95.0000 L 300.0000,105.0000 L 283.1357,56.8679 L 283.1357,46.8679 z " style="fill: #204a87; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_36"/><path d=" M 283.1357,46.8679 L 300.0000,95.0000 L 300.0000,105.0000 L 283.1357,56.8679 L 283.1357,46.8679 z " style="fill: none; stroke: #102544; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_37"/><path d=" M 305.6511,46.0967 L 300.0000,95.0000 L 300.0000,105.0000 L 305.6511,56.0967 L 305.6511,46.0967 z " style="fill: #204a87; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_38"/><path d=" M 305.6511,46.0967 L 300.0000,95.0000 L 300.0000,105.0000 L 305.6511,56.0967 L 305.6511,46.0967 z " style="fill: none; stroke: #102544; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_39"/><path d=" M 305.6511,46.0967 L 300.0000,95.0000 L 300.0000,105.0000 L 305.6511,56.0967 L 305.6511,46.0967 z " style="fill: #c17d11; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_40"/><path d=" M 305.6511,46.0967 L 300.0000,95.0000 L 300.0000,105.0000 L 305.6511,56.0967 L 305.6511,46.0967 z " style="fill: none; stroke: #613f09; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_41"/><path d="M 227.19,76.20 A 90.00,49.00 0 0,0 210.71,98.86 L 210.71,88.86 A 90.00,49.000000 0 0,1 227.19,66.20 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_42"/><path d="M 227.19,76.20 A 90.00,49.00 0 0,0 210.71,98.86 L 210.71,88.86 A 90.00,49.000000 0 0,1 227.19,66.20 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d=" M 327.8115,48.3982 L 300.0000,95.0000 L 300.0000,105.0000 L 327.8115,58.3982 L 327.8115,48.3982 z " style="fill: #c17d11; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_43"/><path d=" M 327.8115,48.3982 L 300.0000,95.0000 L 300.0000,105.0000 L 327.8115,58.3982 L 327.8115,48.3982 z " style="fill: none; stroke: #613f09; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_44"/><path d=" M 327.8115,48.3982 L 300.0000,95.0000 L 300.0000,105.0000 L 327.8115,58.3982 L 327.8115,48.3982 z " style="fill: #3465a4; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_45"/><path d=" M 327.8115,48.3982 L 300.0000,95.0000 L 300.0000,105.0000 L 327.8115,58.3982 L 327.8115,48.3982 z " style="fill: none; stroke: #1a3352; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_46"/><path d="M 387.17,92.81 A 90.00,49.00 0 0,0 378.87,81.39 L 378.87,71.39 A 90.00,49.000000 0 0,1 387.17,82.81 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_47"/><path d="M 387.17,92.81 A 90.00,49.00 0 0,0 378.87,81.39 L 378.87,71.39 A 90.00,49.000000 0 0,1 387.17,82.81 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d=" M 261.6799,50.6635 L 300.0000,95.0000 L 300.0000,105.0000 L 261.6799,60.6635 L 261.6799,50.6635 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_48"/><path d=" M 261.6799,50.6635 L 300.0000,95.0000 L 300.0000,105.0000 L 261.6799,60.6635 L 261.6799,50.6635 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_49"/><path d=" M 261.6799,50.6635 L 300.0000,95.0000 L 300.0000,105.0000 L 261.6799,60.6635 L 261.6799,50.6635 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_50"/><path d=" M 261.6799,50.6635 L 300.0000,95.0000 L 300.0000,105.0000 L 261.6799,60.6635 L 261.6799,50.6635 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_51"/><path d=" M 348.2244,53.6279 L 300.0000,95.0000 L 300.0000,105.0000 L 348.2244,63.6279 L 348.2244,53.6279 z " style="fill: #3465a4; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_52"/><path d=" M 348.2244,53.6279 L 300.0000,95.0000 L 300.0000,105.0000 L 348.2244,63.6279 L 348.2244,53.6279 z " style="fill: none; stroke: #1a3352; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_53"/><path d=" M 348.2244,53.6279 L 300.0000,95.0000 L 300.0000,105.0000 L 348.2244,63.6279 L 348.2244,53.6279 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_54"/><path d=" M 348.2244,53.6279 L 300.0000,95.0000 L 300.0000,105.0000 L 348.2244,63.6279 L 348.2244,53.6279 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_55"/><path d=" M 365.6072,61.4572 L 300.0000,95.0000 L 300.0000,105.0000 L 365.6072,71.4572 L 365.6072,61.4572 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_56"/><path d=" M 365.6072,61.4572 L 300.0000,95.0000 L 300.0000,105.0000 L 365.6072,71.4572 L 365.6072,61.4572 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_57"/><path d=" M 365.6072,61.4572 L 300.0000,95.0000 L 300.0000,105.0000 L 365.6072,71.4572 L 365.6072,61.4572 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_58"/><path d=" M 365.6072,61.4572 L 300.0000,95.0000 L 300.0000,105.0000 L 365.6072,71.4572 L 365.6072,61.4572 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_59"/><path d=" M 227.1885,66.1985 L 300.0000,95.0000 L 300.0000,105.0000 L 227.1885,76.1985 L 227.1885,66.1985 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_60"/><path d=" M 227.1885,66.1985 L 300.0000,95.0000 L 300.0000,105.0000 L 227.1885,76.1985 L 227.1885,66.1985 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_61"/><path d=" M 227.1885,66.1985 L 300.0000,95.0000 L 300.0000,105.0000 L 227.1885,76.1985 L 227.1885,66.1985 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_62"/><path d=" M 227.1885,66.1985 L 300.0000,95.0000 L 300.0000,105.0000 L 227.1885,76.1985 L 227.1885,66.1985 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_63"/><path d=" M 378.8676,71.3941 L 300.0000,95.0000 L 300.0000,105.0000 L 378.8676,81.3941 L 378.8676,71.3941 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_64"/><path d=" M 378.8676,71.3941 L 300.0000,95.0000 L 300.0000,105.0000 L 378.8676,81.3941 L 378.8676,71.3941 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_65"/><path d=" M 378.8676,71.3941 L 300.0000,95.0000 L 300.0000,105.0000 L 378.8676,81.3941 L 378.8676,71.3941 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_66"/><path d=" M 378.8676,71.3941 L 300.0000,95.0000 L 300.0000,105.0000 L 378.8676,81.3941 L 378.8676,71.3941 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_67"/><path d="M 390.00,105.00 A 90.00,49.00 0 0,0 387.17,92.81 L 387.17,82.81 A 90.00,49.000000 0 0,1 390.00,95.00 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_68"/><path d="M 390.00,105.00 A 90.00,49.00 0 0,0 387.17,92.81 L 387.17,82.81 A 90.00,49.000000 0 0,1 390.00,95.00 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d=" M 387.1725,82.8142 L 300.0000,95.0000 L 300.0000,105.0000 L 387.1725,92.8142 L 387.1725,82.8142 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_69"/><path d=" M 387.1725,82.8142 L 300.0000,95.0000 L 300.0000,105.0000 L 387.1725,92.8142 L 387.1725,82.8142 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_70"/><path d=" M 387.1725,82.8142 L 300.0000,95.0000 L 300.0000,105.0000 L 387.1725,92.8142 L 387.1725,82.8142 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_71"/><path d=" M 387.1725,82.8142 L 300.0000,95.0000 L 300.0000,105.0000 L 387.1725,92.8142 L 387.1725,82.8142 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_72"/><path d=" M 210.7097,88.8587 L 300.0000,95.0000 L 300.0000,105.0000 L 210.7097,98.8587 L 210.7097,88.8587 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_73"/><path d=" M 210.7097,88.8587 L 300.0000,95.0000 L 300.0000,105.0000 L 210.7097,98.8587 L 210.7097,88.8587 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_74"/><path d=" M 210.7097,88.8587 L 300.0000,95.0000 L 300.0000,105.0000 L 210.7097,98.8587 L 210.7097,88.8587 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_75"/><path d=" M 210.7097,88.8587 L 300.0000,95.0000 L 300.0000,105.0000 L 210.7097,98.8587 L 210.7097,88.8587 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_76"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_77"/><path d=" M 390.0000,95.0000 L 300.0000,95.0000 L 300.0000,105.0000 L 390.0000,105.0000 L 390.0000,95.0000 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_78"/><path d=" M 392.7812,100.1357 L 302.7812,100.1357 L 302.7812,110.1357 L 392.7812,110.1357 L 392.7812,100.1357 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_79"/><path d=" M 392.7812,100.1357 L 302.7812,100.1357 L 302.7812,110.1357 L 392.7812,110.1357 L 392.7812,100.1357 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_80"/><path d="M 210.00,105.00 A 90.00,49.00 0 0,0 227.19,133.80 L 227.19,123.80 A 90.00,49.000000 0 0,1 210.00,95.00 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_81"/><path d="M 210.00,105.00 A 90.00,49.00 0 0,0 227.19,133.80 L 227.19,123.80 A 90.00,49.000000 0 0,1 210.00,95.00 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 210.71,98.86 A 90.00,49.00 0 0,0 210.00,105.00 L 210.00,95.00 A 90.00,49.000000 0 0,1 210.71,88.86 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_82"/><path d="M 210.71,98.86 A 90.00,49.00 0 0,0 210.00,105.00 L 210.00,95.00 A 90.00,49.000000 0 0,1 210.71,88.86 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d=" M 227.1885,123.8015 L 300.0000,95.0000 L 300.0000,105.0000 L 227.1885,133.8015 L 227.1885,123.8015 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_83"/><path d=" M 227.1885,123.8015 L 300.0000,95.0000 L 300.0000,105.0000 L 227.1885,133.8015 L 227.1885,123.8015 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_84"/><path d=" M 229.9696,128.9372 L 302.7812,100.1357 L 302.7812,110.1357 L 229.9696,138.9372 L 229.9696,128.9372 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_85"/><path d=" M 229.9696,128.9372 L 302.7812,100.1357 L 302.7812,110.1357 L 229.9696,138.9372 L 229.9696,128.9372 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_86"/><path d="M 229.97,138.94 A 90.00,49.00 0 0,0 392.78,110.14 L 392.78,100.14 A 90.00,49.000000 0 0,1 229.97,128.94 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_87"/><path d="M 229.97,138.94 A 90.00,49.00 0 0,0 392.78,110.14 L 392.78,100.14 A 90.00,49.000000 0 0,1 229.97,128.94 z" style="fill: url(#LinearGradient_212_100_392_100_ffffffbf_0000007f); stroke: none;"/><path d="M 302.78,100.14 L 392.78,100.14 A 90.00,49.00 0 0,1 229.97,128.94 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_88"/><path d="M 302.78,100.14 L 392.78,100.14 A 90.00,49.00 0 0,1 229.97,128.94 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_89"/><path d="M 300.00,95.00 L 227.19,123.80 A 90.00,49.00 0 0,1 210.71,88.86 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_90"/><path d="M 300.00,95.00 L 227.19,123.80 A 90.00,49.00 0 0,1 210.71,88.86 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_91"/><path d="M 300.00,95.00 L 210.71,88.86 A 90.00,49.00 0 0,1 227.19,66.20 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_92"/><path d="M 300.00,95.00 L 210.71,88.86 A 90.00,49.00 0 0,1 227.19,66.20 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_93"/><path d="M 300.00,95.00 L 227.19,66.20 A 90.00,49.00 0 0,1 261.68,50.66 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_94"/><path d="M 300.00,95.00 L 227.19,66.20 A 90.00,49.00 0 0,1 261.68,50.66 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_95"/><path d="M 300.00,95.00 L 261.68,50.66 A 90.00,49.00 0 0,1 283.14,46.87 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_96"/><path d="M 300.00,95.00 L 261.68,50.66 A 90.00,49.00 0 0,1 283.14,46.87 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_97"/><path d="M 300.00,95.00 L 283.14,46.87 A 90.00,49.00 0 0,1 305.65,46.10 z" style="fill: #204a87; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_98"/><path d="M 300.00,95.00 L 283.14,46.87 A 90.00,49.00 0 0,1 305.65,46.10 z" style="fill: none; stroke: #102544; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_99"/><path d="M 300.00,95.00 L 305.65,46.10 A 90.00,49.00 0 0,1 327.81,48.40 z" style="fill: #c17d11; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_100"/><path d="M 300.00,95.00 L 305.65,46.10 A 90.00,49.00 0 0,1 327.81,48.40 z" style="fill: none; stroke: #613f09; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_101"/><path d="M 300.00,95.00 L 327.81,48.40 A 90.00,49.00 0 0,1 348.22,53.63 z" style="fill: #3465a4; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_102"/><path d="M 300.00,95.00 L 327.81,48.40 A 90.00,49.00 0 0,1 348.22,53.63 z" style="fill: none; stroke: #1a3352; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_103"/><path d="M 300.00,95.00 L 348.22,53.63 A 90.00,49.00 0 0,1 365.61,61.46 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_104"/><path d="M 300.00,95.00 L 348.22,53.63 A 90.00,49.00 0 0,1 365.61,61.46 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_105"/><path d="M 300.00,95.00 L 365.61,61.46 A 90.00,49.00 0 0,1 378.87,71.39 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_106"/><path d="M 300.00,95.00 L 365.61,61.46 A 90.00,49.00 0 0,1 378.87,71.39 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_107"/><path d="M 300.00,95.00 L 378.87,71.39 A 90.00,49.00 0 0,1 387.17,82.81 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_108"/><path d="M 300.00,95.00 L 378.87,71.39 A 90.00,49.00 0 0,1 387.17,82.81 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_109"/><path d="M 300.00,95.00 L 387.17,82.81 A 90.00,49.00 0 0,1 390.00,95.00 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_110"/><path d="M 300.00,95.00 L 387.17,82.81 A 90.00,49.00 0 0,1 390.00,95.00 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_111"/><path d=" M 296.2326,59.0710 L 230.4985,22.7500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_112"/><ellipse cx="296.23256882824" cy="59.071037776582" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_113"/><ellipse cx="230.49852363921" cy="22.75" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_114"/><path d=" M 281.4590,60.7620 L 206.4104,51.7500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_116"/><ellipse cx="281.4589803375" cy="60.761965413374" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_117"/><ellipse cx="206.41040301497" cy="51.75" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_118"/><path d=" M 261.7546,67.2615 L 195.8703,80.7500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_120"/><ellipse cx="261.75456061508" cy="67.261523260072" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_121"/><ellipse cx="195.8703026602" cy="80.75" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_122"/><path d=" M 244.2134,81.7475 L 194.4764,109.7500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_124"/><ellipse cx="244.2134108467" cy="81.747516103352" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_125"/><ellipse cx="194.47644751115" cy="109.75" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_126"/><path d=" M 241.8850,103.9528 L 201.8130,138.7500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_128"/><ellipse cx="241.88501033228" cy="103.95283593793" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_129"/><ellipse cx="201.81302966254" cy="138.75" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_130"/><path d=" M 311.2429,59.6377 L 357.1136,14.0500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_132"/><ellipse cx="311.24287887514" cy="59.637658973767" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_133"/><ellipse cx="357.11357451793" cy="14.05" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_134"/><path d=" M 325.5468,62.4262 L 388.1528,42.9832" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_136"/><ellipse cx="325.5467574939" cy="62.426226111223" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_137"/><ellipse cx="388.15284669102" cy="42.98325" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_138"/><path d=" M 338.2454,67.2615 L 401.9951,71.9832" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_140"/><ellipse cx="338.24543938492" cy="67.261523260072" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_141"/><ellipse cx="401.99511299768" cy="71.98325" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_142"/><path d=" M 348.5410,73.8397 L 405.9952,100.9832" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_144"/><ellipse cx="348.5410196625" cy="73.839730917471" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_145"/><ellipse cx="405.99516598035" cy="100.98325" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_146"/><path d=" M 355.7866,81.7475 L 401.3992,129.9832" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_148"/><ellipse cx="355.7865891533" cy="81.747516103352" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_149"/><ellipse cx="401.3991861571" cy="129.98325" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_150"/><path d=" M 359.5269,90.4880 L 386.7526,158.9832" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_152"/><ellipse cx="359.52688207887" cy="90.488003591685" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_153"/><ellipse cx="386.75256168963" cy="158.98325" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_154"/><path d=" M 321.3222,134.3737 L 353.5284,187.9832" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_156"/><ellipse cx="321.32217261187" cy="134.37373977462" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_157"/><ellipse cx="353.52838856344" cy="187.98325" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_158"/><text id="ezcGraphTextBox_4" x="15.5" text-length="61.875px" y="14.5" style="font-size: 12px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Norwegian</text><text id="ezcGraphTextBox_6" x="15.5" text-length="34.375px" y="31" style="font-size: 12px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Dutch</text><text id="ezcGraphTextBox_8" x="15.5" text-length="41.25px" y="47.5" style="font-size: 12px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">German</text><text id="ezcGraphTextBox_10" x="15.5" text-length="41.25px" y="64" style="font-size: 12px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">French</text><text id="ezcGraphTextBox_12" x="15.5" text-length="34.375px" y="80.5" style="font-size: 12px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Hindi</text><text id="ezcGraphTextBox_14" x="15.5" text-length="61.875px" y="97" style="font-size: 12px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Taiwanese</text><text id="ezcGraphTextBox_16" x="15.5" text-length="61.875px" y="113.5" style="font-size: 12px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Brazilian</text><text id="ezcGraphTextBox_18" x="15.5" text-length="68.75px" y="130" style="font-size: 12px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Venezuelan</text><text id="ezcGraphTextBox_20" x="15.5" text-length="55px" y="146.5" style="font-size: 12px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Japanese</text><text id="ezcGraphTextBox_22" x="15.5" text-length="34.375px" y="163" style="font-size: 12px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Czech</text><text id="ezcGraphTextBox_24" x="15.5" text-length="61.875px" y="179.5" style="font-size: 12px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Hungarian</text><text id="ezcGraphTextBox_26" x="15.5" text-length="55px" y="196" style="font-size: 12px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Romanian</text><text id="ezcGraphTextBox_115" x="140.89852363921" text-length="83.6px" y="26.75" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Taiwanese: 1 (4.0%)</text><text id="ezcGraphTextBox_119" x="134.41040301497" text-length="66px" y="55.75" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Hindi: 1 (4.0%)</text><text id="ezcGraphTextBox_123" x="119.4703026602" text-length="70.4px" y="84.75" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">French: 2 (8.0%)</text><text id="ezcGraphTextBox_127" x="118.07644751115" text-length="70.4px" y="113.75" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">German: 2 (8.0%)</text><text id="ezcGraphTextBox_131" x="125.41302966254" text-length="70.4px" y="142.75" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Dutch: 3 (12.0%)</text><text id="ezcGraphTextBox_135" x="363.11357451793" text-length="83.6px" y="18.05" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Brazilian: 1 (4.0%)</text><text id="ezcGraphTextBox_139" x="394.15284669102" text-length="88px" y="46.98325" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Venezuelan: 1 (4.0%)</text><text id="ezcGraphTextBox_143" x="407.99511299768" text-length="79.2px" y="75.98325" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Japanese: 1 (4.0%)</text><text id="ezcGraphTextBox_147" x="411.99516598035" text-length="66px" y="104.98325" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Czech: 1 (4.0%)</text><text id="ezcGraphTextBox_151" x="407.3991861571" text-length="83.6px" y="133.98325" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Hungarian: 1 (4.0%)</text><text id="ezcGraphTextBox_155" x="392.75256168963" text-length="79.2px" y="162.98325" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Romanian: 1 (4.0%)</text><text id="ezcGraphTextBox_159" x="359.52838856344" text-length="92.4px" y="191.98325" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Norwegian: 10 (40.0%)</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer3dTest_testRenderPieChartWithOffset.svg b/tests/data/compare/ezcGraphRenderer3dTest_testRenderPieChartWithOffset.svg
index f540131..a8e1afe 100644
--- a/tests/data/compare/ezcGraphRenderer3dTest_testRenderPieChartWithOffset.svg
+++ b/tests/data/compare/ezcGraphRenderer3dTest_testRenderPieChartWithOffset.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_210_95_390_95_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_210_95_390_95_ffffffbf_0000007f" x1="210" y1="95" x2="390" y2="95" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_210_95_390_95_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><path d=" M 2.0000,16.0000 L 2.0000,2.0000 L 16.0000,2.0000 L 16.0000,16.0000 L 2.0000,16.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,34.0000 L 2.0000,20.0000 L 16.0000,20.0000 L 16.0000,34.0000 L 2.0000,34.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,52.0000 L 2.0000,38.0000 L 16.0000,38.0000 L 16.0000,52.0000 L 2.0000,52.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,70.0000 L 2.0000,56.0000 L 16.0000,56.0000 L 16.0000,70.0000 L 2.0000,70.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,88.0000 L 2.0000,74.0000 L 16.0000,74.0000 L 16.0000,88.0000 L 2.0000,88.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 210.00,105.00 A 90.00,49.00 0 0,0 217.78,124.93 L 217.78,114.93 A 90.00,49.000000 0 0,1 210.00,95.00 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 210.00,105.00 A 90.00,49.00 0 0,0 217.78,124.93 L 217.78,114.93 A 90.00,49.000000 0 0,1 210.00,95.00 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 390.00,105.00 A 90.00,49.00 0 0,0 210.00,105.00 L 210.00,95.00 A 90.00,49.000000 0 0,1 390.00,95.00 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 390.00,105.00 A 90.00,49.00 0 0,0 210.00,105.00 L 210.00,95.00 A 90.00,49.000000 0 0,1 390.00,95.00 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 386.28,118.94 A 90.00,49.00 0 0,0 390.00,105.00 L 390.00,95.00 A 90.00,49.000000 0 0,1 386.28,108.94 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 386.28,118.94 A 90.00,49.00 0 0,0 390.00,105.00 L 390.00,95.00 A 90.00,49.000000 0 0,1 386.28,108.94 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d=" M 386.2820,108.9385 L 300.0000,95.0000 L 300.0000,105.0000 L 386.2820,118.9385 L 386.2820,108.9385 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 386.2820,108.9385 L 300.0000,95.0000 L 300.0000,105.0000 L 386.2820,118.9385 L 386.2820,108.9385 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 386.2820,108.9385 L 300.0000,95.0000 L 300.0000,105.0000 L 386.2820,118.9385 L 386.2820,108.9385 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 386.2820,108.9385 L 300.0000,95.0000 L 300.0000,105.0000 L 386.2820,118.9385 L 386.2820,108.9385 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 217.7809,114.9301 L 300.0000,95.0000 L 300.0000,105.0000 L 217.7809,124.9301 L 217.7809,114.9301 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 217.7809,114.9301 L 300.0000,95.0000 L 300.0000,105.0000 L 217.7809,124.9301 L 217.7809,114.9301 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 217.7809,114.9301 L 300.0000,95.0000 L 300.0000,105.0000 L 217.7809,124.9301 L 217.7809,114.9301 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d=" M 217.7809,114.9301 L 300.0000,95.0000 L 300.0000,105.0000 L 217.7809,124.9301 L 217.7809,114.9301 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 374.6866,122.3413 L 300.0000,95.0000 L 300.0000,105.0000 L 374.6866,132.3413 L 374.6866,122.3413 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 374.6866,122.3413 L 300.0000,95.0000 L 300.0000,105.0000 L 374.6866,132.3413 L 374.6866,122.3413 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 374.6866,122.3413 L 300.0000,95.0000 L 300.0000,105.0000 L 374.6866,132.3413 L 374.6866,122.3413 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 374.6866,122.3413 L 300.0000,95.0000 L 300.0000,105.0000 L 374.6866,132.3413 L 374.6866,122.3413 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 374.69,132.34 A 90.00,49.00 0 0,0 386.28,118.94 L 386.28,108.94 A 90.00,49.000000 0 0,1 374.69,122.34 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 374.69,132.34 A 90.00,49.00 0 0,0 386.28,118.94 L 386.28,108.94 A 90.00,49.000000 0 0,1 374.69,122.34 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d=" M 274.8166,142.0426 L 300.0000,95.0000 L 300.0000,105.0000 L 274.8166,152.0426 L 274.8166,142.0426 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 274.8166,142.0426 L 300.0000,95.0000 L 300.0000,105.0000 L 274.8166,152.0426 L 274.8166,142.0426 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 274.8166,142.0426 L 300.0000,95.0000 L 300.0000,105.0000 L 274.8166,152.0426 L 274.8166,142.0426 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d=" M 274.8166,142.0426 L 300.0000,95.0000 L 300.0000,105.0000 L 274.8166,152.0426 L 274.8166,142.0426 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 292.7736,143.8418 L 300.0000,95.0000 L 300.0000,105.0000 L 292.7736,153.8418 L 292.7736,143.8418 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 292.7736,143.8418 L 300.0000,95.0000 L 300.0000,105.0000 L 292.7736,153.8418 L 292.7736,143.8418 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 292.7736,143.8418 L 300.0000,95.0000 L 300.0000,105.0000 L 292.7736,153.8418 L 292.7736,143.8418 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 292.7736,143.8418 L 300.0000,95.0000 L 300.0000,105.0000 L 292.7736,153.8418 L 292.7736,143.8418 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 217.78,124.93 A 90.00,49.00 0 0,0 274.82,152.04 L 274.82,142.04 A 90.00,49.000000 0 0,1 217.78,114.93 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 217.78,124.93 A 90.00,49.00 0 0,0 274.82,152.04 L 274.82,142.04 A 90.00,49.000000 0 0,1 217.78,114.93 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 292.77,153.84 A 90.00,49.00 0 0,0 374.69,132.34 L 374.69,122.34 A 90.00,49.000000 0 0,1 292.77,143.84 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 292.77,153.84 A 90.00,49.00 0 0,0 374.69,132.34 L 374.69,122.34 A 90.00,49.000000 0 0,1 292.77,143.84 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 274.82,152.04 A 90.00,49.00 0 0,0 292.77,153.84 L 292.77,143.84 A 90.00,49.000000 0 0,1 274.82,142.04 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 274.82,152.04 A 90.00,49.00 0 0,0 292.77,153.84 L 292.77,143.84 A 90.00,49.000000 0 0,1 274.82,142.04 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 300.00,95.00 L 217.78,114.93 A 90.00,49.00 0 1,1 386.28,108.94 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 217.78,114.93 A 90.00,49.00 0 1,1 386.28,108.94 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 386.28,108.94 A 90.00,49.00 0 0,1 374.69,122.34 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 386.28,108.94 A 90.00,49.00 0 0,1 374.69,122.34 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 374.69,122.34 A 90.00,49.00 0 0,1 292.77,143.84 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 374.69,122.34 A 90.00,49.00 0 0,1 292.77,143.84 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 292.77,143.84 A 90.00,49.00 0 0,1 274.82,142.04 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 292.77,143.84 A 90.00,49.00 0 0,1 274.82,142.04 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,95.00 L 274.82,142.04 A 90.00,49.00 0 0,1 217.78,114.93 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,95.00 L 274.82,142.04 A 90.00,49.00 0 0,1 217.78,114.93 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 296.0896,59.0765 L 221.6668,30.9500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="296.0896387701" cy="59.076535982472" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="221.66676075275" cy="30.95" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 260.5381,122.1181 L 194.9460,86.2775" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="260.53806450077" cy="122.11811263336" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="194.94600970304" cy="86.2775" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 289.1407,130.4055 L 195.3337,116.2775" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="289.14070147414" cy="130.40546891074" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="195.33367852327" cy="116.2775" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 354.2800,110.3403 L 401.7027,71.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="354.28003007621" cy="110.34028032903" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="401.70266453971" cy="71" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 326.0563,127.4281 L 405.6208,108.7000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="326.05634785383" cy="127.42813631936" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="405.62083115493" cy="108.7" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><text x="17" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text x="17" text-length="15.4px" y="34" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text x="17" text-length="38.5px" y="52" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text x="17" text-length="30.8px" y="70" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text x="17" text-length="46.2px" y="88" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text x="123.26676075275" text-length="92.4px" y="34.95" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla: 4375 (61.3%)</text><text x="105.34600970304" text-length="83.6px" y="90.2775" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text><text x="118.93367852327" text-length="70.4px" y="120.2775" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text x="407.70266453971" text-length="61.6px" y="75" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text x="411.62083115493" text-length="83.6px" y="112.7" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="200" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_210_95_390_95_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_210_95_390_95_ffffffbf_0000007f" x1="210" y1="95" x2="390" y2="95" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_210_95_390_95_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,200.0000 L 0.0000,200.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 0.0000,200.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,200.0000 L 0.0000,200.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,16.0000 L 2.0000,2.0000 L 16.0000,2.0000 L 16.0000,16.0000 L 2.0000,16.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_3"/><path d=" M 2.0000,34.0000 L 2.0000,20.0000 L 16.0000,20.0000 L 16.0000,34.0000 L 2.0000,34.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_5"/><path d=" M 2.0000,52.0000 L 2.0000,38.0000 L 16.0000,38.0000 L 16.0000,52.0000 L 2.0000,52.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_7"/><path d=" M 2.0000,70.0000 L 2.0000,56.0000 L 16.0000,56.0000 L 16.0000,70.0000 L 2.0000,70.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_9"/><path d=" M 2.0000,88.0000 L 2.0000,74.0000 L 16.0000,74.0000 L 16.0000,88.0000 L 2.0000,88.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_11"/><path d="M 210.00,105.00 A 90.00,49.00 0 0,0 217.78,124.93 L 217.78,114.93 A 90.00,49.000000 0 0,1 210.00,95.00 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_13"/><path d="M 210.00,105.00 A 90.00,49.00 0 0,0 217.78,124.93 L 217.78,114.93 A 90.00,49.000000 0 0,1 210.00,95.00 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 390.00,105.00 A 90.00,49.00 0 0,0 210.00,105.00 L 210.00,95.00 A 90.00,49.000000 0 0,1 390.00,95.00 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_14"/><path d="M 390.00,105.00 A 90.00,49.00 0 0,0 210.00,105.00 L 210.00,95.00 A 90.00,49.000000 0 0,1 390.00,95.00 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 386.28,118.94 A 90.00,49.00 0 0,0 390.00,105.00 L 390.00,95.00 A 90.00,49.000000 0 0,1 386.28,108.94 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_15"/><path d="M 386.28,118.94 A 90.00,49.00 0 0,0 390.00,105.00 L 390.00,95.00 A 90.00,49.000000 0 0,1 386.28,108.94 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d=" M 386.2820,108.9385 L 300.0000,95.0000 L 300.0000,105.0000 L 386.2820,118.9385 L 386.2820,108.9385 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_16"/><path d=" M 386.2820,108.9385 L 300.0000,95.0000 L 300.0000,105.0000 L 386.2820,118.9385 L 386.2820,108.9385 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_17"/><path d=" M 386.2820,108.9385 L 300.0000,95.0000 L 300.0000,105.0000 L 386.2820,118.9385 L 386.2820,108.9385 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_18"/><path d=" M 386.2820,108.9385 L 300.0000,95.0000 L 300.0000,105.0000 L 386.2820,118.9385 L 386.2820,108.9385 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_19"/><path d=" M 217.7809,114.9301 L 300.0000,95.0000 L 300.0000,105.0000 L 217.7809,124.9301 L 217.7809,114.9301 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_20"/><path d=" M 217.7809,114.9301 L 300.0000,95.0000 L 300.0000,105.0000 L 217.7809,124.9301 L 217.7809,114.9301 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_21"/><path d=" M 217.7809,114.9301 L 300.0000,95.0000 L 300.0000,105.0000 L 217.7809,124.9301 L 217.7809,114.9301 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_22"/><path d=" M 217.7809,114.9301 L 300.0000,95.0000 L 300.0000,105.0000 L 217.7809,124.9301 L 217.7809,114.9301 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_23"/><path d=" M 374.6866,122.3413 L 300.0000,95.0000 L 300.0000,105.0000 L 374.6866,132.3413 L 374.6866,122.3413 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_24"/><path d=" M 374.6866,122.3413 L 300.0000,95.0000 L 300.0000,105.0000 L 374.6866,132.3413 L 374.6866,122.3413 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_25"/><path d=" M 374.6866,122.3413 L 300.0000,95.0000 L 300.0000,105.0000 L 374.6866,132.3413 L 374.6866,122.3413 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_26"/><path d=" M 374.6866,122.3413 L 300.0000,95.0000 L 300.0000,105.0000 L 374.6866,132.3413 L 374.6866,122.3413 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_27"/><path d="M 374.69,132.34 A 90.00,49.00 0 0,0 386.28,118.94 L 386.28,108.94 A 90.00,49.000000 0 0,1 374.69,122.34 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_28"/><path d="M 374.69,132.34 A 90.00,49.00 0 0,0 386.28,118.94 L 386.28,108.94 A 90.00,49.000000 0 0,1 374.69,122.34 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d=" M 274.8166,142.0426 L 300.0000,95.0000 L 300.0000,105.0000 L 274.8166,152.0426 L 274.8166,142.0426 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_29"/><path d=" M 274.8166,142.0426 L 300.0000,95.0000 L 300.0000,105.0000 L 274.8166,152.0426 L 274.8166,142.0426 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_30"/><path d=" M 274.8166,142.0426 L 300.0000,95.0000 L 300.0000,105.0000 L 274.8166,152.0426 L 274.8166,142.0426 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_31"/><path d=" M 274.8166,142.0426 L 300.0000,95.0000 L 300.0000,105.0000 L 274.8166,152.0426 L 274.8166,142.0426 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_32"/><path d=" M 292.7736,143.8418 L 300.0000,95.0000 L 300.0000,105.0000 L 292.7736,153.8418 L 292.7736,143.8418 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_33"/><path d=" M 292.7736,143.8418 L 300.0000,95.0000 L 300.0000,105.0000 L 292.7736,153.8418 L 292.7736,143.8418 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_34"/><path d=" M 292.7736,143.8418 L 300.0000,95.0000 L 300.0000,105.0000 L 292.7736,153.8418 L 292.7736,143.8418 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_35"/><path d=" M 292.7736,143.8418 L 300.0000,95.0000 L 300.0000,105.0000 L 292.7736,153.8418 L 292.7736,143.8418 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_36"/><path d="M 217.78,124.93 A 90.00,49.00 0 0,0 274.82,152.04 L 274.82,142.04 A 90.00,49.000000 0 0,1 217.78,114.93 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_37"/><path d="M 217.78,124.93 A 90.00,49.00 0 0,0 274.82,152.04 L 274.82,142.04 A 90.00,49.000000 0 0,1 217.78,114.93 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 292.77,153.84 A 90.00,49.00 0 0,0 374.69,132.34 L 374.69,122.34 A 90.00,49.000000 0 0,1 292.77,143.84 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_38"/><path d="M 292.77,153.84 A 90.00,49.00 0 0,0 374.69,132.34 L 374.69,122.34 A 90.00,49.000000 0 0,1 292.77,143.84 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 274.82,152.04 A 90.00,49.00 0 0,0 292.77,153.84 L 292.77,143.84 A 90.00,49.000000 0 0,1 274.82,142.04 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_39"/><path d="M 274.82,152.04 A 90.00,49.00 0 0,0 292.77,153.84 L 292.77,143.84 A 90.00,49.000000 0 0,1 274.82,142.04 z" style="fill: url(#LinearGradient_210_95_390_95_ffffffbf_0000007f); stroke: none;"/><path d="M 300.00,95.00 L 217.78,114.93 A 90.00,49.00 0 1,1 386.28,108.94 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_40"/><path d="M 300.00,95.00 L 217.78,114.93 A 90.00,49.00 0 1,1 386.28,108.94 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_41"/><path d="M 300.00,95.00 L 386.28,108.94 A 90.00,49.00 0 0,1 374.69,122.34 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_42"/><path d="M 300.00,95.00 L 386.28,108.94 A 90.00,49.00 0 0,1 374.69,122.34 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_43"/><path d="M 300.00,95.00 L 374.69,122.34 A 90.00,49.00 0 0,1 292.77,143.84 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_44"/><path d="M 300.00,95.00 L 374.69,122.34 A 90.00,49.00 0 0,1 292.77,143.84 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_45"/><path d="M 300.00,95.00 L 292.77,143.84 A 90.00,49.00 0 0,1 274.82,142.04 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_46"/><path d="M 300.00,95.00 L 292.77,143.84 A 90.00,49.00 0 0,1 274.82,142.04 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_47"/><path d="M 300.00,95.00 L 274.82,142.04 A 90.00,49.00 0 0,1 217.78,114.93 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_48"/><path d="M 300.00,95.00 L 274.82,142.04 A 90.00,49.00 0 0,1 217.78,114.93 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_49"/><path d=" M 296.0896,59.0765 L 221.6668,30.9500" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_50"/><ellipse cx="296.0896387701" cy="59.076535982472" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_51"/><ellipse cx="221.66676075275" cy="30.95" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_52"/><path d=" M 260.5381,122.1181 L 194.9460,86.2775" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_54"/><ellipse cx="260.53806450077" cy="122.11811263336" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_55"/><ellipse cx="194.94600970304" cy="86.2775" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_56"/><path d=" M 289.1407,130.4055 L 195.3337,116.2775" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_58"/><ellipse cx="289.14070147414" cy="130.40546891074" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_59"/><ellipse cx="195.33367852327" cy="116.2775" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_60"/><path d=" M 354.2800,110.3403 L 401.7027,71.0000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_62"/><ellipse cx="354.28003007621" cy="110.34028032903" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_63"/><ellipse cx="401.70266453971" cy="71" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_64"/><path d=" M 326.0563,127.4281 L 405.6208,108.7000" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_66"/><ellipse cx="326.05634785383" cy="127.42813631936" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_67"/><ellipse cx="405.62083115493" cy="108.7" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_68"/><text id="ezcGraphTextBox_4" x="17" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text id="ezcGraphTextBox_6" x="17" text-length="15.4px" y="34" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text id="ezcGraphTextBox_8" x="17" text-length="38.5px" y="52" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text id="ezcGraphTextBox_10" x="17" text-length="30.8px" y="70" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text id="ezcGraphTextBox_12" x="17" text-length="46.2px" y="88" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text id="ezcGraphTextBox_53" x="123.26676075275" text-length="92.4px" y="34.95" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla: 4375 (61.3%)</text><text id="ezcGraphTextBox_57" x="105.34600970304" text-length="83.6px" y="90.2775" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text><text id="ezcGraphTextBox_61" x="118.93367852327" text-length="70.4px" y="120.2775" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text id="ezcGraphTextBox_65" x="407.70266453971" text-length="61.6px" y="75" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text id="ezcGraphTextBox_69" x="411.62083115493" text-length="83.6px" y="112.7" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text></g></svg>
diff --git a/tests/data/compare/ezcGraphRenderer3dTest_testRenderPimpedBarChart.svg b/tests/data/compare/ezcGraphRenderer3dTest_testRenderPimpedBarChart.svg
index b8fbabf..987f350 100644
--- a/tests/data/compare/ezcGraphRenderer3dTest_testRenderPimpedBarChart.svg
+++ b/tests/data/compare/ezcGraphRenderer3dTest_testRenderPimpedBarChart.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="700" height="300" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_5_5_16_16_abefff00_39506800"><stop offset="0" style="stop-color: #abefff; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #395068; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_5_5_16_16_abefff00_39506800" x1="5.4" y1="5.4" x2="16.6" y2="16.6" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_5_5_16_16_abefff00_39506800"/><linearGradient id="Definition_LinearGradient_8_44_13_49_ffff7700_7e752800"><stop offset="0" style="stop-color: #ffff77; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #7e7528; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_8_44_13_49_ffff7700_7e752800" x1="8.100505066" y1="44.100505066" x2="13.899494934" y2="49.899494934" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_8_44_13_49_ffff7700_7e752800"/><linearGradient id="Definition_LinearGradient_8_62_13_67_cfff4e00_45711a00"><stop offset="0" style="stop-color: #cfff4e; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #45711a; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_8_62_13_67_cfff4e00_45711a00" x1="8.949747474" y1="62.949747474" x2="13.050252526" y2="67.050252526" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_8_62_13_67_cfff4e00_45711a00"/><linearGradient id="Definition_LinearGradient_255_49_206_73_ffffffff_ffffff7f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.00;"/><stop offset="1" style="stop-color: #ffffff; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_255_49_206_73_ffffffff_ffffff7f" x1="255.29389880952" y1="49.584" x2="206.53296130952" y2="73.584" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_255_49_206_73_ffffffff_ffffff7f"/><linearGradient id="Definition_LinearGradient_231_198_206_73_ffffffff_ffffff7f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.00;"/><stop offset="1" style="stop-color: #ffffff; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_231_198_206_73_ffffffff_ffffff7f" x1="231.29389880952" y1="198" x2="206.53296130952" y2="73.584" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_231_198_206_73_ffffffff_ffffff7f"/><linearGradient id="Definition_LinearGradient_249_118_275_118_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_249_118_275_118_ffffffbf_0000007f" x1="249.66767113095" y1="118.608" x2="275.83017113095" y2="118.608" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_249_118_275_118_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_249_118_275_118_8f191900_ef292900"><stop offset="0" style="stop-color: #8f1919; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #ef2929; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_249_118_275_118_8f191900_ef292900" x1="249.66767113095" y1="118.608" x2="275.83017113095" y2="118.608" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_249_118_275_118_8f191900_ef292900"/><linearGradient id="Definition_LinearGradient_281_150_307_150_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_281_150_307_150_ffffffbf_0000007f" x1="281.50316220238" y1="150.288" x2="307.66566220238" y2="150.288" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_281_150_307_150_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_338_74_314_74_ffffffff_ffffff7f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.00;"/><stop offset="1" style="stop-color: #ffffff; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_338_74_314_74_ffffffff_ffffff7f" x1="338.80037202381" y1="74.544" x2="314.03943452381" y2="74.544" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_338_74_314_74_ffffffff_ffffff7f"/><linearGradient id="Definition_LinearGradient_372_198_347_210_ffffffff_ffffff7f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.00;"/><stop offset="1" style="stop-color: #ffffff; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_372_198_347_210_ffffffff_ffffff7f" x1="372.62723214286" y1="198" x2="347.86629464286" y2="210.384" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_372_198_347_210_ffffffff_ffffff7f"/><linearGradient id="Definition_LinearGradient_396_174_347_198_ffffffff_ffffff7f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.00;"/><stop offset="1" style="stop-color: #ffffff; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_396_174_347_198_ffffffff_ffffff7f" x1="396.62723214286" y1="174" x2="347.86629464286" y2="198" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_396_174_347_198_ffffffff_ffffff7f"/><linearGradient id="Definition_LinearGradient_391_186_417_186_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_391_186_417_186_ffffffbf_0000007f" x1="391.00100446429" y1="186" x2="417.16350446429" y2="186" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_391_186_417_186_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_391_186_417_186_8f191900_ef292900"><stop offset="0" style="stop-color: #8f1919; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #ef2929; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_391_186_417_186_8f191900_ef292900" x1="391.00100446429" y1="186" x2="417.16350446429" y2="186" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_391_186_417_186_8f191900_ef292900"/><linearGradient id="Definition_LinearGradient_422_186_448_186_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_422_186_448_186_ffffffbf_0000007f" x1="422.83649553571" y1="186" x2="448.99899553571" y2="186" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_422_186_448_186_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_480_186_455_186_ffffffff_ffffff7f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.00;"/><stop offset="1" style="stop-color: #ffffff; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_480_186_455_186_ffffffff_ffffff7f" x1="480.13370535714" y1="186" x2="455.37276785714" y2="186" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_480_186_455_186_ffffffff_ffffff7f"/><linearGradient id="Definition_LinearGradient_537_155_489_179_ffffffff_ffffff7f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.00;"/><stop offset="1" style="stop-color: #ffffff; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_537_155_489_179_ffffffff_ffffff7f" x1="537.96056547619" y1="155.28" x2="489.19962797619" y2="179.28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_537_155_489_179_ffffffff_ffffff7f"/><linearGradient id="Definition_LinearGradient_513_198_489_179_ffffffff_ffffff7f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.00;"/><stop offset="1" style="stop-color: #ffffff; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_513_198_489_179_ffffffff_ffffff7f" x1="513.96056547619" y1="198" x2="489.19962797619" y2="179.28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_513_198_489_179_ffffffff_ffffff7f"/><linearGradient id="Definition_LinearGradient_532_92_558_92_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_532_92_558_92_ffffffbf_0000007f" x1="532.33433779762" y1="92.688" x2="558.49683779762" y2="92.688" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_532_92_558_92_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_532_92_558_92_8f191900_ef292900"><stop offset="0" style="stop-color: #8f1919; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #ef2929; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_532_92_558_92_8f191900_ef292900" x1="532.33433779762" y1="92.688" x2="558.49683779762" y2="92.688" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_532_92_558_92_8f191900_ef292900"/><linearGradient id="Definition_LinearGradient_564_82_590_82_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_564_82_590_82_ffffffbf_0000007f" x1="564.16982886905" y1="82.032" x2="590.33232886905" y2="82.032" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_564_82_590_82_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_621_179_596_179_ffffffff_ffffff7f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.00;"/><stop offset="1" style="stop-color: #ffffff; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_621_179_596_179_ffffffff_ffffff7f" x1="621.46703869048" y1="179.088" x2="596.70610119048" y2="179.088" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_621_179_596_179_ffffffff_ffffff7f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,300.0000 L 0.0000,0.0000 L 700.0000,0.0000 L 700.0000,300.0000 L 0.0000,300.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;"/><path d=" M 1.0000,299.0000 L 1.0000,1.0000 L 139.0000,1.0000 L 139.0000,299.0000 L 1.0000,299.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 2.0000,298.0000 L 2.0000,2.0000 L 138.0000,2.0000 L 138.0000,298.0000 L 2.0000,298.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><path d=" M 4.0000,18.0000 L 4.0000,4.0000 L 18.0000,4.0000 L 18.0000,18.0000 L 4.0000,18.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 16.6000,5.4000 L 16.6000,16.6000 L 5.4000,16.6000 L 5.4000,5.4000 L 16.6000,5.4000 z " style="fill: url(#LinearGradient_5_5_16_16_abefff00_39506800); stroke: none;"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="11" cy="47" rx="7" ry="7" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><ellipse cx="11" cy="47" rx="6.3" ry="6.3" style="fill: url(#LinearGradient_8_44_13_49_ffff7700_7e752800); stroke: none;"/><path d=" M 4.0000,65.0000 L 11.0000,58.0000 L 18.0000,65.0000 L 11.0000,72.0000 L 4.0000,65.0000 z " style="fill: #8ae234; fill-opacity: 1.00; stroke: none;"/><path d=" M 16.6000,65.0000 L 11.0000,70.6000 L 5.4000,65.0000 L 11.0000,59.4000 L 16.6000,65.0000 z " style="fill: url(#LinearGradient_8_62_13_67_cfff4e00_45711a00); stroke: none;"/><path d=" M 140.0000,201.0000 L 170.0000,171.0000 L 700.0000,171.0000 L 670.0000,201.0000 L 140.0000,201.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 170.0000,171.0000 L 700.0000,171.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 692.0000,175.0000 L 700.0000,171.0000 L 692.0000,167.0000 L 692.0000,175.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 193.0000,300.0000 L 223.0000,270.0000 L 223.0000,0.0000 L 193.0000,30.0000 L 193.0000,300.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 223.0000,270.0000 L 223.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 219.5000,7.0000 L 223.0000,0.0000 L 226.5000,7.0000 L 219.5000,7.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 362.9200,243.0000 L 362.9200,27.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 334.3333,198.3000 L 364.3333,168.3000 L 364.3333,173.7000 L 334.3333,203.7000 L 334.3333,198.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 334.3333,198.3000 L 364.3333,168.3000 L 364.3333,173.7000 L 334.3333,203.7000 L 334.3333,198.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 507.0800,243.0000 L 507.0800,27.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 475.6667,198.3000 L 505.6667,168.3000 L 505.6667,173.7000 L 475.6667,203.7000 L 475.6667,198.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 475.6667,198.3000 L 505.6667,168.3000 L 505.6667,173.7000 L 475.6667,203.7000 L 475.6667,198.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 647.0000,243.0000 L 647.0000,27.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 617.0000,198.3000 L 647.0000,168.3000 L 647.0000,173.7000 L 617.0000,203.7000 L 617.0000,198.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 617.0000,198.3000 L 647.0000,168.3000 L 647.0000,173.7000 L 617.0000,203.7000 L 617.0000,198.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 647.0000,243.0000 L 223.0000,243.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 193.0000,273.0000 L 223.0000,243.0000 L 225.8393,243.0000 L 195.8393,273.0000 L 193.0000,273.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 193.0000,273.0000 L 223.0000,243.0000 L 225.8393,243.0000 L 195.8393,273.0000 L 193.0000,273.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 647.0000,98.2800 L 223.0000,98.2800" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 193.0000,129.0000 L 223.0000,99.0000 L 225.8393,99.0000 L 195.8393,129.0000 L 193.0000,129.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 193.0000,129.0000 L 223.0000,99.0000 L 225.8393,99.0000 L 195.8393,129.0000 L 193.0000,129.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 647.0000,27.0000 L 223.0000,27.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 193.0000,57.0000 L 223.0000,27.0000 L 225.8393,27.0000 L 195.8393,57.0000 L 193.0000,57.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;"/><path d=" M 193.0000,57.0000 L 223.0000,27.0000 L 225.8393,27.0000 L 195.8393,57.0000 L 193.0000,57.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 230.5330,49.5840 L 206.5330,73.5840 L 231.2939,73.5840 L 255.2939,49.5840 L 230.5330,49.5840 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;"/><path d=" M 231.2939,198.0000 L 206.5330,198.0000 L 206.5330,73.5840 L 231.2939,73.5840 L 231.2939,198.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 230.5330,49.5840 L 206.5330,73.5840 L 231.2939,73.5840 L 255.2939,49.5840 L 230.5330,49.5840 z " style="fill: url(#LinearGradient_255_49_206_73_ffffffff_ffffff7f); stroke: none;"/><path d=" M 231.2939,198.0000 L 206.5330,198.0000 L 206.5330,73.5840 L 231.2939,73.5840 L 231.2939,198.0000 z " style="fill: url(#LinearGradient_231_198_206_73_ffffffff_ffffff7f); stroke: none;"/><path d=" M 255.2939,49.5840 L 231.2939,73.5840 L 231.2939,198.0000 L 255.2939,174.0000 L 255.2939,49.5840 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;"/><path d="M 249.67,186.00 A 13.08,6.54 0 0,0 275.83,186.00 L 275.83,118.61 A 13.08,6.540625 0 0,1 249.67,118.61 z" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d="M 249.67,186.00 A 13.08,6.54 0 0,0 275.83,186.00 L 275.83,118.61 A 13.08,6.540625 0 0,1 249.67,118.61 z" style="fill: url(#LinearGradient_249_118_275_118_ffffffbf_0000007f); stroke: none;"/><ellipse cx="262.74892113095" cy="118.608" rx="13.08125" ry="6.540625" style="fill: url(#LinearGradient_249_118_275_118_8f191900_ef292900); stroke: none;"/><path d="M 281.50,186.00 A 13.08,6.54 0 0,0 307.67,186.00 L 307.67,150.29 A 13.08,6.540625 0 0,1 281.50,150.29 z" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><path d="M 281.50,186.00 A 13.08,6.54 0 0,0 307.67,186.00 L 307.67,150.29 A 13.08,6.540625 0 0,1 281.50,150.29 z" style="fill: url(#LinearGradient_281_150_307_150_ffffffbf_0000007f); stroke: none;"/><ellipse cx="294.58441220238" cy="150.288" rx="13.08125" ry="6.540625" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><path d=" M 319.3721,198.0000 L 314.0394,186.0000 L 314.0394,74.5440 L 319.3721,86.5440 L 319.3721,198.0000 z " style="fill: #8ae234; fill-opacity: 1.00; stroke: none;"/><path d=" M 314.0394,74.5440 L 319.3721,86.5440 L 338.8004,74.5440 L 333.4677,62.5440 L 314.0394,74.5440 z " style="fill: #53881f; fill-opacity: 1.00; stroke: none;"/><path d=" M 314.0394,74.5440 L 319.3721,86.5440 L 338.8004,74.5440 L 333.4677,62.5440 L 314.0394,74.5440 z " style="fill: url(#LinearGradient_338_74_314_74_ffffffff_ffffff7f); stroke: none;"/><path d=" M 319.3721,198.0000 L 338.8004,186.0000 L 338.8004,74.5440 L 319.3721,86.5440 L 319.3721,198.0000 z " style="fill: #6eb52a; fill-opacity: 1.00; stroke: none;"/><path d=" M 372.6272,198.0000 L 347.8663,198.0000 L 347.8663,210.3840 L 372.6272,210.3840 L 372.6272,198.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 371.8663,174.0000 L 347.8663,198.0000 L 372.6272,198.0000 L 396.6272,174.0000 L 371.8663,174.0000 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;"/><path d=" M 372.6272,198.0000 L 347.8663,198.0000 L 347.8663,210.3840 L 372.6272,210.3840 L 372.6272,198.0000 z " style="fill: url(#LinearGradient_372_198_347_210_ffffffff_ffffff7f); stroke: none;"/><path d=" M 371.8663,174.0000 L 347.8663,198.0000 L 372.6272,198.0000 L 396.6272,174.0000 L 371.8663,174.0000 z " style="fill: url(#LinearGradient_396_174_347_198_ffffffff_ffffff7f); stroke: none;"/><path d=" M 396.6272,186.3840 L 372.6272,210.3840 L 372.6272,198.0000 L 396.6272,174.0000 L 396.6272,186.3840 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;"/><path d="M 391.00,192.05 A 13.08,6.54 0 0,0 417.16,192.05 L 417.16,186.00 A 13.08,6.540625 0 0,1 391.00,186.00 z" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d="M 391.00,192.05 A 13.08,6.54 0 0,0 417.16,192.05 L 417.16,186.00 A 13.08,6.540625 0 0,1 391.00,186.00 z" style="fill: url(#LinearGradient_391_186_417_186_ffffffbf_0000007f); stroke: none;"/><ellipse cx="404.08225446429" cy="186" rx="13.08125" ry="6.540625" style="fill: url(#LinearGradient_391_186_417_186_8f191900_ef292900); stroke: none;"/><path d="M 422.84,256.56 A 13.08,6.54 0 0,0 449.00,256.56 L 449.00,186.00 A 13.08,6.540625 0 0,1 422.84,186.00 z" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><path d="M 422.84,256.56 A 13.08,6.54 0 0,0 449.00,256.56 L 449.00,186.00 A 13.08,6.540625 0 0,1 422.84,186.00 z" style="fill: url(#LinearGradient_422_186_448_186_ffffffbf_0000007f); stroke: none;"/><ellipse cx="435.91774553571" cy="186" rx="13.08125" ry="6.540625" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><path d=" M 460.7054,198.0000 L 455.3728,186.0000 L 455.3728,247.3440 L 460.7054,259.3440 L 460.7054,198.0000 z " style="fill: #8ae234; fill-opacity: 1.00; stroke: none;"/><path d=" M 455.3728,186.0000 L 460.7054,198.0000 L 480.1337,186.0000 L 474.8010,174.0000 L 455.3728,186.0000 z " style="fill: #53881f; fill-opacity: 1.00; stroke: none;"/><path d=" M 455.3728,186.0000 L 460.7054,198.0000 L 480.1337,186.0000 L 474.8010,174.0000 L 455.3728,186.0000 z " style="fill: url(#LinearGradient_480_186_455_186_ffffffff_ffffff7f); stroke: none;"/><path d=" M 460.7054,198.0000 L 480.1337,186.0000 L 480.1337,247.3440 L 460.7054,259.3440 L 460.7054,198.0000 z " style="fill: #6eb52a; fill-opacity: 1.00; stroke: none;"/><path d=" M 513.1996,155.2800 L 489.1996,179.2800 L 513.9606,179.2800 L 537.9606,155.2800 L 513.1996,155.2800 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;"/><path d=" M 513.9606,198.0000 L 489.1996,198.0000 L 489.1996,179.2800 L 513.9606,179.2800 L 513.9606,198.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;"/><path d=" M 513.1996,155.2800 L 489.1996,179.2800 L 513.9606,179.2800 L 537.9606,155.2800 L 513.1996,155.2800 z " style="fill: url(#LinearGradient_537_155_489_179_ffffffff_ffffff7f); stroke: none;"/><path d=" M 513.9606,198.0000 L 489.1996,198.0000 L 489.1996,179.2800 L 513.9606,179.2800 L 513.9606,198.0000 z " style="fill: url(#LinearGradient_513_198_489_179_ffffffff_ffffff7f); stroke: none;"/><path d=" M 537.9606,155.2800 L 513.9606,179.2800 L 513.9606,198.0000 L 537.9606,174.0000 L 537.9606,155.2800 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;"/><path d="M 532.33,186.00 A 13.08,6.54 0 0,0 558.50,186.00 L 558.50,92.69 A 13.08,6.540625 0 0,1 532.33,92.69 z" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;"/><path d="M 532.33,186.00 A 13.08,6.54 0 0,0 558.50,186.00 L 558.50,92.69 A 13.08,6.540625 0 0,1 532.33,92.69 z" style="fill: url(#LinearGradient_532_92_558_92_ffffffbf_0000007f); stroke: none;"/><ellipse cx="545.41558779762" cy="92.688" rx="13.08125" ry="6.540625" style="fill: url(#LinearGradient_532_92_558_92_8f191900_ef292900); stroke: none;"/><path d="M 564.17,186.00 A 13.08,6.54 0 0,0 590.33,186.00 L 590.33,82.03 A 13.08,6.540625 0 0,1 564.17,82.03 z" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><path d="M 564.17,186.00 A 13.08,6.54 0 0,0 590.33,186.00 L 590.33,82.03 A 13.08,6.540625 0 0,1 564.17,82.03 z" style="fill: url(#LinearGradient_564_82_590_82_ffffffbf_0000007f); stroke: none;"/><ellipse cx="577.25107886905" cy="82.032" rx="13.08125" ry="6.540625" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;"/><path d=" M 602.0388,198.0000 L 596.7061,186.0000 L 596.7061,179.0880 L 602.0388,191.0880 L 602.0388,198.0000 z " style="fill: #8ae234; fill-opacity: 1.00; stroke: none;"/><path d=" M 596.7061,179.0880 L 602.0388,191.0880 L 621.4670,179.0880 L 616.1344,167.0880 L 596.7061,179.0880 z " style="fill: #53881f; fill-opacity: 1.00; stroke: none;"/><path d=" M 596.7061,179.0880 L 602.0388,191.0880 L 621.4670,179.0880 L 616.1344,167.0880 L 596.7061,179.0880 z " style="fill: url(#LinearGradient_621_179_596_179_ffffffff_ffffff7f); stroke: none;"/><path d=" M 602.0388,198.0000 L 621.4670,186.0000 L 621.4670,179.0880 L 602.0388,191.0880 L 602.0388,198.0000 z " style="fill: #6eb52a; fill-opacity: 1.00; stroke: none;"/><path d=" M 700.0000,171.0000 L 670.0000,201.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 670.0000,201.0000 L 140.0000,201.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 140.0000,201.0000 L 170.0000,171.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 223.0000,0.0000 L 193.0000,30.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 193.0000,30.0000 L 193.0000,300.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 193.0000,300.0000 L 223.0000,270.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><text x="19" text-length="69.3px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Rectangle</text><text x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Circle</text><text x="19" text-length="46.2px" y="54" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Bullet</text><text x="19" text-length="53.9px" y="72" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Diamond</text><text x="198.92" text-length="94.16px" y="224.2" style="font-size: 21px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 1</text><text x="340.25333333333" text-length="94.16px" y="224.2" style="font-size: 21px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text x="481.58666666667" text-length="94.16px" y="224.2" style="font-size: 21px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text x="144.02714285714" text-length="47.08px" y="271.2" style="font-size: 21px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">-250</text><text x="179.33714285714" text-length="11.77px" y="199.2" style="font-size: 21px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text x="155.79714285714" text-length="35.31px" y="127.2" style="font-size: 21px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text x="155.79714285714" text-length="35.31px" y="80.2" style="font-size: 21px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="700" height="300" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_5_5_16_16_abefff00_39506800"><stop offset="0" style="stop-color: #abefff; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #395068; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_5_5_16_16_abefff00_39506800" x1="5.4" y1="5.4" x2="16.6" y2="16.6" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_5_5_16_16_abefff00_39506800"/><linearGradient id="Definition_LinearGradient_8_44_13_49_ffff7700_7e752800"><stop offset="0" style="stop-color: #ffff77; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #7e7528; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_8_44_13_49_ffff7700_7e752800" x1="8.100505066" y1="44.100505066" x2="13.899494934" y2="49.899494934" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_8_44_13_49_ffff7700_7e752800"/><linearGradient id="Definition_LinearGradient_8_62_13_67_cfff4e00_45711a00"><stop offset="0" style="stop-color: #cfff4e; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #45711a; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_8_62_13_67_cfff4e00_45711a00" x1="8.949747474" y1="62.949747474" x2="13.050252526" y2="67.050252526" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_8_62_13_67_cfff4e00_45711a00"/><linearGradient id="Definition_LinearGradient_255_49_206_73_ffffffff_ffffff7f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.00;"/><stop offset="1" style="stop-color: #ffffff; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_255_49_206_73_ffffffff_ffffff7f" x1="255.29389880952" y1="49.584" x2="206.53296130952" y2="73.584" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_255_49_206_73_ffffffff_ffffff7f"/><linearGradient id="Definition_LinearGradient_231_198_206_73_ffffffff_ffffff7f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.00;"/><stop offset="1" style="stop-color: #ffffff; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_231_198_206_73_ffffffff_ffffff7f" x1="231.29389880952" y1="198" x2="206.53296130952" y2="73.584" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_231_198_206_73_ffffffff_ffffff7f"/><linearGradient id="Definition_LinearGradient_249_118_275_118_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_249_118_275_118_ffffffbf_0000007f" x1="249.66767113095" y1="118.608" x2="275.83017113095" y2="118.608" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_249_118_275_118_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_249_118_275_118_8f191900_ef292900"><stop offset="0" style="stop-color: #8f1919; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #ef2929; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_249_118_275_118_8f191900_ef292900" x1="249.66767113095" y1="118.608" x2="275.83017113095" y2="118.608" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_249_118_275_118_8f191900_ef292900"/><linearGradient id="Definition_LinearGradient_281_150_307_150_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_281_150_307_150_ffffffbf_0000007f" x1="281.50316220238" y1="150.288" x2="307.66566220238" y2="150.288" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_281_150_307_150_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_338_74_314_74_ffffffff_ffffff7f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.00;"/><stop offset="1" style="stop-color: #ffffff; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_338_74_314_74_ffffffff_ffffff7f" x1="338.80037202381" y1="74.544" x2="314.03943452381" y2="74.544" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_338_74_314_74_ffffffff_ffffff7f"/><linearGradient id="Definition_LinearGradient_372_198_347_210_ffffffff_ffffff7f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.00;"/><stop offset="1" style="stop-color: #ffffff; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_372_198_347_210_ffffffff_ffffff7f" x1="372.62723214286" y1="198" x2="347.86629464286" y2="210.384" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_372_198_347_210_ffffffff_ffffff7f"/><linearGradient id="Definition_LinearGradient_396_174_347_198_ffffffff_ffffff7f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.00;"/><stop offset="1" style="stop-color: #ffffff; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_396_174_347_198_ffffffff_ffffff7f" x1="396.62723214286" y1="174" x2="347.86629464286" y2="198" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_396_174_347_198_ffffffff_ffffff7f"/><linearGradient id="Definition_LinearGradient_391_186_417_186_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_391_186_417_186_ffffffbf_0000007f" x1="391.00100446429" y1="186" x2="417.16350446429" y2="186" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_391_186_417_186_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_391_186_417_186_8f191900_ef292900"><stop offset="0" style="stop-color: #8f1919; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #ef2929; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_391_186_417_186_8f191900_ef292900" x1="391.00100446429" y1="186" x2="417.16350446429" y2="186" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_391_186_417_186_8f191900_ef292900"/><linearGradient id="Definition_LinearGradient_422_186_448_186_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_422_186_448_186_ffffffbf_0000007f" x1="422.83649553571" y1="186" x2="448.99899553571" y2="186" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_422_186_448_186_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_480_186_455_186_ffffffff_ffffff7f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.00;"/><stop offset="1" style="stop-color: #ffffff; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_480_186_455_186_ffffffff_ffffff7f" x1="480.13370535714" y1="186" x2="455.37276785714" y2="186" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_480_186_455_186_ffffffff_ffffff7f"/><linearGradient id="Definition_LinearGradient_537_155_489_179_ffffffff_ffffff7f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.00;"/><stop offset="1" style="stop-color: #ffffff; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_537_155_489_179_ffffffff_ffffff7f" x1="537.96056547619" y1="155.28" x2="489.19962797619" y2="179.28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_537_155_489_179_ffffffff_ffffff7f"/><linearGradient id="Definition_LinearGradient_513_198_489_179_ffffffff_ffffff7f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.00;"/><stop offset="1" style="stop-color: #ffffff; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_513_198_489_179_ffffffff_ffffff7f" x1="513.96056547619" y1="198" x2="489.19962797619" y2="179.28" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_513_198_489_179_ffffffff_ffffff7f"/><linearGradient id="Definition_LinearGradient_532_92_558_92_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_532_92_558_92_ffffffbf_0000007f" x1="532.33433779762" y1="92.688" x2="558.49683779762" y2="92.688" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_532_92_558_92_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_532_92_558_92_8f191900_ef292900"><stop offset="0" style="stop-color: #8f1919; stop-opacity: 1.00;"/><stop offset="1" style="stop-color: #ef2929; stop-opacity: 1.00;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_532_92_558_92_8f191900_ef292900" x1="532.33433779762" y1="92.688" x2="558.49683779762" y2="92.688" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_532_92_558_92_8f191900_ef292900"/><linearGradient id="Definition_LinearGradient_564_82_590_82_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_564_82_590_82_ffffffbf_0000007f" x1="564.16982886905" y1="82.032" x2="590.33232886905" y2="82.032" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_564_82_590_82_ffffffbf_0000007f"/><linearGradient id="Definition_LinearGradient_621_179_596_179_ffffffff_ffffff7f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.00;"/><stop offset="1" style="stop-color: #ffffff; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_621_179_596_179_ffffffff_ffffff7f" x1="621.46703869048" y1="179.088" x2="596.70610119048" y2="179.088" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_621_179_596_179_ffffffff_ffffff7f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,300.0000 L 0.0000,0.0000 L 700.0000,0.0000 L 700.0000,300.0000 L 0.0000,300.0000 z " style="fill: #2e3436; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 1.0000,299.0000 L 1.0000,1.0000 L 139.0000,1.0000 L 139.0000,299.0000 L 1.0000,299.0000 z " style="fill: none; stroke: #555753; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,298.0000 L 2.0000,2.0000 L 138.0000,2.0000 L 138.0000,298.0000 L 2.0000,298.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_3"/><path d=" M 4.0000,18.0000 L 4.0000,4.0000 L 18.0000,4.0000 L 18.0000,18.0000 L 4.0000,18.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_4"/><path d=" M 16.6000,5.4000 L 16.6000,16.6000 L 5.4000,16.6000 L 5.4000,5.4000 L 16.6000,5.4000 z " style="fill: url(#LinearGradient_5_5_16_16_abefff00_39506800); stroke: none;" id="ezcGraphPolygon_5"/><ellipse cx="11" cy="29" rx="7" ry="7" style="fill: none; stroke: #ef2929; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircle_7"/><ellipse cx="11" cy="47" rx="7" ry="7" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_9"/><ellipse cx="11" cy="47" rx="6.3" ry="6.3" style="fill: url(#LinearGradient_8_44_13_49_ffff7700_7e752800); stroke: none;" id="ezcGraphCircle_10"/><path d=" M 4.0000,65.0000 L 11.0000,58.0000 L 18.0000,65.0000 L 11.0000,72.0000 L 4.0000,65.0000 z " style="fill: #8ae234; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_12"/><path d=" M 16.6000,65.0000 L 11.0000,70.6000 L 5.4000,65.0000 L 11.0000,59.4000 L 16.6000,65.0000 z " style="fill: url(#LinearGradient_8_62_13_67_cfff4e00_45711a00); stroke: none;" id="ezcGraphPolygon_13"/><path d=" M 140.0000,201.0000 L 170.0000,171.0000 L 700.0000,171.0000 L 670.0000,201.0000 L 140.0000,201.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_15"/><path d=" M 170.0000,171.0000 L 700.0000,171.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_16"/><path d=" M 692.0000,175.0000 L 700.0000,171.0000 L 692.0000,167.0000 L 692.0000,175.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_17"/><path d=" M 193.0000,300.0000 L 223.0000,270.0000 L 223.0000,0.0000 L 193.0000,30.0000 L 193.0000,300.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_18"/><path d=" M 223.0000,270.0000 L 223.0000,0.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_19"/><path d=" M 219.5000,7.0000 L 223.0000,0.0000 L 226.5000,7.0000 L 219.5000,7.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_20"/><path d=" M 362.9200,243.0000 L 362.9200,27.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_22"/><path d=" M 334.3333,198.3000 L 364.3333,168.3000 L 364.3333,173.7000 L 334.3333,203.7000 L 334.3333,198.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_23"/><path d=" M 334.3333,198.3000 L 364.3333,168.3000 L 364.3333,173.7000 L 334.3333,203.7000 L 334.3333,198.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_24"/><path d=" M 507.0800,243.0000 L 507.0800,27.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_26"/><path d=" M 475.6667,198.3000 L 505.6667,168.3000 L 505.6667,173.7000 L 475.6667,203.7000 L 475.6667,198.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_27"/><path d=" M 475.6667,198.3000 L 505.6667,168.3000 L 505.6667,173.7000 L 475.6667,203.7000 L 475.6667,198.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_28"/><path d=" M 647.0000,243.0000 L 647.0000,27.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_30"/><path d=" M 617.0000,198.3000 L 647.0000,168.3000 L 647.0000,173.7000 L 617.0000,203.7000 L 617.0000,198.3000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_31"/><path d=" M 617.0000,198.3000 L 647.0000,168.3000 L 647.0000,173.7000 L 617.0000,203.7000 L 617.0000,198.3000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_32"/><path d=" M 647.0000,243.0000 L 223.0000,243.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_33"/><path d=" M 193.0000,273.0000 L 223.0000,243.0000 L 225.8393,243.0000 L 195.8393,273.0000 L 193.0000,273.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_34"/><path d=" M 193.0000,273.0000 L 223.0000,243.0000 L 225.8393,243.0000 L 195.8393,273.0000 L 193.0000,273.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_35"/><path d=" M 647.0000,98.2800 L 223.0000,98.2800" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_38"/><path d=" M 193.0000,129.0000 L 223.0000,99.0000 L 225.8393,99.0000 L 195.8393,129.0000 L 193.0000,129.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_39"/><path d=" M 193.0000,129.0000 L 223.0000,99.0000 L 225.8393,99.0000 L 195.8393,129.0000 L 193.0000,129.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_40"/><path d=" M 647.0000,27.0000 L 223.0000,27.0000" style="fill: none; stroke: #888a85; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_42"/><path d=" M 193.0000,57.0000 L 223.0000,27.0000 L 225.8393,27.0000 L 195.8393,57.0000 L 193.0000,57.0000 z " style="fill: #eeeeec; fill-opacity: 0.20; stroke: none;" id="ezcGraphPolygon_43"/><path d=" M 193.0000,57.0000 L 223.0000,27.0000 L 225.8393,27.0000 L 195.8393,57.0000 L 193.0000,57.0000 z " style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_44"/><path d=" M 230.5330,49.5840 L 206.5330,73.5840 L 231.2939,73.5840 L 255.2939,49.5840 L 230.5330,49.5840 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_46"/><path d=" M 231.2939,198.0000 L 206.5330,198.0000 L 206.5330,73.5840 L 231.2939,73.5840 L 231.2939,198.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_47"/><path d=" M 230.5330,49.5840 L 206.5330,73.5840 L 231.2939,73.5840 L 255.2939,49.5840 L 230.5330,49.5840 z " style="fill: url(#LinearGradient_255_49_206_73_ffffffff_ffffff7f); stroke: none;" id="ezcGraphPolygon_48"/><path d=" M 231.2939,198.0000 L 206.5330,198.0000 L 206.5330,73.5840 L 231.2939,73.5840 L 231.2939,198.0000 z " style="fill: url(#LinearGradient_231_198_206_73_ffffffff_ffffff7f); stroke: none;" id="ezcGraphPolygon_49"/><path d=" M 255.2939,49.5840 L 231.2939,73.5840 L 231.2939,198.0000 L 255.2939,174.0000 L 255.2939,49.5840 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_50"/><path d="M 249.67,186.00 A 13.08,6.54 0 0,0 275.83,186.00 L 275.83,118.61 A 13.08,6.540625 0 0,1 249.67,118.61 z" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_51"/><path d="M 249.67,186.00 A 13.08,6.54 0 0,0 275.83,186.00 L 275.83,118.61 A 13.08,6.540625 0 0,1 249.67,118.61 z" style="fill: url(#LinearGradient_249_118_275_118_ffffffbf_0000007f); stroke: none;"/><ellipse cx="262.74892113095" cy="118.608" rx="13.08125" ry="6.540625" style="fill: url(#LinearGradient_249_118_275_118_8f191900_ef292900); stroke: none;" id="ezcGraphCircle_52"/><path d="M 281.50,186.00 A 13.08,6.54 0 0,0 307.67,186.00 L 307.67,150.29 A 13.08,6.540625 0 0,1 281.50,150.29 z" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_53"/><path d="M 281.50,186.00 A 13.08,6.54 0 0,0 307.67,186.00 L 307.67,150.29 A 13.08,6.540625 0 0,1 281.50,150.29 z" style="fill: url(#LinearGradient_281_150_307_150_ffffffbf_0000007f); stroke: none;"/><ellipse cx="294.58441220238" cy="150.288" rx="13.08125" ry="6.540625" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_54"/><path d=" M 319.3721,198.0000 L 314.0394,186.0000 L 314.0394,74.5440 L 319.3721,86.5440 L 319.3721,198.0000 z " style="fill: #8ae234; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_55"/><path d=" M 314.0394,74.5440 L 319.3721,86.5440 L 338.8004,74.5440 L 333.4677,62.5440 L 314.0394,74.5440 z " style="fill: #53881f; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_56"/><path d=" M 314.0394,74.5440 L 319.3721,86.5440 L 338.8004,74.5440 L 333.4677,62.5440 L 314.0394,74.5440 z " style="fill: url(#LinearGradient_338_74_314_74_ffffffff_ffffff7f); stroke: none;" id="ezcGraphPolygon_57"/><path d=" M 319.3721,198.0000 L 338.8004,186.0000 L 338.8004,74.5440 L 319.3721,86.5440 L 319.3721,198.0000 z " style="fill: #6eb52a; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_58"/><path d=" M 372.6272,198.0000 L 347.8663,198.0000 L 347.8663,210.3840 L 372.6272,210.3840 L 372.6272,198.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_59"/><path d=" M 371.8663,174.0000 L 347.8663,198.0000 L 372.6272,198.0000 L 396.6272,174.0000 L 371.8663,174.0000 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_60"/><path d=" M 372.6272,198.0000 L 347.8663,198.0000 L 347.8663,210.3840 L 372.6272,210.3840 L 372.6272,198.0000 z " style="fill: url(#LinearGradient_372_198_347_210_ffffffff_ffffff7f); stroke: none;" id="ezcGraphPolygon_61"/><path d=" M 371.8663,174.0000 L 347.8663,198.0000 L 372.6272,198.0000 L 396.6272,174.0000 L 371.8663,174.0000 z " style="fill: url(#LinearGradient_396_174_347_198_ffffffff_ffffff7f); stroke: none;" id="ezcGraphPolygon_62"/><path d=" M 396.6272,186.3840 L 372.6272,210.3840 L 372.6272,198.0000 L 396.6272,174.0000 L 396.6272,186.3840 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_63"/><path d="M 391.00,192.05 A 13.08,6.54 0 0,0 417.16,192.05 L 417.16,186.00 A 13.08,6.540625 0 0,1 391.00,186.00 z" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_64"/><path d="M 391.00,192.05 A 13.08,6.54 0 0,0 417.16,192.05 L 417.16,186.00 A 13.08,6.540625 0 0,1 391.00,186.00 z" style="fill: url(#LinearGradient_391_186_417_186_ffffffbf_0000007f); stroke: none;"/><ellipse cx="404.08225446429" cy="186" rx="13.08125" ry="6.540625" style="fill: url(#LinearGradient_391_186_417_186_8f191900_ef292900); stroke: none;" id="ezcGraphCircle_65"/><path d="M 422.84,256.56 A 13.08,6.54 0 0,0 449.00,256.56 L 449.00,186.00 A 13.08,6.540625 0 0,1 422.84,186.00 z" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_66"/><path d="M 422.84,256.56 A 13.08,6.54 0 0,0 449.00,256.56 L 449.00,186.00 A 13.08,6.540625 0 0,1 422.84,186.00 z" style="fill: url(#LinearGradient_422_186_448_186_ffffffbf_0000007f); stroke: none;"/><ellipse cx="435.91774553571" cy="186" rx="13.08125" ry="6.540625" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_67"/><path d=" M 460.7054,198.0000 L 455.3728,186.0000 L 455.3728,247.3440 L 460.7054,259.3440 L 460.7054,198.0000 z " style="fill: #8ae234; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_68"/><path d=" M 455.3728,186.0000 L 460.7054,198.0000 L 480.1337,186.0000 L 474.8010,174.0000 L 455.3728,186.0000 z " style="fill: #53881f; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_69"/><path d=" M 455.3728,186.0000 L 460.7054,198.0000 L 480.1337,186.0000 L 474.8010,174.0000 L 455.3728,186.0000 z " style="fill: url(#LinearGradient_480_186_455_186_ffffffff_ffffff7f); stroke: none;" id="ezcGraphPolygon_70"/><path d=" M 460.7054,198.0000 L 480.1337,186.0000 L 480.1337,247.3440 L 460.7054,259.3440 L 460.7054,198.0000 z " style="fill: #6eb52a; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_71"/><path d=" M 513.1996,155.2800 L 489.1996,179.2800 L 513.9606,179.2800 L 537.9606,155.2800 L 513.1996,155.2800 z " style="fill: #445f7c; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_72"/><path d=" M 513.9606,198.0000 L 489.1996,198.0000 L 489.1996,179.2800 L 513.9606,179.2800 L 513.9606,198.0000 z " style="fill: #729fcf; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_73"/><path d=" M 513.1996,155.2800 L 489.1996,179.2800 L 513.9606,179.2800 L 537.9606,155.2800 L 513.1996,155.2800 z " style="fill: url(#LinearGradient_537_155_489_179_ffffffff_ffffff7f); stroke: none;" id="ezcGraphPolygon_74"/><path d=" M 513.9606,198.0000 L 489.1996,198.0000 L 489.1996,179.2800 L 513.9606,179.2800 L 513.9606,198.0000 z " style="fill: url(#LinearGradient_513_198_489_179_ffffffff_ffffff7f); stroke: none;" id="ezcGraphPolygon_75"/><path d=" M 537.9606,155.2800 L 513.9606,179.2800 L 513.9606,198.0000 L 537.9606,174.0000 L 537.9606,155.2800 z " style="fill: #5b7fa6; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_76"/><path d="M 532.33,186.00 A 13.08,6.54 0 0,0 558.50,186.00 L 558.50,92.69 A 13.08,6.540625 0 0,1 532.33,92.69 z" style="fill: #ef2929; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_77"/><path d="M 532.33,186.00 A 13.08,6.54 0 0,0 558.50,186.00 L 558.50,92.69 A 13.08,6.540625 0 0,1 532.33,92.69 z" style="fill: url(#LinearGradient_532_92_558_92_ffffffbf_0000007f); stroke: none;"/><ellipse cx="545.41558779762" cy="92.688" rx="13.08125" ry="6.540625" style="fill: url(#LinearGradient_532_92_558_92_8f191900_ef292900); stroke: none;" id="ezcGraphCircle_78"/><path d="M 564.17,186.00 A 13.08,6.54 0 0,0 590.33,186.00 L 590.33,82.03 A 13.08,6.540625 0 0,1 564.17,82.03 z" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_79"/><path d="M 564.17,186.00 A 13.08,6.54 0 0,0 590.33,186.00 L 590.33,82.03 A 13.08,6.540625 0 0,1 564.17,82.03 z" style="fill: url(#LinearGradient_564_82_590_82_ffffffbf_0000007f); stroke: none;"/><ellipse cx="577.25107886905" cy="82.032" rx="13.08125" ry="6.540625" style="fill: #fce94f; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_80"/><path d=" M 602.0388,198.0000 L 596.7061,186.0000 L 596.7061,179.0880 L 602.0388,191.0880 L 602.0388,198.0000 z " style="fill: #8ae234; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_81"/><path d=" M 596.7061,179.0880 L 602.0388,191.0880 L 621.4670,179.0880 L 616.1344,167.0880 L 596.7061,179.0880 z " style="fill: #53881f; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_82"/><path d=" M 596.7061,179.0880 L 602.0388,191.0880 L 621.4670,179.0880 L 616.1344,167.0880 L 596.7061,179.0880 z " style="fill: url(#LinearGradient_621_179_596_179_ffffffff_ffffff7f); stroke: none;" id="ezcGraphPolygon_83"/><path d=" M 602.0388,198.0000 L 621.4670,186.0000 L 621.4670,179.0880 L 602.0388,191.0880 L 602.0388,198.0000 z " style="fill: #6eb52a; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_84"/><path d=" M 700.0000,171.0000 L 670.0000,201.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_85"/><path d=" M 670.0000,201.0000 L 140.0000,201.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_86"/><path d=" M 140.0000,201.0000 L 170.0000,171.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_87"/><path d=" M 223.0000,0.0000 L 193.0000,30.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_88"/><path d=" M 193.0000,30.0000 L 193.0000,300.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_89"/><path d=" M 193.0000,300.0000 L 223.0000,270.0000" style="fill: none; stroke: #eeeeec; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_90"/><text id="ezcGraphTextBox_6" x="19" text-length="69.3px" y="18" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Rectangle</text><text id="ezcGraphTextBox_8" x="19" text-length="46.2px" y="36" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Circle</text><text id="ezcGraphTextBox_11" x="19" text-length="46.2px" y="54" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Bullet</text><text id="ezcGraphTextBox_14" x="19" text-length="53.9px" y="72" style="font-size: 14px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">Diamond</text><text id="ezcGraphTextBox_21" x="198.92" text-length="94.16px" y="224.2" style="font-size: 21px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 1</text><text id="ezcGraphTextBox_25" x="340.25333333333" text-length="94.16px" y="224.2" style="font-size: 21px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 2</text><text id="ezcGraphTextBox_29" x="481.58666666667" text-length="94.16px" y="224.2" style="font-size: 21px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">sample 3</text><text id="ezcGraphTextBox_36" x="144.02714285714" text-length="47.08px" y="271.2" style="font-size: 21px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">-250</text><text id="ezcGraphTextBox_37" x="179.33714285714" text-length="11.77px" y="199.2" style="font-size: 21px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">0</text><text id="ezcGraphTextBox_41" x="155.79714285714" text-length="35.31px" y="127.2" style="font-size: 21px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">250</text><text id="ezcGraphTextBox_45" x="155.79714285714" text-length="35.31px" y="80.2" style="font-size: 21px; font-family: sans-serif; fill: #d3d7cf; fill-opacity: 1.00; stroke: none;">500</text></g></svg>
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawChartInTemplate.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawChartInTemplate.svg
index c2e8363..b9ccd78 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawChartInTemplate.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawChartInTemplate.svg
@@ -35,4 +35,4 @@
<rect style="fill:white;fill-opacity:1;stroke:#999;stroke-width:1.12038434;stroke-opacity:1" id="rect1872" width="501" height="301" x="49.5" y="69.5"/>
<g id="graph_root_node"/>
</g>
-<g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,300.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,300.0000 L 0.0000,300.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 0.0000,300.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,300.0000 L 0.0000,300.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><path d=" M 2.0000,16.0000 L 2.0000,2.0000 L 16.0000,2.0000 L 16.0000,16.0000 L 2.0000,16.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,34.0000 L 2.0000,20.0000 L 16.0000,20.0000 L 16.0000,34.0000 L 2.0000,34.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,52.0000 L 2.0000,38.0000 L 16.0000,38.0000 L 16.0000,52.0000 L 2.0000,52.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,70.0000 L 2.0000,56.0000 L 16.0000,56.0000 L 16.0000,70.0000 L 2.0000,70.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 2.0000,88.0000 L 2.0000,74.0000 L 16.0000,74.0000 L 16.0000,88.0000 L 2.0000,88.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 343.09,111.98 A 90.00,49.00 0 0,0 252.20,113.48 L 252.20,103.48 A 90.00,49.000000 0 0,1 343.09,101.98 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 343.09,111.98 A 90.00,49.00 0 0,0 252.20,113.48 L 252.20,103.48 A 90.00,49.000000 0 0,1 343.09,101.98 z" style="fill: url(#LinearGradient_210_145_390_145_ffffffbf_0000007f); stroke: none;"/><path d="M 358.15,117.60 A 90.00,49.00 0 0,0 343.09,111.98 L 343.09,101.98 A 90.00,49.000000 0 0,1 358.15,107.60 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 358.15,117.60 A 90.00,49.00 0 0,0 343.09,111.98 L 343.09,101.98 A 90.00,49.000000 0 0,1 358.15,107.60 z" style="fill: url(#LinearGradient_210_145_390_145_ffffffbf_0000007f); stroke: none;"/><path d="M 252.20,113.48 A 90.00,49.00 0 0,0 231.59,123.16 L 231.59,113.16 A 90.00,49.000000 0 0,1 252.20,103.48 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 252.20,113.48 A 90.00,49.00 0 0,0 231.59,123.16 L 231.59,113.16 A 90.00,49.000000 0 0,1 252.20,103.48 z" style="fill: url(#LinearGradient_210_145_390_145_ffffffbf_0000007f); stroke: none;"/><path d="M 390.00,155.00 A 90.00,49.00 0 0,0 358.15,117.60 L 358.15,107.60 A 90.00,49.000000 0 0,1 390.00,145.00 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 390.00,155.00 A 90.00,49.00 0 0,0 358.15,117.60 L 358.15,107.60 A 90.00,49.000000 0 0,1 390.00,145.00 z" style="fill: url(#LinearGradient_210_145_390_145_ffffffbf_0000007f); stroke: none;"/><path d=" M 343.0898,101.9811 L 300.0000,145.0000 L 300.0000,155.0000 L 343.0898,111.9811 L 343.0898,101.9811 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 343.0898,101.9811 L 300.0000,145.0000 L 300.0000,155.0000 L 343.0898,111.9811 L 343.0898,101.9811 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 343.0898,101.9811 L 300.0000,145.0000 L 300.0000,155.0000 L 343.0898,111.9811 L 343.0898,101.9811 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 343.0898,101.9811 L 300.0000,145.0000 L 300.0000,155.0000 L 343.0898,111.9811 L 343.0898,101.9811 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 252.1962,103.4835 L 300.0000,145.0000 L 300.0000,155.0000 L 252.1962,113.4835 L 252.1962,103.4835 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 252.1962,103.4835 L 300.0000,145.0000 L 300.0000,155.0000 L 252.1962,113.4835 L 252.1962,103.4835 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 252.1962,103.4835 L 300.0000,145.0000 L 300.0000,155.0000 L 252.1962,113.4835 L 252.1962,103.4835 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 252.1962,103.4835 L 300.0000,145.0000 L 300.0000,155.0000 L 252.1962,113.4835 L 252.1962,103.4835 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 358.1502,107.6012 L 300.0000,145.0000 L 300.0000,155.0000 L 358.1502,117.6012 L 358.1502,107.6012 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 358.1502,107.6012 L 300.0000,145.0000 L 300.0000,155.0000 L 358.1502,117.6012 L 358.1502,107.6012 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 358.1502,107.6012 L 300.0000,145.0000 L 300.0000,155.0000 L 358.1502,117.6012 L 358.1502,107.6012 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d=" M 358.1502,107.6012 L 300.0000,145.0000 L 300.0000,155.0000 L 358.1502,117.6012 L 358.1502,107.6012 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 231.5905,113.1598 L 300.0000,145.0000 L 300.0000,155.0000 L 231.5905,123.1598 L 231.5905,113.1598 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 231.5905,113.1598 L 300.0000,145.0000 L 300.0000,155.0000 L 231.5905,123.1598 L 231.5905,113.1598 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 231.5905,113.1598 L 300.0000,145.0000 L 300.0000,155.0000 L 231.5905,123.1598 L 231.5905,113.1598 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 231.5905,113.1598 L 300.0000,145.0000 L 300.0000,155.0000 L 231.5905,123.1598 L 231.5905,113.1598 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 390.0000,145.0000 L 300.0000,145.0000 L 300.0000,155.0000 L 390.0000,155.0000 L 390.0000,145.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 390.0000,145.0000 L 300.0000,145.0000 L 300.0000,155.0000 L 390.0000,155.0000 L 390.0000,145.0000 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 390.0000,145.0000 L 300.0000,145.0000 L 300.0000,155.0000 L 390.0000,155.0000 L 390.0000,145.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d=" M 390.0000,145.0000 L 300.0000,145.0000 L 300.0000,155.0000 L 390.0000,155.0000 L 390.0000,145.0000 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 210.00,155.00 A 90.00,49.00 0 0,0 390.00,155.00 L 390.00,145.00 A 90.00,49.000000 0 0,1 210.00,145.00 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 210.00,155.00 A 90.00,49.00 0 0,0 390.00,155.00 L 390.00,145.00 A 90.00,49.000000 0 0,1 210.00,145.00 z" style="fill: url(#LinearGradient_210_145_390_145_ffffffbf_0000007f); stroke: none;"/><path d="M 231.59,123.16 A 90.00,49.00 0 0,0 210.00,155.00 L 210.00,145.00 A 90.00,49.000000 0 0,1 231.59,113.16 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 231.59,123.16 A 90.00,49.00 0 0,0 210.00,155.00 L 210.00,145.00 A 90.00,49.000000 0 0,1 231.59,113.16 z" style="fill: url(#LinearGradient_210_145_390_145_ffffffbf_0000007f); stroke: none;"/><path d="M 300.00,145.00 L 390.00,145.00 A 90.00,49.00 0 1,1 231.59,113.16 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,145.00 L 390.00,145.00 A 90.00,49.00 0 1,1 231.59,113.16 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,145.00 L 231.59,113.16 A 90.00,49.00 0 0,1 252.20,103.48 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,145.00 L 231.59,113.16 A 90.00,49.00 0 0,1 252.20,103.48 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,145.00 L 252.20,103.48 A 90.00,49.00 0 0,1 343.09,101.98 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,145.00 L 252.20,103.48 A 90.00,49.00 0 0,1 343.09,101.98 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,145.00 L 343.09,101.98 A 90.00,49.00 0 0,1 358.15,107.60 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,145.00 L 343.09,101.98 A 90.00,49.00 0 0,1 358.15,107.60 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 300.00,145.00 L 358.15,107.60 A 90.00,49.00 0 0,1 390.00,145.00 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 300.00,145.00 L 358.15,107.60 A 90.00,49.00 0 0,1 390.00,145.00 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 298.1792,109.0166 L 225.6948,76.9631" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="298.17919395494" cy="109.0165804915" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="225.69476794592" cy="76.963055416875" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 260.8118,117.7394 L 198.0108,121.9631" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="260.81181529129" cy="117.7393502549" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="198.01078321789" cy="121.96305541687" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 279.2200,178.7720 L 195.4492,166.9631" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="279.21997746908" cy="178.77200969592" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="195.44922754781" cy="166.96305541687" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 333.9216,115.3056 L 380.6363,83.4461" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="333.92163212695" cy="115.30561947803" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="380.63629043296" cy="83.446080878682" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 354.4335,129.8567 L 403.6495,128.4461" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="354.43348875685" cy="129.85674048849" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="403.64951904905" cy="128.44608087868" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><text x="17" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text x="17" text-length="15.4px" y="34" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text x="17" text-length="38.5px" y="52" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text x="17" text-length="30.8px" y="70" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text x="17" text-length="46.2px" y="88" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text x="136.09476794592" text-length="83.6px" y="80.963055416875" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text><text x="130.41078321789" text-length="61.6px" y="125.96305541687" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text x="154.24922754781" text-length="35.2px" y="166.91305541687" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla:</text><text x="136.64922754781" text-length="52.8px" y="175.71305541687" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">4375 (61.3%)</text><text x="386.63629043296" text-length="70.4px" y="87.446080878682" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text x="409.64951904905" text-length="83.6px" y="132.44608087868" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text></g></svg>
+<g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 0.0000,300.0000 L 0.0000,0.0000 L 500.0000,0.0000 L 500.0000,300.0000 L 0.0000,300.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 0.0000,300.0000 L 0.0000,0.0000 L 100.0000,0.0000 L 100.0000,300.0000 L 0.0000,300.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_2"/><path d=" M 2.0000,16.0000 L 2.0000,2.0000 L 16.0000,2.0000 L 16.0000,16.0000 L 2.0000,16.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_3"/><path d=" M 2.0000,34.0000 L 2.0000,20.0000 L 16.0000,20.0000 L 16.0000,34.0000 L 2.0000,34.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_5"/><path d=" M 2.0000,52.0000 L 2.0000,38.0000 L 16.0000,38.0000 L 16.0000,52.0000 L 2.0000,52.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_7"/><path d=" M 2.0000,70.0000 L 2.0000,56.0000 L 16.0000,56.0000 L 16.0000,70.0000 L 2.0000,70.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_9"/><path d=" M 2.0000,88.0000 L 2.0000,74.0000 L 16.0000,74.0000 L 16.0000,88.0000 L 2.0000,88.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_11"/><path d="M 343.09,111.98 A 90.00,49.00 0 0,0 252.20,113.48 L 252.20,103.48 A 90.00,49.000000 0 0,1 343.09,101.98 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_13"/><path d="M 343.09,111.98 A 90.00,49.00 0 0,0 252.20,113.48 L 252.20,103.48 A 90.00,49.000000 0 0,1 343.09,101.98 z" style="fill: url(#LinearGradient_210_145_390_145_ffffffbf_0000007f); stroke: none;"/><path d="M 358.15,117.60 A 90.00,49.00 0 0,0 343.09,111.98 L 343.09,101.98 A 90.00,49.000000 0 0,1 358.15,107.60 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_14"/><path d="M 358.15,117.60 A 90.00,49.00 0 0,0 343.09,111.98 L 343.09,101.98 A 90.00,49.000000 0 0,1 358.15,107.60 z" style="fill: url(#LinearGradient_210_145_390_145_ffffffbf_0000007f); stroke: none;"/><path d="M 252.20,113.48 A 90.00,49.00 0 0,0 231.59,123.16 L 231.59,113.16 A 90.00,49.000000 0 0,1 252.20,103.48 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_15"/><path d="M 252.20,113.48 A 90.00,49.00 0 0,0 231.59,123.16 L 231.59,113.16 A 90.00,49.000000 0 0,1 252.20,103.48 z" style="fill: url(#LinearGradient_210_145_390_145_ffffffbf_0000007f); stroke: none;"/><path d="M 390.00,155.00 A 90.00,49.00 0 0,0 358.15,117.60 L 358.15,107.60 A 90.00,49.000000 0 0,1 390.00,145.00 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_16"/><path d="M 390.00,155.00 A 90.00,49.00 0 0,0 358.15,117.60 L 358.15,107.60 A 90.00,49.000000 0 0,1 390.00,145.00 z" style="fill: url(#LinearGradient_210_145_390_145_ffffffbf_0000007f); stroke: none;"/><path d=" M 343.0898,101.9811 L 300.0000,145.0000 L 300.0000,155.0000 L 343.0898,111.9811 L 343.0898,101.9811 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_17"/><path d=" M 343.0898,101.9811 L 300.0000,145.0000 L 300.0000,155.0000 L 343.0898,111.9811 L 343.0898,101.9811 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_18"/><path d=" M 343.0898,101.9811 L 300.0000,145.0000 L 300.0000,155.0000 L 343.0898,111.9811 L 343.0898,101.9811 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_19"/><path d=" M 343.0898,101.9811 L 300.0000,145.0000 L 300.0000,155.0000 L 343.0898,111.9811 L 343.0898,101.9811 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_20"/><path d=" M 252.1962,103.4835 L 300.0000,145.0000 L 300.0000,155.0000 L 252.1962,113.4835 L 252.1962,103.4835 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_21"/><path d=" M 252.1962,103.4835 L 300.0000,145.0000 L 300.0000,155.0000 L 252.1962,113.4835 L 252.1962,103.4835 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_22"/><path d=" M 252.1962,103.4835 L 300.0000,145.0000 L 300.0000,155.0000 L 252.1962,113.4835 L 252.1962,103.4835 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_23"/><path d=" M 252.1962,103.4835 L 300.0000,145.0000 L 300.0000,155.0000 L 252.1962,113.4835 L 252.1962,103.4835 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_24"/><path d=" M 358.1502,107.6012 L 300.0000,145.0000 L 300.0000,155.0000 L 358.1502,117.6012 L 358.1502,107.6012 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_25"/><path d=" M 358.1502,107.6012 L 300.0000,145.0000 L 300.0000,155.0000 L 358.1502,117.6012 L 358.1502,107.6012 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_26"/><path d=" M 358.1502,107.6012 L 300.0000,145.0000 L 300.0000,155.0000 L 358.1502,117.6012 L 358.1502,107.6012 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_27"/><path d=" M 358.1502,107.6012 L 300.0000,145.0000 L 300.0000,155.0000 L 358.1502,117.6012 L 358.1502,107.6012 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_28"/><path d=" M 231.5905,113.1598 L 300.0000,145.0000 L 300.0000,155.0000 L 231.5905,123.1598 L 231.5905,113.1598 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_29"/><path d=" M 231.5905,113.1598 L 300.0000,145.0000 L 300.0000,155.0000 L 231.5905,123.1598 L 231.5905,113.1598 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_30"/><path d=" M 231.5905,113.1598 L 300.0000,145.0000 L 300.0000,155.0000 L 231.5905,123.1598 L 231.5905,113.1598 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_31"/><path d=" M 231.5905,113.1598 L 300.0000,145.0000 L 300.0000,155.0000 L 231.5905,123.1598 L 231.5905,113.1598 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_32"/><path d=" M 390.0000,145.0000 L 300.0000,145.0000 L 300.0000,155.0000 L 390.0000,155.0000 L 390.0000,145.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_33"/><path d=" M 390.0000,145.0000 L 300.0000,145.0000 L 300.0000,155.0000 L 390.0000,155.0000 L 390.0000,145.0000 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_34"/><path d=" M 390.0000,145.0000 L 300.0000,145.0000 L 300.0000,155.0000 L 390.0000,155.0000 L 390.0000,145.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_35"/><path d=" M 390.0000,145.0000 L 300.0000,145.0000 L 300.0000,155.0000 L 390.0000,155.0000 L 390.0000,145.0000 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_36"/><path d="M 210.00,155.00 A 90.00,49.00 0 0,0 390.00,155.00 L 390.00,145.00 A 90.00,49.000000 0 0,1 210.00,145.00 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_37"/><path d="M 210.00,155.00 A 90.00,49.00 0 0,0 390.00,155.00 L 390.00,145.00 A 90.00,49.000000 0 0,1 210.00,145.00 z" style="fill: url(#LinearGradient_210_145_390_145_ffffffbf_0000007f); stroke: none;"/><path d="M 231.59,123.16 A 90.00,49.00 0 0,0 210.00,155.00 L 210.00,145.00 A 90.00,49.000000 0 0,1 231.59,113.16 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_38"/><path d="M 231.59,123.16 A 90.00,49.00 0 0,0 210.00,155.00 L 210.00,145.00 A 90.00,49.000000 0 0,1 231.59,113.16 z" style="fill: url(#LinearGradient_210_145_390_145_ffffffbf_0000007f); stroke: none;"/><path d="M 300.00,145.00 L 390.00,145.00 A 90.00,49.00 0 1,1 231.59,113.16 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_39"/><path d="M 300.00,145.00 L 390.00,145.00 A 90.00,49.00 0 1,1 231.59,113.16 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_40"/><path d="M 300.00,145.00 L 231.59,113.16 A 90.00,49.00 0 0,1 252.20,103.48 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_41"/><path d="M 300.00,145.00 L 231.59,113.16 A 90.00,49.00 0 0,1 252.20,103.48 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_42"/><path d="M 300.00,145.00 L 252.20,103.48 A 90.00,49.00 0 0,1 343.09,101.98 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_43"/><path d="M 300.00,145.00 L 252.20,103.48 A 90.00,49.00 0 0,1 343.09,101.98 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_44"/><path d="M 300.00,145.00 L 343.09,101.98 A 90.00,49.00 0 0,1 358.15,107.60 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_45"/><path d="M 300.00,145.00 L 343.09,101.98 A 90.00,49.00 0 0,1 358.15,107.60 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_46"/><path d="M 300.00,145.00 L 358.15,107.60 A 90.00,49.00 0 0,1 390.00,145.00 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_47"/><path d="M 300.00,145.00 L 358.15,107.60 A 90.00,49.00 0 0,1 390.00,145.00 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_48"/><path d=" M 298.1792,109.0166 L 225.6948,76.9631" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_49"/><ellipse cx="298.17919395494" cy="109.0165804915" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_50"/><ellipse cx="225.69476794592" cy="76.963055416875" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_51"/><path d=" M 260.8118,117.7394 L 198.0108,121.9631" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_53"/><ellipse cx="260.81181529129" cy="117.7393502549" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_54"/><ellipse cx="198.01078321789" cy="121.96305541687" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_55"/><path d=" M 279.2200,178.7720 L 195.4492,166.9631" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_57"/><ellipse cx="279.21997746908" cy="178.77200969592" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_58"/><ellipse cx="195.44922754781" cy="166.96305541687" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_59"/><path d=" M 333.9216,115.3056 L 380.6363,83.4461" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_61"/><ellipse cx="333.92163212695" cy="115.30561947803" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_62"/><ellipse cx="380.63629043296" cy="83.446080878682" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_63"/><path d=" M 354.4335,129.8567 L 403.6495,128.4461" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_65"/><ellipse cx="354.43348875685" cy="129.85674048849" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_66"/><ellipse cx="403.64951904905" cy="128.44608087868" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_67"/><text id="ezcGraphTextBox_4" x="17" text-length="53.9px" y="16" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text id="ezcGraphTextBox_6" x="17" text-length="15.4px" y="34" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text id="ezcGraphTextBox_8" x="17" text-length="38.5px" y="52" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text id="ezcGraphTextBox_10" x="17" text-length="30.8px" y="70" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text id="ezcGraphTextBox_12" x="17" text-length="46.2px" y="88" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text id="ezcGraphTextBox_52" x="136.09476794592" text-length="83.6px" y="80.963055416875" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text><text id="ezcGraphTextBox_56" x="130.41078321789" text-length="61.6px" y="125.96305541687" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text id="ezcGraphTextBox_60" x="154.24922754781" text-length="35.2px" y="166.91305541687" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla:</text><text id="ezcGraphTextBox_60" x="136.64922754781" text-length="52.8px" y="175.71305541687" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">4375 (61.3%)</text><text id="ezcGraphTextBox_64" x="386.63629043296" text-length="70.4px" y="87.446080878682" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text id="ezcGraphTextBox_68" x="409.64951904905" text-length="83.6px" y="132.44608087868" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text></g></svg>
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawChartInTemplateCustomGroup.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawChartInTemplateCustomGroup.svg
index a427060..18f9e6e 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawChartInTemplateCustomGroup.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawChartInTemplateCustomGroup.svg
@@ -33,6 +33,6 @@
<text xml:space="preserve" style="font-size:35.13032532px;font-style:normal;font-weight:normal;fill:black;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" x="108.9454" y="52.191841" id="text2782" transform="scale(1.024845,0.975757)"><tspan sodipodi:role="line" id="tspan2784" x="108.9454" y="52.191841">Graph in a template</tspan></text>
<text transform="scale(0.936858,-1.067397)" id="text2786" y="-48.451878" x="119.17722" style="font-size:38.42963028px;font-style:normal;font-weight:normal;opacity:0.16860465;fill:url(#linearGradient3681);fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" xml:space="preserve"><tspan y="-48.451878" x="119.17722" id="tspan2788" sodipodi:role="line" style="fill:url(#linearGradient3681);fill-opacity:1">Graph in a template</tspan></text>
<rect style="fill:white;fill-opacity:1;stroke:#999;stroke-width:1.12038434;stroke-opacity:1" id="rect1872" width="501" height="301" x="49.5" y="69.5"/>
- <g id="graph_root_node"><path d=" M 50.0000,370.0000 L 50.0000,70.0000 L 550.0000,70.0000 L 550.0000,370.0000 L 50.0000,370.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><path d=" M 50.0000,370.0000 L 50.0000,70.0000 L 150.0000,70.0000 L 150.0000,370.0000 L 50.0000,370.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;"/><path d=" M 52.0000,86.0000 L 52.0000,72.0000 L 66.0000,72.0000 L 66.0000,86.0000 L 52.0000,86.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 52.0000,104.0000 L 52.0000,90.0000 L 66.0000,90.0000 L 66.0000,104.0000 L 52.0000,104.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 52.0000,122.0000 L 52.0000,108.0000 L 66.0000,108.0000 L 66.0000,122.0000 L 52.0000,122.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 52.0000,140.0000 L 52.0000,126.0000 L 66.0000,126.0000 L 66.0000,140.0000 L 52.0000,140.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 52.0000,158.0000 L 52.0000,144.0000 L 66.0000,144.0000 L 66.0000,158.0000 L 52.0000,158.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 393.09,181.98 A 90.00,49.00 0 0,0 302.20,183.48 L 302.20,173.48 A 90.00,49.000000 0 0,1 393.09,171.98 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 393.09,181.98 A 90.00,49.00 0 0,0 302.20,183.48 L 302.20,173.48 A 90.00,49.000000 0 0,1 393.09,171.98 z" style="fill: url(#LinearGradient_210_145_390_145_ffffffbf_0000007f); stroke: none;"/><path d="M 408.15,187.60 A 90.00,49.00 0 0,0 393.09,181.98 L 393.09,171.98 A 90.00,49.000000 0 0,1 408.15,177.60 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 408.15,187.60 A 90.00,49.00 0 0,0 393.09,181.98 L 393.09,171.98 A 90.00,49.000000 0 0,1 408.15,177.60 z" style="fill: url(#LinearGradient_210_145_390_145_ffffffbf_0000007f); stroke: none;"/><path d="M 302.20,183.48 A 90.00,49.00 0 0,0 281.59,193.16 L 281.59,183.16 A 90.00,49.000000 0 0,1 302.20,173.48 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 302.20,183.48 A 90.00,49.00 0 0,0 281.59,193.16 L 281.59,183.16 A 90.00,49.000000 0 0,1 302.20,173.48 z" style="fill: url(#LinearGradient_210_145_390_145_ffffffbf_0000007f); stroke: none;"/><path d="M 440.00,225.00 A 90.00,49.00 0 0,0 408.15,187.60 L 408.15,177.60 A 90.00,49.000000 0 0,1 440.00,215.00 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 440.00,225.00 A 90.00,49.00 0 0,0 408.15,187.60 L 408.15,177.60 A 90.00,49.000000 0 0,1 440.00,215.00 z" style="fill: url(#LinearGradient_210_145_390_145_ffffffbf_0000007f); stroke: none;"/><path d=" M 393.0898,171.9811 L 350.0000,215.0000 L 350.0000,225.0000 L 393.0898,181.9811 L 393.0898,171.9811 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 393.0898,171.9811 L 350.0000,215.0000 L 350.0000,225.0000 L 393.0898,181.9811 L 393.0898,171.9811 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 393.0898,171.9811 L 350.0000,215.0000 L 350.0000,225.0000 L 393.0898,181.9811 L 393.0898,171.9811 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 393.0898,171.9811 L 350.0000,215.0000 L 350.0000,225.0000 L 393.0898,181.9811 L 393.0898,171.9811 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 302.1962,173.4835 L 350.0000,215.0000 L 350.0000,225.0000 L 302.1962,183.4835 L 302.1962,173.4835 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 302.1962,173.4835 L 350.0000,215.0000 L 350.0000,225.0000 L 302.1962,183.4835 L 302.1962,173.4835 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 302.1962,173.4835 L 350.0000,215.0000 L 350.0000,225.0000 L 302.1962,183.4835 L 302.1962,173.4835 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d=" M 302.1962,173.4835 L 350.0000,215.0000 L 350.0000,225.0000 L 302.1962,183.4835 L 302.1962,173.4835 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 408.1502,177.6012 L 350.0000,215.0000 L 350.0000,225.0000 L 408.1502,187.6012 L 408.1502,177.6012 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d=" M 408.1502,177.6012 L 350.0000,215.0000 L 350.0000,225.0000 L 408.1502,187.6012 L 408.1502,177.6012 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 408.1502,177.6012 L 350.0000,215.0000 L 350.0000,225.0000 L 408.1502,187.6012 L 408.1502,177.6012 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d=" M 408.1502,177.6012 L 350.0000,215.0000 L 350.0000,225.0000 L 408.1502,187.6012 L 408.1502,177.6012 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 281.5905,183.1598 L 350.0000,215.0000 L 350.0000,225.0000 L 281.5905,193.1598 L 281.5905,183.1598 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 281.5905,183.1598 L 350.0000,215.0000 L 350.0000,225.0000 L 281.5905,193.1598 L 281.5905,183.1598 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 281.5905,183.1598 L 350.0000,215.0000 L 350.0000,225.0000 L 281.5905,193.1598 L 281.5905,183.1598 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d=" M 281.5905,183.1598 L 350.0000,215.0000 L 350.0000,225.0000 L 281.5905,193.1598 L 281.5905,183.1598 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 440.0000,215.0000 L 350.0000,215.0000 L 350.0000,225.0000 L 440.0000,225.0000 L 440.0000,215.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d=" M 440.0000,215.0000 L 350.0000,215.0000 L 350.0000,225.0000 L 440.0000,225.0000 L 440.0000,215.0000 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 440.0000,215.0000 L 350.0000,215.0000 L 350.0000,225.0000 L 440.0000,225.0000 L 440.0000,215.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d=" M 440.0000,215.0000 L 350.0000,215.0000 L 350.0000,225.0000 L 440.0000,225.0000 L 440.0000,215.0000 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 260.00,225.00 A 90.00,49.00 0 0,0 440.00,225.00 L 440.00,215.00 A 90.00,49.000000 0 0,1 260.00,215.00 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 260.00,225.00 A 90.00,49.00 0 0,0 440.00,225.00 L 440.00,215.00 A 90.00,49.000000 0 0,1 260.00,215.00 z" style="fill: url(#LinearGradient_210_145_390_145_ffffffbf_0000007f); stroke: none;"/><path d="M 281.59,193.16 A 90.00,49.00 0 0,0 260.00,225.00 L 260.00,215.00 A 90.00,49.000000 0 0,1 281.59,183.16 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 281.59,193.16 A 90.00,49.00 0 0,0 260.00,225.00 L 260.00,215.00 A 90.00,49.000000 0 0,1 281.59,183.16 z" style="fill: url(#LinearGradient_210_145_390_145_ffffffbf_0000007f); stroke: none;"/><path d="M 350.00,215.00 L 440.00,215.00 A 90.00,49.00 0 1,1 281.59,183.16 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;"/><path d="M 350.00,215.00 L 440.00,215.00 A 90.00,49.00 0 1,1 281.59,183.16 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 350.00,215.00 L 281.59,183.16 A 90.00,49.00 0 0,1 302.20,173.48 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;"/><path d="M 350.00,215.00 L 281.59,183.16 A 90.00,49.00 0 0,1 302.20,173.48 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 350.00,215.00 L 302.20,173.48 A 90.00,49.00 0 0,1 393.09,171.98 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;"/><path d="M 350.00,215.00 L 302.20,173.48 A 90.00,49.00 0 0,1 393.09,171.98 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 350.00,215.00 L 393.09,171.98 A 90.00,49.00 0 0,1 408.15,177.60 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;"/><path d="M 350.00,215.00 L 393.09,171.98 A 90.00,49.00 0 0,1 408.15,177.60 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d="M 350.00,215.00 L 408.15,177.60 A 90.00,49.00 0 0,1 440.00,215.00 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;"/><path d="M 350.00,215.00 L 408.15,177.60 A 90.00,49.00 0 0,1 440.00,215.00 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><path d=" M 348.1792,179.0166 L 275.6948,146.9631" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="348.17919395494" cy="179.0165804915" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="275.69476794592" cy="146.96305541687" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 310.8118,187.7394 L 248.0108,191.9631" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="310.81181529129" cy="187.7393502549" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="248.01078321789" cy="191.96305541687" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 329.2200,248.7720 L 245.4492,236.9631" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="329.21997746908" cy="248.77200969592" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="245.44922754781" cy="236.96305541687" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 383.9216,185.3056 L 430.6363,153.4461" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="383.92163212695" cy="185.30561947803" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="430.63629043296" cy="153.44608087868" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><path d=" M 404.4335,199.8567 L 453.6495,198.4461" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/><ellipse cx="404.43348875685" cy="199.85674048849" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><ellipse cx="453.64951904905" cy="198.44608087868" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;"/><text x="67" text-length="53.9px" y="86" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text x="67" text-length="15.4px" y="104" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text x="67" text-length="38.5px" y="122" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text x="67" text-length="30.8px" y="140" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text x="67" text-length="46.2px" y="158" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text x="186.09476794592" text-length="83.6px" y="150.96305541687" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text><text x="180.41078321789" text-length="61.6px" y="195.96305541687" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text x="204.24922754781" text-length="35.2px" y="236.91305541687" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla:</text><text x="186.64922754781" text-length="52.8px" y="245.71305541687" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">4375 (61.3%)</text><text x="436.63629043296" text-length="70.4px" y="157.44608087868" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text x="459.64951904905" text-length="83.6px" y="202.44608087868" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text></g>
+ <g id="graph_root_node"><path d=" M 50.0000,370.0000 L 50.0000,70.0000 L 550.0000,70.0000 L 550.0000,370.0000 L 50.0000,370.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><path d=" M 50.0000,370.0000 L 50.0000,70.0000 L 150.0000,70.0000 L 150.0000,370.0000 L 50.0000,370.0000 z " style="fill: #000000; fill-opacity: 0.00; stroke: none;" id="ezcGraphPolygon_2"/><path d=" M 52.0000,86.0000 L 52.0000,72.0000 L 66.0000,72.0000 L 66.0000,86.0000 L 52.0000,86.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_3"/><path d=" M 52.0000,104.0000 L 52.0000,90.0000 L 66.0000,90.0000 L 66.0000,104.0000 L 52.0000,104.0000 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_5"/><path d=" M 52.0000,122.0000 L 52.0000,108.0000 L 66.0000,108.0000 L 66.0000,122.0000 L 52.0000,122.0000 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_7"/><path d=" M 52.0000,140.0000 L 52.0000,126.0000 L 66.0000,126.0000 L 66.0000,140.0000 L 52.0000,140.0000 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_9"/><path d=" M 52.0000,158.0000 L 52.0000,144.0000 L 66.0000,144.0000 L 66.0000,158.0000 L 52.0000,158.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_11"/><path d="M 393.09,181.98 A 90.00,49.00 0 0,0 302.20,183.48 L 302.20,173.48 A 90.00,49.000000 0 0,1 393.09,171.98 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_13"/><path d="M 393.09,181.98 A 90.00,49.00 0 0,0 302.20,183.48 L 302.20,173.48 A 90.00,49.000000 0 0,1 393.09,171.98 z" style="fill: url(#LinearGradient_210_145_390_145_ffffffbf_0000007f); stroke: none;"/><path d="M 408.15,187.60 A 90.00,49.00 0 0,0 393.09,181.98 L 393.09,171.98 A 90.00,49.000000 0 0,1 408.15,177.60 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_14"/><path d="M 408.15,187.60 A 90.00,49.00 0 0,0 393.09,181.98 L 393.09,171.98 A 90.00,49.000000 0 0,1 408.15,177.60 z" style="fill: url(#LinearGradient_210_145_390_145_ffffffbf_0000007f); stroke: none;"/><path d="M 302.20,183.48 A 90.00,49.00 0 0,0 281.59,193.16 L 281.59,183.16 A 90.00,49.000000 0 0,1 302.20,173.48 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_15"/><path d="M 302.20,183.48 A 90.00,49.00 0 0,0 281.59,193.16 L 281.59,183.16 A 90.00,49.000000 0 0,1 302.20,173.48 z" style="fill: url(#LinearGradient_210_145_390_145_ffffffbf_0000007f); stroke: none;"/><path d="M 440.00,225.00 A 90.00,49.00 0 0,0 408.15,187.60 L 408.15,177.60 A 90.00,49.000000 0 0,1 440.00,215.00 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_16"/><path d="M 440.00,225.00 A 90.00,49.00 0 0,0 408.15,187.60 L 408.15,177.60 A 90.00,49.000000 0 0,1 440.00,215.00 z" style="fill: url(#LinearGradient_210_145_390_145_ffffffbf_0000007f); stroke: none;"/><path d=" M 393.0898,171.9811 L 350.0000,215.0000 L 350.0000,225.0000 L 393.0898,181.9811 L 393.0898,171.9811 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_17"/><path d=" M 393.0898,171.9811 L 350.0000,215.0000 L 350.0000,225.0000 L 393.0898,181.9811 L 393.0898,171.9811 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_18"/><path d=" M 393.0898,171.9811 L 350.0000,215.0000 L 350.0000,225.0000 L 393.0898,181.9811 L 393.0898,171.9811 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_19"/><path d=" M 393.0898,171.9811 L 350.0000,215.0000 L 350.0000,225.0000 L 393.0898,181.9811 L 393.0898,171.9811 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_20"/><path d=" M 302.1962,173.4835 L 350.0000,215.0000 L 350.0000,225.0000 L 302.1962,183.4835 L 302.1962,173.4835 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_21"/><path d=" M 302.1962,173.4835 L 350.0000,215.0000 L 350.0000,225.0000 L 302.1962,183.4835 L 302.1962,173.4835 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_22"/><path d=" M 302.1962,173.4835 L 350.0000,215.0000 L 350.0000,225.0000 L 302.1962,183.4835 L 302.1962,173.4835 z " style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_23"/><path d=" M 302.1962,173.4835 L 350.0000,215.0000 L 350.0000,225.0000 L 302.1962,183.4835 L 302.1962,173.4835 z " style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_24"/><path d=" M 408.1502,177.6012 L 350.0000,215.0000 L 350.0000,225.0000 L 408.1502,187.6012 L 408.1502,177.6012 z " style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_25"/><path d=" M 408.1502,177.6012 L 350.0000,215.0000 L 350.0000,225.0000 L 408.1502,187.6012 L 408.1502,177.6012 z " style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_26"/><path d=" M 408.1502,177.6012 L 350.0000,215.0000 L 350.0000,225.0000 L 408.1502,187.6012 L 408.1502,177.6012 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_27"/><path d=" M 408.1502,177.6012 L 350.0000,215.0000 L 350.0000,225.0000 L 408.1502,187.6012 L 408.1502,177.6012 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_28"/><path d=" M 281.5905,183.1598 L 350.0000,215.0000 L 350.0000,225.0000 L 281.5905,193.1598 L 281.5905,183.1598 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_29"/><path d=" M 281.5905,183.1598 L 350.0000,215.0000 L 350.0000,225.0000 L 281.5905,193.1598 L 281.5905,183.1598 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_30"/><path d=" M 281.5905,183.1598 L 350.0000,215.0000 L 350.0000,225.0000 L 281.5905,193.1598 L 281.5905,183.1598 z " style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_31"/><path d=" M 281.5905,183.1598 L 350.0000,215.0000 L 350.0000,225.0000 L 281.5905,193.1598 L 281.5905,183.1598 z " style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_32"/><path d=" M 440.0000,215.0000 L 350.0000,215.0000 L 350.0000,225.0000 L 440.0000,225.0000 L 440.0000,215.0000 z " style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_33"/><path d=" M 440.0000,215.0000 L 350.0000,215.0000 L 350.0000,225.0000 L 440.0000,225.0000 L 440.0000,215.0000 z " style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_34"/><path d=" M 440.0000,215.0000 L 350.0000,215.0000 L 350.0000,225.0000 L 440.0000,225.0000 L 440.0000,215.0000 z " style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_35"/><path d=" M 440.0000,215.0000 L 350.0000,215.0000 L 350.0000,225.0000 L 440.0000,225.0000 L 440.0000,215.0000 z " style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_36"/><path d="M 260.00,225.00 A 90.00,49.00 0 0,0 440.00,225.00 L 440.00,215.00 A 90.00,49.000000 0 0,1 260.00,215.00 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_37"/><path d="M 260.00,225.00 A 90.00,49.00 0 0,0 440.00,225.00 L 440.00,215.00 A 90.00,49.000000 0 0,1 260.00,215.00 z" style="fill: url(#LinearGradient_210_145_390_145_ffffffbf_0000007f); stroke: none;"/><path d="M 281.59,193.16 A 90.00,49.00 0 0,0 260.00,225.00 L 260.00,215.00 A 90.00,49.000000 0 0,1 281.59,183.16 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_38"/><path d="M 281.59,193.16 A 90.00,49.00 0 0,0 260.00,225.00 L 260.00,215.00 A 90.00,49.000000 0 0,1 281.59,183.16 z" style="fill: url(#LinearGradient_210_145_390_145_ffffffbf_0000007f); stroke: none;"/><path d="M 350.00,215.00 L 440.00,215.00 A 90.00,49.00 0 1,1 281.59,183.16 z" style="fill: #4e9a06; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_39"/><path d="M 350.00,215.00 L 440.00,215.00 A 90.00,49.00 0 1,1 281.59,183.16 z" style="fill: none; stroke: #274d03; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_40"/><path d="M 350.00,215.00 L 281.59,183.16 A 90.00,49.00 0 0,1 302.20,173.48 z" style="fill: #cc0000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_41"/><path d="M 350.00,215.00 L 281.59,183.16 A 90.00,49.00 0 0,1 302.20,173.48 z" style="fill: none; stroke: #660000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_42"/><path d="M 350.00,215.00 L 302.20,173.48 A 90.00,49.00 0 0,1 393.09,171.98 z" style="fill: #edd400; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_43"/><path d="M 350.00,215.00 L 302.20,173.48 A 90.00,49.00 0 0,1 393.09,171.98 z" style="fill: none; stroke: #776a00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_44"/><path d="M 350.00,215.00 L 393.09,171.98 A 90.00,49.00 0 0,1 408.15,177.60 z" style="fill: #75505b; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_45"/><path d="M 350.00,215.00 L 393.09,171.98 A 90.00,49.00 0 0,1 408.15,177.60 z" style="fill: none; stroke: #3b282e; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_46"/><path d="M 350.00,215.00 L 408.15,177.60 A 90.00,49.00 0 0,1 440.00,215.00 z" style="fill: #f57900; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_47"/><path d="M 350.00,215.00 L 408.15,177.60 A 90.00,49.00 0 0,1 440.00,215.00 z" style="fill: none; stroke: #7b3d00; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_48"/><path d=" M 348.1792,179.0166 L 275.6948,146.9631" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_49"/><ellipse cx="348.17919395494" cy="179.0165804915" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_50"/><ellipse cx="275.69476794592" cy="146.96305541687" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_51"/><path d=" M 310.8118,187.7394 L 248.0108,191.9631" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_53"/><ellipse cx="310.81181529129" cy="187.7393502549" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_54"/><ellipse cx="248.01078321789" cy="191.96305541687" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_55"/><path d=" M 329.2200,248.7720 L 245.4492,236.9631" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_57"/><ellipse cx="329.21997746908" cy="248.77200969592" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_58"/><ellipse cx="245.44922754781" cy="236.96305541687" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_59"/><path d=" M 383.9216,185.3056 L 430.6363,153.4461" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_61"/><ellipse cx="383.92163212695" cy="185.30561947803" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_62"/><ellipse cx="430.63629043296" cy="153.44608087868" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_63"/><path d=" M 404.4335,199.8567 L 453.6495,198.4461" style="fill: none; stroke: #000000; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_65"/><ellipse cx="404.43348875685" cy="199.85674048849" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_66"/><ellipse cx="453.64951904905" cy="198.44608087868" rx="3" ry="3" style="fill: #000000; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_67"/><text id="ezcGraphTextBox_4" x="67" text-length="53.9px" y="86" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla</text><text id="ezcGraphTextBox_6" x="67" text-length="15.4px" y="104" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE</text><text id="ezcGraphTextBox_8" x="67" text-length="38.5px" y="122" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera</text><text id="ezcGraphTextBox_10" x="67" text-length="30.8px" y="140" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget</text><text id="ezcGraphTextBox_12" x="67" text-length="46.2px" y="158" style="font-size: 14px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari</text><text id="ezcGraphTextBox_52" x="186.09476794592" text-length="83.6px" y="150.96305541687" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Opera: 1204 (16.9%)</text><text id="ezcGraphTextBox_56" x="180.41078321789" text-length="61.6px" y="195.96305541687" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">IE: 345 (4.8%)</text><text id="ezcGraphTextBox_60" x="204.24922754781" text-length="35.2px" y="236.91305541687" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Mozilla:</text><text id="ezcGraphTextBox_60" x="186.64922754781" text-length="52.8px" y="245.71305541687" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">4375 (61.3%)</text><text id="ezcGraphTextBox_64" x="436.63629043296" text-length="70.4px" y="157.44608087868" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">wget: 231 (3.2%)</text><text id="ezcGraphTextBox_68" x="459.64951904905" text-length="83.6px" y="202.44608087868" style="font-size: 8px; font-family: sans-serif; fill: #2e3436; fill-opacity: 1.00; stroke: none;">Safari: 987 (13.8%)</text></g>
</g>
</svg>
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleFilled.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleFilled.svg
index 0b281aa..f489b75 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleFilled.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleFilled.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><ellipse cx="100" cy="50" rx="40" ry="20" style="fill: #3465a4; fill-opacity: 1.00; stroke: none;"/></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><ellipse cx="100" cy="50" rx="40" ry="20" style="fill: #3465a4; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircle_1"/></g></svg>
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleNonFilled.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleNonFilled.svg
index 36e963f..9466938 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleNonFilled.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleNonFilled.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><ellipse cx="100" cy="50" rx="40" ry="20" style="fill: none; stroke: #3465a4; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><ellipse cx="100" cy="50" rx="40" ry="20" style="fill: none; stroke: #3465a4; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircle_1"/></g></svg>
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleSectorAcute.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleSectorAcute.svg
index b9ba57e..5c04772 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleSectorAcute.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleSectorAcute.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d="M 100.00,50.00 L 139.05,54.33 A 40.00,20.00 0 0,1 136.25,58.45 z" style="fill: #3465a4; fill-opacity: 1.00; stroke: none;"/></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d="M 100.00,50.00 L 139.05,54.33 A 40.00,20.00 0 0,1 136.25,58.45 z" style="fill: #3465a4; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_1"/></g></svg>
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleSectorAcuteNonFilled.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleSectorAcuteNonFilled.svg
index 27b5e31..cfd011e 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleSectorAcuteNonFilled.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleSectorAcuteNonFilled.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d="M 100.00,50.00 L 139.05,54.33 A 40.00,20.00 0 0,1 128.28,64.14 z" style="fill: none; stroke: #3465a4; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d="M 100.00,50.00 L 139.05,54.33 A 40.00,20.00 0 0,1 128.28,64.14 z" style="fill: none; stroke: #3465a4; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircleSector_1"/></g></svg>
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleSectorAcuteReverse.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleSectorAcuteReverse.svg
index b9ba57e..5c04772 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleSectorAcuteReverse.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleSectorAcuteReverse.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d="M 100.00,50.00 L 139.05,54.33 A 40.00,20.00 0 0,1 136.25,58.45 z" style="fill: #3465a4; fill-opacity: 1.00; stroke: none;"/></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d="M 100.00,50.00 L 139.05,54.33 A 40.00,20.00 0 0,1 136.25,58.45 z" style="fill: #3465a4; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_1"/></g></svg>
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleSectorObtuse.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleSectorObtuse.svg
index 7f27640..629e0b1 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleSectorObtuse.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircleSectorObtuse.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d="M 100.00,50.00 L 136.25,58.45 A 40.00,20.00 0 1,1 102.09,30.03 z" style="fill: #3465a4; fill-opacity: 1.00; stroke: none;"/></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d="M 100.00,50.00 L 136.25,58.45 A 40.00,20.00 0 1,1 102.09,30.03 z" style="fill: #3465a4; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircleSector_1"/></g></svg>
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircularArcAcute.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircularArcAcute.svg
index 5c699ca..cd37d6a 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircularArcAcute.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircularArcAcute.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_25_50_175_50_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_25_50_175_50_ffffffbf_0000007f" x1="25" y1="50" x2="175" y2="50" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_25_50_175_50_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d="M 143.02,92.77 A 75.00,40.00 0 0,0 173.22,68.66 L 173.22,58.66 A 75.00,40.000000 0 0,1 143.02,82.77 z" style="fill: #3465a4; fill-opacity: 1.00; stroke: none;"/><path d="M 143.02,92.77 A 75.00,40.00 0 0,0 173.22,68.66 L 173.22,58.66 A 75.00,40.000000 0 0,1 143.02,82.77 z" style="fill: url(#LinearGradient_25_50_175_50_ffffffbf_0000007f); stroke: none;"/></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_25_50_175_50_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_25_50_175_50_ffffffbf_0000007f" x1="25" y1="50" x2="175" y2="50" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_25_50_175_50_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d="M 143.02,92.77 A 75.00,40.00 0 0,0 173.22,68.66 L 173.22,58.66 A 75.00,40.000000 0 0,1 143.02,82.77 z" style="fill: #3465a4; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_1"/><path d="M 143.02,92.77 A 75.00,40.00 0 0,0 173.22,68.66 L 173.22,58.66 A 75.00,40.000000 0 0,1 143.02,82.77 z" style="fill: url(#LinearGradient_25_50_175_50_ffffffbf_0000007f); stroke: none;"/></g></svg>
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircularArcAcuteBorder.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircularArcAcuteBorder.svg
index 0a7f5c9..efe07d5 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircularArcAcuteBorder.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircularArcAcuteBorder.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d="M 173.22,58.66 A 75.00,40.00 0 0,1 143.02,82.77" style="fill: none; stroke: #3465a4; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d="M 173.22,58.66 A 75.00,40.00 0 0,1 143.02,82.77" style="fill: none; stroke: #3465a4; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphCircularArc_1"/></g></svg>
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircularArcAcuteReverse.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircularArcAcuteReverse.svg
index 5c699ca..cd37d6a 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircularArcAcuteReverse.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircularArcAcuteReverse.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_25_50_175_50_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_25_50_175_50_ffffffbf_0000007f" x1="25" y1="50" x2="175" y2="50" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_25_50_175_50_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d="M 143.02,92.77 A 75.00,40.00 0 0,0 173.22,68.66 L 173.22,58.66 A 75.00,40.000000 0 0,1 143.02,82.77 z" style="fill: #3465a4; fill-opacity: 1.00; stroke: none;"/><path d="M 143.02,92.77 A 75.00,40.00 0 0,0 173.22,68.66 L 173.22,58.66 A 75.00,40.000000 0 0,1 143.02,82.77 z" style="fill: url(#LinearGradient_25_50_175_50_ffffffbf_0000007f); stroke: none;"/></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_25_50_175_50_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_25_50_175_50_ffffffbf_0000007f" x1="25" y1="50" x2="175" y2="50" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_25_50_175_50_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d="M 143.02,92.77 A 75.00,40.00 0 0,0 173.22,68.66 L 173.22,58.66 A 75.00,40.000000 0 0,1 143.02,82.77 z" style="fill: #3465a4; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_1"/><path d="M 143.02,92.77 A 75.00,40.00 0 0,0 173.22,68.66 L 173.22,58.66 A 75.00,40.000000 0 0,1 143.02,82.77 z" style="fill: url(#LinearGradient_25_50_175_50_ffffffbf_0000007f); stroke: none;"/></g></svg>
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircularArcObtuse.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircularArcObtuse.svg
index 41bf9bb..8b18e8e 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircularArcObtuse.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawCircularArcObtuse.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_25_50_175_50_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_25_50_175_50_ffffffbf_0000007f" x1="25" y1="50" x2="175" y2="50" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_25_50_175_50_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d="M 25.00,60.00 A 75.00,40.00 0 0,0 167.97,76.90 L 167.97,66.90 A 75.00,40.000000 0 0,1 25.00,50.00 z" style="fill: #3465a4; fill-opacity: 1.00; stroke: none;"/><path d="M 25.00,60.00 A 75.00,40.00 0 0,0 167.97,76.90 L 167.97,66.90 A 75.00,40.000000 0 0,1 25.00,50.00 z" style="fill: url(#LinearGradient_25_50_175_50_ffffffbf_0000007f); stroke: none;"/><path d="M 137.50,25.36 A 75.00,40.00 0 0,0 25.00,60.00 L 25.00,50.00 A 75.00,40.000000 0 0,1 137.50,15.36 z" style="fill: #3465a4; fill-opacity: 1.00; stroke: none;"/><path d="M 137.50,25.36 A 75.00,40.00 0 0,0 25.00,60.00 L 25.00,50.00 A 75.00,40.000000 0 0,1 137.50,15.36 z" style="fill: url(#LinearGradient_25_50_175_50_ffffffbf_0000007f); stroke: none;"/></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs><linearGradient id="Definition_LinearGradient_25_50_175_50_ffffffbf_0000007f"><stop offset="0" style="stop-color: #ffffff; stop-opacity: 0.25;"/><stop offset="1" style="stop-color: #000000; stop-opacity: 0.50;"/></linearGradient><linearGradient xmlns:xlink="http://www.w3.org/1999/xlink" id="LinearGradient_25_50_175_50_ffffffbf_0000007f" x1="25" y1="50" x2="175" y2="50" gradientUnits="userSpaceOnUse" xlink:href="#Definition_LinearGradient_25_50_175_50_ffffffbf_0000007f"/></defs><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d="M 25.00,60.00 A 75.00,40.00 0 0,0 167.97,76.90 L 167.97,66.90 A 75.00,40.000000 0 0,1 25.00,50.00 z" style="fill: #3465a4; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_1"/><path d="M 25.00,60.00 A 75.00,40.00 0 0,0 167.97,76.90 L 167.97,66.90 A 75.00,40.000000 0 0,1 25.00,50.00 z" style="fill: url(#LinearGradient_25_50_175_50_ffffffbf_0000007f); stroke: none;"/><path d="M 137.50,25.36 A 75.00,40.00 0 0,0 25.00,60.00 L 25.00,50.00 A 75.00,40.000000 0 0,1 137.50,15.36 z" style="fill: #3465a4; fill-opacity: 1.00; stroke: none;" id="ezcGraphCircularArc_2"/><path d="M 137.50,25.36 A 75.00,40.00 0 0,0 25.00,60.00 L 25.00,50.00 A 75.00,40.000000 0 0,1 137.50,15.36 z" style="fill: url(#LinearGradient_25_50_175_50_ffffffbf_0000007f); stroke: none;"/></g></svg>
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawImageJpeg.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawImageJpeg.svg
index ac532fd..ff5afbf 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawImageJpeg.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawImageJpeg.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><image xmlns:xlink="http://www.w3.org/1999/xlink" x="10" y="10" width="100px" height="50px" xlink:href="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCABxAJYDASEAAhEBAxEB/8QAGwAAAQUBAQAAAAAAAAAAAAAABQIDBAYHAAH/xABDEAACAQMDAQUFAwcLBAMAAAABAgMABBEFEiExBhNBUWEUInGRoTKBsQcjM0JSweEVFjQ1NkNydJLR8CRTc4JiorL/xAAZAQADAQEBAAAAAAAAAAAAAAACAwQAAQX/xAAoEQACAgICAQQCAQUAAAAAAAAAAQIRAyESMUEEEyJRBTIUM0JhcfD/2gAMAwEAAhEDEQA/AM/SK1PiKkLBasME157uw/dY6tva+B/GnRb237X1NdUmZZWOLDbg5EmDShDb/wDc+tGpMP3dVR3cQY/S/Wkm2gP979RRcmFzX0Ja0i2477j4immtIh/e/UUDkwnlX0eexw/976ivRYwEfpj/AKhS22C8v+BZsrdjlpv/ALCkNY23hKf9QoVZ33b3Qw9jBniU/wCoVHeyiH979aJNm9xfQkLHE6uCjbfBuQfiKjB44p1kWVNytnBaiV9HHkvwPSaoxb7Mfzrq4sQFnqov7I+VOqiddo+VdbEjoRCeFA+6lhFxwK4mzCgoHnTkbDJUHkdRmiTCRzsGXGfHBxTWBnqfnXbCOIHr86Zcc9T8642ZiSP/AJN867p+s3zoLBEkkc7m+dPFx40LOoScZpp0DHCgmsgvBGeM9cHA9KhtECucDJOelNi6ONDbR89K6mWcoLRSLIWUZDLjII8+akquaRLTBaoeRFDKWbjPI9KNWN4Y5AF2oqH7KxjLD1Ncq0HCHLYjU5dMbTrufi0n3L3bDoxzyNv+1V1b2CO55Yb5EDZz0FPgm4nfsZsdQS5vJ4o1xHncGPU/GrLC9oNFkV2i7/3sAgbvDFcyLjKgbvZDtoopY597oHCjuw77QTnn6U1eQRpLthZWAUEkNkZxzg0GqOi4orU6dO8jAXIP5sbuo48PnS4bSG40uQojyXgfhUyTt48B99DoEGyxNE5SRGRgRlWGCKL6OlsXm9o7n9XHeY8+cZriq9mBxVDLO2GKqTtC/Hj7qXJZ6lLZ9/7OUhUA/sjFMgl2PxwbQNM8sStu2k9cDwpriSNXUe7u24PXNFKNK0DJCGTmuoEzgrTrG6kjgnDIpYsJBICrHy58R40Uj9fDrXMk4yk1HwLf2PjjnipduxvFPdKW2ZUkefxrkLKPTyW0Bu1bNGbOERsqorEsSMMxPPTy4FArf3nMjAFVXaAfGroL4pCJJqTRIhk7oZgUI3QkDrRC0vjJOYJgA+ODjGfSgywtWcQQJVQvkepz08q5sGo2gno8273VF+0xAGfM1bdLljs4TYwgNOn6TYejeJJriVhY0m9g+8SDXppUNysd1Am7JXO4eRNV64ie2k2SLg/jWddIFtN2gxpEkSQ+zxR97cSHcSD5fhj99WBVTWdHkt/ficemRkeHrT4ryXYY3CinXvZ67jtZZnbu2Rd20jlsUDhG1OvVs0U38dCcsHCr8nrkZrqVQmz28XT3iCS6xcxydSPZeMZ8w3PSpS3NspQRSzT44LC3IH1NOlBNa0KdhC0mimu4Y1DsWcAK0TAH6VdLmzidtsV33MnGFCqRny2kdKVGLiMxdNoo3aOx1AqiXUEOUOTJEGHh4A8EUAgt57likMLtt8FGasjrVmtzdijG9u+HUqfEMCMVGjZ1maVQcod1E9oFrwWWGyuLi3eW3mJdyCkZdPfB8evGOaN/zW1PCFUimU8FoJVcKfXBqJwlKTiltC7rsi32kz6cyi4BRzyEIwSM9RRJL5UhcwqQZpN7buvpn60t43fCWmej+N9J/Mze3dLtj+k6bbo0s/fxlpo/FwTyenyoRrsQgd43494FB5f8FLl+4GbFCEpKLtIiaVrNrYX00KPGHWFQzseCSeVB8+RVusrzu7XDrtPhj9aqqpFHp5pwpeBjVX73TZiz7RIpRfj51Qp7fuZRHuOAPHxGK40+PIn9VO5JEdlOetdQWTEnR9Gmk1eSOWTeY0IYPjk+QHjR+x0Tu4pVUEKkzr06c1RlxyYhtWT7K3W3uhIpEjIOFB8amIojd7iZ90re7x0A8hQ4IfY1ZFGHFdsWywapCbachZU+xz9oeX+1eQW1np1uO6BXxOwZYn/ejyRcZV9l3pGuNvtAO+0U6ndz3UzezI+O7EhyT8aYns7DS9HaDuO+eQ7XmQZ5Pr4Ctyb+KNkgop5JBC11zs/pFnFbXeh3MndqCZILoFWHXPI8aH6pd6R2j1FZLLS7i2iYFsq67jgdAoIUD1yTWuFcktnnJNO7F9nezsOoXaQNFI8aq7ymQAZCtgDIJ8TXa1MNOnFidkUUjDaVHAXOCvoR0pabcj1/xfq44Flb7apB+Ke1jeO1S3gjsxH78rcs/HUetAliTV7zULgyn2azj294xzlvADPwpTj5EceUqKcZFil1SVdoZSrJx4g8fWrKmvXUMVqkiGWaZMqijAz5Z8BVChy/7/RPjzOBNkupbhlEzBiq/qjAHwqHdwCcAke+Oh/dTpwXHiKc25cmCZIMNg8EV1RUFyvwF47fUtZ1C2Fks5udOctMzHO0ngjr5gjirHZwaqbe5jlt9jzFmRgRnJHHHh86vklH4tiGxNnp6aTb+zgEzE7pnY5JY9QPQdKk7A6HcMilwVUL7kDJ22yYK5x0x1x6Gnraa4ncPbxSSycgqFJPHiabmVwLcGRQlb6I11qEWR7Wvee6WRR4MPMUB/nnLGUHs1sslvuCOAThieu3ofQHipsb+g/UZFkSaJmkyanrF4pefKyYkaaRVdsnI6Z58uKJaOjxrBssWmdRKA25Y1c7x0+HSqoYZNWRuXguejWyadYh5FUSyoTJtOduWJ258cZoH2g0mC+uX78xKsmGXPGzH8KjabnobgdS+QMPZqCVdkWrqAPBYWJx6kCp9po0VnYLBEUeM8nb0J8/jTvba7GZMlL4kKLs3bXNw6SQotuAZJPd6KOaJ3XZae+7i5jhRZFj2xxLxsGBgYx86KC3sRBWiv3NlLp8jwTriReX9SaSQrLjAyKb2Y9g0saiXCFO8XHBOMjzrqmljVhEFO1eqd4/edm7VzLjcO5kXJ8854NWHsvK17qgl1DSobWGFGnZhOzsu3oNp9cdaJZHD4p9i3GLHmcy97OSfeYtknJ5rwTsIwp8QaeomSQ7p+kS6rdLEFJQNhmHgMVLuO0/Z3s3Y3ekWlhqEurY7ub84FiJxjIPJ+4AUGRri0wuNoquq6hrGuxvPftzbqFitYowgQbc5+XiSTVKNsglZ2BZm9/aBx6UlNPadsylekFdOnIu+8FugkH7LunH/r0qy6G9oLO3aa2uDcLuOWkJCknPGegollUVxkBNP7LlNrMZs9kMQ7zO5Qygtj/nFAWgluJO9lZwzcnd1ruBbbGLuyVZl7G7juIM7kzwfHIxT+nNiSSJuNwyAemafJaNLZNisJb+SNbcOgEqGRnGF2BuR65AOKvQRDKrBRheTgVPF2bjx0Uv8oOmRLFBexqN7SZlbz8hVERSFOeuMmnrozDfZTS49RmuCzAOij7XTBrqBpNhxqg/edkLu8tkiivEjwdxDKeR9xprTNEHZiz1OfUJo55ZlSOARg8HJ65+6p4K5JsVFqtAOTkrEvTqcUmZcFdo4LAD1q1HUaP2T0aTTtPnllwGmQMR8OlZb2/gt7ftPaajF3m26hbcYTgsynAOfhip8m0wvBXmvbaKJ2eSd5XkYdyk2fdCjBJ+dR7ZrDvIs6eSBCcqLjljkc89Ph60EYxgL+Qc0eC1ljAij2LLksjDJxnoTVsglgtoljhiQnHLsM/IUWJfJvsDjb2eGQyEtnJPpik7elUJUNSPCuKSY94yPwoghyGa4tWDxMQy9MGrboOs+3W0wcgXEbDI8xmlONHF2RO2jxSaFIGk4VhtHmQcVnL4Ct68Ua6Oy7LT2Nh2Wk83Qs+PuFdSw0tDsH5SuyhAJvpkI/bgepmuXsF/o9teQOHt5gJEfBGV8ODSMEHF7ApLoq0b/nGf7qKaTHHLqllHMPceUD/arAUajKdunyZBX3NvNZP+UuyWW+0ZUQlcyxgKPDauKTJN6QT0VT+azxWM17MHSFHdc58uP3Umz0WBxHKZdx2jYuPs8fjSc+OWLsTLIw7DYGyjQYA38D4eJqdGCxRV+0xwPjTsEOMNhQWi4aT2OkuLWOa4dlLDO0cYo5b9j7FEQOoZiOTzRuTHUibH2a06OLb3Qz0zgZqR/I1iGH5kUJ0jyaLY7juhHBz1oPfdmRDf/wAoWAKuoAaMdH8xiuo3Zlura5LqmoXUJ3JGbjvBG36oA24+mfvqE56sfAUzoBlnsJLmDstbPb4DtKck+XNdUk5ST0a34Mca2iWQRYukkbojRc1uOp2KWHZKxs0Y/wDTQogz4kY/jTYX5OldiUsjeYxU7S51t9StJpOUgfvG+A5pwCNOvbxbrTEnjbMcqgofMGqB+U+1jm0e0lmMiQxTgs0YyRlSB8zgUryE+gfoPYSyuuxVvf6lHvuXZpI8PtBTw3Dz61HgtxHdbABgHFc9RjVxZLJtsn6vhbwoMfmY1TA8CeT+NStA02S+1K2O3MQcFs9Kc+iiC0kazCQIsDorbaSZ0RWkkcJHGvLE8DJpQ6iPc3zJbXDWye0TQg4iQ5JbwBoabzXUkeQ2YdGc7YiV4AA2jIP6xJJJ6AdK1GomWMl5Np8b3yotyc7wnQc9KmZzv48jWRwxbtzoL6N2ha6jI9nvC0qYPKnPvAj4n61W2Z2Tkc+GPGm3aAZbdS32mhadAG24GW8ycfxrqgyP5ASbTKJfXN23aeW4062VltoxCzbC2GPJ6EVp+qyJddj7aeY7ZJER+CRgkdPnVGNjCrwSJHFuXGD415cXcAhEVsjibG6aRjx6AennVAJo9rCF0fTohO36EYycrnxHzNN61EJbKWGYJL+ZLFCMgkcgY+7NKethNaKw/aJpdLNoMgbiw+85/fUCyQtOHOMDk0meb3ZqiQRMxkDOP136VqPZiyjh0O2OzDtjB9c5J+n0qmXRXEOoNqMPOQ0LvBDqVteaQk5iuGRXLAcqMgg+vIpYZJ0zSYNNe4aJnZrhg8rMc7mAwT9/WpEzxque+RVPU7gMVrMDRq2nqrIt3G2A/IOR7oy3PoDTw1CHLKkqNIVDbQwJwa6ZmTflE1BrntIkCsG9kiCdf1m95v3UC0uL2zVLddu5Q2TnpxRPoB9lg7SyFpYPFQCAOmBXVDkrkLl2ZZcraWk91Gqq0yy7VjQsoxgckg8c1o1q8Fx2Hg9lk3CALlSSSOMlefEHNPg3ewo35IcanuwxYFB7wPQg+opuSMyujF1ztKnb4jPFVIxq2nWjfyLA0spmkSFSGYY4POPuGBTGqxCy0O9nOA8kRUMfDPAApM3pnW9GdxW7nAoo8LWunPJnBfCDjz61P6fHu7JoxdrY1aQPcT28UYy28HitRvLqPRreGZ3CQKyqSxwAD/Gq5dlcRvSu0lrrGqzWtqS8cSB+8HRvA/WlaKGuL29vJPtM5iUcEbV6YI6jJJ+/FC1QQp9AsjO8kjXTFjkjv2A656ffTi6Bo/2vYkJXJwxJxnrxnFYzFQQwpC8SQxrGDwgUYA+FCLGCy06CRYggcZMhxyx9TXU9GMa1W5N5q11NKwEkkrMAOo5ot2Xt3MslwxA2DaDjxrSegPJL7RMCYAPAEZrqin+wuXZmFhi2nJdAz46nnmjvZ7Vf+s1XT5c7bhe8QeTKP9vwqldjAmp7y3G4tgHlRxmpt1F7DDaxHGXj708/tE8fSn2Canol5FedmLR0YDMYjkP7O3g1VO2GtRahPFZW7h7eHltvQt4fIVNmemgJ9Ai1iU460Q1qTZp9rEOpYn5D+NF6dUhUIpPQZ7G2G6RL2RTtU+6fh/H8Kmdu7+NdBazkXc077FHw5zTf7ixdDH5OYTFZ3l6y43ssS8Y6dfqavFlHDbl1ihEW8lmAGMseprk+zLolAButIkiABYMBjrnpQmsAvdyYkELAoCQSBVd1C57qK7mIO1AWJ9fCt4OmSz3Jupy7MvkARijln2g0/Tbu30sli20s+wbmZ8cD0HXmtJ6Fp+RGp3/tsi+6FRc4GefvrqiklJ2JkuTspg/pBpzR/wC0s3+Xf/8AIqmPY3yWSP8ARH/EKc1f+k2f+VT8TVBkXHst/ZG4/wDK34CqvF4ffUufsCYVs/tL8ala79iz/wALfup2HoCPZc+x39QH/niar/b7rY/+Vvwo4/sVeAx2D/s+v+Yb8aux/SJ8K0uzLo9/a+IpjUv6BL8KEwDi/qz/AN6rXaP+p73/AAH8RXPB3wY/+ofhQjQf7TN8JKDL/TYnL0y1Sda6oo9CF0f/2Q=="/></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><image xmlns:xlink="http://www.w3.org/1999/xlink" x="10" y="10" width="100px" height="50px" xlink:href="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCABxAJYDASEAAhEBAxEB/8QAGwAAAQUBAQAAAAAAAAAAAAAABQIDBAYHAAH/xABDEAACAQMDAQUFAwcLBAMAAAABAgMABBEFEiExBhNBUWEUInGRoTKBsQcjM0JSweEVFjQ1NkNydJLR8CRTc4JiorL/xAAZAQADAQEBAAAAAAAAAAAAAAACAwQAAQX/xAAoEQACAgICAQQCAQUAAAAAAAAAAQIRAyESMUEEEyJRBTIUM0JhcfD/2gAMAwEAAhEDEQA/AM/SK1PiKkLBasME157uw/dY6tva+B/GnRb237X1NdUmZZWOLDbg5EmDShDb/wDc+tGpMP3dVR3cQY/S/Wkm2gP979RRcmFzX0Ja0i2477j4immtIh/e/UUDkwnlX0eexw/976ivRYwEfpj/AKhS22C8v+BZsrdjlpv/ALCkNY23hKf9QoVZ33b3Qw9jBniU/wCoVHeyiH979aJNm9xfQkLHE6uCjbfBuQfiKjB44p1kWVNytnBaiV9HHkvwPSaoxb7Mfzrq4sQFnqov7I+VOqiddo+VdbEjoRCeFA+6lhFxwK4mzCgoHnTkbDJUHkdRmiTCRzsGXGfHBxTWBnqfnXbCOIHr86Zcc9T8642ZiSP/AJN867p+s3zoLBEkkc7m+dPFx40LOoScZpp0DHCgmsgvBGeM9cHA9KhtECucDJOelNi6ONDbR89K6mWcoLRSLIWUZDLjII8+akquaRLTBaoeRFDKWbjPI9KNWN4Y5AF2oqH7KxjLD1Ncq0HCHLYjU5dMbTrufi0n3L3bDoxzyNv+1V1b2CO55Yb5EDZz0FPgm4nfsZsdQS5vJ4o1xHncGPU/GrLC9oNFkV2i7/3sAgbvDFcyLjKgbvZDtoopY597oHCjuw77QTnn6U1eQRpLthZWAUEkNkZxzg0GqOi4orU6dO8jAXIP5sbuo48PnS4bSG40uQojyXgfhUyTt48B99DoEGyxNE5SRGRgRlWGCKL6OlsXm9o7n9XHeY8+cZriq9mBxVDLO2GKqTtC/Hj7qXJZ6lLZ9/7OUhUA/sjFMgl2PxwbQNM8sStu2k9cDwpriSNXUe7u24PXNFKNK0DJCGTmuoEzgrTrG6kjgnDIpYsJBICrHy58R40Uj9fDrXMk4yk1HwLf2PjjnipduxvFPdKW2ZUkefxrkLKPTyW0Bu1bNGbOERsqorEsSMMxPPTy4FArf3nMjAFVXaAfGroL4pCJJqTRIhk7oZgUI3QkDrRC0vjJOYJgA+ODjGfSgywtWcQQJVQvkepz08q5sGo2gno8273VF+0xAGfM1bdLljs4TYwgNOn6TYejeJJriVhY0m9g+8SDXppUNysd1Am7JXO4eRNV64ie2k2SLg/jWddIFtN2gxpEkSQ+zxR97cSHcSD5fhj99WBVTWdHkt/ficemRkeHrT4ryXYY3CinXvZ67jtZZnbu2Rd20jlsUDhG1OvVs0U38dCcsHCr8nrkZrqVQmz28XT3iCS6xcxydSPZeMZ8w3PSpS3NspQRSzT44LC3IH1NOlBNa0KdhC0mimu4Y1DsWcAK0TAH6VdLmzidtsV33MnGFCqRny2kdKVGLiMxdNoo3aOx1AqiXUEOUOTJEGHh4A8EUAgt57likMLtt8FGasjrVmtzdijG9u+HUqfEMCMVGjZ1maVQcod1E9oFrwWWGyuLi3eW3mJdyCkZdPfB8evGOaN/zW1PCFUimU8FoJVcKfXBqJwlKTiltC7rsi32kz6cyi4BRzyEIwSM9RRJL5UhcwqQZpN7buvpn60t43fCWmej+N9J/Mze3dLtj+k6bbo0s/fxlpo/FwTyenyoRrsQgd43494FB5f8FLl+4GbFCEpKLtIiaVrNrYX00KPGHWFQzseCSeVB8+RVusrzu7XDrtPhj9aqqpFHp5pwpeBjVX73TZiz7RIpRfj51Qp7fuZRHuOAPHxGK40+PIn9VO5JEdlOetdQWTEnR9Gmk1eSOWTeY0IYPjk+QHjR+x0Tu4pVUEKkzr06c1RlxyYhtWT7K3W3uhIpEjIOFB8amIojd7iZ90re7x0A8hQ4IfY1ZFGHFdsWywapCbachZU+xz9oeX+1eQW1np1uO6BXxOwZYn/ejyRcZV9l3pGuNvtAO+0U6ndz3UzezI+O7EhyT8aYns7DS9HaDuO+eQ7XmQZ5Pr4Ctyb+KNkgop5JBC11zs/pFnFbXeh3MndqCZILoFWHXPI8aH6pd6R2j1FZLLS7i2iYFsq67jgdAoIUD1yTWuFcktnnJNO7F9nezsOoXaQNFI8aq7ymQAZCtgDIJ8TXa1MNOnFidkUUjDaVHAXOCvoR0pabcj1/xfq44Flb7apB+Ke1jeO1S3gjsxH78rcs/HUetAliTV7zULgyn2azj294xzlvADPwpTj5EceUqKcZFil1SVdoZSrJx4g8fWrKmvXUMVqkiGWaZMqijAz5Z8BVChy/7/RPjzOBNkupbhlEzBiq/qjAHwqHdwCcAke+Oh/dTpwXHiKc25cmCZIMNg8EV1RUFyvwF47fUtZ1C2Fks5udOctMzHO0ngjr5gjirHZwaqbe5jlt9jzFmRgRnJHHHh86vklH4tiGxNnp6aTb+zgEzE7pnY5JY9QPQdKk7A6HcMilwVUL7kDJ22yYK5x0x1x6Gnraa4ncPbxSSycgqFJPHiabmVwLcGRQlb6I11qEWR7Wvee6WRR4MPMUB/nnLGUHs1sslvuCOAThieu3ofQHipsb+g/UZFkSaJmkyanrF4pefKyYkaaRVdsnI6Z58uKJaOjxrBssWmdRKA25Y1c7x0+HSqoYZNWRuXguejWyadYh5FUSyoTJtOduWJ258cZoH2g0mC+uX78xKsmGXPGzH8KjabnobgdS+QMPZqCVdkWrqAPBYWJx6kCp9po0VnYLBEUeM8nb0J8/jTvba7GZMlL4kKLs3bXNw6SQotuAZJPd6KOaJ3XZae+7i5jhRZFj2xxLxsGBgYx86KC3sRBWiv3NlLp8jwTriReX9SaSQrLjAyKb2Y9g0saiXCFO8XHBOMjzrqmljVhEFO1eqd4/edm7VzLjcO5kXJ8854NWHsvK17qgl1DSobWGFGnZhOzsu3oNp9cdaJZHD4p9i3GLHmcy97OSfeYtknJ5rwTsIwp8QaeomSQ7p+kS6rdLEFJQNhmHgMVLuO0/Z3s3Y3ekWlhqEurY7ub84FiJxjIPJ+4AUGRri0wuNoquq6hrGuxvPftzbqFitYowgQbc5+XiSTVKNsglZ2BZm9/aBx6UlNPadsylekFdOnIu+8FugkH7LunH/r0qy6G9oLO3aa2uDcLuOWkJCknPGegollUVxkBNP7LlNrMZs9kMQ7zO5Qygtj/nFAWgluJO9lZwzcnd1ruBbbGLuyVZl7G7juIM7kzwfHIxT+nNiSSJuNwyAemafJaNLZNisJb+SNbcOgEqGRnGF2BuR65AOKvQRDKrBRheTgVPF2bjx0Uv8oOmRLFBexqN7SZlbz8hVERSFOeuMmnrozDfZTS49RmuCzAOij7XTBrqBpNhxqg/edkLu8tkiivEjwdxDKeR9xprTNEHZiz1OfUJo55ZlSOARg8HJ65+6p4K5JsVFqtAOTkrEvTqcUmZcFdo4LAD1q1HUaP2T0aTTtPnllwGmQMR8OlZb2/gt7ftPaajF3m26hbcYTgsynAOfhip8m0wvBXmvbaKJ2eSd5XkYdyk2fdCjBJ+dR7ZrDvIs6eSBCcqLjljkc89Ph60EYxgL+Qc0eC1ljAij2LLksjDJxnoTVsglgtoljhiQnHLsM/IUWJfJvsDjb2eGQyEtnJPpik7elUJUNSPCuKSY94yPwoghyGa4tWDxMQy9MGrboOs+3W0wcgXEbDI8xmlONHF2RO2jxSaFIGk4VhtHmQcVnL4Ct68Ua6Oy7LT2Nh2Wk83Qs+PuFdSw0tDsH5SuyhAJvpkI/bgepmuXsF/o9teQOHt5gJEfBGV8ODSMEHF7ApLoq0b/nGf7qKaTHHLqllHMPceUD/arAUajKdunyZBX3NvNZP+UuyWW+0ZUQlcyxgKPDauKTJN6QT0VT+azxWM17MHSFHdc58uP3Umz0WBxHKZdx2jYuPs8fjSc+OWLsTLIw7DYGyjQYA38D4eJqdGCxRV+0xwPjTsEOMNhQWi4aT2OkuLWOa4dlLDO0cYo5b9j7FEQOoZiOTzRuTHUibH2a06OLb3Qz0zgZqR/I1iGH5kUJ0jyaLY7juhHBz1oPfdmRDf/wAoWAKuoAaMdH8xiuo3Zlura5LqmoXUJ3JGbjvBG36oA24+mfvqE56sfAUzoBlnsJLmDstbPb4DtKck+XNdUk5ST0a34Mca2iWQRYukkbojRc1uOp2KWHZKxs0Y/wDTQogz4kY/jTYX5OldiUsjeYxU7S51t9StJpOUgfvG+A5pwCNOvbxbrTEnjbMcqgofMGqB+U+1jm0e0lmMiQxTgs0YyRlSB8zgUryE+gfoPYSyuuxVvf6lHvuXZpI8PtBTw3Dz61HgtxHdbABgHFc9RjVxZLJtsn6vhbwoMfmY1TA8CeT+NStA02S+1K2O3MQcFs9Kc+iiC0kazCQIsDorbaSZ0RWkkcJHGvLE8DJpQ6iPc3zJbXDWye0TQg4iQ5JbwBoabzXUkeQ2YdGc7YiV4AA2jIP6xJJJ6AdK1GomWMl5Np8b3yotyc7wnQc9KmZzv48jWRwxbtzoL6N2ha6jI9nvC0qYPKnPvAj4n61W2Z2Tkc+GPGm3aAZbdS32mhadAG24GW8ycfxrqgyP5ASbTKJfXN23aeW4062VltoxCzbC2GPJ6EVp+qyJddj7aeY7ZJER+CRgkdPnVGNjCrwSJHFuXGD415cXcAhEVsjibG6aRjx6AennVAJo9rCF0fTohO36EYycrnxHzNN61EJbKWGYJL+ZLFCMgkcgY+7NKethNaKw/aJpdLNoMgbiw+85/fUCyQtOHOMDk0meb3ZqiQRMxkDOP136VqPZiyjh0O2OzDtjB9c5J+n0qmXRXEOoNqMPOQ0LvBDqVteaQk5iuGRXLAcqMgg+vIpYZJ0zSYNNe4aJnZrhg8rMc7mAwT9/WpEzxque+RVPU7gMVrMDRq2nqrIt3G2A/IOR7oy3PoDTw1CHLKkqNIVDbQwJwa6ZmTflE1BrntIkCsG9kiCdf1m95v3UC0uL2zVLddu5Q2TnpxRPoB9lg7SyFpYPFQCAOmBXVDkrkLl2ZZcraWk91Gqq0yy7VjQsoxgckg8c1o1q8Fx2Hg9lk3CALlSSSOMlefEHNPg3ewo35IcanuwxYFB7wPQg+opuSMyujF1ztKnb4jPFVIxq2nWjfyLA0spmkSFSGYY4POPuGBTGqxCy0O9nOA8kRUMfDPAApM3pnW9GdxW7nAoo8LWunPJnBfCDjz61P6fHu7JoxdrY1aQPcT28UYy28HitRvLqPRreGZ3CQKyqSxwAD/Gq5dlcRvSu0lrrGqzWtqS8cSB+8HRvA/WlaKGuL29vJPtM5iUcEbV6YI6jJJ+/FC1QQp9AsjO8kjXTFjkjv2A656ffTi6Bo/2vYkJXJwxJxnrxnFYzFQQwpC8SQxrGDwgUYA+FCLGCy06CRYggcZMhxyx9TXU9GMa1W5N5q11NKwEkkrMAOo5ot2Xt3MslwxA2DaDjxrSegPJL7RMCYAPAEZrqin+wuXZmFhi2nJdAz46nnmjvZ7Vf+s1XT5c7bhe8QeTKP9vwqldjAmp7y3G4tgHlRxmpt1F7DDaxHGXj708/tE8fSn2Canol5FedmLR0YDMYjkP7O3g1VO2GtRahPFZW7h7eHltvQt4fIVNmemgJ9Ai1iU460Q1qTZp9rEOpYn5D+NF6dUhUIpPQZ7G2G6RL2RTtU+6fh/H8Kmdu7+NdBazkXc077FHw5zTf7ixdDH5OYTFZ3l6y43ssS8Y6dfqavFlHDbl1ihEW8lmAGMseprk+zLolAButIkiABYMBjrnpQmsAvdyYkELAoCQSBVd1C57qK7mIO1AWJ9fCt4OmSz3Jupy7MvkARijln2g0/Tbu30sli20s+wbmZ8cD0HXmtJ6Fp+RGp3/tsi+6FRc4GefvrqiklJ2JkuTspg/pBpzR/wC0s3+Xf/8AIqmPY3yWSP8ARH/EKc1f+k2f+VT8TVBkXHst/ZG4/wDK34CqvF4ffUufsCYVs/tL8ala79iz/wALfup2HoCPZc+x39QH/niar/b7rY/+Vvwo4/sVeAx2D/s+v+Yb8aux/SJ8K0uzLo9/a+IpjUv6BL8KEwDi/qz/AN6rXaP+p73/AAH8RXPB3wY/+ofhQjQf7TN8JKDL/TYnL0y1Sda6oo9CF0f/2Q==" id="ezcGraphImage_1"/></g></svg>
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawImagePng.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawImagePng.svg
index 1621b4f..5efff7f 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawImagePng.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawImagePng.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><image xmlns:xlink="http://www.w3.org/1999/xlink" x="10" y="10" width="100px" height="50px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALEAAABkCAYAAADJ2tFZAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1gUdDjMoqWC1YAAAIABJREFUeNrsvWl41GW29vureUoqVUkqqYTMMyEMMTILyCQoAg0oiIAKKtptq03btG6ndrfa3aJbpUVxwom5ZZRRZJ7HQAgZyEAmMo+VqqTmqvNhX//nkLfP9b7nXNvu7e7j8wWukKKqnv961rrXve61HlkwGAzy8/p5/Q9e8p+34Of1sxH/vH5ePxvxz+vn9V9byp+34H/GujV1kclkP2/Iz0b8019+v5/29nba29spLy/n6tWryGQyYmNj6d+/PzqdDoPBQL9+/dBqtf+/NmzZz+zET2cFAgHKy8s5evQoSqWS5ORk5HI51dXVtLW1oVar0Wq1xMfHA+Dz+aivr0epVJKVlUVeXh46ne5nI/55/fNhQnd3N0ePHmXPnj2Ul5czceJEpk6dSmdnJ3a7ndjYWILBID6fjxMnTlBYWEhUVBQjR44kOjoar9dLR0cH7e3tDBkyhJycHMLCwn424p/XP97rNjU1UVNTw8aNG7l48SJ6vZ4nnniCAQMGEAwGeeONNzhz5gx6vZ4///nPZGVl0dzczEcffURZWRkKhYKsrCzmzZtHSEgITqeTxsZGOjo6yMvLY+jQoYSEhPzL76Xitddee+1nk/rnLbfbTWVlJSUlJXR2dqJQKNiyZQsul4vf/e53ZGdn4/P5uHz5MmvXriUQCOD3+wkJCSE3NxeDwcAdd9yBz+ejoqKCxsZGCgsLSU5OJjw8HKPRiMlk4uLFi5w4cQKZTEZ0dDQqlepnI/55/ddWT08Pe/fupby8HLlcjkKhQK1WU19fz/79+/H7/cydOxe9Xk9ISAgxMTEcOnSI1tZWvF4vERERTJs2DbVajUajYeDAgeTm5lJVVUV9fT0FBQUMHToUjUaDQqEgPj4enU7H4cOHOXPmDCaTiejoaOTyfz1W9Wee+B+Mdzs7O9m8eTOLFi2irq6O2NhYZDIZKpUKuVxOU1MTLpcLv9+P2+0mPDwclUpFREQEK1aswGAwoFKpyMjIEDSbx+NBJpORkZHBn//8ZxYvXoxWq0Wv12Mymejs7GT//v04HA6mTp1KSkoKW7du5auvvqKhoYF/NQT5T8fE0tvJZDK8Xi/l5eX4/X5SU1PR6/X/Unj35MmTbNu2jbq6OhITE1mwYAFyuZyQkBBCQ0PR6XRs2LCBzZs34/P52L9/P6GhocJTA+zZs4e4uDgGDx4sDPjw4cOkpqZisViEZ21paRGQwe/389lnn3HlyhUGDRrErFmzUKlUXL9+naamJsaMGcPYsWP/ZZiMf6oRBwIBioqKiI2N5ezZs5SUlKDT6QgGg7hcLu6++24GDBjwPxrv1tbWUltby7fffkthYSGBQAC5XI7P5wPA4XCwaNEipk2bxvbt29m6dSvd3d0sXbqUxx57jE2bNpGens5tt92GUqlEo9HgcDiEgRYVFTFv3jz8fj+33XYbU6dO5d577yU0NBSZTEZ3dzd2u53W1lbeeust7HY7VquVBx54gOjoaFwuF6WlpXg8HiZNmkRmZiYqlYqmpibq6uqw2WyEhYURGRlJfHw8BoPh7zjoQCCAy+XC6XRiNpv/2yHKP9WIL126RF1dHd9//z0xMTHo9Xq6urrQ6/XI5XK0Wi2PP/44BoPhf5TXbW9vp7m5WSRqe/bs4fjx4wQCAeE9AZxOJxqNhqVLl7Ju3TqqqqqIjIzkxRdfZOrUqZw4cYL7778fv9/PypUrWbJkiXid1+vF5/OxaNEi8vPzxfuHhoZy4MABwsPD+xymzs5Ojhw5wvr16wkGg+j1erKysrj99ttJTU2ltraWYDBIU1MTHo+Hq1evEhUVRUdHBzKZjBkzZuBwOAgLC2PatGno9XqCwSA3btzg0KFD+Hw+EhMTqaysZMKECeTk5Py3PYN/WsWuvLycixcvUlZWRmJiIjqdjujoaIYMGcKlS5fEQ7LZbH9nxIFAgEAgIDyCXC7/b61QeTweurq6aG5upqamBpPJhMFgQKPRUFpaytGjR7FYLADU19cjk8lwOp3CwP7yl78QHh7Os88+yy9+8QvCw8NxOBwsX74cv98PgEajEe+n0+lwu91s3LixjwEDuFwuWlpa+hixRqMhOjqayZMnc+XKFUpKSvD7/dTW1qJUKunq6uLatWu0traSk5NDS0sLSqWSBx54AIPBgM/no7GxEYfDQWtrKxs3bmTEiBEcP36cgoICRowYgVwu57PPPkOv16NWqwkPDyc2NvZf14grKytZsWIFLpeL/v37k5uby7BhwzCbzXR3d1NSUkJraysajQaZTEZvby91dXV4vV5sNhsulwuv14tcLkcul6NWq1EqlQSDQYLBIIFAgN7eXrRaLeHh4ajVavR6vcj0FQoFMpkMmUz2/+kASPQWQENDA62trdy8eZOmpiaqqqqorKxk4cKFhISE4PV66enpYdOmTeTk5DB//ny+/vprGhoa8Hq9+P1+uru78Xq93H///bz00ktotVph2G+//TaVlZXic2q1WpHASTDkm2++EZ9f+v4KhQK5XI7H4+mzH2q1GpPJxJNPPsmKFSuIj48nISGBqKgoQkNDSUpKIjQ0VECJ999/nw0bNjB69GhSUlKIiIjg0KFD1NTUkJSURHFxMdHR0aSnp3P8+HF0Oh2jRo0iNDSU3t5empqa/rWN2Ov1ct9995GYmEhKSgpqtVr8W0VFBS6Xi7CwMMLCwjhy5AiXL1/GbDbT2dlJXV0d/fv3Z9iwYfj9foGl3W43fr8fv9+Pz+cTRm40GtHr9Wi1WnQ6HaGhoWi1WqKjo7FYLFgsFpRKJYFAAIVCgVarFYauUCjo7u7G4XDg9/vp6OigoqJCwAGZTMa1a9coLy8nMjKSuXPn4nQ6qa6uJjY2lm+//Zbw8HAWL14sDlsgEMBut2O32wGwWCw899xzaLVawUhcvXqVL7/8ErlcjlKpRC6XExoailKpFMmwyWQiOTmZysrKPns7atQosrKy/u5g+nw+VCoV6enpLFq0iKVLlwrjjoyM5JVXXsFsNrN7927y8/MxGo3MmTOHkpISli1bRl5eHuPHjychIQGLxUJLSwvFxcUolUoGDBiA2+1GJpNRW1uLRqMR0Olf1oizsrLIysrqE45LSkooKSmhrq4Ot9tNQkICSUlJOBwOrl69ilqtZuDAgdx///0oFAr8fj+dnZ0YDAYmTZqEVqvFZrPR3NxMe3s7ZWVl9Pb24vF4mDVrFnl5eQSDQZxOpzDQYDCI2+3G6XTidrtpaWnB6XQKtkCCBD6fj5aWFrZt20ZHR4dIPL1eL1arlQULFnDHHXdw+PBh1q5dyxtvvEFJSQmFhYU8+OCDyGQy3G43AI2NjSiVSnQ6HX6/nyVLlhARESFygN7eXpYvXy68td/vR6VS9fFqfr8fvV7PhAkTOHjw4P/Nj8rlLFq0qI8BBwIB3G43er0elUpFMBjkrrvu4pVXXuHf/u3fBKyJjo4mJiaGhx9+mEcffZR169aRmppKRkYGV65cwW634/V6UavVlJaWiqgxbNgw2tra8Pl8wpBvhT7/0phYCpvV1dXcvHmTzs5OCgoKuHTpEt3d3bz66quEhoZy8uRJWltbiYmJYfr06bjdbvLz8zl16hTh4eHExcURGxtLYmIiWq2WYDAoPEF1dTWNjY0MGDAAtVqN0+nko48+oqenh6ioKBISEpg6dSo6nY7Ozk7OnTtHeXk5Pp8PmUzG/PnzGThwIAqFAo1Gg16vp6GhAb1ez6hRo8jLyyMjIwO1Ws2aNWvYvXs3zz//PBEREXzyySdERUUxaNAgFAoFJpOJyZMns23btj6efOzYsYJp8Hq9LFu2jPr6erRaLV6v9z8filJJdHS08MISxBg/frzw1qNGjWLBggWMHTtWMCButxuFQtFHNyHl7Y888gg3btzgk08+obOzk6qqKgYPHozX62X9+vWsWbOGvLw8WlpaGDp0KG63m7Nnz2KxWOjXrx9lZWVYrVYaGxsFzHI6ncTGxmKz2UTU+Jc14mAwSENDA2fPniUuLo7w8HDCwsI4ffo0zc3NDB48mLi4OADOnj2L0+lk6tSpGI1G/H4/o0aNwuv1UldXh1KpZOfOnchkMp555hmRBKpUKhISEkhLSxMe+OjRo7S2tuLz+eju7qayspKhQ4cSHx9PUlISjz76KI2NjZw5c4bLly8THh7OxYsXOX36NNevXxc01q9+9SvxPm1tbaxatYpLly5x//33M2zYMDZt2kRXVxfz5s1Dq9ViNBrR6XSMGzeO7OxsiouLAUhMTCQzM1Psybvvvsvhw4eF4UrcsFqt5k9/+hOvvvoqKpVKvHdcXBy//e1vBTUmLafTyZEjR7j77rv/jvuVvLRCoeDVV1+lpqaGgwcPUlZWJrxofn4+MTExVFdXo1Kp6O7u5ubNm6SlpSGTyWhqasJgMAgWKRgM0tPTI75nU1OT8NT/OwdWWlpKY2Mjbreb1NRUQe/95MvOPp+P48ePs2/fPjIzMzl69ChNTU2YTCbGjx/P3XffzdSpUwkJCaGgoID169cTCASoqKggOjqapKQkgXnT09O5dOkSZWVlZGdn09HRQXV1NVFRUbz77rscOHCAUaNG4XA4+Oqrrzh+/Dg9PT34fD78fj9qtZpJkyYREhIivFtYWBgDBgxg0KBBfPHFFxw6dIi2tjaCwSBjxoxh2bJlwoiCwSAvvPACRUVFxMXF8corr3D9+nV27NjBvffey5AhQ4iKihKiG8krHjx4kJkzZ/Lxxx8LWHHgwAFefvll4SkDgQBms1kwDgUFBezfv5/BgwcTHx+P1+vF6/WSk5NDTEyM2N+Ojg6WLVvGe++9R35+PkOHDkWn0yGTyfD7/bz66qt0dHRgtVqF7mLKlCnMnz9fJIGFhYWMGzcOjUaD3+8nEAgQGRmJ1+vF5XLh8XhERVCj0dDZ2YnL5cJgMKDVanE6ndx5553/j9RoR0cHf/vb39iyZYuIlAqFgrq6OpGr/KQ9sc/n49q1a9y4cYMxY8bw4YcfcurUKQCee+45EhISMJvNBINBent72blzJyqVikAgQFtbG42NjWLT3nnnHWbNmsXDDz9MWVkZGo2Gjz76iPHjx2MwGCgvL6ejo4NPP/2U4uJiOjs7+4S4YDDI8OHDiYuL+zsM6fF4sFqt9O/fXyROKSkpPPvss2i1WgKBAFqtFp/PR3V1NR6Ph+nTp+P3+9mwYQNz5sxh8ODBfPXVV/zxj38UDx1g4sSJfPrpp9x1113iPWtqanjhhRfE54iMjOTJJ5/E7Xbzpz/9SXjQhoYGHnroIf76178yduxYZDJZn6S4tLSUp556ipKSEgBu3rxJRESEMCabzcaOHTtYvXo1oaGhvPXWWzz00ENEREQIvNvc3IzVaqW+vp7U1FQCgQA2mw2/3y/YC6mUrdFo6O7uxufzER4eTktLi3AEt0YA6fkdPnyYw4cPk56ezu23347H4+HixYtYLBZkMhnp6ek/be2EdMKDwSDDhg3jvffe49y5cygUCkJCQhg3bhwGgwGdTodWq+Xy5cscOXIEu91Ob28vYWFh3HfffYJOMplMnD9/HrlcTnt7O5cuXWLy5MkMGzYMvV5PaGgoer2ec+fOYbPZREIkvV6j0TB8+HBhOD6fT2BVibIbNGiQSP6Ki4tZt24dbrcbrVaLVqsV0CQ8PJypU6eyfft2cnJyyM3N5ZtvvuHatWuCLZHJZIINGD9+vPC4vb29/OpXv6K1tRW/38/w4cPZsWMHCxYsYMSIEWL/DAaDSNJuhQUSlbZnzx5mz54tDFir1fLOO+/04YtdLpfYC7vdzqZNm8TvSoZ27tw5MjIyGDBgAGVlZZSWluJ2u7FardhsNvLz8yktLSUqKgq32y3gjdfrxWQy4XQ6kcvl7N69m5aWFq5evcqOHTs4cOAAKpWKSZMm0draSn19PRcvXiQvLw+3283MmTP/jxDkv9WIg8EghYWFrFy5EpVKxf79+7ly5QpJSUmiULBmzRpcLpegu1asWIHD4UChUHD77bfz2muvYTAYBL307LPP0tvby7p164iKimL+/Pk89thjIpFKSUnB4/Hg9XoZOnQoM2bMICcnR5R8XS4Xn3/+OY2NjYKOU6lUwuCCwSAWi0WE2EAgwJdffikOnhQapQNx/PhxamtrmTJlCnv27OHkyZNMnjwZn8/HsmXLWLlyJcFgUAh4pDD92muvUVBQIPZq5syZRERECO8v0X0SD6zVavuU4v1+P6tWreLZZ59FoVAIzzt37lwGDRpET08PgUCAYDCIw+EQbARAfn4+1dXVAISEhHDy5Em2b9+O3+/H6/XS1dUloNfu3bsJDQ1l0KBBmM1mBgwYwM2bNwkJCSEQCOD1esnOzsbtdtPW1kZzczMbN25k06ZN1NTUUFpayokTJ9Dr9YwePZqqqipCQ0Pp6Ojg3nvvJSoq6kezt3+IEdfW1rJlyxaxMZs3b+a9995j+fLleDweAoEA+/btE17wo48+oqKiArPZzFtvvcUXX3zB2LFjOXz4MNu3bycQCJCamirCmsvlwmQyCU8bDAZ5+OGHiYmJITMzk2effZZFixbhcrnw+XzCC7a1tbFr1y5BPR08eJBvvvkGn8+HWq0W3KzL5RJY+v3336ejo4Oenh6amppQqVQ4HA6++OILxowZQ1dXF4cOHRLUW1VVFadOnWL16tV0dXX1ocO2bdvGxo0bRfFFo9Ewfvz4PpW2QYMGERoaKjxwfHw8Go0Gp9OJ3W6no6ODEydOYDAYRPHHaDQKJqe7u5vm5mZaWlpobGwkPj6e6OhooXE4ceIEXV1d2Gw2KisrCQkJobu7G5fLxaBBg0hOThYwqKysjEuXLqHRaKipqRERNisrC4PBICp6drtd/F9ms5nm5mba2tqw2WyEh4dTUFBAWVmZeD5JSUk/qr3J/xEwori4mKNHjzJjxgzOnDmD2+0mNzeXjIwMMjMzBY8pl8u5cOECmzZtYsCAAWzbto1Zs2ahVCo5duwYL7/8Mi6XC5VKRXV1NcXFxTidTj7++GO2bt3Kb3/7W+rq6nA6nURGRgrjValUOJ1OWltbhQFJNJxU8Tpw4ABr1qzBYrEIHH748GFcLlefzH7ChAkiC29oaMDv96PRaDCbzWRmZnLw4EF6e3v55S9/icFg4NixY+LQVFVVibYigL1796JUKlGr1cjlciZOnIherxeJq9/v54477kCr1RIaGorJZCI3Nxe5XC68a1hYGE8++WQf0Y3FYunDw0urt7dXeHQJVlVUVKBWq2lqaqJ///5MmzaNc+fO0dXVRUhIiMhP6uvrGTBgAHl5eaKcrtPpSEhIoLy8HJfLRUdHB3K5nPj4eG677TbOnz8v8LhWq2XBggVs3rwZp9PJ7Nmzqa+vZ9iwYT+6ZOBHN2K73c7169fJzs7m9ttv5+TJk6jVatGd8MQTT2AymVi5ciUGg4HXXntNJDCZmZl4vV6cTiehoaEsW7aMe+65B7vdTkNDA3/5y1948cUXUalUrFq1irNnz/Lmm2/S2NhIMBgkPT1dUGyNjY3Y7XaBd91uN6NHj+aRRx7hwoULrFu3jvDwcKZPn05ISAglJSWsXbtWJDx6vZ777ruPZ599VhhMe3s7arVaJIkOh4Njx44xduxYBg4cCMCRI0fEwamoqBDRRqFQ0NHRIdRfSqWSxx9/nGAwKKBGb2+vKOzcGrJvxbgajYZhw4YxYsQIFAoFoaGh9PT08M4774hDJkk53W43Ho+njxKtpKQEn8/HuXPnUKvV2O12mpubaWhowOfz0draikKhICcnB6VSic1mE+V8i8VCW1sb4eHh9Pb24na7SUlJEV3XkydPxmazER8fj0Kh4Pjx47jdbiIiIigrK2Py5Mn/kN6/H92Iq6uraW1tZerUqXR1dVFTU4PdbsfpdOL3+5kwYQJr165l6NChfPXVV1y4cAGDwcDQoUNFJU0ulzN48GDmzZtHVFQUq1ev5uOPP+bixYu43W6efvppEUpv3LjB8uXLuX79uihS+Hw+iouLhSF4vV7uvvtunn76aVpaWvjkk0/o6ekhJycHo9FIS0sLb731lvDCMTExvPbaayxfvlwkgMFgEJvNhk6nw+PxMHbsWHbu3ElYWBiPPPKIgFHXr19HrVYjk8nYuXNnH48pwQuZTMacOXNE6JaSye7ubgGzJIpO4oOlBFP6+WOPPYbZbMbj8eB2uzl06BBPP/00hYWFAsNLEcHn8xEWFoZMJuPs2bO89NJLXLx4EZVKRU1NDe3t7bS0tKDX6wkLCxMUYzAYxGq1kpKSglKpFJSm3W4nJCQEn89HVFQUTU1NfPzxx1RWVjJkyBBiY2PJzMzEZrMRERHB4cOH8fv95Obm/kNIhB/ViP1+PxUVFbS0tKBWqzEYDEycOFEQ8i6XC5lMRmZmJhUVFbz//vuo1WomTpxIamqqCPVyuZyOjg7Kysrw+Xw8+uij9OvXj9WrV/PMM88wevRocnJyRLnT6XSKKpLf78fj8fDDDz/Q29uLz+dj5syZPPnkk+j1ek6ePElTUxN5eXk88cQTKJVKPvjgAxoaGkSp+6uvvmLq1KmCG1UoFAITd3V1kZaWhkql4syZMyxduhSj0YhMJqOkpASlUonX6yUQCHDlyhUKCwvp7e2lp6dHlLgNBgPt7e0EAgF8Ph9OpxOfz8epU6fo7u7uU/SQqCsp2ZNgQnJyMtOnT+9j8N3d3XzyySd9IJFkzBMnTiQpKYlAIMDFixcFA5Sbm0tISAhGo5HQ0FDS0tIYOXIkZrMZq9XK9evXKS4uJjs7m5ycHOHZ9Xo9SqUSv99PdnY2c+fO5dSpU3zyySccOXIEhUJBbm4uDoeDrKwsEfF+8kbscDgoKirC7XaLk37fffcxe/Zs+vXrx3vvvUd7ezsqlYqPPvqI9vZ2AJYsWSKMUAr9zzzzDH/84x+5dOkSzc3N+P1+/vznP7Ns2TI0Gg0LFixAoVAIsY/RaEShUODz+fjggw+orq7G7/cTGxvL4sWLhUJu1qxZLF26lLfffhur1cr58+c5ceIEgUAAh8NBRUWFOAwS0a9UKomIiKChoQGTycRTTz3Fli1bCAQCDBw4UOgIxo0bx6pVq0hLSwMgKSmJmJgYfD4fPp8Pu90uiixnz57l4MGDuN1ugZsPHDggDFLSX/z6179m69atNDQ0YLPZ6O7uFhh37ty5ZGRkoFQqBfatqKhg7969IgIpFArCw8NZuHAhTz75JAqFgiFDhnDHHXfQ09ODVqtl1qxZ3HPPPdTX1/PDDz8QERGB0+lk48aNlJeX43a7MZvN6PV63G63KKZ0dXURCATYv38/RqORZ555BqPRSElJCcXFxZjNZoYMGdKHN//JG/GNGzcEBj1//jx+vx+TycT8+fNFiJd6vDweD2azmRUrVpCZmcnrr7/O8ePHcTqdYoMaGhpwu93U1dWxdu1a5syZw9133w1A//79iY6OpqenR+A1n8/HypUrOXbsGEqlEr1ez+9//3vBuapUKlJSUnjmmWdQq9X09vaycuVKkXipVCp6enpYtWqVIPtDQkLQaDR4vV7Cw8N599138fv9HD9+nMTExD7yUIVCwfDhw1m/fj1PPPEEv/71r0W0kNgOCS+rVCquXLki9q6wsJC6ujrhgSUMa7PZ+PLLL1m8eDGPPvooHo9HeGqdTsfTTz9NRESEYDOCwaDw2JKkc8iQIZjNZoYOHcq4ceOwWCwMGDCAtWvXcvXqVdH3V1RURFNTE729vVRUVOB0OklMTCQhIQG73c6hQ4dEvtLZ2UlUVBROp5OUlBQ2bNiATqfjtttuExJapVKJ2WwmNjaW3bt343A4fvpGXFtbi8lkQqFQCHXZiRMnkMvlOBwOHA4HDQ0N6HQ6xo4dy9atW5k1axZbtmzhiy++4PLly8KrmM1m5syZw9atW8nKyiIkJIR9+/axbt06HA4HOp2OiRMnMm7cOP7t3/4Nn8/HJ598wsGDB4W3WbNmDVlZWRw8eJCSkhKhL5Zkml9++SX19fUEAgGcTiednZ10dXWxdu1aVqxYIXhnySO/++67JCYmsnLlSgDCwsKE5kGivGQyGXq9nsmTJ/Pxxx+zf/9+oYqTGAKJu25vbxdeeP/+/YJmW7JkicDSkiBeghESVOnt7aW3t5fExET+8pe/MGbMGJRKJVarlXHjxgks7PV6RTuSXC5n6dKlxMXFUVNTQ21tLQUFBULW2tLSQnJyMhaLhfr6epKSkli4cCEZGRnU19fT2dmJzWbD4/GgUqmE8N9gMJCSkoJMJuP2228nNDRURB+FQkFiYiLd3d0cPnz4H9Kk+qOWnZuamtDpdGg0GkETHTx4UMxE8Hq9bN68mUmTJjFx4kTUajVXrlzhvffeIyIiggceeEB8+cGDB/P111/jcDh48MEH6e3t5YMPPsBut2OxWMjLy2P27NnC061fv549e/YwePBglixZQm5uLnq9ntdff501a9YwadIkJkyYIBK1QCDAjh076OzsFHhe8l5Go5HY2Fi8Xq8oVkhhXhK6y+VyIf2sqqpiyJAhfSSJe/bsoaamhuXLlzNy5EjR4iO9t1wuZ/To0SKClZSUCPZm0KBBbN++nZs3bwra8lbIptVqBeQAiIqK4vnnnyc/P5+enh7RcCu9TkrIkpOTBfa9du2a6LjJz89nyJAh4pApFAqio6PJz88XjbyBQIAlS5awbt06Adv8fj8Gg4Guri7y8vJQqVTodDpSUlIoKiri2LFjjB8/HrVaTUZGBmfOnCEvL49+/fr9dD2xFAajo6NF5Umn01FSUiKSDWnzpWz/pZdeEloEnU6H3W7H7Xbz1FNP8f777/Pkk09yzz334PV6BWW0Zs0afD6fSCx27drFhg0biI6O5u2332bEiBHo9Xq+//57vv76a1GudTqdBINB1Go15eXl1NbWivAsYXKdTsdnn30mBDJSO73Uwbx3714hh5w3bx4ymYyJpdZeAAAgAElEQVQvvviCbdu2CZbB7/dz8eLFPoxNbGwss2bNEh528uTJTJo0CblczqFDh/B6vYwaNUo0iKampqJQKER3h06nQ6VScenSpT4GfCunnZuby8iRIwVskbxeMBjk7NmzQpesUqnEPns8HnQ6HTqdjvDwcK5cucK1a9cwmUwolUpiYmJobW0lPz8flUrF9OnTMZlMVFdXo9FoSExMFFJN6btFRUWhVCopLi6msbERlUpFeHg4Wq2Wc+fO/eje+Ec1YkkdFh4ejsFgEB0bxcXFqFQqFAoFCQkJYvPeffddWlpaCA0NZcyYMeLBSL87fPhwHn30UTo6Oujt7UUmkwkvIXmDbdu28emnn4pER8qAGxsbefvtt1EoFKhUKgoLC2lubhbvcfDgQZH4PP300zzyyCMYDAaUSiU//PADXV1dKJVKUbLu7e3l8OHDQiswcuRIoqKiqK6uprS0lLNnzwo9MMC0adNEKfnjjz+mf//+PP7447zwwgvk5OTw+OOPA9Da2sqZM2cASEhIEK+XZJByuVz0sQEcPXpUHEiv10tJSQkVFRVC1yHJJLu7u8X3MZlMFBYW9tFzSBBFKvIolUqys7PxeDx0d3eTlpYmHE9ERARnzpzhm2++YcSIEdhsNnp6egQjkpyc3KeIERUVJUYyXLhwAZlMhs/nw2q1cvHiRbq7u3+6RhwaGtrnJCqVSvr160dVVZWQJYaGhhIMBrl27Ro//PADwWCQ+Ph40tLShMDk8uXLvPbaa/z+978XFFRZWRkqlQq9Xi9GPV27do2tW7eK95w0aRIej4e2tjaOHTsmdARSGD5+/LgoNhw4cACNRsOTTz7JU089xR/+8Af++Mc/olKp+Oqrr5g3bx6ff/65wJJSOVp6ABcuXOD555/n6tWr5ObmYjKZ+nR0zJw5k+HDh7N69Wr69esnvM/YsWPp16+fMJDdu3fj9XqFCL+1tZXW1lYSEhL6aHil75GQkCDgiMvlYvXq1bz00kv8/ve/F9BI0vzK5XLCwsLweDw0NTVRUVGBXC4nMjISh8NBZmYmOp2O2NhYNBoNVquV1NRU+vXrR2RkpBDwDxw4kJkzZ3Lt2jU6OjoICwvj5s2b2O12srKy+Nvf/sayZcsoLi7G5/ORnJyMUqkUDbJyuVxAHen5/mSNWNpwi8VCU1MT7e3tREREYLfbaWtrw2g0CtJd0j3odDp+85vfiGRg8+bN/OEPf+Dw4cMUFhYK7LZv3z4hiElNTaWjo4Mvv/xSeL877rhD8LUqlYoJEyawfv16pk2bhkqlYtSoUUyePFkka4mJiajVavbt20d1dTXBYJBJkyaxdu1apkyZQm9vL5988gkrV67E7/cTDAbR6XQkJSWJ1ieAjIwMXnzxRSZOnNgnTGo0Gt544w0h7pHW4cOHOXHiBG+++SY1NTXcuHGDGTNm8PLLL7Np0yb+/d//nd27dxMSEkJmZiZarVbgcrPZLJR9Eo6/Nem7ePGigEBS0UgK8dLYWElSaTQaue2228jNzUWn0xEIBLBYLDzxxBNkZ2fT1dXF0KFDWb9+PYsXLyY2NpYhQ4awadMm7HY7Pp+P9PR0MfvN5XKxYsUKCgoKiIqKEoyQ5JVVKhX19fXExMRw4cIFAXl+ckYcFhaG0WhEo9FgMBg4e/asoKFu3rwpwmIgECAiIoJgMMiIESMYNGiQCIU3btxg4MCBYhjI9evX6ejo4NSpU1gsFp599lnS0tJYv349PT09jB07VqjKJIWW5NXi4uJ46623+Pjjj3n99df7JF6JiYkinL/wwgvs3bsXj8dDcnIyb731Fm+++SajR4/mzjvvFKzDlClTePfdd3nqqadISUlBoVBgtVrp6enh2LFjFBYWCo2GdOCk4ovT6aS3t1fIIRsaGigsLOT5559n6NChqNVqnn76aRYtWkRSUhLR0dFMnTpVhGKVSsWwYcPE/klGLHl0uVwuumIko5FaniTaU2oodblcLF68mLi4OME8bN26VYxF2LVrFytWrGDVqlWEh4fz+OOPc/78eRobG9myZQtvvvkmPp+PpqYm9Ho9Dz74oEjkJXGPyWQiGAyKiqNU4FEoFHR2doqo8ZNjJ4xGo9iwlJQUDh06RF5enhC8hIaGUl1dLXCZXC7n2rVrnD9/noyMDHbs2MGUKVPQaDS88soraDQatmzZwtGjRwkPD+e5557DbDaza9cuysrKeO6559DpdJw7dw673c7atWt54YUXRAiTErb09HTRWCqNkUpMTBRMRE1NDW+88Qbh4eHceeedzJ07l9zcXIYPHy4UbxJ15nK5UKvVzJo1C4ArV66IrpG//vWvfPjhhyLBVavVvPfee1y5coVly5aRmZlJWFgYXV1dBINBsrKyuHLlChs3bsRkMvHII4+IYktmZibp6elkZ2dTVFSE3++nX79+QrSuVqvxer3isCiVSpqbm6mtrRXFFq1Wi1wux+v1EhkZidVqBaCzs5Oamho6OjooLy9n3LhxVFZWsmfPHqZMmYLJZCI1NZURI0agUqm4ceMGiYmJQhpw8+ZN/H4/77//Po2NjcyYMYMPP/xQFH28Xi8pKSliWIy057fqQ6qrqwVF95PTTjQ3N3P9+nUyMjJEd0ZMTAwGg4GwsDCuX78uTrxKpcLlcrFq1SpWrlzJgQMH+O677/j+++9Rq9XMnj0bv99PY2Mj2dnZWCwWSktLOXLkCHl5ecTExIjSrEKh4MaNG7S0tFBXV8dvf/tbnnrqKd555x0RUqXEpqurC5PJJHCsxJp0dnayfft29u3bR2dnJ9XV1RQWFnLy5EkOHDhAfn4+bW1tBAIB4uLiiIqKEtN/srOzaWlpoaqqSuxFXV0du3fvFm3tMpmMu+66S3RN79u3j40bNwrcL5PJaGxsxGAwcO7cOeRyuYBDWq1WQDFJdSfxxFIntzSEW4I10utkMhlxcXG4XC6B72tra1EoFJSWlrJjxw5iY2PR6XRUV1eTk5PDlClTUKlUNDQ0YLVaiY6OJj4+nj/84Q+CE7bb7axfv57Tp08D/zl+Yf369dTX15OSksJdd92FWq0WlUGpiKXVaoW08yfniaWH0d7ezm233SY212KxYDAYMBqN2Gw2ent7RZXL6/XicDi4ceMGOp2OsrIyAMxmM1OnTqW6upqzZ8+iVqtxOBx8//33hIaGMnbsWPH/REZG4nQ6ycrKEkYtzSSrrq4mLi6OmTNnCi2FQqGgtbWVkJAQwQ/fime3bNnCnj17RGXxVvbF6/USFRXFL37xCxISEsSDTkxMxGg0EhMTI/D+3r17xYGVGIFRo0bh8/kYMGAAL7/8MnK5nNzcXCZNmiSuOLh58yZ33nknfr+fY8eOoVar8Xg87Ny5k8WLFxMaGorT6USr1XLfffexceNG2traACgoKKCuro6EhIQ+s9ykEQA9PT2i9enOO++koqKCgwcPkpubS2VlJUeOHOGOO+7A4/FQXl5OUVERjY2NzJ49mwkTJgDw0ksv8fXXX9PW1oZMJuPIkSPIZDLMZjPTp08Xz8nlcjFhwgSsVivx8fG0tbUhl8vp6emhvr5e0KQ/KU8sJWwdHR1ERERgtVppaGggNjaWmzdvimqVRG2pVCrhWfx+PxaLhfvuuw+j0SgSwoyMDEwmE0ajkfb2durq6hg9ejQmk0moy0JDQwUek3haKXmRKn3SOClppKpUSJBmUtzKvcrlcqxWKwsXLuTXv/41DzzwAJMmTWLAgAFCZrhhwwaam5tJT09HqVTS0NDAlClTxGeSqKtbOXS/349Wq2XkyJE0NjYKCu22224jLCyM5uZmioqKCA8PJyYmBplMJiqK0hjYb7/9Fp/PJ8J0REQEixYtEhJHn89HVVUVgUBAGLGkzFMoFNTW1uJ0OoW6MCwsDJ/Px6pVq/jggw+4evUqycnJtLa2cu3aNdra2hgwYAC/+MUvRFXSYrHQv39/mpubyczMFN+7sLCQ06dPU1paitFoJD09Hb1eLz6/9Cwl/chP0hNLWtienh6USiUTJkygtLSUJUuWiLKrlOiEhIQwefJk8vPzxb9ZrVZGjx5NVlYWJpNJaAokeq6wsBCVSoVGoxF0nNRoWVdXh9FoxO1209DQIPrApALE4cOHmTVrlvC4kvjo1gMotQKNGTOGmJgYUQS4dUmdJd999x0WiwWTycSIESNYuXIlr7/+Onq9Hr/fT01NjfA8Go2Gnp4erl+/Tl1dHRcuXMBms6FQKIiJiaFfv354vV7KysoICQkhKyuLrq4ujEYjubm5/PDDD6KVqrq6mitXrohIJzEADz30EN988w1+v18kyjKZjAULFuByuTCbzbjdbk6fPk16ejrt7e18/vnnREZGAgguPy0tDb1ej8PhEANUfvnLX4rfMxgM1NfXM2jQIDo7Oxk1ahSFhYWUlpbS09MjWJFBgwbRv39/du7cyeDBg0lLSxOdMdJYW0kD8pMyYqmtprW1FaVSyYgRI8R4U7PZTFdXl8jUTSYT06dPx+Vy0d7eLpRiUl9aQ0MDR48epaGhgby8PAYOHMimTZvwer2cOXMGo9FISkqK4IhjYmKIjIwkGAxy+vRpIXvs7e3FaDQyZMgQHA6HYA7q6+uFkUryxwcffJBBgwb18RLSQ5EMxuPxcOTIEZGUqFQqQkJCUKlU7Nu3jyVLlvDtt99y/vx54dVnzZrFrl27OHXqFEajUWBEgJEjR4qiQWNjIxaLhc7OTmG406ZN46GHHuLgwYPU1dWJ7zdw4EBUKpU4zLGxsTzwwANUVFT0GTEQFhaG1WrF6XRy9epV2traBCMUExPD2LFjBSv0u9/9jvDwcGQyGREREaKZ9cKFC6L40tXVhUwmE8+vvLwch8NBT08PLS0tRERE0NLSgs1mIzIyklGjRpGSkkJFRQXNzc1ER0fj8/kEHfqTS+yMRqOgj1pbWzEajSxYsEBIDyXvKLXNhISEkJ2dLbL7hoYGoS3Yu3cvxcXFxMfHM2PGDNGdGxYWRm9vL3v27KGqqkrMYliwYIEwfqnt3u/3k5aWxty5c0WbuJTASXja7Xaj0WhQKpUcOHCAxsZG4Zlv5WN7enpobW2lpqaGoqIiurq6hOeRQqYUNWpra6mrq0MulzNnzhxmzZrFvffeKzpG8vLysFqtjB8/nuzsbFwulzCYtLQ0WltbGTp0KMOHDxedEXPnziU9PV18fqlgcKvEMSEhgaFDh/apHApvpVRy7tw5srOzSUxMZObMmUyfPp2IiAiWLl3K888/T3x8PHK5nNLSUtauXYtcLsfv91NQUCBEUmVlZbS3twvuXCpnS7mJTqcjKiqKadOmsXr1arq7u9HpdDgcDtxuNzabDZ/PJyLtT86IJU2Ey+USEx4l73jq1Cl0Oh2RkZHs2LGjz3gmjUYjWliqq6spKyujvr4eo9Eo5kTY7XYxD02CCA6HQzwwSd1VWFgoKJ277rqLmTNnYjKZsNvtgl+VunqlJWHzrq4u1q9fLzqiPR6PKBxIr5W6HDweD6dPn+bMmTNCA202m8UcBoDc3FzmzJkj+uDuuOMOxo0bx8MPP8wTTzzBnXfeKTqvHQ4HSUlJQmlXVFTEgQMH2LVrF+3t7Wi1WhITE0XHxaVLl0Qns/RdpAN163eTytVer5dp06YxYsQI9u7di0wm48SJE/zwww/4/X4iIiLo6uqipKSEDz/8UHRKSxReb28vtbW1vPXWWxw+fFjg+evXr1NRUcG4ceMwGo3U19ezdOlSIfvcvXs3TU1NpKamolarxRyL/7UI9JPCxNLcg5KSElJTU6muru7TliI1Gt64cYPk5GQaGhpITU0lOzubvXv3smvXLoLBIBkZGYwaNQqn0ynGV40fP57u7m4aGhpobm4Wnv9W2WFVVZXogwsLC+vTHiTV+2trawVX/b8+9J6eHvbt28e8efP6ZM6SwkupVNK/f3/q6+uJjo4WoT0QCJCRkUFPTw+xsbFCzywd1GAwyPjx49FoNIIO83g8bNy4kVmzZtHQ0EB0dLSoblqtVgYOHMiRI0e4dOkSVqtVsCES565SqWhra2PHjh2kpaUJjbU0r0KtVou+PEkS2dLSQnR0NH6/n++++w6Px0N4eDhNTU1cvHiR2tpa/H4/YWFhdHd3M2rUKH7zm9+gUqmEkEui6aS2M6PRSE5ODomJiYKLLioqYsaMGXg8Hr799lsef/xx4uPjUalUQvmXnZ39o1xx8aMasVwuJz09HYPBILo0Nm/ezODBg5HL5dhsNlJSUiguLqaoqIiEhASam5tJTk4WkyKlCZkDBgwQIvmhQ4ditVqJjY0lLi6OnJwc7Ha7qFhJG1FYWCi8k0aj4caNG2Ick0qlEvqHuLg4Jk2aRH19vfC6ty4JOkjaY7VaTXt7u8jOR48ezf79+wkJCREz21QqlXgoAwcORKPRiMElXq9XTMaUPLrb7Wbbtm0CDnR0dODz+YiMjESv19PS0oLH42HAgAEUFxdTVVVFQkICRqMRu90unIU0bf/s2bPY7XbRsiQJlyQY0NvbS0hICA6Hg9zcXDH7QqlUsn79evFZpTkgUjf2kiVLxLCVo0ePioKV1Kni8XjIy8sjPDyc0NBQrly5wgcffIDT6eTee+/lscceIyQkhLVr15KUlERsbCw1NTU0NDTQ0dHB/Pnz+zijn0SxIyYmhvT0dNxuNwaDAYVCwc6dO8XsLskL2Gw2vF4vLS0tgtJSKpUitJeXlxMTE0NycjKlpaVcuHABu90uSsChoaHC4/b09OD1etHpdH1ovLKyMpxOp/i5ZFAWi4VBgwYxffp0Fi5cyNSpU0XRICsri/nz5xMVFSW0IO3t7XzxxRd8/fXXojweCARITk7GbDYTHh6OUqkUyri4uDj69+9PT08PdrudCxcuUF9fL4oPbrebgoICmpqaiI+Pp7q6WlT5VCoVYWFhTJw4EavVKubWSdoSafSTlARLHh+grKxM8MWSU+no6GDr1q1s3ryZ3t5eOjo68Pv9IkGTOpYfeOABxo0bh9lsRqPRMHToUBYvXoxSqRQTfKTxVvX19dTV1Yl9l6KNWq3m008/pbu7G4/Hw/bt27l+/Tr33HMPM2fOpKysjNraWvHeVVVVrFu3Tly98JMxYqVSycCBA0VNPz4+nh07djBo0CCuX78uJJpShcrhcCCXy9HpdJhMJuH5MjIyMJvN4iLBxsZGzp49S2VlpcC/Une0lIknJiYyZsyYPqLwrq6uPrj51oxYKiVnZmYyc+ZMHnjgAe644w5R2ZNWRUUFPp8Ps9lMfn4+27ZtExMuV69ejdlsJiwsjNLSUvLz83E6nUycOJHhw4eL0amSDlmi9woLCzEajdy4cUNMx5HoPGmunNVqZfjw4ej1esrLy1EoFOLGJLVaTXd3N0qlUngyibmRklGpxCsZicvlorm5WegpgsEgAwYMYNGiRYwZM4aJEycKuJCUlCS4bZlMxpUrVwSUiYiIIDo6WijVCgoKxN8lLlw6RMeOHRPR9IknnsDr9TJp0iQ6OzuFRnrTpk188803FBUV9Sku/bcZcXh4uFD9q1QqkpKSCAaDDBkyhMuXL+N2u4WYXWqSlCp3kZGRfaakt7W10dXVhdlsJi0tjYSEBCorKwU7cOnSJU6cOMHNmzfF6P9+/foxZswYTCYTI0eOJCIiAo/Hg91up6mpqQ9Glh6QZNA6nU58FpvNJsJlQ0MD48ePZ+TIkTgcDkwmE7GxsWLQoJSMSVjyypUraDQaRo4cKcqrEi6WdMASZpdghsRxS1TluXPnOHbsmMClSqWS69evExERIXoBlUql+DzSqqysFBBH8u4Szy5FJJvNJmSz0vwKqQdSMqKysjJx1URzczMnTpwQBippM/R6PUajkcbGRtrb2/F4PGIkltlsZvz48ULkLwn9Fy5cSENDAzdv3uTy5cscOHCA5uZmXC4X586d49tvv+X06dPU19eLauo/3Yh1Op3oIbty5Yqo0Uv3SkgT2aXOAr1ej9PpFKFJGvcp9bVJnbKSAUiierfbTU5ODl6vl/z8fC5evEh9fb0YdDd27FhR9ZJKnadPn+bo0aMi5Eot8zabjYaGBrFxUiOndL1BU1MTxcXFfPfdd+KhGgwGXnzxRXbv3o3L5RLeMDExkdLSUs6fP094eLig+yQNgfSd4+PjGT58OBaLRTA4KpWK5uZmFAoFeXl5uFwurl69yokTJ8R1XNLYg7KyMnEIQ0NDRee3Wq3m9OnTQvcs/U5CQgIymYy0tDTq6uqwWCyC15f2VoIzEv8sNb+eOXNGFD7kcrmAhCEhIVgsFrq7uykqKhLMiUql4uWXX2b58uWMGzcOhUIhNOWJiYnk5uZSVFQk2rLOnj0rxvi2t7fz/vvv8x//8R98//33/688849qxMFgkNbWVgYPHkz//v359NNPOXPmjJjJKw3okEaKSg9AJpOJ6ThxcXEi8w0Gg4SEhJCRkUFLSwvXrl1jxIgRQqOh0+kE6d/V1UVBQQEnT56kra1NqM8keqyyshK/3y8E8wUFBSK7lsZuXbx4kfPnzwsoVFtby9WrV4V8USpK+P1+Bg4cSHV1NevXr6ejo4PIyEih1MrPzxdinerqakJDQ+nXr58oSbvdbgYPHkxra2sfgXtISIgYtNfR0UF2drZIiC9evCgOypAhQ0hMTKS5uZmuri5iY2PJzc0VFJ/T6aSwsFAUl9LS0kRE1Ov11NfXYzAYiIyMZN++fRQXF4v2puzsbJRKJUlJSfj9fqqqqigsLBQOCv5zhKzH40Gv1zNz5kwxE0Pi3u+8804GDhyIXC6ntraWF198kYcffpht27aJZtL58+eL5O7mzZt8/vnnfPDBB9TW1orRs4WFhQIe/W9ZsR9jyLY0f+3mzZucOnWKQ4cOYbFYKCsrE5MVBw8eTHFxMTNmzODs2bOiGfRWWaHL5SI9PR2XyyUuEZw0aRIJCQlihKrJZCIuLg61Wk1hYSFhYWHikhrJs3Z3dwsxtjQdUhrxJJH0t2qKJY60t7eX7u5ucVXWtWvX+txgZDAYsFqtZGVlYTabqa2tpbKykjFjxhAREcHevXspKirC5/Mxe/ZsoZ/w+/2iMVa6JqC1tZW6ujrBl0oeU/pT2g+fzycoLemO57CwMDGcWmrlslqtJCUlYbFYUKvVZGZmiqHYycnJwqOq1WpsNhsWiwWtVktlZSXV1dUYjUYiIyOJi4sjNTWVwYMH43K5RBd2WlqaaCqoqKigq6uLpKQk4uLiCAaDTJgwgc7OTvbt24dCoWDSpEloNBo2bNjAvn37sFqtYmrRmjVrWLhwIbt376a1tZVPP/2U2bNnI5fLOXnyJC6XSwilpPv3/qEUm9frZePGjSJ83X333Wzbto1AIMC8efO4evUq06ZNo6ioiKioKLRaLbGxsZSXl1NeXk52drao6Oj1erq7uwXdc/DgQUaMGIHJZGLDhg3s3btXCH6kdhopFKekpAidq8/n4/r166SlpQkRTF5enugfk2YrSNSbNK1Gmm3s8XhE46P0XrGxsVgsFjo6Ouju7kar1fLyyy9TUFAgDlVYWBg2m424uDihHpPYCo1GIy5fdLlc1NfXEx4ejslkEi07MTExRERE0NzcLBIjybtLc9KkwyfdS2c0GsVIWoVCQWRkpIgCPT09QigktRZJc5zLy8tJTU0lLS2N+vp6Tpw4QVxcHDqdTpTUCwoK6OzsRCaTMXjwYNEaVlFRwaVLlygvL+fhhx8Wsk1ptsaNGzfo7OzEbDZjs9lITU1l+fLlxMXFUVFRwbvvvsvp06f58MMPKS8vZ9SoUXg8HsaPH8+uXbtELnHrWIB/qCc+deoUkZGRrF69msuXL7Nw4UJ27tyJ3+9nzpw57N+/n5ycHOLj48W9dZcuXRJJUXJysmgZku72kIoi8fHxYsJ4TEwMVquVjo4OxowZw69+9StGjx7N9u3bqa2tJSYmBpPJJK7vcjqdf3dtq4Qbo6KisFgsosQtUXtWq5WWlhYhZJIwntFoJC0tTegnTp48yZAhQ8SwRMmIurq6qKurw+fziQk75eXlzJgxg5KSEurr64mMjKSmpkZALIfDQW1trSjSjB8/Hr1eT2FhobgONyQkRCSdksBImgvc1NREY2OjkGYqFAqcTidVVVU4HA48Ho84sJKhK5VKuru7kcvlREVF0dzcjE6nIyMjQ3j+trY2oU0OCQkhPj5eSCevXbuG2+2mp6eHtLQ0IWC6ceMGly5dEpErNTWV1NRUcUuqVDAaM2YMTqeTmTNnMnjwYDFUsbKyEqvV2ifxnT59+v/xXo//kifu7Ozk1KlTLFq0iM8++4zS0lJCQ0NF+VEKQ42NjaSmphIWFsaxY8eE8Ug0llSEkCpp0pA6u93OgQMHMJlM6HQ6Jk+ezOjRo5HL5TidTgoKCrDZbMTExJCQkEBNTQ3R0dE0NzeLDghJbyFRQBLNJskZA4EAPT09QuSTnp5OTU2NeJhS0tPU1CR+FhkZKbL5mpoaUR6fOnUqN2/epLm5GZvNhs1m44EH/q/2rjWmzfNsX5hgbOMjNuD4EDBuMBibmGNICBDQFlqSpcvE2NZoandI1mlrp01ZJ7WdNGmdNO2UP5u0aNNWKd2UbaGbGnVZUAZZ05CVlEMJzNhgwE4CNsY2PmJzcL4f3/fcgizJFxJo0tTXz0hY4fXN897PfV+Hz2NpaQnj4+Mwm83wer3ECGOvW+B/rbx6enrwhz/8AY2NjYjH4zAajcR2k0gkOHToEILBIMbGxjA/P09voZWVFfh8PsRiMWzfvp0IQT6fDy6XC1wuF0KhkC53i4uLpMLhcDiorq6mP8KMjAz4fD6Mj49TICQTnW7ZsgVDQ0M0PWLjNiYAdblc9My2bt2KUCgEv9+PkydPIhwO49ixY/D7/ZiZmcGBAwfg9XrB4/EwOjqKc+fO4dChQ/SHLRKJsGfPnnva6D1QEff390Mul+PVV1+FVCrFsWPHMDyT53cAABQFSURBVDU1BbVajampKXR0dJC3QkdHBzwezxrLKLlcTtwEn89HhWU0GvHGG2/A4XDg0qVL4HK54HK5+O53v0uqhoWFBSiVSjoF5+bm4PV6IRKJkJubi0AgQAbUrG+PRqOYmJigVzULaGRq4nA4vMZ1nvEHVlZWiEbIeszp6WkYDAbYbDb85S9/wYsvvgiBQID29na89dZbEAgERHg6f/78Gvup9vZ2nD17lpwlQ6EQ8vPzUVpairGxMbz77rsoKCiAyWTC1NQUFhYWsH//fnLRtFgs9GUza1bmy8E4JisrK8jOzqaRHjuBGdlptVEKS2/1er1IS0uDz+dDIpEgCy/2DKempuBwOGjTyhw5Q6EQAoEAKXAyMjLQ09OD999/n37n6upqBAIBuFwuvPHGG1CpVPjGN74BoVCI48ePQyaToa+vD8XFxZienkZBQQEqKio2f+28tLQEnU4HkUgEmUyGoaEhKJVK6HQ6XLp0icZCzBno5s2bUKvVqK2tpZnq3NwcXbrUajV0Oh2SySQaGhqwY8cOLC8vw+PxQKvVIpFIwO12Y2BggHRgRUVF8Hg8cLvdkMvl0Ov1sFgssNlsGBgYoJkoo3jK5XLMzc3R5ikajdK+f7WMiYUlsmnC6lHf8vIyLly4gObmZvD5fLhcLvzkJz9BRUUFSkpK8LnPfY6Kxmq1wuPxID8/H0KhEJ/61KeQl5cHlUoFt9sNiURCkxahUEg83IWFBczNzUEoFKK0tHRN5BdrjVgKK4tPu18Eg0H09vZiaGgIgUCAHN9ZRqBEIsH09DR6e3tRVlaG2tpanD17FsFgkIwDY7EYFAoFCUYZ/5mNTbOysjA6Ogq5XI6DBw/CbrfjvffeQ0VFBYqKirBjxw709/fjgw8+gFgshkwmu2fVxwP1xLOzs6SnYr5jW7Zsgclkwvvvv08xAoxJFQ6HodVqoVQqwefzcf36dVrH6vV6PPPMM8jKysKlS5cwNDREt9P09HRoNBrEYjEEAgHq/djGSqFQoLKyEk8++SR27dqFvLw8GAwG6PV6zM/PE3WQEd/ZvJP1viwXerW6g82o2XaQbbgYC04mk9Fsu7y8HF6vF0NDQ+jr60NTUxPEYjEikQj+/ve/U3F++tOfXiPWnJiYgMfjwZe//GU88cQTGB4ehkKhIPK/w+FAOBxGeXn5hmZc3Apmg1BcXIxkMklvTC6Xu2aOzjzy5HI5xsbGUFRUBIFAgP7+fpSXl9OpzcQAEomEdJDBYJBW1TqdDoWFhbDb7XQQ2u12SCQSyOVymM1mHDhw4J5J8w9UxAsLC+jr60M0GkVNTQ2KiopIkRuJRJCbm4tYLEbjKbaRW1lZwfT0NCKRCCmMmVcZh8PBpUuXaK9fX1+PYDCIQCBAfZtGo0F9fT1qa2uxZ88e7Nq1CyUlJRCLxWtOU6lUirKyMhgMBnA4HAQCAUQiEWRlZdE2i1FC2RfGNH/sUsQKOT09HfF4nNoftqnLzc3F4OAgXnzxRQwPD9PvXVBQAJfLBbvdjvr6ehQWFsJisdCzC4fDGBoaQjweR1NTEyYnJ/Gb3/wGJpMJP/3pT+H1eqHVauH3+9HY2Lhp3r63LqoMBgNKSkqQTCbh9/vXhKEzOyo2GfL7/XjvvfcgEonA4XBgMBjIyziZTCIzMxNf+MIXYLFYUFpaCqlUCo/HQ98R01Z6vV5aMEmlUjQ3N6/rj/aBipixzl5//XXs2bMH4XCYbueMc8sU0EwkythtGo0Ge/fuxVNPPUUG26z4BgYGUFxcTJcEdiFbXFyEXC7Hc889B41GA4lEQnL1u3GcmWujxWJBSUkJjaCY+eFqgxF22mZnZ0OpVBJ7btu2bTAajTCbzaiqqsKNGzfgdrvR2tpKuR5PPPEELl68iC1btqCyshJ2ux2hUAhlZWUoLy9fw9ZKS0sjX1+VSoXz58/TKOtf//oXVCoVKTL27du3Zl2+2cjKysL27dvpTeZ2u8negEnDxsbGMDg4iNbWVtL1NTU1kTEKE6bOzs4ST5r1/cx9lAkcWIiQUChEbW0tKioq1qX6eKCeOC0tDbFYDLOzs3A4HJiZmUFfXx9MJhPq6upw+vRptLa2kqlIa2srCgoKKAj8dsjMzIRer8eZM2dw8OBBnDlzBjk5ObBYLBgeHiYfi/tBRkYGcnNzkZubi507d9JMeXl5ec20hIlYV0fVrobf74dWq8Xbb7+N5557DhKJBJFIBEajETwej7gcoVAIW7duhd/v/y8nSIlEgkQiAZVKhcHBQcTjceIkMDM/Ho8HhUKxYVq09X63eXl5aGtrw+TkJDo7OzExMYFwOAyVSgWJREJv2sLCQrp/HD58GOFwGAMDAxgfH0dzczMuXryI6upqCtPZv38/XC4Xrly5ArlcTirxPXv23Ffb9EBFzMjXTAZfU1NDbpBKpRK7du3C9evXIZFI0NTUBL1ef0+fyzZHv/71rxEMBumkY0GOG0niZzkf65VhxWIxJJNJTE9P04o7mUwiLy8PVquVuM5qtZrWwbcWSU5ODiUTcblcijljhJzVW8WHBQ6HA71ejyNHjsBqtaKrqwsejwcKhQJGoxFutxsajQaf/OQncfXqVWzduhUCgQDl5eXo6elBZ2cnnn32Wfzud7/D888/T2++goIC5OfnIxaL0cTkoVAxmSpAJpNBLBajqKgITU1NqKqqwltvvQWxWEzmeEzUeS9gHg3JZBJ79+7FyMgI0Snv9xTeaLppMplEdnY2ent7MT4+TjnSMpkMyWQSs7Oz1J6sTvlcXcRKpZI2cczblwW0TE1Nwe/3fyi98Hootl//+tfR1tZGjDi5XA6r1Qq5XA6dTgeBQIA//elP4PF4ePnll1FbWwsul4uRkRHy1bu11XtQ74kHKmJ2wWG7eeZfq9fr4XA46IRijjHrIRJdu3YNZrMZ1dXV8Hq9mJiYoB75UQCHw8Hu3bsRDofxzjvvkNRHKpXSJXZpaQk2m436w1t/ns1bS0tLsbi4iP7+fvB4PNTU1JDPxO1Cvx8muFwuysvL8ZWvfAUtLS1kszs4OIje3l7Mzc2hpaWFInZZCBHzd96UP7AH+WG2kamoqMC2bdtI8Dg5OYlgMEgnye2+xP+vnWB8XdYfqtVqEoc+CsjOzoZOp0NfXx8SiQTNg1UqFQoLC2kxcvPmTchksjv2ncwlp7u7G1NTU0hLSyOvOJac+iiCWb4ajUZMT0+jv78fvb29GB4eRlFREbVcdrsdRUVF0Ov1GyoO3bCTmMlc6uvrIZFI4Ha7ceLECbz77rtEkRQIBDQbvVcIBALk5eXh8uXLNNopLCwEh8MhSuXDBuvPd+/eDYVCQRnWjODO/o8SieSOJBbmfDQ9PQ2xWIzR0VE4nU7Y7XZYLBbys3iUkZ6eDq1Wi6effhqvvvoqjhw5AplMRjYElZWVsNlsMJvN97yB+1BPYnZTZ1Gr09PTmJ+fh9/vx5e+9CUKmVnvF8FOMS6Xi+zsbPD5fHR1dUEsFqO3txetra0bnvtwP+1EMpmERCJBdnY20tPTKaSQsfFWz6PvNIlRqVSwWq0oLCwk82s2umIRDB8V8Pl8WCwWMqqZmJjA4uIilEol1Gr1hsfhbshJzFazbrcbLpeLhKA8Hg+ZmZmw2+33FUbNnHkUCgUCgQB+9KMfYXh4GN3d3YjH47DZbI/E65TJ4ZkJdmZmJnJycmjjJRQKifd7p02ZTqcj4hKL4nI6neQpt9HRAB8W2JayqqqKvEM27UB5kB9mUVperxezs7M0W/X5fPjZz34Gu93+X+mW9zqjjEajMBqN8Hq9ePPNN/HFL36RuMas536YkEgkcDgcSCQSUKvVdDIzPjBzw7xbHygUCiGVSpGdnU1WXyKRCPPz83C5XGs4xClsUjvBTiCdToeRkRH8/Oc/J5ceoVAIDocDq9VKsQfrKeKVlRWiZCaTSXR2duJ73/seTp06RTKlzQi7Xs/FbmBgADweDxUVFZDJZHjnnXfgdDrJ4GXLli23Ha+tfuOwEBeNRgOpVEqO8VlZWYhEIpt2o3+c8EAncWZmJq0KCwsLEQgEMDs7C6FQiPb2dvIkvnLlyrrHOOyiOD4+jqeffhpHjx5FdnY2Dh8+DIvFQuqHhwWm9B0dHUVGRgaNyZxOJ/lqMEL93U7iUCgEtVqNs2fPoqGhAa+99hrlRufm5lKyZwqbVMQZGRnUsxmNRhw6dAh8Ph+NjY0U8F1QUEBS/fXceCUSCaLRKKLRKKampjA7O4sf/vCHCAaDmJ+fx+zs7EO/2GVlZWFkZATp6ekwGo3k4cvlcuF0OkltcbeWZH5+HiaTCX/9618hEomwc+dOnDt3Dk8++SRJl5jDZgqbUMRcLhcTExNwuVzwer1ob2+HSqXCM888QzZKk5OTSEtLw+jo6Lo+W6/XQyQSwWQy4Re/+AWEQiGi0SiFet+4ceOhnlCM1mm32+FwONDc3IyXXnoJtbW1qKqqIvnO3aYLzF0oPz8fCwsLeOWVV1BZWQmJRAKn0wmbzQalUomLFy/e190iVcT30lD/X/bDzMwM3nzzTfIfY5JwgUCAnp4eaDQacma/VxiNRrKImp+fx/Xr1/Haa69h3759MBgMCAaDGBkZeehFnEwm8frrr0MgEJDOrKCgABaLhfzV7gapVIrh4WFs374dS0tLOHPmDNrb22EymSAUCvHHP/4RQqFwTZh5Chs8YhOLxSQPYlzRzs5O8Pl8HDx4kKxb11vEq4O6NRoNTp06RflobCRltVo3NA9tvT0xn88nS1hm73rt2jU4HA6UlpYiFout8Ua73fNTqVQYHR0l1fdXv/pV/PjHP8bS0hLMZjMUCgXS0tLI5y2FDS5iJnVn5nqjo6NQqVQQi8XweDzwer04evQorFYrQqEQEeTXM8YqKyuDQCBAaWkphoeH8c9//hNOpxPXrl2DzWYjh50PG1lZWWSkx+RLN27cQCwWw9jYGOn8rly5ctdZL/OLKy0thdPphFKpxO7du3H06FFMTEzgO9/5DoxGIwBsaOJQqohXoaWlBfF4HNXV1bDZbNQGLC0tIRqNYnh4GB6PB5mZmaSAXg+2b98Os9lM1q/Ly8uk4lCr1QiHww/t4fl8PnA4HExOTiIzM5OsAmw2GzweDxKJBIaGhvDvf//7jp+hUqkQCoVQXFyMmzdv4vTp0/jsZz+LHTt24KWXXkJHRwdu3rwJhUKB8fHxVMVuRhGr1WpUV1eTm2VdXR3+9re/IRaLwWAwQCwWg8fjYXl5GWfPnl33BUUgEODYsWPkDFRZWQmxWIzi4mLU1dVt2j7+XsASNePxOObm5siullm4FhYWwufz4R//+Mcd2wq9Xk+8bKPRiI6ODoTDYXzrW99CVlYWTp8+DafTSXq+FG5zN9uID6mqqoLBYIBQKER3dzcOHDiA7u5u9PT04Ac/+AF50gaDQXR3d+Opp55a1+eLRCI0NjaS+mIjss82aszGzE0YGQoAKisrkZubS+aHSqUS586dw+HDh//rM/Lz81FcXIx4PI6SkhIMDg7iV7/6FV5++WUcP34cv/zlLyEUCuH1ejEzM4OVlZWHovR4rE/i1YXW2tqKffv2oampCTqdjoxKjEYjFhYWkEwmce3atfvmAzADj0cFjGLZ0NAAuVyOUCgEgUCAF154gUxgPvjgAxiNRly9ehXRaPS294pPfOITcLvdUKvV4PP5ePvtt3H58mXk5eXh29/+NjQaDTQaDQQCQaql2MwiBkDUy9/+9rewWCx49tlnEY/H0dXVBY1GQ564j8tJIpfLIZVKUVRUREYmzDaKGfQBwMmTJ+FwOChi4FY0NjbSbJgRiaxWK5aWlnD8+HHKm5uYmMCFCxfuy4j6ccaGuGKuhlarhUQioZASJhI1mUzYsWMHeTI8DojFYgiHw8jJyYFSqcSVK1cwMjICpVKJsrIyShdiCg2VSgWTyXTbN4xWq4XNZkNLSwsOHTqE+vp6+vdTp04hkUjAbDZjfn4efD5/3UKDVBGv85VfUFAAs9kMk8mEnTt3oqWlBaWlpcjPz7/rGvajCJfLhdHRUVRVVeHy5ctwOp3w+Xxoa2uj6IBQKEQJSbW1tXd8i5WVleHChQv4/e9/j7S0NJjNZqhUKjQ3N8NqtWJmZgYSiQT9/f3QarWbppT4WLcTt34pIpEIcrmcEuYfNyiVSsrqWG203dbWhuXlZbzwwgvQaDRktMIMWe4EPp8Po9GIw4cPo6ysDF/72tcwNTWFq1evwuVyob6+ngJgUuy2TTyJP1YPLz0dkUgEvb294HA4kEqlmJmZwTe/+U10dXXh9OnTqKysRHp6OpaWlsjk727eClqtFpFIBFarFfn5+Ugmk2S4PTc3h/LyctTU1KCmpuaRuuR+5EdsH2eUlZWhpaUFLpcLUqkUoVAI586dw4kTJyg+a//+/Th58iTUajXOnz+P4uLiOxYgl8tFY2Mj6urqaG29vLyM8vJyShVNFe9apN18VDTwH2HcuHEDXV1dyMnJwfe//33Mzc3BYDDgyJEjaGhoQGdnJ2QyGRkw1tXVYe/evakH96j3xB8nsK1lMBgkTSELGA+FQjhx4gTGx8eRSCTg9XrR0dGBixcvph5cqogfLRQXFyM/Px/PP/88qqur0dDQQFaoiUQCubm5FJ+Qn5+PP//5z/D5fKkHlyriRwsGgwFDQ0N45ZVX4PF4cPToUcTjcTJIjEQipAvk8Xi0pk4hVcSPDGQyGdra2vCf//wHZ86cwc6dOzEyMgKdTodoNIpt27YhOzsbAoEAn/nMZ9blT5dC6mL3oWJxcREul4vCZ5gPmUajgcFggFKpfCzn5qkiTiGFVDuRQqqIU0ghVcQppJAq4hRSuC/8D0kxt1GnwRXuAAAAAElFTkSuQmCC"/></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><image xmlns:xlink="http://www.w3.org/1999/xlink" x="10" y="10" width="100px" height="50px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALEAAABkCAYAAADJ2tFZAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1gUdDjMoqWC1YAAAIABJREFUeNrsvWl41GW29vureUoqVUkqqYTMMyEMMTILyCQoAg0oiIAKKtptq03btG6ndrfa3aJbpUVxwom5ZZRRZJ7HQAgZyEAmMo+VqqTmqvNhX//nkLfP9b7nXNvu7e7j8wWukKKqnv961rrXve61HlkwGAzy8/p5/Q9e8p+34Of1sxH/vH5ePxvxz+vn9V9byp+34H/GujV1kclkP2/Iz0b8019+v5/29nba29spLy/n6tWryGQyYmNj6d+/PzqdDoPBQL9+/dBqtf+/NmzZz+zET2cFAgHKy8s5evQoSqWS5ORk5HI51dXVtLW1oVar0Wq1xMfHA+Dz+aivr0epVJKVlUVeXh46ne5nI/55/fNhQnd3N0ePHmXPnj2Ul5czceJEpk6dSmdnJ3a7ndjYWILBID6fjxMnTlBYWEhUVBQjR44kOjoar9dLR0cH7e3tDBkyhJycHMLCwn424p/XP97rNjU1UVNTw8aNG7l48SJ6vZ4nnniCAQMGEAwGeeONNzhz5gx6vZ4///nPZGVl0dzczEcffURZWRkKhYKsrCzmzZtHSEgITqeTxsZGOjo6yMvLY+jQoYSEhPzL76Xitddee+1nk/rnLbfbTWVlJSUlJXR2dqJQKNiyZQsul4vf/e53ZGdn4/P5uHz5MmvXriUQCOD3+wkJCSE3NxeDwcAdd9yBz+ejoqKCxsZGCgsLSU5OJjw8HKPRiMlk4uLFi5w4cQKZTEZ0dDQqlepnI/55/ddWT08Pe/fupby8HLlcjkKhQK1WU19fz/79+/H7/cydOxe9Xk9ISAgxMTEcOnSI1tZWvF4vERERTJs2DbVajUajYeDAgeTm5lJVVUV9fT0FBQUMHToUjUaDQqEgPj4enU7H4cOHOXPmDCaTiejoaOTyfz1W9Wee+B+Mdzs7O9m8eTOLFi2irq6O2NhYZDIZKpUKuVxOU1MTLpcLv9+P2+0mPDwclUpFREQEK1aswGAwoFKpyMjIEDSbx+NBJpORkZHBn//8ZxYvXoxWq0Wv12Mymejs7GT//v04HA6mTp1KSkoKW7du5auvvqKhoYF/NQT5T8fE0tvJZDK8Xi/l5eX4/X5SU1PR6/X/Unj35MmTbNu2jbq6OhITE1mwYAFyuZyQkBBCQ0PR6XRs2LCBzZs34/P52L9/P6GhocJTA+zZs4e4uDgGDx4sDPjw4cOkpqZisViEZ21paRGQwe/389lnn3HlyhUGDRrErFmzUKlUXL9+naamJsaMGcPYsWP/ZZiMf6oRBwIBioqKiI2N5ezZs5SUlKDT6QgGg7hcLu6++24GDBjwPxrv1tbWUltby7fffkthYSGBQAC5XI7P5wPA4XCwaNEipk2bxvbt29m6dSvd3d0sXbqUxx57jE2bNpGens5tt92GUqlEo9HgcDiEgRYVFTFv3jz8fj+33XYbU6dO5d577yU0NBSZTEZ3dzd2u53W1lbeeust7HY7VquVBx54gOjoaFwuF6WlpXg8HiZNmkRmZiYqlYqmpibq6uqw2WyEhYURGRlJfHw8BoPh7zjoQCCAy+XC6XRiNpv/2yHKP9WIL126RF1dHd9//z0xMTHo9Xq6urrQ6/XI5XK0Wi2PP/44BoPhf5TXbW9vp7m5WSRqe/bs4fjx4wQCAeE9AZxOJxqNhqVLl7Ju3TqqqqqIjIzkxRdfZOrUqZw4cYL7778fv9/PypUrWbJkiXid1+vF5/OxaNEi8vPzxfuHhoZy4MABwsPD+xymzs5Ojhw5wvr16wkGg+j1erKysrj99ttJTU2ltraWYDBIU1MTHo+Hq1evEhUVRUdHBzKZjBkzZuBwOAgLC2PatGno9XqCwSA3btzg0KFD+Hw+EhMTqaysZMKECeTk5Py3PYN/WsWuvLycixcvUlZWRmJiIjqdjujoaIYMGcKlS5fEQ7LZbH9nxIFAgEAgIDyCXC7/b61QeTweurq6aG5upqamBpPJhMFgQKPRUFpaytGjR7FYLADU19cjk8lwOp3CwP7yl78QHh7Os88+yy9+8QvCw8NxOBwsX74cv98PgEajEe+n0+lwu91s3LixjwEDuFwuWlpa+hixRqMhOjqayZMnc+XKFUpKSvD7/dTW1qJUKunq6uLatWu0traSk5NDS0sLSqWSBx54AIPBgM/no7GxEYfDQWtrKxs3bmTEiBEcP36cgoICRowYgVwu57PPPkOv16NWqwkPDyc2NvZf14grKytZsWIFLpeL/v37k5uby7BhwzCbzXR3d1NSUkJraysajQaZTEZvby91dXV4vV5sNhsulwuv14tcLkcul6NWq1EqlQSDQYLBIIFAgN7eXrRaLeHh4ajVavR6vcj0FQoFMpkMmUz2/+kASPQWQENDA62trdy8eZOmpiaqqqqorKxk4cKFhISE4PV66enpYdOmTeTk5DB//ny+/vprGhoa8Hq9+P1+uru78Xq93H///bz00ktotVph2G+//TaVlZXic2q1WpHASTDkm2++EZ9f+v4KhQK5XI7H4+mzH2q1GpPJxJNPPsmKFSuIj48nISGBqKgoQkNDSUpKIjQ0VECJ999/nw0bNjB69GhSUlKIiIjg0KFD1NTUkJSURHFxMdHR0aSnp3P8+HF0Oh2jRo0iNDSU3t5empqa/rWN2Ov1ct9995GYmEhKSgpqtVr8W0VFBS6Xi7CwMMLCwjhy5AiXL1/GbDbT2dlJXV0d/fv3Z9iwYfj9foGl3W43fr8fv9+Pz+cTRm40GtHr9Wi1WnQ6HaGhoWi1WqKjo7FYLFgsFpRKJYFAAIVCgVarFYauUCjo7u7G4XDg9/vp6OigoqJCwAGZTMa1a9coLy8nMjKSuXPn4nQ6qa6uJjY2lm+//Zbw8HAWL14sDlsgEMBut2O32wGwWCw899xzaLVawUhcvXqVL7/8ErlcjlKpRC6XExoailKpFMmwyWQiOTmZysrKPns7atQosrKy/u5g+nw+VCoV6enpLFq0iKVLlwrjjoyM5JVXXsFsNrN7927y8/MxGo3MmTOHkpISli1bRl5eHuPHjychIQGLxUJLSwvFxcUolUoGDBiA2+1GJpNRW1uLRqMR0Olf1oizsrLIysrqE45LSkooKSmhrq4Ot9tNQkICSUlJOBwOrl69ilqtZuDAgdx///0oFAr8fj+dnZ0YDAYmTZqEVqvFZrPR3NxMe3s7ZWVl9Pb24vF4mDVrFnl5eQSDQZxOpzDQYDCI2+3G6XTidrtpaWnB6XQKtkCCBD6fj5aWFrZt20ZHR4dIPL1eL1arlQULFnDHHXdw+PBh1q5dyxtvvEFJSQmFhYU8+OCDyGQy3G43AI2NjSiVSnQ6HX6/nyVLlhARESFygN7eXpYvXy68td/vR6VS9fFqfr8fvV7PhAkTOHjw4P/Nj8rlLFq0qI8BBwIB3G43er0elUpFMBjkrrvu4pVXXuHf/u3fBKyJjo4mJiaGhx9+mEcffZR169aRmppKRkYGV65cwW634/V6UavVlJaWiqgxbNgw2tra8Pl8wpBvhT7/0phYCpvV1dXcvHmTzs5OCgoKuHTpEt3d3bz66quEhoZy8uRJWltbiYmJYfr06bjdbvLz8zl16hTh4eHExcURGxtLYmIiWq2WYDAoPEF1dTWNjY0MGDAAtVqN0+nko48+oqenh6ioKBISEpg6dSo6nY7Ozk7OnTtHeXk5Pp8PmUzG/PnzGThwIAqFAo1Gg16vp6GhAb1ez6hRo8jLyyMjIwO1Ws2aNWvYvXs3zz//PBEREXzyySdERUUxaNAgFAoFJpOJyZMns23btj6efOzYsYJp8Hq9LFu2jPr6erRaLV6v9z8filJJdHS08MISxBg/frzw1qNGjWLBggWMHTtWMCButxuFQtFHNyHl7Y888gg3btzgk08+obOzk6qqKgYPHozX62X9+vWsWbOGvLw8WlpaGDp0KG63m7Nnz2KxWOjXrx9lZWVYrVYaGxsFzHI6ncTGxmKz2UTU+Jc14mAwSENDA2fPniUuLo7w8HDCwsI4ffo0zc3NDB48mLi4OADOnj2L0+lk6tSpGI1G/H4/o0aNwuv1UldXh1KpZOfOnchkMp555hmRBKpUKhISEkhLSxMe+OjRo7S2tuLz+eju7qayspKhQ4cSHx9PUlISjz76KI2NjZw5c4bLly8THh7OxYsXOX36NNevXxc01q9+9SvxPm1tbaxatYpLly5x//33M2zYMDZt2kRXVxfz5s1Dq9ViNBrR6XSMGzeO7OxsiouLAUhMTCQzM1Psybvvvsvhw4eF4UrcsFqt5k9/+hOvvvoqKpVKvHdcXBy//e1vBTUmLafTyZEjR7j77rv/jvuVvLRCoeDVV1+lpqaGgwcPUlZWJrxofn4+MTExVFdXo1Kp6O7u5ubNm6SlpSGTyWhqasJgMAgWKRgM0tPTI75nU1OT8NT/OwdWWlpKY2Mjbreb1NRUQe/95MvOPp+P48ePs2/fPjIzMzl69ChNTU2YTCbGjx/P3XffzdSpUwkJCaGgoID169cTCASoqKggOjqapKQkgXnT09O5dOkSZWVlZGdn09HRQXV1NVFRUbz77rscOHCAUaNG4XA4+Oqrrzh+/Dg9PT34fD78fj9qtZpJkyYREhIivFtYWBgDBgxg0KBBfPHFFxw6dIi2tjaCwSBjxoxh2bJlwoiCwSAvvPACRUVFxMXF8corr3D9+nV27NjBvffey5AhQ4iKihKiG8krHjx4kJkzZ/Lxxx8LWHHgwAFefvll4SkDgQBms1kwDgUFBezfv5/BgwcTHx+P1+vF6/WSk5NDTEyM2N+Ojg6WLVvGe++9R35+PkOHDkWn0yGTyfD7/bz66qt0dHRgtVqF7mLKlCnMnz9fJIGFhYWMGzcOjUaD3+8nEAgQGRmJ1+vF5XLh8XhERVCj0dDZ2YnL5cJgMKDVanE6ndx5553/j9RoR0cHf/vb39iyZYuIlAqFgrq6OpGr/KQ9sc/n49q1a9y4cYMxY8bw4YcfcurUKQCee+45EhISMJvNBINBent72blzJyqVikAgQFtbG42NjWLT3nnnHWbNmsXDDz9MWVkZGo2Gjz76iPHjx2MwGCgvL6ejo4NPP/2U4uJiOjs7+4S4YDDI8OHDiYuL+zsM6fF4sFqt9O/fXyROKSkpPPvss2i1WgKBAFqtFp/PR3V1NR6Ph+nTp+P3+9mwYQNz5sxh8ODBfPXVV/zxj38UDx1g4sSJfPrpp9x1113iPWtqanjhhRfE54iMjOTJJ5/E7Xbzpz/9SXjQhoYGHnroIf76178yduxYZDJZn6S4tLSUp556ipKSEgBu3rxJRESEMCabzcaOHTtYvXo1oaGhvPXWWzz00ENEREQIvNvc3IzVaqW+vp7U1FQCgQA2mw2/3y/YC6mUrdFo6O7uxufzER4eTktLi3AEt0YA6fkdPnyYw4cPk56ezu23347H4+HixYtYLBZkMhnp6ek/be2EdMKDwSDDhg3jvffe49y5cygUCkJCQhg3bhwGgwGdTodWq+Xy5cscOXIEu91Ob28vYWFh3HfffYJOMplMnD9/HrlcTnt7O5cuXWLy5MkMGzYMvV5PaGgoer2ec+fOYbPZREIkvV6j0TB8+HBhOD6fT2BVibIbNGiQSP6Ki4tZt24dbrcbrVaLVqsV0CQ8PJypU6eyfft2cnJyyM3N5ZtvvuHatWuCLZHJZIINGD9+vPC4vb29/OpXv6K1tRW/38/w4cPZsWMHCxYsYMSIEWL/DAaDSNJuhQUSlbZnzx5mz54tDFir1fLOO+/04YtdLpfYC7vdzqZNm8TvSoZ27tw5MjIyGDBgAGVlZZSWluJ2u7FardhsNvLz8yktLSUqKgq32y3gjdfrxWQy4XQ6kcvl7N69m5aWFq5evcqOHTs4cOAAKpWKSZMm0draSn19PRcvXiQvLw+3283MmTP/jxDkv9WIg8EghYWFrFy5EpVKxf79+7ly5QpJSUmiULBmzRpcLpegu1asWIHD4UChUHD77bfz2muvYTAYBL307LPP0tvby7p164iKimL+/Pk89thjIpFKSUnB4/Hg9XoZOnQoM2bMICcnR5R8XS4Xn3/+OY2NjYKOU6lUwuCCwSAWi0WE2EAgwJdffikOnhQapQNx/PhxamtrmTJlCnv27OHkyZNMnjwZn8/HsmXLWLlyJcFgUAh4pDD92muvUVBQIPZq5syZRERECO8v0X0SD6zVavuU4v1+P6tWreLZZ59FoVAIzzt37lwGDRpET08PgUCAYDCIw+EQbARAfn4+1dXVAISEhHDy5Em2b9+O3+/H6/XS1dUloNfu3bsJDQ1l0KBBmM1mBgwYwM2bNwkJCSEQCOD1esnOzsbtdtPW1kZzczMbN25k06ZN1NTUUFpayokTJ9Dr9YwePZqqqipCQ0Pp6Ojg3nvvJSoq6kezt3+IEdfW1rJlyxaxMZs3b+a9995j+fLleDweAoEA+/btE17wo48+oqKiArPZzFtvvcUXX3zB2LFjOXz4MNu3bycQCJCamirCmsvlwmQyCU8bDAZ5+OGHiYmJITMzk2effZZFixbhcrnw+XzCC7a1tbFr1y5BPR08eJBvvvkGn8+HWq0W3KzL5RJY+v3336ejo4Oenh6amppQqVQ4HA6++OILxowZQ1dXF4cOHRLUW1VVFadOnWL16tV0dXX1ocO2bdvGxo0bRfFFo9Ewfvz4PpW2QYMGERoaKjxwfHw8Go0Gp9OJ3W6no6ODEydOYDAYRPHHaDQKJqe7u5vm5mZaWlpobGwkPj6e6OhooXE4ceIEXV1d2Gw2KisrCQkJobu7G5fLxaBBg0hOThYwqKysjEuXLqHRaKipqRERNisrC4PBICp6drtd/F9ms5nm5mba2tqw2WyEh4dTUFBAWVmZeD5JSUk/qr3J/xEwori4mKNHjzJjxgzOnDmD2+0mNzeXjIwMMjMzBY8pl8u5cOECmzZtYsCAAWzbto1Zs2ahVCo5duwYL7/8Mi6XC5VKRXV1NcXFxTidTj7++GO2bt3Kb3/7W+rq6nA6nURGRgrjValUOJ1OWltbhQFJNJxU8Tpw4ABr1qzBYrEIHH748GFcLlefzH7ChAkiC29oaMDv96PRaDCbzWRmZnLw4EF6e3v55S9/icFg4NixY+LQVFVVibYigL1796JUKlGr1cjlciZOnIherxeJq9/v54477kCr1RIaGorJZCI3Nxe5XC68a1hYGE8++WQf0Y3FYunDw0urt7dXeHQJVlVUVKBWq2lqaqJ///5MmzaNc+fO0dXVRUhIiMhP6uvrGTBgAHl5eaKcrtPpSEhIoLy8HJfLRUdHB3K5nPj4eG677TbOnz8v8LhWq2XBggVs3rwZp9PJ7Nmzqa+vZ9iwYT+6ZOBHN2K73c7169fJzs7m9ttv5+TJk6jVatGd8MQTT2AymVi5ciUGg4HXXntNJDCZmZl4vV6cTiehoaEsW7aMe+65B7vdTkNDA3/5y1948cUXUalUrFq1irNnz/Lmm2/S2NhIMBgkPT1dUGyNjY3Y7XaBd91uN6NHj+aRRx7hwoULrFu3jvDwcKZPn05ISAglJSWsXbtWJDx6vZ777ruPZ599VhhMe3s7arVaJIkOh4Njx44xduxYBg4cCMCRI0fEwamoqBDRRqFQ0NHRIdRfSqWSxx9/nGAwKKBGb2+vKOzcGrJvxbgajYZhw4YxYsQIFAoFoaGh9PT08M4774hDJkk53W43Ho+njxKtpKQEn8/HuXPnUKvV2O12mpubaWhowOfz0draikKhICcnB6VSic1mE+V8i8VCW1sb4eHh9Pb24na7SUlJEV3XkydPxmazER8fj0Kh4Pjx47jdbiIiIigrK2Py5Mn/kN6/H92Iq6uraW1tZerUqXR1dVFTU4PdbsfpdOL3+5kwYQJr165l6NChfPXVV1y4cAGDwcDQoUNFJU0ulzN48GDmzZtHVFQUq1ev5uOPP+bixYu43W6efvppEUpv3LjB8uXLuX79uihS+Hw+iouLhSF4vV7uvvtunn76aVpaWvjkk0/o6ekhJycHo9FIS0sLb731lvDCMTExvPbaayxfvlwkgMFgEJvNhk6nw+PxMHbsWHbu3ElYWBiPPPKIgFHXr19HrVYjk8nYuXNnH48pwQuZTMacOXNE6JaSye7ubgGzJIpO4oOlBFP6+WOPPYbZbMbj8eB2uzl06BBPP/00hYWFAsNLEcHn8xEWFoZMJuPs2bO89NJLXLx4EZVKRU1NDe3t7bS0tKDX6wkLCxMUYzAYxGq1kpKSglKpFJSm3W4nJCQEn89HVFQUTU1NfPzxx1RWVjJkyBBiY2PJzMzEZrMRERHB4cOH8fv95Obm/kNIhB/ViP1+PxUVFbS0tKBWqzEYDEycOFEQ8i6XC5lMRmZmJhUVFbz//vuo1WomTpxIamqqCPVyuZyOjg7Kysrw+Xw8+uij9OvXj9WrV/PMM88wevRocnJyRLnT6XSKKpLf78fj8fDDDz/Q29uLz+dj5syZPPnkk+j1ek6ePElTUxN5eXk88cQTKJVKPvjgAxoaGkSp+6uvvmLq1KmCG1UoFAITd3V1kZaWhkql4syZMyxduhSj0YhMJqOkpASlUonX6yUQCHDlyhUKCwvp7e2lp6dHlLgNBgPt7e0EAgF8Ph9OpxOfz8epU6fo7u7uU/SQqCsp2ZNgQnJyMtOnT+9j8N3d3XzyySd9IJFkzBMnTiQpKYlAIMDFixcFA5Sbm0tISAhGo5HQ0FDS0tIYOXIkZrMZq9XK9evXKS4uJjs7m5ycHOHZ9Xo9SqUSv99PdnY2c+fO5dSpU3zyySccOXIEhUJBbm4uDoeDrKwsEfF+8kbscDgoKirC7XaLk37fffcxe/Zs+vXrx3vvvUd7ezsqlYqPPvqI9vZ2AJYsWSKMUAr9zzzzDH/84x+5dOkSzc3N+P1+/vznP7Ns2TI0Gg0LFixAoVAIsY/RaEShUODz+fjggw+orq7G7/cTGxvL4sWLhUJu1qxZLF26lLfffhur1cr58+c5ceIEgUAAh8NBRUWFOAwS0a9UKomIiKChoQGTycRTTz3Fli1bCAQCDBw4UOgIxo0bx6pVq0hLSwMgKSmJmJgYfD4fPp8Pu90uiixnz57l4MGDuN1ugZsPHDggDFLSX/z6179m69atNDQ0YLPZ6O7uFhh37ty5ZGRkoFQqBfatqKhg7969IgIpFArCw8NZuHAhTz75JAqFgiFDhnDHHXfQ09ODVqtl1qxZ3HPPPdTX1/PDDz8QERGB0+lk48aNlJeX43a7MZvN6PV63G63KKZ0dXURCATYv38/RqORZ555BqPRSElJCcXFxZjNZoYMGdKHN//JG/GNGzcEBj1//jx+vx+TycT8+fNFiJd6vDweD2azmRUrVpCZmcnrr7/O8ePHcTqdYoMaGhpwu93U1dWxdu1a5syZw9133w1A//79iY6OpqenR+A1n8/HypUrOXbsGEqlEr1ez+9//3vBuapUKlJSUnjmmWdQq9X09vaycuVKkXipVCp6enpYtWqVIPtDQkLQaDR4vV7Cw8N599138fv9HD9+nMTExD7yUIVCwfDhw1m/fj1PPPEEv/71r0W0kNgOCS+rVCquXLki9q6wsJC6ujrhgSUMa7PZ+PLLL1m8eDGPPvooHo9HeGqdTsfTTz9NRESEYDOCwaDw2JKkc8iQIZjNZoYOHcq4ceOwWCwMGDCAtWvXcvXqVdH3V1RURFNTE729vVRUVOB0OklMTCQhIQG73c6hQ4dEvtLZ2UlUVBROp5OUlBQ2bNiATqfjtttuExJapVKJ2WwmNjaW3bt343A4fvpGXFtbi8lkQqFQCHXZiRMnkMvlOBwOHA4HDQ0N6HQ6xo4dy9atW5k1axZbtmzhiy++4PLly8KrmM1m5syZw9atW8nKyiIkJIR9+/axbt06HA4HOp2OiRMnMm7cOP7t3/4Nn8/HJ598wsGDB4W3WbNmDVlZWRw8eJCSkhKhL5Zkml9++SX19fUEAgGcTiednZ10dXWxdu1aVqxYIXhnySO/++67JCYmsnLlSgDCwsKE5kGivGQyGXq9nsmTJ/Pxxx+zf/9+oYqTGAKJu25vbxdeeP/+/YJmW7JkicDSkiBeghESVOnt7aW3t5fExET+8pe/MGbMGJRKJVarlXHjxgks7PV6RTuSXC5n6dKlxMXFUVNTQ21tLQUFBULW2tLSQnJyMhaLhfr6epKSkli4cCEZGRnU19fT2dmJzWbD4/GgUqmE8N9gMJCSkoJMJuP2228nNDRURB+FQkFiYiLd3d0cPnz4H9Kk+qOWnZuamtDpdGg0GkETHTx4UMxE8Hq9bN68mUmTJjFx4kTUajVXrlzhvffeIyIiggceeEB8+cGDB/P111/jcDh48MEH6e3t5YMPPsBut2OxWMjLy2P27NnC061fv549e/YwePBglixZQm5uLnq9ntdff501a9YwadIkJkyYIBK1QCDAjh076OzsFHhe8l5Go5HY2Fi8Xq8oVkhhXhK6y+VyIf2sqqpiyJAhfSSJe/bsoaamhuXLlzNy5EjR4iO9t1wuZ/To0SKClZSUCPZm0KBBbN++nZs3bwra8lbIptVqBeQAiIqK4vnnnyc/P5+enh7RcCu9TkrIkpOTBfa9du2a6LjJz89nyJAh4pApFAqio6PJz88XjbyBQIAlS5awbt06Adv8fj8Gg4Guri7y8vJQqVTodDpSUlIoKiri2LFjjB8/HrVaTUZGBmfOnCEvL49+/fr9dD2xFAajo6NF5Umn01FSUiKSDWnzpWz/pZdeEloEnU6H3W7H7Xbz1FNP8f777/Pkk09yzz334PV6BWW0Zs0afD6fSCx27drFhg0biI6O5u2332bEiBHo9Xq+//57vv76a1GudTqdBINB1Go15eXl1NbWivAsYXKdTsdnn30mBDJSO73Uwbx3714hh5w3bx4ymYyJpdZeAAAgAElEQVQvvviCbdu2CZbB7/dz8eLFPoxNbGwss2bNEh528uTJTJo0CblczqFDh/B6vYwaNUo0iKampqJQKER3h06nQ6VScenSpT4GfCunnZuby8iRIwVskbxeMBjk7NmzQpesUqnEPns8HnQ6HTqdjvDwcK5cucK1a9cwmUwolUpiYmJobW0lPz8flUrF9OnTMZlMVFdXo9FoSExMFFJN6btFRUWhVCopLi6msbERlUpFeHg4Wq2Wc+fO/eje+Ec1YkkdFh4ejsFgEB0bxcXFqFQqFAoFCQkJYvPeffddWlpaCA0NZcyYMeLBSL87fPhwHn30UTo6Oujt7UUmkwkvIXmDbdu28emnn4pER8qAGxsbefvtt1EoFKhUKgoLC2lubhbvcfDgQZH4PP300zzyyCMYDAaUSiU//PADXV1dKJVKUbLu7e3l8OHDQiswcuRIoqKiqK6uprS0lLNnzwo9MMC0adNEKfnjjz+mf//+PP7447zwwgvk5OTw+OOPA9Da2sqZM2cASEhIEK+XZJByuVz0sQEcPXpUHEiv10tJSQkVFRVC1yHJJLu7u8X3MZlMFBYW9tFzSBBFKvIolUqys7PxeDx0d3eTlpYmHE9ERARnzpzhm2++YcSIEdhsNnp6egQjkpyc3KeIERUVJUYyXLhwAZlMhs/nw2q1cvHiRbq7u3+6RhwaGtrnJCqVSvr160dVVZWQJYaGhhIMBrl27Ro//PADwWCQ+Ph40tLShMDk8uXLvPbaa/z+978XFFRZWRkqlQq9Xi9GPV27do2tW7eK95w0aRIej4e2tjaOHTsmdARSGD5+/LgoNhw4cACNRsOTTz7JU089xR/+8Af++Mc/olKp+Oqrr5g3bx6ff/65wJJSOVp6ABcuXOD555/n6tWr5ObmYjKZ+nR0zJw5k+HDh7N69Wr69esnvM/YsWPp16+fMJDdu3fj9XqFCL+1tZXW1lYSEhL6aHil75GQkCDgiMvlYvXq1bz00kv8/ve/F9BI0vzK5XLCwsLweDw0NTVRUVGBXC4nMjISh8NBZmYmOp2O2NhYNBoNVquV1NRU+vXrR2RkpBDwDxw4kJkzZ3Lt2jU6OjoICwvj5s2b2O12srKy+Nvf/sayZcsoLi7G5/ORnJyMUqkUDbJyuVxAHen5/mSNWNpwi8VCU1MT7e3tREREYLfbaWtrw2g0CtJd0j3odDp+85vfiGRg8+bN/OEPf+Dw4cMUFhYK7LZv3z4hiElNTaWjo4Mvv/xSeL877rhD8LUqlYoJEyawfv16pk2bhkqlYtSoUUyePFkka4mJiajVavbt20d1dTXBYJBJkyaxdu1apkyZQm9vL5988gkrV67E7/cTDAbR6XQkJSWJ1ieAjIwMXnzxRSZOnNgnTGo0Gt544w0h7pHW4cOHOXHiBG+++SY1NTXcuHGDGTNm8PLLL7Np0yb+/d//nd27dxMSEkJmZiZarVbgcrPZLJR9Eo6/Nem7ePGigEBS0UgK8dLYWElSaTQaue2228jNzUWn0xEIBLBYLDzxxBNkZ2fT1dXF0KFDWb9+PYsXLyY2NpYhQ4awadMm7HY7Pp+P9PR0MfvN5XKxYsUKCgoKiIqKEoyQ5JVVKhX19fXExMRw4cIFAXl+ckYcFhaG0WhEo9FgMBg4e/asoKFu3rwpwmIgECAiIoJgMMiIESMYNGiQCIU3btxg4MCBYhjI9evX6ejo4NSpU1gsFp599lnS0tJYv349PT09jB07VqjKJIWW5NXi4uJ46623+Pjjj3n99df7JF6JiYkinL/wwgvs3bsXj8dDcnIyb731Fm+++SajR4/mzjvvFKzDlClTePfdd3nqqadISUlBoVBgtVrp6enh2LFjFBYWCo2GdOCk4ovT6aS3t1fIIRsaGigsLOT5559n6NChqNVqnn76aRYtWkRSUhLR0dFMnTpVhGKVSsWwYcPE/klGLHl0uVwuumIko5FaniTaU2oodblcLF68mLi4OME8bN26VYxF2LVrFytWrGDVqlWEh4fz+OOPc/78eRobG9myZQtvvvkmPp+PpqYm9Ho9Dz74oEjkJXGPyWQiGAyKiqNU4FEoFHR2doqo8ZNjJ4xGo9iwlJQUDh06RF5enhC8hIaGUl1dLXCZXC7n2rVrnD9/noyMDHbs2MGUKVPQaDS88soraDQatmzZwtGjRwkPD+e5557DbDaza9cuysrKeO6559DpdJw7dw673c7atWt54YUXRAiTErb09HTRWCqNkUpMTBRMRE1NDW+88Qbh4eHceeedzJ07l9zcXIYPHy4UbxJ15nK5UKvVzJo1C4ArV66IrpG//vWvfPjhhyLBVavVvPfee1y5coVly5aRmZlJWFgYXV1dBINBsrKyuHLlChs3bsRkMvHII4+IYktmZibp6elkZ2dTVFSE3++nX79+QrSuVqvxer3isCiVSpqbm6mtrRXFFq1Wi1wux+v1EhkZidVqBaCzs5Oamho6OjooLy9n3LhxVFZWsmfPHqZMmYLJZCI1NZURI0agUqm4ceMGiYmJQhpw8+ZN/H4/77//Po2NjcyYMYMPP/xQFH28Xi8pKSliWIy057fqQ6qrqwVF95PTTjQ3N3P9+nUyMjJEd0ZMTAwGg4GwsDCuX78uTrxKpcLlcrFq1SpWrlzJgQMH+O677/j+++9Rq9XMnj0bv99PY2Mj2dnZWCwWSktLOXLkCHl5ecTExIjSrEKh4MaNG7S0tFBXV8dvf/tbnnrqKd555x0RUqXEpqurC5PJJHCsxJp0dnayfft29u3bR2dnJ9XV1RQWFnLy5EkOHDhAfn4+bW1tBAIB4uLiiIqKEtN/srOzaWlpoaqqSuxFXV0du3fvFm3tMpmMu+66S3RN79u3j40bNwrcL5PJaGxsxGAwcO7cOeRyuYBDWq1WQDFJdSfxxFIntzSEW4I10utkMhlxcXG4XC6B72tra1EoFJSWlrJjxw5iY2PR6XRUV1eTk5PDlClTUKlUNDQ0YLVaiY6OJj4+nj/84Q+CE7bb7axfv57Tp08D/zl+Yf369dTX15OSksJdd92FWq0WlUGpiKXVaoW08yfniaWH0d7ezm233SY212KxYDAYMBqN2Gw2ent7RZXL6/XicDi4ceMGOp2OsrIyAMxmM1OnTqW6upqzZ8+iVqtxOBx8//33hIaGMnbsWPH/REZG4nQ6ycrKEkYtzSSrrq4mLi6OmTNnCi2FQqGgtbWVkJAQwQ/fime3bNnCnj17RGXxVvbF6/USFRXFL37xCxISEsSDTkxMxGg0EhMTI/D+3r17xYGVGIFRo0bh8/kYMGAAL7/8MnK5nNzcXCZNmiSuOLh58yZ33nknfr+fY8eOoVar8Xg87Ny5k8WLFxMaGorT6USr1XLfffexceNG2traACgoKKCuro6EhIQ+s9ykEQA9PT2i9enOO++koqKCgwcPkpubS2VlJUeOHOGOO+7A4/FQXl5OUVERjY2NzJ49mwkTJgDw0ksv8fXXX9PW1oZMJuPIkSPIZDLMZjPTp08Xz8nlcjFhwgSsVivx8fG0tbUhl8vp6emhvr5e0KQ/KU8sJWwdHR1ERERgtVppaGggNjaWmzdvimqVRG2pVCrhWfx+PxaLhfvuuw+j0SgSwoyMDEwmE0ajkfb2durq6hg9ejQmk0moy0JDQwUek3haKXmRKn3SOClppKpUSJBmUtzKvcrlcqxWKwsXLuTXv/41DzzwAJMmTWLAgAFCZrhhwwaam5tJT09HqVTS0NDAlClTxGeSqKtbOXS/349Wq2XkyJE0NjYKCu22224jLCyM5uZmioqKCA8PJyYmBplMJiqK0hjYb7/9Fp/PJ8J0REQEixYtEhJHn89HVVUVgUBAGLGkzFMoFNTW1uJ0OoW6MCwsDJ/Px6pVq/jggw+4evUqycnJtLa2cu3aNdra2hgwYAC/+MUvRFXSYrHQv39/mpubyczMFN+7sLCQ06dPU1paitFoJD09Hb1eLz6/9Cwl/chP0hNLWtienh6USiUTJkygtLSUJUuWiLKrlOiEhIQwefJk8vPzxb9ZrVZGjx5NVlYWJpNJaAokeq6wsBCVSoVGoxF0nNRoWVdXh9FoxO1209DQIPrApALE4cOHmTVrlvC4kvjo1gMotQKNGTOGmJgYUQS4dUmdJd999x0WiwWTycSIESNYuXIlr7/+Onq9Hr/fT01NjfA8Go2Gnp4erl+/Tl1dHRcuXMBms6FQKIiJiaFfv354vV7KysoICQkhKyuLrq4ujEYjubm5/PDDD6KVqrq6mitXrohIJzEADz30EN988w1+v18kyjKZjAULFuByuTCbzbjdbk6fPk16ejrt7e18/vnnREZGAgguPy0tDb1ej8PhEANUfvnLX4rfMxgM1NfXM2jQIDo7Oxk1ahSFhYWUlpbS09MjWJFBgwbRv39/du7cyeDBg0lLSxOdMdJYW0kD8pMyYqmtprW1FaVSyYgRI8R4U7PZTFdXl8jUTSYT06dPx+Vy0d7eLpRiUl9aQ0MDR48epaGhgby8PAYOHMimTZvwer2cOXMGo9FISkqK4IhjYmKIjIwkGAxy+vRpIXvs7e3FaDQyZMgQHA6HYA7q6+uFkUryxwcffJBBgwb18RLSQ5EMxuPxcOTIEZGUqFQqQkJCUKlU7Nu3jyVLlvDtt99y/vx54dVnzZrFrl27OHXqFEajUWBEgJEjR4qiQWNjIxaLhc7OTmG406ZN46GHHuLgwYPU1dWJ7zdw4EBUKpU4zLGxsTzwwANUVFT0GTEQFhaG1WrF6XRy9epV2traBCMUExPD2LFjBSv0u9/9jvDwcGQyGREREaKZ9cKFC6L40tXVhUwmE8+vvLwch8NBT08PLS0tRERE0NLSgs1mIzIyklGjRpGSkkJFRQXNzc1ER0fj8/kEHfqTS+yMRqOgj1pbWzEajSxYsEBIDyXvKLXNhISEkJ2dLbL7hoYGoS3Yu3cvxcXFxMfHM2PGDNGdGxYWRm9vL3v27KGqqkrMYliwYIEwfqnt3u/3k5aWxty5c0WbuJTASXja7Xaj0WhQKpUcOHCAxsZG4Zlv5WN7enpobW2lpqaGoqIiurq6hOeRQqYUNWpra6mrq0MulzNnzhxmzZrFvffeKzpG8vLysFqtjB8/nuzsbFwulzCYtLQ0WltbGTp0KMOHDxedEXPnziU9PV18fqlgcKvEMSEhgaFDh/apHApvpVRy7tw5srOzSUxMZObMmUyfPp2IiAiWLl3K888/T3x8PHK5nNLSUtauXYtcLsfv91NQUCBEUmVlZbS3twvuXCpnS7mJTqcjKiqKadOmsXr1arq7u9HpdDgcDtxuNzabDZ/PJyLtT86IJU2Ey+USEx4l73jq1Cl0Oh2RkZHs2LGjz3gmjUYjWliqq6spKyujvr4eo9Eo5kTY7XYxD02CCA6HQzwwSd1VWFgoKJ277rqLmTNnYjKZsNvtgl+VunqlJWHzrq4u1q9fLzqiPR6PKBxIr5W6HDweD6dPn+bMmTNCA202m8UcBoDc3FzmzJkj+uDuuOMOxo0bx8MPP8wTTzzBnXfeKTqvHQ4HSUlJQmlXVFTEgQMH2LVrF+3t7Wi1WhITE0XHxaVLl0Qns/RdpAN163eTytVer5dp06YxYsQI9u7di0wm48SJE/zwww/4/X4iIiLo6uqipKSEDz/8UHRKSxReb28vtbW1vPXWWxw+fFjg+evXr1NRUcG4ceMwGo3U19ezdOlSIfvcvXs3TU1NpKamolarxRyL/7UI9JPCxNLcg5KSElJTU6muru7TliI1Gt64cYPk5GQaGhpITU0lOzubvXv3smvXLoLBIBkZGYwaNQqn0ynGV40fP57u7m4aGhpobm4Wnv9W2WFVVZXogwsLC+vTHiTV+2trawVX/b8+9J6eHvbt28e8efP6ZM6SwkupVNK/f3/q6+uJjo4WoT0QCJCRkUFPTw+xsbFCzywd1GAwyPjx49FoNIIO83g8bNy4kVmzZtHQ0EB0dLSoblqtVgYOHMiRI0e4dOkSVqtVsCES565SqWhra2PHjh2kpaUJjbU0r0KtVou+PEkS2dLSQnR0NH6/n++++w6Px0N4eDhNTU1cvHiR2tpa/H4/YWFhdHd3M2rUKH7zm9+gUqmEkEui6aS2M6PRSE5ODomJiYKLLioqYsaMGXg8Hr799lsef/xx4uPjUalUQvmXnZ39o1xx8aMasVwuJz09HYPBILo0Nm/ezODBg5HL5dhsNlJSUiguLqaoqIiEhASam5tJTk4WkyKlCZkDBgwQIvmhQ4ditVqJjY0lLi6OnJwc7Ha7qFhJG1FYWCi8k0aj4caNG2Ick0qlEvqHuLg4Jk2aRH19vfC6ty4JOkjaY7VaTXt7u8jOR48ezf79+wkJCREz21QqlXgoAwcORKPRiMElXq9XTMaUPLrb7Wbbtm0CDnR0dODz+YiMjESv19PS0oLH42HAgAEUFxdTVVVFQkICRqMRu90unIU0bf/s2bPY7XbRsiQJlyQY0NvbS0hICA6Hg9zcXDH7QqlUsn79evFZpTkgUjf2kiVLxLCVo0ePioKV1Kni8XjIy8sjPDyc0NBQrly5wgcffIDT6eTee+/lscceIyQkhLVr15KUlERsbCw1NTU0NDTQ0dHB/Pnz+zijn0SxIyYmhvT0dNxuNwaDAYVCwc6dO8XsLskL2Gw2vF4vLS0tgtJSKpUitJeXlxMTE0NycjKlpaVcuHABu90uSsChoaHC4/b09OD1etHpdH1ovLKyMpxOp/i5ZFAWi4VBgwYxffp0Fi5cyNSpU0XRICsri/nz5xMVFSW0IO3t7XzxxRd8/fXXojweCARITk7GbDYTHh6OUqkUyri4uDj69+9PT08PdrudCxcuUF9fL4oPbrebgoICmpqaiI+Pp7q6WlT5VCoVYWFhTJw4EavVKubWSdoSafSTlARLHh+grKxM8MWSU+no6GDr1q1s3ryZ3t5eOjo68Pv9IkGTOpYfeOABxo0bh9lsRqPRMHToUBYvXoxSqRQTfKTxVvX19dTV1Yl9l6KNWq3m008/pbu7G4/Hw/bt27l+/Tr33HMPM2fOpKysjNraWvHeVVVVrFu3Tly98JMxYqVSycCBA0VNPz4+nh07djBo0CCuX78uJJpShcrhcCCXy9HpdJhMJuH5MjIyMJvN4iLBxsZGzp49S2VlpcC/Une0lIknJiYyZsyYPqLwrq6uPrj51oxYKiVnZmYyc+ZMHnjgAe644w5R2ZNWRUUFPp8Ps9lMfn4+27ZtExMuV69ejdlsJiwsjNLSUvLz83E6nUycOJHhw4eL0amSDlmi9woLCzEajdy4cUNMx5HoPGmunNVqZfjw4ej1esrLy1EoFOLGJLVaTXd3N0qlUngyibmRklGpxCsZicvlorm5WegpgsEgAwYMYNGiRYwZM4aJEycKuJCUlCS4bZlMxpUrVwSUiYiIIDo6WijVCgoKxN8lLlw6RMeOHRPR9IknnsDr9TJp0iQ6OzuFRnrTpk188803FBUV9Sku/bcZcXh4uFD9q1QqkpKSCAaDDBkyhMuXL+N2u4WYXWqSlCp3kZGRfaakt7W10dXVhdlsJi0tjYSEBCorKwU7cOnSJU6cOMHNmzfF6P9+/foxZswYTCYTI0eOJCIiAo/Hg91up6mpqQ9Glh6QZNA6nU58FpvNJsJlQ0MD48ePZ+TIkTgcDkwmE7GxsWLQoJSMSVjyypUraDQaRo4cKcqrEi6WdMASZpdghsRxS1TluXPnOHbsmMClSqWS69evExERIXoBlUql+DzSqqysFBBH8u4Szy5FJJvNJmSz0vwKqQdSMqKysjJx1URzczMnTpwQBippM/R6PUajkcbGRtrb2/F4PGIkltlsZvz48ULkLwn9Fy5cSENDAzdv3uTy5cscOHCA5uZmXC4X586d49tvv+X06dPU19eLauo/3Yh1Op3oIbty5Yqo0Uv3SkgT2aXOAr1ej9PpFKFJGvcp9bVJnbKSAUiierfbTU5ODl6vl/z8fC5evEh9fb0YdDd27FhR9ZJKnadPn+bo0aMi5Eot8zabjYaGBrFxUiOndL1BU1MTxcXFfPfdd+KhGgwGXnzxRXbv3o3L5RLeMDExkdLSUs6fP094eLig+yQNgfSd4+PjGT58OBaLRTA4KpWK5uZmFAoFeXl5uFwurl69yokTJ8R1XNLYg7KyMnEIQ0NDRee3Wq3m9OnTQvcs/U5CQgIymYy0tDTq6uqwWCyC15f2VoIzEv8sNb+eOXNGFD7kcrmAhCEhIVgsFrq7uykqKhLMiUql4uWXX2b58uWMGzcOhUIhNOWJiYnk5uZSVFQk2rLOnj0rxvi2t7fz/vvv8x//8R98//33/688849qxMFgkNbWVgYPHkz//v359NNPOXPmjJjJKw3okEaKSg9AJpOJ6ThxcXEi8w0Gg4SEhJCRkUFLSwvXrl1jxIgRQqOh0+kE6d/V1UVBQQEnT56kra1NqM8keqyyshK/3y8E8wUFBSK7lsZuXbx4kfPnzwsoVFtby9WrV4V8USpK+P1+Bg4cSHV1NevXr6ejo4PIyEih1MrPzxdinerqakJDQ+nXr58oSbvdbgYPHkxra2sfgXtISIgYtNfR0UF2drZIiC9evCgOypAhQ0hMTKS5uZmuri5iY2PJzc0VFJ/T6aSwsFAUl9LS0kRE1Ov11NfXYzAYiIyMZN++fRQXF4v2puzsbJRKJUlJSfj9fqqqqigsLBQOCv5zhKzH40Gv1zNz5kwxE0Pi3u+8804GDhyIXC6ntraWF198kYcffpht27aJZtL58+eL5O7mzZt8/vnnfPDBB9TW1orRs4WFhQIe/W9ZsR9jyLY0f+3mzZucOnWKQ4cOYbFYKCsrE5MVBw8eTHFxMTNmzODs2bOiGfRWWaHL5SI9PR2XyyUuEZw0aRIJCQlihKrJZCIuLg61Wk1hYSFhYWHikhrJs3Z3dwsxtjQdUhrxJJH0t2qKJY60t7eX7u5ucVXWtWvX+txgZDAYsFqtZGVlYTabqa2tpbKykjFjxhAREcHevXspKirC5/Mxe/ZsoZ/w+/2iMVa6JqC1tZW6ujrBl0oeU/pT2g+fzycoLemO57CwMDGcWmrlslqtJCUlYbFYUKvVZGZmiqHYycnJwqOq1WpsNhsWiwWtVktlZSXV1dUYjUYiIyOJi4sjNTWVwYMH43K5RBd2WlqaaCqoqKigq6uLpKQk4uLiCAaDTJgwgc7OTvbt24dCoWDSpEloNBo2bNjAvn37sFqtYmrRmjVrWLhwIbt376a1tZVPP/2U2bNnI5fLOXnyJC6XSwilpPv3/qEUm9frZePGjSJ83X333Wzbto1AIMC8efO4evUq06ZNo6ioiKioKLRaLbGxsZSXl1NeXk52drao6Oj1erq7uwXdc/DgQUaMGIHJZGLDhg3s3btXCH6kdhopFKekpAidq8/n4/r166SlpQkRTF5enugfk2YrSNSbNK1Gmm3s8XhE46P0XrGxsVgsFjo6Ouju7kar1fLyyy9TUFAgDlVYWBg2m424uDihHpPYCo1GIy5fdLlc1NfXEx4ejslkEi07MTExRERE0NzcLBIjybtLc9KkwyfdS2c0GsVIWoVCQWRkpIgCPT09QigktRZJc5zLy8tJTU0lLS2N+vp6Tpw4QVxcHDqdTpTUCwoK6OzsRCaTMXjwYNEaVlFRwaVLlygvL+fhhx8Wsk1ptsaNGzfo7OzEbDZjs9lITU1l+fLlxMXFUVFRwbvvvsvp06f58MMPKS8vZ9SoUXg8HsaPH8+uXbtELnHrWIB/qCc+deoUkZGRrF69msuXL7Nw4UJ27tyJ3+9nzpw57N+/n5ycHOLj48W9dZcuXRJJUXJysmgZku72kIoi8fHxYsJ4TEwMVquVjo4OxowZw69+9StGjx7N9u3bqa2tJSYmBpPJJK7vcjqdf3dtq4Qbo6KisFgsosQtUXtWq5WWlhYhZJIwntFoJC0tTegnTp48yZAhQ8SwRMmIurq6qKurw+fziQk75eXlzJgxg5KSEurr64mMjKSmpkZALIfDQW1trSjSjB8/Hr1eT2FhobgONyQkRCSdksBImgvc1NREY2OjkGYqFAqcTidVVVU4HA48Ho84sJKhK5VKuru7kcvlREVF0dzcjE6nIyMjQ3j+trY2oU0OCQkhPj5eSCevXbuG2+2mp6eHtLQ0IWC6ceMGly5dEpErNTWV1NRUcUuqVDAaM2YMTqeTmTNnMnjwYDFUsbKyEqvV2ifxnT59+v/xXo//kifu7Ozk1KlTLFq0iM8++4zS0lJCQ0NF+VEKQ42NjaSmphIWFsaxY8eE8Ug0llSEkCpp0pA6u93OgQMHMJlM6HQ6Jk+ezOjRo5HL5TidTgoKCrDZbMTExJCQkEBNTQ3R0dE0NzeLDghJbyFRQBLNJskZA4EAPT09QuSTnp5OTU2NeJhS0tPU1CR+FhkZKbL5mpoaUR6fOnUqN2/epLm5GZvNhs1m44EH/q/2rjWmzfNsX5hgbOMjNuD4EDBuMBibmGNICBDQFlqSpcvE2NZoandI1mlrp01ZJ7WdNGmdNO2UP5u0aNNWKd2UbaGbGnVZUAZZ05CVlEMJzNhgwE4CNsY2PmJzcL4f3/fcgizJFxJo0tTXz0hY4fXN897PfV+Hz2NpaQnj4+Mwm83wer3ECGOvW+B/rbx6enrwhz/8AY2NjYjH4zAajcR2k0gkOHToEILBIMbGxjA/P09voZWVFfh8PsRiMWzfvp0IQT6fDy6XC1wuF0KhkC53i4uLpMLhcDiorq6mP8KMjAz4fD6Mj49TICQTnW7ZsgVDQ0M0PWLjNiYAdblc9My2bt2KUCgEv9+PkydPIhwO49ixY/D7/ZiZmcGBAwfg9XrB4/EwOjqKc+fO4dChQ/SHLRKJsGfPnnva6D1QEff390Mul+PVV1+FVCrFsWPHMDyT53cAABQFSURBVDU1BbVajampKXR0dJC3QkdHBzwezxrLKLlcTtwEn89HhWU0GvHGG2/A4XDg0qVL4HK54HK5+O53v0uqhoWFBSiVSjoF5+bm4PV6IRKJkJubi0AgQAbUrG+PRqOYmJigVzULaGRq4nA4vMZ1nvEHVlZWiEbIeszp6WkYDAbYbDb85S9/wYsvvgiBQID29na89dZbEAgERHg6f/78Gvup9vZ2nD17lpwlQ6EQ8vPzUVpairGxMbz77rsoKCiAyWTC1NQUFhYWsH//fnLRtFgs9GUza1bmy8E4JisrK8jOzqaRHjuBGdlptVEKS2/1er1IS0uDz+dDIpEgCy/2DKempuBwOGjTyhw5Q6EQAoEAKXAyMjLQ09OD999/n37n6upqBAIBuFwuvPHGG1CpVPjGN74BoVCI48ePQyaToa+vD8XFxZienkZBQQEqKio2f+28tLQEnU4HkUgEmUyGoaEhKJVK6HQ6XLp0icZCzBno5s2bUKvVqK2tpZnq3NwcXbrUajV0Oh2SySQaGhqwY8cOLC8vw+PxQKvVIpFIwO12Y2BggHRgRUVF8Hg8cLvdkMvl0Ov1sFgssNlsGBgYoJkoo3jK5XLMzc3R5ikajdK+f7WMiYUlsmnC6lHf8vIyLly4gObmZvD5fLhcLvzkJz9BRUUFSkpK8LnPfY6Kxmq1wuPxID8/H0KhEJ/61KeQl5cHlUoFt9sNiURCkxahUEg83IWFBczNzUEoFKK0tHRN5BdrjVgKK4tPu18Eg0H09vZiaGgIgUCAHN9ZRqBEIsH09DR6e3tRVlaG2tpanD17FsFgkIwDY7EYFAoFCUYZ/5mNTbOysjA6Ogq5XI6DBw/CbrfjvffeQ0VFBYqKirBjxw709/fjgw8+gFgshkwmu2fVxwP1xLOzs6SnYr5jW7Zsgclkwvvvv08xAoxJFQ6HodVqoVQqwefzcf36dVrH6vV6PPPMM8jKysKlS5cwNDREt9P09HRoNBrEYjEEAgHq/djGSqFQoLKyEk8++SR27dqFvLw8GAwG6PV6zM/PE3WQEd/ZvJP1viwXerW6g82o2XaQbbgYC04mk9Fsu7y8HF6vF0NDQ+jr60NTUxPEYjEikQj+/ve/U3F++tOfXiPWnJiYgMfjwZe//GU88cQTGB4ehkKhIPK/w+FAOBxGeXn5hmZc3Apmg1BcXIxkMklvTC6Xu2aOzjzy5HI5xsbGUFRUBIFAgP7+fpSXl9OpzcQAEomEdJDBYJBW1TqdDoWFhbDb7XQQ2u12SCQSyOVymM1mHDhw4J5J8w9UxAsLC+jr60M0GkVNTQ2KiopIkRuJRJCbm4tYLEbjKbaRW1lZwfT0NCKRCCmMmVcZh8PBpUuXaK9fX1+PYDCIQCBAfZtGo0F9fT1qa2uxZ88e7Nq1CyUlJRCLxWtOU6lUirKyMhgMBnA4HAQCAUQiEWRlZdE2i1FC2RfGNH/sUsQKOT09HfF4nNoftqnLzc3F4OAgXnzxRQwPD9PvXVBQAJfLBbvdjvr6ehQWFsJisdCzC4fDGBoaQjweR1NTEyYnJ/Gb3/wGJpMJP/3pT+H1eqHVauH3+9HY2Lhp3r63LqoMBgNKSkqQTCbh9/vXhKEzOyo2GfL7/XjvvfcgEonA4XBgMBjIyziZTCIzMxNf+MIXYLFYUFpaCqlUCo/HQ98R01Z6vV5aMEmlUjQ3N6/rj/aBipixzl5//XXs2bMH4XCYbueMc8sU0EwkythtGo0Ge/fuxVNPPUUG26z4BgYGUFxcTJcEdiFbXFyEXC7Hc889B41GA4lEQnL1u3GcmWujxWJBSUkJjaCY+eFqgxF22mZnZ0OpVBJ7btu2bTAajTCbzaiqqsKNGzfgdrvR2tpKuR5PPPEELl68iC1btqCyshJ2ux2hUAhlZWUoLy9fw9ZKS0sjX1+VSoXz58/TKOtf//oXVCoVKTL27du3Zl2+2cjKysL27dvpTeZ2u8negEnDxsbGMDg4iNbWVtL1NTU1kTEKE6bOzs4ST5r1/cx9lAkcWIiQUChEbW0tKioq1qX6eKCeOC0tDbFYDLOzs3A4HJiZmUFfXx9MJhPq6upw+vRptLa2kqlIa2srCgoKKAj8dsjMzIRer8eZM2dw8OBBnDlzBjk5ObBYLBgeHiYfi/tBRkYGcnNzkZubi507d9JMeXl5ec20hIlYV0fVrobf74dWq8Xbb7+N5557DhKJBJFIBEajETwej7gcoVAIW7duhd/v/y8nSIlEgkQiAZVKhcHBQcTjceIkMDM/Ho8HhUKxYVq09X63eXl5aGtrw+TkJDo7OzExMYFwOAyVSgWJREJv2sLCQrp/HD58GOFwGAMDAxgfH0dzczMuXryI6upqCtPZv38/XC4Xrly5ArlcTirxPXv23Ffb9EBFzMjXTAZfU1NDbpBKpRK7du3C9evXIZFI0NTUBL1ef0+fyzZHv/71rxEMBumkY0GOG0niZzkf65VhxWIxJJNJTE9P04o7mUwiLy8PVquVuM5qtZrWwbcWSU5ODiUTcblcijljhJzVW8WHBQ6HA71ejyNHjsBqtaKrqwsejwcKhQJGoxFutxsajQaf/OQncfXqVWzduhUCgQDl5eXo6elBZ2cnnn32Wfzud7/D888/T2++goIC5OfnIxaL0cTkoVAxmSpAJpNBLBajqKgITU1NqKqqwltvvQWxWEzmeEzUeS9gHg3JZBJ79+7FyMgI0Snv9xTeaLppMplEdnY2ent7MT4+TjnSMpkMyWQSs7Oz1J6sTvlcXcRKpZI2cczblwW0TE1Nwe/3fyi98Hootl//+tfR1tZGjDi5XA6r1Qq5XA6dTgeBQIA//elP4PF4ePnll1FbWwsul4uRkRHy1bu11XtQ74kHKmJ2wWG7eeZfq9fr4XA46IRijjHrIRJdu3YNZrMZ1dXV8Hq9mJiYoB75UQCHw8Hu3bsRDofxzjvvkNRHKpXSJXZpaQk2m436w1t/ns1bS0tLsbi4iP7+fvB4PNTU1JDPxO1Cvx8muFwuysvL8ZWvfAUtLS1kszs4OIje3l7Mzc2hpaWFInZZCBHzd96UP7AH+WG2kamoqMC2bdtI8Dg5OYlgMEgnye2+xP+vnWB8XdYfqtVqEoc+CsjOzoZOp0NfXx8SiQTNg1UqFQoLC2kxcvPmTchksjv2ncwlp7u7G1NTU0hLSyOvOJac+iiCWb4ajUZMT0+jv78fvb29GB4eRlFREbVcdrsdRUVF0Ov1GyoO3bCTmMlc6uvrIZFI4Ha7ceLECbz77rtEkRQIBDQbvVcIBALk5eXh8uXLNNopLCwEh8MhSuXDBuvPd+/eDYVCQRnWjODO/o8SieSOJBbmfDQ9PQ2xWIzR0VE4nU7Y7XZYLBbys3iUkZ6eDq1Wi6effhqvvvoqjhw5AplMRjYElZWVsNlsMJvN97yB+1BPYnZTZ1Gr09PTmJ+fh9/vx5e+9CUKmVnvF8FOMS6Xi+zsbPD5fHR1dUEsFqO3txetra0bnvtwP+1EMpmERCJBdnY20tPTKaSQsfFWz6PvNIlRqVSwWq0oLCwk82s2umIRDB8V8Pl8WCwWMqqZmJjA4uIilEol1Gr1hsfhbshJzFazbrcbLpeLhKA8Hg+ZmZmw2+33FUbNnHkUCgUCgQB+9KMfYXh4GN3d3YjH47DZbI/E65TJ4ZkJdmZmJnJycmjjJRQKifd7p02ZTqcj4hKL4nI6neQpt9HRAB8W2JayqqqKvEM27UB5kB9mUVperxezs7M0W/X5fPjZz34Gu93+X+mW9zqjjEajMBqN8Hq9ePPNN/HFL36RuMas536YkEgkcDgcSCQSUKvVdDIzPjBzw7xbHygUCiGVSpGdnU1WXyKRCPPz83C5XGs4xClsUjvBTiCdToeRkRH8/Oc/J5ceoVAIDocDq9VKsQfrKeKVlRWiZCaTSXR2duJ73/seTp06RTKlzQi7Xs/FbmBgADweDxUVFZDJZHjnnXfgdDrJ4GXLli23Ha+tfuOwEBeNRgOpVEqO8VlZWYhEIpt2o3+c8EAncWZmJq0KCwsLEQgEMDs7C6FQiPb2dvIkvnLlyrrHOOyiOD4+jqeffhpHjx5FdnY2Dh8+DIvFQuqHhwWm9B0dHUVGRgaNyZxOJ/lqMEL93U7iUCgEtVqNs2fPoqGhAa+99hrlRufm5lKyZwqbVMQZGRnUsxmNRhw6dAh8Ph+NjY0U8F1QUEBS/fXceCUSCaLRKKLRKKampjA7O4sf/vCHCAaDmJ+fx+zs7EO/2GVlZWFkZATp6ekwGo3k4cvlcuF0OkltcbeWZH5+HiaTCX/9618hEomwc+dOnDt3Dk8++SRJl5jDZgqbUMRcLhcTExNwuVzwer1ob2+HSqXCM888QzZKk5OTSEtLw+jo6Lo+W6/XQyQSwWQy4Re/+AWEQiGi0SiFet+4ceOhnlCM1mm32+FwONDc3IyXXnoJtbW1qKqqIvnO3aYLzF0oPz8fCwsLeOWVV1BZWQmJRAKn0wmbzQalUomLFy/e190iVcT30lD/X/bDzMwM3nzzTfIfY5JwgUCAnp4eaDQacma/VxiNRrKImp+fx/Xr1/Haa69h3759MBgMCAaDGBkZeehFnEwm8frrr0MgEJDOrKCgABaLhfzV7gapVIrh4WFs374dS0tLOHPmDNrb22EymSAUCvHHP/4RQqFwTZh5Chs8YhOLxSQPYlzRzs5O8Pl8HDx4kKxb11vEq4O6NRoNTp06RflobCRltVo3NA9tvT0xn88nS1hm73rt2jU4HA6UlpYiFout8Ua73fNTqVQYHR0l1fdXv/pV/PjHP8bS0hLMZjMUCgXS0tLI5y2FDS5iJnVn5nqjo6NQqVQQi8XweDzwer04evQorFYrQqEQEeTXM8YqKyuDQCBAaWkphoeH8c9//hNOpxPXrl2DzWYjh50PG1lZWWSkx+RLN27cQCwWw9jYGOn8rly5ctdZL/OLKy0thdPphFKpxO7du3H06FFMTEzgO9/5DoxGIwBsaOJQqohXoaWlBfF4HNXV1bDZbNQGLC0tIRqNYnh4GB6PB5mZmaSAXg+2b98Os9lM1q/Ly8uk4lCr1QiHww/t4fl8PnA4HExOTiIzM5OsAmw2GzweDxKJBIaGhvDvf//7jp+hUqkQCoVQXFyMmzdv4vTp0/jsZz+LHTt24KWXXkJHRwdu3rwJhUKB8fHxVMVuRhGr1WpUV1eTm2VdXR3+9re/IRaLwWAwQCwWg8fjYXl5GWfPnl33BUUgEODYsWPkDFRZWQmxWIzi4mLU1dVt2j7+XsASNePxOObm5siullm4FhYWwufz4R//+Mcd2wq9Xk+8bKPRiI6ODoTDYXzrW99CVlYWTp8+DafTSXq+FG5zN9uID6mqqoLBYIBQKER3dzcOHDiA7u5u9PT04Ac/+AF50gaDQXR3d+Opp55a1+eLRCI0NjaS+mIjss82aszGzE0YGQoAKisrkZubS+aHSqUS586dw+HDh//rM/Lz81FcXIx4PI6SkhIMDg7iV7/6FV5++WUcP34cv/zlLyEUCuH1ejEzM4OVlZWHovR4rE/i1YXW2tqKffv2oampCTqdjoxKjEYjFhYWkEwmce3atfvmAzADj0cFjGLZ0NAAuVyOUCgEgUCAF154gUxgPvjgAxiNRly9ehXRaPS294pPfOITcLvdUKvV4PP5ePvtt3H58mXk5eXh29/+NjQaDTQaDQQCQaql2MwiBkDUy9/+9rewWCx49tlnEY/H0dXVBY1GQ564j8tJIpfLIZVKUVRUREYmzDaKGfQBwMmTJ+FwOChi4FY0NjbSbJgRiaxWK5aWlnD8+HHKm5uYmMCFCxfuy4j6ccaGuGKuhlarhUQioZASJhI1mUzYsWMHeTI8DojFYgiHw8jJyYFSqcSVK1cwMjICpVKJsrIyShdiCg2VSgWTyXTbN4xWq4XNZkNLSwsOHTqE+vp6+vdTp04hkUjAbDZjfn4efD5/3UKDVBGv85VfUFAAs9kMk8mEnTt3oqWlBaWlpcjPz7/rGvajCJfLhdHRUVRVVeHy5ctwOp3w+Xxoa2uj6IBQKEQJSbW1tXd8i5WVleHChQv4/e9/j7S0NJjNZqhUKjQ3N8NqtWJmZgYSiQT9/f3QarWbppT4WLcTt34pIpEIcrmcEuYfNyiVSsrqWG203dbWhuXlZbzwwgvQaDRktMIMWe4EPp8Po9GIw4cPo6ysDF/72tcwNTWFq1evwuVyob6+ngJgUuy2TTyJP1YPLz0dkUgEvb294HA4kEqlmJmZwTe/+U10dXXh9OnTqKysRHp6OpaWlsjk727eClqtFpFIBFarFfn5+Ugmk2S4PTc3h/LyctTU1KCmpuaRuuR+5EdsH2eUlZWhpaUFLpcLUqkUoVAI586dw4kTJyg+a//+/Th58iTUajXOnz+P4uLiOxYgl8tFY2Mj6urqaG29vLyM8vJyShVNFe9apN18VDTwH2HcuHEDXV1dyMnJwfe//33Mzc3BYDDgyJEjaGhoQGdnJ2QyGRkw1tXVYe/evakH96j3xB8nsK1lMBgkTSELGA+FQjhx4gTGx8eRSCTg9XrR0dGBixcvph5cqogfLRQXFyM/Px/PP/88qqur0dDQQFaoiUQCubm5FJ+Qn5+PP//5z/D5fKkHlyriRwsGgwFDQ0N45ZVX4PF4cPToUcTjcTJIjEQipAvk8Xi0pk4hVcSPDGQyGdra2vCf//wHZ86cwc6dOzEyMgKdTodoNIpt27YhOzsbAoEAn/nMZ9blT5dC6mL3oWJxcREul4vCZ5gPmUajgcFggFKpfCzn5qkiTiGFVDuRQqqIU0ghVcQppJAq4hRSuC/8D0kxt1GnwRXuAAAAAElFTkSuQmCC" id="ezcGraphImage_1"/></g></svg>
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawLine.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawLine.svg
index fec4769..6b85f67 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawLine.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawLine.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 12.0000,45.0000 L 134.0000,12.0000" style="fill: none; stroke: #3465a4; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 12.0000,45.0000 L 134.0000,12.0000" style="fill: none; stroke: #3465a4; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphLine_1"/></g></svg>
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawPolygonFivePoints.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawPolygonFivePoints.svg
index 67075aa..6a94cc6 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawPolygonFivePoints.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawPolygonFivePoints.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 60.0000,32.0000 L 45.0000,12.0000 L 122.0000,34.0000 L 12.0000,71.0000 L 3.0000,45.0000 L 60.0000,32.0000 z " style="fill: #3465a4; fill-opacity: 1.00; stroke: none;"/></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 60.0000,32.0000 L 45.0000,12.0000 L 122.0000,34.0000 L 12.0000,71.0000 L 3.0000,45.0000 L 60.0000,32.0000 z " style="fill: #3465a4; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/></g></svg>
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawPolygonThreePointsFilled.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawPolygonThreePointsFilled.svg
index 32080fa..23cb63b 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawPolygonThreePointsFilled.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawPolygonThreePointsFilled.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 12.0000,71.0000 L 45.0000,12.0000 L 122.0000,34.0000 L 12.0000,71.0000 z " style="fill: #3465a4; fill-opacity: 1.00; stroke: none;"/></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 12.0000,71.0000 L 45.0000,12.0000 L 122.0000,34.0000 L 12.0000,71.0000 z " style="fill: #3465a4; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/></g></svg>
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawPolygonThreePointsNotFilled.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawPolygonThreePointsNotFilled.svg
index 6dd3cfc..6249a6a 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawPolygonThreePointsNotFilled.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawPolygonThreePointsNotFilled.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 12.0000,71.0000 L 45.0000,12.0000 L 122.0000,34.0000 L 12.0000,71.0000 z " style="fill: none; stroke: #3465a4; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;"/></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 12.0000,71.0000 L 45.0000,12.0000 L 122.0000,34.0000 L 12.0000,71.0000 z " style="fill: none; stroke: #3465a4; stroke-width: 1; stroke-opacity: 1.00; stroke-linecap: round; stroke-linejoin: round;" id="ezcGraphPolygon_1"/></g></svg>
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawStringWithSpecialChars.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawStringWithSpecialChars.svg
index 168e3d0..94373ad 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawStringWithSpecialChars.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawStringWithSpecialChars.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 99.0000,54.0000 L 47.0000,54.0000 L 47.0000,84.0000 L 99.0000,84.0000 L 99.0000,54.0000 z " style="fill: #dddddd; fill-opacity: 1.00; stroke: none;"/><text x="47" text-length="46.2px" y="60" style="font-size: 6px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">Safari (13.8%)</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 99.0000,54.0000 L 47.0000,54.0000 L 47.0000,84.0000 L 99.0000,84.0000 L 99.0000,54.0000 z " style="fill: #dddddd; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><text id="ezcGraphTextBox_2" x="47" text-length="46.2px" y="60" style="font-size: 6px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">Safari (13.8%)</text></g></svg>
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxLongSpacedString.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxLongSpacedString.svg
index 5fdb2ba..2e13d6e 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxLongSpacedString.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxLongSpacedString.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 10.0000,80.0000 L 10.0000,10.0000 L 160.0000,10.0000 L 160.0000,80.0000 L 10.0000,80.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><text x="10" text-length="149.6px" y="27" style="font-size: 17px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">This Is A Pretty</text><text x="10" text-length="102.85px" y="45.7" style="font-size: 17px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">Long String</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 10.0000,80.0000 L 10.0000,10.0000 L 160.0000,10.0000 L 160.0000,80.0000 L 10.0000,80.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><text id="ezcGraphTextBox_2" x="10" text-length="149.6px" y="27" style="font-size: 17px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">This Is A Pretty</text><text id="ezcGraphTextBox_2" x="10" text-length="102.85px" y="45.7" style="font-size: 17px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">Long String</text></g></svg>
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxLongSpacedStringCenter.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxLongSpacedStringCenter.svg
index 2d0b357..1906fb9 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxLongSpacedStringCenter.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxLongSpacedStringCenter.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 10.0000,80.0000 L 10.0000,10.0000 L 160.0000,10.0000 L 160.0000,80.0000 L 10.0000,80.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><text x="10.2" text-length="149.6px" y="27" style="font-size: 17px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">This Is A Pretty</text><text x="33.575" text-length="102.85px" y="45.7" style="font-size: 17px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">Long String</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 10.0000,80.0000 L 10.0000,10.0000 L 160.0000,10.0000 L 160.0000,80.0000 L 10.0000,80.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><text id="ezcGraphTextBox_2" x="10.2" text-length="149.6px" y="27" style="font-size: 17px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">This Is A Pretty</text><text id="ezcGraphTextBox_2" x="33.575" text-length="102.85px" y="45.7" style="font-size: 17px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">Long String</text></g></svg>
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxLongSpacedStringCenterBottom.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxLongSpacedStringCenterBottom.svg
index 3061ec0..e31135b 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxLongSpacedStringCenterBottom.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxLongSpacedStringCenterBottom.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 10.0000,80.0000 L 10.0000,10.0000 L 160.0000,10.0000 L 160.0000,80.0000 L 10.0000,80.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><text x="10.2" text-length="149.6px" y="62.9" style="font-size: 17px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">This Is A Pretty</text><text x="33.575" text-length="102.85px" y="81.6" style="font-size: 17px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">Long String</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 10.0000,80.0000 L 10.0000,10.0000 L 160.0000,10.0000 L 160.0000,80.0000 L 10.0000,80.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><text id="ezcGraphTextBox_2" x="10.2" text-length="149.6px" y="62.9" style="font-size: 17px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">This Is A Pretty</text><text id="ezcGraphTextBox_2" x="33.575" text-length="102.85px" y="81.6" style="font-size: 17px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">Long String</text></g></svg>
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxLongSpacedStringRight.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxLongSpacedStringRight.svg
index 87b508e..10f063b 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxLongSpacedStringRight.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxLongSpacedStringRight.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 10.0000,80.0000 L 10.0000,10.0000 L 160.0000,10.0000 L 160.0000,80.0000 L 10.0000,80.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><text x="10.4" text-length="149.6px" y="27" style="font-size: 17px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">This Is A Pretty</text><text x="57.15" text-length="102.85px" y="45.7" style="font-size: 17px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">Long String</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 10.0000,80.0000 L 10.0000,10.0000 L 160.0000,10.0000 L 160.0000,80.0000 L 10.0000,80.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><text id="ezcGraphTextBox_2" x="10.4" text-length="149.6px" y="27" style="font-size: 17px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">This Is A Pretty</text><text id="ezcGraphTextBox_2" x="57.15" text-length="102.85px" y="45.7" style="font-size: 17px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">Long String</text></g></svg>
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxLongSpacedStringRightMiddle.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxLongSpacedStringRightMiddle.svg
index 66314af..38db08f 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxLongSpacedStringRightMiddle.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxLongSpacedStringRightMiddle.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 10.0000,80.0000 L 10.0000,10.0000 L 160.0000,10.0000 L 160.0000,80.0000 L 10.0000,80.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><text x="10.4" text-length="149.6px" y="44.95" style="font-size: 17px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">This Is A Pretty</text><text x="57.15" text-length="102.85px" y="63.65" style="font-size: 17px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">Long String</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 10.0000,80.0000 L 10.0000,10.0000 L 160.0000,10.0000 L 160.0000,80.0000 L 10.0000,80.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><text id="ezcGraphTextBox_2" x="10.4" text-length="149.6px" y="44.95" style="font-size: 17px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">This Is A Pretty</text><text id="ezcGraphTextBox_2" x="57.15" text-length="102.85px" y="63.65" style="font-size: 17px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">Long String</text></g></svg>
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxLongString.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxLongString.svg
index 6b8c5ec..149f7b2 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxLongString.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxLongString.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 10.0000,80.0000 L 10.0000,10.0000 L 160.0000,10.0000 L 160.0000,80.0000 L 10.0000,80.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><text x="10" text-length="139.15px" y="21" style="font-size: 11px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">ThisIsAPrettyLongString</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 10.0000,80.0000 L 10.0000,10.0000 L 160.0000,10.0000 L 160.0000,80.0000 L 10.0000,80.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><text id="ezcGraphTextBox_2" x="10" text-length="139.15px" y="21" style="font-size: 11px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">ThisIsAPrettyLongString</text></g></svg>
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxManualBreak.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxManualBreak.svg
index 5693413..29a174a 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxManualBreak.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxManualBreak.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 10.0000,80.0000 L 10.0000,10.0000 L 160.0000,10.0000 L 160.0000,80.0000 L 10.0000,80.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><text x="10" text-length="149.6px" y="44" style="font-size: 34px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">New Line</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 10.0000,80.0000 L 10.0000,10.0000 L 160.0000,10.0000 L 160.0000,80.0000 L 10.0000,80.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><text id="ezcGraphTextBox_2" x="10" text-length="149.6px" y="44" style="font-size: 34px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">New Line</text></g></svg>
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxShortString.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxShortString.svg
index ce282db..0bf67d0 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxShortString.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxShortString.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 10.0000,80.0000 L 10.0000,10.0000 L 160.0000,10.0000 L 160.0000,80.0000 L 10.0000,80.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><text x="10" text-length="148.5px" y="64" style="font-size: 54px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">Short</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 10.0000,80.0000 L 10.0000,10.0000 L 160.0000,10.0000 L 160.0000,80.0000 L 10.0000,80.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><text id="ezcGraphTextBox_2" x="10" text-length="148.5px" y="64" style="font-size: 54px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">Short</text></g></svg>
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxStringCenter.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxStringCenter.svg
index 82d078f..53ac537 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxStringCenter.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxStringCenter.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 10.0000,80.0000 L 10.0000,10.0000 L 160.0000,10.0000 L 160.0000,80.0000 L 10.0000,80.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><text x="15.425" text-length="139.15px" y="21" style="font-size: 11px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">ThisIsAPrettyLongString</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 10.0000,80.0000 L 10.0000,10.0000 L 160.0000,10.0000 L 160.0000,80.0000 L 10.0000,80.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><text id="ezcGraphTextBox_2" x="15.425" text-length="139.15px" y="21" style="font-size: 11px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">ThisIsAPrettyLongString</text></g></svg>
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxStringCenterMiddle.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxStringCenterMiddle.svg
index 91a3664..cf2afb1 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxStringCenterMiddle.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxStringCenterMiddle.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 10.0000,80.0000 L 10.0000,10.0000 L 160.0000,10.0000 L 160.0000,80.0000 L 10.0000,80.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><text x="15.425" text-length="139.15px" y="50.5" style="font-size: 11px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">ThisIsAPrettyLongString</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 10.0000,80.0000 L 10.0000,10.0000 L 160.0000,10.0000 L 160.0000,80.0000 L 10.0000,80.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><text id="ezcGraphTextBox_2" x="15.425" text-length="139.15px" y="50.5" style="font-size: 11px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">ThisIsAPrettyLongString</text></g></svg>
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxStringRight.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxStringRight.svg
index da86a65..8d3858d 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxStringRight.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxStringRight.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 10.0000,80.0000 L 10.0000,10.0000 L 160.0000,10.0000 L 160.0000,80.0000 L 10.0000,80.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><text x="20.85" text-length="139.15px" y="21" style="font-size: 11px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">ThisIsAPrettyLongString</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 10.0000,80.0000 L 10.0000,10.0000 L 160.0000,10.0000 L 160.0000,80.0000 L 10.0000,80.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><text id="ezcGraphTextBox_2" x="20.85" text-length="139.15px" y="21" style="font-size: 11px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">ThisIsAPrettyLongString</text></g></svg>
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxStringRightBottom.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxStringRightBottom.svg
index 06f0f8d..55a1424 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxStringRightBottom.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxStringRightBottom.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 10.0000,80.0000 L 10.0000,10.0000 L 160.0000,10.0000 L 160.0000,80.0000 L 10.0000,80.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><text x="20.85" text-length="139.15px" y="80" style="font-size: 11px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">ThisIsAPrettyLongString</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 10.0000,80.0000 L 10.0000,10.0000 L 160.0000,10.0000 L 160.0000,80.0000 L 10.0000,80.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><text id="ezcGraphTextBox_2" x="20.85" text-length="139.15px" y="80" style="font-size: 11px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">ThisIsAPrettyLongString</text></g></svg>
diff --git a/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxStringSampleRight.svg b/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxStringSampleRight.svg
index 77eba16..19463fd 100644
--- a/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxStringSampleRight.svg
+++ b/tests/data/compare/ezcGraphSvgDriverTest_testDrawTextBoxStringSampleRight.svg
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 20.0000,30.0000 L 20.0000,20.0000 L 110.0000,20.0000 L 110.0000,30.0000 L 20.0000,30.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;"/><text x="73.8" text-length="35.2px" y="29" style="font-size: 8px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">sample 4</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.0" id="ezcGraph"><defs/><g id="chart" color-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="optimizeLegibility"><path d=" M 20.0000,30.0000 L 20.0000,20.0000 L 110.0000,20.0000 L 110.0000,30.0000 L 20.0000,30.0000 z " style="fill: #eeeeec; fill-opacity: 1.00; stroke: none;" id="ezcGraphPolygon_1"/><text id="ezcGraphTextBox_2" x="73.8" text-length="35.2px" y="29" style="font-size: 8px; font-family: sans-serif; fill: #000000; fill-opacity: 1.00; stroke: none;">sample 4</text></g></svg>
diff --git a/tests/driver_gd_test.php b/tests/driver_gd_test.php
index 48e2a32..562668e 100644
--- a/tests/driver_gd_test.php
+++ b/tests/driver_gd_test.php
@@ -101,7 +101,7 @@ class ezcGraphGdDriverTest extends ezcImageTestCase
{
$filename = $this->tempDir . __FUNCTION__ . '.png';
- $this->driver->drawPolygon(
+ $return = $this->driver->drawPolygon(
array(
new ezcGraphCoordinate( 45, 12 ),
new ezcGraphCoordinate( 122, 34 ),
@@ -124,6 +124,16 @@ class ezcGraphGdDriverTest extends ezcImageTestCase
'Image does not look as expected.',
2000
);
+
+ $this->assertEquals(
+ $return,
+ array(
+ new ezcGraphCoordinate( 45, 12 ),
+ new ezcGraphCoordinate( 122, 34 ),
+ new ezcGraphCoordinate( 12, 71 ),
+ ),
+ 'Expected point array as return value.'
+ );
}
public function testDrawTransparentPolygon()
@@ -219,7 +229,7 @@ class ezcGraphGdDriverTest extends ezcImageTestCase
{
$filename = $this->tempDir . __FUNCTION__ . '.png';
- $this->driver->drawCircleSector(
+ $return = $this->driver->drawCircleSector(
new ezcGraphCoordinate( 100, 50 ),
80,
40,
@@ -241,6 +251,18 @@ class ezcGraphGdDriverTest extends ezcImageTestCase
'Image does not look as expected.',
2000
);
+
+ $this->assertEquals(
+ $return,
+ array(
+ new ezcGraphCoordinate( 100., 50. ),
+ new ezcGraphCoordinate( 139., 54. ),
+ new ezcGraphCoordinate( 137., 58. ),
+ new ezcGraphCoordinate( 136., 58.5 ),
+ ),
+ 'Expected point array as return value.',
+ 1.
+ );
}
public function testDrawCircleSectorAcuteNonFilled()
@@ -321,7 +343,7 @@ class ezcGraphGdDriverTest extends ezcImageTestCase
);
$this->assertImageSimilar(
- $filename,
+ $filename,
$this->basePath . 'compare/' . __CLASS__ . '_' . __FUNCTION__ . '.png',
'Image does not look as expected.',
2000
@@ -332,7 +354,8 @@ class ezcGraphGdDriverTest extends ezcImageTestCase
{
$filename = $this->tempDir . __FUNCTION__ . '.png';
- $this->driver->drawCircularArc(
+ $this->driver->options->imageMapResolution = 90;
+ $return = $this->driver->drawCircularArc(
new ezcGraphCoordinate( 100, 50 ),
150,
80,
@@ -355,6 +378,18 @@ class ezcGraphGdDriverTest extends ezcImageTestCase
'Image does not look as expected.',
2000
);
+
+ $this->assertEquals(
+ $return,
+ array(
+ new ezcGraphCoordinate( 173., 59. ),
+ new ezcGraphCoordinate( 143., 83. ),
+ new ezcGraphCoordinate( 153., 83. ),
+ new ezcGraphCoordinate( 183., 59. ),
+ ),
+ 'Expected point array as return value.',
+ 1.
+ );
}
public function testDrawCircularArcAcuteReverse()
@@ -449,7 +484,8 @@ class ezcGraphGdDriverTest extends ezcImageTestCase
{
$filename = $this->tempDir . __FUNCTION__ . '.png';
- $this->driver->drawCircle(
+ $this->driver->options->imageMapResolution = 90;
+ $return = $this->driver->drawCircle(
new ezcGraphCoordinate( 100, 50 ),
80,
40,
@@ -469,6 +505,18 @@ class ezcGraphGdDriverTest extends ezcImageTestCase
'Image does not look as expected.',
2000
);
+
+ $this->assertEquals(
+ $return,
+ array(
+ new ezcGraphCoordinate( 140., 50. ),
+ new ezcGraphCoordinate( 100., 70. ),
+ new ezcGraphCoordinate( 60., 50. ),
+ new ezcGraphCoordinate( 100., 30. ),
+ ),
+ 'Expected point array as return value.',
+ 1.
+ );
}
public function testDrawCircleNonFilled()
@@ -502,7 +550,7 @@ class ezcGraphGdDriverTest extends ezcImageTestCase
{
$filename = $this->tempDir . __FUNCTION__ . '.png';
- $this->driver->drawImage(
+ $return = $this->driver->drawImage(
$this->basePath . $this->testFiles['jpeg'],
new ezcGraphCoordinate( 10, 10 ),
100,
@@ -522,6 +570,18 @@ class ezcGraphGdDriverTest extends ezcImageTestCase
'Image does not look as expected.',
2000
);
+
+ $this->assertEquals(
+ $return,
+ array(
+ new ezcGraphCoordinate( 10., 10. ),
+ new ezcGraphCoordinate( 110., 10. ),
+ new ezcGraphCoordinate( 110., 60. ),
+ new ezcGraphCoordinate( 10., 60. ),
+ ),
+ 'Expected point array as return value.',
+ 1.
+ );
}
public function testDrawImagePng()
@@ -554,7 +614,7 @@ class ezcGraphGdDriverTest extends ezcImageTestCase
{
$filename = $this->tempDir . __FUNCTION__ . '.png';
- $this->driver->drawTextBox(
+ $return = $this->driver->drawTextBox(
'Short',
new ezcGraphCoordinate( 10, 10 ),
150,
@@ -575,6 +635,18 @@ class ezcGraphGdDriverTest extends ezcImageTestCase
'Image does not look as expected.',
2000
);
+
+ $this->assertEquals(
+ $return,
+ array(
+ new ezcGraphCoordinate( 10., 10. ),
+ new ezcGraphCoordinate( 160., 10. ),
+ new ezcGraphCoordinate( 160., 80. ),
+ new ezcGraphCoordinate( 10., 80. ),
+ ),
+ 'Expected point array as return value.',
+ 1.
+ );
}
public function testDrawTextBoxLongString()
diff --git a/tests/driver_svg_test.php b/tests/driver_svg_test.php
index 0722ef4..183376e 100644
--- a/tests/driver_svg_test.php
+++ b/tests/driver_svg_test.php
@@ -113,7 +113,7 @@ class ezcGraphSvgDriverTest extends ezcTestCase
{
$filename = $this->tempDir . __FUNCTION__ . '.svg';
- $this->driver->drawPolygon(
+ $return = $this->driver->drawPolygon(
array(
new ezcGraphCoordinate( 45, 12 ),
new ezcGraphCoordinate( 122, 34 ),
@@ -129,6 +129,12 @@ class ezcGraphSvgDriverTest extends ezcTestCase
$filename,
$this->basePath . 'compare/' . __CLASS__ . '_' . __FUNCTION__ . '.svg'
);
+
+ $this->assertEquals(
+ 'ezcGraphPolygon_1',
+ $return,
+ 'Expected xml id as return value.'
+ );
}
public function testDrawPolygonThreePointsNotFilled()
@@ -181,7 +187,7 @@ class ezcGraphSvgDriverTest extends ezcTestCase
{
$filename = $this->tempDir . __FUNCTION__ . '.svg';
- $this->driver->drawCircleSector(
+ $return = $this->driver->drawCircleSector(
new ezcGraphCoordinate( 100, 50 ),
80,
40,
@@ -196,6 +202,12 @@ class ezcGraphSvgDriverTest extends ezcTestCase
$filename,
$this->basePath . 'compare/' . __CLASS__ . '_' . __FUNCTION__ . '.svg'
);
+
+ $this->assertEquals(
+ 'ezcGraphCircleSector_1',
+ $return,
+ 'Expected xml id as return value.'
+ );
}
public function testDrawCircleSectorAcuteNonFilled()
@@ -266,7 +278,7 @@ class ezcGraphSvgDriverTest extends ezcTestCase
{
$filename = $this->tempDir . __FUNCTION__ . '.svg';
- $this->driver->drawCircularArc(
+ $return = $this->driver->drawCircularArc(
new ezcGraphCoordinate( 100, 50 ),
150,
80,
@@ -282,6 +294,12 @@ class ezcGraphSvgDriverTest extends ezcTestCase
$filename,
$this->basePath . 'compare/' . __CLASS__ . '_' . __FUNCTION__ . '.svg'
);
+
+ $this->assertEquals(
+ 'ezcGraphCircularArc_1',
+ $return,
+ 'Expected xml id as return value.'
+ );
}
public function testDrawCircularArcAcuteBorder()
@@ -355,7 +373,7 @@ class ezcGraphSvgDriverTest extends ezcTestCase
{
$filename = $this->tempDir . __FUNCTION__ . '.svg';
- $this->driver->drawCircle(
+ $return = $this->driver->drawCircle(
new ezcGraphCoordinate( 100, 50 ),
80,
40,
@@ -368,6 +386,12 @@ class ezcGraphSvgDriverTest extends ezcTestCase
$filename,
$this->basePath . 'compare/' . __CLASS__ . '_' . __FUNCTION__ . '.svg'
);
+
+ $this->assertEquals(
+ 'ezcGraphCircle_1',
+ $return,
+ 'Expected xml id as return value.'
+ );
}
public function testDrawCircleNonFilled()
@@ -394,7 +418,7 @@ class ezcGraphSvgDriverTest extends ezcTestCase
{
$filename = $this->tempDir . __FUNCTION__ . '.svg';
- $this->driver->drawImage(
+ $return = $this->driver->drawImage(
$this->basePath . $this->testFiles['jpeg'],
new ezcGraphCoordinate( 10, 10 ),
100,
@@ -407,6 +431,12 @@ class ezcGraphSvgDriverTest extends ezcTestCase
$filename,
$this->basePath . 'compare/' . __CLASS__ . '_' . __FUNCTION__ . '.svg'
);
+
+ $this->assertEquals(
+ 'ezcGraphImage_1',
+ $return,
+ 'Expected xml id as return value.'
+ );
}
public function testDrawImagePng()
@@ -442,7 +472,7 @@ class ezcGraphSvgDriverTest extends ezcTestCase
ezcGraphColor::fromHex( '#eeeeec' ),
true
);
- $this->driver->drawTextBox(
+ $return = $this->driver->drawTextBox(
'Short',
new ezcGraphCoordinate( 10, 10 ),
150,
@@ -456,6 +486,12 @@ class ezcGraphSvgDriverTest extends ezcTestCase
$filename,
$this->basePath . 'compare/' . __CLASS__ . '_' . __FUNCTION__ . '.svg'
);
+
+ $this->assertEquals(
+ 'ezcGraphTextBox_2',
+ $return,
+ 'Expected xml id as return value.'
+ );
}
public function testDrawTextBoxLongString()
diff --git a/tests/image_map_test.php b/tests/image_map_test.php
new file mode 100644
index 0000000..4589aa0
--- /dev/null
+++ b/tests/image_map_test.php
@@ -0,0 +1,256 @@
+<?php
+/**
+ * ezcGraphImageMapTest
+ *
+ * @package Graph
+ * @version //autogen//
+ * @subpackage Tests
+ * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved.
+ * @license http://ez.no/licenses/new_bsd New BSD License
+ */
+
+/**
+ * Tests for ezcGraph class.
+ *
+ * @package ImageAnalysis
+ * @subpackage Tests
+ */
+class ezcGraphImageMapTest extends ezcTestCase
+{
+
+ protected $basePath;
+
+ protected $tempDir;
+
+ protected $renderer;
+
+ protected $driver;
+
+ public static function suite()
+ {
+ return new ezcTestSuite( "ezcGraphImageMapTest" );
+ }
+
+ /**
+ * setUp
+ *
+ * @access public
+ */
+ public function setUp()
+ {
+ static $i = 0;
+ $this->tempDir = $this->createTempDir( __CLASS__ . sprintf( '_%03d_', ++$i ) ) . '/';
+ $this->basePath = dirname( __FILE__ ) . '/data/';
+ }
+
+ /**
+ * tearDown
+ *
+ * @access public
+ */
+ public function tearDown()
+ {
+ if ( !$this->hasFailed() )
+ {
+ $this->removeTempDir();
+ }
+ }
+
+ /**
+ * Compares a generated image with a stored file
+ *
+ * @param string $generated Filename of generated image
+ * @param string $compare Filename of stored image
+ * @return void
+ */
+ protected function compare( $generated, $compare )
+ {
+ $this->assertTrue(
+ file_exists( $generated ),
+ 'No image file has been created.'
+ );
+
+ $this->assertTrue(
+ file_exists( $compare ),
+ 'Comparision image does not exist.'
+ );
+
+ if ( md5_file( $generated ) !== md5_file( $compare ) )
+ {
+ // Adding a diff makes no sense here, because created XML uses
+ // only two lines
+ $this->fail( 'Rendered image is not correct.');
+ }
+ }
+
+ public function testReturnFrom2dSvgLineChart()
+ {
+ $filename = $this->tempDir . __FUNCTION__ . '.svg';
+
+ $chart = new ezcGraphLineChart();
+ $chart->palette = new ezcGraphPaletteBlack();
+
+ $chart->data['sampleData'] = new ezcGraphArrayDataSet( array( 'sample 1' => 234, 'sample 2' => 21, 'sample 3' => 324, 'sample 4' => 120, 'sample 5' => 1) );
+ $chart->data['moreData'] = new ezcGraphArrayDataSet( array( 'sample 1' => 234, 'sample 2' => 21, 'sample 3' => 324, 'sample 4' => 120, 'sample 5' => 1) );
+ $chart->data['evenMoreData'] = new ezcGraphArrayDataSet( array( 'sample 1' => 234, 'sample 2' => 21, 'sample 3' => 324, 'sample 4' => 120, 'sample 5' => 1) );
+
+ $chart->render( 500, 200, $filename );
+
+ $reference = $chart->renderer->getElementReferences();
+
+ // Check data references
+ $this->assertSame( 3, count( $reference['data'] ), '3 datasets expected.' );
+ $this->assertSame( 5, count( $reference['data']['sampleData'] ), '5 datapoints expected.' );
+ $this->assertSame( 1, count( $reference['data']['sampleData']['sample 2'] ), '1 element for datapoint expected.' );
+ $this->assertSame( 'ezcGraphCircle_55', $reference['data']['sampleData']['sample 2'][0], 'ezcGraphCircle element expected.' );
+
+ // Check legend references
+ $this->assertSame( 3, count( $reference['legend'] ), '3 legend items expected.' );
+ $this->assertSame( 2, count( $reference['legend']['moreData'] ), '2 elements for legend item expected.' );
+ $this->assertSame( 'ezcGraphCircle_6', $reference['legend']['moreData']['symbol'], 'ezcGraphCircle expected as legend symbol.' );
+ $this->assertSame( 'ezcGraphTextBox_7', $reference['legend']['moreData']['text'], 'ezcGraphTextBox expected for legend text.' );
+ }
+
+ public function testReturnFrom2dSvgPieChart()
+ {
+ $filename = $this->tempDir . __FUNCTION__ . '.svg';
+
+ $chart = new ezcGraphPieChart();
+ $chart->palette = new ezcGraphPaletteBlack();
+
+ $chart = new ezcGraphPieChart();
+ $chart->data['sample'] = new ezcGraphArrayDataSet( array(
+ 'Mozilla' => 4375,
+ 'IE' => 345,
+ 'Opera' => 1204,
+ 'wget' => 231,
+ 'Safari' => 987,
+ ) );
+
+ $chart->render( 500, 200, $filename );
+
+ $reference = $chart->renderer->getElementReferences();
+
+ // Check data references
+ $this->assertSame( 1, count( $reference['data'] ), 'One dataset expected.' );
+ $this->assertSame( 5, count( $reference['data']['sample'] ), '5 datapoints expected.' );
+ $this->assertSame( 2, count( $reference['data']['sample']['Mozilla'] ), '2 elements for datapoint expexted' );
+ $this->assertSame( 'ezcGraphCircleSector_13', $reference['data']['sample']['Mozilla'][0], 'ezcGraphCircleSector expected.' );
+ $this->assertSame( 'ezcGraphTextBox_34', $reference['data']['sample']['Mozilla'][1], 'ezcGraphTextBox expected.' );
+
+ // Check legend references
+ $this->assertSame( 5, count( $reference['legend'] ), '5 legend items expected.' );
+ $this->assertSame( 2, count( $reference['legend']['IE'] ), '2 elements for legend item expected.' );
+ $this->assertSame( 'ezcGraphPolygon_5', $reference['legend']['IE']['symbol'], 'ezcGraphPolygon expected as legend symbol.' );
+ $this->assertSame( 'ezcGraphTextBox_6', $reference['legend']['IE']['text'], 'ezcGraphTextBox expected for legend text.' );
+ }
+
+ public function testReturnFrom2dGdLineChart()
+ {
+ $filename = $this->tempDir . __FUNCTION__ . '.svg';
+
+ $chart = new ezcGraphLineChart();
+ $chart->driver = new ezcGraphGdDriver();
+ $chart->palette = new ezcGraphPaletteBlack();
+
+ $chart->data['sampleData'] = new ezcGraphArrayDataSet( array( 'sample 1' => 234, 'sample 2' => 21, 'sample 3' => 324, 'sample 4' => 120, 'sample 5' => 1) );
+ $chart->data['moreData'] = new ezcGraphArrayDataSet( array( 'sample 1' => 234, 'sample 2' => 21, 'sample 3' => 324, 'sample 4' => 120, 'sample 5' => 1) );
+ $chart->data['evenMoreData'] = new ezcGraphArrayDataSet( array( 'sample 1' => 234, 'sample 2' => 21, 'sample 3' => 324, 'sample 4' => 120, 'sample 5' => 1) );
+
+ $chart->render( 500, 200, $filename );
+
+ $reference = $chart->renderer->getElementReferences();
+
+ // Check data references
+ $this->assertSame( 3, count( $reference['data'] ), '3 datasets expected.' );
+ $this->assertSame( 5, count( $reference['data']['sampleData'] ), '5 datapoints expected.' );
+ $this->assertSame( 1, count( $reference['data']['sampleData']['sample 2'] ), '1 element for datapoint expected.' );
+
+ $this->assertSame( 36, count( $reference['data']['sampleData']['sample 2'][0] ), 'Point array with 36 elements expected.' );
+ $this->assertTrue(
+ $reference['data']['sampleData']['sample 2'][0][5] instanceof ezcGraphCoordinate,
+ 'Expected ezcGraphCoordinate objects.'
+ );
+
+ // Check legend references
+ $this->assertSame( 3, count( $reference['legend'] ), '3 legend items expected.' );
+ $this->assertSame( 2, count( $reference['legend']['moreData'] ), '2 elements for legend item expected.' );
+
+ $this->assertSame( 36, count( $reference['legend']['moreData']['symbol'] ), 'Point array with 36 elements expected.' );
+ $this->assertTrue(
+ $reference['legend']['moreData']['symbol'][5] instanceof ezcGraphCoordinate,
+ 'Expected ezcGraphCoordinate objects.'
+ );
+ $this->assertSame( 4, count( $reference['legend']['moreData']['text'] ), 'Point array with 36 elements expected.' );
+ $this->assertTrue(
+ $reference['legend']['moreData']['text'][2] instanceof ezcGraphCoordinate,
+ 'Expected ezcGraphCoordinate objects.'
+ );
+ }
+
+ public function testReturnFrom3dSvgLineChart()
+ {
+ $filename = $this->tempDir . __FUNCTION__ . '.svg';
+
+ $chart = new ezcGraphLineChart();
+ $chart->palette = new ezcGraphPaletteBlack();
+ $chart->renderer = new ezcGraphRenderer3d();
+
+ $chart->data['sampleData'] = new ezcGraphArrayDataSet( array( 'sample 1' => 234, 'sample 2' => 21, 'sample 3' => 324, 'sample 4' => 120, 'sample 5' => 1) );
+ $chart->data['moreData'] = new ezcGraphArrayDataSet( array( 'sample 1' => 234, 'sample 2' => 21, 'sample 3' => 324, 'sample 4' => 120, 'sample 5' => 1) );
+ $chart->data['evenMoreData'] = new ezcGraphArrayDataSet( array( 'sample 1' => 234, 'sample 2' => 21, 'sample 3' => 324, 'sample 4' => 120, 'sample 5' => 1) );
+
+ $chart->render( 500, 200, $filename );
+
+ $reference = $chart->renderer->getElementReferences();
+
+ // Check data references
+ $this->assertSame( 3, count( $reference['data'] ), '3 datasets expected.' );
+ $this->assertSame( 5, count( $reference['data']['sampleData'] ), '5 datapoints expected.' );
+ $this->assertSame( 1, count( $reference['data']['sampleData']['sample 2'] ), '1 element for datapoint expected.' );
+ $this->assertSame( 'ezcGraphCircle_80', $reference['data']['sampleData']['sample 2'][0], 'ezcGraphCircle element expected.' );
+
+ // Check legend references
+ $this->assertSame( 3, count( $reference['legend'] ), '3 legend items expected.' );
+ $this->assertSame( 2, count( $reference['legend']['moreData'] ), '2 elements for legend item expected.' );
+ $this->assertSame( 'ezcGraphCircle_6', $reference['legend']['moreData']['symbol'], 'ezcGraphCircle expected as legend symbol.' );
+ $this->assertSame( 'ezcGraphTextBox_7', $reference['legend']['moreData']['text'], 'ezcGraphTextBox expected for legend text.' );
+ }
+
+ public function testReturnFrom3dSvgPieChart()
+ {
+ $filename = $this->tempDir . __FUNCTION__ . '.svg';
+
+ $chart = new ezcGraphPieChart();
+ $chart->palette = new ezcGraphPaletteBlack();
+ $chart->renderer = new ezcGraphRenderer3d();
+
+ $chart = new ezcGraphPieChart();
+ $chart->data['sample'] = new ezcGraphArrayDataSet( array(
+ 'Mozilla' => 4375,
+ 'IE' => 345,
+ 'Opera' => 1204,
+ 'wget' => 231,
+ 'Safari' => 987,
+ ) );
+
+ $chart->render( 500, 200, $filename );
+
+ $reference = $chart->renderer->getElementReferences();
+
+ // Check data references
+ $this->assertSame( 1, count( $reference['data'] ), 'One dataset expected.' );
+ $this->assertSame( 5, count( $reference['data']['sample'] ), '5 datapoints expected.' );
+ $this->assertSame( 2, count( $reference['data']['sample']['Mozilla'] ), '2 elements for datapoint expexted' );
+ $this->assertSame( 'ezcGraphCircleSector_13', $reference['data']['sample']['Mozilla'][0], 'ezcGraphCircleSector expected.' );
+ $this->assertSame( 'ezcGraphTextBox_34', $reference['data']['sample']['Mozilla'][1], 'ezcGraphTextBox expected.' );
+
+ // Check legend references
+ $this->assertSame( 5, count( $reference['legend'] ), '5 legend items expected.' );
+ $this->assertSame( 2, count( $reference['legend']['IE'] ), '2 elements for legend item expected.' );
+ $this->assertSame( 'ezcGraphPolygon_5', $reference['legend']['IE']['symbol'], 'ezcGraphPolygon expected as legend symbol.' );
+ $this->assertSame( 'ezcGraphTextBox_6', $reference['legend']['IE']['text'], 'ezcGraphTextBox expected for legend text.' );
+ }
+}
+
+?>
diff --git a/tests/line_test.php b/tests/line_test.php
index c19200f..a8e8daa 100644
--- a/tests/line_test.php
+++ b/tests/line_test.php
@@ -133,6 +133,7 @@ class ezcGraphLineChartTest extends ezcTestCase
->method( 'drawDataLine' )
->with(
$this->equalTo( new ezcGraphBoundings( 140., 20., 460., 180. ), 1. ),
+ $this->equalTo( new ezcGraphContext( 'sampleData', 'sample 1' ) ),
$this->equalTo( ezcGraphColor::fromHex( '#CC0000' ) ),
$this->equalTo( new ezcGraphCoordinate( .0, .415 ), .05 ),
$this->equalTo( new ezcGraphCoordinate( .0, .415 ), .05 ),
@@ -147,6 +148,7 @@ class ezcGraphLineChartTest extends ezcTestCase
->method( 'drawDataLine' )
->with(
$this->equalTo( new ezcGraphBoundings( 140., 20., 460., 180. ), 1. ),
+ $this->equalTo( new ezcGraphContext( 'sampleData', 'sample 2' ) ),
$this->equalTo( ezcGraphColor::fromHex( '#CC0000' ) ),
$this->equalTo( new ezcGraphCoordinate( .0, .415 ), .05 ),
$this->equalTo( new ezcGraphCoordinate( .25, .95 ), .05 ),
@@ -161,6 +163,7 @@ class ezcGraphLineChartTest extends ezcTestCase
->method( 'drawDataLine' )
->with(
$this->equalTo( new ezcGraphBoundings( 140., 20., 460., 180. ), 1. ),
+ $this->equalTo( new ezcGraphContext( 'sampleData', 'sample 3' ) ),
$this->equalTo( ezcGraphColor::fromHex( '#CC0000' ) ),
$this->equalTo( new ezcGraphCoordinate( .25, .95 ), .05 ),
$this->equalTo( new ezcGraphCoordinate( .5, .2 ), .05 ),
@@ -175,6 +178,7 @@ class ezcGraphLineChartTest extends ezcTestCase
->method( 'drawDataLine' )
->with(
$this->equalTo( new ezcGraphBoundings( 140., 20., 460., 180. ), 1. ),
+ $this->equalTo( new ezcGraphContext( 'sampleData', 'sample 4' ) ),
$this->equalTo( ezcGraphColor::fromHex( '#CC0000' ) ),
$this->equalTo( new ezcGraphCoordinate( .5, .2 ), .05 ),
$this->equalTo( new ezcGraphCoordinate( .75, .7 ), .05 ),
@@ -189,6 +193,7 @@ class ezcGraphLineChartTest extends ezcTestCase
->method( 'drawDataLine' )
->with(
$this->equalTo( new ezcGraphBoundings( 140., 20., 460., 180. ), 1. ),
+ $this->equalTo( new ezcGraphContext( 'sampleData', 'sample 5' ) ),
$this->equalTo( ezcGraphColor::fromHex( '#CC0000' ) ),
$this->equalTo( new ezcGraphCoordinate( .75, .7 ), .05 ),
$this->equalTo( new ezcGraphCoordinate( 1., .9975 ), .05 ),
@@ -225,6 +230,7 @@ class ezcGraphLineChartTest extends ezcTestCase
->method( 'drawBar' )
->with(
$this->equalTo( new ezcGraphBoundings( 140., 20., 460., 180. ), 1. ),
+ $this->equalTo( new ezcGraphContext( 'sampleData', 'sample 1' ) ),
$this->equalTo( ezcGraphColor::fromHex( '#CC0000' ) ),
$this->equalTo( new ezcGraphCoordinate( .0, .415 ), .05 ),
$this->equalTo( 80., 1. ),
@@ -236,6 +242,7 @@ class ezcGraphLineChartTest extends ezcTestCase
->method( 'drawBar' )
->with(
$this->equalTo( new ezcGraphBoundings( 140., 20., 460., 180. ), 1. ),
+ $this->equalTo( new ezcGraphContext( 'sampleData', 'sample 5' ) ),
$this->equalTo( ezcGraphColor::fromHex( '#CC0000' ) ),
$this->equalTo( new ezcGraphCoordinate( 1., .9975 ), .05 ),
$this->equalTo( 80., 1. ),
@@ -247,6 +254,7 @@ class ezcGraphLineChartTest extends ezcTestCase
->method( 'drawDataLine' )
->with(
$this->equalTo( new ezcGraphBoundings( 140., 20., 460., 180. ), 1. ),
+ $this->equalTo( new ezcGraphContext( 'sampleData2', 'sample 1' ) ),
$this->equalTo( ezcGraphColor::fromHex( '#CC0000' ) ),
$this->equalTo( new ezcGraphCoordinate( .0, .415 ), .05 ),
$this->equalTo( new ezcGraphCoordinate( .0, .415 ), .05 ),
@@ -261,6 +269,7 @@ class ezcGraphLineChartTest extends ezcTestCase
->method( 'drawDataLine' )
->with(
$this->equalTo( new ezcGraphBoundings( 140., 20., 460., 180. ), 1. ),
+ $this->equalTo( new ezcGraphContext( 'sampleData2', 'sample 5' ) ),
$this->equalTo( ezcGraphColor::fromHex( '#CC0000' ) ),
$this->equalTo( new ezcGraphCoordinate( .75, .7 ), .05 ),
$this->equalTo( new ezcGraphCoordinate( 1., .9975 ), .05 ),
@@ -293,6 +302,7 @@ class ezcGraphLineChartTest extends ezcTestCase
->method( 'drawBar' )
->with(
$this->equalTo( new ezcGraphBoundings( 140., 20., 460., 180. ), 1. ),
+ $this->equalTo( new ezcGraphContext( 'sampleData', 'sample 1' ) ),
$this->equalTo( ezcGraphColor::fromHex( '#CC0000' ) ),
$this->equalTo( new ezcGraphCoordinate( .0, .415 ), .05 ),
$this->equalTo( 80., 1. ),
@@ -304,6 +314,7 @@ class ezcGraphLineChartTest extends ezcTestCase
->method( 'drawBar' )
->with(
$this->equalTo( new ezcGraphBoundings( 140., 20., 460., 180. ), 1. ),
+ $this->equalTo( new ezcGraphContext( 'sampleData', 'sample 2' ) ),
$this->equalTo( ezcGraphColor::fromHex( '#CC0000' ) ),
$this->equalTo( new ezcGraphCoordinate( .25, .95 ), .05 ),
$this->equalTo( 80., 1. ),
@@ -315,6 +326,7 @@ class ezcGraphLineChartTest extends ezcTestCase
->method( 'drawBar' )
->with(
$this->equalTo( new ezcGraphBoundings( 140., 20., 460., 180. ), 1. ),
+ $this->equalTo( new ezcGraphContext( 'sampleData', 'sample 3' ) ),
$this->equalTo( ezcGraphColor::fromHex( '#CC0000' ) ),
$this->equalTo( new ezcGraphCoordinate( .5, .2 ), .05 ),
$this->equalTo( 80., 1. ),
@@ -326,6 +338,7 @@ class ezcGraphLineChartTest extends ezcTestCase
->method( 'drawBar' )
->with(
$this->equalTo( new ezcGraphBoundings( 140., 20., 460., 180. ), 1. ),
+ $this->equalTo( new ezcGraphContext( 'sampleData', 'sample 4' ) ),
$this->equalTo( ezcGraphColor::fromHex( '#CC0000' ) ),
$this->equalTo( new ezcGraphCoordinate( .75, .7 ), .05 ),
$this->equalTo( 80., 1. ),
@@ -337,6 +350,7 @@ class ezcGraphLineChartTest extends ezcTestCase
->method( 'drawBar' )
->with(
$this->equalTo( new ezcGraphBoundings( 140., 20., 460., 180. ), 1. ),
+ $this->equalTo( new ezcGraphContext( 'sampleData', 'sample 5' ) ),
$this->equalTo( ezcGraphColor::fromHex( '#CC0000' ) ),
$this->equalTo( new ezcGraphCoordinate( 1., .9975 ), .05 ),
$this->equalTo( 80., 1. ),
@@ -365,6 +379,7 @@ class ezcGraphLineChartTest extends ezcTestCase
->method( 'drawDataLine' )
->with(
$this->equalTo( new ezcGraphBoundings( 140., 20., 460., 180. ), 1. ),
+ $this->equalTo( new ezcGraphContext( 'sampleData', 'sample 1' ) ),
$this->equalTo( ezcGraphColor::fromHex( '#3465A4' ) ),
$this->equalTo( new ezcGraphCoordinate( .0, .165 ), .05 ),
$this->equalTo( new ezcGraphCoordinate( .0, .165 ), .05 ),
@@ -379,6 +394,7 @@ class ezcGraphLineChartTest extends ezcTestCase
->method( 'drawDataLine' )
->with(
$this->equalTo( new ezcGraphBoundings( 140., 20., 460., 180. ), 1. ),
+ $this->equalTo( new ezcGraphContext( 'sampleData', 'sample 2' ) ),
$this->equalTo( ezcGraphColor::fromHex( '#3465A4' ) ),
$this->equalTo( new ezcGraphCoordinate( .0, .165 ), .05 ),
$this->equalTo( new ezcGraphCoordinate( .25, .6975 ), .05 ),
@@ -393,6 +409,7 @@ class ezcGraphLineChartTest extends ezcTestCase
->method( 'drawDataLine' )
->with(
$this->equalTo( new ezcGraphBoundings( 140., 20., 460., 180. ), 1. ),
+ $this->equalTo( new ezcGraphContext( 'sampleData', 'sample 5' ) ),
$this->equalTo( ezcGraphColor::fromHex( '#3465A4' ) ),
$this->equalTo( new ezcGraphCoordinate( .75, .45 ), .05 ),
$this->equalTo( new ezcGraphCoordinate( 1., .5 ), .05 ),
@@ -425,6 +442,7 @@ class ezcGraphLineChartTest extends ezcTestCase
->method( 'drawDataLine' )
->with(
$this->equalTo( new ezcGraphBoundings( 140., 20., 460., 180. ), 1. ),
+ $this->equalTo( new ezcGraphContext( 'sampleData', 'sample 1' ) ),
$this->equalTo( ezcGraphColor::fromHex( '#729FCF' ) ),
$this->equalTo( new ezcGraphCoordinate( .0, .415 ), .05 ),
$this->equalTo( new ezcGraphCoordinate( .0, .415 ), .05 ),
@@ -439,6 +457,7 @@ class ezcGraphLineChartTest extends ezcTestCase
->method( 'drawDataLine' )
->with(
$this->equalTo( new ezcGraphBoundings( 140., 20., 460., 180. ), 1. ),
+ $this->equalTo( new ezcGraphContext( 'sampleData', 'sample 3' ) ),
$this->equalTo( ezcGraphColor::fromHex( '#729FCF' ) ),
$this->equalTo( new ezcGraphCoordinate( .25, .9475 ), .05 ),
$this->equalTo( new ezcGraphCoordinate( .5, .19 ), .05 ),
@@ -453,6 +472,7 @@ class ezcGraphLineChartTest extends ezcTestCase
->method( 'drawDataLine' )
->with(
$this->equalTo( new ezcGraphBoundings( 140., 20., 460., 180. ), 1. ),
+ $this->equalTo( new ezcGraphContext( 'sampleData', 'sample 5' ) ),
$this->equalTo( ezcGraphColor::fromHex( '#729FCF' ) ),
$this->equalTo( new ezcGraphCoordinate( .75, .7 ), .05 ),
$this->equalTo( new ezcGraphCoordinate( 1., .9975 ), .05 ),
diff --git a/tests/pie_test.php b/tests/pie_test.php
index 00d9292..0095415 100644
--- a/tests/pie_test.php
+++ b/tests/pie_test.php
@@ -126,6 +126,7 @@ class ezcGraphPieChartTest extends ezcImageTestCase
->method( 'drawPieSegment' )
->with(
$this->equalTo( new ezcGraphBoundings( 80, 0, 400, 200 ) ),
+ $this->equalTo( new ezcGraphContext( 'sample', 'Mozilla' ) ),
$this->equalTo( ezcGraphColor::fromHex( '#4E9A06' ) ),
$this->equalTo( 0., 1. ),
$this->equalTo( 220.5, .1 ),
@@ -137,7 +138,8 @@ class ezcGraphPieChartTest extends ezcImageTestCase
->method( 'drawPieSegment' )
->with(
$this->equalTo( new ezcGraphBoundings( 80, 0, 400, 200 ) ),
- $this->equalTo( ezcGraphColor::fromHex( '#CC0000' ) ),
+ $this->equalTo( new ezcGraphContext( 'sample', 'IE' ) ),
+ $this->equalTo( ezcGraphColor::fromHex( '#CC0000' ) ),
$this->equalTo( 220.5, .1 ),
$this->equalTo( 238., 1. ),
$this->equalTo( 'IE: 345 (4.8%)' ),
@@ -148,6 +150,7 @@ class ezcGraphPieChartTest extends ezcImageTestCase
->method( 'drawPieSegment' )
->with(
$this->equalTo( new ezcGraphBoundings( 80, 0, 400, 200 ) ),
+ $this->equalTo( new ezcGraphContext( 'sample', 'Opera' ) ),
$this->equalTo( ezcGraphColor::fromHex( '#EDD400' ) ),
$this->equalTo( 238., 1. ),
$this->equalTo( 298.6, 1. ),
@@ -159,6 +162,7 @@ class ezcGraphPieChartTest extends ezcImageTestCase
->method( 'drawPieSegment' )
->with(
$this->equalTo( new ezcGraphBoundings( 80, 0, 400, 200 ) ),
+ $this->equalTo( new ezcGraphContext( 'sample', 'wget' ) ),
$this->equalTo( ezcGraphColor::fromHex( '#75505B' ) ),
$this->equalTo( 298.6, 1. ),
$this->equalTo( 310., 1. ),
@@ -170,6 +174,7 @@ class ezcGraphPieChartTest extends ezcImageTestCase
->method( 'drawPieSegment' )
->with(
$this->equalTo( new ezcGraphBoundings( 80, 0, 400, 200 ) ),
+ $this->equalTo( new ezcGraphContext( 'sample', 'Safari' ) ),
$this->equalTo( ezcGraphColor::fromHex( '#F57900' ) ),
$this->equalTo( 310., 1. ),
$this->equalTo( 360., 1. ),
diff --git a/tests/renderer_2d_test.php b/tests/renderer_2d_test.php
index 535226a..8ecd380 100644
--- a/tests/renderer_2d_test.php
+++ b/tests/renderer_2d_test.php
@@ -176,6 +176,7 @@ class ezcGraphRenderer2dTest extends ezcTestCase
// Render
$this->renderer->drawPieSegment(
new ezcGraphBoundings( 0, 0, 400, 200 ),
+ new ezcGraphContext(),
ezcGraphColor::fromHex( '#FF0000' ),
15,
156,
@@ -216,6 +217,7 @@ class ezcGraphRenderer2dTest extends ezcTestCase
// Render
$this->renderer->drawPieSegment(
new ezcGraphBoundings( 0, 0, 400, 200 ),
+ new ezcGraphContext(),
ezcGraphColor::fromHex( '#FF0000' ),
15,
156,
@@ -256,6 +258,7 @@ class ezcGraphRenderer2dTest extends ezcTestCase
// Render
$this->renderer->drawPieSegment(
new ezcGraphBoundings( 0, 0, 400, 200 ),
+ new ezcGraphContext(),
ezcGraphColor::fromHex( '#FF0000' ),
15,
156,
@@ -320,11 +323,11 @@ class ezcGraphRenderer2dTest extends ezcTestCase
);
// Render
- $this->renderer->drawPieSegment( new ezcGraphBoundings( 0, 0, 400, 200 ), ezcGraphColor::fromHex( '#FF0000' ), 15, 27, 'Label 1', true );
- $this->renderer->drawPieSegment( new ezcGraphBoundings( 0, 0, 400, 200 ), ezcGraphColor::fromHex( '#FF0000' ), 27, 38, 'Label 2', true );
- $this->renderer->drawPieSegment( new ezcGraphBoundings( 0, 0, 400, 200 ), ezcGraphColor::fromHex( '#FF0000' ), 38, 45, 'Label 3', true );
- $this->renderer->drawPieSegment( new ezcGraphBoundings( 0, 0, 400, 200 ), ezcGraphColor::fromHex( '#FF0000' ), 45, 70, 'Label 4', true );
- $this->renderer->drawPieSegment( new ezcGraphBoundings( 0, 0, 400, 200 ), ezcGraphColor::fromHex( '#FF0000' ), 70, 119, 'Label 5', true );
+ $this->renderer->drawPieSegment( new ezcGraphBoundings( 0, 0, 400, 200 ), new ezcGraphContext(), ezcGraphColor::fromHex( '#FF0000' ), 15, 27, 'Label 1', true );
+ $this->renderer->drawPieSegment( new ezcGraphBoundings( 0, 0, 400, 200 ), new ezcGraphContext(), ezcGraphColor::fromHex( '#FF0000' ), 27, 38, 'Label 2', true );
+ $this->renderer->drawPieSegment( new ezcGraphBoundings( 0, 0, 400, 200 ), new ezcGraphContext(), ezcGraphColor::fromHex( '#FF0000' ), 38, 45, 'Label 3', true );
+ $this->renderer->drawPieSegment( new ezcGraphBoundings( 0, 0, 400, 200 ), new ezcGraphContext(), ezcGraphColor::fromHex( '#FF0000' ), 45, 70, 'Label 4', true );
+ $this->renderer->drawPieSegment( new ezcGraphBoundings( 0, 0, 400, 200 ), new ezcGraphContext(), ezcGraphColor::fromHex( '#FF0000' ), 70, 119, 'Label 5', true );
$this->renderer->render( $this->tempDir . '/' . __METHOD__ . '.svg' );
}
@@ -360,6 +363,7 @@ class ezcGraphRenderer2dTest extends ezcTestCase
$this->renderer->drawBar(
new ezcGraphBoundings( 0, 0, 400, 200 ),
+ new ezcGraphContext(),
ezcGraphColor::fromHex( '#FF0000' ),
new ezcGraphCoordinate( .5, .2 ),
100,
@@ -387,6 +391,7 @@ class ezcGraphRenderer2dTest extends ezcTestCase
$this->renderer->drawBar(
new ezcGraphBoundings( 0, 0, 400, 200 ),
+ new ezcGraphContext(),
ezcGraphColor::fromHex( '#FF0000' ),
new ezcGraphCoordinate( .5, .2 ),
100,
@@ -410,6 +415,7 @@ class ezcGraphRenderer2dTest extends ezcTestCase
$this->renderer->drawDataLine(
new ezcGraphBoundings( 0, 0, 400, 200 ),
+ new ezcGraphContext(),
ezcGraphColor::fromHex( '#FF0000' ),
new ezcGraphCoordinate( .1, .2 ),
new ezcGraphCoordinate( .7, .3 )
@@ -443,6 +449,7 @@ class ezcGraphRenderer2dTest extends ezcTestCase
$this->renderer->drawDataLine(
new ezcGraphBoundings( 0, 0, 400, 200 ),
+ new ezcGraphContext(),
ezcGraphColor::fromHex( '#FF0000' ),
new ezcGraphCoordinate( .1, .2 ),
new ezcGraphCoordinate( .7, .3 ),
@@ -493,6 +500,7 @@ class ezcGraphRenderer2dTest extends ezcTestCase
$this->renderer->drawDataLine(
new ezcGraphBoundings( 0, 0, 400, 200 ),
+ new ezcGraphContext(),
ezcGraphColor::fromHex( '#FF0000' ),
new ezcGraphCoordinate( .1, .2 ),
new ezcGraphCoordinate( .7, .7 ),
@@ -638,6 +646,7 @@ class ezcGraphRenderer2dTest extends ezcTestCase
$this->renderer->drawDataLine(
new ezcGraphBoundings( 0, 0, 400, 200 ),
+ new ezcGraphContext(),
ezcGraphColor::fromHex( '#FF0000' ),
new ezcGraphCoordinate( .1, .2 ),
new ezcGraphCoordinate( .7, .7 ),
@@ -700,6 +709,7 @@ class ezcGraphRenderer2dTest extends ezcTestCase
$this->renderer->drawDataLine(
new ezcGraphBoundings( 0, 0, 400, 200 ),
+ new ezcGraphContext(),
ezcGraphColor::fromHex( '#FF0000' ),
new ezcGraphCoordinate( .1, .2 ),
new ezcGraphCoordinate( .7, .7 ),
diff --git a/tests/suite.php b/tests/suite.php
index 2237fdd..dc0b0d4 100644
--- a/tests/suite.php
+++ b/tests/suite.php
@@ -32,6 +32,7 @@ require_once 'font_test.php';
require_once 'palette_test.php';
require_once 'matrix_test.php';
require_once 'polynom_test.php';
+require_once 'image_map_test.php';
/**
* Test suite for ImageAnalysis package.
@@ -66,6 +67,7 @@ class ezcGraphSuite extends ezcTestSuite
$this->addTest( ezcGraphPaletteTest::suite() );
$this->addTest( ezcGraphMatrixTest::suite() );
$this->addTest( ezcGraphPolynomTest::suite() );
+ $this->addTest( ezcGraphImageMapTest::suite() );
}
public static function suite()
OpenPOWER on IntegriCloud