library(minisvg)

Geometry Animation 1

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Create a document with a brown background
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
doc <- svg_doc(width = 400, height = 400)
doc$rect(x=0, y=0, width=400, height=400, fill = '#9B8A54')


#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Define the circles
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
radius <- 25
N <- 400/radius


#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Draw a grid of cicles adding a phase-shifted animation to each one
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
for (i in seq(N)) {
  for (j in seq(N)) {
    this_circle <- doc$circle(cx = (i-1)*(radius * 2) + radius, cy = (j-1)*(radius*2)+radius, r = radius, fill = 'white')

    radii <- radius * sin(seq(0, 2*pi, length.out = N) + (max(i, j)/N) * pi) + radius/2

    this_circle$animate(
      attributeName = 'r',
      keyTimes      = seq(0, 1, length.out = length(radii)),
      values        = radii,
      dur           = 5,
      repeatCount   = 'indefinite'
    )
  }
}

Show SVG text (click to open)

#> <?xml version="1.0" encoding="UTF-8"?>
#> <svg width="400" height="400" viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
#>   <rect fill="#9B8A54" x="0" y="0" width="400" height="400" />
#>   <circle fill="white" cx="25" cy="25" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="17.3772580504032;26.9286297509308;33.9851602875363;37.3267114238732;36.3754986114297;31.2959951869744;22.9664934384357;12.8272398892836;2.63140359039333;-5.85806273589214;-11.1732532373776;-12.3951231893665;-9.31240017681993;-2.45811501426648;6.98256412446246;17.3772580504032" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="25" cy="75" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="22.0670858091272;30.6343592753072;36.0660372773045;37.4229333433282;34.4704278165491;27.719035725218;18.3361340963976;7.94411186269632;-1.66015592312081;-8.81600410885231;-12.2861215343453;-11.4704933717048;-6.51014914000077;1.7372225797926;11.8455762923032;22.0670858091272" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="25" cy="125" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="26.3892558254901;33.6431955425993;37.2412846704918;36.5613809113412;31.7210458018365;23.557217255475;13.4814953939767;3.23606406225411;-5.40754858561635;-10.9547833980621;-12.4464730809651;-9.62469093657606;-2.97734873274586;6.34616767427516;16.7337375962256;26.38925582549" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="25" cy="175" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="30.1776695296637;35.83951066243;37.4657383688644;34.7751631047092;28.2330097762459;18.970476127563;8.58913837399423;-1.11597587537567;-8.4667641986356;-12.1922085148784;-11.6481456572267;-6.92864903642429;1.15023750651133;11.1916010939264;21.4591987386325;30.1776695296637" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="25" cy="225" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="33.2867403075636;37.1389014764519;36.7307727426689;32.1329232720186;24.1403630081278;14.1350782307536;3.84707357306267;-4.944761496042;-10.7202388217981;-12.4807259060181;-9.92181853831721;-3.48597504951463;5.71398875337314;16.0873155497795;25.8403628978903;33.2867403075636" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="25" cy="275" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="35.5969883127822;37.4914331243889;35.0646321087465;28.7362012082546;19.6003836175981;9.23684519449872;-0.56246411789872;-8.10315471555039;-12.0813726890989;-11.8092480099419;-7.33383350728088;0.571030993509762;10.5385226068039;20.8451714808443;29.7088643923438;35.5969883127822" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="25" cy="325" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.0196320100808;36.8835580127128;32.5313453172765;24.7155310374239;14.7875404665851;4.46401336742096;-4.47001863832354;-10.4697802537224;-12.4978581893502;-10.203579345627;-3.98364537750173;5.0864606256107;15.4384349364459;25.2823271519263;32.916038879042;37.0196320100808" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="25" cy="375" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.5;35.338636441065;29.2282651589715;20.2254248593737;9.88678841830867;5.32907051820075e-15;-7.72542485937368;-11.9536900183451;-11.9536900183451;-7.72542485937369;-1.06581410364015e-14;9.88678841830864;20.2254248593737;29.2282651589714;35.338636441065;37.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="25" cy="425" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.0196320100808;32.916038879042;25.2823271519263;15.4384349364459;5.08646062561073;-3.98364537750171;-10.203579345627;-12.4978581893502;-10.4697802537225;-4.47001863832354;4.46401336742095;14.787540466585;24.7155310374239;32.5313453172765;36.8835580127128;37.0196320100808" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="25" cy="475" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="35.5969883127822;29.7088643923438;20.8451714808443;10.5385226068039;0.571030993509789;-7.33383350728087;-11.8092480099419;-12.0813726890989;-8.1031547155504;-0.562464117898717;9.23684519449869;19.6003836175981;28.7362012082546;35.0646321087465;37.4914331243889;35.5969883127822" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="25" cy="525" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="33.2867403075636;25.8403628978903;16.0873155497795;5.71398875337315;-3.48597504951461;-9.9218185383172;-12.4807259060181;-10.7202388217981;-4.94476149604202;3.84707357306267;14.1350782307536;24.1403630081278;32.1329232720186;36.7307727426689;37.1389014764519;33.2867403075636" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="25" cy="575" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="30.1776695296637;21.4591987386325;11.1916010939264;1.15023750651133;-6.92864903642426;-11.6481456572267;-12.1922085148784;-8.46676419863561;-1.11597587537567;8.58913837399422;18.970476127563;28.2330097762459;34.7751631047092;37.4657383688644;35.83951066243;30.1776695296637" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="25" cy="625" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="26.3892558254901;16.7337375962256;6.34616767427517;-2.97734873274585;-9.62469093657604;-12.4464730809651;-10.9547833980621;-5.40754858561636;3.23606406225408;13.4814953939767;23.557217255475;31.7210458018365;36.5613809113412;37.2412846704918;33.6431955425993;26.3892558254901" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="25" cy="675" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="22.0670858091272;11.8455762923032;1.73722257979263;-6.51014914000076;-11.4704933717048;-12.2861215343453;-8.81600410885232;-1.66015592312082;7.9441118626963;18.3361340963976;27.719035725218;34.4704278165491;37.4229333433282;36.0660372773045;30.6343592753072;22.0670858091273" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="25" cy="725" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="17.3772580504032;6.98256412446248;-2.45811501426646;-9.31240017681992;-12.3951231893665;-11.1732532373776;-5.85806273589215;2.6314035903933;12.8272398892836;22.9664934384357;31.2959951869744;36.3754986114297;37.3267114238732;33.9851602875363;26.9286297509309;17.3772580504032" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="25" cy="775" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="12.5;2.331583923105;-6.07862063693485;-11.2764129073788;-12.3630473842068;-9.15063509461098;-2.19463130731183;7.302207729556;17.697792270444;27.1946313073118;34.150635094611;37.3630473842068;36.2764129073788;31.0786206369349;22.668416076895;12.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="75" cy="25" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="22.0670858091272;30.6343592753072;36.0660372773045;37.4229333433282;34.4704278165491;27.719035725218;18.3361340963976;7.94411186269632;-1.66015592312081;-8.81600410885231;-12.2861215343453;-11.4704933717048;-6.51014914000077;1.7372225797926;11.8455762923032;22.0670858091272" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="75" cy="75" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="22.0670858091272;30.6343592753072;36.0660372773045;37.4229333433282;34.4704278165491;27.719035725218;18.3361340963976;7.94411186269632;-1.66015592312081;-8.81600410885231;-12.2861215343453;-11.4704933717048;-6.51014914000077;1.7372225797926;11.8455762923032;22.0670858091272" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="75" cy="125" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="26.3892558254901;33.6431955425993;37.2412846704918;36.5613809113412;31.7210458018365;23.557217255475;13.4814953939767;3.23606406225411;-5.40754858561635;-10.9547833980621;-12.4464730809651;-9.62469093657606;-2.97734873274586;6.34616767427516;16.7337375962256;26.38925582549" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="75" cy="175" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="30.1776695296637;35.83951066243;37.4657383688644;34.7751631047092;28.2330097762459;18.970476127563;8.58913837399423;-1.11597587537567;-8.4667641986356;-12.1922085148784;-11.6481456572267;-6.92864903642429;1.15023750651133;11.1916010939264;21.4591987386325;30.1776695296637" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="75" cy="225" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="33.2867403075636;37.1389014764519;36.7307727426689;32.1329232720186;24.1403630081278;14.1350782307536;3.84707357306267;-4.944761496042;-10.7202388217981;-12.4807259060181;-9.92181853831721;-3.48597504951463;5.71398875337314;16.0873155497795;25.8403628978903;33.2867403075636" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="75" cy="275" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="35.5969883127822;37.4914331243889;35.0646321087465;28.7362012082546;19.6003836175981;9.23684519449872;-0.56246411789872;-8.10315471555039;-12.0813726890989;-11.8092480099419;-7.33383350728088;0.571030993509762;10.5385226068039;20.8451714808443;29.7088643923438;35.5969883127822" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="75" cy="325" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.0196320100808;36.8835580127128;32.5313453172765;24.7155310374239;14.7875404665851;4.46401336742096;-4.47001863832354;-10.4697802537224;-12.4978581893502;-10.203579345627;-3.98364537750173;5.0864606256107;15.4384349364459;25.2823271519263;32.916038879042;37.0196320100808" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="75" cy="375" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.5;35.338636441065;29.2282651589715;20.2254248593737;9.88678841830867;5.32907051820075e-15;-7.72542485937368;-11.9536900183451;-11.9536900183451;-7.72542485937369;-1.06581410364015e-14;9.88678841830864;20.2254248593737;29.2282651589714;35.338636441065;37.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="75" cy="425" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.0196320100808;32.916038879042;25.2823271519263;15.4384349364459;5.08646062561073;-3.98364537750171;-10.203579345627;-12.4978581893502;-10.4697802537225;-4.47001863832354;4.46401336742095;14.787540466585;24.7155310374239;32.5313453172765;36.8835580127128;37.0196320100808" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="75" cy="475" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="35.5969883127822;29.7088643923438;20.8451714808443;10.5385226068039;0.571030993509789;-7.33383350728087;-11.8092480099419;-12.0813726890989;-8.1031547155504;-0.562464117898717;9.23684519449869;19.6003836175981;28.7362012082546;35.0646321087465;37.4914331243889;35.5969883127822" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="75" cy="525" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="33.2867403075636;25.8403628978903;16.0873155497795;5.71398875337315;-3.48597504951461;-9.9218185383172;-12.4807259060181;-10.7202388217981;-4.94476149604202;3.84707357306267;14.1350782307536;24.1403630081278;32.1329232720186;36.7307727426689;37.1389014764519;33.2867403075636" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="75" cy="575" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="30.1776695296637;21.4591987386325;11.1916010939264;1.15023750651133;-6.92864903642426;-11.6481456572267;-12.1922085148784;-8.46676419863561;-1.11597587537567;8.58913837399422;18.970476127563;28.2330097762459;34.7751631047092;37.4657383688644;35.83951066243;30.1776695296637" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="75" cy="625" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="26.3892558254901;16.7337375962256;6.34616767427517;-2.97734873274585;-9.62469093657604;-12.4464730809651;-10.9547833980621;-5.40754858561636;3.23606406225408;13.4814953939767;23.557217255475;31.7210458018365;36.5613809113412;37.2412846704918;33.6431955425993;26.3892558254901" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="75" cy="675" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="22.0670858091272;11.8455762923032;1.73722257979263;-6.51014914000076;-11.4704933717048;-12.2861215343453;-8.81600410885232;-1.66015592312082;7.9441118626963;18.3361340963976;27.719035725218;34.4704278165491;37.4229333433282;36.0660372773045;30.6343592753072;22.0670858091273" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="75" cy="725" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="17.3772580504032;6.98256412446248;-2.45811501426646;-9.31240017681992;-12.3951231893665;-11.1732532373776;-5.85806273589215;2.6314035903933;12.8272398892836;22.9664934384357;31.2959951869744;36.3754986114297;37.3267114238732;33.9851602875363;26.9286297509309;17.3772580504032" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="75" cy="775" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="12.5;2.331583923105;-6.07862063693485;-11.2764129073788;-12.3630473842068;-9.15063509461098;-2.19463130731183;7.302207729556;17.697792270444;27.1946313073118;34.150635094611;37.3630473842068;36.2764129073788;31.0786206369349;22.668416076895;12.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="125" cy="25" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="26.3892558254901;33.6431955425993;37.2412846704918;36.5613809113412;31.7210458018365;23.557217255475;13.4814953939767;3.23606406225411;-5.40754858561635;-10.9547833980621;-12.4464730809651;-9.62469093657606;-2.97734873274586;6.34616767427516;16.7337375962256;26.38925582549" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="125" cy="75" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="26.3892558254901;33.6431955425993;37.2412846704918;36.5613809113412;31.7210458018365;23.557217255475;13.4814953939767;3.23606406225411;-5.40754858561635;-10.9547833980621;-12.4464730809651;-9.62469093657606;-2.97734873274586;6.34616767427516;16.7337375962256;26.38925582549" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="125" cy="125" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="26.3892558254901;33.6431955425993;37.2412846704918;36.5613809113412;31.7210458018365;23.557217255475;13.4814953939767;3.23606406225411;-5.40754858561635;-10.9547833980621;-12.4464730809651;-9.62469093657606;-2.97734873274586;6.34616767427516;16.7337375962256;26.38925582549" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="125" cy="175" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="30.1776695296637;35.83951066243;37.4657383688644;34.7751631047092;28.2330097762459;18.970476127563;8.58913837399423;-1.11597587537567;-8.4667641986356;-12.1922085148784;-11.6481456572267;-6.92864903642429;1.15023750651133;11.1916010939264;21.4591987386325;30.1776695296637" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="125" cy="225" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="33.2867403075636;37.1389014764519;36.7307727426689;32.1329232720186;24.1403630081278;14.1350782307536;3.84707357306267;-4.944761496042;-10.7202388217981;-12.4807259060181;-9.92181853831721;-3.48597504951463;5.71398875337314;16.0873155497795;25.8403628978903;33.2867403075636" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="125" cy="275" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="35.5969883127822;37.4914331243889;35.0646321087465;28.7362012082546;19.6003836175981;9.23684519449872;-0.56246411789872;-8.10315471555039;-12.0813726890989;-11.8092480099419;-7.33383350728088;0.571030993509762;10.5385226068039;20.8451714808443;29.7088643923438;35.5969883127822" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="125" cy="325" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.0196320100808;36.8835580127128;32.5313453172765;24.7155310374239;14.7875404665851;4.46401336742096;-4.47001863832354;-10.4697802537224;-12.4978581893502;-10.203579345627;-3.98364537750173;5.0864606256107;15.4384349364459;25.2823271519263;32.916038879042;37.0196320100808" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="125" cy="375" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.5;35.338636441065;29.2282651589715;20.2254248593737;9.88678841830867;5.32907051820075e-15;-7.72542485937368;-11.9536900183451;-11.9536900183451;-7.72542485937369;-1.06581410364015e-14;9.88678841830864;20.2254248593737;29.2282651589714;35.338636441065;37.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="125" cy="425" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.0196320100808;32.916038879042;25.2823271519263;15.4384349364459;5.08646062561073;-3.98364537750171;-10.203579345627;-12.4978581893502;-10.4697802537225;-4.47001863832354;4.46401336742095;14.787540466585;24.7155310374239;32.5313453172765;36.8835580127128;37.0196320100808" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="125" cy="475" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="35.5969883127822;29.7088643923438;20.8451714808443;10.5385226068039;0.571030993509789;-7.33383350728087;-11.8092480099419;-12.0813726890989;-8.1031547155504;-0.562464117898717;9.23684519449869;19.6003836175981;28.7362012082546;35.0646321087465;37.4914331243889;35.5969883127822" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="125" cy="525" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="33.2867403075636;25.8403628978903;16.0873155497795;5.71398875337315;-3.48597504951461;-9.9218185383172;-12.4807259060181;-10.7202388217981;-4.94476149604202;3.84707357306267;14.1350782307536;24.1403630081278;32.1329232720186;36.7307727426689;37.1389014764519;33.2867403075636" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="125" cy="575" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="30.1776695296637;21.4591987386325;11.1916010939264;1.15023750651133;-6.92864903642426;-11.6481456572267;-12.1922085148784;-8.46676419863561;-1.11597587537567;8.58913837399422;18.970476127563;28.2330097762459;34.7751631047092;37.4657383688644;35.83951066243;30.1776695296637" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="125" cy="625" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="26.3892558254901;16.7337375962256;6.34616767427517;-2.97734873274585;-9.62469093657604;-12.4464730809651;-10.9547833980621;-5.40754858561636;3.23606406225408;13.4814953939767;23.557217255475;31.7210458018365;36.5613809113412;37.2412846704918;33.6431955425993;26.3892558254901" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="125" cy="675" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="22.0670858091272;11.8455762923032;1.73722257979263;-6.51014914000076;-11.4704933717048;-12.2861215343453;-8.81600410885232;-1.66015592312082;7.9441118626963;18.3361340963976;27.719035725218;34.4704278165491;37.4229333433282;36.0660372773045;30.6343592753072;22.0670858091273" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="125" cy="725" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="17.3772580504032;6.98256412446248;-2.45811501426646;-9.31240017681992;-12.3951231893665;-11.1732532373776;-5.85806273589215;2.6314035903933;12.8272398892836;22.9664934384357;31.2959951869744;36.3754986114297;37.3267114238732;33.9851602875363;26.9286297509309;17.3772580504032" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="125" cy="775" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="12.5;2.331583923105;-6.07862063693485;-11.2764129073788;-12.3630473842068;-9.15063509461098;-2.19463130731183;7.302207729556;17.697792270444;27.1946313073118;34.150635094611;37.3630473842068;36.2764129073788;31.0786206369349;22.668416076895;12.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="175" cy="25" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="30.1776695296637;35.83951066243;37.4657383688644;34.7751631047092;28.2330097762459;18.970476127563;8.58913837399423;-1.11597587537567;-8.4667641986356;-12.1922085148784;-11.6481456572267;-6.92864903642429;1.15023750651133;11.1916010939264;21.4591987386325;30.1776695296637" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="175" cy="75" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="30.1776695296637;35.83951066243;37.4657383688644;34.7751631047092;28.2330097762459;18.970476127563;8.58913837399423;-1.11597587537567;-8.4667641986356;-12.1922085148784;-11.6481456572267;-6.92864903642429;1.15023750651133;11.1916010939264;21.4591987386325;30.1776695296637" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="175" cy="125" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="30.1776695296637;35.83951066243;37.4657383688644;34.7751631047092;28.2330097762459;18.970476127563;8.58913837399423;-1.11597587537567;-8.4667641986356;-12.1922085148784;-11.6481456572267;-6.92864903642429;1.15023750651133;11.1916010939264;21.4591987386325;30.1776695296637" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="175" cy="175" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="30.1776695296637;35.83951066243;37.4657383688644;34.7751631047092;28.2330097762459;18.970476127563;8.58913837399423;-1.11597587537567;-8.4667641986356;-12.1922085148784;-11.6481456572267;-6.92864903642429;1.15023750651133;11.1916010939264;21.4591987386325;30.1776695296637" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="175" cy="225" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="33.2867403075636;37.1389014764519;36.7307727426689;32.1329232720186;24.1403630081278;14.1350782307536;3.84707357306267;-4.944761496042;-10.7202388217981;-12.4807259060181;-9.92181853831721;-3.48597504951463;5.71398875337314;16.0873155497795;25.8403628978903;33.2867403075636" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="175" cy="275" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="35.5969883127822;37.4914331243889;35.0646321087465;28.7362012082546;19.6003836175981;9.23684519449872;-0.56246411789872;-8.10315471555039;-12.0813726890989;-11.8092480099419;-7.33383350728088;0.571030993509762;10.5385226068039;20.8451714808443;29.7088643923438;35.5969883127822" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="175" cy="325" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.0196320100808;36.8835580127128;32.5313453172765;24.7155310374239;14.7875404665851;4.46401336742096;-4.47001863832354;-10.4697802537224;-12.4978581893502;-10.203579345627;-3.98364537750173;5.0864606256107;15.4384349364459;25.2823271519263;32.916038879042;37.0196320100808" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="175" cy="375" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.5;35.338636441065;29.2282651589715;20.2254248593737;9.88678841830867;5.32907051820075e-15;-7.72542485937368;-11.9536900183451;-11.9536900183451;-7.72542485937369;-1.06581410364015e-14;9.88678841830864;20.2254248593737;29.2282651589714;35.338636441065;37.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="175" cy="425" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.0196320100808;32.916038879042;25.2823271519263;15.4384349364459;5.08646062561073;-3.98364537750171;-10.203579345627;-12.4978581893502;-10.4697802537225;-4.47001863832354;4.46401336742095;14.787540466585;24.7155310374239;32.5313453172765;36.8835580127128;37.0196320100808" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="175" cy="475" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="35.5969883127822;29.7088643923438;20.8451714808443;10.5385226068039;0.571030993509789;-7.33383350728087;-11.8092480099419;-12.0813726890989;-8.1031547155504;-0.562464117898717;9.23684519449869;19.6003836175981;28.7362012082546;35.0646321087465;37.4914331243889;35.5969883127822" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="175" cy="525" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="33.2867403075636;25.8403628978903;16.0873155497795;5.71398875337315;-3.48597504951461;-9.9218185383172;-12.4807259060181;-10.7202388217981;-4.94476149604202;3.84707357306267;14.1350782307536;24.1403630081278;32.1329232720186;36.7307727426689;37.1389014764519;33.2867403075636" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="175" cy="575" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="30.1776695296637;21.4591987386325;11.1916010939264;1.15023750651133;-6.92864903642426;-11.6481456572267;-12.1922085148784;-8.46676419863561;-1.11597587537567;8.58913837399422;18.970476127563;28.2330097762459;34.7751631047092;37.4657383688644;35.83951066243;30.1776695296637" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="175" cy="625" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="26.3892558254901;16.7337375962256;6.34616767427517;-2.97734873274585;-9.62469093657604;-12.4464730809651;-10.9547833980621;-5.40754858561636;3.23606406225408;13.4814953939767;23.557217255475;31.7210458018365;36.5613809113412;37.2412846704918;33.6431955425993;26.3892558254901" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="175" cy="675" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="22.0670858091272;11.8455762923032;1.73722257979263;-6.51014914000076;-11.4704933717048;-12.2861215343453;-8.81600410885232;-1.66015592312082;7.9441118626963;18.3361340963976;27.719035725218;34.4704278165491;37.4229333433282;36.0660372773045;30.6343592753072;22.0670858091273" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="175" cy="725" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="17.3772580504032;6.98256412446248;-2.45811501426646;-9.31240017681992;-12.3951231893665;-11.1732532373776;-5.85806273589215;2.6314035903933;12.8272398892836;22.9664934384357;31.2959951869744;36.3754986114297;37.3267114238732;33.9851602875363;26.9286297509309;17.3772580504032" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="175" cy="775" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="12.5;2.331583923105;-6.07862063693485;-11.2764129073788;-12.3630473842068;-9.15063509461098;-2.19463130731183;7.302207729556;17.697792270444;27.1946313073118;34.150635094611;37.3630473842068;36.2764129073788;31.0786206369349;22.668416076895;12.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="225" cy="25" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="33.2867403075636;37.1389014764519;36.7307727426689;32.1329232720186;24.1403630081278;14.1350782307536;3.84707357306267;-4.944761496042;-10.7202388217981;-12.4807259060181;-9.92181853831721;-3.48597504951463;5.71398875337314;16.0873155497795;25.8403628978903;33.2867403075636" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="225" cy="75" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="33.2867403075636;37.1389014764519;36.7307727426689;32.1329232720186;24.1403630081278;14.1350782307536;3.84707357306267;-4.944761496042;-10.7202388217981;-12.4807259060181;-9.92181853831721;-3.48597504951463;5.71398875337314;16.0873155497795;25.8403628978903;33.2867403075636" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="225" cy="125" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="33.2867403075636;37.1389014764519;36.7307727426689;32.1329232720186;24.1403630081278;14.1350782307536;3.84707357306267;-4.944761496042;-10.7202388217981;-12.4807259060181;-9.92181853831721;-3.48597504951463;5.71398875337314;16.0873155497795;25.8403628978903;33.2867403075636" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="225" cy="175" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="33.2867403075636;37.1389014764519;36.7307727426689;32.1329232720186;24.1403630081278;14.1350782307536;3.84707357306267;-4.944761496042;-10.7202388217981;-12.4807259060181;-9.92181853831721;-3.48597504951463;5.71398875337314;16.0873155497795;25.8403628978903;33.2867403075636" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="225" cy="225" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="33.2867403075636;37.1389014764519;36.7307727426689;32.1329232720186;24.1403630081278;14.1350782307536;3.84707357306267;-4.944761496042;-10.7202388217981;-12.4807259060181;-9.92181853831721;-3.48597504951463;5.71398875337314;16.0873155497795;25.8403628978903;33.2867403075636" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="225" cy="275" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="35.5969883127822;37.4914331243889;35.0646321087465;28.7362012082546;19.6003836175981;9.23684519449872;-0.56246411789872;-8.10315471555039;-12.0813726890989;-11.8092480099419;-7.33383350728088;0.571030993509762;10.5385226068039;20.8451714808443;29.7088643923438;35.5969883127822" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="225" cy="325" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.0196320100808;36.8835580127128;32.5313453172765;24.7155310374239;14.7875404665851;4.46401336742096;-4.47001863832354;-10.4697802537224;-12.4978581893502;-10.203579345627;-3.98364537750173;5.0864606256107;15.4384349364459;25.2823271519263;32.916038879042;37.0196320100808" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="225" cy="375" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.5;35.338636441065;29.2282651589715;20.2254248593737;9.88678841830867;5.32907051820075e-15;-7.72542485937368;-11.9536900183451;-11.9536900183451;-7.72542485937369;-1.06581410364015e-14;9.88678841830864;20.2254248593737;29.2282651589714;35.338636441065;37.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="225" cy="425" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.0196320100808;32.916038879042;25.2823271519263;15.4384349364459;5.08646062561073;-3.98364537750171;-10.203579345627;-12.4978581893502;-10.4697802537225;-4.47001863832354;4.46401336742095;14.787540466585;24.7155310374239;32.5313453172765;36.8835580127128;37.0196320100808" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="225" cy="475" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="35.5969883127822;29.7088643923438;20.8451714808443;10.5385226068039;0.571030993509789;-7.33383350728087;-11.8092480099419;-12.0813726890989;-8.1031547155504;-0.562464117898717;9.23684519449869;19.6003836175981;28.7362012082546;35.0646321087465;37.4914331243889;35.5969883127822" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="225" cy="525" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="33.2867403075636;25.8403628978903;16.0873155497795;5.71398875337315;-3.48597504951461;-9.9218185383172;-12.4807259060181;-10.7202388217981;-4.94476149604202;3.84707357306267;14.1350782307536;24.1403630081278;32.1329232720186;36.7307727426689;37.1389014764519;33.2867403075636" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="225" cy="575" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="30.1776695296637;21.4591987386325;11.1916010939264;1.15023750651133;-6.92864903642426;-11.6481456572267;-12.1922085148784;-8.46676419863561;-1.11597587537567;8.58913837399422;18.970476127563;28.2330097762459;34.7751631047092;37.4657383688644;35.83951066243;30.1776695296637" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="225" cy="625" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="26.3892558254901;16.7337375962256;6.34616767427517;-2.97734873274585;-9.62469093657604;-12.4464730809651;-10.9547833980621;-5.40754858561636;3.23606406225408;13.4814953939767;23.557217255475;31.7210458018365;36.5613809113412;37.2412846704918;33.6431955425993;26.3892558254901" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="225" cy="675" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="22.0670858091272;11.8455762923032;1.73722257979263;-6.51014914000076;-11.4704933717048;-12.2861215343453;-8.81600410885232;-1.66015592312082;7.9441118626963;18.3361340963976;27.719035725218;34.4704278165491;37.4229333433282;36.0660372773045;30.6343592753072;22.0670858091273" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="225" cy="725" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="17.3772580504032;6.98256412446248;-2.45811501426646;-9.31240017681992;-12.3951231893665;-11.1732532373776;-5.85806273589215;2.6314035903933;12.8272398892836;22.9664934384357;31.2959951869744;36.3754986114297;37.3267114238732;33.9851602875363;26.9286297509309;17.3772580504032" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="225" cy="775" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="12.5;2.331583923105;-6.07862063693485;-11.2764129073788;-12.3630473842068;-9.15063509461098;-2.19463130731183;7.302207729556;17.697792270444;27.1946313073118;34.150635094611;37.3630473842068;36.2764129073788;31.0786206369349;22.668416076895;12.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="275" cy="25" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="35.5969883127822;37.4914331243889;35.0646321087465;28.7362012082546;19.6003836175981;9.23684519449872;-0.56246411789872;-8.10315471555039;-12.0813726890989;-11.8092480099419;-7.33383350728088;0.571030993509762;10.5385226068039;20.8451714808443;29.7088643923438;35.5969883127822" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="275" cy="75" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="35.5969883127822;37.4914331243889;35.0646321087465;28.7362012082546;19.6003836175981;9.23684519449872;-0.56246411789872;-8.10315471555039;-12.0813726890989;-11.8092480099419;-7.33383350728088;0.571030993509762;10.5385226068039;20.8451714808443;29.7088643923438;35.5969883127822" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="275" cy="125" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="35.5969883127822;37.4914331243889;35.0646321087465;28.7362012082546;19.6003836175981;9.23684519449872;-0.56246411789872;-8.10315471555039;-12.0813726890989;-11.8092480099419;-7.33383350728088;0.571030993509762;10.5385226068039;20.8451714808443;29.7088643923438;35.5969883127822" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="275" cy="175" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="35.5969883127822;37.4914331243889;35.0646321087465;28.7362012082546;19.6003836175981;9.23684519449872;-0.56246411789872;-8.10315471555039;-12.0813726890989;-11.8092480099419;-7.33383350728088;0.571030993509762;10.5385226068039;20.8451714808443;29.7088643923438;35.5969883127822" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="275" cy="225" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="35.5969883127822;37.4914331243889;35.0646321087465;28.7362012082546;19.6003836175981;9.23684519449872;-0.56246411789872;-8.10315471555039;-12.0813726890989;-11.8092480099419;-7.33383350728088;0.571030993509762;10.5385226068039;20.8451714808443;29.7088643923438;35.5969883127822" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="275" cy="275" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="35.5969883127822;37.4914331243889;35.0646321087465;28.7362012082546;19.6003836175981;9.23684519449872;-0.56246411789872;-8.10315471555039;-12.0813726890989;-11.8092480099419;-7.33383350728088;0.571030993509762;10.5385226068039;20.8451714808443;29.7088643923438;35.5969883127822" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="275" cy="325" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.0196320100808;36.8835580127128;32.5313453172765;24.7155310374239;14.7875404665851;4.46401336742096;-4.47001863832354;-10.4697802537224;-12.4978581893502;-10.203579345627;-3.98364537750173;5.0864606256107;15.4384349364459;25.2823271519263;32.916038879042;37.0196320100808" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="275" cy="375" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.5;35.338636441065;29.2282651589715;20.2254248593737;9.88678841830867;5.32907051820075e-15;-7.72542485937368;-11.9536900183451;-11.9536900183451;-7.72542485937369;-1.06581410364015e-14;9.88678841830864;20.2254248593737;29.2282651589714;35.338636441065;37.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="275" cy="425" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.0196320100808;32.916038879042;25.2823271519263;15.4384349364459;5.08646062561073;-3.98364537750171;-10.203579345627;-12.4978581893502;-10.4697802537225;-4.47001863832354;4.46401336742095;14.787540466585;24.7155310374239;32.5313453172765;36.8835580127128;37.0196320100808" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="275" cy="475" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="35.5969883127822;29.7088643923438;20.8451714808443;10.5385226068039;0.571030993509789;-7.33383350728087;-11.8092480099419;-12.0813726890989;-8.1031547155504;-0.562464117898717;9.23684519449869;19.6003836175981;28.7362012082546;35.0646321087465;37.4914331243889;35.5969883127822" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="275" cy="525" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="33.2867403075636;25.8403628978903;16.0873155497795;5.71398875337315;-3.48597504951461;-9.9218185383172;-12.4807259060181;-10.7202388217981;-4.94476149604202;3.84707357306267;14.1350782307536;24.1403630081278;32.1329232720186;36.7307727426689;37.1389014764519;33.2867403075636" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="275" cy="575" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="30.1776695296637;21.4591987386325;11.1916010939264;1.15023750651133;-6.92864903642426;-11.6481456572267;-12.1922085148784;-8.46676419863561;-1.11597587537567;8.58913837399422;18.970476127563;28.2330097762459;34.7751631047092;37.4657383688644;35.83951066243;30.1776695296637" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="275" cy="625" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="26.3892558254901;16.7337375962256;6.34616767427517;-2.97734873274585;-9.62469093657604;-12.4464730809651;-10.9547833980621;-5.40754858561636;3.23606406225408;13.4814953939767;23.557217255475;31.7210458018365;36.5613809113412;37.2412846704918;33.6431955425993;26.3892558254901" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="275" cy="675" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="22.0670858091272;11.8455762923032;1.73722257979263;-6.51014914000076;-11.4704933717048;-12.2861215343453;-8.81600410885232;-1.66015592312082;7.9441118626963;18.3361340963976;27.719035725218;34.4704278165491;37.4229333433282;36.0660372773045;30.6343592753072;22.0670858091273" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="275" cy="725" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="17.3772580504032;6.98256412446248;-2.45811501426646;-9.31240017681992;-12.3951231893665;-11.1732532373776;-5.85806273589215;2.6314035903933;12.8272398892836;22.9664934384357;31.2959951869744;36.3754986114297;37.3267114238732;33.9851602875363;26.9286297509309;17.3772580504032" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="275" cy="775" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="12.5;2.331583923105;-6.07862063693485;-11.2764129073788;-12.3630473842068;-9.15063509461098;-2.19463130731183;7.302207729556;17.697792270444;27.1946313073118;34.150635094611;37.3630473842068;36.2764129073788;31.0786206369349;22.668416076895;12.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="325" cy="25" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.0196320100808;36.8835580127128;32.5313453172765;24.7155310374239;14.7875404665851;4.46401336742096;-4.47001863832354;-10.4697802537224;-12.4978581893502;-10.203579345627;-3.98364537750173;5.0864606256107;15.4384349364459;25.2823271519263;32.916038879042;37.0196320100808" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="325" cy="75" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.0196320100808;36.8835580127128;32.5313453172765;24.7155310374239;14.7875404665851;4.46401336742096;-4.47001863832354;-10.4697802537224;-12.4978581893502;-10.203579345627;-3.98364537750173;5.0864606256107;15.4384349364459;25.2823271519263;32.916038879042;37.0196320100808" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="325" cy="125" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.0196320100808;36.8835580127128;32.5313453172765;24.7155310374239;14.7875404665851;4.46401336742096;-4.47001863832354;-10.4697802537224;-12.4978581893502;-10.203579345627;-3.98364537750173;5.0864606256107;15.4384349364459;25.2823271519263;32.916038879042;37.0196320100808" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="325" cy="175" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.0196320100808;36.8835580127128;32.5313453172765;24.7155310374239;14.7875404665851;4.46401336742096;-4.47001863832354;-10.4697802537224;-12.4978581893502;-10.203579345627;-3.98364537750173;5.0864606256107;15.4384349364459;25.2823271519263;32.916038879042;37.0196320100808" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="325" cy="225" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.0196320100808;36.8835580127128;32.5313453172765;24.7155310374239;14.7875404665851;4.46401336742096;-4.47001863832354;-10.4697802537224;-12.4978581893502;-10.203579345627;-3.98364537750173;5.0864606256107;15.4384349364459;25.2823271519263;32.916038879042;37.0196320100808" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="325" cy="275" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.0196320100808;36.8835580127128;32.5313453172765;24.7155310374239;14.7875404665851;4.46401336742096;-4.47001863832354;-10.4697802537224;-12.4978581893502;-10.203579345627;-3.98364537750173;5.0864606256107;15.4384349364459;25.2823271519263;32.916038879042;37.0196320100808" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="325" cy="325" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.0196320100808;36.8835580127128;32.5313453172765;24.7155310374239;14.7875404665851;4.46401336742096;-4.47001863832354;-10.4697802537224;-12.4978581893502;-10.203579345627;-3.98364537750173;5.0864606256107;15.4384349364459;25.2823271519263;32.916038879042;37.0196320100808" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="325" cy="375" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.5;35.338636441065;29.2282651589715;20.2254248593737;9.88678841830867;5.32907051820075e-15;-7.72542485937368;-11.9536900183451;-11.9536900183451;-7.72542485937369;-1.06581410364015e-14;9.88678841830864;20.2254248593737;29.2282651589714;35.338636441065;37.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="325" cy="425" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.0196320100808;32.916038879042;25.2823271519263;15.4384349364459;5.08646062561073;-3.98364537750171;-10.203579345627;-12.4978581893502;-10.4697802537225;-4.47001863832354;4.46401336742095;14.787540466585;24.7155310374239;32.5313453172765;36.8835580127128;37.0196320100808" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="325" cy="475" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="35.5969883127822;29.7088643923438;20.8451714808443;10.5385226068039;0.571030993509789;-7.33383350728087;-11.8092480099419;-12.0813726890989;-8.1031547155504;-0.562464117898717;9.23684519449869;19.6003836175981;28.7362012082546;35.0646321087465;37.4914331243889;35.5969883127822" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="325" cy="525" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="33.2867403075636;25.8403628978903;16.0873155497795;5.71398875337315;-3.48597504951461;-9.9218185383172;-12.4807259060181;-10.7202388217981;-4.94476149604202;3.84707357306267;14.1350782307536;24.1403630081278;32.1329232720186;36.7307727426689;37.1389014764519;33.2867403075636" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="325" cy="575" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="30.1776695296637;21.4591987386325;11.1916010939264;1.15023750651133;-6.92864903642426;-11.6481456572267;-12.1922085148784;-8.46676419863561;-1.11597587537567;8.58913837399422;18.970476127563;28.2330097762459;34.7751631047092;37.4657383688644;35.83951066243;30.1776695296637" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="325" cy="625" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="26.3892558254901;16.7337375962256;6.34616767427517;-2.97734873274585;-9.62469093657604;-12.4464730809651;-10.9547833980621;-5.40754858561636;3.23606406225408;13.4814953939767;23.557217255475;31.7210458018365;36.5613809113412;37.2412846704918;33.6431955425993;26.3892558254901" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="325" cy="675" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="22.0670858091272;11.8455762923032;1.73722257979263;-6.51014914000076;-11.4704933717048;-12.2861215343453;-8.81600410885232;-1.66015592312082;7.9441118626963;18.3361340963976;27.719035725218;34.4704278165491;37.4229333433282;36.0660372773045;30.6343592753072;22.0670858091273" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="325" cy="725" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="17.3772580504032;6.98256412446248;-2.45811501426646;-9.31240017681992;-12.3951231893665;-11.1732532373776;-5.85806273589215;2.6314035903933;12.8272398892836;22.9664934384357;31.2959951869744;36.3754986114297;37.3267114238732;33.9851602875363;26.9286297509309;17.3772580504032" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="325" cy="775" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="12.5;2.331583923105;-6.07862063693485;-11.2764129073788;-12.3630473842068;-9.15063509461098;-2.19463130731183;7.302207729556;17.697792270444;27.1946313073118;34.150635094611;37.3630473842068;36.2764129073788;31.0786206369349;22.668416076895;12.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="375" cy="25" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.5;35.338636441065;29.2282651589715;20.2254248593737;9.88678841830867;5.32907051820075e-15;-7.72542485937368;-11.9536900183451;-11.9536900183451;-7.72542485937369;-1.06581410364015e-14;9.88678841830864;20.2254248593737;29.2282651589714;35.338636441065;37.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="375" cy="75" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.5;35.338636441065;29.2282651589715;20.2254248593737;9.88678841830867;5.32907051820075e-15;-7.72542485937368;-11.9536900183451;-11.9536900183451;-7.72542485937369;-1.06581410364015e-14;9.88678841830864;20.2254248593737;29.2282651589714;35.338636441065;37.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="375" cy="125" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.5;35.338636441065;29.2282651589715;20.2254248593737;9.88678841830867;5.32907051820075e-15;-7.72542485937368;-11.9536900183451;-11.9536900183451;-7.72542485937369;-1.06581410364015e-14;9.88678841830864;20.2254248593737;29.2282651589714;35.338636441065;37.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="375" cy="175" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.5;35.338636441065;29.2282651589715;20.2254248593737;9.88678841830867;5.32907051820075e-15;-7.72542485937368;-11.9536900183451;-11.9536900183451;-7.72542485937369;-1.06581410364015e-14;9.88678841830864;20.2254248593737;29.2282651589714;35.338636441065;37.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="375" cy="225" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.5;35.338636441065;29.2282651589715;20.2254248593737;9.88678841830867;5.32907051820075e-15;-7.72542485937368;-11.9536900183451;-11.9536900183451;-7.72542485937369;-1.06581410364015e-14;9.88678841830864;20.2254248593737;29.2282651589714;35.338636441065;37.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="375" cy="275" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.5;35.338636441065;29.2282651589715;20.2254248593737;9.88678841830867;5.32907051820075e-15;-7.72542485937368;-11.9536900183451;-11.9536900183451;-7.72542485937369;-1.06581410364015e-14;9.88678841830864;20.2254248593737;29.2282651589714;35.338636441065;37.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="375" cy="325" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.5;35.338636441065;29.2282651589715;20.2254248593737;9.88678841830867;5.32907051820075e-15;-7.72542485937368;-11.9536900183451;-11.9536900183451;-7.72542485937369;-1.06581410364015e-14;9.88678841830864;20.2254248593737;29.2282651589714;35.338636441065;37.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="375" cy="375" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.5;35.338636441065;29.2282651589715;20.2254248593737;9.88678841830867;5.32907051820075e-15;-7.72542485937368;-11.9536900183451;-11.9536900183451;-7.72542485937369;-1.06581410364015e-14;9.88678841830864;20.2254248593737;29.2282651589714;35.338636441065;37.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="375" cy="425" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.0196320100808;32.916038879042;25.2823271519263;15.4384349364459;5.08646062561073;-3.98364537750171;-10.203579345627;-12.4978581893502;-10.4697802537225;-4.47001863832354;4.46401336742095;14.787540466585;24.7155310374239;32.5313453172765;36.8835580127128;37.0196320100808" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="375" cy="475" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="35.5969883127822;29.7088643923438;20.8451714808443;10.5385226068039;0.571030993509789;-7.33383350728087;-11.8092480099419;-12.0813726890989;-8.1031547155504;-0.562464117898717;9.23684519449869;19.6003836175981;28.7362012082546;35.0646321087465;37.4914331243889;35.5969883127822" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="375" cy="525" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="33.2867403075636;25.8403628978903;16.0873155497795;5.71398875337315;-3.48597504951461;-9.9218185383172;-12.4807259060181;-10.7202388217981;-4.94476149604202;3.84707357306267;14.1350782307536;24.1403630081278;32.1329232720186;36.7307727426689;37.1389014764519;33.2867403075636" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="375" cy="575" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="30.1776695296637;21.4591987386325;11.1916010939264;1.15023750651133;-6.92864903642426;-11.6481456572267;-12.1922085148784;-8.46676419863561;-1.11597587537567;8.58913837399422;18.970476127563;28.2330097762459;34.7751631047092;37.4657383688644;35.83951066243;30.1776695296637" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="375" cy="625" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="26.3892558254901;16.7337375962256;6.34616767427517;-2.97734873274585;-9.62469093657604;-12.4464730809651;-10.9547833980621;-5.40754858561636;3.23606406225408;13.4814953939767;23.557217255475;31.7210458018365;36.5613809113412;37.2412846704918;33.6431955425993;26.3892558254901" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="375" cy="675" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="22.0670858091272;11.8455762923032;1.73722257979263;-6.51014914000076;-11.4704933717048;-12.2861215343453;-8.81600410885232;-1.66015592312082;7.9441118626963;18.3361340963976;27.719035725218;34.4704278165491;37.4229333433282;36.0660372773045;30.6343592753072;22.0670858091273" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="375" cy="725" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="17.3772580504032;6.98256412446248;-2.45811501426646;-9.31240017681992;-12.3951231893665;-11.1732532373776;-5.85806273589215;2.6314035903933;12.8272398892836;22.9664934384357;31.2959951869744;36.3754986114297;37.3267114238732;33.9851602875363;26.9286297509309;17.3772580504032" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="375" cy="775" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="12.5;2.331583923105;-6.07862063693485;-11.2764129073788;-12.3630473842068;-9.15063509461098;-2.19463130731183;7.302207729556;17.697792270444;27.1946313073118;34.150635094611;37.3630473842068;36.2764129073788;31.0786206369349;22.668416076895;12.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="425" cy="25" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.0196320100808;32.916038879042;25.2823271519263;15.4384349364459;5.08646062561073;-3.98364537750171;-10.203579345627;-12.4978581893502;-10.4697802537225;-4.47001863832354;4.46401336742095;14.787540466585;24.7155310374239;32.5313453172765;36.8835580127128;37.0196320100808" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="425" cy="75" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.0196320100808;32.916038879042;25.2823271519263;15.4384349364459;5.08646062561073;-3.98364537750171;-10.203579345627;-12.4978581893502;-10.4697802537225;-4.47001863832354;4.46401336742095;14.787540466585;24.7155310374239;32.5313453172765;36.8835580127128;37.0196320100808" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="425" cy="125" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.0196320100808;32.916038879042;25.2823271519263;15.4384349364459;5.08646062561073;-3.98364537750171;-10.203579345627;-12.4978581893502;-10.4697802537225;-4.47001863832354;4.46401336742095;14.787540466585;24.7155310374239;32.5313453172765;36.8835580127128;37.0196320100808" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="425" cy="175" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.0196320100808;32.916038879042;25.2823271519263;15.4384349364459;5.08646062561073;-3.98364537750171;-10.203579345627;-12.4978581893502;-10.4697802537225;-4.47001863832354;4.46401336742095;14.787540466585;24.7155310374239;32.5313453172765;36.8835580127128;37.0196320100808" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="425" cy="225" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.0196320100808;32.916038879042;25.2823271519263;15.4384349364459;5.08646062561073;-3.98364537750171;-10.203579345627;-12.4978581893502;-10.4697802537225;-4.47001863832354;4.46401336742095;14.787540466585;24.7155310374239;32.5313453172765;36.8835580127128;37.0196320100808" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="425" cy="275" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.0196320100808;32.916038879042;25.2823271519263;15.4384349364459;5.08646062561073;-3.98364537750171;-10.203579345627;-12.4978581893502;-10.4697802537225;-4.47001863832354;4.46401336742095;14.787540466585;24.7155310374239;32.5313453172765;36.8835580127128;37.0196320100808" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="425" cy="325" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.0196320100808;32.916038879042;25.2823271519263;15.4384349364459;5.08646062561073;-3.98364537750171;-10.203579345627;-12.4978581893502;-10.4697802537225;-4.47001863832354;4.46401336742095;14.787540466585;24.7155310374239;32.5313453172765;36.8835580127128;37.0196320100808" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="425" cy="375" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.0196320100808;32.916038879042;25.2823271519263;15.4384349364459;5.08646062561073;-3.98364537750171;-10.203579345627;-12.4978581893502;-10.4697802537225;-4.47001863832354;4.46401336742095;14.787540466585;24.7155310374239;32.5313453172765;36.8835580127128;37.0196320100808" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="425" cy="425" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="37.0196320100808;32.916038879042;25.2823271519263;15.4384349364459;5.08646062561073;-3.98364537750171;-10.203579345627;-12.4978581893502;-10.4697802537225;-4.47001863832354;4.46401336742095;14.787540466585;24.7155310374239;32.5313453172765;36.8835580127128;37.0196320100808" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="425" cy="475" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="35.5969883127822;29.7088643923438;20.8451714808443;10.5385226068039;0.571030993509789;-7.33383350728087;-11.8092480099419;-12.0813726890989;-8.1031547155504;-0.562464117898717;9.23684519449869;19.6003836175981;28.7362012082546;35.0646321087465;37.4914331243889;35.5969883127822" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="425" cy="525" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="33.2867403075636;25.8403628978903;16.0873155497795;5.71398875337315;-3.48597504951461;-9.9218185383172;-12.4807259060181;-10.7202388217981;-4.94476149604202;3.84707357306267;14.1350782307536;24.1403630081278;32.1329232720186;36.7307727426689;37.1389014764519;33.2867403075636" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="425" cy="575" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="30.1776695296637;21.4591987386325;11.1916010939264;1.15023750651133;-6.92864903642426;-11.6481456572267;-12.1922085148784;-8.46676419863561;-1.11597587537567;8.58913837399422;18.970476127563;28.2330097762459;34.7751631047092;37.4657383688644;35.83951066243;30.1776695296637" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="425" cy="625" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="26.3892558254901;16.7337375962256;6.34616767427517;-2.97734873274585;-9.62469093657604;-12.4464730809651;-10.9547833980621;-5.40754858561636;3.23606406225408;13.4814953939767;23.557217255475;31.7210458018365;36.5613809113412;37.2412846704918;33.6431955425993;26.3892558254901" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="425" cy="675" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="22.0670858091272;11.8455762923032;1.73722257979263;-6.51014914000076;-11.4704933717048;-12.2861215343453;-8.81600410885232;-1.66015592312082;7.9441118626963;18.3361340963976;27.719035725218;34.4704278165491;37.4229333433282;36.0660372773045;30.6343592753072;22.0670858091273" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="425" cy="725" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="17.3772580504032;6.98256412446248;-2.45811501426646;-9.31240017681992;-12.3951231893665;-11.1732532373776;-5.85806273589215;2.6314035903933;12.8272398892836;22.9664934384357;31.2959951869744;36.3754986114297;37.3267114238732;33.9851602875363;26.9286297509309;17.3772580504032" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="425" cy="775" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="12.5;2.331583923105;-6.07862063693485;-11.2764129073788;-12.3630473842068;-9.15063509461098;-2.19463130731183;7.302207729556;17.697792270444;27.1946313073118;34.150635094611;37.3630473842068;36.2764129073788;31.0786206369349;22.668416076895;12.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="475" cy="25" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="35.5969883127822;29.7088643923438;20.8451714808443;10.5385226068039;0.571030993509789;-7.33383350728087;-11.8092480099419;-12.0813726890989;-8.1031547155504;-0.562464117898717;9.23684519449869;19.6003836175981;28.7362012082546;35.0646321087465;37.4914331243889;35.5969883127822" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="475" cy="75" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="35.5969883127822;29.7088643923438;20.8451714808443;10.5385226068039;0.571030993509789;-7.33383350728087;-11.8092480099419;-12.0813726890989;-8.1031547155504;-0.562464117898717;9.23684519449869;19.6003836175981;28.7362012082546;35.0646321087465;37.4914331243889;35.5969883127822" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="475" cy="125" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="35.5969883127822;29.7088643923438;20.8451714808443;10.5385226068039;0.571030993509789;-7.33383350728087;-11.8092480099419;-12.0813726890989;-8.1031547155504;-0.562464117898717;9.23684519449869;19.6003836175981;28.7362012082546;35.0646321087465;37.4914331243889;35.5969883127822" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="475" cy="175" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="35.5969883127822;29.7088643923438;20.8451714808443;10.5385226068039;0.571030993509789;-7.33383350728087;-11.8092480099419;-12.0813726890989;-8.1031547155504;-0.562464117898717;9.23684519449869;19.6003836175981;28.7362012082546;35.0646321087465;37.4914331243889;35.5969883127822" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="475" cy="225" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="35.5969883127822;29.7088643923438;20.8451714808443;10.5385226068039;0.571030993509789;-7.33383350728087;-11.8092480099419;-12.0813726890989;-8.1031547155504;-0.562464117898717;9.23684519449869;19.6003836175981;28.7362012082546;35.0646321087465;37.4914331243889;35.5969883127822" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="475" cy="275" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="35.5969883127822;29.7088643923438;20.8451714808443;10.5385226068039;0.571030993509789;-7.33383350728087;-11.8092480099419;-12.0813726890989;-8.1031547155504;-0.562464117898717;9.23684519449869;19.6003836175981;28.7362012082546;35.0646321087465;37.4914331243889;35.5969883127822" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="475" cy="325" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="35.5969883127822;29.7088643923438;20.8451714808443;10.5385226068039;0.571030993509789;-7.33383350728087;-11.8092480099419;-12.0813726890989;-8.1031547155504;-0.562464117898717;9.23684519449869;19.6003836175981;28.7362012082546;35.0646321087465;37.4914331243889;35.5969883127822" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="475" cy="375" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="35.5969883127822;29.7088643923438;20.8451714808443;10.5385226068039;0.571030993509789;-7.33383350728087;-11.8092480099419;-12.0813726890989;-8.1031547155504;-0.562464117898717;9.23684519449869;19.6003836175981;28.7362012082546;35.0646321087465;37.4914331243889;35.5969883127822" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="475" cy="425" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="35.5969883127822;29.7088643923438;20.8451714808443;10.5385226068039;0.571030993509789;-7.33383350728087;-11.8092480099419;-12.0813726890989;-8.1031547155504;-0.562464117898717;9.23684519449869;19.6003836175981;28.7362012082546;35.0646321087465;37.4914331243889;35.5969883127822" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="475" cy="475" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="35.5969883127822;29.7088643923438;20.8451714808443;10.5385226068039;0.571030993509789;-7.33383350728087;-11.8092480099419;-12.0813726890989;-8.1031547155504;-0.562464117898717;9.23684519449869;19.6003836175981;28.7362012082546;35.0646321087465;37.4914331243889;35.5969883127822" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="475" cy="525" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="33.2867403075636;25.8403628978903;16.0873155497795;5.71398875337315;-3.48597504951461;-9.9218185383172;-12.4807259060181;-10.7202388217981;-4.94476149604202;3.84707357306267;14.1350782307536;24.1403630081278;32.1329232720186;36.7307727426689;37.1389014764519;33.2867403075636" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="475" cy="575" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="30.1776695296637;21.4591987386325;11.1916010939264;1.15023750651133;-6.92864903642426;-11.6481456572267;-12.1922085148784;-8.46676419863561;-1.11597587537567;8.58913837399422;18.970476127563;28.2330097762459;34.7751631047092;37.4657383688644;35.83951066243;30.1776695296637" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="475" cy="625" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="26.3892558254901;16.7337375962256;6.34616767427517;-2.97734873274585;-9.62469093657604;-12.4464730809651;-10.9547833980621;-5.40754858561636;3.23606406225408;13.4814953939767;23.557217255475;31.7210458018365;36.5613809113412;37.2412846704918;33.6431955425993;26.3892558254901" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="475" cy="675" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="22.0670858091272;11.8455762923032;1.73722257979263;-6.51014914000076;-11.4704933717048;-12.2861215343453;-8.81600410885232;-1.66015592312082;7.9441118626963;18.3361340963976;27.719035725218;34.4704278165491;37.4229333433282;36.0660372773045;30.6343592753072;22.0670858091273" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="475" cy="725" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="17.3772580504032;6.98256412446248;-2.45811501426646;-9.31240017681992;-12.3951231893665;-11.1732532373776;-5.85806273589215;2.6314035903933;12.8272398892836;22.9664934384357;31.2959951869744;36.3754986114297;37.3267114238732;33.9851602875363;26.9286297509309;17.3772580504032" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="475" cy="775" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="12.5;2.331583923105;-6.07862063693485;-11.2764129073788;-12.3630473842068;-9.15063509461098;-2.19463130731183;7.302207729556;17.697792270444;27.1946313073118;34.150635094611;37.3630473842068;36.2764129073788;31.0786206369349;22.668416076895;12.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="525" cy="25" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="33.2867403075636;25.8403628978903;16.0873155497795;5.71398875337315;-3.48597504951461;-9.9218185383172;-12.4807259060181;-10.7202388217981;-4.94476149604202;3.84707357306267;14.1350782307536;24.1403630081278;32.1329232720186;36.7307727426689;37.1389014764519;33.2867403075636" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="525" cy="75" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="33.2867403075636;25.8403628978903;16.0873155497795;5.71398875337315;-3.48597504951461;-9.9218185383172;-12.4807259060181;-10.7202388217981;-4.94476149604202;3.84707357306267;14.1350782307536;24.1403630081278;32.1329232720186;36.7307727426689;37.1389014764519;33.2867403075636" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="525" cy="125" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="33.2867403075636;25.8403628978903;16.0873155497795;5.71398875337315;-3.48597504951461;-9.9218185383172;-12.4807259060181;-10.7202388217981;-4.94476149604202;3.84707357306267;14.1350782307536;24.1403630081278;32.1329232720186;36.7307727426689;37.1389014764519;33.2867403075636" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="525" cy="175" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="33.2867403075636;25.8403628978903;16.0873155497795;5.71398875337315;-3.48597504951461;-9.9218185383172;-12.4807259060181;-10.7202388217981;-4.94476149604202;3.84707357306267;14.1350782307536;24.1403630081278;32.1329232720186;36.7307727426689;37.1389014764519;33.2867403075636" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="525" cy="225" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="33.2867403075636;25.8403628978903;16.0873155497795;5.71398875337315;-3.48597504951461;-9.9218185383172;-12.4807259060181;-10.7202388217981;-4.94476149604202;3.84707357306267;14.1350782307536;24.1403630081278;32.1329232720186;36.7307727426689;37.1389014764519;33.2867403075636" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="525" cy="275" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="33.2867403075636;25.8403628978903;16.0873155497795;5.71398875337315;-3.48597504951461;-9.9218185383172;-12.4807259060181;-10.7202388217981;-4.94476149604202;3.84707357306267;14.1350782307536;24.1403630081278;32.1329232720186;36.7307727426689;37.1389014764519;33.2867403075636" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="525" cy="325" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="33.2867403075636;25.8403628978903;16.0873155497795;5.71398875337315;-3.48597504951461;-9.9218185383172;-12.4807259060181;-10.7202388217981;-4.94476149604202;3.84707357306267;14.1350782307536;24.1403630081278;32.1329232720186;36.7307727426689;37.1389014764519;33.2867403075636" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="525" cy="375" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="33.2867403075636;25.8403628978903;16.0873155497795;5.71398875337315;-3.48597504951461;-9.9218185383172;-12.4807259060181;-10.7202388217981;-4.94476149604202;3.84707357306267;14.1350782307536;24.1403630081278;32.1329232720186;36.7307727426689;37.1389014764519;33.2867403075636" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="525" cy="425" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="33.2867403075636;25.8403628978903;16.0873155497795;5.71398875337315;-3.48597504951461;-9.9218185383172;-12.4807259060181;-10.7202388217981;-4.94476149604202;3.84707357306267;14.1350782307536;24.1403630081278;32.1329232720186;36.7307727426689;37.1389014764519;33.2867403075636" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="525" cy="475" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="33.2867403075636;25.8403628978903;16.0873155497795;5.71398875337315;-3.48597504951461;-9.9218185383172;-12.4807259060181;-10.7202388217981;-4.94476149604202;3.84707357306267;14.1350782307536;24.1403630081278;32.1329232720186;36.7307727426689;37.1389014764519;33.2867403075636" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="525" cy="525" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="33.2867403075636;25.8403628978903;16.0873155497795;5.71398875337315;-3.48597504951461;-9.9218185383172;-12.4807259060181;-10.7202388217981;-4.94476149604202;3.84707357306267;14.1350782307536;24.1403630081278;32.1329232720186;36.7307727426689;37.1389014764519;33.2867403075636" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="525" cy="575" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="30.1776695296637;21.4591987386325;11.1916010939264;1.15023750651133;-6.92864903642426;-11.6481456572267;-12.1922085148784;-8.46676419863561;-1.11597587537567;8.58913837399422;18.970476127563;28.2330097762459;34.7751631047092;37.4657383688644;35.83951066243;30.1776695296637" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="525" cy="625" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="26.3892558254901;16.7337375962256;6.34616767427517;-2.97734873274585;-9.62469093657604;-12.4464730809651;-10.9547833980621;-5.40754858561636;3.23606406225408;13.4814953939767;23.557217255475;31.7210458018365;36.5613809113412;37.2412846704918;33.6431955425993;26.3892558254901" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="525" cy="675" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="22.0670858091272;11.8455762923032;1.73722257979263;-6.51014914000076;-11.4704933717048;-12.2861215343453;-8.81600410885232;-1.66015592312082;7.9441118626963;18.3361340963976;27.719035725218;34.4704278165491;37.4229333433282;36.0660372773045;30.6343592753072;22.0670858091273" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="525" cy="725" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="17.3772580504032;6.98256412446248;-2.45811501426646;-9.31240017681992;-12.3951231893665;-11.1732532373776;-5.85806273589215;2.6314035903933;12.8272398892836;22.9664934384357;31.2959951869744;36.3754986114297;37.3267114238732;33.9851602875363;26.9286297509309;17.3772580504032" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="525" cy="775" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="12.5;2.331583923105;-6.07862063693485;-11.2764129073788;-12.3630473842068;-9.15063509461098;-2.19463130731183;7.302207729556;17.697792270444;27.1946313073118;34.150635094611;37.3630473842068;36.2764129073788;31.0786206369349;22.668416076895;12.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="575" cy="25" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="30.1776695296637;21.4591987386325;11.1916010939264;1.15023750651133;-6.92864903642426;-11.6481456572267;-12.1922085148784;-8.46676419863561;-1.11597587537567;8.58913837399422;18.970476127563;28.2330097762459;34.7751631047092;37.4657383688644;35.83951066243;30.1776695296637" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="575" cy="75" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="30.1776695296637;21.4591987386325;11.1916010939264;1.15023750651133;-6.92864903642426;-11.6481456572267;-12.1922085148784;-8.46676419863561;-1.11597587537567;8.58913837399422;18.970476127563;28.2330097762459;34.7751631047092;37.4657383688644;35.83951066243;30.1776695296637" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="575" cy="125" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="30.1776695296637;21.4591987386325;11.1916010939264;1.15023750651133;-6.92864903642426;-11.6481456572267;-12.1922085148784;-8.46676419863561;-1.11597587537567;8.58913837399422;18.970476127563;28.2330097762459;34.7751631047092;37.4657383688644;35.83951066243;30.1776695296637" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="575" cy="175" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="30.1776695296637;21.4591987386325;11.1916010939264;1.15023750651133;-6.92864903642426;-11.6481456572267;-12.1922085148784;-8.46676419863561;-1.11597587537567;8.58913837399422;18.970476127563;28.2330097762459;34.7751631047092;37.4657383688644;35.83951066243;30.1776695296637" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="575" cy="225" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="30.1776695296637;21.4591987386325;11.1916010939264;1.15023750651133;-6.92864903642426;-11.6481456572267;-12.1922085148784;-8.46676419863561;-1.11597587537567;8.58913837399422;18.970476127563;28.2330097762459;34.7751631047092;37.4657383688644;35.83951066243;30.1776695296637" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="575" cy="275" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="30.1776695296637;21.4591987386325;11.1916010939264;1.15023750651133;-6.92864903642426;-11.6481456572267;-12.1922085148784;-8.46676419863561;-1.11597587537567;8.58913837399422;18.970476127563;28.2330097762459;34.7751631047092;37.4657383688644;35.83951066243;30.1776695296637" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="575" cy="325" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="30.1776695296637;21.4591987386325;11.1916010939264;1.15023750651133;-6.92864903642426;-11.6481456572267;-12.1922085148784;-8.46676419863561;-1.11597587537567;8.58913837399422;18.970476127563;28.2330097762459;34.7751631047092;37.4657383688644;35.83951066243;30.1776695296637" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="575" cy="375" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="30.1776695296637;21.4591987386325;11.1916010939264;1.15023750651133;-6.92864903642426;-11.6481456572267;-12.1922085148784;-8.46676419863561;-1.11597587537567;8.58913837399422;18.970476127563;28.2330097762459;34.7751631047092;37.4657383688644;35.83951066243;30.1776695296637" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="575" cy="425" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="30.1776695296637;21.4591987386325;11.1916010939264;1.15023750651133;-6.92864903642426;-11.6481456572267;-12.1922085148784;-8.46676419863561;-1.11597587537567;8.58913837399422;18.970476127563;28.2330097762459;34.7751631047092;37.4657383688644;35.83951066243;30.1776695296637" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="575" cy="475" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="30.1776695296637;21.4591987386325;11.1916010939264;1.15023750651133;-6.92864903642426;-11.6481456572267;-12.1922085148784;-8.46676419863561;-1.11597587537567;8.58913837399422;18.970476127563;28.2330097762459;34.7751631047092;37.4657383688644;35.83951066243;30.1776695296637" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="575" cy="525" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="30.1776695296637;21.4591987386325;11.1916010939264;1.15023750651133;-6.92864903642426;-11.6481456572267;-12.1922085148784;-8.46676419863561;-1.11597587537567;8.58913837399422;18.970476127563;28.2330097762459;34.7751631047092;37.4657383688644;35.83951066243;30.1776695296637" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="575" cy="575" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="30.1776695296637;21.4591987386325;11.1916010939264;1.15023750651133;-6.92864903642426;-11.6481456572267;-12.1922085148784;-8.46676419863561;-1.11597587537567;8.58913837399422;18.970476127563;28.2330097762459;34.7751631047092;37.4657383688644;35.83951066243;30.1776695296637" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="575" cy="625" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="26.3892558254901;16.7337375962256;6.34616767427517;-2.97734873274585;-9.62469093657604;-12.4464730809651;-10.9547833980621;-5.40754858561636;3.23606406225408;13.4814953939767;23.557217255475;31.7210458018365;36.5613809113412;37.2412846704918;33.6431955425993;26.3892558254901" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="575" cy="675" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="22.0670858091272;11.8455762923032;1.73722257979263;-6.51014914000076;-11.4704933717048;-12.2861215343453;-8.81600410885232;-1.66015592312082;7.9441118626963;18.3361340963976;27.719035725218;34.4704278165491;37.4229333433282;36.0660372773045;30.6343592753072;22.0670858091273" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="575" cy="725" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="17.3772580504032;6.98256412446248;-2.45811501426646;-9.31240017681992;-12.3951231893665;-11.1732532373776;-5.85806273589215;2.6314035903933;12.8272398892836;22.9664934384357;31.2959951869744;36.3754986114297;37.3267114238732;33.9851602875363;26.9286297509309;17.3772580504032" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="575" cy="775" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="12.5;2.331583923105;-6.07862063693485;-11.2764129073788;-12.3630473842068;-9.15063509461098;-2.19463130731183;7.302207729556;17.697792270444;27.1946313073118;34.150635094611;37.3630473842068;36.2764129073788;31.0786206369349;22.668416076895;12.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="625" cy="25" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="26.3892558254901;16.7337375962256;6.34616767427517;-2.97734873274585;-9.62469093657604;-12.4464730809651;-10.9547833980621;-5.40754858561636;3.23606406225408;13.4814953939767;23.557217255475;31.7210458018365;36.5613809113412;37.2412846704918;33.6431955425993;26.3892558254901" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="625" cy="75" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="26.3892558254901;16.7337375962256;6.34616767427517;-2.97734873274585;-9.62469093657604;-12.4464730809651;-10.9547833980621;-5.40754858561636;3.23606406225408;13.4814953939767;23.557217255475;31.7210458018365;36.5613809113412;37.2412846704918;33.6431955425993;26.3892558254901" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="625" cy="125" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="26.3892558254901;16.7337375962256;6.34616767427517;-2.97734873274585;-9.62469093657604;-12.4464730809651;-10.9547833980621;-5.40754858561636;3.23606406225408;13.4814953939767;23.557217255475;31.7210458018365;36.5613809113412;37.2412846704918;33.6431955425993;26.3892558254901" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="625" cy="175" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="26.3892558254901;16.7337375962256;6.34616767427517;-2.97734873274585;-9.62469093657604;-12.4464730809651;-10.9547833980621;-5.40754858561636;3.23606406225408;13.4814953939767;23.557217255475;31.7210458018365;36.5613809113412;37.2412846704918;33.6431955425993;26.3892558254901" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="625" cy="225" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="26.3892558254901;16.7337375962256;6.34616767427517;-2.97734873274585;-9.62469093657604;-12.4464730809651;-10.9547833980621;-5.40754858561636;3.23606406225408;13.4814953939767;23.557217255475;31.7210458018365;36.5613809113412;37.2412846704918;33.6431955425993;26.3892558254901" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="625" cy="275" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="26.3892558254901;16.7337375962256;6.34616767427517;-2.97734873274585;-9.62469093657604;-12.4464730809651;-10.9547833980621;-5.40754858561636;3.23606406225408;13.4814953939767;23.557217255475;31.7210458018365;36.5613809113412;37.2412846704918;33.6431955425993;26.3892558254901" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="625" cy="325" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="26.3892558254901;16.7337375962256;6.34616767427517;-2.97734873274585;-9.62469093657604;-12.4464730809651;-10.9547833980621;-5.40754858561636;3.23606406225408;13.4814953939767;23.557217255475;31.7210458018365;36.5613809113412;37.2412846704918;33.6431955425993;26.3892558254901" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="625" cy="375" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="26.3892558254901;16.7337375962256;6.34616767427517;-2.97734873274585;-9.62469093657604;-12.4464730809651;-10.9547833980621;-5.40754858561636;3.23606406225408;13.4814953939767;23.557217255475;31.7210458018365;36.5613809113412;37.2412846704918;33.6431955425993;26.3892558254901" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="625" cy="425" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="26.3892558254901;16.7337375962256;6.34616767427517;-2.97734873274585;-9.62469093657604;-12.4464730809651;-10.9547833980621;-5.40754858561636;3.23606406225408;13.4814953939767;23.557217255475;31.7210458018365;36.5613809113412;37.2412846704918;33.6431955425993;26.3892558254901" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="625" cy="475" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="26.3892558254901;16.7337375962256;6.34616767427517;-2.97734873274585;-9.62469093657604;-12.4464730809651;-10.9547833980621;-5.40754858561636;3.23606406225408;13.4814953939767;23.557217255475;31.7210458018365;36.5613809113412;37.2412846704918;33.6431955425993;26.3892558254901" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="625" cy="525" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="26.3892558254901;16.7337375962256;6.34616767427517;-2.97734873274585;-9.62469093657604;-12.4464730809651;-10.9547833980621;-5.40754858561636;3.23606406225408;13.4814953939767;23.557217255475;31.7210458018365;36.5613809113412;37.2412846704918;33.6431955425993;26.3892558254901" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="625" cy="575" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="26.3892558254901;16.7337375962256;6.34616767427517;-2.97734873274585;-9.62469093657604;-12.4464730809651;-10.9547833980621;-5.40754858561636;3.23606406225408;13.4814953939767;23.557217255475;31.7210458018365;36.5613809113412;37.2412846704918;33.6431955425993;26.3892558254901" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="625" cy="625" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="26.3892558254901;16.7337375962256;6.34616767427517;-2.97734873274585;-9.62469093657604;-12.4464730809651;-10.9547833980621;-5.40754858561636;3.23606406225408;13.4814953939767;23.557217255475;31.7210458018365;36.5613809113412;37.2412846704918;33.6431955425993;26.3892558254901" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="625" cy="675" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="22.0670858091272;11.8455762923032;1.73722257979263;-6.51014914000076;-11.4704933717048;-12.2861215343453;-8.81600410885232;-1.66015592312082;7.9441118626963;18.3361340963976;27.719035725218;34.4704278165491;37.4229333433282;36.0660372773045;30.6343592753072;22.0670858091273" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="625" cy="725" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="17.3772580504032;6.98256412446248;-2.45811501426646;-9.31240017681992;-12.3951231893665;-11.1732532373776;-5.85806273589215;2.6314035903933;12.8272398892836;22.9664934384357;31.2959951869744;36.3754986114297;37.3267114238732;33.9851602875363;26.9286297509309;17.3772580504032" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="625" cy="775" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="12.5;2.331583923105;-6.07862063693485;-11.2764129073788;-12.3630473842068;-9.15063509461098;-2.19463130731183;7.302207729556;17.697792270444;27.1946313073118;34.150635094611;37.3630473842068;36.2764129073788;31.0786206369349;22.668416076895;12.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="675" cy="25" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="22.0670858091272;11.8455762923032;1.73722257979263;-6.51014914000076;-11.4704933717048;-12.2861215343453;-8.81600410885232;-1.66015592312082;7.9441118626963;18.3361340963976;27.719035725218;34.4704278165491;37.4229333433282;36.0660372773045;30.6343592753072;22.0670858091273" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="675" cy="75" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="22.0670858091272;11.8455762923032;1.73722257979263;-6.51014914000076;-11.4704933717048;-12.2861215343453;-8.81600410885232;-1.66015592312082;7.9441118626963;18.3361340963976;27.719035725218;34.4704278165491;37.4229333433282;36.0660372773045;30.6343592753072;22.0670858091273" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="675" cy="125" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="22.0670858091272;11.8455762923032;1.73722257979263;-6.51014914000076;-11.4704933717048;-12.2861215343453;-8.81600410885232;-1.66015592312082;7.9441118626963;18.3361340963976;27.719035725218;34.4704278165491;37.4229333433282;36.0660372773045;30.6343592753072;22.0670858091273" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="675" cy="175" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="22.0670858091272;11.8455762923032;1.73722257979263;-6.51014914000076;-11.4704933717048;-12.2861215343453;-8.81600410885232;-1.66015592312082;7.9441118626963;18.3361340963976;27.719035725218;34.4704278165491;37.4229333433282;36.0660372773045;30.6343592753072;22.0670858091273" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="675" cy="225" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="22.0670858091272;11.8455762923032;1.73722257979263;-6.51014914000076;-11.4704933717048;-12.2861215343453;-8.81600410885232;-1.66015592312082;7.9441118626963;18.3361340963976;27.719035725218;34.4704278165491;37.4229333433282;36.0660372773045;30.6343592753072;22.0670858091273" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="675" cy="275" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="22.0670858091272;11.8455762923032;1.73722257979263;-6.51014914000076;-11.4704933717048;-12.2861215343453;-8.81600410885232;-1.66015592312082;7.9441118626963;18.3361340963976;27.719035725218;34.4704278165491;37.4229333433282;36.0660372773045;30.6343592753072;22.0670858091273" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="675" cy="325" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="22.0670858091272;11.8455762923032;1.73722257979263;-6.51014914000076;-11.4704933717048;-12.2861215343453;-8.81600410885232;-1.66015592312082;7.9441118626963;18.3361340963976;27.719035725218;34.4704278165491;37.4229333433282;36.0660372773045;30.6343592753072;22.0670858091273" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="675" cy="375" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="22.0670858091272;11.8455762923032;1.73722257979263;-6.51014914000076;-11.4704933717048;-12.2861215343453;-8.81600410885232;-1.66015592312082;7.9441118626963;18.3361340963976;27.719035725218;34.4704278165491;37.4229333433282;36.0660372773045;30.6343592753072;22.0670858091273" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="675" cy="425" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="22.0670858091272;11.8455762923032;1.73722257979263;-6.51014914000076;-11.4704933717048;-12.2861215343453;-8.81600410885232;-1.66015592312082;7.9441118626963;18.3361340963976;27.719035725218;34.4704278165491;37.4229333433282;36.0660372773045;30.6343592753072;22.0670858091273" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="675" cy="475" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="22.0670858091272;11.8455762923032;1.73722257979263;-6.51014914000076;-11.4704933717048;-12.2861215343453;-8.81600410885232;-1.66015592312082;7.9441118626963;18.3361340963976;27.719035725218;34.4704278165491;37.4229333433282;36.0660372773045;30.6343592753072;22.0670858091273" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="675" cy="525" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="22.0670858091272;11.8455762923032;1.73722257979263;-6.51014914000076;-11.4704933717048;-12.2861215343453;-8.81600410885232;-1.66015592312082;7.9441118626963;18.3361340963976;27.719035725218;34.4704278165491;37.4229333433282;36.0660372773045;30.6343592753072;22.0670858091273" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="675" cy="575" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="22.0670858091272;11.8455762923032;1.73722257979263;-6.51014914000076;-11.4704933717048;-12.2861215343453;-8.81600410885232;-1.66015592312082;7.9441118626963;18.3361340963976;27.719035725218;34.4704278165491;37.4229333433282;36.0660372773045;30.6343592753072;22.0670858091273" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="675" cy="625" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="22.0670858091272;11.8455762923032;1.73722257979263;-6.51014914000076;-11.4704933717048;-12.2861215343453;-8.81600410885232;-1.66015592312082;7.9441118626963;18.3361340963976;27.719035725218;34.4704278165491;37.4229333433282;36.0660372773045;30.6343592753072;22.0670858091273" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="675" cy="675" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="22.0670858091272;11.8455762923032;1.73722257979263;-6.51014914000076;-11.4704933717048;-12.2861215343453;-8.81600410885232;-1.66015592312082;7.9441118626963;18.3361340963976;27.719035725218;34.4704278165491;37.4229333433282;36.0660372773045;30.6343592753072;22.0670858091273" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="675" cy="725" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="17.3772580504032;6.98256412446248;-2.45811501426646;-9.31240017681992;-12.3951231893665;-11.1732532373776;-5.85806273589215;2.6314035903933;12.8272398892836;22.9664934384357;31.2959951869744;36.3754986114297;37.3267114238732;33.9851602875363;26.9286297509309;17.3772580504032" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="675" cy="775" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="12.5;2.331583923105;-6.07862063693485;-11.2764129073788;-12.3630473842068;-9.15063509461098;-2.19463130731183;7.302207729556;17.697792270444;27.1946313073118;34.150635094611;37.3630473842068;36.2764129073788;31.0786206369349;22.668416076895;12.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="725" cy="25" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="17.3772580504032;6.98256412446248;-2.45811501426646;-9.31240017681992;-12.3951231893665;-11.1732532373776;-5.85806273589215;2.6314035903933;12.8272398892836;22.9664934384357;31.2959951869744;36.3754986114297;37.3267114238732;33.9851602875363;26.9286297509309;17.3772580504032" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="725" cy="75" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="17.3772580504032;6.98256412446248;-2.45811501426646;-9.31240017681992;-12.3951231893665;-11.1732532373776;-5.85806273589215;2.6314035903933;12.8272398892836;22.9664934384357;31.2959951869744;36.3754986114297;37.3267114238732;33.9851602875363;26.9286297509309;17.3772580504032" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="725" cy="125" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="17.3772580504032;6.98256412446248;-2.45811501426646;-9.31240017681992;-12.3951231893665;-11.1732532373776;-5.85806273589215;2.6314035903933;12.8272398892836;22.9664934384357;31.2959951869744;36.3754986114297;37.3267114238732;33.9851602875363;26.9286297509309;17.3772580504032" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="725" cy="175" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="17.3772580504032;6.98256412446248;-2.45811501426646;-9.31240017681992;-12.3951231893665;-11.1732532373776;-5.85806273589215;2.6314035903933;12.8272398892836;22.9664934384357;31.2959951869744;36.3754986114297;37.3267114238732;33.9851602875363;26.9286297509309;17.3772580504032" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="725" cy="225" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="17.3772580504032;6.98256412446248;-2.45811501426646;-9.31240017681992;-12.3951231893665;-11.1732532373776;-5.85806273589215;2.6314035903933;12.8272398892836;22.9664934384357;31.2959951869744;36.3754986114297;37.3267114238732;33.9851602875363;26.9286297509309;17.3772580504032" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="725" cy="275" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="17.3772580504032;6.98256412446248;-2.45811501426646;-9.31240017681992;-12.3951231893665;-11.1732532373776;-5.85806273589215;2.6314035903933;12.8272398892836;22.9664934384357;31.2959951869744;36.3754986114297;37.3267114238732;33.9851602875363;26.9286297509309;17.3772580504032" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="725" cy="325" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="17.3772580504032;6.98256412446248;-2.45811501426646;-9.31240017681992;-12.3951231893665;-11.1732532373776;-5.85806273589215;2.6314035903933;12.8272398892836;22.9664934384357;31.2959951869744;36.3754986114297;37.3267114238732;33.9851602875363;26.9286297509309;17.3772580504032" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="725" cy="375" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="17.3772580504032;6.98256412446248;-2.45811501426646;-9.31240017681992;-12.3951231893665;-11.1732532373776;-5.85806273589215;2.6314035903933;12.8272398892836;22.9664934384357;31.2959951869744;36.3754986114297;37.3267114238732;33.9851602875363;26.9286297509309;17.3772580504032" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="725" cy="425" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="17.3772580504032;6.98256412446248;-2.45811501426646;-9.31240017681992;-12.3951231893665;-11.1732532373776;-5.85806273589215;2.6314035903933;12.8272398892836;22.9664934384357;31.2959951869744;36.3754986114297;37.3267114238732;33.9851602875363;26.9286297509309;17.3772580504032" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="725" cy="475" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="17.3772580504032;6.98256412446248;-2.45811501426646;-9.31240017681992;-12.3951231893665;-11.1732532373776;-5.85806273589215;2.6314035903933;12.8272398892836;22.9664934384357;31.2959951869744;36.3754986114297;37.3267114238732;33.9851602875363;26.9286297509309;17.3772580504032" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="725" cy="525" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="17.3772580504032;6.98256412446248;-2.45811501426646;-9.31240017681992;-12.3951231893665;-11.1732532373776;-5.85806273589215;2.6314035903933;12.8272398892836;22.9664934384357;31.2959951869744;36.3754986114297;37.3267114238732;33.9851602875363;26.9286297509309;17.3772580504032" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="725" cy="575" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="17.3772580504032;6.98256412446248;-2.45811501426646;-9.31240017681992;-12.3951231893665;-11.1732532373776;-5.85806273589215;2.6314035903933;12.8272398892836;22.9664934384357;31.2959951869744;36.3754986114297;37.3267114238732;33.9851602875363;26.9286297509309;17.3772580504032" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="725" cy="625" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="17.3772580504032;6.98256412446248;-2.45811501426646;-9.31240017681992;-12.3951231893665;-11.1732532373776;-5.85806273589215;2.6314035903933;12.8272398892836;22.9664934384357;31.2959951869744;36.3754986114297;37.3267114238732;33.9851602875363;26.9286297509309;17.3772580504032" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="725" cy="675" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="17.3772580504032;6.98256412446248;-2.45811501426646;-9.31240017681992;-12.3951231893665;-11.1732532373776;-5.85806273589215;2.6314035903933;12.8272398892836;22.9664934384357;31.2959951869744;36.3754986114297;37.3267114238732;33.9851602875363;26.9286297509309;17.3772580504032" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="725" cy="725" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="17.3772580504032;6.98256412446248;-2.45811501426646;-9.31240017681992;-12.3951231893665;-11.1732532373776;-5.85806273589215;2.6314035903933;12.8272398892836;22.9664934384357;31.2959951869744;36.3754986114297;37.3267114238732;33.9851602875363;26.9286297509309;17.3772580504032" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="725" cy="775" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="12.5;2.331583923105;-6.07862063693485;-11.2764129073788;-12.3630473842068;-9.15063509461098;-2.19463130731183;7.302207729556;17.697792270444;27.1946313073118;34.150635094611;37.3630473842068;36.2764129073788;31.0786206369349;22.668416076895;12.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="775" cy="25" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="12.5;2.331583923105;-6.07862063693485;-11.2764129073788;-12.3630473842068;-9.15063509461098;-2.19463130731183;7.302207729556;17.697792270444;27.1946313073118;34.150635094611;37.3630473842068;36.2764129073788;31.0786206369349;22.668416076895;12.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="775" cy="75" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="12.5;2.331583923105;-6.07862063693485;-11.2764129073788;-12.3630473842068;-9.15063509461098;-2.19463130731183;7.302207729556;17.697792270444;27.1946313073118;34.150635094611;37.3630473842068;36.2764129073788;31.0786206369349;22.668416076895;12.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="775" cy="125" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="12.5;2.331583923105;-6.07862063693485;-11.2764129073788;-12.3630473842068;-9.15063509461098;-2.19463130731183;7.302207729556;17.697792270444;27.1946313073118;34.150635094611;37.3630473842068;36.2764129073788;31.0786206369349;22.668416076895;12.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="775" cy="175" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="12.5;2.331583923105;-6.07862063693485;-11.2764129073788;-12.3630473842068;-9.15063509461098;-2.19463130731183;7.302207729556;17.697792270444;27.1946313073118;34.150635094611;37.3630473842068;36.2764129073788;31.0786206369349;22.668416076895;12.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="775" cy="225" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="12.5;2.331583923105;-6.07862063693485;-11.2764129073788;-12.3630473842068;-9.15063509461098;-2.19463130731183;7.302207729556;17.697792270444;27.1946313073118;34.150635094611;37.3630473842068;36.2764129073788;31.0786206369349;22.668416076895;12.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="775" cy="275" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="12.5;2.331583923105;-6.07862063693485;-11.2764129073788;-12.3630473842068;-9.15063509461098;-2.19463130731183;7.302207729556;17.697792270444;27.1946313073118;34.150635094611;37.3630473842068;36.2764129073788;31.0786206369349;22.668416076895;12.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="775" cy="325" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="12.5;2.331583923105;-6.07862063693485;-11.2764129073788;-12.3630473842068;-9.15063509461098;-2.19463130731183;7.302207729556;17.697792270444;27.1946313073118;34.150635094611;37.3630473842068;36.2764129073788;31.0786206369349;22.668416076895;12.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="775" cy="375" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="12.5;2.331583923105;-6.07862063693485;-11.2764129073788;-12.3630473842068;-9.15063509461098;-2.19463130731183;7.302207729556;17.697792270444;27.1946313073118;34.150635094611;37.3630473842068;36.2764129073788;31.0786206369349;22.668416076895;12.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="775" cy="425" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="12.5;2.331583923105;-6.07862063693485;-11.2764129073788;-12.3630473842068;-9.15063509461098;-2.19463130731183;7.302207729556;17.697792270444;27.1946313073118;34.150635094611;37.3630473842068;36.2764129073788;31.0786206369349;22.668416076895;12.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="775" cy="475" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="12.5;2.331583923105;-6.07862063693485;-11.2764129073788;-12.3630473842068;-9.15063509461098;-2.19463130731183;7.302207729556;17.697792270444;27.1946313073118;34.150635094611;37.3630473842068;36.2764129073788;31.0786206369349;22.668416076895;12.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="775" cy="525" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="12.5;2.331583923105;-6.07862063693485;-11.2764129073788;-12.3630473842068;-9.15063509461098;-2.19463130731183;7.302207729556;17.697792270444;27.1946313073118;34.150635094611;37.3630473842068;36.2764129073788;31.0786206369349;22.668416076895;12.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="775" cy="575" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="12.5;2.331583923105;-6.07862063693485;-11.2764129073788;-12.3630473842068;-9.15063509461098;-2.19463130731183;7.302207729556;17.697792270444;27.1946313073118;34.150635094611;37.3630473842068;36.2764129073788;31.0786206369349;22.668416076895;12.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="775" cy="625" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="12.5;2.331583923105;-6.07862063693485;-11.2764129073788;-12.3630473842068;-9.15063509461098;-2.19463130731183;7.302207729556;17.697792270444;27.1946313073118;34.150635094611;37.3630473842068;36.2764129073788;31.0786206369349;22.668416076895;12.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="775" cy="675" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="12.5;2.331583923105;-6.07862063693485;-11.2764129073788;-12.3630473842068;-9.15063509461098;-2.19463130731183;7.302207729556;17.697792270444;27.1946313073118;34.150635094611;37.3630473842068;36.2764129073788;31.0786206369349;22.668416076895;12.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="775" cy="725" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="12.5;2.331583923105;-6.07862063693485;-11.2764129073788;-12.3630473842068;-9.15063509461098;-2.19463130731183;7.302207729556;17.697792270444;27.1946313073118;34.150635094611;37.3630473842068;36.2764129073788;31.0786206369349;22.668416076895;12.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#>   <circle fill="white" cx="775" cy="775" r="25">
#>     <animate attributeName="r" dur="5" repeatCount="indefinite" values="12.5;2.331583923105;-6.07862063693485;-11.2764129073788;-12.3630473842068;-9.15063509461098;-2.19463130731183;7.302207729556;17.697792270444;27.1946313073118;34.150635094611;37.3630473842068;36.2764129073788;31.0786206369349;22.668416076895;12.5" keyTimes="0;0.0666666666666667;0.133333333333333;0.2;0.266666666666667;0.333333333333333;0.4;0.466666666666667;0.533333333333333;0.6;0.666666666666667;0.733333333333333;0.8;0.866666666666667;0.933333333333333;1" />
#>   </circle>
#> </svg>


