Skip to content

Instantly share code, notes, and snippets.

@timelyportfolio
Last active November 30, 2016 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timelyportfolio/5278dca5191df1b691887a88f054decd to your computer and use it in GitHub Desktop.
Save timelyportfolio/5278dca5191df1b691887a88f054decd to your computer and use it in GitHub Desktop.
d3-chartframe with ggplot2
license: mit

Frame Tool for d3.js

Tom Pearson has very helpfully built a nice little d3.js plugin called d3-chartframe. I immediately thought

**"I bet a `svglite` ggplot2 chart would look really nice in that frame."**

ggplot2 from svglite

svglite is magical little tool that easily creates SVG from any R plot. In this case, we add the SVG in a htmltools::tagList() and then use JavaScript to insert into the d3-chartframe.

Code

library(d3r)
library(htmltools)
library(svglite)
library(ggplot2)
library(pipeR)

chartframe <- htmlDependency(
  name = "d3-chartframe",
  version = "0.1.1",
  src = c(href = "https://unpkg.com/d3-chartframe/build/"),
  script = "d3-chartframe.js"
)

svg_plot <- htmlSVG(
  {
    print(
      ggplot(iris, aes(x=Petal.Width, y=Petal.Length)) +
        geom_point(aes(color=Species)) +
        geom_rug() +
        scale_color_brewer(palette="Set1") +
        theme_minimal()
    )
  },
  standalone = FALSE,
  height = 4,
  width = 6
)

