diff options
author | Steve Francia <spf@golang.org> | 2018-02-21 11:17:06 -0500 |
---|---|---|
committer | Steve Francia <spf@golang.org> | 2018-02-26 19:02:22 +0000 |
commit | bc40a4c35d3ac1807d228e6fabee47ff3ff81cae (patch) | |
tree | 8fabac1348cbd665cac452b3fc14386fbb2864b8 /content/survey2017/about-me.svg | |
parent | 50caeec05b4e3f78d8a4c10145fde6bd7b1007f9 (diff) |
content: survey 2017 results
Change-Id: I00c17fd14b10f3c1b652bc0bf381a294f7b2cda9
Reviewed-on: https://go-review.googlesource.com/95855
Reviewed-by: Cassandra Salisbury <cls@golang.org>
Reviewed-by: Sameer Ajmani <sameer@golang.org>
Diffstat (limited to 'content/survey2017/about-me.svg')
-rw-r--r-- | content/survey2017/about-me.svg | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/content/survey2017/about-me.svg b/content/survey2017/about-me.svg new file mode 100644 index 0000000..e110d01 --- /dev/null +++ b/content/survey2017/about-me.svg @@ -0,0 +1,44 @@ +<?xml version="1.0" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg width="70.00em" height="10.40em" version="1.1" + xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css"><![CDATA[ + svg { + font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */ + } + tspan.size { + font-size: 0.80em; + } + tspan.head { + font-weight: bold; + } + tspan.paren { + font-weight: normal !important; + } + ]]></style> + </defs> +<text x="0.00em" y="1.20em" class="head"><tspan class="size">The following apply to me: <tspan class="paren">(multiple choice)</tspan></tspan></text> +<rect x="7.25em" y="2.10em" width="6.75em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/> +<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">4,201 (67%)</tspan></text> +<text x="14.50em" y="2.70em"><tspan class="size">I program at work in Go</tspan></text> +<rect x="7.25em" y="3.30em" width="6.32em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/> +<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">3,935 (63%)</tspan></text> +<text x="14.07em" y="3.90em"><tspan class="size">I program in Go outside of work</tspan></text> +<rect x="7.25em" y="4.50em" width="5.43em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/> +<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">3,381 (54%)</tspan></text> +<text x="13.18em" y="5.10em"><tspan class="size">I program at work in another language</tspan></text> +<rect x="7.25em" y="5.70em" width="1.61em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/> +<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">1,001 (16%)</tspan></text> +<text x="9.36em" y="6.30em"><tspan class="size">I manage a programming team</tspan></text> +<rect x="7.25em" y="6.90em" width="0.81em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/> +<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">506 (8%)</tspan></text> +<text x="8.56em" y="7.50em"><tspan class="size">I am a student</tspan></text> +<rect x="7.25em" y="8.10em" width="0.18em" height="0.60em" stroke="#777777" fill="#777777"/> +<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">113 (2%)</tspan></text> +<text x="7.93em" y="8.70em"><tspan class="size">Other</tspan></text> +<rect x="7.25em" y="9.30em" width="0.04em" height="0.60em" stroke="black" fill="white"/> +<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">27 (0%)</tspan></text> +<text x="7.79em" y="9.90em"><tspan class="size">No response</tspan></text> +</svg> |