Geometry Animation 2

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Create a document with a black background
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
doc <- svg_doc(width = 400, height = 400)
bg <- doc$rect(x=0, y=0, width=400, height=400, fill = '#000000')

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# animate the bg colour from black-to-white-to-black
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bg$animate(
  attributeName = 'fill',
  keyTimes      = c(0, 0.5, 1),
  values        = c('#000000', '#ffffff', '#000000'),
  dur           = 5,
  repeatCount   = 'indefinite'
)


#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Define the rect size
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
l <- 50
N <- 400/l

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Add rotating smaller rectangles
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
for (i in seq(N)) {
  for (j in seq(i %% 2, N, by = 2)) {
    this_rect <- doc$rect(
      x = (i-1)*l,
      y = (j-1)*l,
      width = l,
      height = l,
      fill = '#ffffff'
    )

    # animate the rotation
    this_rect$animateTransform(
      attributeName = 'transform',
      type          = 'rotate',
      from          = paste(  0, (i-0.5)*l, (j-0.5)*l),
      to            = paste(180, (i-0.5)*l, (j-0.5)*l),
      dur           = 5,
      repeatCount   = 'indefinite'
    )

    # Animate the colour
    this_rect$animate(
      attributeName = 'fill',
      keyTimes      = c(0, 0.5, 1),
      values        = c('#ffffff', '#000000', '#ffffff'),
      dur           = 5,
      repeatCount   = 'indefinite'
    )
  }
}