tagList(
  tags$head(
    tags$style(
"
body {font-family:Merriweather;}
.chart-title {font-size:1.5em;}
.chart-subtitle {font-weight:300;}
.chart-source {font-weight:300;font-style:italic;font-size:90%;}
"
    )
  ),
  tag("svg", list(id="chart-container")),
  svg_plot,
  tags$script(
"
var frame = d3_chartframe.frame()
  .margin({
    left:0
  })
  .title('ggplot2 from R framed by d3-chartframe')
  .subtitle('thanks www.toffeemilkshake.co.uk')
  .source('Anderson, Edgar (1935). The irises of the Gaspe Peninsula');

d3.select('#chart-container')
  .call(frame);
d3.select('svg:nth-of-type(2) text').style('font-family',null);
d3.select('#chart-container').node().appendChild(d3.select('svg:nth-of-type(2)').node());
" )
) %>>%
  googlefontR::gf_add_font(fontname = "Merriweather:300,300i,400", addstyle=FALSE ) %>>%
  attachDependencies(
    list(
      d3_dep_v4(offline=FALSE),
      chartframe
    ),
    append = TRUE
  ) %>>%
  browsable()
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<link href="https://fonts.googleapis.com/css?family=Merriweather:300,300i,400" rel="stylesheet" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.4.0/d3.min.js"></script>
<script src="https://unpkg.com/d3-chartframe/build/d3-chartframe.js"></script>
<style>
body {font-family:Merriweather;}
.chart-title {font-size:1.5em;}
.chart-subtitle {font-weight:300;}
.chart-source {font-weight:300;font-style:italic;font-size:90%;}
</style>
</head>
<body style="background-color:white;">
<svg id="chart-container"></svg>
<svg viewBox='0 0 432.00 288.00'>
<defs>
<style type='text/css'><![CDATA[
line, polyline, path, rect, circle {
fill: none;
stroke: #000000;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10.00;
}
]]></style>
</defs>
<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
<defs>
<clipPath id='cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1'>
<rect x='31.30' y='5.48' width='314.59' height='252.18' />
</clipPath>
</defs>
<polyline points='31.30,246.19 345.89,246.19 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<polyline points='31.30,168.48 345.89,168.48 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<polyline points='31.30,90.77 345.89,90.77 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<polyline points='31.30,13.06 345.89,13.06 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<polyline points='63.48,257.66 63.48,5.48 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<polyline points='123.06,257.66 123.06,5.48 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<polyline points='182.64,257.66 182.64,5.48 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<polyline points='242.22,257.66 242.22,5.48 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<polyline points='301.80,257.66 301.80,5.48 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<polyline points='31.30,207.34 345.89,207.34 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<polyline points='31.30,129.63 345.89,129.63 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<polyline points='31.30,51.91 345.89,51.91 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<polyline points='33.69,257.66 33.69,5.48 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<polyline points='93.27,257.66 93.27,5.48 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<polyline points='152.85,257.66 152.85,5.48 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<polyline points='212.43,257.66 212.43,5.48 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<polyline points='272.01,257.66 272.01,5.48 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<polyline points='331.59,257.66 331.59,5.48 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='57.52' cy='230.65' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='57.52' cy='230.65' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='57.52' cy='234.54' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='57.52' cy='226.77' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='57.52' cy='230.65' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='81.35' cy='218.99' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='69.43' cy='230.65' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='57.52' cy='226.77' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='57.52' cy='230.65' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='45.60' cy='226.77' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='57.52' cy='226.77' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='57.52' cy='222.88' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='45.60' cy='230.65' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='45.60' cy='242.31' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='57.52' cy='238.42' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='81.35' cy='226.77' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='81.35' cy='234.54' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='69.43' cy='230.65' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='69.43' cy='218.99' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='69.43' cy='226.77' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='57.52' cy='218.99' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='81.35' cy='226.77' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='57.52' cy='246.19' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='93.27' cy='218.99' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='57.52' cy='211.22' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='57.52' cy='222.88' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='81.35' cy='222.88' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='57.52' cy='226.77' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='57.52' cy='230.65' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='57.52' cy='222.88' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='57.52' cy='222.88' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='81.35' cy='226.77' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='45.60' cy='226.77' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='57.52' cy='230.65' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='57.52' cy='226.77' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='57.52' cy='238.42' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='57.52' cy='234.54' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='45.60' cy='230.65' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='57.52' cy='234.54' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='57.52' cy='226.77' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='69.43' cy='234.54' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='69.43' cy='234.54' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='57.52' cy='234.54' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='105.18' cy='222.88' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='81.35' cy='211.22' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='69.43' cy='230.65' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='57.52' cy='222.88' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='57.52' cy='230.65' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='57.52' cy='226.77' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='57.52' cy='230.65' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='200.51' cy='102.43' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='212.43' cy='110.20' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='212.43' cy='94.65' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='188.60' cy='129.63' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='212.43' cy='106.31' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='188.60' cy='110.20' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='224.35' cy='102.43' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='152.85' cy='156.82' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='188.60' cy='106.31' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='200.51' cy='133.51' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='152.85' cy='149.05' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='212.43' cy='121.85' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='152.85' cy='129.63' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='200.51' cy='102.43' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='188.60' cy='145.17' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='200.51' cy='114.08' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='212.43' cy='110.20' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='152.85' cy='125.74' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='212.43' cy='110.20' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='164.77' cy='133.51' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='248.18' cy='98.54' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='188.60' cy='129.63' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='212.43' cy='94.65' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='176.68' cy='102.43' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='188.60' cy='117.97' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='200.51' cy='114.08' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='200.51' cy='98.54' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='236.26' cy='90.77' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='212.43' cy='110.20' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='152.85' cy='149.05' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='164.77' cy='137.40' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='152.85' cy='141.28' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='176.68' cy='133.51' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='224.35' cy='86.88' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='212.43' cy='110.20' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='224.35' cy='110.20' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='212.43' cy='102.43' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='188.60' cy='114.08' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='188.60' cy='125.74' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='188.60' cy='129.63' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='176.68' cy='114.08' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='200.51' cy='106.31' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='176.68' cy='129.63' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='152.85' cy='156.82' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='188.60' cy='121.85' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='176.68' cy='121.85' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='188.60' cy='121.85' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='188.60' cy='117.97' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='164.77' cy='168.48' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='188.60' cy='125.74' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='331.59' cy='51.91' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='260.10' cy='86.88' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='283.93' cy='55.80' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='248.18' cy='67.46' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='295.85' cy='59.68' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='283.93' cy='28.60' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='236.26' cy='110.20' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='248.18' cy='40.26' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='248.18' cy='59.68' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='331.59' cy='48.03' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='272.01' cy='86.88' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='260.10' cy='79.11' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='283.93' cy='71.34' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='272.01' cy='90.77' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='319.68' cy='86.88' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='307.76' cy='79.11' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='248.18' cy='71.34' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='295.85' cy='24.71' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='307.76' cy='16.94' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='212.43' cy='90.77' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='307.76' cy='63.57' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='272.01' cy='94.65' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='272.01' cy='24.71' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='248.18' cy='94.65' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='283.93' cy='63.57' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='248.18' cy='51.91' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='248.18' cy='98.54' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='248.18' cy='94.65' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='283.93' cy='67.46' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='224.35' cy='59.68' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='260.10' cy='48.03' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='272.01' cy='36.37' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='295.85' cy='67.46' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='212.43' cy='86.88' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='200.51' cy='67.46' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='307.76' cy='48.03' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='319.68' cy='67.46' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='248.18' cy='71.34' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='248.18' cy='98.54' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='283.93' cy='75.23' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='319.68' cy='67.46' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='307.76' cy='86.88' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='260.10' cy='86.88' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='307.76' cy='55.80' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='331.59' cy='63.57' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='307.76' cy='83.00' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='260.10' cy='90.77' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='272.01' cy='83.00' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='307.76' cy='75.23' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<circle cx='248.18' cy='86.88' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='57.52' y1='257.66' x2='57.52' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='57.52' y1='257.66' x2='57.52' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='57.52' y1='257.66' x2='57.52' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='57.52' y1='257.66' x2='57.52' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='57.52' y1='257.66' x2='57.52' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='81.35' y1='257.66' x2='81.35' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='69.43' y1='257.66' x2='69.43' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='57.52' y1='257.66' x2='57.52' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='57.52' y1='257.66' x2='57.52' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='45.60' y1='257.66' x2='45.60' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='57.52' y1='257.66' x2='57.52' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='57.52' y1='257.66' x2='57.52' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='45.60' y1='257.66' x2='45.60' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='45.60' y1='257.66' x2='45.60' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='57.52' y1='257.66' x2='57.52' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='81.35' y1='257.66' x2='81.35' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='81.35' y1='257.66' x2='81.35' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='69.43' y1='257.66' x2='69.43' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='69.43' y1='257.66' x2='69.43' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='69.43' y1='257.66' x2='69.43' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='57.52' y1='257.66' x2='57.52' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='81.35' y1='257.66' x2='81.35' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='57.52' y1='257.66' x2='57.52' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='93.27' y1='257.66' x2='93.27' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='57.52' y1='257.66' x2='57.52' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='57.52' y1='257.66' x2='57.52' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='81.35' y1='257.66' x2='81.35' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='57.52' y1='257.66' x2='57.52' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='57.52' y1='257.66' x2='57.52' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='57.52' y1='257.66' x2='57.52' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='57.52' y1='257.66' x2='57.52' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='81.35' y1='257.66' x2='81.35' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='45.60' y1='257.66' x2='45.60' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='57.52' y1='257.66' x2='57.52' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='57.52' y1='257.66' x2='57.52' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='57.52' y1='257.66' x2='57.52' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='57.52' y1='257.66' x2='57.52' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='45.60' y1='257.66' x2='45.60' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='57.52' y1='257.66' x2='57.52' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='57.52' y1='257.66' x2='57.52' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='69.43' y1='257.66' x2='69.43' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='69.43' y1='257.66' x2='69.43' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='57.52' y1='257.66' x2='57.52' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='105.18' y1='257.66' x2='105.18' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='81.35' y1='257.66' x2='81.35' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='69.43' y1='257.66' x2='69.43' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='57.52' y1='257.66' x2='57.52' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='57.52' y1='257.66' x2='57.52' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='57.52' y1='257.66' x2='57.52' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='57.52' y1='257.66' x2='57.52' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='200.51' y1='257.66' x2='200.51' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='212.43' y1='257.66' x2='212.43' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='212.43' y1='257.66' x2='212.43' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='188.60' y1='257.66' x2='188.60' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='212.43' y1='257.66' x2='212.43' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='188.60' y1='257.66' x2='188.60' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='224.35' y1='257.66' x2='224.35' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='152.85' y1='257.66' x2='152.85' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='188.60' y1='257.66' x2='188.60' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='200.51' y1='257.66' x2='200.51' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='152.85' y1='257.66' x2='152.85' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='212.43' y1='257.66' x2='212.43' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='152.85' y1='257.66' x2='152.85' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='200.51' y1='257.66' x2='200.51' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='188.60' y1='257.66' x2='188.60' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='200.51' y1='257.66' x2='200.51' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='212.43' y1='257.66' x2='212.43' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='152.85' y1='257.66' x2='152.85' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='212.43' y1='257.66' x2='212.43' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='164.77' y1='257.66' x2='164.77' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='248.18' y1='257.66' x2='248.18' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='188.60' y1='257.66' x2='188.60' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='212.43' y1='257.66' x2='212.43' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='176.68' y1='257.66' x2='176.68' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='188.60' y1='257.66' x2='188.60' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='200.51' y1='257.66' x2='200.51' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='200.51' y1='257.66' x2='200.51' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='236.26' y1='257.66' x2='236.26' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='212.43' y1='257.66' x2='212.43' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='152.85' y1='257.66' x2='152.85' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='164.77' y1='257.66' x2='164.77' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='152.85' y1='257.66' x2='152.85' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='176.68' y1='257.66' x2='176.68' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='224.35' y1='257.66' x2='224.35' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='212.43' y1='257.66' x2='212.43' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='224.35' y1='257.66' x2='224.35' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='212.43' y1='257.66' x2='212.43' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='188.60' y1='257.66' x2='188.60' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='188.60' y1='257.66' x2='188.60' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='188.60' y1='257.66' x2='188.60' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='176.68' y1='257.66' x2='176.68' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='200.51' y1='257.66' x2='200.51' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='176.68' y1='257.66' x2='176.68' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='152.85' y1='257.66' x2='152.85' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='188.60' y1='257.66' x2='188.60' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='176.68' y1='257.66' x2='176.68' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='188.60' y1='257.66' x2='188.60' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='188.60' y1='257.66' x2='188.60' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='164.77' y1='257.66' x2='164.77' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='188.60' y1='257.66' x2='188.60' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='331.59' y1='257.66' x2='331.59' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='260.10' y1='257.66' x2='260.10' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='283.93' y1='257.66' x2='283.93' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='248.18' y1='257.66' x2='248.18' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='295.85' y1='257.66' x2='295.85' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='283.93' y1='257.66' x2='283.93' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='236.26' y1='257.66' x2='236.26' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='248.18' y1='257.66' x2='248.18' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='248.18' y1='257.66' x2='248.18' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='331.59' y1='257.66' x2='331.59' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='272.01' y1='257.66' x2='272.01' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='260.10' y1='257.66' x2='260.10' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='283.93' y1='257.66' x2='283.93' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='272.01' y1='257.66' x2='272.01' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='319.68' y1='257.66' x2='319.68' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='307.76' y1='257.66' x2='307.76' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='248.18' y1='257.66' x2='248.18' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='295.85' y1='257.66' x2='295.85' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='307.76' y1='257.66' x2='307.76' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='212.43' y1='257.66' x2='212.43' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='307.76' y1='257.66' x2='307.76' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='272.01' y1='257.66' x2='272.01' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='272.01' y1='257.66' x2='272.01' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='248.18' y1='257.66' x2='248.18' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='283.93' y1='257.66' x2='283.93' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='248.18' y1='257.66' x2='248.18' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='248.18' y1='257.66' x2='248.18' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='248.18' y1='257.66' x2='248.18' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='283.93' y1='257.66' x2='283.93' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='224.35' y1='257.66' x2='224.35' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='260.10' y1='257.66' x2='260.10' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='272.01' y1='257.66' x2='272.01' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='295.85' y1='257.66' x2='295.85' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='212.43' y1='257.66' x2='212.43' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='200.51' y1='257.66' x2='200.51' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='307.76' y1='257.66' x2='307.76' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='319.68' y1='257.66' x2='319.68' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='248.18' y1='257.66' x2='248.18' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='248.18' y1='257.66' x2='248.18' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='283.93' y1='257.66' x2='283.93' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='319.68' y1='257.66' x2='319.68' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='307.76' y1='257.66' x2='307.76' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='260.10' y1='257.66' x2='260.10' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='307.76' y1='257.66' x2='307.76' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='331.59' y1='257.66' x2='331.59' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='307.76' y1='257.66' x2='307.76' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='260.10' y1='257.66' x2='260.10' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='272.01' y1='257.66' x2='272.01' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='307.76' y1='257.66' x2='307.76' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='248.18' y1='257.66' x2='248.18' y2='250.09' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='230.65' x2='40.74' y2='230.65' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='230.65' x2='40.74' y2='230.65' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='234.54' x2='40.74' y2='234.54' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='226.77' x2='40.74' y2='226.77' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='230.65' x2='40.74' y2='230.65' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='218.99' x2='40.74' y2='218.99' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='230.65' x2='40.74' y2='230.65' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='226.77' x2='40.74' y2='226.77' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='230.65' x2='40.74' y2='230.65' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='226.77' x2='40.74' y2='226.77' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='226.77' x2='40.74' y2='226.77' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='222.88' x2='40.74' y2='222.88' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='230.65' x2='40.74' y2='230.65' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='242.31' x2='40.74' y2='242.31' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='238.42' x2='40.74' y2='238.42' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='226.77' x2='40.74' y2='226.77' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='234.54' x2='40.74' y2='234.54' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='230.65' x2='40.74' y2='230.65' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='218.99' x2='40.74' y2='218.99' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='226.77' x2='40.74' y2='226.77' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='218.99' x2='40.74' y2='218.99' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='226.77' x2='40.74' y2='226.77' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='246.19' x2='40.74' y2='246.19' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='218.99' x2='40.74' y2='218.99' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='211.22' x2='40.74' y2='211.22' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='222.88' x2='40.74' y2='222.88' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='222.88' x2='40.74' y2='222.88' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='226.77' x2='40.74' y2='226.77' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='230.65' x2='40.74' y2='230.65' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='222.88' x2='40.74' y2='222.88' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='222.88' x2='40.74' y2='222.88' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='226.77' x2='40.74' y2='226.77' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='226.77' x2='40.74' y2='226.77' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='230.65' x2='40.74' y2='230.65' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='226.77' x2='40.74' y2='226.77' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='238.42' x2='40.74' y2='238.42' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='234.54' x2='40.74' y2='234.54' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='230.65' x2='40.74' y2='230.65' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='234.54' x2='40.74' y2='234.54' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='226.77' x2='40.74' y2='226.77' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='234.54' x2='40.74' y2='234.54' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='234.54' x2='40.74' y2='234.54' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='234.54' x2='40.74' y2='234.54' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='222.88' x2='40.74' y2='222.88' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='211.22' x2='40.74' y2='211.22' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='230.65' x2='40.74' y2='230.65' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='222.88' x2='40.74' y2='222.88' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='230.65' x2='40.74' y2='230.65' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='226.77' x2='40.74' y2='226.77' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='230.65' x2='40.74' y2='230.65' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='102.43' x2='40.74' y2='102.43' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='110.20' x2='40.74' y2='110.20' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='94.65' x2='40.74' y2='94.65' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='129.63' x2='40.74' y2='129.63' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='106.31' x2='40.74' y2='106.31' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='110.20' x2='40.74' y2='110.20' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='102.43' x2='40.74' y2='102.43' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='156.82' x2='40.74' y2='156.82' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='106.31' x2='40.74' y2='106.31' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='133.51' x2='40.74' y2='133.51' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='149.05' x2='40.74' y2='149.05' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='121.85' x2='40.74' y2='121.85' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='129.63' x2='40.74' y2='129.63' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='102.43' x2='40.74' y2='102.43' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='145.17' x2='40.74' y2='145.17' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='114.08' x2='40.74' y2='114.08' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='110.20' x2='40.74' y2='110.20' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='125.74' x2='40.74' y2='125.74' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='110.20' x2='40.74' y2='110.20' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='133.51' x2='40.74' y2='133.51' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='98.54' x2='40.74' y2='98.54' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='129.63' x2='40.74' y2='129.63' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='94.65' x2='40.74' y2='94.65' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='102.43' x2='40.74' y2='102.43' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='117.97' x2='40.74' y2='117.97' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='114.08' x2='40.74' y2='114.08' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='98.54' x2='40.74' y2='98.54' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='90.77' x2='40.74' y2='90.77' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='110.20' x2='40.74' y2='110.20' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='149.05' x2='40.74' y2='149.05' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='137.40' x2='40.74' y2='137.40' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='141.28' x2='40.74' y2='141.28' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='133.51' x2='40.74' y2='133.51' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='86.88' x2='40.74' y2='86.88' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='110.20' x2='40.74' y2='110.20' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='110.20' x2='40.74' y2='110.20' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='102.43' x2='40.74' y2='102.43' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='114.08' x2='40.74' y2='114.08' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='125.74' x2='40.74' y2='125.74' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='129.63' x2='40.74' y2='129.63' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='114.08' x2='40.74' y2='114.08' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='106.31' x2='40.74' y2='106.31' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='129.63' x2='40.74' y2='129.63' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='156.82' x2='40.74' y2='156.82' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='121.85' x2='40.74' y2='121.85' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='121.85' x2='40.74' y2='121.85' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='121.85' x2='40.74' y2='121.85' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='117.97' x2='40.74' y2='117.97' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='168.48' x2='40.74' y2='168.48' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='125.74' x2='40.74' y2='125.74' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='51.91' x2='40.74' y2='51.91' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='86.88' x2='40.74' y2='86.88' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='55.80' x2='40.74' y2='55.80' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='67.46' x2='40.74' y2='67.46' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='59.68' x2='40.74' y2='59.68' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='28.60' x2='40.74' y2='28.60' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='110.20' x2='40.74' y2='110.20' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='40.26' x2='40.74' y2='40.26' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='59.68' x2='40.74' y2='59.68' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='48.03' x2='40.74' y2='48.03' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='86.88' x2='40.74' y2='86.88' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='79.11' x2='40.74' y2='79.11' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='71.34' x2='40.74' y2='71.34' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='90.77' x2='40.74' y2='90.77' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='86.88' x2='40.74' y2='86.88' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='79.11' x2='40.74' y2='79.11' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='71.34' x2='40.74' y2='71.34' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='24.71' x2='40.74' y2='24.71' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='16.94' x2='40.74' y2='16.94' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='90.77' x2='40.74' y2='90.77' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='63.57' x2='40.74' y2='63.57' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='94.65' x2='40.74' y2='94.65' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='24.71' x2='40.74' y2='24.71' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='94.65' x2='40.74' y2='94.65' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='63.57' x2='40.74' y2='63.57' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='51.91' x2='40.74' y2='51.91' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='98.54' x2='40.74' y2='98.54' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='94.65' x2='40.74' y2='94.65' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='67.46' x2='40.74' y2='67.46' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='59.68' x2='40.74' y2='59.68' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='48.03' x2='40.74' y2='48.03' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='36.37' x2='40.74' y2='36.37' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='67.46' x2='40.74' y2='67.46' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='86.88' x2='40.74' y2='86.88' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='67.46' x2='40.74' y2='67.46' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='48.03' x2='40.74' y2='48.03' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='67.46' x2='40.74' y2='67.46' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='71.34' x2='40.74' y2='71.34' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='98.54' x2='40.74' y2='98.54' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='75.23' x2='40.74' y2='75.23' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='67.46' x2='40.74' y2='67.46' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='86.88' x2='40.74' y2='86.88' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='86.88' x2='40.74' y2='86.88' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='55.80' x2='40.74' y2='55.80' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='63.57' x2='40.74' y2='63.57' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='83.00' x2='40.74' y2='83.00' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='90.77' x2='40.74' y2='90.77' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='83.00' x2='40.74' y2='83.00' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='75.23' x2='40.74' y2='75.23' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<line x1='31.30' y1='86.88' x2='40.74' y2='86.88' style='stroke-width: 1.07;' clip-path='url(#cpMzEuMzAyfDM0NS44OTR8MjU3LjY1Nnw1LjQ3OTQ1)' />
<defs>
<clipPath id='cpMHw0MzJ8Mjg4fDA='>
<rect x='0.00' y='0.00' width='432.00' height='288.00' />
</clipPath>
</defs>
<g clip-path='url(#cpMHw0MzJ8Mjg4fDA=)'><text x='21.37' y='210.56' style='font-size: 8.80px; fill: #4D4D4D; font-family: Arial;' textLength='5.01px' lengthAdjust='spacingAndGlyphs'>2</text></g>
<g clip-path='url(#cpMHw0MzJ8Mjg4fDA=)'><text x='21.37' y='132.84' style='font-size: 8.80px; fill: #4D4D4D; font-family: Arial;' textLength='5.01px' lengthAdjust='spacingAndGlyphs'>4</text></g>
<g clip-path='url(#cpMHw0MzJ8Mjg4fDA=)'><text x='21.37' y='55.13' style='font-size: 8.80px; fill: #4D4D4D; font-family: Arial;' textLength='5.01px' lengthAdjust='spacingAndGlyphs'>6</text></g>
<g clip-path='url(#cpMHw0MzJ8Mjg4fDA=)'><text x='27.43' y='269.03' style='font-size: 8.80px; fill: #4D4D4D; font-family: Arial;' textLength='12.51px' lengthAdjust='spacingAndGlyphs'>0.0</text></g>
<g clip-path='url(#cpMHw0MzJ8Mjg4fDA=)'><text x='87.01' y='269.03' style='font-size: 8.80px; fill: #4D4D4D; font-family: Arial;' textLength='12.51px' lengthAdjust='spacingAndGlyphs'>0.5</text></g>
<g clip-path='url(#cpMHw0MzJ8Mjg4fDA=)'><text x='146.59' y='269.03' style='font-size: 8.80px; fill: #4D4D4D; font-family: Arial;' textLength='12.51px' lengthAdjust='spacingAndGlyphs'>1.0</text></g>
<g clip-path='url(#cpMHw0MzJ8Mjg4fDA=)'><text x='206.18' y='269.03' style='font-size: 8.80px; fill: #4D4D4D; font-family: Arial;' textLength='12.51px' lengthAdjust='spacingAndGlyphs'>1.5</text></g>
<g clip-path='url(#cpMHw0MzJ8Mjg4fDA=)'><text x='265.76' y='269.03' style='font-size: 8.80px; fill: #4D4D4D; font-family: Arial;' textLength='12.51px' lengthAdjust='spacingAndGlyphs'>2.0</text></g>
<g clip-path='url(#cpMHw0MzJ8Mjg4fDA=)'><text x='325.34' y='269.03' style='font-size: 8.80px; fill: #4D4D4D; font-family: Arial;' textLength='12.51px' lengthAdjust='spacingAndGlyphs'>2.5</text></g>
<g clip-path='url(#cpMHw0MzJ8Mjg4fDA=)'><text x='160.48' y='282.38' style='font-size: 11.00px; font-family: Arial;' textLength='56.25px' lengthAdjust='spacingAndGlyphs'>Petal.Width</text></g>
<g clip-path='url(#cpMHw0MzJ8Mjg4fDA=)'><text transform='translate(13.35,162.45) rotate(-90)' style='font-size: 11.00px; font-family: Arial;' textLength='61.77px' lengthAdjust='spacingAndGlyphs'>Petal.Length</text></g>
<g clip-path='url(#cpMHw0MzJ8Mjg4fDA=)'><text x='362.90' y='107.43' style='font-size: 11.00px; font-family: Arial;' textLength='39.13px' lengthAdjust='spacingAndGlyphs'>Species</text></g>
<circle cx='371.54' cy='120.39' r='1.95pt' style='stroke-width: 0.71; stroke: #E41A1C; fill: #E41A1C;' clip-path='url(#cpMHw0MzJ8Mjg4fDA=)' />
<circle cx='371.54' cy='137.67' r='1.95pt' style='stroke-width: 0.71; stroke: #377EB8; fill: #377EB8;' clip-path='url(#cpMHw0MzJ8Mjg4fDA=)' />
<circle cx='371.54' cy='154.95' r='1.95pt' style='stroke-width: 0.71; stroke: #4DAF4A; fill: #4DAF4A;' clip-path='url(#cpMHw0MzJ8Mjg4fDA=)' />
<g clip-path='url(#cpMHw0MzJ8Mjg4fDA=)'><text x='382.34' y='123.60' style='font-size: 8.80px; font-family: Arial;' textLength='26.52px' lengthAdjust='spacingAndGlyphs'>setosa</text></g>
<g clip-path='url(#cpMHw0MzJ8Mjg4fDA=)'><text x='382.34' y='140.88' style='font-size: 8.80px; font-family: Arial;' textLength='38.51px' lengthAdjust='spacingAndGlyphs'>versicolor</text></g>
<g clip-path='url(#cpMHw0MzJ8Mjg4fDA=)'><text x='382.34' y='158.16' style='font-size: 8.80px; font-family: Arial;' textLength='33.01px' lengthAdjust='spacingAndGlyphs'>virginica</text></g>
</svg>
<script>
var frame = d3_chartframe.frame()
.margin({
left:0
})
.title('ggplot2 from R framed by d3-chartframe')
.subtitle('thanks www.toffeemilkshake.co.uk')
.source('Anderson, Edgar (1935). The irises of the Gaspe Peninsula');
d3.select('#chart-container')
.call(frame);
d3.select('svg:nth-of-type(2) text').style('font-family','');
d3.select('#chart-container').node().appendChild(d3.select('svg:nth-of-type(2)').node());
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment