rubyvis 0.3.6 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (94) hide show
  1. data.tar.gz.sig +0 -0
  2. data/History.txt +16 -0
  3. data/Manifest.txt +61 -0
  4. data/README.txt +9 -7
  5. data/Rakefile +1 -1
  6. data/lib/rubyvis.rb +3 -17
  7. data/lib/rubyvis/color/color.rb +11 -13
  8. data/lib/rubyvis/flatten.rb +5 -7
  9. data/lib/rubyvis/layout/stack.rb +15 -10
  10. data/lib/rubyvis/mark.rb +10 -2
  11. data/lib/rubyvis/mark/area.rb +5 -3
  12. data/lib/rubyvis/mark/line.rb +4 -3
  13. data/lib/rubyvis/mark/panel.rb +8 -3
  14. data/lib/rubyvis/mark/rule.rb +1 -0
  15. data/lib/rubyvis/scene/svg_area.rb +17 -17
  16. data/lib/rubyvis/scene/svg_curve.rb +8 -5
  17. data/lib/rubyvis/scene/svg_line.rb +32 -29
  18. data/lib/rubyvis/scene/svg_scene.rb +3 -5
  19. data/lib/rubyvis/scene/svg_wedge.rb +4 -3
  20. data/lib/rubyvis/vector.rb +104 -0
  21. data/spec/anchor_spec.rb +29 -0
  22. data/spec/area_spec.rb +83 -0
  23. data/spec/bar_spec.rb +3 -0
  24. data/spec/color_spec.rb +13 -1
  25. data/spec/dot_spec.rb +41 -0
  26. data/spec/fixtures/anchor.html +25 -0
  27. data/spec/fixtures/anchor.svg +1 -0
  28. data/spec/fixtures/area-segmented.html +29 -0
  29. data/spec/fixtures/area_interpolation.html +66 -0
  30. data/spec/fixtures/area_interpolation.svg +1 -0
  31. data/spec/fixtures/area_segmented.svg +1 -0
  32. data/spec/fixtures/dot-anchor.html +33 -0
  33. data/spec/fixtures/dot_anchor.svg +1 -0
  34. data/spec/fixtures/layers.js +28 -0
  35. data/spec/fixtures/layout_arc.svg +1 -0
  36. data/spec/fixtures/layout_cluster.html +39 -0
  37. data/spec/fixtures/layout_cluster.svg +1 -0
  38. data/spec/fixtures/layout_cluster_left_group_2.html +39 -0
  39. data/spec/fixtures/layout_cluster_left_group_2.svg +1 -0
  40. data/spec/fixtures/layout_grid.html +34 -0
  41. data/spec/fixtures/layout_grid.svg +1 -0
  42. data/spec/fixtures/layout_horizon.svg +24 -0
  43. data/spec/fixtures/layout_indent.html +39 -0
  44. data/spec/fixtures/layout_indent.svg +1 -0
  45. data/spec/fixtures/layout_matrix.svg +1 -0
  46. data/spec/fixtures/layout_pack.html +38 -0
  47. data/spec/fixtures/layout_pack.svg +1 -0
  48. data/spec/fixtures/layout_partition_fill.html +40 -0
  49. data/spec/fixtures/layout_partition_fill.svg +32 -0
  50. data/spec/fixtures/layout_tree_orient_left.html +36 -0
  51. data/spec/fixtures/layout_tree_orient_left.svg +1 -0
  52. data/spec/fixtures/layout_tree_orient_radial_breadth_20.html +39 -0
  53. data/spec/fixtures/layout_tree_orient_radial_breadth_20.svg +1 -0
  54. data/spec/fixtures/layout_tree_orient_top.svg +1 -0
  55. data/spec/fixtures/layout_treemap.svg +1 -0
  56. data/spec/fixtures/line_interpolation.html +63 -0
  57. data/spec/fixtures/line_interpolation.svg +1 -0
  58. data/spec/fixtures/line_interpolation_segmented.html +65 -0
  59. data/spec/fixtures/line_interpolation_segmented.svg +1 -0
  60. data/spec/fixtures/protovis-r3.3.js +287 -0
  61. data/spec/fixtures/rule-anchor.html +33 -0
  62. data/spec/fixtures/rule_anchor.svg +1 -0
  63. data/spec/fixtures/stack-expand.html +41 -0
  64. data/spec/fixtures/stack-silohouette.html +41 -0
  65. data/spec/fixtures/stack-wiggle.html +41 -0
  66. data/spec/fixtures/stack_expand.svg +1 -0
  67. data/spec/fixtures/stack_silohouette.svg +1 -0
  68. data/spec/fixtures/stack_wiggle.svg +1 -0
  69. data/spec/fixtures/svgscene.html +26 -0
  70. data/spec/fixtures/wedge-anchor.html +33 -0
  71. data/spec/fixtures/wedge-donut.html +35 -0
  72. data/spec/fixtures/wedge_anchor.svg +1 -0
  73. data/spec/fixtures/wedge_donut.svg +1 -0
  74. data/spec/flatten_spec.rb +47 -0
  75. data/spec/layout_arc_spec.rb +7 -26
  76. data/spec/layout_cluster_spec.rb +52 -0
  77. data/spec/layout_grid_spec.rb +40 -0
  78. data/spec/layout_horizon_spec.rb +6 -25
  79. data/spec/layout_indent_spec.rb +53 -0
  80. data/spec/layout_matrix_spec.rb +25 -52
  81. data/spec/layout_pack_spec.rb +49 -0
  82. data/spec/layout_partition_spec.rb +45 -0
  83. data/spec/layout_stack_spec.rb +60 -0
  84. data/spec/layout_tree_spec.rb +56 -0
  85. data/spec/layout_treemap_spec.rb +41 -0
  86. data/spec/line_spec.rb +118 -0
  87. data/spec/mark_spec.rb +4 -0
  88. data/spec/panel_spec.rb +12 -1
  89. data/spec/rule_spec.rb +34 -0
  90. data/spec/spec_helper.rb +158 -3
  91. data/spec/vector_spec.rb +36 -0
  92. data/spec/wedge_spec.rb +66 -0
  93. metadata +67 -14
  94. metadata.gz.sig +0 -0
@@ -0,0 +1 @@
1
+ <svg font-size="10px" font-family="sans-serif" fill="none" stroke="none" stroke-width="1.5" width="300" height="300"><g><g><g><path d="M-8.333333333333332,150L-4.166666666666666,0L0,92.10125514573261L4.166666666666666,107.57920319685743L8.333333333333332,112.59361737505047L12.5,129.99309047456265L16.666666666666664,126.22521039818037L20.833333333333336,134.06499041151739L25,136.14009485051474L29.166666666666668,136.33967848415972L33.33333333333333,142.06670954564044L37.5,139.5562410827226L41.66666666666667,142.79470494186984L45.833333333333336,143.43005106036247L50,143.0530109983625L54.166666666666664,146.40409178273484L58.333333333333336,144.31385833961187L62.5,146.3163318144706L66.66666666666666,146.52934616285873L70.83333333333333,145.98975628408618L75,148.4685651053412L79.16666666666667,146.5645968163886L83.33333333333334,148.06676929496646L87.5,148.10303760406157L91.66666666666667,147.49699061775138L95.83333333333333,149.571688607517L100,151.14144096649866L104.16666666666666,152.3705910829102L108.33333333333333,153.35914440683644L112.5,154.1714459088464L116.66666666666667,154.85077408413497L120.83333333333334,155.4273101065892L125,155.9227438817919L129.16666666666669,156.35306401334057L133.33333333333331,156.7303155640084L137.5,157.0637452680104L141.66666666666666,157.36056956365283L145.83333333333334,157.62650283446985L150,157.86612888294638L154.16666666666666,158.08316735693387L158.33333333333334,158.28066822567735L162.5,158.46115599825154L166.66666666666669,158.62673821121308L170.83333333333331,158.77918810379538L175,158.9200083724986L179.16666666666666,159.05048087121386L183.33333333333334,159.17170574341642L187.5,159.2846325183147L191.66666666666666,159.39008503253754L195.83333333333334,159.4887815618774L200,159.58135120381516L204.16666666666669,159.66834730090972L208.33333333333331,159.75025851041062L212.5,159.82751798794422L216.66666666666666,159.9005110497772L220.83333333333334,159.9695815998129L225,160.0350375475741L229.16666666666666,160.09715539727281L233.33333333333334,160.1561841522436L237.5,160.2123486510097L241.66666666666669,160.2658524292257L245.83333333333331,160.31688018428804L250,160.36559990551558L254.16666666666666,160.41216472167292L258.33333333333337,160.4567145086458L262.5,160.49937729282743L266.66666666666663,160.54027047987253L270.8333333333333,160.57950193365642L275,160.61717092632017L279.1666666666667,160.6533689770206L283.3333333333333,160.6881805943038L287.5,160.72168393478074L291.6666666666667,160.75395138890937L295.83333333333337,160.7850501031262L300,160.81504244625015L300,163.46446792767264L295.83333333333337,163.44600575507735L291.6666666666667,163.4268625415248L287.5,163.40699989508633L283.3333333333333,163.38637648290913L279.1666666666667,163.3649477441158L275,163.34266556839907L270.8333333333333,163.3194779354364L266.66666666666663,163.2953285094336L262.5,163.27015618214733L258.33333333333337,163.24389455658172L254.16666666666666,163.21647136217584L250,163.18780779063653L245.83333333333331,163.15781773956314L241.66666666666669,163.12640694857498L237.5,163.09347200968605L233.33333333333334,163.0588992300382L229.16666666666666,163.02256332064115L225,162.98432587925L220.83333333333334,162.94403362865918L216.66666666666666,162.90151636314445L212.5,162.85658454503843L208.33333333333331,162.80902647986986L204.16666666666669,162.75860498125454L200,162.70505341467506L195.83333333333334,162.648070980876L191.66666666666666,162.5873170627277L187.5,162.52240441118383L183.33333333333334,162.4528908823413L179.16666666666666,162.3782693529664L175,162.29795532814134L170.83333333333331,162.21127160039893L166.66666666666669,162.1174291080883L162.5,162.01550284704985L158.33333333333334,161.90440127706472L154.16666666666666,161.7828270768966L150,161.64922625251234L145.83333333333334,161.50172135611206L141.66666666666666,161.33802271061566L137.5,161.1553086974431L133.33333333333331,160.95006175430697L129.16666666666669,160.71783970978427L125,160.45295061769016L120.83333333333334,160.14797998470138L116.66666666666667,159.7930858202154L112.5,159.37491662385793L108.33333333333333,158.87489398582855L104.16666666666666,158.26637727172766L100,157.50975810726538L95.83333333333333,156.5434768512925L91.66666666666667,155.2663698172787L87.5,156.77724246845068L83.33333333333334,157.77002914404187L79.16666666666667,157.44168955032285L75,160.6893825892776L70.83333333333333,159.65475535721276L66.66666666666666,161.8519948799749L62.5,163.55091407573872L58.333333333333336,163.76656892047862L54.166666666666664,168.44836132305466L50,167.91888627676832L45.833333333333336,171.61561592275908L41.66666666666667,174.92547210746488L37.5,176.43465063035356L33.33333333333333,184.7496892062311L29.166666666666668,185.53643136858133L25,193.43824721426574L20.833333333333336,201.6921290088617L16.666666666666664,207.47661804000884L12.5,230.12637321876576L8.333333333333332,235.6157786738952L4.166666666666666,263.6886251701724L0,300L-4.166666666666666,300L-8.333333333333332,165Z" fill="rgb(102,85,102)" stroke="rgb(119,153,119)"/></g><g><path d="M-8.333333333333332,135L-4.166666666666666,0L-4.166666666666666,0L-8.333333333333332,150ZM-4.166666666666666,0L0,0L4.166666666666666,2.842170943040401e-14L8.333333333333332,12.676828381306734L12.5,41.27296829134946L16.666666666666664,50.2353465200286L20.833333333333336,68.43939896121515L25,79.02685231339763L29.166666666666668,86.29267889319101L33.33333333333333,97.9457248807405L37.5,100.94030853654786L41.66666666666667,108.79064861539473L45.833333333333336,113.33440499292905L50,116.30026823151752L54.166666666666664,122.53205003105052L58.333333333333336,123.12856037106576L62.5,127.45315604106571L66.66666666666666,129.68482906311718L70.83333333333333,130.9085258205933L75,134.9336994912361L79.16666666666667,134.47969712267263L83.33333333333334,137.2550317256477L87.5,138.41259722504847L91.66666666666667,138.79659719362053L95.83333333333333,141.74730370134245L100,143.9798592462979L104.16666666666666,145.72799862145223L108.33333333333333,147.13395300157325L112.5,148.28923600663563L116.66666666666667,149.25539979413188L120.83333333333334,150.075369062808L125,150.77999193893126L129.16666666666669,151.39200796190332L133.33333333333331,151.92854803235932L137.5,152.40276317225909L141.66666666666666,152.8249168472145L145.83333333333334,153.20313624911796L150,153.54394061878884L154.16666666666666,153.85262016674235L158.33333333333334,154.13351266365368L162.5,154.3902085527547L166.66666666666669,154.62570524468703L170.83333333333331,154.84252470099497L175,155.04280410808528L179.16666666666666,155.22836656244596L183.33333333333334,155.40077672579037L187.5,155.56138505106574L191.66666666666666,155.71136322692936L195.83333333333334,155.85173280980325L200,155.98338852366166L204.16666666666669,156.10711735123536L208.33333333333331,156.22361427759378L212.5,156.33349535149765L216.66666666666666,156.43730858293262L220.83333333333334,156.53554308380345L225,156.62863677357453L229.16666666666666,156.7169829060025L233.33333333333334,156.800935622154L237.5,156.8808146950743L241.66666666666669,156.95690960013928L245.83333333333331,157.02948302030916L250,157.09877387574429L254.16666666666666,157.1649999514161L258.33333333333337,157.22836018359783L262.5,157.2890366558089L266.66666666666663,157.34719634639066L270.8333333333333,157.40299266303947L275,157.45656679399275L279.1666666666667,157.50804890092854L283.3333333333333,157.55755917479425L287.5,157.60520877259754L291.6666666666667,157.65110065052616L295.83333333333337,157.69533030654065L300,157.73798644371058L300,160.81504244625012L295.83333333333337,160.7850501031262L291.6666666666667,160.7539513889094L287.5,160.7216839347807L283.3333333333333,160.68818059430382L279.1666666666667,160.6533689770206L275,160.61717092632017L270.8333333333333,160.57950193365647L266.66666666666663,160.5402704798725L262.5,160.49937729282746L258.33333333333337,160.4567145086458L254.16666666666666,160.41216472167292L250,160.36559990551555L245.83333333333331,160.31688018428807L241.66666666666669,160.26585242922573L237.5,160.2123486510097L233.33333333333334,160.15618415224358L229.16666666666666,160.09715539727287L225,160.0350375475741L220.83333333333334,159.96958159981295L216.66666666666666,159.9005110497772L212.5,159.82751798794422L208.33333333333331,159.7502585104106L204.16666666666669,159.6683473009097L200,159.58135120381516L195.83333333333334,159.48878156187746L191.66666666666666,159.39008503253757L187.5,159.28463251831474L183.33333333333334,159.17170574341645L179.16666666666666,159.05048087121392L175,158.9200083724986L170.83333333333331,158.77918810379538L166.66666666666669,158.62673821121305L162.5,158.4611559982516L158.33333333333334,158.28066822567735L154.16666666666666,158.08316735693387L150,157.86612888294636L145.83333333333334,157.62650283446982L141.66666666666666,157.36056956365283L137.5,157.06374526801036L133.33333333333331,156.73031556400838L129.16666666666669,156.35306401334057L125,155.92274388179192L120.83333333333334,155.4273101065892L116.66666666666667,154.85077408413497L112.5,154.17144590884644L108.33333333333333,153.3591444068364L104.16666666666666,152.3705910829102L100,151.14144096649866L95.83333333333333,149.571688607517L91.66666666666667,147.49699061775144L87.5,148.10303760406157L83.33333333333334,148.06676929496643L79.16666666666667,146.5645968163886L75,148.4685651053412L70.83333333333333,145.9897562840862L66.66666666666666,146.5293461628587L62.5,146.31633181447063L58.333333333333336,144.31385833961184L54.166666666666664,146.40409178273484L50,143.05301099836254L45.833333333333336,143.43005106036247L41.66666666666667,142.79470494186984L37.5,139.5562410827226L33.33333333333333,142.06670954564044L29.166666666666668,136.33967848415972L25,136.14009485051474L20.833333333333336,134.06499041151739L16.666666666666664,126.22521039818038L12.5,129.99309047456268L8.333333333333332,112.5936173750505L4.166666666666666,107.57920319685742L0,92.10125514573261L-4.166666666666666,0Z" fill="rgb(105,92,105)" stroke="rgb(119,153,119)"/></g><g><path d="M-8.333333333333332,165L-4.166666666666666,300L-4.166666666666666,300L-8.333333333333332,180ZM0,300L4.166666666666666,263.6886251701724L8.333333333333332,235.6157786738952L12.5,230.1263732187658L16.666666666666664,207.47661804000884L20.833333333333336,201.6921290088617L25,193.43824721426574L29.166666666666668,185.53643136858133L33.33333333333333,184.7496892062311L37.5,176.43465063035356L41.66666666666667,174.9254721074649L45.833333333333336,171.61561592275905L50,167.91888627676838L54.166666666666664,168.44836132305468L58.333333333333336,163.76656892047856L62.5,163.55091407573872L66.66666666666666,161.8519948799749L70.83333333333333,159.65475535721276L75,160.68938258927764L79.16666666666667,157.44168955032288L83.33333333333334,157.77002914404184L87.5,156.77724246845065L91.66666666666667,155.26636981727876L95.83333333333333,156.5434768512925L100,157.50975810726544L104.16666666666666,158.26637727172766L108.33333333333333,158.87489398582852L112.5,159.37491662385793L116.66666666666667,159.79308582021537L120.83333333333334,160.14797998470138L125,160.45295061769016L129.16666666666669,160.7178397097843L133.33333333333331,160.95006175430697L137.5,161.1553086974431L141.66666666666666,161.33802271061566L145.83333333333334,161.50172135611203L150,161.64922625251234L154.16666666666666,161.78282707689655L158.33333333333334,161.90440127706475L162.5,162.01550284704987L166.66666666666669,162.11742910808832L170.83333333333331,162.21127160039893L175,162.2979553281413L179.16666666666666,162.37826935296644L183.33333333333334,162.45289088234134L187.5,162.52240441118383L191.66666666666666,162.5873170627277L195.83333333333334,162.64807098087607L200,162.70505341467506L204.16666666666669,162.75860498125454L208.33333333333331,162.80902647986983L212.5,162.8565845450384L216.66666666666666,162.90151636314448L220.83333333333334,162.94403362865918L225,162.98432587925004L229.16666666666666,163.02256332064118L233.33333333333334,163.0588992300382L237.5,163.09347200968605L241.66666666666669,163.12640694857504L245.83333333333331,163.15781773956314L250,163.1878077906365L254.16666666666666,163.21647136217578L258.33333333333337,163.24389455658172L262.5,163.2701561821473L266.66666666666663,163.29532850943357L270.8333333333333,163.31947793543642L275,163.34266556839904L279.1666666666667,163.36494774411582L283.3333333333333,163.38637648290916L287.5,163.4069998950863L291.6666666666667,163.4268625415248L295.83333333333337,163.44600575507735L300,163.46446792767264L300,167.03712110560136L295.83333333333337,167.03248829367817L291.6666666666667,167.02768458449728L287.5,167.02270034416637L283.3333333333333,167.01752520081106L279.1666666666667,167.01214797253158L275,167.00655658675055L270.8333333333333,167.00073798972986L266.66666666666663,166.99467804482643L262.5,166.9883614178214L258.33333333333337,166.9817714473608L254.16666666666666,166.97488999820524L250,166.96769729456742L245.83333333333331,166.96017173031044L241.66666666666669,166.95228965217174L237.5,166.9440251114311L233.33333333333334,166.93534957853035L229.16666666666666,166.92623161403154L225,166.91663648791766L220.83333333333334,166.90652573751777L216.66666666666666,166.8958566521975L212.5,166.88458167025382L208.33333333333331,166.8726476700586L204.16666666666669,166.85999513316114L200,166.84655715153278L195.83333333333334,166.8322582440043L191.66666666666666,166.81701293769342L187.5,166.80072405812166L183.33333333333334,166.7832806557495L179.16666666666666,166.7645554754258L175,166.74440184670803L170.83333333333331,166.72264983429682L166.66666666666669,166.69910143472288L162.5,166.67352453173444L158.33333333333334,166.64564521929412L154.16666666666666,166.6151379536305L150,166.58161278269193L145.83333333333334,166.54459858843913L141.66666666666666,166.5035208099301L137.5,166.45767140329122L133.33333333333331,166.40616768776422L129.16666666666669,166.34789496546475L125,166.28142492582876L120.83333333333334,166.20489701030638L116.66666666666667,166.11584151544446L112.5,166.01090807769253L108.33333333333333,165.8854347171025L104.16666666666666,165.73273635649554L100,165.54287385421756L95.83333333333333,165.30039971956649L91.66666666666667,164.97992840646268L87.5,167.56721967596866L83.33333333333334,169.773156652204L79.16666666666667,170.81472796524702L75,175.61296672390722L70.83333333333333,176.2164501557153L66.66666666666666,180.26640729608434L62.5,184.0665351699984L58.333333333333336,186.673069041824L54.166666666666664,194.08607505006898L50,196.4250242582411L45.833333333333336,203.38710112009144L41.66666666666667,210.4254662655149L37.5,216.20535208014823L33.33333333333333,229.42636177174396L29.166666666666668,235.12391996813983L25,248.4148814084279L20.833333333333336,262.3658057299514L16.666666666666664,273.6239779087334L12.5,300L8.333333333333332,300L4.166666666666666,300L0,300Z" fill="rgb(109,99,109)" stroke="rgb(119,153,119)"/></g><g><path d="M-8.333333333333332,120L-4.166666666666666,0L-4.166666666666666,0L-8.333333333333332,135ZM4.166666666666666,5.684341886080802e-14L8.333333333333332,0L12.5,0L16.666666666666664,0L20.833333333333336,16.67233023027393L25,28.840364695995675L29.166666666666668,38.97750135073545L33.33333333333333,53.96301459119252L37.5,60.86611923490412L41.66666666666667,72.37055661738674L45.833333333333336,80.26911284548169L50,86.28468257206305L54.166666666666664,95.27340796492138L58.333333333333336,98.57336056380058L62.5,105.306153314793L66.66666666666666,109.68513071294495L70.83333333333333,112.82541723120326L75,118.56286308470925L79.16666666666667,119.74877692489588L83.33333333333334,123.98398767671608L87.5,126.44299236518629L91.66666666666667,127.98854718884903L95.83333333333333,131.97694846486218L100,134.9946418074458L104.16666666666666,137.3575610934771L108.33333333333333,139.25795688987913L112.5,140.8195260257755L116.66666666666667,142.12546711913848L120.83333333333334,143.23380048571394L125,144.1862228194443L129.16666666666669,145.0134706262236L133.33333333333331,145.73869934552823L137.5,146.37968490750515L141.66666666666666,146.95030019962567L145.83333333333334,147.46153055792018L150,147.9221878883965L154.16666666666666,148.3394228454195L158.33333333333334,148.7190986926011L162.5,149.06606854845037L166.66666666666669,149.38438394313366L170.83333333333331,149.67745375334346L175,149.94816676417926L179.16666666666666,150.19898721271093L183.33333333333334,150.4320300157417L187.5,150.6491205490734L191.66666666666666,150.85184255698005L195.83333333333334,151.04157685348915L200,151.21953281616229L204.16666666666669,151.38677419123061L208.33333333333331,151.54424037382913L212.5,151.69276406272226L216.66666666666666,151.83308599024667L220.83333333333334,151.96586727757438L225,152.09169985024815L229.16666666666666,152.2111152602133L233.33333333333334,152.32459219170315L237.5,152.4325628744967L241.66666666666669,152.53541858571873L245.83333333333331,152.63351438780975L250,152.72717322358702L254.16666666666666,152.8166894679249L258.33333333333337,152.90233201835167L262.5,152.98434699292042L266.66666666666663,153.0629600923669L270.8333333333333,153.1383786743019L275,153.21079357957842L279.1666666666667,153.28038074470555L283.3333333333333,153.34730262898816L287.5,153.4117094807651L291.6666666666667,153.4737404635179L295.83333333333337,153.5335246596161L300,153.59118196693328L300,157.7379864437106L295.83333333333337,157.69533030654063L291.6666666666667,157.65110065052613L287.5,157.60520877259754L283.3333333333333,157.55755917479425L279.1666666666667,157.50804890092854L275,157.45656679399278L270.8333333333333,157.40299266303947L266.66666666666663,157.3471963463907L262.5,157.2890366558089L258.33333333333337,157.22836018359783L254.16666666666666,157.16499995141606L250,157.09877387574429L245.83333333333331,157.02948302030916L241.66666666666669,156.95690960013926L237.5,156.88081469507432L233.33333333333334,156.800935622154L229.16666666666666,156.71698290600247L225,156.62863677357456L220.83333333333334,156.53554308380342L216.66666666666666,156.43730858293264L212.5,156.33349535149765L208.33333333333331,156.22361427759378L204.16666666666669,156.10711735123536L200,155.9833885236617L195.83333333333334,155.85173280980322L191.66666666666666,155.71136322692936L187.5,155.56138505106574L183.33333333333334,155.40077672579037L179.16666666666666,155.2283665624459L175,155.04280410808528L170.83333333333331,154.84252470099494L166.66666666666669,154.62570524468705L162.5,154.39020855275467L158.33333333333334,154.13351266365365L154.16666666666666,153.85262016674233L150,153.54394061878884L145.83333333333334,153.20313624911793L141.66666666666666,152.82491684721452L137.5,152.4027631722591L133.33333333333331,151.92854803235932L129.16666666666669,151.39200796190332L125,150.77999193893123L120.83333333333334,150.075369062808L116.66666666666667,149.25539979413182L112.5,148.2892360066356L108.33333333333333,147.13395300157322L104.16666666666666,145.72799862145223L100,143.97985924629793L95.83333333333333,141.74730370134247L91.66666666666667,138.79659719362053L87.5,138.41259722504847L83.33333333333334,137.25503172564768L79.16666666666667,134.47969712267266L75,134.93369949123607L70.83333333333333,130.90852582059327L66.66666666666666,129.6848290631172L62.5,127.45315604106571L58.333333333333336,123.12856037106577L54.166666666666664,122.53205003105055L50,116.3002682315175L45.833333333333336,113.33440499292902L41.66666666666667,108.79064861539476L37.5,100.94030853654786L33.33333333333333,97.94572488074049L29.166666666666668,86.292678893191L25,79.02685231339763L20.833333333333336,68.43939896121515L16.666666666666664,50.2353465200286L12.5,41.27296829134944L8.333333333333332,12.67682838130671L4.166666666666666,5.684341886080802e-14Z" fill="rgb(112,105,112)" stroke="rgb(119,153,119)"/></g><g><path d="M-8.333333333333332,180L-4.166666666666666,300L-4.166666666666666,300L-8.333333333333332,195ZM12.5,300L16.666666666666664,273.6239779087334L20.833333333333336,262.3658057299514L25,248.4148814084279L29.166666666666668,235.1239199681399L33.33333333333333,229.42636177174398L37.5,216.20535208014826L41.66666666666667,210.4254662655149L45.833333333333336,203.38710112009142L50,196.42502425824108L54.166666666666664,194.08607505006893L58.333333333333336,186.673069041824L62.5,184.06653516999842L66.66666666666666,180.26640729608437L70.83333333333333,176.2164501557153L75,175.6129667239072L79.16666666666667,170.81472796524702L83.33333333333334,169.77315665220397L87.5,167.56721967596866L91.66666666666667,164.97992840646265L95.83333333333333,165.3003997195665L100,165.54287385421753L104.16666666666666,165.73273635649554L108.33333333333333,165.8854347171025L112.5,166.01090807769253L116.66666666666667,166.1158415154445L120.83333333333334,166.20489701030635L125,166.28142492582873L129.16666666666669,166.34789496546475L133.33333333333331,166.40616768776422L137.5,166.45767140329122L141.66666666666666,166.50352080993014L145.83333333333334,166.5445985884391L150,166.58161278269193L154.16666666666666,166.61513795363055L158.33333333333334,166.64564521929407L162.5,166.67352453173444L166.66666666666669,166.69910143472285L170.83333333333331,166.72264983429682L175,166.74440184670803L179.16666666666666,166.7645554754258L183.33333333333334,166.78328065574954L187.5,166.8007240581217L191.66666666666666,166.81701293769345L195.83333333333334,166.83225824400424L200,166.84655715153278L204.16666666666669,166.85999513316114L208.33333333333331,166.8726476700586L212.5,166.88458167025385L216.66666666666666,166.89585665219752L220.83333333333334,166.90652573751777L225,166.91663648791763L229.16666666666666,166.9262316140315L233.33333333333334,166.93534957853035L237.5,166.94402511143113L241.66666666666669,166.95228965217171L245.83333333333331,166.96017173031044L250,166.96769729456742L254.16666666666666,166.97488999820524L258.33333333333337,166.9817714473608L262.5,166.9883614178214L266.66666666666663,166.99467804482643L270.8333333333333,167.00073798972986L275,167.00655658675058L279.1666666666667,167.01214797253155L283.3333333333333,167.01752520081106L287.5,167.02270034416634L291.6666666666667,167.02768458449728L295.83333333333337,167.03248829367814L300,167.03712110560133L300,171.84882323747829L295.83333333333337,171.86033357508722L291.6666666666667,171.87226851122605L287.5,171.88465198154273L283.3333333333333,171.8975097552193L279.1666666666667,171.9108696139668L275,171.92476155240675L270.8333333333333,171.9392180028801L266.66666666666663,171.95427408823073L262.5,171.96996790671128L258.33333333333337,171.98634085387454L254.16666666666666,172.0034379871777L250,172.02130844006143L245.83333333333331,172.04000589351566L241.66666666666669,172.05958911466536L237.5,172.0801225737578L233.33333333333334,172.10167715319707L229.16666666666666,172.12433096505626L225,172.1481702969358L220.83333333333334,172.17329071030693L216.66666666666666,172.19979832081486L212.5,172.22781129670457L208.33333333333331,172.25746161999632L204.16666666666669,172.28889716577604L200,172.32228416872138L195.83333333333334,172.35781016369418L191.66666666666666,172.39568751021685L187.5,172.43615764072322L183.33333333333334,172.47949621213118L179.16666666666666,172.52601939306058L175,172.57609158991062L170.83333333333331,172.6301350112018L166.66666666666669,172.68864160152785L162.5,172.75218805954702L158.33333333333334,172.8214549116909L154.16666666666666,172.89725097963742L150,172.98054510905575L145.83333333333334,173.0725078045499L141.66666666666666,173.17456657721422L137.5,173.28848057984018L133.33333333333331,173.41644285494667L129.16666666666669,173.56122289743092L125,173.72636938077105L120.83333333333334,173.91650490942547L116.66666666666667,174.13776552366772L112.5,174.3984752859069L108.33333333333333,174.71021700244273L104.16666666666666,175.08959991546868L100,175.56131807211636L95.83333333333333,176.1637511511076L91.66666666666667,176.95997017941468L87.5,180.78942809693166L83.33333333333334,184.37721491552824L79.16666666666667,186.9562013256982L75,193.46514339114148L70.83333333333333,195.82808037255367L66.66666666666666,201.8207283277982L62.5,207.7618640313836L58.333333333333336,212.72155482185678L54.166666666666664,222.710324512646L50,227.5599532341938L45.833333333333336,237.17047598091875L41.66666666666667,246.93174316679986L37.5,255.3849886197173L33.33333333333333,270.99390800103237L29.166666666666668,277.71156010251445L25,290.2654671015836L20.833333333333336,300L16.666666666666664,300L12.5,300Z" fill="rgb(116,112,116)" stroke="rgb(119,153,119)"/></g><g><path d="M-8.333333333333332,105L-4.166666666666666,0L-4.166666666666666,0L-8.333333333333332,120ZM16.666666666666664,0L20.833333333333336,0L25,-5.684341886080802e-14L29.166666666666668,4.388446759904127L33.33333333333333,17.133324409759553L37.5,24.223612552907724L41.66666666666667,36.944748828006L45.833333333333336,46.59476205839701L50,54.61166176548534L54.166666666666664,65.68479719722697L58.333333333333336,71.29760268404252L62.5,80.2293385246482L66.66666666666666,86.67011504229083L70.83333333333333,91.72562112287184L75,99.2304961864011L79.16666666666667,102.16963691913983L83.33333333333334,107.99990904632043L87.5,111.90753443261181L91.66666666666667,114.76690187637524L95.83333333333333,119.94551096585903L100,123.8637361121512L104.16666666666666,126.93179131661401L108.33333333333333,129.39929803517123L112.5,131.42686636678448L116.66666666666667,133.12252283372365L120.83333333333334,134.5616020158623L125,135.79824362064426L129.16666666666669,136.87235645808803L133.33333333333331,137.81400595066364L137.5,138.64627267303305L141.66666666666666,139.38716942184953L145.83333333333334,140.0509597471126L150,140.6490851797488L154.16666666666666,141.1908302528647L158.33333333333334,141.68380792918262L162.5,142.13431958157932L166.66666666666669,142.5476257867857L170.83333333333331,142.92815268916473L175,143.27965113717377L179.16666666666666,143.60532073877738L183.33333333333334,143.9079075384738L187.5,144.18978163572515L191.66666666666666,144.45299939144533L195.83333333333334,144.69935367841194L200,144.9304147733347L204.16666666666669,145.14756386268922L208.33333333333331,145.35202067334043L212.5,145.5448663957434L216.66666666666666,145.72706280955515L220.83333333333334,145.89946832592187L225,146.0628515111897L229.16666666666666,146.21790254158358L233.33333333333334,146.365242948978L237.5,146.50543394798177L241.66666666666669,146.63898357957063L245.83333333333331,146.76635286294834L250,146.88796111264568L254.16666666666666,147.00419055008285L258.33333333333337,147.1153903164539L262.5,147.22187997568898L266.66666666666663,147.3239525815209L270.8333333333333,147.42187737065217L275,147.51590213414184L279.1666666666667,147.60625531099146L283.3333333333333,147.69314784116781L287.5,147.7767748097086L291.6666666666667,147.85731690888133L295.83333333333337,147.93494174146363L300,148.00980498492498L300,153.59118196693328L295.83333333333337,153.53352465961612L291.6666666666667,153.4737404635179L287.5,153.41170948076513L283.3333333333333,153.34730262898816L279.1666666666667,153.28038074470552L275,153.21079357957836L270.8333333333333,153.1383786743019L266.66666666666663,153.0629600923669L262.5,152.9843469929204L258.33333333333337,152.9023320183517L254.16666666666666,152.81668946792493L250,152.72717322358702L245.83333333333331,152.63351438780975L241.66666666666669,152.5354185857188L237.5,152.43256287449668L233.33333333333334,152.32459219170318L229.16666666666666,152.2111152602133L225,152.09169985024815L220.83333333333334,151.9658672775744L216.66666666666666,151.83308599024664L212.5,151.69276406272226L208.33333333333331,151.5442403738291L204.16666666666669,151.38677419123061L200,151.21953281616226L195.83333333333334,151.04157685348915L191.66666666666666,150.85184255698002L187.5,150.64912054907342L183.33333333333334,150.43203001574173L179.16666666666666,150.19898721271093L175,149.9481667641793L170.83333333333331,149.67745375334343L166.66666666666669,149.38438394313363L162.5,149.0660685484504L158.33333333333334,148.71909869260114L154.16666666666666,148.33942284541948L150,147.92218788839656L145.83333333333334,147.46153055792024L141.66666666666666,146.95030019962564L137.5,146.37968490750512L133.33333333333331,145.73869934552823L129.16666666666669,145.0134706262236L125,144.18622281944428L120.83333333333334,143.23380048571394L116.66666666666667,142.1254671191385L112.5,140.8195260257755L108.33333333333333,139.25795688987918L104.16666666666666,137.35756109347707L100,134.9946418074458L95.83333333333333,131.97694846486212L91.66666666666667,127.98854718884897L87.5,126.44299236518624L83.33333333333334,123.98398767671614L79.16666666666667,119.74877692489585L75,118.56286308470925L70.83333333333333,112.82541723120329L66.66666666666666,109.68513071294495L62.5,105.306153314793L58.333333333333336,98.57336056380055L54.166666666666664,95.27340796492136L50,86.28468257206303L45.833333333333336,80.26911284548169L41.66666666666667,72.37055661738674L37.5,60.8661192349041L33.33333333333333,53.96301459119252L29.166666666666668,38.97750135073545L25,28.840364695995667L20.833333333333336,16.672330230273953L16.666666666666664,0Z" fill="rgb(119,119,119)" stroke="rgb(119,153,119)"/></g><g><path d="M-8.333333333333332,195L-4.166666666666666,300L-4.166666666666666,300L-8.333333333333332,210ZM20.833333333333336,300L25,290.2654671015836L29.166666666666668,277.71156010251445L33.33333333333333,270.99390800103237L37.5,255.38498861971726L41.66666666666667,246.93174316679983L45.833333333333336,237.17047598091875L50,227.5599532341938L54.166666666666664,222.71032451264603L58.333333333333336,212.72155482185684L62.5,207.76186403138362L66.66666666666666,201.82072832779818L70.83333333333333,195.82808037255367L75,193.4651433911415L79.16666666666667,186.95620132569817L83.33333333333334,184.37721491552827L87.5,180.78942809693163L91.66666666666667,176.9599701794147L95.83333333333333,176.1637511511076L100,175.56131807211636L104.16666666666666,175.08959991546868L108.33333333333333,174.71021700244273L112.5,174.39847528590693L116.66666666666667,174.13776552366767L120.83333333333334,173.91650490942547L125,173.72636938077108L129.16666666666669,173.56122289743087L133.33333333333331,173.41644285494664L137.5,173.2884805798402L141.66666666666666,173.1745665772142L145.83333333333334,173.07250780454996L150,172.98054510905575L154.16666666666666,172.89725097963742L158.33333333333334,172.82145491169092L162.5,172.75218805954702L166.66666666666669,172.68864160152782L170.83333333333331,172.6301350112018L175,172.57609158991065L179.16666666666666,172.52601939306055L183.33333333333334,172.47949621213115L187.5,172.43615764072325L191.66666666666666,172.39568751021682L195.83333333333334,172.35781016369418L200,172.32228416872135L204.16666666666669,172.288897165776L208.33333333333331,172.25746161999632L212.5,172.2278112967046L216.66666666666666,172.19979832081486L220.83333333333334,172.17329071030696L225,172.14817029693583L229.16666666666666,172.12433096505632L233.33333333333334,172.10167715319707L237.5,172.08012257375776L241.66666666666669,172.0595891146653L245.83333333333331,172.04000589351563L250,172.02130844006143L254.16666666666666,172.00343798717773L258.33333333333337,171.98634085387454L262.5,171.9699679067113L266.66666666666663,171.95427408823073L270.8333333333333,171.9392180028801L275,171.92476155240672L279.1666666666667,171.9108696139668L283.3333333333333,171.8975097552193L287.5,171.8846519815428L291.6666666666667,171.87226851122608L295.83333333333337,171.86033357508722L300,171.8488232374783L300,178.32078758806583L295.83333333333337,178.35042116926178L291.6666666666667,178.38114788737863L287.5,178.41302936519315L283.3333333333333,178.44613194595036L279.1666666666667,178.48052715418945L275,178.51629221162872L270.8333333333333,178.55351061594158L266.66666666666663,178.592272791552L262.5,178.6326768231295L258.33333333333337,178.67482928430505L254.16666666666666,178.71884617635214L250,178.7648539942399L245.83333333333331,178.81299094068905L241.66666666666669,178.86340831277093L237.5,178.91627209035266L233.33333333333334,178.97176476152012L229.16666666666666,179.0300874272783L225,179.09146223668097L220.83333333333334,179.15613521453807L216.66666666666666,179.22437955757854L212.5,179.29649949217762L208.33333333333331,179.3728348085345L204.16666666666669,179.45376621384605L200,179.53972168242447L195.83333333333334,179.63118402630715L191.66666666666666,179.72869996908847L187.5,179.8328910831216L183.33333333333334,179.9444670523388L179.16666666666666,180.06424185881332L175,180.1931536736905L170.83333333333331,180.33228948076672L166.66666666666669,180.4829158006741L162.5,180.6465173549818L158.33333333333334,180.82484617181876L154.16666666666666,181.01998457784467L150,181.2344268845021L145.83333333333334,181.47118657796332L141.66666666666666,181.73393881245545L137.5,182.02721256000873L133.33333333333331,182.35665384993615L129.16666666666669,182.72939279906834L125,183.15456553418352L120.83333333333334,183.64407303761635L116.66666666666667,184.21371266074314L112.5,184.88491485918257L108.33333333333333,185.68749978614096L104.16666666666666,186.6642282488048L100,187.87867553710842L95.83333333333333,189.42965085755114L91.66666666666667,191.47953175824665L87.5,196.67957890639246L83.33333333333334,201.76152520671417L79.16666666666667,205.9635607347022L75,214.2274097008283L70.83333333333333,218.310773249579L66.66666666666666,226.11730691123046L62.5,233.94188120361503L58.333333333333336,240.81296559267346L54.166666666666664,252.67159316919833L50,258.9421653747029L45.833333333333336,269.585068161433L41.66666666666667,279.6844233620569L37.5,287.28141469928863L33.33333333333333,300L29.166666666666668,300L25,300L20.833333333333336,300Z" fill="rgb(122,126,122)" stroke="rgb(119,153,119)"/></g><g><path d="M-8.333333333333332,90L-4.166666666666666,0L-4.166666666666666,0L-8.333333333333332,105ZM25,-5.684341886080802e-14L29.166666666666668,5.684341886080802e-14L33.33333333333333,-1.1368683772161603e-13L37.5,0L41.66666666666667,9.000006751726517L45.833333333333336,17.004472421072194L50,24.667516961257206L54.166666666666664,36.18891660549099L58.333333333333336,42.99182803229192L62.5,53.37078103652294L66.66666666666666,61.38412466271444L70.83333333333333,68.05243205937398L75,77.15554863672685L79.16666666666667,81.79421921568743L83.33333333333334,89.23321582049397L87.5,94.64940988610482L91.66666666666667,98.91352383175067L95.83333333333333,105.3931171226377L100,110.29568940245233L104.16666666666666,114.1345097450185L108.33333333333333,117.22191018450124L112.5,119.75884972392609L116.66666666666667,121.88049360107064L120.83333333333334,123.68110215300325L125,125.22841621110607L129.16666666666669,126.57237058474075L133.33333333333331,127.75058381324078L137.5,128.79193483574687L141.66666666666666,129.7189616724741L145.83333333333334,130.5495112010849L150,131.2978993248938L154.16666666666666,131.975743062561L158.33333333333334,132.59256792592308L162.5,133.15625833581788L166.66666666666669,133.67339644531057L170.83333333333331,134.14952034673897L175,134.58932318686857L179.16666666666666,134.99680838784312L183.33333333333334,135.37541186289693L187.5,135.7280991342983L191.66666666666666,136.0574431675196L195.83333333333334,136.36568724569335L200,136.65479613469734L204.16666666666669,136.9264980064144L208.33333333333331,137.1823190107961L212.5,137.42361195789184L216.66666666666666,137.65158024824913L220.83333333333334,137.86729794538715L225,138.07172669697124L229.16666666666666,138.26573006716686L233.33333333333334,138.45008573076927L237.5,138.62549589224147L241.66666666666669,138.792596223989L245.83333333333331,138.9519635637087L250,139.10412256726343L254.16666666666666,139.24955147877378L258.33333333333337,139.3886871516303L262.5,139.52192943147912L266.66666666666663,139.64964499380545L270.8333333333333,139.77217071368554L275,139.8898166329194L279.1666666666667,140.00286857957317L283.3333333333333,140.1115904865235L287.5,140.2162264485995L291.6666666666667,140.31700255206977L295.83333333333337,140.41412850533547L300,140.50779909558162L300,148.00980498492495L295.83333333333337,147.93494174146363L291.6666666666667,147.8573169088813L287.5,147.77677480970854L283.3333333333333,147.69314784116784L279.1666666666667,147.60625531099146L275,147.51590213414187L270.8333333333333,147.42187737065217L266.66666666666663,147.32395258152087L262.5,147.22187997568898L258.33333333333337,147.11539031645387L254.16666666666666,147.0041905500828L250,146.88796111264566L245.83333333333331,146.76635286294834L241.66666666666669,146.63898357957063L237.5,146.50543394798177L233.33333333333334,146.365242948978L229.16666666666666,146.21790254158358L225,146.06285151118968L220.83333333333334,145.89946832592184L216.66666666666666,145.72706280955518L212.5,145.5448663957434L208.33333333333331,145.3520206733405L204.16666666666669,145.14756386268922L200,144.93041477333472L195.83333333333334,144.69935367841194L191.66666666666666,144.4529993914453L187.5,144.1897816357251L183.33333333333334,143.9079075384738L179.16666666666666,143.60532073877738L175,143.27965113717374L170.83333333333331,142.9281526891648L166.66666666666669,142.54762578678572L162.5,142.13431958157932L158.33333333333334,141.68380792918262L154.16666666666666,141.1908302528647L150,140.6490851797488L145.83333333333334,140.05095974711259L141.66666666666666,139.3871694218495L137.5,138.64627267303305L133.33333333333331,137.81400595066367L129.16666666666669,136.87235645808803L125,135.79824362064429L120.83333333333334,134.56160201586226L116.66666666666667,133.12252283372368L112.5,131.42686636678445L108.33333333333333,129.3992980351712L104.16666666666666,126.93179131661405L100,123.8637361121512L95.83333333333333,119.94551096585907L91.66666666666667,114.76690187637524L87.5,111.90753443261185L83.33333333333334,107.99990904632038L79.16666666666667,102.16963691913983L75,99.23049618640113L70.83333333333333,91.72562112287181L66.66666666666666,86.67011504229083L62.5,80.22933852464821L58.333333333333336,71.29760268404253L54.166666666666664,65.68479719722696L50,54.611661765485316L45.833333333333336,46.594762058396995L41.66666666666667,36.94474882800597L37.5,24.223612552907774L33.33333333333333,17.13332440975954L29.166666666666668,4.388446759904155L25,-5.684341886080802e-14Z" fill="rgb(126,133,126)" stroke="rgb(119,153,119)"/></g><g><path d="M-8.333333333333332,210L-4.166666666666666,300L-4.166666666666666,300L-8.333333333333332,225ZM33.33333333333333,300L37.5,287.28141469928863L41.66666666666667,279.6844233620569L45.833333333333336,269.585068161433L50,258.9421653747029L54.166666666666664,252.6715931691983L58.333333333333336,240.81296559267344L62.5,233.941881203615L66.66666666666666,226.11730691123046L70.83333333333333,218.31077324957903L75,214.22740970082828L79.16666666666667,205.96356073470218L83.33333333333334,201.7615252067141L87.5,196.67957890639252L91.66666666666667,191.47953175824665L95.83333333333333,189.4296508575511L100,187.8786755371084L104.16666666666666,186.66422824880482L108.33333333333333,185.68749978614096L112.5,184.88491485918257L116.66666666666667,184.21371266074314L120.83333333333334,183.64407303761635L125,183.1545655341835L129.16666666666669,182.72939279906836L133.33333333333331,182.35665384993618L137.5,182.0272125600087L141.66666666666666,181.73393881245545L145.83333333333334,181.4711865779633L150,181.23442688450217L154.16666666666666,181.01998457784464L158.33333333333334,180.82484617181873L162.5,180.64651735498182L166.66666666666669,180.48291580067414L170.83333333333331,180.3322894807667L175,180.19315367369052L179.16666666666666,180.06424185881332L183.33333333333334,179.94446705233878L187.5,179.83289108312158L191.66666666666666,179.7286999690885L195.83333333333334,179.63118402630715L200,179.5397216824245L204.16666666666669,179.45376621384605L208.33333333333331,179.37283480853452L212.5,179.2964994921776L216.66666666666666,179.2243795575785L220.83333333333334,179.15613521453804L225,179.09146223668097L229.16666666666666,179.03008742727832L233.33333333333334,178.97176476152012L237.5,178.91627209035263L241.66666666666669,178.86340831277099L245.83333333333331,178.81299094068908L250,178.7648539942399L254.16666666666666,178.71884617635214L258.33333333333337,178.67482928430505L262.5,178.6326768231295L266.66666666666663,178.59227279155203L270.8333333333333,178.5535106159416L275,178.51629221162875L279.1666666666667,178.48052715418945L283.3333333333333,178.44613194595036L287.5,178.41302936519315L291.6666666666667,178.3811478873786L295.83333333333337,178.3504211692618L300,178.3207875880658L300,187.01357927518197L295.83333333333337,187.06235634237032L291.6666666666667,187.1129327200328L287.5,187.1654098396606L283.3333333333333,187.219896902666L279.1666666666667,187.2765116389052L275,187.33538115582834L270.8333333333333,187.39664289114822L266.66666666666663,187.4604456840544L262.5,187.52695098255L258.33333333333337,187.5963342075242L254.16666666666666,187.6687862978268L250,187.74451546499893L245.83333333333331,187.8237491916168L241.66666666666669,187.90673651364287L237.5,187.9937506350167L233.33333333333334,188.0850919323136L229.16666666666666,188.1810914190943L225,188.2821147541446L220.83333333333334,188.3885668959003L216.66666666666666,188.50089752795213L212.5,188.61960740889066L208.33333333333331,188.74525583559137L204.16666666666669,188.87846945457372L200,189.01995271433654L195.83333333333334,189.17050032663013L191.66666666666666,189.33101220204333L187.5,189.50251145270778L183.33333333333334,189.6861662229873L179.16666666666666,189.88331633266313L175,190.095506017536L170.83333333333331,190.3245244599973L166.66666666666669,190.57245636123668L162.5,190.8417455826035L158.33333333333334,191.13527597378163L154.16666666666666,191.4564750579826L150,191.80944848804737L145.83333333333334,192.19915648179472L141.66666666666666,192.63164836696177L137.5,193.11437886093628L133.33333333333331,193.6566413646519L129.16666666666669,194.2701720967385L125,194.9700091812336L120.83333333333334,195.77574171238518L116.66666666666667,196.71337223319927L112.5,197.8181754128654L108.33333333333333,199.13923541731322L104.16666666666666,200.74693681300354L100,202.74592494023904L95.83333333333333,205.29884039491554L91.66666666666667,208.67295767625188L87.5,215.27921727931377L83.33333333333334,221.84022267755356L79.16666666666667,227.5780775163402L75,237.40827116862442L70.83333333333333,242.86678453280857L66.66666666666666,251.952436022178L62.5,260.8639970753764L58.333333333333336,268.48688694087264L54.166666666666664,280.5478057081495L50,285.8944147223841L45.833333333333336,294.26045412573706L41.66666666666667,300L37.5,300L33.33333333333333,300Z" fill="rgb(129,139,129)" stroke="rgb(119,153,119)"/></g><g><path d="M-8.333333333333332,75L-4.166666666666666,0L-4.166666666666666,0L-8.333333333333332,90ZM37.5,0L41.66666666666667,0L45.833333333333336,5.684341886080802e-14L50,2.777296674545937L54.166666666666664,11.490026139881593L58.333333333333336,17.109968538921862L62.5,27.245473743877994L66.66666666666666,35.63236943116601L70.83333333333333,43.07202960202471L75,53.19371557182194L79.16666666666667,59.16133639085004L83.33333333333334,67.98388939632571L87.5,74.78931000212134L91.66666666666667,80.41542972827659L95.83333333333333,88.20815417757564L100,94.10426418853862L104.16666666666666,98.72104610632576L108.33333333333333,102.43412805598624L112.5,105.4851946720151L116.66666666666667,108.03680329494864L120.83333333333334,110.2023167240086L125,112.06320390473334L129.16666666666669,113.67951925602162L133.33333333333331,115.09650495559214L137.5,116.34889244491168L141.66666666666666,117.46378721861313L145.83333333333334,118.46265293863627L150,119.36270671796416L154.16666666666666,120.17791983863219L158.33333333333334,120.91974821857346L162.5,121.59767410710114L166.66666666666669,122.21961357283516L170.83333333333331,122.79222703806221L175,123.32115874585463L179.16666666666666,123.81122343754265L183.33333333333334,124.26655333622477L187.5,124.6907149462863L191.66666666666666,125.0868026611625L195.83333333333334,125.45751437970725L200,125.80521304021104L204.16666666666669,126.1319770396781L208.33333333333331,126.43964181214042L212.5,126.72983432328479L216.66666666666666,127.00400185050145L220.83333333333334,127.26343612317382L225,127.5092936730372L229.16666666666666,127.74261307107665L233.33333333333334,127.96432959287466L237.5,128.1752877491346L241.66666666666669,128.37625203535393L245.83333333333331,128.56791618909028L250,128.75091119108367L254.16666666666666,128.92581220469447L258.33333333333337,129.09314461445595L262.5,129.25338929730026L266.66666666666663,129.4069872378525L270.8333333333333,129.5543435810847L275,129.6958312007573L279.1666666666667,129.83179384982805L283.3333333333333,129.96254894886454L287.5,130.08839006007943L291.6666666666667,130.2095890875743L295.83333333333337,130.32639823850346L300,130.439051774925L300,140.50779909558165L295.83333333333337,140.41412850533544L291.6666666666667,140.3170025520698L287.5,140.21622644859954L283.3333333333333,140.1115904865235L279.1666666666667,140.0028685795732L275,139.88981663291938L270.8333333333333,139.7721707136855L266.66666666666663,139.64964499380545L262.5,139.52192943147915L258.33333333333337,139.3886871516303L254.16666666666666,139.24955147877384L250,139.10412256726346L245.83333333333331,138.9519635637087L241.66666666666669,138.79259622398897L237.5,138.62549589224147L233.33333333333334,138.4500857307693L229.16666666666666,138.26573006716688L225,138.0717266969712L220.83333333333334,137.86729794538715L216.66666666666666,137.65158024824913L212.5,137.42361195789184L208.33333333333331,137.18231901079605L204.16666666666669,136.92649800641442L200,136.6547961346973L195.83333333333334,136.36568724569338L191.66666666666666,136.05744316751966L187.5,135.72809913429836L183.33333333333334,135.37541186289693L179.16666666666666,134.99680838784317L175,134.58932318686857L170.83333333333331,134.14952034673894L166.66666666666669,133.67339644531057L162.5,133.15625833581788L158.33333333333334,132.59256792592308L154.16666666666666,131.975743062561L150,131.2978993248938L145.83333333333334,130.5495112010849L141.66666666666666,129.71896167247414L137.5,128.79193483574687L133.33333333333331,127.75058381324081L129.16666666666669,126.57237058474074L125,125.2284162111061L120.83333333333334,123.68110215300331L116.66666666666667,121.88049360107064L112.5,119.75884972392613L108.33333333333333,117.22191018450123L104.16666666666666,114.1345097450185L100,110.29568940245234L95.83333333333333,105.39311712263768L91.66666666666667,98.91352383175067L87.5,94.64940988610479L83.33333333333334,89.233215820494L79.16666666666667,81.79421921568743L75,77.15554863672682L70.83333333333333,68.052432059374L66.66666666666666,61.38412466271443L62.5,53.370781036522935L58.333333333333336,42.99182803229188L54.166666666666664,36.188916605491L50,24.667516961257178L45.833333333333336,17.00447242107221L41.66666666666667,9.00000675172654L37.5,0Z" fill="rgb(133,146,133)" stroke="rgb(119,153,119)"/></g><g><path d="M-8.333333333333332,225L-4.166666666666666,300L-4.166666666666666,300L-8.333333333333332,240ZM41.66666666666667,300L45.833333333333336,294.26045412573706L50,285.8944147223841L54.166666666666664,280.54780570814955L58.333333333333336,268.48688694087264L62.5,260.8639970753764L66.66666666666666,251.95243602217798L70.83333333333333,242.86678453280854L75,237.40827116862442L79.16666666666667,227.57807751634024L83.33333333333334,221.84022267755358L87.5,215.27921727931374L91.66666666666667,208.67295767625188L95.83333333333333,205.29884039491557L100,202.74592494023906L104.16666666666666,200.74693681300351L108.33333333333333,199.13923541731322L112.5,197.81817541286537L116.66666666666667,196.71337223319927L120.83333333333334,195.77574171238518L125,194.97000918123365L129.16666666666669,194.2701720967385L133.33333333333331,193.6566413646519L137.5,193.11437886093626L141.66666666666666,192.63164836696177L145.83333333333334,192.19915648179472L150,191.8094484880473L154.16666666666666,191.45647505798263L158.33333333333334,191.13527597378163L162.5,190.8417455826035L166.66666666666669,190.57245636123668L170.83333333333331,190.32452445999732L175,190.09550601753594L179.16666666666666,189.88331633266313L183.33333333333334,189.6861662229873L187.5,189.50251145270778L191.66666666666666,189.33101220204333L195.83333333333334,189.17050032663013L200,189.0199527143365L204.16666666666669,188.87846945457375L208.33333333333331,188.74525583559134L212.5,188.61960740889066L216.66666666666666,188.50089752795216L220.83333333333334,188.38856689590034L225,188.28211475414452L229.16666666666666,188.18109141909426L233.33333333333334,188.08509193231362L237.5,187.99375063501668L241.66666666666669,187.90673651364284L245.83333333333331,187.82374919161683L250,187.7445154649989L254.16666666666666,187.6687862978268L258.33333333333337,187.59633420752422L262.5,187.52695098255003L266.66666666666663,187.46044568405435L270.8333333333333,187.3966428911482L275,187.33538115582837L279.1666666666667,187.27651163890516L283.3333333333333,187.219896902666L287.5,187.16540983966058L291.6666666666667,187.1129327200328L295.83333333333337,187.06235634237032L300,187.01357927518197L300,198.67145017149915L295.83333333333337,198.7383617540394L291.6666666666667,198.8077416012427L287.5,198.87972885516857L283.3333333333333,198.95447331652753L279.1666666666667,199.03213648520955L275,199.11289272513477L270.8333333333333,199.1969305711082L266.66666666666663,199.2844541982946L262.5,199.37568507842266L258.33333333333337,199.47086385099712L254.16666666666666,199.5702524428076L250,199.67413647503884L245.83333333333331,199.78282800456634L241.66666666666669,199.89666865484767L237.5,200.01603320257647L233.33333333333334,200.14133369942297L229.16666666666666,200.27302422437276L225,200.41160638216436L220.83333333333334,200.5576356881531L216.66666666666666,200.71172901092936L212.5,200.874573282933L208.33333333333331,201.04693573846507L204.16666666666669,201.22967600096604L200,201.42376042135822L195.83333333333334,201.63027917221552L191.66666666666666,201.85046673615676L187.5,202.08572660166107L183.33333333333334,202.33766121005027L179.16666666666666,202.60810850417425L175,202.89918684143328L170.83333333333331,203.21335059295245L166.66666666666669,203.55345951770755L162.5,203.92286606470452L158.33333333333334,204.32552625174586L154.16666666666666,204.7661418990823L150,205.2503450740926L145.83333333333334,205.7849401224077L141.66666666666666,206.3782254128209L137.5,207.04042720464955L133.33333333333331,207.78429403320948L129.16666666666669,208.62592545115578L125,209.5859505109468L120.83333333333334,210.6912412114994L116.66666666666667,211.97746741578206L112.5,213.49301833772466L108.33333333333333,215.30522683289533L104.16666666666666,217.51064529773288L100,220.25282449756088L95.83333333333333,223.75487214024224L91.66666666666667,228.38343100990198L87.5,236.24520246094818L83.33333333333334,244.02436908285006L79.16666666666667,250.8877729302338L75,261.6718948851162L70.83333333333333,267.6178271965075L66.66666666666666,276.7408172159504L62.5,285.01796527410056L58.333333333333336,291.01642689010714L54.166666666666664,300L50,300L45.833333333333336,300L41.66666666666667,300Z" fill="rgb(136,153,136)" stroke="rgb(119,153,119)"/></g><g><path d="M-8.333333333333332,60L-4.166666666666666,0L-4.166666666666666,0L-8.333333333333332,75ZM45.833333333333336,5.684341886080802e-14L50,-5.684341886080802e-14L54.166666666666664,0L58.333333333333336,-5.684341886080802e-14L62.5,6.637193523508529L66.66666666666666,13.00381451739861L70.83333333333333,19.4551856950672L75,29.306978462379135L79.16666666666667,35.673766080851095L83.33333333333334,45.22476866573916L87.5,52.96954234303817L91.66666666666667,59.6612538690604L95.83333333333333,68.58525142330714L100,75.33730221885861L104.16666666666666,80.62430432073958L108.33333333333333,84.87641594781866L112.5,88.3704071952231L116.66666666666667,91.29243392138326L120.83333333333334,93.7723158510411L125,95.90334881102348L129.16666666666669,97.7543053456262L133.33333333333331,99.37699545864652L137.5,100.8111925696021L141.66666666666666,102.08793708924807L145.83333333333334,103.23180856840827L150,104.26252353564095L154.16666666666666,105.19608148990508L158.33333333333334,106.04560140958628L162.5,106.82194208614203L166.66666666666669,107.5341687672227L170.83333333333331,108.1899087714358L175,108.79562571900829L179.16666666666666,109.35683330930615L183.33333333333334,109.87826364200325L187.5,110.36400097243524L191.66666666666666,110.81758890844137L195.83333333333334,111.2421170039936L200,111.6402912261336L204.16666666666669,112.01449169363786L208.33333333333331,112.36682029127343L212.5,112.69914017202396L216.66666666666666,113.01310871515082L220.83333333333334,113.31020517093842L225,113.59175396532333L229.16666666666666,113.85894443907983L233.33333333333334,114.11284764214244L237.5,114.35443068319069L241.66666666666669,114.58456903985658L245.83333333333331,114.80405715987266L250,115.01361762371988L254.16666666666666,115.21390909146683L258.33333333333337,115.4055332179419L262.5,115.58904068918477L266.66666666666663,115.76493650774529L270.8333333333333,115.93368463366227L275,116.09571207093788L279.1666666666667,116.251412475292L283.3333333333333,116.40114934737036L287.5,116.54525886593629L291.6666666666667,116.68405240752477L295.83333333333337,116.81781879230942L300,116.94682629027031L300,130.439051774925L295.83333333333337,130.3263982385035L291.6666666666667,130.2095890875743L287.5,130.0883900600794L283.3333333333333,129.96254894886454L279.1666666666667,129.83179384982807L275,129.69583120075734L270.8333333333333,129.55434358108468L266.66666666666663,129.40698723785252L262.5,129.2533892973002L258.33333333333337,129.09314461445595L254.16666666666666,128.92581220469444L250,128.7509111910837L245.83333333333331,128.56791618909025L241.66666666666669,128.3762520353539L237.5,128.17528774913464L233.33333333333334,127.96432959287463L229.16666666666666,127.74261307107665L225,127.50929367303723L220.83333333333334,127.26343612317383L216.66666666666666,127.00400185050145L212.5,126.72983432328478L208.33333333333331,126.43964181214044L204.16666666666669,126.13197703967809L200,125.80521304021106L195.83333333333334,125.45751437970725L191.66666666666666,125.08680266116244L187.5,124.69071494628629L183.33333333333334,124.26655333622475L179.16666666666666,123.81122343754261L175,123.32115874585462L170.83333333333331,122.79222703806221L166.66666666666669,122.21961357283517L162.5,121.59767410710108L158.33333333333334,120.91974821857343L154.16666666666666,120.17791983863222L150,119.36270671796416L145.83333333333334,118.46265293863627L141.66666666666666,117.46378721861312L137.5,116.34889244491173L133.33333333333331,115.09650495559208L129.16666666666669,113.67951925602163L125,112.06320390473331L120.83333333333334,110.20231672400857L116.66666666666667,108.03680329494861L112.5,105.4851946720151L108.33333333333333,102.43412805598624L104.16666666666666,98.72104610632576L100,94.1042641885386L95.83333333333333,88.20815417757565L91.66666666666667,80.41542972827659L87.5,74.78931000212137L83.33333333333334,67.9838893963257L79.16666666666667,59.16133639085002L75,53.193715571821954L70.83333333333333,43.07202960202471L66.66666666666666,35.632369431166L62.5,27.24547374387799L58.333333333333336,17.109968538921844L54.166666666666664,11.49002613988162L50,2.777296674545932L45.833333333333336,5.684341886080802e-14Z" fill="rgb(139,160,139)" stroke="rgb(119,153,119)"/></g><g><path d="M-8.333333333333332,240L-4.166666666666666,300L-4.166666666666666,300L-8.333333333333332,255ZM54.166666666666664,300L58.333333333333336,291.01642689010714L62.5,285.01796527410056L66.66666666666666,276.7408172159504L70.83333333333333,267.6178271965075L75,261.6718948851162L79.16666666666667,250.88777293023378L83.33333333333334,244.02436908285006L87.5,236.24520246094818L91.66666666666667,228.38343100990198L95.83333333333333,223.7548721402422L100,220.25282449756082L104.16666666666666,217.51064529773288L108.33333333333333,215.3052268328953L112.5,213.4930183377247L116.66666666666667,211.9774674157821L120.83333333333334,210.6912412114994L125,209.58595051094676L129.16666666666669,208.62592545115578L133.33333333333331,207.78429403320945L137.5,207.0404272046496L141.66666666666666,206.37822541282088L145.83333333333334,205.78494012240768L150,205.25034507409265L154.16666666666666,204.7661418990823L158.33333333333334,204.32552625174586L162.5,203.92286606470446L166.66666666666669,203.55345951770752L170.83333333333331,203.21335059295245L175,202.8991868414333L179.16666666666666,202.60810850417428L183.33333333333334,202.3376612100503L187.5,202.08572660166107L191.66666666666666,201.85046673615676L195.83333333333334,201.63027917221552L200,201.42376042135825L204.16666666666669,201.22967600096598L208.33333333333331,201.04693573846507L212.5,200.87457328293303L216.66666666666666,200.71172901092936L220.83333333333334,200.55763568815314L225,200.4116063821644L229.16666666666666,200.2730242243728L233.33333333333334,200.14133369942294L237.5,200.01603320257647L241.66666666666669,199.8966686548477L245.83333333333331,199.78282800456628L250,199.6741364750389L254.16666666666666,199.5702524428076L258.33333333333337,199.4708638509971L262.5,199.37568507842266L266.66666666666663,199.28445419829467L270.8333333333333,199.19693057110814L275,199.11289272513477L279.1666666666667,199.03213648520958L283.3333333333333,198.9544733165275L287.5,198.87972885516857L291.6666666666667,198.80774160124272L295.83333333333337,198.73836175403937L300,198.67145017149915L300,214.27994283660544L295.83333333333337,214.36018550971L291.6666666666667,214.44338821076457L287.5,214.52971780371644L283.3333333333333,214.61935393473448L279.1666666666667,214.71249028004618L275,214.8093359428666L270.8333333333333,214.9101170206239L266.66666666666663,215.01507836720435L262.5,215.1244855791284L258.33333333333337,215.23862723957396L254.16666666666666,215.3578174601636L250,215.48239876765408L245.83333333333331,215.6127453913923L241.66666666666669,215.74926701798884L237.5,215.89241309255542L233.33333333333334,216.04267776163934L229.16666666666666,216.20060557239114L225,216.36679806648004L220.83333333333334,216.54192143704287L216.66666666666666,216.7267154541279L212.5,216.9220039107637L208.33333333333331,217.12870690073467L204.16666666666669,217.34785531406183L200,217.58060803203648L195.83333333333334,217.8282724271363L191.66666666666666,218.0923289334131L187.5,218.37446066256376L183.33333333333334,218.6765893173829L179.16666666666666,219.00091902220424L175,219.3499901841432L170.83333333333331,219.7267461695407L166.66666666666669,220.13461649980306L162.5,220.57762154718083L158.33333333333334,221.06050550440233L154.16666666666666,221.5889069561646L150,222.1695800715431L145.83333333333334,222.81068485604678L141.66666666666666,223.52217299919062L137.5,224.31630818317035L133.33333333333331,225.20837889038398L129.16666666666669,226.2176922585767L125,227.36898735757796L120.83333333333334,228.6944900135138L116.66666666666667,230.23697675393288L112.5,232.05447758989985L108.33333333333333,234.22774039963588L104.16666666666666,236.87255414060962L100,240.16106983209838L95.83333333333333,244.36084591749116L91.66666666666667,249.91157304459162L87.5,258.5388324980223L83.33333333333334,266.837347245179L79.16666666666667,273.8510439028941L75,284.24697137601584L70.83333333333333,288.874973458227L66.66666666666666,295.6108023751136L62.5,300L58.333333333333336,300L54.166666666666664,300Z" fill="rgb(143,167,143)" stroke="rgb(119,153,119)"/></g><g><path d="M-8.333333333333332,45L-4.166666666666666,0L-4.166666666666666,0L-8.333333333333332,60ZM58.333333333333336,-5.684341886080802e-14L62.5,0L66.66666666666666,0L70.83333333333333,2.190444324755049L75,9.305002199557123L79.16666666666667,14.197512486553364L83.33333333333334,23.08698174029243L87.5,30.74785723080251L91.66666666666667,37.761050045941886L95.83333333333333,47.28505494544132L100,54.49108166918239L104.16666666666666,60.133556761302515L108.33333333333333,64.67156024274098L112.5,68.4004709194648L116.66666666666667,71.51896088847812L120.83333333333334,74.16557833818845L125,76.43989186511322L129.16666666666669,78.41529795382598L133.33333333333331,80.14709006748706L137.5,81.6777158020368L141.66666666666666,83.04030257849001L145.83333333333334,84.26108256029704L150,85.36109792204934L154.16666666666666,86.35742389326694L158.33333333333334,87.26406151033086L162.5,88.0925996584256L166.66666666666669,88.85271308953449L170.83333333333331,89.5525419470572L175,90.19898443444279L179.16666666666666,90.7979249660983L183.33333333333334,91.35441380567576L187.5,91.8728098145028L191.66666666666666,92.35689485583288L195.83333333333334,92.80996621061936L200,93.23491178231677L204.16666666666669,93.63427171761953L208.33333333333331,94.01028922207507L212.5,94.36495271825265L216.66666666666666,94.70003101974831L220.83333333333334,95.01710283463223L225,95.3175816369706L229.16666666666666,95.60273673318031L233.33333333333334,95.8737111855227L237.5,96.13153712648617L241.66666666666669,96.37714889667387L245.83333333333331,96.61139435872244L250,96.83504467600343L254.16666666666666,97.04880279377008L258.33333333333337,97.25331081927291L262.5,97.44915646407367L266.66666666666663,97.63687868470274L270.8333333333333,97.81697263567546L275,97.98989403072127L279.1666666666667,98.1560629931071L283.3333333333333,98.315867463541L287.5,98.46966622385486L291.6666666666667,98.61779158606745L295.83333333333337,98.76055178925367L300,98.89823314059683L300,116.94682629027034L295.83333333333337,116.81781879230944L291.6666666666667,116.68405240752476L287.5,116.54525886593633L283.3333333333333,116.40114934737034L279.1666666666667,116.251412475292L275,116.09571207093785L270.8333333333333,115.9336846336623L266.66666666666663,115.76493650774526L262.5,115.58904068918477L258.33333333333337,115.40553321794191L254.16666666666666,115.2139090914668L250,115.01361762371985L245.83333333333331,114.80405715987266L241.66666666666669,114.5845690398566L237.5,114.35443068319067L233.33333333333334,114.11284764214244L229.16666666666666,113.85894443907982L225,113.59175396532333L220.83333333333334,113.31020517093836L216.66666666666666,113.0131087151508L212.5,112.69914017202399L208.33333333333331,112.36682029127346L204.16666666666669,112.01449169363785L200,111.64029122613356L195.83333333333334,111.24211700399356L191.66666666666666,110.81758890844141L187.5,110.3640009724352L183.33333333333334,109.87826364200325L179.16666666666666,109.35683330930613L175,108.7956257190083L170.83333333333331,108.1899087714358L166.66666666666669,107.53416876722264L162.5,106.82194208614204L158.33333333333334,106.04560140958633L154.16666666666666,105.19608148990508L150,104.26252353564094L145.83333333333334,103.23180856840828L141.66666666666666,102.0879370892481L137.5,100.81119256960213L133.33333333333331,99.37699545864653L129.16666666666669,97.75430534562618L125,95.90334881102348L120.83333333333334,93.77231585104111L116.66666666666667,91.29243392138324L112.5,88.37040719522307L108.33333333333333,84.87641594781867L104.16666666666666,80.62430432073957L100,75.33730221885864L95.83333333333333,68.58525142330713L91.66666666666667,59.661253869060445L87.5,52.96954234303817L83.33333333333334,45.22476866573916L79.16666666666667,35.673766080851124L75,29.306978462379156L70.83333333333333,19.455185695067176L66.66666666666666,13.003814517398625L62.5,6.637193523508508L58.333333333333336,-5.684341886080802e-14Z" fill="rgb(146,173,146)" stroke="rgb(119,153,119)"/></g><g><path d="M-8.333333333333332,255L-4.166666666666666,300L-4.166666666666666,300L-8.333333333333332,270ZM62.5,300L66.66666666666666,295.6108023751136L70.83333333333333,288.874973458227L75,284.24697137601584L79.16666666666667,273.85104390289416L83.33333333333334,266.83734724517893L87.5,258.5388324980223L91.66666666666667,249.91157304459165L95.83333333333333,244.36084591749113L100,240.1610698320984L104.16666666666666,236.87255414060962L108.33333333333333,234.22774039963588L112.5,232.05447758989985L116.66666666666667,230.2369767539329L120.83333333333334,228.69449001351384L125,227.3689873575779L129.16666666666669,226.21769225857673L133.33333333333331,225.20837889038398L137.5,224.31630818317035L141.66666666666666,223.52217299919064L145.83333333333334,222.81068485604678L150,222.1695800715431L154.16666666666666,221.58890695616458L158.33333333333334,221.06050550440236L162.5,220.57762154718088L166.66666666666669,220.13461649980303L170.83333333333331,219.72674616954066L175,219.34999018414317L179.16666666666666,219.00091902220422L183.33333333333334,218.6765893173829L187.5,218.37446066256376L191.66666666666666,218.0923289334131L195.83333333333334,217.8282724271363L200,217.58060803203645L204.16666666666669,217.34785531406186L208.33333333333331,217.12870690073467L212.5,216.92200391076364L216.66666666666666,216.7267154541279L220.83333333333334,216.5419214370429L225,216.36679806648007L229.16666666666666,216.20060557239114L233.33333333333334,216.04267776163934L237.5,215.89241309255544L241.66666666666669,215.7492670179888L245.83333333333331,215.61274539139237L250,215.48239876765405L254.16666666666666,215.35781746016366L258.33333333333337,215.23862723957396L262.5,215.12448557912836L266.66666666666663,215.01507836720432L270.8333333333333,214.91011702062391L275,214.8093359428666L279.1666666666667,214.7124902800462L283.3333333333333,214.61935393473448L287.5,214.52971780371644L291.6666666666667,214.44338821076457L295.83333333333337,214.36018550970996L300,214.27994283660547L300,235.14032344620279L295.83333333333337,235.22245497770137L291.6666666666667,235.30761621421124L287.5,235.39597794754425L283.3333333333333,235.48772405261897L279.1666666666667,235.58305276467064L275,235.68217810906287L270.8333333333333,235.78533150540486L266.66666666666663,235.89276357127807L262.5,236.00474615516598L258.33333333333337,236.12157463329982L254.16666666666666,236.24357051127788L250,236.3710843787055L245.83333333333331,236.5044992740363L241.66666666666669,236.64423452762694L237.5,236.79075016422416L233.33333333333334,236.94455196225152L229.16666666666666,237.10619728713218L225,237.27630184042044L220.83333333333334,237.4555474969901L216.66666666666666,237.64469144057742L212.5,237.84457685574304L208.33333333333331,238.05614549465858L204.16666666666669,238.28045251380053L200,238.51868407374397L195.83333333333334,238.77217832163296L191.66666666666666,239.0424505399381L187.5,239.33122345967016L183.33333333333334,239.6404640192113L179.16666666666666,239.97242822649505L175,240.3297162881067L170.83333333333331,240.71534085524527L166.66666666666669,241.13281217793744L162.5,241.58624526528453L158.33333333333334,242.08049598511113L154.16666666666666,242.62133565059438L150,243.21567741939361L145.83333333333334,243.8718733780427L141.66666666666666,244.60010947211455L137.5,245.41293806261083L133.33333333333331,246.32600751249177L129.16666666666669,247.35907943650074L125,248.53747524548217L120.83333333333334,249.89417933977023L116.66666666666667,251.4729751775152L112.5,253.33325875709593L108.33333333333333,255.5576787073154L104.16666666666666,258.2647495795912L100,261.6306747120633L95.83333333333333,265.92931069338624L91.66666666666667,271.6106981926029L87.5,279.9292036155314L83.33333333333334,287.30468167297L79.16666666666667,292.5456092387645L75,300L70.83333333333333,300L66.66666666666666,300L62.5,300Z" fill="rgb(150,180,150)" stroke="rgb(119,153,119)"/></g><g><path d="M-8.333333333333332,30L-4.166666666666666,0L-4.166666666666666,0L-8.333333333333332,45ZM66.66666666666666,0L70.83333333333333,0L75,0L79.16666666666667,-1.1368683772161603e-13L83.33333333333334,5.62415493760534L87.5,11.221241770329414L91.66666666666667,17.05627172604818L95.83333333333333,26.051612901666715L100,32.857643514280284L104.16666666666666,38.18691298275965L108.33333333333333,42.47301846070087L112.5,45.99494270417753L116.66666666666667,48.94032980971053L120.83333333333334,51.44003735634786L125,53.58810703196167L129.16666666666669,55.453861188524456L133.33333333333331,57.089524029105945L137.5,58.53518694504791L141.66666666666666,59.82213850218409L145.83333333333334,60.97515475454833L150,62.014109856083735L154.16666666666666,62.95513121503987L158.33333333333334,63.811442690537774L162.5,64.59398988552286L166.66666666666669,65.31191052050218L170.83333333333331,65.97289289129986L175,66.58345229207828L179.16666666666666,67.14914650191963L183.33333333333334,67.674745451652L187.5,68.16436604852126L191.66666666666666,68.62158023002655L195.83333333333334,69.04950224982923L200,69.45085970804382L204.16666666666669,69.82805175149917L208.33333333333331,70.18319706865034L212.5,70.51817370760853L216.66666666666666,70.83465229768768L220.83333333333334,71.13412391515848L225,71.41792357418814L229.16666666666666,71.68725012383194L233.33333333333334,71.9431831766199L237.5,72.18669757286017L241.66666666666669,72.41867578926178L245.83333333333331,72.63991862483383L250,72.85115443678555L254.16666666666666,73.05304715089682L258.33333333333337,73.24620323197428L262.5,73.43117776856181L266.66666666666663,73.60847980049292L270.8333333333333,73.7785769969727L275,73.94189977572125L279.1666666666667,74.09884493957111L283.3333333333333,74.24977889520329L287.5,74.39504050898967L291.6666666666667,74.53494364678988L295.83333333333337,74.66977943777397L300,74.79981829662808L300,98.8982331405968L295.83333333333337,98.76055178925365L291.6666666666667,98.61779158606748L287.5,98.46966622385484L283.3333333333333,98.31586746354097L279.1666666666667,98.15606299310708L275,97.98989403072129L270.8333333333333,97.81697263567546L266.66666666666663,97.63687868470276L262.5,97.44915646407371L258.33333333333337,97.25331081927288L254.16666666666666,97.04880279377008L250,96.83504467600345L245.83333333333331,96.61139435872244L241.66666666666669,96.37714889667387L237.5,96.13153712648617L233.33333333333334,95.87371118552271L229.16666666666666,95.60273673318031L225,95.31758163697057L220.83333333333334,95.01710283463224L216.66666666666666,94.70003101974837L212.5,94.36495271825267L208.33333333333331,94.01028922207503L204.16666666666669,93.63427171761951L200,93.23491178231679L195.83333333333334,92.80996621061936L191.66666666666666,92.35689485583286L187.5,91.87280981450282L183.33333333333334,91.35441380567573L179.16666666666666,90.79792496609832L175,90.19898443444282L170.83333333333331,89.55254194705721L166.66666666666669,88.85271308953452L162.5,88.0925996584256L158.33333333333334,87.26406151033083L154.16666666666666,86.35742389326693L150,85.36109792204932L145.83333333333334,84.26108256029704L141.66666666666666,83.04030257849001L137.5,81.67771580203674L133.33333333333331,80.14709006748708L129.16666666666669,78.41529795382596L125,76.4398918651132L120.83333333333334,74.16557833818847L116.66666666666667,71.51896088847818L112.5,68.40047091946484L108.33333333333333,64.67156024274098L104.16666666666666,60.133556761302515L100,54.491081669182364L95.83333333333333,47.285054945441345L91.66666666666667,37.761050045941886L87.5,30.747857230802506L83.33333333333334,23.086981740292458L79.16666666666667,14.197512486553336L75,9.305002199557144L70.83333333333333,2.190444324755033L66.66666666666666,0Z" fill="rgb(153,187,153)" stroke="rgb(119,153,119)"/></g><g><path d="M-8.333333333333332,270L-4.166666666666666,300L-4.166666666666666,300L-8.333333333333332,285ZM75,300L79.16666666666667,292.5456092387645L83.33333333333334,287.30468167297L87.5,279.9292036155314L91.66666666666667,271.6106981926029L95.83333333333333,265.92931069338624L100,261.6306747120633L104.16666666666666,258.2647495795912L108.33333333333333,255.5576787073154L112.5,253.3332587570959L116.66666666666667,251.47297517751517L120.83333333333334,249.8941793397702L125,248.5374752454822L129.16666666666669,247.3590794365007L133.33333333333331,246.32600751249183L137.5,245.4129380626108L141.66666666666666,244.60010947211458L145.83333333333334,243.87187337804272L150,243.21567741939356L154.16666666666666,242.6213356505944L158.33333333333334,242.08049598511116L162.5,241.5862452652845L166.66666666666669,241.13281217793747L170.83333333333331,240.71534085524524L175,240.32971628810674L179.16666666666666,239.97242822649503L183.33333333333334,239.6404640192113L187.5,239.33122345967018L191.66666666666666,239.0424505399381L195.83333333333334,238.77217832163296L200,238.518684073744L204.16666666666669,238.2804525138005L208.33333333333331,238.05614549465855L212.5,237.84457685574307L216.66666666666666,237.6446914405774L220.83333333333334,237.45554749699014L225,237.2763018404204L229.16666666666666,237.10619728713218L233.33333333333334,236.94455196225147L237.5,236.7907501642242L241.66666666666669,236.644234527627L245.83333333333331,236.50449927403628L250,236.3710843787055L254.16666666666666,236.24357051127788L258.33333333333337,236.12157463329987L262.5,236.004746155166L266.66666666666663,235.89276357127812L270.8333333333333,235.78533150540486L275,235.68217810906285L279.1666666666667,235.5830527646706L283.3333333333333,235.487724052619L287.5,235.39597794754428L291.6666666666667,235.3076162142112L295.83333333333337,235.2224549777014L300,235.14032344620279L300,262.96514369438086L295.83333333333337,263.02658203547105L291.6666666666667,263.090286741823L287.5,263.1563855739376L283.3333333333333,263.2250160791093L279.1666666666667,263.2963265468414L275,263.3704770784135L270.8333333333333,263.44764078683875L266.66666666666663,263.5280051461379L262.5,263.61177351206913L258.33333333333337,263.699166840279L254.16666666666666,263.790425632439L250,263.88581214645865L245.83333333333331,263.9856129135488L241.66666666666669,264.09014161301155L237.5,264.1997423655126L233.33333333333334,264.31479351767143L229.16666666666666,264.43571200566805L225,264.5629584039176L220.83333333333334,264.6970427876656L216.66666666666666,264.83853156681323L212.5,264.9880554840205L208.33333333333331,265.14631901526735L204.16666666666669,265.31411146841555L200,265.4923201487019L195.83333333333334,265.68194605463634L191.66666666666666,265.8841226904844L187.5,266.1001387420104L183.33333333333334,266.33146557385373L179.16666666666666,266.5797907886001L175,266.84705946600366L170.83333333333331,267.1355252142531L166.66666666666669,267.44781386942543L162.5,267.7870036565109L158.33333333333334,268.15672699850535L154.16666666666666,268.56130111561697L150,269.00589738271884L145.83333333333334,269.4967635627825L141.66666666666666,270.04151923366084L137.5,270.64955416591613L133.33333333333331,271.33257408868224L129.16666666666669,272.1053616415242L125,272.9868584592562L120.83333333333334,274.00173846188665L116.66666666666667,275.1827537847632L112.5,276.5743354952386L108.33333333333333,278.2383087480905L104.16666666666666,280.26332813554785L100,282.7812022406524L95.83333333333333,285.99678898090013L91.66666666666667,290.24674045110294L87.5,296.21247691123955L83.33333333333334,300L79.16666666666667,300L75,300Z" fill="rgb(156,194,156)" stroke="rgb(119,153,119)"/></g><g><path d="M-8.333333333333332,15L-4.166666666666666,0L-4.166666666666666,0L-8.333333333333332,30ZM79.16666666666667,-1.1368683772161603e-13L83.33333333333334,0L87.5,-5.684341886080802e-14L91.66666666666667,1.920352454578449L95.83333333333333,8.271419575484344L100,13.076746733592586L104.16666666666666,16.839422038387738L108.33333333333333,19.865582252462673L112.5,22.352200250420708L116.66666666666667,24.43176019585033L120.83333333333334,26.196652722034855L125,27.71327498503294L129.16666666666669,29.03057131077506L133.33333333333331,30.18541405491257L137.5,31.206109327509694L141.66666666666666,32.11474809519535L145.83333333333334,32.92882323334675L150,33.66236668174244L154.16666666666666,34.32676502931548L158.33333333333334,34.93135484432216L162.5,35.48386415593089L166.66666666666669,35.990744556709444L170.83333333333331,36.45742428799633L175,36.888503405501524L179.16666666666666,37.28790592136693L183.33333333333334,37.658999595665364L187.5,38.00469112795798L191.66666666666666,38.32750244758205L195.83333333333334,38.629632340959205L200,38.91300660179388L204.16666666666669,39.179319122763076L208.33333333333331,39.43006578182434L212.5,39.66657255532226L216.66666666666666,39.89001897371608L220.83333333333334,40.10145779590539L225,40.30183159476391L229.16666666666666,40.491986805203936L233.33333333333334,40.672685676428614L237.5,40.84461648430286L241.66666666666669,41.0084022923329L245.83333333333331,41.164608496333955L250,41.31374934534148L254.16666666666666,41.456293597250266L258.33333333333337,41.5926694402321L262.5,41.723268788782605L266.66666666666663,41.84845104518433L270.8333333333333,41.96854640241767L275,42.08385875243903L279.1666666666667,42.194668253763325L283.3333333333333,42.30123360401845L287.5,42.403794056283346L291.6666666666667,42.502571212285204L295.83333333333337,42.59777062074809L300,42.689583205149745L300,74.79981829662805L295.83333333333337,74.66977943777397L291.6666666666667,74.53494364678988L287.5,74.3950405089897L283.3333333333333,74.24977889520335L279.1666666666667,74.0988449395711L275,73.94189977572123L270.8333333333333,73.7785769969727L266.66666666666663,73.60847980049287L262.5,73.43117776856178L258.33333333333337,73.24620323197429L254.16666666666666,73.05304715089682L250,72.85115443678554L245.83333333333331,72.63991862483384L241.66666666666669,72.41867578926178L237.5,72.18669757286017L233.33333333333334,71.9431831766199L229.16666666666666,71.68725012383194L225,71.41792357418814L220.83333333333334,71.13412391515854L216.66666666666666,70.83465229768764L212.5,70.51817370760851L208.33333333333331,70.1831970686504L204.16666666666669,69.8280517514992L200,69.45085970804382L195.83333333333334,69.04950224982925L191.66666666666666,68.62158023002657L187.5,68.16436604852123L183.33333333333334,67.67474545165203L179.16666666666666,67.1491465019196L175,66.58345229207828L170.83333333333331,65.97289289129989L166.66666666666669,65.31191052050218L162.5,64.59398988552286L158.33333333333334,63.81144269053779L154.16666666666666,62.9551312150399L150,62.01410985608375L145.83333333333334,60.975154754548335L141.66666666666666,59.82213850218408L137.5,58.535186945047926L133.33333333333331,57.089524029105945L129.16666666666669,55.45386118852447L125,53.58810703196172L120.83333333333334,51.44003735634784L116.66666666666667,48.940329809710484L112.5,45.99494270417753L108.33333333333333,42.473018460700864L104.16666666666666,38.18691298275965L100,32.8576435142803L95.83333333333333,26.051612901666694L91.66666666666667,17.056271726048173L87.5,11.221241770329394L83.33333333333334,5.624154937605337L79.16666666666667,-1.1368683772161603e-13Z" fill="rgb(160,201,160)" stroke="rgb(119,153,119)"/></g><g><path d="M-8.333333333333332,285L-4.166666666666666,300L-4.166666666666666,300L-8.333333333333332,300ZM83.33333333333334,300L87.5,296.21247691123955L91.66666666666667,290.24674045110294L95.83333333333333,285.99678898090013L100,282.7812022406524L104.16666666666666,280.26332813554785L108.33333333333333,278.2383087480905L112.5,276.5743354952386L116.66666666666667,275.18275378476324L120.83333333333334,274.00173846188665L125,272.9868584592562L129.16666666666669,272.1053616415242L133.33333333333331,271.3325740886822L137.5,270.64955416591613L141.66666666666666,270.04151923366084L145.83333333333334,269.4967635627825L150,269.00589738271884L154.16666666666666,268.56130111561697L158.33333333333334,268.15672699850535L162.5,267.7870036565109L166.66666666666669,267.44781386942543L170.83333333333331,267.1355252142531L175,266.84705946600366L179.16666666666666,266.5797907886001L183.33333333333334,266.33146557385373L187.5,266.1001387420104L191.66666666666666,265.8841226904844L195.83333333333334,265.68194605463634L200,265.4923201487019L204.16666666666669,265.3141114684156L208.33333333333331,265.14631901526735L212.5,264.9880554840205L216.66666666666666,264.83853156681323L220.83333333333334,264.6970427876656L225,264.5629584039176L229.16666666666666,264.43571200566805L233.33333333333334,264.31479351767143L237.5,264.1997423655125L241.66666666666669,264.0901416130115L245.83333333333331,263.9856129135488L250,263.8858121464587L254.16666666666666,263.790425632439L258.33333333333337,263.699166840279L262.5,263.61177351206913L266.66666666666663,263.5280051461379L270.8333333333333,263.4476407868387L275,263.37047707841356L279.1666666666667,263.2963265468414L283.3333333333333,263.2250160791093L287.5,263.1563855739376L291.6666666666667,263.09028674182304L295.83333333333337,263.02658203547105L300,262.96514369438086L300,300L295.83333333333337,300L291.6666666666667,300L287.5,300L283.3333333333333,300L279.1666666666667,300L275,300L270.8333333333333,300L266.66666666666663,300L262.5,300L258.33333333333337,300L254.16666666666666,300L250,300L245.83333333333331,300L241.66666666666669,300L237.5,300L233.33333333333334,300L229.16666666666666,300L225,300L220.83333333333334,300L216.66666666666666,300L212.5,300L208.33333333333331,300L204.16666666666669,300L200,300L195.83333333333334,300L191.66666666666666,300L187.5,300L183.33333333333334,300L179.16666666666666,300L175,300L170.83333333333331,300L166.66666666666669,300L162.5,300L158.33333333333334,300L154.16666666666666,300L150,300L145.83333333333334,300L141.66666666666666,300L137.5,300L133.33333333333331,300L129.16666666666669,300L125,300L120.83333333333334,300L116.66666666666667,300L112.5,300L108.33333333333333,300L104.16666666666666,300L100,300L95.83333333333333,300L91.66666666666667,300L87.5,300L83.33333333333334,300Z" fill="rgb(163,207,163)" stroke="rgb(119,153,119)"/></g><g><path d="M-8.333333333333332,0L-4.166666666666666,0L-4.166666666666666,0L-8.333333333333332,15ZM87.5,-5.684341886080802e-14L91.66666666666667,-5.684341886080802e-14L95.83333333333333,5.684341886080802e-14L100,0L104.16666666666666,5.684341886080802e-14L108.33333333333333,0L112.5,-5.684341886080802e-14L116.66666666666667,-5.684341886080802e-14L120.83333333333334,0L125,0L129.16666666666669,5.684341886080802e-14L133.33333333333331,5.684341886080802e-14L137.5,0L141.66666666666666,0L145.83333333333334,0L150,0L154.16666666666666,0L158.33333333333334,5.684341886080802e-14L162.5,5.684341886080802e-14L166.66666666666669,1.1368683772161603e-13L170.83333333333331,0L175,5.684341886080802e-14L179.16666666666666,-5.684341886080802e-14L183.33333333333334,0L187.5,0L191.66666666666666,-5.684341886080802e-14L195.83333333333334,5.684341886080802e-14L200,-5.684341886080802e-14L204.16666666666669,0L208.33333333333331,0L212.5,0L216.66666666666666,5.684341886080802e-14L220.83333333333334,0L225,5.684341886080802e-14L229.16666666666666,0L233.33333333333334,1.1368683772161603e-13L237.5,-5.684341886080802e-14L241.66666666666669,0L245.83333333333331,0L250,-5.684341886080802e-14L254.16666666666666,5.684341886080802e-14L258.33333333333337,5.684341886080802e-14L262.5,-5.684341886080802e-14L266.66666666666663,-5.684341886080802e-14L270.8333333333333,1.1368683772161603e-13L275,-5.684341886080802e-14L279.1666666666667,0L283.3333333333333,-5.684341886080802e-14L287.5,5.684341886080802e-14L291.6666666666667,-5.684341886080802e-14L295.83333333333337,5.684341886080802e-14L300,5.684341886080802e-14L300,42.68958320514978L295.83333333333337,42.59777062074809L291.6666666666667,42.502571212285204L287.5,42.40379405628334L283.3333333333333,42.301233604018435L279.1666666666667,42.19466825376331L275,42.08385875243901L270.8333333333333,41.96854640241771L266.66666666666663,41.84845104518434L262.5,41.72326878878259L258.33333333333337,41.5926694402321L254.16666666666666,41.45629359725027L250,41.31374934534145L245.83333333333331,41.164608496333926L241.66666666666669,41.0084022923329L237.5,40.84461648430282L233.33333333333334,40.672685676428635L229.16666666666666,40.49198680520396L225,40.30183159476392L220.83333333333334,40.1014577959054L216.66666666666666,39.890018973716096L212.5,39.666572555322254L208.33333333333331,39.43006578182434L204.16666666666669,39.17931912276309L200,38.9130066017939L195.83333333333334,38.62963234095923L191.66666666666666,38.32750244758208L187.5,38.00469112795796L183.33333333333334,37.65899959566539L179.16666666666666,37.28790592136691L175,36.8885034055015L170.83333333333331,36.457424287996304L166.66666666666669,35.99074455670945L162.5,35.48386415593094L158.33333333333334,34.93135484432218L154.16666666666666,34.326765029315474L150,33.662366681742476L145.83333333333334,32.92882323334677L141.66666666666666,32.11474809519534L137.5,31.20610932750968L133.33333333333331,30.185414054912624L129.16666666666669,29.030571310775105L125,27.713274985032903L120.83333333333334,26.196652722034862L116.66666666666667,24.43176019585038L112.5,22.352200250420637L108.33333333333333,19.86558225246268L104.16666666666666,16.839422038387752L100,13.076746733592577L95.83333333333333,8.271419575484352L91.66666666666667,1.9203524545784285L87.5,-5.684341886080802e-14Z" fill="rgb(167,214,167)" stroke="rgb(119,153,119)"/></g></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg font-size="10px" font-family="sans-serif" fill="none" stroke="none" stroke-width="1.5" width="300" height="300"><g><g><g><path d="M-8.333333333333332,150L-4.166666666666666,148.2496533619141L0,145.57903051948747L4.166666666666666,142.27095925657576L8.333333333333332,138.55530652396936L12.5,134.61798799673383L16.666666666666664,130.0916154221892L20.833333333333336,125.57768875182055L25,121.16943376346882L29.166666666666668,116.93991678379825L33.33333333333333,112.94581959200374L37.5,108.71364786173203L41.66666666666667,104.75816303825883L45.833333333333336,101.10203809538746L50,97.76128297636106L54.166666666666664,94.7467494034351L58.333333333333336,91.54842566511601L62.5,88.65225766372672L66.66666666666666,86.05845088445966L70.83333333333333,83.7657600183353L75,81.77204260111026L79.16666666666667,79.55775887730167L83.33333333333334,77.60212998514066L87.5,75.90088854050163L91.66666666666667,74.45011085001698L95.83333333333333,73.2463922456999L100,73.52038176657709L104.16666666666666,74.92192059377874L108.33333333333333,77.165243029663L112.5,80.01835660838358L116.66666666666667,83.2940701432415L120.83333333333334,86.8424237737974L125,90.54431079706848L129.16666666666669,94.30611170264297L133.33333333333331,98.05518709431598L137.5,101.73609868519628L141.66666666666666,105.30744682823703L145.83333333333334,108.73922954537264L150,112.01064213803124L154.16666666666666,115.10824853721894L158.33333333333334,118.02446587295023L162.5,120.75631256023797L166.66666666666669,123.30437772683109L170.83333333333331,125.67197623094003L175,127.86445899385055L179.16666666666666,129.8886530388057L183.33333333333334,131.75240960073722L187.5,133.4642420517444L191.66666666666666,135.03303826073474L195.83333333333334,136.4678344462243L200,137.77763965224958L204.16666666666669,138.9713017329195L208.33333333333331,140.05740721779839L212.5,141.04420868784644L216.66666666666666,141.93957435408106L220.83333333333334,142.7509554275828L225,143.4853676248253L229.16666666666666,144.14938378783017L233.33333333333334,144.74913513247185L237.5,145.29031908587524L241.66666666666669,145.77821204846757L245.83333333333331,146.217685729107L250,146.61322596240313L254.16666666666666,146.96895313401387L258.33333333333337,147.28864351927336L262.5,147.57575098887796L266.66666666666663,147.83342865749665L270.8333333333333,148.06455015134677L275,148.27173025253816L279.1666666666667,148.45734474439155L283.3333333333333,148.6235493355396L287.5,148.7722975835683L291.6666666666667,148.90535777309995L295.83333333333337,149.0243287300625L300,149.1306545747411L300,149.1460096808867L295.83333333333337,149.04163684993043L291.6666666666667,148.92486364920933L287.5,148.7942760428573L283.3333333333333,148.64830889236435L279.1666666666667,148.4852316192986L275,148.30313285211665L270.8333333333333,148.09990405893316L266.66666666666663,147.87322218932187L262.5,147.62053137542776L258.33333333333337,147.3390237771795L254.16666666666666,147.02561969970694L250,146.67694716503L245.83333333333331,146.2893211868272L241.66666666666669,145.85872307916418L237.5,145.38078023049923L233.33333333333334,144.85074689662142L229.16666666666666,144.26348671465465L225,143.61345781982038L220.83333333333334,142.89470166315363L216.66666666666666,142.10083688869042L212.5,141.22505994088615L208.33333333333331,140.26015444670222L204.16666666666669,139.19851186307983L200,138.03216641251754L195.83333333333334,136.75284796255883L191.66666666666666,135.35205725718413L187.5,133.82116880049207L183.33333333333334,132.15156775033222L179.16666666666666,130.33482843060565L175,128.36294354953873L170.83333333333331,126.22861495682517L166.66666666666669,123.92561883120023L162.5,121.44926061556305L158.33333333333334,118.79693787196327L154.16666666666666,115.96883258685762L150,112.96875840335868L145.83333333333334,109.8051928912593L141.66666666666666,106.49253040329592L137.5,103.05259744240561L133.33333333333331,99.5164799367462L129.16666666666669,95.926720569848L125,92.33995455516578L120.83333333333334,88.83006422490146L116.66666666666667,85.4919468098896L112.5,82.44600615489462L108.33333333333333,79.8434982302972L104.16666666666666,77.87288261808634L100,76.7673581913451L95.83333333333333,76.81379158042513L91.66666666666667,78.36328243194014L87.5,80.1858943609609L83.33333333333334,82.28543228696576L79.16666666666667,84.66580413781998L75,87.33071869893438L70.83333333333333,89.79969887139325L66.66666666666666,92.59014352129736L62.5,95.70094240931061L58.333333333333336,99.12870272199945L54.166666666666664,102.86686639763187L50,106.42102579111933L45.833333333333336,110.29014927473048L41.66666666666667,114.44919590200229L37.5,118.8641478809504L33.33333333333333,123.48970511663282L29.166666666666668,127.78290841263752L25,132.182354943162L20.833333333333336,136.5884289361413L16.666666666666664,140.8755105610025L12.5,144.88633037738566L8.333333333333332,147.94164603612987L4.166666666666666,150.31479980900343L0,151.70645722640467L-4.166666666666666,151.75034663808592L-8.333333333333332,150Z" fill="rgb(102,85,102)" stroke="rgb(119,153,119)"/></g><g><path d="M-4.166666666666666,151.7503466380859L0,151.70645722640464L4.166666666666666,150.31479980900346L8.333333333333332,147.9416460361299L12.5,144.88633037738572L16.666666666666664,140.8755105610025L20.833333333333336,136.58842893614133L25,132.18235494316204L29.166666666666668,127.78290841263757L33.33333333333333,123.48970511663279L37.5,118.86414788095044L41.66666666666667,114.44919590200226L45.833333333333336,110.29014927473051L50,106.42102579111932L54.166666666666664,102.86686639763184L58.333333333333336,99.12870272199947L62.5,95.70094240931058L66.66666666666666,92.59014352129739L70.83333333333333,89.79969887139322L75,87.33071869893439L79.16666666666667,84.66580413781995L83.33333333333334,82.28543228696574L87.5,80.18589436096087L91.66666666666667,78.36328243194012L95.83333333333333,76.81379158042509L100,76.76735819134515L104.16666666666666,77.87288261808635L108.33333333333333,79.84349823029717L112.5,82.4460061548946L116.66666666666667,85.49194680988958L120.83333333333334,88.83006422490143L125,92.33995455516575L129.16666666666669,95.92672056984796L133.33333333333331,99.51647993674621L137.5,103.05259744240561L141.66666666666666,106.49253040329594L145.83333333333334,109.80519289125925L150,112.96875840335869L154.16666666666666,115.96883258685762L158.33333333333334,118.79693787196328L162.5,121.44926061556302L166.66666666666669,123.92561883120024L170.83333333333331,126.2286149568252L175,128.36294354953876L179.16666666666666,130.33482843060568L183.33333333333334,132.1515677503322L187.5,133.82116880049207L191.66666666666666,135.35205725718416L195.83333333333334,136.75284796255877L200,138.0321664125175L204.16666666666669,139.1985118630799L208.33333333333331,140.2601544467022L212.5,141.2250599408862L216.66666666666666,142.10083688869045L220.83333333333334,142.89470166315357L225,143.61345781982035L229.16666666666666,144.26348671465465L233.33333333333334,144.85074689662147L237.5,145.38078023049925L241.66666666666669,145.85872307916415L245.83333333333331,146.28932118682718L250,146.67694716503004L254.16666666666666,147.02561969970694L258.33333333333337,147.33902377717953L262.5,147.62053137542776L266.66666666666663,147.87322218932184L270.8333333333333,148.09990405893316L275,148.30313285211662L279.1666666666667,148.48523161929862L283.3333333333333,148.64830889236438L287.5,148.79427604285732L291.6666666666667,148.9248636492093L295.83333333333337,149.04163684993043L300,149.14600968088666L300,149.16384317794714L295.83333333333337,149.061733855515L291.6666666666667,148.94750705882265L287.5,148.81978340343974L283.3333333333333,148.6770365319181L279.1666666666667,148.51757924960498L275,148.3395486954873L270.8333333333333,148.1408905548469L266.66666666666663,147.91934234206911L262.5,147.67241580952546L258.33333333333337,147.39737857332153L254.16666666666666,147.0912350903751L250,146.75070717558322L245.83333333333331,146.37221431487657L241.66666666666669,145.95185411228513L237.5,145.4853833097461L233.33333333333334,144.9681999408113L229.16666666666666,144.39532732783704L225,143.7614008115878L220.83333333333334,143.0606583182599L216.66666666666666,142.28693612856222L212.5,141.43367152469926L208.33333333333331,140.49391436333283L204.16666666666669,139.46035006691088L200,138.32533705514814L195.83333333333334,137.08096226816025L191.66666666666666,135.71911918061042L187.5,134.231613593158L183.33333333333334,132.61030353792108L179.16666666666666,130.84728087719887L175,128.93510364276634L170.83333333333331,126.8670898957193L166.66666666666669,124.63768592971275L162.5,122.24292404676174L158.33333333333334,119.68098796665443L154.16666666666666,116.9529072609358L150,114.06340611478457L145.83333333333334,111.0219363133584L141.66666666666666,107.84392973794975L137.5,104.55231197506832L133.33333333333331,101.17932604373354L129.16666666666669,97.76872391361913L125,94.37839362958238L120.83333333333334,91.08350172110647L116.66666666666667,87.98024444263129L112.5,85.19031759310228L108.33333333333333,82.86623358427167L104.16666666666666,81.19763651331641L100,80.41879176406792L95.83333333333333,80.81745671380635L91.66666666666667,82.74537415696899L87.5,84.9729145058683L83.33333333333334,87.50374409482113L79.16666666666667,90.3410535922757L75,93.4870935957268L70.83333333333333,96.45899112297843L66.66666666666666,99.77057363770194L62.5,103.41569738924845L58.333333333333336,107.38412951543373L54.166666666666664,111.660252432015L50,115.73788551780879L45.833333333333336,120.10092097406425L41.66666666666667,124.70523571773727L37.5,129.49288780927694L33.33333333333333,134.38881795364372L29.166666666666668,138.81329488729517L25,143.15973575615823L20.833333333333336,147.2732864044423L16.666666666666664,150.96108012168077L12.5,153.98429027307523L8.333333333333332,155.56509285708074L4.166666666666666,155.85802677336093L0,154.42096948051253L-4.166666666666666,151.7503466380859Z" fill="rgb(105,92,105)" stroke="rgb(119,153,119)"/></g><g><path d="M0,154.42096948051253L4.166666666666666,155.85802677336093L8.333333333333332,155.56509285708074L12.5,153.9842902730752L16.666666666666664,150.96108012168074L20.833333333333336,147.27328640444227L25,143.1597357561582L29.166666666666668,138.81329488729514L33.33333333333333,134.38881795364372L37.5,129.49288780927688L41.66666666666667,124.70523571773725L45.833333333333336,120.10092097406422L50,115.73788551780876L54.166666666666664,111.66025243201497L58.333333333333336,107.38412951543373L62.5,103.41569738924846L66.66666666666666,99.77057363770189L70.83333333333333,96.45899112297846L75,93.48709359572678L79.16666666666667,90.34105359227567L83.33333333333334,87.50374409482112L87.5,84.97291450586829L91.66666666666667,82.745374156969L95.83333333333333,80.81745671380637L100,80.41879176406789L104.16666666666666,81.19763651331644L108.33333333333333,82.86623358427167L112.5,85.19031759310226L116.66666666666667,87.98024444263126L120.83333333333334,91.08350172110647L125,94.37839362958243L129.16666666666669,97.76872391361917L133.33333333333331,101.17932604373354L137.5,104.55231197506833L141.66666666666666,107.84392973794976L145.83333333333334,111.0219363133584L150,114.06340611478453L154.16666666666666,116.95290726093583L158.33333333333334,119.68098796665441L162.5,122.2429240467618L166.66666666666669,124.63768592971269L170.83333333333331,126.86708989571929L175,128.93510364276636L179.16666666666666,130.84728087719884L183.33333333333334,132.6103035379211L187.5,134.23161359315793L191.66666666666666,135.7191191806104L195.83333333333334,137.08096226816028L200,138.32533705514814L204.16666666666669,139.46035006691082L208.33333333333331,140.49391436333286L212.5,141.43367152469926L216.66666666666666,142.28693612856216L220.83333333333334,143.06065831825995L225,143.76140081158786L229.16666666666666,144.395327327837L233.33333333333334,144.96819994081127L237.5,145.4853833097461L241.66666666666669,145.95185411228513L245.83333333333331,146.37221431487663L250,146.75070717558322L254.16666666666666,147.09123509037514L258.33333333333337,147.39737857332156L262.5,147.67241580952543L266.66666666666663,147.91934234206914L270.8333333333333,148.1408905548469L275,148.33954869548734L279.1666666666667,148.51757924960495L283.3333333333333,148.67703653191813L287.5,148.81978340343971L291.6666666666667,148.94750705882265L295.83333333333337,149.06173385551494L300,149.16384317794714L300,149.18454897592227L295.83333333333337,149.0850620420019L291.6666666666667,148.97378447122125L287.5,148.84937676462923L283.3333333333333,148.71035717902154L279.1666666666667,148.55508840027576L275,148.3817633088541L270.8333333333333,148.18838984961312L266.66666666666663,147.9727750399977L262.5,147.7325081786303L258.33333333333337,147.4649433515347L254.16666666666666,147.16718137722714L250,146.83605138649588L245.83333333333331,146.4680922999579L241.66666666666669,146.05953454896527L237.5,145.60628248609353L233.33333333333334,145.10389805378205L229.16666666666666,144.5475864278653L225,143.932184531591L220.83333333333334,143.2521535310264L216.66666666666666,142.50157668125823L212.5,141.6741642024285L208.33333333333331,140.76326723476734L204.16666666666669,139.76190336331717L200,138.66279672883766L195.83333333333334,137.45843636651128L191.66666666666666,136.14115715613931L187.5,134.7032486472048L183.33333333333334,133.1370980636165L179.16666666666666,131.43537502439784L175,129.5912669710556L170.83333333333331,127.59877600842255L166.66666666666669,125.45308988845447L162.5,123.15104224832547L158.33333333333334,120.69168001651724L154.16666666666666,118.07695919494846L150,115.31259409484151L145.83333333333334,112.40908964611783L141.66666666666666,109.38299172769811L137.5,106.25839671087066L133.33333333333331,103.06876872311373L129.16666666666669,99.85912170373793L125,96.68863334286216L120.83333333333334,93.63376971270935L116.66666666666667,90.79201309534707L112.5,88.28630150958273L108.33333333333333,86.27030712022493L104.16666666666666,84.93470251492687L100,84.51458926774653L95.83333333333333,85.29829286691412L91.66666666666667,87.63776265473373L87.5,90.30309933083711L83.33333333333334,93.29708319553916L79.16666666666667,96.62123223605695L75,100.27513134623513L70.83333333333333,103.7719995748925L66.66666666666666,107.62021401062506L62.5,111.80627763431018L58.333333333333336,116.31026947939941L54.166666666666664,121.10403257389306L50,125.66537935414848L45.833333333333336,130.45799345961169L41.66666666666667,135.41246870334567L37.5,140.43946904155786L33.33333333333333,145.42520118878699L29.166666666666668,149.74240488452088L25,153.7264523801338L20.833333333333336,157.15189585413475L16.666666666666664,159.74032731550352L12.5,161.14960337881308L8.333333333333332,160.47747737554863L4.166666666666666,157.72904074342418L0,154.42096948051253Z" fill="rgb(109,99,109)" stroke="rgb(119,153,119)"/></g><g><path d="M4.166666666666666,157.72904074342418L8.333333333333332,160.47747737554863L12.5,161.14960337881308L16.666666666666664,159.74032731550355L20.833333333333336,157.15189585413475L25,153.7264523801338L29.166666666666668,149.74240488452085L33.33333333333333,145.425201188787L37.5,140.4394690415579L41.66666666666667,135.41246870334564L45.833333333333336,130.4579934596117L50,125.66537935414851L54.166666666666664,121.10403257389308L58.333333333333336,116.31026947939944L62.5,111.80627763431016L66.66666666666666,107.62021401062506L70.83333333333333,103.77199957489245L75,100.27513134623516L79.16666666666667,96.62123223605698L83.33333333333334,93.29708319553922L87.5,90.30309933083714L91.66666666666667,87.63776265473373L95.83333333333333,85.29829286691415L100,84.51458926774652L104.16666666666666,84.93470251492684L108.33333333333333,86.27030712022494L112.5,88.28630150958276L116.66666666666667,90.7920130953471L120.83333333333334,93.63376971270932L125,96.68863334286218L129.16666666666669,99.85912170373788L133.33333333333331,103.06876872311372L137.5,106.25839671087067L141.66666666666666,109.38299172769808L145.83333333333334,112.40908964611785L150,115.31259409484153L154.16666666666666,118.0769591949485L158.33333333333334,120.69168001651721L162.5,123.15104224832541L166.66666666666669,125.45308988845451L170.83333333333331,127.5987760084225L175,129.59126697105555L179.16666666666666,131.43537502439784L183.33333333333334,133.1370980636165L187.5,134.70324864720484L191.66666666666666,136.14115715613931L195.83333333333334,137.4584363665113L200,138.6627967288377L204.16666666666669,139.76190336331723L208.33333333333331,140.76326723476734L212.5,141.67416420242847L216.66666666666666,142.50157668125823L220.83333333333334,143.25215353102638L225,143.932184531591L229.16666666666666,144.5475864278653L233.33333333333334,145.10389805378205L237.5,145.6062824860935L241.66666666666669,146.0595345489653L245.83333333333331,146.4680922999579L250,146.83605138649582L254.16666666666666,147.1671813772271L258.33333333333337,147.46494335153469L262.5,147.7325081786303L266.66666666666663,147.97277503999769L270.8333333333333,148.18838984961312L275,148.3817633088541L279.1666666666667,148.5550884002758L283.3333333333333,148.71035717902154L287.5,148.84937676462926L291.6666666666667,148.97378447122125L295.83333333333337,149.0850620420019L300,149.1845489759223L300,149.20858234593115L295.83333333333337,149.11213240334035L291.6666666666667,149.00426923693905L287.5,148.88369922605517L283.3333333333333,148.74899191515505L279.1666666666667,148.59856729694357L275,148.4306822515278L270.8333333333333,148.24341615960688L266.66666666666663,148.03465572994756L262.5,147.8020791096866L258.33333333333337,147.54313938154567L254.16666666666666,147.2550475963159L250,146.93475554377227L245.83333333333331,146.57893853257858L241.66666666666669,146.18397853224857L237.5,145.74594813076413L233.33333333333334,145.26059588347502L229.16666666666666,144.72333377652095L225,144.1292277060232L220.83333333333334,143.47299208836537L216.66666666666666,142.7489899736956L212.5,141.95124034214882L208.33333333333331,141.0734346294393L204.16666666666669,140.1089649661757L200,139.05096713618266L195.83333333333334,137.89238187811347L191.66666666666666,136.6260388890613L187.5,135.24476875908988L183.33333333333334,133.7415490953675L179.16666666666666,132.10969231174442L175,130.34308399663882L170.83333333333331,128.43648246697813L166.66666666666669,126.38589211297841L162.5,124.18902548946814L158.33333333333334,121.84587187457964L154.16666666666666,119.35939326628761L150,116.73637260341737L145.83333333333334,113.9884434758878L141.66666666666666,111.13333584027201L137.5,108.19637841074683L133.33333333333331,105.21230560279328L129.16666666666669,102.22742534289699L125,99.30221392582285L120.83333333333334,96.51441563880672L116.66666666666667,93.96273835469054L112.5,91.77125204371175L108.33333333333333,90.09461553818866L104.16666666666666,89.12427833752771L100,89.09582926419789L95.83333333333333,90.29769295652069L91.66666666666667,93.08140918665346L87.5,96.21601322841768L83.33333333333334,99.7023853423127L79.16666666666667,103.53909245293045L75,107.72145620575986L70.83333333333333,111.75680593438685L66.66666666666666,116.14562530631525L62.5,120.86406841279097L58.333333333333336,125.87887005834804L54.166666666666664,131.1448897805724L50,136.11855059123542L45.833333333333336,141.23682943155015L41.66666666666667,146.39721446538226L37.5,151.46958298264641L33.33333333333333,156.29015640146397L29.166666666666668,160.17069626414045L25,163.37248474968285L20.833333333333336,165.58037228715438L16.666666666666664,166.407691301639L12.5,165.38201200326614L8.333333333333332,161.44469347603064L4.166666666666666,157.72904074342418Z" fill="rgb(112,105,112)" stroke="rgb(119,153,119)"/></g><g><path d="M12.5,165.38201200326614L16.666666666666664,166.40769130163903L20.833333333333336,165.5803722871544L25,163.37248474968283L29.166666666666668,160.17069626414045L33.33333333333333,156.29015640146392L37.5,151.4695829826464L41.66666666666667,146.3972144653823L45.833333333333336,141.23682943155012L50,136.11855059123542L54.166666666666664,131.14488978057244L58.333333333333336,125.87887005834799L62.5,120.864068412791L66.66666666666666,116.14562530631528L70.83333333333333,111.75680593438688L75,107.72145620575986L79.16666666666667,103.53909245293042L83.33333333333334,99.70238534231268L87.5,96.2160132284177L91.66666666666667,93.0814091866535L95.83333333333333,90.2976929565207L100,89.0958292641979L104.16666666666666,89.1242783375277L108.33333333333333,90.09461553818866L112.5,91.77125204371174L116.66666666666667,93.96273835469057L120.83333333333334,96.51441563880672L125,99.3022139258228L129.16666666666669,102.22742534289705L133.33333333333331,105.2123056027933L137.5,108.19637841074686L141.66666666666666,111.13333584027205L145.83333333333334,113.9884434758878L150,116.73637260341735L154.16666666666666,119.35939326628755L158.33333333333334,121.84587187457967L162.5,124.18902548946812L166.66666666666669,126.38589211297841L170.83333333333331,128.43648246697816L175,130.34308399663882L179.16666666666666,132.10969231174442L183.33333333333334,133.7415490953675L187.5,135.24476875908985L191.66666666666666,136.62603888906133L195.83333333333334,137.8923818781134L200,139.05096713618263L204.16666666666669,140.10896496617568L208.33333333333331,141.07343462943933L212.5,141.9512403421488L216.66666666666666,142.74898997369564L220.83333333333334,143.4729920883654L225,144.12922770602313L229.16666666666666,144.72333377652095L233.33333333333334,145.260595883475L237.5,145.74594813076413L241.66666666666669,146.18397853224857L245.83333333333331,146.57893853257855L250,146.93475554377233L254.16666666666666,147.2550475963159L258.33333333333337,147.54313938154567L262.5,147.80207910968664L266.66666666666663,148.03465572994756L270.8333333333333,148.24341615960685L275,148.43068225152777L279.1666666666667,148.59856729694351L283.3333333333333,148.74899191515502L287.5,148.8836992260552L291.6666666666667,149.00426923693905L295.83333333333337,149.11213240334038L300,149.20858234593115L300,149.2364692208382L295.83333333333337,149.14353500291887L291.6666666666667,149.03962314452545L287.5,148.9234927578804L283.3333333333333,148.79377230170482L279.1666666666667,148.64894755484966L275,148.48734881722083L270.8333333333333,148.3071373622337L266.66666666666663,148.10629118766778L262.5,147.88259014038326L258.33333333333337,147.63360052616966L254.16666666666666,147.35665936046547L250,147.0488584705968L245.83333333333331,146.70702872757363L241.66666666666669,146.3277247678194L237.5,145.9072106653735L233.33333333333334,145.4414471365147L229.16666666666666,144.92608100542478L225,144.35643783618346L220.83333333333334,143.72751884863337L216.66666666666666,143.0340034900302L212.5,142.27025933859818L208.33333333333331,141.430361378187L204.16666666666669,140.50812311577067L200,139.4971425279826L195.83333333333334,138.3908664338016L191.66666666666666,137.18267761494647L187.5,135.86600986345897L183.33333333333334,134.43449715069258L179.16666666666666,132.88216431075745L175,131.2036680462775L170.83333333333331,129.39459873230558L166.66666666666669,127.45185545886508L162.5,125.374109064527L158.33333333333334,123.162370631789L154.16666666666666,120.82068610871777L150,118.35698147062239L145.83333333333334,115.7840872339851L141.66666666666666,113.12097629137611L137.5,110.39425507739496L133.33333333333331,107.63995514930433L129.16666666666669,104.90568054353125L125,102.2531759501304L120.83333333333334,99.76139206357473L116.66666666666667,97.53013768941581L112.5,95.68442362563489L108.33333333333333,94.37962135864794L104.16666666666666,93.80758063935279L100,94.20387452471621L95.83333333333333,95.85636905434482L91.66666666666667,99.11534803971145L87.5,102.7477058652554L83.33333333333334,106.75107008789658L79.16666666666667,111.11936950981385L75,115.84157319995663L70.83333333333333,120.41654874914515L66.66666666666666,125.3337364856583L62.5,130.55510127653446L58.333333333333336,136.02937007756634L54.166666666666664,141.68877530520152L50,146.9615422200747L45.833333333333336,152.24975061124331L41.66666666666667,157.40795464970304L37.5,162.2534781214597L33.33333333333333,166.55849878211575L29.166666666666668,169.55703577630095L25,171.4163253021105L20.833333333333336,171.7077989940716L16.666666666666664,169.90838457781084L12.5,165.38201200326614Z" fill="rgb(116,112,116)" stroke="rgb(119,153,119)"/></g><g><path d="M16.666666666666664,169.9083845778108L20.833333333333336,171.70779899407154L25,171.41632530211052L29.166666666666668,169.557035776301L33.33333333333333,166.5584987821158L37.5,162.2534781214597L41.66666666666667,157.40795464970307L45.833333333333336,152.24975061124334L50,146.96154222007473L54.166666666666664,141.6887753052015L58.333333333333336,136.0293700775664L62.5,130.55510127653443L66.66666666666666,125.33373648565833L70.83333333333333,120.41654874914514L75,115.8415731999566L79.16666666666667,111.11936950981388L83.33333333333334,106.75107008789655L87.5,102.74770586525543L91.66666666666667,99.11534803971142L95.83333333333333,95.85636905434484L100,94.20387452471618L104.16666666666666,93.80758063935278L108.33333333333333,94.37962135864791L112.5,95.68442362563488L116.66666666666667,97.53013768941577L120.83333333333334,99.76139206357479L125,102.25317595013041L129.16666666666669,104.90568054353122L133.33333333333331,107.63995514930431L137.5,110.39425507739494L141.66666666666666,113.12097629137608L145.83333333333334,115.78408723398508L150,118.35698147062234L154.16666666666666,120.82068610871778L158.33333333333334,123.162370631789L162.5,125.37410906452703L166.66666666666669,127.45185545886503L170.83333333333331,129.39459873230558L175,131.2036680462775L179.16666666666666,132.88216431075745L183.33333333333334,134.43449715069255L187.5,135.866009863459L191.66666666666666,137.1826776149465L195.83333333333334,138.39086643380162L200,139.49714252798262L204.16666666666669,140.50812311577064L208.33333333333331,141.430361378187L212.5,142.2702593385982L216.66666666666666,143.03400349003013L220.83333333333334,143.72751884863334L225,144.35643783618352L229.16666666666666,144.92608100542475L233.33333333333334,145.44144713651477L237.5,145.90721066537353L241.66666666666669,146.32772476781935L245.83333333333331,146.7070287275736L250,147.0488584705968L254.16666666666666,147.35665936046553L258.33333333333337,147.6336005261697L262.5,147.88259014038323L266.66666666666663,148.10629118766775L270.8333333333333,148.30713736223376L275,148.48734881722083L279.1666666666667,148.64894755484968L283.3333333333333,148.79377230170482L287.5,148.92349275788038L291.6666666666667,149.03962314452545L295.83333333333337,149.14353500291884L300,149.23646922083822L300,149.26881685114458L295.83333333333337,149.17995084628953L291.6666666666667,149.08060964043918L287.5,148.96961291062766L283.3333333333333,148.84565673580252L279.1666666666667,148.70730235099168L275,148.552964207889L270.8333333333333,148.38089737278693L266.66666666666663,148.18918431571714L262.5,147.9757211735042L258.33333333333337,147.73820360541654L254.16666666666666,147.47411240465536L250,147.1806990837792L245.83333333333331,146.85497171934105L241.66666666666669,146.49368142292568L237.5,146.0933099052453L233.33333333333334,145.65005872032782L229.16666666666666,145.1598409220554L225,144.6182760400145L220.83333333333334,144.02068949126397L216.66666666666666,143.3621177956316L212.5,142.63732126202447L208.33333333333331,141.84080617085291L204.16666666666669,140.96685890335954L200,140.0095949745758L195.83333333333334,138.9630265270292L191.66666666666666,137.82115255384062L187.5,136.5780769619715L183.33333333333334,135.22816058189127L179.16666666666666,133.76621440544858L175,132.1877427203557L170.83333333333331,130.48924644373145L166.66666666666669,128.66859888096417L162.5,126.72550839918084L158.33333333333334,124.66208516445171L154.16666666666666,122.48353221570511L150,120.19898481439351L145.83333333333334,117.8225263084017L141.66666666666666,115.37441378758112L137.5,112.88255271013665L133.33333333333331,110.38426658751199L129.16666666666669,107.92841589750572L125,105.57792984536047L120.83333333333334,103.41282563629755L116.66666666666667,101.53380282279703L112.5,100.06651535066375L108.33333333333333,99.16664150355534L104.16666666666666,99.02589244720816L100,99.87912397917194L95.83333333333333,102.01274395113725L91.66666666666667,105.77464029129663L87.5,109.92813598165998L83.33333333333334,114.46582506783442L79.16666666666667,119.37479630324813L75,124.63495923433976L70.83333333333333,129.7334084758346L66.66666666666666,135.14450818499208L62.5,140.81114109226942L58.333333333333336,146.6581100058929L54.166666666666664,152.58788814221242L50,157.99192869473234L45.833333333333336,163.22713142423953L41.66666666666667,168.09281211800405L37.5,172.33904768213796L33.33333333333333,175.65645867780532L29.166666666666668,177.18048259725185L25,176.959552266468L20.833333333333336,174.42231124817943L16.666666666666664,169.9083845778108Z" fill="rgb(119,119,119)" stroke="rgb(119,153,119)"/></g><g><path d="M20.833333333333336,174.42231124817943L25,176.95955226646797L29.166666666666668,177.18048259725185L33.33333333333333,175.6564586778053L37.5,172.3390476821379L41.66666666666667,168.09281211800402L45.833333333333336,163.2271314242395L50,157.9919286947323L54.166666666666664,152.58788814221242L58.333333333333336,146.65811000589284L62.5,140.81114109226942L66.66666666666666,135.14450818499205L70.83333333333333,129.73340847583458L75,124.63495923433973L79.16666666666667,119.37479630324813L83.33333333333334,114.46582506783446L87.5,109.92813598165992L91.66666666666667,105.77464029129666L95.83333333333333,102.01274395113722L100,99.87912397917191L104.16666666666666,99.02589244720815L108.33333333333333,99.16664150355533L112.5,100.06651535066376L116.66666666666667,101.53380282279704L120.83333333333334,103.41282563629753L125,105.5779298453605L129.16666666666669,107.92841589750569L133.33333333333331,110.38426658751197L137.5,112.88255271013662L141.66666666666666,115.37441378758112L145.83333333333334,117.82252630840176L150,120.19898481439355L154.16666666666666,122.48353221570511L158.33333333333334,124.66208516445172L162.5,126.72550839918085L166.66666666666669,128.66859888096417L170.83333333333331,130.48924644373142L175,132.18774272035571L179.16666666666666,133.76621440544858L183.33333333333334,135.22816058189133L187.5,136.57807696197145L191.66666666666666,137.8211525538406L195.83333333333334,138.96302652702923L200,140.00959497457578L204.16666666666669,140.96685890335957L208.33333333333331,141.84080617085286L212.5,142.63732126202444L216.66666666666666,143.36211779563163L220.83333333333334,144.02068949126397L225,144.61827604001445L229.16666666666666,145.15984092205542L233.33333333333334,145.65005872032782L237.5,146.09330990524523L241.66666666666669,146.49368142292573L245.83333333333331,146.8549717193411L250,147.18069908377916L254.16666666666666,147.47411240465533L258.33333333333337,147.73820360541654L262.5,147.9757211735042L266.66666666666663,148.1891843157172L270.8333333333333,148.38089737278693L275,148.55296420788903L279.1666666666667,148.7073023509917L283.3333333333333,148.8456567358025L287.5,148.9696129106277L291.6666666666667,149.08060964043918L295.83333333333337,149.17995084628956L300,149.26881685114455L300,149.30632600181536L295.83333333333337,149.2221654596563L291.6666666666667,149.1281089352054L287.5,149.02304560855626L283.3333333333333,148.90574910490736L279.1666666666667,148.77486712920486L275,148.62891049474104L270.8333333333333,148.4662415836996L266.66666666666663,148.28506230079847L262.5,148.08340161018435L258.33333333333337,147.85910278176397L254.16666666666666,147.6098105176261L250,147.33295818380745L245.83333333333331,147.02575543934424L241.66666666666669,146.6851766356922L237.5,146.3079504579413L233.33333333333334,145.89055139805706L229.16666666666666,145.4291937934899L225,144.9198293364208L220.83333333333334,144.3581491649535L216.66666666666666,143.73959189398263L212.5,143.05935923755337L208.33333333333331,142.31244122489971L204.16666666666669,141.49365342905494L200,140.59768912177478L195.83333333333334,139.61918985531847L191.66666666666666,138.55283866654383L187.5,137.39348092071322L183.33333333333334,136.136278783455L179.16666666666666,134.7769064553114L175,133.31179465436836L170.83333333333331,131.7384344237884L166.66666666666669,130.0557522137236L162.5,128.2645703889292L158.33333333333334,126.36816990025405L154.16666666666666,124.3729748950853L150,122.28938260451231L145.83333333333334,120.13276602168149L141.66666666666666,117.924681779184L137.5,115.69432136285243L133.33333333333331,113.48025050399244L129.16666666666669,111.33248943345895L125,109.31499584697093L120.83333333333334,107.50862313997615L116.66666666666667,106.0146389759048L112.5,104.95890384842849L108.33333333333333,104.49682632852415L104.16666666666666,104.8192315479262L100,106.15930262295319L95.83333333333333,108.80078170164558L91.66666666666667,113.08764874321069L87.5,117.7777763545831L83.33333333333334,122.85640531289617L79.16666666666667,128.3009362672138L75,134.0787393762178L70.83333333333333,139.6609023121743L66.66666666666666,145.5015806705395L62.5,151.51837407787784L58.333333333333336,157.6046912381738L54.166666666666664,163.62427137735568L50,168.92103869195805L45.833333333333336,173.7938480482151L41.66666666666667,177.9714215676965L37.5,181.1182948759607L33.33333333333333,182.82177178354317L29.166666666666668,182.09286711571974L25,178.8305662365312L20.833333333333336,174.42231124817943Z" fill="rgb(122,126,122)" stroke="rgb(119,153,119)"/></g><g><path d="M25,178.8305662365312L29.166666666666668,182.09286711571974L33.33333333333333,182.8217717835432L37.5,181.11829487596071L41.66666666666667,177.9714215676965L45.833333333333336,173.7938480482151L50,168.92103869195802L54.166666666666664,163.6242713773557L58.333333333333336,157.60469123817387L62.5,151.5183740778778L66.66666666666666,145.50158067053954L70.83333333333333,139.66090231217433L75,134.07873937621784L79.16666666666667,128.30093626721384L83.33333333333334,122.85640531289616L87.5,117.7777763545831L91.66666666666667,113.08764874321065L95.83333333333333,108.8007817016456L100,106.15930262295322L104.16666666666666,104.81923154792625L108.33333333333333,104.49682632852418L112.5,104.95890384842849L116.66666666666667,106.01463897590483L120.83333333333334,107.50862313997615L125,109.3149958469709L129.16666666666669,111.33248943345896L133.33333333333331,113.48025050399247L137.5,115.69432136285246L141.66666666666666,117.92468177918397L145.83333333333334,120.1327660216815L150,122.28938260451227L154.16666666666666,124.37297489508529L158.33333333333334,126.36816990025406L162.5,128.26457038892917L166.66666666666669,130.05575221372362L170.83333333333331,131.73843442378842L175,133.31179465436833L179.16666666666666,134.77690645531138L183.33333333333334,136.13627878345494L187.5,137.39348092071327L191.66666666666666,138.5528386665438L195.83333333333334,139.6191898553184L200,140.59768912177478L204.16666666666669,141.49365342905494L208.33333333333331,142.31244122489977L212.5,143.05935923755337L216.66666666666666,143.73959189398266L220.83333333333334,144.35814916495352L225,144.91982933642086L229.16666666666666,145.4291937934899L233.33333333333334,145.89055139805703L237.5,146.3079504579413L241.66666666666669,146.68517663569216L245.83333333333331,147.02575543934424L250,147.33295818380745L254.16666666666666,147.6098105176261L258.33333333333337,147.85910278176394L262.5,148.08340161018438L266.66666666666663,148.28506230079847L270.8333333333333,148.46624158369954L275,148.628910494741L279.1666666666667,148.77486712920484L283.3333333333333,148.90574910490736L287.5,149.02304560855623L291.6666666666667,149.1281089352054L295.83333333333337,149.2221654596563L300,149.3063260018154L300,149.34980489848317L295.83333333333337,149.27108440233002L291.6666666666667,149.18313524519917L287.5,149.0849262985061L283.3333333333333,148.97532003596365L279.1666666666667,148.85306315921582L275,148.7167767138298L270.8333333333333,148.564945740976L266.66666666666663,148.39590853341915L262.5,148.20784559346765L258.33333333333337,147.99876842643457L254.16666666666666,147.76650834731907L250,147.5087055324631L245.83333333333331,147.22279861377643L241.66666666666669,146.90601519303115L237.5,146.55536375037866L233.33333333333334,146.16762753777738L229.16666666666666,145.73936118816187L225,145.26689093927934L220.83333333333334,144.7463195722985L216.66666666666666,144.17353740558482L212.5,143.54424097047536L208.33333333333331,142.8539613367848L204.16666666666669,142.09810446080596L200,141.27200640912136L195.83333333333334,140.3710068809017L191.66666666666666,139.39054512509944L187.5,138.32628314523717L183.33333333333334,137.17426202459765L179.16666666666666,135.9310983133738L175,134.59422872570744L170.83333333333331,133.16221293236424L166.66666666666669,131.63510604349358L162.5,130.01491450150309L158.33333333333334,128.30615160013022L154.16666666666666,126.51651177476485L150,124.65768624367138L145.83333333333334,122.74634660464218L141.66666666666666,120.80532770528137L137.5,118.8650466221959L133.33333333333331,116.96520103812146L129.16666666666669,115.15679785142268L125,113.50457166957177L120.83333333333334,112.08986313642752L116.66666666666667,111.01403906551137L112.5,110.40255038034822L108.33333333333333,110.40974022610472L104.16666666666666,111.22453369469973L100,113.07716283982668L95.83333333333333,116.24710656117031L91.66666666666667,121.07245510270505L87.5,126.30318765027329L83.33333333333334,131.91419609137697L79.16666666666667,137.86953684616245L75,144.11959658289717L70.83333333333333,150.11407354926124L66.66666666666666,156.28041664247797L62.5,162.50311983991443L58.333333333333336,168.63480517926237L54.166666666666664,174.48922659003267L50,179.3493300715776L45.833333333333336,183.43988041776416L41.66666666666667,186.39989800071612L37.5,187.78565886209617L33.33333333333333,187.05418040799626L29.166666666666668,183.06008321620175L25,178.8305662365312Z" fill="rgb(126,133,126)" stroke="rgb(119,153,119)"/></g><g><path d="M33.33333333333333,187.05418040799626L37.5,187.7856588620962L41.66666666666667,186.3998980007161L45.833333333333336,183.43988041776413L50,179.34933007157764L54.166666666666664,174.48922659003262L58.333333333333336,168.63480517926234L62.5,162.50311983991446L66.66666666666666,156.28041664247795L70.83333333333333,150.11407354926124L75,144.1195965828972L79.16666666666667,137.8695368461624L83.33333333333334,131.91419609137694L87.5,126.30318765027332L91.66666666666667,121.07245510270508L95.83333333333333,116.24710656117031L100,113.07716283982666L104.16666666666666,111.22453369469972L108.33333333333333,110.40974022610473L112.5,110.40255038034826L116.66666666666667,111.01403906551138L120.83333333333334,112.08986313642754L125,113.50457166957176L129.16666666666669,115.15679785142268L133.33333333333331,116.96520103812145L137.5,118.8650466221959L141.66666666666666,120.80532770528137L145.83333333333334,122.74634660464213L150,124.65768624367144L154.16666666666666,126.51651177476487L158.33333333333334,128.30615160013025L162.5,130.01491450150314L166.66666666666669,131.63510604349358L170.83333333333331,133.16221293236424L175,134.59422872570744L179.16666666666666,135.93109831337384L183.33333333333334,137.17426202459765L187.5,138.32628314523717L191.66666666666666,139.39054512509946L195.83333333333334,140.3710068809017L200,141.27200640912136L204.16666666666669,142.09810446080596L208.33333333333331,142.85396133678478L212.5,143.54424097047539L216.66666666666666,144.17353740558477L220.83333333333334,144.74631957229846L225,145.2668909392793L229.16666666666666,145.7393611881619L233.33333333333334,146.16762753777735L237.5,146.55536375037872L241.66666666666669,146.90601519303118L245.83333333333331,147.22279861377638L250,147.5087055324631L254.16666666666666,147.76650834731905L258.33333333333337,147.99876842643457L262.5,148.20784559346765L266.66666666666663,148.39590853341912L270.8333333333333,148.56494574097604L275,148.7167767138298L279.1666666666667,148.85306315921582L283.3333333333333,148.9753200359637L287.5,149.0849262985061L291.6666666666667,149.18313524519914L295.83333333333337,149.27108440233L300,149.34980489848311L300,149.40018515638926L295.83333333333337,149.32775096802305L291.6666666666667,149.246856447826L287.5,149.15656175622632L283.3333333333333,149.05583106666032L279.1666666666667,148.9435243038398L275,148.81838847797937L270.8333333333333,148.67904866780052L266.66666666666663,148.5239987284142L262.5,148.35159182903848L258.33333333333337,148.16003096104393L254.16666666666666,147.94735960035877L250,147.71145276136693L245.83333333333331,147.4500087439367L241.66666666666669,147.16054195329914L237.5,146.84037726671326L233.33333333333334,146.48664653422674L229.16666666666666,146.09628793690956L225,145.6660490888743L220.83333333333334,145.19249496409842L216.66666666666666,144.67202196127295L212.5,144.10087969636052L208.33333333333331,143.4752024411539L204.16666666666669,142.79105251613103L200,142.04447840813438L195.83333333333334,141.23159093054036L191.66666666666666,140.34866139042688L187.5,139.39224649112384L183.33333333333334,138.35934559965654L179.16666666666666,137.24759707058317L175,136.05552156813764L170.83333333333331,134.78282179956926L166.66666666666669,133.43074980159088L162.5,132.0025549526072L158.33333333333334,130.50402826677836L154.16666666666666,128.94416132127589L150,127.33594144430563L145.83333333333334,125.69730862894973L141.66666666666666,124.05230413004938L137.5,122.43244595692114L133.33333333333331,120.8783726200446L129.16666666666669,119.44180367188196L125,118.18787397139685L120.83333333333334,117.19790839694585L116.66666666666667,116.5727151633355L112.5,116.4364892334062L108.33333333333333,116.94143286294243L104.16666666666666,118.27321844028361L100,120.65743989671009L95.83333333333333,124.36722355536708L91.66666666666667,129.73219791746334L87.5,135.49129882961634L83.33333333333334,141.6052289551204L79.16666666666667,148.02003686538075L75,154.66348210752628L70.83333333333333,160.95706517810052L66.66666666666666,167.29333782217114L62.5,173.5138600242352L58.333333333333336,179.41870031807565L54.166666666666664,184.75756897068445L50,188.73566958373814L45.833333333333336,191.4837209701918L41.66666666666667,192.52732470763328L37.5,191.286352138268L33.33333333333333,187.05418040799626Z" fill="rgb(129,139,129)" stroke="rgb(119,153,119)"/></g><g><path d="M37.5,191.28635213826797L41.66666666666667,192.5273247076333L45.833333333333336,191.48372097019183L50,188.73566958373817L54.166666666666664,184.7575689706845L58.333333333333336,179.41870031807565L62.5,173.5138600242352L66.66666666666666,167.29333782217117L70.83333333333333,160.95706517810055L75,154.66348210752625L79.16666666666667,148.0200368653808L83.33333333333334,141.60522895512042L87.5,135.49129882961637L91.66666666666667,129.73219791746334L95.83333333333333,124.36722355536705L100,120.65743989671012L104.16666666666666,118.27321844028359L108.33333333333333,116.94143286294246L112.5,116.43648923340618L116.66666666666667,116.57271516333552L120.83333333333334,117.19790839694582L125,118.18787397139684L129.16666666666669,119.44180367188193L133.33333333333331,120.87837262004462L137.5,122.4324459569211L141.66666666666666,124.05230413004944L145.83333333333334,125.69730862894974L150,127.3359414443056L154.16666666666666,128.94416132127589L158.33333333333334,130.50402826677833L162.5,132.00255495260717L166.66666666666669,133.43074980159085L170.83333333333331,134.78282179956923L175,136.05552156813766L179.16666666666666,137.24759707058317L183.33333333333334,138.35934559965656L187.5,139.39224649112379L191.66666666666666,140.34866139042688L195.83333333333334,141.23159093054036L200,142.04447840813438L204.16666666666669,142.791052516131L208.33333333333331,143.47520244115393L212.5,144.10087969636055L216.66666666666666,144.67202196127297L220.83333333333334,145.19249496409844L225,145.66604908887427L229.16666666666666,146.09628793690956L233.33333333333334,146.48664653422676L237.5,146.8403772667132L241.66666666666669,147.16054195329912L245.83333333333331,147.45000874393676L250,147.7114527613669L254.16666666666666,147.94735960035882L258.33333333333337,148.16003096104396L262.5,148.35159182903843L266.66666666666663,148.52399872841417L270.8333333333333,148.67904866780052L275,148.81838847797943L279.1666666666667,148.94352430383984L283.3333333333333,149.0558310666603L287.5,149.1565617562263L291.6666666666667,149.24685644782605L295.83333333333337,149.32775096802305L300,149.40018515638928L300,149.45853995253128L295.83333333333337,149.39336635869122L291.6666666666667,149.32061645837922L287.5,149.2394548842757L283.3333333333333,149.14896209978127L279.1666666666667,149.0481273830867L275,148.93584152216926L270.8333333333333,148.8108892809829L266.66666666666663,148.67194172018162L262.5,148.51754848414475L258.33333333333337,148.34613020091572L254.16666666666666,148.15597118417188L250,147.94521267799755L245.83333333333331,147.71184694776775L241.66666666666669,147.45371259592974L237.5,147.16849157231468L233.33333333333334,146.85370845765303L229.16666666666666,146.50673272957548L225,146.12478487646317L220.83333333333334,145.70494741069163L216.66666666666666,145.24418205450056L212.5,144.73935463525467L208.33333333333331,144.18726953966643L204.16666666666669,143.58471594732973L200,142.92852850282551L195.83333333333334,142.21566560461855L191.66666666666666,141.44330910185275L187.5,140.60898991322293L183.33333333333334,139.71074493431038L179.16666666666666,138.7473116032459L175,137.718367675125L170.83333333333331,136.6248251433404L166.66666666666669,135.46918887600748L162.5,134.2559924488122L158.33333333333334,132.99232589952004L154.16666666666666,131.68847275948355L150,130.3586767982801L145.83333333333334,129.0220625241798L141.66666666666666,127.7037377027722L137.5,126.43611109030236L133.33333333333331,125.26046434507349L129.16666666666669,124.22882381678936L125,123.40618577925223L120.83333333333334,122.87315785140157L116.66666666666667,122.72909006012793L112.5,123.09578148499139L108.33333333333333,124.12186297934701L104.16666666666666,125.98797342022145L100,128.91286669014437L95.83333333333333,133.1606095897502L91.66666666666667,139.0490576441528L87.5,145.3020705289501L83.33333333333334,151.86126877085542L79.16666666666667,158.6487767937073L75,165.56259494453718L70.83333333333333,171.98745165275815L66.66666666666666,178.27071863516736L62.5,184.1987174925362L58.333333333333336,189.50426987875392L54.166666666666664,193.85552886637402L50,196.35911640468902L45.833333333333336,197.0269479345493L41.66666666666667,195.2418369617412L37.5,191.28635213826797Z" fill="rgb(133,146,133)" stroke="rgb(119,153,119)"/></g><g><path d="M41.66666666666667,195.2418369617412L45.833333333333336,197.0269479345493L50,196.35911640468902L54.166666666666664,193.85552886637402L58.333333333333336,189.5042698787539L62.5,184.19871749253616L66.66666666666666,178.27071863516733L70.83333333333333,171.98745165275812L75,165.56259494453718L79.16666666666667,158.64877679370724L83.33333333333334,151.86126877085542L87.5,145.30207052895008L91.66666666666667,139.04905764415278L95.83333333333333,133.16060958975018L100,128.91286669014437L104.16666666666666,125.98797342022146L108.33333333333333,124.12186297934696L112.5,123.09578148499142L116.66666666666667,122.7290900601279L120.83333333333334,122.87315785140154L125,123.40618577925221L129.16666666666669,124.22882381678934L133.33333333333331,125.2604643450735L137.5,126.43611109030238L141.66666666666666,127.70373770277217L145.83333333333334,129.02206252417983L150,130.3586767982801L154.16666666666666,131.68847275948355L158.33333333333334,132.99232589952L162.5,134.2559924488122L166.66666666666669,135.46918887600754L170.83333333333331,136.62482514334044L175,137.718367675125L179.16666666666666,138.7473116032459L183.33333333333334,139.71074493431038L187.5,140.60898991322293L191.66666666666666,141.44330910185272L195.83333333333334,142.21566560461858L200,142.92852850282551L204.16666666666669,143.58471594732978L208.33333333333331,144.18726953966637L212.5,144.73935463525464L216.66666666666666,145.24418205450058L220.83333333333334,145.7049474106916L225,146.1247848764632L229.16666666666666,146.50673272957542L233.33333333333334,146.853708457653L237.5,147.1684915723147L241.66666666666669,147.45371259592974L245.83333333333331,147.7118469477677L250,147.94521267799757L254.16666666666666,148.15597118417188L258.33333333333337,148.34613020091567L262.5,148.5175484841448L266.66666666666663,148.67194172018168L270.8333333333333,148.81088928098288L275,148.93584152216923L279.1666666666667,149.0481273830867L283.3333333333333,149.14896209978127L287.5,149.23945488427574L291.6666666666667,149.32061645837922L295.83333333333337,149.39336635869125L300,149.4585399525313L300,149.52610473074446L295.83333333333337,149.46931264554325L291.6666666666667,149.4059606692919L287.5,149.33533286935702L283.3333333333333,149.2566425364614L279.1666666666667,149.16902655943412L275,149.07153963514L270.8333333333333,148.96314838101117L266.66666666666663,148.8427254401848L262.5,148.70904369691127L258.33333333333337,148.56077075361173L254.16666666666666,148.3964638619011L250,148.21456554943205L245.83333333333331,148.01340024417405L241.66666666666669,147.79117226961927L237.5,147.5459656706657L233.33333333333334,147.27574643318192L229.16666666666666,146.97836778362228L225,146.65157940215857L220.83333333333334,146.2930415578906L216.66666666666666,145.90034538278982L212.5,145.4710407479579L208.33333333333331,145.00267349840814L204.16666666666669,144.49283414889345L200,143.93922055268834L195.83333333333334,143.33971753863122L191.66666666666666,142.6924970819097L187.5,141.99614324598235L183.33333333333334,141.24980692405873L179.16666666666666,140.45339633904823L175,139.60781035450518L170.83333333333331,138.71522293345922L166.66666666666669,137.77942858928728L162.5,136.8062604404151L158.33333333333334,135.80409455223582L154.16666666666666,134.784456675964L150,133.76275033423337L145.83333333333334,132.75912852579026L141.66666666666666,131.7995352064508L137.5,130.91694724341014L133.33333333333331,130.15285284283823L129.16666666666669,129.55900864175817L125,129.19952487997026L120.83333333333334,129.15333649518283L116.66666666666667,129.51712781063625L112.5,130.40878993690546L108.33333333333333,131.97150335227013L104.16666666666666,134.37855366528316L100,137.83900665411005L95.83333333333333,142.60438973162826L91.66666666666667,148.9765514804925L87.5,155.65914301449754L83.33333333333334,162.56850175646383L79.16666666666667,169.59535802598822L75,176.59897817968044L70.83333333333333,182.91656164998386L66.66666666666666,188.83743525914292L62.5,194.07732694222864L58.333333333333336,198.28351707257667L54.166666666666664,201.0208419721119L50,201.2715009231569L45.833333333333336,198.89796190461254L41.66666666666667,195.2418369617412Z" fill="rgb(136,153,136)" stroke="rgb(119,153,119)"/></g><g><path d="M45.833333333333336,198.89796190461254L50,201.2715009231569L54.166666666666664,201.0208419721119L58.333333333333336,198.28351707257673L62.5,194.07732694222864L66.66666666666666,188.83743525914292L70.83333333333333,182.91656164998383L75,176.5989781796805L79.16666666666667,169.59535802598828L83.33333333333334,162.5685017564638L87.5,155.65914301449757L91.66666666666667,148.97655148049253L95.83333333333333,142.6043897316283L100,137.83900665411008L104.16666666666666,134.37855366528316L108.33333333333333,131.97150335227013L112.5,130.4087899369054L116.66666666666667,129.51712781063628L120.83333333333334,129.15333649518286L125,129.1995248799703L129.16666666666669,129.5590086417582L133.33333333333331,130.15285284283823L137.5,130.91694724341016L141.66666666666666,131.7995352064508L145.83333333333334,132.75912852579023L150,133.76275033423337L154.16666666666666,134.784456675964L158.33333333333334,135.80409455223585L162.5,136.80626044041506L166.66666666666669,137.77942858928728L170.83333333333331,138.71522293345916L175,139.60781035450518L179.16666666666666,140.45339633904823L183.33333333333334,141.2498069240587L187.5,141.99614324598238L191.66666666666666,142.69249708190972L195.83333333333334,143.33971753863125L200,143.9392205526883L204.16666666666669,144.4928341488934L208.33333333333331,145.0026734984082L212.5,145.47104074795786L216.66666666666666,145.90034538278977L220.83333333333334,146.2930415578906L225,146.65157940215857L229.16666666666666,146.97836778362233L233.33333333333334,147.27574643318192L237.5,147.54596567066574L241.66666666666669,147.7911722696193L245.83333333333331,148.0134002441741L250,148.21456554943205L254.16666666666666,148.39646386190108L258.33333333333337,148.56077075361173L262.5,148.70904369691124L266.66666666666663,148.8427254401848L270.8333333333333,148.96314838101117L275,149.07153963514L279.1666666666667,149.1690265594341L283.3333333333333,149.25664253646144L287.5,149.33533286935702L291.6666666666667,149.40596066929183L295.83333333333337,149.46931264554323L300,149.52610473074444L300,149.60430076075542L295.83333333333337,149.55717886463202L291.6666666666667,149.50466482656827L287.5,149.4461791019777L283.3333333333333,149.3810865197447L279.1666666666667,149.30869220410472L275,149.22823746483297L270.8333333333333,149.1388957296668L266.66666666666663,149.039768614617L262.5,148.92988225425023L258.33333333333337,148.8081840460491L254.16666666666666,148.67354000162143L250,148.52473294410402L245.83333333333331,148.36046184703258L241.66666666666669,148.17934267696427L237.5,147.9799111822679L233.33333333333334,147.7606281661039L229.16666666666666,147.51988789550737L225,147.2560304339096L220.83333333333334,146.9673588452372L216.66666666666666,146.65216240837304L212.5,146.3087472065135L208.33333333333331,145.9354757229321L204.16666666666669,145.5308173900361L200,145.09341241075074L195.83333333333334,144.62215160997036L191.66666666666666,144.11627559048554L187.5,143.57549707575234L183.33333333333334,143.00015103663262L179.16666666666666,142.3913780389244L175,141.75134723418475L170.83333333333331,141.08352657261827L166.66666666666669,140.39300917224796L162.5,139.68690636651246L158.33333333333334,138.9748198115793L154.16666666666666,138.269407210093L150,137.5870587521971L145.83333333333334,136.94870434839112L141.66666666666666,136.38077520290216L137.5,135.91634733301672L133.33333333333331,135.59649937475797L129.16666666666669,135.47192253933875L125,135.6048270267438L120.83333333333334,136.07119671205632L116.66666666666667,136.963452670161L112.5,138.3935962963998L108.33333333333333,140.49691464796032L104.16666666666666,143.43634444376397L100,147.40760723305868L95.83333333333333,152.64524693830762L91.66666666666667,159.42972271757944L87.5,166.437978986436L83.33333333333334,173.55324751850043L79.16666666666667,180.62547196707678L75,187.46393339235746L70.83333333333333,193.34485302960343L66.66666666666666,198.48346762869198L62.5,202.50580337524826L58.333333333333336,204.95088105871218L54.166666666666664,205.25325059656495L50,202.2387170236389L45.833333333333336,198.89796190461254Z" fill="rgb(139,160,139)" stroke="rgb(119,153,119)"/></g><g><path d="M54.166666666666664,205.25325059656495L58.333333333333336,204.95088105871218L62.5,202.5058033752483L66.66666666666666,198.48346762869193L70.83333333333333,193.34485302960343L75,187.4639333923574L79.16666666666667,180.62547196707675L83.33333333333334,173.55324751850046L87.5,166.43797898643598L91.66666666666667,159.42972271757944L95.83333333333333,152.64524693830765L100,147.40760723305863L104.16666666666666,143.436344443764L108.33333333333333,140.49691464796035L112.5,138.39359629639983L116.66666666666667,136.963452670161L120.83333333333334,136.0711967120563L125,135.60482702674378L129.16666666666669,135.47192253933875L133.33333333333331,135.596499374758L137.5,135.91634733301672L141.66666666666666,136.38077520290219L145.83333333333334,136.9487043483911L150,137.5870587521971L154.16666666666666,138.269407210093L158.33333333333334,138.97481981157932L162.5,139.68690636651246L166.66666666666669,140.3930091722479L170.83333333333331,141.08352657261833L175,141.75134723418475L179.16666666666666,142.39137803892442L183.33333333333334,143.00015103663267L187.5,143.57549707575234L191.66666666666666,144.11627559048554L195.83333333333334,144.6221516099703L200,145.09341241075077L204.16666666666669,145.5308173900361L208.33333333333331,145.9354757229321L212.5,146.30874720651352L216.66666666666666,146.65216240837304L220.83333333333334,146.9673588452372L225,147.2560304339096L229.16666666666666,147.51988789550734L233.33333333333334,147.76062816610394L237.5,147.97991118226784L241.66666666666669,148.17934267696424L245.83333333333331,148.36046184703255L250,148.52473294410404L254.16666666666666,148.6735400016214L258.33333333333337,148.80818404604915L262.5,148.92988225425026L266.66666666666663,149.03976861461695L270.8333333333333,149.1388957296668L275,149.22823746483294L279.1666666666667,149.30869220410472L283.3333333333333,149.3810865197447L287.5,149.44617910197766L291.6666666666667,149.50466482656833L295.83333333333337,149.55717886463202L300,149.60430076075542L300,149.6947619053794L295.83333333333337,149.6587906287816L291.6666666666667,149.6187677533928L287.5,149.57426929697274L283.3333333333333,149.52483275531554L279.1666666666667,149.46995473871408L275,149.40908871787266L270.8333333333333,149.34164295857065L266.66666666666663,149.26697874477728L262.5,149.18440901451822L258.33333333333337,149.0931975623837L254.16666666666666,148.9925589980708L250,148.8816596928517L245.83333333333331,148.75961999662755L241.66666666666669,148.6255180687642L237.5,148.47839573795602L233.33333333333334,148.31726689198908L229.16666666666666,148.14112899987646L225,147.94897848923466L220.83333333333334,147.7398308442502L216.66666666666666,147.51274645801172L212.5,147.26686347184094L208.33333333333331,147.00143906881877L204.16666666666669,146.715900965095L200,146.4099111679601L195.83333333333334,146.0834444524005L191.66666666666666,145.73688445769056L187.5,145.37114083384964L183.33333333333334,144.98779148773673L179.16666666666666,144.58925470557253L175,144.17899678069577L170.83333333333331,143.76178177325252L166.66666666666669,143.3439711965555L162.5,142.93388279128047L158.33333333333334,142.54221914630457L154.16666666666666,142.18257879201616L150,141.87206457265637L145.83333333333334,141.63200665021617L141.66666666666666,141.4888204634205L137.5,141.47502343084085L133.33333333333331,141.63043822781594L129.16666666666669,142.00361517617645L125,142.65351177232768L120.83333333333334,143.65147376893972L116.66666666666667,145.08356966435775L112.5,147.0533391111581L108.33333333333333,149.68502582730338L104.16666666666666,153.12737730750746L100,157.55810725227698L95.83333333333333,163.18913246293673L91.66666666666667,170.27271434641872L87.5,177.45090016612917L83.33333333333334,184.5639877028212L79.16666666666667,191.40936710589006L75,197.73227577300923L70.83333333333333,202.73119254176393L66.66666666666666,206.5273081811196L62.5,208.63323008216548L58.333333333333336,208.451574334884L54.166666666666664,205.25325059656495Z" fill="rgb(143,167,143)" stroke="rgb(119,153,119)"/></g><g><path d="M58.333333333333336,208.45157433488396L62.5,208.63323008216545L66.66666666666666,206.52730818111962L70.83333333333333,202.73119254176396L75,197.7322757730093L79.16666666666667,191.40936710589006L83.33333333333334,184.56398770282124L87.5,177.4509001661292L91.66666666666667,170.27271434641875L95.83333333333333,163.18913246293667L100,157.55810725227704L104.16666666666666,153.12737730750743L108.33333333333333,149.6850258273034L112.5,147.0533391111581L116.66666666666667,145.08356966435773L120.83333333333334,143.65147376893975L125,142.65351177232765L129.16666666666669,142.00361517617648L133.33333333333331,141.63043822781592L137.5,141.47502343084085L141.66666666666666,141.48882046342047L145.83333333333334,141.63200665021617L150,141.87206457265634L154.16666666666666,142.18257879201613L158.33333333333334,142.54221914630452L162.5,142.93388279128052L166.66666666666669,143.34397119655551L170.83333333333331,143.7617817732525L175,144.17899678069577L179.16666666666666,144.5892547055725L183.33333333333334,144.9877914877367L187.5,145.3711408338496L191.66666666666666,145.73688445769054L195.83333333333334,146.08344445240053L200,146.4099111679601L204.16666666666669,146.71590096509502L208.33333333333331,147.00143906881877L212.5,147.26686347184094L216.66666666666666,147.51274645801172L220.83333333333334,147.73983084425024L225,147.94897848923463L229.16666666666666,148.14112899987649L233.33333333333334,148.3172668919891L237.5,148.47839573795605L241.66666666666669,148.62551806876422L245.83333333333331,148.75961999662752L250,148.8816596928517L254.16666666666666,148.99255899807082L258.33333333333337,149.09319756238364L262.5,149.1844090145182L266.66666666666663,149.26697874477733L270.8333333333333,149.34164295857062L275,149.40908871787272L279.1666666666667,149.4699547387141L283.3333333333333,149.5248327553155L287.5,149.57426929697272L291.6666666666667,149.6187677533928L295.83333333333337,149.65879062878165L300,149.69476190537944L300,149.7993649846263L295.83333333333337,149.77624367297148L291.6666666666667,149.7506083665752L287.5,149.72221228874017L283.3333333333333,149.69078941042181L279.1666666666667,149.65605397858587L275,149.61770030168577L270.8333333333333,149.57540287520126L266.66666666666663,149.52881694860832L262.5,149.47757965714882L258.33333333333337,149.4213118679851L254.16666666666666,149.35962092149708L250,149.29210448551763L245.83333333333331,149.2183557842164L241.66666666666669,149.1379705153574L237.5,149.05055583118363L233.33333333333334,148.95574183088323L229.16666666666666,148.853196098389L225,148.74264192043336L220.83333333333334,148.6238809389414L216.66666666666666,148.4968211320899L212.5,148.3615111832668L208.33333333333331,148.2181824909179L204.16666666666669,148.06730029974884L200,147.90962570062283L195.83333333333334,147.74629055938786L191.66666666666666,147.5788878014617L187.5,147.40957990826624L183.33333333333334,147.24122898394174L179.16666666666666,147.0775523383142L175,146.92330821890343L170.83333333333331,146.784517127227L166.66666666666669,146.66872509178557L162.5,146.5853163640033L158.33333333333334,146.54588427968577L154.16666666666666,146.564670517045L150,146.65908471756376L145.83333333333334,146.85031845807154L141.66666666666666,147.16406991787622L137.5,147.63139832763326L133.33333333333331,148.28973047940113L129.16666666666669,149.18404529258103L125,150.3682667522655L120.83333333333334,151.906900562374L116.66666666666667,153.8769556987409L112.5,156.37019883784757L108.33333333333333,159.49579752663715L104.16666666666666,163.38341712324242L100,168.18684718060354L95.83333333333333,174.08824529994757L91.66666666666667,181.30310082107636L87.5,188.4282809791254L83.33333333333334,195.2488451711222L79.16666666666667,201.49493666656832L75,206.8302356686988L70.83333333333333,210.3546393627148L66.66666666666666,212.0705351454771L62.5,211.34774233627334L58.333333333333336,208.45157433488396Z" fill="rgb(146,173,146)" stroke="rgb(119,153,119)"/></g><g><path d="M62.5,211.34774233627334L66.66666666666666,212.0705351454771L70.83333333333333,210.3546393627148L75,206.83023566869878L79.16666666666667,201.49493666656838L83.33333333333334,195.24884517112218L87.5,188.42828097912533L91.66666666666667,181.30310082107633L95.83333333333333,174.08824529994763L100,168.18684718060348L104.16666666666666,163.38341712324245L108.33333333333333,159.49579752663712L112.5,156.37019883784754L116.66666666666667,153.87695569874086L120.83333333333334,151.906900562374L125,150.36826675226553L129.16666666666669,149.18404529258098L133.33333333333331,148.28973047940116L137.5,147.63139832763324L141.66666666666666,147.1640699178762L145.83333333333334,146.85031845807154L150,146.65908471756376L154.16666666666666,146.56467051704502L158.33333333333334,146.5458842796858L162.5,146.58531636400326L166.66666666666669,146.66872509178555L170.83333333333331,146.784517127227L175,146.92330821890343L179.16666666666666,147.07755233831418L183.33333333333334,147.24122898394174L187.5,147.4095799082663L191.66666666666666,147.57888780146175L195.83333333333334,147.74629055938786L200,147.90962570062283L204.16666666666669,148.06730029974884L208.33333333333331,148.21818249091785L212.5,148.36151118326677L216.66666666666666,148.49682113208993L220.83333333333334,148.62388093894137L225,148.7426419204334L229.16666666666666,148.85319609838893L233.33333333333334,148.9557418308832L237.5,149.05055583118366L241.66666666666669,149.13797051535738L245.83333333333331,149.21835578421644L250,149.29210448551757L254.16666666666666,149.35962092149705L258.33333333333337,149.42131186798514L262.5,149.47757965714882L266.66666666666663,149.52881694860827L270.8333333333333,149.5754028752013L275,149.61770030168577L279.1666666666667,149.65605397858582L283.3333333333333,149.69078941042187L287.5,149.72221228874022L291.6666666666667,149.75060836657516L295.83333333333337,149.77624367297145L300,149.7993649846263L300,149.92026416097372L295.83333333333337,149.91194178594222L291.6666666666667,149.90286746660345L287.5,149.89299600874335L283.3333333333333,149.88228462318833L279.1666666666667,149.87069453128188L275,149.858192979415L270.8333333333333,149.84475574663577L266.66666666666663,149.83037024501462L262.5,149.81503933083835L258.33333333333337,149.79878596633614L254.16666666666666,149.78165889702598L250,149.76373953956443L245.83333333333331,149.74515030991182L241.66666666666669,149.72606466255638L237.5,149.7067191594729L233.33333333333334,149.68742794358644L229.16666666666666,149.6686000571307L225,149.65076012199708L220.83333333333334,149.6345729888042L216.66666666666666,149.62087306610258L212.5,149.61069916332374L208.33333333333331,149.60533582367728L204.16666666666669,149.60636228949718L200,149.61571043642516L195.83333333333334,149.63573323876804L191.66666666666666,149.66928559158052L187.5,149.71981962154604L183.33333333333334,149.79149697554462L179.16666666666666,149.88932099103L175,150.0192921353839L170.83333333333331,150.18859066318026L166.66666666666669,150.40579109339598L162.5,150.6811138676819L158.33333333333334,151.02672043279355L154.16666666666666,151.45705901480974L150,151.98926954253258L145.83333333333334,152.64365755878958L141.66666666666666,153.44424856165747L137.5,154.4194360781416L133.33333333333331,155.6027389313152L129.16666666666669,157.03368566550415L125,158.75884699732723L120.83333333333334,160.8330405263397L116.66666666666667,163.32073584061894L112.5,166.29769267418726L108.33333333333333,169.85287001218458L104.16666666666666,174.09065010885087L100,179.13342841288446L95.83333333333333,185.1246285350909L91.66666666666667,192.23221081830206L87.5,198.99499760310093L83.33333333333334,205.12745462081466L79.16666666666667,210.27418386039116L75,213.99554877443666L70.83333333333333,215.2670238811827L66.66666666666666,213.9415491155403L62.5,211.34774233627334Z" fill="rgb(150,180,150)" stroke="rgb(119,153,119)"/></g><g><path d="M66.66666666666666,213.94154911554034L70.83333333333333,215.2670238811827L75,213.99554877443666L79.16666666666667,210.27418386039113L83.33333333333334,205.12745462081466L87.5,198.99499760310093L91.66666666666667,192.23221081830204L95.83333333333333,185.1246285350909L100,179.13342841288454L104.16666666666666,174.0906501088508L108.33333333333333,169.8528700121846L112.5,166.29769267418732L116.66666666666667,163.32073584061897L120.83333333333334,160.83304052633972L125,158.75884699732723L129.16666666666669,157.03368566550415L133.33333333333331,155.60273893131514L137.5,154.41943607814162L141.66666666666666,153.4442485616575L145.83333333333334,152.64365755878964L150,151.9892695425326L154.16666666666666,151.45705901480974L158.33333333333334,151.02672043279358L162.5,150.6811138676819L166.66666666666669,150.405791093396L170.83333333333331,150.18859066318026L175,150.01929213538392L179.16666666666666,149.88932099103002L183.33333333333334,149.7914969755446L187.5,149.71981962154604L191.66666666666666,149.66928559158046L195.83333333333334,149.63573323876804L200,149.61571043642516L204.16666666666669,149.60636228949716L208.33333333333331,149.6053358236773L212.5,149.61069916332377L216.66666666666666,149.6208730661026L220.83333333333334,149.63457298880417L225,149.65076012199702L229.16666666666666,149.66860005713076L233.33333333333334,149.6874279435864L237.5,149.70671915947284L241.66666666666669,149.72606466255638L245.83333333333331,149.74515030991182L250,149.76373953956448L254.16666666666666,149.78165889702598L258.33333333333337,149.79878596633617L262.5,149.81503933083837L266.66666666666663,149.83037024501468L270.8333333333333,149.84475574663577L275,149.85819297941498L279.1666666666667,149.87069453128188L283.3333333333333,149.8822846231883L287.5,149.89299600874335L291.6666666666667,149.90286746660345L295.83333333333337,149.91194178594222L300,149.9202641609737L300,150.05992980564432L295.83333333333337,150.0686396156352L291.6666666666667,150.0786148152591L287.5,150.09003918317555L283.3333333333333,150.1031231805273L279.1666666666667,150.11810782371924L275,150.13526911913533L270.8333333333333,150.15492314130773L266.66666666666663,150.17743184787315L262.5,150.20320973818335L258.33333333333337,150.23273147793833L254.16666666666666,150.26654062994797L250,150.30525965144952L245.83333333333331,150.34960134166283L241.66666666666669,150.40038194990296L237.5,150.45853618505612L233.33333333333334,150.52513440214204L229.16666666666666,150.60140228165466L225,150.68874336313974L220.83333333333334,150.7887648468666L216.66666666666666,150.90330713744171L212.5,151.0344776718996L208.33333333333331,151.18468965344726L204.16666666666669,151.35670640207107L200,151.55369213630132L195.83333333333334,151.7792701184476L191.66666666666666,152.03758923073957L187.5,152.33340020450672L183.33333333333334,152.672142901642L179.16666666666666,153.06004625037346L175,153.50424266951293L170.83333333333331,154.01289908114398L166.66666666666669,154.5953669159969L162.5,155.26235386413325L158.33333333333334,156.02612052240013L154.16666666666666,156.90070554672948L150,157.90218344011316L145.83333333333334,159.04895970556314L141.66666666666666,160.36210877853097L137.5,161.86576093766632L133.33333333333331,163.58754529080954L129.16666666666669,165.55909696119434L125,167.81663777580803L120.83333333333334,170.40164110528832L116.66666666666667,173.3615930472983L112.5,176.75086391127422L108.33333333333333,180.63170598412304L104.16666666666666,185.07539587088743L100,190.16354235397304L95.83333333333333,195.98958374776785L91.66666666666667,202.66050219792163L87.5,208.64102997265L83.33333333333334,213.55593105383429L79.16666666666667,216.9415478465266L75,218.2279573988897L70.83333333333333,216.2342399816647L66.66666666666666,213.94154911554034Z" fill="rgb(153,187,153)" stroke="rgb(119,153,119)"/></g><g><path d="M75,218.2279573988897L79.16666666666667,216.9415478465266L83.33333333333334,213.55593105383429L87.5,208.64102997264996L91.66666666666667,202.66050219792163L95.83333333333333,195.98958374776782L100,190.163542353973L104.16666666666666,185.07539587088746L108.33333333333333,180.63170598412302L112.5,176.7508639112742L116.66666666666667,173.3615930472983L120.83333333333334,170.40164110528826L125,167.8166377758081L129.16666666666669,165.55909696119437L133.33333333333331,163.5875452908096L137.5,161.86576093766632L141.66666666666666,160.36210877853094L145.83333333333334,159.0489597055631L150,157.90218344011316L154.16666666666666,156.9007055467295L158.33333333333334,156.02612052240013L162.5,155.26235386413327L166.66666666666669,154.59536691599686L170.83333333333331,154.01289908114398L175,153.5042426695129L179.16666666666666,153.0600462503735L183.33333333333334,152.672142901642L187.5,152.33340020450666L191.66666666666666,152.03758923073963L195.83333333333334,151.7792701184476L200,151.55369213630135L204.16666666666669,151.35670640207113L208.33333333333331,151.18468965344726L212.5,151.0344776718996L216.66666666666666,150.90330713744166L220.83333333333334,150.78876484686663L225,150.68874336313974L229.16666666666666,150.60140228165466L233.33333333333334,150.52513440214207L237.5,150.45853618505612L241.66666666666669,150.40038194990296L245.83333333333331,150.34960134166283L250,150.3052596514495L254.16666666666666,150.266540629948L258.33333333333337,150.23273147793827L262.5,150.20320973818332L266.66666666666663,150.17743184787312L270.8333333333333,150.15492314130776L275,150.1352691191353L279.1666666666667,150.1181078237193L283.3333333333333,150.10312318052732L287.5,150.0900391831755L291.6666666666667,150.0786148152591L295.83333333333337,150.06863961563516L300,150.05992980564432L300,150.22119234025368L295.83333333333337,150.24949086867488L291.6666666666667,150.28136204416293L287.5,150.31724931333582L283.3333333333333,150.35764994079528L279.1666666666667,150.40312134005384L275,150.4542881155847L270.8333333333333,150.51184989005543L266.66666666666663,150.57658999746812L262.5,150.64938512998327L258.33333333333337,150.73121603362645L254.16666666666666,150.82317935583313L250,150.9265007558186L245.83333333333331,151.0425493969879L241.66666666666669,151.17285394891599L237.5,151.3191202346948L233.33333333333334,151.4832506674695L229.16666666666666,151.66736562754133L225,151.87382693819862L220.83333333333334,152.10526360407596L216.66666666666666,152.36459997987185L212.5,152.65508653910462L208.33333333333331,152.98033341154456L204.16666666666669,153.34434685317518L200,153.75156880294946L195.83333333333334,154.20691966495863L191.66666666666666,154.71584443137382L187.5,155.28436222881425L183.33333333333334,155.91911932641L179.16666666666666,156.62744558509874L175,157.41741425143607L170.83333333333331,158.29790490160326L166.66666666666669,159.27866921782194L162.5,160.37039912465158L158.33333333333334,161.58479662022427L154.16666666666666,162.93464439978746L150,164.43387607695087L145.83333333333334,166.097644451147L141.66666666666666,167.94238583541437L137.5,169.9858779318631L133.33333333333331,172.24728810556786L129.16666666666669,174.7472081405374L125,177.50767063955155L120.83333333333334,180.55214112450662L116.66666666666667,183.90547857192738L112.5,187.59385554011348L108.33333333333333,191.6446271638162L104.16666666666666,196.08613605520821L100,200.94743749278632L95.83333333333333,206.25792612841965L91.66666666666667,212.04684171008213L87.5,216.68487052507763L83.33333333333334,219.68335776075148L79.16666666666667,220.4422411226984L75,218.2279573988897Z" fill="rgb(156,194,156)" stroke="rgb(119,153,119)"/></g><g><path d="M79.16666666666667,220.44224112269836L83.33333333333334,219.68335776075145L87.5,216.68487052507766L91.66666666666667,212.0468417100822L95.83333333333333,206.25792612841968L100,200.94743749278632L104.16666666666666,196.08613605520824L108.33333333333333,191.6446271638162L112.5,187.5938555401135L116.66666666666667,183.90547857192735L120.83333333333334,180.55214112450668L125,177.50767063955152L129.16666666666669,174.74720814053745L133.33333333333331,172.24728810556786L137.5,169.98587793186306L141.66666666666666,167.9423858354144L145.83333333333334,166.097644451147L150,164.43387607695084L154.16666666666666,162.93464439978743L158.33333333333334,161.58479662022427L162.5,160.37039912465156L166.66666666666669,159.27866921782197L170.83333333333331,158.29790490160323L175,157.41741425143607L179.16666666666666,156.62744558509868L183.33333333333334,155.91911932641005L187.5,155.28436222881427L191.66666666666666,154.7158444313738L195.83333333333334,154.20691966495863L200,153.75156880294944L204.16666666666669,153.34434685317515L208.33333333333331,152.98033341154454L212.5,152.6550865391046L216.66666666666666,152.36459997987188L220.83333333333334,152.10526360407596L225,151.87382693819865L229.16666666666666,151.66736562754127L233.33333333333334,151.4832506674695L237.5,151.3191202346948L241.66666666666669,151.172853948916L245.83333333333331,151.04254939698788L250,150.92650075581864L254.16666666666666,150.82317935583316L258.33333333333337,150.73121603362648L262.5,150.6493851299833L266.66666666666663,150.5765899974681L270.8333333333333,150.51184989005543L275,150.45428811558472L279.1666666666667,150.4031213400538L283.3333333333333,150.35764994079526L287.5,150.31724931333588L291.6666666666667,150.2813620441629L295.83333333333337,150.24949086867494L300,150.2211923402537L300,150.40729158012547L295.83333333333337,150.458102452488L291.6666666666667,150.51512196079355L287.5,150.57908751716687L283.3333333333333,150.65082058342588L279.1666666666667,150.73123564565526L275,150.82135003901098L270.8333333333333,150.92229468272134L266.66666666666663,151.03532578505698L262.5,151.1618375765765L258.33333333333337,151.30337612685406L254.16666666666666,151.46165429472728L250,151.63856785433114L245.83333333333331,151.8362128281866L241.66666666666669,152.05690404360718L237.5,152.30319490877298L233.33333333333334,152.57789837889536L229.16666666666666,152.88410904964041L225,153.22522627285247L220.83333333333334,153.60497813673868L216.66666666666666,154.02744608685921L212.5,154.49708988287574L208.33333333333331,155.01877248596116L204.16666666666669,155.5977843493802L200,156.23986643569114L195.83333333333334,156.9512311031663L191.66666666666666,157.7385797853483L187.5,158.60911612404433L183.33333333333334,159.57055289913282L179.16666666666666,160.63111071847993L175,161.79950597646496L170.83333333333331,163.08492504651065L166.66666666666669,164.49698102567737L162.5,166.0456485791073L158.33333333333334,167.74117151701668L154.16666666666666,169.59393665137264L150,171.6143061933554L145.83333333333334,173.81239943108486L141.66666666666666,176.19781262884865L137.5,178.77926396624622L133.33333333333331,181.56414783225733L129.16666666666669,184.5579798398712L125,187.7637104552865L120.83333333333334,191.18088105283317L116.66666666666667,194.80459140893828L112.5,198.6242420147711L108.33333333333333,202.6220079768124L104.16666666666666,206.77099352350922L100,211.0330070534646L95.83333333333333,215.3558860241092L91.66666666666667,219.67028853103304L87.5,222.22809748943513L83.33333333333334,222.3978700148593L79.16666666666667,220.44224112269836Z" fill="rgb(160,201,160)" stroke="rgb(119,153,119)"/></g><g><path d="M83.33333333333334,222.39787001485934L87.5,222.22809748943513L91.66666666666667,219.67028853103304L95.83333333333333,215.3558860241092L100,211.03300705346456L104.16666666666666,206.7709935235092L108.33333333333333,202.62200797681237L112.5,198.62424201477108L116.66666666666667,194.80459140893828L120.83333333333334,191.18088105283312L125,187.7637104552865L129.16666666666669,184.55797983987117L133.33333333333331,181.5641478322573L137.5,178.77926396624622L141.66666666666666,176.19781262884865L145.83333333333334,173.81239943108488L150,171.6143061933554L154.16666666666666,169.59393665137264L158.33333333333334,167.74117151701665L162.5,166.04564857910728L166.66666666666669,164.49698102567734L170.83333333333331,163.08492504651065L175,161.79950597646496L179.16666666666666,160.63111071847996L183.33333333333334,159.5705528991328L187.5,158.60911612404436L191.66666666666666,157.7385797853483L195.83333333333334,156.9512311031663L200,156.2398664356911L204.16666666666669,155.5977843493802L208.33333333333331,155.01877248596122L212.5,154.4970898828758L216.66666666666666,154.02744608685921L220.83333333333334,153.60497813673868L225,153.22522627285247L229.16666666666666,152.88410904964041L233.33333333333334,152.57789837889533L237.5,152.303194908773L241.66666666666669,152.05690404360715L245.83333333333331,151.83621282818666L250,151.6385678543311L254.16666666666666,151.46165429472725L258.33333333333337,151.3033761268541L262.5,151.16183757657646L266.66666666666663,151.035325785057L270.8333333333333,150.9222946827213L275,150.82135003901095L279.1666666666667,150.7312356456553L283.3333333333333,150.65082058342588L287.5,150.5790875171668L291.6666666666667,150.51512196079358L295.83333333333337,150.458102452488L300,150.40729158012542L300,150.62193213282148L295.83333333333337,150.69859513021723L291.6666666666667,150.78447483222806L287.5,150.88064081357317L283.3333333333333,150.9882802571154L279.1666666666667,151.1087097440063L275,151.24338801453987L270.8333333333333,151.39392973676814L266.66666666666663,151.5621203107524L262.5,151.74993172377546L258.33333333333337,151.95953945514333L254.16666666666666,152.1933404074305L250,152.45397181307285L245.83333333333331,152.74433102975033L241.66666666666669,153.06759609346997L237.5,153.42724684278565L233.33333333333334,153.8270863589523L229.16666666666666,154.27126238239984L225,154.76428826260081L220.83333333333334,155.31106287254102L216.66666666666666,155.9168887662394L212.5,156.58748767299457L208.33333333333331,157.32901219924096L204.16666666666669,158.14805234098307L200,159.05163508840693L195.83333333333334,160.04721501964676L191.66666666666666,161.14265332130157L187.5,162.3461821256548L183.33333333333334,163.66635040281142L179.16666666666666,165.11194687158772L175,166.69189447422968L170.83333333333331,168.41510987147947L166.66666666666669,170.2903201263954L162.5,172.32582722288856L158.33333333333334,174.529209267525L154.16666666666666,176.9069451032867L150,179.46394656627857L145.83333333333334,182.20297967614658L141.66666666666666,185.12395259281433L137.5,188.2230441081243L133.33333333333331,191.49164166859703L129.16666666666669,194.91505232541863L125,198.47094344089493L120.83333333333334,202.1274622851141L116.66666666666667,205.84097464408154L112.5,209.55335201199682L108.33333333333333,213.18872460078796L104.16666666666666,216.64960297320167L100,219.81225424728734L95.83333333333333,222.5211991298471L91.66666666666667,224.58267304950093L87.5,224.09911145949837L83.33333333333334,222.39787001485934Z" fill="rgb(163,207,163)" stroke="rgb(119,153,119)"/></g><g><path d="M87.5,224.09911145949837L91.66666666666667,224.58267304950095L95.83333333333333,222.5211991298471L100,219.8122542472874L104.16666666666666,216.64960297320167L108.33333333333333,213.18872460078796L112.5,209.5533520119968L116.66666666666667,205.8409746440816L120.83333333333334,202.12746228511415L125,198.4709434408949L129.16666666666669,194.91505232541863L133.33333333333331,191.49164166859705L137.5,188.22304410812433L141.66666666666666,185.12395259281436L145.83333333333334,182.20297967614658L150,179.46394656627857L154.16666666666666,176.90694510328666L158.33333333333334,174.52920926752503L162.5,172.32582722288856L166.66666666666669,170.29032012639544L170.83333333333331,168.4151098714795L175,166.69189447422968L179.16666666666666,165.11194687158775L183.33333333333334,163.66635040281142L187.5,162.34618212565476L191.66666666666666,161.14265332130157L195.83333333333334,160.04721501964679L200,159.05163508840695L204.16666666666669,158.14805234098304L208.33333333333331,157.32901219924096L212.5,156.5874876729945L216.66666666666666,155.9168887662394L220.83333333333334,155.31106287254102L225,154.7642882626008L229.16666666666666,154.27126238239987L233.33333333333334,153.82708635895233L237.5,153.42724684278562L241.66666666666669,153.06759609346994L245.83333333333331,152.74433102975027L250,152.4539718130729L254.16666666666666,152.19334040743047L258.33333333333337,151.95953945514327L262.5,151.74993172377546L266.66666666666663,151.5621203107524L270.8333333333333,151.3939297367682L275,151.24338801453987L279.1666666666667,151.10870974400632L283.3333333333333,150.98828025711543L287.5,150.88064081357322L291.6666666666667,150.78447483222806L295.83333333333337,150.6985951302172L300,150.62193213282148L300,150.86934542525884L295.83333333333337,150.97567126993755L291.6666666666667,151.09464222690002L287.5,151.2277024164317L283.3333333333333,151.3764506644604L279.1666666666667,151.54265525560848L275,151.72826974746187L270.8333333333333,151.93544984865323L266.66666666666663,152.1665713425034L262.5,152.42424901112204L258.33333333333337,152.71135648072655L254.16666666666666,153.0310468659861L250,153.3867740375968L245.83333333333331,153.78231427089298L241.66666666666669,154.22178795153238L237.5,154.70968091412473L233.33333333333334,155.25086486752815L229.16666666666666,155.85061621216983L225,156.5146323751747L220.83333333333334,157.24904457241718L216.66666666666666,158.06042564591897L212.5,158.95579131215362L208.33333333333331,159.94259278220164L204.16666666666669,161.02869826708044L200,162.2223603477504L195.83333333333334,163.5321655537758L191.66666666666666,164.9669617392653L187.5,166.53575794825565L183.33333333333334,168.24759039926278L179.16666666666666,170.1113469611943L175,172.13554100614942L170.83333333333331,174.32802376906005L166.66666666666669,176.69562227316894L162.5,179.24368743976203L158.33333333333334,181.97553412704974L154.16666666666666,184.89175146278106L150,187.98935786196876L145.83333333333334,191.2607704546274L141.66666666666666,194.69255317176297L137.5,198.26390131480366L133.33333333333331,201.94481290568396L129.16666666666669,205.69388829735706L125,209.45568920293152L120.83333333333334,213.15757622620265L116.66666666666667,216.70592985675856L112.5,219.9816433916164L108.33333333333333,222.83475697033703L104.16666666666666,225.0780794062213L100,226.47961823342285L95.83333333333333,226.7536077543002L91.66666666666667,225.54988914998296L87.5,224.09911145949837Z" fill="rgb(167,214,167)" stroke="rgb(119,153,119)"/></g></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg font-size="10px" font-family="sans-serif" fill="none" stroke="none" stroke-width="1.5" width="300" height="300"><g><g><g><path d="M-8.333333333333332,150L-4.166666666666666,148.2496533619141L0,146.11639426051354L4.166666666666666,143.73579917041062L8.333333333333332,141.3124885632521L12.5,139.01643580825584L16.666666666666664,136.81373025563462L20.833333333333336,134.85701330419985L25,133.21714764209383L29.166666666666668,131.94930556574937L33.33333333333333,131.09540993837012L37.5,130.59278154972068L41.66666666666667,130.48270242384774L45.833333333333336,130.7725689970729L50,131.46526630348723L54.166666666666664,132.56085389326682L58.333333333333336,133.99290661845419L62.5,135.769027951776L66.66666666666666,137.87772802603928L70.83333333333333,140.30783964936415L75,143.04936659657534L79.16666666666667,146.04326013602733L83.33333333333334,149.289561109724L87.5,152.7747800364525L91.66666666666667,156.4873686499784L95.83333333333333,160.41820582146835L100,164.6389860863136L104.16666666666666,169.1199156308979L108.33333333333333,173.7944757207168L112.5,178.58566211523816L116.66666666666667,183.41869587060992L120.83333333333334,188.2268594923782L125,192.95374972122855L129.16666666666669,197.5536571870323L133.33333333333331,201.99099289750788L137.5,206.23926699355343L141.66666666666666,210.27989944031842L145.83333333333334,214.10101585913998L150,217.69630948618766L154.16666666666666,221.06400858030264L158.33333333333334,224.20596457403337L162.5,227.12686259754923L166.66666666666669,229.83354850510813L170.83333333333331,232.3344627191313L175,234.63916958907475L179.16666666666666,236.75797063571605L183.33333333333334,238.7015904609081L187.5,240.4809249067391L191.66666666666666,242.10684203701913L195.83333333333334,243.5900275612914L200,244.94086735221455L204.16666666666669,246.16936067894787L208.33333333333331,247.28505867035722L212.5,248.2970233234963L216.66666666666666,249.21380308373008L220.83333333333334,250.0434216464817L225,250.79337717287797L229.16666666666666,251.47064957975434L233.33333333333334,252.0817139661954L237.5,252.63255858159528L241.66666666666669,253.12870603129764L245.83333333333331,253.57523666187606L250,253.97681327507132L254.16666666666666,254.33770649272816L258.33333333333337,254.66182023956736L262.5,254.95271693050324L266.66666666666663,255.2136420481595L270.8333333333333,255.44754787744506L275,255.65711623029046L279.1666666666667,255.84478004729516L283.3333333333333,256.01274380614024L287.5,256.16300270091284L291.6666666666667,256.2973605834693L295.83333333333337,256.41744667887815L300,256.524731102911L300,256.5400862090566L295.83333333333337,256.43475479874604L291.6666666666667,256.31686645957865L287.5,256.18498116020186L283.3333333333333,256.037503362965L279.1666666666667,255.8726669222022L275,255.68851882986894L270.8333333333333,255.48290178503146L266.66666666666663,255.2534355799847L262.5,254.99749731705305L258.33333333333337,254.7122004974735L254.16666666666666,254.39437305842122L250,254.04053447769817L245.83333333333331,253.64687211959628L241.66666666666669,253.20921706199425L237.5,252.72301972621926L233.33333333333334,252.18332573034496L229.16666666666666,251.5847525065788L225,250.92146736787305L220.83333333333334,250.18716788205253L216.66666666666666,249.37506561833945L212.5,248.477874576536L208.33333333333331,247.48780589926105L204.16666666666669,246.3965708091082L200,245.19539411248252L195.83333333333334,243.87504107762595L191.66666666666666,242.42586103346852L187.5,240.83785165548676L183.33333333333334,239.1007486105031L179.16666666666666,237.204146027516L175,235.13765414476293L170.83333333333331,232.89110144501643L166.66666666666669,230.45478960947725L162.5,227.8198106528743L158.33333333333334,224.9784365730464L154.16666666666666,221.92459262994132L150,218.65442575151508L145.83333333333334,215.16697920502665L141.66666666666666,211.4649830153773L137.5,207.55576575076276L133.33333333333331,203.45228573993808L129.16666666666669,199.1742660542373L125,194.74939347932585L120.83333333333334,190.21449994348225L116.66666666666667,185.61657253725804L112.5,181.01331166174919L108.33333333333333,176.472730921351L104.16666666666666,172.0708776552055L100,167.8859625110816L95.83333333333333,163.9856051561936L91.66666666666667,160.40054023190157L87.5,157.0597858569118L83.33333333333334,153.97286341154907L79.16666666666667,151.15130539654564L75,148.60804269439947L70.83333333333333,146.3417785024221L66.66666666666666,144.40942066287698L62.5,142.8177126973599L58.333333333333336,141.57318367533762L54.166666666666664,140.6809708874636L50,140.1250091182455L45.833333333333336,139.96068017641593L41.66666666666667,140.1737352875912L37.5,140.74328156893904L33.33333333333333,141.6392954629992L29.166666666666668,142.79229719458866L25,144.23006882178703L20.833333333333336,145.8677534885206L16.666666666666664,147.59762539444793L12.5,149.28477818890767L8.333333333333332,150.6988280754126L4.166666666666666,151.77963972283828L0,152.24382096743074L-4.166666666666666,151.75034663808592L-8.333333333333332,150Z" fill="rgb(102,85,102)" stroke="rgb(119,153,119)"/></g><g><path d="M-4.166666666666666,151.7503466380859L0,152.2438209674307L4.166666666666666,151.7796397228383L8.333333333333332,150.69882807541262L12.5,149.28477818890772L16.666666666666664,147.59762539444793L20.833333333333336,145.86775348852063L25,144.23006882178706L29.166666666666668,142.79229719458868L33.33333333333333,141.63929546299917L37.5,140.7432815689391L41.66666666666667,140.17373528759117L45.833333333333336,139.96068017641596L50,140.1250091182455L54.166666666666664,140.68097088746356L58.333333333333336,141.57318367533765L62.5,142.81771269735987L66.66666666666666,144.409420662877L70.83333333333333,146.34177850242207L75,148.60804269439947L79.16666666666667,151.1513053965456L83.33333333333334,153.97286341154907L87.5,157.05978585691176L91.66666666666667,160.40054023190154L95.83333333333333,163.98560515619354L100,167.88596251108166L104.16666666666666,172.07087765520552L108.33333333333333,176.47273092135097L112.5,181.0133116617492L116.66666666666667,185.616572537258L120.83333333333334,190.21449994348222L125,194.74939347932582L129.16666666666669,199.1742660542373L133.33333333333331,203.4522857399381L137.5,207.55576575076273L141.66666666666666,211.4649830153773L145.83333333333334,215.1669792050266L150,218.6544257515151L154.16666666666666,221.92459262994132L158.33333333333334,224.97843657304642L162.5,227.81981065287428L166.66666666666669,230.45478960947725L170.83333333333331,232.89110144501646L175,235.13765414476296L179.16666666666666,237.20414602751603L183.33333333333334,239.10074861050308L187.5,240.83785165548676L191.66666666666666,242.42586103346852L195.83333333333334,243.8750410776259L200,245.1953941124825L204.16666666666669,246.39657080910825L208.33333333333331,247.48780589926102L212.5,248.47787457653607L216.66666666666666,249.37506561833948L220.83333333333334,250.18716788205248L225,250.921467367873L229.16666666666666,251.58475250657878L233.33333333333334,252.18332573034502L237.5,252.72301972621926L241.66666666666669,253.20921706199422L245.83333333333331,253.64687211959625L250,254.04053447769823L254.16666666666666,254.39437305842125L258.33333333333337,254.71220049747356L262.5,254.99749731705305L266.66666666666663,255.25343557998468L270.8333333333333,255.4829017850315L275,255.6885188298689L279.1666666666667,255.87266692220226L283.3333333333333,256.037503362965L287.5,256.18498116020186L291.6666666666667,256.31686645957865L295.83333333333337,256.43475479874604L300,256.54008620905654L300,256.55791970611705L295.83333333333337,256.4548518043306L291.6666666666667,256.339509869192L287.5,256.2104885207843L283.3333333333333,256.06623100251875L279.1666666666667,255.90501455250862L275,255.7249346732396L270.8333333333333,255.52388828094522L266.66666666666663,255.29955573273196L262.5,255.04938175115075L258.33333333333337,254.77055529361556L254.16666666666666,254.45998844908942L250,254.1142944882514L245.83333333333331,253.72976524764564L241.66666666666669,253.3023480951152L237.5,252.82762280546612L233.33333333333334,252.30077877453485L229.16666666666666,251.71659311976117L225,251.06941035964044L220.83333333333334,250.3531245371588L216.66666666666666,249.56116485821124L212.5,248.68648616034912L208.33333333333331,247.72156581589167L204.16666666666669,246.65840901293925L200,245.48856475511312L195.83333333333334,244.20315538322737L191.66666666666666,242.79292295689478L187.5,241.24829644815267L183.33333333333334,239.55948439809197L179.16666666666666,237.71659847410922L175,235.70981423799054L170.83333333333331,233.52957638391058L166.66666666666669,231.16685670798975L162.5,228.613474084073L158.33333333333334,225.86248666773758L154.16666666666666,222.9086673040195L150,219.749073462941L145.83333333333334,216.38372262712574L141.66666666666666,212.81638235003112L137.5,209.05548028342545L133.33333333333331,205.11513184692544L129.16666666666669,201.01626939800846L125,196.78783255374245L120.83333333333334,192.46793743968726L116.66666666666667,188.1048701699997L112.5,183.75762309995687L108.33333333333333,179.49546627532547L104.16666666666666,175.39563155043558L100,171.53739608380442L95.83333333333333,167.9892702895748L91.66666666666667,164.7826319569304L87.5,161.84680600181917L83.33333333333334,159.19117521940444L79.16666666666667,156.82655485100136L75,154.7644175911919L70.83333333333333,153.0010707540073L66.66666666666666,151.58985077928156L62.5,150.53246767729772L58.333333333333336,149.8286104687719L54.166666666666664,149.47435692184672L50,149.44186884493496L45.833333333333336,149.7714518757497L41.66666666666667,150.42977510332616L37.5,151.3720214972656L33.33333333333333,152.5384083000101L29.166666666666668,153.8226836692463L25,155.20744963478325L20.833333333333336,156.5526109568216L16.666666666666664,157.6831949551262L12.5,158.38273808459724L8.333333333333332,158.32227489636347L4.166666666666666,157.32286668719578L0,154.9583332215386L-4.166666666666666,151.7503466380859Z" fill="rgb(105,92,105)" stroke="rgb(119,153,119)"/></g><g><path d="M0,154.9583332215386L4.166666666666666,157.32286668719578L8.333333333333332,158.32227489636347L12.5,158.3827380845972L16.666666666666664,157.68319495512617L20.833333333333336,156.55261095682158L25,155.20744963478322L29.166666666666668,153.82268366924626L33.33333333333333,152.5384083000101L37.5,151.37202149726554L41.66666666666667,150.42977510332616L45.833333333333336,149.77145187574968L50,149.44186884493493L54.166666666666664,149.4743569218467L58.333333333333336,149.8286104687719L62.5,150.53246767729775L66.66666666666666,151.5898507792815L70.83333333333333,153.00107075400732L75,154.76441759119186L79.16666666666667,156.82655485100133L83.33333333333334,159.19117521940444L87.5,161.84680600181917L91.66666666666667,164.78263195693043L95.83333333333333,167.98927028957482L100,171.53739608380442L104.16666666666666,175.3956315504356L108.33333333333333,179.49546627532544L112.5,183.75762309995685L116.66666666666667,188.10487016999969L120.83333333333334,192.46793743968726L125,196.78783255374248L129.16666666666669,201.0162693980085L133.33333333333331,205.11513184692546L137.5,209.05548028342542L141.66666666666666,212.81638235003112L145.83333333333334,216.38372262712574L150,219.74907346294094L154.16666666666666,222.9086673040195L158.33333333333334,225.86248666773756L162.5,228.61347408407306L166.66666666666669,231.16685670798972L170.83333333333331,233.52957638391058L175,235.70981423799054L179.16666666666666,237.7165984741092L183.33333333333334,239.55948439809202L187.5,241.24829644815262L191.66666666666666,242.79292295689478L195.83333333333334,244.2031553832274L200,245.48856475511315L204.16666666666669,246.6584090129392L208.33333333333331,247.72156581589172L212.5,248.6864861603491L216.66666666666666,249.56116485821119L220.83333333333334,250.35312453715886L225,251.06941035964053L229.16666666666666,251.71659311976114L233.33333333333334,252.30077877453482L237.5,252.82762280546612L241.66666666666669,253.3023480951152L245.83333333333331,253.72976524764573L250,254.1142944882514L254.16666666666666,254.45998844908945L258.33333333333337,254.7705552936156L262.5,255.04938175115075L266.66666666666663,255.29955573273196L270.8333333333333,255.52388828094522L275,255.72493467323963L279.1666666666667,255.9050145525086L283.3333333333333,256.0662310025188L287.5,256.2104885207843L291.6666666666667,256.339509869192L295.83333333333337,256.4548518043306L300,256.55791970611705L300,256.5786255040922L295.83333333333337,256.4781799908176L291.6666666666667,256.3657872815906L287.5,256.2400818819738L283.3333333333333,256.0995516496222L279.1666666666667,255.9425237031794L275,255.76714928660638L270.8333333333333,255.57138757571144L266.66666666666663,255.35298843066053L262.5,255.1094741202556L258.33333333333337,254.83812007182874L254.16666666666666,254.53593473594145L250,254.19963869916407L245.83333333333331,253.825643232727L241.66666666666669,253.41002853179535L237.5,252.94852198181354L233.33333333333334,252.4364768875056L229.16666666666666,251.86885221978943L225,251.24019407964366L220.83333333333334,250.54461974992532L216.66666666666666,249.77580541090725L212.5,248.92697883807833L208.33333333333331,247.9909186873262L204.16666666666669,246.95996230934554L200,245.82602442880267L195.83333333333334,244.5806294815784L191.66666666666666,243.2149609324237L187.5,241.71993150219947L183.33333333333334,240.0862789237874L179.16666666666666,238.3046926213082L175,236.36597756627978L170.83333333333331,234.26126249661382L166.66666666666669,231.9822606667315L162.5,229.52159228563673L158.33333333333334,226.87317871760038L154.16666666666666,224.03271923803214L150,220.99826144299792L145.83333333333334,217.77087595988516L141.66666666666666,214.35544433977947L137.5,210.76156501922776L133.33333333333331,207.00457452630565L129.16666666666669,203.10666718812726L125,199.09807226702222L120.83333333333334,195.01820543129014L116.66666666666667,190.9166388227155L112.5,186.8536070164373L108.33333333333333,182.89953981127871L104.16666666666666,179.13269755204604L100,175.63319358748305L95.83333333333333,172.47010644268258L91.66666666666667,169.67502045469516L87.5,167.176990826788L83.33333333333334,164.98451432012249L79.16666666666667,163.10673349478262L75,161.5524553417002L70.83333333333333,160.31407920592136L66.66666666666666,159.43949115220468L62.5,158.92304792235944L58.333333333333336,158.75475043273758L54.166666666666664,158.91813706372477L50,159.36936268127465L45.833333333333336,160.12852436129714L41.66666666666667,161.13700808893458L37.5,162.3186027295465L33.33333333333333,163.57479153515337L29.166666666666668,164.751793666472L25,165.7741662587588L20.833333333333336,166.43122040651406L16.666666666666664,166.46244214894895L12.5,165.5480511903351L8.333333333333332,163.23465941483136L4.166666666666666,159.19388065725903L0,154.9583332215386Z" fill="rgb(109,99,109)" stroke="rgb(119,153,119)"/></g><g><path d="M4.166666666666666,159.19388065725903L8.333333333333332,163.23465941483136L12.5,165.5480511903351L16.666666666666664,166.46244214894898L20.833333333333336,166.43122040651406L25,165.7741662587588L29.166666666666668,164.751793666472L33.33333333333333,163.5747915351534L37.5,162.31860272954657L41.66666666666667,161.13700808893458L45.833333333333336,160.12852436129717L50,159.36936268127468L54.166666666666664,158.9181370637248L58.333333333333336,158.7547504327376L62.5,158.92304792235944L66.66666666666666,159.43949115220468L70.83333333333333,160.3140792059213L75,161.55245534170024L79.16666666666667,163.10673349478265L83.33333333333334,164.98451432012254L87.5,167.17699082678803L91.66666666666667,169.67502045469516L95.83333333333333,172.4701064426826L100,175.63319358748305L104.16666666666666,179.132697552046L108.33333333333333,182.89953981127871L112.5,186.85360701643734L116.66666666666667,190.91663882271553L120.83333333333334,195.01820543129014L125,199.09807226702225L129.16666666666669,203.1066671881272L133.33333333333331,207.00457452630562L137.5,210.76156501922776L141.66666666666666,214.35544433977947L145.83333333333334,217.7708759598852L150,220.99826144299797L154.16666666666666,224.0327192380322L158.33333333333334,226.87317871760035L162.5,229.5215922856367L166.66666666666669,231.98226066673155L170.83333333333331,234.2612624966138L175,236.36597756627975L179.16666666666666,238.30469262130816L183.33333333333334,240.0862789237874L187.5,241.71993150219953L191.66666666666666,243.2149609324237L195.83333333333334,244.5806294815784L200,245.82602442880267L204.16666666666669,246.95996230934557L208.33333333333331,247.99091868732617L212.5,248.92697883807833L216.66666666666666,249.77580541090725L220.83333333333334,250.5446197499253L225,251.24019407964363L229.16666666666666,251.86885221978943L233.33333333333334,252.43647688750556L237.5,252.94852198181354L241.66666666666669,253.41002853179538L245.83333333333331,253.82564323272697L250,254.199638699164L254.16666666666666,254.53593473594145L258.33333333333337,254.83812007182868L262.5,255.1094741202556L266.66666666666663,255.35298843066053L270.8333333333333,255.57138757571147L275,255.76714928660638L279.1666666666667,255.9425237031794L283.3333333333333,256.0995516496222L287.5,256.2400818819738L291.6666666666667,256.3657872815906L295.83333333333337,256.4781799908175L300,256.5786255040922L300,256.60265887410105L295.83333333333337,256.505250352156L291.6666666666667,256.3962720473084L287.5,256.27440434339974L283.3333333333333,256.13818638575566L279.1666666666667,255.98600259984718L275,255.8160682292801L270.8333333333333,255.62641388570523L266.66666666666663,255.4148691206104L262.5,255.1790450513119L258.33333333333337,254.91631610183967L254.16666666666666,254.62380095503025L250,254.29834285644046L245.83333333333331,253.93648946534765L241.66666666666669,253.53447251507865L237.5,253.08818762648417L233.33333333333334,252.59317471719854L229.16666666666666,252.04459956844508L225,251.43723725407582L220.83333333333334,250.76545830726428L216.66666666666666,250.0232187033446L212.5,249.20405497779868L208.33333333333331,248.30108608199814L204.16666666666669,247.30702391220404L200,246.21419483614764L195.83333333333334,245.01457499318056L191.66666666666666,243.6998426653457L187.5,242.26145161408456L183.33333333333334,240.69072995553842L179.16666666666666,238.97900990865475L175,237.11779459186303L170.83333333333331,235.09896895516943L166.66666666666669,232.91506289125545L162.5,230.5595755267794L158.33333333333334,228.0273705756628L154.16666666666666,225.3151533093713L150,222.4220399515738L145.83333333333334,219.35022978965515L141.66666666666666,216.10578845235338L137.5,212.69954671910392L133.33333333333331,209.1481114059852L129.16666666666669,205.4749708272863L125,201.71165284998293L120.83333333333334,197.89885135738754L116.66666666666667,194.08736408205897L112.5,190.33855755056635L108.33333333333333,186.72384822924244L104.16666666666666,183.3222733746469L100,180.2144335839344L95.83333333333333,177.46950653228916L91.66666666666667,175.1186669866149L87.5,173.08990472436858L83.33333333333334,171.38981646689604L79.16666666666667,170.0245937116561L75,168.99878020122495L70.83333333333333,168.2988855654157L66.66666666666666,167.96490244789487L62.5,167.98083870084025L58.333333333333336,168.3233510116862L54.166666666666664,168.95899427040413L50,169.8225339183616L45.833333333333336,170.9073603332356L41.66666666666667,172.1217538509712L37.5,173.34871667063507L33.33333333333333,174.43974674783036L29.166666666666668,175.1800850460916L25,175.42019862830787L20.833333333333336,174.85969683953368L16.666666666666664,173.12980613508444L12.5,169.78045981478814L8.333333333333332,164.20187551531336L4.166666666666666,159.19388065725903Z" fill="rgb(112,105,112)" stroke="rgb(119,153,119)"/></g><g><path d="M12.5,169.78045981478814L16.666666666666664,173.12980613508446L20.833333333333336,174.85969683953374L25,175.42019862830784L29.166666666666668,175.18008504609156L33.33333333333333,174.4397467478303L37.5,173.34871667063504L41.66666666666667,172.12175385097123L45.833333333333336,170.90736033323557L50,169.8225339183616L54.166666666666664,168.95899427040416L58.333333333333336,168.32335101168616L62.5,167.9808387008403L66.66666666666666,167.96490244789493L70.83333333333333,168.29888556541573L75,168.99878020122495L79.16666666666667,170.02459371165608L83.33333333333334,171.389816466896L87.5,173.08990472436858L91.66666666666667,175.11866698661493L95.83333333333333,177.46950653228913L100,180.21443358393444L104.16666666666666,183.32227337464687L108.33333333333333,186.72384822924244L112.5,190.3385575505663L116.66666666666667,194.08736408205897L120.83333333333334,197.8988513573875L125,201.71165284998287L129.16666666666669,205.47497082728637L133.33333333333331,209.14811140598522L137.5,212.69954671910395L141.66666666666666,216.10578845235344L145.83333333333334,219.35022978965515L150,222.42203995157382L154.16666666666666,225.31515330937125L158.33333333333334,228.02737057566281L162.5,230.55957552677938L166.66666666666669,232.91506289125545L170.83333333333331,235.09896895516945L175,237.11779459186303L179.16666666666666,238.97900990865477L183.33333333333334,240.69072995553842L187.5,242.26145161408454L191.66666666666666,243.69984266534573L195.83333333333334,245.01457499318053L200,246.2141948361476L204.16666666666669,247.30702391220402L208.33333333333331,248.30108608199816L212.5,249.20405497779865L216.66666666666666,250.02321870334467L220.83333333333334,250.7654583072643L225,251.4372372540758L229.16666666666666,252.04459956844508L233.33333333333334,252.5931747171985L237.5,253.08818762648417L241.66666666666669,253.53447251507862L245.83333333333331,253.93648946534762L250,254.2983428564405L254.16666666666666,254.62380095503025L258.33333333333337,254.91631610183967L262.5,255.17904505131196L266.66666666666663,255.4148691206104L270.8333333333333,255.6264138857052L275,255.81606822928006L279.1666666666667,255.98600259984715L283.3333333333333,256.13818638575566L287.5,256.27440434339974L291.6666666666667,256.3962720473084L295.83333333333337,256.50525035215605L300,256.60265887410105L300,256.6305457490081L295.83333333333337,256.53665295173454L291.6666666666667,256.4316259548948L287.5,256.3141978752249L283.3333333333333,256.18296677230546L279.1666666666667,256.0363828577533L275,255.87273479497313L270.8333333333333,255.69013508833206L266.66666666666663,255.48650457833062L262.5,255.25955608200857L258.33333333333337,255.00677724646366L254.16666666666666,254.72541271917981L250,254.41244578326499L245.83333333333331,254.0645796603427L241.66666666666669,253.67821875064945L237.5,253.24945016109353L233.33333333333334,252.77402597023823L229.16666666666666,252.2473467973489L225,251.66444738423613L220.83333333333334,251.01998506753228L216.66666666666666,250.3082322196792L212.5,249.52307397424804L208.33333333333331,248.65801283074583L204.16666666666669,247.706182061799L200,246.66037022794757L195.83333333333334,245.5130595488687L191.66666666666666,244.25648139123086L187.5,242.88269271845365L183.33333333333334,241.3836780108635L179.16666666666666,239.7514819076678L175,237.9783786415017L170.83333333333331,236.05708522049687L166.66666666666669,233.98102623714212L162.5,231.74465910183827L158.33333333333334,229.34386933287215L154.16666666666666,226.77644615180145L150,224.04264881877884L145.83333333333334,221.14587354775244L141.66666666666666,218.0934289034575L137.5,214.89742338575206L133.33333333333331,211.57576095249624L129.16666666666669,208.15322602792057L125,204.66261487429045L120.83333333333334,201.14582778215552L116.66666666666667,197.65476341678422L112.5,194.25172913248946L108.33333333333333,191.0088540497017L104.16666666666666,188.00557567647195L100,185.32247884445275L95.83333333333333,183.02818263011326L91.66666666666667,181.15260583967287L87.5,179.62159736120628L83.33333333333334,178.4385012124799L79.16666666666667,177.6048707685395L75,177.1188971954217L70.83333333333333,176.958628380174L66.66666666666666,177.15301362723795L62.5,177.67187156458377L58.333333333333336,178.4738510309045L54.166666666666664,179.50287979503324L50,180.66552554720087L45.833333333333336,181.92028151292877L41.66666666666667,183.13249403529198L37.5,184.13261180944835L33.33333333333333,184.70808912848213L29.166666666666668,184.56642455825207L25,183.4640391807355L20.833333333333336,180.98712354645093L16.666666666666664,176.63049941125627L12.5,169.78045981478814Z" fill="rgb(116,112,116)" stroke="rgb(119,153,119)"/></g><g><path d="M16.666666666666664,176.63049941125624L20.833333333333336,180.98712354645087L25,183.46403918073554L29.166666666666668,184.56642455825212L33.33333333333333,184.7080891284822L37.5,184.13261180944835L41.66666666666667,183.13249403529198L45.833333333333336,181.9202815129288L50,180.6655255472009L54.166666666666664,179.5028797950332L58.333333333333336,178.47385103090457L62.5,177.67187156458374L66.66666666666666,177.15301362723795L70.83333333333333,176.958628380174L75,177.11889719542168L79.16666666666667,177.60487076853954L83.33333333333334,178.43850121247988L87.5,179.6215973612063L91.66666666666667,181.15260583967284L95.83333333333333,183.02818263011326L100,185.32247884445272L104.16666666666666,188.00557567647195L108.33333333333333,191.0088540497017L112.5,194.25172913248946L116.66666666666667,197.6547634167842L120.83333333333334,201.1458277821556L125,204.66261487429048L129.16666666666669,208.15322602792054L133.33333333333331,211.57576095249624L137.5,214.89742338575203L141.66666666666666,218.09342890345746L145.83333333333334,221.14587354775244L150,224.04264881877882L154.16666666666666,226.77644615180148L158.33333333333334,229.34386933287215L162.5,231.7446591018383L166.66666666666669,233.98102623714206L170.83333333333331,236.0570852204969L175,237.9783786415017L179.16666666666666,239.7514819076678L183.33333333333334,241.38367801086346L187.5,242.88269271845368L191.66666666666666,244.25648139123086L195.83333333333334,245.51305954886874L200,246.6603702279476L204.16666666666669,247.70618206179898L208.33333333333331,248.6580128307458L212.5,249.52307397424806L216.66666666666666,250.30823221967916L220.83333333333334,251.01998506753225L225,251.66444738423615L229.16666666666666,252.24734679734888L233.33333333333334,252.77402597023828L237.5,253.24945016109353L241.66666666666669,253.67821875064942L245.83333333333331,254.06457966034267L250,254.41244578326496L254.16666666666666,254.72541271917987L258.33333333333337,255.00677724646368L262.5,255.25955608200852L266.66666666666663,255.4865045783306L270.8333333333333,255.6901350883321L275,255.87273479497316L279.1666666666667,256.0363828577533L283.3333333333333,256.18296677230546L287.5,256.3141978752249L291.6666666666667,256.4316259548948L295.83333333333337,256.5366529517345L300,256.63054574900815L300,256.6628933793145L295.83333333333337,256.5730687951052L291.6666666666667,256.4726124508085L287.5,256.3603180279722L283.3333333333333,256.23485120640316L279.1666666666667,256.0947376538953L275,255.93835018564133L270.8333333333333,255.76389509888529L266.66666666666663,255.56939770638L262.5,255.3526871151295L258.33333333333337,255.11138032571054L254.16666666666666,254.8428657633697L250,254.54428639644735L245.83333333333331,254.21252265211012L241.66666666666669,253.84417540575575L237.5,253.4355494009653L233.33333333333334,252.98263755405134L229.16666666666666,252.48110671397953L225,251.92628558806715L220.83333333333334,251.31315571016287L216.66666666666666,250.63634652528063L212.5,249.89013589767433L208.33333333333331,249.06845762341172L204.16666666666669,248.16491784938788L200,247.17282267454078L195.83333333333334,246.08521964209632L191.66666666666666,244.89495633012498L187.5,243.5947598169662L183.33333333333334,242.1773414420622L179.16666666666666,240.63553200235893L175,238.9624533155799L170.83333333333331,237.15173293192277L166.66666666666669,235.1977696592412L162.5,233.09605843649211L158.33333333333334,230.84358386553487L154.16666666666666,228.4392922587888L150,225.88465216254997L145.83333333333334,223.18431262216907L141.66666666666666,220.3468663996625L137.5,217.38572101849374L133.33333333333331,214.3200723907039L129.16666666666669,211.17596138189504L125,207.98736876952054L120.83333333333334,204.79726135487837L116.66666666666667,201.65842855016544L112.5,198.63382085751834L108.33333333333333,195.79587419460913L104.16666666666666,193.22388748432732L100,190.99772829890847L95.83333333333333,189.18455752690568L91.66666666666667,187.81189809125806L87.5,186.80202747761086L83.33333333333334,186.15325619241773L79.16666666666667,185.8602975619738L75,185.91228322980484L70.83333333333333,186.27548810686346L66.66666666666666,186.9637853265717L62.5,187.92791138031873L58.333333333333336,189.10259095923107L54.166666666666664,190.40199263204414L50,191.6959120218585L45.833333333333336,192.89766232592498L41.66666666666667,193.81735150359296L37.5,194.21818137012662L33.33333333333333,193.8060490241717L29.166666666666668,192.18987137920297L25,189.007266145093L20.833333333333336,183.70163580055876L16.666666666666664,176.63049941125624Z" fill="rgb(119,119,119)" stroke="rgb(119,153,119)"/></g><g><path d="M20.833333333333336,183.70163580055876L25,189.007266145093L29.166666666666668,192.18987137920297L33.33333333333333,193.80604902417167L37.5,194.21818137012662L41.66666666666667,193.81735150359293L45.833333333333336,192.89766232592493L50,191.69591202185848L54.166666666666664,190.40199263204414L58.333333333333336,189.102590959231L62.5,187.92791138031873L66.66666666666666,186.9637853265717L70.83333333333333,186.27548810686346L75,185.9122832298048L79.16666666666667,185.86029756197377L83.33333333333334,186.15325619241779L87.5,186.8020274776108L91.66666666666667,187.81189809125806L95.83333333333333,189.18455752690565L100,190.99772829890844L104.16666666666666,193.22388748432735L108.33333333333333,195.79587419460913L112.5,198.63382085751834L116.66666666666667,201.65842855016547L120.83333333333334,204.79726135487834L125,207.98736876952057L129.16666666666669,211.17596138189504L133.33333333333331,214.3200723907039L137.5,217.3857210184937L141.66666666666666,220.3468663996625L145.83333333333334,223.1843126221691L150,225.88465216255003L154.16666666666666,228.43929225878884L158.33333333333334,230.84358386553484L162.5,233.09605843649211L166.66666666666669,235.1977696592412L170.83333333333331,237.15173293192274L175,238.96245331557992L179.16666666666666,240.63553200235893L183.33333333333334,242.17734144206224L187.5,243.59475981696616L191.66666666666666,244.89495633012498L195.83333333333334,246.08521964209632L200,247.17282267454075L204.16666666666669,248.16491784938793L208.33333333333331,249.0684576234117L212.5,249.89013589767433L216.66666666666666,250.63634652528066L220.83333333333334,251.3131557101629L225,251.92628558806712L229.16666666666666,252.48110671397956L233.33333333333334,252.98263755405134L237.5,253.43554940096524L241.66666666666669,253.84417540575578L245.83333333333331,254.21252265211018L250,254.54428639644732L254.16666666666666,254.84286576336964L258.33333333333337,255.1113803257105L262.5,255.3526871151295L266.66666666666663,255.56939770638004L270.8333333333333,255.76389509888526L275,255.93835018564135L279.1666666666667,256.0947376538953L283.3333333333333,256.23485120640316L287.5,256.3603180279722L291.6666666666667,256.4726124508085L295.83333333333337,256.5730687951052L300,256.6628933793145L300,256.7004025299853L295.83333333333337,256.61528340847195L291.6666666666667,256.52011174557475L287.5,256.41375072590074L283.3333333333333,256.29494357550806L279.1666666666667,256.16230243210845L275,256.01429647249336L270.8333333333333,255.84923930979792L266.66666666666663,255.66527569146132L262.5,255.46036755180964L258.33333333333337,255.23227950205793L254.16666666666666,254.97856387634042L250,254.6965454964756L245.83333333333331,254.3833063721133L241.66666666666669,254.03567061852223L237.5,253.6501899536613L233.33333333333334,253.22313023178057L229.16666666666666,252.75045958541403L225,252.22783888447347L220.83333333333334,251.65061538385243L216.66666666666666,251.01382062363166L212.5,250.31217387320325L208.33333333333331,249.54009267745855L204.16666666666669,248.6917123750833L200,247.76091682173976L195.83333333333334,246.74138297038556L191.66666666666666,245.62664244282823L187.5,244.41016377570793L183.33333333333334,243.0854596436259L179.16666666666666,241.64622405222175L175,240.08650524959256L170.83333333333331,238.4009209119797L166.66666666666669,236.58492299200063L162.5,234.63512042624046L158.33333333333334,232.54966860133717L154.16666666666666,230.32873493816902L150,227.9750499526688L145.83333333333334,225.49455233544884L141.66666666666666,222.89713439126538L137.5,220.19748967120952L133.33333333333331,217.41605630718436L129.16666666666669,214.5800349178483L125,211.724434771131L120.83333333333334,208.89305885855697L116.66666666666667,206.13926470327323L112.5,203.52620935528307L108.33333333333333,201.12605901957795L104.16666666666666,199.0172265850454L100,197.27790694268973L95.83333333333333,195.972595277414L91.66666666666667,195.1249065431721L87.5,194.65166785053398L83.33333333333334,194.5438364374795L79.16666666666667,194.78643752593945L75,195.3560633716829L70.83333333333333,196.20298194320318L66.66666666666666,197.32085781211916L62.5,198.63514436592715L58.333333333333336,200.04917219151199L54.166666666666664,201.4383758671874L50,202.6250220190842L45.833333333333336,203.46437894990052L41.66666666666667,203.6959609532854L37.5,202.9974285639494L33.33333333333333,200.97136212990955L29.166666666666668,197.10225589767086L25,190.87828011515626L20.833333333333336,183.70163580055876Z" fill="rgb(122,126,122)" stroke="rgb(119,153,119)"/></g><g><path d="M25,190.87828011515626L29.166666666666668,197.10225589767086L33.33333333333333,200.97136212990955L37.5,202.99742856394943L41.66666666666667,203.6959609532854L45.833333333333336,203.46437894990052L50,202.62502201908418L54.166666666666664,201.43837586718743L58.333333333333336,200.04917219151204L62.5,198.63514436592712L66.66666666666666,197.3208578121192L70.83333333333333,196.2029819432032L75,195.35606337168295L79.16666666666667,194.7864375259395L83.33333333333334,194.54383643747948L87.5,194.651667850534L91.66666666666667,195.12490654317207L95.83333333333333,195.97259527741403L100,197.27790694268975L104.16666666666666,199.01722658504542L108.33333333333333,201.12605901957795L112.5,203.52620935528307L116.66666666666667,206.13926470327323L120.83333333333334,208.89305885855697L125,211.72443477113097L129.16666666666669,214.5800349178483L133.33333333333331,217.41605630718436L137.5,220.19748967120955L141.66666666666666,222.89713439126535L145.83333333333334,225.49455233544884L150,227.9750499526687L154.16666666666666,230.328734938169L158.33333333333334,232.54966860133717L162.5,234.63512042624046L166.66666666666669,236.58492299200066L170.83333333333331,238.40092091197974L175,240.08650524959253L179.16666666666666,241.64622405222173L183.33333333333334,243.08545964362585L187.5,244.41016377570799L191.66666666666666,245.6266424428282L195.83333333333334,246.74138297038553L200,247.76091682173973L204.16666666666669,248.6917123750833L208.33333333333331,249.5400926774586L212.5,250.31217387320325L216.66666666666666,251.0138206236317L220.83333333333334,251.65061538385243L225,252.2278388844735L229.16666666666666,252.75045958541403L233.33333333333334,253.22313023178054L237.5,253.65018995366134L241.66666666666669,254.03567061852223L245.83333333333331,254.3833063721133L250,254.6965454964756L254.16666666666666,254.97856387634042L258.33333333333337,255.2322795020579L262.5,255.46036755180967L266.66666666666663,255.66527569146132L270.8333333333333,255.8492393097979L275,256.01429647249336L279.1666666666667,256.16230243210845L283.3333333333333,256.29494357550806L287.5,256.4137507259008L291.6666666666667,256.52011174557475L295.83333333333337,256.61528340847195L300,256.7004025299853L300,256.74388142665305L295.83333333333337,256.66420235114566L291.6666666666667,256.5751380555685L287.5,256.47563141585067L283.3333333333333,256.3645145065644L279.1666666666667,256.24049846211943L275,256.1021626915822L270.8333333333333,255.94794346707434L266.66666666666663,255.776121924082L262.5,255.58481153509294L258.33333333333337,255.37194514672854L254.16666666666666,255.1352617060334L250,254.87229284513126L245.83333333333331,254.5803495465455L241.66666666666669,254.25650917586123L237.5,253.8976032460987L233.33333333333334,253.5002063715009L229.16666666666666,253.060626980086L225,252.57490048733197L220.83333333333334,252.0387857911974L216.66666666666666,251.44776613523385L212.5,250.79705560612524L208.33333333333331,250.08161278934364L204.16666666666669,249.29616340683432L200,248.4352341090863L195.83333333333334,247.4931999959688L191.66666666666666,246.46434890138383L187.5,245.34296600023188L183.33333333333334,244.12344288476856L179.16666666666666,242.80041591028416L175,241.36893932093164L170.83333333333331,239.82469942055556L166.66666666666669,238.1642768217706L162.5,236.38546453881438L158.33333333333334,234.48765030121334L154.16666666666666,232.47227181784856L150,230.34335359182782L145.83333333333334,228.10813291840952L141.66666666666666,225.77778031736275L137.5,223.368214930553L133.33333333333331,220.90100684131338L129.16666666666669,218.40434333581203L125,215.91401059373186L120.83333333333334,213.47429885500833L116.66666666666667,211.13866479287978L112.5,208.9698558872028L108.33333333333333,207.0389729171585L104.16666666666666,205.42252873181891L100,204.19576715956322L95.83333333333333,203.41892013693874L91.66666666666667,203.10971290266647L87.5,203.1770791462242L83.33333333333334,203.6016272159603L79.16666666666667,204.3550381048881L75,205.39692057836228L70.83333333333333,206.65615318029012L66.66666666666666,208.09969378405762L62.5,209.61989012796374L58.333333333333336,211.07928613260054L54.166666666666664,212.3033310798644L50,213.05331339870378L45.833333333333336,213.11041131944958L41.66666666666667,212.12443738630503L37.5,209.66479255008488L33.33333333333333,205.2037707543626L29.166666666666668,198.06947199815286L25,190.87828011515626Z" fill="rgb(126,133,126)" stroke="rgb(119,153,119)"/></g><g><path d="M33.33333333333333,205.2037707543626L37.5,209.66479255008488L41.66666666666667,212.124437386305L45.833333333333336,213.11041131944955L50,213.05331339870378L54.166666666666664,212.30333107986434L58.333333333333336,211.07928613260054L62.5,209.61989012796377L66.66666666666666,208.0996937840576L70.83333333333333,206.65615318029012L75,205.3969205783623L79.16666666666667,204.35503810488805L83.33333333333334,203.60162721596026L87.5,203.17707914622423L91.66666666666667,203.1097129026665L95.83333333333333,203.41892013693874L100,204.1957671595632L104.16666666666666,205.4225287318189L108.33333333333333,207.0389729171585L112.5,208.9698558872028L116.66666666666667,211.13866479287978L120.83333333333334,213.47429885500836L125,215.91401059373183L129.16666666666669,218.40434333581203L133.33333333333331,220.90100684131335L137.5,223.368214930553L141.66666666666666,225.77778031736275L145.83333333333334,228.10813291840947L150,230.3433535918279L154.16666666666666,232.4722718178486L158.33333333333334,234.48765030121336L162.5,236.3854645388144L166.66666666666669,238.1642768217706L170.83333333333331,239.8246994205556L175,241.36893932093164L179.16666666666666,242.8004159102842L183.33333333333334,244.12344288476856L187.5,245.34296600023185L191.66666666666666,246.46434890138386L195.83333333333334,247.4931999959688L200,248.43523410908634L204.16666666666669,249.29616340683432L208.33333333333331,250.0816127893436L212.5,250.79705560612524L216.66666666666666,251.4477661352338L220.83333333333334,252.03878579119737L225,252.57490048733194L229.16666666666666,253.06062698008603L233.33333333333334,253.5002063715009L237.5,253.89760324609875L241.66666666666669,254.25650917586125L245.83333333333331,254.58034954654545L250,254.87229284513126L254.16666666666666,255.13526170603336L258.33333333333337,255.37194514672854L262.5,255.58481153509294L266.66666666666663,255.77612192408196L270.8333333333333,255.94794346707437L275,256.1021626915821L279.1666666666667,256.24049846211943L283.3333333333333,256.3645145065644L287.5,256.47563141585067L291.6666666666667,256.5751380555685L295.83333333333337,256.66420235114566L300,256.74388142665305L300,256.7942616845592L295.83333333333337,256.72086891683875L291.6666666666667,256.6388592581954L287.5,256.5472668735709L283.3333333333333,256.44502553726096L279.1666666666667,256.3309596067434L275,256.2037744557317L270.8333333333333,256.0620463938988L266.66666666666663,255.90421211907704L262.5,255.72855777066377L258.33333333333337,255.5332076813379L254.16666666666666,255.31611295907308L250,255.0750400740351L245.83333333333331,254.80755967670578L241.66666666666669,254.51103593612922L237.5,254.1826167624333L233.33333333333334,253.81922536795028L229.16666666666666,253.4175537288337L225,252.97405863692694L220.83333333333334,252.48496118299732L216.66666666666666,251.94625069092197L212.5,251.35369433201038L208.33333333333331,250.70285389371273L204.16666666666669,249.9891114621594L200,249.20770610809936L195.83333333333334,248.35378404560748L191.66666666666666,247.42246516671128L187.5,246.40892934611853L183.33333333333334,245.30852645982745L179.16666666666666,244.11691466749352L175,242.83023216336184L170.83333333333331,241.4453082877606L166.66666666666669,239.9599205798679L162.5,238.37310498991846L158.33333333333334,236.68552696786148L154.16666666666666,234.8999213643596L150,233.0216087924621L145.83333333333334,231.05909494271705L141.66666666666666,229.02475674213076L137.5,226.93561426527822L133.33333333333331,224.8141784232365L129.16666666666669,222.6893491562713L125,220.5973128955569L120.83333333333334,218.58234411552667L116.66666666666667,216.6973408907039L112.5,215.00379474026076L108.33333333333333,213.5706655539962L104.16666666666666,212.47121347740278L100,211.77604421644662L95.83333333333333,211.5390371311355L91.66666666666667,211.76945571742476L87.5,212.36519032556726L83.33333333333334,213.29266007970372L79.16666666666667,214.5055381241064L75,215.9408061029914L70.83333333333333,217.4991448091294L66.66666666666666,219.1126149637508L62.5,220.63063031228452L58.333333333333336,221.86318127141385L54.166666666666664,222.57167346051617L50,222.43965291086428L45.833333333333336,221.15425187187722L41.66666666666667,218.2518640932222L37.5,213.16548582625668L33.33333333333333,205.2037707543626Z" fill="rgb(129,139,129)" stroke="rgb(119,153,119)"/></g><g><path d="M37.5,213.16548582625666L41.66666666666667,218.25186409322222L45.833333333333336,221.15425187187725L50,222.4396529108643L54.166666666666664,222.57167346051622L58.333333333333336,221.86318127141385L62.5,220.63063031228455L66.66666666666666,219.1126149637508L70.83333333333333,217.4991448091294L75,215.94080610299133L79.16666666666667,214.50553812410647L83.33333333333334,213.29266007970375L87.5,212.36519032556726L91.66666666666667,211.76945571742476L95.83333333333333,211.53903713113547L100,211.77604421644665L104.16666666666666,212.47121347740278L108.33333333333333,213.57066555399626L112.5,215.00379474026073L116.66666666666667,216.6973408907039L120.83333333333334,218.58234411552664L125,220.5973128955569L129.16666666666669,222.68934915627128L133.33333333333331,224.8141784232365L137.5,226.93561426527822L141.66666666666666,229.02475674213082L145.83333333333334,231.05909494271708L150,233.02160879246208L154.16666666666666,234.8999213643596L158.33333333333334,236.68552696786145L162.5,238.37310498991843L166.66666666666669,239.95992057986788L170.83333333333331,241.44530828776058L175,242.83023216336187L179.16666666666666,244.11691466749352L183.33333333333334,245.30852645982748L187.5,246.40892934611847L191.66666666666666,247.4224651667113L195.83333333333334,248.35378404560748L200,249.20770610809936L204.16666666666669,249.98911146215937L208.33333333333331,250.70285389371276L212.5,251.3536943320104L216.66666666666666,251.946250690922L220.83333333333334,252.48496118299735L225,252.9740586369269L229.16666666666666,253.41755372883367L233.33333333333334,253.81922536795028L237.5,254.18261676243324L241.66666666666669,254.5110359361292L245.83333333333331,254.80755967670584L250,255.07504007403506L254.16666666666666,255.31611295907314L258.33333333333337,255.53320768133793L262.5,255.7285577706637L266.66666666666663,255.90421211907702L270.8333333333333,256.0620463938988L275,256.2037744557318L279.1666666666667,256.3309596067434L283.3333333333333,256.44502553726096L287.5,256.54726687357083L291.6666666666667,256.6388592581954L295.83333333333337,256.72086891683875L300,256.7942616845592L300,256.8526164807012L295.83333333333337,256.78648430750695L291.6666666666667,256.71261926874854L287.5,256.63016000162025L283.3333333333333,256.53815657038194L279.1666666666667,256.43556268599025L275,256.3212274999216L270.8333333333333,256.1938870070812L266.66666666666663,256.05215511084447L262.5,255.89451442577004L258.33333333333337,255.7193069212097L254.16666666666666,255.5247245428862L250,255.3087999906657L245.83333333333331,255.06939788053683L241.66666666666669,254.80420657875982L237.5,254.51073106803472L233.33333333333334,254.18628729137654L229.16666666666666,253.82799852149958L225,253.4327944245158L220.83333333333334,252.99741362959054L216.66666666666666,252.51841078414958L212.5,251.99216927090453L208.33333333333331,251.41492099222526L204.16666666666669,250.7827748933581L200,250.0917562027905L195.83333333333334,249.33785871968567L191.66666666666666,248.51711287813717L187.5,247.6256727682176L183.33333333333334,246.6599257944813L179.16666666666666,245.61662920015624L175,244.4930782703492L170.83333333333331,243.28731163153174L166.66666666666669,241.9983596542845L162.5,240.62654248612347L158.33333333333334,239.17382460060315L154.16666666666666,237.64423280256727L150,236.04434414643657L145.83333333333334,234.38384883794714L141.66666666666666,232.67619031485359L137.5,230.93927939865947L133.33333333333331,229.1962701482654L129.16666666666669,227.4763693011787L125,225.81562470341228L120.83333333333334,224.2575935699824L116.66666666666667,222.85371578749633L112.5,221.66308699184594L108.33333333333333,220.75109567040082L104.16666666666666,220.18596845734064L100,220.0314710098809L95.83333333333333,220.33242316551863L91.66666666666667,221.08631544411423L87.5,222.175962024901L83.33333333333334,223.54869989543874L79.16666666666667,225.13427805243296L75,226.83991894000226L70.83333333333333,228.529531283787L66.66666666666666,230.08999577674697L62.5,231.31548778058553L58.333333333333336,231.94875083209212L54.166666666666664,231.66963335620574L50,230.06309973181516L45.833333333333336,226.69747883623472L41.66666666666667,220.9663763473301L37.5,213.16548582625666Z" fill="rgb(133,146,133)" stroke="rgb(119,153,119)"/></g><g><path d="M41.66666666666667,220.9663763473301L45.833333333333336,226.69747883623472L50,230.06309973181516L54.166666666666664,231.6696333562057L58.333333333333336,231.9487508320921L62.5,231.3154877805855L66.66666666666666,230.08999577674695L70.83333333333333,228.52953128378698L75,226.8399189400023L79.16666666666667,225.1342780524329L83.33333333333334,223.54869989543874L87.5,222.175962024901L91.66666666666667,221.08631544411423L95.83333333333333,220.3324231655186L100,220.0314710098809L104.16666666666666,220.18596845734066L108.33333333333333,220.75109567040073L112.5,221.66308699184597L116.66666666666667,222.8537157874963L120.83333333333334,224.25759356998236L125,225.8156247034123L129.16666666666669,227.4763693011787L133.33333333333331,229.1962701482654L137.5,230.9392793986595L141.66666666666666,232.67619031485356L145.83333333333334,234.3838488379472L150,236.04434414643654L154.16666666666666,237.64423280256727L158.33333333333334,239.1738246006031L162.5,240.62654248612347L166.66666666666669,241.99835965428457L170.83333333333331,243.2873116315318L175,244.4930782703492L179.16666666666666,245.61662920015624L183.33333333333334,246.65992579448127L187.5,247.6256727682176L191.66666666666666,248.51711287813714L195.83333333333334,249.3378587196857L200,250.0917562027905L204.16666666666669,250.78277489335815L208.33333333333331,251.41492099222523L212.5,251.99216927090453L216.66666666666666,252.5184107841496L220.83333333333334,252.9974136295905L225,253.43279442451586L229.16666666666666,253.82799852149955L233.33333333333334,254.18628729137654L237.5,254.51073106803474L241.66666666666669,254.80420657875982L245.83333333333331,255.06939788053677L250,255.30879999066573L254.16666666666666,255.5247245428862L258.33333333333337,255.71930692120964L262.5,255.8945144257701L266.66666666666663,256.0521551108445L270.8333333333333,256.1938870070812L275,256.3212274999215L279.1666666666667,256.4355626859903L283.3333333333333,256.53815657038194L287.5,256.6301600016203L291.6666666666667,256.71261926874854L295.83333333333337,256.78648430750695L300,256.8526164807012L300,256.92018125891434L295.83333333333337,256.86243059435895L291.6666666666667,256.7979634796612L287.5,256.72603798670156L283.3333333333333,256.6458370070621L279.1666666666667,256.5564618623377L275,256.4569256128923L270.8333333333333,256.34614610710946L266.66666666666663,256.2229388308476L262.5,256.08600963853655L258.33333333333337,255.9339474739057L254.16666666666666,255.76521722061543L250,255.5781528621002L245.83333333333331,255.37095117694312L241.66666666666669,255.14166625244934L237.5,254.88820516638575L233.33333333333334,254.60832526690547L229.16666666666666,254.2996335755464L225,253.95958895021124L220.83333333333334,253.5855077767895L216.66666666666666,253.17457411243885L212.5,252.72385538360777L208.33333333333331,252.230324950967L204.16666666666669,251.69089309492182L200,251.10244825265332L195.83333333333334,250.46191065369834L191.66666666666666,249.7663008581941L187.5,249.01282610097704L183.33333333333334,248.19898778422962L179.16666666666666,247.32271393595857L175,246.38252094972938L170.83333333333331,245.37770942165056L166.66666666666669,244.3085993675643L162.5,243.17681047772635L158.33333333333334,241.9855932533189L154.16666666666666,240.74021671904774L150,239.44841768238982L145.83333333333334,238.12091483955763L141.66666666666666,236.77198781853218L137.5,235.42011555176725L133.33333333333331,234.08865864603013L129.16666666666669,232.80655412614752L125,231.60896380413035L120.83333333333334,230.53777221376365L116.66666666666667,229.64175353800465L112.5,228.97609544376002L108.33333333333333,228.6007360433239L104.16666666666666,228.57654870240236L100,228.95761097384658L95.83333333333333,229.77620330739668L91.66666666666667,231.01380928045396L87.5,232.53303451044846L83.33333333333334,234.25593288104716L79.16666666666667,236.08085928471388L75,237.87630217514555L70.83333333333333,239.45864128101272L66.66666666666666,240.65671240072254L62.5,241.19409723027798L58.333333333333336,240.72799802591487L54.166666666666664,238.8349464619436L50,234.97548425028305L45.833333333333336,228.56849280629797L41.66666666666667,220.9663763473301Z" fill="rgb(136,153,136)" stroke="rgb(119,153,119)"/></g><g><path d="M45.833333333333336,228.56849280629797L50,234.97548425028305L54.166666666666664,238.83494646194362L58.333333333333336,240.7279980259149L62.5,241.19409723027798L66.66666666666666,240.65671240072254L70.83333333333333,239.45864128101272L75,237.87630217514555L79.16666666666667,236.08085928471394L83.33333333333334,234.25593288104716L87.5,232.5330345104485L91.66666666666667,231.01380928045398L95.83333333333333,229.77620330739674L100,228.9576109738466L104.16666666666666,228.57654870240236L108.33333333333333,228.60073604332393L112.5,228.97609544375996L116.66666666666667,229.64175353800468L120.83333333333334,230.53777221376367L125,231.60896380413038L129.16666666666669,232.80655412614755L133.33333333333331,234.0886586460301L137.5,235.42011555176725L141.66666666666666,236.7719878185322L145.83333333333334,238.12091483955757L150,239.44841768238982L154.16666666666666,240.74021671904774L158.33333333333334,241.98559325331894L162.5,243.17681047772632L166.66666666666669,244.3085993675643L170.83333333333331,245.3777094216505L175,246.38252094972938L179.16666666666666,247.32271393595857L183.33333333333334,248.1989877842296L187.5,249.01282610097707L191.66666666666666,249.76630085819414L195.83333333333334,250.46191065369837L200,251.1024482526533L204.16666666666669,251.69089309492176L208.33333333333331,252.23032495096703L212.5,252.72385538360774L216.66666666666666,253.1745741124388L220.83333333333334,253.58550777678948L225,253.95958895021124L229.16666666666666,254.29963357554647L233.33333333333334,254.60832526690547L237.5,254.88820516638577L241.66666666666669,255.14166625244937L245.83333333333331,255.37095117694318L250,255.57815286210018L254.16666666666666,255.7652172206154L258.33333333333337,255.93394747390573L262.5,256.08600963853655L266.66666666666663,256.2229388308476L270.8333333333333,256.34614610710946L275,256.4569256128923L279.1666666666667,256.5564618623377L283.3333333333333,256.6458370070621L287.5,256.72603798670156L291.6666666666667,256.7979634796612L295.83333333333337,256.8624305943589L300,256.92018125891434L300,256.9983772889253L295.83333333333337,256.9502968134477L291.6666666666667,256.89666763693765L287.5,256.8368842193222L283.3333333333333,256.7702809903453L279.1666666666667,256.6961275070083L275,256.61362344258526L270.8333333333333,256.5218934557651L266.66666666666663,256.4199820052798L262.5,256.30684819587555L258.33333333333337,256.1813607663431L254.16666666666666,256.04229336033575L250,255.88832025677215L245.83333333333331,255.71801277980165L241.66666666666669,255.52983665979434L237.5,255.32215067798793L233.33333333333334,255.09320699982746L229.16666666666666,254.8411536874315L225,254.56403998196225L220.83333333333334,254.25982506413607L216.66666666666666,253.92639113802207L212.5,253.56156184216337L208.33333333333331,253.16312717549093L204.16666666666669,252.72887633606447L200,252.25664011071572L195.83333333333334,251.74434472503748L191.66666666666666,251.19007936676996L187.5,250.59217993074702L183.33333333333334,249.9493318968035L179.16666666666666,249.26069563583474L175,248.52605782940896L170.83333333333331,247.74601306080962L166.66666666666669,246.922179950525L162.5,246.05745640382372L158.33333333333334,245.15631851266238L154.16666666666666,244.22516725317672L150,243.27272610035354L145.83333333333334,242.31049066215846L141.66666666666666,241.35322781498357L137.5,240.4195156413738L133.33333333333331,239.53230517794984L129.16666666666669,238.7194680237281L125,238.01426595090388L120.83333333333334,237.45563243063714L116.66666666666667,237.0880783975294L112.5,236.96090180325436L108.33333333333333,237.12614733901412L104.16666666666666,237.63433948088317L100,238.52621155279522L95.83333333333333,239.81706051407608L91.66666666666667,241.4669805175409L87.5,243.31187048238692L83.33333333333334,245.24067864308378L79.16666666666667,247.11097322580244L75,248.74125738782251L70.83333333333333,249.8869326606323L66.66666666666666,250.3027447702716L62.5,249.6225736632976L58.333333333333336,247.39536201205036L54.166666666666664,243.06735508639667L50,235.94270035076505L45.833333333333336,228.56849280629797Z" fill="rgb(139,160,139)" stroke="rgb(119,153,119)"/></g><g><path d="M54.166666666666664,243.06735508639667L58.333333333333336,247.39536201205038L62.5,249.6225736632976L66.66666666666666,250.30274477027154L70.83333333333333,249.88693266063228L75,248.7412573878225L79.16666666666667,247.1109732258024L83.33333333333334,245.2406786430838L87.5,243.3118704823869L91.66666666666667,241.46698051754086L95.83333333333333,239.8170605140761L100,238.52621155279516L104.16666666666666,237.6343394808832L108.33333333333333,237.12614733901415L112.5,236.9609018032544L116.66666666666667,237.0880783975294L120.83333333333334,237.45563243063708L125,238.01426595090385L129.16666666666669,238.71946802372807L133.33333333333331,239.53230517794987L137.5,240.4195156413738L141.66666666666666,241.3532278149836L145.83333333333334,242.31049066215843L150,243.27272610035354L154.16666666666666,244.22516725317672L158.33333333333334,245.1563185126624L162.5,246.05745640382372L166.66666666666669,246.92217995052494L170.83333333333331,247.74601306080967L175,248.52605782940896L179.16666666666666,249.26069563583474L183.33333333333334,249.94933189680356L187.5,250.59217993074702L191.66666666666666,251.19007936677L195.83333333333334,251.74434472503742L200,252.25664011071575L204.16666666666669,252.7288763360645L208.33333333333331,253.16312717549093L212.5,253.5615618421634L216.66666666666666,253.92639113802207L220.83333333333334,254.2598250641361L225,254.56403998196225L229.16666666666666,254.84115368743147L233.33333333333334,255.0932069998275L237.5,255.32215067798788L241.66666666666669,255.52983665979428L245.83333333333331,255.71801277980163L250,255.88832025677218L254.16666666666666,256.04229336033575L258.33333333333337,256.1813607663431L262.5,256.30684819587555L266.66666666666663,256.4199820052798L270.8333333333333,256.5218934557651L275,256.61362344258526L279.1666666666667,256.6961275070083L283.3333333333333,256.7702809903454L287.5,256.8368842193222L291.6666666666667,256.89666763693765L295.83333333333337,256.9502968134477L300,256.9983772889253L300,257.0888384335493L295.83333333333337,257.0519085775973L291.6666666666667,257.0107705637621L287.5,256.9649744143173L283.3333333333333,256.9140272259162L279.1666666666667,256.8573900416177L275,256.794474695625L270.8333333333333,256.72464068466894L266.66666666666663,256.64719213544015L262.5,256.5613749561435L258.33333333333337,256.46637428267763L254.16666666666666,256.36131235678516L250,256.24524700551984L245.83333333333331,256.11717092939665L241.66666666666669,255.97601205159424L237.5,255.82063523367606L233.33333333333334,255.64984572571262L229.16666666666666,255.4623947918006L225,255.25698803728733L220.83333333333334,255.03229706314912L216.66666666666666,254.78697518766074L212.5,254.51967810749082L208.33333333333331,254.2290905213776L204.16666666666669,253.91395991112338L200,253.57313886792508L195.83333333333334,253.20563756746762L191.66666666666666,252.81068823397501L187.5,252.38782368884432L183.33333333333334,251.9369723479076L179.16666666666666,251.45857230248285L175,250.95370737591998L170.83333333333331,250.42426826144387L166.66666666666669,249.87314197483252L162.5,249.30443282859173L158.33333333333334,248.72371784738766L154.16666666666666,248.1383388350999L150,247.5577319208128L145.83333333333334,246.9937929639835L141.66666666666666,246.4612730755019L137.5,245.97819173919794L133.33333333333331,245.5662440310078L129.16666666666669,245.25116066056577L125,245.06295069648775L120.83333333333334,245.0359094875205L116.66666666666667,245.20819539172615L112.5,245.62064461801265L108.33333333333333,246.31425851835718L104.16666666666666,247.32537234462666L100,248.67671157201352L95.83333333333333,250.36094603870518L91.66666666666667,252.30997214638015L87.5,254.3247916620801L83.33333333333334,256.25141882740456L79.16666666666667,257.8948683646157L75,259.00959976847435L70.83333333333333,259.2732721727928L66.66666666666666,258.34658532269924L62.5,255.7500003702148L58.333333333333336,250.8960552882222L54.166666666666664,243.06735508639667Z" fill="rgb(143,167,143)" stroke="rgb(119,153,119)"/></g><g><path d="M58.333333333333336,250.89605528822216L62.5,255.75000037021476L66.66666666666666,258.34658532269924L70.83333333333333,259.2732721727928L75,259.00959976847435L79.16666666666667,257.8948683646157L83.33333333333334,256.25141882740456L87.5,254.3247916620801L91.66666666666667,252.30997214638018L95.83333333333333,250.36094603870512L100,248.67671157201357L104.16666666666666,247.32537234462666L108.33333333333333,246.3142585183572L112.5,245.62064461801265L116.66666666666667,245.20819539172612L120.83333333333334,245.03590948752054L125,245.06295069648772L129.16666666666669,245.2511606605658L133.33333333333331,245.56624403100778L137.5,245.97819173919794L141.66666666666666,246.46127307550188L145.83333333333334,246.99379296398354L150,247.5577319208128L154.16666666666666,248.13833883509986L158.33333333333334,248.7237178473876L162.5,249.30443282859179L166.66666666666669,249.87314197483258L170.83333333333331,250.42426826144384L175,250.95370737592L179.16666666666666,251.45857230248282L183.33333333333334,251.93697234790758L187.5,252.3878236888443L191.66666666666666,252.810688233975L195.83333333333334,253.20563756746765L200,253.57313886792508L204.16666666666669,253.91395991112338L208.33333333333331,254.2290905213776L212.5,254.51967810749085L216.66666666666666,254.78697518766074L220.83333333333334,255.03229706314912L225,255.2569880372873L229.16666666666666,255.46239479180062L233.33333333333334,255.64984572571262L237.5,255.8206352336761L241.66666666666669,255.97601205159427L245.83333333333331,256.1171709293966L250,256.24524700551984L254.16666666666666,256.3613123567851L258.33333333333337,256.46637428267763L262.5,256.5613749561435L266.66666666666663,256.64719213544015L270.8333333333333,256.72464068466894L275,256.794474695625L279.1666666666667,256.8573900416177L283.3333333333333,256.91402722591613L287.5,256.9649744143173L291.6666666666667,257.01077056376215L295.83333333333337,257.0519085775974L300,257.0888384335493L300,257.19344151279614L295.83333333333337,257.1693616217872L291.6666666666667,257.1426111769445L287.5,257.11291740608476L283.3333333333333,257.0799838810225L279.1666666666667,257.0434892814894L275,257.00308627943804L270.8333333333333,256.9584006012996L266.66666666666663,256.9090303392711L262.5,256.8545455987741L258.33333333333337,256.79448858827914L254.16666666666666,256.72837428021137L250,256.6556917981857L245.83333333333331,256.5759067169855L241.66666666666669,256.48846449818745L237.5,256.3927953269037L233.33333333333334,256.2883206646067L229.16666666666666,256.1744618903131L225,256.050651468486L220.83333333333334,255.91634715784028L216.66666666666666,255.77104986173893L212.5,255.6143258189167L208.33333333333331,255.44583394347674L204.16666666666669,255.2653592457772L200,255.0728534005878L195.83333333333334,254.86848367445498L191.66666666666666,254.65269157774614L187.5,254.42626276326092L183.33333333333334,254.19040984411262L179.16666666666666,253.94686993522453L175,253.69801881412766L170.83333333333331,253.44700361541834L166.66666666666669,253.19789587006264L162.5,252.95586640131455L158.33333333333334,252.72738298076885L154.16666666666666,252.52043056012872L150,252.34475206572023L145.83333333333334,252.2121047718389L141.66666666666666,252.13652252995763L137.5,252.13456663599035L133.33333333333331,252.225536282593L129.16666666666669,252.43159077697035L125,252.77770567642557L120.83333333333334,253.2913362809548L116.66666666666667,254.00158142610928L112.5,254.93750434470212L108.33333333333333,256.12503021769095L104.16666666666666,257.58141216036165L100,259.30545150034004L95.83333333333333,261.260058875716L91.66666666666667,263.34035862103775L87.5,265.30217247507625L83.33333333333334,266.9362762957055L79.16666666666667,267.980437925294L75,268.10755966416383L70.83333333333333,266.89671899374366L66.66666666666666,263.8898122870567L62.5,258.46451262432265L58.333333333333336,250.89605528822216Z" fill="rgb(146,173,146)" stroke="rgb(119,153,119)"/></g><g><path d="M62.5,258.46451262432265L66.66666666666666,263.8898122870567L70.83333333333333,266.89671899374366L75,268.10755966416383L79.16666666666667,267.98043792529404L83.33333333333334,266.9362762957055L87.5,265.30217247507625L91.66666666666667,263.34035862103775L95.83333333333333,261.2600588757161L100,259.30545150034004L104.16666666666666,257.58141216036165L108.33333333333333,256.12503021769095L112.5,254.9375043447021L116.66666666666667,254.00158142610928L120.83333333333334,253.2913362809548L125,252.77770567642563L129.16666666666669,252.43159077697032L133.33333333333331,252.22553628259303L137.5,252.13456663599032L141.66666666666666,252.1365225299576L145.83333333333334,252.2121047718389L150,252.34475206572023L154.16666666666666,252.52043056012874L158.33333333333334,252.72738298076888L162.5,252.95586640131452L166.66666666666669,253.1978958700626L170.83333333333331,253.4470036154183L175,253.69801881412764L179.16666666666666,253.9468699352245L183.33333333333334,254.19040984411262L187.5,254.42626276326098L191.66666666666666,254.6526915777462L195.83333333333334,254.86848367445498L200,255.07285340058777L204.16666666666669,255.2653592457772L208.33333333333331,255.44583394347669L212.5,255.61432581891668L216.66666666666666,255.77104986173896L220.83333333333334,255.91634715784025L225,256.0506514684861L229.16666666666666,256.17446189031307L233.33333333333334,256.2883206646067L237.5,256.3927953269037L241.66666666666669,256.48846449818745L245.83333333333331,256.5759067169855L250,256.6556917981857L254.16666666666666,256.72837428021137L258.33333333333337,256.79448858827914L262.5,256.8545455987741L266.66666666666663,256.9090303392711L270.8333333333333,256.9584006012996L275,257.0030862794381L279.1666666666667,257.0434892814894L283.3333333333333,257.07998388102254L287.5,257.11291740608476L291.6666666666667,257.1426111769445L295.83333333333337,257.1693616217871L300,257.1934415127962L300,257.3143406891436L295.83333333333337,257.3050597347579L291.6666666666667,257.2948702769728L287.5,257.28370112608786L283.3333333333333,257.27147909378897L279.1666666666667,257.2581298341855L275,257.2435789571673L270.8333333333333,257.2277534727341L266.66666666666663,257.2105836356775L262.5,257.19200527246363L258.33333333333337,257.17196268663014L254.16666666666666,257.1504122557403L250,257.1273268522326L245.83333333333331,257.1027012426809L241.66666666666669,257.07655864538646L237.5,257.0489586551929L233.33333333333334,257.02000677730996L229.16666666666666,256.98986584905487L225,256.9587696700497L220.83333333333334,256.92703920770305L216.66666666666666,256.8951017957516L212.5,256.86351379897366L208.33333333333331,256.8329872762361L204.16666666666669,256.8044212355255L200,256.7789381363901L195.83333333333334,256.75792635383516L191.66666666666666,256.74308936786497L187.5,256.7365024765407L183.33333333333334,256.7406778357155L179.16666666666666,256.7586385879403L175,256.7940027306081L170.83333333333331,256.85107715137156L166.66666666666669,256.93496187167307L162.5,257.0516639049932L158.33333333333334,257.20821913387664L154.16666666666666,257.4128190578935L150,257.6749368906891L145.83333333333334,258.00544387255695L141.66666666666666,258.4167011737389L137.5,258.9226043864987L133.33333333333331,259.53854473450707L129.16666666666669,260.28123114989353L125,261.1682859214873L120.83333333333334,262.2174762449205L116.66666666666667,263.4453615679874L112.5,264.8649981810418L108.33333333333333,266.4821027032384L104.16666666666666,268.28864514597007L100,270.25203273262105L95.83333333333333,272.29644211085935L91.66666666666667,274.2694686182635L87.5,275.86888909905184L83.33333333333334,276.814885745398L79.16666666666667,276.7596851191168L75,275.2728727699017L70.83333333333333,271.80910351221155L66.66666666666666,265.76082625711996L62.5,258.46451262432265Z" fill="rgb(150,180,150)" stroke="rgb(119,153,119)"/></g><g><path d="M66.66666666666666,265.76082625711996L70.83333333333333,271.80910351221155L75,275.2728727699017L79.16666666666667,276.7596851191168L83.33333333333334,276.814885745398L87.5,275.86888909905184L91.66666666666667,274.26946861826343L95.83333333333333,272.29644211085935L100,270.25203273262105L104.16666666666666,268.28864514597L108.33333333333333,266.4821027032384L112.5,264.86499818104187L116.66666666666667,263.4453615679874L120.83333333333334,262.2174762449205L125,261.1682859214873L129.16666666666669,260.2812311498935L133.33333333333331,259.538544734507L137.5,258.9226043864987L141.66666666666666,258.4167011737389L145.83333333333334,258.005443872557L150,257.6749368906891L154.16666666666666,257.41281905789344L158.33333333333334,257.2082191338767L162.5,257.0516639049932L166.66666666666669,256.93496187167307L170.83333333333331,256.8510771513716L175,256.7940027306081L179.16666666666666,256.75863858794037L183.33333333333334,256.7406778357155L187.5,256.73650247654075L191.66666666666666,256.7430893678649L195.83333333333334,256.75792635383516L200,256.77893813639014L204.16666666666669,256.8044212355255L208.33333333333331,256.83298727623617L212.5,256.8635137989737L216.66666666666666,256.89510179575166L220.83333333333334,256.92703920770305L225,256.9587696700497L229.16666666666666,256.9898658490549L233.33333333333334,257.02000677730996L237.5,257.04895865519285L241.66666666666669,257.0765586453864L245.83333333333331,257.1027012426809L250,257.1273268522326L254.16666666666666,257.1504122557403L258.33333333333337,257.17196268663014L262.5,257.1920052724637L266.66666666666663,257.2105836356775L270.8333333333333,257.2277534727341L275,257.2435789571673L279.1666666666667,257.2581298341855L283.3333333333333,257.27147909378897L287.5,257.2837011260879L291.6666666666667,257.2948702769728L295.83333333333337,257.3050597347579L300,257.3143406891436L300,257.4540063338142L295.83333333333337,257.46175756445086L291.6666666666667,257.47061762562845L287.5,257.4807443005201L283.3333333333333,257.49231765112796L279.1666666666667,257.5055431266229L275,257.52065509688765L270.8333333333333,257.53792086740606L266.66666666666663,257.55764523853594L262.5,257.58017567980863L258.33333333333337,257.60590819823227L254.16666666666666,257.63529398866234L250,257.6688469641176L245.83333333333331,257.7071522744319L241.66666666666669,257.750875932733L237.5,257.80077568077616L233.33333333333334,257.8577132358656L229.16666666666666,257.9226680735788L225,257.99675291119246L220.83333333333334,258.0812310657655L216.66666666666666,258.17753586709074L212.5,258.28729230754954L208.33333333333331,258.4123411060061L204.16666666666669,258.55476534809947L200,258.7169198362663L195.83333333333334,258.90146323351473L191.66666666666666,259.11139300702405L187.5,259.3500830595014L183.33333333333334,259.6213237618129L179.16666666666666,259.9293638472838L175,260.2789532647371L170.83333333333331,260.67538556933533L166.66666666666669,261.12453769427395L162.5,261.63290390144454L158.33333333333334,262.2076192234832L154.16666666666666,262.8564655898132L150,263.58785078826963L145.83333333333334,264.4107460193305L141.66666666666666,265.33456139061235L137.5,266.36892924602336L133.33333333333331,267.52335109400144L129.16666666666669,268.8066424455837L125,270.22607669996813L120.83333333333334,271.78607682386905L116.66666666666667,273.4862187746667L112.5,275.3181694181288L108.33333333333333,277.2609386751768L104.16666666666666,279.27339090800666L100,281.2821466737095L95.83333333333333,283.1613973235363L91.66666666666667,284.69775999788305L87.5,285.5149214686009L83.33333333333334,285.2433621784176L79.16666666666667,283.42704910525225L75,279.50528139435477L70.83333333333333,272.77631961269356L66.66666666666666,265.76082625711996Z" fill="rgb(153,187,153)" stroke="rgb(119,153,119)"/></g><g><path d="M75,279.50528139435477L79.16666666666667,283.42704910525225L83.33333333333334,285.2433621784176L87.5,285.5149214686009L91.66666666666667,284.69775999788305L95.83333333333333,283.1613973235363L100,281.2821466737095L104.16666666666666,279.27339090800666L108.33333333333333,277.2609386751768L112.5,275.3181694181287L116.66666666666667,273.4862187746667L120.83333333333334,271.78607682386905L125,270.22607669996813L129.16666666666669,268.8066424455837L133.33333333333331,267.52335109400144L137.5,266.3689292460234L141.66666666666666,265.33456139061235L145.83333333333334,264.4107460193305L150,263.58785078826963L154.16666666666666,262.85646558981324L158.33333333333334,262.2076192234832L162.5,261.63290390144454L166.66666666666669,261.12453769427395L170.83333333333331,260.67538556933533L175,260.2789532647371L179.16666666666666,259.9293638472838L183.33333333333334,259.6213237618129L187.5,259.35008305950134L191.66666666666666,259.1113930070241L195.83333333333334,258.90146323351473L200,258.7169198362663L204.16666666666669,258.55476534809947L208.33333333333331,258.41234110600607L212.5,258.28729230754954L216.66666666666666,258.1775358670907L220.83333333333334,258.0812310657655L225,257.9967529111924L229.16666666666666,257.9226680735788L233.33333333333334,257.8577132358656L237.5,257.80077568077616L241.66666666666669,257.75087593273304L245.83333333333331,257.7071522744319L250,257.6688469641176L254.16666666666666,257.63529398866234L258.33333333333337,257.60590819823227L262.5,257.5801756798086L266.66666666666663,257.55764523853594L270.8333333333333,257.53792086740606L275,257.5206550968876L279.1666666666667,257.5055431266229L283.3333333333333,257.492317651128L287.5,257.48074430052003L291.6666666666667,257.4706176256284L295.83333333333337,257.46175756445086L300,257.4540063338142L300,257.6152688684236L295.83333333333337,257.6426088174906L291.6666666666667,257.6733648545322L287.5,257.7079544306804L283.3333333333333,257.74684441139595L279.1666666666667,257.7905566429574L275,257.839674093337L270.8333333333333,257.8948476161537L266.66666666666663,257.95680338813094L262.5,258.02635107160853L258.33333333333337,258.1043927539205L254.16666666666666,258.1919327145475L250,258.29008806848674L245.83333333333331,258.400100329757L241.66666666666669,258.52334793174606L237.5,258.66135973041486L233.33333333333334,258.81582950119304L229.16666666666666,258.98863141946543L225,259.1818364862513L220.83333333333334,259.39772982297484L216.66666666666666,259.6388287095209L212.5,259.90790117475456L208.33333333333331,260.20798486410337L204.16666666666669,260.5424057992035L200,260.9147965029144L195.83333333333334,261.32911278002575L191.66666666666666,261.7896482076583L187.5,262.30104508380896L183.33333333333334,262.86830018658094L179.16666666666666,263.49676318200903L175,264.19212484666025L170.83333333333331,264.9603913897946L166.66666666666669,265.80783999609906L162.5,266.7409491619628L158.33333333333334,267.7662953213073L154.16666666666666,268.89040444287116L150,270.11954342510734L145.83333333333334,271.4594307649144L141.66666666666666,272.9148384474958L137.5,274.48904624022015L133.33333333333331,276.1830939087597L129.16666666666669,277.9947536249267L125,279.9171095637116L120.83333333333334,281.93657684308744L116.66666666666667,284.0301042992958L112.5,286.161161046968L108.33333333333333,288.27385985487L104.16666666666666,290.2841310923274L100,292.0660418125228L95.83333333333333,293.42973970418814L91.66666666666667,294.0840995100436L87.5,293.5587620210286L83.33333333333334,291.3707888853348L79.16666666666667,286.927742381424L75,279.50528139435477Z" fill="rgb(156,194,156)" stroke="rgb(119,153,119)"/></g><g><path d="M79.16666666666667,286.927742381424L83.33333333333334,291.3707888853348L87.5,293.5587620210286L91.66666666666667,294.0840995100436L95.83333333333333,293.42973970418814L100,292.0660418125228L104.16666666666666,290.28413109232747L108.33333333333333,288.27385985487L112.5,286.16116104696806L116.66666666666667,284.0301042992958L120.83333333333334,281.9365768430875L125,279.9171095637116L129.16666666666669,277.9947536249268L133.33333333333331,276.1830939087597L137.5,274.48904624022015L141.66666666666666,272.9148384474958L145.83333333333334,271.4594307649143L150,270.1195434251073L154.16666666666666,268.89040444287116L158.33333333333334,267.7662953213073L162.5,266.7409491619628L166.66666666666669,265.807839996099L170.83333333333331,264.96039138979455L175,264.19212484666025L179.16666666666666,263.496763182009L183.33333333333334,262.86830018658094L187.5,262.30104508380896L191.66666666666666,261.7896482076583L195.83333333333334,261.32911278002575L200,260.9147965029144L204.16666666666669,260.5424057992035L208.33333333333331,260.20798486410337L212.5,259.90790117475456L216.66666666666666,259.6388287095209L220.83333333333334,259.39772982297484L225,259.1818364862513L229.16666666666666,258.9886314194654L233.33333333333334,258.8158295011931L237.5,258.6613597304148L241.66666666666669,258.52334793174606L245.83333333333331,258.400100329757L250,258.2900880684868L254.16666666666666,258.1919327145475L258.33333333333337,258.1043927539205L262.5,258.0263510716086L266.66666666666663,257.95680338813094L270.8333333333333,257.8948476161537L275,257.839674093337L279.1666666666667,257.7905566429574L283.3333333333333,257.74684441139595L287.5,257.70795443068045L291.6666666666667,257.6733648545322L295.83333333333337,257.6426088174906L300,257.6152688684236L300,257.8013681082953L295.83333333333337,257.85122040130364L291.6666666666667,257.9071247711629L287.5,257.9697926345114L283.3333333333333,258.0400150540266L279.1666666666667,258.11867094855893L275,258.2067360167633L270.8333333333333,258.3052924088196L266.66666666666663,258.41553917571986L262.5,258.53880351820175L258.33333333333337,258.67655284714806L254.16666666666666,258.83040765344157L250,259.0021551669993L245.83333333333331,259.19376376095573L241.66666666666669,259.4073980264372L237.5,259.645434404493L233.33333333333334,259.91047721261896L229.16666666666666,260.20537484156455L225,260.53323582090513L220.83333333333334,260.89744435563756L216.66666666666666,261.30167481650824L212.5,261.74990451852574L208.33333333333331,262.24642393852L204.16666666666669,262.79584329540853L200,263.4030941356561L195.83333333333334,264.0734242182334L191.66666666666666,264.81238356163277L187.5,265.625798979039L183.33333333333334,266.5197337593037L179.16666666666666,267.50042831539025L175,268.57421657168913L170.83333333333331,269.747411534702L166.66666666666669,271.0261518039544L162.5,272.41619861641857L158.33333333333334,273.9226702180997L154.16666666666666,275.5496966944564L150,277.29997354151186L145.83333333333334,279.1741857448522L141.66666666666666,281.17026524093006L137.5,283.2824322746033L133.33333333333331,285.4999536354492L129.16666666666669,287.8055253242605L125,290.1731493794466L120.83333333333334,292.56531677141396L116.66666666666667,294.9292171363067L112.5,297.19154752162564L108.33333333333333,299.25124066786617L104.16666666666666,300.9689885606284L100,302.1516113732011L95.83333333333333,302.5276995998776L91.66666666666667,301.70754633099443L87.5,299.1019889853861L83.33333333333334,294.08530113944266L79.16666666666667,286.927742381424Z" fill="rgb(160,201,160)" stroke="rgb(119,153,119)"/></g><g><path d="M83.33333333333334,294.08530113944266L87.5,299.1019889853861L91.66666666666667,301.70754633099443L95.83333333333333,302.5276995998776L100,302.1516113732011L104.16666666666666,300.9689885606284L108.33333333333333,299.25124066786617L112.5,297.19154752162564L116.66666666666667,294.9292171363067L120.83333333333334,292.5653167714139L125,290.1731493794466L129.16666666666669,287.8055253242605L133.33333333333331,285.4999536354492L137.5,283.28243227460325L141.66666666666666,281.17026524093006L145.83333333333334,279.17418574485225L150,277.29997354151186L154.16666666666666,275.5496966944564L158.33333333333334,273.9226702180997L162.5,272.41619861641857L166.66666666666669,271.0261518039544L170.83333333333331,269.747411534702L175,268.57421657168913L179.16666666666666,267.50042831539025L183.33333333333334,266.5197337593037L187.5,265.6257989790391L191.66666666666666,264.8123835616327L195.83333333333334,264.0734242182334L200,263.40309413565603L204.16666666666669,262.79584329540853L208.33333333333331,262.24642393852L212.5,261.74990451852574L216.66666666666666,261.30167481650824L220.83333333333334,260.89744435563756L225,260.53323582090513L229.16666666666666,260.20537484156455L233.33333333333334,259.9104772126189L237.5,259.645434404493L241.66666666666669,259.4073980264372L245.83333333333331,259.19376376095573L250,259.0021551669992L254.16666666666666,258.83040765344157L258.33333333333337,258.67655284714806L262.5,258.53880351820175L266.66666666666663,258.41553917571986L270.8333333333333,258.3052924088196L275,258.2067360167633L279.1666666666667,258.11867094855893L283.3333333333333,258.0400150540266L287.5,257.96979263451135L291.6666666666667,257.9071247711629L295.83333333333337,257.8512204013037L300,257.8013681082953L300,258.01600866099136L295.83333333333337,258.0917130790329L291.6666666666667,258.1764776425974L287.5,258.27134593091773L283.3333333333333,258.3774747277161L279.1666666666667,258.49614504690993L275,258.6287739922922L270.8333333333333,258.77692746286647L266.66666666666663,258.94233370141524L262.5,259.12689766540075L258.33333333333337,259.33271617543727L254.16666666666666,259.5620937661448L250,259.817559125741L245.83333333333331,260.10188196251937L241.66666666666669,260.4180900763L237.5,260.76948633850566L233.33333333333334,261.1596651926759L229.16666666666666,261.592528174324L225,262.0722978106535L220.83333333333334,262.6035290914399L216.66666666666666,263.1911174958884L212.5,263.8403023086445L208.33333333333331,264.55666365179974L204.16666666666669,265.3461112870114L200,266.2148627883719L195.83333333333334,267.1694081347139L191.66666666666666,268.216457097586L187.5,269.36286498064953L183.33333333333334,270.6155312629823L179.16666666666666,271.981264468498L175,273.46660506945386L170.83333333333331,275.07759635967085L166.66666666666669,276.8194909046724L162.5,278.6963772601999L158.33333333333334,280.71070796860806L154.16666666666666,282.8627051463704L150,285.14961391443506L145.83333333333334,287.56476598991395L141.66666666666666,290.09640520489575L137.5,292.72621241648136L133.33333333333331,295.4274474717889L129.16666666666669,298.16259780980795L125,300.880382365055L120.83333333333334,303.5118980036949L116.66666666666667,305.96560037144997L112.5,308.1206575188514L108.33333333333333,309.81795729184176L104.16666666666666,310.8475980103209L100,310.9308585670239L95.83333333333333,309.6930127056155L91.66666666666667,306.6199308494623L87.5,300.9730029554493L83.33333333333334,294.08530113944266Z" fill="rgb(163,207,163)" stroke="rgb(119,153,119)"/></g><g><path d="M87.5,300.9730029554493L91.66666666666667,306.6199308494624L95.83333333333333,309.69301270561556L100,310.9308585670239L104.16666666666666,310.8475980103209L108.33333333333333,309.81795729184176L112.5,308.1206575188513L116.66666666666667,305.96560037145L120.83333333333334,303.51189800369497L125,300.88038236505497L129.16666666666669,298.16259780980795L133.33333333333331,295.4274474717889L137.5,292.7262124164814L141.66666666666666,290.09640520489575L145.83333333333334,287.56476598991395L150,285.14961391443506L154.16666666666666,282.8627051463704L158.33333333333334,280.7107079686081L162.5,278.6963772601999L166.66666666666669,276.8194909046725L170.83333333333331,275.07759635967085L175,273.46660506945386L179.16666666666666,271.98126446849807L183.33333333333334,270.6155312629823L187.5,269.3628649806494L191.66666666666666,268.216457097586L195.83333333333334,267.1694081347139L200,266.2148627883719L204.16666666666669,265.3461112870114L208.33333333333331,264.5566636517998L212.5,263.8403023086445L216.66666666666666,263.1911174958884L220.83333333333334,262.6035290914399L225,262.0722978106534L229.16666666666666,261.592528174324L233.33333333333334,261.1596651926759L237.5,260.76948633850566L241.66666666666669,260.41809007629996L245.83333333333331,260.10188196251937L250,259.81755912574107L254.16666666666666,259.5620937661448L258.33333333333337,259.33271617543727L262.5,259.12689766540075L266.66666666666663,258.94233370141524L270.8333333333333,258.77692746286647L275,258.6287739922922L279.1666666666667,258.49614504690993L283.3333333333333,258.3774747277161L287.5,258.27134593091773L291.6666666666667,258.1764776425974L295.83333333333337,258.0917130790329L300,258.01600866099136L300,258.26342195342875L295.83333333333337,258.36878921875325L291.6666666666667,258.48664503726934L287.5,258.6184075337762L283.3333333333333,258.76564513506105L279.1666666666667,258.93009055851206L275,259.11365572521424L270.8333333333333,259.3184475747515L266.66666666666663,259.54678473316625L262.5,259.80121495274733L258.33333333333337,260.0845332010206L254.16666666666666,260.39980022470047L250,260.75036135026494L245.83333333333331,261.1398652036621L241.66666666666669,261.5722819343624L237.5,262.0519204098448L233.33333333333334,262.5834437012517L229.16666666666666,263.17188200409396L225,263.82264192322737L220.83333333333334,264.54151079131606L216.66666666666666,265.334654375568L212.5,266.2086059478036L208.33333333333331,267.17024423476045L204.16666666666669,268.22675721310884L200,269.3855880477153L195.83333333333334,270.65435866884286L191.66666666666666,272.0407655155497L187.5,273.5524408032503L183.33333333333334,275.19677125943366L179.16666666666666,276.9806645581046L175,278.9102516013736L170.83333333333331,280.9905102572514L166.66666666666669,283.22479305144594L162.5,285.61423747707335L158.33333333333334,288.1570328281328L154.16666666666666,290.8475115058648L150,293.6750252101253L145.83333333333334,296.62255676839476L141.66666666666666,299.6650057838443L137.5,302.76706962316075L133.33333333333331,305.88061870887583L129.16666666666669,308.94143378174635L125,311.8651281270916L120.83333333333334,314.54201194478344L116.66666666666667,316.83055558412696L112.5,318.54894889847094L108.33333333333333,319.4639896613908L104.16666666666666,319.2760744433405L100,317.59822255315936L95.83333333333333,313.9254213300686L91.66666666666667,307.5871469499444L87.5,300.9730029554493Z" fill="rgb(167,214,167)" stroke="rgb(119,153,119)"/></g></g></g></svg>
@@ -0,0 +1,26 @@
1
+ <html>
2
+ <head>
3
+ <title>Anchor</title>
4
+ <script type="text/javascript" src="protovis-r3.3.js"></script>
5
+ </head>
6
+ <body>
7
+ <script type="text/javascript+protovis">
8
+
9
+ var s0={left:1,top:2,visible:1,lineWidth:2.5},
10
+ s1={left:3,top:4,visible:1,lineWidth:2.5},
11
+ s2={left:5,top:6,visible:1,lineWidth:2.5},
12
+ s3={left:7,top:8,visible:1,lineWidth:2.5}
13
+
14
+ document.write(pv.SvgScene.pathJoin(s0,s1,s2,s3))
15
+
16
+
17
+ var s0={left:1.5,top:2,visible:1,lineWidth:3},
18
+ s1={left:3.5,top:4,visible:1,lineWidth:3.5},
19
+ s2={left:5.5,top:6,visible:1,lineWidth:4},
20
+ s3={left:7.5,top:8,visible:1,lineWidth:4.5}
21
+ document.write("<br />")
22
+ document.write(pv.SvgScene.pathJoin(s0,s1,s2,s3))
23
+
24
+ </script>
25
+ </body>
26
+ </html>
@@ -0,0 +1,33 @@
1
+ <html>
2
+ <head>
3
+ <title>Donut</title>
4
+ <script type="text/javascript" src="protovis-r3.3.js"></script>
5
+ </head>
6
+ <body>
7
+ <script type="text/javascript+protovis">
8
+
9
+ var data = pv.range(5).map(function(x) {return x;}),
10
+ w = 400,
11
+ h = 400,
12
+ r = w / 2,
13
+ t = 30,
14
+ a = pv.Scale.linear(0, pv.sum(data)).range(0, 2 * Math.PI);
15
+
16
+ var vis = new pv.Panel()
17
+ .width(w)
18
+ .height(h);
19
+
20
+ anchors=["outer","inner","start","center","end"]
21
+
22
+ vis.add(pv.Wedge)
23
+ .data(data)
24
+ .outerRadius(r)
25
+ .angle(a)
26
+ .anchor(function() { return anchors[this.index]}).add(pv.Label)
27
+ .text(function(d) {return anchors[this.index];})
28
+
29
+ vis.render();
30
+
31
+ </script>
32
+ </body>
33
+ </html>
@@ -0,0 +1,35 @@
1
+ <html>
2
+ <head>
3
+ <title>Donut</title>
4
+ <script type="text/javascript" src="protovis-r3.3.js"></script>
5
+ </head>
6
+ <body>
7
+ <script type="text/javascript+protovis">
8
+
9
+ var data = pv.range(10).map(function(x) {return Math.abs(Math.sin(x))}),
10
+ w = 400,
11
+ h = 400,
12
+ r = w / 2,
13
+ t = 30,
14
+ a = pv.Scale.linear(0, pv.sum(data)).range(0, 2 * Math.PI);
15
+
16
+ var vis = new pv.Panel()
17
+ .width(w)
18
+ .height(h);
19
+
20
+ vis.add(pv.Wedge)
21
+ .data(data)
22
+ .innerRadius(r - t)
23
+ .outerRadius(r)
24
+ .angle(a)
25
+ .title(function(d) d)
26
+ .anchor("outer").add(pv.Label)
27
+ .visible(function(d) d > .05)
28
+ .textMargin(t + 5)
29
+ .text(function(d) d.toFixed(2));
30
+
31
+ vis.render();
32
+
33
+ </script>
34
+ </body>
35
+ </html>
@@ -0,0 +1 @@
1
+ <svg font-size="10px" font-family="sans-serif" fill="none" stroke="none" stroke-width="1.5" width="400" height="400"><g><path transform="translate(200, 200)" d="M1.2246467991473532e-14,-200A200,200 0 0,1 1.2246467991473532e-14,-200L0,0Z" fill="rgb(31,119,180)" fill-rule="evenodd"/><path transform="translate(200, 200)" d="M1.2246467991473532e-14,-200A200,200 0 0,1 117.55705045849463,-161.80339887498948L0,0Z" fill="rgb(174,199,232)" fill-rule="evenodd"/><path transform="translate(200, 200)" d="M117.55705045849463,-161.80339887498948A200,200 0 0,1 190.2113032590307,61.803398874989476L0,0Z" fill="rgb(255,127,14)" fill-rule="evenodd"/><path transform="translate(200, 200)" d="M190.2113032590307,61.803398874989476A200,200 0 0,1 -117.5570504584946,161.80339887498948L0,0Z" fill="rgb(255,187,120)" fill-rule="evenodd"/><path transform="translate(200, 200)" d="M-117.5570504584946,161.80339887498948A200,200 0 0,1 -3.6739403974420595e-14,-200L0,0Z" fill="rgb(44,160,44)" fill-rule="evenodd"/></g><g><text pointer-events="none" x="-3" dy="0.35em" transform="translate(200) rotate(-90)" fill="rgb(0,0,0)" text-anchor="end">outer</text><text pointer-events="none" x="3" dy="0.35em" transform="translate(200, 200) rotate(-72)" fill="rgb(0,0,0)">inner</text><text pointer-events="none" y="3" dy="0.71em" transform="translate(258.779, 119.098) rotate(-54)" fill="rgb(0,0,0)" text-anchor="middle">start</text><text pointer-events="none" dy="0.35em" transform="translate(230.902, 295.106) rotate(72)" fill="rgb(0,0,0)" text-anchor="middle">center</text><text pointer-events="none" y="-3" transform="translate(200, 100) rotate(270)" fill="rgb(0,0,0)" text-anchor="middle">end</text></g></svg>
@@ -0,0 +1 @@
1
+ <svg font-size="10px" font-family="sans-serif" fill="none" stroke="none" stroke-width="1.5" width="400" height="400"><g><a title="0"><path transform="translate(200, 200)" d="M1.2246467991473532e-14,-200A200,200 0 0,1 1.2246467991473532e-14,-200L1.0409497792752502e-14,-170A170,170 0 0,0 1.0409497792752502e-14,-170Z" fill="rgb(31,119,180)" fill-rule="evenodd"/></a><a title="0.8414709848078965"><path transform="translate(200, 200)" d="M1.2246467991473532e-14,-200A200,200 0 0,1 155.32174984417583,-125.99664291298905L132.02348736754945,-107.09714647604069A170,170 0 0,0 1.0409497792752502e-14,-170Z" fill="rgb(174,199,232)" fill-rule="evenodd"/></a><a title="0.9092974268256817"><path transform="translate(200, 200)" d="M155.32174984417583,-125.99664291298905A200,200 0 0,1 192.24355552275065,55.15809423802717L163.40702219433805,46.88438010232309A170,170 0 0,0 132.02348736754945,-107.09714647604069Z" fill="rgb(255,127,14)" fill-rule="evenodd"/></a><a title="0.1411200080598672"><path transform="translate(200, 200)" d="M192.24355552275065,55.15809423802717A200,200 0 0,1 181.91407644664034,83.10998009003428L154.62696497964427,70.64348307652914A170,170 0 0,0 163.40702219433805,46.88438010232309Z" fill="rgb(255,187,120)" fill-rule="evenodd"/></a><a title="0.7568024953079282"><path transform="translate(200, 200)" d="M181.91407644664034,83.10998009003428A200,200 0 0,1 67.16138757458327,188.38616727099847L57.087179438395786,160.12824218034868A170,170 0 0,0 154.62696497964427,70.64348307652914Z" fill="rgb(44,160,44)" fill-rule="evenodd"/></a><a title="0.9589242746631385"><path transform="translate(200, 200)" d="M67.16138757458327,188.38616727099847A200,200 0 0,1 -124.34251614941164,156.64909408494296L-105.69113872699988,133.1517299722015A170,170 0 0,0 57.087179438395786,160.12824218034868Z" fill="rgb(152,223,138)" fill-rule="evenodd"/></a><a title="0.27941549819892586"><path transform="translate(200, 200)" d="M-124.34251614941164,156.64909408494296A200,200 0 0,1 -164.54780596779415,113.68385791828656L-139.86563507262503,96.63127923054358A170,170 0 0,0 -105.69113872699988,133.1517299722015Z" fill="rgb(214,39,40)" fill-rule="evenodd"/></a><a title="0.6569865987187891"><path transform="translate(200, 200)" d="M-164.54780596779415,113.68385791828656A200,200 0 0,1 -199.19559480344614,-17.919682220991078L-169.31625558292922,-15.231729887842414A170,170 0 0,0 -139.86563507262503,96.63127923054358Z" fill="rgb(255,152,150)" fill-rule="evenodd"/></a><a title="0.9893582466233818"><path transform="translate(200, 200)" d="M-199.19559480344614,-17.919682220991078A200,200 0 0,1 -84.37745863251934,-181.32965690894991L-71.72083983764144,-154.13020837260743A170,170 0 0,0 -169.31625558292922,-15.231729887842414Z" fill="rgb(148,103,189)" fill-rule="evenodd"/></a><a title="0.4121184852417566"><path transform="translate(200, 200)" d="M-84.37745863251934,-181.32965690894991A200,200 0 0,1 3.185319639056295e-13,-200L2.707521693197851e-13,-170A170,170 0 0,0 -71.72083983764144,-154.13020837260743Z" fill="rgb(197,176,213)" fill-rule="evenodd"/></a></g><g><text pointer-events="none" x="-35" dy="0.35em" transform="translate(286.025, 19.4462) rotate(-64.5244)" fill="rgb(0,0,0)" text-anchor="end">0.84</text><text pointer-events="none" x="-35" dy="0.35em" transform="translate(395.971, 160.058) rotate(-11.5199)" fill="rgb(0,0,0)" text-anchor="end">0.91</text><text pointer-events="none" x="-35" dy="0.35em" transform="translate(387.6, 269.327) rotate(20.2815)" fill="rgb(0,0,0)" text-anchor="end">0.14</text><text pointer-events="none" x="-35" dy="0.35em" transform="translate(335.205, 347.376) rotate(47.4662)" fill="rgb(0,0,0)" text-anchor="end">0.76</text><text pointer-events="none" x="35" dy="0.35em" transform="translate(167.301, 397.309) rotate(279.41)" fill="rgb(0,0,0)">0.96</text><text pointer-events="none" x="35" dy="0.35em" transform="translate(53.9661, 336.653) rotate(316.901)" fill="rgb(0,0,0)">0.28</text><text pointer-events="none" x="35" dy="0.35em" transform="translate(6.59062, 250.92) rotate(345.25)" fill="rgb(0,0,0)">0.66</text><text pointer-events="none" x="35" dy="0.35em" transform="translate(36.3567, 85.0179) rotate(395.093)" fill="rgb(0,0,0)">0.99</text><text pointer-events="none" x="35" dy="0.35em" transform="translate(156.791, 4.72336) rotate(437.523)" fill="rgb(0,0,0)">0.41</text></g></svg>
@@ -0,0 +1,47 @@
1
+ require File.expand_path(File.dirname(__FILE__)+"/spec_helper.rb")
2
+ describe Rubyvis::Flatten do
3
+ before do
4
+ @data={
5
+ "Genesis"=>{
6
+ "Live"=>{
7
+ "Genesis Live"=>1973,
8
+ "Seconds Out"=>1977
9
+ },
10
+ "Studio"=>{
11
+ "Nursery Cryme"=>1971,
12
+ "Foxtrot"=>1972
13
+ }
14
+ },
15
+ "Rush"=>{
16
+ "Studio"=>{
17
+ "Permanent Waves"=>1980,
18
+ "Moving Pictures"=>1981
19
+ },
20
+ "Live"=>{
21
+ "Exit...Stage Left"=>1981,
22
+ "A Show of Hands"=>1989
23
+ }
24
+ },
25
+ }
26
+ @flatten = Rubyvis.flatten(@data)
27
+ @flatten.key("band").key("type").key("album").key("year")
28
+
29
+ end
30
+ it "should return correct array" do
31
+ sorting=lambda {|a,b|
32
+ f1=a["band"]<=>a["band"]
33
+ f2=a["type"]<=>a["type"]
34
+ f3=a["album"]<=>a["album"]
35
+ f4=a["year"]<=>a["year"]
36
+ f1!=0 ? f1 : (f2!=0 ? f2 :(f3!=0 ? f3 : (f4!=0 ? f4 : 0)))
37
+ }
38
+ expected=[{"band"=>"Genesis", "type"=>"Live", "album"=>"Genesis Live", "year"=>1973}, {"band"=>"Genesis", "type"=>"Live", "album"=>"Seconds Out", "year"=>1977}, {"band"=>"Genesis", "type"=>"Studio", "album"=>"Nursery Cryme", "year"=>1971}, {"band"=>"Genesis", "type"=>"Studio", "album"=>"Foxtrot", "year"=>1972}, {"band"=>"Rush", "type"=>"Studio", "album"=>"Permanent Waves", "year"=>1980}, {"band"=>"Rush", "type"=>"Studio", "album"=>"Moving Pictures", "year"=>1981}, {"band"=>"Rush", "type"=>"Live", "album"=>"Exit...Stage Left", "year"=>1981}, {"band"=>"Rush", "type"=>"Live", "album"=>"A Show of Hands", "year"=>1989}].sort(&sorting)
39
+
40
+ @flatten.array.sort(&sorting).should eq expected
41
+ end
42
+ it "other example" do
43
+ @flatten.leaf(lambda {|f| f.is_a? Numeric})
44
+ expected=[{:keys=>["Genesis", "Live", "Genesis Live"], :value=>1973}, {:keys=>["Genesis", "Live", "Seconds Out"], :value=>1977}, {:keys=>["Genesis", "Studio", "Nursery Cryme"], :value=>1971}, {:keys=>["Genesis", "Studio", "Foxtrot"], :value=>1972}, {:keys=>["Rush", "Studio", "Permanent Waves"], :value=>1980}, {:keys=>["Rush", "Studio", "Moving Pictures"], :value=>1981}, {:keys=>["Rush", "Live", "Exit...Stage Left"], :value=>1981}, {:keys=>["Rush", "Live", "A Show of Hands"], :value=>1989}]
45
+ @flatten.array.should eql expected
46
+ end
47
+ end
@@ -1,34 +1,17 @@
1
1
  require File.expand_path(File.dirname(__FILE__)+"/spec_helper.rb")
2
2
  describe Rubyvis::Layout::Arc do
3
+ include Rubyvis::LayoutSpec
3
4
  it "should have correct properties" do
4
5
  props=[:antialias, :bottom, :canvas, :cursor, :data, :directed, :events, :fill_style, :height, :id, :left, :line_width, :links, :nodes, :orient, :overflow, :reverse, :right, :stroke_style, :title, :top, :transform, :visible, :width].inject({}) {|ac, v| ac[v]=true; ac}
5
6
  Rubyvis::Layout::Arc.properties.should==props
6
7
  end
8
+ it "should be called using Rubyvis.Layout.Arc" do
9
+ Rubyvis.Layout.Arc.should eql Rubyvis::Layout::Arc
10
+ end
7
11
  describe "rendered" do
8
12
  before do
9
13
 
10
14
 
11
- nodes=[
12
- OpenStruct.new({:node_value=>'A', :group=>1}),
13
- OpenStruct.new({:node_value=>'B', :group=>1}),
14
- OpenStruct.new({:node_value=>'C', :group=>2}),
15
- OpenStruct.new({:node_value=>'D',:group=>2}),
16
- OpenStruct.new({:node_value=>'E',:group=>3}),
17
- OpenStruct.new({:node_value=>'F',:group=>3})
18
-
19
- ]
20
- links=[
21
- OpenStruct.new({:source=>0,:target=>1, :value=>1}),
22
- OpenStruct.new({:source=>1,:target=>2, :value=>1}),
23
- OpenStruct.new({:source=>2,:target=>3, :value=>1}),
24
- OpenStruct.new({:source=>3,:target=>4, :value=>1}),
25
- OpenStruct.new({:source=>4,:target=>5, :value=>1}),
26
- OpenStruct.new({:source=>1,:target=>0, :value=>1}),
27
- OpenStruct.new({:source=>2,:target=>1, :value=>1}),
28
- OpenStruct.new({:source=>3,:target=>2, :value=>1}),
29
- OpenStruct.new({:source=>4,:target=>3, :value=>1}),
30
- OpenStruct.new({:source=>5,:target=>4, :value=>1}),
31
- ]
32
15
 
33
16
 
34
17
  w = 300
@@ -43,7 +26,7 @@ describe Rubyvis::Layout::Arc do
43
26
  .left(0)
44
27
 
45
28
  mat=@vis.add(Rubyvis::Layout::Arc)
46
- .nodes(nodes).links(links)
29
+ .nodes(net_nodes).links(net_links)
47
30
  .sort(lambda {|a,b| a.group<=>b.group})
48
31
 
49
32
  mat.link.add(Rubyvis::Line).
@@ -59,11 +42,9 @@ describe Rubyvis::Layout::Arc do
59
42
 
60
43
  @vis.render
61
44
 
62
- html_out=<<EOF
63
- <svg font-size="10px" font-family="sans-serif" fill="none" stroke="none" stroke-width="1.5" width="300" height="150"><g><g><g><path shape-rendering="crispEdges" d="M25,100A25,25 0 0,1 75,100" stroke="rgb(0,0,0)" stroke-opacity="0.2" stroke-width="1"/></g><g><path shape-rendering="crispEdges" d="M75,100A25,25 0 0,1 125,100" stroke="rgb(0,0,0)" stroke-opacity="0.2" stroke-width="1"/></g><g><path shape-rendering="crispEdges" d="M125,100A25,25 0 0,1 175,100" stroke="rgb(0,0,0)" stroke-opacity="0.2" stroke-width="1"/></g><g><path shape-rendering="crispEdges" d="M175,100A25,25 0 0,1 225,100" stroke="rgb(0,0,0)" stroke-opacity="0.2" stroke-width="1"/></g><g><path shape-rendering="crispEdges" d="M225,100A25,25 0 0,1 275,100" stroke="rgb(0,0,0)" stroke-opacity="0.2" stroke-width="1"/></g><g><path shape-rendering="crispEdges" d="M25,100A25,25 0 0,1 75,100" stroke="rgb(0,0,0)" stroke-opacity="0.2" stroke-width="1"/></g><g><path shape-rendering="crispEdges" d="M75,100A25,25 0 0,1 125,100" stroke="rgb(0,0,0)" stroke-opacity="0.2" stroke-width="1"/></g><g><path shape-rendering="crispEdges" d="M125,100A25,25 0 0,1 175,100" stroke="rgb(0,0,0)" stroke-opacity="0.2" stroke-width="1"/></g><g><path shape-rendering="crispEdges" d="M175,100A25,25 0 0,1 225,100" stroke="rgb(0,0,0)" stroke-opacity="0.2" stroke-width="1"/></g><g><path shape-rendering="crispEdges" d="M225,100A25,25 0 0,1 275,100" stroke="rgb(0,0,0)" stroke-opacity="0.2" stroke-width="1"/></g></g><g><circle fill="rgb(156,158,222)" stroke="rgb(31,119,180)" cx="25" cy="100" r="3.1622776601683795"/><circle fill="rgb(156,158,222)" stroke="rgb(31,119,180)" cx="75" cy="100" r="3.1622776601683795"/><circle fill="rgb(115,117,181)" stroke="rgb(31,119,180)" cx="125" cy="100" r="3.1622776601683795"/><circle fill="rgb(115,117,181)" stroke="rgb(31,119,180)" cx="175" cy="100" r="3.1622776601683795"/><circle fill="rgb(74,85,132)" stroke="rgb(31,119,180)" cx="225" cy="100" r="3.1622776601683795"/><circle fill="rgb(74,85,132)" stroke="rgb(31,119,180)" cx="275" cy="100" r="3.1622776601683795"/></g><g><text pointer-events="none" x="-7" dy="0.35em" transform="translate(25, 100) rotate(270)" fill="rgb(156,158,222)" text-anchor="end">A</text><text pointer-events="none" x="-7" dy="0.35em" transform="translate(75, 100) rotate(270)" fill="rgb(156,158,222)" text-anchor="end">B</text><text pointer-events="none" x="-7" dy="0.35em" transform="translate(125, 100) rotate(270)" fill="rgb(115,117,181)" text-anchor="end">C</text><text pointer-events="none" x="-7" dy="0.35em" transform="translate(175, 100) rotate(270)" fill="rgb(115,117,181)" text-anchor="end">D</text><text pointer-events="none" x="-7" dy="0.35em" transform="translate(225, 100) rotate(270)" fill="rgb(74,85,132)" text-anchor="end">E</text><text pointer-events="none" x="-7" dy="0.35em" transform="translate(275, 100) rotate(270)" fill="rgb(74,85,132)" text-anchor="end">F</text></g></g></svg>
64
- EOF
45
+ svg_out=fixture_svg_read("layout_arc.svg")
65
46
  @rv_svg=Nokogiri::XML(@vis.to_svg)
66
- @pv_svg=Nokogiri::XML(html_out)
47
+ @pv_svg=Nokogiri::XML(svg_out)
67
48
  end
68
49
 
69
50
  it "should render correct number of clipaths" do
@@ -0,0 +1,52 @@
1
+ require File.expand_path(File.dirname(__FILE__)+"/spec_helper.rb")
2
+ describe Rubyvis::Layout::Cluster do
3
+ include Rubyvis::LayoutSpec
4
+ it "should have correct properties" do
5
+ props=[:antialias, :bottom, :canvas, :cursor, :data, :events, :fill_style,:group, :height, :id, :inner_radius, :left, :line_width, :links, :nodes, :orient, :outer_radius, :overflow, :reverse, :right, :stroke_style, :title, :top, :transform, :visible, :width].inject({}) {|ac, v| ac[v]=true; ac}
6
+ Rubyvis::Layout::Cluster.properties.should==props
7
+ end
8
+ it "should be called using Rubyvis.Layout.Cluster" do
9
+ Rubyvis.Layout.Cluster.should eql Rubyvis::Layout::Cluster
10
+ end
11
+ describe "html tests" do
12
+
13
+ before do
14
+ color=Rubyvis.Colors.category19
15
+ w=400
16
+ h=400
17
+
18
+ @vis = Rubyvis.Panel.new()
19
+ .width(w)
20
+ .height(h)
21
+ .top(20)
22
+ .bottom(10)
23
+ .left(10)
24
+
25
+ @cluster = @vis.add(Rubyvis::Layout::Cluster).
26
+ nodes(hier_nodes_big).
27
+ orient("top")
28
+
29
+ @cluster.node.add(Rubyvis::Dot).
30
+ fill_style(lambda {|d| color[d.node_value]}).
31
+ stroke_style("black").
32
+ line_width(1).
33
+ antialias(false)
34
+
35
+ @cluster.link.add(Rubyvis::Line)
36
+
37
+ @cluster.node_label.add(Rubyvis::Label).
38
+ text(lambda {|d| d.node_name})
39
+ end
40
+ it "should render correctly 'cluster.html' custom test" do
41
+ @vis.render
42
+ @pv_out=fixture_svg_read("layout_cluster.svg")
43
+ @vis.to_svg.should have_same_svg_elements(@pv_out)
44
+ end
45
+ it "should render correctly 'cluster_left_group_2.html' custom test" do
46
+ @cluster.orient("left").group(2)
47
+ @vis.render
48
+ @pv_out=fixture_svg_read("layout_cluster_left_group_2.svg")
49
+ @vis.to_svg.should have_same_svg_elements(@pv_out)
50
+ end
51
+ end
52
+ end
@@ -0,0 +1,40 @@
1
+ require File.expand_path(File.dirname(__FILE__)+"/spec_helper.rb")
2
+ describe Rubyvis::Layout::Grid do
3
+ include Rubyvis::LayoutSpec
4
+ it "should have correct properties" do
5
+ props=[:antialias, :bottom, :canvas, :cols, :cursor, :data, :events, :fill_style, :height, :id, :left, :line_width, :overflow, :reverse, :right, :rows, :stroke_style, :title, :top, :transform, :visible, :width].inject({}) {|ac, v| ac[v]=true; ac}
6
+ Rubyvis::Layout::Grid.properties.should==props
7
+ end
8
+ it "Rubyvis.Layout.Grid be the same as Rubyvis::Layout::Grid" do
9
+ Rubyvis.Layout.Grid.should eql Rubyvis::Layout::Grid
10
+ end
11
+ it "should render equal to protovis 'layout_grid.html' test" do
12
+
13
+ vis = pv.Panel.new()
14
+ .data(["A"])
15
+ .width(800)
16
+ .height(800)
17
+ .margin(10)
18
+ .fill_style("#eee")
19
+ .stroke_style("#ccc");
20
+
21
+ vis.add(Rubyvis::Layout::Grid)
22
+ .rows(3)
23
+ .cols(3)
24
+ .cell.add(Rubyvis::Layout::Grid)
25
+ .rows(Rubyvis.index)
26
+ .cols(Rubyvis.index)
27
+ .cell.add(Rubyvis::Bar)
28
+ .stroke_style("#fff")
29
+ .anchor("center").add(Rubyvis::Label)
30
+ .textStyle("rgba(255, 255, 255, .4)")
31
+ .font("24px sans");
32
+
33
+ vis.render();
34
+
35
+
36
+ pv_out=fixture_svg_read("layout_grid.svg")
37
+ vis.to_svg.should have_same_svg_elements(pv_out)
38
+ end
39
+
40
+ end
@@ -1,9 +1,14 @@
1
1
  require File.expand_path(File.dirname(__FILE__)+"/spec_helper.rb")
2
2
  describe Rubyvis::Layout::Horizon do
3
+ include Rubyvis::LayoutSpec
4
+
3
5
  it "should have correct properties" do
4
6
  props=[:antialias, :background_style, :bands, :bottom, :canvas, :cursor, :data, :events, :fill_style, :height, :id, :left, :line_width, :mode, :negative_style, :overflow, :positive_style, :reverse, :right, :stroke_style, :title, :top, :transform, :visible, :width].inject({}) {|ac, v| ac[v]=true; ac}
5
7
  Rubyvis::Layout::Horizon.properties.should==props
6
8
  end
9
+ it "should be called using Rubyvis.Layout.Horizon" do
10
+ Rubyvis.Layout.Horizon.should eql Rubyvis::Layout::Horizon
11
+ end
7
12
  describe "rendered" do
8
13
  before do
9
14
  @data = Rubyvis.range(-5, 5, 0.1).map {|d|
@@ -34,31 +39,7 @@ describe Rubyvis::Layout::Horizon do
34
39
  height(lambda {|d| y[d.y]})
35
40
  @vis.render
36
41
 
37
- html_out=<<EOF
38
- <svg font-size="10px" font-family="sans-serif" fill="none" stroke="none" stroke-width="1.5" width="430" height="245"><g transform="translate(20, 5)"><g transform="translate(0, 30)"><g><g clip-path="url(#87)"><clippath id="87"><rect x="0" y="0" width="400" height="80"/>
39
- </clippath><rect width="400" height="80" fill="rgb(255,255,255)"/><g><path d="M0,-120L4.0404040404040265,-110.10000000000005L8.080808080808087,-100.4L12.121212121212114,-90.90000000000003L16.161616161616173,-81.59999999999997L20.2020202020202,-72.5L24.242424242424228,-63.60000000000002L28.282828282828287,-54.89999999999998L32.32323232323232,-46.400000000000006L36.363636363636374,-38.099999999999994L40.4040404040404,-30L44.44444444444445,-22.099999999999994L48.48484848484849,-14.400000000000006L52.52525252525252,-6.900000000000034L56.565656565656575,0.4000000000000341L60.60606060606061,7.5L64.64646464646465,14.40000000000002L68.68686868686869,21.100000000000023L72.72727272727272,27.59999999999998L76.76767676767679,33.90000000000002L80.8080808080808,40L84.84848484848484,45.89999999999999L88.8888888888889,51.60000000000002L92.92929292929294,57.10000000000002L96.96969696969698,62.40000000000002L101.01010101010101,67.5L105.05050505050507,72.4L109.09090909090911,77.10000000000001L113.13131313131312,81.60000000000001L117.17171717171718,85.9L121.21212121212122,90L125.25252525252526,93.9L129.2929292929293,97.60000000000001L133.33333333333334,101.10000000000001L137.37373737373738,104.4L141.41414141414143,107.5L145.45454545454547,110.4L149.4949494949495,113.10000000000001L153.53535353535355,115.60000000000001L157.5757575757576,117.9L161.6161616161616,120L165.65656565656568,121.9L169.6969696969697,123.6L173.73737373737373,125.1L177.7777777777778,126.4L181.8181818181818,127.5L185.85858585858588,128.4L189.8989898989899,129.1L193.93939393939397,129.60000000000002L197.97979797979798,129.9L202.02020202020202,130L206.06060606060606,129.9L210.10101010101013,129.6L214.14141414141415,129.1L218.18181818181822,128.4L222.22222222222223,127.5L226.26262626262624,126.39999999999999L230.3030303030303,125.1L234.34343434343435,123.6L238.3838383838384,121.89999999999999L242.42424242424244,120L246.4646464646465,117.89999999999999L250.50505050505052,115.6L254.5454545454546,113.1L258.5858585858586,110.39999999999999L262.62626262626264,107.5L266.6666666666667,104.39999999999998L270.7070707070707,101.1L274.74747474747477,97.59999999999998L278.7878787878788,93.89999999999998L282.82828282828285,90L286.8686868686869,85.89999999999998L290.90909090909093,81.6L294.949494949495,77.09999999999997L298.989898989899,72.39999999999998L303.030303030303,67.5L307.0707070707071,62.39999999999998L311.11111111111114,57.099999999999994L315.1515151515152,51.599999999999966L319.1919191919192,45.89999999999998L323.2323232323232,40L327.27272727272725,33.90000000000002L331.31313131313135,27.599999999999923L335.3535353535354,21.099999999999966L339.3939393939394,14.399999999999977L343.4343434343434,7.5L347.47474747474746,0.4000000000000341L351.51515151515156,-6.900000000000091L355.5555555555556,-14.400000000000063L359.5959595959596,-22.100000000000023L363.6363636363636,-30L367.67676767676767,-38.099999999999994L371.71717171717177,-46.40000000000009L375.75757575757575,-54.90000000000006L379.7979797979798,-63.60000000000002L383.83838383838383,-72.5L387.87878787878793,-81.60000000000014L391.919191919192,-90.90000000000009L395.95959595959596,-100.40000000000006L400,-110.10000000000005L400,80L395.95959595959596,80L391.919191919192,80L387.87878787878793,80L383.83838383838383,80L379.7979797979798,80L375.75757575757575,80L371.71717171717177,80L367.67676767676767,80L363.6363636363636,80L359.5959595959596,80L355.5555555555556,80L351.51515151515156,80L347.47474747474746,80L343.4343434343434,80L339.3939393939394,80L335.3535353535354,80L331.31313131313135,80L327.27272727272725,80L323.2323232323232,80L319.1919191919192,80L315.1515151515152,80L311.11111111111114,80L307.0707070707071,80L303.030303030303,80L298.989898989899,80L294.949494949495,80L290.90909090909093,80L286.8686868686869,80L282.82828282828285,80L278.7878787878788,80L274.74747474747477,80L270.7070707070707,80L266.6666666666667,80L262.62626262626264,80L258.5858585858586,80L254.5454545454546,80L250.50505050505052,80L246.4646464646465,80L242.42424242424244,80L238.3838383838384,80L234.34343434343435,80L230.3030303030303,80L226.26262626262624,80L222.22222222222223,80L218.18181818181822,80L214.14141414141415,80L210.10101010101013,80L206.06060606060606,80L202.02020202020202,80L197.97979797979798,80L193.93939393939397,80.00000000000001L189.8989898989899,80L185.85858585858588,80L181.8181818181818,80L177.7777777777778,80L173.73737373737373,80L169.6969696969697,80L165.65656565656568,80L161.6161616161616,80L157.5757575757576,80L153.53535353535355,80L149.4949494949495,80L145.45454545454547,80L141.41414141414143,80L137.37373737373738,80L133.33333333333334,80L129.2929292929293,80L125.25252525252526,80L121.21212121212122,80L117.17171717171718,80L113.13131313131312,80L109.09090909090911,80L105.05050505050507,80L101.01010101010101,80L96.96969696969698,80L92.92929292929294,80L88.8888888888889,80L84.84848484848484,80L80.8080808080808,80L76.76767676767679,80L72.72727272727272,80L68.68686868686869,80L64.64646464646465,80L60.60606060606061,80L56.565656565656575,80L52.52525252525252,80L48.48484848484849,80L44.44444444444445,80L40.4040404040404,80L36.363636363636374,80L32.32323232323232,80L28.282828282828287,80L24.242424242424228,80L20.2020202020202,80L16.161616161616173,80L12.121212121212114,80L8.080808080808087,80L4.0404040404040265,80L0,80Z" fill="rgb(180,210,230)"/>
40
- </g>
41
- </g><g clip-path="url(#88)"><clippath id="88"><rect x="0" y="0" width="400" height="80"/>
42
- </clippath><g><path d="M0,-200L4.0404040404040265,-190.10000000000005L8.080808080808087,-180.4L12.121212121212114,-170.90000000000003L16.161616161616173,-161.59999999999997L20.2020202020202,-152.5L24.242424242424228,-143.60000000000002L28.282828282828287,-134.89999999999998L32.32323232323232,-126.4L36.363636363636374,-118.1L40.4040404040404,-110L44.44444444444445,-102.1L48.48484848484849,-94.4L52.52525252525252,-86.90000000000003L56.565656565656575,-79.59999999999997L60.60606060606061,-72.5L64.64646464646465,-65.59999999999998L68.68686868686869,-58.89999999999998L72.72727272727272,-52.40000000000002L76.76767676767679,-46.09999999999998L80.8080808080808,-40L84.84848484848484,-34.10000000000001L88.8888888888889,-28.399999999999977L92.92929292929294,-22.899999999999977L96.96969696969698,-17.59999999999998L101.01010101010101,-12.5L105.05050505050507,-7.599999999999994L109.09090909090911,-2.8999999999999915L113.13131313131312,1.6000000000000085L117.17171717171718,5.900000000000006L121.21212121212122,10L125.25252525252526,13.900000000000006L129.2929292929293,17.60000000000001L133.33333333333334,21.10000000000001L137.37373737373738,24.400000000000006L141.41414141414143,27.5L145.45454545454547,30.400000000000006L149.4949494949495,33.10000000000001L153.53535353535355,35.60000000000001L157.5757575757576,37.900000000000006L161.6161616161616,40L165.65656565656568,41.900000000000006L169.6969696969697,43.599999999999994L173.73737373737373,45.099999999999994L177.7777777777778,46.400000000000006L181.8181818181818,47.5L185.85858585858588,48.400000000000006L189.8989898989899,49.099999999999994L193.93939393939397,49.60000000000002L197.97979797979798,49.900000000000006L202.02020202020202,50L206.06060606060606,49.900000000000006L210.10101010101013,49.599999999999994L214.14141414141415,49.099999999999994L218.18181818181822,48.400000000000006L222.22222222222223,47.5L226.26262626262624,46.39999999999999L230.3030303030303,45.099999999999994L234.34343434343435,43.599999999999994L238.3838383838384,41.89999999999999L242.42424242424244,40L246.4646464646465,37.89999999999999L250.50505050505052,35.599999999999994L254.5454545454546,33.099999999999994L258.5858585858586,30.39999999999999L262.62626262626264,27.5L266.6666666666667,24.399999999999977L270.7070707070707,21.099999999999994L274.74747474747477,17.59999999999998L278.7878787878788,13.899999999999977L282.82828282828285,10L286.8686868686869,5.899999999999977L290.90909090909093,1.5999999999999943L294.949494949495,-2.900000000000034L298.989898989899,-7.600000000000023L303.030303030303,-12.5L307.0707070707071,-17.600000000000023L311.11111111111114,-22.900000000000006L315.1515151515152,-28.400000000000034L319.1919191919192,-34.10000000000002L323.2323232323232,-40L327.27272727272725,-46.09999999999998L331.31313131313135,-52.40000000000008L335.3535353535354,-58.900000000000034L339.3939393939394,-65.60000000000002L343.4343434343434,-72.5L347.47474747474746,-79.59999999999997L351.51515151515156,-86.90000000000009L355.5555555555556,-94.40000000000006L359.5959595959596,-102.10000000000002L363.6363636363636,-110L367.67676767676767,-118.1L371.71717171717177,-126.40000000000009L375.75757575757575,-134.90000000000006L379.7979797979798,-143.60000000000002L383.83838383838383,-152.5L387.87878787878793,-161.60000000000014L391.919191919192,-170.9000000000001L395.95959595959596,-180.40000000000006L400,-190.10000000000005L400,0L395.95959595959596,0L391.919191919192,0L387.87878787878793,0L383.83838383838383,0L379.7979797979798,0L375.75757575757575,0L371.71717171717177,0L367.67676767676767,0L363.6363636363636,0L359.5959595959596,0L355.5555555555556,0L351.51515151515156,0L347.47474747474746,0L343.4343434343434,0L339.3939393939394,0L335.3535353535354,0L331.31313131313135,0L327.27272727272725,0L323.2323232323232,0L319.1919191919192,0L315.1515151515152,0L311.11111111111114,0L307.0707070707071,0L303.030303030303,0L298.989898989899,-7.105427357601002e-15L294.949494949495,0L290.90909090909093,0L286.8686868686869,0L282.82828282828285,0L278.7878787878788,-7.105427357601002e-15L274.74747474747477,0L270.7070707070707,0L266.6666666666667,0L262.62626262626264,0L258.5858585858586,0L254.5454545454546,7.105427357601002e-15L250.50505050505052,7.105427357601002e-15L246.4646464646465,0L242.42424242424244,0L238.3838383838384,0L234.34343434343435,0L230.3030303030303,0L226.26262626262624,0L222.22222222222223,0L218.18181818181822,7.105427357601002e-15L214.14141414141415,-7.105427357601002e-15L210.10101010101013,0L206.06060606060606,0L202.02020202020202,0L197.97979797979798,0L193.93939393939397,1.4210854715202004e-14L189.8989898989899,-7.105427357601002e-15L185.85858585858588,7.105427357601002e-15L181.8181818181818,0L177.7777777777778,0L173.73737373737373,0L169.6969696969697,0L165.65656565656568,-7.105427357601002e-15L161.6161616161616,0L157.5757575757576,0L153.53535353535355,0L149.4949494949495,0L145.45454545454547,-3.552713678800501e-15L141.41414141414143,0L137.37373737373738,-7.105427357601002e-15L133.33333333333334,-3.552713678800501e-15L129.2929292929293,0L125.25252525252526,0L121.21212121212122,0L117.17171717171718,-7.105427357601002e-15L113.13131313131312,0L109.09090909090911,0L105.05050505050507,7.105427357601002e-15L101.01010101010101,0L96.96969696969698,0L92.92929292929294,0L88.8888888888889,0L84.84848484848484,0L80.8080808080808,0L76.76767676767679,0L72.72727272727272,0L68.68686868686869,0L64.64646464646465,0L60.60606060606061,0L56.565656565656575,0L52.52525252525252,0L48.48484848484849,0L44.44444444444445,0L40.4040404040404,0L36.363636363636374,0L32.32323232323232,0L28.282828282828287,0L24.242424242424228,0L20.2020202020202,0L16.161616161616173,0L12.121212121212114,0L8.080808080808087,0L4.0404040404040265,0L0,0Z" fill="rgb(241,183,183)"/>
43
- </g>
44
- </g><g clip-path="url(#89)"><clippath id="89"><rect x="0" y="0" width="400" height="80"/>
45
- </clippath><g><path d="M0,-40L4.0404040404040265,-30.10000000000005L8.080808080808087,-20.400000000000006L12.121212121212114,-10.900000000000034L16.161616161616173,-1.599999999999966L20.2020202020202,7.5L24.242424242424228,16.399999999999977L28.282828282828287,25.100000000000023L32.32323232323232,33.599999999999994L36.363636363636374,41.900000000000006L40.4040404040404,50L44.44444444444445,57.900000000000006L48.48484848484849,65.6L52.52525252525252,73.09999999999997L56.565656565656575,80.40000000000003L60.60606060606061,87.5L64.64646464646465,94.40000000000002L68.68686868686869,101.10000000000002L72.72727272727272,107.59999999999998L76.76767676767679,113.90000000000002L80.8080808080808,120L84.84848484848484,125.89999999999999L88.8888888888889,131.60000000000002L92.92929292929294,137.10000000000002L96.96969696969698,142.40000000000003L101.01010101010101,147.5L105.05050505050507,152.4L109.09090909090911,157.10000000000002L113.13131313131312,161.60000000000002L117.17171717171718,165.9L121.21212121212122,170L125.25252525252526,173.9L129.2929292929293,177.60000000000002L133.33333333333334,181.10000000000002L137.37373737373738,184.4L141.41414141414143,187.5L145.45454545454547,190.4L149.4949494949495,193.10000000000002L153.53535353535355,195.60000000000002L157.5757575757576,197.9L161.6161616161616,200L165.65656565656568,201.9L169.6969696969697,203.6L173.73737373737373,205.1L177.7777777777778,206.4L181.8181818181818,207.5L185.85858585858588,208.4L189.8989898989899,209.1L193.93939393939397,209.60000000000002L197.97979797979798,209.9L202.02020202020202,210L206.06060606060606,209.9L210.10101010101013,209.6L214.14141414141415,209.1L218.18181818181822,208.4L222.22222222222223,207.5L226.26262626262624,206.39999999999998L230.3030303030303,205.1L234.34343434343435,203.6L238.3838383838384,201.89999999999998L242.42424242424244,200L246.4646464646465,197.89999999999998L250.50505050505052,195.6L254.5454545454546,193.1L258.5858585858586,190.39999999999998L262.62626262626264,187.5L266.6666666666667,184.39999999999998L270.7070707070707,181.1L274.74747474747477,177.59999999999997L278.7878787878788,173.89999999999998L282.82828282828285,170L286.8686868686869,165.89999999999998L290.90909090909093,161.6L294.949494949495,157.09999999999997L298.989898989899,152.39999999999998L303.030303030303,147.5L307.0707070707071,142.39999999999998L311.11111111111114,137.1L315.1515151515152,131.59999999999997L319.1919191919192,125.89999999999998L323.2323232323232,120L327.27272727272725,113.90000000000002L331.31313131313135,107.59999999999992L335.3535353535354,101.09999999999997L339.3939393939394,94.39999999999998L343.4343434343434,87.5L347.47474747474746,80.40000000000003L351.51515151515156,73.09999999999991L355.5555555555556,65.59999999999994L359.5959595959596,57.89999999999998L363.6363636363636,50L367.67676767676767,41.900000000000006L371.71717171717177,33.59999999999991L375.75757575757575,25.099999999999937L379.7979797979798,16.399999999999977L383.83838383838383,7.5L387.87878787878793,-1.6000000000001364L391.919191919192,-10.900000000000091L395.95959595959596,-20.400000000000063L400,-30.10000000000005L400,160L395.95959595959596,160L391.919191919192,160L387.87878787878793,160L383.83838383838383,160L379.7979797979798,160L375.75757575757575,160L371.71717171717177,160L367.67676767676767,160L363.6363636363636,160L359.5959595959596,160L355.5555555555556,160L351.51515151515156,160L347.47474747474746,160L343.4343434343434,160L339.3939393939394,160L335.3535353535354,160L331.31313131313135,160L327.27272727272725,160L323.2323232323232,160L319.1919191919192,160L315.1515151515152,160L311.11111111111114,160L307.0707070707071,160L303.030303030303,160L298.989898989899,160L294.949494949495,160L290.90909090909093,160L286.8686868686869,160L282.82828282828285,160L278.7878787878788,160L274.74747474747477,160L270.7070707070707,160L266.6666666666667,160L262.62626262626264,160L258.5858585858586,160L254.5454545454546,160L250.50505050505052,160L246.4646464646465,160L242.42424242424244,160L238.3838383838384,160L234.34343434343435,160L230.3030303030303,160L226.26262626262624,160L222.22222222222223,160L218.18181818181822,160L214.14141414141415,160L210.10101010101013,160L206.06060606060606,160L202.02020202020202,160L197.97979797979798,160L193.93939393939397,160L189.8989898989899,160L185.85858585858588,160L181.8181818181818,160L177.7777777777778,160L173.73737373737373,160L169.6969696969697,160L165.65656565656568,160L161.6161616161616,160L157.5757575757576,160L153.53535353535355,160L149.4949494949495,160L145.45454545454547,160L141.41414141414143,160L137.37373737373738,160L133.33333333333334,160L129.2929292929293,160L125.25252525252526,160L121.21212121212122,160L117.17171717171718,160L113.13131313131312,160L109.09090909090911,160L105.05050505050507,160L101.01010101010101,160L96.96969696969698,160L92.92929292929294,160L88.8888888888889,160L84.84848484848484,160L80.8080808080808,160L76.76767676767679,160L72.72727272727272,160L68.68686868686869,160L64.64646464646465,160L60.60606060606061,160L56.565656565656575,160L52.52525252525252,160L48.48484848484849,160L44.44444444444445,160L40.4040404040404,160L36.363636363636374,160L32.32323232323232,160L28.282828282828287,160L24.242424242424228,160L20.2020202020202,160L16.161616161616173,160L12.121212121212114,160L8.080808080808087,160L4.0404040404040265,160L0,160Z" fill="rgb(106,164,205)"/>
46
- </g>
47
- </g><g clip-path="url(#8a)"><clippath id="8a"><rect x="0" y="0" width="400" height="80"/>
48
- </clippath><g><path d="M0,-280L4.0404040404040265,-270.1L8.080808080808087,-260.4L12.121212121212114,-250.90000000000003L16.161616161616173,-241.59999999999997L20.2020202020202,-232.5L24.242424242424228,-223.60000000000002L28.282828282828287,-214.89999999999998L32.32323232323232,-206.4L36.363636363636374,-198.1L40.4040404040404,-190L44.44444444444445,-182.1L48.48484848484849,-174.4L52.52525252525252,-166.90000000000003L56.565656565656575,-159.59999999999997L60.60606060606061,-152.5L64.64646464646465,-145.59999999999997L68.68686868686869,-138.89999999999998L72.72727272727272,-132.40000000000003L76.76767676767679,-126.09999999999998L80.8080808080808,-120L84.84848484848484,-114.10000000000001L88.8888888888889,-108.39999999999998L92.92929292929294,-102.89999999999998L96.96969696969698,-97.59999999999998L101.01010101010101,-92.5L105.05050505050507,-87.6L109.09090909090911,-82.89999999999999L113.13131313131312,-78.39999999999999L117.17171717171718,-74.1L121.21212121212122,-70L125.25252525252526,-66.1L129.2929292929293,-62.39999999999999L133.33333333333334,-58.89999999999999L137.37373737373738,-55.599999999999994L141.41414141414143,-52.5L145.45454545454547,-49.599999999999994L149.4949494949495,-46.89999999999999L153.53535353535355,-44.39999999999999L157.5757575757576,-42.099999999999994L161.6161616161616,-40L165.65656565656568,-38.099999999999994L169.6969696969697,-36.400000000000006L173.73737373737373,-34.900000000000006L177.7777777777778,-33.599999999999994L181.8181818181818,-32.5L185.85858585858588,-31.599999999999994L189.8989898989899,-30.900000000000006L193.93939393939397,-30.399999999999977L197.97979797979798,-30.099999999999994L202.02020202020202,-30L206.06060606060606,-30.099999999999994L210.10101010101013,-30.400000000000006L214.14141414141415,-30.900000000000006L218.18181818181822,-31.599999999999994L222.22222222222223,-32.5L226.26262626262624,-33.60000000000001L230.3030303030303,-34.900000000000006L234.34343434343435,-36.400000000000006L238.3838383838384,-38.10000000000001L242.42424242424244,-40L246.4646464646465,-42.10000000000001L250.50505050505052,-44.400000000000006L254.5454545454546,-46.900000000000006L258.5858585858586,-49.60000000000001L262.62626262626264,-52.5L266.6666666666667,-55.60000000000002L270.7070707070707,-58.900000000000006L274.74747474747477,-62.40000000000002L278.7878787878788,-66.10000000000002L282.82828282828285,-70L286.8686868686869,-74.10000000000002L290.90909090909093,-78.4L294.949494949495,-82.90000000000003L298.989898989899,-87.60000000000002L303.030303030303,-92.5L307.0707070707071,-97.60000000000002L311.11111111111114,-102.9L315.1515151515152,-108.40000000000003L319.1919191919192,-114.10000000000002L323.2323232323232,-120L327.27272727272725,-126.09999999999998L331.31313131313135,-132.4000000000001L335.3535353535354,-138.90000000000003L339.3939393939394,-145.60000000000002L343.4343434343434,-152.5L347.47474747474746,-159.59999999999997L351.51515151515156,-166.9000000000001L355.5555555555556,-174.40000000000006L359.5959595959596,-182.10000000000002L363.6363636363636,-190L367.67676767676767,-198.1L371.71717171717177,-206.4000000000001L375.75757575757575,-214.90000000000006L379.7979797979798,-223.60000000000002L383.83838383838383,-232.5L387.87878787878793,-241.60000000000014L391.919191919192,-250.9000000000001L395.95959595959596,-260.4000000000001L400,-270.1L400,-79.99999999999997L395.95959595959596,-80.00000000000003L391.919191919192,-80L387.87878787878793,-80L383.83838383838383,-80L379.7979797979798,-80L375.75757575757575,-80L371.71717171717177,-80L367.67676767676767,-80L363.6363636363636,-80L359.5959595959596,-80L355.5555555555556,-80L351.51515151515156,-80L347.47474747474746,-80L343.4343434343434,-80L339.3939393939394,-80L335.3535353535354,-80L331.31313131313135,-80.00000000000001L327.27272727272725,-80L323.2323232323232,-80L319.1919191919192,-80L315.1515151515152,-80L311.11111111111114,-80L307.0707070707071,-80L303.030303030303,-80L298.989898989899,-80L294.949494949495,-80L290.90909090909093,-80L286.8686868686869,-80L282.82828282828285,-80L278.7878787878788,-80L274.74747474747477,-80L270.7070707070707,-80L266.6666666666667,-80L262.62626262626264,-80L258.5858585858586,-80L254.5454545454546,-80L250.50505050505052,-80L246.4646464646465,-80L242.42424242424244,-80L238.3838383838384,-80L234.34343434343435,-80L230.3030303030303,-80L226.26262626262624,-80L222.22222222222223,-80L218.18181818181822,-80L214.14141414141415,-80L210.10101010101013,-80L206.06060606060606,-80L202.02020202020202,-80L197.97979797979798,-80L193.93939393939397,-79.99999999999999L189.8989898989899,-80L185.85858585858588,-80L181.8181818181818,-80L177.7777777777778,-80L173.73737373737373,-80L169.6969696969697,-80L165.65656565656568,-80L161.6161616161616,-80L157.5757575757576,-80L153.53535353535355,-80L149.4949494949495,-80L145.45454545454547,-80L141.41414141414143,-80L137.37373737373738,-80L133.33333333333334,-80L129.2929292929293,-80L125.25252525252526,-80L121.21212121212122,-80L117.17171717171718,-80L113.13131313131312,-80L109.09090909090911,-80L105.05050505050507,-80L101.01010101010101,-80L96.96969696969698,-80L92.92929292929294,-80L88.8888888888889,-80L84.84848484848484,-80L80.8080808080808,-80L76.76767676767679,-80L72.72727272727272,-80.00000000000001L68.68686868686869,-80L64.64646464646465,-79.99999999999999L60.60606060606061,-80L56.565656565656575,-80L52.52525252525252,-80L48.48484848484849,-80L44.44444444444445,-80L40.4040404040404,-80L36.363636363636374,-80L32.32323232323232,-80L28.282828282828287,-80L24.242424242424228,-80L20.2020202020202,-80L16.161616161616173,-80L12.121212121212114,-80L8.080808080808087,-79.99999999999997L4.0404040404040265,-79.99999999999997L0,-80Z" fill="rgb(228,111,112)"/>
49
- </g>
50
- </g><g clip-path="url(#8b)"><clippath id="8b"><rect x="0" y="0" width="400" height="80"/>
51
- </clippath><g><path d="M0,40L4.0404040404040265,49.89999999999995L8.080808080808087,59.599999999999994L12.121212121212114,69.09999999999997L16.161616161616173,78.40000000000003L20.2020202020202,87.5L24.242424242424228,96.39999999999998L28.282828282828287,105.10000000000002L32.32323232323232,113.6L36.363636363636374,121.9L40.4040404040404,130L44.44444444444445,137.9L48.48484848484849,145.6L52.52525252525252,153.09999999999997L56.565656565656575,160.40000000000003L60.60606060606061,167.5L64.64646464646465,174.40000000000003L68.68686868686869,181.10000000000002L72.72727272727272,187.59999999999997L76.76767676767679,193.90000000000003L80.8080808080808,200L84.84848484848484,205.89999999999998L88.8888888888889,211.60000000000002L92.92929292929294,217.10000000000002L96.96969696969698,222.40000000000003L101.01010101010101,227.5L105.05050505050507,232.4L109.09090909090911,237.10000000000002L113.13131313131312,241.60000000000002L117.17171717171718,245.9L121.21212121212122,250L125.25252525252526,253.9L129.2929292929293,257.6L133.33333333333334,261.1L137.37373737373738,264.4L141.41414141414143,267.5L145.45454545454547,270.4L149.4949494949495,273.1L153.53535353535355,275.6L157.5757575757576,277.9L161.6161616161616,280L165.65656565656568,281.9L169.6969696969697,283.6L173.73737373737373,285.1L177.7777777777778,286.4L181.8181818181818,287.5L185.85858585858588,288.4L189.8989898989899,289.1L193.93939393939397,289.6L197.97979797979798,289.9L202.02020202020202,290L206.06060606060606,289.9L210.10101010101013,289.6L214.14141414141415,289.1L218.18181818181822,288.4L222.22222222222223,287.5L226.26262626262624,286.4L230.3030303030303,285.1L234.34343434343435,283.6L238.3838383838384,281.9L242.42424242424244,280L246.4646464646465,277.9L250.50505050505052,275.6L254.5454545454546,273.1L258.5858585858586,270.4L262.62626262626264,267.5L266.6666666666667,264.4L270.7070707070707,261.1L274.74747474747477,257.59999999999997L278.7878787878788,253.89999999999998L282.82828282828285,250L286.8686868686869,245.89999999999998L290.90909090909093,241.6L294.949494949495,237.09999999999997L298.989898989899,232.39999999999998L303.030303030303,227.5L307.0707070707071,222.39999999999998L311.11111111111114,217.1L315.1515151515152,211.59999999999997L319.1919191919192,205.89999999999998L323.2323232323232,200L327.27272727272725,193.90000000000003L331.31313131313135,187.5999999999999L335.3535353535354,181.09999999999997L339.3939393939394,174.39999999999998L343.4343434343434,167.5L347.47474747474746,160.40000000000003L351.51515151515156,153.0999999999999L355.5555555555556,145.59999999999994L359.5959595959596,137.89999999999998L363.6363636363636,130L367.67676767676767,121.9L371.71717171717177,113.59999999999991L375.75757575757575,105.09999999999994L379.7979797979798,96.39999999999998L383.83838383838383,87.5L387.87878787878793,78.39999999999986L391.919191919192,69.09999999999991L395.95959595959596,59.59999999999994L400,49.89999999999995L400,240L395.95959595959596,240L391.919191919192,240L387.87878787878793,240L383.83838383838383,240L379.7979797979798,240L375.75757575757575,240L371.71717171717177,240L367.67676767676767,240L363.6363636363636,240L359.5959595959596,240L355.5555555555556,240L351.51515151515156,240L347.47474747474746,240L343.4343434343434,240L339.3939393939394,240L335.3535353535354,240L331.31313131313135,240L327.27272727272725,240L323.2323232323232,240L319.1919191919192,240L315.1515151515152,240L311.11111111111114,240L307.0707070707071,240L303.030303030303,240L298.989898989899,240L294.949494949495,240L290.90909090909093,240L286.8686868686869,240L282.82828282828285,240L278.7878787878788,240L274.74747474747477,240L270.7070707070707,240.00000000000003L266.6666666666667,240L262.62626262626264,240L258.5858585858586,240L254.5454545454546,240.00000000000003L250.50505050505052,240.00000000000003L246.4646464646465,240L242.42424242424244,240L238.3838383838384,240L234.34343434343435,240.00000000000003L230.3030303030303,240.00000000000003L226.26262626262624,240L222.22222222222223,240L218.18181818181822,239.99999999999997L214.14141414141415,240.00000000000003L210.10101010101013,240.00000000000003L206.06060606060606,239.99999999999997L202.02020202020202,240L197.97979797979798,239.99999999999997L193.93939393939397,240L189.8989898989899,240.00000000000003L185.85858585858588,239.99999999999997L181.8181818181818,240L177.7777777777778,239.99999999999997L173.73737373737373,240.00000000000003L169.6969696969697,240.00000000000003L165.65656565656568,239.99999999999997L161.6161616161616,240L157.5757575757576,239.99999999999997L153.53535353535355,240L149.4949494949495,240L145.45454545454547,239.99999999999997L141.41414141414143,240L137.37373737373738,239.99999999999997L133.33333333333334,240L129.2929292929293,240L125.25252525252526,240L121.21212121212122,240L117.17171717171718,240L113.13131313131312,240L109.09090909090911,240L105.05050505050507,240L101.01010101010101,240L96.96969696969698,240L92.92929292929294,240L88.8888888888889,240L84.84848484848484,240L80.8080808080808,240L76.76767676767679,240L72.72727272727272,240L68.68686868686869,240L64.64646464646465,240L60.60606060606061,240L56.565656565656575,240L52.52525252525252,240L48.48484848484849,240L44.44444444444445,240L40.4040404040404,240L36.363636363636374,240L32.32323232323232,240L28.282828282828287,240L24.242424242424228,240L20.2020202020202,240L16.161616161616173,240L12.121212121212114,240L8.080808080808087,240L4.0404040404040265,240L0,240Z" fill="rgb(31,119,180)"/>
52
- </g>
53
- </g><g clip-path="url(#8c)"><clippath id="8c"><rect x="0" y="0" width="400" height="80"/>
54
- </clippath><g><path d="M0,-360L4.0404040404040265,-350.1L8.080808080808087,-340.4L12.121212121212114,-330.90000000000003L16.161616161616173,-321.59999999999997L20.2020202020202,-312.5L24.242424242424228,-303.6L28.282828282828287,-294.9L32.32323232323232,-286.4L36.363636363636374,-278.1L40.4040404040404,-270L44.44444444444445,-262.1L48.48484848484849,-254.4L52.52525252525252,-246.90000000000003L56.565656565656575,-239.59999999999997L60.60606060606061,-232.5L64.64646464646465,-225.59999999999997L68.68686868686869,-218.89999999999998L72.72727272727272,-212.40000000000003L76.76767676767679,-206.09999999999997L80.8080808080808,-200L84.84848484848484,-194.10000000000002L88.8888888888889,-188.39999999999998L92.92929292929294,-182.89999999999998L96.96969696969698,-177.59999999999997L101.01010101010101,-172.5L105.05050505050507,-167.6L109.09090909090911,-162.89999999999998L113.13131313131312,-158.39999999999998L117.17171717171718,-154.1L121.21212121212122,-150L125.25252525252526,-146.1L129.2929292929293,-142.39999999999998L133.33333333333334,-138.89999999999998L137.37373737373738,-135.6L141.41414141414143,-132.5L145.45454545454547,-129.6L149.4949494949495,-126.89999999999999L153.53535353535355,-124.39999999999999L157.5757575757576,-122.1L161.6161616161616,-120L165.65656565656568,-118.1L169.6969696969697,-116.4L173.73737373737373,-114.9L177.7777777777778,-113.6L181.8181818181818,-112.5L185.85858585858588,-111.6L189.8989898989899,-110.9L193.93939393939397,-110.39999999999998L197.97979797979798,-110.1L202.02020202020202,-110L206.06060606060606,-110.1L210.10101010101013,-110.4L214.14141414141415,-110.9L218.18181818181822,-111.6L222.22222222222223,-112.5L226.26262626262624,-113.60000000000001L230.3030303030303,-114.9L234.34343434343435,-116.4L238.3838383838384,-118.10000000000001L242.42424242424244,-120L246.4646464646465,-122.10000000000001L250.50505050505052,-124.4L254.5454545454546,-126.9L258.5858585858586,-129.60000000000002L262.62626262626264,-132.5L266.6666666666667,-135.60000000000002L270.7070707070707,-138.9L274.74747474747477,-142.40000000000003L278.7878787878788,-146.10000000000002L282.82828282828285,-150L286.8686868686869,-154.10000000000002L290.90909090909093,-158.4L294.949494949495,-162.90000000000003L298.989898989899,-167.60000000000002L303.030303030303,-172.5L307.0707070707071,-177.60000000000002L311.11111111111114,-182.9L315.1515151515152,-188.40000000000003L319.1919191919192,-194.10000000000002L323.2323232323232,-200L327.27272727272725,-206.09999999999997L331.31313131313135,-212.4000000000001L335.3535353535354,-218.90000000000003L339.3939393939394,-225.60000000000002L343.4343434343434,-232.5L347.47474747474746,-239.59999999999997L351.51515151515156,-246.9000000000001L355.5555555555556,-254.40000000000006L359.5959595959596,-262.1L363.6363636363636,-270L367.67676767676767,-278.1L371.71717171717177,-286.4000000000001L375.75757575757575,-294.9000000000001L379.7979797979798,-303.6L383.83838383838383,-312.5L387.87878787878793,-321.60000000000014L391.919191919192,-330.9000000000001L395.95959595959596,-340.4000000000001L400,-350.1L400,-159.99999999999997L395.95959595959596,-160.00000000000003L391.919191919192,-160L387.87878787878793,-160L383.83838383838383,-160L379.7979797979798,-160L375.75757575757575,-160.00000000000003L371.71717171717177,-160L367.67676767676767,-160.00000000000003L363.6363636363636,-160L359.5959595959596,-160L355.5555555555556,-160L351.51515151515156,-160L347.47474747474746,-160L343.4343434343434,-160L339.3939393939394,-160L335.3535353535354,-160L331.31313131313135,-160L327.27272727272725,-160L323.2323232323232,-160L319.1919191919192,-160L315.1515151515152,-160L311.11111111111114,-160L307.0707070707071,-160L303.030303030303,-160L298.989898989899,-160L294.949494949495,-160L290.90909090909093,-160L286.8686868686869,-160L282.82828282828285,-160L278.7878787878788,-160L274.74747474747477,-160L270.7070707070707,-160L266.6666666666667,-160L262.62626262626264,-160L258.5858585858586,-160L254.5454545454546,-160L250.50505050505052,-160L246.4646464646465,-160L242.42424242424244,-160L238.3838383838384,-160L234.34343434343435,-160L230.3030303030303,-160L226.26262626262624,-160L222.22222222222223,-160L218.18181818181822,-160L214.14141414141415,-160L210.10101010101013,-160L206.06060606060606,-160L202.02020202020202,-160L197.97979797979798,-160L193.93939393939397,-160L189.8989898989899,-160L185.85858585858588,-160L181.8181818181818,-160L177.7777777777778,-160L173.73737373737373,-160L169.6969696969697,-160L165.65656565656568,-160L161.6161616161616,-160L157.5757575757576,-160L153.53535353535355,-160L149.4949494949495,-160L145.45454545454547,-160L141.41414141414143,-160L137.37373737373738,-160L133.33333333333334,-160L129.2929292929293,-160L125.25252525252526,-160L121.21212121212122,-160L117.17171717171718,-160L113.13131313131312,-160L109.09090909090911,-160L105.05050505050507,-160L101.01010101010101,-160L96.96969696969698,-160L92.92929292929294,-160L88.8888888888889,-160L84.84848484848484,-160L80.8080808080808,-160L76.76767676767679,-160L72.72727272727272,-160L68.68686868686869,-160L64.64646464646465,-160L60.60606060606061,-160L56.565656565656575,-160L52.52525252525252,-160L48.48484848484849,-160L44.44444444444445,-160.00000000000003L40.4040404040404,-160L36.363636363636374,-160.00000000000003L32.32323232323232,-159.99999999999997L28.282828282828287,-160L24.242424242424228,-160L20.2020202020202,-160L16.161616161616173,-160L12.121212121212114,-160L8.080808080808087,-159.99999999999997L4.0404040404040265,-159.99999999999997L0,-160Z" fill="rgb(214,39,40)"/>
55
- </g>
56
- </g>
57
- </g>
58
- </g>
59
- </g>
60
- </svg>
61
- EOF
42
+ html_out=fixture_svg_read("layout_horizon.svg")
62
43
  @rv_svg=Nokogiri::XML(@vis.to_svg)
63
44
  @pv_svg=Nokogiri::XML(html_out)
64
45
  end
@@ -0,0 +1,53 @@
1
+ require File.expand_path(File.dirname(__FILE__)+"/spec_helper.rb")
2
+ describe Rubyvis::Layout::Indent do
3
+ include Rubyvis::LayoutSpec
4
+ it "should have correct properties" do
5
+ props=[:antialias, :bottom, :breadth, :canvas, :cursor, :data, :depth, :events, :fill_style, :height, :id, :left, :line_width, :links, :nodes, :overflow, :reverse, :right, :stroke_style, :title, :top, :transform, :visible, :width].inject({}) {|ac, v| ac[v]=true; ac}
6
+ Rubyvis::Layout::Indent.properties.should==props
7
+ end
8
+ it "should be called using Rubyvis.Layout.Indent" do
9
+ Rubyvis.Layout.Indent.should eql Rubyvis::Layout::Indent
10
+ end
11
+ describe "rendered" do
12
+ before do
13
+ color=pv.Colors.category19
14
+ w=200
15
+ h=200
16
+
17
+ @vis = pv.Panel.new()
18
+ .width(w)
19
+ .height(h)
20
+ .top(20)
21
+ .bottom(10)
22
+ .left(10)
23
+
24
+ indent = @vis.add(pv.Layout.Indent).
25
+ nodes(hier_nodes_big).
26
+ breadth(10)
27
+
28
+ indent.node.add(pv.Dot).
29
+ fill_style(lambda {|d| color[d.node_value]}).
30
+ stroke_style("black").
31
+ line_width(1).
32
+ antialias(false)
33
+ indent.link.add(Rubyvis::Line)
34
+ indent.node_label.add(pv.Label).
35
+ text(lambda {|d| d.node_value})
36
+
37
+
38
+ @vis.render
39
+
40
+ html_out=fixture_svg_read("layout_indent.svg")
41
+ @rv_svg=Nokogiri::XML(@vis.to_svg)
42
+ @pv_svg=Nokogiri::XML(html_out)
43
+ end
44
+
45
+ it "should render equal nodes (circles)" do
46
+ pv_rects=@pv_svg.xpath("//circle")
47
+ @rv_svg.xpath("//xmlns:circle").each_with_index {|rv_rect,i|
48
+ rv_rect.should have_same_position pv_rects[i]
49
+ }
50
+
51
+ end
52
+ end
53
+ end
@@ -1,65 +1,38 @@
1
1
  require File.expand_path(File.dirname(__FILE__)+"/spec_helper.rb")
2
2
  describe Rubyvis::Layout::Matrix do
3
+ include Rubyvis::LayoutSpec
4
+
3
5
  it "should have correct properties" do
4
6
  props=[:antialias, :bottom, :canvas, :cursor, :data, :directed, :events, :fill_style, :height, :id, :left, :line_width, :links, :nodes, :overflow, :reverse, :right, :stroke_style, :title, :top, :transform, :visible, :width].inject({}) {|ac, v| ac[v]=true; ac}
5
7
  Rubyvis::Layout::Matrix.properties.should==props
6
8
  end
7
9
  describe "rendered" do
8
- before do
9
-
10
- nodes=[
11
- OpenStruct.new({:node_value=>'A', :group=>1}),
12
- OpenStruct.new({:node_value=>'B', :group=>1}),
13
- OpenStruct.new({:node_value=>'C', :group=>2}),
14
- OpenStruct.new({:node_value=>'D',:group=>2}),
15
- OpenStruct.new({:node_value=>'E',:group=>3}),
16
- OpenStruct.new({:node_value=>'F',:group=>3})
17
-
18
- ]
19
- links=[
20
- OpenStruct.new({:source=>0,:target=>1, :value=>1}),
21
- OpenStruct.new({:source=>1,:target=>2, :value=>1}),
22
- OpenStruct.new({:source=>2,:target=>3, :value=>1}),
23
- OpenStruct.new({:source=>3,:target=>4, :value=>1}),
24
- OpenStruct.new({:source=>4,:target=>5, :value=>1}),
25
- OpenStruct.new({:source=>1,:target=>0, :value=>1}),
26
- OpenStruct.new({:source=>2,:target=>1, :value=>1}),
27
- OpenStruct.new({:source=>3,:target=>2, :value=>1}),
28
- OpenStruct.new({:source=>4,:target=>3, :value=>1}),
29
- OpenStruct.new({:source=>5,:target=>4, :value=>1}),
30
- ]
31
-
32
-
33
- w = 700
34
- h = 700
35
-
36
- color=Rubyvis::Colors.category19()
37
- @vis = Rubyvis::Panel.new()
38
- .width(w)
39
- .height(h)
40
- .top(50)
41
- .left(50)
42
-
43
- mat=@vis.add(Rubyvis::Layout.Matrix)
44
- .directed(true)
45
- .nodes(nodes).links(links)
46
- .sort(lambda {|a,b| a.group<=>b.group})
47
-
48
- mat.link.add(pv.Bar).
49
- fill_style(lambda {|l| l.link_value!=0 ?
50
- ((l.target_node.group==l.source_node.group) ? color[l.sourceNode] : "#555") : "#eee"}).
51
- antialias(false).
52
- line_width(1)
53
- mat.node_label.add(Rubyvis::Label).
54
- text_style(color)
55
-
56
-
10
+ before do
11
+ w = 700
12
+ h = 700
13
+
14
+ color=Rubyvis::Colors.category19()
15
+ @vis = Rubyvis::Panel.new()
16
+ .width(w)
17
+ .height(h)
18
+ .top(50)
19
+ .left(50)
20
+
21
+ mat=@vis.add(Rubyvis::Layout.Matrix)
22
+ .directed(true)
23
+ .nodes(net_nodes).links(net_links)
24
+ .sort(lambda {|a,b| a.group<=>b.group})
57
25
 
26
+ mat.link.add(pv.Bar).
27
+ fill_style(lambda {|l| l.link_value!=0 ?
28
+ ((l.target_node.group==l.source_node.group) ? color[l.sourceNode] : "#555") : "#eee"}).
29
+ antialias(false).
30
+ line_width(1)
31
+ mat.node_label.add(Rubyvis::Label).
32
+ text_style(color)
58
33
  @vis.render
59
34
 
60
- html_out=<<EOF
61
- <svg font-size="10px" font-family="sans-serif" fill="none" stroke="none" stroke-width="1.5" width="750" height="750"><g transform="translate(50, 50)"><g><rect shape-rendering="crispEdges" width="116.66666666666667" height="116.66666666666667" fill="rgb(238,238,238)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" x="116.66666666666667" width="116.66666666666667" height="116.66666666666667" fill="rgb(156,158,222)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" x="233.33333333333334" width="116.66666666666667" height="116.66666666666667" fill="rgb(238,238,238)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" x="350" width="116.66666666666667" height="116.66666666666667" fill="rgb(238,238,238)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" x="466.6666666666667" width="116.66666666666667" height="116.66666666666667" fill="rgb(238,238,238)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" x="583.3333333333334" width="116.66666666666667" height="116.66666666666667" fill="rgb(238,238,238)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" y="116.66666666666667" width="116.66666666666667" height="116.66666666666667" fill="rgb(156,158,222)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" x="116.66666666666667" y="116.66666666666667" width="116.66666666666667" height="116.66666666666667" fill="rgb(238,238,238)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" x="233.33333333333334" y="116.66666666666667" width="116.66666666666667" height="116.66666666666667" fill="rgb(85,85,85)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" x="350" y="116.66666666666667" width="116.66666666666667" height="116.66666666666667" fill="rgb(238,238,238)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" x="466.6666666666667" y="116.66666666666667" width="116.66666666666667" height="116.66666666666667" fill="rgb(238,238,238)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" x="583.3333333333334" y="116.66666666666667" width="116.66666666666667" height="116.66666666666667" fill="rgb(238,238,238)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" y="233.33333333333334" width="116.66666666666667" height="116.66666666666667" fill="rgb(238,238,238)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" x="116.66666666666667" y="233.33333333333334" width="116.66666666666667" height="116.66666666666667" fill="rgb(85,85,85)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" x="233.33333333333334" y="233.33333333333334" width="116.66666666666667" height="116.66666666666667" fill="rgb(238,238,238)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" x="350" y="233.33333333333334" width="116.66666666666667" height="116.66666666666667" fill="rgb(156,158,222)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" x="466.6666666666667" y="233.33333333333334" width="116.66666666666667" height="116.66666666666667" fill="rgb(238,238,238)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" x="583.3333333333334" y="233.33333333333334" width="116.66666666666667" height="116.66666666666667" fill="rgb(238,238,238)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" y="350" width="116.66666666666667" height="116.66666666666667" fill="rgb(238,238,238)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" x="116.66666666666667" y="350" width="116.66666666666667" height="116.66666666666667" fill="rgb(238,238,238)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" x="233.33333333333334" y="350" width="116.66666666666667" height="116.66666666666667" fill="rgb(156,158,222)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" x="350" y="350" width="116.66666666666667" height="116.66666666666667" fill="rgb(238,238,238)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" x="466.6666666666667" y="350" width="116.66666666666667" height="116.66666666666667" fill="rgb(85,85,85)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" x="583.3333333333334" y="350" width="116.66666666666667" height="116.66666666666667" fill="rgb(238,238,238)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" y="466.6666666666667" width="116.66666666666667" height="116.66666666666667" fill="rgb(238,238,238)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" x="116.66666666666667" y="466.6666666666667" width="116.66666666666667" height="116.66666666666667" fill="rgb(238,238,238)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" x="233.33333333333334" y="466.6666666666667" width="116.66666666666667" height="116.66666666666667" fill="rgb(238,238,238)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" x="350" y="466.6666666666667" width="116.66666666666667" height="116.66666666666667" fill="rgb(85,85,85)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" x="466.6666666666667" y="466.6666666666667" width="116.66666666666667" height="116.66666666666667" fill="rgb(238,238,238)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" x="583.3333333333334" y="466.6666666666667" width="116.66666666666667" height="116.66666666666667" fill="rgb(156,158,222)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" y="583.3333333333334" width="116.66666666666667" height="116.66666666666667" fill="rgb(238,238,238)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" x="116.66666666666667" y="583.3333333333334" width="116.66666666666667" height="116.66666666666667" fill="rgb(238,238,238)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" x="233.33333333333334" y="583.3333333333334" width="116.66666666666667" height="116.66666666666667" fill="rgb(238,238,238)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" x="350" y="583.3333333333334" width="116.66666666666667" height="116.66666666666667" fill="rgb(238,238,238)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" x="466.6666666666667" y="583.3333333333334" width="116.66666666666667" height="116.66666666666667" fill="rgb(156,158,222)" stroke="rgb(255,255,255)" stroke-width="1"/><rect shape-rendering="crispEdges" x="583.3333333333334" y="583.3333333333334" width="116.66666666666667" height="116.66666666666667" fill="rgb(238,238,238)" stroke="rgb(255,255,255)" stroke-width="1"/></g><g><text pointer-events="none" x="-4" dy="0.35em" transform="translate(0, 58.3333)" fill="rgb(156,158,222)" text-anchor="end">A</text><text pointer-events="none" x="4" dy="0.35em" transform="translate(58.3333) rotate(-90)" fill="rgb(156,158,222)">A</text><text pointer-events="none" x="-4" dy="0.35em" transform="translate(0, 175)" fill="rgb(156,158,222)" text-anchor="end">B</text><text pointer-events="none" x="4" dy="0.35em" transform="translate(175) rotate(-90)" fill="rgb(156,158,222)">B</text><text pointer-events="none" x="-4" dy="0.35em" transform="translate(0, 291.667)" fill="rgb(156,158,222)" text-anchor="end">C</text><text pointer-events="none" x="4" dy="0.35em" transform="translate(291.667) rotate(-90)" fill="rgb(156,158,222)">C</text><text pointer-events="none" x="-4" dy="0.35em" transform="translate(0, 408.333)" fill="rgb(156,158,222)" text-anchor="end">D</text><text pointer-events="none" x="4" dy="0.35em" transform="translate(408.333) rotate(-90)" fill="rgb(156,158,222)">D</text><text pointer-events="none" x="-4" dy="0.35em" transform="translate(0, 525)" fill="rgb(156,158,222)" text-anchor="end">E</text><text pointer-events="none" x="4" dy="0.35em" transform="translate(525) rotate(-90)" fill="rgb(156,158,222)">E</text><text pointer-events="none" x="-4" dy="0.35em" transform="translate(0, 641.667)" fill="rgb(156,158,222)" text-anchor="end">F</text><text pointer-events="none" x="4" dy="0.35em" transform="translate(641.667) rotate(-90)" fill="rgb(156,158,222)">F</text></g></g></svg>
62
- EOF
35
+ html_out=fixture_svg_read("layout_matrix.svg")
63
36
  @rv_svg=Nokogiri::XML(@vis.to_svg)
64
37
  @pv_svg=Nokogiri::XML(html_out)
65
38
  end