Show SVG text (click to open)

#> <?xml version="1.0" encoding="UTF-8"?>
#> <svg width="400" height="400" viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
#>   <rect fill="#000000" x="0" y="0" width="400" height="400">
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#000000;#ffffff;#000000" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="0" y="0" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 25 25" to="180 25 25" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="0" y="100" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 25 125" to="180 25 125" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="0" y="200" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 25 225" to="180 25 225" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="0" y="300" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 25 325" to="180 25 325" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="50" y="-50" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 75 -25" to="180 75 -25" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="50" y="50" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 75 75" to="180 75 75" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="50" y="150" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 75 175" to="180 75 175" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="50" y="250" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 75 275" to="180 75 275" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="50" y="350" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 75 375" to="180 75 375" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="100" y="0" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 125 25" to="180 125 25" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="100" y="100" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 125 125" to="180 125 125" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="100" y="200" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 125 225" to="180 125 225" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="100" y="300" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 125 325" to="180 125 325" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="150" y="-50" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 175 -25" to="180 175 -25" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="150" y="50" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 175 75" to="180 175 75" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="150" y="150" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 175 175" to="180 175 175" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="150" y="250" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 175 275" to="180 175 275" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="150" y="350" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 175 375" to="180 175 375" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="200" y="0" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 225 25" to="180 225 25" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="200" y="100" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 225 125" to="180 225 125" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="200" y="200" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 225 225" to="180 225 225" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="200" y="300" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 225 325" to="180 225 325" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="250" y="-50" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 275 -25" to="180 275 -25" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="250" y="50" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 275 75" to="180 275 75" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="250" y="150" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 275 175" to="180 275 175" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="250" y="250" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 275 275" to="180 275 275" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="250" y="350" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 275 375" to="180 275 375" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="300" y="0" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 325 25" to="180 325 25" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="300" y="100" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 325 125" to="180 325 125" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="300" y="200" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 325 225" to="180 325 225" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="300" y="300" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 325 325" to="180 325 325" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="350" y="-50" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 375 -25" to="180 375 -25" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="350" y="50" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 375 75" to="180 375 75" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="350" y="150" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 375 175" to="180 375 175" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="350" y="250" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 375 275" to="180 375 275" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#>   <rect fill="#ffffff" x="350" y="350" width="50" height="50">
#>     <animateTransform attributeName="transform" from="0 375 375" to="180 375 375" type="rotate" dur="5" repeatCount="indefinite" />
#>     <animate attributeName="fill" dur="5" repeatCount="indefinite" values="#ffffff;#000000;#ffffff" keyTimes="0;0.5;1" />
#>   </rect>
#> </svg>