_content/blog: fix chart fonts and line wrapping

Change-Id: I4a08ac829a9a74d640675ee52a9005665fd2d073
Reviewed-on: https://go-review.googlesource.com/c/website/+/494415
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cameron Balahan <cbalahan@google.com>
Reviewed-by: Alice Merrick <amerrick@google.com>
Run-TryBot: Todd Kulesza <tkulesza@google.com>
diff --git a/_content/blog/survey2023-q1-results.md b/_content/blog/survey2023-q1-results.md
index 87d9506..5dc7294 100644
--- a/_content/blog/survey2023-q1-results.md
+++ b/_content/blog/survey2023-q1-results.md
@@ -31,322 +31,434 @@
 
 ## Thank you respondents for bringing us these insights!
 
-We’re excited to share with you the results of the 2023 January edition of the Go Developer Survey. Thank you to the
-5,844 respondents who shared with us how they’re using Go, their biggest challenges in using Go, and their top
-priorities for future improvements. These results help the Go team focus our efforts on areas that matter most to the
-community, and we hope these insights also help inform others who contribute to and support the Go ecosystem.
+We’re excited to share with you the results of the 2023 January edition of the
+Go Developer Survey. Thank you to the 5,844 respondents who shared with us how
+they’re using Go, their biggest challenges in using Go, and their top
+priorities for future improvements. These results help the Go team focus our
+efforts on areas that matter most to the community, and we hope these insights
+also help inform others who contribute to and support the Go ecosystem.
 
 ### Key findings
 
-- __Novice Go developers are interested in web development__. We introduced a new segmentation this year based on
-  self-identified experience levels. Novices expressed some interesting differences from other experience levels. Most
-  notably they showed greater interest in using Go for web development. 
-- __Error handling and learning are respondents' top challenges__. Historically, lack of generics was the biggest
-  challenge to using Go, but since the introduction of generics, we've seen comments about generics decline. Comments
-  about error handling (with respect to readability and verbosity) and difficulty learning best practices are now the
-  most commonly reported challenges. 
-- __An optimization guide was the most valued way to improve Go's performance__. When asked how they would spend
-  resources on various improvements to Go's compile and runtime, respondents spent the most on an optimization guide
-  rather than specific performance improvements, demonstrating how much documentation is valued in this area.
-- __Managing dependencies and versioning are the top challenges for open source Go module maintainers__. Open source
-  module maintainers face challenges in keeping their dependencies up to date and avoiding disruptions due to versioning
-  and breaking changes. This is an area we'll explore further to help maintainers provide a stable and healthy
-  ecosystem.
+- __Novice Go developers are interested in web development__. We introduced a
+  new segmentation this year based on self-identified experience levels.
+  Novices expressed some interesting differences from other experience levels.
+  Most notably they showed greater interest in using Go for web development.
+- __Error handling and learning are respondents' top challenges__.
+  Historically, lack of generics was the biggest challenge to using Go, but
+  since the introduction of generics, we've seen comments about generics
+  decline. Comments about error handling (with respect to readability and
+  verbosity) and difficulty learning best practices are now the most commonly
+  reported challenges.
+- __An optimization guide was the most valued way to improve Go's
+  performance__. When asked how they would spend resources on various
+  improvements to Go's compile and runtime, respondents spent the most on an
+  optimization guide rather than specific performance improvements,
+  demonstrating how much documentation is valued in this area.
+- __Managing dependencies and versioning are the top challenges for open
+  source Go module maintainers__. Open source module maintainers face
+  challenges in keeping their dependencies up to date and avoiding disruptions
+  due to versioning and breaking changes. This is an area we'll explore
+  further to help maintainers provide a stable and healthy ecosystem.
 
 ### How to read these results
 
-Throughout this post, we use charts of survey responses to provide supporting evidence for our findings. All of these
-charts use a similar format. The title is the exact question that survey respondents saw. Unless otherwise noted,
-questions were multiple choice and participants could only select a single response choice; each chart’s subtitle will
-tell you if the question allowed multiple response choices or was an open-ended text box instead of a multiple choice
-question. For charts of open-ended text responses, a Go team member read and manually categorized all of the responses.
-Many open-ended questions elicited a wide variety of responses; to keep the chart sizes reasonable, we condensed them to
-the top 10-15 themes, with additional themes all grouped under “Other”. We also included a category for "None" where
-applicable.
+Throughout this post, we use charts of survey responses to provide supporting
+evidence for our findings. All of these charts use a similar format. The title
+is the exact question that survey respondents saw. Unless otherwise noted,
+questions were multiple choice and participants could only select a single
+response choice; each chart’s subtitle will tell you if the question allowed
+multiple response choices or was an open-ended text box instead of a multiple
+choice question. For charts of open-ended text responses, a Go team member
+read and manually categorized all of the responses. Many open-ended questions
+elicited a wide variety of responses; to keep the chart sizes reasonable, we
+condensed them to the top 10-15 themes, with additional themes all grouped
+under “Other”. We also included a category for "None" where applicable.
 
-To help readers understand the weight of evidence underlying each finding, we include error bars showing the 95%
-confidence interval for responses; narrower bars indicate increased confidence. Sometimes two or more responses have
-overlapping error bars, which means the relative order of those responses is not statistically meaningful (i.e., the
-responses are effectively tied). The lower right of each chart shows the number of people whose responses are included
-in the chart, in the form “_n = [number of respondents]_”.
+To help readers understand the weight of evidence underlying each finding, we
+include error bars showing the 95% confidence interval for responses; narrower
+bars indicate increased confidence. Sometimes two or more responses have
+overlapping error bars, which means the relative order of those responses is
+not statistically meaningful (i.e., the responses are effectively tied). The
+lower right of each chart shows the number of people whose responses are
+included in the chart, in the form “_n = [number of respondents]_”.
 
 ### A note on methodology
 
-Most survey respondents “self-selected” to take the survey by accessing it through a link on [the Go
-blog](https://go.dev/blog), [@golang on Twitter](https://twitter.com/golang), or other social Go channels. People who
-don’t follow these channels might respond differently from people who _do_ closely follow them. About a quarter of
-respondents were randomly sampled, meaning they responded to the survey after seeing a prompt for it in VS Code
-(everyone using the VS Code Go plugin between Jan 18 - Feb 8, 2023 had a 10% chance of receiving this random prompt).
-This randomly sampled group helps us generalize these findings to the larger community of Go developers. Most survey
-questions showed no meaningful difference between these groups, but in the few cases with important differences, readers
-will see charts that break down responses into “Random sample” and “Self-selected” groups.
+Most survey respondents “self-selected” to take the survey by accessing it
+through a link on [the Go blog](https://go.dev/blog), [@golang on
+Twitter](https://twitter.com/golang), or other social Go channels. People who
+don’t follow these channels might respond differently from people who _do_
+closely follow them. About a quarter of respondents were randomly sampled,
+meaning they responded to the survey after seeing a prompt for it in VS Code
+(everyone using the VS Code Go plugin between Jan 18 - Feb 8, 2023 had a 10%
+chance of receiving this random prompt). This randomly sampled group helps us
+generalize these findings to the larger community of Go developers. Most
+survey questions showed no meaningful difference between these groups, but in
+the few cases with important differences, readers will see charts that break
+down responses into “Random sample” and “Self-selected” groups.
 
 ## Taking a closer look at different groups of respondents  
 
 Our respondent demographics did not change significantly from [our last
-survey](https://go.dev/blog/survey2022-q2-results). Consistent with previous cycles, Go is primarily used in the tech
-industry, and about 80% of respondents said they program in Go at work. Overall, survey respondents tended to be
-satisfied with Go over the past year, with 92% saying they were somewhat or very satisfied. <img
-src="survey2023q1/where.svg" alt="Bar chart showing where respondents use Go" class="chart"/> <img
-src="survey2023q1/csat.svg" alt="Bar chart showing proportion of satisfied respondents" class="chart"/>
+survey](https://go.dev/blog/survey2022-q2-results). Consistent with previous
+cycles, Go is primarily used in the tech industry, and about 80% of
+respondents said they program in Go at work. Overall, survey respondents
+tended to be satisfied with Go over the past year, with 92% saying they were
+somewhat or very satisfied.
 
-Our respondents spend a lot of time programming in Go compared to other languages. About a third of respondents even
-maintain an open source Go module. We recognize that our survey audience is made up of those who successfully adopted
-Go, use Go often, and are mostly satisfied using Go. To identify potential gaps in meeting community needs, we look at
-different sub-groups of respondents to see how they might be using Go differently or have different priorities. For
-example, this year we looked at how responses differ between different sample sources (i.e., the Go Blog or through the
-VS Code plugin), different job roles, organization sizes, and levels of Go experience. The most interesting differences
-were between experience levels. 
+<img src="survey2023q1/where.svg" alt="Bar chart
+showing where respondents use Go" class="chart"/> <img
+src="survey2023q1/csat.svg" alt="Bar chart showing proportion of satisfied
+respondents" class="chart"/>
+
+Our respondents spend a lot of time programming in Go compared to other
+languages. About a third of respondents even maintain an open source Go
+module. We recognize that our survey audience is made up of those who
+successfully adopted Go, use Go often, and are mostly satisfied using Go. To
+identify potential gaps in meeting community needs, we look at different
+sub-groups of respondents to see how they might be using Go differently or
+have different priorities. For example, this year we looked at how responses
+differ between different sample sources (i.e., the Go Blog or through the VS
+Code plugin), different job roles, organization sizes, and levels of Go
+experience. The most interesting differences were between experience levels.
 
 ## Insights from novice respondents
 
-<img src="survey2023q1/go_exp.svg" alt="Bar chart of years of experience using Go" class="chart"/>
+<img src="survey2023q1/go_exp.svg" alt="Bar chart of years of experience using
+Go" class="chart"/>
 
-Previously, we used how much time (in months / years) respondents have used Go as a proxy to gain insight into how
-results vary between levels of experience. This year we experimented with a new segmentation question, “What is your
-level of experience with Go?”, to see if self-identification might be a more useful way of examining Go experience than
-lumping together various intervals of time. Since categorical terms like “novice” or “expert” might vary from person to
-person, we provided a description to help make these buckets more objective. The options were:
+Previously, we used how much time (in months / years) respondents have used Go
+as a proxy to gain insight into how results vary between levels of experience.
+This year we experimented with a new segmentation question, “What is your
+level of experience with Go?”, to see if self-identification might be a more
+useful way of examining Go experience than lumping together various intervals
+of time. Since categorical terms like “novice” or “expert” might vary from
+person to person, we provided a description to help make these buckets more
+objective. The options were:
 
-* Awareness: I'm aware of Go, but could not write a simple Go program without assistance
-* Novice: I can complete simple programming projects in Go, possibly with assistance
-* Intermediate: I can complete significant programming projects in Go with some assistance
-* Advanced: I can complete significant programming projects in Go without assistance
-* Expert: I can provide guidance, troubleshoot, and answer questions related to Go from other engineers
+* Awareness: I'm aware of Go, but could not write a simple Go program without
+  assistance
+* Novice: I can complete simple programming projects in Go, possibly with
+  assistance
+* Intermediate: I can complete significant programming projects in Go with
+  some assistance
+* Advanced: I can complete significant programming projects in Go without
+  assistance
+* Expert: I can provide guidance, troubleshoot, and answer questions related
+  to Go from other engineers
 
-<img src="survey2023q1/exp_level.svg" alt="Bar chart of levels of experience using Go" class="chart"/>
+<img src="survey2023q1/exp_level.svg" alt="Bar chart of levels of experience
+using Go" class="chart"/>
 
-We found a moderate correlation (⍴ = .66) between how long respondents had been using Go and their self-identified
-experience level. This means that the experience level scale, although similar to the time scale, may give us some new
-insights into how respondents differ by experience. For instance, the proportion of time that a respondent spends
-writing in Go compared to how much time they spend writing in other languages is more strongly correlated with their
-self-identified experience level than with how long they’ve been using Go.
+We found a moderate correlation (⍴ = .66) between how long respondents had
+been using Go and their self-identified experience level. This means that the
+experience level scale, although similar to the time scale, may give us some
+new insights into how respondents differ by experience. For instance, the
+proportion of time that a respondent spends writing in Go compared to how much
+time they spend writing in other languages is more strongly correlated with
+their self-identified experience level than with how long they’ve been using
+Go.
 
-In analyses where we use this segmentation we typically exclude the Awareness category since they wouldn’t be considered
-to have the experience necessary to answer the question and only represented about 1% of respondents. 
-
+In analyses where we use this segmentation we typically exclude the Awareness
+category since they wouldn’t be considered to have the experience necessary to
+answer the question and only represented about 1% of respondents.
 
 ### Novice respondents are more likely to prefer Windows than more experienced respondents
  
-Our randomly sampled group had a higher proportion of novice respondents than the self-selected group, suggesting that
-there are more new Gophers out there that we don’t tend to hear from as often. Because they are sampled through the Go
-VS Code plugin, we might expect this group to be more likely to prefer using VS Code or to develop on Windows more than
-other experience levels. While this is true, novices are also more likely to develop on Windows than other experience
-levels, regardless of whether they responded through the VS Code plugin.
+Our randomly sampled group had a higher proportion of novice respondents than
+the self-selected group, suggesting that there are more new Gophers out there
+that we don’t tend to hear from as often. Because they are sampled through the
+Go VS Code plugin, we might expect this group to be more likely to prefer
+using VS Code or to develop on Windows more than other experience levels.
+While this is true, novices are also more likely to develop on Windows than
+other experience levels, regardless of whether they responded through the VS
+Code plugin.
 
-<img src="survey2023q1/exp_level_s.svg" alt="Bar chart of levels of experience using Go for self-selected and random
-samples" class="chart"/> <img src="survey2023q1/editor_self_select_exp.svg" alt="Bar chart of editor preference broken
-down by experience levels for self-selected group only" class="chart"/> <img src="survey2023q1/os_dev_exp_s.svg"
-alt="Bar chart of levels of experience using Go" class="chart"/>
+<img src="survey2023q1/exp_level_s.svg" alt="Bar chart of levels of experience
+using Go for self-selected and random samples" class="chart"/> <img
+src="survey2023q1/editor_self_select_exp.svg" alt="Bar chart of editor
+preference broken down by experience levels for self-selected group only"
+class="chart"/> <img src="survey2023q1/os_dev_exp_s.svg" alt="Bar chart of
+levels of experience using Go" class="chart"/>
 
-There could be a number of reasons why we don’t see higher proportions of Windows users at higher experience levels. For
-example, Windows users may be more likely to experience difficulties and stop using Go, or there could be wider trends
-in OS usage that have nothing to do with Go. In any case, we should include more Windows users in future research around
-getting started with Go to make sure we provide an inclusive onboarding experience.
+There could be a number of reasons why we don’t see higher proportions of
+Windows users at higher experience levels. For example, Windows users may be
+more likely to experience difficulties and stop using Go, or there could be
+wider trends in OS usage that have nothing to do with Go. In any case, we
+should include more Windows users in future research around getting started
+with Go to make sure we provide an inclusive onboarding experience.
 
 ### How different experience levels currently use Go (and other areas where they would like to)
 
-<img src="survey2023q1/go_app.svg" alt="Bar chart of use cases" class="chart"/> <img src="survey2023q1/go_app_exp.svg"
-alt="Bar chart of use cases broken down by experience level" class="chart"/>
+<img src="survey2023q1/go_app.svg" alt="Bar chart of use cases"
+class="chart"/> <img src="survey2023q1/go_app_exp.svg" alt="Bar chart of use
+cases broken down by experience level" class="chart"/>
 
-According to how respondents use Go right now, more experienced Gophers tend to be using Go for more types of
-applications. For example, the average expert used Go in at least four areas while the average novice used Go in only
-two areas. That’s why there are large differences in the proportion of novices and experts using Go for each use case.
-The top two uses, API / RPC services and CLIs, however, are the top use cases across all experience levels.
+According to how respondents use Go right now, more experienced Gophers tend
+to be using Go for more types of applications. For example, the average expert
+used Go in at least four areas while the average novice used Go in only two
+areas. That’s why there are large differences in the proportion of novices and
+experts using Go for each use case. The top two uses, API / RPC services and
+CLIs, however, are the top use cases across all experience levels.
 
-We see more interesting trends for GUIs and Website / Web services (returning HTML). All experience levels used Go for
-Desktop / GUI apps at about the same rate.  This gives us evidence the desire for GUIs isn’t just coming from new
-Gophers looking for a fun starter project, but from across the experience spectrum. 
+We see more interesting trends for GUIs and Website / Web services (returning
+HTML). All experience levels used Go for Desktop / GUI apps at about the same
+rate.  This gives us evidence the desire for GUIs isn’t just coming from new
+Gophers looking for a fun starter project, but from across the experience
+spectrum. 
 
-Websites / services returning HTML show a similar trend. One explanation could be that this is a common use case early
-in someone’s Go journey (since it is in the top 3 most common for novices), or that novices are more likely to be doing
-work on websites or web services returning HTML. Later in the survey, we asked respondents, "In which area (if any) are
-you not using Go, but would most like to?" Although many respondents (29%) said they already use Go everywhere they
-would like to, the top two areas for expanding usage were GUI / Desktop and AI / ML applications. This was consistent
-across groups at different organization sizes and job roles, but not experience levels. The number one area where
-novices would like to use Go more is for websites / web services returning HTML. 
+Websites / services returning HTML show a similar trend. One explanation could
+be that this is a common use case early in someone’s Go journey (since it is
+in the top 3 most common for novices), or that novices are more likely to be
+doing work on websites or web services returning HTML. Later in the survey, we
+asked respondents, "In which area (if any) are you not using Go, but would
+most like to?" Although many respondents (29%) said they already use Go
+everywhere they would like to, the top two areas for expanding usage were GUI
+/ Desktop and AI / ML applications. This was consistent across groups at
+different organization sizes and job roles, but not experience levels. The
+number one area where novices would like to use Go more is for websites / web
+services returning HTML.
 
-<img src="survey2023q1/app_opportunities_exp.svg" alt="Bar chart of levels of experience using Go" class="chart"/>
+<img src="survey2023q1/app_opportunities_exp.svg" alt="Bar chart of levels of
+experience using Go" class="chart"/>
 
-In an open text question, 12 out of 29 respondents who said they would like to use Go for websites / web services
-returning HTML said they were blocked because other languages had frameworks to better support this use case. It could
-be that more experienced Go developers don’t try or expect to use Go for this use case when other languages already have
-frameworks that meet those needs. As one respondent put it, 
->“It's usually easier to accomplish this in other languages such as PHP or Ruby. Partly due to the excellent frameworks
->that exist in those languages.” 
+In an open text question, 12 out of 29 respondents who said they would like to
+use Go for websites / web services returning HTML said they were blocked
+because other languages had frameworks to better support this use case. It
+could be that more experienced Go developers don’t try or expect to use Go for
+this use case when other languages already have frameworks that meet those
+needs. As one respondent put it,
 
-Another contributing explanation for novices' interest in web development may be related to their usage of JavaScript /
-TypeScript. Novices spend more of their time writing in JavaScript / TypeScript than more experienced respondents. The
-higher interest in web could have something to do with what novice respondents currently work on in other languages or
-could indicate a general interest in web technologies. In the future we’d like to learn more about this use case and how
-we can help new Gophers get started using Go in areas most useful to them.
+>“It's usually easier to accomplish this in other languages such as PHP or
+>Ruby. Partly due to the excellent frameworks that exist in those languages.” 
 
-<img src="survey2023q1/language_time_exp.svg" alt="Bar chart of levels of experience using Go" class="chart"/>
+Another contributing explanation for novices' interest in web development may
+be related to their usage of JavaScript / TypeScript. Novices spend more of
+their time writing in JavaScript / TypeScript than more experienced
+respondents. The higher interest in web could have something to do with what
+novice respondents currently work on in other languages or could indicate a
+general interest in web technologies. In the future we’d like to learn more
+about this use case and how we can help new Gophers get started using Go in
+areas most useful to them.
 
+<img src="survey2023q1/language_time_exp.svg" alt="Bar chart of levels of
+experience using Go" class="chart"/>
 
 ## Respondents face a long tail of challenges
 
-Every survey cycle we ask respondents what their biggest challenge is when using Go. Historically, lack of generics was
-the most commonly cited challenge—for example, it was the most common response in 2020, and mentioned by about 18% of
-respondents. Since the introduction of generics, error handling (12%) and learning / best practices / docs (11%) have
-emerged at the front of a long tail of issues rather than any single issue becoming more frequent. <img
-src="survey2023q1/text_biggest_challenge.svg" alt="Bar chart of biggest challenges" class="chart"/>
+Every survey cycle we ask respondents what their biggest challenge is when
+using Go. Historically, lack of generics was the most commonly cited
+challenge—for example, it was the most common response in 2020, and mentioned
+by about 18% of respondents. Since the introduction of generics, error
+handling (12%) and learning / best practices / docs (11%) have emerged at the
+front of a long tail of issues rather than any single issue becoming more
+frequent.
+
+<img src="survey2023q1/text_biggest_challenge.svg" alt="Bar chart of
+biggest challenges" class="chart"/>
 
 ### Why is error handling such a challenge?
 
-Feedback on error handling often describes the problem as verbosity. On the surface, this could reflect that writing
-repetitive code is boring or annoying. More than just an annoyance of writing boilerplate, however, error handling may
-also impact respondents’ ability to debug. 
+Feedback on error handling often describes the problem as verbosity. On the
+surface, this could reflect that writing repetitive code is boring or
+annoying. More than just an annoyance of writing boilerplate, however, error
+handling may also impact respondents’ ability to debug.
 
 One respondent succinctly illustrated this issue:
 
->“Error handling creates clutter and easily masks problems if not done correctly (no stack traces)”
-
+>“Error handling creates clutter and easily masks problems if not done
+>correctly (no stack traces)”
 
 ### The struggle to learn best practices 
 
 >"Using Go effectively. Easy to learn, hard to master."
 
 We’ve heard that Go is easy to learn, and a [previous survey showed that over
-70%](https://go.dev/blog/survey2020-results#TOC_6.2) of respondents feel productive using Go within their first year,
-but learning Go best practices came up as one of the biggest challenges to using Go. Respondents this year told us that
-best practices around **code structure** and **recommended tools and libraries** aren’t well documented, creating
-challenges for beginners and teams to keep code consistent. Learning to write idiomatic Go can be especially challenging
-to those coming from other programming paradigms. Respondents who were more experienced with Go attested that when
-developers don’t follow best practices for writing idiomatic Go, it hurts the consistency and quality of shared
-projects. 
+70%](https://go.dev/blog/survey2020-results#TOC_6.2) of respondents feel
+productive using Go within their first year, but learning Go best practices
+came up as one of the biggest challenges to using Go. Respondents this year
+told us that best practices around **code structure** and **recommended tools
+and libraries** aren’t well documented, creating challenges for beginners and
+teams to keep code consistent. Learning to write idiomatic Go can be
+especially challenging to those coming from other programming paradigms.
+Respondents who were more experienced with Go attested that when developers
+don’t follow best practices for writing idiomatic Go, it hurts the consistency
+and quality of shared projects.
 
 ## The biggest challenges for module maintainers
 
-Go module maintainers are critical members of the Go community, helping to grow and sustain the health of our package
-ecosystem. This year we plan to conduct research with module maintainers to identify opportunities to support stability
-and growth of the package ecosystem and help grow Go adoption within organizations. To inform this research, we
-introduced a question on the survey to get an idea of the current top challenges for open source maintainers.
+Go module maintainers are critical members of the Go community, helping to
+grow and sustain the health of our package ecosystem. This year we plan to
+conduct research with module maintainers to identify opportunities to support
+stability and growth of the package ecosystem and help grow Go adoption within
+organizations. To inform this research, we introduced a question on the survey
+to get an idea of the current top challenges for open source maintainers.
  
-<img src="survey2023q1/text_maintainer_challenge.svg" alt="Bar chart of challenges for open source module maintainers"
-class="chart"/>
+<img src="survey2023q1/text_maintainer_challenge.svg" alt="Bar chart of
+challenges for open source module maintainers" class="chart"/>
 
-The top challenges for maintainers are keeping dependencies up to date and difficulties around versioning, including
-avoiding, identifying, or knowing when to introduce breaking changes. These insights, along with the results of future
-research, will help inform strategies to support maintainers in keeping the Go ecosystem stable and secure.
+The top challenges for maintainers are keeping dependencies up to date and
+difficulties around versioning, including avoiding, identifying, or knowing
+when to introduce breaking changes. These insights, along with the results of
+future research, will help inform strategies to support maintainers in keeping
+the Go ecosystem stable and secure.
 
 ## The biggest challenges when deploying Go code
 
-This year we asked what respondents’ biggest challenge was when deploying Go code. Being “easy to deploy” is often cited
-as a reason for using Go, but we received conflicting feedback during a recent study that prompted us to explore
-potential issues when deploying Go code. In our open text responses, by far the most common theme was difficulty
-cross-compiling with cgo (16%), and support for WebAssembly or WASI was a distant second (7%).
+This year we asked what respondents’ biggest challenge was when deploying Go
+code. Being “easy to deploy” is often cited as a reason for using Go, but we
+received conflicting feedback during a recent study that prompted us to
+explore potential issues when deploying Go code. In our open text responses,
+by far the most common theme was difficulty cross-compiling with cgo (16%),
+and support for WebAssembly or WASI was a distant second (7%).
 
-<img src="survey2023q1/text_deploy_challenge.svg" alt="Bar chart of challenges for open source module maintainers"
-class="chart"/>
+<img src="survey2023q1/text_deploy_challenge.svg" alt="Bar chart of challenges
+for open source module maintainers" class="chart"/>
 
 ## Community priorities: what respondents want most
 
-This year we used a prioritization question we’ve used in previous surveys based on the buy-a-feature method of
-prioritization. Respondents were given 10 “gophercoins” and asked to distribute them to areas where they want to see
-improvements. Respondents were randomly assigned one of three possible questions, each containing seven items related to
-tooling, security, or compiler & runtime. This approach allowed us to ask about items relevant to each focus area
-without overburdening respondents with three sets of cognitively-demanding prioritization questions.
+This year we used a prioritization question we’ve used in previous surveys
+based on the buy-a-feature method of prioritization. Respondents were given 10
+“gophercoins” and asked to distribute them to areas where they want to see
+improvements. Respondents were randomly assigned one of three possible
+questions, each containing seven items related to tooling, security, or
+compiler & runtime. This approach allowed us to ask about items relevant to
+each focus area without overburdening respondents with three sets of
+cognitively-demanding prioritization questions.
 
-At the end of the exercise, we gave respondents an open text prompt to tell us about any area they thought should be the
-Go team’s top priority in the next year, regardless of which items they spent their coins on. For example, if a
-respondent was shown the security section, but they didn’t care all that much about security, they still had the
-opportunity to tell us that in the open text area.
+At the end of the exercise, we gave respondents an open text prompt to tell us
+about any area they thought should be the Go team’s top priority in the next
+year, regardless of which items they spent their coins on. For example, if a
+respondent was shown the security section, but they didn’t care all that much
+about security, they still had the opportunity to tell us that in the open
+text area.
 
 ### Security
 
-We chose these items to test assumptions we held on the relative importance of security practices to the community.
-These were the seven items as described to participants:
+We chose these items to test assumptions we held on the relative importance of
+security practices to the community. These were the seven items as described
+to participants:
 
-* pkg.go.dev identifies packages that are poorly maintained (e.g., unresponsive to issues, fail to keep their
-  dependencies updated, remain vulnerable for long periods of time)
-* pkg.go.dev identifies packages that make breaking API changes (i.e., requires fixing uses of those APIs when upgrading
-  those packages to newer versions)
+* pkg.go.dev identifies packages that are poorly maintained (e.g.,
+  unresponsive to issues, fail to keep their dependencies updated, remain
+  vulnerable for long periods of time)
+* pkg.go.dev identifies packages that make breaking API changes (i.e.,
+  requires fixing uses of those APIs when upgrading those packages to newer
+  versions)
 * Support for suppressing vulnerabilities in govulncheck
-* A tool to track how sensitive data flows through a Go program (detect PII leaks)
-* A security best practices guide (e.g., how to choose and update dependencies; how to set up fuzzing, vulnerability
-  checking, and thread sanitizer; how to use crypto)
-* Secure-by-default Web & SQL libraries that help users avoid introducing vulnerabilities in web server code
+* A tool to track how sensitive data flows through a Go program (detect PII
+  leaks)
+* A security best practices guide (e.g., how to choose and update
+  dependencies; how to set up fuzzing, vulnerability checking, and thread
+  sanitizer; how to use crypto)
+* Secure-by-default Web & SQL libraries that help users avoid introducing
+  vulnerabilities in web server code
 * FIPS-140-compliant cryptographic libraries
 
-<img src="survey2023q1/prioritization_security.svg" alt="Bar chart of where respondents spent the most on security
-issues" class="chart"/>
+<img src="survey2023q1/prioritization_security.svg" alt="Bar chart of where
+respondents spent the most on security issues" class="chart"/>
 
-The highest funded security feature was for web & SQL libraries to be secure by default to avoid introducing
-vulnerabilities in web server code, but the top four features all relate to avoiding the introduction of
-vulnerabilities. The desire for secure defaults is consistent with previous security research that showed developers
-want to “shift left” on security: development teams often don’t have time or resources to spend on addressing security
-issues, and thus value tooling that reduces the likelihood of introducing them in the first place. The second most
-common item was a security best practices guide, highlighting the high value of best practices documentation compared to
-new tools or features to the majority of respondents. 
+The highest funded security feature was for web & SQL libraries to be secure
+by default to avoid introducing vulnerabilities in web server code, but the
+top four features all relate to avoiding the introduction of vulnerabilities.
+The desire for secure defaults is consistent with previous security research
+that showed developers want to “shift left” on security: development teams
+often don’t have time or resources to spend on addressing security issues, and
+thus value tooling that reduces the likelihood of introducing them in the
+first place. The second most common item was a security best practices guide,
+highlighting the high value of best practices documentation compared to new
+tools or features to the majority of respondents.
 
 ### Tools
 
-Items we included in this question were inspired by feedback from VS Code plugin users. We wanted to know which tooling
-and IDE improvements would be most helpful to a wider audience who may use other IDEs or editors.
-* Better refactoring tools (e.g., support for automatic code transformation: renamings, function extraction, API
-  migration, etc.)
-* Better support for testing in your code editor/IDE (e.g., robust and scalable Test Explorer UI, 3rd party test
-  framework, subtest support, code coverage)
-* Better support for working on multiple modules in your code editor/IDE (e.g., editing modules A and B, where module A
-  depends on module B)
-* Dependency insights in pkg.go.dev (e.g., vulnerabilities, breaking changes, scorecards)
-* Dependency insights in your code editor/IDE (e.g., vulnerabilities, breaking changes, scorecards)
-* Support for publishing modules with new module paths (e.g., repo ownership handoff)
-* Support finding types that implement an interface & interfaces implemented by a type in your code editor/IDE <img
-src="survey2023q1/prioritization_tooling.svg" alt="Bar chart of where respondents spent the most on tooling"
-class="chart"/>
+Items we included in this question were inspired by feedback from VS Code
+plugin users. We wanted to know which tooling and IDE improvements would be
+most helpful to a wider audience who may use other IDEs or editors.
+* Better refactoring tools (e.g., support for automatic code transformation:
+  renamings, function extraction, API migration, etc.)
+* Better support for testing in your code editor/IDE (e.g., robust and
+  scalable Test Explorer UI, 3rd party test framework, subtest support, code
+  coverage)
+* Better support for working on multiple modules in your code editor/IDE
+  (e.g., editing modules A and B, where module A depends on module B)
+* Dependency insights in pkg.go.dev (e.g., vulnerabilities, breaking changes,
+  scorecards)
+* Dependency insights in your code editor/IDE (e.g., vulnerabilities, breaking
+  changes, scorecards)
+* Support for publishing modules with new module paths (e.g., repo ownership
+  handoff)
+* Support finding types that implement an interface & interfaces implemented
+by a type in your code editor/IDE
 
-The most funded editor feature was *support for finding types that implement an interface and interfaces implemented by
-a type* and *refactoring tools*. We also saw an interesting difference in how respondents spent their gophercoins
-according to preferred editor usage. Most notably, VS Code users spent more gophercoins on refactoring than GoLand
-users, suggesting that automatic code transformations are currently better supported in GoLand than in VS Code. 
+<img
+src="survey2023q1/prioritization_tooling.svg" alt="Bar chart of where
+respondents spent the most on tooling" class="chart"/>
+
+The most funded editor feature was *support for finding types that implement
+an interface and interfaces implemented by a type* and *refactoring tools*. We
+also saw an interesting difference in how respondents spent their gophercoins
+according to preferred editor usage. Most notably, VS Code users spent more
+gophercoins on refactoring than GoLand users, suggesting that automatic code
+transformations are currently better supported in GoLand than in VS Code.
 
 ### Compiler & runtime
 
-Our key question for this section was to determine whether respondents wanted better performance by default, better
-optimization tooling, or just a better understanding of how to write performant Go code. 
+Our key question for this section was to determine whether respondents wanted
+better performance by default, better optimization tooling, or just a better
+understanding of how to write performant Go code.
 * Reduce compute costs
 * Reduce memory use
 * Reduce binary size
 * Reduce build times
 * Better performance debugging tools
-* An optimization guide (how to improve performance and reduce costs, covering Go’s implementation and performance
-  debugging tools)
+* An optimization guide (how to improve performance and reduce costs, covering
+  Go’s implementation and performance debugging tools)
 * Better support for using cgo when cross-compiling
 
-<img src="survey2023q1/prioritization_core.svg" alt="Bar chart of where respondents spent the most on compiler and
-runtime improvements" class="chart"/>
+<img src="survey2023q1/prioritization_core.svg" alt="Bar chart of where
+respondents spent the most on compiler and runtime improvements"
+class="chart"/>
 
-By far the most funded item in this list was an optimization guide. This was consistent across organization size, job
-role, and experience level. We asked an additional question about whether respondents had resource costs concerns. Most
-respondents (55%) said they did not have any cost concerns, but those who had concerns about resource costs spent more
-gophercoins (on average, 2.0) on reducing compute costs and memory costs than those who did not. However, even those who
-were concerned about resource costs still spent about as much on the optimization guide (on average 1.9 gophercoins).
-This is a strong signal that providing guidance for Go developers to understand and optimize Go performance is currently
-more valuable than additional compiler and runtime performance improvements. 
+By far the most funded item in this list was an optimization guide. This was
+consistent across organization size, job role, and experience level. We asked
+an additional question about whether respondents had resource costs concerns.
+Most respondents (55%) said they did not have any cost concerns, but those who
+had concerns about resource costs spent more gophercoins (on average, 2.0) on
+reducing compute costs and memory costs than those who did not. However, even
+those who were concerned about resource costs still spent about as much on the
+optimization guide (on average 1.9 gophercoins). This is a strong signal that
+providing guidance for Go developers to understand and optimize Go performance
+is currently more valuable than additional compiler and runtime performance
+improvements.
 
 ## Conclusion {#conclusion}
 
-Thank you for joining us in reviewing the results of our first developer survey of 2023! Understanding developers’
-experiences and challenges helps us prioritize how to best serve the Go community. Some takeaways we found particularly
-useful:
+Thank you for joining us in reviewing the results of our first developer
+survey of 2023! Understanding developers’ experiences and challenges helps us
+prioritize how to best serve the Go community. Some takeaways we found
+particularly useful:
 
-* Novice Go developers have more of an affinity for web development than respondents of other levels of experience. This
-  is an area we’d like to explore further to make sure we’re meeting the needs of new Go developers.
-* Secure defaults, best practice guidance on security and optimization, and more refactoring assistance in IDEs would be
-  valuable additions to the community. 
-* Error handling is a high priority issue for the community and creates challenges in terms of verbosity and
-  debuggability. The Go team doesn’t have a public proposal to share at this time but is continuing to explore options
+* Novice Go developers have more of an affinity for web development than
+  respondents of other levels of experience. This is an area we’d like to
+  explore further to make sure we’re meeting the needs of new Go developers.
+* Secure defaults, best practice guidance on security and optimization, and
+  more refactoring assistance in IDEs would be valuable additions to the
+  community.
+* Error handling is a high priority issue for the community and creates
+  challenges in terms of verbosity and debuggability. The Go team doesn’t have
+  a public proposal to share at this time but is continuing to explore options
   to improve error handling.
-* Onboarding and learning best practices are among the top challenges for respondents and will be areas of future UX
-  research. 
-* For Go module maintainers, keeping dependencies up to date, module versioning, and identifying or avoiding breaking
-  changes are the biggest challenges. Helping maintainers provide a stable and healthy ecosystem is another topic of
-  interest for further UX research.
+* Onboarding and learning best practices are among the top challenges for
+  respondents and will be areas of future research.
+* For Go module maintainers, keeping dependencies up to date, module
+  versioning, and identifying or avoiding breaking changes are the biggest
+  challenges. Helping maintainers provide a stable and healthy ecosystem is
+  another topic of interest for further UX research.
 
-Thanks again to everyone who responded and contributed to this survey—we couldn't have done it without you. We hope to
-see you later this year for the next survey.
+Thanks again to everyone who responded and contributed to this survey—we
+couldn't have done it without you. We hope to see you later this year for the
+next survey.
 
 
 
diff --git a/_content/blog/survey2023q1/app_opportunities_exp.svg b/_content/blog/survey2023q1/app_opportunities_exp.svg
index e32705f..fade9a2 100644
--- a/_content/blog/survey2023q1/app_opportunities_exp.svg
+++ b/_content/blog/survey2023q1/app_opportunities_exp.svg
@@ -23,330 +23,330 @@
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHw2ODcuMzk=)'>
 </g>
 <defs>
-  <clipPath id='cpMTc5Ljk1fDQyNi41Mnw2NC4xMnw2MzkuMDU='>
-    <rect x='179.95' y='64.12' width='246.57' height='574.93' />
+  <clipPath id='cpMTY1LjI4fDQyNi41Mnw2NC4xN3w2MzkuMDE='>
+    <rect x='165.28' y='64.17' width='261.24' height='574.84' />
   </clipPath>
 </defs>
-<g clip-path='url(#cpMTc5Ljk1fDQyNi41Mnw2NC4xMnw2MzkuMDU=)'>
-<polyline points='233.55,639.05 233.55,64.12 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='340.76,639.05 340.76,64.12 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='179.95,639.05 179.95,64.12 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='287.16,639.05 287.16,64.12 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='394.36,639.05 394.36,64.12 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='179.95' y='96.51' width='77.32' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='179.95' y='582.37' width='1.15' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='179.95' y='460.90' width='2.88' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='179.95' y='541.88' width='1.01' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='179.95' y='258.46' width='8.93' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='179.95' y='298.95' width='9.36' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='179.95' y='137.00' width='30.38' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='179.95' y='379.93' width='8.64' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='179.95' y='501.39' width='2.16' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='179.95' y='217.98' width='16.27' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='179.95' y='339.44' width='9.07' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='179.95' y='420.42' width='11.52' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='179.95' y='177.49' width='29.09' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='179.95' y='622.86' width='6.62' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='179.95' y='88.41' width='65.76' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='179.95' y='574.27' width='2.68' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='179.95' y='452.81' width='4.21' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='179.95' y='533.78' width='3.19' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='179.95' y='250.37' width='10.85' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='179.95' y='290.85' width='11.75' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='179.95' y='128.90' width='30.26' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='179.95' y='371.83' width='10.60' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='179.95' y='493.30' width='3.19' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='179.95' y='209.88' width='19.03' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='179.95' y='331.34' width='9.83' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='179.95' y='412.32' width='10.98' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='179.95' y='169.39' width='27.33' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='179.95' y='614.76' width='4.72' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='179.95' y='80.32' width='47.41' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='179.95' y='566.17' width='6.01' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='179.95' y='444.71' width='12.91' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='179.95' y='525.69' width='6.19' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='179.95' y='242.27' width='13.62' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='179.95' y='282.76' width='12.21' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='179.95' y='120.81' width='32.02' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='179.95' y='363.73' width='13.27' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='179.95' y='485.20' width='5.13' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='179.95' y='201.78' width='16.28' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='179.95' y='323.25' width='10.61' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='179.95' y='404.22' width='10.44' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='179.95' y='161.29' width='23.71' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='179.95' y='606.66' width='4.60' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='179.95' y='72.22' width='33.07' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='179.95' y='558.08' width='4.80' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='179.95' y='436.61' width='16.53' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='179.95' y='517.59' width='5.87' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='179.95' y='234.17' width='16.00' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='179.95' y='274.66' width='13.87' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='179.95' y='112.71' width='24.00' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='179.95' y='355.64' width='10.67' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='179.95' y='477.10' width='4.80' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='179.95' y='193.68' width='19.20' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='179.95' y='315.15' width='27.20' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='179.95' y='396.12' width='5.33' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='179.95' y='153.20' width='26.67' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='179.95' y='598.56' width='6.40' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<polyline points='262.51,103.09 262.51,101.07 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='262.51,102.08 252.05,102.08 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='252.05,103.09 252.05,101.07 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='181.90,588.95 181.90,586.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='181.90,587.94 180.31,587.94 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='180.31,588.95 180.31,586.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.09,467.48 184.09,465.46 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.09,466.47 181.58,466.47 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='181.58,467.48 181.58,465.46 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='181.71,548.46 181.71,546.44 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='181.71,547.45 180.22,547.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='180.22,548.46 180.22,546.44 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='191.06,265.04 191.06,263.02 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='191.06,264.03 186.71,264.03 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='186.71,265.04 186.71,263.02 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='191.54,305.53 191.54,303.51 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='191.54,304.52 187.09,304.52 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.09,305.53 187.09,303.51 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='214.13,143.58 214.13,141.56 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='214.13,142.57 206.54,142.57 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='206.54,143.58 206.54,141.56 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='190.73,386.51 190.73,384.48 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='190.73,385.50 186.45,385.50 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='186.45,386.51 186.45,384.48 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.20,507.97 183.20,505.95 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.20,506.96 181.03,506.96 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='181.03,507.97 181.03,505.95 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='199.11,224.56 199.11,222.53 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='199.11,223.54 193.34,223.54 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='193.34,224.56 193.34,222.53 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='191.22,346.02 191.22,344.00 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='191.22,345.01 186.83,345.01 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='186.83,346.02 186.83,344.00 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='193.93,427.00 193.93,424.97 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='193.93,425.98 189.02,425.98 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='189.02,427.00 189.02,424.97 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='212.77,184.07 212.77,182.04 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='212.77,183.06 205.31,183.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='205.31,184.07 205.31,182.04 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='188.46,629.44 188.46,627.41 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='188.46,628.42 184.69,628.42 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.69,629.44 184.69,627.41 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='250.45,93.98 250.45,91.96 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='250.45,92.97 240.99,92.97 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='240.99,93.98 240.99,91.96 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.77,579.84 183.77,577.81 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.77,578.83 181.49,578.83 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='181.49,579.84 181.49,577.81 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='185.59,458.37 185.59,456.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='185.59,457.36 182.74,457.36 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='182.74,458.37 182.74,456.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.39,539.35 184.39,537.33 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.39,538.34 181.90,538.34 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='181.90,539.35 181.90,537.33 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='193.06,255.93 193.06,253.91 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='193.06,254.92 188.56,254.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='188.56,255.93 188.56,253.91 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='194.04,296.42 194.04,294.40 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='194.04,295.41 189.37,295.41 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='189.37,296.42 189.37,294.40 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='213.79,134.47 213.79,132.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='213.79,133.46 206.65,133.46 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='206.65,134.47 206.65,132.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='192.78,377.40 192.78,375.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='192.78,376.39 188.33,376.39 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='188.33,377.40 188.33,375.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.39,498.86 184.39,496.84 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.39,497.85 181.90,497.85 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='181.90,498.86 181.90,496.84 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='201.90,215.45 201.90,213.42 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='201.90,214.43 196.06,214.43 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='196.06,215.45 196.06,213.42 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='191.93,336.91 191.93,334.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='191.93,335.90 187.64,335.90 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.64,336.91 187.64,334.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='193.20,417.89 193.20,415.86 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='193.20,416.87 188.67,416.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='188.67,417.89 188.67,415.86 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='210.70,174.96 210.70,172.93 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='210.70,173.95 203.86,173.95 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='203.86,174.96 203.86,172.93 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='186.18,620.33 186.18,618.30 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='186.18,619.31 183.17,619.31 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.17,620.33 183.17,618.30 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='232.37,84.87 232.37,82.85 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='232.37,83.86 222.35,83.86 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='222.35,84.87 222.35,82.85 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.96,570.73 187.96,568.70 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.96,569.72 183.97,569.72 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.97,570.73 183.97,568.70 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='195.74,449.26 195.74,447.24 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='195.74,448.25 190.00,448.25 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='190.00,449.26 190.00,447.24 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='188.17,530.24 188.17,528.22 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='188.17,529.23 184.12,529.23 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.12,530.24 184.12,528.22 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='196.52,246.82 196.52,244.80 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='196.52,245.81 190.63,245.81 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='190.63,246.82 190.63,244.80 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='194.96,287.31 194.96,285.29 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='194.96,286.30 189.36,286.30 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='189.36,287.31 189.36,285.29 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='216.27,125.36 216.27,123.34 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='216.27,124.35 207.67,124.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='207.67,125.36 207.67,123.34 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='196.13,368.29 196.13,366.26 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='196.13,367.28 190.31,367.28 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='190.31,368.29 190.31,366.26 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='186.93,489.75 186.93,487.73 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='186.93,488.74 183.24,488.74 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.24,489.75 183.24,487.73 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='199.43,206.34 199.43,204.31 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='199.43,205.32 193.03,205.32 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='193.03,206.34 193.03,204.31 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='193.19,327.80 193.19,325.78 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='193.19,326.79 187.95,326.79 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.95,327.80 187.95,325.78 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='192.99,408.78 192.99,406.75 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='192.99,407.76 187.79,407.76 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.79,408.78 187.79,406.75 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='207.44,165.85 207.44,163.82 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='207.44,164.84 199.87,164.84 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='199.87,165.85 199.87,163.82 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='186.30,611.22 186.30,609.19 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='186.30,610.20 182.80,610.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='182.80,611.22 182.80,609.19 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='220.59,75.76 220.59,73.74 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='220.59,74.75 205.45,74.75 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='205.45,75.76 205.45,73.74 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.85,561.62 187.85,559.59 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.85,560.61 181.65,560.61 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='181.65,561.62 181.65,559.59 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='202.08,440.15 202.08,438.13 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='202.08,439.14 190.90,439.14 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='190.90,440.15 190.90,438.13 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='189.24,521.13 189.24,519.11 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='189.24,520.12 182.40,520.12 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='182.40,521.13 182.40,519.11 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='201.46,237.71 201.46,235.69 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='201.46,236.70 190.45,236.70 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='190.45,237.71 190.45,235.69 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='198.98,278.20 198.98,276.18 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='198.98,277.19 188.67,277.19 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='188.67,278.20 188.67,276.18 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='210.56,116.25 210.56,114.23 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='210.56,115.24 197.35,115.24 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='197.35,116.25 197.35,114.23 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='195.18,359.18 195.18,357.15 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='195.18,358.17 186.06,358.17 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='186.06,359.18 186.06,357.15 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.85,480.64 187.85,478.62 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.85,479.63 181.65,479.63 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='181.65,480.64 181.65,478.62 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='205.14,197.23 205.14,195.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='205.14,196.21 193.17,196.21 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='193.17,197.23 193.17,195.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='214.13,318.69 214.13,316.67 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='214.13,317.68 200.18,317.68 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='200.18,318.69 200.18,316.67 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='188.55,399.67 188.55,397.64 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='188.55,398.65 182.02,398.65 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='182.02,399.67 182.02,397.64 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='213.54,156.74 213.54,154.71 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='213.54,155.73 199.70,155.73 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='199.70,156.74 199.70,154.71 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='189.92,602.11 189.92,600.08 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='189.92,601.09 182.79,601.09 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='182.79,602.11 182.79,600.08 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<text x='263.95' y='104.82' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>36%</text>
-<text x='185.87' y='590.67' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>1%</text>
-<text x='187.59' y='469.21' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>1%</text>
-<text x='185.72' y='550.18' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='193.64' y='266.77' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>4%</text>
-<text x='194.07' y='307.26' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>4%</text>
-<text x='217.01' y='145.30' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>14%</text>
-<text x='193.35' y='388.23' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>4%</text>
-<text x='186.87' y='509.70' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>1%</text>
-<text x='200.99' y='226.28' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>8%</text>
-<text x='193.79' y='347.74' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>4%</text>
-<text x='196.23' y='428.72' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>5%</text>
-<text x='215.71' y='185.79' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>14%</text>
-<text x='191.34' y='631.16' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>3%</text>
-<text x='252.39' y='95.71' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>31%</text>
-<text x='187.40' y='581.56' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>1%</text>
-<text x='188.93' y='460.10' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>2%</text>
-<text x='187.91' y='541.07' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>1%</text>
-<text x='195.57' y='257.66' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>5%</text>
-<text x='196.46' y='298.15' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>5%</text>
-<text x='216.89' y='136.19' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>14%</text>
-<text x='195.31' y='379.12' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>5%</text>
-<text x='187.91' y='500.59' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>1%</text>
-<text x='203.74' y='217.17' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>9%</text>
-<text x='194.55' y='338.63' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>5%</text>
-<text x='195.70' y='419.61' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>5%</text>
-<text x='213.95' y='176.68' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>13%</text>
-<text x='189.44' y='622.05' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>2%</text>
-<text x='234.03' y='86.60' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>22%</text>
-<text x='190.73' y='572.45' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>3%</text>
-<text x='197.63' y='450.99' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>6%</text>
-<text x='190.91' y='531.96' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>3%</text>
-<text x='198.34' y='248.55' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>6%</text>
-<text x='196.92' y='289.04' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>6%</text>
-<text x='218.64' y='127.08' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>15%</text>
-<text x='197.98' y='370.01' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>6%</text>
-<text x='189.84' y='491.48' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>2%</text>
-<text x='200.99' y='208.06' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>8%</text>
-<text x='195.33' y='329.52' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>5%</text>
-<text x='195.15' y='410.50' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>5%</text>
-<text x='210.33' y='167.57' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>11%</text>
-<text x='189.31' y='612.94' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>2%</text>
-<text x='219.69' y='77.49' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>15%</text>
-<text x='189.51' y='563.34' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>2%</text>
-<text x='201.25' y='441.88' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>8%</text>
-<text x='190.58' y='522.85' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>3%</text>
-<text x='200.71' y='239.44' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>7%</text>
-<text x='198.58' y='279.93' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>6%</text>
-<text x='210.62' y='117.97' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>11%</text>
-<text x='195.38' y='360.90' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>5%</text>
-<text x='189.51' y='482.37' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>2%</text>
-<text x='203.91' y='198.95' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>9%</text>
-<text x='213.82' y='320.41' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>13%</text>
-<text x='190.05' y='401.39' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>2%</text>
-<text x='213.29' y='158.46' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>12%</text>
-<text x='191.11' y='603.83' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>3%</text>
+<g clip-path='url(#cpMTY1LjI4fDQyNi41Mnw2NC4xN3w2MzkuMDE=)'>
+<polyline points='222.07,639.01 222.07,64.17 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='335.65,639.01 335.65,64.17 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='165.28,639.01 165.28,64.17 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='278.86,639.01 278.86,64.17 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='392.45,639.01 392.45,64.17 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<rect x='165.28' y='96.55' width='81.93' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='165.28' y='582.33' width='1.22' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='165.28' y='460.89' width='3.05' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='165.28' y='541.85' width='1.07' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='165.28' y='258.48' width='9.46' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='165.28' y='298.96' width='9.92' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='165.28' y='137.03' width='32.19' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='165.28' y='379.92' width='9.15' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='165.28' y='501.37' width='2.29' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='165.28' y='218.00' width='17.24' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='165.28' y='339.44' width='9.61' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='165.28' y='420.41' width='12.21' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='165.28' y='177.51' width='30.82' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='165.28' y='622.82' width='7.02' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='165.28' y='88.45' width='69.58' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='165.28' y='574.24' width='2.84' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='165.28' y='452.79' width='4.47' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='165.28' y='533.76' width='3.38' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='165.28' y='250.38' width='11.51' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='165.28' y='290.86' width='12.45' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='165.28' y='128.94' width='32.08' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='165.28' y='371.83' width='11.24' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='165.28' y='493.27' width='3.38' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='165.28' y='209.90' width='20.17' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='165.28' y='331.35' width='10.42' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='165.28' y='412.31' width='11.64' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='165.28' y='169.42' width='28.97' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='165.28' y='614.72' width='5.01' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='165.28' y='80.36' width='50.23' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='165.28' y='566.14' width='6.37' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='165.28' y='444.70' width='13.68' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='165.28' y='525.66' width='6.56' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='165.28' y='242.29' width='14.43' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='165.28' y='282.77' width='12.93' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='165.28' y='120.84' width='33.92' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='165.28' y='363.73' width='14.06' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='165.28' y='485.18' width='5.44' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='165.28' y='201.80' width='17.24' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='165.28' y='323.25' width='11.25' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='165.28' y='404.21' width='11.06' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='165.28' y='161.32' width='25.12' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='165.28' y='606.62' width='4.87' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='165.28' y='72.26' width='35.04' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='165.28' y='558.05' width='5.09' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='165.28' y='436.60' width='17.52' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='165.28' y='517.56' width='6.22' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='165.28' y='234.19' width='16.95' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='165.28' y='274.67' width='14.69' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='165.28' y='112.74' width='25.43' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='165.28' y='355.64' width='11.30' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='165.28' y='477.08' width='5.09' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='165.28' y='193.71' width='20.34' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='165.28' y='315.15' width='28.82' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='165.28' y='396.12' width='5.65' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='165.28' y='153.23' width='28.25' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='165.28' y='598.53' width='6.78' height='8.10' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<polyline points='252.75,103.13 252.75,101.10 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='252.75,102.12 241.67,102.12 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='241.67,103.13 241.67,101.10 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.34,588.91 167.34,586.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.34,587.90 165.66,587.90 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='165.66,588.91 165.66,586.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='169.66,467.47 169.66,465.44 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='169.66,466.45 167.00,466.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.00,467.47 167.00,465.44 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.14,548.43 167.14,546.41 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.14,547.42 165.56,547.42 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='165.56,548.43 165.56,546.41 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='177.04,265.06 177.04,263.03 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='177.04,264.04 172.43,264.04 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='172.43,265.06 172.43,263.03 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='177.55,305.54 177.55,303.51 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='177.55,304.53 172.84,304.53 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='172.84,305.54 172.84,303.51 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='201.49,143.61 201.49,141.59 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='201.49,142.60 193.45,142.60 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='193.45,143.61 193.45,141.59 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='176.70,386.50 176.70,384.48 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='176.70,385.49 172.16,385.49 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='172.16,386.50 172.16,384.48 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='168.72,507.95 168.72,505.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='168.72,506.94 166.42,506.94 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='166.42,507.95 166.42,505.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='185.57,224.57 185.57,222.55 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='185.57,223.56 179.46,223.56 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='179.46,224.57 179.46,222.55 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='177.21,346.02 177.21,344.00 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='177.21,345.01 172.57,345.01 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='172.57,346.02 172.57,344.00 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='180.09,426.98 180.09,424.96 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='180.09,425.97 174.88,425.97 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='174.88,426.98 174.88,424.96 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='200.05,184.09 200.05,182.07 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='200.05,183.08 192.15,183.08 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='192.15,184.09 192.15,182.07 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='174.29,629.39 174.29,627.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='174.29,628.38 170.30,628.38 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='170.30,629.39 170.30,627.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='239.87,94.02 239.87,92.00 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='239.87,93.01 229.85,93.01 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='229.85,94.02 229.85,92.00 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='169.33,579.80 169.33,577.78 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='169.33,578.79 166.91,578.79 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='166.91,579.80 166.91,577.78 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='171.26,458.36 171.26,456.33 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='171.26,457.35 168.24,457.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='168.24,458.36 168.24,456.33 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='169.98,539.32 169.98,537.30 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='169.98,538.31 167.35,538.31 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.35,539.32 167.35,537.30 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='179.17,255.95 179.17,253.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='179.17,254.94 174.40,254.94 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='174.40,255.95 174.40,253.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='180.21,296.43 180.21,294.41 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='180.21,295.42 175.26,295.42 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='175.26,296.43 175.26,294.41 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='201.15,134.50 201.15,132.48 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='201.15,133.49 193.58,133.49 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='193.58,134.50 193.58,132.48 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='178.87,377.39 178.87,375.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='178.87,376.38 174.16,376.38 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='174.16,377.39 174.16,375.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='169.98,498.84 169.98,496.82 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='169.98,497.83 167.35,497.83 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.35,498.84 167.35,496.82 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='188.54,215.47 188.54,213.44 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='188.54,214.45 182.36,214.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='182.36,215.47 182.36,213.44 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='177.98,336.91 177.98,334.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='177.98,335.90 173.43,335.90 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='173.43,336.91 173.43,334.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='179.32,417.88 179.32,415.85 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='179.32,416.86 174.53,416.86 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='174.53,417.88 174.53,415.85 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='197.88,174.98 197.88,172.96 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='197.88,173.97 190.62,173.97 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='190.62,174.98 190.62,172.96 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='171.88,620.29 171.88,618.26 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='171.88,619.27 168.69,619.27 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='168.69,620.29 168.69,618.26 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='220.82,84.91 220.82,82.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='220.82,83.90 210.20,83.90 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='210.20,84.91 210.20,82.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='173.76,570.70 173.76,568.67 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='173.76,569.68 169.54,569.68 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='169.54,570.70 169.54,568.67 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='182.00,449.25 182.00,447.23 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='182.00,448.24 175.92,448.24 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='175.92,449.25 175.92,447.23 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='173.98,530.21 173.98,528.19 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='173.98,529.20 169.70,529.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='169.70,530.21 169.70,528.19 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='182.83,246.84 182.83,244.82 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='182.83,245.83 176.59,245.83 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='176.59,246.84 176.59,244.82 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='181.18,287.32 181.18,285.30 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='181.18,286.31 175.25,286.31 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='175.25,287.32 175.25,285.30 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='203.76,125.39 203.76,123.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='203.76,124.38 194.65,124.38 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='194.65,125.39 194.65,123.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='182.42,368.29 182.42,366.26 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='182.42,367.27 176.26,367.27 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='176.26,368.29 176.26,366.26 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='172.67,489.73 172.67,487.71 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='172.67,488.72 168.76,488.72 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='168.76,489.73 168.76,487.71 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='185.91,206.36 185.91,204.33 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='185.91,205.35 179.14,205.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='179.14,206.36 179.14,204.33 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='179.30,327.80 179.30,325.78 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='179.30,326.79 173.75,326.79 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='173.75,327.80 173.75,325.78 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='179.09,408.77 179.09,406.74 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='179.09,407.76 173.59,407.76 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='173.59,408.77 173.59,406.74 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='194.41,165.88 194.41,163.85 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='194.41,164.86 186.38,164.86 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='186.38,165.88 186.38,163.85 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='172.01,611.18 172.01,609.15 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='172.01,610.17 168.30,610.17 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='168.30,611.18 168.30,609.15 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='208.34,75.80 208.34,73.78 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='208.34,74.79 192.29,74.79 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='192.29,75.80 192.29,73.78 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='173.65,561.59 173.65,559.56 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='173.65,560.58 167.08,560.58 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.08,561.59 167.08,559.56 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='188.72,440.14 188.72,438.12 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='188.72,439.13 176.87,439.13 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='176.87,440.14 176.87,438.12 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='175.12,521.11 175.12,519.08 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='175.12,520.09 167.87,520.09 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.87,521.11 167.87,519.08 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='188.07,237.73 188.07,235.71 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='188.07,236.72 176.40,236.72 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='176.40,237.73 176.40,235.71 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='185.43,278.21 185.43,276.19 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='185.43,277.20 174.51,277.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='174.51,278.21 174.51,276.19 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='197.71,116.29 197.71,114.26 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='197.71,115.27 183.71,115.27 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='183.71,116.29 183.71,114.26 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='181.41,359.18 181.41,357.15 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='181.41,358.17 171.75,358.17 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='171.75,359.18 171.75,357.15 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='173.65,480.62 173.65,478.60 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='173.65,479.61 167.08,479.61 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.08,480.62 167.08,478.60 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='191.96,197.25 191.96,195.23 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='191.96,196.24 179.28,196.24 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='179.28,197.25 179.28,195.23 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='201.49,318.70 201.49,316.67 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='201.49,317.68 186.71,317.68 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='186.71,318.70 186.71,316.67 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='174.39,399.66 174.39,397.64 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='174.39,398.65 167.47,398.65 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.47,399.66 167.47,397.64 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='200.86,156.77 200.86,154.74 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='200.86,155.76 186.21,155.76 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='186.21,156.77 186.21,154.74 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='175.84,602.07 175.84,600.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='175.84,601.06 168.28,601.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='168.28,602.07 168.28,600.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<text x='253.21' y='104.81' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>36%</text>
+<text x='170.83' y='590.59' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>1%</text>
+<text x='172.67' y='469.14' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>1%</text>
+<text x='170.68' y='550.11' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>0%</text>
+<text x='179.07' y='266.73' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>4%</text>
+<text x='179.53' y='307.22' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>4%</text>
+<text x='203.47' y='145.29' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>14%</text>
+<text x='178.77' y='388.18' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>4%</text>
+<text x='171.90' y='509.63' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>1%</text>
+<text x='186.85' y='226.25' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>8%</text>
+<text x='179.23' y='347.70' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>4%</text>
+<text x='181.82' y='428.66' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>5%</text>
+<text x='202.10' y='185.77' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>14%</text>
+<text x='176.63' y='631.07' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>3%</text>
+<text x='240.87' y='95.70' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>31%</text>
+<text x='172.46' y='581.48' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>1%</text>
+<text x='174.08' y='460.04' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='173.00' y='541.00' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>1%</text>
+<text x='181.12' y='257.63' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>5%</text>
+<text x='182.07' y='298.11' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>5%</text>
+<text x='203.37' y='136.18' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>14%</text>
+<text x='180.85' y='379.07' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>5%</text>
+<text x='173.00' y='500.52' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>1%</text>
+<text x='189.79' y='217.14' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>9%</text>
+<text x='180.04' y='338.59' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>5%</text>
+<text x='181.26' y='419.55' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>5%</text>
+<text x='200.25' y='176.66' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>13%</text>
+<text x='174.62' y='621.96' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='221.51' y='86.59' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>22%</text>
+<text x='175.99' y='572.37' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>3%</text>
+<text x='183.30' y='450.93' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>6%</text>
+<text x='176.17' y='531.89' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>3%</text>
+<text x='184.05' y='248.52' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>6%</text>
+<text x='182.55' y='289.00' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>6%</text>
+<text x='205.21' y='127.07' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>15%</text>
+<text x='183.67' y='369.96' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>6%</text>
+<text x='175.05' y='491.41' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='186.86' y='208.04' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>8%</text>
+<text x='180.86' y='329.48' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>5%</text>
+<text x='180.67' y='410.45' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>5%</text>
+<text x='196.40' y='167.55' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>11%</text>
+<text x='174.49' y='612.85' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='206.32' y='77.48' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>15%</text>
+<text x='174.70' y='563.26' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='187.13' y='441.82' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>8%</text>
+<text x='175.83' y='522.78' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>3%</text>
+<text x='186.57' y='239.41' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>7%</text>
+<text x='184.31' y='279.89' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>6%</text>
+<text x='196.71' y='117.96' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>11%</text>
+<text x='180.92' y='360.85' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>5%</text>
+<text x='174.70' y='482.30' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='189.96' y='198.93' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>9%</text>
+<text x='200.10' y='320.37' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>13%</text>
+<text x='175.26' y='401.34' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='199.54' y='158.44' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>12%</text>
+<text x='176.39' y='603.75' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>3%</text>
 </g>
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHw2ODcuMzk=)'>
-<text x='175.02' y='617.68' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='22.72px' lengthAdjust='spacingAndGlyphs'>Other</text>
-<text x='175.02' y='577.19' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='157.43px' lengthAdjust='spacingAndGlyphs'>Agents and daemons (e.g., monitoring)</text>
-<text x='175.02' y='536.70' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='147.18px' lengthAdjust='spacingAndGlyphs'>A runnable/interactive program (CLI)</text>
-<text x='175.02' y='496.21' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='95.08px' lengthAdjust='spacingAndGlyphs'>Libraries or frameworks</text>
-<text x='175.02' y='455.72' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='155.03px' lengthAdjust='spacingAndGlyphs'>API/RPC services (returning non-HTML)</text>
-<text x='175.02' y='415.24' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='154.83px' lengthAdjust='spacingAndGlyphs'>Embedded devices / Internet of Things</text>
-<text x='175.02' y='374.75' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='27.99px' lengthAdjust='spacingAndGlyphs'>Games</text>
-<text x='175.02' y='329.94' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='138.26px' lengthAdjust='spacingAndGlyphs'>Websites / web services (returning</text>
-<text x='175.02' y='338.58' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='25.38px' lengthAdjust='spacingAndGlyphs'>HTML)</text>
-<text x='175.02' y='289.45' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='129.05px' lengthAdjust='spacingAndGlyphs'>Data processing (e.g., pipelines,</text>
-<text x='175.02' y='298.09' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='51.52px' lengthAdjust='spacingAndGlyphs'>aggregation)</text>
-<text x='175.02' y='248.96' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='151.98px' lengthAdjust='spacingAndGlyphs'>Automation/scripts (e.g., deployment,</text>
-<text x='175.02' y='257.60' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='112.32px' lengthAdjust='spacingAndGlyphs'>configuration management)</text>
-<text x='175.02' y='212.79' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='48.02px' lengthAdjust='spacingAndGlyphs'>Mobile apps</text>
-<text x='175.02' y='167.99' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='109.37px' lengthAdjust='spacingAndGlyphs'>Machine learning / Artificial</text>
-<text x='175.02' y='176.63' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='46.43px' lengthAdjust='spacingAndGlyphs'>intelligence</text>
-<text x='175.02' y='131.82' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='106.03px' lengthAdjust='spacingAndGlyphs'>Desktop / GUI applications</text>
-<text x='175.02' y='87.01' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='145.71px' lengthAdjust='spacingAndGlyphs'>None. I already use Go everywhere I</text>
-<text x='175.02' y='95.65' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='53.04px' lengthAdjust='spacingAndGlyphs'>would like to.</text>
-<text x='179.95' y='649.82' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='12.69px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='287.16' y='649.82' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='17.78px' lengthAdjust='spacingAndGlyphs'>50%</text>
-<text x='394.36' y='649.82' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='22.87px' lengthAdjust='spacingAndGlyphs'>100%</text>
-<text x='303.24' y='667.27' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='70.03px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<rect x='177.22' y='39.70' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='226.52' y='39.70' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='300.29' y='39.70' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='361.94' y='39.70' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<text x='194.67' y='48.99' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='27.16px' lengthAdjust='spacingAndGlyphs'>Novice</text>
-<text x='243.97' y='48.99' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='51.62px' lengthAdjust='spacingAndGlyphs'>Intermediate</text>
-<text x='317.74' y='48.99' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='39.51px' lengthAdjust='spacingAndGlyphs'>Advanced</text>
-<text x='379.39' y='48.99' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='26.22px' lengthAdjust='spacingAndGlyphs'>Expert</text>
-<text x='5.48' y='17.75' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='380.74px' lengthAdjust='spacingAndGlyphs'>In which area (if any) are you not using Go, but would most like to?</text>
-<text x='426.52' y='680.25' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='42.30px' lengthAdjust='spacingAndGlyphs'>n =  4,782</text>
+<text x='160.35' y='617.59' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='20.01px' lengthAdjust='spacingAndGlyphs'>Other</text>
+<text x='160.35' y='577.11' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='138.34px' lengthAdjust='spacingAndGlyphs'>Agents and daemons (e.g., monitoring)</text>
+<text x='160.35' y='536.63' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='129.42px' lengthAdjust='spacingAndGlyphs'>A runnable/interactive program (CLI)</text>
+<text x='160.35' y='496.14' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='83.60px' lengthAdjust='spacingAndGlyphs'>Libraries or frameworks</text>
+<text x='160.35' y='455.66' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='142.73px' lengthAdjust='spacingAndGlyphs'>API/RPC services (returning non-HTML)</text>
+<text x='160.35' y='415.18' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='137.02px' lengthAdjust='spacingAndGlyphs'>Embedded devices / Internet of Things</text>
+<text x='160.35' y='374.70' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='25.79px' lengthAdjust='spacingAndGlyphs'>Games</text>
+<text x='160.35' y='329.90' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='122.31px' lengthAdjust='spacingAndGlyphs'>Websites / web services (returning</text>
+<text x='160.35' y='338.54' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='24.44px' lengthAdjust='spacingAndGlyphs'>HTML)</text>
+<text x='160.35' y='289.41' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='114.32px' lengthAdjust='spacingAndGlyphs'>Data processing (e.g., pipelines,</text>
+<text x='160.35' y='298.05' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='44.93px' lengthAdjust='spacingAndGlyphs'>aggregation)</text>
+<text x='160.35' y='248.93' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='132.11px' lengthAdjust='spacingAndGlyphs'>Automation/scripts (e.g., deployment,</text>
+<text x='160.35' y='257.57' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='97.42px' lengthAdjust='spacingAndGlyphs'>configuration management)</text>
+<text x='160.35' y='212.77' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='43.15px' lengthAdjust='spacingAndGlyphs'>Mobile apps</text>
+<text x='160.35' y='167.97' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='95.63px' lengthAdjust='spacingAndGlyphs'>Machine learning / Artificial</text>
+<text x='160.35' y='176.61' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='40.04px' lengthAdjust='spacingAndGlyphs'>intelligence</text>
+<text x='160.35' y='131.81' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='94.74px' lengthAdjust='spacingAndGlyphs'>Desktop / GUI applications</text>
+<text x='160.35' y='87.00' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='130.32px' lengthAdjust='spacingAndGlyphs'>None. I already use Go everywhere I</text>
+<text x='160.35' y='95.64' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='46.26px' lengthAdjust='spacingAndGlyphs'>would like to.</text>
+<text x='165.28' y='649.68' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='11.56px' lengthAdjust='spacingAndGlyphs'>0%</text>
+<text x='278.86' y='649.68' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='16.01px' lengthAdjust='spacingAndGlyphs'>50%</text>
+<text x='392.45' y='649.68' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='20.46px' lengthAdjust='spacingAndGlyphs'>100%</text>
+<text x='295.90' y='667.15' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='62.28px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
+<rect x='178.31' y='39.74' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='224.91' y='39.74' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='291.53' y='39.74' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='349.27' y='39.74' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<text x='195.76' y='48.99' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='24.46px' lengthAdjust='spacingAndGlyphs'>Novice</text>
+<text x='242.36' y='48.99' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='44.48px' lengthAdjust='spacingAndGlyphs'>Intermediate</text>
+<text x='308.98' y='48.99' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='35.59px' lengthAdjust='spacingAndGlyphs'>Advanced</text>
+<text x='366.72' y='48.99' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='23.13px' lengthAdjust='spacingAndGlyphs'>Expert</text>
+<text x='5.48' y='17.66' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='318.95px' lengthAdjust='spacingAndGlyphs'>In which area (if any) are you not using Go, but would most like to?</text>
+<text x='426.52' y='680.14' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='35.82px' lengthAdjust='spacingAndGlyphs'>n =  4,781</text>
 </g>
 </svg>
diff --git a/_content/blog/survey2023q1/cost_concern.svg b/_content/blog/survey2023q1/cost_concern.svg
index 51fe457..a6dc520 100644
--- a/_content/blog/survey2023q1/cost_concern.svg
+++ b/_content/blog/survey2023q1/cost_concern.svg
@@ -23,56 +23,56 @@
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHwxODMuODQ=)'>
 </g>
 <defs>
-  <clipPath id='cpMTcwLjk3fDQyNi41MnwzNS42MnwxMzUuNTA='>
-    <rect x='170.97' y='35.62' width='255.55' height='99.89' />
+  <clipPath id='cpMTU1LjEwfDQyNi41MnwzNS42NnwxMzUuNDY='>
+    <rect x='155.10' y='35.66' width='271.42' height='99.80' />
   </clipPath>
 </defs>
-<g clip-path='url(#cpMTcwLjk3fDQyNi41MnwzNS42MnwxMzUuNTA=)'>
-<polyline points='226.53,135.50 226.53,35.62 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='337.64,135.50 337.64,35.62 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='170.97,135.50 170.97,35.62 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='282.08,135.50 282.08,35.62 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='393.19,135.50 393.19,35.62 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='170.97' y='97.08' width='18.59' height='15.37' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='170.97' y='58.67' width='52.77' height='15.37' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='170.97' y='77.88' width='21.33' height='15.37' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='170.97' y='39.46' width='122.77' height='15.37' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='170.97' y='116.29' width='6.75' height='15.37' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<polyline points='191.25,106.69 191.25,102.85 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='191.25,104.77 187.88,104.77 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.88,106.69 187.88,102.85 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='226.34,68.27 226.34,64.43 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='226.34,66.35 221.15,66.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='221.15,68.27 221.15,64.43 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='194.10,87.48 194.10,83.64 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='194.10,85.56 190.51,85.56 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='190.51,87.48 190.51,83.64 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='296.78,49.06 296.78,45.22 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='296.78,47.14 290.72,47.14 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='290.72,49.06 290.72,45.22 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='178.77,125.90 178.77,122.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='178.77,123.98 176.68,123.98 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='176.68,125.90 176.68,122.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<text x='194.33' y='107.50' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>8%</text>
-<text x='230.41' y='69.09' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>24%</text>
-<text x='198.98' y='88.30' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>10%</text>
-<text x='300.42' y='49.88' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>55%</text>
-<text x='182.48' y='126.71' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>3%</text>
+<g clip-path='url(#cpMTU1LjEwfDQyNi41MnwzNS42NnwxMzUuNDY=)'>
+<polyline points='214.10,135.46 214.10,35.66 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='332.11,135.46 332.11,35.66 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='155.10,135.46 155.10,35.66 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='273.11,135.46 273.11,35.66 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='391.12,135.46 391.12,35.66 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<rect x='155.10' y='97.07' width='19.75' height='15.35' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.10' y='58.69' width='56.02' height='15.35' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.10' y='77.88' width='22.67' height='15.35' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.10' y='39.50' width='130.41' height='15.35' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.10' y='116.27' width='7.17' height='15.35' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<polyline points='176.65,106.67 176.65,102.83 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='176.65,104.75 173.06,104.75 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='173.06,106.67 173.06,102.83 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='213.88,68.29 213.88,64.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='213.88,66.37 208.36,66.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='208.36,68.29 208.36,64.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='179.67,87.48 179.67,83.64 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='179.67,85.56 175.86,85.56 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='175.86,87.48 175.86,83.64 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='288.73,49.09 288.73,45.26 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='288.73,47.17 282.29,47.17 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='282.29,49.09 282.29,45.26 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='163.38,125.86 163.38,122.02 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='163.38,123.94 161.16,123.94 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='161.16,125.86 161.16,122.02 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<text x='179.19' y='107.44' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>8%</text>
+<text x='217.12' y='69.06' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>24%</text>
+<text x='183.77' y='88.25' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>10%</text>
+<text x='291.51' y='49.86' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>55%</text>
+<text x='166.60' y='126.63' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>3%</text>
 </g>
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHwxODMuODQ=)'>
-<text x='166.04' y='126.89' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='22.72px' lengthAdjust='spacingAndGlyphs'>Other</text>
-<text x='166.04' y='103.36' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='148.45px' lengthAdjust='spacingAndGlyphs'>The resource costs of running our Go</text>
-<text x='166.04' y='112.00' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='32.83px' lengthAdjust='spacingAndGlyphs'>services</text>
-<text x='166.04' y='88.48' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='75.91px' lengthAdjust='spacingAndGlyphs'>Both about equally</text>
-<text x='166.04' y='64.95' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='146.56px' lengthAdjust='spacingAndGlyphs'>The engineering costs of writing and</text>
-<text x='166.04' y='73.59' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='112.50px' lengthAdjust='spacingAndGlyphs'>maintaining our Go services</text>
-<text x='166.04' y='50.06' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='137.53px' lengthAdjust='spacingAndGlyphs'>We haven't had any cost concerns</text>
-<text x='170.97' y='146.27' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='12.69px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='282.08' y='146.27' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='17.78px' lengthAdjust='spacingAndGlyphs'>50%</text>
-<text x='393.19' y='146.27' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='22.87px' lengthAdjust='spacingAndGlyphs'>100%</text>
-<text x='298.75' y='163.72' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='70.03px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<text x='5.48' y='17.75' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='429.02px' lengthAdjust='spacingAndGlyphs'>During the past year, what costs has your team been most concerned about</text>
-<text x='5.48' y='28.55' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='119.20px' lengthAdjust='spacingAndGlyphs'>for your Go services?</text>
-<text x='426.52' y='176.70' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='42.30px' lengthAdjust='spacingAndGlyphs'>n =  5,104</text>
+<text x='150.17' y='126.81' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='20.01px' lengthAdjust='spacingAndGlyphs'>Other</text>
+<text x='150.17' y='103.30' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='132.55px' lengthAdjust='spacingAndGlyphs'>The resource costs of running our Go</text>
+<text x='150.17' y='111.94' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='29.35px' lengthAdjust='spacingAndGlyphs'>services</text>
+<text x='150.17' y='88.43' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='66.29px' lengthAdjust='spacingAndGlyphs'>Both about equally</text>
+<text x='150.17' y='64.92' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='128.56px' lengthAdjust='spacingAndGlyphs'>The engineering costs of writing and</text>
+<text x='150.17' y='73.56' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='99.19px' lengthAdjust='spacingAndGlyphs'>maintaining our Go services</text>
+<text x='150.17' y='50.04' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='122.08px' lengthAdjust='spacingAndGlyphs'>We haven't had any cost concerns</text>
+<text x='155.10' y='146.13' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='11.56px' lengthAdjust='spacingAndGlyphs'>0%</text>
+<text x='273.11' y='146.13' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='16.01px' lengthAdjust='spacingAndGlyphs'>50%</text>
+<text x='391.12' y='146.13' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='20.46px' lengthAdjust='spacingAndGlyphs'>100%</text>
+<text x='290.81' y='163.60' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='62.28px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
+<text x='5.48' y='17.66' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='360.73px' lengthAdjust='spacingAndGlyphs'>During the past year, what costs has your team been most concerned about</text>
+<text x='5.48' y='28.46' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='103.40px' lengthAdjust='spacingAndGlyphs'>for your Go services?</text>
+<text x='426.52' y='176.59' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='35.82px' lengthAdjust='spacingAndGlyphs'>n =  5,102</text>
 </g>
 </svg>
diff --git a/_content/blog/survey2023q1/csat.svg b/_content/blog/survey2023q1/csat.svg
index 00ca145..bda898b 100644
--- a/_content/blog/survey2023q1/csat.svg
+++ b/_content/blog/survey2023q1/csat.svg
@@ -23,37 +23,37 @@
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHwxNDQuMDA=)'>
 </g>
 <defs>
-  <clipPath id='cpMzkuMTR8NDI2LjUyfDc0LjkyfDk1LjY2'>
-    <rect x='39.14' y='74.92' width='387.39' height='20.74' />
+  <clipPath id='cpMzcuMjN8NDI2LjUyfDc0Ljk3fDk1LjYy'>
+    <rect x='37.23' y='74.97' width='389.29' height='20.65' />
   </clipPath>
 </defs>
-<g clip-path='url(#cpMzkuMTR8NDI2LjUyfDc0LjkyfDk1LjY2)'>
-<polyline points='123.35,95.66 123.35,74.92 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='291.78,95.66 291.78,74.92 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='39.14,95.66 39.14,74.92 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='207.56,95.66 207.56,74.92 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='375.99,95.66 375.99,74.92 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='65.98' y='78.38' width='310.01' height='13.83' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00DA83;' />
-<rect x='52.21' y='78.38' width='13.78' height='13.83' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF;' />
-<rect x='39.14' y='78.38' width='13.07' height='13.83' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #ED6868;' />
-<text x='220.99' y='88.03' text-anchor='middle' style='font-size: 7.50px; font-weight: bold;fill: #555555; font-family: "Arial";' textLength='17.96px' lengthAdjust='spacingAndGlyphs'>92%</text>
-<text x='59.10' y='88.03' text-anchor='middle' style='font-size: 7.50px; font-weight: bold;fill: #555555; font-family: "Arial";' textLength='12.74px' lengthAdjust='spacingAndGlyphs'>4%</text>
-<text x='45.67' y='88.03' text-anchor='middle' style='font-size: 7.50px; font-weight: bold;fill: #555555; font-family: "Arial";' textLength='12.74px' lengthAdjust='spacingAndGlyphs'>4%</text>
+<g clip-path='url(#cpMzcuMjN8NDI2LjUyfDc0Ljk3fDk1LjYy)'>
+<polyline points='121.86,95.62 121.86,74.97 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='291.11,95.62 291.11,74.97 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='37.23,95.62 37.23,74.97 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='206.49,95.62 206.49,74.97 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='375.74,95.62 375.74,74.97 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<rect x='64.22' y='78.41' width='311.52' height='13.77' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00DA83;' />
+<rect x='50.37' y='78.41' width='13.85' height='13.77' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #FFFFBF;' />
+<rect x='37.23' y='78.41' width='13.14' height='13.77' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #ED6868;' />
+<text x='219.98' y='87.99' text-anchor='middle' style='font-size: 7.50px; font-weight: bold;fill: #555555; font-family: "Arial";' textLength='15.03px' lengthAdjust='spacingAndGlyphs'>92%</text>
+<text x='57.29' y='87.99' text-anchor='middle' style='font-size: 7.50px; font-weight: bold;fill: #555555; font-family: "Arial";' textLength='10.85px' lengthAdjust='spacingAndGlyphs'>4%</text>
+<text x='43.80' y='87.99' text-anchor='middle' style='font-size: 7.50px; font-weight: bold;fill: #555555; font-family: "Arial";' textLength='10.85px' lengthAdjust='spacingAndGlyphs'>4%</text>
 </g>
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHwxNDQuMDA=)'>
-<text x='34.20' y='88.21' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='16.61px' lengthAdjust='spacingAndGlyphs'>csat</text>
-<text x='39.14' y='106.42' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='12.69px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='207.56' y='106.42' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='17.78px' lengthAdjust='spacingAndGlyphs'>50%</text>
-<text x='375.99' y='106.42' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='22.87px' lengthAdjust='spacingAndGlyphs'>100%</text>
-<text x='232.83' y='123.88' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='70.03px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<rect x='85.16' y='50.50' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #ED6868;' />
-<rect x='153.50' y='50.50' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF;' />
-<rect x='304.84' y='50.50' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00DA83;' />
-<text x='102.61' y='59.79' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='46.20px' lengthAdjust='spacingAndGlyphs'>Dissatisfied</text>
-<text x='170.95' y='59.79' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='129.20px' lengthAdjust='spacingAndGlyphs'>Neither satisfied nor dissatisfied</text>
-<text x='322.29' y='59.79' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='34.55px' lengthAdjust='spacingAndGlyphs'>Satisfied</text>
-<text x='5.48' y='17.75' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='408.16px' lengthAdjust='spacingAndGlyphs'>Overall, how satisfied or dissatisfied have you been using Go during the</text>
-<text x='5.48' y='28.55' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='58.90px' lengthAdjust='spacingAndGlyphs'>past year?</text>
-<text x='426.52' y='136.86' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='42.30px' lengthAdjust='spacingAndGlyphs'>n =  5,282</text>
+<text x='32.30' y='88.16' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='14.68px' lengthAdjust='spacingAndGlyphs'>csat</text>
+<text x='37.23' y='106.29' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='11.56px' lengthAdjust='spacingAndGlyphs'>0%</text>
+<text x='206.49' y='106.29' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='16.01px' lengthAdjust='spacingAndGlyphs'>50%</text>
+<text x='375.74' y='106.29' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='20.46px' lengthAdjust='spacingAndGlyphs'>100%</text>
+<text x='231.87' y='123.76' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='62.28px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
+<rect x='96.88' y='50.54' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #ED6868;' />
+<rect x='159.94' y='50.54' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #FFFFBF;' />
+<rect x='295.07' y='50.54' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00DA83;' />
+<text x='114.33' y='59.79' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='40.92px' lengthAdjust='spacingAndGlyphs'>Dissatisfied</text>
+<text x='177.39' y='59.79' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='112.98px' lengthAdjust='spacingAndGlyphs'>Neither satisfied nor dissatisfied</text>
+<text x='312.52' y='59.79' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='30.69px' lengthAdjust='spacingAndGlyphs'>Satisfied</text>
+<text x='5.48' y='17.66' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='343.47px' lengthAdjust='spacingAndGlyphs'>Overall, how satisfied or dissatisfied have you been using Go during the</text>
+<text x='5.48' y='28.46' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='50.05px' lengthAdjust='spacingAndGlyphs'>past year?</text>
+<text x='426.52' y='136.75' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='35.82px' lengthAdjust='spacingAndGlyphs'>n =  5,280</text>
 </g>
 </svg>
diff --git a/_content/blog/survey2023q1/editor_self_select_exp.svg b/_content/blog/survey2023q1/editor_self_select_exp.svg
index b92bb2f..09deb5a 100644
--- a/_content/blog/survey2023q1/editor_self_select_exp.svg
+++ b/_content/blog/survey2023q1/editor_self_select_exp.svg
@@ -23,173 +23,173 @@
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHwzNjYuOTI=)'>
 </g>
 <defs>
-  <clipPath id='cpODUuNDN8NDI2LjUyfDY0LjEyfDMxOC41OA=='>
-    <rect x='85.43' y='64.12' width='341.09' height='254.46' />
+  <clipPath id='cpODAuMzh8NDI2LjUyfDY0LjE3fDMxOC41NA=='>
+    <rect x='80.38' y='64.17' width='346.14' height='254.37' />
   </clipPath>
 </defs>
-<g clip-path='url(#cpODUuNDN8NDI2LjUyfDY0LjEyfDMxOC41OA==)'>
-<polyline points='159.58,318.58 159.58,64.12 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='307.88,318.58 307.88,64.12 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='85.43,318.58 85.43,64.12 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='233.73,318.58 233.73,64.12 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='382.03,318.58 382.03,64.12 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='85.43' y='269.10' width='0.44' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='85.43' y='198.42' width='11.98' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='85.43' y='127.74' width='103.22' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='85.43' y='231.40' width='5.66' height='9.42' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='85.43' y='163.08' width='50.09' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='85.43' y='92.39' width='119.12' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='85.43' y='304.44' width='6.10' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='85.43' y='262.03' width='1.40' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='85.43' y='191.35' width='8.59' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='85.43' y='120.67' width='105.53' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='85.43' y='221.98' width='2.60' height='9.42' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='85.43' y='156.01' width='41.77' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='85.43' y='85.33' width='129.91' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='85.43' y='297.37' width='6.80' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='85.43' y='254.96' width='0.83' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='85.43' y='184.28' width='4.16' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='85.43' y='113.60' width='92.03' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='85.43' y='212.56' width='1.94' height='9.42' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='85.43' y='148.94' width='36.59' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='85.43' y='78.26' width='153.84' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='85.43' y='290.31' width='7.21' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='85.43' y='247.90' width='0.85' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='85.43' y='177.21' width='5.98' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='85.43' y='106.53' width='65.82' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='85.43' y='141.87' width='23.93' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='85.43' y='71.19' width='187.19' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='85.43' y='283.24' width='12.82' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<polyline points='86.47,274.84 86.47,273.08 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='86.47,273.96 85.43,273.96 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='85.43,274.84 85.43,273.08 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='100.51,204.16 100.51,202.39 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='100.51,203.28 94.31,203.28 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='94.31,204.16 94.31,202.39 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='196.16,133.48 196.16,131.71 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='196.16,132.60 181.15,132.60 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='181.15,133.48 181.15,131.71 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='93.25,238.47 93.25,236.12 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='93.25,237.29 88.94,237.29 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='88.94,238.47 88.94,236.12 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='141.42,168.82 141.42,167.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='141.42,167.94 129.62,167.94 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='129.62,168.82 129.62,167.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='212.27,98.14 212.27,96.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='212.27,97.25 196.83,97.25 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='196.83,98.14 196.83,96.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='93.76,310.19 93.76,308.42 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='93.76,309.30 89.29,309.30 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='89.29,310.19 89.29,308.42 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='87.86,266.89 87.86,265.13 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='87.86,266.01 85.80,266.01 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='85.80,266.89 85.80,265.13 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='96.56,196.21 96.56,194.44 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='96.56,195.33 91.49,195.33 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='91.49,196.21 91.49,194.44 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='198.18,125.53 198.18,123.76 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='198.18,124.64 183.74,124.64 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.74,125.53 183.74,123.76 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='89.44,227.87 89.44,225.51 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='89.44,226.69 86.62,226.69 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='86.62,227.87 86.62,225.51 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='132.45,160.87 132.45,159.10 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='132.45,159.98 121.95,159.98 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='121.95,160.87 121.95,159.10 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='222.83,90.19 222.83,88.42 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='222.83,89.30 207.86,89.30 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='207.86,90.19 207.86,88.42 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='94.48,302.23 94.48,300.47 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='94.48,301.35 89.97,301.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='89.97,302.23 89.97,300.47 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='87.20,258.94 87.20,257.17 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='87.20,258.06 85.43,258.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='85.43,258.94 85.43,257.17 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='91.68,188.26 91.68,186.49 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='91.68,187.37 87.50,187.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='87.50,188.26 87.50,186.49 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='185.68,117.58 185.68,115.81 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='185.68,116.69 169.24,116.69 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='169.24,117.58 169.24,115.81 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='88.80,217.27 88.80,214.91 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='88.80,216.09 85.94,216.09 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='85.94,217.27 85.94,214.91 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='127.87,152.92 127.87,151.15 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='127.87,152.03 116.18,152.03 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='116.18,152.92 116.18,151.15 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='248.15,82.23 248.15,80.47 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='248.15,81.35 230.40,81.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='230.40,82.23 230.40,80.47 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='95.38,294.28 95.38,292.51 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='95.38,293.40 89.90,293.40 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='89.90,294.28 89.90,292.51 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='87.96,250.99 87.96,249.22 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='87.96,250.11 85.43,250.11 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='85.43,250.99 85.43,249.22 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='95.80,180.31 95.80,178.54 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='95.80,179.42 87.03,179.42 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='87.03,180.31 87.03,178.54 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='164.22,109.62 164.22,107.86 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='164.22,108.74 138.28,108.74 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='138.28,109.62 138.28,107.86 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='117.86,144.96 117.86,143.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='117.86,144.08 100.86,144.08 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='100.86,144.96 100.86,143.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='287.68,74.28 287.68,72.52 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='287.68,73.40 257.56,73.40 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='257.56,74.28 257.56,72.52 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='104.60,286.33 104.60,284.56 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='104.60,285.45 91.91,285.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='91.91,286.33 91.91,284.56 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<text x='90.63' y='276.70' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='102.17' y='206.01' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>4%</text>
-<text x='195.32' y='135.33' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>35%</text>
-<text x='95.85' y='240.03' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>2%</text>
-<text x='142.19' y='170.67' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>17%</text>
-<text x='211.22' y='99.99' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>40%</text>
-<text x='96.29' y='312.04' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>2%</text>
-<text x='91.59' y='268.74' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='98.79' y='198.06' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>3%</text>
-<text x='197.63' y='127.38' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>36%</text>
-<text x='92.79' y='229.43' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>1%</text>
-<text x='133.87' y='162.72' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>14%</text>
-<text x='222.01' y='92.04' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>44%</text>
-<text x='96.99' y='304.09' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>2%</text>
-<text x='91.02' y='260.79' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='94.35' y='190.11' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>1%</text>
-<text x='184.13' y='119.43' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>31%</text>
-<text x='92.13' y='218.83' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>1%</text>
-<text x='128.69' y='154.77' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>12%</text>
-<text x='245.95' y='84.09' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>52%</text>
-<text x='97.40' y='296.13' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>2%</text>
-<text x='91.05' y='252.84' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='96.18' y='182.16' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>2%</text>
-<text x='157.92' y='111.48' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>22%</text>
-<text x='114.13' y='146.82' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>8%</text>
-<text x='279.29' y='76.13' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>63%</text>
-<text x='103.01' y='288.18' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>4%</text>
+<g clip-path='url(#cpODAuMzh8NDI2LjUyfDY0LjE3fDMxOC41NA==)'>
+<polyline points='155.63,318.54 155.63,64.17 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='306.12,318.54 306.12,64.17 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='80.38,318.54 80.38,64.17 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='230.87,318.54 230.87,64.17 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='381.37,318.54 381.37,64.17 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<rect x='80.38' y='269.07' width='0.44' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='80.38' y='198.42' width='12.16' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='80.38' y='127.76' width='104.61' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='80.38' y='231.39' width='5.75' height='9.42' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='80.38' y='163.09' width='50.87' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='80.38' y='92.43' width='120.97' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='80.38' y='304.40' width='6.19' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='80.38' y='262.01' width='1.42' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='80.38' y='191.35' width='8.73' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='80.38' y='120.69' width='106.83' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='80.38' y='221.97' width='2.64' height='9.42' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='80.38' y='156.02' width='42.45' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='80.38' y='85.36' width='132.02' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='80.38' y='297.34' width='6.91' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='80.38' y='254.94' width='0.84' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='80.38' y='184.28' width='4.22' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='80.38' y='113.63' width='93.39' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='80.38' y='212.55' width='1.97' height='9.42' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='80.38' y='148.96' width='37.13' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='80.38' y='78.30' width='156.12' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='80.38' y='290.27' width='7.31' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='80.38' y='247.88' width='0.87' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='80.38' y='177.22' width='6.09' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='80.38' y='106.56' width='66.98' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='80.38' y='141.89' width='24.36' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='80.38' y='71.23' width='189.64' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='80.38' y='283.21' width='13.05' height='7.07' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<polyline points='81.43,274.82 81.43,273.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='81.43,273.93 80.38,273.93 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='80.38,274.82 80.38,273.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='95.69,204.16 95.69,202.39 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='95.69,203.27 89.39,203.27 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='89.39,204.16 89.39,202.39 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='192.60,133.50 192.60,131.73 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='192.60,132.62 177.37,132.62 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='177.37,133.50 177.37,131.73 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='88.32,238.46 88.32,236.10 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='88.32,237.28 83.94,237.28 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='83.94,238.46 83.94,236.10 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='137.24,168.83 137.24,167.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='137.24,167.94 125.25,167.94 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='125.25,168.83 125.25,167.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='209.19,98.17 209.19,96.40 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='209.19,97.29 193.51,97.29 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='193.51,98.17 193.51,96.40 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='88.84,310.14 88.84,308.38 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='88.84,309.26 84.30,309.26 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='84.30,310.14 84.30,308.38 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='82.85,266.87 82.85,265.10 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='82.85,265.98 80.75,265.98 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='80.75,266.87 80.75,265.10 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='91.68,196.21 91.68,194.44 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='91.68,195.32 86.54,195.32 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='86.54,196.21 86.54,194.44 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='194.54,125.55 194.54,123.78 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='194.54,124.67 179.88,124.67 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='179.88,125.55 179.88,123.78 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='84.45,227.86 84.45,225.50 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='84.45,226.68 81.59,226.68 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='81.59,227.86 81.59,225.50 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='128.16,160.88 128.16,159.11 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='128.16,160.00 117.49,160.00 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='117.49,160.88 117.49,159.11 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='220.00,90.22 220.00,88.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='220.00,89.34 204.79,89.34 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='204.79,90.22 204.79,88.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='89.58,302.20 89.58,300.43 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='89.58,301.31 84.99,301.31 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='84.99,302.20 84.99,300.43 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='82.17,258.92 82.17,257.15 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='82.17,258.03 80.38,258.03 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='80.38,258.92 80.38,257.15 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='86.72,188.26 86.72,186.49 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='86.72,187.38 82.48,187.38 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='82.48,188.26 82.48,186.49 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='182.11,117.60 182.11,115.83 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='182.11,116.72 165.43,116.72 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='165.43,117.60 165.43,115.83 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='83.80,217.26 83.80,214.90 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='83.80,216.08 80.89,216.08 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='80.89,217.26 80.89,214.90 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='123.44,152.93 123.44,151.16 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='123.44,152.05 111.58,152.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='111.58,152.93 111.58,151.16 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='245.51,82.27 245.51,80.50 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='245.51,81.39 227.49,81.39 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='227.49,82.27 227.49,80.50 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='90.47,294.25 90.47,292.48 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='90.47,293.36 84.91,293.36 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='84.91,294.25 84.91,292.48 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='82.95,250.97 82.95,249.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='82.95,250.09 80.38,250.09 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='80.38,250.97 80.38,249.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='90.93,180.31 90.93,178.54 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='90.93,179.43 82.00,179.43 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='82.00,180.31 82.00,178.54 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='160.55,109.65 160.55,107.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='160.55,108.77 134.17,108.77 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='134.17,109.65 134.17,107.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='113.38,144.98 113.38,143.21 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='113.38,144.10 96.09,144.10 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='96.09,144.98 96.09,143.21 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='285.33,74.32 285.33,72.56 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='285.33,73.44 254.71,73.44 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='254.71,74.32 254.71,72.56 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='99.88,286.30 99.88,284.53 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='99.88,285.41 86.97,285.41 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='86.97,286.30 86.97,284.53 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<text x='85.15' y='276.62' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>0%</text>
+<text x='96.88' y='205.96' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>4%</text>
+<text x='190.99' y='135.30' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>35%</text>
+<text x='90.46' y='239.97' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='137.25' y='170.63' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>17%</text>
+<text x='207.35' y='99.98' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>40%</text>
+<text x='90.90' y='311.95' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='86.13' y='268.67' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>0%</text>
+<text x='93.44' y='198.01' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>3%</text>
+<text x='193.21' y='127.36' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>35%</text>
+<text x='87.35' y='229.37' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>1%</text>
+<text x='128.83' y='162.68' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>14%</text>
+<text x='218.39' y='92.03' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>44%</text>
+<text x='91.62' y='304.00' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='85.56' y='260.72' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>0%</text>
+<text x='88.93' y='190.07' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>1%</text>
+<text x='179.77' y='119.41' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>31%</text>
+<text x='86.68' y='218.77' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>1%</text>
+<text x='123.51' y='154.74' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>12%</text>
+<text x='242.50' y='84.08' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>52%</text>
+<text x='92.03' y='296.05' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='85.58' y='252.77' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>0%</text>
+<text x='90.80' y='182.12' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='153.36' y='111.46' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>22%</text>
+<text x='109.07' y='146.79' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>8%</text>
+<text x='276.02' y='76.13' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>63%</text>
+<text x='97.76' y='288.10' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>4%</text>
 </g>
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHwzNjYuOTI=)'>
-<text x='80.50' y='300.29' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='22.72px' lengthAdjust='spacingAndGlyphs'>Other</text>
-<text x='80.50' y='264.95' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='21.15px' lengthAdjust='spacingAndGlyphs'>Atom</text>
-<text x='80.50' y='229.61' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='51.11px' lengthAdjust='spacingAndGlyphs'>Sublime Text</text>
-<text x='80.50' y='194.27' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='26.32px' lengthAdjust='spacingAndGlyphs'>Emacs</text>
-<text x='80.50' y='158.93' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='53.64px' lengthAdjust='spacingAndGlyphs'>Vim / Neovim</text>
-<text x='80.50' y='123.58' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='62.91px' lengthAdjust='spacingAndGlyphs'>GoLand / IntelliJ</text>
-<text x='80.50' y='88.24' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='33.57px' lengthAdjust='spacingAndGlyphs'>VS Code</text>
-<text x='85.43' y='329.34' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='12.69px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='233.73' y='329.34' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='17.78px' lengthAdjust='spacingAndGlyphs'>50%</text>
-<text x='382.03' y='329.34' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='22.87px' lengthAdjust='spacingAndGlyphs'>100%</text>
-<text x='255.98' y='346.80' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='70.03px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<rect x='129.96' y='39.70' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='179.26' y='39.70' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='253.03' y='39.70' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='314.68' y='39.70' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<text x='147.41' y='48.99' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='27.16px' lengthAdjust='spacingAndGlyphs'>Novice</text>
-<text x='196.71' y='48.99' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='51.62px' lengthAdjust='spacingAndGlyphs'>Intermediate</text>
-<text x='270.48' y='48.99' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='39.51px' lengthAdjust='spacingAndGlyphs'>Advanced</text>
-<text x='332.13' y='48.99' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='26.22px' lengthAdjust='spacingAndGlyphs'>Expert</text>
-<text x='5.48' y='17.75' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='196.47px' lengthAdjust='spacingAndGlyphs'>My preferred editor for Go code is:</text>
-<text x='426.52' y='359.77' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='42.30px' lengthAdjust='spacingAndGlyphs'>n =  4,263</text>
+<text x='75.45' y='300.21' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='20.01px' lengthAdjust='spacingAndGlyphs'>Other</text>
+<text x='75.45' y='264.88' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='18.68px' lengthAdjust='spacingAndGlyphs'>Atom</text>
+<text x='75.45' y='229.55' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='46.70px' lengthAdjust='spacingAndGlyphs'>Sublime Text</text>
+<text x='75.45' y='194.22' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='24.46px' lengthAdjust='spacingAndGlyphs'>Emacs</text>
+<text x='75.45' y='158.89' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='47.58px' lengthAdjust='spacingAndGlyphs'>Vim / Neovim</text>
+<text x='75.45' y='123.56' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='57.83px' lengthAdjust='spacingAndGlyphs'>GoLand / IntelliJ</text>
+<text x='75.45' y='88.23' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='32.02px' lengthAdjust='spacingAndGlyphs'>VS Code</text>
+<text x='80.38' y='329.21' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='11.56px' lengthAdjust='spacingAndGlyphs'>0%</text>
+<text x='230.87' y='329.21' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='16.01px' lengthAdjust='spacingAndGlyphs'>50%</text>
+<text x='381.37' y='329.21' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='20.46px' lengthAdjust='spacingAndGlyphs'>100%</text>
+<text x='253.45' y='346.68' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='62.28px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
+<rect x='135.85' y='39.74' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='182.46' y='39.74' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='249.08' y='39.74' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='306.81' y='39.74' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<text x='153.30' y='48.99' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='24.46px' lengthAdjust='spacingAndGlyphs'>Novice</text>
+<text x='199.91' y='48.99' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='44.48px' lengthAdjust='spacingAndGlyphs'>Intermediate</text>
+<text x='266.53' y='48.99' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='35.59px' lengthAdjust='spacingAndGlyphs'>Advanced</text>
+<text x='324.26' y='48.99' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='23.13px' lengthAdjust='spacingAndGlyphs'>Expert</text>
+<text x='5.48' y='17.66' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='164.52px' lengthAdjust='spacingAndGlyphs'>My preferred editor for Go code is:</text>
+<text x='426.52' y='359.67' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='35.82px' lengthAdjust='spacingAndGlyphs'>n =  4,259</text>
 </g>
 </svg>
diff --git a/_content/blog/survey2023q1/exp_level.svg b/_content/blog/survey2023q1/exp_level.svg
index ec4b2cc..e652a1f 100644
--- a/_content/blog/survey2023q1/exp_level.svg
+++ b/_content/blog/survey2023q1/exp_level.svg
@@ -23,63 +23,63 @@
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHwyMjAuNjE=)'>
 </g>
 <defs>
-  <clipPath id='cpMTc4LjY1fDQyNi41MnwyNC44MnwxNzIuMjc='>
-    <rect x='178.65' y='24.82' width='247.87' height='147.45' />
+  <clipPath id='cpMTU5LjczfDQyNi41MnwyNC44NnwxNzIuMjM='>
+    <rect x='159.73' y='24.86' width='266.79' height='147.37' />
   </clipPath>
 </defs>
-<g clip-path='url(#cpMTc4LjY1fDQyNi41MnwyNC44MnwxNzIuMjc=)'>
-<polyline points='232.53,172.27 232.53,24.82 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='340.30,172.27 340.30,24.82 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='178.65,172.27 178.65,24.82 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='286.42,172.27 286.42,24.82 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='394.19,172.27 394.19,24.82 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='178.65' y='30.49' width='2.51' height='22.69' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='178.65' y='58.84' width='21.03' height='22.69' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='178.65' y='87.20' width='57.52' height='22.69' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='178.65' y='115.56' width='72.46' height='22.69' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='178.65' y='143.91' width='62.02' height='22.69' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<polyline points='181.75,44.67 181.75,38.99 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='181.75,41.83 180.57,41.83 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='180.57,44.67 180.57,38.99 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='201.32,73.02 201.32,67.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='201.32,70.19 198.04,70.19 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='198.04,73.02 198.04,67.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='238.61,101.38 238.61,95.71 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='238.61,98.54 233.72,98.54 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='233.72,101.38 233.72,95.71 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='253.72,129.74 253.72,124.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='253.72,126.90 248.50,126.90 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='248.50,129.74 248.50,124.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='243.17,158.09 243.17,152.42 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='243.17,155.26 238.17,155.26 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='238.17,158.09 238.17,152.42 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<text x='185.92' y='44.57' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>1%</text>
-<text x='206.35' y='72.92' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>10%</text>
-<text x='242.84' y='101.28' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>27%</text>
-<text x='257.78' y='129.64' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>34%</text>
-<text x='247.34' y='157.99' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>29%</text>
+<g clip-path='url(#cpMTU5LjczfDQyNi41MnwyNC44NnwxNzIuMjM=)'>
+<polyline points='217.73,172.23 217.73,24.86 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='333.72,172.23 333.72,24.86 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='159.73,172.23 159.73,24.86 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='275.72,172.23 275.72,24.86 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='391.72,172.23 391.72,24.86 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<rect x='159.73' y='30.53' width='2.66' height='22.67' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='159.73' y='58.87' width='22.62' height='22.67' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='159.73' y='87.21' width='61.97' height='22.67' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='159.73' y='115.55' width='77.95' height='22.67' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='159.73' y='143.89' width='66.78' height='22.67' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<polyline points='163.03,44.70 163.03,39.03 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='163.03,41.86 161.76,41.86 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='161.76,44.70 161.76,39.03 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='184.11,73.04 184.11,67.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='184.11,70.20 180.58,70.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='180.58,73.04 180.58,67.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='224.34,101.38 224.34,95.71 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='224.34,98.54 219.07,98.54 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='219.07,101.38 219.07,95.71 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='240.49,129.72 240.49,124.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='240.49,126.88 234.87,126.88 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='234.87,129.72 234.87,124.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='229.21,158.06 229.21,152.39 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='229.21,155.22 223.82,155.22 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='223.82,158.06 223.82,152.39 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<text x='166.73' y='44.55' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>1%</text>
+<text x='188.35' y='72.89' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>10%</text>
+<text x='227.70' y='101.23' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>27%</text>
+<text x='243.68' y='129.57' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>34%</text>
+<text x='232.51' y='157.91' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>29%</text>
 </g>
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHwyMjAuNjE=)'>
-<text x='173.72' y='149.53' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='125.14px' lengthAdjust='spacingAndGlyphs'>Expert: I can provide guidance,</text>
-<text x='173.72' y='158.17' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='143.47px' lengthAdjust='spacingAndGlyphs'>troubleshoot, and answer questions</text>
-<text x='173.72' y='166.81' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='139.76px' lengthAdjust='spacingAndGlyphs'>related to Go from other engineers</text>
-<text x='173.72' y='121.18' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='147.79px' lengthAdjust='spacingAndGlyphs'>Advanced: I can complete significant</text>
-<text x='173.72' y='129.82' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='144.89px' lengthAdjust='spacingAndGlyphs'>programming projects in Go without</text>
-<text x='173.72' y='138.46' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='42.07px' lengthAdjust='spacingAndGlyphs'>assistance</text>
-<text x='173.72' y='92.82' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='116.05px' lengthAdjust='spacingAndGlyphs'>Intermediate: I can complete</text>
-<text x='173.72' y='101.46' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='156.12px' lengthAdjust='spacingAndGlyphs'>significant programming projects in Go</text>
-<text x='173.72' y='110.10' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='85.91px' lengthAdjust='spacingAndGlyphs'>with some assistance</text>
-<text x='173.72' y='64.46' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='120.54px' lengthAdjust='spacingAndGlyphs'>Novice: I can complete simple</text>
-<text x='173.72' y='73.10' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='149.92px' lengthAdjust='spacingAndGlyphs'>programming projects in Go, possibly</text>
-<text x='173.72' y='81.74' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='61.59px' lengthAdjust='spacingAndGlyphs'>with assistance</text>
-<text x='173.72' y='36.11' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='153.95px' lengthAdjust='spacingAndGlyphs'>Awareness: I'm aware of Go, but could</text>
-<text x='173.72' y='44.75' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='155.12px' lengthAdjust='spacingAndGlyphs'>not write a simple Go program without</text>
-<text x='173.72' y='53.39' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='42.07px' lengthAdjust='spacingAndGlyphs'>assistance</text>
-<text x='178.65' y='183.03' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='12.69px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='286.42' y='183.03' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='17.78px' lengthAdjust='spacingAndGlyphs'>50%</text>
-<text x='394.19' y='183.03' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='22.87px' lengthAdjust='spacingAndGlyphs'>100%</text>
-<text x='302.59' y='200.49' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='70.03px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<text x='5.48' y='17.75' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='234.63px' lengthAdjust='spacingAndGlyphs'>What is your level of experience with Go?</text>
-<text x='426.52' y='213.47' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='42.30px' lengthAdjust='spacingAndGlyphs'>n =  5,842</text>
+<text x='154.80' y='149.45' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='110.33px' lengthAdjust='spacingAndGlyphs'>Expert: I can provide guidance,</text>
+<text x='154.80' y='158.09' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='126.34px' lengthAdjust='spacingAndGlyphs'>troubleshoot, and answer questions</text>
+<text x='154.80' y='166.73' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='122.32px' lengthAdjust='spacingAndGlyphs'>related to Go from other engineers</text>
+<text x='154.80' y='121.11' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='129.90px' lengthAdjust='spacingAndGlyphs'>Advanced: I can complete significant</text>
+<text x='154.80' y='129.75' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='126.31px' lengthAdjust='spacingAndGlyphs'>programming projects in Go without</text>
+<text x='154.80' y='138.39' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='37.81px' lengthAdjust='spacingAndGlyphs'>assistance</text>
+<text x='154.80' y='92.77' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='100.98px' lengthAdjust='spacingAndGlyphs'>Intermediate: I can complete</text>
+<text x='154.80' y='101.41' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='136.55px' lengthAdjust='spacingAndGlyphs'>significant programming projects in Go</text>
+<text x='154.80' y='110.05' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='76.06px' lengthAdjust='spacingAndGlyphs'>with some assistance</text>
+<text x='154.80' y='64.43' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='106.31px' lengthAdjust='spacingAndGlyphs'>Novice: I can complete simple</text>
+<text x='154.80' y='73.07' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='132.10px' lengthAdjust='spacingAndGlyphs'>programming projects in Go, possibly</text>
+<text x='154.80' y='81.71' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='54.27px' lengthAdjust='spacingAndGlyphs'>with assistance</text>
+<text x='154.80' y='36.09' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='137.18px' lengthAdjust='spacingAndGlyphs'>Awareness: I'm aware of Go, but could</text>
+<text x='154.80' y='44.73' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='134.76px' lengthAdjust='spacingAndGlyphs'>not write a simple Go program without</text>
+<text x='154.80' y='53.37' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='37.81px' lengthAdjust='spacingAndGlyphs'>assistance</text>
+<text x='159.73' y='182.90' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='11.56px' lengthAdjust='spacingAndGlyphs'>0%</text>
+<text x='275.72' y='182.90' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='16.01px' lengthAdjust='spacingAndGlyphs'>50%</text>
+<text x='391.72' y='182.90' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='20.46px' lengthAdjust='spacingAndGlyphs'>100%</text>
+<text x='293.12' y='200.37' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='62.28px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
+<text x='5.48' y='17.66' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='197.87px' lengthAdjust='spacingAndGlyphs'>What is your level of experience with Go?</text>
+<text x='426.52' y='213.36' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='35.82px' lengthAdjust='spacingAndGlyphs'>n =  5,836</text>
 </g>
 </svg>
diff --git a/_content/blog/survey2023q1/exp_level_s.svg b/_content/blog/survey2023q1/exp_level_s.svg
index 92301bd..8d73d1f 100644
--- a/_content/blog/survey2023q1/exp_level_s.svg
+++ b/_content/blog/survey2023q1/exp_level_s.svg
@@ -23,92 +23,92 @@
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHwyNzQuMDI=)'>
 </g>
 <defs>
-  <clipPath id='cpMTc4LjY1fDQyNi41Mnw2NC4xMnwyMjUuNjg='>
-    <rect x='178.65' y='64.12' width='247.87' height='161.55' />
+  <clipPath id='cpMTU5LjczfDQyNi41Mnw2NC4xN3wyMjUuNjM='>
+    <rect x='159.73' y='64.17' width='266.79' height='161.47' />
   </clipPath>
 </defs>
-<g clip-path='url(#cpMTc4LjY1fDQyNi41Mnw2NC4xMnwyMjUuNjg=)'>
-<polyline points='232.53,225.68 232.53,64.12 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='340.30,225.68 340.30,64.12 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='178.65,225.68 178.65,64.12 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='286.42,225.68 286.42,64.12 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='394.19,225.68 394.19,64.12 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='178.65' y='82.76' width='1.41' height='12.43' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #CE3262;' />
-<rect x='178.65' y='113.83' width='17.81' height='12.43' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #CE3262;' />
-<rect x='178.65' y='144.90' width='54.54' height='12.43' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #CE3262;' />
-<rect x='178.65' y='175.97' width='73.72' height='12.43' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #CE3262;' />
-<rect x='178.65' y='207.04' width='68.06' height='12.43' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #CE3262;' />
-<rect x='178.65' y='70.34' width='5.90' height='12.43' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #5DC9E2;' />
-<rect x='178.65' y='101.40' width='31.03' height='12.43' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #5DC9E2;' />
-<rect x='178.65' y='132.47' width='66.75' height='12.43' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #5DC9E2;' />
-<rect x='178.65' y='163.54' width='68.57' height='12.43' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #5DC9E2;' />
-<rect x='178.65' y='194.61' width='43.29' height='12.43' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #5DC9E2;' />
-<polyline points='180.58,91.31 180.58,88.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='180.58,89.75 179.55,89.75 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='179.55,91.31 179.55,88.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='198.21,122.37 198.21,119.27 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='198.21,120.82 194.71,120.82 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='194.71,122.37 194.71,119.27 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='235.96,153.44 235.96,150.34 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='235.96,151.89 230.43,151.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='230.43,153.44 230.43,150.34 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='255.38,184.51 255.38,181.40 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='255.38,182.96 249.35,182.96 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='249.35,184.51 249.35,181.40 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='249.66,215.58 249.66,212.47 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='249.66,214.03 243.75,214.03 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='243.75,215.58 243.75,212.47 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='186.38,77.33 186.38,74.22 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='186.38,75.77 182.73,75.77 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='182.73,77.33 182.73,74.22 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='213.61,108.39 213.61,105.29 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='213.61,106.84 205.75,106.84 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='205.75,108.39 205.75,105.29 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='250.58,139.46 250.58,136.36 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='250.58,137.91 240.22,137.91 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='240.22,139.46 240.22,136.36 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='252.43,170.53 252.43,167.42 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='252.43,168.98 242.00,168.98 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='242.00,170.53 242.00,167.42 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='226.42,201.60 226.42,198.49 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='226.42,200.05 217.45,200.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='217.45,201.60 217.45,198.49 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<text x='184.83' y='92.49' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>1%</text>
-<text x='201.22' y='123.56' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>8%</text>
-<text x='239.86' y='154.63' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>25%</text>
-<text x='259.04' y='185.69' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>34%</text>
-<text x='253.38' y='216.76' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>32%</text>
-<text x='189.31' y='78.51' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>3%</text>
-<text x='216.35' y='109.58' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>14%</text>
-<text x='252.07' y='140.64' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>31%</text>
-<text x='253.89' y='171.71' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>32%</text>
-<text x='228.61' y='202.78' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>20%</text>
+<g clip-path='url(#cpMTU5LjczfDQyNi41Mnw2NC4xN3wyMjUuNjM=)'>
+<polyline points='217.73,225.63 217.73,64.17 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='333.72,225.63 333.72,64.17 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='159.73,225.63 159.73,64.17 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='275.72,225.63 275.72,64.17 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='391.72,225.63 391.72,64.17 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<rect x='159.73' y='82.80' width='1.47' height='12.42' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #CE3262;' />
+<rect x='159.73' y='113.85' width='19.14' height='12.42' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #CE3262;' />
+<rect x='159.73' y='144.90' width='58.77' height='12.42' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #CE3262;' />
+<rect x='159.73' y='175.95' width='79.33' height='12.42' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #CE3262;' />
+<rect x='159.73' y='207.00' width='73.28' height='12.42' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #CE3262;' />
+<rect x='159.73' y='70.38' width='6.36' height='12.42' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #5DC9E2;' />
+<rect x='159.73' y='101.43' width='33.42' height='12.42' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #5DC9E2;' />
+<rect x='159.73' y='132.48' width='71.90' height='12.42' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #5DC9E2;' />
+<rect x='159.73' y='163.53' width='73.69' height='12.42' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #5DC9E2;' />
+<rect x='159.73' y='194.58' width='46.63' height='12.42' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #5DC9E2;' />
+<polyline points='161.74,91.34 161.74,88.23 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='161.74,89.78 160.66,89.78 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='160.66,91.34 160.66,88.23 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='180.75,122.39 180.75,119.28 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='180.75,120.83 176.98,120.83 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='176.98,122.39 176.98,119.28 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='221.48,153.44 221.48,150.33 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='221.48,151.89 215.53,151.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='215.53,153.44 215.53,150.33 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='242.30,184.49 242.30,181.38 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='242.30,182.94 235.81,182.94 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='235.81,184.49 235.81,181.38 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='236.19,215.54 236.19,212.44 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='236.19,213.99 229.83,213.99 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='229.83,215.54 229.83,212.44 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='168.05,77.36 168.05,74.26 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='168.05,75.81 164.12,75.81 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='164.12,77.36 164.12,74.26 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='197.38,108.41 197.38,105.31 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='197.38,106.86 188.92,106.86 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='188.92,108.41 188.92,105.31 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='237.20,139.47 237.20,136.36 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='237.20,137.91 226.05,137.91 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='226.05,139.47 226.05,136.36 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='239.03,170.52 239.03,167.41 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='239.03,168.96 227.81,168.96 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='227.81,170.52 227.81,167.41 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='211.19,201.57 211.19,198.46 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='211.19,200.02 201.52,200.02 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='201.52,201.57 201.52,198.46 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<text x='165.53' y='92.47' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>1%</text>
+<text x='183.20' y='123.52' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>8%</text>
+<text x='224.50' y='154.58' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>25%</text>
+<text x='245.06' y='185.63' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>34%</text>
+<text x='239.01' y='216.68' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>32%</text>
+<text x='170.42' y='78.50' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>3%</text>
+<text x='199.15' y='109.55' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>14%</text>
+<text x='237.63' y='140.60' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>31%</text>
+<text x='239.42' y='171.65' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>32%</text>
+<text x='212.36' y='202.70' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>20%</text>
 </g>
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHwyNzQuMDI=)'>
-<text x='173.72' y='201.31' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='125.14px' lengthAdjust='spacingAndGlyphs'>Expert: I can provide guidance,</text>
-<text x='173.72' y='209.95' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='143.47px' lengthAdjust='spacingAndGlyphs'>troubleshoot, and answer questions</text>
-<text x='173.72' y='218.59' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='139.76px' lengthAdjust='spacingAndGlyphs'>related to Go from other engineers</text>
-<text x='173.72' y='170.24' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='147.79px' lengthAdjust='spacingAndGlyphs'>Advanced: I can complete significant</text>
-<text x='173.72' y='178.88' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='144.89px' lengthAdjust='spacingAndGlyphs'>programming projects in Go without</text>
-<text x='173.72' y='187.52' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='42.07px' lengthAdjust='spacingAndGlyphs'>assistance</text>
-<text x='173.72' y='139.18' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='116.05px' lengthAdjust='spacingAndGlyphs'>Intermediate: I can complete</text>
-<text x='173.72' y='147.82' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='156.12px' lengthAdjust='spacingAndGlyphs'>significant programming projects in Go</text>
-<text x='173.72' y='156.46' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='85.91px' lengthAdjust='spacingAndGlyphs'>with some assistance</text>
-<text x='173.72' y='108.11' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='120.54px' lengthAdjust='spacingAndGlyphs'>Novice: I can complete simple</text>
-<text x='173.72' y='116.75' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='149.92px' lengthAdjust='spacingAndGlyphs'>programming projects in Go, possibly</text>
-<text x='173.72' y='125.39' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='61.59px' lengthAdjust='spacingAndGlyphs'>with assistance</text>
-<text x='173.72' y='77.04' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='153.95px' lengthAdjust='spacingAndGlyphs'>Awareness: I'm aware of Go, but could</text>
-<text x='173.72' y='85.68' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='155.12px' lengthAdjust='spacingAndGlyphs'>not write a simple Go program without</text>
-<text x='173.72' y='94.32' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='42.07px' lengthAdjust='spacingAndGlyphs'>assistance</text>
-<text x='178.65' y='236.44' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='12.69px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='286.42' y='236.44' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='17.78px' lengthAdjust='spacingAndGlyphs'>50%</text>
-<text x='394.19' y='236.44' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='22.87px' lengthAdjust='spacingAndGlyphs'>100%</text>
-<text x='302.59' y='253.90' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='70.03px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<rect x='212.95' y='39.70' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #5DC9E2;' />
-<rect x='299.84' y='39.70' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #CE3262;' />
-<text x='230.40' y='48.99' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='64.75px' lengthAdjust='spacingAndGlyphs'>Random sample</text>
-<text x='317.29' y='48.99' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='51.27px' lengthAdjust='spacingAndGlyphs'>Self-selected</text>
-<text x='5.48' y='17.75' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='234.63px' lengthAdjust='spacingAndGlyphs'>What is your level of experience with Go?</text>
-<text x='426.52' y='266.87' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='42.30px' lengthAdjust='spacingAndGlyphs'>n =  5,842</text>
+<text x='154.80' y='201.23' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='110.33px' lengthAdjust='spacingAndGlyphs'>Expert: I can provide guidance,</text>
+<text x='154.80' y='209.87' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='126.34px' lengthAdjust='spacingAndGlyphs'>troubleshoot, and answer questions</text>
+<text x='154.80' y='218.51' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='122.32px' lengthAdjust='spacingAndGlyphs'>related to Go from other engineers</text>
+<text x='154.80' y='170.18' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='129.90px' lengthAdjust='spacingAndGlyphs'>Advanced: I can complete significant</text>
+<text x='154.80' y='178.82' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='126.31px' lengthAdjust='spacingAndGlyphs'>programming projects in Go without</text>
+<text x='154.80' y='187.46' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='37.81px' lengthAdjust='spacingAndGlyphs'>assistance</text>
+<text x='154.80' y='139.13' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='100.98px' lengthAdjust='spacingAndGlyphs'>Intermediate: I can complete</text>
+<text x='154.80' y='147.77' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='136.55px' lengthAdjust='spacingAndGlyphs'>significant programming projects in Go</text>
+<text x='154.80' y='156.41' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='76.06px' lengthAdjust='spacingAndGlyphs'>with some assistance</text>
+<text x='154.80' y='108.08' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='106.31px' lengthAdjust='spacingAndGlyphs'>Novice: I can complete simple</text>
+<text x='154.80' y='116.72' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='132.10px' lengthAdjust='spacingAndGlyphs'>programming projects in Go, possibly</text>
+<text x='154.80' y='125.36' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='54.27px' lengthAdjust='spacingAndGlyphs'>with assistance</text>
+<text x='154.80' y='77.03' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='137.18px' lengthAdjust='spacingAndGlyphs'>Awareness: I'm aware of Go, but could</text>
+<text x='154.80' y='85.67' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='134.76px' lengthAdjust='spacingAndGlyphs'>not write a simple Go program without</text>
+<text x='154.80' y='94.31' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='37.81px' lengthAdjust='spacingAndGlyphs'>assistance</text>
+<text x='159.73' y='236.30' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='11.56px' lengthAdjust='spacingAndGlyphs'>0%</text>
+<text x='275.72' y='236.30' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='16.01px' lengthAdjust='spacingAndGlyphs'>50%</text>
+<text x='391.72' y='236.30' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='20.46px' lengthAdjust='spacingAndGlyphs'>100%</text>
+<text x='293.12' y='253.78' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='62.28px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
+<rect x='209.24' y='39.74' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #5DC9E2;' />
+<rect x='289.65' y='39.74' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #CE3262;' />
+<text x='226.69' y='48.99' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='58.26px' lengthAdjust='spacingAndGlyphs'>Random sample</text>
+<text x='307.10' y='48.99' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='46.26px' lengthAdjust='spacingAndGlyphs'>Self-selected</text>
+<text x='5.48' y='17.66' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='197.87px' lengthAdjust='spacingAndGlyphs'>What is your level of experience with Go?</text>
+<text x='426.52' y='266.76' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='35.82px' lengthAdjust='spacingAndGlyphs'>n =  5,836</text>
 </g>
 </svg>
diff --git a/_content/blog/survey2023q1/go_app.svg b/_content/blog/survey2023q1/go_app.svg
index 6ababdd..6e6a4ff 100644
--- a/_content/blog/survey2023q1/go_app.svg
+++ b/_content/blog/survey2023q1/go_app.svg
@@ -23,102 +23,102 @@
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHwzMzAuODA=)'>
 </g>
 <defs>
-  <clipPath id='cpMTc3LjM1fDQyNi41Mnw0Mi4yN3wyODIuNDY='>
-    <rect x='177.35' y='42.27' width='249.17' height='240.18' />
+  <clipPath id='cpMTU5LjU2fDQyNi41Mnw0Mi4zM3wyODIuNDI='>
+    <rect x='159.56' y='42.33' width='266.96' height='240.08' />
   </clipPath>
 </defs>
-<g clip-path='url(#cpMTc3LjM1fDQyNi41Mnw0Mi4yN3wyODIuNDY=)'>
-<polyline points='231.52,282.46 231.52,42.27 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='339.85,282.46 339.85,42.27 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='177.35,282.46 177.35,42.27 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='285.69,282.46 285.69,42.27 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='394.02,282.46 394.02,42.27 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='177.35' y='136.89' width='72.93' height='14.56' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='177.35' y='227.87' width='6.01' height='14.56' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='177.35' y='45.91' width='156.01' height='14.56' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='177.35' y='100.50' width='82.27' height='14.56' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='177.35' y='64.11' width='131.10' height='14.56' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='177.35' y='155.09' width='71.55' height='14.56' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='177.35' y='209.68' width='8.97' height='14.56' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='177.35' y='173.28' width='17.72' height='14.56' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='177.35' y='191.48' width='15.39' height='14.56' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='177.35' y='82.31' width='94.80' height='14.56' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='177.35' y='246.07' width='5.12' height='14.56' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='177.35' y='264.26' width='6.56' height='14.56' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='177.35' y='118.70' width='79.45' height='14.56' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<polyline points='252.91,145.99 252.91,142.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='252.91,144.17 247.66,144.17 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='247.66,145.99 247.66,142.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.27,236.97 184.27,233.33 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.27,235.15 182.45,235.15 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='182.45,236.97 182.45,233.33 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='335.86,55.01 335.86,51.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='335.86,53.19 330.87,53.19 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='330.87,55.01 330.87,51.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='262.32,109.60 262.32,105.96 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='262.32,107.78 256.93,107.78 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='256.93,109.60 256.93,105.96 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='311.17,73.21 311.17,69.57 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='311.17,71.39 305.74,71.39 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='305.74,73.21 305.74,69.57 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='251.52,164.19 251.52,160.55 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='251.52,162.37 246.30,162.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='246.30,164.19 246.30,160.55 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.43,218.77 187.43,215.13 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.43,216.95 185.22,216.95 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='185.22,218.77 185.22,215.13 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='196.60,182.38 196.60,178.74 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='196.60,180.56 193.55,180.56 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='193.55,182.38 193.55,178.74 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='194.17,200.58 194.17,196.94 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='194.17,198.76 191.31,198.76 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='191.31,200.58 191.31,196.94 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='274.91,91.40 274.91,87.76 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='274.91,89.58 269.40,89.58 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='269.40,91.40 269.40,87.76 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.31,255.17 183.31,251.53 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.31,253.35 181.63,253.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='181.63,255.17 181.63,251.53 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.87,273.36 184.87,269.72 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.87,271.54 182.96,271.54 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='182.96,273.36 182.96,269.72 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='259.48,127.79 259.48,124.16 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='259.48,125.98 254.13,125.98 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='254.13,127.79 254.13,124.16 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<text x='256.95' y='146.91' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>34%</text>
-<text x='188.12' y='237.89' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>3%</text>
-<text x='340.04' y='55.93' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>72%</text>
-<text x='266.29' y='110.52' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>38%</text>
-<text x='315.12' y='74.12' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>61%</text>
-<text x='255.58' y='165.10' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>33%</text>
-<text x='191.09' y='219.69' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>4%</text>
-<text x='199.84' y='183.30' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>8%</text>
-<text x='197.50' y='201.49' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>7%</text>
-<text x='278.82' y='92.32' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>44%</text>
-<text x='187.23' y='256.08' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>2%</text>
-<text x='188.68' y='274.28' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>3%</text>
-<text x='263.48' y='128.71' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>37%</text>
+<g clip-path='url(#cpMTU5LjU2fDQyNi41Mnw0Mi4zM3wyODIuNDI=)'>
+<polyline points='217.60,282.42 217.60,42.33 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='333.67,282.42 333.67,42.33 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='159.56,282.42 159.56,42.33 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='275.63,282.42 275.63,42.33 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='391.70,282.42 391.70,42.33 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<rect x='159.56' y='136.91' width='78.06' height='14.55' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='159.56' y='227.85' width='6.44' height='14.55' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='159.56' y='45.97' width='167.24' height='14.55' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='159.56' y='100.53' width='88.15' height='14.55' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='159.56' y='64.16' width='140.44' height='14.55' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='159.56' y='155.10' width='76.62' height='14.55' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='159.56' y='209.66' width='9.54' height='14.55' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='159.56' y='173.29' width='19.01' height='14.55' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='159.56' y='191.47' width='16.46' height='14.55' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='159.56' y='82.35' width='101.59' height='14.55' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='159.56' y='246.04' width='5.49' height='14.55' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='159.56' y='264.23' width='7.04' height='14.55' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='159.56' y='118.72' width='85.17' height='14.55' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<polyline points='240.43,146.00 240.43,142.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='240.43,144.19 234.80,144.19 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='234.80,146.00 234.80,142.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='166.98,236.95 166.98,233.31 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='166.98,235.13 165.03,235.13 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='165.03,236.95 165.03,233.31 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='329.48,55.06 329.48,51.43 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='329.48,53.24 324.13,53.24 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='324.13,55.06 324.13,51.43 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='250.61,109.63 250.61,105.99 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='250.61,107.81 244.83,107.81 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='244.83,109.63 244.83,105.99 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='302.92,73.25 302.92,69.61 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='302.92,71.43 297.10,71.43 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='297.10,73.25 297.10,69.61 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='238.99,164.19 238.99,160.56 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='238.99,162.37 233.39,162.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='233.39,164.19 233.39,160.56 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='170.29,218.76 170.29,215.12 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='170.29,216.94 167.92,216.94 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.92,218.76 167.92,215.12 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='180.20,182.38 180.20,178.74 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='180.20,180.56 176.94,180.56 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='176.94,182.38 176.94,178.74 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='177.55,200.57 177.55,196.93 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='177.55,198.75 174.50,198.75 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='174.50,200.57 174.50,196.93 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='264.11,91.44 264.11,87.80 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='264.11,89.62 258.20,89.62 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='258.20,91.44 258.20,87.80 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='165.95,255.13 165.95,251.50 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='165.95,253.31 164.15,253.31 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='164.15,255.13 164.15,251.50 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.62,273.32 167.62,269.68 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.62,271.50 165.58,271.50 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='165.58,273.32 165.58,269.68 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='247.61,127.82 247.61,124.18 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='247.61,126.00 241.87,126.00 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='241.87,127.82 241.87,124.18 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<text x='243.62' y='146.87' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>34%</text>
+<text x='170.34' y='237.82' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>3%</text>
+<text x='332.81' y='55.93' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>72%</text>
+<text x='253.72' y='110.50' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>38%</text>
+<text x='306.01' y='74.12' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>61%</text>
+<text x='242.19' y='165.06' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>33%</text>
+<text x='173.44' y='219.63' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>4%</text>
+<text x='182.90' y='183.25' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>8%</text>
+<text x='180.36' y='201.44' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>7%</text>
+<text x='267.16' y='92.31' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>44%</text>
+<text x='169.38' y='256.00' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='170.94' y='274.19' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>3%</text>
+<text x='250.74' y='128.69' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>37%</text>
 </g>
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHwzMzAuODA=)'>
-<text x='172.42' y='274.46' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='22.72px' lengthAdjust='spacingAndGlyphs'>Other</text>
-<text x='172.42' y='256.26' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='48.02px' lengthAdjust='spacingAndGlyphs'>Mobile apps</text>
-<text x='172.42' y='238.07' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='84.28px' lengthAdjust='spacingAndGlyphs'>Machine learning / AI</text>
-<text x='172.42' y='219.87' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='27.99px' lengthAdjust='spacingAndGlyphs'>Games</text>
-<text x='172.42' y='201.67' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='154.83px' lengthAdjust='spacingAndGlyphs'>Embedded devices / Internet of Things</text>
-<text x='172.42' y='183.48' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='106.03px' lengthAdjust='spacingAndGlyphs'>Desktop / GUI applications</text>
-<text x='172.42' y='165.28' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='64.76px' lengthAdjust='spacingAndGlyphs'>Data processing</text>
-<text x='172.42' y='147.09' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='84.81px' lengthAdjust='spacingAndGlyphs'>Agents and daemons</text>
-<text x='172.42' y='128.89' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='95.77px' lengthAdjust='spacingAndGlyphs'>Websites / web services</text>
-<text x='172.42' y='110.70' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='80.84px' lengthAdjust='spacingAndGlyphs'>Automation / scripts</text>
-<text x='172.42' y='92.50' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='95.08px' lengthAdjust='spacingAndGlyphs'>Libraries or frameworks</text>
-<text x='172.42' y='74.30' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='131.08px' lengthAdjust='spacingAndGlyphs'>A runnable / interactive program</text>
-<text x='172.42' y='56.11' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='71.78px' lengthAdjust='spacingAndGlyphs'>API / RPC services</text>
-<text x='177.35' y='293.22' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='12.69px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='285.69' y='293.22' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='17.78px' lengthAdjust='spacingAndGlyphs'>50%</text>
-<text x='394.02' y='293.22' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='22.87px' lengthAdjust='spacingAndGlyphs'>100%</text>
-<text x='301.94' y='310.68' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='70.03px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<text x='5.48' y='30.65' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='85.26px' lengthAdjust='spacingAndGlyphs'>(select all that apply)</text>
-<text x='5.48' y='17.75' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='150.49px' lengthAdjust='spacingAndGlyphs'>I write the following in Go:</text>
-<text x='426.52' y='323.66' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='42.30px' lengthAdjust='spacingAndGlyphs'>n =  5,844</text>
+<text x='154.63' y='274.37' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='20.01px' lengthAdjust='spacingAndGlyphs'>Other</text>
+<text x='154.63' y='256.18' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='43.15px' lengthAdjust='spacingAndGlyphs'>Mobile apps</text>
+<text x='154.63' y='238.00' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='75.18px' lengthAdjust='spacingAndGlyphs'>Machine learning / AI</text>
+<text x='154.63' y='219.81' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='25.79px' lengthAdjust='spacingAndGlyphs'>Games</text>
+<text x='154.63' y='201.62' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='137.02px' lengthAdjust='spacingAndGlyphs'>Embedded devices / Internet of Things</text>
+<text x='154.63' y='183.43' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='94.74px' lengthAdjust='spacingAndGlyphs'>Desktop / GUI applications</text>
+<text x='154.63' y='165.24' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='57.82px' lengthAdjust='spacingAndGlyphs'>Data processing</text>
+<text x='154.63' y='147.05' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='75.63px' lengthAdjust='spacingAndGlyphs'>Agents and daemons</text>
+<text x='154.63' y='128.87' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='85.84px' lengthAdjust='spacingAndGlyphs'>Websites / web services</text>
+<text x='154.63' y='110.68' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='70.28px' lengthAdjust='spacingAndGlyphs'>Automation / scripts</text>
+<text x='154.63' y='92.49' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='83.60px' lengthAdjust='spacingAndGlyphs'>Libraries or frameworks</text>
+<text x='154.63' y='74.30' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='113.87px' lengthAdjust='spacingAndGlyphs'>A runnable / interactive program</text>
+<text x='154.63' y='56.11' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='68.03px' lengthAdjust='spacingAndGlyphs'>API / RPC services</text>
+<text x='159.56' y='293.09' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='11.56px' lengthAdjust='spacingAndGlyphs'>0%</text>
+<text x='275.63' y='293.09' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='16.01px' lengthAdjust='spacingAndGlyphs'>50%</text>
+<text x='391.70' y='293.09' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='20.46px' lengthAdjust='spacingAndGlyphs'>100%</text>
+<text x='293.04' y='310.56' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='62.28px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
+<text x='5.48' y='30.60' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='73.40px' lengthAdjust='spacingAndGlyphs'>(select all that apply)</text>
+<text x='5.48' y='17.66' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='125.00px' lengthAdjust='spacingAndGlyphs'>I write the following in Go:</text>
+<text x='426.52' y='323.55' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='35.82px' lengthAdjust='spacingAndGlyphs'>n =  5,838</text>
 </g>
 </svg>
diff --git a/_content/blog/survey2023q1/go_app_exp.svg b/_content/blog/survey2023q1/go_app_exp.svg
index bbc6f87..9310cea 100644
--- a/_content/blog/survey2023q1/go_app_exp.svg
+++ b/_content/blog/survey2023q1/go_app_exp.svg
@@ -23,305 +23,305 @@
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHw1NDUuNzc=)'>
 </g>
 <defs>
-  <clipPath id='cpMTc3LjM1fDQyNi41Mnw4MS41OHw0OTcuNDQ='>
-    <rect x='177.35' y='81.58' width='249.17' height='415.86' />
+  <clipPath id='cpMTU5LjU2fDQyNi41Mnw4MS42NHw0OTcuMzk='>
+    <rect x='159.56' y='81.64' width='266.96' height='415.76' />
   </clipPath>
 </defs>
-<g clip-path='url(#cpMTc3LjM1fDQyNi41Mnw4MS41OHw0OTcuNDQ=)'>
-<polyline points='231.52,497.44 231.52,81.58 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='339.85,497.44 339.85,81.58 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='177.35,497.44 177.35,81.58 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='285.69,497.44 285.69,81.58 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='394.02,497.44 394.02,81.58 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='177.35' y='264.30' width='105.43' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='177.35' y='258.00' width='73.91' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='177.35' y='251.70' width='53.51' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='177.35' y='245.40' width='33.45' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='177.35' y='421.83' width='8.12' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='177.35' y='415.53' width='5.52' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='177.35' y='409.22' width='4.59' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='177.35' y='402.92' width='4.56' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='177.35' y='106.78' width='181.99' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='177.35' y='100.48' width='163.82' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='177.35' y='94.18' width='142.31' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='177.35' y='87.88' width='97.31' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='177.35' y='201.30' width='106.08' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='177.35' y='195.00' width='81.08' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='177.35' y='188.69' width='71.02' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='177.35' y='182.39' width='52.84' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='177.35' y='138.29' width='160.34' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='177.35' y='131.99' width='135.14' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='177.35' y='125.69' width='112.29' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='177.35' y='119.38' width='91.23' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='177.35' y='295.81' width='98.99' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='177.35' y='289.51' width='71.71' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='177.35' y='283.21' width='55.87' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='177.35' y='276.91' width='39.53' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='177.35' y='390.32' width='11.47' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='177.35' y='384.02' width='8.49' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='177.35' y='377.72' width='8.20' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='177.35' y='371.42' width='5.32' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='177.35' y='327.31' width='18.95' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='177.35' y='321.01' width='18.20' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='177.35' y='314.71' width='16.26' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='177.35' y='308.41' width='17.87' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='177.35' y='358.82' width='22.43' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='177.35' y='352.52' width='15.44' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='177.35' y='346.22' width='10.70' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='177.35' y='339.91' width='7.22' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='177.35' y='169.79' width='149.64' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='177.35' y='163.49' width='102.93' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='177.35' y='157.19' width='54.48' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='177.35' y='150.89' width='23.95' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='177.35' y='453.33' width='5.41' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='177.35' y='447.03' width='4.30' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='177.35' y='440.73' width='4.73' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='177.35' y='434.43' width='7.22' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='177.35' y='484.83' width='5.80' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='177.35' y='478.53' width='6.07' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='177.35' y='472.23' width='5.42' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='177.35' y='465.93' width='11.40' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='177.35' y='232.80' width='87.78' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='177.35' y='226.50' width='74.02' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='177.35' y='220.20' width='75.88' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='177.35' y='213.90' width='84.39' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<polyline points='287.96,269.42 287.96,267.85 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='287.96,268.64 277.61,268.64 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='277.61,269.42 277.61,267.85 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='255.81,262.34 255.81,260.76 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='255.81,261.55 246.72,261.55 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='246.72,262.34 246.72,260.76 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='235.50,255.25 235.50,253.67 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='235.50,254.46 226.22,254.46 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='226.22,255.25 226.22,253.67 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='217.23,248.16 217.23,246.58 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='217.23,247.37 204.38,247.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='204.38,248.16 204.38,246.58 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.44,426.95 187.44,425.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.44,426.16 183.51,426.16 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.51,426.95 183.51,425.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.38,419.86 184.38,418.28 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.38,419.07 181.36,419.07 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='181.36,419.86 181.36,418.28 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.49,412.77 183.49,411.19 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.49,411.98 180.39,411.98 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='180.39,412.77 180.39,411.19 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.47,405.68 184.47,404.10 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.47,404.89 179.36,404.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='179.36,405.68 179.36,404.10 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='363.15,111.90 363.15,110.33 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='363.15,111.11 355.55,111.11 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='355.55,111.90 355.55,110.33 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='345.29,104.81 345.29,103.24 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='345.29,104.03 337.06,104.03 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='337.06,104.81 337.06,103.24 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='324.77,97.73 324.77,96.15 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='324.77,96.94 314.56,96.94 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='314.56,97.73 314.56,96.15 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='283.51,90.64 283.51,89.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='283.51,89.85 265.82,89.85 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='265.82,90.64 265.82,89.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='288.61,206.42 288.61,204.84 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='288.61,205.63 278.25,205.63 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='278.25,206.42 278.25,204.84 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='263.08,199.33 263.08,197.75 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='263.08,198.54 253.80,198.54 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='253.80,199.33 253.80,197.75 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='253.42,192.24 253.42,190.66 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='253.42,191.45 243.32,191.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='243.32,192.24 243.32,190.66 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='237.83,185.15 237.83,183.57 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='237.83,184.36 222.55,184.36 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='222.55,185.15 222.55,183.57 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='342.24,143.41 342.24,141.83 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='342.24,142.62 333.15,142.62 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='333.15,143.41 333.15,141.83 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='317.14,136.32 317.14,134.74 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='317.14,135.53 307.85,135.53 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='307.85,136.32 307.85,134.74 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='295.02,129.23 295.02,127.65 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='295.02,128.44 284.27,128.44 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='284.27,129.23 284.27,127.65 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='277.36,122.14 277.36,120.57 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='277.36,121.35 259.80,121.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='259.80,122.14 259.80,120.57 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='281.50,300.93 281.50,299.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='281.50,300.14 271.18,300.14 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='271.18,300.93 271.18,299.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='253.57,293.84 253.57,292.26 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='253.57,293.05 244.55,293.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='244.55,293.84 244.55,292.26 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='237.93,286.75 237.93,285.18 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='237.93,285.96 228.52,285.96 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='228.52,286.75 228.52,285.18 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='223.76,279.66 223.76,278.09 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='223.76,278.88 210.02,278.88 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='210.02,279.66 210.02,278.09 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='191.14,395.44 191.14,393.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='191.14,394.65 186.51,394.65 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='186.51,395.44 186.51,393.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.71,388.35 187.71,386.78 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.71,387.57 183.99,387.57 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.99,388.35 183.99,386.78 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.61,381.26 187.61,379.69 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.61,380.48 183.50,380.48 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.50,381.26 183.50,379.69 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='185.43,374.18 185.43,372.60 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='185.43,373.39 179.92,373.39 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='179.92,374.18 179.92,372.60 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='199.23,332.43 199.23,330.86 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='199.23,331.64 193.37,331.64 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='193.37,332.43 193.37,330.86 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='198.21,325.34 198.21,323.77 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='198.21,324.56 192.90,324.56 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='192.90,325.34 192.90,323.77 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='196.45,318.26 196.45,316.68 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='196.45,317.47 190.78,317.47 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='190.78,318.26 190.78,316.68 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='200.11,311.17 200.11,309.59 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='200.11,310.38 190.33,310.38 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='190.33,311.17 190.33,309.59 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='202.94,363.94 202.94,362.36 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='202.94,363.15 196.63,363.15 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='196.63,363.94 196.63,362.36 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='195.26,356.85 195.26,355.27 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='195.26,356.06 190.33,356.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='190.33,356.85 190.33,355.27 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='190.39,349.76 190.39,348.18 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='190.39,348.97 185.72,348.97 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='185.72,349.76 185.72,348.18 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.77,342.67 187.77,341.10 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.77,341.88 181.38,341.88 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='181.38,342.67 181.38,341.10 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='331.78,174.91 331.78,173.34 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='331.78,174.12 322.21,174.12 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='322.21,174.91 322.21,173.34 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='285.07,167.82 285.07,166.25 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='285.07,167.04 275.50,167.04 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='275.50,167.82 275.50,166.25 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='236.50,160.73 236.50,159.16 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='236.50,159.95 227.17,159.95 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='227.17,160.73 227.17,159.16 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='206.88,153.65 206.88,152.07 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='206.88,152.86 195.72,152.86 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='195.72,153.65 195.72,152.07 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.38,458.45 184.38,456.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.38,457.66 181.15,457.66 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='181.15,458.45 181.15,456.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='182.99,451.36 182.99,449.79 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='182.99,450.57 180.32,450.57 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='180.32,451.36 180.32,449.79 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.65,444.27 183.65,442.70 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.65,443.49 180.51,443.49 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='180.51,444.27 180.51,442.70 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.77,437.18 187.77,435.61 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.77,436.40 181.38,436.40 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='181.38,437.18 181.38,435.61 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.83,489.95 184.83,488.38 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.83,489.17 181.48,489.17 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='181.48,489.95 181.48,488.38 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='185.00,482.87 185.00,481.29 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='185.00,482.08 181.84,482.08 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='181.84,482.87 181.84,481.29 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.45,475.78 184.45,474.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.45,474.99 181.09,474.99 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='181.09,475.78 181.09,474.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='192.73,468.69 192.73,467.11 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='192.73,467.90 184.79,467.90 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.79,468.69 184.79,467.11 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='270.21,237.92 270.21,236.34 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='270.21,237.13 260.04,237.13 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='260.04,237.92 260.04,236.34 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='255.92,230.83 255.92,229.26 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='255.92,230.04 246.83,230.04 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='246.83,230.83 246.83,229.26 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='258.37,223.74 258.37,222.17 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='258.37,222.96 248.11,222.96 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='248.11,223.74 248.11,222.17 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='270.41,216.65 270.41,215.08 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='270.41,215.87 253.07,215.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='253.07,216.65 253.07,215.08 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<text x='289.46' y='271.37' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>49%</text>
-<text x='257.94' y='264.28' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>34%</text>
-<text x='237.53' y='257.20' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>25%</text>
-<text x='217.47' y='250.11' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>15%</text>
-<text x='190.23' y='428.89' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>4%</text>
-<text x='187.63' y='421.81' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>3%</text>
-<text x='186.70' y='414.72' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>2%</text>
-<text x='186.68' y='407.63' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>2%</text>
-<text x='366.02' y='113.85' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>84%</text>
-<text x='347.85' y='106.76' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>76%</text>
-<text x='326.34' y='99.67' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>66%</text>
-<text x='281.33' y='92.59' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>45%</text>
-<text x='290.10' y='208.36' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>49%</text>
-<text x='265.11' y='201.28' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>37%</text>
-<text x='255.04' y='194.19' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>33%</text>
-<text x='236.86' y='187.10' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>24%</text>
-<text x='344.37' y='145.36' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>74%</text>
-<text x='319.16' y='138.27' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>62%</text>
-<text x='296.32' y='131.18' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>52%</text>
-<text x='275.25' y='124.09' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>42%</text>
-<text x='283.01' y='302.88' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>46%</text>
-<text x='255.73' y='295.79' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>33%</text>
-<text x='239.89' y='288.70' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>26%</text>
-<text x='223.56' y='281.61' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>18%</text>
-<text x='193.59' y='397.39' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>5%</text>
-<text x='190.61' y='390.30' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>4%</text>
-<text x='190.31' y='383.21' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>4%</text>
-<text x='187.44' y='376.12' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>2%</text>
-<text x='201.06' y='334.38' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>9%</text>
-<text x='200.32' y='327.29' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>8%</text>
-<text x='198.37' y='320.20' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>8%</text>
-<text x='199.98' y='313.12' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>8%</text>
-<text x='206.45' y='365.89' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>10%</text>
-<text x='197.56' y='358.80' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>7%</text>
-<text x='192.82' y='351.71' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>5%</text>
-<text x='189.34' y='344.62' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>3%</text>
-<text x='333.67' y='176.86' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>69%</text>
-<text x='286.95' y='169.77' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>48%</text>
-<text x='238.50' y='162.68' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>25%</text>
-<text x='207.97' y='155.59' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>11%</text>
-<text x='187.53' y='460.40' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>2%</text>
-<text x='186.42' y='453.31' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>2%</text>
-<text x='186.84' y='446.22' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>2%</text>
-<text x='189.34' y='439.13' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>3%</text>
-<text x='187.91' y='491.90' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>3%</text>
-<text x='188.18' y='484.81' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>3%</text>
-<text x='187.53' y='477.73' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>3%</text>
-<text x='193.52' y='470.64' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>5%</text>
-<text x='271.80' y='239.87' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>41%</text>
-<text x='258.05' y='232.78' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>34%</text>
-<text x='259.91' y='225.69' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>35%</text>
-<text x='268.41' y='218.60' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>39%</text>
+<g clip-path='url(#cpMTU5LjU2fDQyNi41Mnw4MS42NHw0OTcuMzk=)'>
+<polyline points='217.60,497.39 217.60,81.64 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='333.67,497.39 333.67,81.64 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='159.56,497.39 159.56,81.64 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='275.63,497.39 275.63,81.64 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='391.70,497.39 391.70,81.64 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<rect x='159.56' y='264.32' width='112.89' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='159.56' y='258.02' width='79.08' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='159.56' y='251.72' width='57.33' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='159.56' y='245.42' width='35.49' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='159.56' y='421.80' width='8.71' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='159.56' y='415.50' width='5.92' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='159.56' y='409.20' width='4.91' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='159.56' y='402.90' width='4.90' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='159.56' y='106.83' width='194.97' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='159.56' y='100.54' width='175.67' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='159.56' y='94.24' width='152.48' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='159.56' y='87.94' width='104.44' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='159.56' y='201.32' width='113.72' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='159.56' y='195.03' width='86.89' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='159.56' y='188.73' width='76.09' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='159.56' y='182.43' width='56.30' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='159.56' y='138.33' width='171.75' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='159.56' y='132.03' width='144.66' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='159.56' y='125.73' width='120.31' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='159.56' y='119.43' width='97.91' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='159.56' y='295.81' width='105.98' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='159.56' y='289.52' width='76.83' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='159.56' y='283.22' width='59.86' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='159.56' y='276.92' width='42.43' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='159.56' y='390.30' width='12.30' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='159.56' y='384.01' width='8.88' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='159.56' y='377.71' width='8.79' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='159.56' y='371.41' width='5.71' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='159.56' y='327.31' width='20.31' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='159.56' y='321.01' width='19.53' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='159.56' y='314.71' width='17.42' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='159.56' y='308.41' width='19.17' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='159.56' y='358.81' width='24.04' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='159.56' y='352.51' width='16.45' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='159.56' y='346.21' width='11.47' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='159.56' y='339.91' width='7.75' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='159.56' y='169.83' width='160.29' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='159.56' y='163.53' width='110.33' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='159.56' y='157.23' width='58.37' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='159.56' y='150.93' width='25.70' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='159.56' y='453.30' width='5.80' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='159.56' y='447.00' width='4.62' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='159.56' y='440.70' width='5.06' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='159.56' y='434.40' width='7.75' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='159.56' y='484.79' width='6.22' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='159.56' y='478.50' width='6.51' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='159.56' y='472.20' width='5.81' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='159.56' y='465.90' width='12.24' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='159.56' y='232.82' width='93.96' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='159.56' y='226.52' width='79.43' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='159.56' y='220.22' width='81.30' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='159.56' y='213.92' width='90.57' height='6.30' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<polyline points='278.00,269.44 278.00,267.86 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='278.00,268.65 266.91,268.65 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='266.91,269.44 266.91,267.86 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='243.51,262.35 243.51,260.77 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='243.51,261.56 233.77,261.56 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='233.77,262.35 233.77,260.77 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='221.86,255.26 221.86,253.69 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='221.86,254.48 211.92,254.48 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='211.92,255.26 211.92,253.69 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='201.92,248.18 201.92,246.60 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='201.92,247.39 188.19,247.39 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='188.19,248.18 188.19,246.60 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='170.38,426.92 170.38,425.34 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='170.38,426.13 166.16,426.13 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='166.16,426.92 166.16,425.34 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.10,419.83 167.10,418.26 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.10,419.05 163.86,419.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='163.86,419.83 163.86,418.26 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='166.14,412.75 166.14,411.17 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='166.14,411.96 162.82,411.96 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='162.82,412.75 162.82,411.17 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.20,405.66 167.20,404.08 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.20,404.87 161.72,404.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='161.72,405.66 161.72,404.08 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='358.60,111.95 358.60,110.38 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='358.60,111.17 350.46,111.17 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='350.46,111.95 350.46,110.38 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='339.64,104.87 339.64,103.29 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='339.64,104.08 330.83,104.08 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='330.83,104.87 330.83,103.29 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='317.51,97.78 317.51,96.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='317.51,96.99 306.57,96.99 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='306.57,97.78 306.57,96.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='273.49,90.69 273.49,89.12 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='273.49,89.91 254.51,89.91 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='254.51,90.69 254.51,89.12 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='278.83,206.44 278.83,204.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='278.83,205.66 267.73,205.66 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='267.73,206.44 267.73,204.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='251.42,199.36 251.42,197.78 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='251.42,198.57 241.48,198.57 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='241.48,199.36 241.48,197.78 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='241.06,192.27 241.06,190.69 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='241.06,191.48 230.24,191.48 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='230.24,192.27 230.24,190.69 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='224.04,185.18 224.04,183.61 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='224.04,184.40 207.69,184.40 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='207.69,185.18 207.69,183.61 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='336.19,143.45 336.19,141.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='336.19,142.66 326.45,142.66 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='326.45,143.45 326.45,141.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='309.20,136.36 309.20,134.79 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='309.20,135.58 299.24,135.58 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='299.24,136.36 299.24,134.79 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='285.63,129.28 285.63,127.70 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='285.63,128.49 274.12,128.49 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='274.12,129.28 274.12,127.70 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='266.90,122.19 266.90,120.61 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='266.90,121.40 248.06,121.40 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='248.06,122.19 248.06,120.61 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='271.07,300.93 271.07,299.36 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='271.07,300.15 260.02,300.15 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='260.02,300.93 260.02,299.36 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='241.22,293.85 241.22,292.27 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='241.22,293.06 231.55,293.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='231.55,293.85 231.55,292.27 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='224.46,286.76 224.46,285.18 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='224.46,285.97 214.38,285.97 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='214.38,286.76 214.38,285.18 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='209.36,279.67 209.36,278.10 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='209.36,278.89 194.62,278.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='194.62,279.67 194.62,278.10 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='174.35,395.42 174.35,393.85 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='174.35,394.64 169.37,394.64 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='169.37,395.42 169.37,393.85 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='170.41,388.34 170.41,386.76 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='170.41,387.55 166.47,387.55 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='166.47,388.34 166.47,386.76 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='170.55,381.25 170.55,379.67 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='170.55,380.46 166.15,380.46 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='166.15,381.25 166.15,379.67 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='168.23,374.16 168.23,372.59 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='168.23,373.37 162.32,373.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='162.32,374.16 162.32,372.59 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='183.01,332.43 183.01,330.85 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='183.01,331.64 176.74,331.64 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='176.74,332.43 176.74,330.85 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='181.95,325.34 181.95,323.77 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='181.95,324.56 176.24,324.56 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='176.24,325.34 176.24,323.77 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='180.02,318.26 180.02,316.68 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='180.02,317.47 173.95,317.47 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='173.95,318.26 173.95,316.68 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='183.99,311.17 183.99,309.59 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='183.99,310.38 173.49,310.38 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='173.49,311.17 173.49,309.59 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='186.99,363.93 186.99,362.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='186.99,363.14 180.22,363.14 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='180.22,363.93 180.22,362.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='178.65,356.84 178.65,355.26 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='178.65,356.05 173.38,356.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='173.38,356.84 173.38,355.26 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='173.52,349.75 173.52,348.18 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='173.52,348.97 168.53,348.97 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='168.53,349.75 168.53,348.18 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='170.74,342.67 170.74,341.09 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='170.74,341.88 163.89,341.88 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='163.89,342.67 163.89,341.09 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='324.98,174.95 324.98,173.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='324.98,174.16 314.72,174.16 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='314.72,174.95 314.72,173.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='275.02,167.86 275.02,166.28 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='275.02,167.07 264.76,167.07 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='264.76,167.86 264.76,166.28 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='222.93,160.77 222.93,159.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='222.93,159.99 212.93,159.99 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='212.93,160.77 212.93,159.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='191.25,153.69 191.25,152.11 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='191.25,152.90 179.28,152.90 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='179.28,153.69 179.28,152.11 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.10,458.42 167.10,456.84 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.10,457.63 163.63,457.63 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='163.63,458.42 163.63,456.84 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='165.61,451.33 165.61,449.75 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='165.61,450.54 162.74,450.54 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='162.74,451.33 162.74,449.75 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='166.31,444.24 166.31,442.67 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='166.31,443.46 162.94,443.46 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='162.94,444.24 162.94,442.67 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='170.74,437.16 170.74,435.58 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='170.74,436.37 163.89,436.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='163.89,437.16 163.89,435.58 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.57,489.91 167.57,488.34 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.57,489.13 163.99,489.13 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='163.99,489.91 163.99,488.34 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.77,482.83 167.77,481.25 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.77,482.04 164.38,482.04 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='164.38,482.83 164.38,481.25 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.17,475.74 167.17,474.16 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.17,474.95 163.57,474.95 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='163.57,475.74 163.57,474.16 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='176.06,468.65 176.06,467.08 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='176.06,467.86 167.54,467.86 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.54,468.65 167.54,467.08 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='258.97,237.94 258.97,236.36 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='258.97,237.15 248.07,237.15 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='248.07,237.94 248.07,236.36 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='243.87,230.85 243.87,229.28 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='243.87,230.07 234.12,230.07 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='234.12,230.85 234.12,229.28 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='246.36,223.77 246.36,222.19 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='246.36,222.98 235.37,222.98 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='235.37,223.77 235.37,222.19 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='259.44,216.68 259.44,215.10 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='259.44,215.89 240.83,215.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='240.83,216.68 240.83,215.10 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<text x='278.46' y='271.34' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>49%</text>
+<text x='244.64' y='264.25' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>34%</text>
+<text x='222.89' y='257.16' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>25%</text>
+<text x='201.06' y='250.08' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>15%</text>
+<text x='172.60' y='428.82' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>4%</text>
+<text x='169.82' y='421.73' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>3%</text>
+<text x='168.81' y='414.65' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='168.79' y='407.56' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='360.53' y='113.85' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>84%</text>
+<text x='341.24' y='106.77' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>76%</text>
+<text x='318.04' y='99.68' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>66%</text>
+<text x='270.01' y='92.59' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>45%</text>
+<text x='279.28' y='208.34' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>49%</text>
+<text x='252.45' y='201.26' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>37%</text>
+<text x='241.65' y='194.17' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>33%</text>
+<text x='221.87' y='187.08' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>24%</text>
+<text x='337.32' y='145.35' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>74%</text>
+<text x='310.22' y='138.26' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>62%</text>
+<text x='285.88' y='131.18' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>52%</text>
+<text x='263.48' y='124.09' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>42%</text>
+<text x='271.55' y='302.83' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>46%</text>
+<text x='242.39' y='295.75' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>33%</text>
+<text x='225.42' y='288.66' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>26%</text>
+<text x='207.99' y='281.57' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>18%</text>
+<text x='176.19' y='397.32' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>5%</text>
+<text x='172.78' y='390.24' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>4%</text>
+<text x='172.68' y='383.15' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>4%</text>
+<text x='169.61' y='376.06' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='184.21' y='334.33' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>9%</text>
+<text x='183.43' y='327.24' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>8%</text>
+<text x='181.32' y='320.16' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>8%</text>
+<text x='183.07' y='313.07' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>8%</text>
+<text x='189.61' y='365.83' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>10%</text>
+<text x='180.35' y='358.74' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>7%</text>
+<text x='175.36' y='351.65' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>5%</text>
+<text x='171.65' y='344.57' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>3%</text>
+<text x='325.85' y='176.85' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>69%</text>
+<text x='275.89' y='169.76' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>48%</text>
+<text x='223.93' y='162.67' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>25%</text>
+<text x='191.27' y='155.59' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>11%</text>
+<text x='169.70' y='460.32' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='168.51' y='453.23' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='168.96' y='446.14' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='171.65' y='439.06' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>3%</text>
+<text x='170.12' y='491.81' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>3%</text>
+<text x='170.41' y='484.73' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>3%</text>
+<text x='169.70' y='477.64' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>3%</text>
+<text x='176.14' y='470.55' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>5%</text>
+<text x='259.52' y='239.84' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>40%</text>
+<text x='245.00' y='232.75' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>34%</text>
+<text x='246.86' y='225.67' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>35%</text>
+<text x='256.13' y='218.58' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>39%</text>
 </g>
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHw1NDUuNzc=)'>
-<text x='172.42' y='481.45' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='22.72px' lengthAdjust='spacingAndGlyphs'>Other</text>
-<text x='172.42' y='449.95' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='48.02px' lengthAdjust='spacingAndGlyphs'>Mobile apps</text>
-<text x='172.42' y='418.44' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='84.28px' lengthAdjust='spacingAndGlyphs'>Machine learning / AI</text>
-<text x='172.42' y='386.94' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='27.99px' lengthAdjust='spacingAndGlyphs'>Games</text>
-<text x='172.42' y='355.43' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='154.83px' lengthAdjust='spacingAndGlyphs'>Embedded devices / Internet of Things</text>
-<text x='172.42' y='323.93' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='106.03px' lengthAdjust='spacingAndGlyphs'>Desktop / GUI applications</text>
-<text x='172.42' y='292.42' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='64.76px' lengthAdjust='spacingAndGlyphs'>Data processing</text>
-<text x='172.42' y='260.92' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='84.81px' lengthAdjust='spacingAndGlyphs'>Agents and daemons</text>
-<text x='172.42' y='229.42' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='95.77px' lengthAdjust='spacingAndGlyphs'>Websites / web services</text>
-<text x='172.42' y='197.91' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='80.84px' lengthAdjust='spacingAndGlyphs'>Automation / scripts</text>
-<text x='172.42' y='166.41' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='95.08px' lengthAdjust='spacingAndGlyphs'>Libraries or frameworks</text>
-<text x='172.42' y='134.90' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='131.08px' lengthAdjust='spacingAndGlyphs'>A runnable / interactive program</text>
-<text x='172.42' y='103.40' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='71.78px' lengthAdjust='spacingAndGlyphs'>API / RPC services</text>
-<text x='177.35' y='508.20' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='12.69px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='285.69' y='508.20' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='17.78px' lengthAdjust='spacingAndGlyphs'>50%</text>
-<text x='394.02' y='508.20' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='22.87px' lengthAdjust='spacingAndGlyphs'>100%</text>
-<text x='301.94' y='525.66' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='70.03px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<rect x='175.92' y='57.16' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='225.22' y='57.16' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='298.99' y='57.16' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='360.64' y='57.16' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<text x='193.37' y='66.45' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='27.16px' lengthAdjust='spacingAndGlyphs'>Novice</text>
-<text x='242.67' y='66.45' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='51.62px' lengthAdjust='spacingAndGlyphs'>Intermediate</text>
-<text x='316.44' y='66.45' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='39.51px' lengthAdjust='spacingAndGlyphs'>Advanced</text>
-<text x='378.09' y='66.45' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='26.22px' lengthAdjust='spacingAndGlyphs'>Expert</text>
-<text x='5.48' y='30.65' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='85.26px' lengthAdjust='spacingAndGlyphs'>(select all that apply)</text>
-<text x='5.48' y='17.75' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='150.49px' lengthAdjust='spacingAndGlyphs'>I write the following in Go:</text>
-<text x='426.52' y='538.63' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='42.30px' lengthAdjust='spacingAndGlyphs'>n =  5,774</text>
+<text x='154.63' y='481.36' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='20.01px' lengthAdjust='spacingAndGlyphs'>Other</text>
+<text x='154.63' y='449.87' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='43.15px' lengthAdjust='spacingAndGlyphs'>Mobile apps</text>
+<text x='154.63' y='418.37' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='75.18px' lengthAdjust='spacingAndGlyphs'>Machine learning / AI</text>
+<text x='154.63' y='386.87' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='25.79px' lengthAdjust='spacingAndGlyphs'>Games</text>
+<text x='154.63' y='355.38' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='137.02px' lengthAdjust='spacingAndGlyphs'>Embedded devices / Internet of Things</text>
+<text x='154.63' y='323.88' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='94.74px' lengthAdjust='spacingAndGlyphs'>Desktop / GUI applications</text>
+<text x='154.63' y='292.38' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='57.82px' lengthAdjust='spacingAndGlyphs'>Data processing</text>
+<text x='154.63' y='260.89' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='75.63px' lengthAdjust='spacingAndGlyphs'>Agents and daemons</text>
+<text x='154.63' y='229.39' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='85.84px' lengthAdjust='spacingAndGlyphs'>Websites / web services</text>
+<text x='154.63' y='197.89' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='70.28px' lengthAdjust='spacingAndGlyphs'>Automation / scripts</text>
+<text x='154.63' y='166.40' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='83.60px' lengthAdjust='spacingAndGlyphs'>Libraries or frameworks</text>
+<text x='154.63' y='134.90' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='113.87px' lengthAdjust='spacingAndGlyphs'>A runnable / interactive program</text>
+<text x='154.63' y='103.40' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='68.03px' lengthAdjust='spacingAndGlyphs'>API / RPC services</text>
+<text x='159.56' y='508.06' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='11.56px' lengthAdjust='spacingAndGlyphs'>0%</text>
+<text x='275.63' y='508.06' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='16.01px' lengthAdjust='spacingAndGlyphs'>50%</text>
+<text x='391.70' y='508.06' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='20.46px' lengthAdjust='spacingAndGlyphs'>100%</text>
+<text x='293.04' y='525.54' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='62.28px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
+<rect x='175.45' y='57.21' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='222.05' y='57.21' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='288.67' y='57.21' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='346.41' y='57.21' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<text x='192.90' y='66.46' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='24.46px' lengthAdjust='spacingAndGlyphs'>Novice</text>
+<text x='239.50' y='66.46' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='44.48px' lengthAdjust='spacingAndGlyphs'>Intermediate</text>
+<text x='306.12' y='66.46' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='35.59px' lengthAdjust='spacingAndGlyphs'>Advanced</text>
+<text x='363.86' y='66.46' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='23.13px' lengthAdjust='spacingAndGlyphs'>Expert</text>
+<text x='5.48' y='30.60' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='73.40px' lengthAdjust='spacingAndGlyphs'>(select all that apply)</text>
+<text x='5.48' y='17.66' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='125.00px' lengthAdjust='spacingAndGlyphs'>I write the following in Go:</text>
+<text x='426.52' y='538.52' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='35.82px' lengthAdjust='spacingAndGlyphs'>n =  5,769</text>
 </g>
 </svg>
diff --git a/_content/blog/survey2023q1/go_exp.svg b/_content/blog/survey2023q1/go_exp.svg
index 0c3bda1..a2249e4 100644
--- a/_content/blog/survey2023q1/go_exp.svg
+++ b/_content/blog/survey2023q1/go_exp.svg
@@ -23,59 +23,59 @@
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHwxOTIuNTU=)'>
 </g>
 <defs>
-  <clipPath id='cpMTAxLjEzfDQyNi41MnwyNC44MnwxNDQuMjE='>
-    <rect x='101.13' y='24.82' width='325.39' height='119.40' />
+  <clipPath id='cpOTIuMzl8NDI2LjUyfDI0Ljg2fDE0NC4xNw=='>
+    <rect x='92.39' y='24.86' width='334.13' height='119.31' />
   </clipPath>
 </defs>
-<g clip-path='url(#cpMTAxLjEzfDQyNi41MnwyNC44MnwxNDQuMjE=)'>
-<polyline points='171.87,144.21 171.87,24.82 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='313.34,144.21 313.34,24.82 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='101.13,144.21 101.13,24.82 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='242.60,144.21 242.60,24.82 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='384.08,144.21 384.08,24.82 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='101.13' y='28.67' width='21.26' height='15.41' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='101.13' y='47.93' width='50.98' height='15.41' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='101.13' y='67.18' width='47.40' height='15.41' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='101.13' y='86.44' width='85.80' height='15.41' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='101.13' y='105.70' width='53.60' height='15.41' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='101.13' y='124.96' width='23.92' height='15.41' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<polyline points='124.29,38.30 124.29,34.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='124.29,36.37 120.47,36.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='120.47,38.30 120.47,34.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='154.90,57.55 154.90,53.70 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='154.90,55.63 149.32,55.63 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='149.32,57.55 149.32,53.70 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='151.24,76.81 151.24,72.96 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='151.24,74.89 145.82,74.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='145.82,76.81 145.82,72.96 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='190.26,96.07 190.26,92.22 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='190.26,94.14 183.59,94.14 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.59,96.07 183.59,92.22 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='157.57,115.33 157.57,111.48 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='157.57,113.40 151.88,113.40 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='151.88,115.33 151.88,111.48 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='127.06,134.58 127.06,130.73 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='127.06,132.66 123.03,132.66 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='123.03,134.58 123.03,130.73 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<text x='127.14' y='39.11' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>8%</text>
-<text x='158.78' y='58.36' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>18%</text>
-<text x='155.20' y='77.62' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>17%</text>
-<text x='193.59' y='96.88' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>30%</text>
-<text x='161.40' y='116.14' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>19%</text>
-<text x='129.81' y='135.39' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>8%</text>
+<g clip-path='url(#cpOTIuMzl8NDI2LjUyfDI0Ljg2fDE0NC4xNw==)'>
+<polyline points='165.03,144.17 165.03,24.86 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='310.30,144.17 310.30,24.86 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='92.39,144.17 92.39,24.86 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='237.67,144.17 237.67,24.86 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='382.94,144.17 382.94,24.86 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<rect x='92.39' y='28.71' width='21.80' height='15.39' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='92.39' y='47.95' width='52.36' height='15.39' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='92.39' y='67.20' width='48.67' height='15.39' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='92.39' y='86.44' width='88.09' height='15.39' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='92.39' y='105.68' width='55.04' height='15.39' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='92.39' y='124.93' width='24.59' height='15.39' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<polyline points='116.16,38.33 116.16,34.48 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='116.16,36.41 112.23,36.41 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='112.23,38.33 112.23,34.48 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='147.61,57.57 147.61,53.73 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='147.61,55.65 141.89,55.65 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='141.89,57.57 141.89,53.73 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='143.85,76.82 143.85,72.97 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='143.85,74.89 138.28,74.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='138.28,76.82 138.28,72.97 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='183.91,96.06 183.91,92.21 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='183.91,94.14 177.06,94.14 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='177.06,96.06 177.06,92.21 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='150.36,115.30 150.36,111.46 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='150.36,113.38 144.52,113.38 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='144.52,115.30 144.52,111.46 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='119.05,134.55 119.05,130.70 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='119.05,132.62 114.90,132.62 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='114.90,134.55 114.90,130.70 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<text x='118.53' y='39.10' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>8%</text>
+<text x='150.75' y='58.34' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>18%</text>
+<text x='147.07' y='77.58' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>17%</text>
+<text x='186.48' y='96.83' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>30%</text>
+<text x='153.44' y='116.07' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>19%</text>
+<text x='121.31' y='135.31' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>8%</text>
 </g>
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHwxOTIuNTU=)'>
-<text x='96.20' y='135.57' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='36.35px' lengthAdjust='spacingAndGlyphs'>8+ years</text>
-<text x='96.20' y='116.32' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='43.83px' lengthAdjust='spacingAndGlyphs'>5 – 7 years</text>
-<text x='96.20' y='97.06' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='43.83px' lengthAdjust='spacingAndGlyphs'>2 – 4 years</text>
-<text x='96.20' y='77.80' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='62.12px' lengthAdjust='spacingAndGlyphs'>13 – 24 months</text>
-<text x='96.20' y='58.54' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='57.03px' lengthAdjust='spacingAndGlyphs'>3 – 12 months</text>
-<text x='96.20' y='39.29' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='78.60px' lengthAdjust='spacingAndGlyphs'>Less than 3 months</text>
-<text x='101.13' y='154.98' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='12.69px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='242.60' y='154.98' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='17.78px' lengthAdjust='spacingAndGlyphs'>50%</text>
-<text x='384.08' y='154.98' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='22.87px' lengthAdjust='spacingAndGlyphs'>100%</text>
-<text x='263.82' y='172.43' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='70.03px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<text x='5.48' y='17.75' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='92.77px' lengthAdjust='spacingAndGlyphs'>I've used Go for:</text>
-<text x='426.52' y='185.41' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='42.30px' lengthAdjust='spacingAndGlyphs'>n =  5,844</text>
+<text x='87.46' y='135.49' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='30.92px' lengthAdjust='spacingAndGlyphs'>8+ years</text>
+<text x='87.46' y='116.25' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='39.59px' lengthAdjust='spacingAndGlyphs'>5 – 7 years</text>
+<text x='87.46' y='97.01' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='39.59px' lengthAdjust='spacingAndGlyphs'>2 – 4 years</text>
+<text x='87.46' y='77.76' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='55.17px' lengthAdjust='spacingAndGlyphs'>13 – 24 months</text>
+<text x='87.46' y='58.52' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='50.72px' lengthAdjust='spacingAndGlyphs'>3 – 12 months</text>
+<text x='87.46' y='39.28' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='69.85px' lengthAdjust='spacingAndGlyphs'>Less than 3 months</text>
+<text x='92.39' y='154.84' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='11.56px' lengthAdjust='spacingAndGlyphs'>0%</text>
+<text x='237.67' y='154.84' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='16.01px' lengthAdjust='spacingAndGlyphs'>50%</text>
+<text x='382.94' y='154.84' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='20.46px' lengthAdjust='spacingAndGlyphs'>100%</text>
+<text x='259.46' y='172.31' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='62.28px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
+<text x='5.48' y='17.66' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='78.52px' lengthAdjust='spacingAndGlyphs'>I've used Go for:</text>
+<text x='426.52' y='185.30' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='35.82px' lengthAdjust='spacingAndGlyphs'>n =  5,838</text>
 </g>
 </svg>
diff --git a/_content/blog/survey2023q1/language_time_exp.svg b/_content/blog/survey2023q1/language_time_exp.svg
index dae1d48..4e560c8 100644
--- a/_content/blog/survey2023q1/language_time_exp.svg
+++ b/_content/blog/survey2023q1/language_time_exp.svg
@@ -23,200 +23,200 @@
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHw0MDQuNDA=)'>
 </g>
 <defs>
-  <clipPath id='cpMTExLjA4fDQyNi41Mnw3NC45MnwzNTYuMDY='>
-    <rect x='111.08' y='74.92' width='315.44' height='281.14' />
+  <clipPath id='cpMTAzLjUwfDQyNi41Mnw3NC45N3wzNTYuMDI='>
+    <rect x='103.50' y='74.97' width='323.02' height='281.05' />
   </clipPath>
 </defs>
-<g clip-path='url(#cpMTExLjA4fDQyNi41Mnw3NC45MnwzNTYuMDY=)'>
-<polyline points='179.65,356.06 179.65,74.92 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='316.80,356.06 316.80,74.92 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='111.08,356.06 111.08,74.92 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='248.23,356.06 248.23,74.92 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='385.38,356.06 385.38,74.92 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='111.08' y='308.06' width='2.95' height='6.86' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='111.08' y='301.20' width='5.15' height='6.86' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='111.08' y='294.35' width='10.71' height='6.86' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='111.08' y='287.49' width='18.01' height='6.86' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='111.08' y='273.77' width='7.83' height='6.86' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='111.08' y='266.92' width='9.17' height='6.86' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='111.08' y='260.06' width='11.65' height='6.86' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='111.08' y='253.20' width='11.00' height='6.86' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='111.08' y='102.35' width='201.39' height='6.86' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='111.08' y='95.49' width='175.75' height='6.86' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='111.08' y='88.64' width='135.66' height='6.86' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='111.08' y='81.78' width='77.34' height='6.86' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='111.08' y='239.49' width='5.90' height='6.86' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='111.08' y='232.63' width='11.10' height='6.86' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='111.08' y='225.78' width='15.59' height='6.86' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='111.08' y='218.92' width='19.05' height='6.86' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='111.08' y='136.63' width='22.96' height='6.86' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='111.08' y='129.78' width='30.49' height='6.86' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='111.08' y='122.92' width='41.85' height='6.86' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='111.08' y='116.06' width='58.85' height='6.86' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='111.08' y='205.20' width='11.51' height='6.86' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='111.08' y='198.35' width='16.82' height='6.86' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='111.08' y='191.49' width='23.19' height='6.86' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='111.08' y='184.63' width='28.72' height='6.86' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='111.08' y='170.92' width='13.17' height='6.86' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='111.08' y='164.06' width='18.78' height='6.86' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='111.08' y='157.21' width='28.62' height='6.86' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='111.08' y='150.35' width='50.55' height='6.86' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='111.08' y='342.34' width='7.47' height='6.86' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='111.08' y='335.49' width='6.20' height='6.86' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='111.08' y='328.63' width='5.75' height='6.86' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='111.08' y='321.77' width='4.62' height='6.86' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<polyline points='114.85,313.63 114.85,311.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='114.85,312.77 113.20,312.77 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='113.20,313.63 113.20,311.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='117.34,305.92 117.34,304.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='117.34,305.06 115.11,305.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='115.11,305.92 115.11,304.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='123.92,298.20 123.92,296.49 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='123.92,297.35 119.66,297.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='119.66,298.20 119.66,296.49 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='134.33,290.49 134.33,288.77 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='134.33,289.63 123.86,289.63 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='123.86,290.49 123.86,288.77 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='120.08,279.35 120.08,277.63 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='120.08,278.49 117.74,278.49 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='117.74,279.35 117.74,277.63 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='121.68,271.63 121.68,269.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='121.68,270.77 118.82,270.77 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='118.82,271.63 118.82,269.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='124.75,263.92 124.75,262.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='124.75,263.06 120.71,263.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='120.71,263.92 120.71,262.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='125.24,256.20 125.24,254.49 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='125.24,255.35 118.92,255.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='118.92,256.20 118.92,254.49 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='315.74,107.92 315.74,106.21 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='315.74,107.06 309.19,107.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='309.19,107.92 309.19,106.21 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='290.57,100.21 290.57,98.49 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='290.57,99.35 283.09,99.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='283.09,100.21 283.09,98.49 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='251.39,92.49 251.39,90.78 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='251.39,91.64 242.08,91.64 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='242.08,92.49 242.08,90.78 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='196.10,84.78 196.10,83.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='196.10,83.92 180.74,83.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='180.74,84.78 180.74,83.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='118.22,245.06 118.22,243.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='118.22,244.20 115.74,244.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='115.74,245.06 115.74,243.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='123.86,237.35 123.86,235.63 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='123.86,236.49 120.49,236.49 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='120.49,237.35 120.49,235.63 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='129.20,229.63 129.20,227.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='129.20,228.78 124.14,228.78 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='124.14,229.63 124.14,227.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='135.26,221.92 135.26,220.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='135.26,221.06 124.99,221.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='124.99,221.92 124.99,220.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='135.91,142.21 135.91,140.49 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='135.91,141.35 132.16,141.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='132.16,142.21 132.16,140.49 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='143.83,134.49 143.83,132.78 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='143.83,133.63 139.31,133.63 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='139.31,134.49 139.31,132.78 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='156.25,126.78 156.25,125.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='156.25,125.92 149.61,125.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='149.61,126.78 149.61,125.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='178.03,119.06 178.03,117.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='178.03,118.21 161.82,118.21 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='161.82,119.06 161.82,117.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='124.02,210.78 124.02,209.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='124.02,209.92 121.15,209.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='121.15,210.78 121.15,209.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='129.86,203.06 129.86,201.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='129.86,202.20 125.95,202.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='125.95,203.06 125.95,201.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='137.14,195.35 137.14,193.63 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='137.14,194.49 131.40,194.49 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='131.40,195.35 131.40,193.63 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='145.90,187.63 145.90,185.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='145.90,186.78 133.71,186.78 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='133.71,187.63 133.71,185.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='125.67,176.49 125.67,174.78 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='125.67,175.63 122.83,175.63 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='122.83,176.49 122.83,174.78 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='131.67,168.78 131.67,167.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='131.67,167.92 128.05,167.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='128.05,168.78 128.05,167.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='142.46,161.06 142.46,159.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='142.46,160.21 136.93,160.21 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='136.93,161.06 136.93,159.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='169.09,153.35 169.09,151.63 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='169.09,152.49 154.16,152.49 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='154.16,153.35 154.16,151.63 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='119.71,347.92 119.71,346.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='119.71,347.06 117.39,347.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='117.39,347.92 117.39,346.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='118.35,340.20 118.35,338.49 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='118.35,339.34 116.20,339.34 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='116.20,340.20 116.20,338.49 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='118.03,332.49 118.03,330.77 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='118.03,331.63 115.62,331.63 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='115.62,332.49 115.62,330.77 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='117.89,324.77 117.89,323.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='117.89,323.92 113.51,323.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='113.51,324.77 113.51,323.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<text x='118.80' y='315.51' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.1</text>
-<text x='121.00' y='307.80' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.9</text>
-<text x='126.56' y='300.08' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>3.9</text>
-<text x='133.86' y='292.37' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>6.6</text>
-<text x='123.68' y='281.22' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>2.9</text>
-<text x='125.02' y='273.51' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>3.3</text>
-<text x='127.50' y='265.80' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>4.2</text>
-<text x='123.99' y='258.08' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='4.77px' lengthAdjust='spacingAndGlyphs'>4</text>
-<text x='319.15' y='109.80' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.70px' lengthAdjust='spacingAndGlyphs'>73.4</text>
-<text x='293.51' y='102.09' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.70px' lengthAdjust='spacingAndGlyphs'>64.1</text>
-<text x='253.42' y='94.37' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.70px' lengthAdjust='spacingAndGlyphs'>49.5</text>
-<text x='195.10' y='86.66' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.70px' lengthAdjust='spacingAndGlyphs'>28.2</text>
-<text x='121.75' y='246.94' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>2.2</text>
-<text x='124.08' y='239.23' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='4.77px' lengthAdjust='spacingAndGlyphs'>4</text>
-<text x='131.44' y='231.51' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>5.7</text>
-<text x='134.90' y='223.80' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>6.9</text>
-<text x='138.81' y='144.08' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>8.4</text>
-<text x='148.25' y='136.37' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.70px' lengthAdjust='spacingAndGlyphs'>11.1</text>
-<text x='159.61' y='128.66' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.70px' lengthAdjust='spacingAndGlyphs'>15.3</text>
-<text x='176.61' y='120.94' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.70px' lengthAdjust='spacingAndGlyphs'>21.5</text>
-<text x='127.36' y='212.65' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>4.2</text>
-<text x='132.67' y='204.94' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>6.1</text>
-<text x='139.04' y='197.23' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>8.5</text>
-<text x='146.48' y='189.51' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.70px' lengthAdjust='spacingAndGlyphs'>10.5</text>
-<text x='129.02' y='178.37' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>4.8</text>
-<text x='134.63' y='170.66' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>6.8</text>
-<text x='146.38' y='162.94' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.70px' lengthAdjust='spacingAndGlyphs'>10.4</text>
-<text x='168.31' y='155.23' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.70px' lengthAdjust='spacingAndGlyphs'>18.4</text>
-<text x='123.32' y='349.79' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>2.7</text>
-<text x='122.05' y='342.08' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>2.3</text>
-<text x='121.60' y='334.37' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>2.1</text>
-<text x='120.47' y='326.65' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.7</text>
+<g clip-path='url(#cpMTAzLjUwfDQyNi41Mnw3NC45N3wzNTYuMDI=)'>
+<polyline points='173.72,356.02 173.72,74.97 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='314.16,356.02 314.16,74.97 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='103.50,356.02 103.50,74.97 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='243.94,356.02 243.94,74.97 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='384.39,356.02 384.39,74.97 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<rect x='103.50' y='308.03' width='3.02' height='6.85' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='103.50' y='301.18' width='5.25' height='6.85' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='103.50' y='294.32' width='10.97' height='6.85' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='103.50' y='287.47' width='18.45' height='6.85' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='103.50' y='273.76' width='8.02' height='6.85' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='103.50' y='266.90' width='9.38' height='6.85' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='103.50' y='260.05' width='11.93' height='6.85' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='103.50' y='253.19' width='11.26' height='6.85' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='103.50' y='102.38' width='206.23' height='6.85' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='103.50' y='95.53' width='179.98' height='6.85' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='103.50' y='88.67' width='138.92' height='6.85' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='103.50' y='81.82' width='79.20' height='6.85' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='103.50' y='239.48' width='6.04' height='6.85' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='103.50' y='232.63' width='11.37' height='6.85' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='103.50' y='225.77' width='15.97' height='6.85' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='103.50' y='218.92' width='19.50' height='6.85' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='103.50' y='136.66' width='23.51' height='6.85' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='103.50' y='129.80' width='31.22' height='6.85' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='103.50' y='122.95' width='42.86' height='6.85' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='103.50' y='116.09' width='60.26' height='6.85' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='103.50' y='205.21' width='11.78' height='6.85' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='103.50' y='198.35' width='17.24' height='6.85' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='103.50' y='191.50' width='23.75' height='6.85' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='103.50' y='184.64' width='29.41' height='6.85' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='103.50' y='170.93' width='13.49' height='6.85' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='103.50' y='164.08' width='19.24' height='6.85' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='103.50' y='157.22' width='29.30' height='6.85' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='103.50' y='150.37' width='51.76' height='6.85' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='103.50' y='342.31' width='7.65' height='6.85' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='103.50' y='335.45' width='6.35' height='6.85' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='103.50' y='328.60' width='5.89' height='6.85' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='103.50' y='321.74' width='4.73' height='6.85' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<polyline points='107.36,313.60 107.36,311.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='107.36,312.74 105.67,312.74 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='105.67,313.60 105.67,311.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='109.89,305.89 109.89,304.18 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='109.89,305.03 107.60,305.03 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='107.60,305.89 107.60,304.18 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='116.65,298.18 116.65,296.46 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='116.65,297.32 112.28,297.32 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='112.28,298.18 112.28,296.46 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='127.31,290.47 127.31,288.75 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='127.31,289.61 116.58,289.61 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='116.58,290.47 116.58,288.75 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='112.72,279.33 112.72,277.61 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='112.72,278.47 110.32,278.47 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='110.32,279.33 110.32,277.61 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='114.34,271.61 114.34,269.90 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='114.34,270.76 111.42,270.76 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='111.42,271.61 111.42,269.90 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='117.49,263.90 117.49,262.19 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='117.49,263.05 113.36,263.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='113.36,263.90 113.36,262.19 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='118.00,256.19 118.00,254.48 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='118.00,255.33 111.52,255.33 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='111.52,256.19 111.52,254.48 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='313.07,107.95 313.07,106.24 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='313.07,107.10 306.37,107.10 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='306.37,107.95 306.37,106.24 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='287.31,100.24 287.31,98.53 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='287.31,99.39 279.64,99.39 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='279.64,100.24 279.64,98.53 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='247.18,92.53 247.18,90.82 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='247.18,91.67 237.65,91.67 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='237.65,92.53 237.65,90.82 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='190.56,84.82 190.56,83.11 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='190.56,83.96 174.84,83.96 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='174.84,84.82 174.84,83.11 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='110.81,245.05 110.81,243.34 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='110.81,244.19 108.27,244.19 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='108.27,245.05 108.27,243.34 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='116.59,237.34 116.59,235.63 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='116.59,236.48 113.14,236.48 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='113.14,237.34 113.14,235.63 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='122.05,229.63 122.05,227.91 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='122.05,228.77 116.88,228.77 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='116.88,229.63 116.88,227.91 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='128.26,221.92 128.26,220.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='128.26,221.06 117.74,221.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='117.74,221.92 117.74,220.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='128.93,142.23 128.93,140.51 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='128.93,141.37 125.08,141.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='125.08,142.23 125.08,140.51 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='137.03,134.52 137.03,132.80 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='137.03,133.66 132.40,133.66 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='132.40,134.52 132.40,132.80 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='149.76,126.81 149.76,125.09 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='149.76,125.95 142.96,125.95 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='142.96,126.81 142.96,125.09 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='172.06,119.09 172.06,117.38 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='172.06,118.24 155.46,118.24 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='155.46,119.09 155.46,117.38 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='116.75,210.78 116.75,209.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='116.75,209.92 113.81,209.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='113.81,210.78 113.81,209.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='122.74,203.07 122.74,201.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='122.74,202.21 118.73,202.21 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='118.73,203.07 118.73,201.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='130.18,195.35 130.18,193.64 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='130.18,194.50 124.30,194.50 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='124.30,195.35 124.30,193.64 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='139.15,187.64 139.15,185.93 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='139.15,186.79 126.67,186.79 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='126.67,187.64 126.67,185.93 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='118.44,176.50 118.44,174.79 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='118.44,175.65 115.53,175.65 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='115.53,176.50 115.53,174.79 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='124.59,168.79 124.59,167.08 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='124.59,167.93 120.89,167.93 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='120.89,168.79 120.89,167.08 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='135.63,161.08 135.63,159.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='135.63,160.22 129.97,160.22 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='129.97,161.08 129.97,159.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='162.90,153.37 162.90,151.65 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='162.90,152.51 147.61,152.51 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='147.61,153.37 147.61,151.65 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='112.34,347.87 112.34,346.16 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='112.34,347.02 109.96,347.02 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='109.96,347.87 109.96,346.16 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='110.95,340.16 110.95,338.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='110.95,339.31 108.74,339.31 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='108.74,340.16 108.74,338.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='110.61,332.45 110.61,330.74 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='110.61,331.59 108.15,331.59 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='108.15,332.45 108.15,330.74 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='110.48,324.74 110.48,323.03 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='110.48,323.88 105.99,323.88 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='105.99,324.74 105.99,323.03 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<text x='110.68' y='315.43' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.1</text>
+<text x='112.91' y='307.72' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.9</text>
+<text x='118.63' y='300.01' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>3.9</text>
+<text x='126.11' y='292.30' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>6.6</text>
+<text x='115.69' y='281.16' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>2.9</text>
+<text x='117.05' y='273.45' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>3.3</text>
+<text x='119.59' y='265.73' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>4.2</text>
+<text x='116.43' y='258.02' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='4.17px' lengthAdjust='spacingAndGlyphs'>4</text>
+<text x='315.56' y='109.79' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='14.59px' lengthAdjust='spacingAndGlyphs'>73.4</text>
+<text x='289.31' y='102.07' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='14.59px' lengthAdjust='spacingAndGlyphs'>64.1</text>
+<text x='248.25' y='94.36' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='14.59px' lengthAdjust='spacingAndGlyphs'>49.5</text>
+<text x='188.53' y='86.65' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='14.59px' lengthAdjust='spacingAndGlyphs'>28.2</text>
+<text x='113.70' y='246.88' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>2.2</text>
+<text x='116.53' y='239.17' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='4.17px' lengthAdjust='spacingAndGlyphs'>4</text>
+<text x='123.63' y='231.46' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>5.7</text>
+<text x='127.17' y='223.75' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>6.9</text>
+<text x='131.17' y='144.06' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>8.4</text>
+<text x='140.55' y='136.35' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='14.59px' lengthAdjust='spacingAndGlyphs'>11.1</text>
+<text x='152.19' y='128.64' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='14.59px' lengthAdjust='spacingAndGlyphs'>15.3</text>
+<text x='169.59' y='120.93' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='14.59px' lengthAdjust='spacingAndGlyphs'>21.5</text>
+<text x='119.45' y='212.61' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>4.2</text>
+<text x='124.90' y='204.90' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>6.1</text>
+<text x='131.41' y='197.19' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>8.5</text>
+<text x='138.75' y='189.47' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='14.59px' lengthAdjust='spacingAndGlyphs'>10.5</text>
+<text x='121.15' y='178.34' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>4.8</text>
+<text x='126.91' y='170.62' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>6.9</text>
+<text x='138.63' y='162.91' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='14.59px' lengthAdjust='spacingAndGlyphs'>10.4</text>
+<text x='161.09' y='155.20' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='14.59px' lengthAdjust='spacingAndGlyphs'>18.4</text>
+<text x='115.31' y='349.71' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>2.7</text>
+<text x='114.01' y='342.00' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>2.3</text>
+<text x='113.55' y='334.28' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>2.1</text>
+<text x='112.40' y='326.57' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.7</text>
 </g>
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHw0MDQuNDA=)'>
-<text x='106.15' y='338.40' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='17.58px' lengthAdjust='spacingAndGlyphs'>Rust</text>
-<text x='106.15' y='304.12' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='12.29px' lengthAdjust='spacingAndGlyphs'>C#</text>
-<text x='106.15' y='269.83' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='37.85px' lengthAdjust='spacingAndGlyphs'>C or C++</text>
-<text x='106.15' y='235.55' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='16.90px' lengthAdjust='spacingAndGlyphs'>Java</text>
-<text x='106.15' y='201.26' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='22.72px' lengthAdjust='spacingAndGlyphs'>Other</text>
-<text x='106.15' y='166.98' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='27.73px' lengthAdjust='spacingAndGlyphs'>Python</text>
-<text x='106.15' y='132.69' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='88.55px' lengthAdjust='spacingAndGlyphs'>JavaScript / Typescript</text>
-<text x='106.15' y='98.41' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='11.10px' lengthAdjust='spacingAndGlyphs'>Go</text>
-<text x='111.08' y='366.82' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='5.09px' lengthAdjust='spacingAndGlyphs'>0</text>
-<text x='248.23' y='366.82' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='10.18px' lengthAdjust='spacingAndGlyphs'>50</text>
-<text x='385.38' y='366.82' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='15.27px' lengthAdjust='spacingAndGlyphs'>100</text>
-<text x='268.80' y='384.28' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='60.69px' lengthAdjust='spacingAndGlyphs'>Mean response</text>
-<rect x='142.78' y='50.50' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='192.08' y='50.50' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='265.85' y='50.50' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='327.50' y='50.50' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<text x='160.23' y='59.79' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='27.16px' lengthAdjust='spacingAndGlyphs'>Novice</text>
-<text x='209.53' y='59.79' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='51.62px' lengthAdjust='spacingAndGlyphs'>Intermediate</text>
-<text x='283.30' y='59.79' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='39.51px' lengthAdjust='spacingAndGlyphs'>Advanced</text>
-<text x='344.95' y='59.79' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='26.22px' lengthAdjust='spacingAndGlyphs'>Expert</text>
-<text x='5.48' y='17.75' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='391.60px' lengthAdjust='spacingAndGlyphs'>Roughly what percentage of time do you spend programming in each</text>
-<text x='5.48' y='28.55' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='58.06px' lengthAdjust='spacingAndGlyphs'>language?</text>
-<text x='426.52' y='397.25' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='42.30px' lengthAdjust='spacingAndGlyphs'>n =  4,837</text>
+<text x='98.56' y='338.32' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='16.45px' lengthAdjust='spacingAndGlyphs'>Rust</text>
+<text x='98.56' y='304.05' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='10.22px' lengthAdjust='spacingAndGlyphs'>C#</text>
+<text x='98.56' y='269.77' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='32.46px' lengthAdjust='spacingAndGlyphs'>C or C++</text>
+<text x='98.56' y='235.50' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='16.91px' lengthAdjust='spacingAndGlyphs'>Java</text>
+<text x='98.56' y='201.22' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='20.01px' lengthAdjust='spacingAndGlyphs'>Other</text>
+<text x='98.56' y='166.95' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='24.91px' lengthAdjust='spacingAndGlyphs'>Python</text>
+<text x='98.56' y='132.67' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='80.95px' lengthAdjust='spacingAndGlyphs'>JavaScript / Typescript</text>
+<text x='98.56' y='98.40' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='10.67px' lengthAdjust='spacingAndGlyphs'>Go</text>
+<text x='103.50' y='366.68' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='4.45px' lengthAdjust='spacingAndGlyphs'>0</text>
+<text x='243.94' y='366.68' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='8.90px' lengthAdjust='spacingAndGlyphs'>50</text>
+<text x='384.39' y='366.68' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='13.35px' lengthAdjust='spacingAndGlyphs'>100</text>
+<text x='265.01' y='384.16' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='55.16px' lengthAdjust='spacingAndGlyphs'>Mean response</text>
+<rect x='147.41' y='50.54' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='194.02' y='50.54' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='260.64' y='50.54' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='318.37' y='50.54' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<text x='164.86' y='59.79' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='24.46px' lengthAdjust='spacingAndGlyphs'>Novice</text>
+<text x='211.47' y='59.79' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='44.48px' lengthAdjust='spacingAndGlyphs'>Intermediate</text>
+<text x='278.09' y='59.79' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='35.59px' lengthAdjust='spacingAndGlyphs'>Advanced</text>
+<text x='335.82' y='59.79' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='23.13px' lengthAdjust='spacingAndGlyphs'>Expert</text>
+<text x='5.48' y='17.66' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='329.52px' lengthAdjust='spacingAndGlyphs'>Roughly what percentage of time do you spend programming in each</text>
+<text x='5.48' y='28.46' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='50.00px' lengthAdjust='spacingAndGlyphs'>language?</text>
+<text x='426.52' y='397.15' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='35.82px' lengthAdjust='spacingAndGlyphs'>n =  4,836</text>
 </g>
 </svg>
diff --git a/_content/blog/survey2023q1/os_dev_exp_s.svg b/_content/blog/survey2023q1/os_dev_exp_s.svg
index 45a391e..a22ee3b 100644
--- a/_content/blog/survey2023q1/os_dev_exp_s.svg
+++ b/_content/blog/survey2023q1/os_dev_exp_s.svg
@@ -23,137 +23,137 @@
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHwzMTIuMzQ=)'>
 </g>
 <defs>
-  <clipPath id='cpMTQyLjU2fDQyNi41Mnw4MS41OHwyNjQuMDA='>
-    <rect x='142.56' y='81.58' width='283.96' height='182.42' />
+  <clipPath id='cpMTI5LjczfDQyNi41Mnw4MS42NHwyNjMuOTY='>
+    <rect x='129.73' y='81.64' width='296.79' height='182.32' />
   </clipPath>
 </defs>
-<g clip-path='url(#cpMTQyLjU2fDQyNi41Mnw4MS41OHwyNjQuMDA=)'>
-<polyline points='204.29,264.00 204.29,81.58 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='327.75,264.00 327.75,81.58 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='142.56,264.00 142.56,81.58 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='266.02,264.00 266.02,81.58 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='389.48,264.00 389.48,81.58 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='142.56' y='144.73' width='154.64' height='7.02' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='142.56' y='137.71' width='137.46' height='7.02' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='142.56' y='130.69' width='135.46' height='7.02' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='142.56' y='123.68' width='128.80' height='7.02' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='142.56' y='109.64' width='155.37' height='7.02' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='142.56' y='102.63' width='146.45' height='7.02' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='142.56' y='95.61' width='129.23' height='7.02' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='142.56' y='88.60' width='116.70' height='7.02' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='142.56' y='249.97' width='3.44' height='7.02' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='142.56' y='242.95' width='1.83' height='7.02' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='142.56' y='235.94' width='1.38' height='7.02' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='142.56' y='228.92' width='2.13' height='7.02' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='142.56' y='179.81' width='35.90' height='7.02' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='142.56' y='172.79' width='42.32' height='7.02' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='142.56' y='165.78' width='58.38' height='7.02' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='142.56' y='158.76' width='66.18' height='7.02' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='142.56' y='214.89' width='30.64' height='7.02' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<rect x='142.56' y='207.87' width='31.82' height='7.02' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='142.56' y='200.86' width='36.00' height='7.02' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='142.56' y='193.84' width='29.89' height='7.02' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<polyline points='303.55,150.43 303.55,148.67 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='303.55,149.55 290.86,149.55 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='290.86,150.43 290.86,148.67 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='286.26,142.53 286.26,140.78 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='286.26,141.66 273.77,141.66 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='273.77,142.53 273.77,140.78 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='285.39,134.64 285.39,132.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='285.39,133.76 270.66,133.76 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='270.66,134.64 270.66,132.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='284.34,126.75 284.34,124.99 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='284.34,125.87 258.38,125.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='258.38,126.75 258.38,124.99 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='304.26,115.35 304.26,113.59 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='304.26,114.47 291.60,114.47 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='291.60,115.35 291.60,113.59 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='295.19,107.45 295.19,105.70 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='295.19,106.58 282.84,106.58 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='282.84,107.45 282.84,105.70 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='279.18,99.56 279.18,97.80 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='279.18,98.68 264.40,98.68 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='264.40,99.56 264.40,97.80 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='272.23,91.67 272.23,89.91 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='272.23,90.79 246.29,90.79 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='246.29,91.67 246.29,89.91 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='147.55,255.67 147.55,253.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='147.55,254.79 144.47,254.79 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='144.47,255.67 144.47,253.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='145.48,247.78 145.48,246.02 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='145.48,246.90 143.32,246.90 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='143.32,247.78 143.32,246.02 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='145.05,239.88 145.05,238.13 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='145.05,239.01 142.84,239.01 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='142.84,239.88 142.84,238.13 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='147.10,231.99 147.10,230.24 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='147.10,231.11 142.56,231.11 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='142.56,231.99 142.56,230.24 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.08,185.51 183.08,183.75 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.08,184.63 173.84,184.63 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='173.84,185.51 173.84,183.75 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='189.62,177.62 189.62,175.86 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='189.62,176.74 180.15,176.74 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='180.15,177.62 180.15,175.86 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='207.23,169.72 207.23,167.97 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='207.23,168.84 194.66,168.84 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='194.66,169.72 194.66,167.97 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='220.25,161.83 220.25,160.07 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='220.25,160.95 197.23,160.95 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='197.23,161.83 197.23,160.07 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='177.53,220.59 177.53,218.84 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='177.53,219.71 168.88,219.71 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='168.88,220.59 168.88,218.84 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='178.60,212.70 178.60,210.94 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='178.60,211.82 170.17,211.82 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='170.17,212.70 170.17,210.94 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.78,204.80 183.78,203.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.78,203.93 173.34,203.93 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='173.34,204.80 173.34,203.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='180.92,196.91 180.92,195.16 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='180.92,196.03 163.98,196.03 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='163.98,196.91 163.98,195.16 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<text x='303.88' y='152.29' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>63%</text>
-<text x='286.69' y='144.39' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>56%</text>
-<text x='284.69' y='136.50' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>55%</text>
-<text x='278.03' y='128.61' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>52%</text>
-<text x='304.60' y='117.20' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>63%</text>
-<text x='295.69' y='109.31' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>59%</text>
-<text x='278.46' y='101.42' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>52%</text>
-<text x='265.93' y='93.52' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>47%</text>
-<text x='150.77' y='257.53' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>1%</text>
-<text x='149.16' y='249.64' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>1%</text>
-<text x='148.71' y='241.74' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>1%</text>
-<text x='149.46' y='233.85' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>1%</text>
-<text x='185.13' y='187.37' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>15%</text>
-<text x='191.55' y='179.47' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>17%</text>
-<text x='207.62' y='171.58' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>24%</text>
-<text x='215.41' y='163.69' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>27%</text>
-<text x='179.87' y='222.45' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>12%</text>
-<text x='181.06' y='214.56' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>13%</text>
-<text x='185.23' y='206.66' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>15%</text>
-<text x='179.12' y='198.77' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>12%</text>
+<g clip-path='url(#cpMTI5LjczfDQyNi41Mnw4MS42NHwyNjMuOTY=)'>
+<polyline points='194.25,263.96 194.25,81.64 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='323.29,263.96 323.29,81.64 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='129.73,263.96 129.73,81.64 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='258.77,263.96 258.77,81.64 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='387.81,263.96 387.81,81.64 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<rect x='129.73' y='144.75' width='161.56' height='7.01' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='129.73' y='137.74' width='143.69' height='7.01' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='129.73' y='130.72' width='141.58' height='7.01' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='129.73' y='123.71' width='134.26' height='7.01' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='129.73' y='109.69' width='162.32' height='7.01' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='129.73' y='102.67' width='153.10' height='7.01' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='129.73' y='95.66' width='135.07' height='7.01' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='129.73' y='88.65' width='122.33' height='7.01' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='129.73' y='249.94' width='3.60' height='7.01' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='129.73' y='242.92' width='1.92' height='7.01' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='129.73' y='235.91' width='1.45' height='7.01' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='129.73' y='228.90' width='2.24' height='7.01' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='129.73' y='179.81' width='37.55' height='7.01' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='129.73' y='172.80' width='44.29' height='7.01' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='129.73' y='165.79' width='61.02' height='7.01' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='129.73' y='158.77' width='69.37' height='7.01' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='129.73' y='214.87' width='32.05' height='7.01' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<rect x='129.73' y='207.86' width='33.31' height='7.01' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='129.73' y='200.85' width='37.63' height='7.01' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='129.73' y='193.84' width='31.33' height='7.01' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<polyline points='297.93,150.45 297.93,148.69 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='297.93,149.57 284.66,149.57 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='284.66,150.45 284.66,148.69 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='279.95,142.56 279.95,140.80 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='279.95,141.68 266.89,141.68 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='266.89,142.56 266.89,140.80 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='279.01,134.67 279.01,132.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='279.01,133.79 263.62,133.79 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='263.62,134.67 263.62,132.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='277.58,126.78 277.58,125.03 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='277.58,125.90 250.41,125.90 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='250.41,126.78 250.41,125.03 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='298.67,115.38 298.67,113.63 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='298.67,114.51 285.43,114.51 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='285.43,115.38 285.43,113.63 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='289.29,107.50 289.29,105.74 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='289.29,106.62 276.38,106.62 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='276.38,107.50 276.38,105.74 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='272.52,99.61 272.52,97.85 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='272.52,98.73 257.08,98.73 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='257.08,99.61 257.08,97.85 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='265.64,91.72 265.64,89.96 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='265.64,90.84 238.48,90.84 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='238.48,91.72 238.48,89.96 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='134.94,255.63 134.94,253.88 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='134.94,254.76 131.73,254.76 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='131.73,255.63 131.73,253.88 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='132.78,247.74 132.78,245.99 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='132.78,246.87 130.52,246.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='130.52,247.74 130.52,245.99 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='132.33,239.85 132.33,238.10 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='132.33,238.98 130.03,238.98 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='130.03,239.85 130.03,238.10 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='134.49,231.97 134.49,230.21 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='134.49,231.09 129.73,231.09 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='129.73,231.97 129.73,230.21 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='172.11,185.51 172.11,183.76 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='172.11,184.63 162.44,184.63 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='162.44,185.51 162.44,183.76 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='178.98,177.62 178.98,175.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='178.98,176.74 169.07,176.74 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='169.07,177.62 169.07,175.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='197.33,169.73 197.33,167.98 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='197.33,168.85 184.18,168.85 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='184.18,169.73 184.18,167.98 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='211.16,161.84 211.16,160.09 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='211.16,160.97 187.04,160.97 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='187.04,161.84 187.04,160.09 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='166.30,220.57 166.30,218.82 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='166.30,219.69 157.26,219.69 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='157.26,220.57 157.26,218.82 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.45,212.68 167.45,210.93 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.45,211.81 158.63,211.81 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='158.63,212.68 158.63,210.93 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='172.82,204.79 172.82,203.04 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='172.82,203.92 161.90,203.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='161.90,204.79 161.90,203.04 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='169.94,196.90 169.94,195.15 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='169.94,196.03 152.18,196.03 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='152.18,196.90 152.18,195.15 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<text x='297.29' y='152.26' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>63%</text>
+<text x='279.42' y='144.37' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>56%</text>
+<text x='277.32' y='136.48' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>55%</text>
+<text x='269.99' y='128.59' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>52%</text>
+<text x='298.05' y='117.20' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>63%</text>
+<text x='288.84' y='109.31' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>59%</text>
+<text x='270.80' y='101.42' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>52%</text>
+<text x='258.06' y='93.53' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>47%</text>
+<text x='137.67' y='257.45' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>1%</text>
+<text x='135.99' y='249.56' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>1%</text>
+<text x='135.51' y='241.67' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>1%</text>
+<text x='136.31' y='233.78' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>1%</text>
+<text x='173.28' y='187.32' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>15%</text>
+<text x='180.03' y='179.43' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>17%</text>
+<text x='196.76' y='171.54' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>24%</text>
+<text x='205.10' y='163.65' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>27%</text>
+<text x='167.78' y='222.38' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>12%</text>
+<text x='169.04' y='214.49' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>13%</text>
+<text x='173.36' y='206.61' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>15%</text>
+<text x='167.06' y='198.72' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>12%</text>
 </g>
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHwzMTIuMzQ=)'>
-<text x='137.63' y='245.87' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='22.72px' lengthAdjust='spacingAndGlyphs'>Other</text>
-<text x='137.63' y='210.79' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='120.04px' lengthAdjust='spacingAndGlyphs'>Windows Subsystem for Linux</text>
-<text x='137.63' y='175.71' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='35.72px' lengthAdjust='spacingAndGlyphs'>Windows</text>
-<text x='137.63' y='140.63' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='21.55px' lengthAdjust='spacingAndGlyphs'>Linux</text>
-<text x='137.63' y='105.54' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='28.46px' lengthAdjust='spacingAndGlyphs'>macOS</text>
-<text x='142.56' y='274.77' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='12.69px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='266.02' y='274.77' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='17.78px' lengthAdjust='spacingAndGlyphs'>50%</text>
-<text x='389.48' y='274.77' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='22.87px' lengthAdjust='spacingAndGlyphs'>100%</text>
-<text x='284.54' y='292.22' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='70.03px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<rect x='158.52' y='57.16' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #BAE4B3;' />
-<rect x='207.83' y='57.16' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #74C476;' />
-<rect x='281.59' y='57.16' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #31A354;' />
-<rect x='343.24' y='57.16' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #006D2C;' />
-<text x='175.97' y='66.45' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='27.16px' lengthAdjust='spacingAndGlyphs'>Novice</text>
-<text x='225.28' y='66.45' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='51.62px' lengthAdjust='spacingAndGlyphs'>Intermediate</text>
-<text x='299.04' y='66.45' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='39.51px' lengthAdjust='spacingAndGlyphs'>Advanced</text>
-<text x='360.69' y='66.45' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='26.22px' lengthAdjust='spacingAndGlyphs'>Expert</text>
-<text x='5.48' y='30.65' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='289.13px' lengthAdjust='spacingAndGlyphs'>(select all that apply) This chart includes self-selected respondents only.</text>
-<text x='5.48' y='17.75' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='205.06px' lengthAdjust='spacingAndGlyphs'>When writing Go code, I develop on:</text>
-<text x='426.52' y='305.20' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='42.30px' lengthAdjust='spacingAndGlyphs'>n =  4,261</text>
+<text x='124.80' y='245.79' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='20.01px' lengthAdjust='spacingAndGlyphs'>Other</text>
+<text x='124.80' y='210.73' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='107.19px' lengthAdjust='spacingAndGlyphs'>Windows Subsystem for Linux</text>
+<text x='124.80' y='175.67' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='32.46px' lengthAdjust='spacingAndGlyphs'>Windows</text>
+<text x='124.80' y='140.61' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='19.13px' lengthAdjust='spacingAndGlyphs'>Linux</text>
+<text x='124.80' y='105.54' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='26.68px' lengthAdjust='spacingAndGlyphs'>macOS</text>
+<text x='129.73' y='274.63' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='11.56px' lengthAdjust='spacingAndGlyphs'>0%</text>
+<text x='258.77' y='274.63' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='16.01px' lengthAdjust='spacingAndGlyphs'>50%</text>
+<text x='387.81' y='274.63' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='20.46px' lengthAdjust='spacingAndGlyphs'>100%</text>
+<text x='278.13' y='292.10' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='62.28px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
+<rect x='160.53' y='57.21' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #BAE4B3;' />
+<rect x='207.13' y='57.21' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #74C476;' />
+<rect x='273.76' y='57.21' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #31A354;' />
+<rect x='331.49' y='57.21' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #006D2C;' />
+<text x='177.98' y='66.46' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='24.46px' lengthAdjust='spacingAndGlyphs'>Novice</text>
+<text x='224.58' y='66.46' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='44.48px' lengthAdjust='spacingAndGlyphs'>Intermediate</text>
+<text x='291.21' y='66.46' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='35.59px' lengthAdjust='spacingAndGlyphs'>Advanced</text>
+<text x='348.94' y='66.46' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='23.13px' lengthAdjust='spacingAndGlyphs'>Expert</text>
+<text x='5.48' y='30.60' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='73.40px' lengthAdjust='spacingAndGlyphs'>(select all that apply)</text>
+<text x='5.48' y='17.66' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='172.79px' lengthAdjust='spacingAndGlyphs'>When writing Go code, I develop on:</text>
+<text x='426.52' y='305.09' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='35.82px' lengthAdjust='spacingAndGlyphs'>n =  4,257</text>
 </g>
 </svg>
diff --git a/_content/blog/survey2023q1/prioritization_core.svg b/_content/blog/survey2023q1/prioritization_core.svg
index dca7d83..30e584b 100644
--- a/_content/blog/survey2023q1/prioritization_core.svg
+++ b/_content/blog/survey2023q1/prioritization_core.svg
@@ -23,69 +23,69 @@
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHwyNDEuODA=)'>
 </g>
 <defs>
-  <clipPath id='cpMTY4LjI4fDQyNi41Mnw2My44N3wxOTMuNDY='>
-    <rect x='168.28' y='63.87' width='258.24' height='129.59' />
+  <clipPath id='cpMTQ5Ljc3fDQyNi41Mnw2My45M3wxOTMuNDI='>
+    <rect x='149.77' y='63.93' width='276.75' height='129.49' />
   </clipPath>
 </defs>
-<g clip-path='url(#cpMTY4LjI4fDQyNi41Mnw2My44N3wxOTMuNDY=)'>
-<polyline points='224.42,193.46 224.42,63.87 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='336.70,193.46 336.70,63.87 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='168.28,193.46 168.28,63.87 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='280.56,193.46 280.56,63.87 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='392.84,193.46 392.84,63.87 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='168.28' y='157.47' width='22.01' height='14.40' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='168.28' y='67.47' width='58.83' height='14.40' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='168.28' y='85.47' width='42.96' height='14.40' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='168.28' y='139.47' width='25.51' height='14.40' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='168.28' y='175.47' width='18.03' height='14.40' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='168.28' y='121.47' width='26.73' height='14.40' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='168.28' y='103.47' width='33.82' height='14.40' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<polyline points='192.33,166.47 192.33,162.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='192.33,164.67 188.25,164.67 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='188.25,166.47 188.25,162.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='229.83,76.47 229.83,72.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='229.83,74.67 224.39,74.67 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='224.39,76.47 224.39,72.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='213.60,94.47 213.60,90.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='213.60,92.67 208.88,92.67 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='208.88,94.47 208.88,90.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='195.74,148.47 195.74,144.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='195.74,146.67 191.84,146.67 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='191.84,148.47 191.84,144.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='188.04,184.46 188.04,180.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='188.04,182.67 184.58,182.67 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.58,184.46 184.58,180.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='196.88,130.47 196.88,126.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='196.88,128.67 193.14,128.67 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='193.14,130.47 193.14,126.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='204.05,112.47 204.05,108.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='204.05,110.67 200.16,110.67 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='200.16,112.47 200.16,108.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<text x='192.20' y='167.40' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='4.77px' lengthAdjust='spacingAndGlyphs'>1</text>
-<text x='231.88' y='77.41' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>2.6</text>
-<text x='216.01' y='95.41' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.9</text>
-<text x='198.56' y='149.40' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.1</text>
-<text x='191.08' y='185.40' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>0.8</text>
-<text x='199.79' y='131.41' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.2</text>
-<text x='206.88' y='113.41' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.5</text>
+<g clip-path='url(#cpMTQ5Ljc3fDQyNi41Mnw2My45M3wxOTMuNDI=)'>
+<polyline points='209.93,193.42 209.93,63.93 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='330.26,193.42 330.26,63.93 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='149.77,193.42 149.77,63.93 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='270.10,193.42 270.10,63.93 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='390.42,193.42 390.42,63.93 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<rect x='149.77' y='157.45' width='23.59' height='14.39' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='149.77' y='67.53' width='63.05' height='14.39' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='149.77' y='85.51' width='46.04' height='14.39' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='149.77' y='139.47' width='27.34' height='14.39' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='149.77' y='175.44' width='19.32' height='14.39' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='149.77' y='121.48' width='28.65' height='14.39' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='149.77' y='103.50' width='36.25' height='14.39' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<polyline points='175.54,166.44 175.54,162.85 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='175.54,164.65 171.17,164.65 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='171.17,166.44 171.17,162.85 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='215.73,76.52 215.73,72.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='215.73,74.72 209.90,74.72 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='209.90,76.52 209.90,72.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='198.34,94.51 198.34,90.91 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='198.34,92.71 193.28,92.71 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='193.28,94.51 193.28,90.91 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='179.20,148.46 179.20,144.86 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='179.20,146.66 175.02,146.66 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='175.02,148.46 175.02,144.86 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='170.95,184.43 170.95,180.83 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='170.95,182.63 167.24,182.63 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.24,184.43 167.24,180.83 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='180.42,130.47 180.42,126.88 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='180.42,128.68 176.41,128.68 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='176.41,130.47 176.41,126.88 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='188.11,112.49 188.11,108.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='188.11,110.69 183.93,110.69 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='183.93,112.49 183.93,108.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<text x='175.02' y='167.33' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='4.17px' lengthAdjust='spacingAndGlyphs'>1</text>
+<text x='216.98' y='77.41' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>2.6</text>
+<text x='199.98' y='95.40' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.9</text>
+<text x='181.28' y='149.35' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.1</text>
+<text x='173.26' y='185.32' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>0.8</text>
+<text x='182.59' y='131.37' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.2</text>
+<text x='190.19' y='113.38' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.5</text>
 </g>
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHwyNDEuODA=)'>
-<text x='163.35' y='185.58' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='76.59px' lengthAdjust='spacingAndGlyphs'>Reduce build times</text>
-<text x='163.35' y='163.26' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='138.10px' lengthAdjust='spacingAndGlyphs'>Better support for using Cgo when</text>
-<text x='163.35' y='171.90' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='62.62px' lengthAdjust='spacingAndGlyphs'>cross-compiling</text>
-<text x='163.35' y='149.58' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='75.48px' lengthAdjust='spacingAndGlyphs'>Reduce binary size</text>
-<text x='163.35' y='131.59' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='90.74px' lengthAdjust='spacingAndGlyphs'>Reduce compute costs</text>
-<text x='163.35' y='113.59' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='82.26px' lengthAdjust='spacingAndGlyphs'>Reduce memory use</text>
-<text x='163.35' y='95.59' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='145.76px' lengthAdjust='spacingAndGlyphs'>Better performance debugging tools</text>
-<text x='163.35' y='77.59' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='87.78px' lengthAdjust='spacingAndGlyphs'>An optimization guide</text>
-<text x='168.28' y='204.23' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='5.09px' lengthAdjust='spacingAndGlyphs'>0</text>
-<text x='280.56' y='204.23' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='5.09px' lengthAdjust='spacingAndGlyphs'>5</text>
-<text x='392.84' y='204.23' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='10.18px' lengthAdjust='spacingAndGlyphs'>10</text>
-<text x='297.40' y='221.69' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='60.69px' lengthAdjust='spacingAndGlyphs'>Mean response</text>
-<text x='5.48' y='52.25' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='93.89px' lengthAdjust='spacingAndGlyphs'>(Compiler and runtime)</text>
-<text x='5.48' y='17.75' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='405.69px' lengthAdjust='spacingAndGlyphs'>Let’s say you have 10 GopherCoins to spend on improving the following</text>
-<text x='5.48' y='28.55' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='393.71px' lengthAdjust='spacingAndGlyphs'>aspects of working with the Go compiler and runtime. How would you</text>
-<text x='5.48' y='39.35' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='123.03px' lengthAdjust='spacingAndGlyphs'>distribute your coins?</text>
-<text x='426.52' y='234.66' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='42.30px' lengthAdjust='spacingAndGlyphs'>n =  1,507</text>
+<text x='144.84' y='185.50' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='68.05px' lengthAdjust='spacingAndGlyphs'>Reduce build times</text>
+<text x='144.84' y='163.19' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='121.43px' lengthAdjust='spacingAndGlyphs'>Better support for using Cgo when</text>
+<text x='144.84' y='171.83' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='55.59px' lengthAdjust='spacingAndGlyphs'>cross-compiling</text>
+<text x='144.84' y='149.53' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='68.05px' lengthAdjust='spacingAndGlyphs'>Reduce binary size</text>
+<text x='144.84' y='131.55' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='81.40px' lengthAdjust='spacingAndGlyphs'>Reduce compute costs</text>
+<text x='144.84' y='113.56' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='73.83px' lengthAdjust='spacingAndGlyphs'>Reduce memory use</text>
+<text x='144.84' y='95.58' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='127.22px' lengthAdjust='spacingAndGlyphs'>Better performance debugging tools</text>
+<text x='144.84' y='77.59' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='76.51px' lengthAdjust='spacingAndGlyphs'>An optimization guide</text>
+<text x='149.77' y='204.09' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='4.45px' lengthAdjust='spacingAndGlyphs'>0</text>
+<text x='270.10' y='204.09' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='4.45px' lengthAdjust='spacingAndGlyphs'>5</text>
+<text x='390.42' y='204.09' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='8.90px' lengthAdjust='spacingAndGlyphs'>10</text>
+<text x='288.15' y='221.56' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='55.16px' lengthAdjust='spacingAndGlyphs'>Mean response</text>
+<text x='5.48' y='52.20' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='81.82px' lengthAdjust='spacingAndGlyphs'>(Compiler and runtime)</text>
+<text x='5.48' y='17.66' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='343.97px' lengthAdjust='spacingAndGlyphs'>Let’s say you have 10 GopherCoins to spend on improving the following</text>
+<text x='5.48' y='28.46' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='331.16px' lengthAdjust='spacingAndGlyphs'>aspects of working with the Go compiler and runtime. How would you</text>
+<text x='5.48' y='39.26' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='105.03px' lengthAdjust='spacingAndGlyphs'>distribute your coins?</text>
+<text x='426.52' y='234.55' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='35.82px' lengthAdjust='spacingAndGlyphs'>n =  1,507</text>
 </g>
 </svg>
diff --git a/_content/blog/survey2023q1/prioritization_core_concern.svg b/_content/blog/survey2023q1/prioritization_core_concern.svg
index bdbcc5f..47a2997 100644
--- a/_content/blog/survey2023q1/prioritization_core_concern.svg
+++ b/_content/blog/survey2023q1/prioritization_core_concern.svg
@@ -23,181 +23,181 @@
 <g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw0NDkuNDA=)'>
 </g>
 <defs>
-  <clipPath id='cpMTY4LjI4fDQ5OC41Mnw5Mi4zOHw0MDEuMDY='>
-    <rect x='168.28' y='92.38' width='330.24' height='308.68' />
+  <clipPath id='cpMTQ5Ljc3fDQ5OC41Mnw5Mi40NHw0MDEuMDI='>
+    <rect x='149.77' y='92.44' width='348.75' height='308.58' />
   </clipPath>
 </defs>
-<g clip-path='url(#cpMTY4LjI4fDQ5OC41Mnw5Mi4zOHw0MDEuMDY=)'>
-<polyline points='240.07,401.06 240.07,92.38 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='383.65,401.06 383.65,92.38 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='168.28,401.06 168.28,92.38 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='311.86,401.06 311.86,92.38 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='455.45,401.06 455.45,92.38 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='168.28' y='298.17' width='21.32' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #F8766D;' />
-<rect x='168.28' y='289.59' width='26.76' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #7CAE00;' />
-<rect x='168.28' y='281.02' width='41.77' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00BFC4;' />
-<rect x='168.28' y='272.45' width='26.14' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #C77CFF;' />
-<rect x='168.28' y='126.68' width='55.69' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #F8766D;' />
-<rect x='168.28' y='118.10' width='81.83' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #7CAE00;' />
-<rect x='168.28' y='109.53' width='70.27' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00BFC4;' />
-<rect x='168.28' y='100.95' width='76.76' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #C77CFF;' />
-<rect x='168.28' y='169.55' width='55.91' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #F8766D;' />
-<rect x='168.28' y='160.98' width='61.02' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #7CAE00;' />
-<rect x='168.28' y='152.40' width='53.52' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00BFC4;' />
-<rect x='168.28' y='143.83' width='51.70' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #C77CFF;' />
-<rect x='168.28' y='341.04' width='19.80' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #F8766D;' />
-<rect x='168.28' y='332.47' width='31.82' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #7CAE00;' />
-<rect x='168.28' y='323.89' width='20.45' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00BFC4;' />
-<rect x='168.28' y='315.32' width='36.21' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #C77CFF;' />
-<rect x='168.28' y='383.92' width='19.58' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #F8766D;' />
-<rect x='168.28' y='375.34' width='25.62' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #7CAE00;' />
-<rect x='168.28' y='366.77' width='18.93' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00BFC4;' />
-<rect x='168.28' y='358.19' width='23.37' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #C77CFF;' />
-<rect x='168.28' y='255.30' width='57.87' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #F8766D;' />
-<rect x='168.28' y='246.72' width='30.92' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #7CAE00;' />
-<rect x='168.28' y='238.15' width='44.16' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00BFC4;' />
-<rect x='168.28' y='229.57' width='30.62' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #C77CFF;' />
-<rect x='168.28' y='212.42' width='58.74' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #F8766D;' />
-<rect x='168.28' y='203.85' width='42.34' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #7CAE00;' />
-<rect x='168.28' y='195.27' width='51.56' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00BFC4;' />
-<rect x='168.28' y='186.70' width='40.65' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #C77CFF;' />
-<polyline points='197.01,305.14 197.01,302.99 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='197.01,304.06 182.20,304.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='182.20,305.14 182.20,302.99 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='200.22,295.49 200.22,293.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='200.22,294.42 189.87,294.42 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='189.87,295.49 189.87,293.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='220.68,285.84 220.68,283.70 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='220.68,284.77 199.42,284.77 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='199.42,285.84 199.42,283.70 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='197.90,276.20 197.90,274.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='197.90,275.13 190.93,275.13 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='190.93,276.20 190.93,274.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='234.66,133.64 234.66,131.50 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='234.66,132.57 213.29,132.57 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='213.29,133.64 213.29,131.50 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='257.47,124.00 257.47,121.85 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='257.47,122.93 242.75,122.93 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='242.75,124.00 242.75,121.85 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='250.02,114.35 250.02,112.21 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='250.02,113.28 227.08,113.28 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='227.08,114.35 227.08,112.21 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='249.84,104.71 249.84,102.56 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='249.84,103.63 240.24,103.63 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='240.24,104.71 240.24,102.56 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='233.05,176.52 233.05,174.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='233.05,175.45 215.33,175.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='215.33,176.52 215.33,174.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='236.22,166.87 236.22,164.73 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='236.22,165.80 222.39,165.80 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='222.39,166.87 222.39,164.73 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='230.40,157.22 230.40,155.08 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='230.40,156.15 213.20,156.15 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='213.20,157.22 213.20,155.08 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='224.08,147.58 224.08,145.43 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='224.08,146.51 215.88,146.51 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='215.88,147.58 215.88,145.43 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='193.95,348.01 193.95,345.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='193.95,346.94 182.21,346.94 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='182.21,348.01 182.21,345.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='205.50,338.36 205.50,336.22 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='205.50,337.29 194.69,337.29 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='194.69,338.36 194.69,336.22 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='195.78,328.72 195.78,326.57 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='195.78,327.64 181.68,327.64 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='181.68,328.72 181.68,326.57 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='207.91,319.07 207.91,316.93 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='207.91,318.00 201.08,318.00 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='201.08,319.07 201.08,316.93 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='194.82,390.88 194.82,388.74 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='194.82,389.81 180.90,389.81 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='180.90,390.88 180.90,388.74 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='199.09,381.24 199.09,379.09 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='199.09,380.16 188.70,380.16 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='188.70,381.24 188.70,379.09 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='193.26,371.59 193.26,369.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='193.26,370.52 181.16,370.52 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='181.16,371.59 181.16,369.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='194.61,361.94 194.61,359.80 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='194.61,360.87 188.70,360.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='188.70,361.94 188.70,359.80 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='236.49,262.26 236.49,260.12 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='236.49,261.19 215.81,261.19 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='215.81,262.26 215.81,260.12 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='203.96,252.62 203.96,250.47 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='203.96,251.55 194.44,251.55 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='194.44,252.62 194.44,250.47 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='220.84,242.97 220.84,240.83 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='220.84,241.90 204.05,241.90 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='204.05,242.97 204.05,240.83 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='201.94,233.32 201.94,231.18 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='201.94,232.25 195.86,232.25 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='195.86,233.32 195.86,231.18 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='236.57,219.39 236.57,217.25 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='236.57,218.32 217.47,218.32 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='217.47,219.39 217.47,217.25 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='216.06,209.74 216.06,207.60 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='216.06,208.67 205.19,208.67 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='205.19,209.74 205.19,207.60 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='229.33,200.10 229.33,197.95 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='229.33,199.03 210.35,199.03 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='210.35,200.10 210.35,197.95 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='212.10,190.45 212.10,188.31 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='212.10,189.38 205.77,189.38 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='205.77,190.45 205.77,188.31 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<text x='194.37' y='306.80' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>0.7</text>
-<text x='199.81' y='297.15' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>0.9</text>
-<text x='214.82' y='287.51' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.5</text>
-<text x='199.19' y='277.86' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>0.9</text>
-<text x='228.75' y='135.31' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.9</text>
-<text x='254.88' y='125.66' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>2.8</text>
-<text x='243.32' y='116.02' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>2.4</text>
-<text x='249.81' y='106.37' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>2.7</text>
-<text x='228.96' y='178.18' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.9</text>
-<text x='234.08' y='168.54' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>2.1</text>
-<text x='226.57' y='158.89' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.9</text>
-<text x='224.75' y='149.24' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.8</text>
-<text x='192.85' y='349.67' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>0.7</text>
-<text x='204.87' y='340.03' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.1</text>
-<text x='193.50' y='330.38' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>0.7</text>
-<text x='209.26' y='320.73' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.3</text>
-<text x='192.63' y='392.55' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>0.7</text>
-<text x='198.67' y='382.90' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>0.9</text>
-<text x='191.98' y='373.25' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>0.7</text>
-<text x='196.43' y='363.61' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>0.8</text>
-<text x='228.06' y='263.93' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='4.77px' lengthAdjust='spacingAndGlyphs'>2</text>
-<text x='203.97' y='254.28' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.1</text>
-<text x='217.22' y='244.63' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.5</text>
-<text x='203.67' y='234.99' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.1</text>
-<text x='228.93' y='221.05' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='4.77px' lengthAdjust='spacingAndGlyphs'>2</text>
-<text x='215.39' y='211.41' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.5</text>
-<text x='224.61' y='201.76' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.8</text>
-<text x='213.71' y='192.12' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.4</text>
+<g clip-path='url(#cpMTQ5Ljc3fDQ5OC41Mnw5Mi40NHw0MDEuMDI=)'>
+<polyline points='225.59,401.02 225.59,92.44 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='377.22,401.02 377.22,92.44 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='149.77,401.02 149.77,92.44 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='301.40,401.02 301.40,92.44 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='453.03,401.02 453.03,92.44 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<rect x='149.77' y='298.16' width='22.51' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D;' />
+<rect x='149.77' y='289.59' width='28.26' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #7CAE00;' />
+<rect x='149.77' y='281.02' width='44.11' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BFC4;' />
+<rect x='149.77' y='272.44' width='27.60' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #C77CFF;' />
+<rect x='149.77' y='126.72' width='58.81' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D;' />
+<rect x='149.77' y='118.15' width='86.41' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #7CAE00;' />
+<rect x='149.77' y='109.58' width='74.21' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BFC4;' />
+<rect x='149.77' y='101.01' width='81.06' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #C77CFF;' />
+<rect x='149.77' y='169.58' width='59.04' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D;' />
+<rect x='149.77' y='161.01' width='64.44' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #7CAE00;' />
+<rect x='149.77' y='152.44' width='56.52' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BFC4;' />
+<rect x='149.77' y='143.87' width='54.59' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #C77CFF;' />
+<rect x='149.77' y='341.02' width='20.91' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D;' />
+<rect x='149.77' y='332.45' width='33.60' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #7CAE00;' />
+<rect x='149.77' y='323.88' width='21.60' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BFC4;' />
+<rect x='149.77' y='315.30' width='38.24' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #C77CFF;' />
+<rect x='149.77' y='383.88' width='20.68' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D;' />
+<rect x='149.77' y='375.31' width='27.05' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #7CAE00;' />
+<rect x='149.77' y='366.73' width='19.99' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BFC4;' />
+<rect x='149.77' y='358.16' width='24.68' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #C77CFF;' />
+<rect x='149.77' y='255.30' width='61.11' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D;' />
+<rect x='149.77' y='246.73' width='32.65' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #7CAE00;' />
+<rect x='149.77' y='238.16' width='46.64' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BFC4;' />
+<rect x='149.77' y='229.59' width='32.33' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #C77CFF;' />
+<rect x='149.77' y='212.44' width='62.03' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D;' />
+<rect x='149.77' y='203.87' width='44.71' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #7CAE00;' />
+<rect x='149.77' y='195.30' width='54.45' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BFC4;' />
+<rect x='149.77' y='186.73' width='42.93' height='8.57' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #C77CFF;' />
+<polyline points='180.10,305.12 180.10,302.98 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='180.10,304.05 164.47,304.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='164.47,305.12 164.47,302.98 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='183.49,295.48 183.49,293.34 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='183.49,294.41 172.56,294.41 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='172.56,295.48 172.56,293.34 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='205.11,285.84 205.11,283.69 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='205.11,284.77 182.66,284.77 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='182.66,285.84 182.66,283.69 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='181.05,276.19 181.05,274.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='181.05,275.12 173.69,275.12 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='173.69,276.19 173.69,274.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='219.87,133.69 219.87,131.55 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='219.87,132.62 197.30,132.62 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='197.30,133.69 197.30,131.55 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='243.96,124.05 243.96,121.90 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='243.96,122.97 228.41,122.97 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='228.41,124.05 228.41,121.90 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='236.09,114.40 236.09,112.26 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='236.09,113.33 211.86,113.33 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='211.86,114.40 211.86,112.26 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='235.90,104.76 235.90,102.62 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='235.90,103.69 225.76,103.69 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='225.76,104.76 225.76,102.62 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='218.17,176.55 218.17,174.40 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='218.17,175.48 199.46,175.48 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='199.46,176.55 199.46,174.40 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='221.52,166.90 221.52,164.76 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='221.52,165.83 206.91,165.83 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='206.91,166.90 206.91,164.76 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='215.37,157.26 215.37,155.12 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='215.37,156.19 197.21,156.19 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='197.21,157.26 197.21,155.12 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='208.69,147.62 208.69,145.48 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='208.69,146.55 200.04,146.55 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='200.04,147.62 200.04,145.48 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='176.88,347.98 176.88,345.84 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='176.88,346.91 164.48,346.91 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='164.48,347.98 164.48,345.84 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='189.08,338.34 189.08,336.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='189.08,337.27 177.66,337.27 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='177.66,338.34 177.66,336.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='178.81,328.70 178.81,326.55 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='178.81,327.63 163.92,327.63 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='163.92,328.70 163.92,326.55 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='191.62,319.05 191.62,316.91 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='191.62,317.98 184.40,317.98 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='184.40,319.05 184.40,316.91 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='177.80,390.84 177.80,388.70 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='177.80,389.77 163.09,389.77 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='163.09,390.84 163.09,388.70 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='182.31,381.20 182.31,379.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='182.31,380.13 171.34,380.13 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='171.34,381.20 171.34,379.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='176.15,371.56 176.15,369.41 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='176.15,370.48 163.37,370.48 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='163.37,371.56 163.37,369.41 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='177.58,361.91 177.58,359.77 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='177.58,360.84 171.33,360.84 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='171.33,361.91 171.33,359.77 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='221.81,262.27 221.81,260.12 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='221.81,261.19 199.96,261.19 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='199.96,262.27 199.96,260.12 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='187.45,252.62 187.45,250.48 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='187.45,251.55 177.39,251.55 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='177.39,252.62 177.39,250.48 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='205.28,242.98 205.28,240.84 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='205.28,241.91 187.54,241.91 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='187.54,242.98 187.54,240.84 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='185.31,233.34 185.31,231.19 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='185.31,232.26 178.89,232.26 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='178.89,233.34 178.89,231.19 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='221.89,219.41 221.89,217.26 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='221.89,218.34 201.72,218.34 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='201.72,219.41 201.72,217.26 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='200.22,209.76 200.22,207.62 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='200.22,208.69 188.75,208.69 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='188.75,209.76 188.75,207.62 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='214.24,200.12 214.24,197.98 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='214.24,199.05 194.20,199.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='194.20,200.12 194.20,197.98 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='196.04,190.48 196.04,188.33 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='196.04,189.41 189.36,189.41 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='189.36,190.48 189.36,188.33 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<text x='176.45' y='306.74' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>0.7</text>
+<text x='182.20' y='297.10' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>0.9</text>
+<text x='198.05' y='287.46' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.5</text>
+<text x='181.54' y='277.81' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>0.9</text>
+<text x='212.75' y='135.31' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.9</text>
+<text x='240.35' y='125.66' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>2.8</text>
+<text x='228.15' y='116.02' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>2.4</text>
+<text x='235.00' y='106.38' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>2.7</text>
+<text x='212.98' y='178.17' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.9</text>
+<text x='218.38' y='168.52' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>2.1</text>
+<text x='210.45' y='158.88' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.9</text>
+<text x='208.53' y='149.24' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.8</text>
+<text x='174.84' y='349.60' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>0.7</text>
+<text x='187.54' y='339.96' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.1</text>
+<text x='175.53' y='330.31' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>0.7</text>
+<text x='192.18' y='320.67' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.3</text>
+<text x='174.61' y='392.46' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>0.7</text>
+<text x='180.99' y='382.82' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>0.9</text>
+<text x='173.93' y='373.17' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>0.7</text>
+<text x='178.62' y='363.53' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>0.8</text>
+<text x='212.55' y='263.88' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='4.17px' lengthAdjust='spacingAndGlyphs'>2</text>
+<text x='186.59' y='254.24' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.1</text>
+<text x='200.58' y='244.60' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.5</text>
+<text x='186.27' y='234.95' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.1</text>
+<text x='213.47' y='221.02' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='4.17px' lengthAdjust='spacingAndGlyphs'>2</text>
+<text x='198.65' y='211.38' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.5</text>
+<text x='208.39' y='201.74' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.8</text>
+<text x='196.87' y='192.09' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.4</text>
 </g>
 <g clip-path='url(#cpMC4wMHw1MDQuMDB8MC4wMHw0NDkuNDA=)'>
-<text x='163.35' y='378.26' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='76.59px' lengthAdjust='spacingAndGlyphs'>Reduce build times</text>
-<text x='163.35' y='335.38' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='75.48px' lengthAdjust='spacingAndGlyphs'>Reduce binary size</text>
-<text x='163.35' y='288.19' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='138.10px' lengthAdjust='spacingAndGlyphs'>Better support for using Cgo when</text>
-<text x='163.35' y='296.83' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='62.62px' lengthAdjust='spacingAndGlyphs'>cross-compiling</text>
-<text x='163.35' y='249.64' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='90.74px' lengthAdjust='spacingAndGlyphs'>Reduce compute costs</text>
-<text x='163.35' y='206.77' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='82.26px' lengthAdjust='spacingAndGlyphs'>Reduce memory use</text>
-<text x='163.35' y='163.89' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='145.76px' lengthAdjust='spacingAndGlyphs'>Better performance debugging tools</text>
-<text x='163.35' y='121.02' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='87.78px' lengthAdjust='spacingAndGlyphs'>An optimization guide</text>
-<text x='168.28' y='411.83' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='5.09px' lengthAdjust='spacingAndGlyphs'>0</text>
-<text x='311.86' y='411.83' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='5.09px' lengthAdjust='spacingAndGlyphs'>5</text>
-<text x='455.45' y='411.83' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='10.18px' lengthAdjust='spacingAndGlyphs'>10</text>
-<text x='333.40' y='429.29' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='60.69px' lengthAdjust='spacingAndGlyphs'>Mean response</text>
-<rect x='170.36' y='67.96' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #F8766D;' />
-<rect x='252.51' y='67.96' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #7CAE00;' />
-<rect x='345.97' y='67.96' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00BFC4;' />
-<rect x='386.71' y='67.96' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #C77CFF;' />
-<text x='187.81' y='77.25' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='60.01px' lengthAdjust='spacingAndGlyphs'>Resource costs</text>
-<text x='269.96' y='77.25' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='71.32px' lengthAdjust='spacingAndGlyphs'>Engineering costs</text>
-<text x='363.42' y='77.25' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='18.59px' lengthAdjust='spacingAndGlyphs'>Both</text>
-<text x='404.16' y='77.25' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='68.64px' lengthAdjust='spacingAndGlyphs'>No cost concerns</text>
-<text x='5.48' y='41.45' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='93.89px' lengthAdjust='spacingAndGlyphs'>(Compiler and runtime)</text>
-<text x='5.48' y='17.75' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='405.69px' lengthAdjust='spacingAndGlyphs'>Let’s say you have 10 GopherCoins to spend on improving the following</text>
-<text x='5.48' y='28.55' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='416.19px' lengthAdjust='spacingAndGlyphs'>aspects of working with Go tooling. How would you distribute your coins?</text>
-<text x='498.52' y='442.26' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='42.30px' lengthAdjust='spacingAndGlyphs'>n =  1,417</text>
+<text x='144.84' y='378.17' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='68.05px' lengthAdjust='spacingAndGlyphs'>Reduce build times</text>
+<text x='144.84' y='335.32' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='68.05px' lengthAdjust='spacingAndGlyphs'>Reduce binary size</text>
+<text x='144.84' y='288.14' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='121.43px' lengthAdjust='spacingAndGlyphs'>Better support for using Cgo when</text>
+<text x='144.84' y='296.78' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='55.59px' lengthAdjust='spacingAndGlyphs'>cross-compiling</text>
+<text x='144.84' y='249.60' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='81.40px' lengthAdjust='spacingAndGlyphs'>Reduce compute costs</text>
+<text x='144.84' y='206.74' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='73.83px' lengthAdjust='spacingAndGlyphs'>Reduce memory use</text>
+<text x='144.84' y='163.88' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='127.22px' lengthAdjust='spacingAndGlyphs'>Better performance debugging tools</text>
+<text x='144.84' y='121.02' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='76.51px' lengthAdjust='spacingAndGlyphs'>An optimization guide</text>
+<text x='149.77' y='411.69' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='4.45px' lengthAdjust='spacingAndGlyphs'>0</text>
+<text x='301.40' y='411.69' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='4.45px' lengthAdjust='spacingAndGlyphs'>5</text>
+<text x='453.03' y='411.69' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='8.90px' lengthAdjust='spacingAndGlyphs'>10</text>
+<text x='324.15' y='429.16' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='55.16px' lengthAdjust='spacingAndGlyphs'>Mean response</text>
+<rect x='171.85' y='68.01' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D;' />
+<rect x='249.15' y='68.01' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #7CAE00;' />
+<rect x='334.91' y='68.01' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BFC4;' />
+<rect x='373.51' y='68.01' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #C77CFF;' />
+<text x='189.30' y='77.26' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='55.15px' lengthAdjust='spacingAndGlyphs'>Resource costs</text>
+<text x='266.60' y='77.26' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='63.61px' lengthAdjust='spacingAndGlyphs'>Engineering costs</text>
+<text x='352.35' y='77.26' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='16.46px' lengthAdjust='spacingAndGlyphs'>Both</text>
+<text x='390.96' y='77.26' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='61.83px' lengthAdjust='spacingAndGlyphs'>No cost concerns</text>
+<text x='5.48' y='41.40' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='81.82px' lengthAdjust='spacingAndGlyphs'>(Compiler and runtime)</text>
+<text x='5.48' y='17.66' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='343.97px' lengthAdjust='spacingAndGlyphs'>Let’s say you have 10 GopherCoins to spend on improving the following</text>
+<text x='5.48' y='28.46' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='352.80px' lengthAdjust='spacingAndGlyphs'>aspects of working with Go tooling. How would you distribute your coins?</text>
+<text x='498.52' y='442.15' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='35.82px' lengthAdjust='spacingAndGlyphs'>n =  1,417</text>
 </g>
 </svg>
diff --git a/_content/blog/survey2023q1/prioritization_security.svg b/_content/blog/survey2023q1/prioritization_security.svg
index 840ccf1..3b5c0c8 100644
--- a/_content/blog/survey2023q1/prioritization_security.svg
+++ b/_content/blog/survey2023q1/prioritization_security.svg
@@ -23,75 +23,75 @@
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHwyNjEuOTU=)'>
 </g>
 <defs>
-  <clipPath id='cpMTgxLjA0fDQyNi41Mnw2My44N3wyMTMuNjE='>
-    <rect x='181.04' y='63.87' width='245.48' height='149.74' />
+  <clipPath id='cpMTYxLjM2fDQyNi41Mnw2My45M3wyMTMuNTc='>
+    <rect x='161.36' y='63.93' width='265.17' height='149.64' />
   </clipPath>
 </defs>
-<g clip-path='url(#cpMTgxLjA0fDQyNi41Mnw2My44N3wyMTMuNjE=)'>
-<polyline points='234.41,213.61 234.41,63.87 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='341.14,213.61 341.14,63.87 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='181.04,213.61 181.04,63.87 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='287.77,213.61 287.77,63.87 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='394.50,213.61 394.50,63.87 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='181.04' y='172.02' width='16.19' height='16.64' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='181.04' y='130.43' width='34.60' height='16.64' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='181.04' y='109.63' width='39.99' height='16.64' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='181.04' y='68.03' width='47.30' height='16.64' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='181.04' y='88.83' width='43.59' height='16.64' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='181.04' y='192.82' width='11.88' height='16.64' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='181.04' y='151.22' width='27.41' height='16.64' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<polyline points='198.84,182.42 198.84,178.26 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='198.84,180.34 195.61,180.34 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='195.61,182.42 195.61,178.26 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='217.42,140.82 217.42,136.66 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='217.42,138.74 213.85,138.74 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='213.85,140.82 213.85,136.66 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='222.81,120.03 222.81,115.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='222.81,117.95 219.25,117.95 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='219.25,120.03 219.25,115.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='230.52,78.43 230.52,74.27 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='230.52,76.35 226.15,76.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='226.15,78.43 226.15,74.27 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='226.59,99.23 226.59,95.07 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='226.59,97.15 222.68,97.15 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='222.68,99.23 222.68,95.07 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='194.18,203.22 194.18,199.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='194.18,201.14 191.67,201.14 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='191.67,203.22 191.67,199.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='210.16,161.62 210.16,157.46 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='210.16,159.54 206.73,159.54 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='206.73,161.62 206.73,157.46 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<text x='202.00' y='183.07' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>0.8</text>
-<text x='220.41' y='141.48' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.6</text>
-<text x='225.80' y='120.68' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.9</text>
-<text x='233.11' y='79.09' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>2.2</text>
-<text x='226.54' y='99.89' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='4.77px' lengthAdjust='spacingAndGlyphs'>2</text>
-<text x='197.70' y='203.87' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>0.6</text>
-<text x='213.22' y='162.28' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.3</text>
+<g clip-path='url(#cpMTYxLjM2fDQyNi41Mnw2My45M3wyMTMuNTc=)'>
+<polyline points='219.00,213.57 219.00,63.93 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='334.29,213.57 334.29,63.93 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='161.36,213.57 161.36,63.93 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='276.64,213.57 276.64,63.93 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='391.93,213.57 391.93,63.93 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<rect x='161.36' y='172.00' width='17.50' height='16.63' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='161.36' y='130.44' width='37.39' height='16.63' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='161.36' y='109.66' width='43.19' height='16.63' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='161.36' y='68.09' width='51.12' height='16.63' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='161.36' y='88.87' width='47.06' height='16.63' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='161.36' y='192.79' width='12.85' height='16.63' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='161.36' y='151.22' width='29.56' height='16.63' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<polyline points='180.59,182.40 180.59,178.24 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='180.59,180.32 177.11,180.32 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='177.11,182.40 177.11,178.24 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='200.68,140.83 200.68,136.67 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='200.68,138.75 196.82,138.75 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='196.82,140.83 196.82,136.67 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='206.48,120.05 206.48,115.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='206.48,117.97 202.62,117.97 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='202.62,120.05 202.62,115.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='214.84,78.48 214.84,74.32 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='214.84,76.40 210.12,76.40 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='210.12,78.48 210.12,74.32 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='210.53,99.26 210.53,95.11 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='210.53,97.19 206.30,97.19 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='206.30,99.26 206.30,95.11 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='175.56,203.18 175.56,199.02 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='175.56,201.10 172.84,201.10 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='172.84,203.18 172.84,199.02 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='192.77,161.61 192.77,157.46 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='192.77,159.53 189.07,159.53 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='189.07,161.61 189.07,157.46 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<text x='183.02' y='183.01' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>0.8</text>
+<text x='202.92' y='141.44' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.6</text>
+<text x='208.72' y='120.66' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.9</text>
+<text x='216.65' y='79.09' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>2.2</text>
+<text x='210.08' y='99.87' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='4.17px' lengthAdjust='spacingAndGlyphs'>2</text>
+<text x='178.37' y='203.79' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>0.6</text>
+<text x='195.09' y='162.22' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.3</text>
 </g>
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHwyNjEuOTU=)'>
-<text x='176.11' y='199.73' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='154.81px' lengthAdjust='spacingAndGlyphs'>Support for suppressing vulnerabilities</text>
-<text x='176.11' y='208.37' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='60.32px' lengthAdjust='spacingAndGlyphs'>in govulncheck</text>
-<text x='176.11' y='178.93' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='135.74px' lengthAdjust='spacingAndGlyphs'>FIPS-140-compliant cryptographic</text>
-<text x='176.11' y='187.57' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='32.33px' lengthAdjust='spacingAndGlyphs'>libraries</text>
-<text x='176.11' y='158.14' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='134.38px' lengthAdjust='spacingAndGlyphs'>A tool to track how sensitive data</text>
-<text x='176.11' y='166.78' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='112.40px' lengthAdjust='spacingAndGlyphs'>flows through a Go program</text>
-<text x='176.11' y='137.34' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='143.03px' lengthAdjust='spacingAndGlyphs'>pkg.go.dev identifies packages that</text>
-<text x='176.11' y='145.98' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='110.87px' lengthAdjust='spacingAndGlyphs'>make breaking API changes</text>
-<text x='176.11' y='116.54' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='158.52px' lengthAdjust='spacingAndGlyphs'>pkg.go.dev identifies packages that are</text>
-<text x='176.11' y='125.18' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='73.18px' lengthAdjust='spacingAndGlyphs'>poorly-maintained</text>
-<text x='176.11' y='100.07' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='123.79px' lengthAdjust='spacingAndGlyphs'>A security best practices guide</text>
-<text x='176.11' y='70.63' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='153.10px' lengthAdjust='spacingAndGlyphs'>Secure-by-default Web &amp; SQL libraries</text>
-<text x='176.11' y='79.27' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='132.52px' lengthAdjust='spacingAndGlyphs'>that help users avoid introducing</text>
-<text x='176.11' y='87.91' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='135.05px' lengthAdjust='spacingAndGlyphs'>vulnerabilities in web server code</text>
-<text x='181.04' y='224.38' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='5.09px' lengthAdjust='spacingAndGlyphs'>0</text>
-<text x='287.77' y='224.38' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='5.09px' lengthAdjust='spacingAndGlyphs'>5</text>
-<text x='394.50' y='224.38' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='10.18px' lengthAdjust='spacingAndGlyphs'>10</text>
-<text x='303.78' y='241.84' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='60.69px' lengthAdjust='spacingAndGlyphs'>Mean response</text>
-<text x='5.48' y='52.25' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='39.09px' lengthAdjust='spacingAndGlyphs'>(Security)</text>
-<text x='5.48' y='17.75' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='405.69px' lengthAdjust='spacingAndGlyphs'>Let’s say you have 10 GopherCoins to spend on improving the following</text>
-<text x='5.48' y='28.55' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='397.61px' lengthAdjust='spacingAndGlyphs'>aspects of working with Go security tooling. How would you distribute</text>
-<text x='5.48' y='39.35' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='64.02px' lengthAdjust='spacingAndGlyphs'>your coins?</text>
-<text x='426.52' y='254.81' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='42.30px' lengthAdjust='spacingAndGlyphs'>n =  1,516</text>
+<text x='156.42' y='199.65' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='135.67px' lengthAdjust='spacingAndGlyphs'>Support for suppressing vulnerabilities</text>
+<text x='156.42' y='208.29' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='52.94px' lengthAdjust='spacingAndGlyphs'>in govulncheck</text>
+<text x='156.42' y='178.87' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='120.97px' lengthAdjust='spacingAndGlyphs'>FIPS-140-compliant cryptographic</text>
+<text x='156.42' y='187.51' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>libraries</text>
+<text x='156.42' y='158.08' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='116.99px' lengthAdjust='spacingAndGlyphs'>A tool to track how sensitive data</text>
+<text x='156.42' y='166.72' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='99.18px' lengthAdjust='spacingAndGlyphs'>flows through a Go program</text>
+<text x='156.42' y='137.30' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='125.02px' lengthAdjust='spacingAndGlyphs'>pkg.go.dev identifies packages that</text>
+<text x='156.42' y='145.94' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='100.09px' lengthAdjust='spacingAndGlyphs'>make breaking API changes</text>
+<text x='156.42' y='116.52' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='138.81px' lengthAdjust='spacingAndGlyphs'>pkg.go.dev identifies packages that are</text>
+<text x='156.42' y='125.16' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='63.60px' lengthAdjust='spacingAndGlyphs'>poorly-maintained</text>
+<text x='156.42' y='100.05' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='108.54px' lengthAdjust='spacingAndGlyphs'>A security best practices guide</text>
+<text x='156.42' y='70.63' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='137.87px' lengthAdjust='spacingAndGlyphs'>Secure-by-default Web &amp; SQL libraries</text>
+<text x='156.42' y='79.27' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='115.22px' lengthAdjust='spacingAndGlyphs'>that help users avoid introducing</text>
+<text x='156.42' y='87.91' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='117.87px' lengthAdjust='spacingAndGlyphs'>vulnerabilities in web server code</text>
+<text x='161.36' y='224.24' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='4.45px' lengthAdjust='spacingAndGlyphs'>0</text>
+<text x='276.64' y='224.24' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='4.45px' lengthAdjust='spacingAndGlyphs'>5</text>
+<text x='391.93' y='224.24' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='8.90px' lengthAdjust='spacingAndGlyphs'>10</text>
+<text x='293.94' y='241.71' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='55.16px' lengthAdjust='spacingAndGlyphs'>Mean response</text>
+<text x='5.48' y='52.20' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='34.24px' lengthAdjust='spacingAndGlyphs'>(Security)</text>
+<text x='5.48' y='17.66' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='343.97px' lengthAdjust='spacingAndGlyphs'>Let’s say you have 10 GopherCoins to spend on improving the following</text>
+<text x='5.48' y='28.46' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='334.50px' lengthAdjust='spacingAndGlyphs'>aspects of working with Go security tooling. How would you distribute</text>
+<text x='5.48' y='39.26' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='56.68px' lengthAdjust='spacingAndGlyphs'>your coins?</text>
+<text x='426.52' y='254.70' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='35.82px' lengthAdjust='spacingAndGlyphs'>n =  1,515</text>
 </g>
 </svg>
diff --git a/_content/blog/survey2023q1/prioritization_tooling.svg b/_content/blog/survey2023q1/prioritization_tooling.svg
index aa942b1..003c626 100644
--- a/_content/blog/survey2023q1/prioritization_tooling.svg
+++ b/_content/blog/survey2023q1/prioritization_tooling.svg
@@ -23,73 +23,73 @@
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHwyNjEuOTU=)'>
 </g>
 <defs>
-  <clipPath id='cpMTg2LjgwfDQyNi41Mnw1My4wN3wyMTMuNjE='>
-    <rect x='186.80' y='53.07' width='239.72' height='160.54' />
+  <clipPath id='cpMTY2LjIyfDQyNi41Mnw1My4xM3wyMTMuNTc='>
+    <rect x='166.22' y='53.13' width='260.31' height='160.44' />
   </clipPath>
 </defs>
-<g clip-path='url(#cpMTg2LjgwfDQyNi41Mnw1My4wN3wyMTMuNjE=)'>
-<polyline points='238.91,213.61 238.91,53.07 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='343.14,213.61 343.14,53.07 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='186.80,213.61 186.80,53.07 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='291.03,213.61 291.03,53.07 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='395.25,213.61 395.25,53.07 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='186.80' y='169.02' width='27.92' height='17.84' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='186.80' y='124.43' width='29.18' height='17.84' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='186.80' y='57.53' width='43.47' height='17.84' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='186.80' y='146.72' width='28.49' height='17.84' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='186.80' y='79.83' width='39.85' height='17.84' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='186.80' y='191.32' width='15.76' height='17.84' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='186.80' y='102.13' width='30.00' height='17.84' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<polyline points='216.43,180.17 216.43,175.71 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='216.43,177.94 213.01,177.94 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='213.01,180.17 213.01,175.71 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='217.94,135.57 217.94,131.11 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='217.94,133.34 214.01,133.34 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='214.01,135.57 214.01,131.11 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='232.51,68.68 232.51,64.22 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='232.51,66.45 228.03,66.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='228.03,68.68 228.03,64.22 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='217.26,157.87 217.26,153.41 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='217.26,155.64 213.33,155.64 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='213.33,157.87 213.33,153.41 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='228.80,90.98 228.80,86.52 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='228.80,88.75 224.49,88.75 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='224.49,90.98 224.49,86.52 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='204.15,202.47 204.15,198.01 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='204.15,200.24 200.97,200.24 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='200.97,202.47 200.97,198.01 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='218.74,113.28 218.74,108.82 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='218.74,111.05 214.87,111.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='214.87,113.28 214.87,108.82 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<text x='219.49' y='180.67' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.3</text>
-<text x='220.75' y='136.08' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.4</text>
-<text x='235.04' y='69.19' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>2.1</text>
-<text x='220.06' y='158.38' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.4</text>
-<text x='231.42' y='91.49' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.9</text>
-<text x='207.33' y='202.97' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>0.8</text>
-<text x='221.58' y='113.78' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.4</text>
+<g clip-path='url(#cpMTY2LjIyfDQyNi41Mnw1My4xM3wyMTMuNTc=)'>
+<polyline points='222.80,213.57 222.80,53.13 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='335.98,213.57 335.98,53.13 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='166.22,213.57 166.22,53.13 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='279.39,213.57 279.39,53.13 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='392.57,213.57 392.57,53.13 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<rect x='166.22' y='169.00' width='30.34' height='17.83' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='166.22' y='124.44' width='31.70' height='17.83' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='166.22' y='57.59' width='47.20' height='17.83' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='166.22' y='146.72' width='30.91' height='17.83' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='166.22' y='79.87' width='43.28' height='17.83' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='166.22' y='191.29' width='17.08' height='17.83' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='166.22' y='102.16' width='32.59' height='17.83' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<polyline points='198.41,180.15 198.41,175.69 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='198.41,177.92 194.70,177.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='194.70,180.15 194.70,175.69 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='200.05,135.58 200.05,131.12 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='200.05,133.35 195.78,133.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='195.78,135.58 195.78,131.12 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='215.85,68.73 215.85,64.27 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='215.85,66.50 210.98,66.50 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='210.98,68.73 210.98,64.27 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='199.26,157.86 199.26,153.41 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='199.26,155.63 194.99,155.63 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='194.99,157.86 194.99,153.41 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='211.84,91.01 211.84,86.56 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='211.84,88.79 207.16,88.79 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='207.16,91.01 207.16,86.56 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='185.02,202.43 185.02,197.97 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='185.02,200.20 181.57,200.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='181.57,202.43 181.57,197.97 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='200.90,113.30 200.90,108.84 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='200.90,111.07 196.70,111.07 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='196.70,113.30 196.70,108.84 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<text x='200.72' y='180.61' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.3</text>
+<text x='202.09' y='136.04' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.4</text>
+<text x='217.59' y='69.19' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>2.1</text>
+<text x='201.30' y='158.32' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.4</text>
+<text x='213.67' y='91.47' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.9</text>
+<text x='187.46' y='202.89' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>0.8</text>
+<text x='202.97' y='113.76' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.4</text>
 </g>
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHwyNjEuOTU=)'>
-<text x='181.87' y='198.83' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='164.28px' lengthAdjust='spacingAndGlyphs'>Support for publishing modules with new</text>
-<text x='181.87' y='207.47' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='54.88px' lengthAdjust='spacingAndGlyphs'>module paths</text>
-<text x='181.87' y='176.53' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='136.23px' lengthAdjust='spacingAndGlyphs'>Dependency insights in your code</text>
-<text x='181.87' y='185.17' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='39.82px' lengthAdjust='spacingAndGlyphs'>editor/IDE</text>
-<text x='181.87' y='154.24' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='153.70px' lengthAdjust='spacingAndGlyphs'>Better support for working on multiple</text>
-<text x='181.87' y='162.88' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='128.71px' lengthAdjust='spacingAndGlyphs'>modules in your code editor/IDE</text>
-<text x='181.87' y='136.26' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='140.83px' lengthAdjust='spacingAndGlyphs'>Dependency insights in pkg.go.dev</text>
-<text x='181.87' y='109.64' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='154.19px' lengthAdjust='spacingAndGlyphs'>Better support for testing in your code</text>
-<text x='181.87' y='118.28' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='39.82px' lengthAdjust='spacingAndGlyphs'>editor/IDE</text>
-<text x='181.87' y='91.67' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='93.17px' lengthAdjust='spacingAndGlyphs'>Better refactoring tools</text>
-<text x='181.87' y='60.73' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='163.31px' lengthAdjust='spacingAndGlyphs'>Support finding types that implement an</text>
-<text x='181.87' y='69.37' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='162.37px' lengthAdjust='spacingAndGlyphs'>interface &amp; interfaces implemented by a</text>
-<text x='181.87' y='78.01' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='112.43px' lengthAdjust='spacingAndGlyphs'>type in your code editor/IDE</text>
-<text x='186.80' y='224.38' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='5.09px' lengthAdjust='spacingAndGlyphs'>0</text>
-<text x='291.03' y='224.38' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='5.09px' lengthAdjust='spacingAndGlyphs'>5</text>
-<text x='395.25' y='224.38' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='10.18px' lengthAdjust='spacingAndGlyphs'>10</text>
-<text x='306.66' y='241.84' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='60.69px' lengthAdjust='spacingAndGlyphs'>Mean response</text>
-<text x='5.48' y='41.45' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='34.15px' lengthAdjust='spacingAndGlyphs'>(Tooling)</text>
-<text x='5.48' y='17.75' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='405.69px' lengthAdjust='spacingAndGlyphs'>Let’s say you have 10 GopherCoins to spend on improving the following</text>
-<text x='5.48' y='28.55' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='416.19px' lengthAdjust='spacingAndGlyphs'>aspects of working with Go tooling. How would you distribute your coins?</text>
-<text x='426.52' y='254.81' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='42.30px' lengthAdjust='spacingAndGlyphs'>n =  1,495</text>
+<text x='161.28' y='198.75' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='143.67px' lengthAdjust='spacingAndGlyphs'>Support for publishing modules with new</text>
+<text x='161.28' y='207.39' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='48.05px' lengthAdjust='spacingAndGlyphs'>module paths</text>
+<text x='161.28' y='176.47' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='120.11px' lengthAdjust='spacingAndGlyphs'>Dependency insights in your code</text>
+<text x='161.28' y='185.11' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='35.58px' lengthAdjust='spacingAndGlyphs'>editor/IDE</text>
+<text x='161.28' y='154.18' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='132.54px' lengthAdjust='spacingAndGlyphs'>Better support for working on multiple</text>
+<text x='161.28' y='162.82' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='113.87px' lengthAdjust='spacingAndGlyphs'>modules in your code editor/IDE</text>
+<text x='161.28' y='136.22' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='124.12px' lengthAdjust='spacingAndGlyphs'>Dependency insights in pkg.go.dev</text>
+<text x='161.28' y='109.62' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='133.45px' lengthAdjust='spacingAndGlyphs'>Better support for testing in your code</text>
+<text x='161.28' y='118.26' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='35.58px' lengthAdjust='spacingAndGlyphs'>editor/IDE</text>
+<text x='161.28' y='91.65' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='80.51px' lengthAdjust='spacingAndGlyphs'>Better refactoring tools</text>
+<text x='161.28' y='60.73' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='141.02px' lengthAdjust='spacingAndGlyphs'>Support finding types that implement an</text>
+<text x='161.28' y='69.37' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='140.57px' lengthAdjust='spacingAndGlyphs'>interface &amp; interfaces implemented by a</text>
+<text x='161.28' y='78.01' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='98.75px' lengthAdjust='spacingAndGlyphs'>type in your code editor/IDE</text>
+<text x='166.22' y='224.24' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='4.45px' lengthAdjust='spacingAndGlyphs'>0</text>
+<text x='279.39' y='224.24' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='4.45px' lengthAdjust='spacingAndGlyphs'>5</text>
+<text x='392.57' y='224.24' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='8.90px' lengthAdjust='spacingAndGlyphs'>10</text>
+<text x='296.37' y='241.71' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='55.16px' lengthAdjust='spacingAndGlyphs'>Mean response</text>
+<text x='5.48' y='41.40' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='31.57px' lengthAdjust='spacingAndGlyphs'>(Tooling)</text>
+<text x='5.48' y='17.66' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='343.97px' lengthAdjust='spacingAndGlyphs'>Let’s say you have 10 GopherCoins to spend on improving the following</text>
+<text x='5.48' y='28.46' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='352.80px' lengthAdjust='spacingAndGlyphs'>aspects of working with Go tooling. How would you distribute your coins?</text>
+<text x='426.52' y='254.70' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='35.82px' lengthAdjust='spacingAndGlyphs'>n =  1,494</text>
 </g>
 </svg>
diff --git a/_content/blog/survey2023q1/prioritization_tooling_vscode_goland.svg b/_content/blog/survey2023q1/prioritization_tooling_vscode_goland.svg
index 593ad5b..e14d916 100644
--- a/_content/blog/survey2023q1/prioritization_tooling_vscode_goland.svg
+++ b/_content/blog/survey2023q1/prioritization_tooling_vscode_goland.svg
@@ -23,149 +23,149 @@
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHw0MTYuNDE=)'>
 </g>
 <defs>
-  <clipPath id='cpMTg2LjgwfDQyNi41Mnw5Mi4zOHwzNjguMDc='>
-    <rect x='186.80' y='92.38' width='239.72' height='275.69' />
+  <clipPath id='cpMTY2LjIyfDQyNi41Mnw5Mi40NHwzNjguMDM='>
+    <rect x='166.22' y='92.44' width='260.31' height='275.59' />
   </clipPath>
 </defs>
-<g clip-path='url(#cpMTg2LjgwfDQyNi41Mnw5Mi4zOHwzNjguMDc=)'>
-<polyline points='238.91,368.07 238.91,92.38 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='343.14,368.07 343.14,92.38 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='186.80,368.07 186.80,92.38 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='291.03,368.07 291.03,92.38 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='395.25,368.07 395.25,92.38 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='186.80' y='235.33' width='31.34' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #F8766D;' />
-<rect x='186.80' y='225.12' width='18.81' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00BA38;' />
-<rect x='186.80' y='214.91' width='29.15' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #619CFF;' />
-<rect x='186.80' y='197.04' width='31.89' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #F8766D;' />
-<rect x='186.80' y='186.83' width='37.62' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00BA38;' />
-<rect x='186.80' y='176.62' width='25.76' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #619CFF;' />
-<rect x='186.80' y='120.46' width='41.79' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #F8766D;' />
-<rect x='186.80' y='110.25' width='43.72' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00BA38;' />
-<rect x='186.80' y='100.04' width='44.45' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #619CFF;' />
-<rect x='186.80' y='273.62' width='28.89' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #F8766D;' />
-<rect x='186.80' y='263.41' width='20.85' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00BA38;' />
-<rect x='186.80' y='253.20' width='30.38' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #619CFF;' />
-<rect x='186.80' y='158.75' width='32.24' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #F8766D;' />
-<rect x='186.80' y='148.54' width='44.23' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00BA38;' />
-<rect x='186.80' y='138.33' width='42.21' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #619CFF;' />
-<rect x='186.80' y='350.20' width='17.20' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #F8766D;' />
-<rect x='186.80' y='339.99' width='18.81' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00BA38;' />
-<rect x='186.80' y='329.78' width='14.01' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #619CFF;' />
-<rect x='186.80' y='311.91' width='27.84' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #F8766D;' />
-<rect x='186.80' y='301.70' width='27.96' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00BA38;' />
-<rect x='186.80' y='291.49' width='32.42' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #619CFF;' />
-<polyline points='221.41,242.99 221.41,240.44 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='221.41,241.71 214.87,241.71 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='214.87,242.99 214.87,240.44 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='210.03,231.50 210.03,228.95 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='210.03,230.23 201.19,230.23 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='201.19,231.50 201.19,228.95 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='218.31,220.01 218.31,217.46 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='218.31,218.74 213.60,218.74 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='213.60,220.01 213.60,217.46 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='222.50,204.70 222.50,202.15 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='222.50,203.42 214.88,203.42 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='214.88,204.70 214.88,202.15 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='231.67,193.21 231.67,190.66 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='231.67,191.93 217.17,191.93 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='217.17,193.21 217.17,190.66 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='214.99,181.72 214.99,179.17 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='214.99,180.45 210.12,180.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='210.12,181.72 210.12,179.17 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='232.75,128.12 232.75,125.56 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='232.75,126.84 224.44,126.84 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='224.44,128.12 224.44,125.56 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='238.26,116.63 238.26,114.08 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='238.26,115.35 222.79,115.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='222.79,116.63 222.79,114.08 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='234.20,105.14 234.20,102.59 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='234.20,103.87 228.31,103.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='228.31,105.14 228.31,102.59 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='219.23,281.28 219.23,278.73 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='219.23,280.00 212.16,280.00 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='212.16,281.28 212.16,278.73 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='212.98,269.79 212.98,267.24 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='212.98,268.52 202.31,268.52 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='202.31,269.79 202.31,267.24 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='219.94,258.30 219.94,255.75 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='219.94,257.03 214.41,257.03 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='214.41,258.30 214.41,255.75 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='222.58,166.41 222.58,163.86 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='222.58,165.13 215.51,165.13 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='215.51,166.41 215.51,163.86 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='238.16,154.92 238.16,152.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='238.16,153.64 223.91,153.64 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='223.91,154.92 223.91,152.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='231.97,143.43 231.97,140.88 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='231.97,142.16 226.05,142.16 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='226.05,143.43 226.05,140.88 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='207.21,357.86 207.21,355.31 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='207.21,356.58 200.78,356.58 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='200.78,357.86 200.78,355.31 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='210.36,346.37 210.36,343.82 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='210.36,345.10 200.87,345.10 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='200.87,346.37 200.87,343.82 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='202.89,334.89 202.89,332.33 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='202.89,333.61 198.72,333.61 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='198.72,334.89 198.72,332.33 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='218.22,319.57 218.22,317.02 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='218.22,318.29 211.07,318.29 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='211.07,319.57 211.07,317.02 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='220.74,308.08 220.74,305.53 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='220.74,306.81 208.78,306.81 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='208.78,308.08 208.78,305.53 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='221.82,296.60 221.82,294.04 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='221.82,295.32 216.61,295.32 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='216.61,296.60 216.61,294.04 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<text x='222.92' y='244.45' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.5</text>
-<text x='210.38' y='232.96' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>0.9</text>
-<text x='220.73' y='221.47' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.4</text>
-<text x='223.47' y='206.16' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.5</text>
-<text x='229.20' y='194.67' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.8</text>
-<text x='217.33' y='183.18' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.2</text>
-<text x='230.50' y='129.58' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='4.77px' lengthAdjust='spacingAndGlyphs'>2</text>
-<text x='235.30' y='118.09' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>2.1</text>
-<text x='236.02' y='106.60' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>2.1</text>
-<text x='220.47' y='282.74' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.4</text>
-<text x='209.55' y='271.25' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='4.77px' lengthAdjust='spacingAndGlyphs'>1</text>
-<text x='221.95' y='259.76' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.5</text>
-<text x='223.82' y='167.87' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.5</text>
-<text x='235.81' y='156.38' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>2.1</text>
-<text x='230.92' y='144.89' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='4.77px' lengthAdjust='spacingAndGlyphs'>2</text>
-<text x='208.77' y='359.32' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>0.8</text>
-<text x='210.38' y='347.83' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>0.9</text>
-<text x='205.58' y='336.35' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>0.7</text>
-<text x='219.42' y='321.03' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.3</text>
-<text x='219.54' y='309.54' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.3</text>
-<text x='223.99' y='298.05' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.93px' lengthAdjust='spacingAndGlyphs'>1.6</text>
+<g clip-path='url(#cpMTY2LjIyfDQyNi41Mnw5Mi40NHwzNjguMDM=)'>
+<polyline points='222.80,368.03 222.80,92.44 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='335.98,368.03 335.98,92.44 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='166.22,368.03 166.22,92.44 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='279.39,368.03 279.39,92.44 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='392.57,368.03 392.57,92.44 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<rect x='166.22' y='235.34' width='34.03' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D;' />
+<rect x='166.22' y='225.13' width='20.43' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38;' />
+<rect x='166.22' y='214.92' width='31.69' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF;' />
+<rect x='166.22' y='197.06' width='34.63' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D;' />
+<rect x='166.22' y='186.85' width='40.85' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38;' />
+<rect x='166.22' y='176.65' width='28.00' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF;' />
+<rect x='166.22' y='120.51' width='45.38' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D;' />
+<rect x='166.22' y='110.30' width='47.48' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38;' />
+<rect x='166.22' y='100.09' width='48.27' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF;' />
+<rect x='166.22' y='273.61' width='31.37' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D;' />
+<rect x='166.22' y='263.41' width='22.64' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38;' />
+<rect x='166.22' y='253.20' width='32.94' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF;' />
+<rect x='166.22' y='158.78' width='35.01' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D;' />
+<rect x='166.22' y='148.58' width='48.03' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38;' />
+<rect x='166.22' y='138.37' width='45.87' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF;' />
+<rect x='166.22' y='350.17' width='18.67' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D;' />
+<rect x='166.22' y='339.96' width='20.43' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38;' />
+<rect x='166.22' y='329.75' width='15.15' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF;' />
+<rect x='166.22' y='311.89' width='30.23' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D;' />
+<rect x='166.22' y='301.68' width='30.36' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38;' />
+<rect x='166.22' y='291.47' width='35.21' height='10.21' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF;' />
+<polyline points='203.80,242.99 203.80,240.44 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='203.80,241.72 196.70,241.72 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='196.70,242.99 196.70,240.44 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='191.44,231.51 191.44,228.96 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='191.44,230.23 181.85,230.23 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='181.85,231.51 181.85,228.96 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='200.47,220.03 200.47,217.47 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='200.47,218.75 195.35,218.75 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='195.35,220.03 195.35,217.47 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='204.99,204.71 204.99,202.16 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='204.99,203.44 196.71,203.44 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='196.71,204.71 196.71,202.16 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='214.94,193.23 214.94,190.68 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='214.94,191.96 199.20,191.96 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='199.20,193.23 199.20,190.68 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='196.86,181.75 196.86,179.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='196.86,180.47 191.57,180.47 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='191.57,181.75 191.57,179.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='216.11,128.16 216.11,125.61 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='216.11,126.89 207.08,126.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='207.08,128.16 207.08,125.61 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='222.09,116.68 222.09,114.13 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='222.09,115.40 205.29,115.40 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='205.29,116.68 205.29,114.13 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='217.69,105.20 217.69,102.64 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='217.69,103.92 211.29,103.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='211.29,105.20 211.29,102.64 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='201.43,281.27 201.43,278.72 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='201.43,279.99 193.75,279.99 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='193.75,281.27 193.75,278.72 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='194.65,269.78 194.65,267.23 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='194.65,268.51 183.06,268.51 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='183.06,269.78 183.06,267.23 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='202.16,258.30 202.16,255.75 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='202.16,257.03 196.16,257.03 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='196.16,258.30 196.16,255.75 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='205.06,166.44 205.06,163.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='205.06,165.16 197.39,165.16 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='197.39,166.44 197.39,163.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='221.99,154.96 221.99,152.40 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='221.99,153.68 206.51,153.68 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='206.51,154.96 206.51,152.40 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='215.30,143.47 215.30,140.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='215.30,142.20 208.87,142.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='208.87,143.47 208.87,140.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='188.38,357.82 188.38,355.27 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='188.38,356.54 181.39,356.54 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='181.39,357.82 181.39,355.27 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='191.79,346.34 191.79,343.79 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='191.79,345.06 181.49,345.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='181.49,346.34 181.49,343.79 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='183.62,334.85 183.62,332.30 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='183.62,333.58 179.10,333.58 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='179.10,334.85 179.10,332.30 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='200.34,319.54 200.34,316.99 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='200.34,318.27 192.56,318.27 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='192.56,319.54 192.56,316.99 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='203.07,308.06 203.07,305.51 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='203.07,306.79 190.09,306.79 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='190.09,308.06 190.09,305.51 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='204.26,296.58 204.26,294.03 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='204.26,295.30 198.60,295.30 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='198.60,296.58 198.60,294.03 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<text x='204.42' y='244.40' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.5</text>
+<text x='190.81' y='232.92' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>0.9</text>
+<text x='202.08' y='221.44' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.4</text>
+<text x='205.01' y='206.13' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.5</text>
+<text x='211.24' y='194.65' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.8</text>
+<text x='198.38' y='183.16' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.2</text>
+<text x='213.26' y='129.58' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='4.17px' lengthAdjust='spacingAndGlyphs'>2</text>
+<text x='217.86' y='118.09' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>2.1</text>
+<text x='218.66' y='106.61' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>2.1</text>
+<text x='201.76' y='282.68' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.4</text>
+<text x='190.52' y='271.20' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='4.17px' lengthAdjust='spacingAndGlyphs'>1</text>
+<text x='203.33' y='259.72' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.5</text>
+<text x='205.39' y='167.85' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.5</text>
+<text x='218.41' y='156.37' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>2.1</text>
+<text x='213.75' y='144.89' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='4.17px' lengthAdjust='spacingAndGlyphs'>2</text>
+<text x='189.06' y='359.23' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>0.8</text>
+<text x='190.81' y='347.75' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>0.9</text>
+<text x='185.53' y='336.27' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>0.7</text>
+<text x='200.62' y='320.96' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.3</text>
+<text x='200.75' y='309.47' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.3</text>
+<text x='205.60' y='297.99' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.42px' lengthAdjust='spacingAndGlyphs'>1.6</text>
 </g>
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHw0MTYuNDE=)'>
-<text x='181.87' y='343.69' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='164.28px' lengthAdjust='spacingAndGlyphs'>Support for publishing modules with new</text>
-<text x='181.87' y='352.33' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='54.88px' lengthAdjust='spacingAndGlyphs'>module paths</text>
-<text x='181.87' y='305.40' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='154.19px' lengthAdjust='spacingAndGlyphs'>Better support for testing in your code</text>
-<text x='181.87' y='314.04' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='39.82px' lengthAdjust='spacingAndGlyphs'>editor/IDE</text>
-<text x='181.87' y='267.11' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='153.70px' lengthAdjust='spacingAndGlyphs'>Better support for working on multiple</text>
-<text x='181.87' y='275.75' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='128.71px' lengthAdjust='spacingAndGlyphs'>modules in your code editor/IDE</text>
-<text x='181.87' y='228.82' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='136.23px' lengthAdjust='spacingAndGlyphs'>Dependency insights in your code</text>
-<text x='181.87' y='237.46' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='39.82px' lengthAdjust='spacingAndGlyphs'>editor/IDE</text>
-<text x='181.87' y='194.85' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='140.83px' lengthAdjust='spacingAndGlyphs'>Dependency insights in pkg.go.dev</text>
-<text x='181.87' y='156.56' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='93.17px' lengthAdjust='spacingAndGlyphs'>Better refactoring tools</text>
-<text x='181.87' y='109.63' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='163.31px' lengthAdjust='spacingAndGlyphs'>Support finding types that implement an</text>
-<text x='181.87' y='118.27' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='162.37px' lengthAdjust='spacingAndGlyphs'>interface &amp; interfaces implemented by a</text>
-<text x='181.87' y='126.91' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='112.43px' lengthAdjust='spacingAndGlyphs'>type in your code editor/IDE</text>
-<text x='186.80' y='378.83' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='5.09px' lengthAdjust='spacingAndGlyphs'>0</text>
-<text x='291.03' y='378.83' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='5.09px' lengthAdjust='spacingAndGlyphs'>5</text>
-<text x='395.25' y='378.83' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='10.18px' lengthAdjust='spacingAndGlyphs'>10</text>
-<text x='306.66' y='396.29' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='60.69px' lengthAdjust='spacingAndGlyphs'>Mean response</text>
-<rect x='188.91' y='67.96' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #F8766D;' />
-<rect x='273.96' y='67.96' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00BA38;' />
-<rect x='349.74' y='67.96' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #619CFF;' />
-<text x='206.36' y='77.25' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='62.91px' lengthAdjust='spacingAndGlyphs'>GoLand / IntelliJ</text>
-<text x='291.41' y='77.25' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='53.64px' lengthAdjust='spacingAndGlyphs'>Vim / Neovim</text>
-<text x='367.19' y='77.25' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='33.57px' lengthAdjust='spacingAndGlyphs'>VS Code</text>
-<text x='5.48' y='41.45' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='34.15px' lengthAdjust='spacingAndGlyphs'>(Tooling)</text>
-<text x='5.48' y='17.75' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='405.69px' lengthAdjust='spacingAndGlyphs'>Let’s say you have 10 GopherCoins to spend on improving the following</text>
-<text x='5.48' y='28.55' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='416.19px' lengthAdjust='spacingAndGlyphs'>aspects of working with Go tooling. How would you distribute your coins?</text>
-<text x='426.52' y='409.27' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='42.30px' lengthAdjust='spacingAndGlyphs'>n =  1,415</text>
+<text x='161.28' y='343.61' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='143.67px' lengthAdjust='spacingAndGlyphs'>Support for publishing modules with new</text>
+<text x='161.28' y='352.25' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='48.05px' lengthAdjust='spacingAndGlyphs'>module paths</text>
+<text x='161.28' y='305.33' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='133.45px' lengthAdjust='spacingAndGlyphs'>Better support for testing in your code</text>
+<text x='161.28' y='313.97' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='35.58px' lengthAdjust='spacingAndGlyphs'>editor/IDE</text>
+<text x='161.28' y='267.06' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='132.54px' lengthAdjust='spacingAndGlyphs'>Better support for working on multiple</text>
+<text x='161.28' y='275.70' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='113.87px' lengthAdjust='spacingAndGlyphs'>modules in your code editor/IDE</text>
+<text x='161.28' y='228.78' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='120.11px' lengthAdjust='spacingAndGlyphs'>Dependency insights in your code</text>
+<text x='161.28' y='237.42' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='35.58px' lengthAdjust='spacingAndGlyphs'>editor/IDE</text>
+<text x='161.28' y='194.83' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='124.12px' lengthAdjust='spacingAndGlyphs'>Dependency insights in pkg.go.dev</text>
+<text x='161.28' y='156.55' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='80.51px' lengthAdjust='spacingAndGlyphs'>Better refactoring tools</text>
+<text x='161.28' y='109.63' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='141.02px' lengthAdjust='spacingAndGlyphs'>Support finding types that implement an</text>
+<text x='161.28' y='118.27' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='140.57px' lengthAdjust='spacingAndGlyphs'>interface &amp; interfaces implemented by a</text>
+<text x='161.28' y='126.91' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='98.75px' lengthAdjust='spacingAndGlyphs'>type in your code editor/IDE</text>
+<text x='166.22' y='378.70' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='4.45px' lengthAdjust='spacingAndGlyphs'>0</text>
+<text x='279.39' y='378.70' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='4.45px' lengthAdjust='spacingAndGlyphs'>5</text>
+<text x='392.57' y='378.70' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='8.90px' lengthAdjust='spacingAndGlyphs'>10</text>
+<text x='296.37' y='396.17' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='55.16px' lengthAdjust='spacingAndGlyphs'>Mean response</text>
+<rect x='184.96' y='68.01' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #F8766D;' />
+<rect x='264.93' y='68.01' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00BA38;' />
+<rect x='334.65' y='68.01' width='12.76' height='12.76' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #619CFF;' />
+<text x='202.41' y='77.26' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='57.83px' lengthAdjust='spacingAndGlyphs'>GoLand / IntelliJ</text>
+<text x='282.38' y='77.26' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='47.58px' lengthAdjust='spacingAndGlyphs'>Vim / Neovim</text>
+<text x='352.10' y='77.26' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='32.02px' lengthAdjust='spacingAndGlyphs'>VS Code</text>
+<text x='5.48' y='41.40' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='31.57px' lengthAdjust='spacingAndGlyphs'>(Tooling)</text>
+<text x='5.48' y='17.66' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='343.97px' lengthAdjust='spacingAndGlyphs'>Let’s say you have 10 GopherCoins to spend on improving the following</text>
+<text x='5.48' y='28.46' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='352.80px' lengthAdjust='spacingAndGlyphs'>aspects of working with Go tooling. How would you distribute your coins?</text>
+<text x='426.52' y='409.16' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='35.82px' lengthAdjust='spacingAndGlyphs'>n =  1,414</text>
 </g>
 </svg>
diff --git a/_content/blog/survey2023q1/text_biggest_challenge.svg b/_content/blog/survey2023q1/text_biggest_challenge.svg
index 595b269..ee64122 100644
--- a/_content/blog/survey2023q1/text_biggest_challenge.svg
+++ b/_content/blog/survey2023q1/text_biggest_challenge.svg
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' class='svglite' width='432.00pt' height='403.21pt' viewBox='0 0 432.00 403.21'>
+<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' class='svglite' width='432.00pt' height='481.41pt' viewBox='0 0 432.00 481.41'>
 <defs>
   <style type='text/css'><![CDATA[
     .svglite line, .svglite polyline, .svglite polygon, .svglite path, .svglite rect, .svglite circle {
@@ -16,137 +16,180 @@
 </defs>
 <rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
 <defs>
-  <clipPath id='cpMC4wMHw0MzIuMDB8MC4wMHw0MDMuMjE='>
-    <rect x='0.00' y='0.00' width='432.00' height='403.21' />
+  <clipPath id='cpMC4wMHw0MzIuMDB8MC4wMHw0ODEuNDE='>
+    <rect x='0.00' y='0.00' width='432.00' height='481.41' />
   </clipPath>
 </defs>
-<g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHw0MDMuMjE=)'>
+<g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHw0ODEuNDE=)'>
 </g>
 <defs>
-  <clipPath id='cpMTcyLjY3fDQyNi41Mnw0Mi4yN3wzNTQuODc='>
-    <rect x='172.67' y='42.27' width='253.85' height='312.60' />
+  <clipPath id='cpMTU1LjExfDQyNi41Mnw0Mi4zM3w0MzMuMDM='>
+    <rect x='155.11' y='42.33' width='271.41' height='390.70' />
   </clipPath>
 </defs>
-<g clip-path='url(#cpMTcyLjY3fDQyNi41Mnw0Mi4yN3wzNTQuODc=)'>
-<polyline points='227.86,354.87 227.86,42.27 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='338.23,354.87 338.23,42.27 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='172.67,354.87 172.67,42.27 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='283.04,354.87 283.04,42.27 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='393.41,354.87 393.41,42.27 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='172.67' y='64.08' width='23.72' height='14.54' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='172.67' y='173.13' width='11.31' height='14.54' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='172.67' y='82.26' width='19.34' height='14.54' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='172.67' y='300.35' width='7.30' height='14.54' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='172.67' y='154.96' width='11.31' height='14.54' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='172.67' y='282.18' width='7.66' height='14.54' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='172.67' y='45.91' width='26.27' height='14.54' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='172.67' y='318.53' width='7.30' height='14.54' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='172.67' y='191.30' width='10.58' height='14.54' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='172.67' y='227.65' width='9.49' height='14.54' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='172.67' y='209.48' width='10.58' height='14.54' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='172.67' y='118.61' width='16.78' height='14.54' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='172.67' y='264.00' width='7.66' height='14.54' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='172.67' y='136.78' width='14.59' height='14.54' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='172.67' y='100.43' width='18.61' height='14.54' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='172.67' y='245.83' width='8.76' height='14.54' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='172.67' y='336.70' width='87.56' height='14.54' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<polyline points='201.84,73.17 201.84,69.54 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='201.84,71.35 190.94,71.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='190.94,73.17 190.94,69.54 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.86,182.22 187.86,178.58 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.86,180.40 180.11,180.40 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='180.11,182.22 180.11,178.58 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='196.98,91.35 196.98,87.71 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='196.98,89.53 187.04,89.53 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.04,91.35 187.04,87.71 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.12,309.44 183.12,305.80 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.12,307.62 176.83,307.62 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='176.83,309.44 176.83,305.80 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.86,164.04 187.86,160.41 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.86,162.23 180.11,162.23 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='180.11,164.04 180.11,160.41 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.56,291.26 183.56,287.63 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.56,289.45 177.12,289.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='177.12,291.26 177.12,287.63 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='204.64,55.00 204.64,51.36 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='204.64,53.18 193.25,53.18 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='193.25,55.00 193.25,51.36 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.12,327.61 183.12,323.98 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.12,325.80 176.83,325.80 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='176.83,327.61 176.83,323.98 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.01,200.39 187.01,196.76 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.01,198.57 179.50,198.57 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='179.50,200.39 179.50,196.76 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='185.73,236.74 185.73,233.11 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='185.73,234.92 178.59,234.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='178.59,236.74 178.59,233.11 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.01,218.57 187.01,214.93 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.01,216.75 179.50,216.75 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='179.50,218.57 179.50,214.93 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='194.12,127.69 194.12,124.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='194.12,125.88 184.80,125.88 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.80,127.69 184.80,124.06 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.56,273.09 183.56,269.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.56,271.27 177.12,271.27 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='177.12,273.09 177.12,269.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='191.64,145.87 191.64,142.23 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='191.64,144.05 182.90,144.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='182.90,145.87 182.90,142.23 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='196.17,109.52 196.17,105.88 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='196.17,107.70 186.39,107.70 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='186.39,109.52 186.39,105.88 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.86,254.91 184.86,251.28 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.86,253.10 178.00,253.10 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='178.00,254.91 178.00,251.28 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='268.84,345.79 268.84,342.15 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='268.84,343.97 251.63,343.97 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='251.63,345.79 251.63,342.15 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<text x='209.73' y='74.09' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>11%</text>
-<text x='193.51' y='183.14' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>5%</text>
-<text x='201.53' y='92.26' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>9%</text>
-<text x='189.49' y='310.36' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>3%</text>
-<text x='193.51' y='164.96' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>5%</text>
-<text x='189.86' y='292.18' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>3%</text>
-<text x='212.28' y='55.91' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>12%</text>
-<text x='189.49' y='328.53' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>3%</text>
-<text x='192.78' y='201.31' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>5%</text>
-<text x='191.68' y='237.66' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>4%</text>
-<text x='192.78' y='219.48' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>5%</text>
-<text x='198.98' y='128.61' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>8%</text>
-<text x='189.86' y='274.01' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>3%</text>
-<text x='196.79' y='146.79' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>7%</text>
-<text x='200.80' y='110.44' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>8%</text>
-<text x='190.95' y='255.83' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>4%</text>
-<text x='273.58' y='346.71' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>40%</text>
+<g clip-path='url(#cpMTU1LjExfDQyNi41Mnw0Mi4zM3w0MzMuMDM=)'>
+<polyline points='214.11,433.03 214.11,42.33 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='332.12,433.03 332.12,42.33 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='155.11,433.03 155.11,42.33 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='273.12,433.03 273.12,42.33 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='391.12,433.03 391.12,42.33 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<rect x='155.11' y='336.16' width='5.85' height='12.92' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.11' y='61.71' width='25.36' height='12.92' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.11' y='158.57' width='12.09' height='12.92' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.11' y='77.85' width='20.67' height='12.92' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.11' y='271.58' width='7.80' height='12.92' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.11' y='142.43' width='12.09' height='12.92' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.11' y='255.44' width='8.19' height='12.92' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.11' y='45.56' width='28.09' height='12.92' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.11' y='287.73' width='7.80' height='12.92' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.11' y='174.72' width='11.31' height='12.92' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.11' y='320.02' width='6.24' height='12.92' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.11' y='207.01' width='10.14' height='12.92' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.11' y='190.86' width='11.31' height='12.92' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.11' y='303.87' width='6.24' height='12.92' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.11' y='110.14' width='17.94' height='12.92' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.11' y='239.29' width='8.19' height='12.92' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.11' y='126.28' width='15.60' height='12.92' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.11' y='384.59' width='4.68' height='12.92' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.11' y='93.99' width='19.89' height='12.92' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.11' y='223.15' width='9.36' height='12.92' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.11' y='368.45' width='5.07' height='12.92' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.11' y='352.31' width='5.46' height='12.92' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.11' y='400.74' width='4.68' height='12.92' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.11' y='416.88' width='55.39' height='12.92' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<polyline points='163.89,344.23 163.89,341.00 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='163.89,342.62 158.04,342.62 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='158.04,344.23 158.04,341.00 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='186.29,69.78 186.29,66.55 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='186.29,68.16 174.65,68.16 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='174.65,69.78 174.65,66.55 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='171.35,166.64 171.35,163.42 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='171.35,165.03 163.06,165.03 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='163.06,166.64 163.06,163.42 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='181.10,85.92 181.10,82.69 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='181.10,84.31 170.47,84.31 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='170.47,85.92 170.47,82.69 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='166.28,279.66 166.28,276.43 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='166.28,278.04 159.55,278.04 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='159.55,279.66 159.55,276.43 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='171.35,150.50 171.35,147.27 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='171.35,148.89 163.06,148.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='163.06,150.50 163.06,147.27 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='166.75,263.51 166.75,260.28 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='166.75,261.90 159.86,261.90 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='159.86,263.51 159.86,260.28 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='189.29,53.63 189.29,50.40 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='189.29,52.02 177.11,52.02 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='177.11,53.63 177.11,50.40 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='166.28,295.80 166.28,292.57 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='166.28,294.19 159.55,294.19 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='159.55,295.80 159.55,292.57 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='170.44,182.79 170.44,179.56 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='170.44,181.17 162.41,181.17 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='162.41,182.79 162.41,179.56 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='164.37,328.09 164.37,324.86 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='164.37,326.47 158.34,326.47 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='158.34,328.09 158.34,324.86 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='169.07,215.08 169.07,211.85 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='169.07,213.46 161.44,213.46 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='161.44,215.08 161.44,211.85 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='170.44,198.93 170.44,195.70 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='170.44,197.32 162.41,197.32 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='162.41,198.93 162.41,195.70 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='164.37,311.94 164.37,308.72 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='164.37,310.33 158.34,310.33 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='158.34,311.94 158.34,308.72 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='178.04,118.21 178.04,114.98 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='178.04,116.60 168.07,116.60 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='168.07,118.21 168.07,114.98 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='166.75,247.37 166.75,244.14 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='166.75,245.75 159.86,245.75 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='159.86,247.37 159.86,244.14 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='175.39,134.36 175.39,131.13 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='175.39,132.74 166.04,132.74 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='166.04,134.36 166.04,131.13 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='162.42,392.67 162.42,389.44 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='162.42,391.05 157.17,391.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='157.17,392.67 157.17,389.44 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='180.23,102.07 180.23,98.84 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='180.23,100.45 169.78,100.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='169.78,102.07 169.78,98.84 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='168.15,231.22 168.15,227.99 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='168.15,229.61 160.80,229.61 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='160.80,231.22 160.80,227.99 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='162.91,376.52 162.91,373.29 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='162.91,374.91 157.46,374.91 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='157.46,376.52 157.46,373.29 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='163.40,360.38 163.40,357.15 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='163.40,358.76 157.75,358.76 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='157.75,360.38 157.75,357.15 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='162.42,408.81 162.42,405.58 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='162.42,407.20 157.17,407.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='157.17,408.81 157.17,405.58 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='218.48,424.96 218.48,421.73 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='218.48,423.34 202.54,423.34 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='202.54,424.96 202.54,421.73 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<text x='169.63' y='345.31' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='192.47' y='70.85' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>11%</text>
+<text x='175.87' y='167.72' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>5%</text>
+<text x='184.46' y='87.00' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>9%</text>
+<text x='171.58' y='280.73' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>3%</text>
+<text x='175.87' y='151.57' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>5%</text>
+<text x='171.97' y='264.59' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>3%</text>
+<text x='195.20' y='54.71' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>12%</text>
+<text x='171.58' y='296.88' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>3%</text>
+<text x='175.09' y='183.86' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>5%</text>
+<text x='170.02' y='329.16' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>3%</text>
+<text x='173.92' y='216.15' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>4%</text>
+<text x='175.09' y='200.01' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>5%</text>
+<text x='170.02' y='313.02' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>3%</text>
+<text x='181.73' y='119.29' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>8%</text>
+<text x='171.97' y='248.44' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>3%</text>
+<text x='179.39' y='135.43' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>7%</text>
+<text x='168.46' y='393.74' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='183.68' y='103.14' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>8%</text>
+<text x='173.14' y='232.30' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>4%</text>
+<text x='168.85' y='377.60' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='169.24' y='361.45' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='168.46' y='409.89' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='222.51' y='426.03' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>23%</text>
 </g>
-<g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHw0MDMuMjE=)'>
-<text x='167.74' y='346.89' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='22.72px' lengthAdjust='spacingAndGlyphs'>Other</text>
-<text x='167.74' y='328.71' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='117.09px' lengthAdjust='spacingAndGlyphs'>Business adoption or support</text>
-<text x='167.74' y='306.22' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='133.84px' lengthAdjust='spacingAndGlyphs'>Encouraging coworkers to use it /</text>
-<text x='167.74' y='314.86' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='84.95px' lengthAdjust='spacingAndGlyphs'>developer mindshare</text>
-<text x='167.74' y='292.36' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='121.85px' lengthAdjust='spacingAndGlyphs'>(NEW) VS Code / editor / gopls</text>
-<text x='167.74' y='274.19' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='118.95px' lengthAdjust='spacingAndGlyphs'>Runtime safety / immutability</text>
-<text x='167.74' y='256.01' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='50.70px' lengthAdjust='spacingAndGlyphs'>Performance</text>
-<text x='167.74' y='237.84' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='55.17px' lengthAdjust='spacingAndGlyphs'>Creating GUIs</text>
-<text x='167.74' y='219.66' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='50.41px' lengthAdjust='spacingAndGlyphs'>Concurrency</text>
-<text x='167.74' y='201.49' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='89.12px' lengthAdjust='spacingAndGlyphs'>Verbosity / code reuse</text>
-<text x='167.74' y='183.32' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='116.63px' lengthAdjust='spacingAndGlyphs'>Modules / dependancy mgmt</text>
-<text x='167.74' y='165.14' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='27.91px' lengthAdjust='spacingAndGlyphs'>Tooling</text>
-<text x='167.74' y='146.97' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='59.01px' lengthAdjust='spacingAndGlyphs'>Using generics</text>
-<text x='167.74' y='128.79' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='66.76px' lengthAdjust='spacingAndGlyphs'>The type system</text>
-<text x='167.74' y='106.30' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='122.89px' lengthAdjust='spacingAndGlyphs'>Differences from more familiar</text>
-<text x='167.74' y='114.94' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='96.50px' lengthAdjust='spacingAndGlyphs'>languages / ecosystems</text>
-<text x='167.74' y='88.12' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='122.17px' lengthAdjust='spacingAndGlyphs'>Missing or immature libraries /</text>
-<text x='167.74' y='96.76' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='47.25px' lengthAdjust='spacingAndGlyphs'>frameworks</text>
-<text x='167.74' y='74.27' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='150.15px' lengthAdjust='spacingAndGlyphs'>Learning curve / best practices / docs</text>
-<text x='167.74' y='51.77' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='139.56px' lengthAdjust='spacingAndGlyphs'>Error handling / working with stack</text>
-<text x='167.74' y='60.41' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='24.83px' lengthAdjust='spacingAndGlyphs'>traces</text>
-<text x='172.67' y='365.64' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='12.69px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='283.04' y='365.64' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='17.78px' lengthAdjust='spacingAndGlyphs'>50%</text>
-<text x='393.41' y='365.64' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='22.87px' lengthAdjust='spacingAndGlyphs'>100%</text>
-<text x='299.60' y='383.10' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='70.03px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<text x='5.48' y='30.65' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='111.38px' lengthAdjust='spacingAndGlyphs'>(open-ended text response)</text>
-<text x='5.48' y='17.75' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='376.16px' lengthAdjust='spacingAndGlyphs'>What is the biggest challenge you personally face using Go today?</text>
-<text x='426.52' y='396.07' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='34.67px' lengthAdjust='spacingAndGlyphs'>n =  605</text>
+<g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHw0ODEuNDE=)'>
+<text x='150.18' y='426.21' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='20.01px' lengthAdjust='spacingAndGlyphs'>Other</text>
+<text x='150.18' y='410.07' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='80.47px' lengthAdjust='spacingAndGlyphs'>(NEW) Data structures</text>
+<text x='150.18' y='389.60' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='113.88px' lengthAdjust='spacingAndGlyphs'>Choosing an appropriate project</text>
+<text x='150.18' y='398.24' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='31.13px' lengthAdjust='spacingAndGlyphs'>structure</text>
+<text x='150.18' y='377.78' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='132.54px' lengthAdjust='spacingAndGlyphs'>Working with interfaces / abstractions</text>
+<text x='150.18' y='361.63' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='114.74px' lengthAdjust='spacingAndGlyphs'>(NEW) Other devs / code quality</text>
+<text x='150.18' y='345.49' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='107.14px' lengthAdjust='spacingAndGlyphs'>(NEW) WASI / WASM support</text>
+<text x='150.18' y='329.34' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='38.70px' lengthAdjust='spacingAndGlyphs'>Debugging</text>
+<text x='150.18' y='313.20' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='96.98px' lengthAdjust='spacingAndGlyphs'>Interoperability / cgo issues</text>
+<text x='150.18' y='297.06' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='103.65px' lengthAdjust='spacingAndGlyphs'>Business adoption or support</text>
+<text x='150.18' y='276.59' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='118.32px' lengthAdjust='spacingAndGlyphs'>Encouraging coworkers to use it /</text>
+<text x='150.18' y='285.23' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='74.73px' lengthAdjust='spacingAndGlyphs'>developer mindshare</text>
+<text x='150.18' y='264.77' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='110.73px' lengthAdjust='spacingAndGlyphs'>(NEW) VS Code / editor / gopls</text>
+<text x='150.18' y='248.62' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='102.30px' lengthAdjust='spacingAndGlyphs'>Runtime safety / immutability</text>
+<text x='150.18' y='232.48' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='45.81px' lengthAdjust='spacingAndGlyphs'>Performance</text>
+<text x='150.18' y='216.33' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='50.69px' lengthAdjust='spacingAndGlyphs'>Creating GUIs</text>
+<text x='150.18' y='200.19' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='45.36px' lengthAdjust='spacingAndGlyphs'>Concurrency</text>
+<text x='150.18' y='184.04' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='79.62px' lengthAdjust='spacingAndGlyphs'>Verbosity / code reuse</text>
+<text x='150.18' y='167.90' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='102.76px' lengthAdjust='spacingAndGlyphs'>Modules / dependancy mgmt</text>
+<text x='150.18' y='151.75' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='26.24px' lengthAdjust='spacingAndGlyphs'>Tooling</text>
+<text x='150.18' y='135.61' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='52.93px' lengthAdjust='spacingAndGlyphs'>Using generics</text>
+<text x='150.18' y='119.47' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='58.72px' lengthAdjust='spacingAndGlyphs'>The type system</text>
+<text x='150.18' y='99.00' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='107.17px' lengthAdjust='spacingAndGlyphs'>Differences from more familiar</text>
+<text x='150.18' y='107.64' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='85.86px' lengthAdjust='spacingAndGlyphs'>languages / ecosystems</text>
+<text x='150.18' y='82.86' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='106.73px' lengthAdjust='spacingAndGlyphs'>Missing or immature libraries /</text>
+<text x='150.18' y='91.50' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='41.35px' lengthAdjust='spacingAndGlyphs'>frameworks</text>
+<text x='150.18' y='71.03' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='132.57px' lengthAdjust='spacingAndGlyphs'>Learning curve / best practices / docs</text>
+<text x='150.18' y='50.57' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='121.86px' lengthAdjust='spacingAndGlyphs'>Error handling / working with stack</text>
+<text x='150.18' y='59.21' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='21.79px' lengthAdjust='spacingAndGlyphs'>traces</text>
+<text x='155.11' y='443.70' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='11.56px' lengthAdjust='spacingAndGlyphs'>0%</text>
+<text x='273.12' y='443.70' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='16.01px' lengthAdjust='spacingAndGlyphs'>50%</text>
+<text x='391.12' y='443.70' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='20.46px' lengthAdjust='spacingAndGlyphs'>100%</text>
+<text x='290.82' y='461.17' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='62.28px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
+<text x='5.48' y='30.60' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='98.31px' lengthAdjust='spacingAndGlyphs'>(open-ended text response)</text>
+<text x='5.48' y='17.66' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='318.45px' lengthAdjust='spacingAndGlyphs'>What is the biggest challenge you personally face using Go today?</text>
+<text x='426.52' y='474.16' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='29.15px' lengthAdjust='spacingAndGlyphs'>n =  605</text>
 </g>
 </svg>
diff --git a/_content/blog/survey2023q1/text_biggest_priority.svg b/_content/blog/survey2023q1/text_biggest_priority.svg
index 29aad95..b131642 100644
--- a/_content/blog/survey2023q1/text_biggest_priority.svg
+++ b/_content/blog/survey2023q1/text_biggest_priority.svg
@@ -23,192 +23,192 @@
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHw1MTMuNjg=)'>
 </g>
 <defs>
-  <clipPath id='cpMTc0LjIzfDQyNi41Mnw2My44N3w0NjUuMzU='>
-    <rect x='174.23' y='63.87' width='252.29' height='401.47' />
+  <clipPath id='cpMTU1LjA5fDQyNi41Mnw2My45M3w0NjUuMzA='>
+    <rect x='155.09' y='63.93' width='271.43' height='401.37' />
   </clipPath>
 </defs>
-<g clip-path='url(#cpMTc0LjIzfDQyNi41Mnw2My44N3w0NjUuMzU=)'>
-<polyline points='229.08,465.35 229.08,63.87 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='338.77,465.35 338.77,63.87 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='174.23,465.35 174.23,63.87 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='283.92,465.35 283.92,63.87 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='393.61,465.35 393.61,63.87 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='174.23' y='140.63' width='12.70' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='174.23' y='184.91' width='10.51' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='174.23' y='214.43' width='8.32' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='174.23' y='170.15' width='11.39' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='174.23' y='317.75' width='3.94' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='174.23' y='288.23' width='4.82' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='174.23' y='125.87' width='14.89' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='174.23' y='66.83' width='27.59' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='174.23' y='258.71' width='5.25' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='174.23' y='199.67' width='8.76' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='174.23' y='302.99' width='3.94' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='174.23' y='229.19' width='7.01' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='174.23' y='96.35' width='16.64' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='174.23' y='421.07' width='1.75' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='174.23' y='81.59' width='21.46' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='174.23' y='435.83' width='0.44' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='174.23' y='391.55' width='2.63' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='174.23' y='111.11' width='16.20' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='174.23' y='243.95' width='6.13' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='174.23' y='347.27' width='3.50' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='174.23' y='273.47' width='4.82' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='174.23' y='376.79' width='3.07' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='174.23' y='332.51' width='3.94' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='174.23' y='362.03' width='3.50' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='174.23' y='406.31' width='2.19' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='174.23' y='155.39' width='11.82' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='174.23' y='450.59' width='50.36' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<polyline points='191.41,148.01 191.41,145.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='191.41,146.53 182.44,146.53 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='182.44,148.01 182.44,145.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='188.84,192.29 188.84,189.33 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='188.84,190.81 180.64,190.81 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='180.64,192.29 180.64,189.33 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='186.22,221.81 186.22,218.85 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='186.22,220.33 178.88,220.33 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='178.88,221.81 178.88,218.85 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='189.88,177.53 189.88,174.57 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='189.88,176.05 181.35,176.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='181.35,177.53 181.35,174.57 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='180.72,325.13 180.72,322.17 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='180.72,323.65 175.62,323.65 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='175.62,325.13 175.62,322.17 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='181.86,295.61 181.86,292.65 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='181.86,294.13 176.23,294.13 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='176.23,295.61 176.23,292.65 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='193.95,133.25 193.95,130.29 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='193.95,131.77 184.29,131.77 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.29,133.25 184.29,130.29 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='208.19,74.21 208.19,71.25 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='208.19,72.73 195.45,72.73 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='195.45,74.21 195.45,71.25 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='182.42,266.09 182.42,263.13 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='182.42,264.61 176.55,264.61 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='176.55,266.09 176.55,263.13 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='186.75,207.05 186.75,204.09 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='186.75,205.57 179.23,205.57 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='179.23,207.05 179.23,204.09 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='180.72,310.37 180.72,307.41 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='180.72,308.89 175.62,308.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='175.62,310.37 175.62,307.41 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.61,236.57 184.61,233.61 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.61,235.09 177.86,235.09 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='177.86,236.57 177.86,233.61 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='195.96,103.73 195.96,100.77 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='195.96,102.25 185.78,102.25 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='185.78,103.73 185.78,100.77 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='177.69,428.45 177.69,425.49 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='177.69,426.97 174.27,426.97 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='174.27,428.45 174.27,425.49 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='201.39,88.97 201.39,86.01 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='201.39,87.49 189.98,87.49 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='189.98,88.97 189.98,86.01 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='175.52,443.21 175.52,440.25 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='175.52,441.73 174.23,441.73 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='174.23,443.21 174.23,440.25 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='178.95,398.93 178.95,395.97 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='178.95,397.45 174.77,397.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='174.77,398.93 174.77,395.97 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='195.46,118.49 195.46,115.53 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='195.46,117.01 185.41,117.01 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='185.41,118.49 185.41,115.53 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.53,251.33 183.53,248.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.53,249.85 177.19,249.85 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='177.19,251.33 177.19,248.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='180.14,354.65 180.14,351.69 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='180.14,353.17 175.32,353.17 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='175.32,354.65 175.32,351.69 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='181.86,280.85 181.86,277.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='181.86,279.37 176.23,279.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='176.23,280.85 176.23,277.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='179.55,384.17 179.55,381.21 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='179.55,382.69 175.04,382.69 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='175.04,384.17 175.04,381.21 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='180.72,339.89 180.72,336.93 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='180.72,338.41 175.62,338.41 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='175.62,339.89 175.62,336.93 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='180.14,369.41 180.14,366.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='180.14,367.93 175.32,367.93 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='175.32,369.41 175.32,366.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='178.33,413.69 178.33,410.73 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='178.33,412.21 174.51,412.21 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='174.51,413.69 174.51,410.73 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='190.39,162.77 190.39,159.81 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='190.39,161.29 181.71,161.29 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='181.71,162.77 181.71,159.81 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='232.67,457.97 232.67,455.01 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='232.67,456.49 216.51,456.49 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='216.51,457.97 216.51,455.01 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<text x='196.45' y='149.27' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>6%</text>
-<text x='194.26' y='193.55' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>5%</text>
-<text x='192.07' y='223.07' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>4%</text>
-<text x='195.14' y='178.79' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>5%</text>
-<text x='187.69' y='326.39' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>2%</text>
-<text x='188.57' y='296.87' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>2%</text>
-<text x='198.64' y='134.51' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>7%</text>
-<text x='215.16' y='75.47' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>13%</text>
-<text x='189.01' y='267.35' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>2%</text>
-<text x='192.51' y='208.31' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>4%</text>
-<text x='187.69' y='311.63' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>2%</text>
-<text x='190.76' y='237.83' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>3%</text>
-<text x='200.39' y='104.99' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>8%</text>
-<text x='185.50' y='429.71' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>1%</text>
-<text x='209.03' y='90.23' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>10%</text>
-<text x='184.19' y='444.47' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='186.38' y='400.19' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>1%</text>
-<text x='199.95' y='119.75' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>7%</text>
-<text x='189.88' y='252.59' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>3%</text>
-<text x='187.25' y='355.91' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>2%</text>
-<text x='188.57' y='282.11' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>2%</text>
-<text x='186.82' y='385.43' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>1%</text>
-<text x='187.69' y='341.15' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>2%</text>
-<text x='187.25' y='370.67' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>2%</text>
-<text x='185.94' y='414.95' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>1%</text>
-<text x='195.57' y='164.03' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>5%</text>
-<text x='237.93' y='459.23' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>23%</text>
+<g clip-path='url(#cpMTU1LjA5fDQyNi41Mnw2My45M3w0NjUuMzA=)'>
+<polyline points='214.10,465.30 214.10,63.93 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='332.11,465.30 332.11,63.93 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='155.09,465.30 155.09,63.93 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='273.10,465.30 273.10,63.93 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='391.12,465.30 391.12,63.93 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<rect x='155.09' y='140.66' width='13.66' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.09' y='184.93' width='11.31' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.09' y='214.45' width='8.95' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.09' y='170.18' width='12.25' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.09' y='317.74' width='4.24' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.09' y='288.23' width='5.18' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.09' y='125.91' width='16.02' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.09' y='66.88' width='29.68' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.09' y='258.71' width='5.65' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.09' y='199.69' width='9.42' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.09' y='302.98' width='4.24' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.09' y='229.20' width='7.54' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.09' y='96.40' width='17.90' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.09' y='421.03' width='1.88' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.09' y='81.64' width='23.08' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.09' y='435.79' width='0.47' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.09' y='391.52' width='2.83' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.09' y='111.15' width='17.43' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.09' y='243.96' width='6.60' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.09' y='347.25' width='3.77' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.09' y='273.47' width='5.18' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.09' y='376.77' width='3.30' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.09' y='332.50' width='4.24' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.09' y='362.01' width='3.77' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.09' y='406.28' width='2.36' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.09' y='155.42' width='12.72' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='155.09' y='450.55' width='54.18' height='11.81' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<polyline points='173.58,148.04 173.58,145.09 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='173.58,146.57 163.93,146.57 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='163.93,148.04 163.93,145.09 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='170.81,192.31 170.81,189.36 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='170.81,190.84 161.98,190.84 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='161.98,192.31 161.98,189.36 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.99,221.82 167.99,218.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.99,220.35 160.09,220.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='160.09,221.82 160.09,218.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='171.92,177.56 171.92,174.60 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='171.92,176.08 162.76,176.08 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='162.76,177.56 162.76,174.60 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='162.08,325.12 162.08,322.17 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='162.08,323.64 156.59,323.64 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='156.59,325.12 156.59,322.17 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='163.30,295.61 163.30,292.65 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='163.30,294.13 157.25,294.13 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='157.25,295.61 157.25,292.65 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='176.31,133.29 176.31,130.34 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='176.31,131.81 165.91,131.81 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='165.91,133.29 165.91,130.34 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='191.62,74.26 191.62,71.31 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='191.62,72.79 177.92,72.79 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='177.92,74.26 177.92,71.31 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='163.90,266.09 163.90,263.14 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='163.90,264.62 157.58,264.62 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='157.58,266.09 157.58,263.14 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='168.56,207.07 168.56,204.12 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='168.56,205.59 160.47,205.59 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='160.47,207.07 160.47,204.12 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='162.08,310.36 162.08,307.41 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='162.08,308.89 156.59,308.89 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='156.59,310.36 156.59,307.41 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='166.26,236.58 166.26,233.63 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='166.26,235.10 159.00,235.10 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='159.00,236.58 159.00,233.63 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='178.47,103.77 178.47,100.82 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='178.47,102.30 167.52,102.30 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.52,103.77 167.52,100.82 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='158.82,428.41 158.82,425.46 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='158.82,426.94 155.14,426.94 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='155.14,428.41 155.14,425.46 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='184.32,89.02 184.32,86.07 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='184.32,87.54 172.04,87.54 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='172.04,89.02 172.04,86.07 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='156.49,443.17 156.49,440.22 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='156.49,441.69 155.09,441.69 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='155.09,443.17 155.09,440.22 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='160.17,398.90 160.17,395.95 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='160.17,397.42 155.67,397.42 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='155.67,398.90 155.67,395.95 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='177.93,118.53 177.93,115.58 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='177.93,117.05 167.12,117.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.12,118.53 167.12,115.58 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='165.09,251.34 165.09,248.39 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='165.09,249.86 158.28,249.86 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='158.28,251.34 158.28,248.39 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='161.45,354.63 161.45,351.68 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='161.45,353.15 156.27,353.15 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='156.27,354.63 156.27,351.68 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='163.30,280.85 163.30,277.90 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='163.30,279.37 157.25,279.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='157.25,280.85 157.25,277.90 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='160.82,384.14 160.82,381.19 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='160.82,382.67 155.96,382.67 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='155.96,384.14 155.96,381.19 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='162.08,339.87 162.08,336.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='162.08,338.40 156.59,338.40 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='156.59,339.87 156.59,336.92 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='161.45,369.39 161.45,366.44 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='161.45,367.91 156.27,367.91 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='156.27,369.39 156.27,366.44 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='159.50,413.66 159.50,410.70 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='159.50,412.18 155.39,412.18 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='155.39,413.66 155.39,410.70 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='172.48,162.80 172.48,159.85 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='172.48,161.32 163.14,161.32 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='163.14,162.80 163.14,159.85 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='217.96,457.92 217.96,454.97 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='217.96,456.45 200.58,456.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='200.58,457.92 200.58,454.97 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<text x='177.42' y='149.26' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>6%</text>
+<text x='175.07' y='193.53' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>5%</text>
+<text x='172.71' y='223.04' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>4%</text>
+<text x='176.01' y='178.77' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>5%</text>
+<text x='168.00' y='326.33' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='168.94' y='296.82' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='179.78' y='134.50' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>7%</text>
+<text x='196.78' y='75.47' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>13%</text>
+<text x='169.41' y='267.31' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='173.18' y='208.28' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>4%</text>
+<text x='168.00' y='311.58' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='171.30' y='237.79' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>3%</text>
+<text x='181.66' y='104.99' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>8%</text>
+<text x='165.64' y='429.63' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>1%</text>
+<text x='190.18' y='90.23' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>10%</text>
+<text x='164.23' y='444.38' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>0%</text>
+<text x='166.59' y='400.11' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>1%</text>
+<text x='181.19' y='119.74' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>7%</text>
+<text x='170.36' y='252.55' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>3%</text>
+<text x='167.53' y='355.84' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='168.94' y='282.06' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='167.06' y='385.36' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>1%</text>
+<text x='168.00' y='341.09' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='167.53' y='370.60' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='166.12' y='414.87' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>1%</text>
+<text x='176.48' y='164.01' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>5%</text>
+<text x='221.27' y='459.14' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>23%</text>
 </g>
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHw1MTMuNjg=)'>
-<text x='169.30' y='459.41' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='22.72px' lengthAdjust='spacingAndGlyphs'>Other</text>
-<text x='169.30' y='440.33' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='128.99px' lengthAdjust='spacingAndGlyphs'>Choosing an appropriate project</text>
-<text x='169.30' y='448.97' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='36.32px' lengthAdjust='spacingAndGlyphs'>structure</text>
-<text x='169.30' y='429.89' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='118.95px' lengthAdjust='spacingAndGlyphs'>Runtime safety / immutability</text>
-<text x='169.30' y='415.13' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='63.40px' lengthAdjust='spacingAndGlyphs'>Privacy concern</text>
-<text x='169.30' y='396.05' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='122.89px' lengthAdjust='spacingAndGlyphs'>Differences from more familiar</text>
-<text x='169.30' y='404.69' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='96.50px' lengthAdjust='spacingAndGlyphs'>languages / ecosystems</text>
-<text x='169.30' y='385.61' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='62.13px' lengthAdjust='spacingAndGlyphs'>Data structures</text>
-<text x='169.30' y='370.85' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='62.37px' lengthAdjust='spacingAndGlyphs'>Keep Go simple</text>
-<text x='169.30' y='356.09' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='64.56px' lengthAdjust='spacingAndGlyphs'>Testing / fuzzing</text>
-<text x='169.30' y='341.33' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='105.98px' lengthAdjust='spacingAndGlyphs'>Add quality of life features</text>
-<text x='169.30' y='326.57' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='89.52px' lengthAdjust='spacingAndGlyphs'>Adoption / evangelism</text>
-<text x='169.30' y='311.81' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='42.70px' lengthAdjust='spacingAndGlyphs'>GUI library</text>
-<text x='169.30' y='297.05' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='27.91px' lengthAdjust='spacingAndGlyphs'>Tooling</text>
-<text x='169.30' y='282.29' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='151.70px' lengthAdjust='spacingAndGlyphs'>Working with interfaces / abstractions</text>
-<text x='169.30' y='267.53' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='111.22px' lengthAdjust='spacingAndGlyphs'>Verbosity / code duplication</text>
-<text x='169.30' y='252.77' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='43.76px' lengthAdjust='spacingAndGlyphs'>Binary size</text>
-<text x='169.30' y='238.01' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='110.74px' lengthAdjust='spacingAndGlyphs'>Interoperability / cgo issues</text>
-<text x='169.30' y='223.25' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='116.63px' lengthAdjust='spacingAndGlyphs'>Modules / dependancy mgmt</text>
-<text x='169.30' y='208.49' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='43.75px' lengthAdjust='spacingAndGlyphs'>Debugging</text>
-<text x='169.30' y='193.73' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='94.22px' lengthAdjust='spacingAndGlyphs'>Learning content / docs</text>
-<text x='169.30' y='174.65' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='122.17px' lengthAdjust='spacingAndGlyphs'>Missing or immature libraries /</text>
-<text x='169.30' y='183.29' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='47.25px' lengthAdjust='spacingAndGlyphs'>frameworks</text>
-<text x='169.30' y='164.21' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='32.85px' lengthAdjust='spacingAndGlyphs'>Security</text>
-<text x='169.30' y='149.45' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='86.34px' lengthAdjust='spacingAndGlyphs'>WASI / WASM support</text>
-<text x='169.30' y='134.69' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='149.59px' lengthAdjust='spacingAndGlyphs'>VS Code / editor / gopls improvments</text>
-<text x='169.30' y='119.93' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='50.70px' lengthAdjust='spacingAndGlyphs'>Performance</text>
-<text x='169.30' y='105.17' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='66.76px' lengthAdjust='spacingAndGlyphs'>The type system</text>
-<text x='169.30' y='90.41' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='87.13px' lengthAdjust='spacingAndGlyphs'>Add generics to stdlib</text>
-<text x='169.30' y='71.33' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='139.56px' lengthAdjust='spacingAndGlyphs'>Error handling / working with stack</text>
-<text x='169.30' y='79.97' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='24.83px' lengthAdjust='spacingAndGlyphs'>traces</text>
-<text x='174.23' y='476.11' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='12.69px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='283.92' y='476.11' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='17.78px' lengthAdjust='spacingAndGlyphs'>50%</text>
-<text x='393.61' y='476.11' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='22.87px' lengthAdjust='spacingAndGlyphs'>100%</text>
-<text x='300.37' y='493.57' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='70.03px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<text x='5.48' y='52.25' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='111.38px' lengthAdjust='spacingAndGlyphs'>(open-ended text response)</text>
-<text x='5.48' y='17.75' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='402.22px' lengthAdjust='spacingAndGlyphs'>Regardless of the items you spent GopherCoins on, what should be the</text>
-<text x='5.48' y='28.55' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='401.80px' lengthAdjust='spacingAndGlyphs'>highest priority for the Go team this year? (This could be anything, not</text>
-<text x='5.48' y='39.35' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='117.89px' lengthAdjust='spacingAndGlyphs'>just the items listed)</text>
-<text x='426.52' y='506.54' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='34.67px' lengthAdjust='spacingAndGlyphs'>n =  501</text>
+<text x='150.16' y='459.32' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='20.01px' lengthAdjust='spacingAndGlyphs'>Other</text>
+<text x='150.16' y='440.24' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='113.88px' lengthAdjust='spacingAndGlyphs'>Choosing an appropriate project</text>
+<text x='150.16' y='448.88' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='31.13px' lengthAdjust='spacingAndGlyphs'>structure</text>
+<text x='150.16' y='429.81' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='102.30px' lengthAdjust='spacingAndGlyphs'>Runtime safety / immutability</text>
+<text x='150.16' y='415.05' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='56.93px' lengthAdjust='spacingAndGlyphs'>Privacy concern</text>
+<text x='150.16' y='395.97' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='107.17px' lengthAdjust='spacingAndGlyphs'>Differences from more familiar</text>
+<text x='150.16' y='404.61' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='85.86px' lengthAdjust='spacingAndGlyphs'>languages / ecosystems</text>
+<text x='150.16' y='385.54' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='54.26px' lengthAdjust='spacingAndGlyphs'>Data structures</text>
+<text x='150.16' y='370.78' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='56.93px' lengthAdjust='spacingAndGlyphs'>Keep Go simple</text>
+<text x='150.16' y='356.02' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='58.28px' lengthAdjust='spacingAndGlyphs'>Testing / fuzzing</text>
+<text x='150.16' y='341.27' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='92.09px' lengthAdjust='spacingAndGlyphs'>Add quality of life features</text>
+<text x='150.16' y='326.51' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='78.74px' lengthAdjust='spacingAndGlyphs'>Adoption / evangelism</text>
+<text x='150.16' y='311.76' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='38.23px' lengthAdjust='spacingAndGlyphs'>GUI library</text>
+<text x='150.16' y='297.00' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='26.24px' lengthAdjust='spacingAndGlyphs'>Tooling</text>
+<text x='150.16' y='282.24' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='132.54px' lengthAdjust='spacingAndGlyphs'>Working with interfaces / abstractions</text>
+<text x='150.16' y='267.49' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='97.87px' lengthAdjust='spacingAndGlyphs'>Verbosity / code duplication</text>
+<text x='150.16' y='252.73' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='39.14px' lengthAdjust='spacingAndGlyphs'>Binary size</text>
+<text x='150.16' y='237.97' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='96.98px' lengthAdjust='spacingAndGlyphs'>Interoperability / cgo issues</text>
+<text x='150.16' y='223.22' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='102.76px' lengthAdjust='spacingAndGlyphs'>Modules / dependancy mgmt</text>
+<text x='150.16' y='208.46' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='38.70px' lengthAdjust='spacingAndGlyphs'>Debugging</text>
+<text x='150.16' y='193.71' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='83.20px' lengthAdjust='spacingAndGlyphs'>Learning content / docs</text>
+<text x='150.16' y='174.63' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='106.73px' lengthAdjust='spacingAndGlyphs'>Missing or immature libraries /</text>
+<text x='150.16' y='183.27' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='41.35px' lengthAdjust='spacingAndGlyphs'>frameworks</text>
+<text x='150.16' y='164.19' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='28.91px' lengthAdjust='spacingAndGlyphs'>Security</text>
+<text x='150.16' y='149.44' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='80.93px' lengthAdjust='spacingAndGlyphs'>WASI / WASM support</text>
+<text x='150.16' y='134.68' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='132.54px' lengthAdjust='spacingAndGlyphs'>VS Code / editor / gopls improvments</text>
+<text x='150.16' y='119.92' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='45.81px' lengthAdjust='spacingAndGlyphs'>Performance</text>
+<text x='150.16' y='105.17' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='58.72px' lengthAdjust='spacingAndGlyphs'>The type system</text>
+<text x='150.16' y='90.41' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='76.51px' lengthAdjust='spacingAndGlyphs'>Add generics to stdlib</text>
+<text x='150.16' y='71.33' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='121.86px' lengthAdjust='spacingAndGlyphs'>Error handling / working with stack</text>
+<text x='150.16' y='79.97' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='21.79px' lengthAdjust='spacingAndGlyphs'>traces</text>
+<text x='155.09' y='475.97' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='11.56px' lengthAdjust='spacingAndGlyphs'>0%</text>
+<text x='273.10' y='475.97' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='16.01px' lengthAdjust='spacingAndGlyphs'>50%</text>
+<text x='391.12' y='475.97' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='20.46px' lengthAdjust='spacingAndGlyphs'>100%</text>
+<text x='290.81' y='493.44' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='62.28px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
+<text x='5.48' y='52.20' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='98.31px' lengthAdjust='spacingAndGlyphs'>(open-ended text response)</text>
+<text x='5.48' y='17.66' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='340.08px' lengthAdjust='spacingAndGlyphs'>Regardless of the items you spent GopherCoins on, what should be the</text>
+<text x='5.48' y='28.46' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='335.64px' lengthAdjust='spacingAndGlyphs'>highest priority for the Go team this year? (This could be anything, not</text>
+<text x='5.48' y='39.26' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='96.72px' lengthAdjust='spacingAndGlyphs'>just the items listed)</text>
+<text x='426.52' y='506.43' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='29.15px' lengthAdjust='spacingAndGlyphs'>n =  501</text>
 </g>
 </svg>
diff --git a/_content/blog/survey2023q1/text_deploy_challenge.svg b/_content/blog/survey2023q1/text_deploy_challenge.svg
index bc4c302..c3bc79d 100644
--- a/_content/blog/survey2023q1/text_deploy_challenge.svg
+++ b/_content/blog/survey2023q1/text_deploy_challenge.svg
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' class='svglite' width='432.00pt' height='360.00pt' viewBox='0 0 432.00 360.00'>
+<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' class='svglite' width='432.00pt' height='504.00pt' viewBox='0 0 432.00 504.00'>
 <defs>
   <style type='text/css'><![CDATA[
     .svglite line, .svglite polyline, .svglite polygon, .svglite path, .svglite rect, .svglite circle {
@@ -16,111 +16,160 @@
 </defs>
 <rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
 <defs>
-  <clipPath id='cpMC4wMHw0MzIuMDB8MC4wMHwzNjAuMDA='>
-    <rect x='0.00' y='0.00' width='432.00' height='360.00' />
+  <clipPath id='cpMC4wMHw0MzIuMDB8MC4wMHw1MDQuMDA='>
+    <rect x='0.00' y='0.00' width='432.00' height='504.00' />
   </clipPath>
 </defs>
-<g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHwzNjAuMDA=)'>
+<g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHw1MDQuMDA=)'>
 </g>
 <defs>
-  <clipPath id='cpMTg0LjExfDQyNi41Mnw1My4wN3wzMTEuNjY='>
-    <rect x='184.11' y='53.07' width='242.41' height='258.59' />
+  <clipPath id='cpMTY0LjQzfDQyNi41Mnw1My4xM3w0NTUuNjI='>
+    <rect x='164.43' y='53.13' width='262.09' height='402.49' />
   </clipPath>
 </defs>
-<g clip-path='url(#cpMTg0LjExfDQyNi41Mnw1My4wN3wzMTEuNjY=)'>
-<polyline points='236.81,311.66 236.81,53.07 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='342.20,311.66 342.20,53.07 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='184.11,311.66 184.11,53.07 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='289.50,311.66 289.50,53.07 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='394.90,311.66 394.90,53.07 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='184.11' y='56.99' width='33.98' height='15.67' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='184.11' y='194.12' width='8.32' height='15.67' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='184.11' y='76.58' width='29.12' height='15.67' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='184.11' y='115.76' width='12.48' height='15.67' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='184.11' y='154.94' width='9.01' height='15.67' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='184.11' y='233.30' width='7.63' height='15.67' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='184.11' y='252.89' width='6.93' height='15.67' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='184.11' y='96.17' width='15.25' height='15.67' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='184.11' y='272.48' width='6.93' height='15.67' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='184.11' y='135.35' width='10.40' height='15.67' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='184.11' y='174.53' width='8.32' height='15.67' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='184.11' y='213.71' width='7.63' height='15.67' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='184.11' y='292.07' width='87.37' height='15.67' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<polyline points='226.80,66.79 226.80,62.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='226.80,64.83 209.37,64.83 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='209.37,66.79 209.37,62.87 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='197.04,203.92 197.04,200.00 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='197.04,201.96 187.81,201.96 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.81,203.92 187.81,200.00 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='221.41,86.38 221.41,82.46 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='221.41,84.42 205.05,84.42 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='205.05,86.38 205.05,82.46 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='202.18,125.56 202.18,121.64 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='202.18,123.60 191.00,123.60 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='191.00,125.56 191.00,121.64 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='197.92,164.74 197.92,160.82 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='197.92,162.78 188.33,162.78 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='188.33,164.74 188.33,160.82 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='196.16,243.10 196.16,239.18 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='196.16,241.14 187.31,241.14 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.31,243.10 187.31,239.18 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='195.27,262.69 195.27,258.77 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='195.27,260.73 186.82,260.73 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='186.82,262.69 186.82,258.77 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='205.50,105.97 205.50,102.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='205.50,104.01 193.22,104.01 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='193.22,105.97 193.22,102.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='195.27,282.28 195.27,278.36 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='195.27,280.32 186.82,280.32 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='186.82,282.28 186.82,278.36 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='199.64,145.15 199.64,141.23 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='199.64,143.19 189.38,143.19 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='189.38,145.15 189.38,141.23 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='197.04,184.33 197.04,180.41 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='197.04,182.37 187.81,182.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.81,184.33 187.81,180.41 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='196.16,223.51 196.16,219.59 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='196.16,221.55 187.31,221.55 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='187.31,223.51 187.31,219.59 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='283.15,301.87 283.15,297.95 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='283.15,299.91 259.80,299.91 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='259.80,301.87 259.80,297.95 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<text x='224.75' y='67.56' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>16%</text>
-<text x='197.19' y='204.69' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>4%</text>
-<text x='219.90' y='87.15' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>14%</text>
-<text x='201.35' y='126.33' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>6%</text>
-<text x='197.88' y='165.51' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>4%</text>
-<text x='196.50' y='243.87' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>4%</text>
-<text x='195.80' y='263.46' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>3%</text>
-<text x='204.12' y='106.74' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>7%</text>
-<text x='195.80' y='283.05' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>3%</text>
-<text x='199.27' y='145.92' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>5%</text>
-<text x='197.19' y='185.10' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>4%</text>
-<text x='196.50' y='224.28' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>4%</text>
-<text x='278.15' y='302.64' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>41%</text>
+<g clip-path='url(#cpMTY0LjQzfDQyNi41Mnw1My4xM3w0NTUuNjI=)'>
+<polyline points='221.41,455.62 221.41,53.13 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='335.36,455.62 335.36,53.13 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='164.43,455.62 164.43,53.13 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='278.38,455.62 278.38,53.13 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='392.33,455.62 392.33,53.13 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<rect x='164.43' y='56.93' width='36.73' height='15.19' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='164.43' y='189.83' width='9.00' height='15.19' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='164.43' y='75.91' width='31.49' height='15.19' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='164.43' y='113.88' width='13.49' height='15.19' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='164.43' y='151.85' width='9.75' height='15.19' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='164.43' y='417.65' width='3.75' height='15.19' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='164.43' y='322.72' width='5.25' height='15.19' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='164.43' y='284.75' width='6.00' height='15.19' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='164.43' y='227.80' width='8.25' height='15.19' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='164.43' y='379.68' width='4.50' height='15.19' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='164.43' y='246.78' width='7.50' height='15.19' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='164.43' y='94.90' width='16.49' height='15.19' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='164.43' y='265.77' width='7.50' height='15.19' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='164.43' y='132.87' width='11.25' height='15.19' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='164.43' y='398.66' width='3.75' height='15.19' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='164.43' y='303.74' width='5.25' height='15.19' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='164.43' y='341.71' width='5.25' height='15.19' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='164.43' y='170.84' width='9.00' height='15.19' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='164.43' y='360.69' width='4.50' height='15.19' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='164.43' y='208.81' width='8.25' height='15.19' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='164.43' y='436.63' width='56.23' height='15.19' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<polyline points='210.58,66.42 210.58,62.62 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='210.58,64.52 191.74,64.52 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='191.74,66.42 191.74,62.62 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='178.41,199.32 178.41,195.52 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='178.41,197.42 168.44,197.42 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='168.44,199.32 168.44,195.52 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='204.76,85.41 204.76,81.61 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='204.76,83.51 187.08,83.51 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='187.08,85.41 187.08,81.61 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='183.97,123.38 183.97,119.58 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='183.97,121.48 171.88,121.48 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='171.88,123.38 171.88,119.58 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='179.36,161.35 179.36,157.55 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='179.36,159.45 168.99,159.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='168.99,161.35 168.99,157.55 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='171.44,427.14 171.44,423.34 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='171.44,425.24 164.92,425.24 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='164.92,427.14 164.92,423.34 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='173.52,332.21 173.52,328.42 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='173.52,330.32 165.84,330.32 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='165.84,332.21 165.84,328.42 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='174.53,294.24 174.53,290.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='174.53,292.35 166.33,292.35 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='166.33,294.24 166.33,290.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='177.46,237.29 177.46,233.49 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='177.46,235.39 167.89,235.39 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.89,237.29 167.89,233.49 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='172.49,389.17 172.49,385.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='172.49,387.27 165.36,387.27 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='165.36,389.17 165.36,385.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='176.50,256.27 176.50,252.48 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='176.50,254.38 167.36,254.38 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.36,256.27 167.36,252.48 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='187.56,104.39 187.56,100.59 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='187.56,102.49 174.29,102.49 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='174.29,104.39 174.29,100.59 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='176.50,275.26 176.50,271.46 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='176.50,273.36 167.36,273.36 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.36,275.26 167.36,271.46 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='181.22,142.36 181.22,138.57 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='181.22,140.46 170.13,140.46 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='170.13,142.36 170.13,138.57 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='171.44,408.16 171.44,404.36 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='171.44,406.26 164.92,406.26 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='164.92,408.16 164.92,404.36 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='173.52,313.23 173.52,309.43 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='173.52,311.33 165.84,311.33 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='165.84,313.23 165.84,309.43 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='173.52,351.20 173.52,347.40 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='173.52,349.30 165.84,349.30 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='165.84,351.20 165.84,347.40 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='178.41,180.33 178.41,176.54 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='178.41,178.43 168.44,178.43 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='168.44,180.33 168.44,176.54 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='172.49,370.18 172.49,366.39 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='172.49,368.29 165.36,368.29 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='165.36,370.18 165.36,366.39 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='177.46,218.30 177.46,214.51 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='177.46,216.40 167.89,216.40 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='167.89,218.30 167.89,214.51 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='231.70,446.13 231.70,442.33 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='231.70,444.23 209.61,444.23 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='209.61,446.13 209.61,442.33 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<text x='207.17' y='67.21' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>16%</text>
+<text x='177.76' y='200.11' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>4%</text>
+<text x='201.92' y='86.20' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>14%</text>
+<text x='182.26' y='124.17' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>6%</text>
+<text x='178.51' y='162.14' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>4%</text>
+<text x='172.51' y='427.93' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='174.01' y='333.01' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='174.76' y='295.03' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>3%</text>
+<text x='177.01' y='238.08' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>4%</text>
+<text x='173.26' y='389.96' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='176.26' y='257.06' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>3%</text>
+<text x='185.26' y='105.18' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>7%</text>
+<text x='176.26' y='276.05' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>3%</text>
+<text x='180.01' y='143.15' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>5%</text>
+<text x='172.51' y='408.95' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='174.01' y='314.02' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='174.01' y='351.99' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='177.76' y='181.12' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>4%</text>
+<text x='173.26' y='370.98' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='177.01' y='219.09' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>4%</text>
+<text x='226.66' y='446.92' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>25%</text>
 </g>
-<g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHwzNjAuMDA=)'>
-<text x='179.18' y='302.82' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='22.72px' lengthAdjust='spacingAndGlyphs'>Other</text>
-<text x='179.18' y='283.23' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='43.76px' lengthAdjust='spacingAndGlyphs'>Binary size</text>
-<text x='179.18' y='263.64' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='77.16px' lengthAdjust='spacingAndGlyphs'>Remote Debugging</text>
-<text x='179.18' y='244.05' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='104.44px' lengthAdjust='spacingAndGlyphs'>Environment config mgmt</text>
-<text x='179.18' y='224.46' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='133.57px' lengthAdjust='spacingAndGlyphs'>Kubernetes / orchestration issues</text>
-<text x='179.18' y='204.87' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='161.58px' lengthAdjust='spacingAndGlyphs'>CI/CD pipeline setup, mgmt, automation</text>
-<text x='179.18' y='185.28' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='127.62px' lengthAdjust='spacingAndGlyphs'>Docker / containerization issues</text>
-<text x='179.18' y='165.69' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='153.24px' lengthAdjust='spacingAndGlyphs'>Targeting multiple platforms / variants</text>
-<text x='179.18' y='146.10' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='50.70px' lengthAdjust='spacingAndGlyphs'>Performance</text>
-<text x='179.18' y='122.19' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='149.06px' lengthAdjust='spacingAndGlyphs'>Cross compiling / target environment</text>
-<text x='179.18' y='130.83' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='112.98px' lengthAdjust='spacingAndGlyphs'>issue [Linux, Windows, Mac]</text>
-<text x='179.18' y='106.92' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='86.34px' lengthAdjust='spacingAndGlyphs'>WASI / WASM support</text>
-<text x='179.18' y='87.33' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='20.87px' lengthAdjust='spacingAndGlyphs'>None</text>
-<text x='179.18' y='67.74' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='99.89px' lengthAdjust='spacingAndGlyphs'>Cross compiling with cgo</text>
-<text x='184.11' y='322.42' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='12.69px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='289.50' y='322.42' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='17.78px' lengthAdjust='spacingAndGlyphs'>50%</text>
-<text x='394.90' y='322.42' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='22.87px' lengthAdjust='spacingAndGlyphs'>100%</text>
-<text x='305.31' y='339.88' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='70.03px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<text x='5.48' y='41.45' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='111.38px' lengthAdjust='spacingAndGlyphs'>(open-ended text response)</text>
-<text x='5.48' y='17.75' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='404.44px' lengthAdjust='spacingAndGlyphs'>What, if anything, is your biggest challenge when deploying Go code to</text>
-<text x='5.48' y='28.55' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='204.25px' lengthAdjust='spacingAndGlyphs'>your target system environment(s)?</text>
-<text x='426.52' y='352.86' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='34.67px' lengthAdjust='spacingAndGlyphs'>n =  304</text>
+<g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHw1MDQuMDA=)'>
+<text x='159.50' y='447.10' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='20.01px' lengthAdjust='spacingAndGlyphs'>Other</text>
+<text x='159.50' y='423.79' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='129.00px' lengthAdjust='spacingAndGlyphs'>Deploying to bare metel / embedded</text>
+<text x='159.50' y='432.43' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='23.13px' lengthAdjust='spacingAndGlyphs'>device</text>
+<text x='159.50' y='409.13' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='84.95px' lengthAdjust='spacingAndGlyphs'>Working with databases</text>
+<text x='159.50' y='390.14' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='135.19px' lengthAdjust='spacingAndGlyphs'>Missing or immature cross-platform lib</text>
+<text x='159.50' y='371.16' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='26.24px' lengthAdjust='spacingAndGlyphs'>Testing</text>
+<text x='159.50' y='352.17' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='43.60px' lengthAdjust='spacingAndGlyphs'>Build tooling</text>
+<text x='159.50' y='333.19' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='119.67px' lengthAdjust='spacingAndGlyphs'>Installing / updating Go on targets</text>
+<text x='159.50' y='314.20' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='68.94px' lengthAdjust='spacingAndGlyphs'>Using private repos</text>
+<text x='159.50' y='295.21' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='76.51px' lengthAdjust='spacingAndGlyphs'>Learning curve / docs</text>
+<text x='159.50' y='276.23' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='39.14px' lengthAdjust='spacingAndGlyphs'>Binary size</text>
+<text x='159.50' y='257.24' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='68.94px' lengthAdjust='spacingAndGlyphs'>Remote Debugging</text>
+<text x='159.50' y='238.26' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='90.73px' lengthAdjust='spacingAndGlyphs'>Environment config mgmt</text>
+<text x='159.50' y='219.27' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='118.77px' lengthAdjust='spacingAndGlyphs'>Kubernetes / orchestration issues</text>
+<text x='159.50' y='200.29' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='141.88px' lengthAdjust='spacingAndGlyphs'>CI/CD pipeline setup, mgmt, automation</text>
+<text x='159.50' y='181.30' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='112.98px' lengthAdjust='spacingAndGlyphs'>Docker / containerization issues</text>
+<text x='159.50' y='162.32' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='133.44px' lengthAdjust='spacingAndGlyphs'>Targeting multiple platforms / variants</text>
+<text x='159.50' y='143.33' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='45.81px' lengthAdjust='spacingAndGlyphs'>Performance</text>
+<text x='159.50' y='120.03' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='130.32px' lengthAdjust='spacingAndGlyphs'>Cross compiling / target environment</text>
+<text x='159.50' y='128.67' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='100.97px' lengthAdjust='spacingAndGlyphs'>issue [Linux, Windows, Mac]</text>
+<text x='159.50' y='105.36' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='80.93px' lengthAdjust='spacingAndGlyphs'>WASI / WASM support</text>
+<text x='159.50' y='86.38' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='19.12px' lengthAdjust='spacingAndGlyphs'>None</text>
+<text x='159.50' y='67.39' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='88.50px' lengthAdjust='spacingAndGlyphs'>Cross compiling with cgo</text>
+<text x='164.43' y='466.29' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='11.56px' lengthAdjust='spacingAndGlyphs'>0%</text>
+<text x='278.38' y='466.29' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='16.01px' lengthAdjust='spacingAndGlyphs'>50%</text>
+<text x='392.33' y='466.29' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='20.46px' lengthAdjust='spacingAndGlyphs'>100%</text>
+<text x='295.48' y='483.76' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='62.28px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
+<text x='5.48' y='41.40' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='98.31px' lengthAdjust='spacingAndGlyphs'>(open-ended text response)</text>
+<text x='5.48' y='17.66' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='339.50px' lengthAdjust='spacingAndGlyphs'>What, if anything, is your biggest challenge when deploying Go code to</text>
+<text x='5.48' y='28.46' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='170.65px' lengthAdjust='spacingAndGlyphs'>your target system environment(s)?</text>
+<text x='426.52' y='496.75' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='29.15px' lengthAdjust='spacingAndGlyphs'>n =  304</text>
 </g>
 </svg>
diff --git a/_content/blog/survey2023q1/text_maintainer_challenge.svg b/_content/blog/survey2023q1/text_maintainer_challenge.svg
index 0dd3573..e3fe2e9 100644
--- a/_content/blog/survey2023q1/text_maintainer_challenge.svg
+++ b/_content/blog/survey2023q1/text_maintainer_challenge.svg
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' class='svglite' width='432.00pt' height='360.00pt' viewBox='0 0 432.00 360.00'>
+<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' class='svglite' width='432.00pt' height='504.00pt' viewBox='0 0 432.00 504.00'>
 <defs>
   <style type='text/css'><![CDATA[
     .svglite line, .svglite polyline, .svglite polygon, .svglite path, .svglite rect, .svglite circle {
@@ -16,117 +16,117 @@
 </defs>
 <rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
 <defs>
-  <clipPath id='cpMC4wMHw0MzIuMDB8MC4wMHwzNjAuMDA='>
-    <rect x='0.00' y='0.00' width='432.00' height='360.00' />
+  <clipPath id='cpMC4wMHw0MzIuMDB8MC4wMHw1MDQuMDA='>
+    <rect x='0.00' y='0.00' width='432.00' height='504.00' />
   </clipPath>
 </defs>
-<g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHwzNjAuMDA=)'>
+<g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHw1MDQuMDA=)'>
 </g>
 <defs>
-  <clipPath id='cpMTgxLjY3fDQyNi41Mnw0Mi4yN3wzMTEuNjY='>
-    <rect x='181.67' y='42.27' width='244.85' height='269.39' />
+  <clipPath id='cpMTYxLjM1fDQyNi41Mnw0Mi4zM3w0NTUuNjI='>
+    <rect x='161.35' y='42.33' width='265.17' height='413.29' />
   </clipPath>
 </defs>
-<g clip-path='url(#cpMTgxLjY3fDQyNi41Mnw0Mi4yN3wzMTEuNjY=)'>
-<polyline points='234.90,311.66 234.90,42.27 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='341.35,311.66 341.35,42.27 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='181.67,311.66 181.67,42.27 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='288.12,311.66 288.12,42.27 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='394.58,311.66 394.58,42.27 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='181.67' y='84.01' width='28.22' height='15.18' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='181.67' y='140.92' width='17.44' height='15.18' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='181.67' y='102.98' width='19.50' height='15.18' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='181.67' y='159.89' width='8.21' height='15.18' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='181.67' y='65.04' width='29.76' height='15.18' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='181.67' y='235.78' width='6.16' height='15.18' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='181.67' y='216.81' width='6.16' height='15.18' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='181.67' y='46.07' width='31.30' height='15.18' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='181.67' y='121.95' width='17.96' height='15.18' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='181.67' y='178.86' width='7.70' height='15.18' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='181.67' y='197.84' width='7.18' height='15.18' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='181.67' y='273.72' width='4.62' height='15.18' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='181.67' y='254.75' width='5.64' height='15.18' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='181.67' y='292.69' width='62.59' height='15.18' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<polyline points='216.83,93.50 216.83,89.70 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='216.83,91.60 202.94,91.60 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='202.94,93.50 202.94,89.70 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='204.73,150.41 204.73,146.61 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='204.73,148.51 193.49,148.51 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='193.49,150.41 193.49,146.61 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='207.07,112.47 207.07,108.67 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='207.07,110.57 195.25,110.57 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='195.25,112.47 195.25,108.67 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='193.82,169.38 193.82,165.59 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='193.82,167.48 185.93,167.48 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='185.93,169.38 185.93,165.59 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='218.53,74.52 218.53,70.73 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='218.53,72.63 204.32,72.63 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='204.32,74.52 204.32,70.73 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='191.26,245.26 191.26,241.47 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='191.26,243.37 184.39,243.37 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.39,245.26 184.39,241.47 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='191.26,226.29 191.26,222.50 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='191.26,224.40 184.39,224.40 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.39,226.29 184.39,222.50 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='220.22,55.55 220.22,51.76 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='220.22,53.66 205.71,53.66 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='205.71,55.55 205.71,51.76 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='205.32,131.44 205.32,127.64 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='205.32,129.54 193.93,129.54 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='193.93,131.44 193.93,127.64 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='193.19,188.35 193.19,184.56 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='193.19,186.45 185.54,186.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='185.54,188.35 185.54,184.56 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='192.55,207.32 192.55,203.53 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='192.55,205.42 185.15,205.42 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='185.15,207.32 185.15,203.53 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='189.27,283.20 189.27,279.41 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='189.27,281.31 183.30,281.31 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='183.30,283.20 183.30,279.41 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='190.60,264.23 190.60,260.44 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='190.60,262.34 184.02,262.34 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='184.02,264.23 184.02,260.44 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='253.59,302.18 253.59,298.38 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='253.59,300.28 234.93,300.28 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='234.93,302.18 234.93,298.38 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<text x='216.55' y='94.33' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>13%</text>
-<text x='203.87' y='151.25' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>8%</text>
-<text x='205.92' y='113.31' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>9%</text>
-<text x='194.64' y='170.22' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>4%</text>
-<text x='218.09' y='75.36' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>14%</text>
-<text x='192.58' y='246.10' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>3%</text>
-<text x='192.58' y='227.13' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>3%</text>
-<text x='219.63' y='56.39' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>15%</text>
-<text x='204.38' y='132.28' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>8%</text>
-<text x='194.12' y='189.19' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>4%</text>
-<text x='193.61' y='208.16' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>3%</text>
-<text x='191.04' y='284.04' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>2%</text>
-<text x='192.07' y='265.07' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>3%</text>
-<text x='250.93' y='303.01' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>29%</text>
+<g clip-path='url(#cpMTYxLjM1fDQyNi41Mnw0Mi4zM3w0NTUuNjI=)'>
+<polyline points='218.99,455.62 218.99,42.33 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='334.29,455.62 334.29,42.33 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='161.35,455.62 161.35,42.33 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='276.64,455.62 276.64,42.33 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='391.93,455.62 391.93,42.33 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<rect x='161.35' y='106.36' width='30.56' height='23.28' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='161.35' y='193.68' width='18.89' height='23.28' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='161.35' y='135.47' width='21.11' height='23.28' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='161.35' y='222.78' width='8.89' height='23.28' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='161.35' y='77.26' width='32.23' height='23.28' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='161.35' y='339.20' width='6.67' height='23.28' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='161.35' y='310.09' width='6.67' height='23.28' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='161.35' y='48.15' width='33.89' height='23.28' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='161.35' y='164.57' width='19.45' height='23.28' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='161.35' y='251.89' width='8.33' height='23.28' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='161.35' y='280.99' width='7.78' height='23.28' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='161.35' y='397.41' width='5.00' height='23.28' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='161.35' y='368.30' width='6.11' height='23.28' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='161.35' y='426.51' width='67.79' height='23.28' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<polyline points='199.43,120.91 199.43,115.09 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='199.43,118.00 184.39,118.00 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='184.39,120.91 184.39,115.09 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='186.32,208.23 186.32,202.41 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='186.32,205.32 174.16,205.32 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='174.16,208.23 174.16,202.41 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='188.86,150.02 188.86,144.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='188.86,147.11 176.06,147.11 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='176.06,150.02 176.06,144.20 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='174.51,237.33 174.51,231.51 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='174.51,234.42 165.97,234.42 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='165.97,237.33 165.97,231.51 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='201.27,91.81 201.27,85.99 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='201.27,88.90 185.88,88.90 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='185.88,91.81 185.88,85.99 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='171.73,353.75 171.73,347.93 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='171.73,350.84 164.30,350.84 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='164.30,353.75 164.30,347.93 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='171.73,324.65 171.73,318.83 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='171.73,321.74 164.30,321.74 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='164.30,324.65 164.30,318.83 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='203.10,62.71 203.10,56.88 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='203.10,59.79 187.39,59.79 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='187.39,62.71 187.39,56.88 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='186.96,179.12 186.96,173.30 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='186.96,176.21 174.63,176.21 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='174.63,179.12 174.63,173.30 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='173.82,266.44 173.82,260.62 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='173.82,263.53 165.54,263.53 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='165.54,266.44 165.54,260.62 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='173.13,295.54 173.13,289.72 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='173.13,292.63 165.12,292.63 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='165.12,295.54 165.12,289.72 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='169.58,411.96 169.58,406.14 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='169.58,409.05 163.12,409.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='163.12,411.96 163.12,406.14 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='171.02,382.86 171.02,377.04 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='171.02,379.95 163.90,379.95 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='163.90,382.86 163.90,377.04 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='239.24,441.07 239.24,435.24 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='239.24,438.16 219.03,438.16 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='219.03,441.07 219.03,435.24 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<text x='197.91' y='120.69' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>13%</text>
+<text x='184.57' y='208.01' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>8%</text>
+<text x='186.80' y='149.80' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>9%</text>
+<text x='174.57' y='237.11' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>4%</text>
+<text x='199.58' y='91.59' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>14%</text>
+<text x='172.35' y='353.53' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>3%</text>
+<text x='172.35' y='324.43' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>3%</text>
+<text x='201.24' y='62.48' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>15%</text>
+<text x='185.13' y='178.90' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>8%</text>
+<text x='174.02' y='266.22' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>4%</text>
+<text x='173.46' y='295.32' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>3%</text>
+<text x='170.68' y='411.74' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>2%</text>
+<text x='171.79' y='382.64' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>3%</text>
+<text x='235.14' y='440.84' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>29%</text>
 </g>
-<g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHwzNjAuMDA=)'>
-<text x='176.74' y='303.19' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='22.72px' lengthAdjust='spacingAndGlyphs'>Other</text>
-<text x='176.74' y='284.22' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='96.22px' lengthAdjust='spacingAndGlyphs'>Replace directive issues</text>
-<text x='176.74' y='260.93' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='129.29px' lengthAdjust='spacingAndGlyphs'>Working with multiple modules /</text>
-<text x='176.74' y='269.57' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='47.00px' lengthAdjust='spacingAndGlyphs'>workspaces</text>
-<text x='176.74' y='246.28' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='27.62px' lengthAdjust='spacingAndGlyphs'>Design</text>
-<text x='176.74' y='227.31' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='150.15px' lengthAdjust='spacingAndGlyphs'>Learning curve / best practices / docs</text>
-<text x='176.74' y='208.34' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='28.13px' lengthAdjust='spacingAndGlyphs'>Testing</text>
-<text x='176.74' y='189.37' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='59.01px' lengthAdjust='spacingAndGlyphs'>Using generics</text>
-<text x='176.74' y='170.40' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='133.08px' lengthAdjust='spacingAndGlyphs'>Keeping up with new Go versions</text>
-<text x='176.74' y='151.43' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='159.14px' lengthAdjust='spacingAndGlyphs'>User engagement / building community</text>
-<text x='176.74' y='132.46' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='49.26px' lengthAdjust='spacingAndGlyphs'>Lack of time</text>
-<text x='176.74' y='113.49' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='158.22px' lengthAdjust='spacingAndGlyphs'>Avoiding / identifying breaking changes</text>
-<text x='176.74' y='94.51' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='20.87px' lengthAdjust='spacingAndGlyphs'>None</text>
-<text x='176.74' y='75.54' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='110.86px' lengthAdjust='spacingAndGlyphs'>Disruptions from versioning</text>
-<text x='176.74' y='52.25' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='126.45px' lengthAdjust='spacingAndGlyphs'>The modules system / updating</text>
-<text x='176.74' y='60.89' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='55.86px' lengthAdjust='spacingAndGlyphs'>dependencies</text>
-<text x='181.67' y='322.42' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='12.69px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='288.12' y='322.42' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='17.78px' lengthAdjust='spacingAndGlyphs'>50%</text>
-<text x='394.58' y='322.42' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='22.87px' lengthAdjust='spacingAndGlyphs'>100%</text>
-<text x='304.09' y='339.88' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='70.03px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<text x='5.48' y='30.65' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='111.38px' lengthAdjust='spacingAndGlyphs'>(open-ended text response)</text>
-<text x='5.48' y='17.75' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='412.55px' lengthAdjust='spacingAndGlyphs'>What, if anything, is your biggest challenge in maintaining a Go module?</text>
-<text x='426.52' y='352.86' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='34.67px' lengthAdjust='spacingAndGlyphs'>n =  415</text>
+<g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHw1MDQuMDA=)'>
+<text x='156.42' y='441.02' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='20.01px' lengthAdjust='spacingAndGlyphs'>Other</text>
+<text x='156.42' y='411.92' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='86.29px' lengthAdjust='spacingAndGlyphs'>Replace directive issues</text>
+<text x='156.42' y='378.50' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='112.52px' lengthAdjust='spacingAndGlyphs'>Working with multiple modules /</text>
+<text x='156.42' y='387.14' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='42.25px' lengthAdjust='spacingAndGlyphs'>workspaces</text>
+<text x='156.42' y='353.71' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='24.90px' lengthAdjust='spacingAndGlyphs'>Design</text>
+<text x='156.42' y='324.61' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='132.57px' lengthAdjust='spacingAndGlyphs'>Learning curve / best practices / docs</text>
+<text x='156.42' y='295.50' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='26.24px' lengthAdjust='spacingAndGlyphs'>Testing</text>
+<text x='156.42' y='266.40' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='52.93px' lengthAdjust='spacingAndGlyphs'>Using generics</text>
+<text x='156.42' y='237.29' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='118.76px' lengthAdjust='spacingAndGlyphs'>Keeping up with new Go versions</text>
+<text x='156.42' y='208.19' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='138.78px' lengthAdjust='spacingAndGlyphs'>User engagement / building community</text>
+<text x='156.42' y='179.08' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='43.15px' lengthAdjust='spacingAndGlyphs'>Lack of time</text>
+<text x='156.42' y='149.98' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='138.80px' lengthAdjust='spacingAndGlyphs'>Avoiding / identifying breaking changes</text>
+<text x='156.42' y='120.87' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='19.12px' lengthAdjust='spacingAndGlyphs'>None</text>
+<text x='156.42' y='91.77' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='96.96px' lengthAdjust='spacingAndGlyphs'>Disruptions from versioning</text>
+<text x='156.42' y='58.34' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='111.21px' lengthAdjust='spacingAndGlyphs'>The modules system / updating</text>
+<text x='156.42' y='66.98' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='49.83px' lengthAdjust='spacingAndGlyphs'>dependencies</text>
+<text x='161.35' y='466.29' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='11.56px' lengthAdjust='spacingAndGlyphs'>0%</text>
+<text x='276.64' y='466.29' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='16.01px' lengthAdjust='spacingAndGlyphs'>50%</text>
+<text x='391.93' y='466.29' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='20.46px' lengthAdjust='spacingAndGlyphs'>100%</text>
+<text x='293.93' y='483.76' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='62.28px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
+<text x='5.48' y='30.60' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='98.31px' lengthAdjust='spacingAndGlyphs'>(open-ended text response)</text>
+<text x='5.48' y='17.66' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='346.18px' lengthAdjust='spacingAndGlyphs'>What, if anything, is your biggest challenge in maintaining a Go module?</text>
+<text x='426.52' y='496.75' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='29.15px' lengthAdjust='spacingAndGlyphs'>n =  415</text>
 </g>
 </svg>
diff --git a/_content/blog/survey2023q1/where.svg b/_content/blog/survey2023q1/where.svg
index 56f38f6..ee8a030 100644
--- a/_content/blog/survey2023q1/where.svg
+++ b/_content/blog/survey2023q1/where.svg
@@ -23,48 +23,48 @@
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHwxNzUuODc=)'>
 </g>
 <defs>
-  <clipPath id='cpMTc3LjUyfDQyNi41Mnw0Mi4yN3wxMjcuNTQ='>
-    <rect x='177.52' y='42.27' width='249.00' height='85.26' />
+  <clipPath id='cpMTU3Ljc3fDQyNi41Mnw0Mi4zM3wxMjcuNDk='>
+    <rect x='157.77' y='42.33' width='268.75' height='85.16' />
   </clipPath>
 </defs>
-<g clip-path='url(#cpMTc3LjUyfDQyNi41Mnw0Mi4yN3wxMjcuNTQ=)'>
-<polyline points='231.65,127.54 231.65,42.27 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='339.91,127.54 339.91,42.27 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='177.52,127.54 177.52,42.27 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='285.78,127.54 285.78,42.27 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='394.04,127.54 394.04,42.27 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='177.52' y='107.24' width='1.85' height='16.24' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='177.52' y='66.63' width='136.43' height='16.24' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='177.52' y='46.33' width='174.05' height='16.24' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<rect x='177.52' y='86.93' width='98.25' height='16.24' style='stroke-width: 1.07; stroke: none; stroke-linecap: square; stroke-linejoin: miter; fill: #00ADD8;' />
-<polyline points='179.88,117.39 179.88,113.33 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='179.88,115.36 178.86,115.36 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='178.86,117.39 178.86,113.33 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='316.63,76.78 316.63,72.72 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='316.63,74.75 311.27,74.75 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='311.27,76.78 311.27,72.72 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='353.77,56.48 353.77,52.42 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='353.77,54.45 349.36,54.45 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='349.36,56.48 349.36,52.42 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='278.54,97.09 278.54,93.02 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='278.54,95.05 273.01,95.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<polyline points='273.01,97.09 273.01,93.02 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
-<text x='184.13' y='118.09' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='11.90px' lengthAdjust='spacingAndGlyphs'>1%</text>
-<text x='320.62' y='77.49' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>63%</text>
-<text x='358.24' y='57.19' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>80%</text>
-<text x='282.44' y='97.79' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='16.68px' lengthAdjust='spacingAndGlyphs'>45%</text>
+<g clip-path='url(#cpMTU3Ljc3fDQyNi41Mnw0Mi4zM3wxMjcuNDk=)'>
+<polyline points='216.19,127.49 216.19,42.33 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='333.04,127.49 333.04,42.33 ' style='stroke-width: 0.53; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='157.77,127.49 157.77,42.33 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='274.62,127.49 274.62,42.33 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<polyline points='391.47,127.49 391.47,42.33 ' style='stroke-width: 1.07; stroke: #EBEBEB; stroke-linecap: butt;' />
+<rect x='157.77' y='107.22' width='2.00' height='16.22' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='157.77' y='66.66' width='147.28' height='16.22' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='157.77' y='46.39' width='187.81' height='16.22' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<rect x='157.77' y='86.94' width='106.08' height='16.22' style='stroke-width: 1.07; stroke: none; stroke-linecap: butt; stroke-linejoin: miter; fill: #00ADD8;' />
+<polyline points='160.32,117.35 160.32,113.30 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='160.32,115.33 159.22,115.33 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='159.22,117.35 159.22,113.30 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='307.95,76.80 307.95,72.75 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='307.95,74.77 302.16,74.77 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='302.16,76.80 302.16,72.75 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='347.96,56.53 347.96,52.47 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='347.96,54.50 343.19,54.50 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='343.19,56.53 343.19,52.47 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='266.83,97.08 266.83,93.02 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='266.83,95.05 260.86,95.05 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<polyline points='260.86,97.08 260.86,93.02 ' style='stroke-width: 1.07; stroke: #DDDDDD; stroke-linecap: butt;' />
+<text x='164.11' y='118.02' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='10.84px' lengthAdjust='spacingAndGlyphs'>1%</text>
+<text x='311.05' y='77.46' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>63%</text>
+<text x='351.58' y='57.19' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>80%</text>
+<text x='269.85' y='97.74' style='font-size: 7.50px;fill: #555555; font-family: "Arial";' textLength='15.00px' lengthAdjust='spacingAndGlyphs'>45%</text>
 </g>
 <g clip-path='url(#cpMC4wMHw0MzIuMDB8MC4wMHwxNzUuODc=)'>
-<text x='172.59' y='118.27' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='73.87px' lengthAdjust='spacingAndGlyphs'>None of the above</text>
-<text x='172.59' y='97.97' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='154.99px' lengthAdjust='spacingAndGlyphs'>I program at work in another language</text>
-<text x='172.59' y='77.67' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='126.72px' lengthAdjust='spacingAndGlyphs'>I program in Go outside of work</text>
-<text x='172.59' y='57.37' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='95.01px' lengthAdjust='spacingAndGlyphs'>I program at work in Go</text>
-<text x='177.52' y='138.30' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='12.69px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='285.78' y='138.30' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='17.78px' lengthAdjust='spacingAndGlyphs'>50%</text>
-<text x='394.04' y='138.30' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='22.87px' lengthAdjust='spacingAndGlyphs'>100%</text>
-<text x='302.02' y='155.76' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='70.03px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<text x='5.48' y='30.65' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='85.26px' lengthAdjust='spacingAndGlyphs'>(select all that apply)</text>
-<text x='5.48' y='17.75' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='150.39px' lengthAdjust='spacingAndGlyphs'>The following apply to me:</text>
-<text x='426.52' y='168.73' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='42.30px' lengthAdjust='spacingAndGlyphs'>n =  5,842</text>
+<text x='152.84' y='118.20' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='65.40px' lengthAdjust='spacingAndGlyphs'>None of the above</text>
+<text x='152.84' y='97.92' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='135.22px' lengthAdjust='spacingAndGlyphs'>I program at work in another language</text>
+<text x='152.84' y='77.64' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='111.64px' lengthAdjust='spacingAndGlyphs'>I program in Go outside of work</text>
+<text x='152.84' y='57.37' text-anchor='end' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='83.61px' lengthAdjust='spacingAndGlyphs'>I program at work in Go</text>
+<text x='157.77' y='138.16' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='11.56px' lengthAdjust='spacingAndGlyphs'>0%</text>
+<text x='274.62' y='138.16' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='16.01px' lengthAdjust='spacingAndGlyphs'>50%</text>
+<text x='391.47' y='138.16' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='20.46px' lengthAdjust='spacingAndGlyphs'>100%</text>
+<text x='292.15' y='155.63' text-anchor='middle' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='62.28px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
+<text x='5.48' y='30.60' style='font-size: 8.00px;fill: #666666; font-family: "Arial";' textLength='73.40px' lengthAdjust='spacingAndGlyphs'>(select all that apply)</text>
+<text x='5.48' y='17.66' style='font-size: 10.00px; font-weight: bold;fill: #333333; font-family: "Arial";' textLength='126.12px' lengthAdjust='spacingAndGlyphs'>The following apply to me:</text>
+<text x='426.52' y='168.62' text-anchor='end' style='font-size: 8.00px;fill: #999999; font-family: "Arial";' textLength='35.82px' lengthAdjust='spacingAndGlyphs'>n =  5,836</text>
 </g>
 </svg>