#755 Docs moved to https://pagure.io/fedora-badges/docs
Merged 5 years ago by jflory7. Opened 5 years ago by jibecfed.
jibecfed/fedora-badges move-doc  into  master

file modified
+1 -1
@@ -22,7 +22,7 @@ 

  

  * Submit new badge ideas

  * Contribute badge designs and artwork

- * Add or change documentation on [docs.fedoraproject.org/en-US/badges/](https://docs.fedoraproject.org/en-US/badges/ "Fedora Badges :: Fedora Docs")

+ * To change documentation on [docs.fedoraproject.org/en-US/badges/](https://docs.fedoraproject.org/en-US/badges/ "Fedora Badges :: Fedora Docs"), open https://pagure.io/fedora-badges/docs

  

  ### How do I get involved with the Fedora Badges community?

  

file removed
-120
@@ -1,120 +0,0 @@ 

- # Fedora Docs Template

- 

- This repository contains a minimal source structure for a new Fedora Docs source.

- 

- ## Structure

- 

- ```

- |-- README.md

- |-- antora.yml ....................... 1.

- |-- build.sh ......................... 2.

- |-- preview.sh ....................... 3.

- |-- site.yml ......................... 4.

- `-- modules

-     `-- ROOT ......................... 5.

-         |-- assets

-         |   `-- images ............... 6.

-         |       `-- pizza.png

-         |-- nav.adoc ................. 7.

-         `-- pages .................... 8.

-             |-- architecture.adoc

-             |-- community.adoc

-             |-- faq.adoc

-             |-- index.adoc

-             |-- pizza-dough.adoc

-             `-- pizza-owen.adoc

- ```

- 

- 1. Metadata definition.

- 2. A script that does a local build. Uses docker.

- 3. A script that shows a preview of the site in a web browser by running a local web server. Uses docker.

- 4. A definition file for the build script.

- 5. A "root module of this documentation component". Please read below for an explanation.

- 6. **Images** to be used on any page.

- 7. **Menu definition.** Also defines the hierarchy of all the pages.

- 8. **Pages with the actual content.** They can be also organised into subdirectories if desired.

- 

- ## Components and Modules

- 

- Antora introduces two new terms:

- 

- * **Component** — Simply put, a component is a part of the documentation website with its own menu. Components can also be versioned. In the Fedora Docs, we use separate components for user documentation, the Fedora Poject, Fedora council, Mindshare, FESCO, but also subprojects such as CommOps or Modulartity.

- * **Module** — A component can be broken down into multiple modules. Modules still share a single menu on the site, but their sources can be stored in different git repositories, even owned by different groups. The default module is called "ROOT" (that's what is in this example). If you don't want to use multiple modules, only use "ROOT". But to define more modules, simply duplicate the "ROOT" directory and name it anything you want. You can store modules in one or more git repositories.

- 

- ## Local preview

- 

- This repo includes scripts to build and preview the contents of this repository.

- 

- **NOTE**: Please note that if you reference pages from other repositoreis, such links will be broken in this local preview as it only builds this repository. If you want to rebuild the whole Fedora Docs site, please see [the Fedora Docs build repository](https://pagure.io/fedora-docs/docs-fp-o/) for instructions.

- 

- Both scripts use docker, so please make sure you have it installed on your system. Please see below for instructions.

- 

- To build and preview the site, run:

- 

- ```

- $ ./build.sh && ./preview.sh

- ```

- 

- The result will be available at http://localhost:8080

- 

- ### Installing docker on Fedora

- 

- ```

- $ sudo dnf install docker

- $ sudo systemctl start docker && sudo systemctl enable docker

- ```

- 

- ### Preview as a part of the whole Fedora Docs site

- 

- You can also build the whole Fedora Docs site locally to see your changes in the whole context.

- This is especially useful for checking if your `xref` links work properly.

- 

- To do this, you need to clone the main [Fedora Docs build repository](https://pagure.io/fedora-docs/docs-fp-o), modify the `site.yml` file to reference a repo with your changes, and build it.

- Steps:

- 

- Clone the main repository and cd into it:

- 

- ```

- $ git clone https://pagure.io/fedora-docs/docs-fp-o.git

- $ cd docs-fp-o

- ```

- 

- Find a reference to the repository you're changing in the `site.yml` file, and change it so it points to your change.

- So for example, if I made a modification to the Modularity docs, I would find:

- 

- ```

- ...

-    - url: https://pagure.io/fedora-docs/modularity.git

-      branches:

-        - master

- ...

- ```

- 

- And replaced it with a pointer to my fork:

- ```

- ...

-    - url: https://pagure.io/forks/asamalik/fedora-docs/modularity.git

-      branches:

-        - master

- ...

- ```

- 

- I could also point to a local repository, using `HEAD` as a branch to preview the what's changed without the need of making a commit.

- 

- **Note:** I would need to move the repository under the `docs-fp-o` directory, because the builder won't see anything above.

- So I would need to create a `repositories` directory in `docs-fp-o` and copy my repository into it.

- 

- ```

- ...

-    - url: ./repositories/modularity

-      branches:

-        - HEAD

- ...

- ```

- 

- To build the whole site, I would run the following in the `docs-fp-o` directory.

- 

- ```

- $ ./build.sh && ./preview.sh

- ```

- 

file removed
-16
@@ -1,16 +0,0 @@ 

- # Name will be mostly visible in the URL. Treat it as an indentifier.

- # Tip: If you want to use the local preview scripts that come with this repository, please change this value in the site.yml file as well. (under site/start_page)

- name: badges

- 

- # Title will be visible on the page. 

- title: Fedora Badges

- 

- # If you don't plan to have multiple versions of the docs (for example, to document multiple versions of some software), you can ignore this field. Otherwise, change "master" to a specific version.

- version: master

- 

- # We encourage you to name the index page as "index.adoc". If you absolutely have to use a different name, please reflect it here. You can ignore this field otherwise. 

- start_page: ROOT:index

- 

- # This lists all the menu definitions of your component.

- nav:

- - modules/ROOT/nav.adoc

@@ -1,5244 +0,0 @@ 

- <?xml version="1.0" encoding="UTF-8" standalone="no"?>

- <!-- Created with Inkscape (http://www.inkscape.org/) -->

- 

- <svg

-    xmlns:dc="http://purl.org/dc/elements/1.1/"

-    xmlns:cc="http://creativecommons.org/ns#"

-    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"

-    xmlns:svg="http://www.w3.org/2000/svg"

-    xmlns="http://www.w3.org/2000/svg"

-    xmlns:xlink="http://www.w3.org/1999/xlink"

-    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"

-    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"

-    width="765"

-    height="990"

-    id="svg3395"

-    version="1.1"

-    inkscape:version="0.48.2 r9819"

-    sodipodi:docname="backgrounds.svg"

-    inkscape:export-filename="/Users/riecatnor/Desktop/BADGES/backgrounds.png"

-    inkscape:export-xdpi="300"

-    inkscape:export-ydpi="300">

-   <defs

-      id="defs3397">

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern6268"

-        id="pattern31438"

-        patternTransform="matrix(1.7578645,0,0,1.7578645,-1727.0506,-123.40208)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern6609-7"

-        id="pattern47733"

-        patternTransform="matrix(1.8285663,0,0,1.8285663,-1572.5744,265.19412)" />

-     <filter

-        color-interpolation-filters="sRGB"

-        inkscape:collect="always"

-        id="filter2620-5">

-       <feGaussianBlur

-          inkscape:collect="always"

-          stdDeviation="0.78000015"

-          id="feGaussianBlur2622-4" />

-     </filter>

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient5981">

-       <stop

-          style="stop-color:#e3e599;stop-opacity:1;"

-          offset="0"

-          id="stop5983" />

-       <stop

-          style="stop-color:#f1f497;stop-opacity:1"

-          offset="1"

-          id="stop5985" />

-     </linearGradient>

-     <radialGradient

-        r="32.499802"

-        fy="1777.5768"

-        fx="1046.8716"

-        cy="1777.5768"

-        cx="1046.8716"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        gradientUnits="userSpaceOnUse"

-        id="radialGradient10008"

-        xlink:href="#linearGradient4123"

-        inkscape:collect="always" />

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient4123">

-       <stop

-          style="stop-color:#e59728;stop-opacity:1"

-          offset="0"

-          id="stop4125" />

-       <stop

-          id="stop4155"

-          offset="0.5"

-          style="stop-color:#eeb25a;stop-opacity:1" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop4127" />

-     </linearGradient>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath4103">

-       <path

-          style="fill:url(#linearGradient4107);fill-opacity:1;stroke:none"

-          id="path4105"

-          d="m 1080.9996,1774.5015 c 0,-17.9499 -14.5505,-32.5015 -32.4999,-32.5015 -17.941,0 -32.4858,14.5396 -32.4988,32.4786 l -9e-4,-9e-4 0,25.1509 9e-4,9e-4 c 0.01,4.073 3.3129,7.3705 7.3885,7.3705 0.011,0 0.023,-9e-4 0.035,-9e-4 l 0,9e-4 25.0858,0 0,0 c 17.9462,-0.01 32.4894,-14.5537 32.4894,-32.4985 z"

-          inkscape:connector-curvature="0"

-          clip-path="none" />

-     </clipPath>

-     <filter

-        color-interpolation-filters="sRGB"

-        inkscape:collect="always"

-        id="filter2620-4">

-       <feGaussianBlur

-          inkscape:collect="always"

-          stdDeviation="0.78000015"

-          id="feGaussianBlur2622-8" />

-     </filter>

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern6259"

-        id="pattern6268"

-        patternTransform="translate(-722.21719,2884)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern6356"

-        id="pattern6259"

-        patternTransform="translate(-722,2924)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern6352"

-        id="pattern6356"

-        patternTransform="translate(-722,2884)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern6176"

-        id="pattern6352"

-        patternTransform="translate(-902,2884)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern4998"

-        id="pattern6176"

-        patternTransform="translate(-902,2844)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern8888"

-        id="pattern4998"

-        patternTransform="translate(-902,244)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern8884"

-        id="pattern8888"

-        patternTransform="translate(-902,244)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern8791"

-        id="pattern8884"

-        patternTransform="translate(-904,0)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern8787"

-        id="pattern8791"

-        patternTransform="translate(-724,0)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern8783"

-        id="pattern8787"

-        patternTransform="translate(-536,0)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern8775"

-        id="pattern8783"

-        patternTransform="translate(-360,0)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#Wavywhite"

-        id="pattern8775"

-        patternTransform="translate(-180,0)" />

-     <pattern

-        inkscape:stockid="Wavy white"

-        id="Wavywhite"

-        height="5.1805778"

-        width="30.066020"

-        patternUnits="userSpaceOnUse"

-        inkscape:collect="always">

-       <path

-          id="path8532"

-          d="M 7.597,0.061 C 5.079,-0.187 2.656,0.302 -0.01,1.788 L -0.01,3.061 C 2.773,1.431 5.173,1.052 7.472,1.280 C 9.770,1.508 11.969,2.361 14.253,3.218 C 18.820,4.931 23.804,6.676 30.066,3.061 L 30.062,1.788 C 23.622,5.497 19.246,3.770 14.691,2.061 C 12.413,1.207 10.115,0.311 7.597,0.061 z "

-          style="fill:white;stroke:none;" />

-     </pattern>

-     <filter

-        color-interpolation-filters="sRGB"

-        inkscape:collect="always"

-        id="filter2620-9-3-47-5-4-5-2-4">

-       <feGaussianBlur

-          inkscape:collect="always"

-          stdDeviation="0.78000015"

-          id="feGaussianBlur2622-5-2-5-37-01-5-5-6" />

-     </filter>

-     <linearGradient

-        id="linearGradient9729-8-86-8-4-2-2">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop9731-9-7-1-0-3-0" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0;"

-          offset="1"

-          id="stop9733-8-1-49-6-9-9" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient26427">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop26429" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0;"

-          offset="1"

-          id="stop26431" />

-     </linearGradient>

-     <filter

-        color-interpolation-filters="sRGB"

-        id="filter12302-0-4-9-8-4-0"

-        inkscape:label="Drop shadow"

-        width="1.5"

-        height="1.5"

-        x="-0.25"

-        y="-0.25">

-       <feGaussianBlur

-          id="feGaussianBlur12304-3-9-0-6-6-0"

-          in="SourceAlpha"

-          stdDeviation="4.5"

-          result="blur" />

-       <feColorMatrix

-          id="feColorMatrix12306-9-7-23-3-2-9"

-          result="bluralpha"

-          type="matrix"

-          values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0 " />

-       <feOffset

-          id="feOffset12308-7-3-5-9-3-2"

-          in="bluralpha"

-          dx="0"

-          dy="0"

-          result="offsetBlur" />

-       <feMerge

-          id="feMerge12310-05-1-9-3-7-6">

-         <feMergeNode

-            id="feMergeNode12312-4-0-01-6-9-7"

-            in="offsetBlur" />

-         <feMergeNode

-            id="feMergeNode12314-7-2-3-8-4-7"

-            in="SourceGraphic" />

-       </feMerge>

-     </filter>

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect25895-4-3-6-1-7-6"

-        is_visible="true" />

-     <inkscape:path-effect

-        is_visible="true"

-        id="path-effect25882-7-7-9-9-8-8"

-        effect="spiro" />

-     <inkscape:path-effect

-        is_visible="true"

-        id="path-effect25882-3-6-18-0-9-8-3"

-        effect="spiro" />

-     <filter

-        color-interpolation-filters="sRGB"

-        id="filter12964-6-9-4-1-0-9"

-        inkscape:label="Drop shadow"

-        width="1.5"

-        height="1.5"

-        x="-0.25"

-        y="-0.25">

-       <feGaussianBlur

-          id="feGaussianBlur12966-3-37-0-5-2-4"

-          in="SourceAlpha"

-          stdDeviation="0.5"

-          result="blur" />

-       <feColorMatrix

-          id="feColorMatrix12968-9-4-2-3-4-9"

-          result="bluralpha"

-          type="matrix"

-          values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 0.85 0 " />

-       <feOffset

-          id="feOffset12970-7-8-4-8-2-6"

-          in="bluralpha"

-          dx="-2"

-          dy="-1"

-          result="offsetBlur" />

-       <feMerge

-          id="feMerge12972-9-0-41-2-8-5">

-         <feMergeNode

-            id="feMergeNode12974-4-4-9-8-1-8"

-            in="offsetBlur" />

-         <feMergeNode

-            id="feMergeNode12976-2-0-0-1-0-9"

-            in="SourceGraphic" />

-       </feMerge>

-     </filter>

-     <linearGradient

-        id="linearGradient30803-2">

-       <stop

-          style="stop-color:#3c6eb4;stop-opacity:1;"

-          offset="0"

-          id="stop30805-8" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="1"

-          id="stop30807-5" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient30140-3-1-5">

-       <stop

-          style="stop-color:#3c6eb4;stop-opacity:1;"

-          offset="0"

-          id="stop30142-0-9-2" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="1"

-          id="stop30144-8-1-4" />

-     </linearGradient>

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-8-9"

-        id="radialGradient16298"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <linearGradient

-        id="linearGradient4123-8-9">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop4125-6-9" />

-       <stop

-          id="stop4155-5-2"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:0.49152541;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop4127-3-7" />

-     </linearGradient>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath16933">

-       <path

-          style="fill:none;stroke:none;display:inline"

-          id="path16935"

-          d="m 1089.3409,1795.1414 c 0,-16.7572 -13.5836,-30.3419 -30.3402,-30.3419 -16.7489,0 -30.3272,13.5735 -30.3393,30.3205 l -9e-4,-9e-4 0,23.4796 9e-4,10e-4 c 0.01,3.8024 3.0927,6.8807 6.8975,6.8807 0.01,0 0.021,-9e-4 0.033,-9e-4 l 0,9e-4 23.4189,0 0,0 c 16.7518,-0.01 30.3287,-13.5865 30.3287,-30.3389 z"

-          inkscape:connector-curvature="0"

-          clip-path="none" />

-     </clipPath>

-     <linearGradient

-        id="linearGradient27331">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop27333" />

-       <stop

-          id="stop27335"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:0.49152541;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop27337" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient27340">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop27342" />

-       <stop

-          id="stop27344"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:0.49152541;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop27346" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient27349">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop27351" />

-       <stop

-          id="stop27353"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:0.49152541;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop27355" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient27358">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop27360" />

-       <stop

-          id="stop27362"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:0.49152541;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop27364" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient27367">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop27369" />

-       <stop

-          id="stop27371"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:0.49152541;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop27373" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient27376">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop27378" />

-       <stop

-          id="stop27380"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:0.49152541;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop27382" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient27385">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop27387" />

-       <stop

-          id="stop27389"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:0.49152541;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop27391" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient27394">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop27396" />

-       <stop

-          id="stop27398"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:0.49152541;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop27400" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient27403">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop27405" />

-       <stop

-          id="stop27407"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:0.49152541;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop27409" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient27412">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop27414" />

-       <stop

-          id="stop27416"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:0.49152541;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop27418" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient27421">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop27423" />

-       <stop

-          id="stop27425"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:0.49152541;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop27427" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient27430">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop27432" />

-       <stop

-          id="stop27434"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:0.49152541;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop27436" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient15857">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop15859" />

-       <stop

-          id="stop15867"

-          offset="0.5"

-          style="stop-color:#71d2ed;stop-opacity:1;" />

-       <stop

-          style="stop-color:#00c7ff;stop-opacity:1;"

-          offset="1"

-          id="stop15861" />

-     </linearGradient>

-     <filter

-        color-interpolation-filters="sRGB"

-        inkscape:collect="always"

-        id="filter2620-3-53-2">

-       <feGaussianBlur

-          inkscape:collect="always"

-          stdDeviation="0.78000015"

-          id="feGaussianBlur2622-8-7-5" />

-     </filter>

-     <radialGradient

-        r="25.477135"

-        fy="-158.79947"

-        fx="431.35889"

-        cy="-158.79947"

-        cx="431.35889"

-        gradientTransform="matrix(2.9583665,0,0,2.9583624,-1185.1921,555.26329)"

-        gradientUnits="userSpaceOnUse"

-        id="radialGradient17312"

-        xlink:href="#linearGradient15857-6"

-        inkscape:collect="always" />

-     <linearGradient

-        id="linearGradient15857-6">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop15859-8" />

-       <stop

-          id="stop15867-7"

-          offset="0.5"

-          style="stop-color:#71d2ed;stop-opacity:1;" />

-       <stop

-          style="stop-color:#00c7ff;stop-opacity:1;"

-          offset="1"

-          id="stop15861-5" />

-     </linearGradient>

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-8-9"

-        id="radialGradient27893"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <filter

-        id="filter6605"

-        inkscape:label="Drop shadow"

-        inkscape:menu="Blurs"

-        inkscape:menu-tooltip="Blur the contents of objects, preserving the outline"

-        color-interpolation-filters="sRGB"

-        width="1.5"

-        height="1.5"

-        x="-0.25"

-        y="-0.25">

-       <feColorMatrix

-          id="feColorMatrix6607"

-          values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 "

-          result="result7" />

-       <feGaussianBlur

-          id="feGaussianBlur6609"

-          result="result6"

-          stdDeviation="5" />

-       <feComposite

-          id="feComposite6611"

-          in2="result7"

-          operator="atop"

-          in="result6"

-          result="result91" />

-       <feComposite

-          id="feComposite6613"

-          in2="result91"

-          operator="in"

-          result="fbSourceGraphic" />

-       <feColorMatrix

-          result="fbSourceGraphicAlpha"

-          in="fbSourceGraphic"

-          values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"

-          id="feColorMatrix6659" />

-       <feColorMatrix

-          id="feColorMatrix6661"

-          values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 "

-          result="result7"

-          in="fbSourceGraphic" />

-       <feGaussianBlur

-          id="feGaussianBlur6663"

-          result="result6"

-          stdDeviation="5" />

-       <feComposite

-          id="feComposite6665"

-          in2="result7"

-          operator="atop"

-          in="result6"

-          result="result91" />

-       <feComposite

-          id="feComposite6667"

-          in2="result91"

-          operator="in"

-          result="fbSourceGraphic" />

-       <feColorMatrix

-          result="fbSourceGraphicAlpha"

-          in="fbSourceGraphic"

-          values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"

-          id="feColorMatrix7823" />

-       <feGaussianBlur

-          id="feGaussianBlur7825"

-          in="fbSourceGraphicAlpha"

-          stdDeviation="1"

-          result="blur" />

-       <feColorMatrix

-          id="feColorMatrix7827"

-          result="bluralpha"

-          type="matrix"

-          values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0 " />

-       <feOffset

-          id="feOffset7829"

-          in="bluralpha"

-          dx="1.5"

-          dy="-1.5"

-          result="offsetBlur" />

-       <feMerge

-          id="feMerge7831">

-         <feMergeNode

-            id="feMergeNode7833"

-            in="offsetBlur" />

-         <feMergeNode

-            id="feMergeNode7835"

-            in="fbSourceGraphic" />

-       </feMerge>

-     </filter>

-     <filter

-        id="filter6595"

-        inkscape:label="Drop shadow"

-        inkscape:menu="Blurs"

-        inkscape:menu-tooltip="Blur the contents of objects, preserving the outline"

-        color-interpolation-filters="sRGB"

-        width="1.5"

-        height="1.5"

-        x="-0.25"

-        y="-0.25">

-       <feColorMatrix

-          id="feColorMatrix6597"

-          values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 "

-          result="result7" />

-       <feGaussianBlur

-          id="feGaussianBlur6599"

-          result="result6"

-          stdDeviation="5" />

-       <feComposite

-          id="feComposite6601"

-          in2="result7"

-          operator="atop"

-          in="result6"

-          result="result91" />

-       <feComposite

-          id="feComposite6603"

-          in2="result91"

-          operator="in"

-          result="fbSourceGraphic" />

-       <feColorMatrix

-          result="fbSourceGraphicAlpha"

-          in="fbSourceGraphic"

-          values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"

-          id="feColorMatrix6669" />

-       <feColorMatrix

-          id="feColorMatrix6671"

-          values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 "

-          result="result7"

-          in="fbSourceGraphic" />

-       <feGaussianBlur

-          id="feGaussianBlur6673"

-          result="result6"

-          stdDeviation="5" />

-       <feComposite

-          id="feComposite6675"

-          in2="result7"

-          operator="atop"

-          in="result6"

-          result="result91" />

-       <feComposite

-          id="feComposite6677"

-          in2="result91"

-          operator="in"

-          result="fbSourceGraphic" />

-       <feColorMatrix

-          result="fbSourceGraphicAlpha"

-          in="fbSourceGraphic"

-          values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"

-          id="feColorMatrix7837" />

-       <feGaussianBlur

-          id="feGaussianBlur7839"

-          in="fbSourceGraphicAlpha"

-          stdDeviation="1"

-          result="blur" />

-       <feColorMatrix

-          id="feColorMatrix7841"

-          result="bluralpha"

-          type="matrix"

-          values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0 " />

-       <feOffset

-          id="feOffset7843"

-          in="bluralpha"

-          dx="1.5"

-          dy="-1.5"

-          result="offsetBlur" />

-       <feMerge

-          id="feMerge7845">

-         <feMergeNode

-            id="feMergeNode7847"

-            in="offsetBlur" />

-         <feMergeNode

-            id="feMergeNode7849"

-            in="fbSourceGraphic" />

-       </feMerge>

-     </filter>

-     <filter

-        id="filter6615"

-        inkscape:label="Drop shadow"

-        inkscape:menu="Blurs"

-        inkscape:menu-tooltip="Blur the contents of objects, preserving the outline"

-        color-interpolation-filters="sRGB"

-        width="1.5"

-        height="1.5"

-        x="-0.25"

-        y="-0.25">

-       <feColorMatrix

-          id="feColorMatrix6617"

-          values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 "

-          result="result7" />

-       <feGaussianBlur

-          id="feGaussianBlur6619"

-          result="result6"

-          stdDeviation="5" />

-       <feComposite

-          id="feComposite6621"

-          in2="result7"

-          operator="atop"

-          in="result6"

-          result="result91" />

-       <feComposite

-          id="feComposite6623"

-          in2="result91"

-          operator="in"

-          result="fbSourceGraphic" />

-       <feColorMatrix

-          result="fbSourceGraphicAlpha"

-          in="fbSourceGraphic"

-          values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"

-          id="feColorMatrix6679" />

-       <feColorMatrix

-          id="feColorMatrix6681"

-          values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 "

-          result="result7"

-          in="fbSourceGraphic" />

-       <feGaussianBlur

-          id="feGaussianBlur6683"

-          result="result6"

-          stdDeviation="5" />

-       <feComposite

-          id="feComposite6685"

-          in2="result7"

-          operator="atop"

-          in="result6"

-          result="result91" />

-       <feComposite

-          id="feComposite6687"

-          in2="result91"

-          operator="in"

-          result="fbSourceGraphic" />

-       <feColorMatrix

-          result="fbSourceGraphicAlpha"

-          in="fbSourceGraphic"

-          values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"

-          id="feColorMatrix7851" />

-       <feGaussianBlur

-          id="feGaussianBlur7853"

-          in="fbSourceGraphicAlpha"

-          stdDeviation="1"

-          result="blur" />

-       <feColorMatrix

-          id="feColorMatrix7855"

-          result="bluralpha"

-          type="matrix"

-          values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0 " />

-       <feOffset

-          id="feOffset7857"

-          in="bluralpha"

-          dx="1.5"

-          dy="-1.5"

-          result="offsetBlur" />

-       <feMerge

-          id="feMerge7859">

-         <feMergeNode

-            id="feMergeNode7861"

-            in="offsetBlur" />

-         <feMergeNode

-            id="feMergeNode7863"

-            in="fbSourceGraphic" />

-       </feMerge>

-     </filter>

-     <linearGradient

-        id="linearGradient4976">

-       <stop

-          style="stop-color:#79db32;stop-opacity:1;"

-          offset="0"

-          id="stop4978" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="1"

-          id="stop4980" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient5201">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0;"

-          offset="0"

-          id="stop5203" />

-       <stop

-          id="stop5209"

-          offset="0.73386818"

-          style="stop-color:#ffffff;stop-opacity:0.779661;" />

-       <stop

-          style="stop-color:#c4c7cc;stop-opacity:0;"

-          offset="1"

-          id="stop5205" />

-     </linearGradient>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath4738">

-       <path

-          sodipodi:type="arc"

-          style="fill:#eff0f1;fill-opacity:1;fill-rule:nonzero;stroke:#4c4c4c;stroke-opacity:1;display:inline"

-          id="path4740"

-          sodipodi:cx="350.08929"

-          sodipodi:cy="319.77289"

-          sodipodi:rx="6.6964288"

-          sodipodi:ry="6.6964288"

-          d="m 356.78572,319.77289 a 6.6964288,6.6964288 0 1 1 -13.39285,0 6.6964288,6.6964288 0 1 1 13.39285,0 z"

-          transform="matrix(2.5292128,1.860414,-1.860414,2.5292128,221.80276,-811.86155)" />

-     </clipPath>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath7098-7">

-       <path

-          style="opacity:0.33399999;fill:url(#pattern7102);fill-opacity:1;stroke:#50a1af;stroke-width:2.5045166"

-          id="path7100-7"

-          d="m 596.65497,3410.9692 c 0,-44.9558 -36.44197,-81.4006 -81.39654,-81.4006 -44.93353,0 -81.36123,36.4147 -81.39379,81.3432 l -0.002,0 0,62.9908 0.002,0 c 0.025,10.2009 8.29722,18.4595 18.50462,18.4595 0.0276,0 0.0576,0 0.0877,0 l 0,0 62.82806,0 0,0 c 44.94627,-0.018 81.36995,-36.4499 81.36995,-81.3929 z"

-          inkscape:connector-curvature="0"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/junior-editor.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-     </clipPath>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath7092-0">

-       <path

-          style="opacity:0.33399999;fill:#82bac3;fill-opacity:1;stroke:none"

-          id="path7094-2"

-          d="m 596.65497,3410.9692 c 0,-44.9558 -36.44197,-81.4006 -81.39654,-81.4006 -44.93353,0 -81.36123,36.4147 -81.39379,81.3432 l -0.002,0 0,62.9908 0.002,0 c 0.025,10.2009 8.29722,18.4595 18.50462,18.4595 0.0276,0 0.0576,0 0.0877,0 l 0,0 62.82806,0 0,0 c 44.94627,-0.018 81.36995,-36.4499 81.36995,-81.3929 z"

-          inkscape:connector-curvature="0"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/junior-editor.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-     </clipPath>

-     <linearGradient

-        id="linearGradient5329">

-       <stop

-          style="stop-color:#e59728;stop-opacity:1;"

-          offset="0"

-          id="stop5331" />

-       <stop

-          style="stop-color:#f8ff3c;stop-opacity:1;"

-          offset="1"

-          id="stop5333" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient4770">

-       <stop

-          style="stop-color:#000000;stop-opacity:1;"

-          offset="0"

-          id="stop4772" />

-       <stop

-          id="stop4894"

-          offset="0.28839085"

-          style="stop-color:#142039;stop-opacity:1;" />

-       <stop

-          id="stop4778"

-          offset="0.49761793"

-          style="stop-color:#3c6eb4;stop-opacity:1;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0.72108096"

-          id="stop4892" />

-       <stop

-          id="stop4900"

-          offset="0.95970011"

-          style="stop-color:#3c6eb4;stop-opacity:1;" />

-       <stop

-          style="stop-color:#000000;stop-opacity:1;"

-          offset="1"

-          id="stop4774" />

-     </linearGradient>

-     <filter

-        color-interpolation-filters="sRGB"

-        inkscape:collect="always"

-        id="filter2620-9">

-       <feGaussianBlur

-          inkscape:collect="always"

-          stdDeviation="0.78000015"

-          id="feGaussianBlur2622-5" />

-     </filter>

-     <filter

-        color-interpolation-filters="sRGB"

-        inkscape:collect="always"

-        id="filter2620">

-       <feGaussianBlur

-          inkscape:collect="always"

-          stdDeviation="0.78000015"

-          id="feGaussianBlur2622" />

-     </filter>

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4213"

-        id="radialGradient6245"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(-0.7923109,1.2423154,-0.84313201,-0.53771815,1490.2863,2007.501)"

-        cx="157.5"

-        cy="1432.75"

-        fx="157.5"

-        fy="1432.75"

-        r="32.499802" />

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient4213">

-       <stop

-          style="stop-color:#5b7ec4;stop-opacity:1"

-          offset="0"

-          id="stop4215" />

-       <stop

-          style="stop-color:#294172;stop-opacity:1"

-          offset="1"

-          id="stop4217" />

-     </linearGradient>

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient6998"

-        id="radialGradient7012"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(1.196206,0.08284147,-0.07438773,1.0741365,-351.04911,-148.62391)"

-        cx="505.83502"

-        cy="1467.4396"

-        fx="505.83502"

-        fy="1467.4396"

-        r="32.499802" />

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient6998">

-       <stop

-          style="stop-color:#95ddff;stop-opacity:1;"

-          offset="0"

-          id="stop7000" />

-       <stop

-          style="stop-color:#95ddff;stop-opacity:0;"

-          offset="1"

-          id="stop7002" />

-     </linearGradient>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath6445">

-       <path

-          style="fill:url(#radialGradient6449);fill-opacity:1;stroke:none"

-          id="path6447"

-          d="m 350.16059,1439.7027 c 0,-14.2416 -11.54442,-25.7868 -25.78554,-25.7868 -14.23446,0 -25.77436,11.5357 -25.78468,25.7686 l -7.1e-4,-7e-4 0,19.9548 7.1e-4,7e-4 c 0.008,3.2316 2.62847,5.8478 5.86207,5.8478 0.009,0 0.0182,-7e-4 0.0278,-7e-4 l 0,7e-4 19.90317,0 0,0 c 14.23855,-0.01 25.77718,-11.547 25.77718,-25.7844 z"

-          inkscape:connector-curvature="0" />

-     </clipPath>

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect6431"

-        is_visible="true" />

-     <inkscape:path-effect

-        is_visible="true"

-        id="path-effect6441"

-        effect="spiro" />

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect6994"

-        is_visible="true" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-3"

-        id="radialGradient5731"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient4123-3">

-       <stop

-          style="stop-color:#e59728;stop-opacity:1"

-          offset="0"

-          id="stop4125-8" />

-       <stop

-          id="stop4155-9"

-          offset="0.5"

-          style="stop-color:#eeb25a;stop-opacity:1" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop4127-6" />

-     </linearGradient>

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-3"

-        id="radialGradient5733"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-3"

-        id="radialGradient5735"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-3"

-        id="radialGradient5737"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-3"

-        id="radialGradient5739"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-3"

-        id="radialGradient5741"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-3"

-        id="radialGradient5743"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-3"

-        id="radialGradient5745"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-3"

-        id="radialGradient5747"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-3"

-        id="radialGradient5749"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-3"

-        id="radialGradient5751"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-3"

-        id="radialGradient5753"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        r="32.499802"

-        fy="1777.5768"

-        fx="1046.8716"

-        cy="1777.5768"

-        cx="1046.8716"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        gradientUnits="userSpaceOnUse"

-        id="radialGradient40317"

-        xlink:href="#linearGradient4123-3"

-        inkscape:collect="always" />

-     <filter

-        color-interpolation-filters="sRGB"

-        inkscape:collect="always"

-        id="filter2620-2">

-       <feGaussianBlur

-          inkscape:collect="always"

-          stdDeviation="0.78000015"

-          id="feGaussianBlur2622-5-4" />

-     </filter>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath19602">

-       <path

-          style="fill:url(#linearGradient19606);fill-opacity:1;stroke:none;display:inline"

-          id="path19604"

-          d="m 555.93209,631.9693 c 0,-18.53822 -15.02745,-33.56675 -33.56508,-33.56675 -18.52903,0 -33.55054,15.01613 -33.56397,33.5431 l -9.3e-4,-9.3e-4 0,25.97524 9.3e-4,7.7e-4 c 0.0103,4.20652 3.42152,7.61208 7.63066,7.61208 0.0103,0 0.0243,-7.7e-4 0.0359,-7.7e-4 l 0.002,7.7e-4 25.90808,0 0,0 c 18.53229,-0.0103 33.55218,-15.0307 33.55218,-33.56365 z"

-          inkscape:connector-curvature="0"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/junior-editor.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-     </clipPath>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath7098-7-7">

-       <path

-          style="opacity:0.33399999;fill:url(#pattern7102);fill-opacity:1;stroke:#50a1af;stroke-width:2.5045166"

-          id="path7100-7-1"

-          d="m 596.65497,3410.9692 c 0,-44.9558 -36.44197,-81.4006 -81.39654,-81.4006 -44.93353,0 -81.36123,36.4147 -81.39379,81.3432 l -0.002,0 0,62.9908 0.002,0 c 0.025,10.2009 8.29722,18.4595 18.50462,18.4595 0.0276,0 0.0576,0 0.0877,0 l 0,0 62.82806,0 0,0 c 44.94627,-0.018 81.36995,-36.4499 81.36995,-81.3929 z"

-          inkscape:connector-curvature="0"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/junior-editor.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-     </clipPath>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath7092-0-1">

-       <path

-          style="opacity:0.33399999;fill:#82bac3;fill-opacity:1;stroke:none"

-          id="path7094-2-8"

-          d="m 596.65497,3410.9692 c 0,-44.9558 -36.44197,-81.4006 -81.39654,-81.4006 -44.93353,0 -81.36123,36.4147 -81.39379,81.3432 l -0.002,0 0,62.9908 0.002,0 c 0.025,10.2009 8.29722,18.4595 18.50462,18.4595 0.0276,0 0.0576,0 0.0877,0 l 0,0 62.82806,0 0,0 c 44.94627,-0.018 81.36995,-36.4499 81.36995,-81.3929 z"

-          inkscape:connector-curvature="0"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/junior-editor.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-     </clipPath>

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern7949-6"

-        id="pattern6609-7"

-        patternTransform="matrix(1.0333642,0,0,1.0333642,-1038.0162,-107.22174)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern6270-5"

-        id="pattern7949-6"

-        patternTransform="translate(-544,3146)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern6259-5"

-        id="pattern6270-5"

-        patternTransform="translate(-724,3146)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern6356-6"

-        id="pattern6259-5"

-        patternTransform="translate(-722,2924)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern6352-3"

-        id="pattern6356-6"

-        patternTransform="translate(-722,2884)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern6176-4"

-        id="pattern6352-3"

-        patternTransform="translate(-902,2884)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern4998-8"

-        id="pattern6176-4"

-        patternTransform="translate(-902,2844)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern8888-6"

-        id="pattern4998-8"

-        patternTransform="translate(-902,244)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern8884-7"

-        id="pattern8888-6"

-        patternTransform="translate(-902,244)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern8791-0"

-        id="pattern8884-7"

-        patternTransform="translate(-904,0)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern8787-2"

-        id="pattern8791-0"

-        patternTransform="translate(-724,0)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern8783-1"

-        id="pattern8787-2"

-        patternTransform="translate(-536,0)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern8775-5"

-        id="pattern8783-1"

-        patternTransform="translate(-360,0)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#Wavywhite-9"

-        id="pattern8775-5"

-        patternTransform="translate(-180,0)" />

-     <pattern

-        inkscape:stockid="Wavy white"

-        id="Wavywhite-9"

-        height="5.1805778"

-        width="30.066020"

-        patternUnits="userSpaceOnUse"

-        inkscape:collect="always">

-       <path

-          id="path8532-9"

-          d="M 7.597,0.061 C 5.079,-0.187 2.656,0.302 -0.01,1.788 L -0.01,3.061 C 2.773,1.431 5.173,1.052 7.472,1.280 C 9.770,1.508 11.969,2.361 14.253,3.218 C 18.820,4.931 23.804,6.676 30.066,3.061 L 30.062,1.788 C 23.622,5.497 19.246,3.770 14.691,2.061 C 12.413,1.207 10.115,0.311 7.597,0.061 z "

-          style="fill:white;stroke:none;" />

-     </pattern>

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient2313-0">

-       <stop

-          style="stop-color:#c0ee9d;stop-opacity:1;"

-          offset="0"

-          id="stop2315-6" />

-       <stop

-          style="stop-color:#ddf6cb;stop-opacity:1"

-          offset="1"

-          id="stop2317-5" />

-     </linearGradient>

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient3336-8">

-       <stop

-          style="stop-color:#d1d3d4;stop-opacity:1;"

-          offset="0"

-          id="stop3338-1" />

-       <stop

-          style="stop-color:#e7e8e9;stop-opacity:1"

-          offset="1"

-          id="stop3340-2" />

-     </linearGradient>

-     <filter

-        color-interpolation-filters="sRGB"

-        inkscape:collect="always"

-        id="filter2620-97">

-       <feGaussianBlur

-          inkscape:collect="always"

-          stdDeviation="0.78000015"

-          id="feGaussianBlur2622-53" />

-     </filter>

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient4123-9">

-       <stop

-          style="stop-color:#e59728;stop-opacity:1"

-          offset="0"

-          id="stop4125-0" />

-       <stop

-          id="stop4155-5"

-          offset="0.5"

-          style="stop-color:#eeb25a;stop-opacity:1" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop4127-5" />

-     </linearGradient>

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient6682"

-        id="radialGradient6688"

-        cx="56"

-        cy="3266.5"

-        fx="56"

-        fy="3266.5"

-        r="15.807369"

-        gradientUnits="userSpaceOnUse" />

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient6682">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop6684" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0;"

-          offset="1"

-          id="stop6686" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient5844">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1"

-          offset="0"

-          id="stop5846" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0;"

-          offset="1"

-          id="stop5848" />

-     </linearGradient>

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient5830">

-       <stop

-          style="stop-color:#991b50;stop-opacity:1"

-          offset="0"

-          id="stop5832" />

-       <stop

-          style="stop-color:#db3279;stop-opacity:1"

-          offset="1"

-          id="stop5834" />

-     </linearGradient>

-     <filter

-        color-interpolation-filters="sRGB"

-        inkscape:collect="always"

-        id="filter2620-7">

-       <feGaussianBlur

-          inkscape:collect="always"

-          stdDeviation="0.78000015"

-          id="feGaussianBlur2622-7" />

-     </filter>

-     <linearGradient

-        id="linearGradient40097">

-       <stop

-          style="stop-color:#c4c7cc;stop-opacity:1;"

-          offset="0"

-          id="stop40099" />

-       <stop

-          style="stop-color:#eff0f1;stop-opacity:1;"

-          offset="1"

-          id="stop40101" />

-     </linearGradient>

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4219"

-        id="linearGradient37647"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.339391,0,0,0.2964736,311.54917,397.8375)"

-        x1="554.5564"

-        y1="782.27264"

-        x2="626.18127"

-        y2="782.27264" />

-     <linearGradient

-        id="linearGradient4219">

-       <stop

-          id="stop4221"

-          offset="0"

-          style="stop-color:#cccccc;stop-opacity:1;" />

-       <stop

-          id="stop4223"

-          offset="1"

-          style="stop-color:#9a9a9a;stop-opacity:1;" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient39902">

-       <stop

-          style="stop-color:#79db32;stop-opacity:1;"

-          offset="0"

-          id="stop39904" />

-       <stop

-          style="stop-color:#000000;stop-opacity:1;"

-          offset="1"

-          id="stop39906" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient45691">

-       <stop

-          style="stop-color:#c4c7cc;stop-opacity:1;"

-          offset="0"

-          id="stop45693" />

-       <stop

-          style="stop-color:#eff0f1;stop-opacity:1;"

-          offset="1"

-          id="stop45695" />

-     </linearGradient>

-     <filter

-        color-interpolation-filters="sRGB"

-        id="filter37857"

-        inkscape:label="Drop shadow"

-        width="1.5"

-        height="1.5"

-        x="-0.25"

-        y="-0.25">

-       <feGaussianBlur

-          id="feGaussianBlur37859"

-          in="SourceAlpha"

-          stdDeviation="1.0851612903225807"

-          result="blur" />

-       <feColorMatrix

-          id="feColorMatrix37861"

-          result="bluralpha"

-          type="matrix"

-          values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0 " />

-       <feOffset

-          id="feOffset37863"

-          in="bluralpha"

-          dx="-2.77556e-17"

-          dy="0"

-          result="offsetBlur" />

-       <feMerge

-          id="feMerge37865"

-          result="fbSourceGraphic">

-         <feMergeNode

-            id="feMergeNode37867"

-            in="offsetBlur" />

-         <feMergeNode

-            id="feMergeNode37869"

-            in="SourceGraphic" />

-       </feMerge>

-       <feColorMatrix

-          result="fbSourceGraphicAlpha"

-          in="fbSourceGraphic"

-          values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"

-          id="feColorMatrix37871" />

-       <feGaussianBlur

-          id="feGaussianBlur37873"

-          in="fbSourceGraphicAlpha"

-          stdDeviation="2"

-          result="blur" />

-       <feColorMatrix

-          id="feColorMatrix37875"

-          result="bluralpha"

-          type="matrix"

-          values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0 " />

-       <feOffset

-          id="feOffset37877"

-          in="bluralpha"

-          dx="-2.77556e-17"

-          dy="0"

-          result="offsetBlur" />

-       <feMerge

-          id="feMerge37879">

-         <feMergeNode

-            id="feMergeNode37881"

-            in="offsetBlur" />

-         <feMergeNode

-            id="feMergeNode37883"

-            in="fbSourceGraphic" />

-       </feMerge>

-     </filter>

-     <linearGradient

-        id="linearGradient45712">

-       <stop

-          style="stop-color:#c4c7cc;stop-opacity:1;"

-          offset="0"

-          id="stop45714" />

-       <stop

-          style="stop-color:#eff0f1;stop-opacity:1;"

-          offset="1"

-          id="stop45716" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient37905">

-       <stop

-          style="stop-color:#294172;stop-opacity:1;"

-          offset="0"

-          id="stop37907" />

-       <stop

-          id="stop37913"

-          offset="0.74811548"

-          style="stop-color:#acc4e4;stop-opacity:1;" />

-       <stop

-          style="stop-color:#6a82ab;stop-opacity:1;"

-          offset="0.90435892"

-          id="stop37917" />

-       <stop

-          style="stop-color:#294172;stop-opacity:1;"

-          offset="1"

-          id="stop37909" />

-     </linearGradient>

-     <filter

-        color-interpolation-filters="sRGB"

-        inkscape:collect="always"

-        id="filter2620-9-8-5-1-5">

-       <feGaussianBlur

-          inkscape:collect="always"

-          stdDeviation="0.78000015"

-          id="feGaussianBlur2622-5-5-5-4-8" />

-     </filter>

-     <filter

-        color-interpolation-filters="sRGB"

-        inkscape:collect="always"

-        id="filter2620-9-6">

-       <feGaussianBlur

-          inkscape:collect="always"

-          stdDeviation="0.78000015"

-          id="feGaussianBlur2622-5-9" />

-     </filter>

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient40097"

-        id="linearGradient31270"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(1.7571579,0,0,1.7571579,-773.96293,-346.66761)"

-        x1="484.83658"

-        y1="629.66705"

-        x2="484.73175"

-        y2="622.46954" />

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient39902"

-        id="linearGradient31277"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(1.7571579,0,0,1.7571579,-773.96293,-346.66762)"

-        x1="502.72876"

-        y1="642.2395"

-        x2="517.89777"

-        y2="678.97168" />

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient40097"

-        id="linearGradient31280"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(1.7571579,0,0,1.7571579,-773.96293,-346.66761)"

-        x1="508.84186"

-        y1="621.37708"

-        x2="506.10382"

-        y2="616.57867" />

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient40097"

-        id="linearGradient31284"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(1.7571579,0,0,1.7571579,-773.96293,-346.66761)"

-        x1="531.24939"

-        y1="635.60815"

-        x2="529.95074"

-        y2="627.08698" />

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient37905"

-        id="linearGradient31288"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(1.7571579,0,0,1.7571579,-773.96293,-346.66762)"

-        x1="510.76535"

-        y1="641.53809"

-        x2="510.53098"

-        y2="602.92773" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient5844"

-        id="radialGradient31293"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(-2.1699614,1.6148546,-1.313785,-1.7654014,1015.107,164.45211)"

-        cx="344.54816"

-        cy="103.4471"

-        fx="344.54816"

-        fy="103.4471"

-        r="34.819855" />

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient5830"

-        id="linearGradient31297"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(1.757157,0,0,1.757157,-432.50385,332.63428)"

-        x1="279.34033"

-        y1="169.48761"

-        x2="343.34033"

-        y2="96.624695" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-8-9"

-        id="radialGradient31483"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient15857-6"

-        id="radialGradient31519"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(1.3006551,0,0,1.3006533,-619.73834,611.15423)"

-        cx="431.35889"

-        cy="-158.79947"

-        fx="431.35889"

-        fy="-158.79947"

-        r="25.477135" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient15857"

-        id="radialGradient31521"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(2.3044737,-0.01034864,0.00584075,1.3006402,-1052.1374,615.67164)"

-        cx="431.35889"

-        cy="-158.79947"

-        fx="431.35889"

-        fy="-158.79947"

-        r="25.477135" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-8-9"

-        id="radialGradient31523"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-8-9"

-        id="radialGradient31525"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-8-9"

-        id="radialGradient31527"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-8-9"

-        id="radialGradient31529"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-8-9"

-        id="radialGradient31531"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-8-9"

-        id="radialGradient31533"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-8-9"

-        id="radialGradient31535"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-8-9"

-        id="radialGradient31537"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-8-9"

-        id="radialGradient31539"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-8-9"

-        id="radialGradient31541"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-8-9"

-        id="radialGradient31543"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-8-9"

-        id="radialGradient31545"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-8-9"

-        id="radialGradient31547"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient5981"

-        id="linearGradient31859"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(1.4110048,0,0,1.4110048,-103.93791,2498.9403)"

-        x1="858"

-        y1="428"

-        x2="858"

-        y2="352" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123"

-        id="radialGradient31861"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123"

-        id="radialGradient31863"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123"

-        id="radialGradient31865"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123"

-        id="radialGradient31867"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123"

-        id="radialGradient31869"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123"

-        id="radialGradient31871"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123"

-        id="radialGradient31873"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123"

-        id="radialGradient31875"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123"

-        id="radialGradient31877"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123"

-        id="radialGradient31879"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123"

-        id="radialGradient31881"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123"

-        id="radialGradient31883"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123"

-        id="radialGradient31885"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient3336-8"

-        id="linearGradient31887"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(1.7705363,0,0,1.7705363,-561.93319,-576.61339)"

-        x1="512"

-        y1="663"

-        x2="512"

-        y2="597" />

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient2313-0"

-        id="linearGradient31889"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(1.8285663,0,0,1.8285663,76.792551,-180.97604)"

-        x1="145"

-        y1="457"

-        x2="146"

-        y2="333" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-9"

-        id="radialGradient31891"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(2.3726715,1.6185114,-1.7181629,2.88643,1130.1479,-6319.3387)"

-        cx="1054.5139"

-        cy="1777.5072"

-        fx="1054.5139"

-        fy="1777.5072"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient6682"

-        id="radialGradient31893"

-        gradientUnits="userSpaceOnUse"

-        cx="56"

-        cy="3266.5"

-        fx="56"

-        fy="3266.5"

-        r="15.807369" />

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4770"

-        id="linearGradient31895"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(1.8342026,0,0,1.8342026,-576.97363,-831.18215)"

-        x1="486.25543"

-        y1="602.45776"

-        x2="532.80206"

-        y2="670.67419" />

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4976"

-        id="linearGradient31897"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(1.8342026,0,0,1.8342026,-576.97363,-831.18215)"

-        x1="521.76947"

-        y1="662.32257"

-        x2="507.75812"

-        y2="642.79236" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient9729-8-86-8-4-2-2"

-        id="radialGradient31899"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(-0.52539734,-1.801143,1.5606696,-0.45525079,-134.69046,1346.3985)"

-        cx="508.75491"

-        cy="634.60168"

-        fx="508.75491"

-        fy="634.60168"

-        r="32.499802" />

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient9729-8-86-8-4-2-2"

-        id="linearGradient31901"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="translate(-240.30769,1.7214356)"

-        x1="119.85098"

-        y1="350.3399"

-        x2="119.67741"

-        y2="401.05807" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4213"

-        id="radialGradient31903"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(-1.1179545,1.752913,-1.1896633,-0.7587229,2164.8964,2305.9141)"

-        cx="157.5"

-        cy="1432.75"

-        fx="157.5"

-        fy="1432.75"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient6998"

-        id="radialGradient31905"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(1.6878524,0.11688971,-0.10496145,1.5156118,-433.23672,-736.38858)"

-        cx="505.83502"

-        cy="1467.4396"

-        fx="505.83502"

-        fy="1467.4396"

-        r="32.499802" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4123-8-9"

-        id="radialGradient31907"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.91987058,1.0040795,-1.1410488,1.0453515,2112.1869,-1131.7579)"

-        cx="1046.8716"

-        cy="1777.5768"

-        fx="1046.8716"

-        fy="1777.5768"

-        r="32.499802" />

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath25237">

-       <path

-          sodipodi:nodetypes="csccccscccccc"

-          inkscape:connector-curvature="0"

-          d="m 209.48826,395.69853 c 0,-98.21232 -79.61246,-177.83049 -177.82149,-177.83049 -98.163345,0 -177.74439,79.55267 -177.81563,177.70521 l -0.005,-0.005 0,137.61148 0.005,0.005 c 0.0553,22.28565 18.12658,40.32752 40.42576,40.32752 0.0624,0 0.1253,-0.005 0.19096,-0.005 l 0.0108,0.005 137.256089,0 0,0 C 129.9155,573.47395 209.48805,493.88252 209.48805,395.69848 z"

-          id="path25239"

-          style="fill:#f2ca92;fill-opacity:1;stroke:none;display:inline"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-     </clipPath>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath25241">

-       <path

-          sodipodi:nodetypes="csccccscccccc"

-          inkscape:connector-curvature="0"

-          d="m 288.94396,516.68993 c 0,-98.21232 -79.61246,-177.83049 -177.82149,-177.83049 -98.163344,0 -177.744393,79.55267 -177.815632,177.70521 l -0.0054,-0.005 0,137.61147 0.0054,0.005 c 0.05525,22.28564 18.126583,40.32752 40.42576,40.32752 0.06242,0 0.125302,-0.005 0.190959,-0.005 l 0.01081,0.005 137.256083,0 0,0 c 98.18075,-0.0383 177.7533,-79.62973 177.7533,-177.81376 z"

-          id="path25243"

-          style="fill:#f2ca92;fill-opacity:1;stroke:none;display:inline"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-     </clipPath>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath25245">

-       <path

-          sodipodi:nodetypes="csccccscccccc"

-          inkscape:connector-curvature="0"

-          d="m 451.27449,517.19005 c 0,-98.21232 -79.61246,-177.83049 -177.82149,-177.83049 -98.16335,0 -177.744394,79.55267 -177.815633,177.70521 l -0.0054,-0.005 0,137.61148 0.0054,0.005 c 0.05525,22.28564 18.126583,40.32752 40.425763,40.32752 0.0624,0 0.1253,-0.005 0.19096,-0.005 l 0.0108,0.005 137.25609,0 0,0 c 98.18075,-0.0383 177.7533,-79.62973 177.7533,-177.81377 z"

-          id="path25247"

-          style="fill:#f2ca92;fill-opacity:1;stroke:none;display:inline"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-     </clipPath>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath25249">

-       <path

-          sodipodi:nodetypes="csccccscccccc"

-          inkscape:connector-curvature="0"

-          d="m 369.91856,637.59684 c 0,-98.21232 -79.61246,-177.83049 -177.82149,-177.83049 -98.163344,0 -177.744393,79.55267 -177.815632,177.70521 l -0.0054,-0.005 0,137.61148 0.0054,0.005 c 0.05525,22.28565 18.126583,40.32752 40.42576,40.32752 0.06242,0 0.125302,-0.005 0.19096,-0.005 l 0.0108,0.005 137.256092,0 0,0 c 98.18074,-0.0383 177.7533,-79.62972 177.7533,-177.81376 z"

-          id="path25251"

-          style="fill:#f2ca92;fill-opacity:1;stroke:none;display:inline"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-     </clipPath>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath25253">

-       <path

-          sodipodi:nodetypes="csccccscccccc"

-          inkscape:connector-curvature="0"

-          d="m 370.1652,158.23725 c 0,-98.212317 -79.61246,-177.830489 -177.82149,-177.830489 -98.163346,0 -177.744395,79.552674 -177.815634,177.705219 l -0.0054,-0.005 0,137.61147 0.0054,0.005 c 0.05525,22.28564 18.126583,40.32752 40.42576,40.32752 0.06242,0 0.125302,-0.005 0.190959,-0.005 l 0.01081,0.005 137.256085,0 0,0 c 98.18075,-0.0383 177.75329,-79.62972 177.75329,-177.81376 z"

-          id="path25255"

-          style="fill:#f2ca92;fill-opacity:1;stroke:none;display:inline"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-     </clipPath>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath25257">

-       <path

-          sodipodi:nodetypes="csccccscccccc"

-          inkscape:connector-curvature="0"

-          d="m 288.8093,278.64405 c 0,-98.21232 -79.61246,-177.8305 -177.82149,-177.8305 -98.16335,0 -177.744398,79.55268 -177.815637,177.70522 l -0.0054,-0.005 0,137.61147 0.0054,0.005 c 0.05525,22.28564 18.126582,40.32752 40.42576,40.32752 0.06242,0 0.125302,-0.005 0.190959,-0.005 l 0.01081,0.005 137.256078,0 0,0 c 98.18075,-0.0383 177.7533,-79.62972 177.7533,-177.81376 z"

-          id="path25259"

-          style="fill:#f2ca92;fill-opacity:1;stroke:none;display:inline"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-     </clipPath>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath25261">

-       <path

-          sodipodi:nodetypes="csccccscccccc"

-          inkscape:connector-curvature="0"

-          d="m 452.13526,278.39058 c 0,-98.21232 -79.61246,-177.83049 -177.82149,-177.83049 -98.16335,0 -177.744398,79.55268 -177.815637,177.70522 l -0.0054,-0.005 0,137.61147 0.0054,0.005 c 0.05525,22.28564 18.126587,40.32752 40.425757,40.32752 0.0624,0 0.1253,-0.005 0.19096,-0.005 l 0.0108,0.005 137.25608,0 0,0 c 98.18075,-0.0383 177.7533,-79.62972 177.7533,-177.81376 z"

-          id="path25263"

-          style="fill:#f2ca92;fill-opacity:1;stroke:none;display:inline"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-     </clipPath>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath25265">

-       <path

-          sodipodi:nodetypes="csccccscccccc"

-          inkscape:connector-curvature="0"

-          d="m 532.98909,397.96609 c 0,-98.21232 -79.61245,-177.83049 -177.82149,-177.83049 -98.16334,0 -177.74439,79.55267 -177.81563,177.70521 l -0.005,-0.005 0,137.61148 0.005,0.005 c 0.0553,22.28564 18.12658,40.32752 40.42576,40.32752 0.0624,0 0.1253,-0.005 0.19096,-0.005 l 0.0108,0.005 137.25608,0 0,0 c 98.18075,-0.0383 177.7533,-79.62973 177.7533,-177.81377 z"

-          id="path25267"

-          style="fill:#f2ca92;fill-opacity:1;stroke:none;display:inline"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-     </clipPath>

-     <linearGradient

-        gradientTransform="matrix(0.67586663,0,0,0.67586663,43.898494,818.47017)"

-        inkscape:collect="always"

-        xlink:href="#linearGradient25294"

-        id="linearGradient25300"

-        x1="118.05651"

-        y1="200.88258"

-        x2="116.77305"

-        y2="6.4419088"

-        gradientUnits="userSpaceOnUse" />

-     <linearGradient

-        id="linearGradient25294">

-       <stop

-          style="stop-color:#ebb05d;stop-opacity:1;"

-          offset="0"

-          id="stop25296" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="1"

-          id="stop25298" />

-     </linearGradient>

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient25203"

-        id="radialGradient25209"

-        cx="128.66902"

-        cy="126.5775"

-        fx="128.66902"

-        fy="126.5775"

-        r="75.69725"

-        gradientTransform="matrix(0.87916668,0.01134629,-0.01156659,0.89623649,19.204153,789.11633)"

-        gradientUnits="userSpaceOnUse" />

-     <linearGradient

-        id="linearGradient25203">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop25205" />

-       <stop

-          id="stop25211"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:1;" />

-       <stop

-          style="stop-color:#e6992d;stop-opacity:1;"

-          offset="1"

-          id="stop25207" />

-     </linearGradient>

-     <filter

-        color-interpolation-filters="sRGB"

-        inkscape:collect="always"

-        id="filter2620-9-69">

-       <feGaussianBlur

-          inkscape:collect="always"

-          stdDeviation="0.78000015"

-          id="feGaussianBlur2622-5-26" />

-     </filter>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath10078">

-       <path

-          sodipodi:nodetypes="csccccscccccc"

-          inkscape:connector-curvature="0"

-          d="m 204.36627,126.58107 c 0,-41.80829 -33.89046,-75.701182 -75.69735,-75.701182 -41.787442,0 -75.66453,33.86501 -75.694856,75.647852 l -0.0023,-0.002 0,58.58023 0.0023,0.002 c 0.02352,9.48684 7.716358,17.16714 17.208959,17.16714 0.02655,0 0.05334,-0.002 0.08129,-0.002 l 0.0046,0.002 58.428947,0 0,0 c 41.79485,-0.0163 75.66832,-33.89781 75.66832,-75.69406 z"

-          id="path10080"

-          style="fill:#f7e1c1;fill-opacity:1;stroke:none;display:inline"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-     </clipPath>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath10082">

-       <path

-          sodipodi:nodetypes="csccccscccccc"

-          inkscape:connector-curvature="0"

-          d="m 204.36627,126.58107 c 0,-41.80829 -33.89046,-75.701182 -75.69735,-75.701182 -41.787442,0 -75.66453,33.86501 -75.694856,75.647852 l -0.0023,-0.002 0,58.58023 0.0023,0.002 c 0.02352,9.48684 7.716358,17.16714 17.208959,17.16714 0.02655,0 0.05334,-0.002 0.08129,-0.002 l 0.0046,0.002 58.428947,0 0,0 c 41.79485,-0.0163 75.66832,-33.89781 75.66832,-75.69406 z"

-          id="path10084"

-          style="fill:#f7e1c1;fill-opacity:1;stroke:none;display:inline"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-     </clipPath>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath10086">

-       <path

-          sodipodi:nodetypes="csccccscccccc"

-          inkscape:connector-curvature="0"

-          d="m 204.36627,126.58107 c 0,-41.80829 -33.89046,-75.701182 -75.69735,-75.701182 -41.787442,0 -75.66453,33.86501 -75.694856,75.647852 l -0.0023,-0.002 0,58.58023 0.0023,0.002 c 0.02352,9.48684 7.716358,17.16714 17.208959,17.16714 0.02655,0 0.05334,-0.002 0.08129,-0.002 l 0.0046,0.002 58.428947,0 0,0 c 41.79485,-0.0163 75.66832,-33.89781 75.66832,-75.69406 z"

-          id="path10088"

-          style="fill:#f7e1c1;fill-opacity:1;stroke:none;display:inline"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-     </clipPath>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath10090">

-       <path

-          sodipodi:nodetypes="csccccscccccc"

-          inkscape:connector-curvature="0"

-          d="m 204.36627,126.58107 c 0,-41.80829 -33.89046,-75.701182 -75.69735,-75.701182 -41.787442,0 -75.66453,33.86501 -75.694856,75.647852 l -0.0023,-0.002 0,58.58023 0.0023,0.002 c 0.02352,9.48684 7.716358,17.16714 17.208959,17.16714 0.02655,0 0.05334,-0.002 0.08129,-0.002 l 0.0046,0.002 58.428947,0 0,0 c 41.79485,-0.0163 75.66832,-33.89781 75.66832,-75.69406 z"

-          id="path10092"

-          style="fill:#f7e1c1;fill-opacity:1;stroke:none;display:inline"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-     </clipPath>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath10094">

-       <path

-          sodipodi:nodetypes="csccccscccccc"

-          inkscape:connector-curvature="0"

-          d="m 204.36627,126.58107 c 0,-41.80829 -33.89046,-75.701182 -75.69735,-75.701182 -41.787442,0 -75.66453,33.86501 -75.694856,75.647852 l -0.0023,-0.002 0,58.58023 0.0023,0.002 c 0.02352,9.48684 7.716358,17.16714 17.208959,17.16714 0.02655,0 0.05334,-0.002 0.08129,-0.002 l 0.0046,0.002 58.428947,0 0,0 c 41.79485,-0.0163 75.66832,-33.89781 75.66832,-75.69406 z"

-          id="path10096"

-          style="fill:#f7e1c1;fill-opacity:1;stroke:none;display:inline"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-     </clipPath>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath10098">

-       <path

-          sodipodi:nodetypes="csccccscccccc"

-          inkscape:connector-curvature="0"

-          d="m 204.36627,126.58107 c 0,-41.80829 -33.89046,-75.701182 -75.69735,-75.701182 -41.787442,0 -75.66453,33.86501 -75.694856,75.647852 l -0.0023,-0.002 0,58.58023 0.0023,0.002 c 0.02352,9.48684 7.716358,17.16714 17.208959,17.16714 0.02655,0 0.05334,-0.002 0.08129,-0.002 l 0.0046,0.002 58.428947,0 0,0 c 41.79485,-0.0163 75.66832,-33.89781 75.66832,-75.69406 z"

-          id="path10100"

-          style="fill:#f7e1c1;fill-opacity:1;stroke:none;display:inline"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-     </clipPath>

-     <linearGradient

-        gradientTransform="matrix(0.67586663,0,0,0.67586663,302.9252,817.58652)"

-        inkscape:collect="always"

-        xlink:href="#linearGradient10872"

-        id="linearGradient10878"

-        x1="131.20894"

-        y1="202.51358"

-        x2="127.66317"

-        y2="52.175488"

-        gradientUnits="userSpaceOnUse" />

-     <linearGradient

-        id="linearGradient10872">

-       <stop

-          style="stop-color:#0051fe;stop-opacity:0.74576271;"

-          offset="0"

-          id="stop10874" />

-       <stop

-          style="stop-color:#00ffff;stop-opacity:0.25423729;"

-          offset="1"

-          id="stop10876" />

-     </linearGradient>

-     <filter

-        color-interpolation-filters="sRGB"

-        inkscape:collect="always"

-        id="filter2620-9-6-5">

-       <feGaussianBlur

-          inkscape:collect="always"

-          stdDeviation="0.78000015"

-          id="feGaussianBlur2622-5-7" />

-     </filter>

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern31310"

-        id="pattern31352"

-        patternTransform="matrix(1.5795815,0,0,1.5795815,-152.80356,-5790.7481)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern31306"

-        id="pattern31310"

-        patternTransform="translate(-126.01363,-13.48971)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern28388"

-        id="pattern31306"

-        patternTransform="translate(-126.01363,-13.48971)" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#pattern27927"

-        id="pattern28388" />

-     <pattern

-        inkscape:collect="always"

-        xlink:href="#Wavywhite-8"

-        id="pattern27927" />

-     <pattern

-        inkscape:stockid="Wavy white"

-        id="Wavywhite-8"

-        height="5.1805778"

-        width="30.066020"

-        patternUnits="userSpaceOnUse"

-        inkscape:collect="always">

-       <path

-          id="path8532-38"

-          d="M 7.597,0.061 C 5.079,-0.187 2.656,0.302 -0.01,1.788 L -0.01,3.061 C 2.773,1.431 5.173,1.052 7.472,1.280 C 9.770,1.508 11.969,2.361 14.253,3.218 C 18.820,4.931 23.804,6.676 30.066,3.061 L 30.062,1.788 C 23.622,5.497 19.246,3.770 14.691,2.061 C 12.413,1.207 10.115,0.311 7.597,0.061 z "

-          style="fill:white;stroke:none;" />

-     </pattern>

-     <filter

-        color-interpolation-filters="sRGB"

-        inkscape:collect="always"

-        id="filter2620-9-9">

-       <feGaussianBlur

-          inkscape:collect="always"

-          stdDeviation="0.78000015"

-          id="feGaussianBlur2622-5-3" />

-     </filter>

-   </defs>

-   <sodipodi:namedview

-      id="base"

-      pagecolor="#ffffff"

-      bordercolor="#666666"

-      borderopacity="1.0"

-      inkscape:pageopacity="0.0"

-      inkscape:pageshadow="2"

-      inkscape:zoom="0.69999999"

-      inkscape:cx="418.99019"

-      inkscape:cy="369.69797"

-      inkscape:document-units="px"

-      inkscape:current-layer="layer1"

-      showgrid="false"

-      inkscape:window-width="1356"

-      inkscape:window-height="1237"

-      inkscape:window-x="69"

-      inkscape:window-y="0"

-      inkscape:window-maximized="0"

-      showguides="false"

-      inkscape:guide-bbox="true"

-      units="in"

-      inkscape:snap-nodes="false">

-     <inkscape:grid

-        type="xygrid"

-        id="grid55779"

-        units="in"

-        empspacing="5"

-        visible="true"

-        enabled="true"

-        snapvisiblegridlinesonly="true" />

-     <sodipodi:guide

-        orientation="1,0"

-        position="59.599001,1382.8989"

-        id="guide56246" />

-     <sodipodi:guide

-        orientation="1,0"

-        position="-341.42858,1065.7143"

-        id="guide56248" />

-     <sodipodi:guide

-        orientation="0,1"

-        position="-169.70563,940.45203"

-        id="guide66363" />

-     <sodipodi:guide

-        orientation="1,0"

-        position="764.68549,1039.447"

-        id="guide66365" />

-     <sodipodi:guide

-        orientation="1,0"

-        position="700.03572,1027.3252"

-        id="guide66369" />

-     <sodipodi:guide

-        orientation="1,0"

-        position="320.21836,1013.183"

-        id="guide66371" />

-     <sodipodi:guide

-        orientation="0,1"

-        position="-38.385797,989.94951"

-        id="guide66373" />

-     <sodipodi:guide

-        orientation="0,1"

-        position="-61.619306,800.04083"

-        id="guide66375" />

-     <sodipodi:guide

-        orientation="0,1"

-        position="-147.48227,759.63472"

-        id="guide66377" />

-     <sodipodi:guide

-        orientation="0,1"

-        position="-59.599001,617.20321"

-        id="guide66381" />

-     <sodipodi:guide

-        orientation="0,1"

-        position="-60.609154,579.82757"

-        id="guide66383" />

-     <sodipodi:guide

-        orientation="0,1"

-        position="-47.47717,439.41636"

-        id="guide66385" />

-     <sodipodi:guide

-        orientation="0,1"

-        position="-115.15739,400.02041"

-        id="guide66387" />

-     <sodipodi:guide

-        orientation="0,1"

-        position="-100.0051,259.60921"

-        id="guide66389" />

-     <sodipodi:guide

-        orientation="0,1"

-        position="-119.198,222.23356"

-        id="guide66391" />

-   </sodipodi:namedview>

-   <metadata

-      id="metadata3400">

-     <rdf:RDF>

-       <cc:Work

-          rdf:about="">

-         <dc:format>image/svg+xml</dc:format>

-         <dc:type

-            rdf:resource="http://purl.org/dc/dcmitype/StillImage" />

-         <dc:title></dc:title>

-       </cc:Work>

-     </rdf:RDF>

-   </metadata>

-   <g

-      inkscape:label="Layer 1"

-      inkscape:groupmode="layer"

-      id="layer1"

-      transform="translate(0,-62.35975)">

-     <rect

-        style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:4;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-        id="rect108029"

-        width="930"

-        height="1098.5714"

-        x="-92.857147"

-        y="-50.000015"

-        transform="translate(0,62.35975)" />

-     <g

-        id="g31444"

-        transform="matrix(0.87597236,0,0,0.87597236,285.18245,60.144601)">

-       <path

-          inkscape:export-ydpi="90"

-          inkscape:export-xdpi="90"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/junior-editor.png"

-          style="fill:#db3279;fill-opacity:1;stroke:#58595b;stroke-width:4.50271511;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter2620-4)"

-          id="path6332"

-          d="m 134.00002,125.00183 c 0,-21.53997 -17.46062,-39.00185 -38.999836,-39.00185 -21.529216,0 -38.982968,17.44751 -38.998584,38.97439 l -0.0016,-10e-4 0,30.18098 0.0016,9.9e-4 c 0.01184,4.88773 3.975508,8.84465 8.866181,8.84465 0.01374,0 0.02745,-9.9e-4 0.04187,-9.9e-4 l 0.0024,9.9e-4 30.10304,0 0,0 c 21.533049,-0.009 38.984919,-17.46443 38.984919,-38.99816 z"

-          inkscape:connector-curvature="0"

-          transform="matrix(1.952005,0,0,1.952005,-65.472678,-102.84403)" />

-       <path

-          inkscape:export-ydpi="90"

-          inkscape:export-xdpi="90"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/junior-editor.png"

-          style="font-size:xx-small;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:sans-serif;-inkscape-font-specification:sans-serif"

-          d="m 119.96781,60.245362 c -43.966815,0 -79.668674,35.584627 -79.97122,79.483248 -4.22e-4,0.0615 2.82e-4,0.12129 0,0.183 a 3.9044004,3.9044004 0 0 0 -0.061,0.18299 c -8.8e-5,0.0422 3.6e-5,0.0809 0,0.12129 l 0,58.92626 a 3.9044004,3.9044004 0 0 0 0.305007,1.52494 3.9044004,3.9044004 0 0 0 0,0.0615 c 0.83968,10.38792 9.10217,18.54899 19.520049,19.27604 0.06522,0 0.117601,0.058 0.182993,0.0615 a 3.9044004,3.9044004 0 0 0 0.183012,0.0615 3.9044004,3.9044004 0 0 0 1.036999,0.18299 3.9044004,3.9044004 0 0 0 0.061,0 l 58.74316,0 a 3.9044004,3.9044004 0 0 0 0.061,0 c 43.78575,-0.0176 79.27746,-35.34186 79.84921,-78.99509 a 3.9044004,3.9044004 0 0 0 0.061,-0.24399 c 4.1e-4,-0.0404 -3.5e-4,-0.0809 0,-0.12129 A 3.9044004,3.9044004 0 0 0 200,140.27918 C 200,96.121795 164.12244,60.245362 119.96781,60.245362 z"

-          id="path6334"

-          inkscape:connector-curvature="0" />

-       <path

-          inkscape:export-ydpi="90"

-          inkscape:export-xdpi="90"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/junior-editor.png"

-          inkscape:connector-curvature="0"

-          d="m 187.88559,141.15951 c 0,-37.51159 -30.40752,-67.921244 -67.91787,-67.921244 -37.492897,0 -67.888395,30.384684 -67.915625,67.873434 l -0.0017,-0.002 0,52.55979 0.0017,0.002 c 0.02039,8.51193 6.923332,15.40293 15.440379,15.40293 0.02373,0 0.04781,-0.002 0.07295,-0.002 l 0.0053,0.002 52.424126,0 0,0 c 37.49849,-0.0176 67.89072,-30.41404 67.89072,-67.91492 z"

-          id="path6340"

-          style="fill:none;stroke:#3c6eb4;stroke-width:8.78932285;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />

-       <path

-          style="fill:#7096d0;fill-opacity:1;stroke:none"

-          id="path6261"

-          d="m 177.09775,141.15916 c 0,-31.55349 -25.57788,-57.133231 -57.1304,-57.133231 -31.537866,0 -57.105619,25.558651 -57.128506,57.092981 l -0.0016,-0.002 0,44.21188 0.0016,0.002 c 0.01776,7.15978 5.8237,12.95634 12.987964,12.95634 0.02004,0 0.04008,-0.002 0.06135,-0.002 l 0.0035,0.002 44.097552,0 0,0 c 31.54346,-0.0176 57.10849,-25.58343 57.10849,-57.12796 z"

-          inkscape:connector-curvature="0"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/junior-editor.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-       <path

-          style="opacity:0.33399999;fill:url(#pattern31438);fill-opacity:1;stroke:none"

-          id="path6264"

-          d="m 176.71596,141.15916 c 0,-31.55349 -25.57781,-57.133231 -57.13042,-57.133231 -31.537847,0 -57.105634,25.558651 -57.128487,57.092981 l -0.0016,-0.002 0,44.21188 0.0016,0.002 c 0.01758,7.15978 5.82363,12.95634 12.987982,12.95634 0.01934,0 0.04043,-0.002 0.06153,-0.002 l 0,0.002 44.097605,0 0,0 c 31.54682,-0.0176 57.11179,-25.58343 57.11179,-57.12796 z"

-          inkscape:connector-curvature="0"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/junior-editor.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-     </g>

-     <g

-        id="g39759"

-        transform="matrix(1.0955427,0,0,1.0955427,-598.64788,-2981.1717)">

-       <path

-          style="fill:#db3279;fill-opacity:1;stroke:#58595b;stroke-width:4.50271511;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter2620-5)"

-          id="path6874"

-          d="m 134.00002,125.00183 c 0,-21.53997 -17.46062,-39.00185 -38.999836,-39.00185 -21.529216,0 -38.982968,17.44751 -38.998584,38.97439 l -0.0016,-10e-4 0,30.18098 0.0016,9.9e-4 c 0.01184,4.88773 3.975508,8.84465 8.866181,8.84465 0.01374,0 0.02745,-9.9e-4 0.04187,-9.9e-4 l 0.0024,9.9e-4 30.10304,0 0,0 c 21.533049,-0.009 38.984919,-17.46443 38.984919,-38.99816 z"

-          inkscape:connector-curvature="0"

-          transform="matrix(1.5668377,0,0,1.5668377,972.67014,2859.7271)"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/proven-packager.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-       <path

-          style="font-size:xx-small;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:sans-serif;-inkscape-font-specification:sans-serif"

-          d="m 1121.5198,2990.636 c -35.2914,0 -63.9486,28.563 -64.1914,63.7996 -4e-4,0.049 10e-5,0.097 0,0.1469 a 3.1339889,3.1339889 0 0 0 -0.049,0.1469 c -2e-4,0.034 0,0.065 0,0.097 l 0,47.299 a 3.1339889,3.1339889 0 0 0 0.2448,1.2241 3.1339889,3.1339889 0 0 0 0,0.049 c 0.674,8.3381 7.3062,14.8889 15.6684,15.4725 0.052,0 0.095,0.046 0.1468,0.049 a 3.1339889,3.1339889 0 0 0 0.1469,0.049 3.1339889,3.1339889 0 0 0 0.8324,0.1469 3.1339889,3.1339889 0 0 0 0.049,0 l 47.1521,0 a 3.1339889,3.1339889 0 0 0 0.049,0 c 35.146,-0.014 63.6344,-28.3682 64.0934,-63.4079 a 3.1339889,3.1339889 0 0 0 0.049,-0.1958 c 3e-4,-0.033 -2e-4,-0.065 0,-0.097 a 3.1339889,3.1339889 0 0 0 0.049,-0.5387 c 0,-35.4443 -28.7996,-64.2415 -64.2416,-64.2415 z"

-          id="path6876"

-          inkscape:connector-curvature="0"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/proven-packager.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-       <path

-          inkscape:connector-curvature="0"

-          d="m 1176.0361,3055.5841 c 0,-30.1098 -24.4076,-54.5191 -54.5165,-54.5191 -30.0947,0 -54.4927,24.3893 -54.5146,54.4808 l 0,0 0,42.1888 0,0 c 0.017,6.8324 5.5573,12.3637 12.3937,12.3637 0.02,0 0.038,0 0.059,0 l 0,0 42.0798,0 0,0 c 30.103,-0.014 54.4983,-24.4128 54.4983,-54.5141 z"

-          id="path6879"

-          style="fill:none;stroke:#e59728;stroke-width:7.05502415;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/proven-packager.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-       <path

-          inkscape:connector-curvature="0"

-          d="m 1167.3769,3055.5839 c 0,-25.3274 -20.5309,-45.8598 -45.8575,-45.8598 -25.3149,0 -45.8377,20.5154 -45.856,45.8275 l 0,0 0,35.488 0,0 c 0.014,5.747 4.6745,10.3998 10.4252,10.3998 0.015,0 0.033,0 0.049,0 l 0,0 35.3962,0 0,0 c 25.3221,-0.014 45.8427,-20.5353 45.8427,-45.8555 z"

-          id="path6881"

-          style="fill:url(#linearGradient31859);fill-opacity:1;stroke:none"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/proven-packager.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-       <g

-          transform="matrix(1.4110048,0,0,1.4110048,-352.98026,550.34268)"

-          id="g6883"

-          clip-path="url(#clipPath4103)"

-          style="fill:url(#radialGradient31885);fill-opacity:1"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/proven-packager.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90">

-         <path

-            inkscape:transform-center-y="2.2220811"

-            inkscape:transform-center-x="-23.959225"

-            sodipodi:end="0.41971562"

-            sodipodi:start="0.12052875"

-            transform="matrix(0.96592583,-0.25881905,0.25881905,0.96592583,-435.72459,325.5262)"

-            d="m 1100.984,1792.1401 c -0.5542,4.5765 -1.7913,9.0441 -3.6698,13.254 l -42.1341,-18.8016 z"

-            sodipodi:ry="46.138718"

-            sodipodi:rx="46.138718"

-            sodipodi:cy="1786.5925"

-            sodipodi:cx="1055.1801"

-            id="path6885"

-            style="color:#000000;fill:url(#radialGradient31861);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            sodipodi:type="arc" />

-         <path

-            sodipodi:type="arc"

-            style="color:#000000;fill:url(#radialGradient31863);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            id="path6887"

-            sodipodi:cx="1055.1801"

-            sodipodi:cy="1786.5925"

-            sodipodi:rx="46.138718"

-            sodipodi:ry="46.138718"

-            d="m 1100.984,1792.1401 c -0.5542,4.5765 -1.7913,9.0441 -3.6698,13.254 l -42.1341,-18.8016 z"

-            transform="matrix(0.70710678,-0.70710679,0.70710679,0.70710678,-963.53129,1260.0988)"

-            sodipodi:start="0.12052875"

-            sodipodi:end="0.41971562"

-            inkscape:transform-center-x="-23.141112"

-            inkscape:transform-center-y="-14.660493" />

-         <path

-            inkscape:transform-center-y="-22.572639"

-            inkscape:transform-center-x="-15.702284"

-            sodipodi:end="0.41971562"

-            sodipodi:start="0.12052875"

-            transform="matrix(0.25881904,-0.96592583,0.96592583,0.25881904,-953.339,2333.3658)"

-            d="m 1100.984,1792.1401 c -0.5542,4.5765 -1.7913,9.0441 -3.6698,13.254 l -42.1341,-18.8016 z"

-            sodipodi:ry="46.138718"

-            sodipodi:rx="46.138718"

-            sodipodi:cy="1786.5925"

-            sodipodi:cx="1055.1801"

-            id="path6889"

-            style="color:#000000;fill:url(#radialGradient31865);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            sodipodi:type="arc" />

-         <path

-            sodipodi:type="arc"

-            style="color:#000000;fill:url(#radialGradient31867);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            id="path6891"

-            sodipodi:cx="1055.1801"

-            sodipodi:cy="1786.5925"

-            sodipodi:rx="46.138718"

-            sodipodi:ry="46.138718"

-            d="m 1100.984,1792.1401 c -0.5542,4.5765 -1.7913,9.0441 -3.6698,13.254 l -42.1341,-18.8016 z"

-            transform="matrix(-0.25881905,-0.96592583,0.96592583,-0.25881905,-407.87872,3257.7461)"

-            sodipodi:start="0.12052875"

-            sodipodi:end="0.41971562"

-            inkscape:transform-center-x="-0.80787485"

-            inkscape:transform-center-y="-24.666324" />

-         <path

-            inkscape:transform-center-y="-23.141104"

-            inkscape:transform-center-x="14.660476"

-            sodipodi:end="0.41971562"

-            sodipodi:start="0.12052875"

-            transform="matrix(-0.70710679,-0.70710678,0.70710678,-0.70710679,526.69389,3785.5528)"

-            d="m 1100.984,1792.1401 c -0.5542,4.5765 -1.7913,9.0441 -3.6698,13.254 l -42.1341,-18.8016 z"

-            sodipodi:ry="46.138718"

-            sodipodi:rx="46.138718"

-            sodipodi:cy="1786.5925"

-            sodipodi:cx="1055.1801"

-            id="path6893"

-            style="color:#000000;fill:url(#radialGradient31869);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            sodipodi:type="arc" />

-         <path

-            sodipodi:type="arc"

-            style="color:#000000;fill:url(#radialGradient31871);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            id="path6895"

-            sodipodi:cx="1055.1801"

-            sodipodi:cy="1786.5925"

-            sodipodi:rx="46.138718"

-            sodipodi:ry="46.138718"

-            d="m 1100.984,1792.1401 c -0.5542,4.5765 -1.7913,9.0441 -3.6698,13.254 l -42.1341,-18.8016 z"

-            transform="matrix(-0.96592583,-0.25881904,0.25881904,-0.96592583,1599.9609,3775.3605)"

-            sodipodi:start="0.12052875"

-            sodipodi:end="0.41971562"

-            inkscape:transform-center-x="22.572612"

-            inkscape:transform-center-y="-15.702286" />

-         <path

-            inkscape:transform-center-y="-0.80789685"

-            inkscape:transform-center-x="24.666297"

-            sodipodi:end="0.41971562"

-            sodipodi:start="0.12052875"

-            transform="matrix(-0.96592583,0.25881905,-0.25881905,-0.96592583,2524.3412,3229.9002)"

-            d="m 1100.984,1792.1401 c -0.5542,4.5765 -1.7913,9.0441 -3.6698,13.254 l -42.1341,-18.8016 z"

-            sodipodi:ry="46.138718"

-            sodipodi:rx="46.138718"

-            sodipodi:cy="1786.5925"

-            sodipodi:cx="1055.1801"

-            id="path6897"

-            style="color:#000000;fill:url(#radialGradient31873);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            sodipodi:type="arc" />

-         <path

-            sodipodi:type="arc"

-            style="color:#000000;fill:url(#radialGradient31875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            id="path6899"

-            sodipodi:cx="1055.1801"

-            sodipodi:cy="1786.5925"

-            sodipodi:rx="46.138718"

-            sodipodi:ry="46.138718"

-            d="m 1100.984,1792.1401 c -0.5542,4.5765 -1.7913,9.0441 -3.6698,13.254 l -42.1341,-18.8016 z"

-            transform="matrix(-0.70710678,0.70710679,-0.70710679,-0.70710678,3052.1479,2295.3276)"

-            sodipodi:start="0.12052875"

-            sodipodi:end="0.41971562"

-            inkscape:transform-center-x="23.141077"

-            inkscape:transform-center-y="14.660464" />

-         <path

-            inkscape:transform-center-y="22.57261"

-            inkscape:transform-center-x="15.702259"

-            sodipodi:end="0.41971562"

-            sodipodi:start="0.12052875"

-            transform="matrix(-0.25881904,0.96592583,-0.96592583,-0.25881904,3041.9556,1222.0606)"

-            d="m 1100.984,1792.1401 c -0.5542,4.5765 -1.7913,9.0441 -3.6698,13.254 l -42.1341,-18.8016 z"

-            sodipodi:ry="46.138718"

-            sodipodi:rx="46.138718"

-            sodipodi:cy="1786.5925"

-            sodipodi:cx="1055.1801"

-            id="path6901"

-            style="color:#000000;fill:url(#radialGradient31877);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            sodipodi:type="arc" />

-         <path

-            sodipodi:type="arc"

-            style="color:#000000;fill:url(#radialGradient31879);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            id="path6903"

-            sodipodi:cx="1055.1801"

-            sodipodi:cy="1786.5925"

-            sodipodi:rx="46.138718"

-            sodipodi:ry="46.138718"

-            d="m 1100.984,1792.1401 c -0.5542,4.5765 -1.7913,9.0441 -3.6698,13.254 l -42.1341,-18.8016 z"

-            transform="matrix(0.25881905,0.96592583,-0.96592583,0.25881905,2496.4953,297.68028)"

-            sodipodi:start="0.12052875"

-            sodipodi:end="0.41971562"

-            inkscape:transform-center-x="0.80786985"

-            inkscape:transform-center-y="24.666275" />

-         <path

-            inkscape:transform-center-y="23.141065"

-            inkscape:transform-center-x="-14.660491"

-            sodipodi:end="0.41971562"

-            sodipodi:start="0.12052875"

-            transform="matrix(0.70710679,0.70710678,-0.70710678,0.70710679,1561.9227,-230.12641)"

-            d="m 1100.984,1792.1401 c -0.5542,4.5765 -1.7913,9.0441 -3.6698,13.254 l -42.1341,-18.8016 z"

-            sodipodi:ry="46.138718"

-            sodipodi:rx="46.138718"

-            sodipodi:cy="1786.5925"

-            sodipodi:cx="1055.1801"

-            id="path6905"

-            style="color:#000000;fill:url(#radialGradient31881);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            sodipodi:type="arc" />

-         <path

-            sodipodi:type="arc"

-            style="color:#000000;fill:url(#radialGradient31883);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            id="path6907"

-            sodipodi:cx="1055.1801"

-            sodipodi:cy="1786.5925"

-            sodipodi:rx="46.138718"

-            sodipodi:ry="46.138718"

-            d="m 1100.984,1792.1401 c -0.5542,4.5765 -1.7913,9.0441 -3.6698,13.254 l -42.1341,-18.8016 z"

-            transform="matrix(0.96592583,0.25881904,-0.25881904,0.96592583,488.65571,-219.93411)"

-            sodipodi:start="0.12052875"

-            sodipodi:end="0.41971562"

-            inkscape:transform-center-x="-22.572647"

-            inkscape:transform-center-y="15.702247" />

-       </g>

-     </g>

-     <g

-        id="planet-bloggin-it-01"

-        style="display:inline"

-        transform="matrix(1.0908675,0,0,1.0908675,-163.55653,-1478.422)">

-       <path

-          style="fill:#db3279;fill-opacity:1;stroke:#58595b;stroke-width:4.50271511;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter2620)"

-          id="path6143"

-          d="m 134.00002,125.00183 c 0,-21.53997 -17.46062,-39.00185 -38.999836,-39.00185 -21.529216,0 -38.982968,17.44751 -38.998584,38.97439 l -0.0016,-10e-4 0,30.18098 0.0016,9.9e-4 c 0.01184,4.88773 3.975508,8.84465 8.866181,8.84465 0.01374,0 0.02745,-9.9e-4 0.04187,-9.9e-4 l 0.0024,9.9e-4 30.10304,0 0,0 c 21.533049,-0.009 38.984919,-17.46443 38.984919,-38.99816 z"

-          inkscape:connector-curvature="0"

-          transform="matrix(1.5668377,0,0,1.5668377,119.95784,1326.9503)"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/planet-bloggin-it-01.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-       <path

-          style="font-size:xx-small;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:sans-serif;-inkscape-font-specification:sans-serif"

-          d="m 268.80744,1457.8591 c -35.29134,0 -63.94855,28.5631 -64.1914,63.7997 -3.3e-4,0.049 2.3e-4,0.097 0,0.1469 a 3.1339889,3.1339889 0 0 0 -0.049,0.1469 c -7e-5,0.034 3e-5,0.065 0,0.097 l 0,47.299 a 3.1339889,3.1339889 0 0 0 0.24483,1.224 3.1339889,3.1339889 0 0 0 0,0.049 c 0.67399,8.3382 7.30614,14.8889 15.66837,15.4725 0.0524,0 0.0944,0.047 0.14689,0.049 a 3.1339889,3.1339889 0 0 0 0.1469,0.049 3.1339889,3.1339889 0 0 0 0.83238,0.1469 3.1339889,3.1339889 0 0 0 0.049,0 l 47.15203,0 a 3.1339889,3.1339889 0 0 0 0.049,0 c 35.146,-0.014 63.63452,-28.3683 64.09345,-63.4079 a 3.1339889,3.1339889 0 0 0 0.049,-0.1959 c 3.2e-4,-0.032 -2.9e-4,-0.065 0,-0.097 a 3.1339889,3.1339889 0 0 0 0.049,-0.5388 c 0,-35.4443 -28.79824,-64.2416 -64.24034,-64.2416 z"

-          id="path6145"

-          inkscape:connector-curvature="0"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/planet-bloggin-it-01.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-       <path

-          inkscape:connector-curvature="0"

-          d="m 323.32377,1522.8074 c 0,-30.1099 -24.40755,-54.5191 -54.5164,-54.5191 -30.09485,0 -54.49274,24.3892 -54.5146,54.4807 l -10e-4,0 0,42.1888 10e-4,0 c 0.0164,6.8323 5.55723,12.3636 12.3937,12.3636 0.019,0 0.0384,0 0.0586,0 l 0.004,0 42.07986,0 0,0 c 30.09933,-0.014 54.4946,-24.4128 54.4946,-54.514 z"

-          id="path6147"

-          style="fill:none;stroke:#db3279;stroke-width:7.05502415;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/planet-bloggin-it-01.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-       <path

-          inkscape:connector-curvature="0"

-          d="m 314.66457,1522.8071 c 0,-25.3274 -20.53082,-45.8598 -45.85751,-45.8598 -25.31484,0 -45.83762,20.5155 -45.85597,45.8275 l -0.001,0 0,35.4881 0.001,0 c 0.0141,5.7471 4.67452,10.3998 10.42521,10.3998 0.0155,0 0.0325,0 0.0494,0 l 0,0 35.39618,0 0,0 c 25.32218,-0.014 45.8427,-20.5353 45.8427,-45.8555 z"

-          id="path6155"

-          style="fill:url(#radialGradient31903);fill-opacity:1;stroke:none"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/planet-bloggin-it-01.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-       <g

-          id="g6404"

-          transform="matrix(1.4110048,0,0,1.4110048,-191.8856,-526.67953)"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/planet-bloggin-it-01.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90">

-         <path

-            transform="matrix(0.54342266,0,0,0.54342266,219.72574,657.49265)"

-            inkscape:transform-center-y="-0.18944496"

-            inkscape:transform-center-x="0.009764984"

-            d="m 160.175,1432.275 0.72188,2.5801 -1.26231,-2.3632 -0.6649,2.5954 0.0884,-2.6777 -1.87351,1.9152 1.41543,-2.2748 -2.58012,0.7219 2.3632,-1.2623 -2.59539,-0.6649 2.67774,0.088 -1.91522,-1.8735 2.27479,1.4154 -0.72188,-2.5801 1.26231,2.3632 0.6649,-2.5954 -0.0884,2.6777 1.87351,-1.9152 -1.41543,2.2748 2.58012,-0.7219 -2.3632,1.2623 2.59539,0.6649 -2.67774,-0.088 1.91522,1.8735 z"

-            inkscape:randomized="0"

-            inkscape:rounded="0"

-            inkscape:flatsided="false"

-            sodipodi:arg2="1.1890946"

-            sodipodi:arg1="0.92729522"

-            sodipodi:r2="3.75"

-            sodipodi:r1="1.125"

-            sodipodi:cy="1431.375"

-            sodipodi:cx="159.5"

-            sodipodi:sides="12"

-            id="path6171"

-            style="opacity:0.50199998;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            sodipodi:type="star" />

-         <path

-            transform="matrix(0.54342266,0,0,0.54342266,213.59094,685.15041)"

-            inkscape:transform-center-y="-0.18944496"

-            inkscape:transform-center-x="0.009764984"

-            d="m 160.175,1432.275 0.72188,2.5801 -1.26231,-2.3632 -0.6649,2.5954 0.0884,-2.6777 -1.87351,1.9152 1.41543,-2.2748 -2.58012,0.7219 2.3632,-1.2623 -2.59539,-0.6649 2.67774,0.088 -1.91522,-1.8735 2.27479,1.4154 -0.72188,-2.5801 1.26231,2.3632 0.6649,-2.5954 -0.0884,2.6777 1.87351,-1.9152 -1.41543,2.2748 2.58012,-0.7219 -2.3632,1.2623 2.59539,0.6649 -2.67774,-0.088 1.91522,1.8735 z"

-            inkscape:randomized="0"

-            inkscape:rounded="0"

-            inkscape:flatsided="false"

-            sodipodi:arg2="1.1890946"

-            sodipodi:arg1="0.92729522"

-            sodipodi:r2="3.75"

-            sodipodi:r1="1.125"

-            sodipodi:cy="1431.375"

-            sodipodi:cx="159.5"

-            sodipodi:sides="12"

-            id="path6174"

-            style="opacity:0.50199998;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            sodipodi:type="star" />

-         <path

-            transform="matrix(0.21550444,0,0,0.21550444,264.00262,1169.8131)"

-            inkscape:transform-center-y="-0.075147412"

-            inkscape:transform-center-x="0.003872874"

-            d="m 160.175,1432.275 0.72188,2.5801 -1.26231,-2.3632 -0.6649,2.5954 0.0884,-2.6777 -1.87351,1.9152 1.41543,-2.2748 -2.58012,0.7219 2.3632,-1.2623 -2.59539,-0.6649 2.67774,0.088 -1.91522,-1.8735 2.27479,1.4154 -0.72188,-2.5801 1.26231,2.3632 0.6649,-2.5954 -0.0884,2.6777 1.87351,-1.9152 -1.41543,2.2748 2.58012,-0.7219 -2.3632,1.2623 2.59539,0.6649 -2.67774,-0.088 1.91522,1.8735 z"

-            inkscape:randomized="0"

-            inkscape:rounded="0"

-            inkscape:flatsided="false"

-            sodipodi:arg2="1.1890946"

-            sodipodi:arg1="0.92729522"

-            sodipodi:r2="3.75"

-            sodipodi:r1="1.125"

-            sodipodi:cy="1431.375"

-            sodipodi:cx="159.5"

-            sodipodi:sides="12"

-            id="path6186"

-            style="opacity:0.50199998;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            sodipodi:type="star" />

-         <g

-            transform="matrix(0.97909236,0,0,0.97909236,183.68209,31.005971)"

-            id="g6190">

-           <path

-              transform="matrix(0.55502696,0,0,0.55502696,40.515038,685.69979)"

-              inkscape:transform-center-y="-0.18944496"

-              inkscape:transform-center-x="0.009764984"

-              d="m 160.175,1432.275 0.72188,2.5801 -1.26231,-2.3632 -0.6649,2.5954 0.0884,-2.6777 -1.87351,1.9152 1.41543,-2.2748 -2.58012,0.7219 2.3632,-1.2623 -2.59539,-0.6649 2.67774,0.088 -1.91522,-1.8735 2.27479,1.4154 -0.72188,-2.5801 1.26231,2.3632 0.6649,-2.5954 -0.0884,2.6777 1.87351,-1.9152 -1.41543,2.2748 2.58012,-0.7219 -2.3632,1.2623 2.59539,0.6649 -2.67774,-0.088 1.91522,1.8735 z"

-              inkscape:randomized="0"

-              inkscape:rounded="0"

-              inkscape:flatsided="false"

-              sodipodi:arg2="1.1890946"

-              sodipodi:arg1="0.92729522"

-              sodipodi:r2="3.75"

-              sodipodi:r1="1.125"

-              sodipodi:cy="1431.375"

-              sodipodi:cx="159.5"

-              sodipodi:sides="12"

-              id="path6192"

-              style="opacity:0.50199998;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-              sodipodi:type="star" />

-           <path

-              sodipodi:type="star"

-              style="opacity:0.50199998;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-              id="path6194"

-              sodipodi:sides="12"

-              sodipodi:cx="159.5"

-              sodipodi:cy="1431.375"

-              sodipodi:r1="1.125"

-              sodipodi:r2="3.75"

-              sodipodi:arg1="0.92729522"

-              sodipodi:arg2="1.1890946"

-              inkscape:flatsided="false"

-              inkscape:rounded="0"

-              inkscape:randomized="0"

-              d="m 160.175,1432.275 0.72188,2.5801 -1.26231,-2.3632 -0.6649,2.5954 0.0884,-2.6777 -1.87351,1.9152 1.41543,-2.2748 -2.58012,0.7219 2.3632,-1.2623 -2.59539,-0.6649 2.67774,0.088 -1.91522,-1.8735 2.27479,1.4154 -0.72188,-2.5801 1.26231,2.3632 0.6649,-2.5954 -0.0884,2.6777 1.87351,-1.9152 -1.41543,2.2748 2.58012,-0.7219 -2.3632,1.2623 2.59539,0.6649 -2.67774,-0.088 1.91522,1.8735 z"

-              inkscape:transform-center-x="0.003872874"

-              inkscape:transform-center-y="-0.075147412"

-              transform="matrix(0.22010634,0,0,0.22010634,120.0357,1165.1253)" />

-           <path

-              sodipodi:type="star"

-              style="opacity:0.50199998;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-              id="path6196"

-              sodipodi:sides="12"

-              sodipodi:cx="159.5"

-              sodipodi:cy="1431.375"

-              sodipodi:r1="1.125"

-              sodipodi:r2="3.75"

-              sodipodi:arg1="0.92729522"

-              sodipodi:arg2="1.1890946"

-              inkscape:flatsided="false"

-              inkscape:rounded="0"

-              inkscape:randomized="0"

-              d="m 160.175,1432.275 0.72188,2.5801 -1.26231,-2.3632 -0.6649,2.5954 0.0884,-2.6777 -1.87351,1.9152 1.41543,-2.2748 -2.58012,0.7219 2.3632,-1.2623 -2.59539,-0.6649 2.67774,0.088 -1.91522,-1.8735 2.27479,1.4154 -0.72188,-2.5801 1.26231,2.3632 0.6649,-2.5954 -0.0884,2.6777 1.87351,-1.9152 -1.41543,2.2748 2.58012,-0.7219 -2.3632,1.2623 2.59539,0.6649 -2.67774,-0.088 1.91522,1.8735 z"

-              inkscape:transform-center-x="0.003872874"

-              inkscape:transform-center-y="-0.075147412"

-              transform="matrix(0.22010634,0,0,0.22010634,108.0357,1167.1253)" />

-         </g>

-         <path

-            sodipodi:type="star"

-            style="opacity:0.50199998;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            id="path6200"

-            sodipodi:sides="12"

-            sodipodi:cx="159.5"

-            sodipodi:cy="1431.375"

-            sodipodi:r1="1.125"

-            sodipodi:r2="3.75"

-            sodipodi:arg1="0.92729522"

-            sodipodi:arg2="1.1890946"

-            inkscape:flatsided="false"

-            inkscape:rounded="0"

-            inkscape:randomized="0"

-            d="m 160.175,1432.275 0.72188,2.5801 -1.26231,-2.3632 -0.6649,2.5954 0.0884,-2.6777 -1.87351,1.9152 1.41543,-2.2748 -2.58012,0.7219 2.3632,-1.2623 -2.59539,-0.6649 2.67774,0.088 -1.91522,-1.8735 2.27479,1.4154 -0.72188,-2.5801 1.26231,2.3632 0.6649,-2.5954 -0.0884,2.6777 1.87351,-1.9152 -1.41543,2.2748 2.58012,-0.7219 -2.3632,1.2623 2.59539,0.6649 -2.67774,-0.088 1.91522,1.8735 z"

-            inkscape:transform-center-x="0.003872874"

-            inkscape:transform-center-y="-0.075147412"

-            transform="matrix(0.21550444,0,0,0.21550444,267.31716,1131.6042)" />

-         <g

-            transform="matrix(0.97909236,0,0,0.97909236,7.4454684,31.005971)"

-            id="g6255">

-           <path

-              transform="matrix(0.55502696,0,0,0.55502696,258.10603,641.32516)"

-              inkscape:transform-center-y="-0.18944496"

-              inkscape:transform-center-x="0.009764984"

-              d="m 160.175,1432.275 0.72188,2.5801 -1.26231,-2.3632 -0.6649,2.5954 0.0884,-2.6777 -1.87351,1.9152 1.41543,-2.2748 -2.58012,0.7219 2.3632,-1.2623 -2.59539,-0.6649 2.67774,0.088 -1.91522,-1.8735 2.27479,1.4154 -0.72188,-2.5801 1.26231,2.3632 0.6649,-2.5954 -0.0884,2.6777 1.87351,-1.9152 -1.41543,2.2748 2.58012,-0.7219 -2.3632,1.2623 2.59539,0.6649 -2.67774,-0.088 1.91522,1.8735 z"

-              inkscape:randomized="0"

-              inkscape:rounded="0"

-              inkscape:flatsided="false"

-              sodipodi:arg2="1.1890946"

-              sodipodi:arg1="0.92729522"

-              sodipodi:r2="3.75"

-              sodipodi:r1="1.125"

-              sodipodi:cy="1431.375"

-              sodipodi:cx="159.5"

-              sodipodi:sides="12"

-              id="path6169"

-              style="opacity:0.50199998;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-              sodipodi:type="star" />

-           <path

-              sodipodi:type="star"

-              style="opacity:0.50199998;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-              id="path6176"

-              sodipodi:sides="12"

-              sodipodi:cx="159.5"

-              sodipodi:cy="1431.375"

-              sodipodi:r1="1.125"

-              sodipodi:r2="3.75"

-              sodipodi:arg1="0.92729522"

-              sodipodi:arg2="1.1890946"

-              inkscape:flatsided="false"

-              inkscape:rounded="0"

-              inkscape:randomized="0"

-              d="m 160.175,1432.275 0.72188,2.5801 -1.26231,-2.3632 -0.6649,2.5954 0.0884,-2.6777 -1.87351,1.9152 1.41543,-2.2748 -2.58012,0.7219 2.3632,-1.2623 -2.59539,-0.6649 2.67774,0.088 -1.91522,-1.8735 2.27479,1.4154 -0.72188,-2.5801 1.26231,2.3632 0.6649,-2.5954 -0.0884,2.6777 1.87351,-1.9152 -1.41543,2.2748 2.58012,-0.7219 -2.3632,1.2623 2.59539,0.6649 -2.67774,-0.088 1.91522,1.8735 z"

-              inkscape:transform-center-x="0.009764984"

-              inkscape:transform-center-y="-0.18944496"

-              transform="matrix(0.55502696,0,0,0.55502696,261.64156,672.43786)" />

-           <path

-              sodipodi:type="star"

-              style="opacity:0.50199998;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-              id="path6178"

-              sodipodi:sides="12"

-              sodipodi:cx="159.5"

-              sodipodi:cy="1431.375"

-              sodipodi:r1="1.125"

-              sodipodi:r2="3.75"

-              sodipodi:arg1="0.92729522"

-              sodipodi:arg2="1.1890946"

-              inkscape:flatsided="false"

-              inkscape:rounded="0"

-              inkscape:randomized="0"

-              d="m 160.175,1432.275 0.72188,2.5801 -1.26231,-2.3632 -0.6649,2.5954 0.0884,-2.6777 -1.87351,1.9152 1.41543,-2.2748 -2.58012,0.7219 2.3632,-1.2623 -2.59539,-0.6649 2.67774,0.088 -1.91522,-1.8735 2.27479,1.4154 -0.72188,-2.5801 1.26231,2.3632 0.6649,-2.5954 -0.0884,2.6777 1.87351,-1.9152 -1.41543,2.2748 2.58012,-0.7219 -2.3632,1.2623 2.59539,0.6649 -2.67774,-0.088 1.91522,1.8735 z"

-              inkscape:transform-center-x="0.009764984"

-              inkscape:transform-center-y="-0.18944496"

-              transform="matrix(0.55502696,0,0,0.55502696,265.52508,653.7942)" />

-           <path

-              transform="matrix(0.22010634,0,0,0.22010634,320.0357,1145.1253)"

-              inkscape:transform-center-y="-0.075147412"

-              inkscape:transform-center-x="0.003872874"

-              d="m 160.175,1432.275 0.72188,2.5801 -1.26231,-2.3632 -0.6649,2.5954 0.0884,-2.6777 -1.87351,1.9152 1.41543,-2.2748 -2.58012,0.7219 2.3632,-1.2623 -2.59539,-0.6649 2.67774,0.088 -1.91522,-1.8735 2.27479,1.4154 -0.72188,-2.5801 1.26231,2.3632 0.6649,-2.5954 -0.0884,2.6777 1.87351,-1.9152 -1.41543,2.2748 2.58012,-0.7219 -2.3632,1.2623 2.59539,0.6649 -2.67774,-0.088 1.91522,1.8735 z"

-              inkscape:randomized="0"

-              inkscape:rounded="0"

-              inkscape:flatsided="false"

-              sodipodi:arg2="1.1890946"

-              sodipodi:arg1="0.92729522"

-              sodipodi:r2="3.75"

-              sodipodi:r1="1.125"

-              sodipodi:cy="1431.375"

-              sodipodi:cx="159.5"

-              sodipodi:sides="12"

-              id="path6184"

-              style="opacity:0.50199998;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-              sodipodi:type="star" />

-           <path

-              transform="matrix(0.22010634,0,0,0.22010634,297.339,1127.0698)"

-              inkscape:transform-center-y="-0.075147412"

-              inkscape:transform-center-x="0.003872874"

-              d="m 160.175,1432.275 0.72188,2.5801 -1.26231,-2.3632 -0.6649,2.5954 0.0884,-2.6777 -1.87351,1.9152 1.41543,-2.2748 -2.58012,0.7219 2.3632,-1.2623 -2.59539,-0.6649 2.67774,0.088 -1.91522,-1.8735 2.27479,1.4154 -0.72188,-2.5801 1.26231,2.3632 0.6649,-2.5954 -0.0884,2.6777 1.87351,-1.9152 -1.41543,2.2748 2.58012,-0.7219 -2.3632,1.2623 2.59539,0.6649 -2.67774,-0.088 1.91522,1.8735 z"

-              inkscape:randomized="0"

-              inkscape:rounded="0"

-              inkscape:flatsided="false"

-              sodipodi:arg2="1.1890946"

-              sodipodi:arg1="0.92729522"

-              sodipodi:r2="3.75"

-              sodipodi:r1="1.125"

-              sodipodi:cy="1431.375"

-              sodipodi:cx="159.5"

-              sodipodi:sides="12"

-              id="path6188"

-              style="opacity:0.50199998;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-              sodipodi:type="star" />

-           <path

-              sodipodi:type="star"

-              style="opacity:0.50199998;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-              id="path6198"

-              sodipodi:sides="12"

-              sodipodi:cx="159.5"

-              sodipodi:cy="1431.375"

-              sodipodi:r1="1.125"

-              sodipodi:r2="3.75"

-              sodipodi:arg1="0.92729522"

-              sodipodi:arg2="1.1890946"

-              inkscape:flatsided="false"

-              inkscape:rounded="0"

-              inkscape:randomized="0"

-              d="m 160.175,1432.275 0.72188,2.5801 -1.26231,-2.3632 -0.6649,2.5954 0.0884,-2.6777 -1.87351,1.9152 1.41543,-2.2748 -2.58012,0.7219 2.3632,-1.2623 -2.59539,-0.6649 2.67774,0.088 -1.91522,-1.8735 2.27479,1.4154 -0.72188,-2.5801 1.26231,2.3632 0.6649,-2.5954 -0.0884,2.6777 1.87351,-1.9152 -1.41543,2.2748 2.58012,-0.7219 -2.3632,1.2623 2.59539,0.6649 -2.67774,-0.088 1.91522,1.8735 z"

-              inkscape:transform-center-x="0.003872874"

-              inkscape:transform-center-y="-0.075147412"

-              transform="matrix(0.22010634,0,0,0.22010634,304.58684,1115.9329)" />

-           <path

-              sodipodi:type="star"

-              style="opacity:0.50199998;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-              id="path6202"

-              sodipodi:sides="12"

-              sodipodi:cx="159.5"

-              sodipodi:cy="1431.375"

-              sodipodi:r1="1.125"

-              sodipodi:r2="3.75"

-              sodipodi:arg1="0.92729522"

-              sodipodi:arg2="1.1890946"

-              inkscape:flatsided="false"

-              inkscape:rounded="0"

-              inkscape:randomized="0"

-              d="m 160.175,1432.275 0.72188,2.5801 -1.26231,-2.3632 -0.6649,2.5954 0.0884,-2.6777 -1.87351,1.9152 1.41543,-2.2748 -2.58012,0.7219 2.3632,-1.2623 -2.59539,-0.6649 2.67774,0.088 -1.91522,-1.8735 2.27479,1.4154 -0.72188,-2.5801 1.26231,2.3632 0.6649,-2.5954 -0.0884,2.6777 1.87351,-1.9152 -1.41543,2.2748 2.58012,-0.7219 -2.3632,1.2623 2.59539,0.6649 -2.67774,-0.088 1.91522,1.8735 z"

-              inkscape:transform-center-x="0.003872874"

-              inkscape:transform-center-y="-0.075147412"

-              transform="matrix(0.22010634,0,0,0.22010634,310.84331,1141.413)" />

-         </g>

-         <path

-            sodipodi:type="star"

-            style="opacity:0.50199998;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            id="path6218"

-            sodipodi:sides="12"

-            sodipodi:cx="159.5"

-            sodipodi:cy="1431.375"

-            sodipodi:r1="1.125"

-            sodipodi:r2="3.75"

-            sodipodi:arg1="0.92729522"

-            sodipodi:arg2="1.1890946"

-            inkscape:flatsided="false"

-            inkscape:rounded="0"

-            inkscape:randomized="0"

-            d="m 160.175,1432.275 0.72188,2.5801 -1.26231,-2.3632 -0.6649,2.5954 0.0884,-2.6777 -1.87351,1.9152 1.41543,-2.2748 -2.58012,0.7219 2.3632,-1.2623 -2.59539,-0.6649 2.67774,0.088 -1.91522,-1.8735 2.27479,1.4154 -0.72188,-2.5801 1.26231,2.3632 0.6649,-2.5954 -0.0884,2.6777 1.87351,-1.9152 -1.41543,2.2748 2.58012,-0.7219 -2.3632,1.2623 2.59539,0.6649 -2.67774,-0.088 1.91522,1.8735 z"

-            inkscape:transform-center-x="0.009764984"

-            inkscape:transform-center-y="-0.18944496"

-            transform="matrix(0.54342266,0,0,0.54342266,219.72574,657.49265)" />

-         <path

-            transform="matrix(0.21550444,0,0,0.21550444,297.31716,1117.6042)"

-            inkscape:transform-center-y="-0.075147412"

-            inkscape:transform-center-x="0.003872874"

-            d="m 160.175,1432.275 0.72188,2.5801 -1.26231,-2.3632 -0.6649,2.5954 0.0884,-2.6777 -1.87351,1.9152 1.41543,-2.2748 -2.58012,0.7219 2.3632,-1.2623 -2.59539,-0.6649 2.67774,0.088 -1.91522,-1.8735 2.27479,1.4154 -0.72188,-2.5801 1.26231,2.3632 0.6649,-2.5954 -0.0884,2.6777 1.87351,-1.9152 -1.41543,2.2748 2.58012,-0.7219 -2.3632,1.2623 2.59539,0.6649 -2.67774,-0.088 1.91522,1.8735 z"

-            inkscape:randomized="0"

-            inkscape:rounded="0"

-            inkscape:flatsided="false"

-            sodipodi:arg2="1.1890946"

-            sodipodi:arg1="0.92729522"

-            sodipodi:r2="3.75"

-            sodipodi:r1="1.125"

-            sodipodi:cy="1431.375"

-            sodipodi:cx="159.5"

-            sodipodi:sides="12"

-            id="path6398"

-            style="opacity:0.50199998;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            sodipodi:type="star" />

-         <path

-            transform="matrix(0.54342266,0,0,0.54342266,237.72574,647.49265)"

-            inkscape:transform-center-y="-0.18944496"

-            inkscape:transform-center-x="0.009764984"

-            d="m 160.175,1432.275 0.72188,2.5801 -1.26231,-2.3632 -0.6649,2.5954 0.0884,-2.6777 -1.87351,1.9152 1.41543,-2.2748 -2.58012,0.7219 2.3632,-1.2623 -2.59539,-0.6649 2.67774,0.088 -1.91522,-1.8735 2.27479,1.4154 -0.72188,-2.5801 1.26231,2.3632 0.6649,-2.5954 -0.0884,2.6777 1.87351,-1.9152 -1.41543,2.2748 2.58012,-0.7219 -2.3632,1.2623 2.59539,0.6649 -2.67774,-0.088 1.91522,1.8735 z"

-            inkscape:randomized="0"

-            inkscape:rounded="0"

-            inkscape:flatsided="false"

-            sodipodi:arg2="1.1890946"

-            sodipodi:arg1="0.92729522"

-            sodipodi:r2="3.75"

-            sodipodi:r1="1.125"

-            sodipodi:cy="1431.375"

-            sodipodi:cx="159.5"

-            sodipodi:sides="12"

-            id="path6400"

-            style="opacity:0.50199998;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            sodipodi:type="star" />

-         <path

-            sodipodi:type="star"

-            style="opacity:0.50199998;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            id="path6402"

-            sodipodi:sides="12"

-            sodipodi:cx="159.5"

-            sodipodi:cy="1431.375"

-            sodipodi:r1="1.125"

-            sodipodi:r2="3.75"

-            sodipodi:arg1="0.92729522"

-            sodipodi:arg2="1.1890946"

-            inkscape:flatsided="false"

-            inkscape:rounded="0"

-            inkscape:randomized="0"

-            d="m 160.175,1432.275 0.72188,2.5801 -1.26231,-2.3632 -0.6649,2.5954 0.0884,-2.6777 -1.87351,1.9152 1.41543,-2.2748 -2.58012,0.7219 2.3632,-1.2623 -2.59539,-0.6649 2.67774,0.088 -1.91522,-1.8735 2.27479,1.4154 -0.72188,-2.5801 1.26231,2.3632 0.6649,-2.5954 -0.0884,2.6777 1.87351,-1.9152 -1.41543,2.2748 2.58012,-0.7219 -2.3632,1.2623 2.59539,0.6649 -2.67774,-0.088 1.91522,1.8735 z"

-            inkscape:transform-center-x="0.003872874"

-            inkscape:transform-center-y="-0.075147412"

-            transform="matrix(0.21550444,0,0,0.21550444,279.31716,1119.6042)" />

-       </g>

-       <path

-          style="opacity:0.66199999;fill:url(#radialGradient31905);fill-opacity:1;stroke:none"

-          id="path7010"

-          d="m 314.66457,1525.6291 c 0,-25.3274 -20.53082,-45.8598 -45.85751,-45.8598 -25.31484,0 -45.83762,20.5155 -45.85597,45.8275 l -0.001,0 0,35.4881 0.001,0 c 0.0141,5.7471 4.67452,10.3998 10.42521,10.3998 0.0155,0 0.0325,0 0.0494,0 l 0,0 35.39618,0 0,0 c 25.32218,-0.014 45.8427,-20.5353 45.8427,-45.8555 z"

-          inkscape:connector-curvature="0"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/planet-bloggin-it-01.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-     </g>

-     <g

-        id="g8825-1-0-8-3-4-0"

-        transform="matrix(1.0204757,0,0,1.0204757,75.757586,-512.80275)" />

-     <g

-        id="g31579"

-        transform="matrix(0.80561979,0,0,0.80561979,155.62994,70.048228)">

-       <path

-          inkscape:export-ydpi="90"

-          inkscape:export-xdpi="90"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          transform="matrix(2.1216223,0,0,2.1216223,386.8609,-124.04746)"

-          inkscape:connector-curvature="0"

-          d="m 134.00002,125.00183 c 0,-21.53997 -17.46062,-39.00185 -38.999836,-39.00185 -21.529216,0 -38.982968,17.44751 -38.998584,38.97439 l -0.0016,-10e-4 0,30.18098 0.0016,9.9e-4 c 0.01184,4.88773 3.975508,8.84465 8.866181,8.84465 0.01374,0 0.02745,-9.9e-4 0.04187,-9.9e-4 l 0.0024,9.9e-4 30.10304,0 0,0 c 21.533049,-0.009 38.984919,-17.46443 38.984919,-38.99816 z"

-          id="path6672-7-6-7-1-0-4-8"

-          style="fill:#db3279;fill-opacity:1;stroke:#58595b;stroke-width:4.50271511;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter2620-9-3-47-5-4-5-2-4)" />

-       <path

-          inkscape:export-ydpi="90"

-          inkscape:export-xdpi="90"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          inkscape:connector-curvature="0"

-          id="path6674-2-3-0-5-3-1-7"

-          d="m 588.41503,53.213542 c -47.78727,0 -86.59137,38.676567 -86.92021,86.389788 -4.8e-4,0.0671 2.9e-4,0.13159 0,0.19898 a 4.2436687,4.2436687 0 0 0 -0.0661,0.19898 c -1.3e-4,0.0449 3e-5,0.0876 0,0.13255 l 0,64.04646 a 4.2436687,4.2436687 0 0 0 0.33153,1.6575 4.2436687,4.2436687 0 0 0 0,0.0661 c 0.91261,11.29053 9.89307,20.16078 21.21617,20.95102 0.0709,0.002 0.12774,0.0619 0.19898,0.0661 a 4.2436687,4.2436687 0 0 0 0.19899,0.0661 4.2436687,4.2436687 0 0 0 1.12712,0.19898 4.2436687,4.2436687 0 0 0 0.0661,0 l 63.84758,0 a 4.2436687,4.2436687 0 0 0 0.0661,0 c 47.59044,-0.0193 86.16616,-38.41292 86.78759,-85.85938 a 4.2436687,4.2436687 0 0 0 0.0661,-0.26509 c 4.1e-4,-0.0446 -3.9e-4,-0.0876 0,-0.13255 a 4.2436687,4.2436687 0 0 0 0.0661,-0.7293 c 0,-47.992787 -38.9951,-86.986534 -86.98651,-86.986534 z"

-          style="font-size:xx-small;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:sans-serif;-inkscape-font-specification:sans-serif" />

-       <path

-          inkscape:export-ydpi="90"

-          inkscape:export-xdpi="90"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          style="fill:#294172;fill-opacity:1;stroke:url(#radialGradient31899);stroke-width:1.91061223"

-          id="path6676-5-2-0-4-2-7-3"

-          d="m 650.5092,141.1582 c 0,-34.2954 -27.8004,-62.097794 -62.09469,-62.097794 -34.2783,0 -62.06772,27.779544 -62.09263,62.054054 l -0.002,-0.002 0,48.05342 0.002,0.002 c 0.0193,7.78212 6.32979,14.08225 14.11656,14.08225 0.0193,0 0.0436,-0.002 0.0668,-0.002 l 0.002,0.002 47.92934,0 0,0 c 34.2844,-0.0128 62.07087,-27.80644 62.07087,-62.09196 z"

-          inkscape:connector-curvature="0" />

-       <path

-          inkscape:export-ydpi="90"

-          inkscape:export-xdpi="90"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          style="fill:none;stroke:#a07cbc;stroke-width:9.55306053;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-          id="path6678-9-6-5-90-6-2-2"

-          d="m 662.23443,141.15856 c 0,-40.77113 -33.04972,-73.823195 -73.8195,-73.823195 -40.75078,0 -73.78747,33.024855 -73.81706,73.771235 l -0.002,-0.002 0,57.12695 0.002,0.002 c 0.0225,9.25152 7.52492,16.74127 16.78206,16.74127 0.0257,0 0.052,-0.002 0.079,-0.002 l 0.006,0.002 56.97944,0 0,0 c 40.75688,-0.0161 73.78998,-33.05689 73.78998,-73.81626 z"

-          inkscape:connector-curvature="0" />

-       <path

-          sodipodi:nodetypes="cccccccccc"

-          inkscape:connector-curvature="0"

-          id="path3119-1-7-0-0-6-9"

-          d="m 548.74419,102.93319 76.89387,0 c 4.61424,0 4.61424,4.52227 0.092,4.52227 l 0,67.83399 c 4.52228,0 4.52228,4.52227 0.1532,4.52227 l -77.13914,0 c -4.41495,0 -4.41495,-4.52227 0.10738,-4.52227 l 0,-67.83399 c -4.52228,0 -4.52228,-4.52227 -0.10738,-4.52227 z"

-          style="fill:#8c8c8c;fill-opacity:1;stroke:#4c4c4c;stroke-width:1.80890656;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />

-       <path

-          sodipodi:nodetypes="ccccc"

-          inkscape:connector-curvature="0"

-          id="path3121-1-8-3-6-1-7"

-          d="m -138.13611,351.90319 39.673611,0 0,39.6736 -39.673611,0 z"

-          style="fill:url(#linearGradient31901);fill-opacity:1;stroke:#8c8c8c;stroke-width:1.05796278;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter12302-0-4-9-8-4-0)"

-          transform="matrix(1.7098017,0,0,1.7098017,789.55912,-494.22921)" />

-     </g>

-     <g

-        transform="matrix(1.5080067,0,0,1.5080067,194.08026,-273.501)"

-        id="g27843">

-       <path

-          style="fill:url(#radialGradient31519);fill-opacity:1;stroke:none;display:inline"

-          id="path3637-6-3-78-3"

-          d="m -8.94259,423.33217 c 0,-18.30174 -14.835673,-33.13848 -33.136801,-33.13848 -18.292606,0 -33.122439,14.82454 -33.135718,33.11515 l -0.0011,-8.8e-4 0,25.6437 0.0011,8.8e-4 c 0.0091,4.1529 3.377848,7.51499 7.533275,7.51499 0.01039,0 0.02339,-8.8e-4 0.0355,-8.8e-4 l 0.0026,8.8e-4 25.577497,0 0,0 c 18.295857,-0.007 33.12409,-14.83889 33.12409,-33.13537 z"

-          inkscape:connector-curvature="0" />

-       <path

-          transform="matrix(1.1322035,0,0,1.1322035,-149.95889,281.86072)"

-          inkscape:connector-curvature="0"

-          d="m 134.00002,125.00183 c 0,-21.53997 -17.46062,-39.00185 -38.999836,-39.00185 -21.529216,0 -38.982968,17.44751 -38.998584,38.97439 l -0.0016,-10e-4 0,30.18098 0.0016,9.9e-4 c 0.01184,4.88773 3.975508,8.84465 8.866181,8.84465 0.01374,0 0.02745,-9.9e-4 0.04187,-9.9e-4 l 0.0024,9.9e-4 30.10304,0 0,0 c 21.533049,-0.009 38.984919,-17.46443 38.984919,-38.99816 z"

-          id="path3633-7-3-5"

-          style="fill:#db3279;fill-opacity:1;stroke:#58595b;stroke-width:4.50271511;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter2620-3-53-2)" />

-       <path

-          inkscape:connector-curvature="0"

-          id="path3635-4-0-0"

-          d="m -42.39956,376.45602 c -25.501669,0 -46.209491,20.63975 -46.384985,46.10192 -2.35e-4,0.0359 1.83e-4,0.0702 0,0.10613 a 2.2646335,2.2646335 0 0 0 -0.03539,0.10613 c -5.2e-5,0.0238 2.6e-5,0.0468 0,0.0706 l 0,34.17837 a 2.2646335,2.2646335 0 0 0 0.176903,0.88455 2.2646335,2.2646335 0 0 0 0,0.0355 c 0.487018,6.0252 5.279451,10.75881 11.322035,11.18051 0.03775,0.003 0.06828,0.0331 0.106135,0.0354 a 2.2646335,2.2646335 0 0 0 0.106129,0.0355 2.2646335,2.2646335 0 0 0 0.601489,0.10613 2.2646335,2.2646335 0 0 0 0.03539,0 l 34.072268,0 a 2.2646335,2.2646335 0 0 0 0.03539,0 c 25.396615,-0.009 45.982568,-20.49903 46.314194,-45.81885 a 2.2646335,2.2646335 0 0 0 0.03539,-0.14152 c 2.37e-4,-0.0238 -1.89e-4,-0.0468 0,-0.0706 a 2.2646335,2.2646335 0 0 0 0.03548,-0.38921 c 0,-25.61132 -20.80971,-46.42031 -46.420335,-46.42031 z"

-          style="font-size:xx-small;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:sans-serif;-inkscape-font-specification:sans-serif" />

-       <path

-          style="fill:url(#radialGradient31521);fill-opacity:1;stroke:none;display:inline"

-          id="path3637-6-3-78"

-          d="m -9.263031,423.38768 c 0,-18.30174 -14.835677,-33.13848 -33.136806,-33.13848 -18.292605,0 -33.122437,14.82454 -33.135718,33.11514 l -0.0011,-8.8e-4 0,25.6437 0.0011,8.8e-4 c 0.0091,4.15291 3.377855,7.51499 7.533276,7.51499 0.01039,0 0.02339,-8.8e-4 0.0355,-8.8e-4 l 0.0026,8.8e-4 25.5775,0 0,0 c 18.295857,-0.007 33.124108,-14.83888 33.124108,-33.13537 z"

-          inkscape:connector-curvature="0"

-          clip-path="none" />

-       <g

-          inkscape:export-ydpi="90"

-          inkscape:export-xdpi="90"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/proven-packager.png"

-          style="opacity:0.84482757;fill:url(#radialGradient31907);fill-opacity:1;display:inline"

-          clip-path="url(#clipPath16933)"

-          id="g6883-0-1"

-          transform="matrix(1.0921715,0,0,1.0921715,-1198.9534,-1537.27)">

-         <path

-            sodipodi:type="arc"

-            style="color:#000000;fill:url(#radialGradient31523);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            id="path6885-4-6"

-            sodipodi:cx="1055.1801"

-            sodipodi:cy="1786.5925"

-            sodipodi:rx="46.138718"

-            sodipodi:ry="46.138718"

-            d="m 1100.984,1792.1401 c -0.5542,4.5765 -1.7913,9.0441 -3.6698,13.254 l -42.1341,-18.8016 z"

-            transform="matrix(0.96592583,-0.25881905,0.25881905,0.96592583,-435.72459,325.5262)"

-            sodipodi:start="0.12052875"

-            sodipodi:end="0.41971562"

-            inkscape:transform-center-x="-23.959225"

-            inkscape:transform-center-y="2.2220811" />

-         <path

-            inkscape:transform-center-y="-14.660493"

-            inkscape:transform-center-x="-23.141112"

-            sodipodi:end="0.41971562"

-            sodipodi:start="0.12052875"

-            transform="matrix(0.70710678,-0.70710679,0.70710679,0.70710678,-963.53129,1260.0988)"

-            d="m 1100.984,1792.1401 c -0.5542,4.5765 -1.7913,9.0441 -3.6698,13.254 l -42.1341,-18.8016 z"

-            sodipodi:ry="46.138718"

-            sodipodi:rx="46.138718"

-            sodipodi:cy="1786.5925"

-            sodipodi:cx="1055.1801"

-            id="path6887-2-1"

-            style="color:#000000;fill:url(#radialGradient31525);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            sodipodi:type="arc" />

-         <path

-            sodipodi:type="arc"

-            style="color:#000000;fill:url(#radialGradient31527);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            id="path6889-7-5"

-            sodipodi:cx="1055.1801"

-            sodipodi:cy="1786.5925"

-            sodipodi:rx="46.138718"

-            sodipodi:ry="46.138718"

-            d="m 1100.984,1792.1401 c -0.5542,4.5765 -1.7913,9.0441 -3.6698,13.254 l -42.1341,-18.8016 z"

-            transform="matrix(0.25881904,-0.96592583,0.96592583,0.25881904,-953.339,2333.3658)"

-            sodipodi:start="0.12052875"

-            sodipodi:end="0.41971562"

-            inkscape:transform-center-x="-15.702284"

-            inkscape:transform-center-y="-22.572639" />

-         <path

-            inkscape:transform-center-y="-24.666324"

-            inkscape:transform-center-x="-0.80787485"

-            sodipodi:end="0.41971562"

-            sodipodi:start="0.12052875"

-            transform="matrix(-0.25881905,-0.96592583,0.96592583,-0.25881905,-407.87872,3257.7461)"

-            d="m 1100.984,1792.1401 c -0.5542,4.5765 -1.7913,9.0441 -3.6698,13.254 l -42.1341,-18.8016 z"

-            sodipodi:ry="46.138718"

-            sodipodi:rx="46.138718"

-            sodipodi:cy="1786.5925"

-            sodipodi:cx="1055.1801"

-            id="path6891-5-7"

-            style="color:#000000;fill:url(#radialGradient31529);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            sodipodi:type="arc" />

-         <path

-            sodipodi:type="arc"

-            style="color:#000000;fill:url(#radialGradient31531);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            id="path6893-0-7"

-            sodipodi:cx="1055.1801"

-            sodipodi:cy="1786.5925"

-            sodipodi:rx="46.138718"

-            sodipodi:ry="46.138718"

-            d="m 1100.984,1792.1401 c -0.5542,4.5765 -1.7913,9.0441 -3.6698,13.254 l -42.1341,-18.8016 z"

-            transform="matrix(-0.70710679,-0.70710678,0.70710678,-0.70710679,526.69389,3785.5528)"

-            sodipodi:start="0.12052875"

-            sodipodi:end="0.41971562"

-            inkscape:transform-center-x="14.660476"

-            inkscape:transform-center-y="-23.141104" />

-         <path

-            inkscape:transform-center-y="-15.702286"

-            inkscape:transform-center-x="22.572612"

-            sodipodi:end="0.41971562"

-            sodipodi:start="0.12052875"

-            transform="matrix(-0.96592583,-0.25881904,0.25881904,-0.96592583,1599.9609,3775.3605)"

-            d="m 1100.984,1792.1401 c -0.5542,4.5765 -1.7913,9.0441 -3.6698,13.254 l -42.1341,-18.8016 z"

-            sodipodi:ry="46.138718"

-            sodipodi:rx="46.138718"

-            sodipodi:cy="1786.5925"

-            sodipodi:cx="1055.1801"

-            id="path6895-6-4"

-            style="color:#000000;fill:url(#radialGradient31533);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            sodipodi:type="arc" />

-         <path

-            sodipodi:type="arc"

-            style="color:#000000;fill:url(#radialGradient31535);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            id="path6897-8-7"

-            sodipodi:cx="1055.1801"

-            sodipodi:cy="1786.5925"

-            sodipodi:rx="46.138718"

-            sodipodi:ry="46.138718"

-            d="m 1100.984,1792.1401 c -0.5542,4.5765 -1.7913,9.0441 -3.6698,13.254 l -42.1341,-18.8016 z"

-            transform="matrix(-0.96592583,0.25881905,-0.25881905,-0.96592583,2524.3412,3229.9002)"

-            sodipodi:start="0.12052875"

-            sodipodi:end="0.41971562"

-            inkscape:transform-center-x="24.666297"

-            inkscape:transform-center-y="-0.80789685" />

-         <path

-            inkscape:transform-center-y="14.660464"

-            inkscape:transform-center-x="23.141077"

-            sodipodi:end="0.41971562"

-            sodipodi:start="0.12052875"

-            transform="matrix(-0.70710678,0.70710679,-0.70710679,-0.70710678,3052.1479,2295.3276)"

-            d="m 1100.984,1792.1401 c -0.5542,4.5765 -1.7913,9.0441 -3.6698,13.254 l -42.1341,-18.8016 z"

-            sodipodi:ry="46.138718"

-            sodipodi:rx="46.138718"

-            sodipodi:cy="1786.5925"

-            sodipodi:cx="1055.1801"

-            id="path6899-9-2"

-            style="color:#000000;fill:url(#radialGradient31537);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            sodipodi:type="arc" />

-         <path

-            sodipodi:type="arc"

-            style="color:#000000;fill:url(#radialGradient31539);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            id="path6901-3-7"

-            sodipodi:cx="1055.1801"

-            sodipodi:cy="1786.5925"

-            sodipodi:rx="46.138718"

-            sodipodi:ry="46.138718"

-            d="m 1100.984,1792.1401 c -0.5542,4.5765 -1.7913,9.0441 -3.6698,13.254 l -42.1341,-18.8016 z"

-            transform="matrix(-0.25881904,0.96592583,-0.96592583,-0.25881904,3041.9556,1222.0606)"

-            sodipodi:start="0.12052875"

-            sodipodi:end="0.41971562"

-            inkscape:transform-center-x="15.702259"

-            inkscape:transform-center-y="22.57261" />

-         <path

-            inkscape:transform-center-y="24.666275"

-            inkscape:transform-center-x="0.80786985"

-            sodipodi:end="0.41971562"

-            sodipodi:start="0.12052875"

-            transform="matrix(0.25881905,0.96592583,-0.96592583,0.25881905,2496.4953,297.68028)"

-            d="m 1100.984,1792.1401 c -0.5542,4.5765 -1.7913,9.0441 -3.6698,13.254 l -42.1341,-18.8016 z"

-            sodipodi:ry="46.138718"

-            sodipodi:rx="46.138718"

-            sodipodi:cy="1786.5925"

-            sodipodi:cx="1055.1801"

-            id="path6903-0-67"

-            style="color:#000000;fill:url(#radialGradient31541);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            sodipodi:type="arc" />

-         <path

-            sodipodi:type="arc"

-            style="color:#000000;fill:url(#radialGradient31543);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            id="path6905-7-1"

-            sodipodi:cx="1055.1801"

-            sodipodi:cy="1786.5925"

-            sodipodi:rx="46.138718"

-            sodipodi:ry="46.138718"

-            d="m 1100.984,1792.1401 c -0.5542,4.5765 -1.7913,9.0441 -3.6698,13.254 l -42.1341,-18.8016 z"

-            transform="matrix(0.70710679,0.70710678,-0.70710678,0.70710679,1561.9227,-230.12641)"

-            sodipodi:start="0.12052875"

-            sodipodi:end="0.41971562"

-            inkscape:transform-center-x="-14.660491"

-            inkscape:transform-center-y="23.141065" />

-         <path

-            inkscape:transform-center-y="15.702247"

-            inkscape:transform-center-x="-22.572647"

-            sodipodi:end="0.41971562"

-            sodipodi:start="0.12052875"

-            transform="matrix(0.96592583,0.25881904,-0.25881904,0.96592583,488.65571,-219.93411)"

-            d="m 1100.984,1792.1401 c -0.5542,4.5765 -1.7913,9.0441 -3.6698,13.254 l -42.1341,-18.8016 z"

-            sodipodi:ry="46.138718"

-            sodipodi:rx="46.138718"

-            sodipodi:cy="1786.5925"

-            sodipodi:cx="1055.1801"

-            id="path6907-9-7"

-            style="color:#000000;fill:url(#radialGradient31545);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            sodipodi:type="arc" />

-       </g>

-       <path

-          style="fill:none;stroke:#79db32;stroke-width:5.09798956;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"

-          id="path3639-3-65-8"

-          d="m -3.00584,423.38787 c 0,-21.75751 -17.636997,-39.39573 -39.393768,-39.39573 -21.746657,0 -39.376685,17.6237 -39.392476,39.368 l -0.0011,-8.7e-4 0,30.4858 0.0011,8.8e-4 c 0.01039,4.93709 4.015686,8.93402 8.955743,8.93402 0.01378,0 0.02772,-8.8e-4 0.04239,-8.8e-4 l 0.0026,8.8e-4 30.407074,0 0,0 c 21.74989,-0.008 39.378019,-17.64081 39.378019,-39.39205 z"

-          inkscape:connector-curvature="0" />

-       <path

-          style="fill:#a2e076;fill-opacity:1;stroke:none;display:inline"

-          id="path3637-6-7-4-5"

-          d="m -9.262825,423.38769 c -0.129799,-1.3423 0.05242,-1.04707 -0.09117,-2.79977 -21.952544,5.94323 -44.842125,-7.9805 -66.182269,2.79821 l 0,25.62112 0.0011,8.8e-4 c 0.0091,4.1529 3.377865,7.515 7.533276,7.515 0.01039,0 0.02339,-8.8e-4 0.0355,-8.8e-4 l 0.0026,8.8e-4 25.577495,0 0,0 c 18.295852,-0.007 33.124081,-14.83912 33.124081,-33.13558 z"

-          inkscape:connector-curvature="0"

-          sodipodi:nodetypes="cccccscccccc" />

-       <path

-          style="fill:#ffd395;fill-opacity:1;stroke:none;display:inline"

-          id="path3637-6-7-7-0-2"

-          d="m -9.262825,423.46112 c -13.263262,4.29489 -50.928354,16.43172 -66.273455,21.92028 l 0,3.69929 0.0011,8.8e-4 c 0.0091,4.15291 3.377865,7.51497 7.533302,7.51497 0.01039,0 0.02338,-8.8e-4 0.0355,-8.8e-4 l 0.0026,8.8e-4 25.57748,0 0,0 c 18.295852,-0.007 33.124086,-14.83909 33.124086,-33.13555 z"

-          inkscape:connector-curvature="0"

-          sodipodi:nodetypes="ccccscccccc" />

-     </g>

-     <g

-        id="g31587"

-        transform="matrix(0.83917922,0,0,0.83917922,92.422454,85.354313)">

-       <path

-          style="fill:#db3279;fill-opacity:1;stroke:#58595b;stroke-width:4.50271511;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter2620-9)"

-          id="path6672"

-          d="m 134.00002,125.00183 c 0,-21.53997 -17.46062,-39.00185 -38.999836,-39.00185 -21.529216,0 -38.982968,17.44751 -38.998584,38.97439 l -0.0016,-10e-4 0,30.18098 0.0016,9.9e-4 c 0.01184,4.88773 3.975508,8.84465 8.866181,8.84465 0.01374,0 0.02745,-9.9e-4 0.04187,-9.9e-4 l 0.0024,9.9e-4 30.10304,0 0,0 c 21.533049,-0.009 38.984919,-17.46443 38.984919,-38.99816 z"

-          inkscape:connector-curvature="0"

-          transform="matrix(2.0367739,0,0,2.0367739,162.69284,78.209133)"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-       <path

-          style="font-size:xx-small;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:sans-serif;-inkscape-font-specification:sans-serif"

-          d="m 356.18636,248.38104 c -45.87613,0 -83.12841,37.12981 -83.44409,82.9349 -4.3e-4,0.0645 2.9e-4,0.12642 0,0.19093 a 4.073955,4.073955 0 0 0 -0.0635,0.19096 c -10e-5,0.0432 3e-5,0.0842 0,0.12727 l 0,61.48511 a 4.073955,4.073955 0 0 0 0.31825,1.59122 4.073955,4.073955 0 0 0 0,0.0636 c 0.87615,10.839 9.49744,19.35451 20.36775,20.11314 0.068,0.004 0.12261,0.0595 0.19092,0.0636 a 4.073955,4.073955 0 0 0 0.19096,0.0636 4.073955,4.073955 0 0 0 1.08203,0.19094 4.073955,4.073955 0 0 0 0.0636,0 l 61.29418,0 a 4.073955,4.073955 0 0 0 0.0636,0 c 45.6872,-0.0182 82.72019,-36.87666 83.31678,-82.42563 a 4.073955,4.073955 0 0 0 0.0635,-0.25459 c 4.2e-4,-0.043 -3.8e-4,-0.0842 0,-0.12727 a 4.073955,4.073955 0 0 0 0.0635,-0.70012 c 0,-46.07349 -37.4356,-83.50776 -83.50773,-83.50776 z"

-          id="path6674"

-          inkscape:connector-curvature="0"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-       <path

-          sodipodi:nodetypes="csccccscccccc"

-          inkscape:connector-curvature="0"

-          d="m 415.79726,332.80861 c 0,-32.92386 -26.68861,-59.61437 -59.61137,-59.61437 -32.90744,0 -59.58552,26.66855 -59.60941,59.57238 l -10e-4,-10e-4 0,46.1317 10e-4,0.001 c 0.0185,7.47083 6.07661,13.51904 13.552,13.51904 0.0209,0 0.042,-10e-4 0.0639,-10e-4 l 0.004,10e-4 46.01257,0 0,0 c 32.91328,-0.0127 59.5885,-26.6944 59.5885,-59.60878 z"

-          id="path6676"

-          style="fill:url(#linearGradient31895);fill-opacity:1;stroke:none;display:inline"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-       <path

-          inkscape:connector-curvature="0"

-          d="m 427.05358,332.80896 c 0,-39.14061 -31.72801,-70.87086 -70.86731,-70.87086 -39.12108,0 -70.83655,31.70412 -70.86496,70.82097 l -10e-4,-0.001 0,54.84236 10e-4,10e-4 c 0.0213,8.88153 7.22399,16.07177 16.11089,16.07177 0.0247,0 0.0499,-0.001 0.076,-0.001 l 0.006,0.001 54.70073,0 0,0 c 39.12691,-0.0165 70.83896,-31.73489 70.83896,-70.86419 z"

-          id="path6678"

-          style="fill:none;stroke:#e59728;stroke-width:9.17101288;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-       <path

-          sodipodi:nodetypes="cccsssscccssccc"

-          inkscape:connector-curvature="0"

-          d="m 346.08779,392.25067 9.61218,0.10908 c 4.28355,0.22759 9.3529,-0.28959 15.45527,-1.96054 2.16122,-4.51121 -1.85718,-4.95058 1.79563,-6.67656 2.04582,-0.96668 5.41634,-7.85131 7.59139,-8.92793 6.14082,-3.0395 -1.53989,8.80377 3.84901,5.89953 2.224,-1.19858 3.02353,-8.03302 6.9124,-11.55664 1.70705,-1.54671 0.52622,5.22547 8.22293,4.2284 3.88672,-3.54458 6.70996,-7.88162 9.80006,-13.38214 -5.70513,-7.48494 -13.43243,-9.09601 -17.43515,1.02992 -7.49688,3.52691 -13.67893,-3.44403 -20.26889,1.5932 -10.70392,8.18189 6.57444,10.82665 -0.55711,19.00949 -2.23326,2.56249 -10.54951,-4.16857 -15.63006,-2.38317 -4.15386,3.09003 -5.98931,7.14977 -9.34766,13.01725 z"

-          id="path6676-2-5"

-          style="fill:url(#linearGradient31897);fill-opacity:1;stroke:none;display:inline"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-       <path

-          transform="matrix(0.61142052,0,0,0.61142052,275.60322,252.22267)"

-          sodipodi:nodetypes="csscsscsscsssscsscsc"

-          inkscape:connector-curvature="0"

-          id="path4941"

-          d="m 179.16596,184.36596 c -0.17215,-2.39035 2.32142,-6.25 5.89285,-1.60714 3.57143,4.64285 1.2742,10.58813 -5.53571,9.82142 -6.56806,-0.73948 -12.14286,-10.35714 -3.92857,-19.2857 -9.28571,0.53571 -8.51332,7.82033 -17.85715,10.89285 -2.5781,0.84775 -7.90264,9.66823 3.39286,7.14285 3.13685,-0.70132 -19.23931,20.44381 -3.70359,16.51523 -3.75,-5.17856 12.27502,-8.83665 14.41788,-6.69379 2.14286,2.14285 -0.71429,11.78571 3.57143,13.21428 4.28571,1.42857 8.72192,0.34505 12.14286,-10.00001 -4.5863,1.72027 -5.17858,2.85715 -8.39286,-0.17856 -3.21429,-3.03572 -2.67858,-9.64286 1.42856,-8.92857 4.10715,0.71428 13.03572,6.60714 12.50001,2.32143 -0.53572,-4.28572 1.96428,-13.21429 4.82143,-10.53572 2.85714,2.67857 2.32143,13.92858 2.32143,13.92858 0,0 8.21428,-8.21429 10.71428,-12.32143 1.67383,-2.74988 4.32852,-15.01979 -2.67857,-18.03572 -6.84825,-2.94755 -16.42858,7.32143 -16.60715,9.46429 -0.53571,-5.53572 -5.89285,-7.14286 -9.28571,-6.96429 -3.39286,0.17857 -9.39814,9.82652 -3.21428,11.25 z"

-          style="opacity:0.89840638;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;filter:url(#filter6615)" />

-       <path

-          sodipodi:nodetypes="ccccsscsccc"

-          inkscape:connector-curvature="0"

-          id="path4941-1"

-          d="m 504.63511,667.08754 c -0.81321,-1.02935 -2.11769,-2.50102 -2.61372,-3.43103 0.1926,-0.32809 0.29323,-0.67495 0.65039,-0.91104 0.20125,0.0214 0.44264,0.0669 0.72875,0.1392 -1.25004,1.72624 4.09181,2.94565 4.80612,2.23134 0.71431,-0.71431 -0.23811,-3.9287 1.19051,-4.4049 1.42862,-0.47621 2.9074,-0.11502 4.04775,3.33344 -1.52881,-0.57344 -1.72625,-0.95241 -2.79771,0.0595 -1.07146,1.01194 -0.89289,3.21439 0.4762,2.97629 -2.91625,0.17437 -4.09597,0.0148 -6.48829,0.007 z"

-          style="opacity:0.89840638;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;filter:url(#filter6595)"

-          transform="matrix(1.8342026,0,0,1.8342026,-576.97363,-831.18215)" />

-       <path

-          sodipodi:nodetypes="cscssc"

-          inkscape:connector-curvature="0"

-          id="path4941-18"

-          d="m 540.97511,639.742 c -2.8834,0.62281 -6.72935,2.23099 -6.5108,3.72094 0.21854,1.48996 0.95472,2.31067 4.54712,1.77497 -1.20076,-1.10647 -2.08377,-1.24032 -0.95487,-2.18772 0.73112,-0.61358 2.06474,-0.13099 2.30126,-0.71415 0.27428,-0.67624 0.76978,-1.22062 0.61729,-2.59404 z"

-          style="opacity:0.89840638;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;filter:url(#filter6605)"

-          transform="matrix(1.8342026,0,0,1.8342026,-576.97363,-831.18215)" />

-       <path

-          transform="matrix(0.09679899,0.07120245,-0.07120245,0.09679899,368.57018,283.29989)"

-          d="m 356.78572,319.77289 c 0,3.69833 -2.99809,6.69643 -6.69643,6.69643 -3.69833,0 -6.69642,-2.9981 -6.69642,-6.69643 0,-3.69834 2.99809,-6.69643 6.69642,-6.69643 3.69834,0 6.69643,2.99809 6.69643,6.69643 z"

-          sodipodi:ry="6.6964288"

-          sodipodi:rx="6.6964288"

-          sodipodi:cy="319.77289"

-          sodipodi:cx="350.08929"

-          id="path16998-4-0-5"

-          style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"

-          sodipodi:type="arc" />

-       <path

-          transform="matrix(0.09679899,0.07120245,-0.07120245,0.09679899,375.44866,254.80334)"

-          d="m 356.78572,319.77289 c 0,3.69833 -2.99809,6.69643 -6.69643,6.69643 -3.69833,0 -6.69642,-2.9981 -6.69642,-6.69643 0,-3.69834 2.99809,-6.69643 6.69642,-6.69643 3.69834,0 6.69643,2.99809 6.69643,6.69643 z"

-          sodipodi:ry="6.6964288"

-          sodipodi:rx="6.6964288"

-          sodipodi:cy="319.77289"

-          sodipodi:cx="350.08929"

-          id="path16998-4-0-5-3"

-          style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"

-          sodipodi:type="arc" />

-       <path

-          transform="matrix(0.09679899,0.07120245,-0.07120245,0.09679899,319.76572,234.71379)"

-          d="m 356.78572,319.77289 c 0,3.69833 -2.99809,6.69643 -6.69643,6.69643 -3.69833,0 -6.69642,-2.9981 -6.69642,-6.69643 0,-3.69834 2.99809,-6.69643 6.69642,-6.69643 3.69834,0 6.69643,2.99809 6.69643,6.69643 z"

-          sodipodi:ry="6.6964288"

-          sodipodi:rx="6.6964288"

-          sodipodi:cy="319.77289"

-          sodipodi:cx="350.08929"

-          id="path16998-4-0-5-6"

-          style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"

-          sodipodi:type="arc" />

-       <path

-          transform="matrix(0.09679899,0.07120245,-0.07120245,0.09679899,290.94161,263.97465)"

-          d="m 356.78572,319.77289 c 0,3.69833 -2.99809,6.69643 -6.69643,6.69643 -3.69833,0 -6.69642,-2.9981 -6.69642,-6.69643 0,-3.69834 2.99809,-6.69643 6.69642,-6.69643 3.69834,0 6.69643,2.99809 6.69643,6.69643 z"

-          sodipodi:ry="6.6964288"

-          sodipodi:rx="6.6964288"

-          sodipodi:cy="319.77289"

-          sodipodi:cx="350.08929"

-          id="path16998-4-0-5-9"

-          style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"

-          sodipodi:type="arc" />

-       <path

-          transform="matrix(0.09679899,0.07120245,-0.07120245,0.09679899,329.1554,322.49631)"

-          d="m 356.78572,319.77289 c 0,3.69833 -2.99809,6.69643 -6.69643,6.69643 -3.69833,0 -6.69642,-2.9981 -6.69642,-6.69643 0,-3.69834 2.99809,-6.69643 6.69642,-6.69643 3.69834,0 6.69643,2.99809 6.69643,6.69643 z"

-          sodipodi:ry="6.6964288"

-          sodipodi:rx="6.6964288"

-          sodipodi:cy="319.77289"

-          sodipodi:cx="350.08929"

-          id="path16998-4-0-5-2"

-          style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"

-          sodipodi:type="arc" />

-       <path

-          transform="matrix(0.09679899,0.07120245,-0.07120245,0.09679899,398.15856,267.03174)"

-          d="m 356.78572,319.77289 c 0,3.69833 -2.99809,6.69643 -6.69643,6.69643 -3.69833,0 -6.69642,-2.9981 -6.69642,-6.69643 0,-3.69834 2.99809,-6.69643 6.69642,-6.69643 3.69834,0 6.69643,2.99809 6.69643,6.69643 z"

-          sodipodi:ry="6.6964288"

-          sodipodi:rx="6.6964288"

-          sodipodi:cy="319.77289"

-          sodipodi:cx="350.08929"

-          id="path16998-4-0-5-8"

-          style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"

-          sodipodi:type="arc" />

-       <path

-          transform="matrix(0.09679899,0.07120245,-0.07120245,0.09679899,371.08136,225.76085)"

-          d="m 356.78572,319.77289 c 0,3.69833 -2.99809,6.69643 -6.69643,6.69643 -3.69833,0 -6.69642,-2.9981 -6.69642,-6.69643 0,-3.69834 2.99809,-6.69643 6.69642,-6.69643 3.69834,0 6.69643,2.99809 6.69643,6.69643 z"

-          sodipodi:ry="6.6964288"

-          sodipodi:rx="6.6964288"

-          sodipodi:cy="319.77289"

-          sodipodi:cx="350.08929"

-          id="path16998-4-0-5-81"

-          style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"

-          sodipodi:type="arc" />

-       <path

-          transform="matrix(0.09679899,0.07120245,-0.07120245,0.09679899,293.78035,307.8659)"

-          d="m 356.78572,319.77289 c 0,3.69833 -2.99809,6.69643 -6.69643,6.69643 -3.69833,0 -6.69642,-2.9981 -6.69642,-6.69643 0,-3.69834 2.99809,-6.69643 6.69642,-6.69643 3.69834,0 6.69643,2.99809 6.69643,6.69643 z"

-          sodipodi:ry="6.6964288"

-          sodipodi:rx="6.6964288"

-          sodipodi:cy="319.77289"

-          sodipodi:cx="350.08929"

-          id="path16998-4-0-5-88"

-          style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"

-          sodipodi:type="arc" />

-       <path

-          transform="matrix(0.09679899,0.07120245,-0.07120245,0.09679899,293.9987,331.886)"

-          d="m 356.78572,319.77289 c 0,3.69833 -2.99809,6.69643 -6.69643,6.69643 -3.69833,0 -6.69642,-2.9981 -6.69642,-6.69643 0,-3.69834 2.99809,-6.69643 6.69642,-6.69643 3.69834,0 6.69643,2.99809 6.69643,6.69643 z"

-          sodipodi:ry="6.6964288"

-          sodipodi:rx="6.6964288"

-          sodipodi:cy="319.77289"

-          sodipodi:cx="350.08929"

-          id="path16998-4-0-5-1"

-          style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"

-          sodipodi:type="arc" />

-       <path

-          transform="matrix(0.0442663,0.03256097,-0.03256097,0.0442663,377.98947,301.07043)"

-          d="m 356.78572,319.77289 c 0,3.69833 -2.99809,6.69643 -6.69643,6.69643 -3.69833,0 -6.69642,-2.9981 -6.69642,-6.69643 0,-3.69834 2.99809,-6.69643 6.69642,-6.69643 3.69834,0 6.69643,2.99809 6.69643,6.69643 z"

-          sodipodi:ry="6.6964288"

-          sodipodi:rx="6.6964288"

-          sodipodi:cy="319.77289"

-          sodipodi:cx="350.08929"

-          id="path16998-4-0-5-99"

-          style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"

-          sodipodi:type="arc" />

-       <path

-          transform="matrix(0.0442663,0.03256097,-0.03256097,0.0442663,386.61486,295.28377)"

-          d="m 356.78572,319.77289 c 0,3.69833 -2.99809,6.69643 -6.69643,6.69643 -3.69833,0 -6.69642,-2.9981 -6.69642,-6.69643 0,-3.69834 2.99809,-6.69643 6.69642,-6.69643 3.69834,0 6.69643,2.99809 6.69643,6.69643 z"

-          sodipodi:ry="6.6964288"

-          sodipodi:rx="6.6964288"

-          sodipodi:cy="319.77289"

-          sodipodi:cx="350.08929"

-          id="path16998-4-0-5-99-3"

-          style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"

-          sodipodi:type="arc" />

-       <path

-          transform="matrix(0.0442663,0.03256097,-0.03256097,0.0442663,349.7767,261.98315)"

-          d="m 356.78572,319.77289 c 0,3.69833 -2.99809,6.69643 -6.69643,6.69643 -3.69833,0 -6.69642,-2.9981 -6.69642,-6.69643 0,-3.69834 2.99809,-6.69643 6.69642,-6.69643 3.69834,0 6.69643,2.99809 6.69643,6.69643 z"

-          sodipodi:ry="6.6964288"

-          sodipodi:rx="6.6964288"

-          sodipodi:cy="319.77289"

-          sodipodi:cx="350.08929"

-          id="path16998-4-0-5-99-4"

-          style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"

-          sodipodi:type="arc" />

-       <path

-          transform="matrix(0.0442663,0.03256097,-0.03256097,0.0442663,391.96478,271.8096)"

-          d="m 356.78572,319.77289 c 0,3.69833 -2.99809,6.69643 -6.69643,6.69643 -3.69833,0 -6.69642,-2.9981 -6.69642,-6.69643 0,-3.69834 2.99809,-6.69643 6.69642,-6.69643 3.69834,0 6.69643,2.99809 6.69643,6.69643 z"

-          sodipodi:ry="6.6964288"

-          sodipodi:rx="6.6964288"

-          sodipodi:cy="319.77289"

-          sodipodi:cx="350.08929"

-          id="path16998-4-0-5-99-5"

-          style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"

-          sodipodi:type="arc" />

-       <path

-          transform="matrix(0.0442663,0.03256097,-0.03256097,0.0442663,341.30422,251.06498)"

-          d="m 356.78572,319.77289 c 0,3.69833 -2.99809,6.69643 -6.69643,6.69643 -3.69833,0 -6.69642,-2.9981 -6.69642,-6.69643 0,-3.69834 2.99809,-6.69643 6.69642,-6.69643 3.69834,0 6.69643,2.99809 6.69643,6.69643 z"

-          sodipodi:ry="6.6964288"

-          sodipodi:rx="6.6964288"

-          sodipodi:cy="319.77289"

-          sodipodi:cx="350.08929"

-          id="path16998-4-0-5-99-0"

-          style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"

-          sodipodi:type="arc" />

-       <path

-          transform="matrix(0.0442663,0.03256097,-0.03256097,0.0442663,365.87024,322.18631)"

-          d="m 356.78572,319.77289 c 0,3.69833 -2.99809,6.69643 -6.69643,6.69643 -3.69833,0 -6.69642,-2.9981 -6.69642,-6.69643 0,-3.69834 2.99809,-6.69643 6.69642,-6.69643 3.69834,0 6.69643,2.99809 6.69643,6.69643 z"

-          sodipodi:ry="6.6964288"

-          sodipodi:rx="6.6964288"

-          sodipodi:cy="319.77289"

-          sodipodi:cx="350.08929"

-          id="path16998-4-0-5-99-04"

-          style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"

-          sodipodi:type="arc" />

-       <path

-          transform="matrix(0.0442663,0.03256097,-0.03256097,0.0442663,312.63297,314.54353)"

-          d="m 356.78572,319.77289 c 0,3.69833 -2.99809,6.69643 -6.69643,6.69643 -3.69833,0 -6.69642,-2.9981 -6.69642,-6.69643 0,-3.69834 2.99809,-6.69643 6.69642,-6.69643 3.69834,0 6.69643,2.99809 6.69643,6.69643 z"

-          sodipodi:ry="6.6964288"

-          sodipodi:rx="6.6964288"

-          sodipodi:cy="319.77289"

-          sodipodi:cx="350.08929"

-          id="path16998-4-0-5-99-38"

-          style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"

-          sodipodi:type="arc" />

-       <path

-          transform="matrix(0.0442663,0.03256097,-0.03256097,0.0442663,301.23435,287.85939)"

-          d="m 356.78572,319.77289 c 0,3.69833 -2.99809,6.69643 -6.69643,6.69643 -3.69833,0 -6.69642,-2.9981 -6.69642,-6.69643 0,-3.69834 2.99809,-6.69643 6.69642,-6.69643 3.69834,0 6.69643,2.99809 6.69643,6.69643 z"

-          sodipodi:ry="6.6964288"

-          sodipodi:rx="6.6964288"

-          sodipodi:cy="319.77289"

-          sodipodi:cx="350.08929"

-          id="path16998-4-0-5-99-388"

-          style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"

-          sodipodi:type="arc" />

-       <path

-          transform="matrix(0.0442663,0.03256097,-0.03256097,0.0442663,321.54224,287.53184)"

-          d="m 356.78572,319.77289 c 0,3.69833 -2.99809,6.69643 -6.69643,6.69643 -3.69833,0 -6.69642,-2.9981 -6.69642,-6.69643 0,-3.69834 2.99809,-6.69643 6.69642,-6.69643 3.69834,0 6.69643,2.99809 6.69643,6.69643 z"

-          sodipodi:ry="6.6964288"

-          sodipodi:rx="6.6964288"

-          sodipodi:cy="319.77289"

-          sodipodi:cx="350.08929"

-          id="path16998-4-0-5-99-54"

-          style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"

-          sodipodi:type="arc" />

-       <path

-          transform="matrix(0.0442663,0.03256097,-0.03256097,0.0442663,314.88214,274.97588)"

-          d="m 356.78572,319.77289 c 0,3.69833 -2.99809,6.69643 -6.69643,6.69643 -3.69833,0 -6.69642,-2.9981 -6.69642,-6.69643 0,-3.69834 2.99809,-6.69643 6.69642,-6.69643 3.69834,0 6.69643,2.99809 6.69643,6.69643 z"

-          sodipodi:ry="6.6964288"

-          sodipodi:rx="6.6964288"

-          sodipodi:cy="319.77289"

-          sodipodi:cx="350.08929"

-          id="path16998-4-0-5-99-53"

-          style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"

-          sodipodi:type="arc" />

-       <path

-          transform="matrix(0.0442663,0.03256097,-0.03256097,0.0442663,333.90168,341.86096)"

-          d="m 356.78572,319.77289 c 0,3.69833 -2.99809,6.69643 -6.69643,6.69643 -3.69833,0 -6.69642,-2.9981 -6.69642,-6.69643 0,-3.69834 2.99809,-6.69643 6.69642,-6.69643 3.69834,0 6.69643,2.99809 6.69643,6.69643 z"

-          sodipodi:ry="6.6964288"

-          sodipodi:rx="6.6964288"

-          sodipodi:cy="319.77289"

-          sodipodi:cx="350.08929"

-          id="path16998-4-0-5-99-7"

-          style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"

-          sodipodi:type="arc" />

-       <path

-          transform="matrix(0.0442663,0.03256097,-0.03256097,0.0442663,295.88441,331.64148)"

-          d="m 356.78572,319.77289 c 0,3.69833 -2.99809,6.69643 -6.69643,6.69643 -3.69833,0 -6.69642,-2.9981 -6.69642,-6.69643 0,-3.69834 2.99809,-6.69643 6.69642,-6.69643 3.69834,0 6.69643,2.99809 6.69643,6.69643 z"

-          sodipodi:ry="6.6964288"

-          sodipodi:rx="6.6964288"

-          sodipodi:cy="319.77289"

-          sodipodi:cx="350.08929"

-          id="path16998-4-0-5-99-9"

-          style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"

-          sodipodi:type="arc" />

-       <path

-          transform="matrix(0.0442663,0.03256097,-0.03256097,0.0442663,339.77568,328.14765)"

-          d="m 356.78572,319.77289 c 0,3.69833 -2.99809,6.69643 -6.69643,6.69643 -3.69833,0 -6.69642,-2.9981 -6.69642,-6.69643 0,-3.69834 2.99809,-6.69643 6.69642,-6.69643 3.69834,0 6.69643,2.99809 6.69643,6.69643 z"

-          sodipodi:ry="6.6964288"

-          sodipodi:rx="6.6964288"

-          sodipodi:cy="319.77289"

-          sodipodi:cx="350.08929"

-          id="path16998-4-0-5-99-37"

-          style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"

-          sodipodi:type="arc" />

-       <path

-          transform="matrix(0.0442663,0.03256097,-0.03256097,0.0442663,323.6167,358.06358)"

-          d="m 356.78572,319.77289 c 0,3.69833 -2.99809,6.69643 -6.69643,6.69643 -3.69833,0 -6.69642,-2.9981 -6.69642,-6.69643 0,-3.69834 2.99809,-6.69643 6.69642,-6.69643 3.69834,0 6.69643,2.99809 6.69643,6.69643 z"

-          sodipodi:ry="6.6964288"

-          sodipodi:rx="6.6964288"

-          sodipodi:cy="319.77289"

-          sodipodi:cx="350.08929"

-          id="path16998-4-0-5-99-1"

-          style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"

-          sodipodi:type="arc" />

-       <path

-          transform="matrix(0.0442663,0.03256097,-0.03256097,0.0442663,314.66377,262.6383)"

-          d="m 356.78572,319.77289 c 0,3.69833 -2.99809,6.69643 -6.69643,6.69643 -3.69833,0 -6.69642,-2.9981 -6.69642,-6.69643 0,-3.69834 2.99809,-6.69643 6.69642,-6.69643 3.69834,0 6.69643,2.99809 6.69643,6.69643 z"

-          sodipodi:ry="6.6964288"

-          sodipodi:rx="6.6964288"

-          sodipodi:cy="319.77289"

-          sodipodi:cx="350.08929"

-          id="path16998-4-0-5-99-15"

-          style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"

-          sodipodi:type="arc" />

-       <path

-          transform="matrix(0.0442663,0.03256097,-0.03256097,0.0442663,390.87296,317.01106)"

-          d="m 356.78572,319.77289 c 0,3.69833 -2.99809,6.69643 -6.69643,6.69643 -3.69833,0 -6.69642,-2.9981 -6.69642,-6.69643 0,-3.69834 2.99809,-6.69643 6.69642,-6.69643 3.69834,0 6.69643,2.99809 6.69643,6.69643 z"

-          sodipodi:ry="6.6964288"

-          sodipodi:rx="6.6964288"

-          sodipodi:cy="319.77289"

-          sodipodi:cx="350.08929"

-          id="path16998-4-0-5-99-17"

-          style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"

-          sodipodi:type="arc" />

-       <path

-          transform="matrix(0.0442663,0.03256097,-0.03256097,0.0442663,304.34728,307.83524)"

-          d="m 356.78572,319.77289 c 0,3.69833 -2.99809,6.69643 -6.69643,6.69643 -3.69833,0 -6.69642,-2.9981 -6.69642,-6.69643 0,-3.69834 2.99809,-6.69643 6.69642,-6.69643 3.69834,0 6.69643,2.99809 6.69643,6.69643 z"

-          sodipodi:ry="6.6964288"

-          sodipodi:rx="6.6964288"

-          sodipodi:cy="319.77289"

-          sodipodi:cx="350.08929"

-          id="path16998-4-0-5-99-04-0"

-          style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"

-          sodipodi:type="arc" />

-       <path

-          transform="matrix(0.0442663,0.03256097,-0.03256097,0.0442663,404.20844,285.43929)"

-          d="m 356.78572,319.77289 c 0,3.69833 -2.99809,6.69643 -6.69643,6.69643 -3.69833,0 -6.69642,-2.9981 -6.69642,-6.69643 0,-3.69834 2.99809,-6.69643 6.69642,-6.69643 3.69834,0 6.69643,2.99809 6.69643,6.69643 z"

-          sodipodi:ry="6.6964288"

-          sodipodi:rx="6.6964288"

-          sodipodi:cy="319.77289"

-          sodipodi:cx="350.08929"

-          id="path16998-4-0-5-99-04-0-6"

-          style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"

-          sodipodi:type="arc" />

-     </g>

-     <g

-        id="g31632"

-        transform="matrix(0.86935375,0,0,0.86935375,85.874886,74.182461)">

-       <path

-          style="fill:#db3279;fill-opacity:1;stroke:#58595b;stroke-width:4.50271511;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter2620-2)"

-          id="path6672-4"

-          d="m 134.00002,125.00183 c 0,-21.53997 -17.46062,-39.00185 -38.999836,-39.00185 -21.529216,0 -38.982968,17.44751 -38.998584,38.97439 l -0.0016,-10e-4 0,30.18098 0.0016,9.9e-4 c 0.01184,4.88773 3.975508,8.84465 8.866181,8.84465 0.01374,0 0.02745,-9.9e-4 0.04187,-9.9e-4 l 0.0024,9.9e-4 30.10304,0 0,0 c 21.533049,-0.009 38.984919,-17.46443 38.984919,-38.99816 z"

-          inkscape:connector-curvature="0"

-          transform="matrix(1.9660764,0,0,1.9660764,162.23043,293.95024)"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-       <path

-          style="font-size:xx-small;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:sans-serif;-inkscape-font-specification:sans-serif"

-          d="m 349.0077,458.21541 c -44.28376,0 -80.24299,35.841 -80.54771,80.05617 -4.3e-4,0.0623 2.8e-4,0.12192 0,0.18431 a 3.9325459,3.9325459 0 0 0 -0.0614,0.18434 c -8e-5,0.0416 4e-5,0.0812 0,0.1228 l 0,59.35092 a 3.9325459,3.9325459 0 0 0 0.30721,1.53599 3.9325459,3.9325459 0 0 0 0,0.0614 c 0.84574,10.46277 9.16778,18.68272 19.66077,19.41501 0.0657,0.004 0.11837,0.0575 0.18431,0.0614 a 3.9325459,3.9325459 0 0 0 0.18433,0.0614 3.9325459,3.9325459 0 0 0 1.04448,0.18432 3.9325459,3.9325459 0 0 0 0.0614,0 l 59.16661,0 a 3.9325459,3.9325459 0 0 0 0.0614,0 c 44.10139,-0.0177 79.84894,-35.59671 80.42481,-79.56465 a 3.9325459,3.9325459 0 0 0 0.0614,-0.24575 c 4.1e-4,-0.0414 -3.5e-4,-0.0812 0,-0.12281 a 3.9325459,3.9325459 0 0 0 0.0614,-0.67582 c 0,-44.47422 -36.13617,-80.60914 -80.6091,-80.60914 z"

-          id="path6674-7"

-          inkscape:connector-curvature="0"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-       <path

-          inkscape:connector-curvature="0"

-          d="m 406.54947,539.71245 c 0,-31.78105 -25.76225,-57.54514 -57.54223,-57.54514 -31.76522,0 -57.51727,25.74289 -57.54033,57.50459 l -0.002,-0.002 0,44.53044 0.002,0.002 c 0.0179,7.21154 5.86568,13.04981 13.08158,13.04981 0.0202,0 0.0405,-0.002 0.0617,-0.002 l 0.004,0.002 44.41544,0 0,0 c 31.77084,-0.0124 57.52015,-25.76783 57.52015,-57.53973 z"

-          id="path6676-33"

-          style="fill:url(#linearGradient31887);fill-opacity:1;stroke:none;display:inline"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-       <path

-          inkscape:connector-curvature="0"

-          d="m 417.41506,539.71279 c 0,-37.78202 -30.62672,-68.4109 -68.40745,-68.4109 -37.76317,0 -68.37779,30.60366 -68.40521,68.36273 l -0.002,-0.002 0,52.93872 0.002,0.002 c 0.0205,8.57326 6.97325,15.51393 15.55168,15.51393 0.0239,0 0.0481,-0.002 0.0734,-0.002 l 0.006,0.002 52.80203,0 0,0 c 37.7688,-0.0159 68.38012,-30.63334 68.38012,-68.40446 z"

-          id="path6678-0"

-          style="fill:none;stroke:#db3279;stroke-width:8.85268211;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-       <path

-          style="fill:url(#linearGradient31889);fill-opacity:1;stroke:none;display:inline"

-          id="path6519-8"

-          d="m 407.76231,540.39611 c 0,-32.82259 -26.60665,-59.43114 -59.4282,-59.43114 -32.80632,0 -59.40246,26.5866 -59.42623,59.38927 l -0.002,-0.002 0,45.99012 0.002,0.002 c 0.0182,7.4478 6.05793,13.47747 13.51036,13.47747 0.0182,0 0.043,-0.002 0.0635,-0.002 l 0.004,0.002 45.8712,0 0,0 c 32.81208,-0.0182 59.40535,-26.61241 59.40535,-59.42568 z"

-          inkscape:connector-curvature="0"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/junior-editor.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-       <path

-          style="opacity:0.33399999;fill:url(#pattern47733);fill-opacity:1;stroke:none;display:inline"

-          id="path6521-1"

-          d="m 407.76231,540.39611 c 0,-32.82259 -26.60657,-59.43114 -59.42824,-59.43114 -32.80628,0 -59.40242,26.5866 -59.42619,59.38927 l -0.002,-0.002 0,45.99012 0.002,0.002 c 0.0182,7.4478 6.05783,13.47747 13.51036,13.47747 0.0182,0 0.043,-0.002 0.064,-0.002 l 0,0.002 45.87128,0 0,0 c 32.8156,-0.0182 59.40883,-26.61241 59.40883,-59.42568 z"

-          inkscape:connector-curvature="0"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/junior-editor.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-       <path

-          style="color:#000000;fill:#79db32;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-          d="m 288.90624,580.62184 0,5.71426 c 0.0182,7.44773 6.03328,13.48568 13.48564,13.48568 l 0.11432,0 45.82845,0 c 21.71305,-1.3899 31.47332,-6.60974 43.48386,-19.19994 z"

-          id="path6523-2"

-          inkscape:connector-curvature="0"

-          sodipodi:nodetypes="ccscccc" />

-       <path

-          id="path19333"

-          d="m 348.33752,480.97298 c -0.83291,0 -1.67215,0.009 -2.49673,0.0423 -0.69737,0.0287 -1.38259,0.0745 -2.07357,0.12687 -0.0706,0.006 -0.14103,0.0159 -0.21158,0.0212 -0.78898,0.0628 -1.56864,0.13945 -2.34864,0.23275 -0.64489,0.0772 -1.28709,0.15625 -1.92544,0.25391 -0.14227,0.0218 -0.28123,0.0407 -0.42318,0.0636 -0.7635,0.12227 -1.53167,0.27203 -2.28516,0.42316 -0.0701,0.0141 -0.14156,0.0279 -0.21159,0.0423 -1.44792,0.29597 -2.86657,0.63765 -4.27408,1.03678 -0.47646,0.13502 -0.94614,0.27658 -1.41765,0.42319 -0.26107,0.0812 -0.52333,0.16934 -0.78287,0.25391 -0.62599,0.20414 -1.24532,0.41058 -1.86197,0.63476 -0.0361,0.0124 -0.0697,0.0292 -0.10581,0.0423 -0.1405,0.0513 -0.2832,0.0957 -0.42319,0.14811 -1.22292,0.45781 -2.435,0.96774 -3.61815,1.50228 -0.1198,0.0541 -0.24027,0.1143 -0.35971,0.16934 -0.57975,0.26659 -1.14436,0.54066 -1.71386,0.82519 -0.10493,0.0524 -0.21287,0.0952 -0.31738,0.1481 -0.0644,0.0327 -0.12617,0.0729 -0.19044,0.10582 -0.0986,0.0504 -0.19798,0.0971 -0.29622,0.14811 -0.32694,0.1697 -0.64997,0.33223 -0.97331,0.50782 -0.17788,0.0964 -0.35217,0.19794 -0.52896,0.29621 -0.65708,0.36527 -1.30514,0.75344 -1.94661,1.14259 -0.41353,0.25099 -0.82037,0.50099 -1.22721,0.76171 -0.22674,0.1451 -0.45247,0.29616 -0.67708,0.44434 -0.56664,0.37377 -1.13988,0.75016 -1.69271,1.14258 -0.0571,0.0407 -0.11219,0.0862 -0.16935,0.12687 -0.3303,0.23655 -0.66927,0.47631 -0.99445,0.7194 -0.27062,0.20208 -0.53704,0.40704 -0.80404,0.6136 -0.48721,0.37717 -0.96381,0.77192 -1.4388,1.16375 -0.18209,0.15024 -0.36989,0.29206 -0.55013,0.44433 -0.48655,0.41104 -0.96585,0.84332 -1.4388,1.26953 -0.46072,0.41536 -0.90669,0.84012 -1.35417,1.26952 -0.0904,0.0867 -0.18526,0.1667 -0.27505,0.25391 -0.20083,0.19515 -0.3944,0.3945 -0.59246,0.59245 -0.33079,0.33046 -0.67151,0.65633 -0.99446,0.99447 -0.44433,0.4653 -0.86153,0.93811 -1.2907,1.41764 -0.16367,0.18283 -0.32518,0.36526 -0.48665,0.55012 -0.38122,0.43653 -0.77404,0.86421 -1.14259,1.31185 -0.0543,0.0659 -0.0942,0.14545 -0.1481,0.21159 -0.40694,0.49871 -0.81517,0.99031 -1.20604,1.50228 -0.0581,0.0761 -0.11148,0.15643 -0.16935,0.23275 -0.37553,0.49678 -0.74017,1.01466 -1.10027,1.52343 -0.2189,0.30935 -0.44281,0.6173 -0.65591,0.93099 -0.0373,0.055 -0.0684,0.11413 -0.10582,0.16934 -0.20935,0.31038 -0.43116,0.61649 -0.63476,0.93099 -0.30341,0.46861 -0.5771,0.94008 -0.86751,1.41764 -0.24006,0.39473 -0.48836,0.7842 -0.7194,1.18489 -0.0285,0.0493 -0.0563,0.0987 -0.0846,0.14811 -0.21251,0.37088 -0.4301,0.74559 -0.63477,1.12142 -0.004,0.006 0.004,0.0159 0,0.0212 -0.23168,0.42576 -0.4556,0.8587 -0.67708,1.29069 -0.004,0.006 0.004,0.0159 0,0.0212 -0.21583,0.42125 -0.42878,0.84251 -0.63477,1.26953 -0.20876,0.43271 -0.41511,0.8522 -0.6136,1.29069 -0.0248,0.0548 -0.0388,0.11431 -0.0636,0.16934 -0.17271,0.3845 -0.34315,0.77495 -0.50783,1.16374 -0.18807,0.44407 -0.37261,0.88346 -0.55013,1.333 -0.0998,0.2527 -0.19979,0.50731 -0.29621,0.76171 -0.0751,0.19813 -0.15979,0.3933 -0.23275,0.59245 -0.0437,0.11927 -0.0839,0.24002 -0.12688,0.35969 2.06516,2.41698 5.11742,3.9567 8.54817,3.9567 3.13917,0 5.97835,-1.26963 8.01919,-3.34308 2.0357,2.89512 5.39602,4.78188 9.2041,4.78188 4.718,0 8.75976,-2.90669 10.43129,-7.02472 2.06301,2.53459 5.19465,4.14713 8.71744,4.14713 4.75441,0 8.80497,-2.94074 10.45245,-7.10937 0.83823,5.38547 5.48787,9.52148 11.10839,9.52148 3.49524,0 6.6115,-1.60429 8.67511,-4.10481 2.04932,2.77136 5.32348,4.57029 9.03482,4.57029 3.4625,0 6.54777,-1.55997 8.61165,-4.02017 2.06387,2.4602 5.14913,4.02017 8.61164,4.02017 4.44606,0 8.28519,-2.5814 10.11391,-6.32648 -0.26557,-0.701 -0.53417,-1.38552 -0.82518,-2.07357 -0.004,-0.006 0.004,-0.0159 0,-0.0212 -0.29063,-0.68713 -0.59441,-1.3576 -0.90984,-2.03124 -0.0267,-0.057 -0.0579,-0.11237 -0.0846,-0.16935 -0.27102,-0.57391 -0.55768,-1.15019 -0.84634,-1.71386 -0.004,-0.009 -0.0159,-0.0124 -0.021,-0.0212 -0.0177,-0.0338 -0.0248,-0.072 -0.0423,-0.10582 -0.0141,-0.0281 -0.0277,-0.0565 -0.0423,-0.0846 -0.32664,-0.63164 -0.66723,-1.24381 -1.01561,-1.86198 -0.31891,-0.56584 -0.63663,-1.13855 -0.97332,-1.69269 -0.048,-0.0789 -0.0998,-0.15395 -0.1481,-0.23277 -0.20074,-0.32695 -0.40677,-0.65055 -0.6136,-0.97329 -0.19138,-0.29852 -0.39592,-0.59384 -0.59246,-0.88867 -0.3366,-0.50508 -0.66412,-1.00827 -1.01563,-1.50228 -0.0762,-0.10723 -0.15588,-0.21074 -0.23274,-0.31738 -0.43162,-0.59822 -0.87996,-1.19611 -1.333,-1.77735 -0.0493,-0.0634 -0.0984,-0.12723 -0.14811,-0.19042 -0.40846,-0.51978 -0.82317,-1.01783 -1.24839,-1.52344 -0.42553,-0.50618 -0.84876,-1.01072 -1.29067,-1.50228 -0.0502,-0.0559 -0.0977,-0.1136 -0.14811,-0.16934 -0.02,-0.0221 -0.0434,-0.0414 -0.0634,-0.0636 -0.11785,-0.12953 -0.2408,-0.2523 -0.35971,-0.38085 -0.20259,-0.21912 -0.40776,-0.4399 -0.6136,-0.65592 -0.16067,-0.16847 -0.32412,-0.34128 -0.48666,-0.50783 -0.5033,-0.51599 -1.00178,-1.02594 -1.52344,-1.52342 -0.0106,-0.0107 -0.0315,-0.0107 -0.0423,-0.0212 -0.53293,-0.50748 -1.07777,-0.99354 -1.62922,-1.48113 -0.14988,-0.13236 -0.29322,-0.27108 -0.44433,-0.40201 -0.35943,-0.31136 -0.73338,-0.62819 -1.10026,-0.93099 -0.0231,-0.0191 -0.0403,-0.0445 -0.0634,-0.0636 -0.0197,-0.0159 -0.0437,-0.0262 -0.0635,-0.0423 -0.32126,-0.26354 -0.6465,-0.52599 -0.97331,-0.78287 -0.25169,-0.1978 -0.5068,-0.39865 -0.76173,-0.59245 -0.12387,-0.0942 -0.25626,-0.18186 -0.38086,-0.27507 -0.0772,-0.0577 -0.15519,-0.11183 -0.23274,-0.16934 -0.30188,-0.22354 -0.60361,-0.45916 -0.90982,-0.67707 -0.0901,-0.064 -0.18473,-0.12688 -0.27508,-0.19044 -1.20721,-0.84895 -2.45301,-1.65309 -3.72395,-2.41211 -0.27449,-0.16386 -0.54784,-0.32704 -0.82519,-0.48664 -0.36535,-0.2101 -0.73008,-0.41114 -1.10027,-0.61362 -0.0499,-0.0273 -0.0982,-0.0575 -0.14811,-0.0846 -0.42102,-0.22874 -0.86358,-0.45831 -1.29068,-0.67708 -0.0421,-0.0216 -0.0848,-0.0419 -0.12687,-0.0636 -0.13678,-0.0697 -0.26455,-0.14298 -0.40201,-0.21158 -0.24617,-0.12298 -0.49249,-0.24007 -0.74057,-0.35971 -0.41886,-0.20183 -0.84527,-0.40021 -1.26953,-0.59243 -0.0141,-0.007 -0.0279,-0.0141 -0.0423,-0.0212 -0.66489,-0.30072 -1.33239,-0.59087 -2.01007,-0.86751 -1.32263,-0.53997 -2.67307,-1.0358 -4.04134,-1.48113 -0.0634,-0.0207 -0.12705,-0.043 -0.19043,-0.0636 -0.18185,-0.0586 -0.36751,-0.11253 -0.55013,-0.16934 -1.25792,-0.39117 -2.5375,-0.7285 -3.82975,-1.03678 -1.45979,-0.34825 -2.94393,-0.67156 -4.44335,-0.90982 -0.0209,-0.004 -0.0426,0.004 -0.0634,0 -0.0919,-0.0141 -0.18313,-0.0283 -0.27505,-0.0423 -1.43089,-0.21894 -2.87494,-0.37173 -4.33755,-0.48665 -0.75736,-0.0594 -1.52009,-0.11732 -2.28517,-0.14811 -0.021,-8.8e-4 -0.0423,8.2e-4 -0.0634,0 -0.78666,-0.0308 -1.57594,-0.0423 -2.36999,-0.0423 z"

-          style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-          inkscape:connector-curvature="0" />

-       <path

-          inkscape:connector-curvature="0"

-          d="m 367.53732,565.01262 c 0,-2.05254 -1.66382,-3.71648 -3.71627,-3.71648 -2.05152,0 -3.7147,1.66257 -3.71619,3.71386 l -9e-5,-8e-5 0,2.87592 9e-5,8e-5 c 9.6e-4,0.46576 0.37882,0.84284 0.84487,0.84284 9.6e-4,0 0.002,-10e-5 0.004,-10e-5 l 2.5e-4,10e-5 2.86853,0 0,0 c 2.0518,-6.1e-4 3.71478,-1.66419 3.71478,-3.71614 z"

-          id="path19544"

-          style="fill:#ffffff;stroke:none;display:inline" />

-       <path

-          inkscape:connector-curvature="0"

-          d="m 381.90036,553.52227 c 0,-3.37471 -2.73556,-6.11044 -6.11012,-6.11044 -3.37299,0 -6.10751,2.73351 -6.10995,6.10614 l -1.5e-4,-1.5e-4 0,4.72844 1.5e-4,1.7e-4 c 0.002,0.76577 0.62284,1.38569 1.38909,1.38569 0.002,0 0.004,-1.3e-4 0.006,-1.3e-4 l 4.3e-4,1.3e-4 4.71625,0 0,0 c 3.37348,-9.6e-4 6.10768,-2.73614 6.10768,-6.10985 z"

-          id="path19546"

-          style="fill:#ffffff;stroke:none;display:inline" />

-       <path

-          style="fill:#ffffff;stroke:none;display:inline"

-          id="path6066-8"

-          d="m 391.95448,536.88505 c 0,-3.83744 -3.11069,-6.9483 -6.94796,-6.9483 -3.8355,0 -6.94496,3.10833 -6.94775,6.94341 l -1.6e-4,-1.6e-4 0,5.37681 1.6e-4,1.9e-4 c 9.6e-4,0.87078 0.70826,1.57571 1.57957,1.57571 9.6e-4,0 0.004,-1.7e-4 0.006,-1.7e-4 l 4.8e-4,1.7e-4 5.36294,0 0,0 c 3.83604,-9.6e-4 6.94517,-3.11135 6.94517,-6.94766 z"

-          inkscape:connector-curvature="0" />

-     </g>

-     <g

-        id="g31624"

-        transform="matrix(0.88546326,0,0,0.88546326,130.03088,68.641641)">

-       <path

-          inkscape:export-ydpi="90"

-          inkscape:export-xdpi="90"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/askbot-curious-penguin-01.png"

-          transform="matrix(1.9303062,0,0,1.9303062,379.27587,296.9062)"

-          inkscape:connector-curvature="0"

-          d="m 134.00002,125.00183 c 0,-21.53997 -17.46062,-39.00185 -38.999836,-39.00185 -21.529216,0 -38.982968,17.44751 -38.998584,38.97439 l -0.0016,-10e-4 0,30.18098 0.0016,9.9e-4 c 0.01184,4.88773 3.975508,8.84465 8.866181,8.84465 0.01374,0 0.02745,-9.9e-4 0.04187,-9.9e-4 l 0.0024,9.9e-4 30.10304,0 0,0 c 21.533049,-0.009 38.984919,-17.46443 38.984919,-38.99816 z"

-          id="path5687"

-          style="fill:#db3279;fill-opacity:1;stroke:#58595b;stroke-width:4.50271511;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter2620-97)" />

-       <path

-          inkscape:export-ydpi="90"

-          inkscape:export-xdpi="90"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/askbot-curious-penguin-01.png"

-          inkscape:connector-curvature="0"

-          id="path5690"

-          d="m 562.65496,458.18267 c -43.47806,0 -78.78306,35.18906 -79.08224,78.5997 -4.2e-4,0.0608 2.8e-4,0.11994 0,0.18096 a 3.8609985,3.8609985 0 0 0 -0.0603,0.18096 c -8e-5,0.0417 4e-5,0.08 0,0.11994 l 0,58.27122 a 3.8609985,3.8609985 0 0 0 0.30162,1.508 3.8609985,3.8609985 0 0 0 0,0.0608 c 0.83034,10.27245 9.00099,18.34279 19.30306,19.06176 0.0645,0 0.11629,0.0574 0.18096,0.0608 a 3.8609985,3.8609985 0 0 0 0.18098,0.0608 3.8609985,3.8609985 0 0 0 1.02547,0.18096 3.8609985,3.8609985 0 0 0 0.0603,0 l 58.09015,0 a 3.8609985,3.8609985 0 0 0 0.0603,0 c 43.29903,-0.0174 78.3962,-34.949 78.96159,-78.11696 a 3.8609985,3.8609985 0 0 0 0.0603,-0.24146 c 4e-4,-0.04 -3.5e-4,-0.08 0,-0.11994 a 3.8609985,3.8609985 0 0 0 0.0603,-0.66369 c 0,-43.66635 -35.47874,-79.14397 -79.14255,-79.14397 z"

-          style="font-size:xx-small;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:sans-serif;-inkscape-font-specification:sans-serif" />

-       <path

-          inkscape:export-ydpi="90"

-          inkscape:export-xdpi="90"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/askbot-curious-penguin-01.png"

-          style="fill:#e59728;fill-opacity:1;stroke:none"

-          id="path5692"

-          d="m 619.14984,538.19701 c 0,-31.20273 -25.29355,-56.49813 -56.49534,-56.49813 -31.18727,0 -56.47081,25.27454 -56.49344,56.45833 l -0.002,-0.002 0,43.72041 0.002,0.002 c 0.0175,7.0802 5.75896,12.81232 12.84359,12.81232 0.0198,0 0.0398,-0.002 0.0607,-0.002 l 0.003,0.002 43.60735,0 0,0 c 31.19283,-0.0174 56.47367,-25.29904 56.47367,-56.49292 z"

-          inkscape:connector-curvature="0" />

-       <path

-          inkscape:export-ydpi="90"

-          inkscape:export-xdpi="90"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/askbot-curious-penguin-01.png"

-          style="fill:none;stroke:#294172;stroke-width:8.69161892;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-          id="path5694"

-          d="m 629.81776,538.19736 c 0,-37.09461 -30.0695,-67.16622 -67.16288,-67.16622 -37.07612,0 -67.13374,30.04692 -67.16066,67.11894 l -0.002,-0.002 0,51.97554 0.002,0.002 c 0.0202,8.41731 6.84637,15.23172 15.26874,15.23172 0.0235,0 0.0473,-0.002 0.0721,-0.002 l 0.005,0.002 51.84137,0 0,0 c 37.08165,-0.0174 67.13603,-30.07596 67.13603,-67.15997 z"

-          inkscape:connector-curvature="0" />

-       <path

-          inkscape:connector-curvature="0"

-          id="path6751"

-          d="m 562.65502,481.69888 c -3.39133,0 -6.71421,0.29639 -9.94104,0.86917 l 24.39085,33.35408 -12.22259,-34.16901 c -0.73348,-0.0282 -1.48682,-0.0542 -2.22722,-0.0542 z m 11.788,1.24951 4.40014,32.97374 4.50877,-30.31202 c -2.86223,-1.12661 -5.8405,-2.01124 -8.90891,-2.66172 z m -34.1146,3.31359 c -5.34853,2.30033 -10.21422,5.42705 -14.55846,9.18044 l 49.75952,21.40328 -35.20106,-30.58372 z m 50.41139,2.93342 -10.37562,27.6503 17.38324,-22.92431 c -2.2067,-1.75137 -4.55088,-3.31534 -7.00762,-4.72599 z m 13.09175,10.37554 -22.54389,18.90427 28.35641,-11.62487 c -1.73304,-2.59219 -3.68606,-5.01402 -5.81252,-7.2794 z m -89.08909,8.69162 c -3.84547,6.14758 -6.57744,13.10192 -7.82246,20.53412 l 67.74031,-10.32147 -59.91785,-10.21265 z m 99.57336,7.11635 -33.02816,4.99768 36.66777,6.24719 c -0.81428,-3.91836 -2.05963,-7.67001 -3.63961,-11.24487 z m -39.65551,4.99768 -68.50083,28.0847 0,29.38863 68.50083,-57.47333 z m 0.86916,1.62968 -55.02882,72.68366 27.75886,0 27.26996,-72.68366 z m 4.83471,0 36.55912,31.77882 c 1.37849,-4.80717 2.18301,-9.86204 2.22723,-15.10187 l -38.78635,-16.67695 z m -3.25936,0.9778 -10.64723,71.59721 c 6.92261,-0.45961 13.48393,-2.21288 19.50182,-4.94327 l -8.85459,-66.65394 z m 1.73833,0 20.75124,57.96232 c 4.56796,-3.95034 8.45866,-8.63877 11.57072,-13.85235 l -32.32196,-44.10997 z"

-          style="color:#000000;fill:url(#radialGradient31891);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />

-       <path

-          transform="matrix(-2.0178393,0,0,2.0178393,690.45818,-6072.1991)"

-          d="m 57.95,3270.85 0.575642,11.3382 -3.011892,-10.946 -5.170604,10.107 2.864644,-10.9855 -9.531391,6.1677 7.973601,-8.0814 -11.338249,0.5756 10.946038,-3.0119 -10.107032,-5.1706 10.985493,2.8647 -6.167645,-9.5314 8.081395,7.9736 -0.575642,-11.3382 3.011892,10.946 5.170604,-10.107 -2.864644,10.9855 9.531391,-6.1677 -7.973601,8.0814 11.338249,-0.5756 -10.946038,3.0119 10.107032,5.1706 -10.985493,-2.8647 6.167645,9.5314 z"

-          inkscape:randomized="0"

-          inkscape:rounded="0"

-          inkscape:flatsided="false"

-          sodipodi:arg2="1.4111765"

-          sodipodi:arg1="1.1493771"

-          sodipodi:r2="15.890249"

-          sodipodi:r1="4.7670746"

-          sodipodi:cy="3266.5"

-          sodipodi:cx="56"

-          sodipodi:sides="12"

-          id="path6680"

-          style="color:#000000;fill:url(#radialGradient31893);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-          sodipodi:type="star" />

-     </g>

-     <g

-        id="g31645"

-        transform="matrix(0.87597236,0,0,0.87597236,24.453284,51.132729)">

-       <path

-          style="fill:#db3279;fill-opacity:1;stroke:#828589;stroke-width:4.50271511;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter2620-7)"

-          id="path5854"

-          d="m 134.00002,125.00183 c 0,-21.53997 -17.46062,-39.00185 -38.999836,-39.00185 -21.529216,0 -38.982968,17.44751 -38.998584,38.97439 l -0.0016,-10e-4 0,30.18098 0.0016,9.9e-4 c 0.01184,4.88773 3.975508,8.84465 8.866181,8.84465 0.01374,0 0.02745,-9.9e-4 0.04187,-9.9e-4 l 0.0024,9.9e-4 30.10304,0 0,0 c 21.533049,-0.009 38.984919,-17.46443 38.984919,-38.99816 z"

-          inkscape:connector-curvature="0"

-          transform="matrix(1.9512193,0,0,1.9512193,-65.243892,318.04092)" />

-       <path

-          style="font-size:xx-small;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:sans-serif;-inkscape-font-specification:sans-serif"

-          d="m 120.12197,481.06478 c -43.949133,0 -79.636619,35.57016 -79.939043,79.4512 -4.22e-4,0.0618 2.81e-4,0.12107 0,0.18293 a 3.9028289,3.9028289 0 0 0 -0.06098,0.18293 c -8.7e-5,0.0413 3.6e-5,0.0806 0,0.12195 l 0,58.90238 a 3.9028289,3.9028289 0 0 0 0.304884,1.52451 3.9028289,3.9028289 0 0 0 0,0.0615 c 0.839342,10.38357 9.098507,18.54153 19.512193,19.26829 0.06519,0 0.117553,0.058 0.18292,0.0615 a 3.9028289,3.9028289 0 0 0 0.182937,0.0615 3.9028289,3.9028289 0 0 0 1.036583,0.18292 3.9028289,3.9028289 0 0 0 0.06097,0 l 58.719526,0 a 3.9028289,3.9028289 0 0 0 0.061,0 C 163.95107,641.04888 199.42849,605.73872 200,562.10303 a 3.9028289,3.9028289 0 0 0 0.061,-0.24389 c 4e-4,-0.0412 -3.5e-4,-0.0806 0,-0.12195 a 3.9028289,3.9028289 0 0 0 0.061,-0.67073 c 0,-44.13815 -35.86311,-80 -79.99998,-80 z"

-          id="path5856"

-          inkscape:connector-curvature="0" />

-       <path

-          style="fill:none;stroke:#a07cbc;stroke-width:7.02862787;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"

-          id="path5858"

-          d="m 189.87616,561.94639 c 0,-38.52587 -31.2297,-69.75777 -69.75428,-69.75777 -38.506684,0 -69.724038,31.20618 -69.751994,69.70865 l -0.0018,-0.002 0,53.981 0.0018,0.002 c 0.02108,8.74202 7.110529,15.81932 15.85785,15.81932 0.02443,0 0.04902,-0.002 0.07503,-0.002 l 0.0053,0.002 53.841634,0 0,0 c 38.51244,-0.0176 69.72644,-31.23642 69.72644,-69.75118 z"

-          inkscape:connector-curvature="0" />

-       <path

-          inkscape:connector-curvature="0"

-          d="m 181.30605,561.94601 c 0,-33.7925 -27.39276,-61.18721 -61.18412,-61.18721 -33.775679,0 -61.157595,27.37216 -61.182108,61.14411 l -0.0017,-0.002 0,47.34879 0.0017,0.002 c 0.01915,7.66797 6.236906,13.87568 13.909536,13.87568 0.0216,0 0.04301,-0.002 0.06572,-0.002 l 0.0037,0.002 47.226532,0 0,0 c 33.78189,-0.0176 61.1609,-27.39862 61.1609,-61.18138 z"

-          id="path5860"

-          style="fill:#a7a9ac;stroke:none;display:inline" />

-       <path

-          style="fill:url(#radialGradient31293);fill-opacity:1;stroke:none;display:inline"

-          id="path5862"

-          d="m 181.30605,561.94601 c 0,-33.7925 -27.39276,-61.18721 -61.18412,-61.18721 -33.775679,0 -61.157595,27.37216 -61.182108,61.14411 l -0.0017,-0.002 0,47.34879 0.0017,0.002 c 0.01915,7.66797 6.236906,13.87568 13.909536,13.87568 0.0216,0 0.04301,-0.002 0.06572,-0.002 l 0.0037,0.002 47.226532,0 0,0 c 33.78189,-0.0176 61.1609,-27.39862 61.1609,-61.18138 z"

-          inkscape:connector-curvature="0" />

-     </g>

-     <g

-        id="g31652"

-        transform="matrix(0.87597236,0,0,0.87597236,24.560107,50.42416)">

-       <path

-          inkscape:export-ydpi="90"

-          inkscape:export-xdpi="90"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          transform="matrix(1.9512203,0,0,1.9512203,-65.365915,524.52531)"

-          inkscape:connector-curvature="0"

-          d="m 134.00002,125.00183 c 0,-21.53997 -17.46062,-39.00185 -38.999836,-39.00185 -21.529216,0 -38.982968,17.44751 -38.998584,38.97439 l -0.0016,-10e-4 0,30.18098 0.0016,9.9e-4 c 0.01184,4.88773 3.975508,8.84465 8.866181,8.84465 0.01374,0 0.02745,-9.9e-4 0.04187,-9.9e-4 l 0.0024,9.9e-4 30.10304,0 0,0 c 21.533049,-0.009 38.984919,-17.46443 38.984919,-38.99816 z"

-          id="path6672-4-4-2"

-          style="fill:#db3279;fill-opacity:1;stroke:#58595b;stroke-width:4.50271511;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter2620-9-8-5-1-5)" />

-       <path

-          inkscape:export-ydpi="90"

-          inkscape:export-xdpi="90"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          inkscape:connector-curvature="0"

-          id="path6674-8-3-1"

-          d="m 120.00002,687.54926 c -43.949134,0 -79.636636,35.57015 -79.939063,79.45125 -4.26e-4,0.0622 2.84e-4,0.12107 0,0.18293 A 3.9028309,3.9028309 0 0 0 40,767.36637 c -8e-5,0.0409 3.6e-5,0.0806 0,0.1219 l 0,58.90248 a 3.9028309,3.9028309 0 0 0 0.304884,1.52437 3.9028309,3.9028309 0 0 0 0,0.0607 c 0.839339,10.38375 9.098515,18.54158 19.512198,19.26836 0.06522,0.008 0.117558,0.0569 0.182926,0.0607 a 3.9028309,3.9028309 0 0 0 0.182943,0.0607 3.9028309,3.9028309 0 0 0 1.036576,0.18293 3.9028309,3.9028309 0 0 0 0.06096,0 l 58.719533,0 a 3.9028309,3.9028309 0 0 0 0.061,0 c 43.76815,-0.0174 79.24559,-35.32779 79.8171,-78.96349 a 3.9028309,3.9028309 0 0 0 0.061,-0.24388 c 4e-4,-0.0409 -3.5e-4,-0.0807 0,-0.12191 A 3.9028309,3.9028309 0 0 0 200,767.54845 c 0,-44.13819 -35.86314,-80.00004 -80.00003,-80.00004 z"

-          style="font-size:xx-small;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:sans-serif;-inkscape-font-specification:sans-serif" />

-       <path

-          inkscape:export-ydpi="90"

-          inkscape:export-xdpi="90"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          style="fill:url(#linearGradient31288);fill-opacity:1;stroke:none;display:inline"

-          id="path6676-0-6-4"

-          d="m 177.107,768.4305 c 0,-31.54096 -25.56757,-57.11034 -57.10743,-57.11034 -31.525183,0 -57.082661,25.54839 -57.105536,57.07008 l -0.0018,0 0,44.19398 0.0018,0 c 0.01775,7.157 5.821353,12.95118 12.982747,12.95118 0.02005,0 0.04028,0 0.06131,0 l 0.0035,0 44.079829,0 0,0 c 31.53077,-0.0122 57.08552,-25.57311 57.08552,-57.10497 z"

-          inkscape:connector-curvature="0"

-          sodipodi:nodetypes="csccccscccccc" />

-       <path

-          inkscape:export-ydpi="90"

-          inkscape:export-xdpi="90"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          style="fill:none;stroke:#e59728;stroke-width:8.78578854;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"

-          id="path6678-1-5-4"

-          d="m 187.8905,768.4308 c 0,-37.49652 -30.39529,-67.89398 -67.89056,-67.89398 -37.477827,0 -67.861102,30.37244 -67.888324,67.84615 l -0.0018,0 0,52.53875 0.0018,0 c 0.02041,8.50845 6.920546,15.3967 15.434171,15.3967 0.02369,0 0.04783,0 0.07294,0 l 0.0053,0 52.403033,0 0,0 c 37.48341,-0.0159 67.86343,-30.40185 67.86343,-67.88762 z"

-          inkscape:connector-curvature="0" />

-       <path

-          sodipodi:nodetypes="ccccccscccc"

-          inkscape:connector-curvature="0"

-          id="path37885-7-6"

-          d="m 150.09563,753.27617 c -4.58025,0.12386 -6.09661,6.17003 -6.09661,6.17003 -2.06118,5.34713 -2.49366,7.61549 -2.52465,11.9702 7.65472,-0.14002 17.80472,-0.084 24.34007,-0.74149 1.36168,-0.49518 1.73306,-2.47365 1.73306,-2.47365 l 5.0754,0 c 0,0 1.60928,-3.99197 -0.99033,-4.85847 -2.59958,-0.86657 -4.08507,0.49511 -4.08507,0.49511 -0.50486,-3.15904 -2.12524,-5.7847 -4.43202,-6.00712 -4.20887,-0.24751 -4.23897,2.02047 -4.23897,2.02047 0,0 0.13196,-6.57508 -8.78088,-6.57508 z"

-          style="fill:url(#linearGradient31284);fill-opacity:1;stroke:#eff0f1;stroke-width:2.27427697;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />

-       <path

-          sodipodi:nodetypes="czzsczzzc"

-          inkscape:connector-curvature="0"

-          id="path37649"

-          d="m 504.4901,610.71212 c 0,0 -0.16749,-2.98723 -3.73611,-3.07898 -3.56861,-0.0918 -5.57079,2.94891 -5.46168,5.68841 0.1091,2.73951 1.59664,5.61075 5.83538,5.48293 3.43802,-0.10367 4.05188,-4.25632 4.05188,-4.25632 0,0 -1.58539,1.6569 -3.56235,1.72948 -1.97696,0.0726 -3.34683,-1.22055 -3.46253,-3.19407 -0.1157,-1.97352 1.3064,-3.44315 3.13737,-3.50165 1.83097,-0.0585 3.19804,1.1302 3.19804,1.1302 z"

-          style="fill:#eff0f1;fill-opacity:1;stroke:#ffffff;stroke-width:1.06088865;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter37857)"

-          transform="matrix(1.7571579,0,0,1.7571579,-773.96293,-346.66762)" />

-       <path

-          sodipodi:nodetypes="cccccccccscccc"

-          inkscape:connector-curvature="0"

-          id="path37885"

-          d="m 126.20061,727.91881 c 4.58025,0.12395 6.67808,7.1877 6.67808,7.1877 l 7.05603,5.32295 -5.69434,6.06572 c 0,0 -14.23588,0.61891 -16.21651,0.12387 -1.98063,-0.49518 -1.63027,0.3369 -1.63027,0.3369 0,0 -5.92091,0.31059 -7.28261,-0.18468 -1.36169,-0.49518 -1.73307,-2.47365 -1.73307,-2.47365 l -5.07539,0 c 0,0 -1.60928,-3.99196 0.99032,-4.85846 2.59959,-0.86657 4.08507,0.49511 4.08507,0.49511 0.50487,-3.15905 2.12525,-5.7847 4.43203,-6.00712 4.20887,-0.24752 5.75515,2.02046 5.75515,2.02046 0,0 -0.27738,-8.0288 8.63551,-8.0288 z"

-          style="fill:url(#linearGradient31280);fill-opacity:1;stroke:#eff0f1;stroke-width:2.27427697;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />

-       <path

-          sodipodi:nodetypes="cccscccccc"

-          inkscape:connector-curvature="0"

-          d="m 62.892446,787.90741 0,24.67522 0.0018,0 c 0.01775,7.15707 5.821362,12.95125 12.982747,12.95125 0.02005,0 0.04028,0 0.06131,0 l 0.0035,0 44.079827,0 0,0 c 24.86053,-0.0106 46.00601,-15.90189 53.83998,-38.08057 -41.47155,-17.61927 -70.26565,8.36441 -110.968967,0.4525 z"

-          id="path39896"

-          style="fill:url(#linearGradient31277);fill-opacity:1;stroke:none;display:inline"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-       <g

-          transform="matrix(1.6892525,0,0,1.6892525,-728.51082,-300.98141)"

-          id="g37633"

-          style="display:inline">

-         <path

-            style="fill:url(#linearGradient37647);fill-opacity:1;stroke:#858585;stroke-width:1.26882911;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"

-            d="m 500.45216,646.64404 0,-23.80895 c 0,0 -0.85708,-9.95782 11.46286,-9.95782 12.31994,0 11.46285,9.95782 11.46285,9.95782 l 0,23.80895 z"

-            id="path29991"

-            inkscape:connector-curvature="0"

-            sodipodi:nodetypes="ccccc" />

-         <text

-            sodipodi:linespacing="125%"

-            id="text30005"

-            y="627.51001"

-            x="504.06885"

-            style="font-size:13.5260849px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#afafaf;fill-opacity:1;stroke:#858585;stroke-width:0.40165254;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;font-family:Sans"

-            xml:space="preserve"><tspan

-              style="font-size:8.11565018px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#afafaf;fill-opacity:1;stroke:#858585;stroke-width:0.40165254;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;font-family:Comfortaa;-inkscape-font-specification:Comfortaa"

-              y="627.51001"

-              x="504.06885"

-              id="tspan30007"

-              sodipodi:role="line">R I P</tspan></text>

-       </g>

-       <path

-          sodipodi:nodetypes="ccccccscccc"

-          inkscape:connector-curvature="0"

-          id="path37885-7"

-          d="m 73.338188,743.41831 c -4.580237,0.12388 -6.096593,6.17004 -6.096593,6.17004 -2.061191,5.34705 -2.929784,7.90622 -2.96076,12.26093 7.654722,-0.1401 19.757013,-0.37481 26.292347,-1.0323 1.361691,-0.49519 1.733069,-2.47358 1.733069,-2.47358 l 5.075393,0 c 0,0 1.609274,-3.99203 -0.990312,-4.85853 -2.599595,-0.8665 -4.085081,0.49518 -4.085081,0.49518 -0.504863,-3.15904 -2.125245,-5.78477 -4.432023,-6.00712 -4.208868,-0.2476 -5.755152,2.02047 -5.755152,2.02047 0,0 0.131959,-6.57509 -8.780888,-6.57509 z"

-          style="fill:url(#linearGradient31270);fill-opacity:1;stroke:#eff0f1;stroke-width:2.27427697;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />

-       <path

-          inkscape:export-ydpi="90"

-          inkscape:export-xdpi="90"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          style="fill:#9c671d;fill-opacity:1;stroke:none;display:inline"

-          id="path39927"

-          d="m 75.876781,825.5354 c 0.02005,0 0.04028,0 0.06131,0 l 0.0035,0 44.079829,0 0,0 c 7.2789,-0.008 14.23932,-1.36753 20.6404,-3.85263 3.15316,-1.25737 4.24786,-1.91487 5.85023,-3.13243 1.62523,0.14812 5.1765,-3.95627 4.34548,-7.3435 3.90678,-1.69092 0.6782,-2.89227 0.98259,-5.56492 0.7129,-3.19415 1.61302,-1.91782 3.5408,-4.23197 3.18333,-3.82133 3.38968,-5.10925 2.75019,-9.64392 -3.16998,-2.96422 -5.61965,-4.15761 -8.3058,0.78106 -7.05434,-8.58085 -18.88802,-3.49989 -33.34171,-1.17649 -2.59389,-0.15427 -4.02773,1.99007 -2.92771,5.17247 -7.04081,-2.15322 -8.65892,3.01122 -9.65167,4.60928 -8.002461,2.78485 -16.386816,12.17252 -17.115412,15.17874 -2.30801,-0.91305 -7.298747,-1.14608 -10.329612,2.00463 -1.520757,1.58092 -2.625007,-1.02805 -4.283578,2.40117 -1.467111,3.03328 -0.198409,4.55242 3.701058,4.79851 z"

-          inkscape:connector-curvature="0"

-          sodipodi:nodetypes="scccccccccccccccsscs" />

-       <g

-          id="g36832-5"

-          transform="matrix(0.26588721,-0.49097845,0.49097845,0.26588721,-247.90162,821.9497)"

-          style="display:inline">

-         <g

-            id="g24304-7"

-            transform="matrix(-1.126821,-0.57655671,-0.57655671,1.126821,108.72053,-838.66703)">

-           <path

-              d="m 143.66488,459.07269 c 0,3.2981 -1.01414,5.97174 -2.26515,5.97174 -1.251,0 -2.26514,-2.67364 -2.26514,-5.97174 0,-3.2981 1.01414,-5.97173 2.26514,-5.97173 1.25101,0 2.26515,2.67363 2.26515,5.97173 z"

-              sodipodi:ry="5.9717364"

-              sodipodi:rx="2.2651412"

-              sodipodi:cy="459.07269"

-              sodipodi:cx="141.39973"

-              id="path24306-6"

-              style="fill:#c8ab37;fill-opacity:1;stroke:#786721;stroke-width:3.45928955;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"

-              sodipodi:type="arc"

-              transform="matrix(0.76767853,0.44321941,-0.44321941,0.76767853,-517.85397,444.07121)" />

-           <path

-              transform="matrix(0.76767853,0.44321941,-0.44321941,0.76767853,-517.85397,444.07121)"

-              sodipodi:type="arc"

-              style="fill:#c5a62b;fill-opacity:1;stroke:#e9ddaf;stroke-width:1.15309656;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"

-              id="path24308-4"

-              sodipodi:cx="141.39973"

-              sodipodi:cy="459.07269"

-              sodipodi:rx="2.2651412"

-              sodipodi:ry="5.9717364"

-              d="m 143.66488,459.07269 c 0,3.2981 -1.01414,5.97174 -2.26515,5.97174 -1.251,0 -2.26514,-2.67364 -2.26514,-5.97174 0,-3.2981 1.01414,-5.97173 2.26514,-5.97173 1.25101,0 2.26515,2.67363 2.26515,5.97173 z" />

-         </g>

-         <g

-            transform="matrix(-0.29218321,-1.2315731,-1.2315731,0.29218321,1191.6555,-517.98207)"

-            id="g24310-1">

-           <path

-              transform="matrix(0.76767853,0.44321941,-0.44321941,0.76767853,-517.85397,444.07121)"

-              sodipodi:type="arc"

-              style="fill:#c8ab37;fill-opacity:1;stroke:#786721;stroke-width:3.45928955;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"

-              id="path24312-1"

-              sodipodi:cx="141.39973"

-              sodipodi:cy="459.07269"

-              sodipodi:rx="2.2651412"

-              sodipodi:ry="5.9717364"

-              d="m 143.66488,459.07269 c 0,3.2981 -1.01414,5.97174 -2.26515,5.97174 -1.251,0 -2.26514,-2.67364 -2.26514,-5.97174 0,-3.2981 1.01414,-5.97173 2.26514,-5.97173 1.25101,0 2.26515,2.67363 2.26515,5.97173 z" />

-           <path

-              d="m 143.66488,459.07269 c 0,3.2981 -1.01414,5.97174 -2.26515,5.97174 -1.251,0 -2.26514,-2.67364 -2.26514,-5.97174 0,-3.2981 1.01414,-5.97173 2.26514,-5.97173 1.25101,0 2.26515,2.67363 2.26515,5.97173 z"

-              sodipodi:ry="5.9717364"

-              sodipodi:rx="2.2651412"

-              sodipodi:cy="459.07269"

-              sodipodi:cx="141.39973"

-              id="path24314-1"

-              style="fill:#c5a62b;fill-opacity:1;stroke:#e9ddaf;stroke-width:1.15309656;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"

-              sodipodi:type="arc"

-              transform="matrix(0.76767853,0.44321941,-0.44321941,0.76767853,-517.85397,444.07121)" />

-         </g>

-         <g

-            id="g24316-1"

-            transform="matrix(-0.29218321,1.2315731,-1.2315731,-0.29218321,1174.613,1493.7755)">

-           <path

-              d="m 143.66488,459.07269 c 0,3.2981 -1.01414,5.97174 -2.26515,5.97174 -1.251,0 -2.26514,-2.67364 -2.26514,-5.97174 0,-3.2981 1.01414,-5.97173 2.26514,-5.97173 1.25101,0 2.26515,2.67363 2.26515,5.97173 z"

-              sodipodi:ry="5.9717364"

-              sodipodi:rx="2.2651412"

-              sodipodi:cy="459.07269"

-              sodipodi:cx="141.39973"

-              id="path24318-7"

-              style="fill:#c8ab37;fill-opacity:1;stroke:#786721;stroke-width:3.45928955;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"

-              sodipodi:type="arc"

-              transform="matrix(0.76767853,0.44321941,-0.44321941,0.76767853,-517.85397,444.07121)" />

-           <path

-              transform="matrix(0.76767853,0.44321941,-0.44321941,0.76767853,-517.85397,444.07121)"

-              sodipodi:type="arc"

-              style="fill:#c5a62b;fill-opacity:1;stroke:#e9ddaf;stroke-width:1.15309656;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"

-              id="path24320-1"

-              sodipodi:cx="141.39973"

-              sodipodi:cy="459.07269"

-              sodipodi:rx="2.2651412"

-              sodipodi:ry="5.9717364"

-              d="m 143.66488,459.07269 c 0,3.2981 -1.01414,5.97174 -2.26515,5.97174 -1.251,0 -2.26514,-2.67364 -2.26514,-5.97174 0,-3.2981 1.01414,-5.97173 2.26514,-5.97173 1.25101,0 2.26515,2.67363 2.26515,5.97173 z" />

-         </g>

-         <g

-            transform="matrix(0.11359254,-1.2606506,-1.2606506,-0.11359254,1445.8711,-176.66242)"

-            id="g24322-8">

-           <path

-              transform="matrix(0.76767853,0.44321941,-0.44321941,0.76767853,-517.85397,444.07121)"

-              sodipodi:type="arc"

-              style="fill:#c8ab37;fill-opacity:1;stroke:#786721;stroke-width:3.45928955;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"

-              id="path24324-0"

-              sodipodi:cx="141.39973"

-              sodipodi:cy="459.07269"

-              sodipodi:rx="2.2651412"

-              sodipodi:ry="5.9717364"

-              d="m 143.66488,459.07269 c 0,3.2981 -1.01414,5.97174 -2.26515,5.97174 -1.251,0 -2.26514,-2.67364 -2.26514,-5.97174 0,-3.2981 1.01414,-5.97173 2.26514,-5.97173 1.25101,0 2.26515,2.67363 2.26515,5.97173 z" />

-           <path

-              d="m 143.66488,459.07269 c 0,3.2981 -1.01414,5.97174 -2.26515,5.97174 -1.251,0 -2.26514,-2.67364 -2.26514,-5.97174 0,-3.2981 1.01414,-5.97173 2.26514,-5.97173 1.25101,0 2.26515,2.67363 2.26515,5.97173 z"

-              sodipodi:ry="5.9717364"

-              sodipodi:rx="2.2651412"

-              sodipodi:cy="459.07269"

-              sodipodi:cx="141.39973"

-              id="path24326-2"

-              style="fill:#c5a62b;fill-opacity:1;stroke:#e9ddaf;stroke-width:1.15309656;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"

-              sodipodi:type="arc"

-              transform="matrix(0.76767853,0.44321941,-0.44321941,0.76767853,-517.85397,444.07121)" />

-         </g>

-         <path

-            sodipodi:nodetypes="cc"

-            inkscape:connector-curvature="0"

-            id="path24328-4"

-            d="M 327.12371,550.38918 C 330.29072,506.14227 306.5254,496.86939 306.5254,496.86939"

-            style="fill:#79db32;fill-opacity:0;stroke:#5aa02c;stroke-width:2.53151608;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />

-         <g

-            id="g24330-2"

-            transform="matrix(-0.27569317,-1.235369,1.235369,-0.27569317,-916.27493,-22.0127)">

-           <path

-              d="m 143.66488,459.07269 c 0,3.2981 -1.01414,5.97174 -2.26515,5.97174 -1.251,0 -2.26514,-2.67364 -2.26514,-5.97174 0,-3.2981 1.01414,-5.97173 2.26514,-5.97173 1.25101,0 2.26515,2.67363 2.26515,5.97173 z"

-              sodipodi:ry="5.9717364"

-              sodipodi:rx="2.2651412"

-              sodipodi:cy="459.07269"

-              sodipodi:cx="141.39973"

-              id="path24332-3"

-              style="fill:#c8ab37;fill-opacity:1;stroke:#786721;stroke-width:3.45928955;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"

-              sodipodi:type="arc"

-              transform="matrix(0.76767853,0.44321941,-0.44321941,0.76767853,-517.85397,444.07121)" />

-           <path

-              transform="matrix(0.76767853,0.44321941,-0.44321941,0.76767853,-517.85397,444.07121)"

-              sodipodi:type="arc"

-              style="fill:#c5a62b;fill-opacity:1;stroke:#e9ddaf;stroke-width:1.15309656;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"

-              id="path24334-4"

-              sodipodi:cx="141.39973"

-              sodipodi:cy="459.07269"

-              sodipodi:rx="2.2651412"

-              sodipodi:ry="5.9717364"

-              d="m 143.66488,459.07269 c 0,3.2981 -1.01414,5.97174 -2.26515,5.97174 -1.251,0 -2.26514,-2.67364 -2.26514,-5.97174 0,-3.2981 1.01414,-5.97173 2.26514,-5.97173 1.25101,0 2.26515,2.67363 2.26515,5.97173 z" />

-         </g>

-         <g

-            id="g24336-2"

-            transform="matrix(-1.2652373,0.03630159,-0.03630159,-1.2652373,-445.57611,1614.6015)">

-           <path

-              d="m 143.66488,459.07269 c 0,3.2981 -1.01414,5.97174 -2.26515,5.97174 -1.251,0 -2.26514,-2.67364 -2.26514,-5.97174 0,-3.2981 1.01414,-5.97173 2.26514,-5.97173 1.25101,0 2.26515,2.67363 2.26515,5.97173 z"

-              sodipodi:ry="5.9717364"

-              sodipodi:rx="2.2651412"

-              sodipodi:cy="459.07269"

-              sodipodi:cx="141.39973"

-              id="path24338-5"

-              style="fill:#c8ab37;fill-opacity:1;stroke:#786721;stroke-width:3.45928955;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"

-              sodipodi:type="arc"

-              transform="matrix(0.76767853,0.44321941,-0.44321941,0.76767853,-517.85397,444.07121)" />

-           <path

-              transform="matrix(0.76767853,0.44321941,-0.44321941,0.76767853,-517.85397,444.07121)"

-              sodipodi:type="arc"

-              style="fill:#c5a62b;fill-opacity:1;stroke:#e9ddaf;stroke-width:1.15309656;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"

-              id="path24340-2"

-              sodipodi:cx="141.39973"

-              sodipodi:cy="459.07269"

-              sodipodi:rx="2.2651412"

-              sodipodi:ry="5.9717364"

-              d="m 143.66488,459.07269 c 0,3.2981 -1.01414,5.97174 -2.26515,5.97174 -1.251,0 -2.26514,-2.67364 -2.26514,-5.97174 0,-3.2981 1.01414,-5.97173 2.26514,-5.97173 1.25101,0 2.26515,2.67363 2.26515,5.97173 z" />

-         </g>

-         <g

-            transform="matrix(-1.2593883,-0.12682442,-0.12682442,1.2593883,-354.15978,-654.19579)"

-            id="g24342-9">

-           <path

-              transform="matrix(0.76767853,0.44321941,-0.44321941,0.76767853,-517.85397,444.07121)"

-              sodipodi:type="arc"

-              style="fill:#c8ab37;fill-opacity:1;stroke:#786721;stroke-width:3.45928955;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"

-              id="path24344-9"

-              sodipodi:cx="141.39973"

-              sodipodi:cy="459.07269"

-              sodipodi:rx="2.2651412"

-              sodipodi:ry="5.9717364"

-              d="m 143.66488,459.07269 c 0,3.2981 -1.01414,5.97174 -2.26515,5.97174 -1.251,0 -2.26514,-2.67364 -2.26514,-5.97174 0,-3.2981 1.01414,-5.97173 2.26514,-5.97173 1.25101,0 2.26515,2.67363 2.26515,5.97173 z" />

-           <path

-              d="m 143.66488,459.07269 c 0,3.2981 -1.01414,5.97174 -2.26515,5.97174 -1.251,0 -2.26514,-2.67364 -2.26514,-5.97174 0,-3.2981 1.01414,-5.97173 2.26514,-5.97173 1.25101,0 2.26515,2.67363 2.26515,5.97173 z"

-              sodipodi:ry="5.9717364"

-              sodipodi:rx="2.2651412"

-              sodipodi:cy="459.07269"

-              sodipodi:cx="141.39973"

-              id="path24346-5"

-              style="fill:#c5a62b;fill-opacity:1;stroke:#e9ddaf;stroke-width:1.15309656;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"

-              sodipodi:type="arc"

-              transform="matrix(0.76767853,0.44321941,-0.44321941,0.76767853,-517.85397,444.07121)" />

-         </g>

-         <g

-            transform="matrix(-1.265758,0,0,1.265758,-500.47798,-619.2031)"

-            id="g24348-3">

-           <path

-              sodipodi:type="arc"

-              style="fill:#e5ff80;fill-opacity:1;fill-rule:nonzero;stroke:#aa8800;stroke-width:1.08251894;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-              id="path24350-6"

-              sodipodi:cx="540.47394"

-              sodipodi:cy="299.34802"

-              sodipodi:rx="2.8681023"

-              sodipodi:ry="2.8681023"

-              d="m 543.34204,299.34802 c 0,1.58401 -1.28409,2.8681 -2.8681,2.8681 -1.58401,0 -2.8681,-1.28409 -2.8681,-2.8681 0,-1.58401 1.28409,-2.8681 2.8681,-2.8681 1.58401,0 2.8681,1.28409 2.8681,2.8681 z"

-              transform="matrix(1.8481918,0,0,1.8468943,-1634.6825,326.64845)" />

-           <path

-              transform="matrix(1.4862821,0,0,1.4854933,-1439.0581,434.80783)"

-              d="m 543.34204,299.34802 c 0,1.58401 -1.28409,2.8681 -2.8681,2.8681 -1.58401,0 -2.8681,-1.28409 -2.8681,-2.8681 0,-1.58401 1.28409,-2.8681 2.8681,-2.8681 1.58401,0 2.8681,1.28409 2.8681,2.8681 z"

-              sodipodi:ry="2.8681023"

-              sodipodi:rx="2.8681023"

-              sodipodi:cy="299.34802"

-              sodipodi:cx="540.47394"

-              id="path24352-0"

-              style="fill:#e3e936;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.34599674;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-              sodipodi:type="arc" />

-         </g>

-         <path

-            inkscape:connector-curvature="0"

-            sodipodi:nodetypes="csscc"

-            id="path24416-2"

-            d="m 320.10542,525.63421 c 1.73837,-0.83166 3.81535,-0.11443 4.63601,1.60094 0.82065,1.71538 0.0757,3.7826 -1.66262,4.61424 -1.73839,0.83167 -4.71053,1.68578 -6.60513,1.78309 1.27261,-1.62573 0.43469,-6.5727 3.63174,-7.99827 z"

-            style="fill:#5aa02c;fill-opacity:1;fill-rule:nonzero;stroke:#5aa02c;stroke-width:1.97090733;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />

-         <path

-            style="fill:#5aa02c;fill-opacity:1;fill-rule:nonzero;stroke:#5aa02c;stroke-width:1.97090733;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            d="m 324.31857,513.4361 c -1.0442,1.61965 -0.59455,3.77049 1.00366,4.80086 1.59822,1.0304 3.74287,0.552 4.78705,-1.06757 1.04421,-1.61967 2.26624,-4.4604 2.60164,-6.32762 -1.77322,1.05749 -6.57506,-0.39747 -8.39235,2.59433 z"

-            id="path24418-0"

-            sodipodi:nodetypes="csscc"

-            inkscape:connector-curvature="0" />

-       </g>

-       <g

-          id="g36832"

-          transform="matrix(-0.32346083,-0.17764133,-0.17764133,0.32346083,348.51024,674.77025)"

-          style="display:inline">

-         <g

-            id="g24304"

-            transform="matrix(-1.126821,-0.57655671,-0.57655671,1.126821,108.72053,-838.66703)">

-           <path

-              d="m 143.66488,459.07269 c 0,3.2981 -1.01414,5.97174 -2.26515,5.97174 -1.251,0 -2.26514,-2.67364 -2.26514,-5.97174 0,-3.2981 1.01414,-5.97173 2.26514,-5.97173 1.25101,0 2.26515,2.67363 2.26515,5.97173 z"

-              sodipodi:ry="5.9717364"

-              sodipodi:rx="2.2651412"

-              sodipodi:cy="459.07269"

-              sodipodi:cx="141.39973"

-              id="path24306"

-              style="fill:#c8ab37;fill-opacity:1;stroke:#786721;stroke-width:3.45928955;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"

-              sodipodi:type="arc"

-              transform="matrix(0.76767853,0.44321941,-0.44321941,0.76767853,-517.85397,444.07121)" />

-           <path

-              transform="matrix(0.76767853,0.44321941,-0.44321941,0.76767853,-517.85397,444.07121)"

-              sodipodi:type="arc"

-              style="fill:#c5a62b;fill-opacity:1;stroke:#e9ddaf;stroke-width:1.15309656;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"

-              id="path24308"

-              sodipodi:cx="141.39973"

-              sodipodi:cy="459.07269"

-              sodipodi:rx="2.2651412"

-              sodipodi:ry="5.9717364"

-              d="m 143.66488,459.07269 c 0,3.2981 -1.01414,5.97174 -2.26515,5.97174 -1.251,0 -2.26514,-2.67364 -2.26514,-5.97174 0,-3.2981 1.01414,-5.97173 2.26514,-5.97173 1.25101,0 2.26515,2.67363 2.26515,5.97173 z" />

-         </g>

-         <g

-            transform="matrix(-0.29218321,-1.2315731,-1.2315731,0.29218321,1191.6555,-517.98207)"

-            id="g24310">

-           <path

-              transform="matrix(0.76767853,0.44321941,-0.44321941,0.76767853,-517.85397,444.07121)"

-              sodipodi:type="arc"

-              style="fill:#c8ab37;fill-opacity:1;stroke:#786721;stroke-width:3.45928955;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"

-              id="path24312"

-              sodipodi:cx="141.39973"

-              sodipodi:cy="459.07269"

-              sodipodi:rx="2.2651412"

-              sodipodi:ry="5.9717364"

-              d="m 143.66488,459.07269 c 0,3.2981 -1.01414,5.97174 -2.26515,5.97174 -1.251,0 -2.26514,-2.67364 -2.26514,-5.97174 0,-3.2981 1.01414,-5.97173 2.26514,-5.97173 1.25101,0 2.26515,2.67363 2.26515,5.97173 z" />

-           <path

-              d="m 143.66488,459.07269 c 0,3.2981 -1.01414,5.97174 -2.26515,5.97174 -1.251,0 -2.26514,-2.67364 -2.26514,-5.97174 0,-3.2981 1.01414,-5.97173 2.26514,-5.97173 1.25101,0 2.26515,2.67363 2.26515,5.97173 z"

-              sodipodi:ry="5.9717364"

-              sodipodi:rx="2.2651412"

-              sodipodi:cy="459.07269"

-              sodipodi:cx="141.39973"

-              id="path24314"

-              style="fill:#c5a62b;fill-opacity:1;stroke:#e9ddaf;stroke-width:1.15309656;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"

-              sodipodi:type="arc"

-              transform="matrix(0.76767853,0.44321941,-0.44321941,0.76767853,-517.85397,444.07121)" />

-         </g>

-         <g

-            id="g24316"

-            transform="matrix(-0.29218321,1.2315731,-1.2315731,-0.29218321,1174.613,1493.7755)">

-           <path

-              d="m 143.66488,459.07269 c 0,3.2981 -1.01414,5.97174 -2.26515,5.97174 -1.251,0 -2.26514,-2.67364 -2.26514,-5.97174 0,-3.2981 1.01414,-5.97173 2.26514,-5.97173 1.25101,0 2.26515,2.67363 2.26515,5.97173 z"

-              sodipodi:ry="5.9717364"

-              sodipodi:rx="2.2651412"

-              sodipodi:cy="459.07269"

-              sodipodi:cx="141.39973"

-              id="path24318"

-              style="fill:#c8ab37;fill-opacity:1;stroke:#786721;stroke-width:3.45928955;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"

-              sodipodi:type="arc"

-              transform="matrix(0.76767853,0.44321941,-0.44321941,0.76767853,-517.85397,444.07121)" />

-           <path

-              transform="matrix(0.76767853,0.44321941,-0.44321941,0.76767853,-517.85397,444.07121)"

-              sodipodi:type="arc"

-              style="fill:#c5a62b;fill-opacity:1;stroke:#e9ddaf;stroke-width:1.15309656;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"

-              id="path24320"

-              sodipodi:cx="141.39973"

-              sodipodi:cy="459.07269"

-              sodipodi:rx="2.2651412"

-              sodipodi:ry="5.9717364"

-              d="m 143.66488,459.07269 c 0,3.2981 -1.01414,5.97174 -2.26515,5.97174 -1.251,0 -2.26514,-2.67364 -2.26514,-5.97174 0,-3.2981 1.01414,-5.97173 2.26514,-5.97173 1.25101,0 2.26515,2.67363 2.26515,5.97173 z" />

-         </g>

-         <g

-            transform="matrix(0.11359254,-1.2606506,-1.2606506,-0.11359254,1445.8711,-176.66242)"

-            id="g24322">

-           <path

-              transform="matrix(0.76767853,0.44321941,-0.44321941,0.76767853,-517.85397,444.07121)"

-              sodipodi:type="arc"

-              style="fill:#c8ab37;fill-opacity:1;stroke:#786721;stroke-width:3.45928955;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"

-              id="path24324"

-              sodipodi:cx="141.39973"

-              sodipodi:cy="459.07269"

-              sodipodi:rx="2.2651412"

-              sodipodi:ry="5.9717364"

-              d="m 143.66488,459.07269 c 0,3.2981 -1.01414,5.97174 -2.26515,5.97174 -1.251,0 -2.26514,-2.67364 -2.26514,-5.97174 0,-3.2981 1.01414,-5.97173 2.26514,-5.97173 1.25101,0 2.26515,2.67363 2.26515,5.97173 z" />

-           <path

-              d="m 143.66488,459.07269 c 0,3.2981 -1.01414,5.97174 -2.26515,5.97174 -1.251,0 -2.26514,-2.67364 -2.26514,-5.97174 0,-3.2981 1.01414,-5.97173 2.26514,-5.97173 1.25101,0 2.26515,2.67363 2.26515,5.97173 z"

-              sodipodi:ry="5.9717364"

-              sodipodi:rx="2.2651412"

-              sodipodi:cy="459.07269"

-              sodipodi:cx="141.39973"

-              id="path24326"

-              style="fill:#c5a62b;fill-opacity:1;stroke:#e9ddaf;stroke-width:1.15309656;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"

-              sodipodi:type="arc"

-              transform="matrix(0.76767853,0.44321941,-0.44321941,0.76767853,-517.85397,444.07121)" />

-         </g>

-         <path

-            sodipodi:nodetypes="cc"

-            inkscape:connector-curvature="0"

-            id="path24328"

-            d="M 327.12371,550.38918 C 330.29072,506.14227 306.5254,496.86939 306.5254,496.86939"

-            style="fill:#ffffff;fill-opacity:0;stroke:#5aa02c;stroke-width:2.53151608;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />

-         <g

-            id="g24330"

-            transform="matrix(-0.27569317,-1.235369,1.235369,-0.27569317,-916.27493,-22.0127)">

-           <path

-              d="m 143.66488,459.07269 c 0,3.2981 -1.01414,5.97174 -2.26515,5.97174 -1.251,0 -2.26514,-2.67364 -2.26514,-5.97174 0,-3.2981 1.01414,-5.97173 2.26514,-5.97173 1.25101,0 2.26515,2.67363 2.26515,5.97173 z"

-              sodipodi:ry="5.9717364"

-              sodipodi:rx="2.2651412"

-              sodipodi:cy="459.07269"

-              sodipodi:cx="141.39973"

-              id="path24332"

-              style="fill:#c8ab37;fill-opacity:1;stroke:#786721;stroke-width:3.45928955;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"

-              sodipodi:type="arc"

-              transform="matrix(0.76767853,0.44321941,-0.44321941,0.76767853,-517.85397,444.07121)" />

-           <path

-              transform="matrix(0.76767853,0.44321941,-0.44321941,0.76767853,-517.85397,444.07121)"

-              sodipodi:type="arc"

-              style="fill:#c5a62b;fill-opacity:1;stroke:#e9ddaf;stroke-width:1.15309656;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"

-              id="path24334"

-              sodipodi:cx="141.39973"

-              sodipodi:cy="459.07269"

-              sodipodi:rx="2.2651412"

-              sodipodi:ry="5.9717364"

-              d="m 143.66488,459.07269 c 0,3.2981 -1.01414,5.97174 -2.26515,5.97174 -1.251,0 -2.26514,-2.67364 -2.26514,-5.97174 0,-3.2981 1.01414,-5.97173 2.26514,-5.97173 1.25101,0 2.26515,2.67363 2.26515,5.97173 z" />

-         </g>

-         <g

-            id="g24336"

-            transform="matrix(-1.2652373,0.03630159,-0.03630159,-1.2652373,-445.57611,1614.6015)">

-           <path

-              d="m 143.66488,459.07269 c 0,3.2981 -1.01414,5.97174 -2.26515,5.97174 -1.251,0 -2.26514,-2.67364 -2.26514,-5.97174 0,-3.2981 1.01414,-5.97173 2.26514,-5.97173 1.25101,0 2.26515,2.67363 2.26515,5.97173 z"

-              sodipodi:ry="5.9717364"

-              sodipodi:rx="2.2651412"

-              sodipodi:cy="459.07269"

-              sodipodi:cx="141.39973"

-              id="path24338"

-              style="fill:#c8ab37;fill-opacity:1;stroke:#786721;stroke-width:3.45928955;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"

-              sodipodi:type="arc"

-              transform="matrix(0.76767853,0.44321941,-0.44321941,0.76767853,-517.85397,444.07121)" />

-           <path

-              transform="matrix(0.76767853,0.44321941,-0.44321941,0.76767853,-517.85397,444.07121)"

-              sodipodi:type="arc"

-              style="fill:#c5a62b;fill-opacity:1;stroke:#e9ddaf;stroke-width:1.15309656;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"

-              id="path24340"

-              sodipodi:cx="141.39973"

-              sodipodi:cy="459.07269"

-              sodipodi:rx="2.2651412"

-              sodipodi:ry="5.9717364"

-              d="m 143.66488,459.07269 c 0,3.2981 -1.01414,5.97174 -2.26515,5.97174 -1.251,0 -2.26514,-2.67364 -2.26514,-5.97174 0,-3.2981 1.01414,-5.97173 2.26514,-5.97173 1.25101,0 2.26515,2.67363 2.26515,5.97173 z" />

-         </g>

-         <g

-            transform="matrix(-1.2593883,-0.12682442,-0.12682442,1.2593883,-354.15978,-654.19579)"

-            id="g24342">

-           <path

-              transform="matrix(0.76767853,0.44321941,-0.44321941,0.76767853,-517.85397,444.07121)"

-              sodipodi:type="arc"

-              style="fill:#c8ab37;fill-opacity:1;stroke:#786721;stroke-width:3.45928955;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"

-              id="path24344"

-              sodipodi:cx="141.39973"

-              sodipodi:cy="459.07269"

-              sodipodi:rx="2.2651412"

-              sodipodi:ry="5.9717364"

-              d="m 143.66488,459.07269 c 0,3.2981 -1.01414,5.97174 -2.26515,5.97174 -1.251,0 -2.26514,-2.67364 -2.26514,-5.97174 0,-3.2981 1.01414,-5.97173 2.26514,-5.97173 1.25101,0 2.26515,2.67363 2.26515,5.97173 z" />

-           <path

-              d="m 143.66488,459.07269 c 0,3.2981 -1.01414,5.97174 -2.26515,5.97174 -1.251,0 -2.26514,-2.67364 -2.26514,-5.97174 0,-3.2981 1.01414,-5.97173 2.26514,-5.97173 1.25101,0 2.26515,2.67363 2.26515,5.97173 z"

-              sodipodi:ry="5.9717364"

-              sodipodi:rx="2.2651412"

-              sodipodi:cy="459.07269"

-              sodipodi:cx="141.39973"

-              id="path24346"

-              style="fill:#c5a62b;fill-opacity:1;stroke:#e9ddaf;stroke-width:1.15309656;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"

-              sodipodi:type="arc"

-              transform="matrix(0.76767853,0.44321941,-0.44321941,0.76767853,-517.85397,444.07121)" />

-         </g>

-         <g

-            transform="matrix(-1.265758,0,0,1.265758,-500.47798,-619.2031)"

-            id="g24348">

-           <path

-              sodipodi:type="arc"

-              style="fill:#e5ff80;fill-opacity:1;fill-rule:nonzero;stroke:#aa8800;stroke-width:1.08251894;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-              id="path24350"

-              sodipodi:cx="540.47394"

-              sodipodi:cy="299.34802"

-              sodipodi:rx="2.8681023"

-              sodipodi:ry="2.8681023"

-              d="m 543.34204,299.34802 c 0,1.58401 -1.28409,2.8681 -2.8681,2.8681 -1.58401,0 -2.8681,-1.28409 -2.8681,-2.8681 0,-1.58401 1.28409,-2.8681 2.8681,-2.8681 1.58401,0 2.8681,1.28409 2.8681,2.8681 z"

-              transform="matrix(1.8481918,0,0,1.8468943,-1634.6825,326.64845)" />

-           <path

-              transform="matrix(1.4862821,0,0,1.4854933,-1439.0581,434.80783)"

-              d="m 543.34204,299.34802 c 0,1.58401 -1.28409,2.8681 -2.8681,2.8681 -1.58401,0 -2.8681,-1.28409 -2.8681,-2.8681 0,-1.58401 1.28409,-2.8681 2.8681,-2.8681 1.58401,0 2.8681,1.28409 2.8681,2.8681 z"

-              sodipodi:ry="2.8681023"

-              sodipodi:rx="2.8681023"

-              sodipodi:cy="299.34802"

-              sodipodi:cx="540.47394"

-              id="path24352"

-              style="fill:#e3e936;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.34599674;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-              sodipodi:type="arc" />

-         </g>

-         <path

-            inkscape:connector-curvature="0"

-            sodipodi:nodetypes="csscc"

-            id="path24416"

-            d="m 320.10542,525.63421 c 1.73837,-0.83166 3.81535,-0.11443 4.63601,1.60094 0.82065,1.71538 0.0757,3.7826 -1.66262,4.61424 -1.73839,0.83167 -4.71053,1.68578 -6.60513,1.78309 1.27261,-1.62573 0.43469,-6.5727 3.63174,-7.99827 z"

-            style="fill:#5aa02c;fill-opacity:1;fill-rule:nonzero;stroke:#5aa02c;stroke-width:1.97090733;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />

-         <path

-            style="fill:#5aa02c;fill-opacity:1;fill-rule:nonzero;stroke:#5aa02c;stroke-width:1.97090733;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"

-            d="m 324.31857,513.4361 c -1.0442,1.61965 -0.59455,3.77049 1.00366,4.80086 1.59822,1.0304 3.74287,0.552 4.78705,-1.06757 1.04421,-1.61967 2.26624,-4.4604 2.60164,-6.32762 -1.77322,1.05749 -6.57506,-0.39747 -8.39235,2.59433 z"

-            id="path24418"

-            sodipodi:nodetypes="csscc"

-            inkscape:connector-curvature="0" />

-       </g>

-       <path

-          sodipodi:nodetypes="cscscsssc"

-          inkscape:connector-curvature="0"

-          id="path39960"

-          d="m 106.30729,804.6943 c 0,0 4.81914,-5.84284 9.03486,-5.69744 4.21574,0.14532 3.925,2.03518 3.925,2.03518 0,0 2.47128,-4.50649 6.83239,-4.36109 4.3611,0.14533 10.79436,6.78023 9.57252,9.76772 0.36967,1.32833 3.69085,-6.32279 7.95001,-6.22204 1.56907,0.0372 3.85339,0.26382 3.75786,3.3801 -0.12141,3.96255 -3.37316,1.87181 -5.04954,1.9712 -12.84806,0.76165 -35.42365,10.18663 -36.0231,-0.87363 z"

-          style="fill:#9c671d;fill-opacity:1;stroke:none;display:inline" />

-     </g>

-     <g

-        id="g31788"

-        transform="matrix(0.86439637,0,0,0.86439637,83.447419,69.752)">

-       <path

-          style="fill:#db3279;fill-opacity:1;stroke:#58595b;stroke-width:4.50271511;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter2620-9-6)"

-          id="path6672-5"

-          d="m 134.00002,125.00183 c 0,-21.53997 -17.46062,-39.00185 -38.999836,-39.00185 -21.529216,0 -38.982968,17.44751 -38.998584,38.97439 l -0.0016,-10e-4 0,30.18098 0.0016,9.9e-4 c 0.01184,4.88773 3.975508,8.84465 8.866181,8.84465 0.01374,0 0.02745,-9.9e-4 0.04187,-9.9e-4 l 0.0024,9.9e-4 30.10304,0 0,0 c 21.533049,-0.009 38.984919,-17.46443 38.984919,-38.99816 z"

-          inkscape:connector-curvature="0"

-          transform="matrix(1.9773497,0,0,1.9773497,168.18382,509.18907)"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-       <path

-          style="font-size:xx-small;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:sans-serif;-inkscape-font-specification:sans-serif"

-          d="m 356.03204,674.39612 c -44.53766,0 -80.70308,36.04653 -81.00955,80.51516 -4.2e-4,0.0627 2.9e-4,0.12271 0,0.1854 a 3.9550948,3.9550948 0 0 0 -0.0618,0.18539 c -9e-5,0.0421 4e-5,0.0817 0,0.12355 l 0,59.69131 a 3.9550948,3.9550948 0 0 0 0.30897,1.54479 3.9550948,3.9550948 0 0 0 0,0.0619 c 0.85058,10.52271 9.22035,18.78985 19.7735,19.52631 0.066,0.008 0.11912,0.0581 0.18536,0.0619 a 3.9550948,3.9550948 0 0 0 0.18539,0.0619 3.9550948,3.9550948 0 0 0 1.05047,0.1854 3.9550948,3.9550948 0 0 0 0.0618,0 l 59.50587,0 a 3.9550948,3.9550948 0 0 0 0.0618,0 c 44.35425,-0.0176 80.30678,-35.80081 80.88596,-80.02082 a 3.9550948,3.9550948 0 0 0 0.0618,-0.24717 c 4.1e-4,-0.0413 -3.5e-4,-0.0817 0,-0.12355 a 3.9550948,3.9550948 0 0 0 0.0618,-0.67973 c 0,-44.72926 -36.34339,-81.07135 -81.07133,-81.07135 z"

-          id="path6674-1"

-          inkscape:connector-curvature="0"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-       <path

-          sodipodi:nodetypes="csccccscccccc"

-          inkscape:connector-curvature="0"

-          d="m 413.90375,756.36043 c 0,-31.9633 -25.90994,-57.87511 -57.87216,-57.87511 -31.94736,0 -57.84707,25.89048 -57.87026,57.83436 l -0.002,0 0,44.78576 0.002,0 c 0.018,7.25293 5.89931,13.12467 13.1566,13.12467 0.0203,0 0.0408,0 0.0621,0 l 0.004,0 44.67011,0 0,0 c 31.95302,-0.0122 57.84998,-25.91556 57.84998,-57.86968 z"

-          id="path6676-6"

-          style="fill:#c4c7cc;fill-opacity:1;stroke:none;display:inline"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-       <path

-          inkscape:connector-curvature="0"

-          d="m 424.83167,756.36081 c 0,-37.99865 -30.80234,-68.80316 -68.79972,-68.80316 -37.97969,0 -68.76985,30.77913 -68.79742,68.75469 l -0.002,0 0,53.24227 0.002,0 c 0.0206,8.62242 7.01323,15.60287 15.64085,15.60287 0.024,0 0.0485,0 0.0739,0 l 0.005,0 53.10479,0 0,0 c 37.98537,-0.0161 68.7722,-30.80895 68.7722,-68.79667 z"

-          id="path6678-7"

-          style="fill:none;stroke:#db3279;stroke-width:8.90344238;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-       <path

-          inkscape:export-ydpi="90"

-          inkscape:export-xdpi="90"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          style="fill:#dfe0e3;fill-opacity:1;stroke:#79818b;stroke-width:2.29356122;stroke-miterlimit:4;stroke-dasharray:none;display:inline"

-          id="path13780"

-          d="m 412.8849,756.4034 c 0,-4.06878 -0.41984,-8.03947 -1.21857,-11.87117 -13.58734,-0.0405 -103.57791,0.0627 -111.11669,0.39571 -0.74326,3.72849 -1.13411,7.5871 -1.13698,11.53838 -0.004,10.16506 -0.002,20.34878 -0.002,30.52064 13.01842,-0.34334 90.80297,-0.66689 104.64178,-0.4136 5.38526,-8.74245 8.93605,-20.00773 8.83221,-30.16996 z"

-          inkscape:connector-curvature="0"

-          sodipodi:nodetypes="ccccccc" />

-       <path

-          sodipodi:nodetypes="ccccc"

-          inkscape:connector-curvature="0"

-          d="m 411.89394,748.86935 c -0.1736,-1.20572 -0.39362,-2.48217 -0.66741,-3.89729 -13.58734,-0.0405 -102.5517,0.0627 -110.09048,0.39571 -0.22438,1.12561 -0.41664,2.26306 -0.57581,3.41129 23.405,0.0784 86.33678,0.0784 111.3337,0.0903 z"

-          id="path13852"

-          style="fill:#ffffff;fill-opacity:1;stroke:#79818b;stroke-width:1.24158108;stroke-miterlimit:4;stroke-dasharray:none;display:inline"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-       <path

-          sodipodi:nodetypes="cccccccccccc"

-          inkscape:connector-curvature="0"

-          id="path12230"

-          d="m 312.41732,786.83056 c 0,0 5.76675,-42.75569 6.51836,-47.6943 0.41382,-3.3106 0.92278,-7.43934 0.93987,-9.44783 l -5.07811,-2.96691 -2.06913,-2.06912 42.40649,-18.6221 42.42753,18.6221 -2.06913,2.06912 -4.96589,2.85469 c 0.41382,3.72442 0.41382,5.00798 0.82765,9.56005 1.3666,12.41473 5.57992,38.7595 6.41469,47.76609 -12.54453,-0.13067 -60.3155,-0.0708 -85.35233,-0.0718 z"

-          style="fill:#c4c7cc;fill-opacity:1;stroke:#79818b;stroke-width:2.29356122;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />

-       <path

-          sodipodi:nodetypes="cccc"

-          inkscape:connector-curvature="0"

-          id="path12232"

-          d="m 321.0048,725.48005 34.13,-14.48386 34.15104,14.48386 z"

-          style="fill:#eff0f1;fill-opacity:1;stroke:#79818b;stroke-width:1.24147332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />

-       <path

-          style="fill:#9a9fa6;fill-opacity:1;stroke:#79818b;stroke-width:1.24147332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-          d="m 319.76333,729.61829 -0.51023,10.96862 72.41927,0 -1.14506,-10.96862 z"

-          id="path13718"

-          inkscape:connector-curvature="0"

-          sodipodi:nodetypes="ccccc" />

-       <path

-          sodipodi:nodetypes="cccccc"

-          inkscape:connector-curvature="0"

-          id="path12234"

-          d="m 319.76333,729.61829 -0.82765,6.20737 50.90004,0.13556 21.51924,-0.13556 -0.82765,-6.20737 z"

-          style="fill:#c4c7cc;fill-opacity:1;stroke:#79818b;stroke-width:1.24147332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />

-       <g

-          id="g13402-09"

-          transform="matrix(0.41382445,0,0,0.41382445,428.67508,698.30147)"

-          style="fill:#9a9fa6;fill-opacity:1;stroke:#79818b">

-         <path

-            style="fill:#9a9fa6;fill-opacity:1;stroke:#79818b;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-            d="m -268,110 c -10,0 -6,-7 -4,-7 -3,-4 -6.45855,-13.136142 4,-13 8,0 13,0 20.95331,-0.0044 9.64235,-0.306468 7.04669,9.004432 3.7422,12.97707 C -241,103.00007 -237,110 -247,110 c -3,0 -18,0 -21,0 z"

-            id="path13056-3"

-            inkscape:connector-curvature="0"

-            sodipodi:nodetypes="ccccccc" />

-         <path

-            style="fill:#dfe0e3;fill-opacity:1;stroke:#79818b"

-            d="m -267.04794,91.520606 c 0,0 3.04794,4.479394 1.36309,7.453589 C -262,98 -256,98 -250,99.000005 c 2,-2.000005 2.19176,-7.527339 2.19176,-7.527339 z"

-            id="path13290-1"

-            inkscape:connector-curvature="0"

-            sodipodi:nodetypes="ccccc" />

-         <path

-            style="fill:#ffffff;fill-opacity:1;stroke:#79818b;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none"

-            d="m -270.18347,90.676592 c -5.26157,0 -6.17125,8.827396 -0.0548,8.827396 6.24202,0 5.33237,-8.827396 0.0548,-8.827396 z"

-            id="path12252-6-1"

-            inkscape:connector-curvature="0"

-            sodipodi:nodetypes="ccc" />

-         <path

-            style="fill:#ffffff;fill-opacity:1;stroke:#79818b;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none"

-            d="M -244.9452,90.172604 C -250.20677,90.172604 -251.11645,99 -245,99 c 6.24202,0 5.33237,-8.827396 0.0548,-8.827396 z"

-            id="path12252-6-4-7"

-            inkscape:connector-curvature="0"

-            sodipodi:nodetypes="ccc" />

-       </g>

-       <path

-          sodipodi:nodetypes="ccccc"

-          inkscape:connector-curvature="0"

-          id="path12238"

-          d="m 319.04791,739.92182 -6.01098,44.3213 c 0,0 3.82963,-2.06912 7.96787,0 0.26773,-3.4399 4.25047,-44.3213 4.25047,-44.3213 0,-2.06912 -6.20736,-2.06912 -6.20736,0 z"

-          style="fill:#ffffff;fill-opacity:1;stroke:#79818b;stroke-width:1.24147332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />

-       <path

-          sodipodi:nodetypes="csscc"

-          inkscape:connector-curvature="0"

-          id="path12246"

-          d="m 348.93499,786.31224 c 0,0 0.38509,-7.17736 1.03752,-18.6221 0.47106,-8.26307 9.97086,-8.26799 10.34562,0 0.47612,10.50432 0.95816,18.6221 0.95816,18.6221 z"

-          style="fill:#ffffff;fill-opacity:1;stroke:#79818b;stroke-width:1.24147332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />

-       <path

-          sodipodi:nodetypes="ccccc"

-          inkscape:connector-curvature="0"

-          id="path12250"

-          d="m 373.92742,752.97404 1.70221,27.13084 10.34561,0 -2.02553,-27.13084 z"

-          style="fill:#ffffff;fill-opacity:1;stroke:#79818b;stroke-width:1.24147332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />

-       <path

-          sodipodi:nodetypes="ccc"

-          inkscape:connector-curvature="0"

-          id="path12252"

-          d="m 355.13601,746.17127 c -6.16649,0 -7.23262,10.34561 -0.0643,10.34561 7.31558,0 6.24945,-10.34561 0.0643,-10.34561 z"

-          style="fill:#ffffff;fill-opacity:1;stroke:#79818b;stroke-width:1.24147332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />

-       <g

-          transform="matrix(0.41382445,0,0,0.41382445,449.36631,698.30147)"

-          id="g13402"

-          style="fill:#ffffff;fill-opacity:1;stroke:#79818b">

-         <path

-            style="fill:#9a9fa6;fill-opacity:1;stroke:#79818b;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-            d="m -268,110 c -10,0 -6,-7 -4,-7 -3,-4 -6.45855,-13.136142 4,-13 8,0 13,0 20.95331,-0.0044 9.64235,-0.306468 7.04669,9.004432 3.7422,12.97707 C -241,103.00007 -237,110 -247,110 c -3,0 -18,0 -21,0 z"

-            id="path13056"

-            inkscape:connector-curvature="0"

-            sodipodi:nodetypes="ccccccc" />

-         <path

-            style="fill:#dfe0e3;fill-opacity:1;stroke:#79818b"

-            d="m -267.04794,91.520606 c 0,0 3.04794,4.479394 1.36309,7.453589 C -262,98 -256,98 -250,99.000005 c 2,-2.000005 2.19176,-7.527339 2.19176,-7.527339 z"

-            id="path13290"

-            inkscape:connector-curvature="0"

-            sodipodi:nodetypes="ccccc" />

-         <path

-            style="fill:#ffffff;fill-opacity:1;stroke:#79818b;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none"

-            d="m -270.18347,90.676592 c -5.26157,0 -6.17125,8.827396 -0.0548,8.827396 6.24202,0 5.33237,-8.827396 0.0548,-8.827396 z"

-            id="path12252-6"

-            inkscape:connector-curvature="0"

-            sodipodi:nodetypes="ccc" />

-         <path

-            style="fill:#ffffff;fill-opacity:1;stroke:#79818b;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none"

-            d="M -244.9452,90.172604 C -250.20677,90.172604 -251.11645,99 -245,99 c 6.24202,0 5.33237,-8.827396 0.0548,-8.827396 z"

-            id="path12252-6-4"

-            inkscape:connector-curvature="0"

-            sodipodi:nodetypes="ccc" />

-       </g>

-       <path

-          sodipodi:nodetypes="ccccc"

-          inkscape:connector-curvature="0"

-          id="path12238-0"

-          d="m 339.73913,740.03404 -2.18135,44.20908 c 0,0 4.13824,-2.06912 8.27649,0 0.26773,-3.4399 0.11222,-44.20908 0.11222,-44.20908 0,-2.06912 -6.20736,-2.06912 -6.20736,0 z"

-          style="fill:#ffffff;fill-opacity:1;stroke:#79818b;stroke-width:1.24147332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />

-       <g

-          id="g13402-1"

-          transform="matrix(0.41382445,0,0,0.41382445,494.887,698.30147)"

-          style="fill:#ffffff;fill-opacity:1;stroke:#79818b">

-         <path

-            style="fill:#9a9fa6;fill-opacity:1;stroke:#79818b;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-            d="m -268,110 c -10,0 -6,-7 -4,-7 -3,-4 -6.45855,-13.136142 4,-13 8,0 13,0 20.95331,-0.0044 9.64235,-0.306468 7.04669,9.004432 3.7422,12.97707 C -241,103.00007 -237,110 -247,110 c -3,0 -18,0 -21,0 z"

-            id="path13056-75"

-            inkscape:connector-curvature="0"

-            sodipodi:nodetypes="ccccccc" />

-         <path

-            style="fill:#dfe0e3;fill-opacity:1;stroke:#79818b"

-            d="m -267.04794,91.520606 c 0,0 3.04794,4.479394 1.36309,7.453589 C -262,98 -256,98 -250,99.000005 c 2,-2.000005 2.19176,-7.527339 2.19176,-7.527339 z"

-            id="path13290-5"

-            inkscape:connector-curvature="0"

-            sodipodi:nodetypes="ccccc" />

-         <path

-            style="fill:#ffffff;fill-opacity:1;stroke:#79818b;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none"

-            d="m -270.18347,90.676592 c -5.26157,0 -6.17125,8.827396 -0.0548,8.827396 6.24202,0 5.33237,-8.827396 0.0548,-8.827396 z"

-            id="path12252-6-3"

-            inkscape:connector-curvature="0"

-            sodipodi:nodetypes="ccc" />

-         <path

-            style="fill:#ffffff;fill-opacity:1;stroke:#79818b;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none"

-            d="M -244.9452,90.172604 C -250.20677,90.172604 -251.11645,99 -245,99 c 6.24202,0 5.33237,-8.827396 0.0548,-8.827396 z"

-            id="path12252-6-4-2"

-            inkscape:connector-curvature="0"

-            sodipodi:nodetypes="ccc" />

-       </g>

-       <path

-          style="fill:#ffffff;fill-opacity:1;stroke:#79818b;stroke-width:1.24147332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-          d="m 391.5794,739.8096 5.81459,44.43352 c 0,0 -3.96991,-2.06912 -8.10815,0 -0.26773,-3.4399 -3.9138,-44.43352 -3.9138,-44.43352 0,-2.06912 6.20736,-2.06912 6.20736,0 z"

-          id="path13052"

-          inkscape:connector-curvature="0"

-          sodipodi:nodetypes="ccccc" />

-       <g

-          id="g13402-0"

-          transform="matrix(0.41382445,0,0,0.41382445,474.19577,698.30147)"

-          style="fill:#ffffff;fill-opacity:1;stroke:#79818b">

-         <path

-            style="fill:#9a9fa6;fill-opacity:1;stroke:#79818b;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-            d="m -268,110 c -10,0 -6,-7 -4,-7 -3,-4 -6.45855,-13.136142 4,-13 8,0 13,0 20.95331,-0.0044 9.64235,-0.306468 7.04669,9.004432 3.7422,12.97707 C -241,103.00007 -237,110 -247,110 c -3,0 -18,0 -21,0 z"

-            id="path13056-7"

-            inkscape:connector-curvature="0"

-            sodipodi:nodetypes="ccccccc" />

-         <path

-            style="fill:#dfe0e3;fill-opacity:1;stroke:#79818b"

-            d="m -267.04794,91.520606 c 0,0 3.04794,4.479394 1.36309,7.453589 C -262,98 -256,98 -250,99.000005 c 2,-2.000005 2.19176,-7.527339 2.19176,-7.527339 z"

-            id="path13290-3"

-            inkscape:connector-curvature="0"

-            sodipodi:nodetypes="ccccc" />

-         <path

-            style="fill:#ffffff;fill-opacity:1;stroke:#79818b;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none"

-            d="m -270.18347,90.676592 c -5.26157,0 -6.17125,8.827396 -0.0548,8.827396 6.24202,0 5.33237,-8.827396 0.0548,-8.827396 z"

-            id="path12252-6-5"

-            inkscape:connector-curvature="0"

-            sodipodi:nodetypes="ccc" />

-         <path

-            style="fill:#ffffff;fill-opacity:1;stroke:#79818b;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none"

-            d="M -244.9452,90.172604 C -250.20677,90.172604 -251.11645,99 -245,99 c 6.24202,0 5.33237,-8.827396 0.0548,-8.827396 z"

-            id="path12252-6-4-4"

-            inkscape:connector-curvature="0"

-            sodipodi:nodetypes="ccc" />

-       </g>

-       <path

-          style="fill:#ffffff;fill-opacity:1;stroke:#79818b;stroke-width:1.24147332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-          d="m 370.66374,740.00599 2.06912,44.23713 c 0,0 -4.13825,-2.06912 -8.27649,0 0,-4.13824 0,-44.23713 0,-44.23713 0,-2.06913 6.20737,-2.06913 6.20737,0 z"

-          id="path13054"

-          inkscape:connector-curvature="0"

-          sodipodi:nodetypes="ccccc" />

-       <path

-          sodipodi:nodetypes="ccccc"

-          inkscape:connector-curvature="0"

-          id="path13114"

-          d="m 311.48684,786.31224 10.75944,0 c 0,0 0,-1.24147 -1.24148,-2.06912 -4.13824,-2.06912 -8.03843,-0.0397 -8.03843,-0.0397 -1.24147,0.82764 -1.47953,2.1088 -1.47953,2.1088 z"

-          style="fill:#eff0f1;fill-opacity:1;stroke:#79818b;stroke-width:1.24147332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />

-       <path

-          sodipodi:nodetypes="ccccc"

-          inkscape:connector-curvature="0"

-          id="path13114-3"

-          d="m 336.31631,786.31224 10.75943,0 c 0,0 0,-1.24147 -1.24147,-2.06912 -4.13825,-2.06912 -8.03843,-0.0397 -8.03843,-0.0397 -1.24147,0.82764 -1.47953,2.1088 -1.47953,2.1088 z"

-          style="fill:#eff0f1;fill-opacity:1;stroke:#79818b;stroke-width:1.24147332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />

-       <path

-          sodipodi:nodetypes="ccccc"

-          inkscape:connector-curvature="0"

-          id="path13114-9"

-          d="m 363.2149,786.31224 10.75943,0 c 0,0 0,-1.24147 -1.24147,-2.06912 -4.13825,-2.06912 -8.03843,-0.0397 -8.03843,-0.0397 -1.24147,0.82764 -1.47953,2.1088 -1.47953,2.1088 z"

-          style="fill:#eff0f1;fill-opacity:1;stroke:#79818b;stroke-width:1.24147332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />

-       <path

-          sodipodi:nodetypes="ccccc"

-          inkscape:connector-curvature="0"

-          id="path13114-5"

-          d="m 388.04436,786.31224 10.75944,0 c 0,0 0,-1.24147 -1.24147,-2.06912 -4.13825,-2.06912 -8.03843,-0.0397 -8.03843,-0.0397 -1.24148,0.82764 -1.47954,2.1088 -1.47954,2.1088 z"

-          style="fill:#eff0f1;fill-opacity:1;stroke:#79818b;stroke-width:1.24147332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />

-       <path

-          style="fill:#ffffff;fill-opacity:1;stroke:#79818b;stroke-width:1.24147332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-          d="m 319.76333,729.61829 -0.37875,3.57713 71.63371,0.11222 -0.49098,-3.68935 z"

-          id="path13513"

-          inkscape:connector-curvature="0"

-          sodipodi:nodetypes="ccccc" />

-       <path

-          style="fill:#ffffff;fill-opacity:1;stroke:#79818b;stroke-width:1.24147332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-          d="m 375.25088,770.65991 0.37875,9.44497 10.34561,0 -0.70208,-9.44497 z"

-          id="path13585"

-          inkscape:connector-curvature="0"

-          sodipodi:nodetypes="ccccc" />

-       <path

-          style="fill:none;stroke:#79818b;stroke-width:1.24147332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-          d="m 378.86526,752.97404 1.70221,27.13084 5.40777,0 -2.02553,-27.13084 z"

-          id="path13616"

-          inkscape:connector-curvature="0"

-          sodipodi:nodetypes="ccccc" />

-       <path

-          style="fill:#ffffff;fill-opacity:1;stroke:#79818b;stroke-width:1.24147332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-          d="m 355.13601,746.17127 c -10e-4,3.14226 -10e-4,8.21337 -0.0643,10.34561 7.31558,0 6.24945,-10.34561 0.0643,-10.34561 z"

-          id="path13640"

-          inkscape:connector-curvature="0"

-          sodipodi:nodetypes="ccc" />

-       <path

-          style="fill:none;stroke:#79818b;stroke-width:1.24147332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-          d="m 355.13601,746.17127 c -3.12174,0 -4.93635,2.65139 -5.03722,5.26967 3.23308,-0.0518 5.8298,0.0325 10.06647,-0.12334 -0.13627,-2.57755 -1.94724,-5.14633 -5.02925,-5.14633 z"

-          id="path13653"

-          inkscape:connector-curvature="0"

-          sodipodi:nodetypes="cccc" />

-       <path

-          style="fill:#ffffff;fill-opacity:1;stroke:#79818b;stroke-width:1.24147332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-          d="m 349.97251,767.69014 c 0.47106,-8.26307 9.97086,-8.26799 10.34562,0 -3.12013,-0.0584 -6.92912,-0.0385 -10.34562,0 z"

-          id="path13666"

-          inkscape:connector-curvature="0"

-          sodipodi:nodetypes="ccc" />

-       <path

-          style="fill:none;stroke:#79818b;stroke-width:1.24147332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-          d="m 355.09983,761.49176 c 2.50787,-0.0464 5.02886,2.01906 5.2183,6.19838 0.47612,10.50432 0.95816,18.6221 0.95816,18.6221 l -6.14149,-0.0101 c 0,-3.06409 0,-20.93799 -0.035,-24.8104 z"

-          id="path13679"

-          inkscape:connector-curvature="0"

-          sodipodi:nodetypes="csccc" />

-       <path

-          style="fill:#79818b;fill-opacity:1;stroke:#79818b;stroke-width:0.16461837;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-          d="m 353.25448,777.39212 c -0.81767,0 -0.95904,1.37182 -0.009,1.37182 0.97004,0 0.82867,-1.37182 0.009,-1.37182 z"

-          id="path13692"

-          inkscape:connector-curvature="0"

-          sodipodi:nodetypes="ccc" />

-       <path

-          sodipodi:nodetypes="ccc"

-          inkscape:connector-curvature="0"

-          id="path13705"

-          d="m 357.07008,777.39212 c -0.81767,0 -0.95904,1.37182 -0.009,1.37182 0.97004,0 0.82868,-1.37182 0.009,-1.37182 z"

-          style="fill:#79818b;fill-opacity:1;stroke:#79818b;stroke-width:0.16461837;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />

-       <path

-          sodipodi:nodetypes="ccccc"

-          inkscape:connector-curvature="0"

-          id="path12248-4"

-          d="m 301.83079,765.5853 10.16813,0 -1.01434,14.48385 -10.34561,0 z"

-          style="fill:#ffffff;fill-opacity:1;stroke:#79818b;stroke-width:1.24147332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />

-       <path

-          style="fill:#ffffff;fill-opacity:1;stroke:#79818b;stroke-width:1.24147332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-          d="m 301.83079,765.5853 5.32754,0 -1.01434,14.48385 -5.50502,0 z"

-          id="path13526-0"

-          inkscape:connector-curvature="0"

-          sodipodi:nodetypes="ccccc" />

-       <path

-          style="fill:none;stroke:#79818b;stroke-width:1.24147332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-          d="m 301.27532,772.6478 10.16813,0 -0.45887,7.42135 -10.34561,0 z"

-          id="path13539-6"

-          inkscape:connector-curvature="0"

-          sodipodi:nodetypes="ccccc" />

-       <g

-          transform="matrix(0.41382445,0,0,0.41382445,303.16027,699.11781)"

-          id="g14018"

-          style="fill:#ffffff;fill-opacity:1;stroke:#79818b">

-         <path

-            style="fill:#ffffff;fill-opacity:1;stroke:#79818b;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-            d="m 230.67562,160.91107 2.10934,35 18.61708,0 c 4.45244,-4.44426 4.41622,-4.98799 5.27939,-12.35939 l -1.78714,-22.64061 z"

-            id="path12250-8"

-            inkscape:connector-curvature="0"

-            sodipodi:nodetypes="cccccc" />

-         <path

-            sodipodi:nodetypes="cccccc"

-            inkscape:connector-curvature="0"

-            id="path13585-9"

-            d="m 231.86971,178.09751 0.91525,17.81356 17.99083,0 c 3.54423,-3.72874 4.29754,-7.93072 5.76825,-13.02927 l -0.45566,-4.78429 z"

-            style="fill:#ffffff;fill-opacity:1;stroke:#79818b;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />

-         <path

-            sodipodi:nodetypes="cccccc"

-            inkscape:connector-curvature="0"

-            id="path13616-5"

-            d="m 242.60781,160.91107 2.10934,35 7.43639,0 c 2.69157,-3.44908 3.44549,-5.79565 4.90442,-11.63899 l -2.16367,-23.36101 z"

-            style="fill:none;stroke:#79818b;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />

-       </g>

-       <path

-          sodipodi:nodetypes="ccccc"

-          inkscape:connector-curvature="0"

-          id="path13950"

-          d="m 374.62889,760.91552 1.00074,19.18936 10.34561,0 -1.32406,-19.18936 z"

-          style="fill:none;stroke:#79818b;stroke-width:1.24147332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />

-       <path

-          style="fill:#ffffff;fill-opacity:1;stroke:#79818b;stroke-width:1.24147332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-          d="m 336.42395,752.97404 -1.7022,27.13084 -10.34561,0 2.02553,-27.13084 z"

-          id="path13985"

-          inkscape:connector-curvature="0"

-          sodipodi:nodetypes="ccccc" />

-       <path

-          sodipodi:nodetypes="ccccc"

-          inkscape:connector-curvature="0"

-          id="path13987"

-          d="m 335.1005,770.65991 -0.37875,9.44497 -10.34561,0 0.70208,-9.44497 z"

-          style="fill:#ffffff;fill-opacity:1;stroke:#79818b;stroke-width:1.24147332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />

-       <path

-          sodipodi:nodetypes="ccccc"

-          inkscape:connector-curvature="0"

-          id="path13989"

-          d="m 331.48612,752.97404 -1.70221,27.13084 -5.40777,0 2.02553,-27.13084 z"

-          style="fill:none;stroke:#79818b;stroke-width:1.24147332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />

-       <path

-          style="fill:none;stroke:#79818b;stroke-width:1.24147332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-          d="m 335.72248,760.91552 -1.00073,19.18936 -10.34561,0 1.32406,-19.18936 z"

-          id="path13991"

-          inkscape:connector-curvature="0"

-          sodipodi:nodetypes="ccccc" />

-       <path

-          inkscape:export-ydpi="90"

-          inkscape:export-xdpi="90"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-          style="fill:#79818b;fill-opacity:1;stroke:none;display:inline"

-          id="path14055"

-          d="m 298.23288,786.95909 -0.0733,14.14487 0.002,0.002 c 0.018,7.25288 5.89931,13.12463 13.1566,13.12463 0.0203,0 0.0408,-0.002 0.0622,-0.002 l 0.004,0.002 44.67012,0 0,0 c 20.70777,-0.008 38.87203,-10.89007 49.09239,-27.24591 -24.19309,-0.0472 -84.10779,-0.27247 -106.91324,-0.0251 z"

-          inkscape:connector-curvature="0"

-          sodipodi:nodetypes="cccscccccc" />

-       <path

-          sodipodi:nodetypes="ccccc"

-          inkscape:connector-curvature="0"

-          id="path14057"

-          d="m 300.47472,787.71511 0.0126,2.76855 99.81564,0.0303 2.07328,-2.90259 z"

-          style="fill:#ffffff;fill-opacity:1;stroke:none" />

-       <path

-          sodipodi:nodetypes="ccccc"

-          inkscape:connector-curvature="0"

-          id="path14057-9"

-          d="m 300.4784,791.80983 0,3.18321 96.16964,2e-5 2.65753,-2.96331 z"

-          style="fill:#eff0f1;fill-opacity:1;stroke:none" />

-       <path

-          sodipodi:nodetypes="ccccc"

-          inkscape:connector-curvature="0"

-          id="path14057-9-5"

-          d="m 300.53071,796.37208 0.004,3.00625 91.40541,-0.0303 3.39144,-3.07956 z"

-          style="fill:#dfe0e3;fill-opacity:1;stroke:none" />

-       <path

-          sodipodi:nodetypes="ccccc"

-          inkscape:connector-curvature="0"

-          id="path14057-9-5-3"

-          d="m 300.56377,800.98408 0.0523,2.79891 85.20778,0.14661 4.89383,-3.18322 z"

-          style="fill:#c4c7cc;fill-opacity:1;stroke:none" />

-       <path

-          sodipodi:nodetypes="ccccc"

-          inkscape:connector-curvature="0"

-          id="path14057-9-5-3-9"

-          d="m 300.98702,805.39082 1.18528,2.66489 75.56184,-0.0733 5.93568,-2.9026 z"

-          style="fill:#9a9fa6;fill-opacity:1;stroke:none" />

-       <path

-          sodipodi:nodetypes="ccccc"

-          inkscape:connector-curvature="0"

-          id="path14057-9-5-3-9-3"

-          d="m 303.16528,809.58817 3.7413,2.59159 58.87933,-0.10366 9.02045,-2.79893 z"

-          style="fill:#79818b;fill-opacity:1;stroke:none" />

-     </g>

-     <path

-        inkscape:export-ydpi="90"

-        inkscape:export-xdpi="90"

-        inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-        transform="matrix(1.7480563,0,0,1.7480563,-35.203449,685.51267)"

-        inkscape:connector-curvature="0"

-        d="m 134.00002,125.00183 c 0,-21.53997 -17.46062,-39.00185 -38.999836,-39.00185 -21.529216,0 -38.982968,17.44751 -38.998584,38.97439 l -0.0016,-10e-4 0,30.18098 0.0016,9.9e-4 c 0.01184,4.88773 3.975508,8.84465 8.866181,8.84465 0.01374,0 0.02745,-9.9e-4 0.04187,-9.9e-4 l 0.0024,9.9e-4 30.10304,0 0,0 c 21.533049,-0.009 38.984919,-17.46443 38.984919,-38.99816 z"

-        id="path6672-84"

-        style="fill:#db3279;fill-opacity:1;stroke:#58595b;stroke-width:4.50271511;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter2620-9-69)"

-        clip-path="none" />

-     <path

-        inkscape:export-ydpi="90"

-        inkscape:export-xdpi="90"

-        inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-        inkscape:connector-curvature="0"

-        id="path6674-49"

-        d="m 130.86191,831.56231 c -39.37308,0 -71.344747,31.86657 -71.615701,71.17863 -3.38e-4,0.0555 2.7e-4,0.10848 0,0.1639 a 3.4964621,3.4964621 0 0 0 -0.05475,0.1639 c -6.7e-5,0.0371 6.8e-5,0.0723 0,0.10929 l 0,52.76953 a 3.4964621,3.4964621 0 0 0 0.273118,1.3656 3.4964621,3.4964621 0 0 0 0,0.054 c 0.751969,9.3026 8.151154,16.611 17.480614,17.262 0.05813,0 0.105301,0.052 0.163831,0.054 a 3.4964621,3.4964621 0 0 0 0.163897,0.054 3.4964621,3.4964621 0 0 0 0.928641,0.1639 3.4964621,3.4964621 0 0 0 0.05475,0 l 52.6056,0 a 3.4964621,3.4964621 0 0 0 0.0547,0 c 39.21094,-0.016 70.99438,-31.6493 71.50642,-70.74162 a 3.4964621,3.4964621 0 0 0 0.0547,-0.21851 c 3.4e-4,-0.0365 -3.3e-4,-0.0723 0,-0.10922 a 3.4964621,3.4964621 0 0 0 0.0548,-0.60092 c 0,-39.54246 -32.12901,-71.67032 -71.67032,-71.67032 z"

-        style="font-size:xx-small;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:sans-serif;-inkscape-font-specification:sans-serif"

-        clip-path="none" />

-     <path

-        inkscape:export-ydpi="90"

-        inkscape:export-xdpi="90"

-        inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-        style="fill:url(#radialGradient25209);fill-opacity:1;stroke:none;display:inline"

-        id="path6676-2"

-        d="m 182.02279,904.02205 c 0,-28.25684 -22.90539,-51.16392 -51.16128,-51.16392 -28.24278,0 -51.13911,22.88829 -51.159656,51.12789 l 0,0 0,39.59244 0,0 c 0.01622,6.4118 5.215256,11.6028 11.630986,11.6028 0.0176,0 0.0358,0 0.0547,0 l 0,0 39.49014,0 0,0 c 28.24778,-0.011 51.14168,-22.9105 51.14168,-51.15921 z"

-        inkscape:connector-curvature="0"

-        sodipodi:nodetypes="csccccscccccc"

-        clip-path="none" />

-     <path

-        inkscape:export-ydpi="90"

-        inkscape:export-xdpi="90"

-        inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-        style="fill:#ffffff;fill-opacity:1;stroke:#e59728;stroke-width:7.87099981;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"

-        id="path6678-91"

-        d="m 191.68349,904.02239 c 0,-33.59234 -27.23046,-60.82477 -60.82164,-60.82477 -33.57557,0 -60.795354,27.20999 -60.819685,60.78191 l 0,0 0,47.06833 0,0 c 0.01825,7.6225 6.199927,13.7936 13.827145,13.7936 0.0209,0 0.0426,0 0.0656,0 l 0.007,0 46.94671,0 0,0 c 33.58057,-0.014 60.79738,-27.2364 60.79738,-60.81907 z"

-        inkscape:connector-curvature="0"

-        clip-path="none" />

-     <path

-        inkscape:export-ydpi="90"

-        inkscape:export-xdpi="90"

-        inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-        style="fill:#ebb05d;fill-opacity:1;stroke:none;display:inline"

-        id="path25201"

-        d="m 182.02279,904.02205 c 0,-28.25684 -22.90539,-51.16392 -51.16128,-51.16392 -28.24278,0 -51.13911,22.88829 -51.159656,51.12789 l 0,0 0,39.59244 0,0 c 0.01622,6.4118 5.215256,11.6028 11.630986,11.6028 0.0182,0 0.0358,0 0.0547,0 l 0,0 39.49014,0 0,0 c 28.24778,-0.011 51.14168,-22.9105 51.14168,-51.15921 z"

-        inkscape:connector-curvature="0"

-        sodipodi:nodetypes="csccccscccccc" />

-     <path

-        sodipodi:nodetypes="csccccscccccc"

-        inkscape:connector-curvature="0"

-        d="m 182.02279,904.02205 c 0,-28.25684 -22.90539,-51.16392 -51.16128,-51.16392 -28.24278,0 -51.13911,22.88829 -51.159656,51.12789 l 0,0 0,39.59244 0,0 c 0.01622,6.4118 5.215256,11.6028 11.630986,11.6028 0.0182,0 0.0358,0 0.0547,0 l 0,0 39.49014,0 0,0 c 28.24778,-0.011 51.14168,-22.9105 51.14168,-51.15921 z"

-        id="path25280"

-        style="fill:url(#linearGradient25300);fill-opacity:1;stroke:none;display:inline"

-        inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-        inkscape:export-xdpi="90"

-        inkscape:export-ydpi="90" />

-     <g

-        id="g24799-7-4-2"

-        transform="matrix(0.28771164,0,0,0.28771164,28.675612,789.52259)"

-        style="fill:#ebb05d;fill-opacity:1;stroke:#fdf6ed;stroke-linejoin:round;display:inline"

-        clip-path="url(#clipPath25265)">

-       <path

-          sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"

-          inkscape:connector-curvature="0"

-          id="path24132-3-2-2"

-          d="m 170.52908,307.27041 -30,30 20,20 -10,10 -20,-20 -29.99999,30 20,20 -20,20 29.99999,30 20,-20 10,10 -20,20 30,30 30,-30 -20,-20 10,-10 20,20 30,-30 -20,-20 20,-20 -30,-30 -20,20 -10,-10 20,-20 z m 0,20 10,10 -10,10 -10,-10 z m -40,40 10,10 -10,10 -9.99999,-10 z m 40,0 10,10 -10,10 -10,-10 z m 40,0 10,10 -10,10 -10,-10 z m -20,20 10,10 -10,10 -10,-10 z m -40,0 10,10 -10,10 -10,-10 z m -20,20 10,10 -10,10 -9.99999,-10 z m 40,0 10,10 -10,10 -10,-10 z m 40,0 10,10 -10,10 -10,-10 z m -40,40 10,10 -10,10 -10,-10 z"

-          style="fill:#ebb05d;fill-opacity:1;stroke:#fdf6ed;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />

-       <path

-          style="fill:#ebb05d;fill-opacity:1;stroke:#fdf6ed;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-          d="m 170.52908,307.27041 -30,30 40,40 10,-10 -10,10 -10,10 10,10 -20,-20 -20,20 -10,-10 -9.99999,-10 9.99999,-10 10,10 10,-10 -20,-20 -29.99999,30 29.99999,30 -9.99999,10 9.99999,10 30,-30 10,10 -20,20 20,20 -10,-10 -20,20 30,30 30,-30 -30,-30 30,-30 10,10 -20,20 20,20 30,-30 -30,-30 10,-10 -10,-10 -10,10 10,-10 10,10 -10,10 10,10 20,-20 -30,-30 c -6.66667,6.66667 -13.33333,13.33333 -20,20 l -30,-30 10,-10 10,10 -10,10 10,10 20,-20 z m -40,60 10,10 -10,10 -9.99999,-10 z m 80,0 10,10 -10,10 -10,-10 z m -10,10 -10,10 10,10 -10,10 -10,-10 z m -50,10 10,10 -10,10 -10,-10 z m -20,20 10,10 -10,10 -9.99999,-10 z m 40,0 10,10 -10,10 -10,-10 z m 40,0 10,10 -10,10 -10,-10 z m -40,40 10,10 -10,10 -10,-10 z"

-          id="path24749-5-2-9"

-          inkscape:connector-curvature="0"

-          sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />

-     </g>

-     <g

-        id="g24799-0"

-        transform="matrix(0.28771164,0,0,0.28771164,51.938265,823.92583)"

-        style="fill:#ebb05d;fill-opacity:1;stroke:#fdf6ed;stroke-linejoin:round;display:inline"

-        clip-path="url(#clipPath25261)">

-       <path

-          sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"

-          inkscape:connector-curvature="0"

-          id="path24132-71"

-          d="m 170.52908,307.27041 -30,30 20,20 -10,10 -20,-20 -29.99999,30 20,20 -20,20 29.99999,30 20,-20 10,10 -20,20 30,30 30,-30 -20,-20 10,-10 20,20 30,-30 -20,-20 20,-20 -30,-30 -20,20 -10,-10 20,-20 z m 0,20 10,10 -10,10 -10,-10 z m -40,40 10,10 -10,10 -9.99999,-10 z m 40,0 10,10 -10,10 -10,-10 z m 40,0 10,10 -10,10 -10,-10 z m -20,20 10,10 -10,10 -10,-10 z m -40,0 10,10 -10,10 -10,-10 z m -20,20 10,10 -10,10 -9.99999,-10 z m 40,0 10,10 -10,10 -10,-10 z m 40,0 10,10 -10,10 -10,-10 z m -40,40 10,10 -10,10 -10,-10 z"

-          style="fill:#ebb05d;fill-opacity:1;stroke:#fdf6ed;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />

-       <path

-          style="fill:#ebb05d;fill-opacity:1;stroke:#fdf6ed;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-          d="m 170.52908,307.27041 -30,30 40,40 10,-10 -10,10 -10,10 10,10 -20,-20 -20,20 -10,-10 -9.99999,-10 9.99999,-10 10,10 10,-10 -20,-20 -29.99999,30 29.99999,30 -9.99999,10 9.99999,10 30,-30 10,10 -20,20 20,20 -10,-10 -20,20 30,30 30,-30 -30,-30 30,-30 10,10 -20,20 20,20 30,-30 -30,-30 10,-10 -10,-10 -10,10 10,-10 10,10 -10,10 10,10 20,-20 -30,-30 c -6.66667,6.66667 -13.33333,13.33333 -20,20 l -30,-30 10,-10 10,10 -10,10 10,10 20,-20 z m -40,60 10,10 -10,10 -9.99999,-10 z m 80,0 10,10 -10,10 -10,-10 z m -10,10 -10,10 10,10 -10,10 -10,-10 z m -50,10 10,10 -10,10 -10,-10 z m -20,20 10,10 -10,10 -9.99999,-10 z m 40,0 10,10 -10,10 -10,-10 z m 40,0 10,10 -10,10 -10,-10 z m -40,40 10,10 -10,10 -10,-10 z"

-          id="path24749-7"

-          inkscape:connector-curvature="0"

-          sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />

-     </g>

-     <g

-        id="g24799-7-42"

-        transform="matrix(0.28771164,0,0,0.28771164,98.92904,823.8529)"

-        clip-path="url(#clipPath25257)"

-        style="fill:#ebb05d;fill-opacity:1;stroke:#fdf6ed;stroke-linejoin:round;display:inline">

-       <path

-          sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"

-          inkscape:connector-curvature="0"

-          id="path24132-3-19"

-          d="m 170.52908,307.27041 -30,30 20,20 -10,10 -20,-20 -29.99999,30 20,20 -20,20 29.99999,30 20,-20 10,10 -20,20 30,30 30,-30 -20,-20 10,-10 20,20 30,-30 -20,-20 20,-20 -30,-30 -20,20 -10,-10 20,-20 z m 0,20 10,10 -10,10 -10,-10 z m -40,40 10,10 -10,10 -9.99999,-10 z m 40,0 10,10 -10,10 -10,-10 z m 40,0 10,10 -10,10 -10,-10 z m -20,20 10,10 -10,10 -10,-10 z m -40,0 10,10 -10,10 -10,-10 z m -20,20 10,10 -10,10 -9.99999,-10 z m 40,0 10,10 -10,10 -10,-10 z m 40,0 10,10 -10,10 -10,-10 z m -40,40 10,10 -10,10 -10,-10 z"

-          style="fill:#ebb05d;fill-opacity:1;stroke:#fdf6ed;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />

-       <path

-          style="fill:#ebb05d;fill-opacity:1;stroke:#fdf6ed;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-          d="m 170.52908,307.27041 -30,30 40,40 10,-10 -10,10 -10,10 10,10 -20,-20 -20,20 -10,-10 -9.99999,-10 9.99999,-10 10,10 10,-10 -20,-20 -29.99999,30 29.99999,30 -9.99999,10 9.99999,10 30,-30 10,10 -20,20 20,20 -10,-10 -20,20 30,30 30,-30 -30,-30 30,-30 10,10 -20,20 20,20 30,-30 -30,-30 10,-10 -10,-10 -10,10 10,-10 10,10 -10,10 10,10 20,-20 -30,-30 c -6.66667,6.66667 -13.33333,13.33333 -20,20 l -30,-30 10,-10 10,10 -10,10 10,10 20,-20 z m -40,60 10,10 -10,10 -9.99999,-10 z m 80,0 10,10 -10,10 -10,-10 z m -10,10 -10,10 10,10 -10,10 -10,-10 z m -50,10 10,10 -10,10 -10,-10 z m -20,20 10,10 -10,10 -9.99999,-10 z m 40,0 10,10 -10,10 -10,-10 z m 40,0 10,10 -10,10 -10,-10 z m -40,40 10,10 -10,10 -10,-10 z"

-          id="path24749-5-42"

-          inkscape:connector-curvature="0"

-          sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />

-     </g>

-     <g

-        id="g24799-1-5"

-        transform="matrix(0.28771164,0,0,0.28771164,75.521956,858.49532)"

-        clip-path="url(#clipPath25253)"

-        style="fill:#ebb05d;fill-opacity:1;stroke:#fdf6ed;stroke-linejoin:round;display:inline">

-       <path

-          sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"

-          inkscape:connector-curvature="0"

-          id="path24132-7-34"

-          d="m 170.52908,307.27041 -30,30 20,20 -10,10 -20,-20 -29.99999,30 20,20 -20,20 29.99999,30 20,-20 10,10 -20,20 30,30 30,-30 -20,-20 10,-10 20,20 30,-30 -20,-20 20,-20 -30,-30 -20,20 -10,-10 20,-20 z m 0,20 10,10 -10,10 -10,-10 z m -40,40 10,10 -10,10 -9.99999,-10 z m 40,0 10,10 -10,10 -10,-10 z m 40,0 10,10 -10,10 -10,-10 z m -20,20 10,10 -10,10 -10,-10 z m -40,0 10,10 -10,10 -10,-10 z m -20,20 10,10 -10,10 -9.99999,-10 z m 40,0 10,10 -10,10 -10,-10 z m 40,0 10,10 -10,10 -10,-10 z m -40,40 10,10 -10,10 -10,-10 z"

-          style="fill:#ebb05d;fill-opacity:1;stroke:#fdf6ed;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />

-       <path

-          style="fill:#ebb05d;fill-opacity:1;stroke:#fdf6ed;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-          d="m 170.52908,307.27041 -30,30 40,40 10,-10 -10,10 -10,10 10,10 -20,-20 -20,20 -10,-10 -9.99999,-10 9.99999,-10 10,10 10,-10 -20,-20 -29.99999,30 29.99999,30 -9.99999,10 9.99999,10 30,-30 10,10 -20,20 20,20 -10,-10 -20,20 30,30 30,-30 -30,-30 30,-30 10,10 -20,20 20,20 30,-30 -30,-30 10,-10 -10,-10 -10,10 10,-10 10,10 -10,10 10,10 20,-20 -30,-30 c -6.66667,6.66667 -13.33333,13.33333 -20,20 l -30,-30 10,-10 10,10 -10,10 10,10 20,-20 z m -40,60 10,10 -10,10 -9.99999,-10 z m 80,0 10,10 -10,10 -10,-10 z m -10,10 -10,10 10,10 -10,10 -10,-10 z m -50,10 10,10 -10,10 -10,-10 z m -20,20 10,10 -10,10 -9.99999,-10 z m 40,0 10,10 -10,10 -10,-10 z m 40,0 10,10 -10,10 -10,-10 z m -40,40 10,10 -10,10 -10,-10 z"

-          id="path24749-1-6"

-          inkscape:connector-curvature="0"

-          sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />

-     </g>

-     <g

-        id="g24799-6-83"

-        transform="matrix(0.28771164,0,0,0.28771164,75.521956,789.93386)"

-        style="fill:#ebb05d;fill-opacity:1;stroke:#fdf6ed;display:inline"

-        clip-path="none">

-       <path

-          sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"

-          inkscape:connector-curvature="0"

-          id="path24132-5-92"

-          d="m 170.52908,307.27041 -30,30 20,20 -10,10 -20,-20 -29.99999,30 20,20 -20,20 29.99999,30 20,-20 10,10 -20,20 30,30 30,-30 -20,-20 10,-10 20,20 30,-30 -20,-20 20,-20 -30,-30 -20,20 -10,-10 20,-20 z m 0,20 10,10 -10,10 -10,-10 z m -40,40 10,10 -10,10 -9.99999,-10 z m 40,0 10,10 -10,10 -10,-10 z m 40,0 10,10 -10,10 -10,-10 z m -20,20 10,10 -10,10 -10,-10 z m -40,0 10,10 -10,10 -10,-10 z m -20,20 10,10 -10,10 -9.99999,-10 z m 40,0 10,10 -10,10 -10,-10 z m 40,0 10,10 -10,10 -10,-10 z m -40,40 10,10 -10,10 -10,-10 z"

-          style="fill:#ebb05d;fill-opacity:1;stroke:#fdf6ed;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />

-       <path

-          style="fill:#ebb05d;fill-opacity:1;stroke:#fdf6ed;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-          d="m 170.52908,307.27041 -30,30 40,40 10,-10 -10,10 -10,10 10,10 -20,-20 -20,20 -10,-10 -9.99999,-10 9.99999,-10 10,10 10,-10 -20,-20 -29.99999,30 29.99999,30 -9.99999,10 9.99999,10 30,-30 10,10 -20,20 20,20 -10,-10 -20,20 30,30 30,-30 -30,-30 30,-30 10,10 -20,20 20,20 30,-30 -30,-30 10,-10 -10,-10 -10,10 10,-10 10,10 -10,10 10,10 20,-20 -30,-30 c -6.66667,6.66667 -13.33333,13.33333 -20,20 l -30,-30 10,-10 10,10 -10,10 10,10 20,-20 z m -40,60 10,10 -10,10 -9.99999,-10 z m 80,0 10,10 -10,10 -10,-10 z m -10,10 -10,10 10,10 -10,10 -10,-10 z m -50,10 10,10 -10,10 -10,-10 z m -20,20 10,10 -10,10 -9.99999,-10 z m 40,0 10,10 -10,10 -10,-10 z m 40,0 10,10 -10,10 -10,-10 z m -40,40 10,10 -10,10 -10,-10 z"

-          id="path24749-4-0"

-          inkscape:connector-curvature="0"

-          sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />

-     </g>

-     <g

-        id="g24799-7-0"

-        transform="matrix(0.28771164,0,0,0.28771164,75.592922,720.57806)"

-        clip-path="url(#clipPath25249)"

-        style="fill:#ebb05d;fill-opacity:1;stroke:#fdf6ed;stroke-linejoin:round;display:inline">

-       <path

-          sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"

-          inkscape:connector-curvature="0"

-          id="path24132-3-29"

-          d="m 170.52908,307.27041 -30,30 20,20 -10,10 -20,-20 -29.99999,30 20,20 -20,20 29.99999,30 20,-20 10,10 -20,20 30,30 30,-30 -20,-20 10,-10 20,20 30,-30 -20,-20 20,-20 -30,-30 -20,20 -10,-10 20,-20 z m 0,20 10,10 -10,10 -10,-10 z m -40,40 10,10 -10,10 -9.99999,-10 z m 40,0 10,10 -10,10 -10,-10 z m 40,0 10,10 -10,10 -10,-10 z m -20,20 10,10 -10,10 -10,-10 z m -40,0 10,10 -10,10 -10,-10 z m -20,20 10,10 -10,10 -9.99999,-10 z m 40,0 10,10 -10,10 -10,-10 z m 40,0 10,10 -10,10 -10,-10 z m -40,40 10,10 -10,10 -10,-10 z"

-          style="fill:#ebb05d;fill-opacity:1;stroke:#fdf6ed;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />

-       <path

-          style="fill:#ebb05d;fill-opacity:1;stroke:#fdf6ed;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-          d="m 170.52908,307.27041 -30,30 40,40 10,-10 -10,10 -10,10 10,10 -20,-20 -20,20 -10,-10 -9.99999,-10 9.99999,-10 10,10 10,-10 -20,-20 -29.99999,30 29.99999,30 -9.99999,10 9.99999,10 30,-30 10,10 -20,20 20,20 -10,-10 -20,20 30,30 30,-30 -30,-30 30,-30 10,10 -20,20 20,20 30,-30 -30,-30 10,-10 -10,-10 -10,10 10,-10 10,10 -10,10 10,10 20,-20 -30,-30 c -6.66667,6.66667 -13.33333,13.33333 -20,20 l -30,-30 10,-10 10,10 -10,10 10,10 20,-20 z m -40,60 10,10 -10,10 -9.99999,-10 z m 80,0 10,10 -10,10 -10,-10 z m -10,10 -10,10 10,10 -10,10 -10,-10 z m -50,10 10,10 -10,10 -10,-10 z m -20,20 10,10 -10,10 -9.99999,-10 z m 40,0 10,10 -10,10 -10,-10 z m 40,0 10,10 -10,10 -10,-10 z m -40,40 10,10 -10,10 -10,-10 z"

-          id="path24749-5-1"

-          inkscape:connector-curvature="0"

-          sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />

-     </g>

-     <g

-        id="g24799-1-12"

-        transform="matrix(0.28771164,0,0,0.28771164,52.185903,755.22048)"

-        style="fill:#ebb05d;fill-opacity:1;stroke:#fdf6ed;stroke-linejoin:round;display:inline"

-        clip-path="url(#clipPath25245)">

-       <path

-          sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"

-          inkscape:connector-curvature="0"

-          id="path24132-7-5"

-          d="m 170.52908,307.27041 -30,30 20,20 -10,10 -20,-20 -29.99999,30 20,20 -20,20 29.99999,30 20,-20 10,10 -20,20 30,30 30,-30 -20,-20 10,-10 20,20 30,-30 -20,-20 20,-20 -30,-30 -20,20 -10,-10 20,-20 z m 0,20 10,10 -10,10 -10,-10 z m -40,40 10,10 -10,10 -9.99999,-10 z m 40,0 10,10 -10,10 -10,-10 z m 40,0 10,10 -10,10 -10,-10 z m -20,20 10,10 -10,10 -10,-10 z m -40,0 10,10 -10,10 -10,-10 z m -20,20 10,10 -10,10 -9.99999,-10 z m 40,0 10,10 -10,10 -10,-10 z m 40,0 10,10 -10,10 -10,-10 z m -40,40 10,10 -10,10 -10,-10 z"

-          style="fill:#ebb05d;fill-opacity:1;stroke:#fdf6ed;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />

-       <path

-          style="fill:#ebb05d;fill-opacity:1;stroke:#fdf6ed;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-          d="m 170.52908,307.27041 -30,30 40,40 10,-10 -10,10 -10,10 10,10 -20,-20 -20,20 -10,-10 -9.99999,-10 9.99999,-10 10,10 10,-10 -20,-20 -29.99999,30 29.99999,30 -9.99999,10 9.99999,10 30,-30 10,10 -20,20 20,20 -10,-10 -20,20 30,30 30,-30 -30,-30 30,-30 10,10 -20,20 20,20 30,-30 -30,-30 10,-10 -10,-10 -10,10 10,-10 10,10 -10,10 10,10 20,-20 -30,-30 c -6.66667,6.66667 -13.33333,13.33333 -20,20 l -30,-30 10,-10 10,10 -10,10 10,10 20,-20 z m -40,60 10,10 -10,10 -9.99999,-10 z m 80,0 10,10 -10,10 -10,-10 z m -10,10 -10,10 10,10 -10,10 -10,-10 z m -50,10 10,10 -10,10 -10,-10 z m -20,20 10,10 -10,10 -9.99999,-10 z m 40,0 10,10 -10,10 -10,-10 z m 40,0 10,10 -10,10 -10,-10 z m -40,40 10,10 -10,10 -10,-10 z"

-          id="path24749-1-8"

-          inkscape:connector-curvature="0"

-          sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />

-     </g>

-     <g

-        id="g24799-2-88"

-        transform="matrix(0.28771164,0,0,0.28771164,98.89025,755.36437)"

-        clip-path="url(#clipPath25241)"

-        style="fill:#ebb05d;fill-opacity:1;stroke:#fdf6ed;stroke-linejoin:round;display:inline">

-       <path

-          sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"

-          inkscape:connector-curvature="0"

-          id="path24132-2-5"

-          d="m 170.52908,307.27041 -30,30 20,20 -10,10 -20,-20 -29.99999,30 20,20 -20,20 29.99999,30 20,-20 10,10 -20,20 30,30 30,-30 -20,-20 10,-10 20,20 30,-30 -20,-20 20,-20 -30,-30 -20,20 -10,-10 20,-20 z m 0,20 10,10 -10,10 -10,-10 z m -40,40 10,10 -10,10 -9.99999,-10 z m 40,0 10,10 -10,10 -10,-10 z m 40,0 10,10 -10,10 -10,-10 z m -20,20 10,10 -10,10 -10,-10 z m -40,0 10,10 -10,10 -10,-10 z m -20,20 10,10 -10,10 -9.99999,-10 z m 40,0 10,10 -10,10 -10,-10 z m 40,0 10,10 -10,10 -10,-10 z m -40,40 10,10 -10,10 -10,-10 z"

-          style="fill:#ebb05d;fill-opacity:1;stroke:#fdf6ed;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />

-       <path

-          style="fill:#ebb05d;fill-opacity:1;stroke:#fdf6ed;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-          d="m 170.52908,307.27041 -30,30 40,40 10,-10 -10,10 -10,10 10,10 -20,-20 -20,20 -10,-10 -9.99999,-10 9.99999,-10 10,10 10,-10 -20,-20 -29.99999,30 29.99999,30 -9.99999,10 9.99999,10 30,-30 10,10 -20,20 20,20 -10,-10 -20,20 30,30 30,-30 -30,-30 30,-30 10,10 -20,20 20,20 30,-30 -30,-30 10,-10 -10,-10 -10,10 10,-10 10,10 -10,10 10,10 20,-20 -30,-30 c -6.66667,6.66667 -13.33333,13.33333 -20,20 l -30,-30 10,-10 10,10 -10,10 10,10 20,-20 z m -40,60 10,10 -10,10 -9.99999,-10 z m 80,0 10,10 -10,10 -10,-10 z m -10,10 -10,10 10,10 -10,10 -10,-10 z m -50,10 10,10 -10,10 -10,-10 z m -20,20 10,10 -10,10 -9.99999,-10 z m 40,0 10,10 -10,10 -10,-10 z m 40,0 10,10 -10,10 -10,-10 z m -40,40 10,10 -10,10 -10,-10 z"

-          id="path24749-0-99"

-          inkscape:connector-curvature="0"

-          sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />

-     </g>

-     <g

-        id="g24799-1-1-0"

-        transform="matrix(0.28771164,0,0,0.28771164,121.75063,790.17501)"

-        clip-path="url(#clipPath25237)"

-        style="fill:#ebb05d;fill-opacity:1;stroke:#fdf6ed;stroke-linejoin:round;display:inline">

-       <path

-          sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"

-          inkscape:connector-curvature="0"

-          id="path24132-7-7-4"

-          d="m 170.52908,307.27041 -30,30 20,20 -10,10 -20,-20 -29.99999,30 20,20 -20,20 29.99999,30 20,-20 10,10 -20,20 30,30 30,-30 -20,-20 10,-10 20,20 30,-30 -20,-20 20,-20 -30,-30 -20,20 -10,-10 20,-20 z m 0,20 10,10 -10,10 -10,-10 z m -40,40 10,10 -10,10 -9.99999,-10 z m 40,0 10,10 -10,10 -10,-10 z m 40,0 10,10 -10,10 -10,-10 z m -20,20 10,10 -10,10 -10,-10 z m -40,0 10,10 -10,10 -10,-10 z m -20,20 10,10 -10,10 -9.99999,-10 z m 40,0 10,10 -10,10 -10,-10 z m 40,0 10,10 -10,10 -10,-10 z m -40,40 10,10 -10,10 -10,-10 z"

-          style="fill:#ebb05d;fill-opacity:1;stroke:#fdf6ed;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />

-       <path

-          style="fill:#ebb05d;fill-opacity:1;stroke:#fdf6ed;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-          d="m 170.52908,307.27041 -30,30 40,40 10,-10 -10,10 -10,10 10,10 -20,-20 -20,20 -10,-10 -9.99999,-10 9.99999,-10 10,10 10,-10 -20,-20 -29.99999,30 29.99999,30 -9.99999,10 9.99999,10 30,-30 10,10 -20,20 20,20 -10,-10 -20,20 30,30 30,-30 -30,-30 30,-30 10,10 -20,20 20,20 30,-30 -30,-30 10,-10 -10,-10 -10,10 10,-10 10,10 -10,10 10,10 20,-20 -30,-30 c -6.66667,6.66667 -13.33333,13.33333 -20,20 l -30,-30 10,-10 10,10 -10,10 10,10 20,-20 z m -40,60 10,10 -10,10 -9.99999,-10 z m 80,0 10,10 -10,10 -10,-10 z m -10,10 -10,10 10,10 -10,10 -10,-10 z m -50,10 10,10 -10,10 -10,-10 z m -20,20 10,10 -10,10 -9.99999,-10 z m 40,0 10,10 -10,10 -10,-10 z m 40,0 10,10 -10,10 -10,-10 z m -40,40 10,10 -10,10 -10,-10 z"

-          id="path24749-1-5-7"

-          inkscape:connector-curvature="0"

-          sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />

-     </g>

-     <path

-        inkscape:export-ydpi="90"

-        inkscape:export-xdpi="90"

-        inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-        transform="matrix(1.7480563,0,0,1.7480563,223.82329,684.62903)"

-        inkscape:connector-curvature="0"

-        d="m 134.00002,125.00183 c 0,-21.53997 -17.46062,-39.00185 -38.999836,-39.00185 -21.529216,0 -38.982968,17.44751 -38.998584,38.97439 l -0.0016,-10e-4 0,30.18098 0.0016,9.9e-4 c 0.01184,4.88773 3.975508,8.84465 8.866181,8.84465 0.01374,0 0.02745,-9.9e-4 0.04187,-9.9e-4 l 0.0024,9.9e-4 30.10304,0 0,0 c 21.533049,-0.009 38.984919,-17.46443 38.984919,-38.99816 z"

-        id="path6672-97"

-        style="fill:#db3279;fill-opacity:1;stroke:#58595b;stroke-width:4.50271511;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter2620-9-6-5)" />

-     <path

-        inkscape:export-ydpi="90"

-        inkscape:export-xdpi="90"

-        inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-        inkscape:connector-curvature="0"

-        id="path6674-6"

-        d="m 389.88864,830.67867 c -39.37308,0 -71.34475,31.86657 -71.61568,71.17863 -3.9e-4,0.0554 2.4e-4,0.10847 0,0.16389 a 3.4964621,3.4964621 0 0 0 -0.0546,0.16391 c -7e-5,0.0371 3e-5,0.0723 0,0.10928 l 0,52.76938 a 3.4964621,3.4964621 0 0 0 0.27315,1.3657 3.4964621,3.4964621 0 0 0 0,0.054 c 0.75194,9.3025 8.15115,16.611 17.48055,17.2621 0.0584,0 0.10532,0.052 0.16388,0.054 a 3.4964621,3.4964621 0 0 0 0.16389,0.054 3.4964621,3.4964621 0 0 0 0.92866,0.1639 3.4964621,3.4964621 0 0 0 0.0546,0 l 52.60558,0 a 3.4964621,3.4964621 0 0 0 0.0546,0 c 39.21093,-0.016 70.99441,-31.6494 71.50642,-70.74167 a 3.4964621,3.4964621 0 0 0 0.0546,-0.21851 c 3.7e-4,-0.0365 -3e-4,-0.0723 0,-0.10921 a 3.4964621,3.4964621 0 0 0 0.0546,-0.60092 c 0,-39.54246 -32.12901,-71.67032 -71.67031,-71.67032 z"

-        style="font-size:xx-small;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:sans-serif;-inkscape-font-specification:sans-serif" />

-     <path

-        inkscape:export-ydpi="90"

-        inkscape:export-xdpi="90"

-        inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-        style="fill:url(#linearGradient10878);fill-opacity:1;stroke:none;display:inline"

-        id="path6676-0"

-        d="m 441.04955,903.1384 c 0,-28.25684 -22.90543,-51.16392 -51.16131,-51.16392 -28.24274,0 -51.13914,22.88829 -51.15964,51.1279 l -0.002,0 0,39.59238 0.002,0 c 0.0159,6.4119 5.21524,11.6027 11.63097,11.6027 0.018,0 0.036,0 0.0549,0 l 0.004,0 39.49018,0 0,0 c 28.24774,-0.01 51.14169,-22.9104 51.14169,-51.15906 z"

-        inkscape:connector-curvature="0"

-        sodipodi:nodetypes="csccccscccccc" />

-     <path

-        inkscape:export-ydpi="90"

-        inkscape:export-xdpi="90"

-        inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-        style="fill:none;stroke:#79db32;stroke-width:7.87099981;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"

-        id="path6678-9"

-        d="m 450.71026,903.13874 c 0,-33.59234 -27.23049,-60.82476 -60.8217,-60.82476 -33.57557,0 -60.7953,27.20999 -60.81968,60.78191 l -0.002,0 0,47.06837 0.002,0 c 0.0182,7.6225 6.19997,13.7935 13.82714,13.7935 0.0212,0 0.0428,0 0.0653,0 l 0.004,0 46.94676,0 0,0 c 33.58058,-0.014 60.79739,-27.2364 60.79739,-60.81902 z"

-        inkscape:connector-curvature="0" />

-     <path

-        inkscape:export-ydpi="90"

-        inkscape:export-xdpi="90"

-        inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-        transform="matrix(1.7155931,0,0,1.7155931,466.76965,509.00291)"

-        inkscape:connector-curvature="0"

-        d="m 134.00002,125.00183 c 0,-21.53997 -17.46062,-39.00185 -38.999836,-39.00185 -21.529216,0 -38.982968,17.44751 -38.998584,38.97439 l -0.0016,-10e-4 0,30.18098 0.0016,9.9e-4 c 0.01184,4.88773 3.975508,8.84465 8.866181,8.84465 0.01374,0 0.02745,-9.9e-4 0.04187,-9.9e-4 l 0.0024,9.9e-4 30.10304,0 0,0 c 21.533049,-0.009 38.984919,-17.46443 38.984919,-38.99816 z"

-        id="path6672-6"

-        style="fill:#db3279;fill-opacity:1;stroke:#58595b;stroke-width:4.50271511;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter2620-9-9)" />

-     <path

-        inkscape:export-ydpi="90"

-        inkscape:export-xdpi="90"

-        inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-        inkscape:connector-curvature="0"

-        id="path6674-4"

-        d="m 629.75101,652.34026 c -38.64188,0 -70.01981,31.27477 -70.28571,69.8568 -3.8e-4,0.0544 2.5e-4,0.10646 0,0.16083 a 3.4315293,3.4315293 0 0 0 -0.0536,0.16086 c -8e-5,0.0364 3e-5,0.071 0,0.10722 l 0,51.78941 a 3.4315293,3.4315293 0 0 0 0.26807,1.34036 3.4315293,3.4315293 0 0 0 0,0.0533 c 0.73798,9.12981 7.99977,16.30249 17.15593,16.94151 0.0573,0 0.10336,0.0507 0.16082,0.0533 a 3.4315293,3.4315293 0 0 0 0.16085,0.0533 3.4315293,3.4315293 0 0 0 0.9114,0.16077 3.4315293,3.4315293 0 0 0 0.0536,0 l 51.62862,0 a 3.4315293,3.4315293 0 0 0 0.0537,0 c 38.48275,-0.0155 69.67597,-31.06156 70.17848,-69.42783 a 3.4315293,3.4315293 0 0 0 0.0536,-0.21444 c 3.6e-4,-0.0362 -3.1e-4,-0.071 0,-0.10722 a 3.4315293,3.4315293 0 0 0 0.0536,-0.58973 c 0,-38.8081 -31.53234,-70.33933 -70.33932,-70.33933 z"

-        style="font-size:xx-small;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:sans-serif;-inkscape-font-specification:sans-serif" />

-     <path

-        inkscape:export-ydpi="90"

-        inkscape:export-xdpi="90"

-        inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-        style="fill:#c2eea0;fill-opacity:1;stroke:none;display:inline"

-        id="path6676-60"

-        d="m 679.9618,723.45437 c 0,-27.73208 -22.48005,-50.21374 -50.21119,-50.21374 -27.71824,0 -50.18943,22.46317 -50.20954,50.17836 l -0.002,-0.002 0,38.85709 0.002,0 c 0.0156,6.29278 5.11837,11.38721 11.41496,11.38721 0.0176,0 0.0353,0 0.0539,0 l 0.004,0 38.75681,0 0,0 c 27.72315,-0.0103 50.19194,-22.48488 50.19194,-50.20894 z"

-        inkscape:connector-curvature="0"

-        sodipodi:nodetypes="csccccscccccc" />

-     <path

-        inkscape:export-ydpi="90"

-        inkscape:export-xdpi="90"

-        inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/flock-2013-attendee.png"

-        style="fill:none;stroke:#db3279;stroke-width:7.72482729;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"

-        id="path6678-6"

-        d="m 689.44311,723.45467 c 0,-32.96851 -26.7248,-59.69518 -59.69219,-59.69518 -32.95204,0 -59.66626,26.70467 -59.69019,59.65314 l -0.002,-0.002 0,46.19415 0.002,0 c 0.0179,7.48098 6.08483,13.53743 13.57036,13.53743 0.0208,0 0.042,0 0.0641,0 l 0.004,0 46.07492,0 0,0 c 32.95697,-0.0137 59.66832,-26.73051 59.66832,-59.68953 z"

-        inkscape:connector-curvature="0" />

-     <path

-        inkscape:connector-curvature="0"

-        d="m 680.88759,722.9858 c 0,-28.35349 -22.98369,-51.33893 -51.33624,-51.33893 -28.33925,0 -51.31396,22.96648 -51.33449,51.30275 l -0.002,-0.002 0,39.72777 0.002,0 c 0.0158,6.43377 5.23299,11.64229 11.67073,11.64229 0.0174,0 0.0364,0 0.0553,0 l 0,0 39.62522,0 0,0 c 28.34732,-0.0163 51.31946,-22.98863 51.31946,-51.33388 z"

-        id="path29256"

-        style="opacity:0.33000004;fill:url(#pattern31352);fill-opacity:1;stroke:none"

-        inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/irc-speak-up.png"

-        inkscape:export-xdpi="90"

-        inkscape:export-ydpi="90" />

-     <path

-        sodipodi:nodetypes="ccsccc"

-        inkscape:connector-curvature="0"

-        id="path3497-3"

-        d="m 580.42177,750.50237 c 18.77921,0.0212 75.31601,-0.10713 90.58611,-0.11383 -6.40874,10.53007 -23.33179,23.25156 -38.1719,23.18621 -15.58081,-0.0688 -41.28382,0 -41.28382,0 0,0 -11.25386,0.95333 -11.25386,-10.60101 0.11997,-3.62392 -0.13004,-9.9584 0.12347,-12.47137 z"

-        style="fill:#966722;fill-opacity:1;stroke:#483729;stroke-width:1.54222095;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />

-     <path

-        style="fill:#4c4c4c;stroke:#000000;stroke-width:1.98994541;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"

-        d="m 619.44535,759.56355 c 0.29472,-5.97212 -0.7001,-15.02597 3.93746,-24.63436 -2.41292,-1.62374 -0.42273,-9.96886 2.63512,-8.99984 2.55415,0.80939 4.21717,1.39159 6.10607,2.30384 2.06401,0.99684 -0.75739,8.39415 -4.50085,7.90748 -4.30339,6.3068 -3.82251,12.86247 -3.8365,23.42288 0,0 -2.12017,3.02882 -4.3413,0 z"

-        id="path33558"

-        inkscape:connector-curvature="0"

-        sodipodi:nodetypes="ccssccc" />

-     <path

-        style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.91077113px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"

-        d="m 594.43615,770.56106 -0.10858,-13.51112 5.97817,-2.82597 45.04314,0.0603 0.0178,12.1996 -4.60882,4.23877 z"

-        id="path33129"

-        inkscape:connector-curvature="0"

-        sodipodi:nodetypes="ccccccc" />

-     <path

-        sodipodi:nodetypes="ccccccc"

-        inkscape:connector-curvature="0"

-        id="path33571"

-        d="m 595.89643,768.86279 0.0775,-11.46742 44.91417,0.11864 3.0622,-1.85915 0.022,10.04474 -3.8521,3.17464 z"

-        style="fill:#4c4c4c;fill-opacity:1;stroke:none" />

-     <path

-        style="fill:#8c8c8c;stroke:none"

-        d="m 596.09325,757.47713 4.18832,-1.89695 43.76526,0.1641 -3.27579,1.89687 z"

-        id="path33665"

-        inkscape:connector-curvature="0"

-        sodipodi:nodetypes="ccccc" />

-   </g>

- </svg>

@@ -1,9941 +0,0 @@ 

- <?xml version="1.0" encoding="UTF-8" standalone="no"?>

- <!-- Created with Inkscape (http://www.inkscape.org/) -->

- 

- <svg

-    xmlns:dc="http://purl.org/dc/elements/1.1/"

-    xmlns:cc="http://creativecommons.org/ns#"

-    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"

-    xmlns:svg="http://www.w3.org/2000/svg"

-    xmlns="http://www.w3.org/2000/svg"

-    xmlns:xlink="http://www.w3.org/1999/xlink"

-    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"

-    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"

-    width="765"

-    height="990"

-    id="svg40472"

-    version="1.1"

-    inkscape:version="0.48.2 r9819"

-    sodipodi:docname="badge_graphics.svg"

-    inkscape:export-filename="/Users/riecatnor/Desktop/BADGES/badge_graphics.png"

-    inkscape:export-xdpi="300"

-    inkscape:export-ydpi="300">

-   <defs

-      id="defs40474">

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient2139">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop2141" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0;"

-          offset="1"

-          id="stop2143" />

-     </linearGradient>

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect2073"

-        is_visible="true" />

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect2081"

-        is_visible="true" />

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect2085"

-        is_visible="true" />

-     <filter

-        color-interpolation-filters="sRGB"

-        inkscape:collect="always"

-        id="filter2487">

-       <feGaussianBlur

-          inkscape:collect="always"

-          stdDeviation="0.28310953"

-          id="feGaussianBlur2489" />

-     </filter>

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect2495"

-        is_visible="true" />

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient2139"

-        id="linearGradient41484"

-        gradientUnits="userSpaceOnUse"

-        x1="679.30267"

-        y1="372.77417"

-        x2="700.3136"

-        y2="385.50211" />

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect2348"

-        is_visible="true" />

-     <inkscape:path-effect

-        is_visible="true"

-        id="path-effect4946"

-        effect="spiro" />

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient6560"

-        id="linearGradient8576"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(1,0,0,1.25,-157,-649.12502)"

-        x1="167.5"

-        y1="522.5"

-        x2="170"

-        y2="522.5" />

-     <linearGradient

-        id="linearGradient6560"

-        inkscape:collect="always">

-       <stop

-          id="stop6562"

-          offset="0"

-          style="stop-color:#e59728;stop-opacity:1" />

-       <stop

-          style="stop-color:#e59728;stop-opacity:1"

-          offset="0.48379001"

-          id="stop4119" />

-       <stop

-          id="stop4121"

-          offset="0.80000001"

-          style="stop-color:#e59728;stop-opacity:0.92462313" />

-       <stop

-          id="stop6564"

-          offset="1"

-          style="stop-color:#e59728;stop-opacity:0.2160804" />

-     </linearGradient>

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient6552"

-        id="linearGradient8578"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(1,0,0,1.25,-157,-649.12502)"

-        x1="167.5"

-        y1="522.5"

-        x2="170"

-        y2="522.5" />

-     <linearGradient

-        id="linearGradient6552"

-        inkscape:collect="always">

-       <stop

-          id="stop6554"

-          offset="0"

-          style="stop-color:#935f0b;stop-opacity:1;" />

-       <stop

-          id="stop6556"

-          offset="1"

-          style="stop-color:#935f0b;stop-opacity:0;" />

-     </linearGradient>

-     <filter

-        id="filter11258-4-1-79-3"

-        inkscape:label="Drop shadow"

-        width="1.5"

-        height="1.5"

-        x="-0.25"

-        y="-0.25"

-        color-interpolation-filters="sRGB">

-       <feGaussianBlur

-          id="feGaussianBlur11260-4-4-0-5"

-          in="SourceAlpha"

-          stdDeviation="0.4"

-          result="blur" />

-       <feColorMatrix

-          id="feColorMatrix11262-91-0-2-2"

-          result="bluralpha"

-          type="matrix"

-          values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0 " />

-       <feOffset

-          id="feOffset11264-5-8-3-2"

-          in="bluralpha"

-          dx="0.5"

-          dy="0.5"

-          result="offsetBlur" />

-       <feMerge

-          id="feMerge11266-5-1-9-6"

-          result="fbSourceGraphic">

-         <feMergeNode

-            id="feMergeNode11268-5-0-9-6"

-            in="offsetBlur" />

-         <feMergeNode

-            id="feMergeNode11270-8-3-7-7"

-            in="SourceGraphic" />

-       </feMerge>

-       <feColorMatrix

-          result="fbSourceGraphicAlpha"

-          in="fbSourceGraphic"

-          values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"

-          id="feColorMatrix11272-29-1-0-8" />

-       <feGaussianBlur

-          id="feGaussianBlur11274-8-15-3-4"

-          in="fbSourceGraphicAlpha"

-          stdDeviation="0.4"

-          result="blur" />

-       <feColorMatrix

-          id="feColorMatrix11276-2-0-9-1"

-          result="bluralpha"

-          type="matrix"

-          values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0 " />

-       <feOffset

-          id="feOffset11278-0-8-8-7"

-          in="bluralpha"

-          dx="0.5"

-          dy="0.5"

-          result="offsetBlur" />

-       <feMerge

-          id="feMerge11280-74-4-6-1">

-         <feMergeNode

-            id="feMergeNode11282-8-9-5-8"

-            in="offsetBlur" />

-         <feMergeNode

-            id="feMergeNode11284-58-3-7-7"

-            in="fbSourceGraphic" />

-       </feMerge>

-     </filter>

-     <linearGradient

-        id="linearGradient9313-8-8-4-2-7">

-       <stop

-          id="stop9323-1-7-7-7-7"

-          offset="0"

-          style="stop-color:#f2f2f2;stop-opacity:0.00392157;" />

-       <stop

-          id="stop9337-2-8-4-0-4"

-          offset="0.2115906"

-          style="stop-color:#f2f2f2;stop-opacity:0.93362832" />

-       <stop

-          style="stop-color:#f2f2f2;stop-opacity:0.21186441;"

-          offset="0.34615412"

-          id="stop9331-8-0-0-3-4" />

-       <stop

-          style="stop-color:#f2f2f2;stop-opacity:0;"

-          offset="0.56629878"

-          id="stop9327-3-4-7-9-9" />

-       <stop

-          style="stop-color:#f2f2f2;stop-opacity:1"

-          offset="0.72191453"

-          id="stop9325-9-57-5-9-1" />

-       <stop

-          style="stop-color:#f2f2f2;stop-opacity:0;"

-          offset="1"

-          id="stop9317-9-10-0-9-5" />

-     </linearGradient>

-     <filter

-        id="filter11258-4-1-7-1-5"

-        inkscape:label="Drop shadow"

-        width="1.5"

-        height="1.5"

-        x="-0.25"

-        y="-0.25"

-        color-interpolation-filters="sRGB">

-       <feGaussianBlur

-          id="feGaussianBlur11260-4-4-7-7-5"

-          in="SourceAlpha"

-          stdDeviation="0.4"

-          result="blur" />

-       <feColorMatrix

-          id="feColorMatrix11262-91-0-1-2-8"

-          result="bluralpha"

-          type="matrix"

-          values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0 " />

-       <feOffset

-          id="feOffset11264-5-8-2-3-2"

-          in="bluralpha"

-          dx="0.5"

-          dy="0.5"

-          result="offsetBlur" />

-       <feMerge

-          id="feMerge11266-5-1-8-6-9"

-          result="fbSourceGraphic">

-         <feMergeNode

-            id="feMergeNode11268-5-0-7-5-8"

-            in="offsetBlur" />

-         <feMergeNode

-            id="feMergeNode11270-8-3-4-5-2"

-            in="SourceGraphic" />

-       </feMerge>

-       <feColorMatrix

-          result="fbSourceGraphicAlpha"

-          in="fbSourceGraphic"

-          values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"

-          id="feColorMatrix11272-29-1-2-8-0" />

-       <feGaussianBlur

-          id="feGaussianBlur11274-8-15-6-1-7"

-          in="fbSourceGraphicAlpha"

-          stdDeviation="0.4"

-          result="blur" />

-       <feColorMatrix

-          id="feColorMatrix11276-2-0-5-4-4"

-          result="bluralpha"

-          type="matrix"

-          values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0 " />

-       <feOffset

-          id="feOffset11278-0-8-3-7-8"

-          in="bluralpha"

-          dx="0.5"

-          dy="0.5"

-          result="offsetBlur" />

-       <feMerge

-          id="feMerge11280-74-4-0-1-5">

-         <feMergeNode

-            id="feMergeNode11282-8-9-2-3-8"

-            in="offsetBlur" />

-         <feMergeNode

-            id="feMergeNode11284-58-3-0-8-3"

-            in="fbSourceGraphic" />

-       </feMerge>

-     </filter>

-     <filter

-        id="filter6137-4-0"

-        inkscape:label="Drop shadow"

-        width="1.5"

-        height="1.5"

-        x="-0.25"

-        y="-0.25"

-        color-interpolation-filters="sRGB">

-       <feGaussianBlur

-          id="feGaussianBlur6139-8-6"

-          in="SourceAlpha"

-          stdDeviation="0.5"

-          result="blur" />

-       <feColorMatrix

-          id="feColorMatrix6141-0-2"

-          result="bluralpha"

-          type="matrix"

-          values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.9 0 " />

-       <feOffset

-          id="feOffset6143-4-2"

-          in="bluralpha"

-          dx="-0.5"

-          dy="0.5"

-          result="offsetBlur" />

-       <feMerge

-          id="feMerge6145-6-5">

-         <feMergeNode

-            id="feMergeNode6147-0-2"

-            in="offsetBlur" />

-         <feMergeNode

-            id="feMergeNode6149-3-2"

-            in="SourceGraphic" />

-       </feMerge>

-     </filter>

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient9313-8-8-4-2-7"

-        id="linearGradient43009"

-        gradientUnits="userSpaceOnUse"

-        x1="3.9421108"

-        y1="12.918563"

-        x2="25.649305"

-        y2="33.347782" />

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient17017-5"

-        id="linearGradient11677"

-        gradientUnits="userSpaceOnUse"

-        x1="477.17944"

-        y1="4054.9666"

-        x2="507.65854"

-        y2="4028.2605" />

-     <linearGradient

-        id="linearGradient17017-5">

-       <stop

-          style="stop-color:#313b31;stop-opacity:1;"

-          offset="0"

-          id="stop17019-8" />

-       <stop

-          style="stop-color:#313b31;stop-opacity:0.62711865;"

-          offset="1"

-          id="stop17021-3" />

-     </linearGradient>

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient22742-8"

-        id="linearGradient11679"

-        gradientUnits="userSpaceOnUse"

-        x1="297.87323"

-        y1="273.94583"

-        x2="337.01941"

-        y2="237.20154" />

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient22742-8">

-       <stop

-          style="stop-color:#361f00;stop-opacity:1;"

-          offset="0"

-          id="stop22744-4" />

-       <stop

-          style="stop-color:#361f00;stop-opacity:0;"

-          offset="1"

-          id="stop22746-6" />

-     </linearGradient>

-     <filter

-        color-interpolation-filters="sRGB"

-        id="filter22728-9"

-        inkscape:label="Drop shadow"

-        width="1.5"

-        height="1.5"

-        x="-0.25"

-        y="-0.25">

-       <feGaussianBlur

-          id="feGaussianBlur22730-3"

-          in="SourceAlpha"

-          stdDeviation="0.2"

-          result="blur" />

-       <feColorMatrix

-          id="feColorMatrix22732-4"

-          result="bluralpha"

-          type="matrix"

-          values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.9 0 " />

-       <feOffset

-          id="feOffset22734-1"

-          in="bluralpha"

-          dx="-0.4"

-          dy="0.2"

-          result="offsetBlur" />

-       <feMerge

-          id="feMerge22736-7">

-         <feMergeNode

-            id="feMergeNode22738-0"

-            in="offsetBlur" />

-         <feMergeNode

-            id="feMergeNode22740-2"

-            in="SourceGraphic" />

-       </feMerge>

-     </filter>

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient9729-8-86-8-4-2-2"

-        id="linearGradient16758"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="translate(-240.30769,1.7214356)"

-        x1="119.85098"

-        y1="350.3399"

-        x2="119.67741"

-        y2="401.05807" />

-     <linearGradient

-        id="linearGradient9729-8-86-8-4-2-2">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop9731-9-7-1-0-3-0" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0;"

-          offset="1"

-          id="stop9733-8-1-49-6-9-9" />

-     </linearGradient>

-     <filter

-        color-interpolation-filters="sRGB"

-        id="filter12302-0-4-9-8-4-0"

-        inkscape:label="Drop shadow"

-        width="1.5"

-        height="1.5"

-        x="-0.25"

-        y="-0.25">

-       <feGaussianBlur

-          id="feGaussianBlur12304-3-9-0-6-6-0"

-          in="SourceAlpha"

-          stdDeviation="4.5"

-          result="blur" />

-       <feColorMatrix

-          id="feColorMatrix12306-9-7-23-3-2-9"

-          result="bluralpha"

-          type="matrix"

-          values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0 " />

-       <feOffset

-          id="feOffset12308-7-3-5-9-3-2"

-          in="bluralpha"

-          dx="0"

-          dy="0"

-          result="offsetBlur" />

-       <feMerge

-          id="feMerge12310-05-1-9-3-7-6">

-         <feMergeNode

-            id="feMergeNode12312-4-0-01-6-9-7"

-            in="offsetBlur" />

-         <feMergeNode

-            id="feMergeNode12314-7-2-3-8-4-7"

-            in="SourceGraphic" />

-       </feMerge>

-     </filter>

-     <linearGradient

-        y2="401.05807"

-        x2="119.67741"

-        y1="350.3399"

-        x1="119.85098"

-        gradientTransform="translate(-240.30769,1.7214356)"

-        gradientUnits="userSpaceOnUse"

-        id="linearGradient44068"

-        xlink:href="#linearGradient9729-8-86-8-4-2-2"

-        inkscape:collect="always" />

-     <filter

-        color-interpolation-filters="sRGB"

-        id="filter12964-6-9-4-1-0-9"

-        inkscape:label="Drop shadow"

-        width="1.5"

-        height="1.5"

-        x="-0.25"

-        y="-0.25">

-       <feGaussianBlur

-          id="feGaussianBlur12966-3-37-0-5-2-4"

-          in="SourceAlpha"

-          stdDeviation="0.5"

-          result="blur" />

-       <feColorMatrix

-          id="feColorMatrix12968-9-4-2-3-4-9"

-          result="bluralpha"

-          type="matrix"

-          values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 0.85 0 " />

-       <feOffset

-          id="feOffset12970-7-8-4-8-2-6"

-          in="bluralpha"

-          dx="-2"

-          dy="-1"

-          result="offsetBlur" />

-       <feMerge

-          id="feMerge12972-9-0-41-2-8-5">

-         <feMergeNode

-            id="feMergeNode12974-4-4-9-8-1-8"

-            in="offsetBlur" />

-         <feMergeNode

-            id="feMergeNode12976-2-0-0-1-0-9"

-            in="SourceGraphic" />

-       </feMerge>

-     </filter>

-     <filter

-        color-interpolation-filters="sRGB"

-        id="filter12964-6-9-4-1-0-9-0"

-        inkscape:label="Drop shadow"

-        width="1.5"

-        height="1.5"

-        x="-0.25"

-        y="-0.25">

-       <feGaussianBlur

-          id="feGaussianBlur12966-3-37-0-5-2-4-0"

-          in="SourceAlpha"

-          stdDeviation="0.5"

-          result="blur" />

-       <feColorMatrix

-          id="feColorMatrix12968-9-4-2-3-4-9-3"

-          result="bluralpha"

-          type="matrix"

-          values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 0.85 0 " />

-       <feOffset

-          id="feOffset12970-7-8-4-8-2-6-0"

-          in="bluralpha"

-          dx="-2"

-          dy="-1"

-          result="offsetBlur" />

-       <feMerge

-          id="feMerge12972-9-0-41-2-8-5-7">

-         <feMergeNode

-            id="feMergeNode12974-4-4-9-8-1-8-7"

-            in="offsetBlur" />

-         <feMergeNode

-            id="feMergeNode12976-2-0-0-1-0-9-3"

-            in="SourceGraphic" />

-       </feMerge>

-     </filter>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath8876">

-       <path

-          inkscape:connector-curvature="0"

-          d="m 292.79748,187.15797 c -1.17223,-17.91164 -16.64201,-31.48191 -34.55305,-30.30972 -17.90271,1.17165 -31.46692,16.63007 -30.30839,34.53166 l -9.5e-4,-8.3e-4 1.64249,25.09713 9.6e-4,8.4e-4 c 0.27607,4.06373 3.7872,7.13845 7.85405,6.8723 0.0114,-7.5e-4 0.0228,-0.002 0.0348,-0.003 l 0.002,7.6e-4 25.03231,-1.63825 0,0 c 17.90544,-1.17933 31.46766,-16.6444 30.29576,-34.55088 z"

-          id="path8878"

-          style="fill:url(#linearGradient8880);fill-opacity:1;stroke:none" />

-     </clipPath>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath6851">

-       <path

-          style="fill:url(#linearGradient6855);fill-opacity:1;stroke:none"

-          id="path6853"

-          d="M 358.9996,146.50153 C 358.9996,128.55157 344.44906,114 326.4997,114 c -17.941,0 -32.48578,14.5396 -32.4988,32.47863 l -9e-4,-8.9e-4 0,25.15082 9e-4,9e-4 c 0.0101,4.07308 3.31294,7.37054 7.38849,7.37054 0.0114,0 0.0229,-8.9e-4 0.0349,-8.9e-4 l 0.002,8.9e-4 25.08586,0 0,0 c 17.9442,-0.007 32.48743,-14.55368 32.48743,-32.49847 z"

-          inkscape:connector-curvature="0" />

-     </clipPath>

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect6559"

-        is_visible="true" />

-     <filter

-        color-interpolation-filters="sRGB"

-        inkscape:collect="always"

-        id="filter6120">

-       <feGaussianBlur

-          inkscape:collect="always"

-          stdDeviation="0.46385716"

-          id="feGaussianBlur6122" />

-     </filter>

-     <filter

-        color-interpolation-filters="sRGB"

-        inkscape:collect="always"

-        id="filter2487-4">

-       <feGaussianBlur

-          inkscape:collect="always"

-          stdDeviation="0.28310953"

-          id="feGaussianBlur2489-7" />

-     </filter>

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect2495-2"

-        is_visible="true" />

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect2186"

-        is_visible="true" />

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect44513"

-        is_visible="true" />

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath2194">

-       <path

-          style="fill:url(#linearGradient2198);fill-opacity:1;stroke:none"

-          id="path2196"

-          d="M 720.9996,394.50153 C 720.9996,376.55157 706.44906,362 688.49971,362 c -17.94101,0 -32.48579,14.5396 -32.49881,32.47863 l -9e-4,-8.9e-4 0,25.15082 9e-4,9e-4 c 0.0101,4.07308 3.31294,7.37054 7.38849,7.37054 0.0114,0 0.0228,-8.9e-4 0.0349,-8.9e-4 l 0.002,8.9e-4 25.08587,0 0,0 c 17.94419,-0.007 32.48742,-14.55368 32.48742,-32.49847 z"

-          inkscape:connector-curvature="0" />

-     </clipPath>

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect2304"

-        is_visible="true" />

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect6695"

-        is_visible="true" />

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect2194"

-        is_visible="true" />

-     <filter

-        color-interpolation-filters="sRGB"

-        inkscape:collect="always"

-        id="filter2225">

-       <feGaussianBlur

-          inkscape:collect="always"

-          stdDeviation="0.310625"

-          id="feGaussianBlur2227" />

-     </filter>

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient3151">

-       <stop

-          style="stop-color:#0093d9;stop-opacity:1"

-          offset="0"

-          id="stop3153" />

-       <stop

-          style="stop-color:#294172;stop-opacity:1"

-          offset="1"

-          id="stop3155" />

-     </linearGradient>

-     <filter

-        color-interpolation-filters="sRGB"

-        inkscape:collect="always"

-        id="filter5968"

-        x="-0.252"

-        width="1.5039999"

-        y="-0.252"

-        height="1.5039999">

-       <feGaussianBlur

-          inkscape:collect="always"

-          stdDeviation="3.1933795"

-          id="feGaussianBlur5970" />

-     </filter>

-     <filter

-        color-interpolation-filters="sRGB"

-        inkscape:collect="always"

-        id="filter5992">

-       <feGaussianBlur

-          inkscape:collect="always"

-          stdDeviation="0.30413138"

-          id="feGaussianBlur5994" />

-     </filter>

-     <filter

-        color-interpolation-filters="sRGB"

-        inkscape:collect="always"

-        id="filter5754">

-       <feGaussianBlur

-          inkscape:collect="always"

-          stdDeviation="0.27751545"

-          id="feGaussianBlur5756" />

-     </filter>

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient5826">

-       <stop

-          style="stop-color:#16223c;stop-opacity:1;"

-          offset="0"

-          id="stop5828" />

-       <stop

-          style="stop-color:#294172;stop-opacity:0"

-          offset="1"

-          id="stop5830" />

-     </linearGradient>

-     <filter

-        color-interpolation-filters="sRGB"

-        inkscape:collect="always"

-        id="filter5806">

-       <feGaussianBlur

-          inkscape:collect="always"

-          stdDeviation="0.39202208"

-          id="feGaussianBlur5808" />

-     </filter>

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect6994"

-        is_visible="true" />

-     <inkscape:path-effect

-        is_visible="true"

-        id="path-effect6441"

-        effect="spiro" />

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect6431"

-        is_visible="true" />

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient5270">

-       <stop

-          style="stop-color:#eff7e9;stop-opacity:1"

-          offset="0"

-          id="stop5272" />

-       <stop

-          style="stop-color:#bacaaf;stop-opacity:1"

-          offset="1"

-          id="stop5274" />

-     </linearGradient>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath3507-7">

-       <path

-          inkscape:connector-curvature="0"

-          d="m 360.9996,2014.5015 c 0,-17.9499 -14.55053,-32.5015 -32.49989,-32.5015 -17.94101,0 -32.48579,14.5396 -32.49881,32.4786 l -9e-4,-9e-4 0,25.1509 9e-4,9e-4 c 0.0101,4.073 3.31294,7.3705 7.38849,7.3705 0.0114,0 0.0229,-9e-4 0.0349,-9e-4 l 0.002,9e-4 25.08587,0 0,0 c 17.94419,-0.01 32.48742,-14.5537 32.48742,-32.4985 z"

-          id="path3509-0"

-          style="fill:url(#linearGradient3512);fill-opacity:1;stroke:none" />

-     </clipPath>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath3971-1">

-       <path

-          inkscape:connector-curvature="0"

-          d="m 360.9996,2014.5015 c 0,-17.9499 -14.55053,-32.5015 -32.49989,-32.5015 -17.94101,0 -32.48579,14.5396 -32.49881,32.4786 l -9e-4,-9e-4 0,25.1509 9e-4,9e-4 c 0.0101,4.073 3.31294,7.3705 7.38849,7.3705 0.0114,0 0.0229,-9e-4 0.0349,-9e-4 l 0.002,9e-4 25.08587,0 0,0 c 17.94419,-0.01 32.48742,-14.5537 32.48742,-32.4985 z"

-          id="path3973-8"

-          style="fill:url(#linearGradient3975);fill-opacity:1;stroke:none" />

-     </clipPath>

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect4707-4"

-        is_visible="true" />

-     <inkscape:path-effect

-        is_visible="true"

-        id="path-effect4711-4"

-        effect="spiro" />

-     <inkscape:path-effect

-        is_visible="true"

-        id="path-effect4742-8"

-        effect="spiro" />

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient5181">

-       <stop

-          style="stop-color:#bfdce8;stop-opacity:1;"

-          offset="0"

-          id="stop5183" />

-       <stop

-          style="stop-color:#bfdce8;stop-opacity:0;"

-          offset="1"

-          id="stop5185" />

-     </linearGradient>

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient4748">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop4750" />

-       <stop

-          style="stop-color:#e7f1f6;stop-opacity:1"

-          offset="1"

-          id="stop4752" />

-     </linearGradient>

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect5166"

-        is_visible="true" />

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect5163"

-        is_visible="true" />

-     <inkscape:path-effect

-        is_visible="true"

-        id="path-effect5160"

-        effect="spiro" />

-     <inkscape:path-effect

-        is_visible="true"

-        id="path-effect5157"

-        effect="spiro" />

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect5154"

-        is_visible="true" />

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect46021"

-        is_visible="true" />

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect46023"

-        is_visible="true" />

-     <inkscape:path-effect

-        is_visible="true"

-        id="path-effect46025"

-        effect="spiro" />

-     <inkscape:path-effect

-        is_visible="true"

-        id="path-effect46027"

-        effect="spiro" />

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect46029"

-        is_visible="true" />

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect46045"

-        is_visible="true" />

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect46047"

-        is_visible="true" />

-     <inkscape:path-effect

-        is_visible="true"

-        id="path-effect46049"

-        effect="spiro" />

-     <inkscape:path-effect

-        is_visible="true"

-        id="path-effect46051"

-        effect="spiro" />

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect46053"

-        is_visible="true" />

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient10739-3">

-       <stop

-          style="stop-color:#bfdce8;stop-opacity:1"

-          offset="0"

-          id="stop10741-5" />

-       <stop

-          style="stop-color:#3c6eb4;stop-opacity:0;"

-          offset="1"

-          id="stop10743-2" />

-     </linearGradient>

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect2194-4"

-        is_visible="true" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient3151"

-        id="radialGradient5190"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.37308291,2.7862983,-2.4479918,0.32778354,3623.5683,574.54897)"

-        cx="140.83078"

-        cy="1446.2244"

-        fx="140.83078"

-        fy="1446.2244"

-        r="15.202796" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient3151"

-        id="radialGradient5192"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.37308291,2.7862983,-2.4479918,0.32778354,3623.5683,574.54897)"

-        cx="140.83078"

-        cy="1446.2244"

-        fx="140.83078"

-        fy="1446.2244"

-        r="15.202796" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient3151"

-        id="radialGradient5194"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.37308291,2.7862983,-2.4479918,0.32778354,3623.5683,574.54897)"

-        cx="140.83078"

-        cy="1446.2244"

-        fx="140.83078"

-        fy="1446.2244"

-        r="15.202796" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient5826"

-        id="radialGradient5196"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(1.9118663,-0.03231435,0.01958368,1.1586607,17.91207,-235.86041)"

-        cx="145.8718"

-        cy="1484.5192"

-        fx="145.8718"

-        fy="1484.5192"

-        r="19.774469" />

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient5270"

-        id="linearGradient5198"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="translate(-336.92212,-1783.7192)"

-        x1="509.47043"

-        y1="2018.7003"

-        x2="509.47043"

-        y2="2040.0903" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient5181"

-        id="radialGradient5200"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(1.6735747,-0.00670409,0.00806095,1.824596,-54.598027,-1667.1146)"

-        cx="57.252174"

-        cy="2024.0302"

-        fx="57.252174"

-        fy="2024.0302"

-        r="7.4492178" />

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4748"

-        id="linearGradient5202"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(-1,0,0,1,122.03466,-19.282485)"

-        x1="60.034969"

-        y1="2038.0631"

-        x2="76.580612"

-        y2="2038.0631" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient5181"

-        id="radialGradient5204"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(1.6735747,-0.00670409,0.00806095,1.824596,-54.598027,-1667.1146)"

-        cx="57.252174"

-        cy="2024.0302"

-        fx="57.252174"

-        fy="2024.0302"

-        r="7.4492178" />

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4748"

-        id="linearGradient5206"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(-1,0,0,1,122.03466,-19.282485)"

-        x1="60.034969"

-        y1="2038.0631"

-        x2="76.580612"

-        y2="2038.0631" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient5181"

-        id="radialGradient5208"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(1.6735747,-0.00670409,0.00806095,1.824596,-54.598027,-1667.1146)"

-        cx="57.252174"

-        cy="2024.0302"

-        fx="57.252174"

-        fy="2024.0302"

-        r="7.4492178" />

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4748"

-        id="linearGradient5210"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(-1,0,0,1,122.03466,-19.282485)"

-        x1="60.034969"

-        y1="2038.0631"

-        x2="76.580612"

-        y2="2038.0631" />

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient10739-3"

-        id="linearGradient5212"

-        gradientUnits="userSpaceOnUse"

-        x1="815.625"

-        y1="2783"

-        x2="832.875"

-        y2="2798.75" />

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect6312"

-        is_visible="true" />

-     <inkscape:path-effect

-        is_visible="true"

-        id="path-effect1873"

-        effect="spiro" />

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect6785"

-        is_visible="true" />

-     <inkscape:path-effect

-        effect="spiro"

-        id="path-effect6785-0"

-        is_visible="true" />

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4219"

-        id="linearGradient26176"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(1.2703953,0,0,1.1097485,-399.47669,-389.22859)"

-        x1="554.5564"

-        y1="782.27264"

-        x2="626.18127"

-        y2="782.27264" />

-     <linearGradient

-        id="linearGradient4219">

-       <stop

-          id="stop4221"

-          offset="0"

-          style="stop-color:#cccccc;stop-opacity:1;" />

-       <stop

-          id="stop4223"

-          offset="1"

-          style="stop-color:#9a9a9a;stop-opacity:1;" />

-     </linearGradient>

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient30803-2"

-        id="linearGradient11907-92"

-        gradientUnits="userSpaceOnUse"

-        x1="533.38507"

-        y1="-173.35599"

-        x2="533.51758"

-        y2="-180.15265"

-        gradientTransform="matrix(1.0606252,0,0,1.0606252,-357.14799,1154.3114)" />

-     <linearGradient

-        id="linearGradient30803-2">

-       <stop

-          style="stop-color:#3c6eb4;stop-opacity:1;"

-          offset="0"

-          id="stop30805-8" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="1"

-          id="stop30807-5" />

-     </linearGradient>

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient30140-3-1-5"

-        id="linearGradient11910-6"

-        gradientUnits="userSpaceOnUse"

-        x1="549.52509"

-        y1="-168.39871"

-        x2="549.35553"

-        y2="-186.78967"

-        gradientTransform="matrix(1.0606252,0,0,1.0606252,-357.14799,1154.3114)" />

-     <linearGradient

-        id="linearGradient30140-3-1-5">

-       <stop

-          style="stop-color:#3c6eb4;stop-opacity:1;"

-          offset="0"

-          id="stop30142-0-9-2" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="1"

-          id="stop30144-8-1-4" />

-     </linearGradient>

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient15830-5-0-1"

-        id="linearGradient8575-1"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.98097193,0,0,0.98097193,-276.44896,212.12833)"

-        x1="340.70831"

-        y1="466.18604"

-        x2="338.97745"

-        y2="507.3194" />

-     <linearGradient

-        id="linearGradient15830-5-0-1">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop15832-7-1-1" />

-       <stop

-          style="stop-color:#ffffcf;stop-opacity:0;"

-          offset="1"

-          id="stop15834-1-1-2" />

-     </linearGradient>

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient6879-3"

-        id="linearGradient35988"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.6711301,0,0,0.6711301,-27.665039,628.16479)"

-        x1="127.13274"

-        y1="97.141052"

-        x2="114.34079"

-        y2="107.49597" />

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient6879-3">

-       <stop

-          style="stop-color:#294172;stop-opacity:1;"

-          offset="0"

-          id="stop6881-2" />

-       <stop

-          style="stop-color:#294172;stop-opacity:0;"

-          offset="1"

-          id="stop6883-2" />

-     </linearGradient>

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient32286-6"

-        id="linearGradient8579-1"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.98097193,0,0,0.98097193,-254.66606,414.00646)"

-        x1="320.47412"

-        y1="289.18347"

-        x2="319.35144"

-        y2="312.03287" />

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient32286-6">

-       <stop

-          style="stop-color:#1d2c4a;stop-opacity:1;"

-          offset="0"

-          id="stop32288-1" />

-       <stop

-          style="stop-color:#1d2c4a;stop-opacity:0;"

-          offset="1"

-          id="stop32290-3" />

-     </linearGradient>

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient6887-8"

-        id="linearGradient8599-5"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.55920939,0,0,0.55920939,-10.76304,637.9747)"

-        x1="152.47856"

-        y1="86.949074"

-        x2="146.28004"

-        y2="95.386421" />

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient6887-8">

-       <stop

-          style="stop-color:#294172;stop-opacity:1;"

-          offset="0"

-          id="stop6889-7" />

-       <stop

-          style="stop-color:#294172;stop-opacity:0;"

-          offset="1"

-          id="stop6891-7" />

-     </linearGradient>

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient12292"

-        id="linearGradient12298"

-        x1="518.16675"

-        y1="625.42987"

-        x2="472.76984"

-        y2="653.80365"

-        gradientUnits="userSpaceOnUse" />

-     <linearGradient

-        id="linearGradient12292">

-       <stop

-          style="stop-color:#3c6eb4;stop-opacity:1;"

-          offset="0"

-          id="stop12294" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="1"

-          id="stop12296" />

-     </linearGradient>

-     <filter

-        color-interpolation-filters="sRGB"

-        id="filter12181"

-        inkscape:label="Drop shadow"

-        width="1.5"

-        height="1.5"

-        x="-0.25"

-        y="-0.25">

-       <feGaussianBlur

-          id="feGaussianBlur12183"

-          in="SourceAlpha"

-          stdDeviation="1"

-          result="blur" />

-       <feColorMatrix

-          id="feColorMatrix12185"

-          result="bluralpha"

-          type="matrix"

-          values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.6 0 " />

-       <feOffset

-          id="feOffset12187"

-          in="bluralpha"

-          dx="1"

-          dy="1"

-          result="offsetBlur" />

-       <feMerge

-          id="feMerge12189">

-         <feMergeNode

-            id="feMergeNode12191"

-            in="offsetBlur" />

-         <feMergeNode

-            id="feMergeNode12193"

-            in="SourceGraphic" />

-       </feMerge>

-     </filter>

-     <filter

-        color-interpolation-filters="sRGB"

-        id="filter12167"

-        inkscape:label="Drop shadow"

-        width="1.5"

-        height="1.5"

-        x="-0.25"

-        y="-0.25">

-       <feGaussianBlur

-          id="feGaussianBlur12169"

-          in="SourceAlpha"

-          stdDeviation="1"

-          result="blur" />

-       <feColorMatrix

-          id="feColorMatrix12171"

-          result="bluralpha"

-          type="matrix"

-          values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.6 0 " />

-       <feOffset

-          id="feOffset12173"

-          in="bluralpha"

-          dx="1"

-          dy="1"

-          result="offsetBlur" />

-       <feMerge

-          id="feMerge12175">

-         <feMergeNode

-            id="feMergeNode12177"

-            in="offsetBlur" />

-         <feMergeNode

-            id="feMergeNode12179"

-            in="SourceGraphic" />

-       </feMerge>

-     </filter>

-     <linearGradient

-        id="linearGradient11027">

-       <stop

-          style="stop-color:#5f5f5f;stop-opacity:1;"

-          offset="0"

-          id="stop11029" />

-       <stop

-          id="stop11035"

-          offset="0.5"

-          style="stop-color:#eaeaea;stop-opacity:1;" />

-       <stop

-          style="stop-color:#7a7474;stop-opacity:1;"

-          offset="1"

-          id="stop11031" />

-     </linearGradient>

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient12292"

-        id="linearGradient36304"

-        gradientUnits="userSpaceOnUse"

-        x1="518.16675"

-        y1="625.42987"

-        x2="472.76984"

-        y2="653.80365" />

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient11027"

-        id="linearGradient36306"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.42765684,0,0,0.42765684,451.55029,579.92402)"

-        x1="129.20238"

-        y1="90.001434"

-        x2="178.66231"

-        y2="175.58118" />

-     <radialGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient4947"

-        id="radialGradient4945"

-        cx="237.44824"

-        cy="189.28197"

-        fx="237.44824"

-        fy="189.28197"

-        r="13.88452"

-        gradientTransform="matrix(-0.7316961,2.1285669,-1.4003566,-0.48137343,676.25046,-226.37449)"

-        gradientUnits="userSpaceOnUse" />

-     <linearGradient

-        id="linearGradient4947">

-       <stop

-          id="stop4949"

-          offset="0"

-          style="stop-color:#fbf8fc;stop-opacity:1;" />

-       <stop

-          style="stop-color:#c37fff;stop-opacity:0.49803922;"

-          offset="0.48298526"

-          id="stop4953" />

-       <stop

-          id="stop4951"

-          offset="1"

-          style="stop-color:#492063;stop-opacity:1;" />

-     </linearGradient>

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient5313">

-       <stop

-          style="stop-color:#fffcfc;stop-opacity:1;"

-          offset="0"

-          id="stop5315" />

-       <stop

-          style="stop-color:#fffcfc;stop-opacity:0;"

-          offset="1"

-          id="stop5317" />

-     </linearGradient>

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient5281">

-       <stop

-          style="stop-color:#fffcfc;stop-opacity:1;"

-          offset="0"

-          id="stop5283" />

-       <stop

-          style="stop-color:#fffcfc;stop-opacity:0;"

-          offset="1"

-          id="stop5285" />

-     </linearGradient>

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient5321">

-       <stop

-          style="stop-color:#fffcfc;stop-opacity:1;"

-          offset="0"

-          id="stop5323" />

-       <stop

-          style="stop-color:#fffcfc;stop-opacity:0;"

-          offset="1"

-          id="stop5325" />

-     </linearGradient>

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient5289">

-       <stop

-          style="stop-color:#fffcfc;stop-opacity:1;"

-          offset="0"

-          id="stop5291" />

-       <stop

-          style="stop-color:#fffcfc;stop-opacity:0;"

-          offset="1"

-          id="stop5293" />

-     </linearGradient>

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient5305">

-       <stop

-          style="stop-color:#fffcfc;stop-opacity:1;"

-          offset="0"

-          id="stop5307" />

-       <stop

-          style="stop-color:#fffcfc;stop-opacity:0;"

-          offset="1"

-          id="stop5309" />

-     </linearGradient>

-     <linearGradient

-        inkscape:collect="always"

-        id="linearGradient5273">

-       <stop

-          style="stop-color:#fffcfc;stop-opacity:1;"

-          offset="0"

-          id="stop5275" />

-       <stop

-          style="stop-color:#fffcfc;stop-opacity:0;"

-          offset="1"

-          id="stop5277" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient5201">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0;"

-          offset="0"

-          id="stop5203" />

-       <stop

-          id="stop5209"

-          offset="0.73386818"

-          style="stop-color:#ffffff;stop-opacity:0.779661;" />

-       <stop

-          style="stop-color:#c4c7cc;stop-opacity:0;"

-          offset="1"

-          id="stop5205" />

-     </linearGradient>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath4738">

-       <path

-          sodipodi:type="arc"

-          style="fill:#eff0f1;fill-opacity:1;fill-rule:nonzero;stroke:#4c4c4c;stroke-opacity:1;display:inline"

-          id="path4740"

-          sodipodi:cx="350.08929"

-          sodipodi:cy="319.77289"

-          sodipodi:rx="6.6964288"

-          sodipodi:ry="6.6964288"

-          d="m 356.78572,319.77289 a 6.6964288,6.6964288 0 1 1 -13.39285,0 6.6964288,6.6964288 0 1 1 13.39285,0 z"

-          transform="matrix(2.5292128,1.860414,-1.860414,2.5292128,221.80276,-811.86155)" />

-     </clipPath>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath7098-7">

-       <path

-          style="opacity:0.33399999;fill:url(#pattern7102);fill-opacity:1;stroke:#50a1af;stroke-width:2.5045166"

-          id="path7100-7"

-          d="m 596.65497,3410.9692 c 0,-44.9558 -36.44197,-81.4006 -81.39654,-81.4006 -44.93353,0 -81.36123,36.4147 -81.39379,81.3432 l -0.002,0 0,62.9908 0.002,0 c 0.025,10.2009 8.29722,18.4595 18.50462,18.4595 0.0276,0 0.0576,0 0.0877,0 l 0,0 62.82806,0 0,0 c 44.94627,-0.018 81.36995,-36.4499 81.36995,-81.3929 z"

-          inkscape:connector-curvature="0"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/junior-editor.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-     </clipPath>

-     <clipPath

-        clipPathUnits="userSpaceOnUse"

-        id="clipPath7092-0">

-       <path

-          style="opacity:0.33399999;fill:#82bac3;fill-opacity:1;stroke:none"

-          id="path7094-2"

-          d="m 596.65497,3410.9692 c 0,-44.9558 -36.44197,-81.4006 -81.39654,-81.4006 -44.93353,0 -81.36123,36.4147 -81.39379,81.3432 l -0.002,0 0,62.9908 0.002,0 c 0.025,10.2009 8.29722,18.4595 18.50462,18.4595 0.0276,0 0.0576,0 0.0877,0 l 0,0 62.82806,0 0,0 c 44.94627,-0.018 81.36995,-36.4499 81.36995,-81.3929 z"

-          inkscape:connector-curvature="0"

-          inkscape:export-filename="/home/duffy/Documents/Work/Projects/FedBadges/Badges/junior-editor.png"

-          inkscape:export-xdpi="90"

-          inkscape:export-ydpi="90" />

-     </clipPath>

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient5329"

-        id="linearGradient5335"

-        x1="492.58505"

-        y1="645.93604"

-        x2="483.55637"

-        y2="658.1983"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(2.4963343,0,0,2.4963343,-1137.6987,-1455.404)" />

-     <linearGradient

-        id="linearGradient5329">

-       <stop

-          style="stop-color:#e59728;stop-opacity:1;"

-          offset="0"

-          id="stop5331" />

-       <stop

-          style="stop-color:#f8ff3c;stop-opacity:1;"

-          offset="1"

-          id="stop5333" />

-     </linearGradient>

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient5329"

-        id="linearGradient43494"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(2.4963343,0,0,2.4963343,-779.21429,-630.12271)"

-        x1="492.58505"

-        y1="645.93604"

-        x2="483.55637"

-        y2="658.1983" />

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient5201"

-        id="linearGradient43496"

-        gradientUnits="userSpaceOnUse"

-        x1="345.86862"

-        y1="316.53497"

-        x2="354.9118"

-        y2="319.06091" />

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient5273"

-        id="linearGradient43498"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.83213821,0,0,0.83213821,340.172,805.9408)"

-        x1="208.14929"

-        y1="165.48805"

-        x2="198.70911"

-        y2="156.20235" />

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient5305"

-        id="linearGradient43500"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.83213821,0,0,0.83213821,340.172,805.9408)"

-        x1="180.71428"

-        y1="214.66917"

-        x2="176.07143"

-        y2="208.06203" />

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient5289"

-        id="linearGradient43502"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.83213821,0,0,0.83213821,340.172,805.9408)"

-        x1="154.99998"

-        y1="209.22272"

-        x2="148.21428"

-        y2="205.47273" />

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient5321"

-        id="linearGradient43504"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(2.4963343,0,0,2.4963343,-779.21429,-630.12271)"

-        x1="487.7283"

-        y1="630.61957"

-        x2="490.17847"

-        y2="631.45294" />

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient5281"

-        id="linearGradient43506"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(2.4963343,0,0,2.4963343,-779.21429,-630.12271)"

-        x1="498.09586"

-        y1="622.7804"

-        x2="501.30908"

-        y2="624.44714" />

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient5313"

-        id="linearGradient43508"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(2.4963343,0,0,2.4963343,-779.21429,-630.12271)"

-        x1="490.42227"

-        y1="639.45105"

-        x2="492.40125"

-        y2="641.11774" />

-     <filter

-        color-interpolation-filters="sRGB"

-        id="filter37857"

-        inkscape:label="Drop shadow"

-        width="1.5"

-        height="1.5"

-        x="-0.25"

-        y="-0.25">

-       <feGaussianBlur

-          id="feGaussianBlur37859"

-          in="SourceAlpha"

-          stdDeviation="1.0851612903225807"

-          result="blur" />

-       <feColorMatrix

-          id="feColorMatrix37861"

-          result="bluralpha"

-          type="matrix"

-          values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0 " />

-       <feOffset

-          id="feOffset37863"

-          in="bluralpha"

-          dx="-2.77556e-17"

-          dy="0"

-          result="offsetBlur" />

-       <feMerge

-          id="feMerge37865"

-          result="fbSourceGraphic">

-         <feMergeNode

-            id="feMergeNode37867"

-            in="offsetBlur" />

-         <feMergeNode

-            id="feMergeNode37869"

-            in="SourceGraphic" />

-       </feMerge>

-       <feColorMatrix

-          result="fbSourceGraphicAlpha"

-          in="fbSourceGraphic"

-          values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"

-          id="feColorMatrix37871" />

-       <feGaussianBlur

-          id="feGaussianBlur37873"

-          in="fbSourceGraphicAlpha"

-          stdDeviation="2"

-          result="blur" />

-       <feColorMatrix

-          id="feColorMatrix37875"

-          result="bluralpha"

-          type="matrix"

-          values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0 " />

-       <feOffset

-          id="feOffset37877"

-          in="bluralpha"

-          dx="-2.77556e-17"

-          dy="0"

-          result="offsetBlur" />

-       <feMerge

-          id="feMerge37879">

-         <feMergeNode

-            id="feMergeNode37881"

-            in="offsetBlur" />

-         <feMergeNode

-            id="feMergeNode37883"

-            in="fbSourceGraphic" />

-       </feMerge>

-     </filter>

-     <linearGradient

-        gradientTransform="matrix(2.9284976,0,0,2.9284976,-921.35895,-1117.8511)"

-        inkscape:collect="always"

-        xlink:href="#linearGradient40097"

-        id="linearGradient40111"

-        x1="508.33316"

-        y1="621.63141"

-        x2="506.10382"

-        y2="616.57867"

-        gradientUnits="userSpaceOnUse" />

-     <linearGradient

-        id="linearGradient40097">

-       <stop

-          style="stop-color:#c4c7cc;stop-opacity:1;"

-          offset="0"

-          id="stop40099" />

-       <stop

-          style="stop-color:#eff0f1;stop-opacity:1;"

-          offset="1"

-          id="stop40101" />

-     </linearGradient>

-     <linearGradient

-        inkscape:collect="always"

-        xlink:href="#linearGradient26503"

-        id="linearGradient26509"

-        x1="101.61148"

-        y1="160.87929"

-        x2="163.90311"

-        y2="87.11657"

-        gradientUnits="userSpaceOnUse"

-        gradientTransform="matrix(0.50512576,0,0,0.50512576,61.662959,496.18602)" />

-     <linearGradient

-        id="linearGradient26503">

-       <stop

-          style="stop-color:#f2ca92;stop-opacity:1;"

-          offset="0"

-          id="stop26505" />

-       <stop

-          id="stop26511"

-          offset="0.5"

-          style="stop-color:#fbeedb;stop-opacity:1;" />

-       <stop

-          style="stop-color:#f2ca92;stop-opacity:1;"

-          offset="1"

-          id="stop26507" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient4123-3">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop4125-8" />

-       <stop

-          id="stop4155-9"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:1;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop4127-6" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient70008">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop70010" />

-       <stop

-          id="stop70012"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:1;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop70014" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient70017">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop70019" />

-       <stop

-          id="stop70021"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:1;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop70023" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient70026">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop70028" />

-       <stop

-          id="stop70030"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:1;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop70032" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient70035">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop70037" />

-       <stop

-          id="stop70039"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:1;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop70041" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient70044">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop70046" />

-       <stop

-          id="stop70048"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:1;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop70050" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient70053">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop70055" />

-       <stop

-          id="stop70057"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:1;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop70059" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient70062">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop70064" />

-       <stop

-          id="stop70066"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:1;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop70068" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient70071">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop70073" />

-       <stop

-          id="stop70075"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:1;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop70077" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient70080">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop70082" />

-       <stop

-          id="stop70084"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:1;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop70086" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient70089">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop70091" />

-       <stop

-          id="stop70093"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:1;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop70095" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient70098">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop70100" />

-       <stop

-          id="stop70102"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:1;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop70104" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient4123-3-0">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop4125-8-4" />

-       <stop

-          id="stop4155-9-7"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:1;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop4127-6-8" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient70557">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop70559" />

-       <stop

-          id="stop70561"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:1;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop70563" />

-     </linearGradient>

-     <linearGradient

-        id="linearGradient70566">

-       <stop

-          style="stop-color:#ffffff;stop-opacity:1;"

-          offset="0"

-          id="stop70568" />

-       <stop

-          id="stop70570"

-          offset="0.5"

-          style="stop-color:#ffffff;stop-opacity:1;" />

-       <stop

-          style="stop-color:#ffffff;stop-opacity:0"

-          offset="1"

-          id="stop70572" />

-     </linearGradient>

-     <linearGradient