protofox theme

protomode :3

.

add images :3
This commit is contained in:
Unknown 2025-03-20 13:36:17 -07:00
parent 2b58241c82
commit 09be77ce03
No known key found for this signature in database
357 changed files with 129017 additions and 741 deletions

View file

@ -2,6 +2,8 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700&family=Exo+2:wght@300;400;600&display=swap" rel="stylesheet">
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>EndofTimee</title>
@ -11,3 +13,4 @@
<script type="module" src="/src/index.tsx"></script>
</body>
</html>

1084
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,90 +1,90 @@
{
"name": "personal-site",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "vite",
"lint": "eslint . --ext ts,tsx --fix",
"format": "prettier --write \"src/**/*.{ts,tsx,css}\"",
"build": "tsc \u0026\u0026 vite build",
"type-check": "tsc --noEmit",
"dev": "vite --host 0.0.0.0",
"clean": "rimraf dist node_modules/.cache",
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"itty-router": "^4.0.27",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.0",
"tailwind-merge": "^2.2.1",
"zustand": "5.0.3"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20250129.0",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/node": "20.17.16",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/ui": "^1.2.2",
"autoprefixer": "10.4.20",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"husky": "^9.0.10",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"lucide-react": "0.474.0",
"postcss": "8.5.1",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"rimraf": "^5.0.5",
"tailwindcss": "3.4.17",
"typescript": "^5.3.3",
"vite": "^5.1.0",
"vitest": "^1.2.2",
"web-vitals": "4.2.4",
"wrangler": "^3.28.0"
},
"lint-staged": {
"*.{ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"*.{html,css,json,md}": [
"prettier --write"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"engines": {
"node": "\u003e=18.0.0"
},
"browserslist": {
"production": [
"\u003e0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
"name": "personal-site",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "vite",
"lint": "eslint . --ext ts,tsx --fix",
"format": "prettier --write \"src/**/*.{ts,tsx,css}\"",
"build": "tsc && vite build",
"type-check": "tsc --noEmit",
"dev": "vite --host 0.0.0.0",
"clean": "rimraf dist node_modules/.cache",
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"itty-router": "^4.0.27",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.0",
"tailwind-merge": "^2.2.1",
"zustand": "5.0.3"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20250129.0",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/node": "20.17.16",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/ui": "^1.2.2",
"autoprefixer": "10.4.20",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"husky": "^9.0.10",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"lucide-react": "0.474.0",
"postcss": "8.5.1",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"rimraf": "^5.0.5",
"tailwindcss": "3.4.17",
"typescript": "^5.3.3",
"vite": "6.2.2",
"vitest": "3.0.9",
"web-vitals": "4.2.4",
"wrangler": "^3.28.0"
},
"lint-staged": {
"*.{ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"*.{html,css,json,md}": [
"prettier --write"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"engines": {
"node": ">=18.0.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}

View file

@ -0,0 +1,25 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32">
<!-- Digital visor frame -->
<rect x="4" y="8" width="24" height="16" rx="2" ry="2" fill="#121212" stroke="#00E5FF" stroke-width="1" />
<!-- Visor screen glow -->
<rect x="5" y="9" width="22" height="14" rx="1" ry="1" fill="#00111A" opacity="0.7" />
<!-- Fox ears -->
<path d="M6 8 L2 2 L6 6" fill="#ff9466" stroke="#240046" stroke-width="1" />
<path d="M26 8 L30 2 L26 6" fill="#ff9466" stroke="#240046" stroke-width="1" />
<!-- Visor glowing line -->
<rect x="6" y="14" width="20" height="2" fill="#00E5FF" opacity="0.8">
<animate attributeName="opacity" values="0.3;0.8;0.3" dur="2s" repeatCount="indefinite" />
</rect>
<!-- Digital cursor element -->
<path d="M14 14 L18 14 L16 18 Z" fill="#FF005C" />
<!-- Digital circuit accents -->
<circle cx="8" cy="11" r="1" fill="#00E5FF" />
<circle cx="24" cy="11" r="1" fill="#00E5FF" />
<circle cx="8" cy="21" r="1" fill="#00E5FF" />
<circle cx="24" cy="21" r="1" fill="#00E5FF" />
</svg>

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -0,0 +1,29 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32">
<!-- Digital visor frame -->
<rect x="4" y="8" width="24" height="16" rx="2" ry="2" fill="#121212" stroke="#FF005C" stroke-width="1" />
<!-- Visor screen glow -->
<rect x="5" y="9" width="22" height="14" rx="1" ry="1" fill="#00111A" opacity="0.7" />
<!-- Fox ears -->
<path d="M6 8 L2 2 L6 6" fill="#ff9466" stroke="#240046" stroke-width="1" />
<path d="M26 8 L30 2 L26 6" fill="#ff9466" stroke="#240046" stroke-width="1" />
<!-- Visor glowing line -->
<rect x="6" y="14" width="20" height="2" fill="#FF005C" opacity="0.8">
<animate attributeName="opacity" values="0.3;0.8;0.3" dur="1s" repeatCount="indefinite" />
</rect>
<!-- Digital paw element -->
<circle cx="16" cy="16" r="3" fill="#FF005C" />
<circle cx="12" cy="13" r="1.5" fill="#FF005C" />
<circle cx="20" cy="13" r="1.5" fill="#FF005C" />
<circle cx="12" cy="19" r="1.5" fill="#FF005C" />
<circle cx="20" cy="19" r="1.5" fill="#FF005C" />
<!-- Digital circuit accents -->
<circle cx="8" cy="11" r="1" fill="#FF005C" />
<circle cx="24" cy="11" r="1" fill="#FF005C" />
<circle cx="8" cy="21" r="1" fill="#FF005C" />
<circle cx="24" cy="21" r="1" fill="#FF005C" />
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 156 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 455 KiB

View file

@ -0,0 +1,328 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxrealisticbreadsnoot.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxbreadpeek.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.959798"
inkscape:cx="-40.618609"
inkscape:cy="55.79011"
inkscape:document-units="px"
inkscape:current-layer="layer3"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ear back"
style="display:inline">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 268.24566,-55.125743 c 4.7243,-4.155495 25.83682,10.892525 43.04334,10.577262 l -23.4752,28.214549 c -8.67465,-6.765586 -23.84957,-35.025851 -19.56814,-38.791811 z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body"
style="display:inline">
<path
style="display:inline;opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 18.138984,44.053167 C 25.182517,29.277772 33.310218,23.089434 46.395685,23.119338 l -13.128634,-2.7419 C 42.662993,17.727457 46.82136,16.669964 55.331519,20.399618 50.365872,16.826915 47.429791,9.464898 45.11741,6.307152 57.631632,6.867058 68.297854,12.033877 72.936827,14.842551 L 71.011348,7.8104863 c 5.914511,1.6066853 8.619631,5.5413687 15.368406,6.4752577 17.597676,2.656259 17.884106,11.701293 23.082256,26.575689 2.3722,6.787989 13.00893,15.295006 18.53798,37.788401 -2.99018,-2.203531 -7.43292,-3.945801 -10.75992,-3.912713 7.88204,6.406325 11.67319,14.194471 7.22056,24.934951 -4.16656,-2.524422 -7.72096,-5.660978 -9.75435,-8.479288 1.20296,4.862786 2.7056,14.199836 1.23135,20.969926 C 74.433762,95.117448 48.026793,94.656169 11.222994,113.74911 9.4726442,106.60165 10.74309,100.21771 12.579243,92.435042 9.4310841,94.270642 6.1191379,96.336298 0.03894356,98.219728 -0.62854775,82.891311 6.4042869,75.451822 11.30784,73.415413 8.9088178,73.14531 4.5432157,73.715292 0.87386713,75.155553 7.5439477,55.845127 14.853518,50.945172 18.138984,44.053167 Z"
id="path1115"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccccsccccccccccs" />
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.20156,-29.171318 c 4.00843,11.595249 1.91686,13.588343 4.15314,20.0572417 2.26556,6.553592 5.83609,7.630335 6.19014,12.606015 0.44154,6.205402 -5.55783,16.8631443 -22.344,26.4954773 -15.91092,9.13012 -37.83555,16.7029 -49.82991,18.37629 -12.06933,1.68387 -32.30704,1.44378 -37.58624,-7.17642 -7.50861,-12.26051 -10.34336,-32.8922283 -7.11202,-49.6727573 3.05643,-15.8722507 9.20772,-27.7193157 21.55551,-31.5285337 l -13.18381,1.264593 c 8.08283,-5.254262 11.69387,-7.470905 20.81232,-6.449701 -5.73011,-1.912677 -10.65768,-7.993708 -13.76419,-10.293199 11.96456,-3.141935 23.53755,-1.39781 28.73556,-0.109769 l -3.87785,-6.066269 c 6.0483,-0.219441 9.75299,2.697488 16.39066,1.598965 17.37281,-2.655932 41.08893,5.523926 49.86069,30.89807 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front"
style="display:inline">
<path
sodipodi:nodetypes="sccccs"
inkscape:connector-curvature="0"
id="path873-7"
d="M 117.0364,0.35224235 C 112.74332,-1.9818854 86.105322,7.3927726 75.107344,25.248637 c 4.711257,6.829197 21.715622,-0.0723 25.191126,-4.151791 l 4.14276,8.25476 c 0.38262,4.885788 -1.75842,19.003122 5.00512,20.281394 9.39341,-15.811931 12.34118,-46.6975931 7.59005,-49.28075765 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
clip-path="none"
d="m 113.54257,3.825443 c -2.75196,0.07078 -9.81562,2.6344455 -14.099794,6.0176321 -5.45703,4.3093809 -8.365622,15.8783989 -15.466488,18.3880719 l 20.474642,13.498422 c 0.15014,-11.489365 9.84012,-15.280208 10.96569,-26.190488 0.68609,-6.6503998 0.27281,-10.9716657 -0.97881,-11.5865901 -0.1965,-0.09654 -0.50211,-0.1371569 -0.89524,-0.1270479 z"
id="path958-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csccscc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 10.961905,0.35224235 c 4.29308,-2.33412775 30.931084,7.04053025 41.929054,24.89639465 -4.71125,6.829197 -21.71561,-0.0723 -25.191114,-4.151791 l -4.14277,8.25476 C 23.174455,34.237394 25.315495,48.354728 18.551955,49.633 9.1585448,33.821069 6.2107748,2.9354069 10.961905,0.35224235 Z"
id="path898"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccccs" />
<path
inkscape:connector-curvature="0"
id="path900"
d="m 14.455735,3.825443 c 2.75196,0.07078 9.81562,2.6344455 14.0998,6.0176321 5.457024,4.3093809 8.365614,15.8783989 15.466484,18.3880719 L 23.547375,41.729569 c -0.15014,-11.489365 -9.84012,-15.280208 -10.96569,-26.190488 -0.68609,-6.6503998 -0.27281,-10.9716657 0.97881,-11.5865901 0.1965,-0.09654 0.50211,-0.1371569 0.89524,-0.1270479 z"
clip-path="none"
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
sodipodi:nodetypes="csccscc" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Bread">
<path
style="opacity:1;fill:#ffe8b6;fill-opacity:1;fill-rule:evenodd;stroke:#d99e82;stroke-width:13.99999905;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
d="m 363.08393,-69.785709 h 51.77862 c 8.46657,0 15.28261,6.81604 15.28261,15.282608 v 83.434777 c 0,8.46656 -6.81604,15.28261 -15.28261,15.28261 h -55.17147 c -8.46657,0 -15.28261,-6.81605 -15.28261,-15.28261 V -29.27011 c -14.45059,-10.587842 -13.17898,-40.515599 18.67546,-40.515599 z"
id="rect866"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscs" />
<path
sodipodi:nodetypes="ccsscc"
inkscape:connector-curvature="0"
id="path851"
d="M -276.38745,-29.785709 V 84.214285 h -27.67147 c -8.46657,0 -15.28261,-6.81605 -15.28261,-15.28261 V 10.72989 c -17.97939,-10.38040596 -14.89526,-40.515599 42.95408,-40.515599 z"
style="opacity:1;fill:#ffe8b6;fill-opacity:1;fill-rule:evenodd;stroke:#d99e82;stroke-width:13.99999905;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<path
style="opacity:1;fill:#ffe8b6;fill-opacity:1;fill-rule:evenodd;stroke:#d99e82;stroke-width:13.99999905;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
d="m 64.000684,28.051487 c -54.4741909,0 -57.3793226,30.135218 -40.448918,40.515624 V 105.7168 c 0,8.46656 6.418921,15.2832 14.39152,15.2832 h 26.057398 26.057388 c 7.972605,0 14.389698,-6.81664 14.389698,-15.2832 V 68.567111 C 121.37817,58.186705 118.47488,28.051487 64.000684,28.051487 Z"
id="path858"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scsscsscs" />
<circle
style="opacity:1;fill:none;fill-opacity:1;stroke:#d99e82;stroke-width:6.00000095;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path852"
cx="63.99773"
cy="87.530876"
r="26.116653" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)"
style="display:inline">
<path
id="path907"
style="display:inline;fill:#ff8702;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke"
d="m 114.43246,77.963802 c 2.7491,6.187753 1.67938,14.517407 -2.08114,19.435006 -5.93905,7.766472 -18.501998,5.605972 -21.556835,4.787432 -3.056825,0.8396 -15.69409,2.87952 -20.944134,-4.787432 -3.610076,-5.272006 -5.294552,-13.295992 -2.434816,-19.435006 3.021014,-6.485242 8.774302,-15.000108 23.954723,-15.000108 13.625892,0 20.040512,8.198828 23.062202,15.000108 z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sscssss" />
<path
style="fill:#e6e6e6;fill-opacity:1;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 74.066405,102.03929 c 3.73553,6.98265 9.254274,9.99548 16.256791,10.08794 7.217765,0.0953 12.837414,-2.62692 16.750034,-9.94057"
id="path874"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<ellipse
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81259036;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="path885"
cx="364.36917"
cy="157.06854"
rx="8.2298679"
ry="9.3320217"
transform="matrix(0.8829712,-0.46942716,0.34747894,0.93768779,0,0)" />
<ellipse
transform="matrix(0.956959,-0.29022315,0.15311796,0.98820792,0,0)"
ry="8.9836988"
rx="7.6254625"
cy="82.861549"
cx="335.31815"
id="ellipse887"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81394506;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.39999962;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 338.74649,14.451425 c 2.01683,3.387266 5.70291,7.323893 8.77604,9.710161 3.16992,-3.412671 4.27633,-8.224638 6.31032,-12.048064 2.04727,1.365133 7.42635,6.777919 11.61488,8.844439 3.25878,-3.739331 6.48894,-10.712945 7.36935,-12.3824113"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000067;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 359.09488,-2.8473023 c 0.5156,1.491473 -4.47059,8.852014 -7.10799,9.409412 -2.84141,0.60051 -8.65617,-4.933027 -8.5957,-6.50720999 0.15353,-3.99649101 14.28315,-7.01143001 15.70369,-2.90220201 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 338.85297,-18.080934 c 2.24601,7.961185 1.66025,11.5341027 -1.11835,16.2328817 -2.23258,3.775415 -0.737,8.280336 1.66588,10.02401"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<path
sodipodi:nodetypes="cscscsc"
inkscape:connector-curvature="0"
d="m 114.43246,77.963802 c 2.7491,6.187753 1.67938,14.517407 -2.08114,19.435006 -5.93905,7.766472 -18.68874,5.605972 -21.743576,4.787432 -3.056825,0.8396 -15.507349,2.87952 -20.757393,-4.787432 -3.610076,-5.272006 -5.294552,-13.295992 -2.434816,-19.435006 10.093907,0 14.482454,12.234293 23.237441,12.234293 8.85103,0 13.856924,-12.234293 23.779484,-12.234293 z"
style="display:inline;opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke"
id="path903" />
<path
sodipodi:nodetypes="sscssss"
inkscape:connector-curvature="0"
d="m 114.43246,77.963802 c 2.7491,6.187753 1.67938,14.517407 -2.08114,19.435006 -5.93905,7.766472 -18.501998,5.605972 -21.556835,4.787432 -3.056825,0.8396 -15.69409,2.87952 -20.944134,-4.787432 -3.610076,-5.272006 -5.294552,-13.295992 -2.434816,-19.435006 3.021014,-6.485242 8.774302,-15.000108 23.954723,-15.000108 13.625892,0 20.040512,8.198828 23.062202,15.000108 z"
style="display:inline;fill:none;fill-opacity:1;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke"
id="path905" />
<path
style="display:inline;opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.4000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 102.42486,85.688159 c 0.31678,2.2513 -6.70042,11.339416 -11.907811,11.339416 -5.036497,0 -11.49725,-9.338898 -11.116959,-11.576515 0.993214,-5.844095 22.15195,-5.965638 23.02477,0.237099 z"
id="rect902-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:inline">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 83.027668,85.246854 C 91.111287,81.72937 101.37647,79.719986 110.95387,78.73288"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 78.638049,90.949594 c 12.400245,-2.81046 23.892891,-1.177591 35.519011,3.673207"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path895"
d="m 79.034281,96.563428 c 7.691011,0.457028 16.500186,3.236836 24.373269,6.624862"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path897"
d="M 44.904019,85.246854 C 36.820399,81.72937 26.555217,79.719986 16.977821,78.73288"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 49.293519,90.949594 C 36.893276,88.139134 25.400629,89.772003 13.774511,94.622801"
id="path899"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 48.897409,96.563428 c -7.691014,0.457028 -16.500188,3.236836 -24.373277,6.624862"
id="path901"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 23 KiB

View file

@ -0,0 +1,360 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxbreadsnootgooglyrealistic.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxbreadpeek.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.839192"
inkscape:cx="47.409742"
inkscape:cy="85.319255"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ear back"
style="display:inline">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 268.24566,-55.125743 c 4.7243,-4.155495 25.83682,10.892525 43.04334,10.577262 l -23.4752,28.214549 c -8.67465,-6.765586 -23.84957,-35.025851 -19.56814,-38.791811 z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body"
style="display:inline">
<path
style="display:inline;opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 18.138984,44.053167 C 25.182517,29.277772 33.310218,23.089434 46.395685,23.119338 l -13.128634,-2.7419 C 42.662993,17.727457 46.82136,16.669964 55.331519,20.399618 50.365872,16.826915 47.429791,9.464898 45.11741,6.307152 57.631632,6.867058 68.297854,12.033877 72.936827,14.842551 L 71.011348,7.8104863 c 5.914511,1.6066853 8.619631,5.5413687 15.368406,6.4752577 17.597676,2.656259 17.884106,11.701293 23.082256,26.575689 2.3722,6.787989 13.00893,15.295006 18.53798,37.788401 -2.99018,-2.203531 -7.43292,-3.945801 -10.75992,-3.912713 7.88204,6.406325 11.67319,14.194471 7.22056,24.934951 -4.16656,-2.524422 -7.72096,-5.660978 -9.75435,-8.479288 1.20296,4.862786 2.7056,14.199836 1.23135,20.969926 C 74.433762,95.117448 48.026793,94.656169 11.222994,113.74911 9.4726442,106.60165 10.74309,100.21771 12.579243,92.435042 9.4310841,94.270642 6.1191379,96.336298 0.03894356,98.219728 -0.62854775,82.891311 6.4042869,75.451822 11.30784,73.415413 8.9088178,73.14531 4.5432157,73.715292 0.87386713,75.155553 7.5439477,55.845127 14.853518,50.945172 18.138984,44.053167 Z"
id="path1115"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccccsccccccccccs" />
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.20156,-29.171318 c 4.00843,11.595249 1.91686,13.588343 4.15314,20.0572417 2.26556,6.553592 5.83609,7.630335 6.19014,12.606015 0.44154,6.205402 -5.55783,16.8631443 -22.344,26.4954773 -15.91092,9.13012 -37.83555,16.7029 -49.82991,18.37629 -12.06933,1.68387 -32.30704,1.44378 -37.58624,-7.17642 -7.50861,-12.26051 -10.34336,-32.8922283 -7.11202,-49.6727573 3.05643,-15.8722507 9.20772,-27.7193157 21.55551,-31.5285337 l -13.18381,1.264593 c 8.08283,-5.254262 11.69387,-7.470905 20.81232,-6.449701 -5.73011,-1.912677 -10.65768,-7.993708 -13.76419,-10.293199 11.96456,-3.141935 23.53755,-1.39781 28.73556,-0.109769 l -3.87785,-6.066269 c 6.0483,-0.219441 9.75299,2.697488 16.39066,1.598965 17.37281,-2.655932 41.08893,5.523926 49.86069,30.89807 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front"
style="display:inline">
<path
sodipodi:nodetypes="sccccs"
inkscape:connector-curvature="0"
id="path873-7"
d="M 117.0364,0.35224235 C 112.74332,-1.9818854 86.105322,7.3927726 75.107344,25.248637 c 4.711257,6.829197 21.715622,-0.0723 25.191126,-4.151791 l 4.14276,8.25476 c 0.38262,4.885788 -1.75842,19.003122 5.00512,20.281394 9.39341,-15.811931 12.34118,-46.6975931 7.59005,-49.28075765 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
clip-path="none"
d="m 113.54257,3.825443 c -2.75196,0.07078 -9.81562,2.6344455 -14.099794,6.0176321 -5.45703,4.3093809 -8.365622,15.8783989 -15.466488,18.3880719 l 20.474642,13.498422 c 0.15014,-11.489365 9.84012,-15.280208 10.96569,-26.190488 0.68609,-6.6503998 0.27281,-10.9716657 -0.97881,-11.5865901 -0.1965,-0.09654 -0.50211,-0.1371569 -0.89524,-0.1270479 z"
id="path958-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csccscc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 10.961905,0.35224235 c 4.29308,-2.33412775 30.931084,7.04053025 41.929054,24.89639465 -4.71125,6.829197 -21.71561,-0.0723 -25.191114,-4.151791 l -4.14277,8.25476 C 23.174455,34.237394 25.315495,48.354728 18.551955,49.633 9.1585448,33.821069 6.2107748,2.9354069 10.961905,0.35224235 Z"
id="path898"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccccs" />
<path
inkscape:connector-curvature="0"
id="path900"
d="m 14.455735,3.825443 c 2.75196,0.07078 9.81562,2.6344455 14.0998,6.0176321 5.457024,4.3093809 8.365614,15.8783989 15.466484,18.3880719 L 23.547375,41.729569 c -0.15014,-11.489365 -9.84012,-15.280208 -10.96569,-26.190488 -0.68609,-6.6503998 -0.27281,-10.9716657 0.97881,-11.5865901 0.1965,-0.09654 0.50211,-0.1371569 0.89524,-0.1270479 z"
clip-path="none"
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
sodipodi:nodetypes="csccscc" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Bread">
<path
style="opacity:1;fill:#ffe8b6;fill-opacity:1;fill-rule:evenodd;stroke:#d99e82;stroke-width:13.99999905;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
d="m 363.08393,-69.785709 h 51.77862 c 8.46657,0 15.28261,6.81604 15.28261,15.282608 v 83.434777 c 0,8.46656 -6.81604,15.28261 -15.28261,15.28261 h -55.17147 c -8.46657,0 -15.28261,-6.81605 -15.28261,-15.28261 V -29.27011 c -14.45059,-10.587842 -13.17898,-40.515599 18.67546,-40.515599 z"
id="rect866"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscs" />
<path
sodipodi:nodetypes="ccsscc"
inkscape:connector-curvature="0"
id="path851"
d="M -276.38745,-29.785709 V 84.214285 h -27.67147 c -8.46657,0 -15.28261,-6.81605 -15.28261,-15.28261 V 10.72989 c -17.97939,-10.38040596 -14.89526,-40.515599 42.95408,-40.515599 z"
style="opacity:1;fill:#ffe8b6;fill-opacity:1;fill-rule:evenodd;stroke:#d99e82;stroke-width:13.99999905;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<path
style="opacity:1;fill:#ffe8b6;fill-opacity:1;fill-rule:evenodd;stroke:#d99e82;stroke-width:13.99999905;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
d="m 64.000684,28.051487 c -54.4741909,0 -57.3793226,30.135218 -40.448918,40.515624 V 105.7168 c 0,8.46656 6.418921,15.2832 14.39152,15.2832 h 26.057398 26.057388 c 7.972605,0 14.389698,-6.81664 14.389698,-15.2832 V 68.567111 C 121.37817,58.186705 118.47488,28.051487 64.000684,28.051487 Z"
id="path858"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scsscsscs" />
<circle
style="opacity:1;fill:none;fill-opacity:1;stroke:#d99e82;stroke-width:6.00000095;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path852"
cx="63.99773"
cy="87.530876"
r="26.116653" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)"
style="display:inline">
<path
id="path907"
style="display:inline;fill:#ff8702;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke"
d="m 114.43246,77.963802 c 2.7491,6.187753 1.67938,14.517407 -2.08114,19.435006 -5.93905,7.766472 -18.501998,5.605972 -21.556835,4.787432 -3.056825,0.8396 -15.69409,2.87952 -20.944134,-4.787432 -3.610076,-5.272006 -5.294552,-13.295992 -2.434816,-19.435006 3.021014,-6.485242 8.774302,-15.000108 23.954723,-15.000108 13.625892,0 20.040512,8.198828 23.062202,15.000108 z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sscssss" />
<path
style="fill:#e6e6e6;fill-opacity:1;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 74.066405,102.03929 c 3.73553,6.98265 9.254274,9.99548 16.256791,10.08794 7.217765,0.0953 12.837414,-2.62692 16.750034,-9.94057"
id="path874"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<ellipse
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81259036;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="path885"
cx="364.36917"
cy="157.06854"
rx="8.2298679"
ry="9.3320217"
transform="matrix(0.8829712,-0.46942716,0.34747894,0.93768779,0,0)" />
<ellipse
transform="matrix(0.956959,-0.29022315,0.15311796,0.98820792,0,0)"
ry="8.9836988"
rx="7.6254625"
cy="82.861549"
cx="335.31815"
id="ellipse887"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81394506;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.39999962;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 338.74649,14.451425 c 2.01683,3.387266 5.70291,7.323893 8.77604,9.710161 3.16992,-3.412671 4.27633,-8.224638 6.31032,-12.048064 2.04727,1.365133 7.42635,6.777919 11.61488,8.844439 3.25878,-3.739331 6.48894,-10.712945 7.36935,-12.3824113"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000067;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 359.09488,-2.8473023 c 0.5156,1.491473 -4.47059,8.852014 -7.10799,9.409412 -2.84141,0.60051 -8.65617,-4.933027 -8.5957,-6.50720999 0.15353,-3.99649101 14.28315,-7.01143001 15.70369,-2.90220201 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 338.85297,-18.080934 c 2.24601,7.961185 1.66025,11.5341027 -1.11835,16.2328817 -2.23258,3.775415 -0.737,8.280336 1.66588,10.02401"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<path
sodipodi:nodetypes="cscscsc"
inkscape:connector-curvature="0"
d="m 114.43246,77.963802 c 2.7491,6.187753 1.67938,14.517407 -2.08114,19.435006 -5.93905,7.766472 -18.68874,5.605972 -21.743576,4.787432 -3.056825,0.8396 -15.507349,2.87952 -20.757393,-4.787432 -3.610076,-5.272006 -5.294552,-13.295992 -2.434816,-19.435006 10.093907,0 14.482454,12.234293 23.237441,12.234293 8.85103,0 13.856924,-12.234293 23.779484,-12.234293 z"
style="display:inline;opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke"
id="path903" />
<path
sodipodi:nodetypes="sscssss"
inkscape:connector-curvature="0"
d="m 114.43246,77.963802 c 2.7491,6.187753 1.67938,14.517407 -2.08114,19.435006 -5.93905,7.766472 -18.501998,5.605972 -21.556835,4.787432 -3.056825,0.8396 -15.69409,2.87952 -20.944134,-4.787432 -3.610076,-5.272006 -5.294552,-13.295992 -2.434816,-19.435006 3.021014,-6.485242 8.774302,-15.000108 23.954723,-15.000108 13.625892,0 20.040512,8.198828 23.062202,15.000108 z"
style="display:inline;fill:none;fill-opacity:1;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke"
id="path905" />
<path
style="display:inline;opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.4000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 102.42486,85.688159 c 0.31678,2.2513 -6.70042,11.339416 -11.907811,11.339416 -5.036497,0 -11.49725,-9.338898 -11.116959,-11.576515 0.993214,-5.844095 22.15195,-5.965638 23.02477,0.237099 z"
id="rect902-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<ellipse
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#d99e82;stroke-width:6.00000477;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="path852-6"
cx="43.580532"
cy="-119.57638"
rx="11.670293"
ry="11.826795"
transform="matrix(-0.07142959,0.99744564,-0.99731308,-0.07325722,0,0)" />
<ellipse
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:6.00000477;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="path856"
cx="46.927837"
cy="-121.31831"
rx="7.056457"
ry="7.1510854"
transform="matrix(-0.07142959,0.99744564,-0.99731308,-0.07325722,0,0)" />
<ellipse
ry="11.690152"
rx="11.807164"
cy="75.220222"
cx="-37.86058"
id="ellipse1111"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#d99e82;stroke-width:6.00012207;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
transform="matrix(0.21121271,-0.97744012,0.97930836,0.20237376,0,0)" />
<ellipse
ry="7.0684648"
rx="7.1392164"
cy="73.498413"
cx="-34.474022"
id="ellipse1113"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:6.00012207;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
transform="matrix(0.21121271,-0.97744012,0.97930836,0.20237376,0,0)" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:inline">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 83.027668,85.246854 C 91.111287,81.72937 101.37647,79.719986 110.95387,78.73288"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 78.638049,90.949594 c 12.400245,-2.81046 23.892891,-1.177591 35.519011,3.673207"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path895"
d="m 79.034281,96.563428 c 7.691011,0.457028 16.500186,3.236836 24.373269,6.624862"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path897"
d="M 44.904019,85.246854 C 36.820399,81.72937 26.555217,79.719986 16.977821,78.73288"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 49.293519,90.949594 C 36.893276,88.139134 25.400629,89.772003 13.774511,94.622801"
id="path899"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 48.897409,96.563428 c -7.691014,0.457028 -16.500188,3.236836 -24.373277,6.624862"
id="path901"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 KiB

View file

@ -0,0 +1,235 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfox.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfox.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.6"
inkscape:cx="-43.271936"
inkscape:cy="50.948463"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1981"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 10.964903,0.26502856 C 17.193083,-2.2848614 33.277463,20.305938 50.782233,26.000478 l -33.59207,20.31895 C 10.785093,36.448318 5.3205629,2.5758986 10.964903,0.26502856 Z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 126.19432,69.473158 c 0,13.12284 -2.81096,14.40677 -2.81096,21.7279 0,7.41698 3.23327,9.753302 1.85232,14.907102 -1.72226,6.42754 -11.51181,15.10514 -31.847749,18.97643 -19.27557,3.66943 -44.086348,3.66288 -56.796618,1.16284 C 23.801593,123.73177 3.4265829,116.41648 1.1022229,105.85711 -2.2037171,90.838508 2.1408209,68.990604 11.271853,53.155928 19.908649,38.178335 30.267422,28.351497 44.081413,28.815888 L 30.311552,25.486892 c 10.007408,-2.486949 14.432585,-3.465851 23.293821,0.753186 -5.124314,-3.936115 -7.980575,-11.805676 -10.31743,-15.21595 13.19337,1.00504 24.28333,6.8127 29.08802,9.93139 l -1.800228,-7.487786 c 6.191096,1.891888 8.916886,6.135396 16.011016,7.344566 18.490879,3.3864 39.607569,19.94386 39.607569,48.66086 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path873"
d="M 125.28524,0.37813902 C 120.30487,-2.2481557 89.751956,8.942913 77.342566,29.676181 c 5.52801,7.799032 19.477069,-0.125642 25.070654,-0.504988 -1.52875,2.360045 -4.123583,8.49045 -4.175687,11.580478 2.272247,0.877121 9.521617,0.624336 12.394667,-2.319618 1.53257,5.472273 -1.18069,17.461091 6.63047,18.834709 10.59069,-18.354905 13.53429,-53.9821224 8.02257,-56.88862298 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74360824;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 148.35911,4.3356447 c -1.78771,-0.8484478 -11.00575,2.906299 -16.19325,7.6720183 -10.53309,9.676667 -1.07136,22.664674 -28.29413,20.811212 6.00859,14.75387 19.11803,20.290527 34.81182,24.002583 -2.67038,-18.583744 9.24321,-19.504661 10.95019,-39.43404 0.64348,-7.5127806 0.14869,-12.3762659 -1.27463,-13.0517733 z"
id="path958"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss"
clip-path="url(#clipPath848)"
transform="matrix(1.0194668,0,0,1.0216422,-28.904012,0.13415088)" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<ellipse
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81259012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="path885"
cx="108.5539"
cy="77.193321"
rx="8.8029327"
ry="9.9818306"
transform="matrix(0.98788676,-0.15517654,0.02204363,0.99975701,0,0)" />
<ellipse
transform="matrix(0.99926374,0.03836633,-0.17815691,0.98400209,0,0)"
ry="9.6092548"
rx="8.1564407"
cy="51.880444"
cx="72.125847"
id="ellipse887"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81394577;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.39999962;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 57.615871,85.836285 c 0.855114,4.129123 3.205731,9.396985 5.478503,12.883308 4.397218,-2.34217 7.197383,-6.82007 10.589802,-9.974459 1.592567,2.095526 5.138807,9.447328 8.650919,13.000236 4.601206,-2.641353 10.303767,-8.562335 11.777228,-9.94237"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000043;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 84.232155,75.45973 c 0,1.687965 -7.613015,7.386412 -10.474045,7.028194 -3.082324,-0.385924 -7.026816,-8.012061 -6.415542,-9.582319 1.551878,-3.986518 16.889587,-2.096463 16.889587,2.554125 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 69.092765,52.985546 c -0.511675,8.833129 -2.35248,12.240392 -6.80356,16.019479 -3.576393,3.036453 -3.638824,8.113282 -1.819049,10.715762"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -0,0 +1,343 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfox0_0.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxsad.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath894">
<path
sodipodi:nodetypes="scsccccs"
inkscape:connector-curvature="0"
id="path896"
d="m 121.94585,8.3109743 c -4.37532,-3.118506 -39.560593,2.2049727 -52.955088,23.9097867 2.186976,5.813359 8.255215,5.868865 14.806933,5.421494 5.471008,-0.373577 7.795424,-0.09011 11.020011,1.037292 -0.942798,1.458811 -1.231225,4.319039 -2.477709,6.366205 2.352309,0.442071 6.536557,-1.167616 9.583973,-3.655515 0.75221,5.373621 -3.944168,11.098055 2.37492,14.328375 C 117.90897,40.94738 126.78797,11.7622 121.94585,8.3109743 Z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.80000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<mask
id="mask914-4"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-8"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-1"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-2"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-8"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848-3"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<mask
id="mask914-7"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-2"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-6"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-5"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848-6"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.979899"
inkscape:cx="-141.53974"
inkscape:cy="34.452537"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 7.0846608,9.924732 C 12.813175,6.93306 31.679756,24.554337 47.468237,29.59532 L 15.670973,51.48 C 6.988401,41.13168 1.8931483,12.635969 7.0846608,9.924732 Z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs"
inkscape:transform-center-x="9.6546753"
inkscape:transform-center-y="-8.2431042" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 121.17378,71.79763 c 0,12.601649 -2.69932,13.834586 -2.69932,20.864947 0,7.122405 3.10486,9.365943 1.77875,14.315053 -1.65386,6.17226 -11.0546,14.50522 -30.582872,18.22276 -18.510015,3.52369 -42.3354,3.5174 -54.540864,1.11665 C 22.847714,123.90129 3.2819252,116.87654 1.0498803,106.73655 -2.1247598,92.314427 2.047229,71.334241 10.81561,56.128461 19.109384,41.745723 29.056745,32.30917 42.322094,32.755118 l -13.222972,-3.19678 c 9.60995,-2.388178 13.859375,-3.328201 22.368675,0.723271 -4.920794,-3.779786 -7.663615,-11.336798 -9.907659,-14.611627 12.669378,0.965123 23.318885,6.542124 27.93275,9.53695 l -1.728729,-7.190397 c 5.945208,1.816748 8.56274,5.89172 15.375118,7.052866 17.756483,3.251905 38.034503,19.151763 38.034503,46.728229 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 126.69616,12.155147 c -4.24253,-3.0238587 -38.35992,2.138053 -51.3479,23.184124 2.120606,5.636923 8.004674,5.690745 14.357546,5.256952 5.304967,-0.362238 7.558836,-0.08738 10.685554,1.00581 -0.914183,1.414537 -1.193852,4.187956 -2.402497,6.172991 2.280907,0.428654 6.338157,-1.132179 9.293087,-3.544571 0.72937,5.210533 -3.82447,10.761229 2.30284,13.893506 13.19701,-14.322921 21.80653,-42.622331 17.11137,-45.968812 z"
id="path923-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scsccccs" />
<path
clip-path="url(#clipPath894)"
sodipodi:nodetypes="ssccss"
inkscape:connector-curvature="0"
id="path925-3"
d="m 119.43262,11.222631 c -2.2381,-1.2528729 -11.63897,3.313758 -16.34247,8.310426 -9.5393,10.133871 -3.49156,19.319228 -30.120699,18.597822 3.872688,15.043436 12.978367,16.961397 27.625579,22.584052 -0.34529,-20.334094 12.78909,-17.928245 18.05531,-36.57405 1.99939,-7.079141 2.12019,-12.169295 0.78228,-12.91825 z"
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.88764;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
transform="matrix(0.96964998,0,0,0.96964998,8.257443,4.2903418)" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000043;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 81.947039,77.545208 c 0,1.620925 -7.310654,7.09305 -10.058055,6.749059 -2.959905,-0.370595 -6.747736,-7.693851 -6.16074,-9.201743 1.490244,-3.828189 16.218795,-2.0132 16.218795,2.452684 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<rect
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0;paint-order:markers stroke fill"
id="rect907"
width="24.190199"
height="13.580462"
x="105.1535"
y="-38.049076"
transform="rotate(41.696634)" />
<rect
transform="rotate(-20.052217)"
y="59.256561"
x="25.607241"
height="13.580462"
width="24.190199"
id="rect924"
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0;paint-order:markers stroke fill" />
<ellipse
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#313131;stroke-width:8.03597164;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="path885"
cx="102.76897"
cy="78.25473"
rx="8.4533358"
ry="9.5854149"
transform="matrix(0.98788676,-0.15517654,0.02204363,0.99975701,0,0)" />
<ellipse
transform="matrix(0.99926374,0.03836632,-0.1781569,0.98400209,0,0)"
ry="9.2276354"
rx="7.8325186"
cy="55.489529"
cx="71.333084"
id="ellipse887"
style="opacity:1;fill:#fefefe;fill-opacity:1;fill-rule:evenodd;stroke:#313131;stroke-width:8.03984451;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 71.183698,57.539866 c -1.27951,6.875711 -6.033862,10.177972 -10.308173,13.806977 -3.434361,2.915864 -3.494313,7.791074 -1.746808,10.2902"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.39999962;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 61.888035,98.426636 c 4.222588,-2.24915 7.335939,-5.09417 10.593632,-8.12328 1.529321,2.0123 5.601626,7.25332 8.974259,10.665124"
id="path889-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 23 KiB

View file

@ -0,0 +1,240 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfox3c.png"
sodipodi:docname="blobfox3c.svg"
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
id="svg8"
version="1.1"
viewBox="0 0 128 128"
height="128"
width="128">
<defs
id="defs2">
<linearGradient
id="linearGradient879"
inkscape:collect="always">
<stop
id="stop875"
offset="0"
style="stop-color:#ff7505;stop-opacity:1" />
<stop
id="stop877"
offset="1"
style="stop-color:#ff8702;stop-opacity:1" />
</linearGradient>
<mask
id="mask914"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<linearGradient
y2="85.856133"
x2="95.348198"
y1="112.44355"
x1="114.28658"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
gradientUnits="userSpaceOnUse"
id="linearGradient850"
xlink:href="#linearGradient879"
inkscape:collect="always" />
<clipPath
id="clipPath848"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
</defs>
<sodipodi:namedview
inkscape:document-rotation="0"
showguides="false"
inkscape:window-maximized="1"
inkscape:window-y="0"
inkscape:window-x="1536"
inkscape:window-height="992"
inkscape:window-width="1920"
fit-margin-bottom="0"
fit-margin-right="0"
fit-margin-left="0"
fit-margin-top="0"
units="px"
showgrid="false"
inkscape:current-layer="layer4"
inkscape:document-units="px"
inkscape:cy="60.37565"
inkscape:cx="-50.881144"
inkscape:zoom="1.979899"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1.0"
bordercolor="#666666"
pagecolor="#ffffff"
id="base" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Ear back"
id="layer3"
inkscape:groupmode="layer">
<path
sodipodi:nodetypes="sccs"
inkscape:connector-curvature="0"
id="rect870"
d="M 37.868242,0.23407545 C 44.096422,-2.3158145 60.180802,20.274985 77.685572,25.969525 l -33.59207,20.31895 c -6.40507,-9.87111 -11.8696,-43.7435295 -6.22526,-46.05439955 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
transform="translate(-26.911905,0.03095311)" />
</g>
<g
inkscape:label="Body"
id="layer4"
inkscape:groupmode="layer">
<path
transform="translate(-26.911905,0.03095311)"
sodipodi:nodetypes="ssssssscccccccs"
inkscape:connector-curvature="0"
id="path837"
d="m 153.09766,69.442205 c 0,13.12284 -2.81096,14.40677 -2.81096,21.7279 0,7.41698 3.23327,9.753305 1.85232,14.907105 -1.72226,6.42754 -11.51181,15.10514 -31.84775,18.97643 -19.27557,3.66943 -44.086348,3.66288 -56.796618,1.16284 -12.78972,-2.51566 -33.16473,-9.83095 -35.48909,-20.39032 -3.30594,-15.018605 1.038598,-36.866509 10.16963,-52.701185 8.636796,-14.977593 18.995569,-24.804431 32.80956,-24.34004 L 57.214891,25.455939 c 10.007408,-2.486949 14.432585,-3.465851 23.293821,0.753186 -5.124314,-3.936115 -7.980575,-11.805676 -10.31743,-15.21595 13.19337,1.00504 24.28333,6.8127 29.08802,9.93139 l -1.800228,-7.487786 c 6.191096,1.891888 8.916886,6.135396 16.011016,7.344566 18.49088,3.3864 39.60757,19.94386 39.60757,48.66086 z"
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
inkscape:label="Ear front"
id="layer5"
inkscape:groupmode="layer">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 125.27667,0.37813902 C 120.2963,-2.2481557 89.74339,8.942913 77.334,29.676181 c 5.52801,7.799032 19.477069,-0.125642 25.07065,-0.504988 -1.52875,2.360045 -4.123579,8.49045 -4.175683,11.580478 2.272243,0.877121 9.521613,0.624336 12.394663,-2.319618 1.53257,5.472273 -1.18069,17.461091 6.63047,18.834709 10.59069,-18.354905 13.53429,-53.9821224 8.02257,-56.88862298 z"
id="path873"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
<path
transform="matrix(1.0194668,0,0,1.0216422,-28.912578,0.13415088)"
clip-path="url(#clipPath848)"
sodipodi:nodetypes="ssccss"
inkscape:connector-curvature="0"
id="path958"
d="m 148.35911,4.3356447 c -1.78771,-0.8484478 -11.00575,2.906299 -16.19325,7.6720183 -10.53309,9.676667 -1.07136,22.664674 -28.29413,20.811212 6.00859,14.75387 19.11803,20.290527 34.81182,24.002583 -2.67038,-18.583744 9.24321,-19.504661 10.95019,-39.43404 0.64348,-7.5127806 0.14869,-12.3762659 -1.27463,-13.0517733 z"
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74360824;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
transform="translate(-26.911905,0.03095311)"
id="layer1"
inkscape:groupmode="layer"
inkscape:label="Face">
<path
sodipodi:nodetypes="ssssss"
inkscape:connector-curvature="0"
id="path885"
d="m 117.34819,77.191978 c 0,5.512812 -3.28392,8.878201 -8.14564,8.878202 -1.69398,1e-6 -3.24762,-0.590563 -4.61889,-1.482787 -2.44676,-1.591996 -4.841335,-3.80344 -4.841335,-7.395415 0,-5.512814 3.941205,-9.981831 8.802935,-9.98183 4.86172,2e-6 8.80293,4.469019 8.80293,9.98183 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81259012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
transform="matrix(0.98788676,-0.15517654,0.02204363,0.99975701,0,0)" />
<path
sodipodi:nodetypes="sssss"
inkscape:connector-curvature="0"
id="ellipse887"
d="m 80.273773,51.880775 c 0,5.307045 -3.860244,7.938743 -8.364922,7.938743 -4.504678,0 -7.947959,-2.631698 -7.947959,-7.938743 0,-5.307044 3.651763,-9.609254 8.15644,-9.609254 4.504678,0 8.156441,4.302209 8.156441,9.609254 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81394577;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
transform="matrix(0.99926374,0.03836633,-0.17815691,0.98400209,0,0)" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path889"
d="m 57.607305,82.979017 c 0.855114,4.129123 3.205731,9.396985 5.478503,12.883308 4.397218,-2.34217 7.197383,-6.82007 10.589802,-9.974459 1.592567,2.095526 5.138807,9.447328 8.650919,13.000236 4.601206,-2.641353 10.303767,-8.562335 11.777228,-9.94237"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.39999962;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="ssss"
inkscape:connector-curvature="0"
id="rect902"
d="m 84.223589,73.138692 c 0,1.687965 -7.613015,7.386412 -10.474045,7.028194 -3.082324,-0.385924 -7.026816,-8.012061 -6.415542,-9.582319 1.551878,-3.986518 16.889587,-2.096463 16.889587,2.554125 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000043;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
sodipodi:nodetypes="csc"
inkscape:connector-curvature="0"
id="path890-4"
d="m 69.083775,52.98514 c -0.511675,8.833129 -2.35248,9.829678 -6.80356,13.608765 -3.576393,3.036453 -3.638824,8.113282 -1.819049,10.715762"
style="display:inline;fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cssc"
inkscape:connector-curvature="0"
id="path915-3"
d="m 53.766435,116.01961 c 0,0 3.573841,-1.62859 6.62281,-5.04259 11.401376,-12.766376 -0.956938,-24.87626 -11.202981,-15.405101 -3.436108,3.176243 -4.320388,4.346559 -9.31008,6.687381"
style="fill:#ff8702;fill-opacity:1;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<g
style="display:none"
inkscape:label="Whiskers"
id="layer6"
inkscape:groupmode="layer">
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path943"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
id="path945"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
id="path947"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path949"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -0,0 +1,256 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfox3cevil.png"
sodipodi:docname="blobfox3cevil.svg"
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
id="svg8"
version="1.1"
viewBox="0 0 128 128"
height="128"
width="128">
<defs
id="defs2">
<linearGradient
id="linearGradient879"
inkscape:collect="always">
<stop
id="stop875"
offset="0"
style="stop-color:#ff7505;stop-opacity:1" />
<stop
id="stop877"
offset="1"
style="stop-color:#ff8702;stop-opacity:1" />
</linearGradient>
<mask
id="mask914"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<linearGradient
y2="85.856133"
x2="95.348198"
y1="112.44355"
x1="114.28658"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
gradientUnits="userSpaceOnUse"
id="linearGradient850"
xlink:href="#linearGradient879"
inkscape:collect="always" />
<clipPath
id="clipPath848"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
</defs>
<sodipodi:namedview
inkscape:document-rotation="0"
showguides="false"
inkscape:window-maximized="1"
inkscape:window-y="0"
inkscape:window-x="1536"
inkscape:window-height="992"
inkscape:window-width="1920"
fit-margin-bottom="0"
fit-margin-right="0"
fit-margin-left="0"
fit-margin-top="0"
units="px"
showgrid="false"
inkscape:current-layer="layer1"
inkscape:document-units="px"
inkscape:cy="90.28705"
inkscape:cx="16.390656"
inkscape:zoom="5.6568542"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1.0"
bordercolor="#666666"
pagecolor="#ffffff"
id="base" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Ear back"
id="layer3"
inkscape:groupmode="layer">
<path
sodipodi:nodetypes="sccs"
inkscape:connector-curvature="0"
id="rect870"
d="M 37.868242,0.23407545 C 44.096422,-2.3158145 60.180802,20.274985 77.685572,25.969525 l -33.59207,20.31895 c -6.40507,-9.87111 -11.8696,-43.7435295 -6.22526,-46.05439955 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
transform="translate(-26.911905,0.03095311)" />
</g>
<g
inkscape:label="Body"
id="layer4"
inkscape:groupmode="layer">
<path
transform="translate(-26.911905,0.03095311)"
sodipodi:nodetypes="ssssssscccccccs"
inkscape:connector-curvature="0"
id="path837"
d="m 153.09766,69.442205 c 0,13.12284 -2.81096,14.40677 -2.81096,21.7279 0,7.41698 3.23327,9.753305 1.85232,14.907105 -1.72226,6.42754 -11.51181,15.10514 -31.84775,18.97643 -19.27557,3.66943 -44.086348,3.66288 -56.796618,1.16284 -12.78972,-2.51566 -33.16473,-9.83095 -35.48909,-20.39032 -3.30594,-15.018605 1.038598,-36.866509 10.16963,-52.701185 8.636796,-14.977593 18.995569,-24.804431 32.80956,-24.34004 L 57.214891,25.455939 c 10.007408,-2.486949 14.432585,-3.465851 23.293821,0.753186 -5.124314,-3.936115 -7.980575,-11.805676 -10.31743,-15.21595 13.19337,1.00504 24.28333,6.8127 29.08802,9.93139 l -1.800228,-7.487786 c 6.191096,1.891888 8.916886,6.135396 16.011016,7.344566 18.49088,3.3864 39.60757,19.94386 39.60757,48.66086 z"
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
inkscape:label="Ear front"
id="layer5"
inkscape:groupmode="layer">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 125.27667,0.37813902 C 120.2963,-2.2481557 89.74339,8.942913 77.334,29.676181 c 5.52801,7.799032 19.477069,-0.125642 25.07065,-0.504988 -1.52875,2.360045 -4.123579,8.49045 -4.175683,11.580478 2.272243,0.877121 9.521613,0.624336 12.394663,-2.319618 1.53257,5.472273 -1.18069,17.461091 6.63047,18.834709 10.59069,-18.354905 13.53429,-53.9821224 8.02257,-56.88862298 z"
id="path873"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
<path
transform="matrix(1.0194668,0,0,1.0216422,-28.912578,0.13415088)"
clip-path="url(#clipPath848)"
sodipodi:nodetypes="ssccss"
inkscape:connector-curvature="0"
id="path958"
d="m 148.35911,4.3356447 c -1.78771,-0.8484478 -11.00575,2.906299 -16.19325,7.6720183 -10.53309,9.676667 -1.07136,22.664674 -28.29413,20.811212 6.00859,14.75387 19.11803,20.290527 34.81182,24.002583 -2.67038,-18.583744 9.24321,-19.504661 10.95019,-39.43404 0.64348,-7.5127806 0.14869,-12.3762659 -1.27463,-13.0517733 z"
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74360824;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
transform="translate(-26.911905,0.03095311)"
id="layer1"
inkscape:groupmode="layer"
inkscape:label="Face">
<path
sodipodi:nodetypes="ssssss"
inkscape:connector-curvature="0"
id="path885"
d="m 117.34819,77.191978 c 0,5.512812 -3.28392,8.878201 -8.14564,8.878202 -1.69398,1e-6 -3.24762,-0.590563 -4.61889,-1.482787 -2.44676,-1.591996 -4.841335,-3.80344 -4.841335,-7.395415 0,-5.512814 3.941205,-9.981831 8.802935,-9.98183 4.86172,2e-6 8.80293,4.469019 8.80293,9.98183 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81259012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
transform="matrix(0.98788676,-0.15517654,0.02204363,0.99975701,0,0)" />
<path
transform="matrix(0.99926374,0.03836633,-0.17815691,0.98400209,0,0)"
sodipodi:nodetypes="sssss"
inkscape:connector-curvature="0"
id="ellipse887"
d="m 80.273773,51.880775 c 0,5.307045 -3.860244,7.938743 -8.364922,7.938743 -4.504678,0 -7.947959,-2.631698 -7.947959,-7.938743 0,-5.307044 3.651763,-9.609254 8.15644,-9.609254 4.504678,0 8.156441,4.302209 8.156441,9.609254 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81394577;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path889"
d="m 57.607305,82.979017 c 0.855114,4.129123 3.205731,9.396985 5.478503,12.883308 4.397218,-2.34217 7.197383,-6.82007 10.589802,-9.974459 1.592567,2.095526 5.138807,9.447328 8.650919,13.000236 4.601206,-2.641353 10.303767,-8.562335 11.777228,-9.94237"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.39999962;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="ssss"
inkscape:connector-curvature="0"
id="rect902"
d="m 84.223589,73.138692 c 0,1.687965 -7.613015,7.386412 -10.474045,7.028194 -3.082324,-0.385924 -7.026816,-8.012061 -6.415542,-9.582319 1.551878,-3.986518 16.889587,-2.096463 16.889587,2.554125 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000043;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
sodipodi:nodetypes="csc"
inkscape:connector-curvature="0"
id="path890-4"
d="m 69.083775,52.98514 c -0.511675,8.833129 -2.35248,9.829678 -6.80356,13.608765 -3.576393,3.036453 -3.638824,8.113282 -1.819049,10.715762"
style="display:inline;fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect
transform="matrix(0.90515313,-0.42508564,0.4104588,0.91187915,0,0)"
y="81.852776"
x="59.127678"
height="16.963106"
width="30.655897"
id="rect930"
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.50016212;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<rect
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.50049138;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="rect932"
width="27.475328"
height="15.015031"
x="66.833282"
y="-20.907398"
transform="matrix(0.73218344,0.68110749,-0.70136187,0.71280539,0,0)" />
<path
style="fill:#ff8702;fill-opacity:1;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 53.766156,116.0196 c 0,0 3.573841,-1.62859 6.62281,-5.04259 11.401376,-12.766376 -0.956938,-24.87626 -11.202981,-15.405101 -3.436108,3.176243 -4.320388,4.346564 -9.31008,6.687381"
id="path915-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cssc" />
</g>
<g
style="display:none"
inkscape:label="Whiskers"
id="layer6"
inkscape:groupmode="layer">
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path943"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
id="path945"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
id="path947"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path949"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -0,0 +1,283 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfox-w-.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfox-w-.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<mask
id="mask914-2"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-6"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-4"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-9"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848-0"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850-4"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="11.468469"
inkscape:cy="59.953146"
inkscape:document-units="px"
inkscape:current-layer="layer4"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 10.955903,0.26503713 C 17.184083,-2.2848529 33.268463,20.305946 50.773232,26.000485 l -33.59207,20.31895 C 10.776093,36.448324 5.3115628,2.5759071 10.955903,0.26503713 Z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 126.18532,69.473163 c 0,13.12284 -2.81096,14.406769 -2.81096,21.727899 0,7.416978 3.23327,9.753298 1.85232,14.907108 -1.72226,6.42754 -11.51182,15.10513 -31.847749,18.97641 -19.275573,3.66944 -44.086349,3.66289 -56.796619,1.16284 C 23.792592,123.73177 3.4175838,116.41648 1.0932228,105.85712 -2.2127172,90.838512 2.1318218,68.990609 11.262853,53.155934 19.899648,38.178341 30.258421,28.351504 44.072412,28.815895 L 30.302551,25.486899 c 10.007408,-2.486949 14.432585,-3.465851 23.29382,0.753186 -5.124314,-3.936115 -7.980574,-11.805676 -10.31743,-15.215949 13.193371,1.00504 24.283329,6.8127 29.088019,9.931389 l -1.800227,-7.487786 c 6.191095,1.891889 8.916885,6.135396 16.011015,7.344567 18.490882,3.386399 39.607572,19.943858 39.607572,48.660857 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs" />
<path
style="fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 89.441581,63.966808 69.496728,58.718791"
id="path841"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
inkscape:connector-curvature="0"
id="path854"
d="M 47.811803,55.358043 27.28629,53.347531"
style="fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="cc" />
<path
inkscape:connector-curvature="0"
id="path858"
d="M 89.263561,62.276433 70.823892,57.421419"
style="fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 47.248796,53.774419 28.224319,51.890875"
id="path860"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path873"
d="M 125.27623,0.37814713 C 120.29587,-2.2481469 89.742951,8.9429215 77.333564,29.676188 c 5.528009,7.799031 19.477067,-0.125642 25.070646,-0.504988 -1.52875,2.360045 -4.123579,8.490449 -4.175679,11.580477 2.272239,0.877121 9.521609,0.624336 12.394659,-2.319617 1.53257,5.472272 -1.18069,17.46109 6.63047,18.834707 10.59069,-18.354903 13.53429,-53.9821189 8.02257,-56.88861987 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74360824;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 148.35911,4.3356447 c -1.78771,-0.8484478 -11.00575,2.906299 -16.19325,7.6720183 -10.53309,9.676667 -1.07136,22.664674 -28.29413,20.811212 6.00859,14.75387 19.11803,20.290527 34.81182,24.002583 -2.67038,-18.583744 9.24321,-19.504661 10.95019,-39.43404 0.64348,-7.5127806 0.14869,-12.3762659 -1.27463,-13.0517733 z"
id="path958"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss"
clip-path="url(#clipPath848)"
transform="matrix(1.0194668,0,0,1.0216422,-28.913011,0.13416013)" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.39999962;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 57.60687,85.83629 c 0.855113,4.129123 3.20573,9.396984 5.478502,12.883308 4.397218,-2.342166 7.197383,-6.820071 10.589801,-9.97446 1.592567,2.095526 5.138808,9.447325 8.650919,13.000242 4.601209,-2.641362 10.303769,-8.562341 11.777229,-9.942375"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 84.223152,75.459735 c 0,1.687965 -7.613015,7.386412 -10.474045,7.028194 -3.082323,-0.385924 -7.026815,-8.012061 -6.415541,-9.582318 1.551877,-3.986518 16.889586,-2.096464 16.889586,2.554124 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 74.723708,55.32709 c -2.216309,8.959398 -7.992425,9.898853 -12.443505,13.67794 -3.576393,3.036453 -3.638824,8.113282 -1.819049,10.715762"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

View file

@ -0,0 +1,302 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxangry.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxangry.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient846">
<stop
style="stop-color:#ff8702;stop-opacity:1;"
offset="0"
id="stop842" />
<stop
style="stop-color:#ff5e02;stop-opacity:1"
offset="1"
id="stop844" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient846"
id="linearGradient848"
x1="75.973709"
y1="91.750336"
x2="83.126892"
y2="55.667381"
gradientUnits="userSpaceOnUse" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath878">
<rect
transform="matrix(0.93887447,-0.34425968,0.41711778,0.90885244,0,0)"
y="108.44466"
x="52.124104"
height="17.891769"
width="29.414209"
id="rect880"
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.50389004;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath886">
<rect
transform="matrix(0.79036552,0.61263557,-0.60601497,0.79545324,0,0)"
y="-4.879221"
x="72.609398"
height="14.092321"
width="29.556049"
id="rect888"
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.50004387;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath894">
<rect
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.50049138;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="rect896"
width="36.435005"
height="28.111164"
x="67.497757"
y="-5.1986933"
transform="matrix(0.73218344,0.68110749,-0.70136187,0.71280539,0,0)" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8284273"
inkscape:cx="22.802675"
inkscape:cy="58.819245"
inkscape:document-units="px"
inkscape:current-layer="layer4"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
transform="translate(-26.911905,0.03095311)"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 37.868242,0.23407545 C 44.096422,-2.3158145 60.180802,20.274985 77.685572,25.969525 l -33.59207,20.31895 c -6.40507,-9.87111 -11.8696,-43.7435295 -6.22526,-46.05439955 z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:url(#linearGradient848);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 153.09766,69.442205 c 0,13.12284 -2.81096,14.40677 -2.81096,21.7279 0,7.41698 3.23327,9.753305 1.85232,14.907105 -1.72226,6.42754 -11.51181,15.10514 -31.84775,18.97643 -19.27557,3.66943 -44.086348,3.66288 -56.796618,1.16284 -12.78972,-2.51566 -33.16473,-9.83095 -35.48909,-20.39032 -3.30594,-15.018605 1.038598,-36.866509 10.16963,-52.701185 8.636796,-14.977593 18.995569,-24.804431 32.80956,-24.34004 L 57.214891,25.455939 c 10.007408,-2.486949 14.432585,-3.465851 23.293821,0.753186 -5.124314,-3.936115 -7.980575,-11.805676 -10.31743,-15.21595 13.19337,1.00504 24.28333,6.8127 29.08802,9.93139 l -1.800228,-7.487786 c 6.191096,1.891888 8.916886,6.135396 16.011016,7.344566 18.49088,3.3864 39.60757,19.94386 39.60757,48.66086 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs"
transform="translate(-26.911905,0.03095311)" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path873"
d="M 125.27667,0.37813902 C 120.2963,-2.2481557 89.74339,8.942913 77.334,29.676181 c 5.52801,7.799032 19.477069,-0.125642 25.07065,-0.504988 -1.52875,2.360045 -4.123579,8.49045 -4.175683,11.580478 2.272243,0.877121 9.521613,0.624336 12.394663,-2.319618 1.53257,5.472273 -1.18069,17.461091 6.63047,18.834709 10.59069,-18.354905 13.53429,-53.9821224 8.02257,-56.88862298 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74360824;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 148.35911,4.3356447 c -1.78771,-0.8484478 -11.00575,2.906299 -16.19325,7.6720183 -10.53309,9.676667 -1.07136,22.664674 -28.29413,20.811212 6.00859,14.75387 19.11803,20.290527 34.81182,24.002583 -2.67038,-18.583744 9.24321,-19.504661 10.95019,-39.43404 0.64348,-7.5127806 0.14869,-12.3762659 -1.27463,-13.0517733 z"
id="path958"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss"
clip-path="url(#clipPath848)"
transform="matrix(1.0194668,0,0,1.0216422,-28.912578,0.13415088)" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.39999962;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 63.343586,97.204364 c 4.397218,-2.34217 7.639325,-5.30484 11.031744,-8.45923 1.592567,2.09553 5.833287,7.55329 9.345399,11.1062"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000043;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 84.223589,75.45973 c 0,1.687965 -7.613015,7.386412 -10.474045,7.028194 C 70.66722,82.102 66.722728,74.475863 67.334002,72.905605 68.88588,68.919087 84.223589,70.809142 84.223589,75.45973 Z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.370945,57.596347 c -0.577751,4.523948 -3.023163,8.80459 -6.090306,11.408678 -3.576392,3.036454 -3.638824,8.113282 -1.819049,10.715762"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc"
clip-path="url(#clipPath894)" />
<path
id="path858"
style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#313131;stroke-width:3.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
d="m 135.88531,72.068404 -0.48956,3.519039 c -0.16103,1.15755 0.65496,2.217184 1.82959,2.375877 l 3.57095,0.482434 m -0.82672,5.942653 -3.57096,-0.482434 c -1.17463,-0.158693 -2.24989,0.645438 -2.41093,1.802982 l -0.48956,3.519041 m -3.64219,-17.974161 -0.48957,3.519038 c -0.16104,1.15755 -1.2363,1.961675 -2.41093,1.802983 l -3.57097,-0.482436 m -0.82671,5.942653 3.57095,0.482436 c 1.17463,0.158693 1.99062,1.218333 1.82959,2.375877 l -0.48956,3.519041"
inkscape:connector-curvature="0" />
<ellipse
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81259012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="path885"
cx="108.54484"
cy="77.191956"
rx="8.8029327"
ry="9.9818306"
transform="matrix(0.98788676,-0.15517654,0.02204363,0.99975701,0,0)"
clip-path="url(#clipPath878)" />
<ellipse
transform="matrix(0.99926374,0.03836633,-0.17815691,0.98400209,0,0)"
ry="9.6092548"
rx="8.1564407"
cy="51.880829"
cx="72.116928"
id="ellipse887"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81394577;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
clip-path="url(#clipPath886)" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -0,0 +1,284 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxangrylaugh.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfox.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath850">
<rect
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect852"
width="443.57141"
height="512.14288"
x="274.05475"
y="-188.45953" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8"
inkscape:cx="-52.429856"
inkscape:cy="79.356724"
inkscape:document-units="px"
inkscape:current-layer="layer3"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 10.964903,0.26502856 C 17.193083,-2.2848614 33.277463,20.305938 50.782233,26.000478 l -33.59207,20.31895 C 10.785093,36.448318 5.3205629,2.5758986 10.964903,0.26502856 Z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 126.19432,69.473158 c 0,13.12284 -2.81096,14.40677 -2.81096,21.7279 0,7.41698 3.23327,9.753302 1.85232,14.907102 -1.72226,6.42754 -11.51181,15.10514 -31.847749,18.97643 -19.27557,3.66943 -44.086348,3.66288 -56.796618,1.16284 C 23.801593,123.73177 3.4265829,116.41648 1.1022229,105.85711 -2.2037171,90.838508 2.1408209,68.990604 11.271853,53.155928 19.908649,38.178335 30.267422,28.351497 44.081413,28.815888 L 30.311552,25.486892 c 10.007408,-2.486949 14.432585,-3.465851 23.293821,0.753186 -5.124314,-3.936115 -7.980575,-11.805676 -10.31743,-15.21595 13.19337,1.00504 24.28333,6.8127 29.08802,9.93139 l -1.800228,-7.487786 c 6.191096,1.891888 8.916886,6.135396 16.011016,7.344566 18.490879,3.3864 39.607569,19.94386 39.607569,48.66086 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:7.55905533;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 88.540723,87.496462 C 79.813076,104.65164 61.591858,113.88831 45.837533,111.50176 30.006062,109.10353 22.919744,95.125625 24.360817,81.578625 c 5.468296,1.807039 15.427814,4.372299 21.384319,5.151413 5.943797,0.777454 31.571209,1.263906 42.795587,0.766424 z"
id="path883"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cscsc" />
<path
sodipodi:nodetypes="ccsc"
inkscape:connector-curvature="0"
id="path851"
d="m 80.427052,91.357184 c -32.260552,15.115236 -51.906683,2.016 -54.172313,-5.924757 6.061562,2.890884 16.408265,4.978977 19.621026,5.343938 3.506371,0.398312 25.971782,1.463806 34.551287,0.580819 z"
style="opacity:1;fill:#f9f9f9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:7.55905533;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path873"
d="M 125.28524,0.37813902 C 120.30487,-2.2481557 89.751956,8.942913 77.342566,29.676181 c 5.52801,7.799032 19.477069,-0.125642 25.070654,-0.504988 -1.52875,2.360045 -4.123583,8.49045 -4.175687,11.580478 2.272247,0.877121 9.521617,0.624336 12.394667,-2.319618 1.53257,5.472273 -1.18069,17.461091 6.63047,18.834709 10.59069,-18.354905 13.53429,-53.9821224 8.02257,-56.88862298 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74360824;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 148.35911,4.3356447 c -1.78771,-0.8484478 -11.00575,2.906299 -16.19325,7.6720183 -10.53309,9.676667 -1.07136,22.664674 -28.29413,20.811212 6.00859,14.75387 19.11803,20.290527 34.81182,24.002583 -2.67038,-18.583744 9.24321,-19.504661 10.95019,-39.43404 0.64348,-7.5127806 0.14869,-12.3762659 -1.27463,-13.0517733 z"
id="path958"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss"
clip-path="url(#clipPath848)"
transform="matrix(1.0194668,0,0,1.0216422,-28.904012,0.13415088)" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000043;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 84.232155,75.45973 c 0,1.687965 -7.613015,7.386412 -10.474045,7.028194 -3.082324,-0.385924 -7.026816,-8.012061 -6.415542,-9.582319 1.551878,-3.986518 16.889587,-2.096463 16.889587,2.554125 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="opacity:1;fill:#5dadec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5.99999952;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 132.0137,97.742911 c -2.03102,9.004639 -10.97718,14.657859 -19.98185,12.626849 -9.00462,-2.03104 -14.658001,-10.977232 -12.626988,-19.981853 2.466688,-10.93613 4.677638,-20.22344 9.089788,-28.826345 11.87265,7.945806 26.6457,21.207343 23.51905,36.181349 z"
id="path895"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csscc" />
<path
sodipodi:nodetypes="csscc"
inkscape:connector-curvature="0"
id="path898"
d="m 27.241664,80.540893 c -1.775353,8.798705 3.795248,17.39592 12.442286,19.202421 8.647024,1.806476 17.096162,-3.86182 18.871508,-12.660515 2.156164,-10.686032 3.885973,-19.807504 3.428055,-29.203922 -13.47523,2.289544 -31.571061,8.130907 -34.741849,22.662016 z"
style="opacity:1;fill:#5dadec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:6.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill" />
<circle
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path852"
cx="108.60033"
cy="59.408115"
r="12.753176" />
<circle
r="6.2503185"
cy="59.408115"
cx="108.60033"
id="circle869"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill" />
<circle
r="12.753176"
cy="54.354179"
cx="60.511612"
id="circle871"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill" />
<circle
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="circle873"
cx="60.511612"
cy="54.354179"
r="6.2503185" />
<path
style="fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 111.89056,45.206384 C 104.44848,45.655956 98.394341,49.2469 94.503776,55.347837"
id="path888"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="display:inline;fill:#ff8702;fill-opacity:1;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 74.500419,53.399726 c -2.407723,8.189302 -8.345782,11.121538 -12.211663,15.605179 -3.063604,3.553162 -3.638824,8.113282 -1.819049,10.715762"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<path
style="fill:none;stroke:#313131;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 63.412474,39.922584 c 6.189542,2.503033 10.030186,7.52527 11.087945,13.477142"
id="path886"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -0,0 +1,253 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxannoyed.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxannoyed.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="7.9195959"
inkscape:cx="-50.528048"
inkscape:cy="65.541158"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1981"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
transform="translate(-26.911905,0.03095311)"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 37.868242,0.23407545 C 44.096422,-2.3158145 60.180802,20.274985 77.685572,25.969525 l -33.59207,20.31895 c -6.40507,-9.87111 -11.8696,-43.7435295 -6.22526,-46.05439955 z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 153.09766,69.442205 c 0,13.12284 -2.81096,14.40677 -2.81096,21.7279 0,7.41698 3.23327,9.753305 1.85232,14.907105 -1.72226,6.42754 -11.51181,15.10514 -31.84775,18.97643 -19.27557,3.66943 -44.086348,3.66288 -56.796618,1.16284 -12.78972,-2.51566 -33.16473,-9.83095 -35.48909,-20.39032 -3.30594,-15.018605 1.038598,-36.866509 10.16963,-52.701185 8.636796,-14.977593 18.995569,-24.804431 32.80956,-24.34004 L 57.214891,25.455939 c 10.007408,-2.486949 14.432585,-3.465851 23.293821,0.753186 -5.124314,-3.936115 -7.980575,-11.805676 -10.31743,-15.21595 13.19337,1.00504 24.28333,6.8127 29.08802,9.93139 l -1.800228,-7.487786 c 6.191096,1.891888 8.916886,6.135396 16.011016,7.344566 18.49088,3.3864 39.60757,19.94386 39.60757,48.66086 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs"
transform="translate(-26.911905,0.03095311)" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path873"
d="M 125.27667,0.37813902 C 120.2963,-2.2481557 89.74339,8.942913 77.334,29.676181 c 5.52801,7.799032 19.477069,-0.125642 25.07065,-0.504988 -1.52875,2.360045 -4.123579,8.49045 -4.175683,11.580478 2.272243,0.877121 9.521613,0.624336 12.394663,-2.319618 1.53257,5.472273 -1.18069,17.461091 6.63047,18.834709 10.59069,-18.354905 13.53429,-53.9821224 8.02257,-56.88862298 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74360824;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 148.35911,4.3356447 c -1.78771,-0.8484478 -11.00575,2.906299 -16.19325,7.6720183 -10.53309,9.676667 -1.07136,22.664674 -28.29413,20.811212 6.00859,14.75387 19.11803,20.290527 34.81182,24.002583 -2.67038,-18.583744 9.24321,-19.504661 10.95019,-39.43404 0.64348,-7.5127806 0.14869,-12.3762659 -1.27463,-13.0517733 z"
id="path958"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss"
clip-path="url(#clipPath848)"
transform="matrix(1.0194668,0,0,1.0216422,-28.912578,0.13415088)" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<ellipse
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81259012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="path885"
cx="108.54526"
cy="77.191978"
rx="8.8029327"
ry="9.9818306"
transform="matrix(0.98788676,-0.15517654,0.02204363,0.99975701,0,0)" />
<ellipse
transform="matrix(0.99926374,0.03836633,-0.17815691,0.98400209,0,0)"
ry="9.6092548"
rx="8.1564407"
cy="51.880775"
cx="72.117332"
id="ellipse887"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81394577;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.39999962;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 63.343586,97.204364 c 4.397218,-2.34217 7.639325,-5.304841 11.031744,-8.45923 1.592567,2.095526 5.833287,7.553292 9.345399,11.106197"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000043;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 84.223589,75.45973 c 0,1.687965 -7.613015,7.386412 -10.474045,7.028194 C 70.66722,82.102 66.722728,74.475863 67.334002,72.905605 68.88588,68.919087 84.223589,70.809142 84.223589,75.45973 Z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 69.084199,52.985546 c -0.511675,8.833129 -2.35248,12.240392 -6.80356,16.019479 -3.576393,3.036453 -3.638824,8.113282 -1.819049,10.715762"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<rect
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0;paint-order:markers stroke fill"
id="rect907"
width="25.19068"
height="14.142136"
x="104.74976"
y="31.692896"
transform="rotate(7.313976)" />
<rect
transform="rotate(10.950792)"
y="26.769918"
x="57.877266"
height="14.142136"
width="25.19068"
id="rect924"
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0;paint-order:markers stroke fill" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 116 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 57 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 92 KiB

View file

@ -0,0 +1,415 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxaww.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxaww.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath856">
<path
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
d="m 66.788292,89.338322 c 3.0959,0.05851 5.563941,-0.224979 7.978511,-1.127193 2.249154,0.85266 5.314769,1.900042 9.018652,2.657994 -0.6881,7.196068 -3.784893,14.757697 -11.137893,14.041127 -6.988925,-0.68108 -6.615874,-7.909129 -5.85927,-15.571928 z"
id="path859"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccsc" />
</clipPath>
<mask
id="mask914-3"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-6"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-2"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-9"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-1"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848-2"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
id="clipPath912"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#cf1d32;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
d="m 65.918264,88.486012 c 3.702827,0.06998 6.654708,-0.269085 9.542636,-1.348171 2.690083,1.019818 6.356689,2.272532 10.786689,3.179073 -0.822997,8.606802 -4.526892,17.650826 -13.32139,16.793786 -8.35905,-0.8146 -7.912865,-9.459657 -7.007935,-18.624688 z"
id="path914"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccsc" />
</clipPath>
<clipPath
id="clipPath880"
clipPathUnits="userSpaceOnUse">
<circle
style="opacity:1;fill:#77b255;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="circle883"
cx="-77.512619"
cy="94.760284"
r="43.815369" />
</clipPath>
<clipPath
id="clipPath887"
clipPathUnits="userSpaceOnUse">
<circle
style="opacity:1;fill:#77b255;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="circle889"
cx="-77.512619"
cy="94.760284"
r="43.815369" />
</clipPath>
<clipPath
id="clipPath884"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:0.15400002;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m -30.067009,88.478396 c 1.854516,-0.01903 3.123637,2.340402 3.794015,4.069618 l 18.492476,47.700696 c -15.16546,8.46737 -29.970572,7.34948 -44.541414,0 l 18.632909,-47.721741 c 0.658592,-1.686754 1.811341,-4.029995 3.622014,-4.048573 z"
id="path886"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss" />
</clipPath>
<clipPath
id="clipPath890"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:0.15400002;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m -30.067009,88.478396 c 1.854516,-0.01903 3.123637,2.340402 3.794015,4.069618 l 18.492476,47.700696 c -15.16546,8.46737 -29.970572,7.34948 -44.541414,0 l 18.632909,-47.721741 c 0.658592,-1.686754 1.811341,-4.029995 3.622014,-4.048573 z"
id="path892"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss" />
</clipPath>
<clipPath
id="clipPath896"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:0.15400002;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m -30.067009,88.478396 c 1.854516,-0.01903 3.123637,2.340402 3.794015,4.069618 l 18.492476,47.700696 c -15.16546,8.46737 -29.970572,7.34948 -44.541414,0 l 18.632909,-47.721741 c 0.658592,-1.686754 1.811341,-4.029995 3.622014,-4.048573 z"
id="path898"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss" />
</clipPath>
<clipPath
id="clipPath902"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:0.15400002;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m -30.067009,88.478396 c 1.854516,-0.01903 3.123637,2.340402 3.794015,4.069618 l 18.492476,47.700696 c -15.16546,8.46737 -29.970572,7.34948 -44.541414,0 l 18.632909,-47.721741 c 0.658592,-1.686754 1.811341,-4.029995 3.622014,-4.048573 z"
id="path904"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss" />
</clipPath>
<clipPath
id="clipPath908"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:0.15400002;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m -30.067009,88.478396 c 1.854516,-0.01903 3.123637,2.340402 3.794015,4.069618 l 18.492476,47.700696 c -15.16546,8.46737 -29.970572,7.34948 -44.541414,0 l 18.632909,-47.721741 c 0.658592,-1.686754 1.811341,-4.029995 3.622014,-4.048573 z"
id="path910"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.979899"
inkscape:cx="-229.09981"
inkscape:cy="153.27301"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
transform="translate(-26.911905,0.03095311)"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 37.868242,0.23407545 C 44.096422,-2.3158145 60.180802,20.274985 77.685572,25.969525 l -33.59207,20.31895 c -6.40507,-9.87111 -11.8696,-43.7435295 -6.22526,-46.05439955 z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 153.09766,69.442205 c 0,13.12284 -2.81096,14.40677 -2.81096,21.7279 0,7.41698 3.23327,9.753305 1.85232,14.907105 -1.72226,6.42754 -11.51181,15.10514 -31.84775,18.97643 -19.27557,3.66943 -44.086348,3.66288 -56.796618,1.16284 -12.78972,-2.51566 -33.16473,-9.83095 -35.48909,-20.39032 -3.30594,-15.018605 1.038598,-36.866509 10.16963,-52.701185 8.636796,-14.977593 18.995569,-24.804431 32.80956,-24.34004 L 57.214891,25.455939 c 10.007408,-2.486949 14.432585,-3.465851 23.293821,0.753186 -5.124314,-3.936115 -7.980575,-11.805676 -10.31743,-15.21595 13.19337,1.00504 24.28333,6.8127 29.08802,9.93139 l -1.800228,-7.487786 c 6.191096,1.891888 8.916886,6.135396 16.011016,7.344566 18.49088,3.3864 39.60757,19.94386 39.60757,48.66086 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs"
transform="translate(-26.911905,0.03095311)" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path873"
d="M 125.27667,0.37813902 C 120.2963,-2.2481557 89.74339,8.942913 77.334,29.676181 c 5.52801,7.799032 19.477069,-0.125642 25.07065,-0.504988 -1.52875,2.360045 -4.123579,8.49045 -4.175683,11.580478 2.272243,0.877121 9.521613,0.624336 12.394663,-2.319618 1.53257,5.472273 -1.18069,17.461091 6.63047,18.834709 10.59069,-18.354905 13.53429,-53.9821224 8.02257,-56.88862298 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74360824;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 148.35911,4.3356447 c -1.78771,-0.8484478 -11.00575,2.906299 -16.19325,7.6720183 -10.53309,9.676667 -1.07136,22.664674 -28.29413,20.811212 6.00859,14.75387 19.11803,20.290527 34.81182,24.002583 -2.67038,-18.583744 9.24321,-19.504661 10.95019,-39.43404 0.64348,-7.5127806 0.14869,-12.3762659 -1.27463,-13.0517733 z"
id="path958"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss"
clip-path="url(#clipPath848)"
transform="matrix(1.0194668,0,0,1.0216422,-28.912578,0.13415088)" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<circle
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
id="path853"
cx="108.57642"
cy="60.799316"
r="11.55362" />
<ellipse
id="circle855"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
cy="100.40317"
cx="68.277153"
rx="6.2916775"
ry="4.621664"
transform="rotate(-27.71592)" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
d="m 115.76106,63.081521 c 0.97984,1.865068 -0.28411,4.458346 -2.82311,5.79225 -2.53899,1.333904 -5.39158,0.903312 -6.37142,-0.961755 -0.97984,-1.865067 1.65046,-1.3551 4.18946,-2.689004 2.53899,-1.333904 4.02523,-4.006557 5.00507,-2.141491 z"
id="ellipse857"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssss" />
<circle
r="11.55362"
cy="53.47789"
cx="61.254997"
id="circle865"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<ellipse
transform="rotate(-27.71592)"
ry="4.6714978"
rx="6.3595171"
cx="29.790283"
cy="71.913139"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
id="ellipse867" />
<path
sodipodi:nodetypes="sssss"
inkscape:connector-curvature="0"
id="path869"
d="m 68.622899,55.759214 c 1.001009,1.905353 -0.290233,4.554645 -2.884079,5.917361 -2.593839,1.362716 -5.508039,0.922823 -6.509048,-0.982529 -1.001002,-1.905352 1.686109,-1.384369 4.279947,-2.747085 2.593838,-1.362717 4.112178,-4.093098 5.11318,-2.187747 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000043;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 84.223589,75.45973 c 0,1.687965 -7.613015,7.386412 -10.474045,7.028194 C 70.66722,82.102 66.722728,74.475863 67.334002,72.905605 68.88588,68.919087 84.223589,70.809142 84.223589,75.45973 Z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 70.820399,53.774728 c -0.511675,8.833129 -4.08868,11.45121 -8.53976,15.230297 -3.576393,3.036453 -3.638824,8.113282 -1.819049,10.715762"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<path
style="fill:#ff8702;fill-opacity:1;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 118.7795,112.7517 C 109.93416,82.166979 86.945186,87.367408 94.537002,119.09383"
id="path915"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc"
inkscape:transform-center-x="3.1484459"
inkscape:transform-center-y="-2.6827433" />
<path
inkscape:transform-center-y="-3.4886081"
inkscape:transform-center-x="4.1524037"
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path858"
d="M 55.267723,113.48202 C 69.840948,85.568583 52.056424,76.505869 34.826204,100.12652"
style="fill:#ff8702;fill-opacity:1;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="opacity:1;fill:#ab1829;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
d="m 65.138329,88.297265 c 3.702827,0.06998 6.677029,-0.648549 9.564957,-1.727635 2.690083,1.019818 6.245082,2.629675 10.675082,3.536216 -0.822997,8.606802 -4.415285,17.293684 -13.209783,16.436644 -8.35905,-0.8146 -7.935186,-9.080194 -7.030256,-18.245225 z"
id="rect879"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccsc" />
<ellipse
style="opacity:1;fill:#eb7077;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
id="path882"
cx="77.04715"
cy="103.60301"
rx="9.8210001"
ry="9.8214283"
clip-path="url(#clipPath856)" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 27 KiB

View file

@ -0,0 +1,315 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxblush.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxblush.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter1036"
x="-0.46761183"
width="1.9352237"
y="-0.75661183"
height="2.5132237">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="5.1626067"
id="feGaussianBlur1038" />
</filter>
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter1040"
x="-0.46761183"
width="1.9352237"
y="-0.75661183"
height="2.5132237">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="5.1626067"
id="feGaussianBlur1042" />
</filter>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath894">
<path
sodipodi:nodetypes="scsccccs"
inkscape:connector-curvature="0"
id="path896"
d="m 121.94585,8.3109743 c -4.37532,-3.118506 -39.560593,2.2049727 -52.955088,23.9097867 2.186976,5.813359 8.255215,5.868865 14.806933,5.421494 5.471008,-0.373577 7.795424,-0.09011 11.020011,1.037292 -0.942798,1.458811 -1.231225,4.319039 -2.477709,6.366205 2.352309,0.442071 6.536557,-1.167616 9.583973,-3.655515 0.75221,5.373621 -3.944168,11.098055 2.37492,14.328375 C 117.90897,40.94738 126.78797,11.7622 121.94585,8.3109743 Z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.80000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="14.872653"
inkscape:cx="28.5348"
inkscape:cy="103.5048"
inkscape:document-units="px"
inkscape:current-layer="layer3"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 7.0846605,9.9246859 C 12.813175,6.9330141 31.679756,24.554291 47.468237,29.595274 L 15.670973,51.479954 C 6.9884007,41.131634 1.8931479,12.635923 7.0846605,9.9246859 Z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs"
inkscape:transform-center-x="9.6546753"
inkscape:transform-center-y="-8.2431042" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 121.17349,71.79776 c 0,12.601618 -2.69931,13.834553 -2.69931,20.864898 0,7.122388 3.10485,9.365912 1.77875,14.315022 -1.65385,6.17224 -11.05457,14.50518 -30.5828,18.2227 -18.509973,3.52369 -42.335302,3.51741 -54.540738,1.11666 C 22.847662,123.9013 3.2819179,116.87657 1.0498781,106.73659 -2.1247547,92.314508 2.0472245,71.334372 10.815585,56.128626 19.10934,41.745922 29.056677,32.309392 42.321996,32.755338 L 29.099054,29.558565 c 9.609928,-2.388171 13.859343,-3.328193 22.368624,0.72327 -4.920783,-3.779777 -7.663598,-11.336771 -9.907637,-14.611594 12.669349,0.965122 23.318831,6.54211 27.932686,9.536929 l -1.728726,-7.190381 c 5.945194,1.816745 8.56272,5.891706 15.375082,7.05285 17.756447,3.251897 38.034407,19.151719 38.034407,46.728121 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 126.69616,12.154703 c -4.24253,-3.0238609 -38.359935,2.138054 -51.347926,23.184136 2.12061,5.636927 8.004681,5.690749 14.357556,5.256955 5.30497,-0.362238 7.558843,-0.08738 10.68556,1.005811 -0.914188,1.414537 -1.193853,4.187958 -2.402502,6.172995 2.280912,0.428654 6.338162,-1.13218 9.293092,-3.544574 0.72937,5.210536 -3.82447,10.761235 2.30285,13.893514 13.19701,-14.322929 21.80654,-42.622355 17.11137,-45.968837 z"
id="path923-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scsccccs" />
<path
clip-path="url(#clipPath894)"
sodipodi:nodetypes="ssccss"
inkscape:connector-curvature="0"
id="path925-3"
d="m 119.43262,11.222631 c -2.2381,-1.2528729 -11.63897,3.313758 -16.34247,8.310426 -9.5393,10.133871 -3.49156,19.319228 -30.120699,18.597822 3.872688,15.043436 12.978367,16.961397 27.625579,22.584052 -0.34529,-20.334094 12.78909,-17.928245 18.05531,-36.57405 1.99939,-7.079141 2.12019,-12.169295 0.78228,-12.91825 z"
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.88763857;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
transform="matrix(0.9696505,0,0,0.9696505,8.2573809,4.2898931)" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000043;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 81.94691,77.545323 c 0,1.620922 -7.310637,7.093034 -10.058031,6.749045 -2.959898,-0.370596 -6.747721,-7.693833 -6.160725,-9.201723 1.490239,-3.82818 16.218756,-2.013194 16.218756,2.452678 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 67.086314,59.208757 c -0.810387,5.583796 -2.700124,9.157564 -6.210811,12.138233 -3.434343,2.915851 -3.494295,7.791035 -1.7468,10.290148"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<path
style="fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 114.9057,55.83577 c -7.13265,1.059257 -14.52042,3.151765 -19.311977,5.992797 6.316147,1.181696 11.580687,2.769755 16.273947,5.060588"
id="path852"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" />
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path854"
d="M 52.352467,47.530516 C 58.172435,50.865095 63.874554,55.16314 67.0868,59.20927 61.238763,58.05417 56.166864,57.602901 51.358689,57.94279"
style="fill:none;stroke:#313131;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.4000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 60.698117,97.48364 c 3.843498,-1.157859 8.31147,-2.941889 11.244767,-4.303751 2.220336,1.557596 7.829327,5.131352 10.653786,6.845581"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Blush"
style="display:inline">
<ellipse
style="opacity:0.25;fill:#ff001d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:14.88313007;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers;filter:url(#filter1036)"
id="path1008"
cx="76.852463"
cy="81.807838"
rx="13.248442"
ry="8.1879873"
transform="matrix(0.95249108,0,0,0.92898054,0.5560257,6.4052876)" />
<ellipse
ry="8.1879873"
rx="13.248442"
cy="73.134201"
cx="25.146824"
id="ellipse1010"
style="opacity:0.25;fill:#ff001d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:14.88313007;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers;filter:url(#filter1040)"
transform="matrix(0.95249108,0,0,0.92898054,0.5560257,6.4052876)" />
<path
style="opacity:0.3;fill:none;stroke:#ff001d;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 13.137503,82.788647 24.682355,67.725076"
id="path856"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path877"
d="M 23.422359,83.985098 35.583355,67.89183"
style="opacity:0.3;fill:none;stroke:#ff001d;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="opacity:0.3;fill:none;stroke:#ff001d;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 60.961927,90.72774 74.276106,73.205073"
id="path883"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path885"
d="M 73.201706,90.590057 84.746555,75.526486"
style="opacity:0.3;fill:none;stroke:#ff001d;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

View file

@ -0,0 +1,310 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxblushmore.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxblushmore.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter869"
x="-0.22207254"
width="1.4441451"
y="-0.95001446"
height="2.9000289">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="8.2461486"
id="feGaussianBlur871" />
</filter>
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter908"
x="-0.56240538"
width="2.1248108"
y="-0.57996546"
height="2.1599309">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="6.7146845"
id="feGaussianBlur910" />
</filter>
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter912"
x="-0.52853173"
width="2.0570635"
y="-0.57933745"
height="2.1586749">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="6.7146845"
id="feGaussianBlur914" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.6291384"
inkscape:cx="17.247554"
inkscape:cy="21.863223"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.80000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 25.980632,10.544208 c 5.476198,-0.242667 17.629881,16.13947 20.924672,25.4109 L 15.935269,54.327639 C 13.235931,36.470534 21.113716,10.759884 25.980632,10.544208 Z"
id="rect870-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 119.24713,72.691175 c 0,12.401298 -2.6564,13.614634 -2.6564,20.533221 0,7.009164 3.05549,9.217034 1.75047,14.087464 -1.62756,6.07413 -10.87884,14.2746 -30.096643,17.93303 -18.21573,3.46767 -41.662321,3.46149 -53.673734,1.0989 C 22.484329,123.96646 3.2296109,117.05339 1.0330526,107.0746 -2.0911148,92.88178 2.0145447,72.235154 10.643519,57.271125 18.805433,43.117055 28.594643,33.830532 41.649091,34.26939 L 28.636347,31.123434 c 9.457164,-2.350208 13.639028,-3.275286 22.013041,0.711773 -4.84256,-3.719693 -7.541774,-11.156557 -9.75014,-14.379322 12.467951,0.94978 22.948145,6.438113 27.488655,9.385326 l -1.701245,-7.07608 c 5.850687,1.787865 8.426604,5.798049 15.130673,6.940735 17.474184,3.200204 37.429799,18.847274 37.429799,45.985309 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.80000067;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 127.37841,25.43095 C 124.636,22.207213 93.040727,25.003697 81.961,35.566621 c 0.701244,4.785892 2.264286,6.144045 3.974843,7.195246 2.669967,1.640796 5.470331,-1.274606 6.31761,-4.38991 2.392356,1.570199 4.809953,6.551038 5.050401,9.753931 0.275935,0.575715 4.794286,-1.449048 6.181636,-3.319351 1.15748,2.244005 1.27896,9.990688 4.68483,12.552463 16.20363,-7.437885 21.83053,-28.845323 19.20809,-31.92805 z"
id="path911-8"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scsccccs" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<path
style="fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 113.81455,57.251 c -7.13265,1.059257 -14.520418,3.151765 -19.311978,5.992797 6.316148,1.181699 11.580688,2.769759 16.273948,5.060589"
id="path852-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" />
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path854-7"
d="m 51.71321,48.623048 c 5.819969,3.334579 11.522087,7.632624 14.734337,11.678753 -5.848041,-1.1551 -10.91994,-1.606369 -15.728115,-1.26648"
style="fill:none;stroke:#313131;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Blush"
style="display:inline">
<path
style="opacity:0.4;fill:none;stroke:#ff001d;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 11.398786,83.660181 14.037083,-18.3751"
id="path856"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path877"
d="M 23.259145,84.45057 38.045381,64.819408"
style="opacity:0.4;fill:none;stroke:#ff001d;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="opacity:0.4;fill:none;stroke:#ff001d;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 57.600673,91.059177 73.789035,69.684382"
id="path883"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path885"
d="M 72.063961,92.233891 86.101041,73.858792"
style="opacity:0.4;fill:none;stroke:#ff001d;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<ellipse
style="opacity:0.3;fill:#ff001d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:14.99892902;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers;filter:url(#filter869)"
id="path1008"
cx="56.853138"
cy="75.456612"
rx="44.649578"
ry="10.014597"
transform="matrix(0.94159765,0.0603698,-0.05398202,0.92181291,0.14308975,7.8441847)" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path853"
d="M 47.388363,87.349856 63.576726,65.97506"
style="opacity:0.4;fill:none;stroke:#ff001d;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="opacity:0.4;fill:none;stroke:#ff001d;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 35.936205,84.758819 52.124568,63.384024"
id="path855"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<ellipse
style="opacity:0.4;fill:#ff001d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:14.99867535;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers;filter:url(#filter912)"
id="path1008-8"
cx="86.534538"
cy="88.407761"
rx="15.245294"
ry="13.908339"
transform="matrix(0.94361677,0,0,0.92332503,0.14308975,7.8441847)" />
<ellipse
ry="13.893278"
rx="14.32707"
cy="79.734116"
cx="18.288473"
id="ellipse1010"
style="opacity:0.4;fill:#ff001d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:14.99867535;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers;filter:url(#filter908)"
transform="matrix(0.94361677,0,0,0.92332503,0.14308975,7.8441847)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 25 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 37 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 42 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 40 KiB

View file

@ -0,0 +1,729 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxbonk.png"
sodipodi:docname="blobfoxbonk.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
id="svg8"
version="1.1"
viewBox="0 0 128 128"
height="128"
width="128">
<defs
id="defs2">
<linearGradient
id="linearGradient879"
inkscape:collect="always">
<stop
id="stop875"
offset="0"
style="stop-color:#ff7505;stop-opacity:1" />
<stop
id="stop877"
offset="1"
style="stop-color:#ff8702;stop-opacity:1" />
</linearGradient>
<mask
id="mask914"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<linearGradient
y2="85.856133"
x2="95.348198"
y1="112.44355"
x1="114.28658"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
gradientUnits="userSpaceOnUse"
id="linearGradient850"
xlink:href="#linearGradient879"
inkscape:collect="always" />
<clipPath
id="clipPath848"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
id="clipPath894"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.80000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 121.94585,8.3109743 c -4.37532,-3.118506 -39.560593,2.2049727 -52.955088,23.9097867 2.186976,5.813359 8.255215,5.868865 14.806933,5.421494 5.471008,-0.373577 7.795424,-0.09011 11.020011,1.037292 -0.942798,1.458811 -1.231225,4.319039 -2.477709,6.366205 2.352309,0.442071 6.536557,-1.167616 9.583973,-3.655515 0.75221,5.373621 -3.944168,11.098055 2.37492,14.328375 C 117.90897,40.94738 126.78797,11.7622 121.94585,8.3109743 Z"
id="path896"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scsccccs" />
</clipPath>
<mask
maskUnits="userSpaceOnUse"
id="mask914-21">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916-78"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939-5">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846-4">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848-18"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848-5">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850-9"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<mask
id="mask914-3"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-6"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-2"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-9"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-1"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848-2"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<mask
id="mask914-2"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-0"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-9"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-3"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848-0"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
id="clipPath848-0-2"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850-6-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<mask
maskUnits="userSpaceOnUse"
id="mask914-4">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916-8"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939-1">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846-30">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848-4"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848-4">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850-4"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<mask
id="mask914-3-4"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-5-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-6-6"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-2-3"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-9-1"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-1-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848-2-5"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850-7-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<mask
id="mask914-2-6"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-7-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-0-1"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-9-7"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-3-8"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-6-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848-0-7"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850-6-4"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
id="clipPath848-0-2-1"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850-6-2-8"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<mask
maskUnits="userSpaceOnUse"
id="mask914-9">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916-4"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939-8">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941-1"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846-2">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848-9"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848-3">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850-90"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<mask
maskUnits="userSpaceOnUse"
id="mask914-33">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916-80"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939-56">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846-40">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848-0"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848-46">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850-2"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<mask
maskUnits="userSpaceOnUse"
id="mask914-1">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916-3"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939-2">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941-15"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846-99">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848-14"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848-9">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850-1"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<mask
id="mask914-2-0"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-6-7"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-4"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-9-5"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848-0-8"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850-4-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
</defs>
<sodipodi:namedview
inkscape:document-rotation="0"
showguides="true"
inkscape:window-maximized="1"
inkscape:window-y="216"
inkscape:window-x="0"
inkscape:window-height="776"
inkscape:window-width="1536"
fit-margin-bottom="0"
fit-margin-right="0"
fit-margin-left="0"
fit-margin-top="0"
units="px"
showgrid="false"
inkscape:current-layer="layer1"
inkscape:document-units="px"
inkscape:cy="116.33414"
inkscape:cx="-46.854036"
inkscape:zoom="2"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1.0"
bordercolor="#666666"
pagecolor="#ffffff"
id="base" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Ear back"
id="layer3"
inkscape:groupmode="layer">
<path
inkscape:transform-center-y="-13.538799"
inkscape:transform-center-x="9.3399449"
sodipodi:nodetypes="sccs"
inkscape:connector-curvature="0"
id="rect870-5"
d="m 21.832909,23.009053 c 5.546329,-3.059269 23.368747,10.828637 37.398115,16.398661 l -29.20371,22.64328 C 22.971069,53.508658 16.806504,25.781548 21.832909,23.009053 Z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
inkscape:label="Body"
id="layer4"
inkscape:groupmode="layer">
<path
sodipodi:nodetypes="sssssccccccss"
inkscape:connector-curvature="0"
id="path871"
d="m 128,105.74799 c 0,9.13201 -14.33137,22.12479 -52.838593,22.12479 -29.916395,0 -52.650876,-10.99365 -52.650876,-19.44003 0,-6.09449 2.130847,-5.63943 2.091195,-12.368419 -0.03493,-5.935395 -4.246507,-9.097194 -4.246507,-20.534972 0,-9.844317 6.613381,-25.596534 17.890147,-26.39972 l -5.975221,-0.702287 c 5.768167,-3.992861 7.727762,-4.137311 13.001771,-4.523312 -2.819705,-2.780925 -1.326735,-1.61829 -4.00035,-4.349801 9.589898,-1.023571 14.024552,-3.76463 22.207313,-0.94963 l -1.387965,-6.640896 c 7.305645,1.218766 8.041367,4.375251 20.234789,6.565037 C 115.96089,44.56921 128,68.97286 128,105.74799 Z"
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.12;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<g
transform="translate(-182.44039,-12.404753)"
style="display:none"
inkscape:label="Whiskers"
id="layer6-4">
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path943-3"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
id="path945-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
id="path947-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path949-8"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</g>
<g
inkscape:label="Ear front"
id="layer5"
inkscape:groupmode="layer">
<path
sodipodi:nodetypes="scsccccs"
inkscape:connector-curvature="0"
id="path923-9"
d="m 118.68292,23.281492 c -3.98336,-2.444355 -34.197587,4.280537 -44.522236,23.916821 2.245643,4.913799 7.514808,4.598876 13.173431,3.818635 4.725233,-0.651545 6.759258,-0.544642 9.624916,0.240739 -0.730851,1.322331 -0.809994,3.821611 -1.769151,5.672668 2.067707,0.24286 5.60236,-1.404342 8.09795,-3.745609 0.97427,4.618058 -2.75857,9.86657 2.91823,12.29164 10.92659,-13.632412 16.88523,-39.48975 12.47686,-42.194894 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
transform="matrix(0.86777122,-0.05983549,0.05983549,0.86777122,12.202955,23.551678)"
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.21901;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 119.43262,11.222631 c -2.2381,-1.2528729 -11.63897,3.313758 -16.34247,8.310426 -9.5393,10.133871 -3.49156,19.319228 -30.120699,18.597822 3.872688,15.043436 12.978367,16.961397 27.625579,22.584052 -0.34529,-20.334094 12.78909,-17.928245 18.05531,-36.57405 1.99939,-7.079141 2.12019,-12.169295 0.78228,-12.91825 z"
id="path925-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss"
clip-path="url(#clipPath894)" />
</g>
<g
transform="translate(-26.911905,0.03095311)"
id="layer1"
inkscape:groupmode="layer"
inkscape:label="Face">
<path
sodipodi:nodetypes="csc"
inkscape:connector-curvature="0"
id="path890"
d="m 75.152293,79.610058 c 8.31e-4,3.999553 -0.739797,5.277091 -3.463144,8.474207 -2.456973,2.884403 -2.044452,7.676599 -0.06628,9.710351"
style="display:inline;fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path852"
d="m 111.86044,69.317663 c -5.97687,2.154902 -11.994906,5.239242 -15.640695,8.510366 5.660345,-0.09306 10.482865,0.345833 14.933885,1.486473"
style="fill:none;stroke:#313131;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;stroke:#313131;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 59.685416,72.055613 c 5.693537,1.881937 11.45437,4.627199 14.987449,7.594398 -5.33217,0.02865 -9.859172,0.534838 -14.014825,1.685933"
id="path854"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 90.172836,92.000033 c 0.18761,1.411809 -5.54652,7.024144 -7.979298,7.042528 -2.620943,0.01981 -6.767729,-5.920248 -6.430998,-7.30155 0.854896,-3.506801 13.893389,-3.630717 14.410296,0.259022 z"
id="rect902-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<g
transform="translate(195.40762,4.6833357)"
style="display:none"
inkscape:label="Whiskers"
id="layer6-8">
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path943-2"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
id="path945-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
id="path947-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path949-6"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<path
id="rect959"
style="fill:#68341e;fill-opacity:1;fill-rule:evenodd;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;paint-order:markers stroke fill"
d="m 27.239433,88.030903 3.326483,-2.58021 c 0.196231,-0.152217 1.474749,0.876481 1.832973,1.285311 L 50.747279,72.50453 72.588665,51.039112 122.57168,12.270805 c 2.67916,-2.078041 11.91675,9.829402 9.23717,11.907764 L 81.825825,62.946876 55.603112,78.76412 37.254721,92.995594 c 0.331758,0.515518 0.929232,1.855464 0.725649,2.013337 l -3.326479,2.580191 c -1.219263,0.945731 -8.656726,-8.594642 -7.414128,-9.558474 z"
sodipodi:nodetypes="cccccccccccccc"
inkscape:transform-center-x="-53.682853"
inkscape:transform-center-y="-41.818817" />
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path889-7"
d="m 73.556408,113.66815 c 4.046998,-2.67264 6.842009,-5.73934 9.758294,-8.99644 1.915659,1.64324 6.998031,5.91045 11.059366,8.58663"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<g
style="display:none"
inkscape:label="Whiskers"
id="layer6"
inkscape:groupmode="layer">
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path943"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
id="path945"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
id="path947"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path949"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 59 KiB

View file

@ -0,0 +1,241 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxboop.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfox.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.6"
inkscape:cx="6.728064"
inkscape:cy="71.127034"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 20.107593,10.252206 C 25.848812,7.9016834 40.675608,28.726183 56.811737,33.975485 L 25.846121,52.705763 C 19.941842,43.606443 14.904566,12.382397 20.107593,10.252206 Z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 126.3276,74.049179 c 0,12.096809 -2.59118,13.280352 -2.59118,20.029067 0,6.837074 2.98047,8.990724 1.70749,13.741564 -1.5876,5.92499 -10.61174,13.92412 -29.357674,17.49273 -17.768477,3.38253 -40.639382,3.37649 -52.355877,1.07192 C 31.940625,124.06549 13.15867,117.32216 11.016044,107.58839 7.9685843,93.744043 11.973437,73.604355 20.390544,59.00774 28.352057,45.201196 37.900912,36.142686 50.634832,36.570768 L 37.941591,33.502055 c 9.224962,-2.292503 13.304149,-3.194868 21.472554,0.694297 -4.723661,-3.628363 -7.3566,-10.882629 -9.510744,-14.026265 12.161824,0.926459 22.384696,6.280037 26.813724,9.154887 L 75.05765,22.422633 c 5.707035,1.743968 8.219704,5.65569 14.759168,6.770319 17.045142,3.121628 36.510782,18.384515 36.510782,44.856227 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path873"
d="m 125.4896,10.356473 c -4.59097,-2.4209538 -32.755054,7.895122 -44.194195,27.007324 5.095793,7.189251 17.954221,-0.115818 23.110465,-0.465505 -1.40922,2.175521 -3.80118,7.82661 -3.84921,10.675039 2.09459,0.808542 8.77716,0.575521 11.42557,-2.138255 1.41275,5.044414 -1.08837,16.095866 6.11206,17.362085 9.76264,-16.919795 12.47609,-49.761438 7.39531,-52.440688 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.97631669;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 148.35911,4.3356447 c -1.78771,-0.8484478 -11.00575,2.906299 -16.19325,7.6720183 -10.53309,9.676667 -1.07136,22.664674 -28.29413,20.811212 6.00859,14.75387 19.11803,20.290527 34.81182,24.002583 -2.67038,-18.583744 9.24321,-19.504661 10.95019,-39.43404 0.64348,-7.5127806 0.14869,-12.3762659 -1.27463,-13.0517733 z"
id="path958"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss"
clip-path="url(#clipPath848)"
transform="matrix(0.93975804,0,0,0.94176336,-16.644102,10.131561)" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<ellipse
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81259012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="path885"
cx="112.05415"
cy="83.026405"
rx="8.1146603"
ry="9.2013845"
transform="matrix(0.98788676,-0.15517654,0.02204363,0.99975701,0,0)" />
<ellipse
transform="matrix(0.99926374,0.03836633,-0.17815691,0.98400209,0,0)"
ry="8.8579388"
rx="7.5187154"
cy="57.453007"
cx="80.31636"
id="ellipse887"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81394577;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.39999962;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 65.215229,89.130507 c 0.788255,3.806281 2.955085,8.662266 5.050157,11.876003 4.053414,-2.159042 6.634643,-6.286829 9.76182,-9.194587 1.468049,1.931684 4.737021,8.708677 7.974532,11.983787 4.241453,-2.43483 9.498149,-7.892871 10.856405,-9.165006"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 89.750473,79.565261 c 0,1.555989 -7.017778,6.808893 -9.655114,6.478683 -2.841327,-0.35575 -6.477412,-7.385625 -5.913932,-8.833109 1.430542,-3.674826 15.569046,-1.932548 15.569046,2.354426 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 75.794782,58.848259 c -0.471668,8.142496 -2.168547,11.283357 -6.271612,14.766969 -3.296766,2.799043 -3.354316,7.478931 -1.676823,9.877932"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<path
sodipodi:nodetypes="cssssscccssssc"
inkscape:connector-curvature="0"
id="path849-7"
d="m 52.980175,62.809764 c 3.866414,-0.859788 5.130858,5.889939 -2.983988,7.372806 -2.471593,0.451664 -5.716041,1.042628 -5.665881,2.656738 0.0584,1.878819 4.414007,2.45359 8.910109,2.910614 6.76837,0.688075 19.218076,1.459047 23.725199,1.842097 1.077894,0.09161 1.504504,0.413842 1.494711,1.00706 -0.09158,5.53967 -4.536578,5.479029 -18.987965,5.122787 2.31504,1.869632 1.365667,5.77189 -1.754795,5.934882 2.320409,1.380568 1.283323,5.520516 -1.705545,5.754629 2.690378,2.710295 -0.380374,6.501743 -2.864612,6.233743 -2.717695,-0.29318 -6.695765,-0.9955 -10.744092,-1.759328 -8.303,-1.5666 -13.73192,-5.969812 -11.50107,-17.970607 0.96264,-5.178539 1.50478,-8.77279 3.49237,-12.645613 1.75754,-3.424543 11.884413,-5.016753 18.585559,-6.459808 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#313131;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -0,0 +1,289 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxboop_w_.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfox-w-.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<mask
id="mask914-2"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-6"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-4"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-9"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848-0"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850-4"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.6"
inkscape:cx="-26.941383"
inkscape:cy="29.851084"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 20.107594,10.252205 C 25.848814,7.9016824 40.675611,28.726183 56.81174,33.975484 L 25.846122,52.705765 C 19.941843,43.606443 14.904566,12.382396 20.107594,10.252205 Z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 126.32762,74.049181 c 0,12.09681 -2.59119,13.280352 -2.59119,20.029068 0,6.837071 2.98047,8.990721 1.70749,13.741571 -1.58759,5.92499 -10.61174,13.92412 -29.357676,17.4927 -17.768481,3.38255 -40.639387,3.37651 -52.355884,1.07193 C 31.940625,124.06548 13.158671,117.32216 11.016044,107.5884 7.9685838,93.744046 11.973438,73.604356 20.390545,59.007742 28.352057,45.201196 37.900913,36.142686 50.634835,36.570767 L 37.941593,33.502055 c 9.224963,-2.292504 13.30415,-3.194868 21.472555,0.694296 -4.723662,-3.628363 -7.3566,-10.882629 -9.510745,-14.026265 12.161825,0.92646 22.384697,6.280037 26.813725,9.154888 l -1.659474,-6.902341 c 5.707035,1.743968 8.219705,5.655689 14.759169,6.770319 17.045137,3.121628 36.510797,18.384515 36.510797,44.856229 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs" />
<path
style="fill:none;stroke:#313131;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 92.456741,68.97335 74.071309,64.135658"
id="path841"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
inkscape:connector-curvature="0"
id="path854"
d="M 54.081857,61.037674 35.161164,59.184358"
style="fill:none;stroke:#313131;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="cc" />
<path
inkscape:connector-curvature="0"
id="path858"
d="M 92.292641,67.415139 75.294707,62.939722"
style="fill:none;stroke:#313131;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#313131;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 53.562868,59.577869 36.025851,57.841593"
id="path860"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path873"
d="m 125.4896,10.356472 c -4.59096,-2.4209534 -32.75505,7.895123 -44.19419,27.007325 5.095792,7.189252 17.95422,-0.115818 23.11046,-0.465504 -1.40923,2.17552 -3.80117,7.826609 -3.8492,10.675038 2.09458,0.808542 8.77715,0.575522 11.42556,-2.138254 1.41274,5.044414 -1.08837,16.095866 6.11206,17.362085 9.76264,-16.919795 12.47609,-49.761439 7.39531,-52.44069 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.97631645;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 148.35911,4.3356447 c -1.78771,-0.8484478 -11.00575,2.906299 -16.19325,7.6720183 -10.53309,9.676667 -1.07136,22.664674 -28.29413,20.811212 6.00859,14.75387 19.11803,20.290527 34.81182,24.002583 -2.67038,-18.583744 9.24321,-19.504661 10.95019,-39.43404 0.64348,-7.5127806 0.14869,-12.3762659 -1.27463,-13.0517733 z"
id="path958"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss"
clip-path="url(#clipPath848)"
transform="matrix(0.93975812,0,0,0.94176343,-16.644105,10.131561)" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.39999962;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 65.215231,89.13051 c 0.788255,3.806282 2.955085,8.662266 5.050156,11.876 4.053415,-2.159034 6.634644,-6.286827 9.761821,-9.194585 1.46805,1.931684 4.737021,8.708665 7.974533,11.983805 4.241456,-2.43485 9.498152,-7.892888 10.856406,-9.165022"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 89.750475,79.565264 c 0,1.555988 -7.017778,6.808893 -9.655114,6.478683 -2.841326,-0.35575 -6.477412,-7.385625 -5.913932,-8.83311 1.430541,-3.674825 15.569046,-1.932548 15.569046,2.354427 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 80.993761,61.006721 c -2.043023,8.258893 -7.367524,9.124896 -11.47059,12.608509 -3.296766,2.799043 -3.354316,7.478932 -1.676823,9.877932"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<path
sodipodi:nodetypes="cssssscccssssc"
inkscape:connector-curvature="0"
id="path849-7"
d="m 52.979997,62.809734 c 3.866414,-0.859788 5.130858,5.889939 -2.983988,7.372806 -2.471593,0.451664 -5.716042,1.042628 -5.665881,2.656738 0.05844,1.878819 4.414007,2.45359 8.910109,2.910614 6.76837,0.688075 19.218076,1.459047 23.725199,1.842097 1.077894,0.09161 1.504504,0.413842 1.494711,1.00706 -0.09158,5.53967 -4.536578,5.479029 -18.987965,5.122787 2.31504,1.869632 1.365667,5.77189 -1.754795,5.934882 2.320409,1.380568 1.283323,5.520516 -1.705545,5.754629 2.690378,2.710298 -0.380374,6.501743 -2.864612,6.233743 -2.717695,-0.29318 -6.695765,-0.9955 -10.744092,-1.759329 -8.302997,-1.566599 -13.731921,-5.969811 -11.501073,-17.970606 0.962643,-5.178539 1.50478,-8.77279 3.492376,-12.645613 1.757542,-3.424543 11.88441,-5.016753 18.585556,-6.459808 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#313131;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 19 KiB

View file

@ -0,0 +1,321 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxboopblush.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxblush.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter1036"
x="-0.46761183"
width="1.9352237"
y="-0.75661183"
height="2.5132237">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="5.1626067"
id="feGaussianBlur1038" />
</filter>
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter1040"
x="-0.46761183"
width="1.9352237"
y="-0.75661183"
height="2.5132237">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="5.1626067"
id="feGaussianBlur1042" />
</filter>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath894">
<path
sodipodi:nodetypes="scsccccs"
inkscape:connector-curvature="0"
id="path896"
d="m 121.94585,8.3109743 c -4.37532,-3.118506 -39.560593,2.2049727 -52.955088,23.9097867 2.186976,5.813359 8.255215,5.868865 14.806933,5.421494 5.471008,-0.373577 7.795424,-0.09011 11.020011,1.037292 -0.942798,1.458811 -1.231225,4.319039 -2.477709,6.366205 2.352309,0.442071 6.536557,-1.167616 9.583973,-3.655515 0.75221,5.373621 -3.944168,11.098055 2.37492,14.328375 C 117.90897,40.94738 126.78797,11.7622 121.94585,8.3109743 Z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.80000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.8590816"
inkscape:cx="-117.00778"
inkscape:cy="64.051364"
inkscape:document-units="px"
inkscape:current-layer="layer2"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 16.539068,19.149321 c 5.280974,-2.757948 22.673604,13.486667 37.228609,18.133823 L 24.454575,57.458083 C 16.450329,47.918226 11.753143,21.648742 16.539068,19.149321 Z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs"
inkscape:transform-center-x="8.9004039"
inkscape:transform-center-y="-7.599112" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 121.71471,76.18856 c 0,11.617117 -2.48843,12.753729 -2.48843,19.234828 0,6.565952 2.86229,8.634202 1.63979,13.196662 -1.52464,5.69003 -10.19093,13.37196 -28.193523,16.79905 -17.063881,3.2484 -39.027856,3.24261 -50.279742,1.02942 -11.32222,-2.22701 -29.35939,-8.70293 -31.417052,-18.05073 C 8.0491387,95.102437 11.895182,75.761374 19.978514,61.743578 27.624319,48.484522 36.794521,39.785221 49.023486,40.196328 L 36.833587,37.249303 c 8.859152,-2.201595 12.776582,-3.068178 20.621075,0.666764 -4.536347,-3.484482 -7.064879,-10.451085 -9.133603,-13.470063 11.679556,0.889722 21.497047,6.031008 25.750445,8.791857 l -1.593669,-6.628633 c 5.480725,1.674812 7.893757,5.431417 14.173903,6.501846 16.369222,2.997843 35.062972,17.655491 35.062972,43.077486 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 126.80592,21.205118 c -3.91108,-2.787622 -35.363067,1.971018 -47.336371,21.372875 1.954938,5.196542 7.379315,5.246159 13.235872,4.846255 4.890519,-0.333938 6.968308,-0.08055 9.850749,0.927232 -0.84277,1.304026 -1.10058,3.860774 -2.2148,5.69073 2.10271,0.395165 5.84299,-1.043729 8.56706,-3.267654 0.67239,4.803463 -3.52568,9.920513 2.12295,12.808083 12.16599,-13.20395 20.1029,-39.292483 15.77454,-42.377521 z"
id="path923-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scsccccs" />
<path
clip-path="url(#clipPath894)"
sodipodi:nodetypes="ssccss"
inkscape:connector-curvature="0"
id="path925-3"
d="m 119.43262,11.222631 c -2.2381,-1.2528729 -11.63897,3.313758 -16.34247,8.310426 -9.5393,10.133871 -3.49156,19.319228 -30.120699,18.597822 3.872688,15.043436 12.978367,16.961397 27.625579,22.584052 -0.34529,-20.334094 12.78909,-17.928245 18.05531,-36.57405 1.99939,-7.079141 2.12019,-12.169295 0.78228,-12.91825 z"
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.13235378;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
transform="matrix(0.89389655,0,0,0.89389655,17.62017,13.954747)" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000067;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 87.655196,81.484677 c 0,1.494288 -6.739493,6.538891 -9.272247,6.221776 -2.728656,-0.341643 -6.220555,-7.092752 -5.679418,-8.482838 1.373814,-3.529104 14.951665,-1.855914 14.951665,2.261062 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 73.955585,64.580655 c -0.747076,5.147562 -2.489177,8.44213 -5.725592,11.189934 -3.166035,2.68805 -3.221303,7.18236 -1.610331,9.48623"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<path
style="fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 118.03908,61.471183 c -6.57541,0.976503 -13.38601,2.905533 -17.80323,5.52461 5.8227,1.089376 10.67595,2.553368 15.00255,4.665229"
id="path852"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" />
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path854"
d="m 60.37282,53.814777 c 5.365283,3.074065 10.621923,7.036325 13.583213,10.766351 -5.391159,-1.064857 -10.066816,-1.480871 -14.499352,-1.167536"
style="fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.4000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.066466,99.865313 c 3.543224,-1.067401 7.662136,-2.712054 10.366269,-3.967521 2.046872,1.435909 7.217661,4.730468 9.821459,6.310768"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Blush"
style="display:inline">
<ellipse
style="opacity:0.25;fill:#ff001d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:16.14441299;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers;filter:url(#filter1036)"
id="path1008"
cx="76.852463"
cy="81.807838"
rx="13.248442"
ry="8.1879873"
transform="matrix(0.87807771,0,0,0.85640393,10.520483,15.904876)" />
<ellipse
ry="8.1879873"
rx="13.248442"
cy="73.134201"
cx="25.146824"
id="ellipse1010"
style="opacity:0.25;fill:#ff001d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:16.14441299;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers;filter:url(#filter1040)"
transform="matrix(0.87807771,0,0,0.85640393,10.520483,15.904876)" />
<path
style="opacity:0.3;fill:none;stroke:#ff001d;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 22.119032,86.320784 32.761943,72.434055"
id="path856"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path877"
d="M 31.600384,87.423762 42.811302,72.587781"
style="opacity:0.3;fill:none;stroke:#ff001d;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="opacity:0.3;fill:none;stroke:#ff001d;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 66.207173,93.639635 78.481181,77.485927"
id="path883"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path885"
d="M 77.490719,93.512709 88.133626,79.62598"
style="opacity:0.3;fill:none;stroke:#ff001d;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cssssscccssssc"
inkscape:connector-curvature="0"
id="path849-7"
d="m 24.906685,65.404184 c 3.66752,-0.81556 4.866916,5.586957 -2.830492,6.993543 -2.344459,0.42843 -5.422003,0.988995 -5.374423,2.520074 0.0554,1.782171 4.186941,2.327376 8.451768,2.76089 6.420201,0.65268 18.229482,1.383993 22.504756,1.747338 1.022446,0.0869 1.427111,0.392554 1.417822,0.955257 -0.08687,5.254706 -4.303214,5.197184 -18.011213,4.859267 2.195953,1.773457 1.295419,5.474981 -1.664522,5.629588 2.201037,1.309551 1.217305,5.236538 -1.617816,5.458608 2.551986,2.570876 -0.360803,6.167281 -2.717252,5.913071 -2.5779,-0.2781 -6.351336,-0.94429 -10.191408,-1.66883 C 6.9980162,99.086984 1.8483632,94.910276 3.9644569,83.526809 4.8775781,78.614657 5.3918301,75.205297 7.2771773,71.531694 8.9443083,68.283313 18.550246,66.773007 24.906685,65.404184 Z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#313131;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 19 KiB

View file

@ -0,0 +1,265 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxboopcute.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfox.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.98994949"
inkscape:cx="-573.31292"
inkscape:cy="366.84253"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 20.107593,10.252206 C 25.848812,7.9016834 40.675608,28.726183 56.811737,33.975485 L 25.846121,52.705763 C 19.941842,43.606443 14.904566,12.382397 20.107593,10.252206 Z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 126.3276,74.049179 c 0,12.096809 -2.59118,13.280352 -2.59118,20.029067 0,6.837074 2.98047,8.990724 1.70749,13.741564 -1.5876,5.92499 -10.61174,13.92412 -29.357674,17.49273 -17.768477,3.38253 -40.639382,3.37649 -52.355877,1.07192 C 31.940625,124.06549 13.15867,117.32216 11.016044,107.58839 7.9685843,93.744043 11.973437,73.604355 20.390544,59.00774 28.352057,45.201196 37.900912,36.142686 50.634832,36.570768 L 37.941591,33.502055 c 9.224962,-2.292503 13.304149,-3.194868 21.472554,0.694297 -4.723661,-3.628363 -7.3566,-10.882629 -9.510744,-14.026265 12.161824,0.926459 22.384696,6.280037 26.813724,9.154887 L 75.05765,22.422633 c 5.707035,1.743968 8.219704,5.65569 14.759168,6.770319 17.045142,3.121628 36.510782,18.384515 36.510782,44.856227 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path873"
d="m 125.4896,10.356473 c -4.59097,-2.4209538 -32.755054,7.895122 -44.194195,27.007324 5.095793,7.189251 17.954221,-0.115818 23.110465,-0.465505 -1.40922,2.175521 -3.80118,7.82661 -3.84921,10.675039 2.09459,0.808542 8.77716,0.575521 11.42557,-2.138255 1.41275,5.044414 -1.08837,16.095866 6.11206,17.362085 9.76264,-16.919795 12.47609,-49.761438 7.39531,-52.440688 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.97631669;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 148.35911,4.3356447 c -1.78771,-0.8484478 -11.00575,2.906299 -16.19325,7.6720183 -10.53309,9.676667 -1.07136,22.664674 -28.29413,20.811212 6.00859,14.75387 19.11803,20.290527 34.81182,24.002583 -2.67038,-18.583744 9.24321,-19.504661 10.95019,-39.43404 0.64348,-7.5127806 0.14869,-12.3762659 -1.27463,-13.0517733 z"
id="path958"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss"
clip-path="url(#clipPath848)"
transform="matrix(0.93975804,0,0,0.94176336,-16.644102,10.131561)" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.39999962;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 65.215229,89.130507 c 0.788255,3.806281 2.955085,8.662266 5.050157,11.876003 4.053414,-2.159042 6.634643,-6.286829 9.76182,-9.194587 1.468049,1.931684 4.737021,8.708677 7.974532,11.983787 4.241453,-2.43483 9.498149,-7.892871 10.856405,-9.165006"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 89.750473,79.565261 c 0,1.555989 -7.017778,6.808893 -9.655114,6.478683 -2.841327,-0.35575 -6.477412,-7.385625 -5.913932,-8.833109 1.430542,-3.674826 15.569046,-1.932548 15.569046,2.354426 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<circle
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
id="path853"
cx="112.19859"
cy="66.05085"
r="10.650261" />
<circle
r="10.650261"
cy="59.301868"
cx="68.577164"
id="circle865"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<ellipse
id="circle855"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
cy="107.04278"
cx="69.007484"
rx="5.7542162"
ry="4.2268624"
transform="rotate(-27.71592)" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
d="m 118.93822,68.077966 c 0.92844,1.767227 -0.2692,4.224464 -2.67501,5.488393 -2.4058,1.263929 -5.10875,0.855926 -6.03718,-0.911303 -0.92844,-1.767227 1.56387,-1.284012 3.96968,-2.54794 2.4058,-1.263928 3.81407,-3.796377 4.74251,-2.02915 z"
id="ellipse857"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssss" />
<ellipse
transform="rotate(-27.71592)"
ry="4.3684483"
rx="5.9469638"
cx="33.529827"
cy="80.780365"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
id="ellipse867" />
<path
sodipodi:nodetypes="sssss"
inkscape:connector-curvature="0"
id="path869"
d="m 75.483614,61.329548 c 0.9475,1.803501 -0.274718,4.311175 -2.72991,5.601045 -2.455184,1.289872 -5.213604,0.873494 -6.161105,-0.930007 -0.947493,-1.8035 1.595978,-1.310367 4.051163,-2.600238 2.455183,-1.289872 3.892358,-3.8743 4.839852,-2.0708 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 77.196508,58.847766 c -0.471668,8.142495 -3.570767,11.283356 -7.67383,14.76697 -3.296767,2.799042 -3.354317,7.47893 -1.676824,9.877931"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<path
sodipodi:nodetypes="cssssscccssssc"
inkscape:connector-curvature="0"
id="path849-7"
d="m 52.980175,62.809764 c 3.866414,-0.859788 5.130858,5.889939 -2.983988,7.372806 -2.471593,0.451664 -5.716041,1.042628 -5.665881,2.656738 0.0584,1.878819 4.414007,2.45359 8.910109,2.910614 6.76837,0.688075 19.218076,1.459047 23.725199,1.842097 1.077894,0.09161 1.504504,0.413842 1.494711,1.00706 -0.09158,5.53967 -4.536578,5.479029 -18.987965,5.122787 2.31504,1.869632 1.365667,5.77189 -1.754795,5.934882 2.320409,1.380568 1.283323,5.520516 -1.705545,5.754629 2.690378,2.710295 -0.380374,6.501743 -2.864612,6.233743 -2.717695,-0.29318 -6.695765,-0.9955 -10.744092,-1.759328 -8.303,-1.5666 -13.73192,-5.969812 -11.50107,-17.970607 0.96264,-5.178539 1.50478,-8.77279 3.49237,-12.645613 1.75754,-3.424543 11.884413,-5.016753 18.585559,-6.459808 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#313131;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -0,0 +1,323 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxboopfloof.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfox.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter1040"
x="-0.46761182"
width="1.9352237"
y="-0.75661182"
height="2.5132236">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="5.1626067"
id="feGaussianBlur1042" />
</filter>
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter1036"
x="-0.46761182"
width="1.9352237"
y="-0.75661182"
height="2.5132236">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="5.1626067"
id="feGaussianBlur1038" />
</filter>
<mask
id="mask914-3"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-8"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-0"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-2"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-1"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848-0"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8"
inkscape:cx="-28.303347"
inkscape:cy="106.45284"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1983"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="true" />
<metadata
id="metadata5">
<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:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 24.555511,13.633535 c 5.46354,-2.237883 19.573223,17.588687 34.928914,22.586438 L 30.016489,54.052681 C 24.397777,45.389407 19.604133,15.661645 24.555511,13.633535 Z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 127.30051,75.346452 -8.01023,-3.566167 c 1.1761,4.143779 5.90581,9.722916 8.65426,12.025038 -0.46203,2.894729 -5.94144,8.039005 -10.94796,10.853336 2.61904,0.268933 6.1411,-0.192804 7.99452,-0.722316 -1.02336,7.040767 2.14474,9.426277 0.88734,14.121157 -1.56817,5.85521 -10.48185,13.76012 -28.998339,17.28669 -17.550991,3.34269 -40.141958,3.33673 -51.715043,1.05931 -11.64543,-2.29166 -30.345737,-8.92413 -32.313894,-18.5747 -2.23862,-10.976764 4.992288,-16.058566 7.372246,-23.490863 0,0 -6.192606,4.695233 -9.55822,9.159149 -3.0211026,-16.444444 4.726448,-21.229431 13.505791,-25.746381 -5.73257,0.275713 -8.197625,1.064392 -12.452889,2.819309 3.711731,-9.335746 8.23095,-13.392102 14.383009,-15.331229 -2.983965,-0.09987 -8.088142,-1.201337 -10.135936,-1.970808 11.170005,-3.514561 12.85525,-5.278362 19.313068,-9.169426 l -10.296847,-1.29918 c 4.59757,-3.241538 16.48969,-5.828583 23.757549,-5.584141 L 34.570443,33.942386 C 45.060282,28.203713 49.170078,29.535803 60.267127,36.023474 52.832742,31.26227 49.998129,23.578484 46.835605,20.50063 62.012381,19.941162 75.881541,23.206752 80.980453,32.537942 L 79.22285,23.98008 c 3.847768,2.052669 7.659502,6.192933 14.118923,7.294434 12.394137,2.270909 17.998577,5.089871 24.890087,19.614306 1.00464,2.117361 4.13889,6.21551 8.26137,8.822087 l -7.44758,0.262721 c 3.91433,2.690475 8.97344,9.4533 8.25486,15.372824 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccsssscccccccccccccccsccc" />
<ellipse
style="display:inline;opacity:0.25;fill:#ff001d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:16.4540329;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers;filter:url(#filter1036)"
id="path1008"
cx="76.852463"
cy="81.807838"
rx="13.248442"
ry="8.1879873"
transform="matrix(0.86135333,0,0,0.84048523,28.800363,14.853365)" />
<ellipse
ry="8.1879873"
rx="13.248442"
cy="73.134201"
cx="25.146824"
id="ellipse1010"
style="display:inline;opacity:0.25;fill:#ff001d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:16.4540329;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers;filter:url(#filter1040)"
transform="matrix(0.86135333,0,0,0.84048523,9.7728333,14.975725)" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path873"
d="m 123.09538,13.732805 c -4.36893,-2.304939 -31.170835,7.516782 -42.05671,25.713109 4.84933,6.844737 17.085847,-0.110268 21.99271,-0.443197 -1.34108,2.071269 -3.617333,7.451553 -3.66304,10.163482 1.99328,0.769796 8.35264,0.547941 10.87297,-2.035787 1.34441,4.802681 -1.03575,15.324537 5.81643,16.530077 9.29047,-16.108983 11.87268,-47.376825 7.03764,-49.927684 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.12685418;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 148.35911,4.3356447 c -1.78771,-0.8484478 -11.00575,2.906299 -16.19325,7.6720183 -10.53309,9.676667 -1.07136,22.664674 -28.29413,20.811212 6.00859,14.75387 19.11803,20.290527 34.81182,24.002583 -2.67038,-18.583744 9.24321,-19.504661 10.95019,-39.43404 0.64348,-7.5127806 0.14869,-12.3762659 -1.27463,-13.0517733 z"
id="path958"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss"
clip-path="url(#clipPath848)"
transform="matrix(0.89430575,0,0,0.89663322,-12.163902,13.518672)" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<ellipse
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81260562;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="path885"
cx="112.25717"
cy="84.222885"
rx="7.747056"
ry="8.7885561"
transform="matrix(0.98787563,-0.15524736,0.02203333,0.99975724,0,0)" />
<ellipse
transform="matrix(0.99926305,0.03838424,-0.17807627,0.98401669,0,0)"
ry="8.4603968"
rx="7.1780324"
cy="58.806725"
cx="82.705421"
id="ellipse887"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81392574;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.39999962;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 67.583834,89.232357 c 0.752538,3.635509 2.821185,8.273628 4.821325,11.343183 3.869744,-2.06218 6.334013,-6.004772 9.319491,-8.782071 1.40153,1.845017 4.522377,8.317951 7.613191,11.446131 4.049264,-2.32559 9.067769,-7.538756 10.36448,-8.753816"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 91.007337,80.096259 c 0,1.486179 -6.699789,6.503409 -9.217621,6.188014 -2.712581,-0.339788 -6.183908,-7.054265 -5.64596,-8.436807 1.365721,-3.509951 14.863581,-1.845843 14.863581,2.248793 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 77.684007,60.308738 c -0.450297,7.777179 -2.070287,10.777123 -5.987432,14.10444 -3.147383,2.673463 -3.202326,7.143384 -1.600844,9.434753"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<path
sodipodi:nodetypes="cssssscccssssc"
inkscape:connector-curvature="0"
id="path849-7"
d="m 52.980175,62.809766 c 3.866414,-0.859788 5.130858,5.889939 -2.983988,7.372806 -2.471593,0.451664 -5.716041,1.042628 -5.665881,2.656738 0.0584,1.878819 4.414007,2.45359 8.910109,2.910614 6.76837,0.688075 19.21808,1.459047 23.7252,1.842097 1.07789,0.09161 1.5045,0.413842 1.49471,1.00706 -0.0916,5.53967 -4.53658,5.479029 -18.987965,5.122787 2.31504,1.869632 1.365667,5.77189 -1.754795,5.93488 2.320409,1.38057 1.283323,5.52052 -1.705545,5.75463 2.690378,2.7103 -0.380374,6.501742 -2.864612,6.233742 -2.717695,-0.29318 -6.695765,-0.9955 -10.744092,-1.759318 -8.303,-1.566604 -13.73192,-5.969824 -11.50107,-17.970615 0.96264,-5.178539 1.50478,-8.77279 3.49237,-12.645613 1.75754,-3.424543 11.884413,-5.016753 18.585559,-6.459808 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#313131;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 21 KiB

View file

@ -0,0 +1,309 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxboopglare.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxglare.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath907">
<rect
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.01141214;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="rect909"
width="33.55088"
height="15.153069"
x="98.663345"
y="40.38686"
transform="matrix(0.97191423,0.23533534,-0.1305395,0.99144311,0,0)" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath911">
<rect
transform="matrix(0.99444961,0.10521397,0.015109,0.99988585,0,0)"
y="36.396919"
x="54.819366"
height="15.446256"
width="32.99054"
id="rect913"
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.0145874;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.6"
inkscape:cx="-36.574501"
inkscape:cy="65.493321"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 20.107594,10.252205 C 25.848814,7.9016821 40.67561,28.726182 56.81174,33.975484 L 25.846121,52.705764 C 19.941843,43.606442 14.904566,12.382396 20.107594,10.252205 Z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 126.32761,74.04918 c 0,12.096809 -2.59118,13.280352 -2.59118,20.029067 0,6.837073 2.98047,8.990723 1.70749,13.741573 -1.5876,5.92499 -10.61175,13.92411 -29.357678,17.49271 -17.76848,3.38254 -40.639385,3.3765 -52.355882,1.07192 C 31.940625,124.06549 13.158671,117.32216 11.016044,107.5884 7.968584,93.744044 11.973438,73.604355 20.390545,59.00774 28.352058,45.201195 37.900913,36.142685 50.634834,36.570767 L 37.941593,33.502054 c 9.224962,-2.292503 13.304149,-3.194868 21.472554,0.694297 -4.723661,-3.628363 -7.3566,-10.88263 -9.510745,-14.026265 12.161826,0.926459 22.384697,6.280038 26.813725,9.154887 l -1.659473,-6.902341 c 5.707034,1.743968 8.219703,5.65569 14.759167,6.77032 17.045139,3.121628 36.510789,18.384514 36.510789,44.856228 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path873"
d="m 125.4896,10.356471 c -4.59096,-2.4209528 -32.755052,7.895124 -44.194191,27.007326 5.095792,7.189251 17.954219,-0.115819 23.110461,-0.465505 -1.40923,2.175521 -3.80118,7.826609 -3.8492,10.675038 2.09458,0.808542 8.77714,0.575522 11.42556,-2.138254 1.41274,5.044414 -1.08838,16.095866 6.11206,17.362085 9.76264,-16.919795 12.47609,-49.761438 7.39531,-52.44069 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.97631645;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 148.35911,4.3356447 c -1.78771,-0.8484478 -11.00575,2.906299 -16.19325,7.6720183 -10.53309,9.676667 -1.07136,22.664674 -28.29413,20.811212 6.00859,14.75387 19.11803,20.290527 34.81182,24.002583 -2.67038,-18.583744 9.24321,-19.504661 10.95019,-39.43404 0.64348,-7.5127806 0.14869,-12.3762659 -1.27463,-13.0517733 z"
id="path958"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss"
clip-path="url(#clipPath848)"
transform="matrix(0.93975812,0,0,0.94176343,-16.644104,10.13156)" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<ellipse
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:9.80771923;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="path885"
cx="106.01395"
cy="76.79866"
rx="8.1681051"
ry="9.2973518"
transform="matrix(0.91056121,-0.14359027,0.02024091,0.92159111,12.112448,10.005469)"
clip-path="url(#clipPath907)" />
<ellipse
transform="matrix(0.9211287,0.03552155,-0.16353255,0.90719181,12.112448,10.005469)"
ry="8.6339893"
rx="7.2976637"
cy="53.463646"
cx="71.474693"
id="ellipse887"
style="opacity:1;fill:#fefefe;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:9.81134415;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
clip-path="url(#clipPath911)" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 89.750474,79.565261 c 0,1.555989 -7.017778,6.808893 -9.655114,6.478683 -2.841327,-0.35575 -6.477412,-7.385625 -5.913932,-8.833109 1.430541,-3.674825 15.569046,-1.932548 15.569046,2.354426 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 81.178123,60.361414 c -2.043024,8.258892 -7.551887,9.770201 -11.654952,13.253814 -3.296767,2.799043 -3.354317,7.478931 -1.676824,9.877932"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<ellipse
transform="matrix(0.92474091,-0.38059722,0.08725697,0.99618584,0,0)"
ry="5.1664438"
rx="3.7582064"
cy="107.06866"
cx="105.54236"
id="ellipse841"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.09439135;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<ellipse
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.09439135;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="ellipse846"
cx="70.068848"
cy="84.540619"
rx="3.7375162"
ry="5.1380005"
transform="matrix(0.95022674,-0.31155922,0.01375907,0.99990534,0,0)" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.4000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 69.353293,98.704742 c 3.68953,-1.111475 7.978519,-2.824035 10.794312,-4.131341 2.13139,1.495197 7.51569,4.925786 10.227004,6.571349"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" />
<path
style="fill:none;stroke:#313131;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 59.054461,52.195756 23.282756,3.633133"
id="path849"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
inkscape:connector-curvature="0"
id="path851"
d="m 97.309047,57.245003 26.170233,0.92172"
style="fill:none;stroke:#313131;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:transform-center-x="3.1441091"
inkscape:transform-center-y="1.1804326"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path901"
d="m 59.024181,65.663416 16.611048,2.183181"
style="fill:none;stroke:#313131;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;stroke:#313131;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 99.25588,69.863883 20.60282,1.689353"
id="path903"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cssssscccssssc"
inkscape:connector-curvature="0"
id="path849-7"
d="m 52.980177,62.809767 c 3.866414,-0.859788 5.130858,5.889939 -2.983988,7.372805 -2.471593,0.451664 -5.716042,1.042628 -5.665881,2.656738 0.05844,1.878819 4.414007,2.45359 8.910109,2.910614 6.76837,0.688075 19.218076,1.459047 23.725199,1.842097 1.077894,0.09161 1.504504,0.413842 1.494711,1.00706 -0.09158,5.53967 -4.536578,5.479029 -18.987965,5.122787 2.31504,1.869632 1.365667,5.77189 -1.754795,5.934882 2.320409,1.380568 1.283323,5.520516 -1.705545,5.754629 2.690378,2.710298 -0.380374,6.501741 -2.864612,6.233741 -2.717695,-0.29318 -6.695765,-0.9955 -10.744092,-1.759328 -8.302997,-1.566598 -13.731921,-5.96981 -11.501073,-17.970605 0.962643,-5.178539 1.50478,-8.77279 3.492376,-12.645613 1.757542,-3.424542 11.88441,-5.016752 18.585556,-6.459807 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#313131;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

View file

@ -0,0 +1,248 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfox.png"
sodipodi:docname="blobfoxboopgoogly.svg"
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
id="svg8"
version="1.1"
viewBox="0 0 128 128"
height="128"
width="128">
<defs
id="defs2">
<linearGradient
id="linearGradient879"
inkscape:collect="always">
<stop
id="stop875"
offset="0"
style="stop-color:#ff7505;stop-opacity:1" />
<stop
id="stop877"
offset="1"
style="stop-color:#ff8702;stop-opacity:1" />
</linearGradient>
<mask
id="mask914"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<linearGradient
y2="85.856133"
x2="95.348198"
y1="112.44355"
x1="114.28658"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
gradientUnits="userSpaceOnUse"
id="linearGradient850"
xlink:href="#linearGradient879"
inkscape:collect="always" />
<clipPath
id="clipPath848"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
</defs>
<sodipodi:namedview
inkscape:document-rotation="0"
showguides="false"
inkscape:window-maximized="1"
inkscape:window-y="0"
inkscape:window-x="1536"
inkscape:window-height="992"
inkscape:window-width="1920"
fit-margin-bottom="0"
fit-margin-right="0"
fit-margin-left="0"
fit-margin-top="0"
units="px"
showgrid="false"
inkscape:current-layer="layer1"
inkscape:document-units="px"
inkscape:cy="66.259406"
inkscape:cx="2.2469662"
inkscape:zoom="3.959798"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1.0"
bordercolor="#666666"
pagecolor="#ffffff"
id="base" />
<metadata
id="metadata5">
<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="Ear back"
id="layer3"
inkscape:groupmode="layer">
<path
sodipodi:nodetypes="sccs"
inkscape:connector-curvature="0"
id="rect870"
d="M 20.107593,10.252206 C 25.848812,7.9016834 40.675608,28.726183 56.811737,33.975485 L 25.846121,52.705763 C 19.941842,43.606443 14.904566,12.382397 20.107593,10.252206 Z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
inkscape:label="Body"
id="layer4"
inkscape:groupmode="layer">
<path
sodipodi:nodetypes="ssssssscccccccs"
inkscape:connector-curvature="0"
id="path837"
d="m 126.3276,74.049179 c 0,12.096809 -2.59118,13.280352 -2.59118,20.029067 0,6.837074 2.98047,8.990724 1.70749,13.741564 -1.5876,5.92499 -10.61174,13.92412 -29.357674,17.49273 -17.768477,3.38253 -40.639382,3.37649 -52.355877,1.07192 C 31.940625,124.06549 13.15867,117.32216 11.016044,107.58839 7.9685843,93.744043 11.973437,73.604355 20.390544,59.00774 28.352057,45.201196 37.900912,36.142686 50.634832,36.570768 L 37.941591,33.502055 c 9.224962,-2.292503 13.304149,-3.194868 21.472554,0.694297 -4.723661,-3.628363 -7.3566,-10.882629 -9.510744,-14.026265 12.161824,0.926459 22.384696,6.280037 26.813724,9.154887 L 75.05765,22.422633 c 5.707035,1.743968 8.219704,5.65569 14.759168,6.770319 17.045142,3.121628 36.510782,18.384515 36.510782,44.856227 z"
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
inkscape:label="Ear front"
id="layer5"
inkscape:groupmode="layer">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 125.4896,10.356473 c -4.59097,-2.4209538 -32.755054,7.895122 -44.194195,27.007324 5.095793,7.189251 17.954221,-0.115818 23.110465,-0.465505 -1.40922,2.175521 -3.80118,7.82661 -3.84921,10.675039 2.09459,0.808542 8.77716,0.575521 11.42557,-2.138255 1.41275,5.044414 -1.08837,16.095866 6.11206,17.362085 9.76264,-16.919795 12.47609,-49.761438 7.39531,-52.440688 z"
id="path873"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
<path
transform="matrix(0.93975804,0,0,0.94176336,-16.644102,10.131561)"
clip-path="url(#clipPath848)"
sodipodi:nodetypes="ssccss"
inkscape:connector-curvature="0"
id="path958"
d="m 148.35911,4.3356447 c -1.78771,-0.8484478 -11.00575,2.906299 -16.19325,7.6720183 -10.53309,9.676667 -1.07136,22.664674 -28.29413,20.811212 6.00859,14.75387 19.11803,20.290527 34.81182,24.002583 -2.67038,-18.583744 9.24321,-19.504661 10.95019,-39.43404 0.64348,-7.5127806 0.14869,-12.3762659 -1.27463,-13.0517733 z"
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.97631669;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
transform="translate(-26.911905,0.03095311)"
id="layer1"
inkscape:groupmode="layer"
inkscape:label="Face">
<circle
style="opacity:1;fill:#f2f2f2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="path852"
cx="111.47005"
cy="65.898041"
r="13.91665" />
<circle
r="13.151093"
cy="57.374565"
cx="67.997673"
id="circle854"
style="opacity:1;fill:#f2f2f2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 80.414691,61.333236 c -2.496052,8.705365 -6.788456,8.798379 -10.891521,12.281992 -3.296766,2.799043 -3.354316,7.478931 -1.676823,9.877932"
id="path890-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<circle
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="path856"
cx="115.46165"
cy="63.848297"
r="8.4147196" />
<circle
r="7.9518242"
cy="59.617393"
cx="65.143173"
id="circle858"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path889"
d="m 65.215229,89.130507 c 0.788255,3.806281 2.955085,8.662266 5.050157,11.876003 4.053414,-2.159042 6.634643,-6.286829 9.76182,-9.194587 1.468049,1.931684 4.737021,8.708677 7.974532,11.983787 4.241453,-2.43483 9.498149,-7.892871 10.856405,-9.165006"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.39999962;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="ssss"
inkscape:connector-curvature="0"
id="rect902"
d="m 89.750473,79.565261 c 0,1.555989 -7.017778,6.808893 -9.655114,6.478683 -2.841327,-0.35575 -6.477412,-7.385625 -5.913932,-8.833109 1.430542,-3.674826 15.569046,-1.932548 15.569046,2.354426 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#313131;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 52.980175,62.809764 c 3.866414,-0.859788 5.130858,5.889939 -2.983988,7.372806 -2.471593,0.451664 -5.716041,1.042628 -5.665881,2.656738 0.0584,1.878819 4.414007,2.45359 8.910109,2.910614 6.76837,0.688075 19.218076,1.459047 23.725199,1.842097 1.077894,0.09161 1.504504,0.413842 1.494711,1.00706 -0.09158,5.53967 -4.536578,5.479029 -18.987965,5.122787 2.31504,1.869632 1.365667,5.77189 -1.754795,5.934882 2.320409,1.380568 1.283323,5.520516 -1.705545,5.754629 2.690378,2.710295 -0.380374,6.501743 -2.864612,6.233743 -2.717695,-0.29318 -6.695765,-0.9955 -10.744092,-1.759328 -8.303,-1.5666 -13.73192,-5.969812 -11.50107,-17.970607 0.96264,-5.178539 1.50478,-8.77279 3.49237,-12.645613 1.75754,-3.424543 11.884413,-5.016753 18.585559,-6.459808 z"
id="path849-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cssssscccssssc" />
</g>
<g
style="display:none"
inkscape:label="Whiskers"
id="layer6"
inkscape:groupmode="layer">
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path943"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
id="path945"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
id="path947"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path949"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -0,0 +1,237 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxboophappy.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxhappy.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.979899"
inkscape:cx="-126.64465"
inkscape:cy="2.0085966"
inkscape:document-units="px"
inkscape:current-layer="layer3"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 20.107594,10.252203 C 25.848813,7.9016803 40.675609,28.72618 56.811739,33.975483 L 25.846121,52.705762 C 19.941842,43.606441 14.904566,12.382394 20.107594,10.252203 Z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 126.32761,74.049179 c 0,12.096808 -2.59118,13.280352 -2.59118,20.029067 0,6.837074 2.98047,8.990724 1.70749,13.741564 -1.5876,5.925 -10.61174,13.92412 -29.357681,17.49273 -17.768477,3.38253 -40.639383,3.37649 -52.355879,1.07192 -11.789734,-2.31897 -30.57169,-9.0623 -32.714316,-18.79607 -3.0474597,-13.844347 0.957393,-33.984036 9.3745,-48.580651 7.961514,-13.806545 17.510369,-22.865055 30.24429,-22.436974 L 37.941593,33.502053 c 9.224962,-2.292503 13.304149,-3.194868 21.472554,0.694297 -4.723661,-3.628364 -7.3566,-10.88263 -9.510744,-14.026266 12.161824,0.926459 22.384697,6.280038 26.813724,9.154888 l -1.659474,-6.902341 c 5.707035,1.743967 8.219704,5.65569 14.759168,6.770319 17.045139,3.121628 36.510789,18.384515 36.510789,44.856229 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path873"
d="m 125.4896,10.35647 c -4.59097,-2.4209539 -32.755051,7.895122 -44.194192,27.007325 5.095793,7.189252 17.954221,-0.115819 23.110462,-0.465505 -1.40923,2.175521 -3.80117,7.82661 -3.8492,10.675039 2.09458,0.808542 8.77715,0.575521 11.42557,-2.138255 1.41274,5.044415 -1.08838,16.095867 6.11205,17.362086 9.76264,-16.919796 12.47609,-49.761439 7.39531,-52.44069 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.97631645;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 148.35911,4.3356447 c -1.78771,-0.8484478 -11.00575,2.906299 -16.19325,7.6720183 -10.53309,9.676667 -1.07136,22.664674 -28.29413,20.811212 6.00859,14.75387 19.11803,20.290527 34.81182,24.002583 -2.67038,-18.583744 9.24321,-19.504661 10.95019,-39.43404 0.64348,-7.5127806 0.14869,-12.3762659 -1.27463,-13.0517733 z"
id="path958"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss"
clip-path="url(#clipPath848)"
transform="matrix(0.93975807,0,0,0.94176339,-16.644103,10.131558)" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.39999962;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 65.21523,89.130506 c 0.788255,3.80628 2.955085,8.662266 5.050157,11.876004 4.053414,-2.159043 6.634643,-6.286831 9.76182,-9.194588 1.46805,1.931683 4.737021,8.708668 7.974533,11.983788 4.241453,-2.43483 9.498149,-7.892872 10.856405,-9.165007"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000043;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 89.750475,79.565259 c 0,1.555989 -7.017779,6.808893 -9.655114,6.478683 -2.841328,-0.35575 -6.477413,-7.385624 -5.913932,-8.833109 1.430542,-3.674826 15.569046,-1.932548 15.569046,2.354426 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 76.44673,64.405327 c -1.609278,4.676657 -3.639911,6.421994 -6.923559,9.209899 -3.296765,2.799044 -3.354316,7.478932 -1.676823,9.877932"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#313131;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.99999952;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 102.35345,65.375859 c -1.97391,1.318677 -0.46054,4.338943 1.77498,3.291901 7.58014,-3.550265 12.15144,-2.684659 14.41095,-1.235631 1.8641,1.195447 5.16301,-0.353388 3.15889,-3.537638 -1.165,-1.85098 -3.42164,-3.408734 -6.55936,-3.478715 -4.58157,0.179341 -7.28611,1.286236 -12.78546,4.960083 z"
id="path852"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssscs" />
<path
sodipodi:nodetypes="sssscs"
inkscape:connector-curvature="0"
id="path858"
d="m 77.926728,63.140286 c 1.352773,1.950697 -1.162788,4.205526 -2.858561,2.411596 -5.749994,-6.082796 -10.32024,-6.95395 -12.95373,-6.434521 -2.172632,0.428526 -4.673688,-2.222219 -1.641429,-4.44963 1.762648,-1.294769 4.433345,-1.9164 7.378107,-0.830799 4.19659,1.847065 6.306753,3.868684 10.075613,9.303354 z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#313131;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.99999952;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
sodipodi:nodetypes="cssssscccssssc"
inkscape:connector-curvature="0"
id="path849-7"
d="m 52.980175,62.809767 c 3.86642,-0.859788 5.13086,5.889938 -2.98399,7.372805 -2.47159,0.451664 -5.71604,1.042628 -5.66588,2.656738 0.0584,1.878819 4.41401,2.45359 8.91011,2.910614 6.76837,0.688075 19.21808,1.459047 23.7252,1.842097 1.07789,0.09161 1.5045,0.413842 1.49471,1.00706 -0.0916,5.53967 -4.53658,5.479029 -18.98796,5.122787 2.31504,1.869632 1.36566,5.77189 -1.7548,5.934882 2.32041,1.380568 1.28332,5.520516 -1.70554,5.754629 2.69037,2.710298 -0.38038,6.501741 -2.86462,6.233741 -2.71769,-0.29318 -6.69576,-0.9955 -10.74409,-1.759327 -8.30299,-1.566599 -13.73192,-5.969811 -11.50107,-17.970606 0.96264,-5.178539 1.50478,-8.77279 3.49238,-12.645613 1.75754,-3.424542 11.88441,-5.016752 18.58555,-6.459807 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#313131;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -0,0 +1,256 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxboopmelt.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxmelt.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath847">
<path
inkscape:transform-center-y="20.010573"
inkscape:transform-center-x="26.585976"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.1617,0.34947775 C 146.27644,-2.2211865 116.30695,8.7328156 104.13452,29.026875 c 5.42245,7.633818 19.10515,-0.122981 24.59192,-0.494291 -1.49956,2.310052 -4.04484,8.310591 -4.09595,11.33516 2.22885,0.85854 9.33979,0.611111 12.15798,-2.270479 1.5033,5.35635 -0.31276,12.469645 7.34924,13.814165 11.44146,-11.803912 11.81682,-48.5399242 7.02399,-51.06195225 z"
id="path849"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8"
inkscape:cx="-47.846083"
inkscape:cy="141.75026"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1983"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 23.356179,30.760203 c 5.999458,-1.643558 18.238096,20.861559 33.665142,28.033863 L 23.93034,73.678622 C 19.154339,63.914403 17.91912,32.2497 23.356179,30.760203 Z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
sodipodi:nodetypes="sssssccccccsss"
inkscape:connector-curvature="0"
id="path869"
d="m 127.57943,110.13319 c -0.59152,5.45574 -11.49538,11.5438 -30.462842,15.15057 -17.978458,3.41874 -41.119646,3.41264 -52.974604,1.0834 C 32.212923,124.02339 11.371295,118.44056 10.370306,109.8993 8.9263131,97.577971 11.726145,87.071025 18.406453,75.866407 25.704996,63.624848 36.123755,55.794611 49.00816,56.227273 L 36.164915,53.125728 c 9.333982,-2.317032 13.461377,-3.229051 21.726308,0.701725 -4.77948,-3.667184 -7.443533,-10.999067 -9.623138,-14.176337 12.305548,0.936372 22.649231,6.34723 27.130599,9.252838 l -1.679087,-6.976192 c 5.774483,1.762628 8.650707,4.836385 14.93359,7.195684 11.710993,4.39762 22.767553,12.397981 30.515913,24.361678 8.02079,12.384328 9.77013,24.106391 8.41033,36.648066 z"
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path873"
d="m 126.6023,35.204123 c -4.21689,-3.048088 -33.631639,3.218983 -47.680881,20.567011 4.04637,7.849249 17.84139,2.413576 23.009801,2.792839 -1.70556,1.959622 -4.876388,7.228552 -5.325335,10.047382 1.965616,1.097037 8.632935,1.806981 11.644605,-0.512067 0.69195,5.202928 -1.94615,11.607918 5.02411,13.878012 12.24087,-9.513157 17.46481,-43.782759 13.3277,-46.773177 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
inkscape:transform-center-x="24.554564"
inkscape:transform-center-y="18.481582" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.96936631;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 148.35911,4.3356447 c -1.78771,-0.8484478 -11.00575,2.906299 -16.19325,7.6720183 -10.53309,9.676667 -1.07136,22.664674 -28.29413,20.811212 6.00859,14.75387 19.11803,20.290527 34.81182,24.002583 -2.67038,-18.583744 9.24321,-19.504661 10.95019,-39.43404 0.64348,-7.5127806 0.14869,-12.3762659 -1.27463,-13.0517733 z"
id="path958"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss"
clip-path="url(#clipPath847)"
transform="matrix(0.93299836,0.13234476,-0.13266869,0.93421353,-14.477316,14.964537)"
inkscape:transform-center-x="26.898771"
inkscape:transform-center-y="20.560586" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)"
style="display:inline">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.39999962;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 66.50509,101.08182 c 1.090732,3.16245 3.64299,7.11899 5.992877,9.69302 3.880035,-2.09641 6.13186,-5.75701 9.026467,-8.42363 1.621128,1.53314 5.427905,7.03839 8.924656,9.58748 4.04606,-2.34205 8.866455,-7.30627 10.12297,-8.47226"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 90.320496,90.219685 c 0.123781,1.554076 -6.47331,7.35833 -9.135856,7.238154 -2.868487,-0.12947 -7.062348,-6.861687 -6.614242,-8.35218 1.137632,-3.784013 15.409066,-3.167676 15.750098,1.114026 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 80.159555,74.063436 c -2.799579,7.705962 -6.809138,6.73705 -10.633433,10.542511 -3.072779,3.057644 -2.758015,7.736353 -0.890353,9.999069"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<path
style="fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 118.65959,79.578242 99.896688,76.207863"
id="path841"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
inkscape:connector-curvature="0"
id="path854"
d="M 80.159555,74.063436 61.099018,73.716308"
style="fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="cc" />
<path
inkscape:connector-curvature="0"
id="path858"
d="M 118.3716,78.034991 101.02446,74.916156"
style="fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 79.524647,72.646677 61.856542,72.306464"
id="path860"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cssssscccssssc"
inkscape:connector-curvature="0"
id="path849-7"
d="m 52.980175,74.841224 c 3.866414,-0.859788 5.130858,5.889939 -2.983988,7.372805 -2.471593,0.451664 -5.716041,1.042628 -5.665881,2.656738 0.0584,1.878819 4.414007,2.45359 8.910109,2.910614 6.76837,0.688075 19.218075,1.459047 23.725195,1.842097 1.0779,0.09161 1.50451,0.413842 1.49471,1.00706 -0.0916,5.53967 -4.53657,5.479029 -18.98796,5.122787 2.31504,1.869632 1.365667,5.771885 -1.754795,5.934875 2.320409,1.38057 1.283323,5.52053 -1.705545,5.75464 2.690378,2.71029 -0.380374,6.50174 -2.864612,6.23374 -2.717695,-0.29318 -6.695765,-0.9955 -10.744092,-1.75933 -8.303,-1.5666 -13.73192,-5.96981 -11.50107,-17.970606 0.96264,-5.178539 1.50478,-8.77279 3.49237,-12.645613 1.75754,-3.424542 11.884413,-5.016752 18.585559,-6.459807 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#313131;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -0,0 +1,244 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxboopmelthappy.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxmelthappy.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath847">
<path
inkscape:transform-center-y="20.010573"
inkscape:transform-center-x="26.585976"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.1617,0.34947775 C 146.27644,-2.2211865 116.30695,8.7328156 104.13452,29.026875 c 5.42245,7.633818 19.10515,-0.122981 24.59192,-0.494291 -1.49956,2.310052 -4.04484,8.310591 -4.09595,11.33516 2.22885,0.85854 9.33979,0.611111 12.15798,-2.270479 1.5033,5.35635 -0.31276,12.469645 7.34924,13.814165 11.44146,-11.803912 11.81682,-48.5399242 7.02399,-51.06195225 z"
id="path849"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.959798"
inkscape:cx="-66.732696"
inkscape:cy="69.706943"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1983"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 23.356179,30.760203 c 5.999458,-1.643558 18.238096,20.861559 33.665142,28.033863 L 23.93034,73.678622 C 19.154339,63.914403 17.91912,32.2497 23.356179,30.760203 Z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
sodipodi:nodetypes="sssssccccccsss"
inkscape:connector-curvature="0"
id="path869"
d="m 127.57943,110.13319 c -0.59152,5.45574 -11.49538,11.5438 -30.462842,15.15057 -17.978458,3.41874 -41.119646,3.41264 -52.974604,1.0834 C 32.212923,124.02339 11.371295,118.44056 10.370306,109.8993 8.9263131,97.577971 11.726145,87.071025 18.406453,75.866407 25.704996,63.624848 36.123755,55.794611 49.00816,56.227273 L 36.164915,53.125728 c 9.333982,-2.317032 13.461377,-3.229051 21.726308,0.701725 -4.77948,-3.667184 -7.443533,-10.999067 -9.623138,-14.176337 12.305548,0.936372 22.649231,6.34723 27.130599,9.252838 l -1.679087,-6.976192 c 5.774483,1.762628 8.650707,4.836385 14.93359,7.195684 11.710993,4.39762 22.767553,12.397981 30.515913,24.361678 8.02079,12.384328 9.77013,24.106391 8.41033,36.648066 z"
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path873"
d="m 126.6023,35.204123 c -4.21689,-3.048088 -33.631639,3.218983 -47.680881,20.567011 4.04637,7.849249 17.84139,2.413576 23.009801,2.792839 -1.70556,1.959622 -4.876388,7.228552 -5.325335,10.047382 1.965616,1.097037 8.632935,1.806981 11.644605,-0.512067 0.69195,5.202928 -1.94615,11.607918 5.02411,13.878012 12.24087,-9.513157 17.46481,-43.782759 13.3277,-46.773177 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
inkscape:transform-center-x="24.554564"
inkscape:transform-center-y="18.481582" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.96936631;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 148.35911,4.3356447 c -1.78771,-0.8484478 -11.00575,2.906299 -16.19325,7.6720183 -10.53309,9.676667 -1.07136,22.664674 -28.29413,20.811212 6.00859,14.75387 19.11803,20.290527 34.81182,24.002583 -2.67038,-18.583744 9.24321,-19.504661 10.95019,-39.43404 0.64348,-7.5127806 0.14869,-12.3762659 -1.27463,-13.0517733 z"
id="path958"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss"
clip-path="url(#clipPath847)"
transform="matrix(0.93299836,0.13234476,-0.13266869,0.93421353,-14.477316,14.964537)"
inkscape:transform-center-x="26.898771"
inkscape:transform-center-y="20.560586" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.39999962;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 66.50509,101.08182 c 1.090732,3.16245 3.64299,7.11899 5.992877,9.69302 3.880035,-2.09641 6.13186,-5.75701 9.026467,-8.42363 1.621128,1.53314 5.427905,7.03839 8.924656,9.58748 4.04606,-2.34205 8.866455,-7.30627 10.12297,-8.47226"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 90.320496,90.219685 c 0.123781,1.554076 -6.47331,7.35833 -9.135856,7.238154 -2.868487,-0.12947 -7.062348,-6.861687 -6.614242,-8.35218 1.137632,-3.784013 15.409066,-3.167676 15.750098,1.114026 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 77.387171,77.611811 c -2.339907,3.498505 -4.878506,4.026281 -7.861049,6.994136 -3.072778,3.057645 -2.758015,7.736353 -0.890353,9.999069"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#313131;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.99999952;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 99.95055,76.764502 c -1.907908,1.420178 -0.239524,4.365158 1.94398,3.203438 7.40383,-3.939115 12.02215,-3.306114 14.357,-1.971423 1.92624,1.101123 5.14824,-0.616941 2.98044,-3.700977 -1.26014,-1.792727 -3.59766,-3.236364 -6.74091,-3.14635 -4.57531,0.413131 -7.2251,1.658667 -12.54051,5.615312 z"
id="path852"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssscs" />
<path
sodipodi:nodetypes="sssscs"
inkscape:connector-curvature="0"
id="path858-9"
d="m 78.917255,76.142632 c 1.453114,1.882925 -0.949017,4.26748 -2.737357,2.55891 -6.063858,-5.793352 -10.681415,-6.431951 -13.290063,-5.777873 -2.152141,0.539608 -4.789977,-1.985249 -1.869417,-4.368711 1.697725,-1.385488 4.338396,-2.143729 7.34038,-1.207632 4.29344,1.634183 6.508036,3.54944 10.556457,8.795306 z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#313131;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.99999952;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
sodipodi:nodetypes="cssssscccssssc"
inkscape:connector-curvature="0"
id="path849-7"
d="m 26.068271,74.871719 c 3.86642,-0.859788 5.13086,5.889939 -2.98399,7.372804 -2.47159,0.451664 -5.71604,1.042628 -5.66588,2.656738 0.0584,1.878819 4.41401,2.45359 8.91011,2.910614 6.76837,0.688075 19.21808,1.459047 23.7252,1.842097 1.0779,0.09161 1.50451,0.413842 1.49471,1.00706 -0.0916,5.53967 -4.53657,5.479029 -18.98796,5.122787 2.31504,1.869632 1.36566,5.771881 -1.7548,5.934871 2.32041,1.38057 1.28333,5.52053 -1.70554,5.75464 2.69038,2.71029 -0.38038,6.50174 -2.86461,6.23374 -2.7177,-0.29318 -6.69577,-0.9955 -10.7441,-1.75933 -8.3030003,-1.5666 -13.7319203,-5.96981 -11.5010703,-17.970602 0.96264,-5.178539 1.50478,-8.77279 3.49237,-12.645613 1.75754,-3.424541 11.8844203,-5.016751 18.5855603,-6.459806 z"
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#313131;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
transform="translate(26.911905,-0.03095311)" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

View file

@ -0,0 +1,247 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxboopmlem.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxmlem.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.979899"
inkscape:cx="-1.0144147"
inkscape:cy="175.90793"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1983"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 20.107594,10.252203 C 25.848813,7.9016803 40.675609,28.72618 56.811739,33.975483 L 25.846121,52.705762 C 19.941842,43.606441 14.904566,12.382394 20.107594,10.252203 Z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 126.32761,74.049179 c 0,12.096808 -2.59118,13.280352 -2.59118,20.029067 0,6.837074 2.98047,8.990724 1.70749,13.741564 -1.5876,5.925 -10.61174,13.92412 -29.357681,17.49273 -17.768477,3.38253 -40.639383,3.37649 -52.355879,1.07192 -11.789734,-2.31897 -30.57169,-9.0623 -32.714316,-18.79607 -3.0474597,-13.844347 0.957393,-33.984036 9.3745,-48.580651 7.961514,-13.806545 17.510369,-22.865055 30.24429,-22.436974 L 37.941593,33.502053 c 9.224962,-2.292503 13.304149,-3.194868 21.472554,0.694297 -4.723661,-3.628364 -7.3566,-10.88263 -9.510744,-14.026266 12.161824,0.926459 22.384697,6.280038 26.813724,9.154888 l -1.659474,-6.902341 c 5.707035,1.743967 8.219704,5.65569 14.759168,6.770319 17.045139,3.121628 36.510789,18.384515 36.510789,44.856229 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path873"
d="m 125.4896,10.35647 c -4.59097,-2.4209539 -32.755051,7.895122 -44.194192,27.007325 5.095793,7.189252 17.954221,-0.115819 23.110462,-0.465505 -1.40923,2.175521 -3.80117,7.82661 -3.8492,10.675039 2.09458,0.808542 8.77715,0.575521 11.42557,-2.138255 1.41274,5.044415 -1.08838,16.095867 6.11205,17.362086 9.76264,-16.919796 12.47609,-49.761439 7.39531,-52.44069 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.97631645;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 148.35911,4.3356447 c -1.78771,-0.8484478 -11.00575,2.906299 -16.19325,7.6720183 -10.53309,9.676667 -1.07136,22.664674 -28.29413,20.811212 6.00859,14.75387 19.11803,20.290527 34.81182,24.002583 -2.67038,-18.583744 9.24321,-19.504661 10.95019,-39.43404 0.64348,-7.5127806 0.14869,-12.3762659 -1.27463,-13.0517733 z"
id="path958"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss"
clip-path="url(#clipPath848)"
transform="matrix(0.93975807,0,0,0.94176339,-16.644103,10.131558)" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<path
style="opacity:1;fill:#c70024;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0;paint-order:markers stroke fill"
d="m 72.050191,99.64764 7.977016,-7.835718 6.430283,10.454288 c -0.86071,5.69635 -4.373243,9.79285 -8.819953,9.23621 -4.051826,-0.5072 -6.780268,-5.15592 -5.587346,-11.85478 z"
id="rect849"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccsc" />
<ellipse
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81259012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="path885"
cx="112.05417"
cy="83.026405"
rx="8.1146603"
ry="9.2013845"
transform="matrix(0.98788676,-0.15517654,0.02204363,0.99975701,0,0)" />
<ellipse
transform="matrix(0.99926374,0.03836633,-0.17815691,0.98400209,0,0)"
ry="8.8579388"
rx="7.5187159"
cy="57.453003"
cx="80.316353"
id="ellipse887"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81394577;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.39999962;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 65.21523,89.130506 c 0.788255,3.80628 2.955085,8.662266 5.050157,11.876004 4.053414,-2.159043 6.634643,-6.286831 9.76182,-9.194588 1.46805,1.931683 4.737021,8.708668 7.974533,11.983788 4.241453,-2.43483 9.498149,-7.892872 10.856405,-9.165007"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000043;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 89.750475,79.565259 c 0,1.555989 -7.017779,6.808893 -9.655114,6.478683 -2.841328,-0.35575 -6.477413,-7.385624 -5.913932,-8.833109 1.430542,-3.674826 15.569046,-1.932548 15.569046,2.354426 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 75.794784,58.848257 c -0.471669,8.142496 -2.168548,11.283356 -6.271613,14.766969 -3.296766,2.799043 -3.354316,7.478932 -1.676823,9.877932"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<path
sodipodi:nodetypes="cssssscccssssc"
inkscape:connector-curvature="0"
id="path849-7"
d="m 52.980176,62.809772 c 3.866414,-0.85979 5.130858,5.88994 -2.983988,7.3728 -2.471593,0.45167 -5.716041,1.04263 -5.665881,2.65674 0.0584,1.87882 4.414007,2.45359 8.910109,2.91062 6.76837,0.68807 19.218076,1.45904 23.725198,1.84209 1.07789,0.0916 1.5045,0.41384 1.49471,1.00706 -0.0916,5.53967 -4.536576,5.47903 -18.987963,5.12279 2.31504,1.86963 1.365667,5.77189 -1.754795,5.93488 2.320409,1.38057 1.283323,5.52052 -1.705545,5.75463 2.690378,2.7103 -0.380374,6.501738 -2.864612,6.233738 -2.717695,-0.29318 -6.695765,-0.9955 -10.744092,-1.759318 -8.303001,-1.5666 -13.731921,-5.96982 -11.501071,-17.97061 0.96264,-5.17854 1.50478,-8.77279 3.49237,-12.64561 1.75754,-3.42455 11.884414,-5.01676 18.58556,-6.45981 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#313131;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -0,0 +1,262 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxboopowo.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxowo.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="7.9195959"
inkscape:cx="2.020116"
inkscape:cy="35.949107"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 24.016837,10.35592 C 29.202192,6.9502168 41.589501,28.899553 56.820088,35.611725 L 32.898219,49.022188 C 33.34816,39.134751 16.498685,15.293788 24.016837,10.35592 Z"
id="rect870-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
<path
clip-path="none"
sodipodi:nodetypes="sccccccss"
inkscape:connector-curvature="0"
id="path872"
d="m 23.816664,14.318941 c -1.90318,0.176239 -3.100656,7.834248 0.863281,15.863866 -1.070049,-0.913879 -1.722349,-1.31437 -4.427742,-2.086557 0.860193,5.434196 1.669606,9.722352 6.986348,12.532257 l -6.009465,-0.908505 c 2.420263,4.264815 6.144545,8.715543 12.149724,9.994835 l 4.170111,-4.719702 c -7.8296,-1.028161 -4.540893,-14.913961 -7.34132,-23.658679 -1.646262,-5.140676 -4.76114,-7.168439 -6.390937,-7.017515 z"
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 126.33574,74.045408 c 0,12.097655 -2.59136,13.28128 -2.59136,20.030468 0,6.837544 2.98068,8.991344 1.70762,13.742534 -1.58772,5.9254 -10.6125,13.92508 -29.359738,17.49393 -17.769723,3.38277 -40.642227,3.37674 -52.359543,1.072 C 31.94216,124.06521 13.158892,117.32141 11.016115,107.58697 7.968442,93.741649 11.973576,73.600552 20.391271,59.002916 28.353341,45.195405 37.902864,36.136262 50.637676,36.564374 L 37.943547,33.495446 c 9.225607,-2.292663 13.30508,-3.195091 21.474056,0.694346 -4.723992,-3.628617 -7.357115,-10.883391 -9.51141,-14.027246 12.162676,0.926524 22.386262,6.280477 26.815599,9.155527 l -1.659589,-6.902824 c 5.707433,1.744091 8.220278,5.656086 14.760199,6.770794 17.046338,3.121846 36.513338,18.3858 36.513338,44.859365 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
sodipodi:nodetypes="sccccs"
inkscape:connector-curvature="0"
id="path873-7"
d="m 125.48959,10.355468 c -4.59097,-2.4209696 -32.755149,7.895175 -44.194325,27.007506 5.095809,7.189297 23.062015,-0.370107 26.698065,-4.749665 l 4.51131,8.710993 c 0.47234,5.183771 -1.61085,20.205977 5.58962,21.472202 9.76266,-16.919905 12.47613,-49.761766 7.39533,-52.441036 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
clip-path="none"
d="m 121.82589,14.091365 c -2.92175,0.112335 -10.38906,2.930488 -14.89336,6.581462 -5.73742,4.650479 -8.670205,16.976614 -16.177748,19.737919 5.118192,-0.715109 10.636308,-3.216286 13.602498,-3.417879 -1.4062,2.175538 -3.79447,7.825408 -3.8424,10.673863 2.09011,0.808548 8.75945,0.576007 11.40222,-2.137789 0.62941,2.252191 0.48349,5.69966 0.76503,8.941219 0.005,-12.204285 10.24428,-16.361228 11.29233,-27.963668 0.63882,-7.072309 0.14153,-11.656118 -1.19605,-12.29229 -0.21,-0.09988 -0.53512,-0.138884 -0.95252,-0.122837 z"
id="path958-0"
inkscape:connector-curvature="0" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<ellipse
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:9.04046822;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="path885"
cx="109.72663"
cy="81.962189"
rx="8.1152287"
ry="9.2020283"
transform="matrix(0.98788676,-0.15517654,0.02204363,0.99975701,0,0)" />
<ellipse
transform="matrix(0.99926374,0.03836632,-0.1781569,0.98400209,0,0)"
ry="8.8585587"
rx="7.5192418"
cy="58.00613"
cx="80.417282"
id="ellipse887"
style="opacity:1;fill:#fefefe;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:9.0448246;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.39999962;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 65.217209,89.127793 c 0.78831,3.806547 2.955292,8.662871 5.05051,11.876837 4.053698,-2.159192 6.635108,-6.287273 9.762503,-9.195234 1.468152,1.931819 4.737353,8.709284 7.97509,11.984634 4.241752,-2.43501 9.498816,-7.893432 10.857166,-9.165655"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 89.754169,79.561877 c 0,1.556098 -7.018269,6.80937 -9.655789,6.479136 -2.841526,-0.355774 -6.477865,-7.386141 -5.914345,-8.833726 1.430641,-3.675082 15.570134,-1.932684 15.570134,2.35459 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 81.181218,60.356687 c -2.043166,8.25947 -7.552415,9.770884 -11.655767,13.254741 -3.296997,2.799239 -3.354551,7.479455 -1.67694,9.878623"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<ellipse
transform="matrix(0.92474091,-0.38059723,0.08725696,0.99618584,0,0)"
ry="4.9944501"
rx="3.6330941"
cy="108.01585"
cx="105.27447"
id="ellipse841"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.09439135;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<ellipse
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.09439135;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="ellipse846"
cx="71.321655"
cy="85.245842"
rx="3.6330941"
ry="4.9944501"
transform="matrix(0.95022674,-0.31155921,0.01375907,0.99990534,0,0)" />
<path
sodipodi:nodetypes="cssssscccssssc"
inkscape:connector-curvature="0"
id="path849-7"
d="m 52.980175,62.809766 c 3.86642,-0.859788 5.13086,5.889939 -2.98399,7.372805 -2.47159,0.451664 -5.71604,1.042628 -5.66588,2.656738 0.0584,1.87882 4.41401,2.453591 8.91011,2.910615 6.76837,0.688075 19.21808,1.459047 23.7252,1.842097 1.07789,0.09161 1.5045,0.413842 1.49471,1.00706 -0.0916,5.53967 -4.53658,5.479029 -18.98796,5.122787 2.31504,1.869632 1.36566,5.77189 -1.7548,5.934882 2.32041,1.380568 1.28333,5.520515 -1.70554,5.754628 2.69038,2.710298 -0.38038,6.501742 -2.86461,6.233742 -2.7177,-0.29318 -6.69577,-0.9955 -10.7441,-1.759329 -8.30299,-1.566598 -13.73192,-5.969809 -11.50107,-17.970604 0.96264,-5.178539 1.50478,-8.772791 3.49238,-12.645614 1.75754,-3.424542 11.88441,-5.016752 18.58555,-6.459807 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#313131;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -0,0 +1,313 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxboopterrified.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxterrified.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient852">
<stop
style="stop-color:#47aee3;stop-opacity:1"
offset="0"
id="stop848" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop850" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient852"
id="linearGradient854"
x1="95.349739"
y1="28.658424"
x2="83.60672"
y2="72.158119"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.84380928,0,0,0.84380928,-8.9889779,20.018538)" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath894">
<path
sodipodi:nodetypes="scsccccs"
inkscape:connector-curvature="0"
id="path896"
d="m 121.94585,8.3109743 c -4.37532,-3.118506 -39.560593,2.2049727 -52.955088,23.9097867 2.186976,5.813359 8.255215,5.868865 14.806933,5.421494 5.471008,-0.373577 7.795424,-0.09011 11.020011,1.037292 -0.942798,1.458811 -1.231225,4.319039 -2.477709,6.366205 2.352309,0.442071 6.536557,-1.167616 9.583973,-3.655515 0.75221,5.373621 -3.944168,11.098055 2.37492,14.328375 C 117.90897,40.94738 126.78797,11.7622 121.94585,8.3109743 Z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.80000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="-18.095356"
inkscape:cy="139.25668"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 36.916713,23.130274 c 4.889358,-0.216664 15.74065,14.409958 18.682367,22.687853 l -27.651264,16.40372 c -2.410082,-15.94353 4.62352,-38.899014 8.968897,-39.091573 z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:url(#linearGradient854);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 120.19625,78.614517 c 0,11.073173 -2.37192,12.156566 -2.37192,18.334204 0,6.258519 2.72827,8.229939 1.56302,12.578759 -1.45326,5.42361 -9.71378,12.74585 -26.873437,16.01249 -16.264905,3.09628 -37.200469,3.09077 -47.925514,0.98119 C 33.796316,124.39844 16.603693,118.22573 14.642377,109.31564 11.852794,96.642797 15.518755,78.207332 23.223604,64.845887 30.511413,52.207654 39.252242,43.915678 50.908615,44.307535 L 39.289479,41.498497 c 8.444343,-2.098509 12.178349,-2.924517 19.655543,0.635546 -4.323945,-3.32133 -6.734084,-9.96174 -8.705944,-12.83936 11.132688,0.848062 20.4905,5.748619 24.544743,8.3802 L 73.26477,31.356618 c 5.224106,1.596394 7.524152,5.177105 13.510244,6.197413 15.602776,2.857476 33.421236,16.828814 33.421236,41.060486 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.80000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 307.47812,-23.699174 c -4.45817,-6.852749 -40.26067,-2.753849 -54.3926,4.954826 0.42481,5.547202 6.09159,10.7018704 11.93776,12.6842084 21.42765,7.26576 30.33439,-16.1384574 40.84748,-10.0600534 1.83397,-3.519133 2.46826,-6.255666 1.60736,-7.578981 z"
id="path911"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scscs" />
<path
clip-path="none"
sodipodi:nodetypes="ssccccccs"
inkscape:connector-curvature="0"
id="path913"
d="m 306.15518,-19.90331 c -1.59057,-1.812009 -10.73333,1.910105 -15.71547,6.007508 -9.73482,8.0061144 -14.69449,8.9950024 -26.91248,7.7018174 11.76047,5.62420203 22.80529,3.736781 29.88162,1.616781 -3.14398,-1.068272 -3.74702,-0.992851 -5.54905,-2.547673 6.48034,1.364575 11.44157,0.21792 13.0478,-3.1519194 -1.89967,0.181475 -3.49045,0.3763584 -6.55703,-1.183979 4.53326,0.51894 7.52767,-0.151811 9.80974,-2.279461 1.81767,-1.92759 3.52789,-4.416627 1.99487,-6.163074 z"
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.80000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.80000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 283.44276,-53.324572 c -8.13244,-1.078843 -36.34135,0.83431 -52.35754,15.549653 -0.0652,6.185773 9.8366,10.354301 15.95836,11.148835 22.43781,2.912163 24.81014,-22.844771 36.31291,-18.951416 1.10648,-3.810969 1.65127,-7.539462 0.0863,-7.747072 z"
id="path923-9-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scscs" />
<path
clip-path="none"
sodipodi:nodetypes="cscccccssc"
inkscape:connector-curvature="0"
id="path925-3-2"
d="m 282.97147,-49.263086 c -1.92562,-1.450975 -10.2282,3.902967 -14.30775,8.899732 -7.97122,9.763417 -9.39898,14.700696 -21.93136,13.890809 12.63654,3.202827 19.93553,2.700271 26.07662,-1.872284 -3.29263,-0.429447 -6.05047,0.64655 -8.12296,-0.523729 6.62214,0.06417 13.18672,-3.336698 14.09923,-6.956519 -1.82694,0.551336 -3.34838,1.055103 -6.66184,0.127978 5.01899,-0.337884 7.22457,-2.652823 8.49624,-4.472242 3.85234,-5.51167 3.50292,-8.226364 2.35182,-9.093742 z"
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.80000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.80000067;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 127.44983,36.421655 c -2.44855,-2.878304 -30.658311,-0.381471 -40.550816,9.049606 0.626105,4.273071 2.021663,5.485695 3.548929,6.424257 2.383872,1.46498 4.884171,-1.138028 5.640661,-3.91952 2.136009,1.401948 4.294556,5.849077 4.509236,8.708772 0.24637,0.514025 4.28057,-1.29378 5.51927,-2.963675 1.03345,2.003555 1.1419,8.920159 4.18283,11.207434 14.46736,-6.640895 19.49134,-25.75447 17.14989,-28.506874 z"
id="path911-8"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scsccccs" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<ellipse
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:9.04046726;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="path885"
cx="107.09159"
cy="86.894127"
rx="7.4279962"
ry="8.422761"
transform="matrix(0.98788676,-0.15517654,0.02204363,0.99975701,0,0)" />
<ellipse
transform="matrix(0.99926374,0.03836632,-0.1781569,0.98400209,0,0)"
ry="8.1083765"
rx="6.8824797"
cy="63.766068"
cx="82.353119"
id="ellipse887"
style="opacity:1;fill:#fefefe;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:9.0448246;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.39999962;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 66.532508,92.41704 c 0.721553,3.484192 2.705027,7.92927 4.622812,10.87106 3.710414,-1.97635 6.073217,-5.754842 8.935772,-8.416546 1.343825,1.768224 4.336174,7.971746 7.299728,10.969726 3.88254,-2.2288 8.694414,-7.224985 9.937734,-8.38947"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000067;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 88.991576,83.661207 c 0,1.42432 -6.423933,6.232722 -8.838097,5.930456 -2.600893,-0.325648 -5.929291,-6.760653 -5.413494,-8.085651 1.309491,-3.363862 14.251591,-1.769014 14.251591,2.155195 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:3.99999928;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 81.144618,66.082392 c -1.870141,7.560024 -6.912843,8.943444 -10.668707,12.132275 -3.017793,2.562186 -3.070474,6.846062 -1.534931,9.042059"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<ellipse
transform="matrix(0.9247409,-0.38059725,0.08725697,0.99618584,0,0)"
ry="4.5714993"
rx="3.325428"
cy="110.78518"
cx="104.70363"
id="ellipse841"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.09439135;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<ellipse
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.09439135;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="ellipse846"
cx="73.336929"
cy="89.08197"
rx="3.3254282"
ry="4.5714989"
transform="matrix(0.95022674,-0.31155921,0.01375907,0.99990534,0,0)" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:9.00000095;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
d="m 130.58299,99.452864 c 0,2.942216 -2.38513,5.327366 -5.32735,5.327366 -2.94223,0 -5.32735,-2.38515 -5.32735,-5.327366 0,-5.484943 2.82293,-6.526678 5.32735,-16.088596 2.49964,9.666 5.32735,10.67899 5.32735,16.088596 z"
id="path867"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssscs" />
<path
sodipodi:nodetypes="cssssscccssssc"
inkscape:connector-curvature="0"
id="path849-7"
d="m 52.980176,67.128767 c 3.866414,-0.859788 5.130858,5.889939 -2.983988,7.372806 -2.471593,0.451664 -5.716041,1.042628 -5.665881,2.656738 0.0584,1.878819 4.414007,2.45359 8.910109,2.910614 6.76837,0.688075 19.218076,1.459047 23.725199,1.842097 1.077894,0.09161 1.504504,0.413842 1.494711,1.00706 -0.09158,5.53967 -4.536578,5.479029 -18.987965,5.122787 2.31504,1.869632 1.365667,5.77189 -1.754795,5.934878 2.320409,1.38057 1.283323,5.520521 -1.705545,5.754631 2.690378,2.710292 -0.380374,6.501742 -2.864612,6.233742 -2.717695,-0.29318 -6.695765,-0.9955 -10.744092,-1.75933 -8.303001,-1.5666 -13.731922,-5.969802 -11.501071,-17.970602 0.96264,-5.178539 1.50478,-8.77279 3.49237,-12.645613 1.75754,-3.424543 11.884414,-5.016753 18.58556,-6.459808 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#313131;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 20 KiB

View file

@ -0,0 +1,377 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxbox.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxbox.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<pattern
inkscape:collect="always"
xlink:href="#pattern2390"
id="pattern2397"
patternTransform="matrix(1.1750715,-1.1750715,1.9568374,1.9568374,-183.5,-202.5)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern2384"
id="pattern2390"
patternTransform="matrix(1.1750715,-1.1750715,1.9568374,1.9568374,-210.4119,-202.46905)" />
<pattern
inkscape:collect="always"
xlink:href="#Strips1_1white"
id="pattern2384"
patternTransform="matrix(1.3407997,-1.3407997,1.8905461,1.8905461,-210.4119,-202.46905)" />
<pattern
inkscape:stockid="Stripes 1:1 white"
id="Strips1_1white"
patternTransform="translate(0,0) scale(10,10)"
height="1"
width="2"
patternUnits="userSpaceOnUse"
inkscape:collect="always">
<rect
id="rect1633"
height="2"
width="1"
y="-0.5"
x="0"
style="fill:white;stroke:none" />
</pattern>
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<mask
maskUnits="userSpaceOnUse"
id="mask2393">
<path
style="opacity:1;fill:url(#pattern2397);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
d="m -145.25445,-216.19892 v 28.7612 h -10.08931 z"
id="path2395"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath2571">
<path
clip-path="none"
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path2573"
d="M 151.38296,0.10117535 C 146.49769,-2.4694893 116.52817,8.4845139 104.35574,28.778576 c 5.42245,7.63382 16.93305,6.534826 24.0827,4.738237 0.23783,3.040026 -0.74666,6.094237 -0.98461,8.764256 2.22885,0.858541 2.95873,0.948036 6.60422,-0.06002 1.50331,5.356351 1.79351,12.219122 9.45553,13.563641 10.38845,-17.966082 13.27584,-52.8385828 7.86938,-55.68351184 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath2578">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.52089,-0.03646904 C 146.63561,-2.6071332 116.6661,8.3468695 104.49367,28.640931 c 5.42245,7.633821 17.33104,6.860156 24.74803,2.383045 -0.0562,4.269705 -0.71749,6.773473 -2.14716,9.195614 2.59799,0.254057 4.39172,0.209124 7.69354,-1.024802 -1.68306,4.810591 1.20141,15.107736 8.86343,16.452255 10.38845,-17.966082 13.27584,-52.838583 7.86938,-55.68351204 z"
id="path2580"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs"
clip-path="none" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.6568543"
inkscape:cx="14.706097"
inkscape:cy="59.143879"
inkscape:document-units="px"
inkscape:current-layer="layer4"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1981"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ear back" />
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 105.21846,62.638 H 19.852027 c 0,-15.608776 6.18422,-29.579792 15.9273,-38.628353 3.678417,-3.432815 9.666305,-5.956587 14.039282,-4.791027 0.387242,-0.206462 -8.248938,-2.593065 -7.891064,-2.808231 3.149495,-1.893581 9.207543,-0.68028 14.629749,1.290017 C 52.457493,14.94292 50.019277,11.308495 48.574343,8.8013899 57.682319,8.451293 63.756804,11.768826 67.861649,14.801632 L 66.370579,9.2684299 C 70.901411,12.276955 79.393889,16.701548 83.953557,19.777566 96.669297,28.35579 105.21846,44.338137 105.21846,62.638 Z"
id="path2464"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccsccccsc" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.80000043;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 100.90458,4.6366993 C 97.933055,3.0697262 79.703747,9.7468433 72.299723,22.117283 c 3.29827,4.653268 10.299725,3.983365 14.648584,2.888237 0.144663,1.853078 -0.454167,3.714802 -0.598898,5.342336 1.355725,0.523332 1.799678,0.577884 4.017093,-0.03659 0.914404,3.265014 1.090924,7.448284 5.751432,8.267847 C 102.43684,27.62772 104.19313,6.3708533 100.90458,4.6366993 Z"
id="path2490"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs"
clip-path="none" />
<path
clip-path="none"
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path2539"
d="m 23.948765,4.7190029 c 2.974817,-1.5687076 21.224303,5.1158011 28.636523,17.4999361 -3.301922,4.658419 -10.553476,4.186302 -15.069945,1.454216 0.03424,2.60552 0.436905,4.133406 1.30748,5.611479 -1.582003,0.155034 -2.674268,0.127614 -4.684865,-0.62537 1.024874,2.935589 -0.731583,9.219261 -5.39725,10.039733 C 22.414816,27.735475 20.656579,6.4550764 23.948765,4.7190029 Z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.80000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
transform="matrix(0.60826164,0,0,0.60955954,8.7385888,4.6605662)"
clip-path="url(#clipPath2571)"
sodipodi:nodetypes="ssccss"
inkscape:connector-curvature="0"
id="path2492"
d="m 148.35911,4.3356447 c -1.78771,-0.8484478 -11.00575,2.906299 -16.19325,7.6720183 -10.53309,9.676667 -1.07136,22.664674 -28.29413,20.811212 6.00859,14.75387 19.11803,20.290527 34.81182,24.002583 -2.67038,-18.583744 9.24321,-19.504661 10.95019,-39.43404 0.64348,-7.5127806 0.14869,-12.3762659 -1.27463,-13.0517733 z"
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.59837866;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.59329367;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 148.35911,4.3356447 c -1.78771,-0.8484478 -11.00575,2.906299 -16.19325,7.6720183 -10.53309,9.676667 -1.07136,22.664674 -28.29413,20.811212 6.00859,14.75387 19.11803,20.290527 34.81182,24.002583 -2.67038,-18.583744 9.24321,-19.504661 10.95019,-39.43404 0.64348,-7.5127806 0.14869,-12.3762659 -1.27463,-13.0517733 z"
id="path2541"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss"
clip-path="url(#clipPath2578)"
transform="matrix(-0.60893503,0,0,0.61023437,116.30078,4.8268918)" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<ellipse
transform="matrix(0.90156331,-0.43264719,0.30950319,0.9508984,0,0)"
ry="7.1168113"
rx="6.2828918"
cy="69.847893"
cx="57.534039"
id="ellipse2481"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81240058;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<ellipse
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81240082;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="ellipse2483"
cx="86.037285"
cy="83.51741"
rx="5.9785457"
ry="6.7720695"
transform="matrix(0.90156331,-0.43264719,0.30950319,0.9508984,0,0)" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Box"
style="display:inline">
<path
style="opacity:1;fill:#ad7e52;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 14.064227,54.298281 V 84.286868 H 3.528927 Z"
id="rect865"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<path
sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0"
id="path2374"
d="m -145.25447,-216.19892 v 28.7612 h -10.08929 z"
style="opacity:1;fill:#8c6642;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.79184055;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
mask="url(#mask2393)"
transform="matrix(1.0442063,0,0,1.0426751,165.73987,279.7235)" />
<rect
style="opacity:1;fill:#eacb99;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="rect863"
width="56.126087"
height="69.461281"
x="14.214624"
y="56.038719" />
<rect
y="56.038719"
x="72.951187"
height="69.461281"
width="41.768253"
id="rect868"
style="opacity:1;fill:#eacb99;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ab8259;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 72.951183,56.038714 H 114.71944 V 125.5 H 72.950795 v -6.19748 c 16.976103,-1.997 14.879777,-0.84555 24.903864,-6.32824 2.801561,-1.53231 4.952171,-2.2294 5.110271,-3.53968 0.73333,-6.07769 6.71328,-4.71949 6.66078,-9.27082 -0.0397,-3.442991 -3.06348,-4.428288 -6.25016,-6.285626 C 99.519949,91.630918 97.119752,89.571646 86.820089,90.745072 81.297658,91.374233 79.33421,91.350084 79.225122,87.939504 78.921976,78.461765 76.798279,77.804755 72.951183,72.2315 Z"
id="rect2421"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccsssssscc" />
<rect
style="opacity:1;fill:#eacb99;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:5.12536621;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="rect871"
width="41.768253"
height="30.045109"
x="55.592499"
y="58.830639"
transform="matrix(1,0,0.30709651,0.95167838,0,0)" />
<path
id="path895"
d="m 39.063539,86.253499 c 2.205259,0.08675 4.190818,-2.553063 4.435078,-5.895942 0.134087,-1.84175 -0.300574,-3.492951 -1.076211,-4.636265 l 1.752815,-5.331355 -6.039031,4.311817 c -1.392073,0.935696 -2.450001,2.961061 -2.623642,5.342479 -0.244271,3.342889 1.346087,6.123391 3.550928,6.209255 z m 8.148234,2.692145 c 1.824584,1.244662 4.751598,-0.04254 6.537995,-2.875917 1.273149,-2.018942 1.623616,-4.277272 1.0594,-5.859302 l -2.298069,-7.066345 -1.752815,5.331344 c -1.302021,0.457641 -2.630648,1.525475 -3.615261,3.086214 -1.786387,2.833386 -1.755729,6.139365 0.06881,7.384027 z m -4.854901,1.028703 c -5.171463,-1.708621 -15.37432,4.599835 -17.186341,10.111093 -0.816037,2.4822 0.442305,4.54196 3.368307,5.50868 3.18061,1.05083 5.867311,-0.039 8.418192,0.80383 2.573019,0.85015 4.092652,3.32971 7.245268,4.37131 2.926012,0.96669 5.159517,0.0607 5.975606,-2.42149 1.812001,-5.51128 -2.64958,-16.664801 -7.821032,-18.373423 z m -9.296506,-4.065786 c 0.09241,-1.86423 -0.640903,-3.516297 -1.779129,-4.408816 l 1.565139,-4.760219 -4.422224,3.456698 a 6.5981862,7.202634 17.765681 0 0 -2.530477,3.636225 c -0.162009,0.496063 -0.261626,1.034782 -0.289851,1.60109 -0.132979,2.688163 1.42884,4.973529 3.487994,5.105083 2.058726,0.130627 3.83537,-1.94193 3.96836,-4.630082 z m 26.298649,4.508402 -1.505307,-5.415123 -1.56536,4.760928 c -1.444555,0.0392 -3.014049,0.930441 -4.045516,2.484392 -1.487524,2.240605 -1.288362,4.96597 0.445302,6.087534 1.733633,1.121577 4.344264,0.214749 5.832456,-2.025647 0.313095,-0.471362 0.551665,-0.964193 0.716837,-1.459974 a 6.6036042,7.2085484 17.765681 0 0 0.121556,-4.43212 z"
inkscape:connector-curvature="0"
style="fill:#98594d;fill-opacity:1;stroke-width:1" />
<path
style="opacity:1;fill:#aa8259;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
d="m 104.93755,55.987842 h 10.48988 l 9.22676,28.593289 H 99.895549 C 119.87701,74.279428 110.79524,61.467245 104.93755,55.987842 Z"
id="rect2418"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#ab8259;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 70.340715,108.98577 V 125.5 H 53.819897 c 8.317814,-2.58296 13.518725,-7.60739 16.520818,-16.51423 z"
id="rect2424"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<path
style="opacity:1;fill:#ab8259;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 42.986257,125.5 H 14.214624 v -6.47848 c 27.998387,1.42789 17.739656,1.25493 28.771633,6.47848 z"
id="rect2427"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
</g>
<g
inkscape:groupmode="layer"
id="layer7"
inkscape:label="Paws">
<path
style="fill:#ff8702;fill-opacity:1;stroke:#313131;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 31.319087,52.555236 c 3.671431,16.322709 14.994048,15.977636 15.220215,0.154082"
id="path915"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path888"
d="m 59.617697,52.555236 c 0.318777,15.669382 11.526855,18.721607 16.278743,0.154082"
style="fill:#ff8702;fill-opacity:1;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 23 KiB

View file

@ -0,0 +1,245 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxbreadpeek.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxbreadpeek.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8"
inkscape:cx="32.670588"
inkscape:cy="-30.840328"
inkscape:document-units="px"
inkscape:current-layer="layer2"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ear back"
style="display:inline">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 0.74566353,21.659971 C 5.4699627,17.504476 26.582481,32.552496 43.788999,32.237233 L 20.313804,60.451782 C 11.639148,53.686196 -3.535768,25.425931 0.74566353,21.659971 Z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body"
style="display:inline">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 123.70156,47.614396 c 4.00843,11.595249 1.91686,13.588343 4.15314,20.057242 2.26556,6.553592 5.83609,7.630335 6.19014,12.606015 0.44154,6.205402 -5.55783,16.863144 -22.344,26.495477 -15.910921,9.13012 -37.835553,16.7029 -49.829909,18.37629 C 49.801602,126.83329 29.563893,126.5932 24.284693,117.973 16.776081,105.71249 13.941332,85.080772 17.172669,68.300243 20.229102,52.427992 26.380385,40.580927 38.728184,36.771709 L 25.544372,38.036302 C 33.627196,32.78204 37.238241,30.565397 46.356694,31.586601 40.626579,29.673924 35.69901,23.592893 32.592497,21.293402 44.557061,18.151467 56.130052,19.895592 61.328062,21.183633 l -3.877851,-6.066269 c 6.048297,-0.219441 9.752987,2.697488 16.390657,1.598965 17.372807,-2.655932 41.088932,5.523926 49.860692,30.89807 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front"
style="display:inline" />
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)"
style="display:inline">
<ellipse
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81259036;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="path885"
cx="84.355011"
cy="98.775642"
rx="8.2298679"
ry="9.3320217"
transform="matrix(0.8829712,-0.46942716,0.34747894,0.93768779,0,0)" />
<ellipse
transform="matrix(0.956959,-0.29022315,0.15311796,0.98820792,0,0)"
ry="8.9836988"
rx="7.6254625"
cy="78.666153"
cx="56.458115"
id="ellipse887"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81394506;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.39999962;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 71.246487,91.237139 c 2.016834,3.387266 5.702916,7.323893 8.776039,9.710161 3.169924,-3.412671 4.276332,-8.224638 6.310326,-12.048064 2.047272,1.365133 7.426348,6.777919 11.614879,8.844439 3.258779,-3.739331 6.488939,-10.712945 7.369349,-12.382411"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000067;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 91.594881,73.938412 c 0.515598,1.491473 -4.470591,8.852014 -7.107995,9.409412 -2.841404,0.60051 -8.656171,-4.933027 -8.595698,-6.50721 0.153528,-3.996491 14.283148,-7.01143 15.703693,-2.902202 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 71.352971,58.70478 c 2.24601,7.961185 1.660251,11.534103 -1.118349,16.232882 -2.232578,3.775415 -0.736998,8.280336 1.665882,10.02401"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Wall">
<path
style="opacity:1;fill:#ffe8b6;fill-opacity:1;fill-rule:evenodd;stroke:#d99e82;stroke-width:13.99999905;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
d="m 95.583927,7.0000053 h 51.778623 c 8.46657,0 15.28261,6.8160397 15.28261,15.2826077 v 83.434777 c 0,8.46656 -6.81604,15.28261 -15.28261,15.28261 H 92.191077 c -8.46657,0 -15.28261,-6.81605 -15.28261,-15.28261 V 47.515604 C 62.457877,36.927762 63.729487,7.0000053 95.583927,7.0000053 Z"
id="rect866"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscs" />
<path
sodipodi:nodetypes="ccsscc"
inkscape:connector-curvature="0"
id="path851"
d="M -276.38745,-29.785709 V 84.214285 l -27.67147,0 c -8.46657,0 -15.28261,-6.81605 -15.28261,-15.28261 V 10.72989 c -17.97939,-10.38040596 -14.89526,-40.515599 42.95408,-40.515599 z"
style="opacity:1;fill:#ffe8b6;fill-opacity:1;fill-rule:evenodd;stroke:#d99e82;stroke-width:13.99999905;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<path
style="opacity:1;fill:#ffe8b6;fill-opacity:1;fill-rule:evenodd;stroke:#d99e82;stroke-width:13.99999905;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
d="M -130.85156 -29.785156 C -188.7009 -29.785156 -191.78603 0.35006279 -173.80664 10.730469 L -173.80664 68.931641 C -173.80664 77.398201 -166.99001 84.214844 -158.52344 84.214844 L -130.85156 84.214844 L -103.17969 84.214844 C -94.713117 84.214844 -87.898437 77.398201 -87.898438 68.931641 L -87.898438 10.730469 C -69.919048 0.35006279 -73.002223 -29.785156 -130.85156 -29.785156 z "
id="path858" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -0,0 +1,406 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxbreadsnoot.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxbreadpeek.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<mask
id="mask914-9"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-9"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-1"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-7"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath847"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path849"
d="M 151.1617,0.34947775 C 146.27644,-2.2211865 116.30695,8.7328156 104.13452,29.026875 c 5.42245,7.633818 19.10515,-0.122981 24.59192,-0.494291 -1.49956,2.310052 -4.04484,8.310591 -4.09595,11.33516 2.22885,0.85854 9.33979,0.611111 12.15798,-2.270479 1.5033,5.35635 -0.31276,12.469645 7.34924,13.814165 11.44146,-11.803912 11.81682,-48.5399242 7.02399,-51.06195225 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
inkscape:transform-center-x="26.585976"
inkscape:transform-center-y="20.010573" />
</clipPath>
<mask
id="mask914-1"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-1"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-10"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-3"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-4"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath847-0"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path849-3"
d="M 151.1617,0.34947775 C 146.27644,-2.2211865 116.30695,8.7328156 104.13452,29.026875 c 5.42245,7.633818 19.10515,-0.122981 24.59192,-0.494291 -1.49956,2.310052 -4.04484,8.310591 -4.09595,11.33516 2.22885,0.85854 9.33979,0.611111 12.15798,-2.270479 1.5033,5.35635 -0.31276,12.469645 7.34924,13.814165 11.44146,-11.803912 11.81682,-48.5399242 7.02399,-51.06195225 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
inkscape:transform-center-x="26.585976"
inkscape:transform-center-y="20.010573" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.959798"
inkscape:cx="-57.331088"
inkscape:cy="83.770211"
inkscape:document-units="px"
inkscape:current-layer="layer4"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ear back"
style="display:inline">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 268.24566,-55.125743 c 4.7243,-4.155495 25.83682,10.892525 43.04334,10.577262 l -23.4752,28.214549 c -8.67465,-6.765586 -23.84957,-35.025851 -19.56814,-38.791811 z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body"
style="display:inline">
<path
style="display:inline;opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 18.095315,47.267453 C 25.14399,32.492058 33.277625,27.661816 46.372646,27.69172 L 33.234427,24.94982 C 42.637229,22.299839 46.798632,21.242346 55.315004,24.972 50.345732,21.399297 47.407507,14.03728 45.093438,10.879534 c 12.523358,0.559906 23.197368,5.726725 27.839728,8.535399 l -1.926885,-7.032065 c 5.918829,1.606686 8.625924,5.541369 15.379626,6.475258 17.610523,2.656259 17.897163,10.343197 23.099113,25.217593 20.44384,20.42893 21.99041,56.554781 14.11053,64.428911 -11.18017,11.17201 -27.974811,9.19339 -59.724258,9.19339 -31.361509,0 -48.297851,2.18593 -59.7585746,-9.26643 -7.228145,-7.22287 -6.2974845,-45.109404 13.9825976,-61.164137 z"
id="path1115"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccsssc" />
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.20156,-29.171318 c 4.00843,11.595249 1.91686,13.588343 4.15314,20.0572417 2.26556,6.553592 5.83609,7.630335 6.19014,12.606015 0.44154,6.205402 -5.55783,16.8631443 -22.344,26.4954773 -15.91092,9.13012 -37.83555,16.7029 -49.82991,18.37629 -12.06933,1.68387 -32.30704,1.44378 -37.58624,-7.17642 -7.50861,-12.26051 -10.34336,-32.8922283 -7.11202,-49.6727573 3.05643,-15.8722507 9.20772,-27.7193157 21.55551,-31.5285337 l -13.18381,1.264593 c 8.08283,-5.254262 11.69387,-7.470905 20.81232,-6.449701 -5.73011,-1.912677 -10.65768,-7.993708 -13.76419,-10.293199 11.96456,-3.141935 23.53755,-1.39781 28.73556,-0.109769 l -3.87785,-6.066269 c 6.0483,-0.219441 9.75299,2.697488 16.39066,1.598965 17.37281,-2.655932 41.08893,5.523926 49.86069,30.89807 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front"
style="display:inline">
<path
sodipodi:nodetypes="sccccs"
inkscape:connector-curvature="0"
id="path873-7"
d="M 120.3695,0.37106093 C 115.84707,-2.0877678 87.785933,7.7877322 76.200387,26.597548 c 4.962956,7.194047 22.875781,-0.07616 26.536963,-4.373601 l 4.36409,8.695771 c 0.40306,5.146812 -1.85237,20.018366 5.27251,21.36493 9.89526,-16.656685 13.00051,-49.1924167 7.99555,-51.91358707 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
clip-path="none"
d="m 116.68902,4.0298177 c -2.89899,0.074561 -10.34003,2.775191 -14.85308,6.3391243 -5.748571,4.53961 -8.812555,16.726704 -16.292785,19.370457 l 21.568495,14.219576 c 0.15816,-12.103185 10.36583,-16.096554 11.55154,-27.589717 0.72274,-7.0056981 0.28738,-11.5578281 -1.03111,-12.2056049 -0.20699,-0.1016976 -0.52893,-0.1444845 -0.94306,-0.1338354 z"
id="path958-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csccscc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 8.1086705,0.37374932 C 12.663874,-2.102894 40.928323,7.8441553 52.597799,26.790251 47.598893,34.03642 29.556293,26.713536 25.868584,22.384962 l -4.395717,8.758774 C 21.066886,36.327837 23.338652,51.307137 16.162148,52.663457 6.195202,35.886092 3.0674491,3.1146349 8.1086705,0.37374932 Z"
id="path898"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccccs" />
<path
inkscape:connector-curvature="0"
id="path900"
d="m 11.815824,4.0590142 c 2.919987,0.075102 10.414936,2.7952977 14.960696,6.3850528 5.790215,4.5725 8.876396,16.847891 16.410826,19.510798 L 21.462575,44.277464 C 21.303268,32.086589 11.021644,28.064288 9.8273501,16.487855 9.0993691,9.4314001 9.5378831,4.8462893 10.865923,4.1938193 11.074421,4.0913849 11.398691,4.048288 11.815824,4.0590142 Z"
clip-path="none"
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
sodipodi:nodetypes="csccscc" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Bread">
<path
style="opacity:1;fill:#ffe8b6;fill-opacity:1;fill-rule:evenodd;stroke:#d99e82;stroke-width:13.99999905;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
d="m 363.08393,-69.785709 h 51.77862 c 8.46657,0 15.28261,6.81604 15.28261,15.282608 v 83.434777 c 0,8.46656 -6.81604,15.28261 -15.28261,15.28261 h -55.17147 c -8.46657,0 -15.28261,-6.81605 -15.28261,-15.28261 V -29.27011 c -14.45059,-10.587842 -13.17898,-40.515599 18.67546,-40.515599 z"
id="rect866"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscs" />
<path
sodipodi:nodetypes="ccsscc"
inkscape:connector-curvature="0"
id="path851"
d="M -276.38745,-29.785709 V 84.214285 h -27.67147 c -8.46657,0 -15.28261,-6.81605 -15.28261,-15.28261 V 10.72989 c -17.97939,-10.38040596 -14.89526,-40.515599 42.95408,-40.515599 z"
style="opacity:1;fill:#ffe8b6;fill-opacity:1;fill-rule:evenodd;stroke:#d99e82;stroke-width:13.99999905;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<path
style="opacity:1;fill:#ffe8b6;fill-opacity:1;fill-rule:evenodd;stroke:#d99e82;stroke-width:13.99999905;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
d="m 64.000684,28.051487 c -54.4741909,0 -57.3793226,30.135218 -40.448918,40.515624 V 105.7168 c 0,8.46656 6.418921,15.2832 14.39152,15.2832 h 26.057398 26.057388 c 7.972605,0 14.389698,-6.81664 14.389698,-15.2832 V 68.567111 C 121.37817,58.186705 118.47488,28.051487 64.000684,28.051487 Z"
id="path858"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scsscsscs" />
<circle
style="opacity:1;fill:none;fill-opacity:1;stroke:#d99e82;stroke-width:6.00000095;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path852"
cx="63.99773"
cy="87.530876"
r="26.116653" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)"
style="display:inline">
<path
id="path907"
style="display:inline;fill:#ff8702;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke"
d="m 114.43246,77.963802 c 2.7491,6.187753 1.67938,14.517407 -2.08114,19.435006 -5.93905,7.766472 -18.501998,5.605972 -21.556835,4.787432 -3.056825,0.8396 -15.69409,2.87952 -20.944134,-4.787432 -3.610076,-5.272006 -5.294552,-13.295992 -2.434816,-19.435006 3.021014,-6.485242 8.774302,-15.000108 23.954723,-15.000108 13.625892,0 20.040512,8.198828 23.062202,15.000108 z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sscssss" />
<path
style="fill:#ff8702;fill-opacity:1;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 73.915471,100.8713 c 3.769692,7.31033 9.338907,10.46454 16.405465,10.56134 7.283774,0.0998 12.954824,-2.75019 16.903224,-10.40706"
id="path874"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<ellipse
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81259036;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="path885"
cx="364.36917"
cy="157.06854"
rx="8.2298679"
ry="9.3320217"
transform="matrix(0.8829712,-0.46942716,0.34747894,0.93768779,0,0)" />
<ellipse
transform="matrix(0.956959,-0.29022315,0.15311796,0.98820792,0,0)"
ry="8.9836988"
rx="7.6254625"
cy="82.861549"
cx="335.31815"
id="ellipse887"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81394506;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.39999962;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 338.74649,14.451425 c 2.01683,3.387266 5.70291,7.323893 8.77604,9.710161 3.16992,-3.412671 4.27633,-8.224638 6.31032,-12.048064 2.04727,1.365133 7.42635,6.777919 11.61488,8.844439 3.25878,-3.739331 6.48894,-10.712945 7.36935,-12.3824113"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000067;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 359.09488,-2.8473023 c 0.5156,1.491473 -4.47059,8.852014 -7.10799,9.409412 -2.84141,0.60051 -8.65617,-4.933027 -8.5957,-6.50720999 0.15353,-3.99649101 14.28315,-7.01143001 15.70369,-2.90220201 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 338.85297,-18.080934 c 2.24601,7.961185 1.66025,11.5341027 -1.11835,16.2328817 -2.23258,3.775415 -0.737,8.280336 1.66588,10.02401"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<path
sodipodi:nodetypes="sscccssss"
inkscape:connector-curvature="0"
d="m 114.43246,77.963802 c 2.7491,6.187753 1.67937,14.5174 -2.08114,19.435006 -1.72635,2.257545 -8.36546,4.961822 -12.24375,6.096012 -2.801009,-0.9628 -7.871528,-3.23488 -9.534056,-3.976015 -1.591247,0.828535 -7.117097,2.937185 -9.602036,3.821065 C 77.66133,102.48353 71.59613,99.948283 69.850351,97.398808 66.240285,92.126795 64.555799,84.102816 67.415535,77.963802 70.436549,71.47856 76.189837,62.963694 91.370258,62.963694 c 13.625892,0 20.040512,8.198828 23.062202,15.000108 z"
style="display:inline;fill:none;fill-opacity:1;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke"
id="path905" />
<path
style="display:inline;opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.4000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 102.42486,84.388348 c 0.31678,2.251302 -6.70042,11.339434 -11.907811,11.339434 -5.036497,0 -11.49725,-9.338916 -11.116959,-11.576533 0.993214,-5.844104 22.15195,-5.965647 23.02477,0.237099 z"
id="rect902-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:inline">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 83.027668,83.947043 C 91.111287,80.42955 101.37647,78.420166 110.95387,77.43306"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 78.638049,89.649792 c 12.400245,-2.810464 23.892891,-1.177591 35.519011,3.673216"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path895"
d="m 79.034281,95.263635 c 7.691011,0.457028 16.500186,3.236845 24.373269,6.624825"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path897"
d="M 44.904019,83.947043 C 36.820399,80.42955 26.555217,78.420166 16.977821,77.43306"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 49.293519,89.649792 C 36.893276,86.839328 25.400629,88.472201 13.774511,93.323008"
id="path899"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 48.897409,95.263635 C 41.206395,95.720663 32.397221,98.50048 24.524132,101.88846"
id="path901"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 30 KiB

View file

@ -0,0 +1,412 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxbreadsnoot2.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxbreadpeek.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<mask
id="mask914-9"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-9"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-1"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-7"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath847"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path849"
d="M 151.1617,0.34947775 C 146.27644,-2.2211865 116.30695,8.7328156 104.13452,29.026875 c 5.42245,7.633818 19.10515,-0.122981 24.59192,-0.494291 -1.49956,2.310052 -4.04484,8.310591 -4.09595,11.33516 2.22885,0.85854 9.33979,0.611111 12.15798,-2.270479 1.5033,5.35635 -0.31276,12.469645 7.34924,13.814165 11.44146,-11.803912 11.81682,-48.5399242 7.02399,-51.06195225 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
inkscape:transform-center-x="26.585976"
inkscape:transform-center-y="20.010573" />
</clipPath>
<mask
id="mask914-1"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-1"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-10"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-3"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-4"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath847-0"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path849-3"
d="M 151.1617,0.34947775 C 146.27644,-2.2211865 116.30695,8.7328156 104.13452,29.026875 c 5.42245,7.633818 19.10515,-0.122981 24.59192,-0.494291 -1.49956,2.310052 -4.04484,8.310591 -4.09595,11.33516 2.22885,0.85854 9.33979,0.611111 12.15798,-2.270479 1.5033,5.35635 -0.31276,12.469645 7.34924,13.814165 11.44146,-11.803912 11.81682,-48.5399242 7.02399,-51.06195225 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
inkscape:transform-center-x="26.585976"
inkscape:transform-center-y="20.010573" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.959798"
inkscape:cx="-22.171375"
inkscape:cy="68.889941"
inkscape:document-units="px"
inkscape:current-layer="layer4"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ear back"
style="display:inline">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 268.24566,-55.125743 c 4.7243,-4.155495 25.83682,10.892525 43.04334,10.577262 l -23.4752,28.214549 c -8.67465,-6.765586 -23.84957,-35.025851 -19.56814,-38.791811 z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body"
style="display:inline">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.20156,-29.171318 c 4.00843,11.595249 1.91686,13.588343 4.15314,20.0572417 2.26556,6.553592 5.83609,7.630335 6.19014,12.606015 0.44154,6.205402 -5.55783,16.8631443 -22.344,26.4954773 -15.91092,9.13012 -37.83555,16.7029 -49.82991,18.37629 -12.06933,1.68387 -32.30704,1.44378 -37.58624,-7.17642 -7.50861,-12.26051 -10.34336,-32.8922283 -7.11202,-49.6727573 3.05643,-15.8722507 9.20772,-27.7193157 21.55551,-31.5285337 l -13.18381,1.264593 c 8.08283,-5.254262 11.69387,-7.470905 20.81232,-6.449701 -5.73011,-1.912677 -10.65768,-7.993708 -13.76419,-10.293199 11.96456,-3.141935 23.53755,-1.39781 28.73556,-0.109769 l -3.87785,-6.066269 c 6.0483,-0.219441 9.75299,2.697488 16.39066,1.598965 17.37281,-2.655932 41.08893,5.523926 49.86069,30.89807 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs" />
<path
style="display:inline;opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 18.095315,47.267578 C 25.14399,32.492183 33.277625,27.661941 46.372646,27.691845 l -13.138219,-2.7419 c 9.402802,-2.649981 13.564205,-3.707474 22.08058,0.02218 -4.96928,-3.572703 -7.9075,-10.93472 -10.221569,-14.092466 12.523359,0.559906 23.197369,5.726725 27.839729,8.535399 l -1.92689,-7.032065 c 5.91883,1.606686 8.62593,5.541369 15.37963,6.475258 17.610523,2.656259 17.897163,10.343197 23.099113,25.217593 20.44384,20.428927 21.99041,56.554776 14.11053,64.428906 -11.18017,11.17202 -27.974813,9.1934 -59.724263,9.1934 -31.361504,0 -48.297846,2.18593 -59.7585698,-9.26644 -7.228145,-7.22287 -6.297484,-45.109399 13.9825978,-61.164132 z"
id="path1115"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccsssc" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front"
style="display:inline">
<path
sodipodi:nodetypes="sccccs"
inkscape:connector-curvature="0"
id="path873-7"
d="M 120.3695,0.37106093 C 115.84707,-2.0877678 87.785933,7.7877322 76.200387,26.597548 c 4.962956,7.194047 22.875781,-0.07616 26.536963,-4.373601 l 4.36409,8.695771 c 0.40306,5.146812 -1.85237,20.018366 5.27251,21.36493 9.89526,-16.656685 13.00051,-49.1924167 7.99555,-51.91358707 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
clip-path="none"
d="m 116.68902,4.0298177 c -2.89899,0.074561 -10.34003,2.775191 -14.85308,6.3391243 -5.748571,4.53961 -8.812555,16.726704 -16.292785,19.370457 l 21.568495,14.219576 c 0.15816,-12.103185 10.36583,-16.096554 11.55154,-27.589717 0.72274,-7.0056981 0.28738,-11.5578281 -1.03111,-12.2056049 -0.20699,-0.1016976 -0.52893,-0.1444845 -0.94306,-0.1338354 z"
id="path958-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csccscc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 8.1086705,0.37374932 C 12.663874,-2.102894 40.928323,7.8441553 52.597799,26.790251 47.598893,34.03642 29.556293,26.713536 25.868584,22.384962 l -4.395717,8.758774 C 21.066886,36.327837 23.338652,51.307137 16.162148,52.663457 6.195202,35.886092 3.0674491,3.1146349 8.1086705,0.37374932 Z"
id="path898"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccccs" />
<path
inkscape:connector-curvature="0"
id="path900"
d="m 11.815824,4.0590142 c 2.919987,0.075102 10.414936,2.7952977 14.960696,6.3850528 5.790215,4.5725 8.876396,16.847891 16.410826,19.510798 L 21.462575,44.277464 C 21.303268,32.086589 11.021644,28.064288 9.8273501,16.487855 9.0993691,9.4314001 9.5378831,4.8462893 10.865923,4.1938193 11.074421,4.0913849 11.398691,4.048288 11.815824,4.0590142 Z"
clip-path="none"
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
sodipodi:nodetypes="csccscc" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Bread">
<path
style="opacity:1;fill:#ffe8b6;fill-opacity:1;fill-rule:evenodd;stroke:#d99e82;stroke-width:13.99999905;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
d="m 363.08393,-69.785709 h 51.77862 c 8.46657,0 15.28261,6.81604 15.28261,15.282608 v 83.434777 c 0,8.46656 -6.81604,15.28261 -15.28261,15.28261 h -55.17147 c -8.46657,0 -15.28261,-6.81605 -15.28261,-15.28261 V -29.27011 c -14.45059,-10.587842 -13.17898,-40.515599 18.67546,-40.515599 z"
id="rect866"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscs" />
<path
sodipodi:nodetypes="ccsscc"
inkscape:connector-curvature="0"
id="path851"
d="M -276.38745,-29.785709 V 84.214285 h -27.67147 c -8.46657,0 -15.28261,-6.81605 -15.28261,-15.28261 V 10.72989 c -17.97939,-10.38040596 -14.89526,-40.515599 42.95408,-40.515599 z"
style="opacity:1;fill:#ffe8b6;fill-opacity:1;fill-rule:evenodd;stroke:#d99e82;stroke-width:13.99999905;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<path
style="opacity:1;fill:#ffe8b6;fill-opacity:1;fill-rule:evenodd;stroke:#d99e82;stroke-width:13.99999905;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
d="m 64.000684,28.051487 c -54.4741909,0 -57.3793226,30.135218 -40.448918,40.515624 V 105.7168 c 0,8.46656 6.418921,15.2832 14.39152,15.2832 h 26.057398 26.057388 c 7.972605,0 14.389698,-6.81664 14.389698,-15.2832 V 68.567111 C 121.37817,58.186705 118.47488,28.051487 64.000684,28.051487 Z"
id="path858"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scsscsscs" />
<circle
style="opacity:1;fill:none;fill-opacity:1;stroke:#d99e82;stroke-width:6.00000095;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path852"
cx="63.99773"
cy="87.530876"
r="26.116653" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)"
style="display:inline">
<path
id="path907"
style="display:inline;fill:#ff8702;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke"
d="m 114.43246,77.963802 c 2.7491,6.187753 1.67938,14.517407 -2.08114,19.435006 -5.93905,7.766472 -18.501998,5.605972 -21.556835,4.787432 -3.056825,0.8396 -15.69409,2.87952 -20.944134,-4.787432 -3.610076,-5.272006 -5.294552,-13.295992 -2.434816,-19.435006 3.021014,-6.485242 8.774302,-15.000108 23.954723,-15.000108 13.625892,0 20.040512,8.198828 23.062202,15.000108 z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sscssss" />
<path
style="fill:#e6e6e6;fill-opacity:1;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 73.915471,100.8713 c 3.769692,7.31033 9.338907,10.46454 16.405465,10.56134 7.283774,0.0998 12.954824,-2.75019 16.903224,-10.40706"
id="path874"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<ellipse
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81259036;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="path885"
cx="364.36917"
cy="157.06854"
rx="8.2298679"
ry="9.3320217"
transform="matrix(0.8829712,-0.46942716,0.34747894,0.93768779,0,0)" />
<ellipse
transform="matrix(0.956959,-0.29022315,0.15311796,0.98820792,0,0)"
ry="8.9836988"
rx="7.6254625"
cy="82.861549"
cx="335.31815"
id="ellipse887"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81394506;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.39999962;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 338.74649,14.451425 c 2.01683,3.387266 5.70291,7.323893 8.77604,9.710161 3.16992,-3.412671 4.27633,-8.224638 6.31032,-12.048064 2.04727,1.365133 7.42635,6.777919 11.61488,8.844439 3.25878,-3.739331 6.48894,-10.712945 7.36935,-12.3824113"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000067;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 359.09488,-2.8473023 c 0.5156,1.491473 -4.47059,8.852014 -7.10799,9.409412 -2.84141,0.60051 -8.65617,-4.933027 -8.5957,-6.50720999 0.15353,-3.99649101 14.28315,-7.01143001 15.70369,-2.90220201 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 338.85297,-18.080934 c 2.24601,7.961185 1.66025,11.5341027 -1.11835,16.2328817 -2.23258,3.775415 -0.737,8.280336 1.66588,10.02401"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<path
sodipodi:nodetypes="sscsscccs"
inkscape:connector-curvature="0"
d="m 114.43246,77.963802 c 2.74911,6.18775 1.67938,14.517407 -2.08114,19.435006 -5.93905,7.766472 -18.501998,5.605972 -21.556835,4.787432 -3.056825,0.8396 -15.69409,2.87952 -20.944134,-4.787432 -3.610076,-5.272006 -5.294548,-13.29599 -2.434816,-19.435006 0.441384,-0.947523 0.941092,-1.938372 1.520005,-2.93966 l 21.98829,13.877052 22.18364,-13.579731 c 0.50175,0.890223 0.94079,1.777578 1.32499,2.642339 z"
style="display:inline;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke"
id="path896" />
<path
style="display:inline;opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.4000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 102.42486,84.388348 c 0.31678,2.251302 -6.70042,11.339434 -11.907811,11.339434 -5.036497,0 -11.49725,-9.338916 -11.116959,-11.576533 0.993214,-5.844104 22.15195,-5.965647 23.02477,0.237099 z"
id="rect902-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
sodipodi:nodetypes="sscccssss"
inkscape:connector-curvature="0"
d="m 114.43246,77.963802 c 2.7491,6.187753 1.67937,14.5174 -2.08114,19.435006 -1.72635,2.257545 -8.36546,4.961822 -12.24375,6.096012 -2.801009,-0.9628 -7.871528,-3.23488 -9.534056,-3.976015 -1.591247,0.828535 -7.117097,2.937185 -9.602036,3.821065 C 77.66133,102.48353 71.59613,99.948283 69.850351,97.398808 66.240285,92.126795 64.555799,84.102816 67.415535,77.963802 70.436549,71.47856 76.189837,62.963694 91.370258,62.963694 c 13.625892,0 20.040512,8.198828 23.062202,15.000108 z"
style="display:inline;fill:none;fill-opacity:1;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke"
id="path905" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:inline">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 83.027668,83.947043 C 91.111287,80.42955 101.37647,78.420166 110.95387,77.43306"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 78.638049,89.649792 c 12.400245,-2.810464 23.892891,-1.177591 35.519011,3.673216"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path895"
d="m 79.034281,95.263635 c 7.691011,0.457028 16.500186,3.236845 24.373269,6.624825"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path897"
d="M 44.904019,83.947043 C 36.820399,80.42955 26.555217,78.420166 16.977821,77.43306"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 49.293519,89.649792 C 36.893276,86.839328 25.400629,88.472201 13.774511,93.323008"
id="path899"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 48.897409,95.263635 C 41.206395,95.720663 32.397221,98.50048 24.524132,101.88846"
id="path901"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 30 KiB

View file

@ -0,0 +1,444 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxbreadsnoot2googly.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxbreadpeek.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<mask
id="mask914-9"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-9"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-1"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-7"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath847"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path849"
d="M 151.1617,0.34947775 C 146.27644,-2.2211865 116.30695,8.7328156 104.13452,29.026875 c 5.42245,7.633818 19.10515,-0.122981 24.59192,-0.494291 -1.49956,2.310052 -4.04484,8.310591 -4.09595,11.33516 2.22885,0.85854 9.33979,0.611111 12.15798,-2.270479 1.5033,5.35635 -0.31276,12.469645 7.34924,13.814165 11.44146,-11.803912 11.81682,-48.5399242 7.02399,-51.06195225 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
inkscape:transform-center-x="26.585976"
inkscape:transform-center-y="20.010573" />
</clipPath>
<mask
id="mask914-1"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-1"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-10"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-3"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-4"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath847-0"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path849-3"
d="M 151.1617,0.34947775 C 146.27644,-2.2211865 116.30695,8.7328156 104.13452,29.026875 c 5.42245,7.633818 19.10515,-0.122981 24.59192,-0.494291 -1.49956,2.310052 -4.04484,8.310591 -4.09595,11.33516 2.22885,0.85854 9.33979,0.611111 12.15798,-2.270479 1.5033,5.35635 -0.31276,12.469645 7.34924,13.814165 11.44146,-11.803912 11.81682,-48.5399242 7.02399,-51.06195225 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
inkscape:transform-center-x="26.585976"
inkscape:transform-center-y="20.010573" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.6"
inkscape:cx="-13.27683"
inkscape:cy="12.006162"
inkscape:document-units="px"
inkscape:current-layer="layer4"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ear back"
style="display:inline">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 268.24566,-55.125743 c 4.7243,-4.155495 25.83682,10.892525 43.04334,10.577262 l -23.4752,28.214549 c -8.67465,-6.765586 -23.84957,-35.025851 -19.56814,-38.791811 z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body"
style="display:inline">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.20156,-29.171318 c 4.00843,11.595249 1.91686,13.588343 4.15314,20.0572417 2.26556,6.553592 5.83609,7.630335 6.19014,12.606015 0.44154,6.205402 -5.55783,16.8631443 -22.344,26.4954773 -15.91092,9.13012 -37.83555,16.7029 -49.82991,18.37629 -12.06933,1.68387 -32.30704,1.44378 -37.58624,-7.17642 -7.50861,-12.26051 -10.34336,-32.8922283 -7.11202,-49.6727573 3.05643,-15.8722507 9.20772,-27.7193157 21.55551,-31.5285337 l -13.18381,1.264593 c 8.08283,-5.254262 11.69387,-7.470905 20.81232,-6.449701 -5.73011,-1.912677 -10.65768,-7.993708 -13.76419,-10.293199 11.96456,-3.141935 23.53755,-1.39781 28.73556,-0.109769 l -3.87785,-6.066269 c 6.0483,-0.219441 9.75299,2.697488 16.39066,1.598965 17.37281,-2.655932 41.08893,5.523926 49.86069,30.89807 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs" />
<path
style="display:inline;opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 18.095315,47.267561 C 25.14399,32.492161 33.27762,27.661921 46.37265,27.691831 l -13.13822,-2.7419 c 9.4028,-2.64999 13.5642,-3.70748 22.08057,0.0222 -4.96927,-3.57271 -7.90749,-10.93472 -10.22156,-14.09247 12.52336,0.55991 23.19737,5.72672 27.83973,8.5354 l -1.92689,-7.03207 c 5.91883,1.60669 8.62592,5.54137 15.37963,6.47526 17.61052,2.65626 17.89716,10.3432 23.09911,25.21759 20.44384,20.42893 21.99041,56.554789 14.11053,64.428919 -11.18017,11.17201 -27.97481,9.19339 -59.72426,9.19339 -31.36151,0 -48.297849,2.18593 -59.7585728,-9.26643 -7.228145,-7.22287 -6.297484,-45.109409 13.9825978,-61.164139 z"
id="path1115"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccsssc" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front"
style="display:inline">
<path
sodipodi:nodetypes="sccccs"
inkscape:connector-curvature="0"
id="path873-7"
d="M 120.3695,0.37106093 C 115.84707,-2.0877678 87.785933,7.7877322 76.200387,26.597548 c 4.962956,7.194047 22.875781,-0.07616 26.536963,-4.373601 l 4.36409,8.695771 c 0.40306,5.146812 -1.85237,20.018366 5.27251,21.36493 9.89526,-16.656685 13.00051,-49.1924167 7.99555,-51.91358707 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
clip-path="none"
d="m 116.68902,4.0298177 c -2.89899,0.074561 -10.34003,2.775191 -14.85308,6.3391243 -5.748571,4.53961 -8.812555,16.726704 -16.292785,19.370457 l 21.568495,14.219576 c 0.15816,-12.103185 10.36583,-16.096554 11.55154,-27.589717 0.72274,-7.0056981 0.28738,-11.5578281 -1.03111,-12.2056049 -0.20699,-0.1016976 -0.52893,-0.1444845 -0.94306,-0.1338354 z"
id="path958-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csccscc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 8.1086705,0.37374932 C 12.663874,-2.102894 40.928323,7.8441553 52.597799,26.790251 47.598893,34.03642 29.556293,26.713536 25.868584,22.384962 l -4.395717,8.758774 C 21.066886,36.327837 23.338652,51.307137 16.162148,52.663457 6.195202,35.886092 3.0674491,3.1146349 8.1086705,0.37374932 Z"
id="path898"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccccs" />
<path
inkscape:connector-curvature="0"
id="path900"
d="m 11.815824,4.0590142 c 2.919987,0.075102 10.414936,2.7952977 14.960696,6.3850528 5.790215,4.5725 8.876396,16.847891 16.410826,19.510798 L 21.462575,44.277464 C 21.303268,32.086589 11.021644,28.064288 9.8273501,16.487855 9.0993691,9.4314001 9.5378831,4.8462893 10.865923,4.1938193 11.074421,4.0913849 11.398691,4.048288 11.815824,4.0590142 Z"
clip-path="none"
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
sodipodi:nodetypes="csccscc" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Bread">
<path
style="opacity:1;fill:#ffe8b6;fill-opacity:1;fill-rule:evenodd;stroke:#d99e82;stroke-width:13.99999905;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
d="m 363.08393,-69.785709 h 51.77862 c 8.46657,0 15.28261,6.81604 15.28261,15.282608 v 83.434777 c 0,8.46656 -6.81604,15.28261 -15.28261,15.28261 h -55.17147 c -8.46657,0 -15.28261,-6.81605 -15.28261,-15.28261 V -29.27011 c -14.45059,-10.587842 -13.17898,-40.515599 18.67546,-40.515599 z"
id="rect866"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscs" />
<path
sodipodi:nodetypes="ccsscc"
inkscape:connector-curvature="0"
id="path851"
d="M -276.38745,-29.785709 V 84.214285 h -27.67147 c -8.46657,0 -15.28261,-6.81605 -15.28261,-15.28261 V 10.72989 c -17.97939,-10.38040596 -14.89526,-40.515599 42.95408,-40.515599 z"
style="opacity:1;fill:#ffe8b6;fill-opacity:1;fill-rule:evenodd;stroke:#d99e82;stroke-width:13.99999905;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<path
style="opacity:1;fill:#ffe8b6;fill-opacity:1;fill-rule:evenodd;stroke:#d99e82;stroke-width:13.99999905;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
d="m 64.000684,28.051487 c -54.4741909,0 -57.3793226,30.135218 -40.448918,40.515624 V 105.7168 c 0,8.46656 6.418921,15.2832 14.39152,15.2832 h 26.057398 26.057388 c 7.972605,0 14.389698,-6.81664 14.389698,-15.2832 V 68.567111 C 121.37817,58.186705 118.47488,28.051487 64.000684,28.051487 Z"
id="path858"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scsscsscs" />
<circle
style="opacity:1;fill:none;fill-opacity:1;stroke:#d99e82;stroke-width:6.00000095;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path852"
cx="63.99773"
cy="87.530876"
r="26.116653" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)"
style="display:inline">
<path
id="path907"
style="display:inline;fill:#ff8702;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke"
d="m 114.43246,77.963802 c 2.7491,6.187753 1.67938,14.517407 -2.08114,19.435006 -5.93905,7.766472 -18.501998,5.605972 -21.556835,4.787432 -3.056825,0.8396 -15.69409,2.87952 -20.944134,-4.787432 -3.610076,-5.272006 -5.294552,-13.295992 -2.434816,-19.435006 3.021014,-6.485242 8.774302,-15.000108 23.954723,-15.000108 13.625892,0 20.040512,8.198828 23.062202,15.000108 z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sscssss" />
<path
style="fill:#e6e6e6;fill-opacity:1;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 73.915471,100.8713 c 3.769692,7.31033 9.338907,10.46454 16.405465,10.56134 7.283774,0.0998 12.954824,-2.75019 16.903224,-10.40706"
id="path874"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<ellipse
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81259036;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="path885"
cx="364.36917"
cy="157.06854"
rx="8.2298679"
ry="9.3320217"
transform="matrix(0.8829712,-0.46942716,0.34747894,0.93768779,0,0)" />
<ellipse
transform="matrix(0.956959,-0.29022315,0.15311796,0.98820792,0,0)"
ry="8.9836988"
rx="7.6254625"
cy="82.861549"
cx="335.31815"
id="ellipse887"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81394506;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.39999962;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 338.74649,14.451425 c 2.01683,3.387266 5.70291,7.323893 8.77604,9.710161 3.16992,-3.412671 4.27633,-8.224638 6.31032,-12.048064 2.04727,1.365133 7.42635,6.777919 11.61488,8.844439 3.25878,-3.739331 6.48894,-10.712945 7.36935,-12.3824113"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000067;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 359.09488,-2.8473023 c 0.5156,1.491473 -4.47059,8.852014 -7.10799,9.409412 -2.84141,0.60051 -8.65617,-4.933027 -8.5957,-6.50720999 0.15353,-3.99649101 14.28315,-7.01143001 15.70369,-2.90220201 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 338.85297,-18.080934 c 2.24601,7.961185 1.66025,11.5341027 -1.11835,16.2328817 -2.23258,3.775415 -0.737,8.280336 1.66588,10.02401"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<path
sodipodi:nodetypes="sscsscccs"
inkscape:connector-curvature="0"
d="m 114.43246,77.963802 c 2.74911,6.18775 1.67938,14.517407 -2.08114,19.435006 -5.93905,7.766472 -18.501998,5.605972 -21.556835,4.787432 -3.056825,0.8396 -15.69409,2.87952 -20.944134,-4.787432 -3.610076,-5.272006 -5.294548,-13.29599 -2.434816,-19.435006 0.441384,-0.947523 0.941092,-1.938372 1.520005,-2.93966 l 21.98829,13.877052 22.18364,-13.579731 c 0.50175,0.890223 0.94079,1.777578 1.32499,2.642339 z"
style="display:inline;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke"
id="path896" />
<path
style="display:inline;opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.4000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 102.42486,84.388348 c 0.31678,2.251302 -6.70042,11.339434 -11.907811,11.339434 -5.036497,0 -11.49725,-9.338916 -11.116959,-11.576533 0.993214,-5.844104 22.15195,-5.965647 23.02477,0.237099 z"
id="rect902-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
sodipodi:nodetypes="sscccssss"
inkscape:connector-curvature="0"
d="m 114.43246,77.963802 c 2.7491,6.187753 1.67937,14.5174 -2.08114,19.435006 -1.72635,2.257545 -8.36546,4.961822 -12.24375,6.096012 -2.801009,-0.9628 -7.871528,-3.23488 -9.534056,-3.976015 -1.591247,0.828535 -7.117097,2.937185 -9.602036,3.821065 C 77.66133,102.48353 71.59613,99.948283 69.850351,97.398808 66.240285,92.126795 64.555799,84.102816 67.415535,77.963802 70.436549,71.47856 76.189837,62.963694 91.370258,62.963694 c 13.625892,0 20.040512,8.198828 23.062202,15.000108 z"
style="display:inline;fill:none;fill-opacity:1;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke"
id="path905" />
<ellipse
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#d99e82;stroke-width:6.00000477;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="path852-6"
cx="43.580406"
cy="-119.57594"
rx="11.670293"
ry="11.826718"
transform="matrix(-0.07142913,0.99744568,-0.99731305,-0.07325769,0,0)" />
<ellipse
style="display:inline;opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:6.00000477;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="path856"
cx="46.927711"
cy="-121.31786"
rx="7.0564566"
ry="7.1510391"
transform="matrix(-0.07142913,0.99744568,-0.99731305,-0.07325769,0,0)" />
<ellipse
ry="11.690079"
rx="11.80716"
cy="75.220062"
cx="-37.860409"
id="ellipse1111"
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#d99e82;stroke-width:6.00012207;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
transform="matrix(0.2112114,-0.9774404,0.9793081,0.20237502,0,0)" />
<ellipse
ry="7.0684204"
rx="7.1392145"
cy="73.49826"
cx="-34.47385"
id="ellipse1113"
style="display:inline;opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:6.00012207;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
transform="matrix(0.2112114,-0.9774404,0.9793081,0.20237502,0,0)" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:inline">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 83.027668,83.947043 C 91.111287,80.42955 101.37647,78.420166 110.95387,77.43306"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 78.638049,89.649792 c 12.400245,-2.810464 23.892891,-1.177591 35.519011,3.673216"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path895"
d="m 79.034281,95.263635 c 7.691011,0.457028 16.500186,3.236845 24.373269,6.624825"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path897"
d="M 44.904019,83.947043 C 36.820399,80.42955 26.555217,78.420166 16.977821,77.43306"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 49.293519,89.649792 C 36.893276,86.839328 25.400629,88.472201 13.774511,93.323008"
id="path899"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 48.897409,95.263635 C 41.206395,95.720663 32.397221,98.50048 24.524132,101.88846"
id="path901"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 32 KiB

View file

@ -0,0 +1,438 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxbreadsnootgoogly.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxbreadpeek.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<mask
id="mask914-9"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-9"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-1"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-7"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath847"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path849"
d="M 151.1617,0.34947775 C 146.27644,-2.2211865 116.30695,8.7328156 104.13452,29.026875 c 5.42245,7.633818 19.10515,-0.122981 24.59192,-0.494291 -1.49956,2.310052 -4.04484,8.310591 -4.09595,11.33516 2.22885,0.85854 9.33979,0.611111 12.15798,-2.270479 1.5033,5.35635 -0.31276,12.469645 7.34924,13.814165 11.44146,-11.803912 11.81682,-48.5399242 7.02399,-51.06195225 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
inkscape:transform-center-x="26.585976"
inkscape:transform-center-y="20.010573" />
</clipPath>
<mask
id="mask914-1"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-1"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-10"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-3"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-4"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath847-0"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path849-3"
d="M 151.1617,0.34947775 C 146.27644,-2.2211865 116.30695,8.7328156 104.13452,29.026875 c 5.42245,7.633818 19.10515,-0.122981 24.59192,-0.494291 -1.49956,2.310052 -4.04484,8.310591 -4.09595,11.33516 2.22885,0.85854 9.33979,0.611111 12.15798,-2.270479 1.5033,5.35635 -0.31276,12.469645 7.34924,13.814165 11.44146,-11.803912 11.81682,-48.5399242 7.02399,-51.06195225 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
inkscape:transform-center-x="26.585976"
inkscape:transform-center-y="20.010573" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="7.919596"
inkscape:cx="-36.056351"
inkscape:cy="36.602535"
inkscape:document-units="px"
inkscape:current-layer="layer4"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ear back"
style="display:inline">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 268.24566,-55.125743 c 4.7243,-4.155495 25.83682,10.892525 43.04334,10.577262 l -23.4752,28.214549 c -8.67465,-6.765586 -23.84957,-35.025851 -19.56814,-38.791811 z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body"
style="display:inline">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.20156,-29.171318 c 4.00843,11.595249 1.91686,13.588343 4.15314,20.0572417 2.26556,6.553592 5.83609,7.630335 6.19014,12.606015 0.44154,6.205402 -5.55783,16.8631443 -22.344,26.4954773 -15.91092,9.13012 -37.83555,16.7029 -49.82991,18.37629 -12.06933,1.68387 -32.30704,1.44378 -37.58624,-7.17642 -7.50861,-12.26051 -10.34336,-32.8922283 -7.11202,-49.6727573 3.05643,-15.8722507 9.20772,-27.7193157 21.55551,-31.5285337 l -13.18381,1.264593 c 8.08283,-5.254262 11.69387,-7.470905 20.81232,-6.449701 -5.73011,-1.912677 -10.65768,-7.993708 -13.76419,-10.293199 11.96456,-3.141935 23.53755,-1.39781 28.73556,-0.109769 l -3.87785,-6.066269 c 6.0483,-0.219441 9.75299,2.697488 16.39066,1.598965 17.37281,-2.655932 41.08893,5.523926 49.86069,30.89807 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs" />
<path
style="display:inline;opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 18.095313,47.267582 C 25.143988,32.492187 33.277623,27.661945 46.372644,27.691849 l -13.138219,-2.7419 c 9.402802,-2.649981 13.564205,-3.707474 22.080577,0.02218 -4.969272,-3.572703 -7.907497,-10.93472 -10.221566,-14.092466 12.523358,0.559906 23.197368,5.726725 27.839728,8.535399 l -1.926885,-7.032065 c 5.918829,1.606686 8.625924,5.541369 15.379626,6.475258 17.610525,2.656259 17.897165,10.343197 23.099115,25.217593 20.44384,20.428933 21.99041,56.554782 14.11053,64.428912 -11.18017,11.17201 -27.974813,9.19339 -59.72426,9.19339 -31.361509,0 -48.297851,2.18593 -59.758576,-9.26643 -7.22814,-7.22287 -6.29748,-45.109409 13.982599,-61.164138 z"
id="path1115"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccsssc" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front"
style="display:inline">
<path
sodipodi:nodetypes="sccccs"
inkscape:connector-curvature="0"
id="path873-7"
d="M 120.3695,0.37106093 C 115.84707,-2.0877678 87.785933,7.7877322 76.200387,26.597548 c 4.962956,7.194047 22.875781,-0.07616 26.536963,-4.373601 l 4.36409,8.695771 c 0.40306,5.146812 -1.85237,20.018366 5.27251,21.36493 9.89526,-16.656685 13.00051,-49.1924167 7.99555,-51.91358707 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
clip-path="none"
d="m 116.68902,4.0298177 c -2.89899,0.074561 -10.34003,2.775191 -14.85308,6.3391243 -5.748571,4.53961 -8.812555,16.726704 -16.292785,19.370457 l 21.568495,14.219576 c 0.15816,-12.103185 10.36583,-16.096554 11.55154,-27.589717 0.72274,-7.0056981 0.28738,-11.5578281 -1.03111,-12.2056049 -0.20699,-0.1016976 -0.52893,-0.1444845 -0.94306,-0.1338354 z"
id="path958-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csccscc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 8.1086705,0.37374932 C 12.663874,-2.102894 40.928323,7.8441553 52.597799,26.790251 47.598893,34.03642 29.556293,26.713536 25.868584,22.384962 l -4.395717,8.758774 C 21.066886,36.327837 23.338652,51.307137 16.162148,52.663457 6.195202,35.886092 3.0674491,3.1146349 8.1086705,0.37374932 Z"
id="path898"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccccs" />
<path
inkscape:connector-curvature="0"
id="path900"
d="m 11.815824,4.0590142 c 2.919987,0.075102 10.414936,2.7952977 14.960696,6.3850528 5.790215,4.5725 8.876396,16.847891 16.410826,19.510798 L 21.462575,44.277464 C 21.303268,32.086589 11.021644,28.064288 9.8273501,16.487855 9.0993691,9.4314001 9.5378831,4.8462893 10.865923,4.1938193 11.074421,4.0913849 11.398691,4.048288 11.815824,4.0590142 Z"
clip-path="none"
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
sodipodi:nodetypes="csccscc" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Bread">
<path
style="opacity:1;fill:#ffe8b6;fill-opacity:1;fill-rule:evenodd;stroke:#d99e82;stroke-width:13.99999905;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
d="m 363.08393,-69.785709 h 51.77862 c 8.46657,0 15.28261,6.81604 15.28261,15.282608 v 83.434777 c 0,8.46656 -6.81604,15.28261 -15.28261,15.28261 h -55.17147 c -8.46657,0 -15.28261,-6.81605 -15.28261,-15.28261 V -29.27011 c -14.45059,-10.587842 -13.17898,-40.515599 18.67546,-40.515599 z"
id="rect866"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscs" />
<path
sodipodi:nodetypes="ccsscc"
inkscape:connector-curvature="0"
id="path851"
d="M -276.38745,-29.785709 V 84.214285 h -27.67147 c -8.46657,0 -15.28261,-6.81605 -15.28261,-15.28261 V 10.72989 c -17.97939,-10.38040596 -14.89526,-40.515599 42.95408,-40.515599 z"
style="opacity:1;fill:#ffe8b6;fill-opacity:1;fill-rule:evenodd;stroke:#d99e82;stroke-width:13.99999905;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<path
style="opacity:1;fill:#ffe8b6;fill-opacity:1;fill-rule:evenodd;stroke:#d99e82;stroke-width:13.99999905;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
d="m 64.000684,28.051487 c -54.4741909,0 -57.3793226,30.135218 -40.448918,40.515624 V 105.7168 c 0,8.46656 6.418921,15.2832 14.39152,15.2832 h 26.057398 26.057388 c 7.972605,0 14.389698,-6.81664 14.389698,-15.2832 V 68.567111 C 121.37817,58.186705 118.47488,28.051487 64.000684,28.051487 Z"
id="path858"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scsscsscs" />
<circle
style="opacity:1;fill:none;fill-opacity:1;stroke:#d99e82;stroke-width:6.00000095;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path852"
cx="63.99773"
cy="87.530876"
r="26.116653" />
<ellipse
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#d99e82;stroke-width:6.00000477;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="path852-6"
cx="45.582787"
cy="-92.734947"
rx="11.670293"
ry="11.826718"
transform="matrix(-0.07142913,0.99744568,-0.99731305,-0.07325769,0,0)" />
<ellipse
style="display:inline;opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:6.00000477;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="path856"
cx="48.930092"
cy="-94.476875"
rx="7.0564566"
ry="7.1510391"
transform="matrix(-0.07142913,0.99744568,-0.99731305,-0.07325769,0,0)" />
<ellipse
ry="11.690079"
rx="11.80716"
cy="48.92075"
cx="-43.337242"
id="ellipse1111"
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#d99e82;stroke-width:6.00012207;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
transform="matrix(0.2112114,-0.9774404,0.9793081,0.20237502,0,0)" />
<ellipse
ry="7.0684204"
rx="7.1392145"
cy="47.198948"
cx="-39.950684"
id="ellipse1113"
style="display:inline;opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:6.00012207;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
transform="matrix(0.2112114,-0.9774404,0.9793081,0.20237502,0,0)" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)"
style="display:inline">
<path
id="path907"
style="display:inline;fill:#ff8702;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke"
d="m 114.43246,77.963802 c 2.7491,6.187753 1.67938,14.517407 -2.08114,19.435006 -5.93905,7.766472 -18.501998,5.605972 -21.556835,4.787432 -3.056825,0.8396 -15.69409,2.87952 -20.944134,-4.787432 -3.610076,-5.272006 -5.294552,-13.295992 -2.434816,-19.435006 3.021014,-6.485242 8.774302,-15.000108 23.954723,-15.000108 13.625892,0 20.040512,8.198828 23.062202,15.000108 z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sscssss" />
<path
style="fill:#ff8702;fill-opacity:1;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 73.915471,100.8713 c 3.769692,7.31033 9.338907,10.46454 16.405465,10.56134 7.283774,0.0998 12.954824,-2.75019 16.903224,-10.40706"
id="path874"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<ellipse
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81259036;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="path885"
cx="364.36917"
cy="157.06854"
rx="8.2298679"
ry="9.3320217"
transform="matrix(0.8829712,-0.46942716,0.34747894,0.93768779,0,0)" />
<ellipse
transform="matrix(0.956959,-0.29022315,0.15311796,0.98820792,0,0)"
ry="8.9836988"
rx="7.6254625"
cy="82.861549"
cx="335.31815"
id="ellipse887"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81394506;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.39999962;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 338.74649,14.451425 c 2.01683,3.387266 5.70291,7.323893 8.77604,9.710161 3.16992,-3.412671 4.27633,-8.224638 6.31032,-12.048064 2.04727,1.365133 7.42635,6.777919 11.61488,8.844439 3.25878,-3.739331 6.48894,-10.712945 7.36935,-12.3824113"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000067;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 359.09488,-2.8473023 c 0.5156,1.491473 -4.47059,8.852014 -7.10799,9.409412 -2.84141,0.60051 -8.65617,-4.933027 -8.5957,-6.50720999 0.15353,-3.99649101 14.28315,-7.01143001 15.70369,-2.90220201 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 338.85297,-18.080934 c 2.24601,7.961185 1.66025,11.5341027 -1.11835,16.2328817 -2.23258,3.775415 -0.737,8.280336 1.66588,10.02401"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<path
sodipodi:nodetypes="sscccssss"
inkscape:connector-curvature="0"
d="m 114.43246,77.963802 c 2.7491,6.187753 1.67937,14.5174 -2.08114,19.435006 -1.72635,2.257545 -8.36546,4.961822 -12.24375,6.096012 -2.801009,-0.9628 -7.871528,-3.23488 -9.534056,-3.976015 -1.591247,0.828535 -7.117097,2.937185 -9.602036,3.821065 C 77.66133,102.48353 71.59613,99.948283 69.850351,97.398808 66.240285,92.126795 64.555799,84.102816 67.415535,77.963802 70.436549,71.47856 76.189837,62.963694 91.370258,62.963694 c 13.625892,0 20.040512,8.198828 23.062202,15.000108 z"
style="display:inline;fill:none;fill-opacity:1;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke"
id="path905" />
<path
style="display:inline;opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.4000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 102.42486,84.388348 c 0.31678,2.251302 -6.70042,11.339434 -11.907811,11.339434 -5.036497,0 -11.49725,-9.338916 -11.116959,-11.576533 0.993214,-5.844104 22.15195,-5.965647 23.02477,0.237099 z"
id="rect902-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:inline">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 83.027668,83.947043 C 91.111287,80.42955 101.37647,78.420166 110.95387,77.43306"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 78.638049,89.649792 c 12.400245,-2.810464 23.892891,-1.177591 35.519011,3.673216"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path895"
d="m 79.034281,95.263635 c 7.691011,0.457028 16.500186,3.236845 24.373269,6.624825"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path897"
d="M 44.904019,83.947043 C 36.820399,80.42955 26.555217,78.420166 16.977821,77.43306"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 49.293519,89.649792 C 36.893276,86.839328 25.400629,88.472201 13.774511,93.323008"
id="path899"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 48.897409,95.263635 C 41.206395,95.720663 32.397221,98.50048 24.524132,101.88846"
id="path901"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 31 KiB

View file

@ -0,0 +1,659 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxcactus.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxtableflip.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
id="linearGradient2325"
osb:paint="gradient">
<stop
style="stop-color:#933434;stop-opacity:1;"
offset="0"
id="stop2321" />
<stop
style="stop-color:#933434;stop-opacity:0;"
offset="1"
id="stop2323" />
</linearGradient>
<linearGradient
id="linearGradient2317"
osb:paint="solid">
<stop
style="stop-color:#933434;stop-opacity:1;"
offset="0"
id="stop2315" />
</linearGradient>
<linearGradient
id="linearGradient873"
osb:paint="solid">
<stop
style="stop-color:#933434;stop-opacity:1;"
offset="0"
id="stop871" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.0000001"
inkscape:cx="-32.34346"
inkscape:cy="161.97745"
inkscape:document-units="px"
inkscape:current-layer="layer3"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 18.384164,2.0591763 C 24.217082,-0.32888708 39.280681,20.828216 55.674537,26.16136 L 24.214347,45.190793 C 18.215766,35.94614 13.098035,4.2233914 18.384164,2.0591763 Z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 126.30895,66.875501 c 0,12.290015 -2.63258,13.492463 -2.63258,20.348968 0,6.946255 3.02809,9.134335 1.73478,13.961051 -1.61297,6.01963 -10.78123,14.14651 -29.82658,17.77212 -18.052268,3.43656 -41.288465,3.43042 -53.192092,1.08904 C 30.414439,117.69069 11.332501,110.83962 9.1556553,100.95041 6.059522,86.884928 10.128338,66.423575 18.679882,51.593821 26.768557,37.566766 36.469923,28.363575 49.407227,28.798494 L 36.51125,25.68077 c 9.372303,-2.329119 13.516643,-3.245896 21.815512,0.705385 -4.799107,-3.686315 -7.474099,-11.056445 -9.662648,-14.25029 12.356069,0.941258 22.742222,6.380341 27.241988,9.301107 L 74.220121,14.42439 c 5.798188,1.771822 8.350988,5.746021 14.994896,6.87845 17.317373,3.171489 37.093933,18.678149 37.093933,45.572661 z"
id="path837-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path873"
d="M 125.44968,2.1737046 C 120.7857,-0.28574433 92.173808,10.194366 80.552779,29.610467 c 5.176815,7.303565 18.239695,-0.117659 23.477931,-0.472908 -1.43163,2.210115 -3.86161,7.95106 -3.91041,10.844783 2.1279,0.821398 8.91672,0.58467 11.60725,-2.172255 1.4352,5.124623 -1.10568,16.351801 6.20923,17.638155 9.91787,-17.188834 12.67447,-50.5526862 7.5129,-53.2745374 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.92973185;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 148.35911,4.3356447 c -1.78771,-0.8484478 -11.00575,2.906299 -16.19325,7.6720183 -10.53309,9.676667 -1.07136,22.664674 -28.29413,20.811212 6.00859,14.75387 19.11803,20.290527 34.81182,24.002583 -2.67038,-18.583744 9.24321,-19.504661 10.95019,-39.43404 0.64348,-7.5127806 0.14869,-12.3762659 -1.27463,-13.0517733 z"
id="path958"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss"
clip-path="url(#clipPath848)"
transform="matrix(0.95470098,0,0,0.95673813,-18.944053,1.9452148)" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 88.720113,67.386856 c -0.08408,1.57849 -7.487336,6.528027 -10.144965,6.050484 -2.863189,-0.514475 -6.171869,-7.842556 -5.521998,-9.280517 1.649867,-3.650645 15.898679,-1.118938 15.666963,3.230033 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 74.833197,50.768269 c -0.765695,4.201761 -2.987334,7.424124 -5.98531,9.706493 -3.495738,2.661324 -3.807085,7.405783 -2.235006,9.930148"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<path
sodipodi:nodetypes="ccccccccccc"
inkscape:connector-curvature="0"
id="path858"
d="m 60.778607,102.52529 c 3.290382,-4.95425 3.69886,-17.024346 2.271567,-20.562459 1.150449,1.283538 3.756288,4.170401 4.935772,5.311093 4.214918,-2.222627 7.438147,-5.02347 10.804432,-7.997482 1.486185,2.062438 5.31596,7.261472 8.68033,10.959962 2.284703,-0.588051 7.35248,-3.384079 9.260082,-4.462654 1.896176,3.413303 2.910054,16.58068 -1.739262,22.25082 l -10.220319,-3.10428 -9.634222,3.0125 -7.069224,-6.65932 z"
style="fill:#933434;fill-opacity:1;stroke:none;stroke-width:3.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:transform-center-x="-1.0705835"
inkscape:transform-center-y="14.371631" />
<path
style="fill:#ff8383;fill-opacity:1;stroke:none;stroke-width:3.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 98.290969,93.757022 c 0.209736,5.010328 -0.566327,10.934358 -3.299441,14.267548 l -10.220319,-3.10428 -9.634222,3.0125 -4.622026,-4.35402 c 5.864715,-8.17599 14.911408,-9.827039 27.776008,-9.821748 z"
id="path2331"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc"
inkscape:transform-center-x="-5.9387557"
inkscape:transform-center-y="21.611914" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 60.778607,102.52529 c 3.290382,-4.95425 3.69886,-17.024346 2.271567,-20.562459 1.150449,1.283538 3.756288,4.170401 4.935772,5.311093 4.214918,-2.222627 7.438147,-5.02347 10.804432,-7.997482 1.486185,2.062438 5.31596,7.261472 8.68033,10.959962 2.284703,-0.588051 7.35248,-3.384079 9.260082,-4.462654 1.896176,3.413303 2.910054,16.58068 -1.739262,22.25082 l -10.220319,-3.10428 -9.634222,3.0125 -7.069224,-6.65932 z"
id="path2333"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccc"
inkscape:transform-center-x="-1.0705835"
inkscape:transform-center-y="14.371631" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.80000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 119.58595,55.1638 c 0.11161,5.057698 -2.79745,8.612895 -7.20485,9.305209 -1.53568,0.24122 -2.9561,-0.0794 -4.21726,-0.702646 -2.25033,-1.112151 -4.46588,-2.800036 -4.53854,-6.095476 -0.1117,-5.057709 3.37101,-9.719015 7.77844,-10.411334 4.40739,-0.692306 8.07071,2.846543 8.18221,7.904247 z"
id="path885"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssss" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.80000043;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 76.770709,50.728772 c -0.867644,4.79219 -4.837712,7.032671 -8.968472,6.874069 -4.130755,-0.158591 -6.857965,-2.656216 -5.990319,-7.44841 0.867641,-4.79219 4.919646,-8.548467 9.0504,-8.389868 4.130758,0.158605 6.776034,4.172007 5.908391,8.964209 z"
id="ellipse887-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssss" />
<rect
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.50016212;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="rect930-7"
width="28.131943"
height="15.566504"
x="64.444214"
y="81.018166"
transform="matrix(0.90515313,-0.42508566,0.41045881,0.91187914,0,0)" />
<rect
transform="matrix(0.73218344,0.68110749,-0.70136187,0.71280539,0,0)"
y="-26.346128"
x="70.372742"
height="13.778819"
width="25.213242"
id="rect932-3"
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.50049138;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<image
y="-226.8783"
x="-265.0506"
id="image870"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAABHNCSVQICAgIfAhkiAAAIABJREFU
eJzsvWmQXcd15/k7mXd579W+ogoLAYIkQHGXSIqSKNEUbUui2pa8NGl72lZLM92y3TN2t2Nm3BET
E21ypmNiPkx09Mhtj6R2u+22PLbJsdWSbG2USJoiKe4EN5BYiH2rfXvbXTLPfLivClWFKqAKBFfj
jyi8qvvuzZuZ5+TJs2UmXMRFXMRFXMRFXMRFXMRFXMRFXMRFXMRFXMRFXMRFXMRFXMRFvEVQMPfc
Q6D3EOh92PvuwyoYBXm76/ZexTumY/VrdFY39H8gtOYqr1QC8bOqMuW9HTNRNjJxPB0bDuZmuZtM
QN/u+r5X8I5gAP3PlBqDnddLpfQbgv2QKG0qWjXGTKnqiCqH8dme1LuXm2m6f+BYbUJ+neztrvd7
AW87A+h9WCpdWxvtpc+a3PymGNkqohYV59HcGxKrVFVkXLzuVkl/7J0+V65NHuAw0/LbJG93G97N
ePsZ4Bt01Nv6fyIwwRc8/JRF2he+A0RQFEHUO2TGoCcV2W8lfypPs8dLjenn+AxVkYvTwvngbWUA
BcOPuralLv4n3pvPW8xmIFCDiADuNFHVFHUVVe+hCRwT5Tm1/kmybA+p2xdXZ45e1BHWh7eXAb5C
pbq9/4NRaH9TvfkZAyU1UhB/+b2nWQE8KkiuUAXGFT1olUfzPH+kjjuYjUxObvg16helwrkRvK1v
30opDs0WB1usEKssZsilbCBSsICqIFYFNBTowdOlohs9stVYc22nt88mm7ue5dv5K3p7bVweJn9r
G/XuwtsrAb7N5rwy8GuO8AtG9HIw51cfpx5RD1L16k+I6IuC/0HazJ9uC6YOM0VV7sYtebe22j7P
dPOy4v419Mld6JK79LSkebdJnbeVAZIftF/lw8pv4+0vWkPfeTMAqgsU9DgHM3i/1wovOvRxSWce
f7k/OXzTTWT6FcKZTbS7sLfd26xcMmEoFbVROQnC2XKY5yZsOhuGZBaxBo9gUDTXTMQFeZSrTbJy
u0tr0UzOXI8PMbk2sqwaho25I6627drpmtz07jBT3zYG0PsoJ32DH8Oa31Evt1kr5eVif50lqiqI
R1VUQXKgKqp7PO4JvN3rS/m0dxoEjg1IsFGNdhtPjDUWyQOjQehUQ7wE1op16gwqooAY9eTGYTQH
zUV9RmQyMuO9VydGmqif9J5T5VhONC2jWqduk7SaZZMTbZuY5CYcir6TpMTbxwDfZTiJBu7CmH9m
fLATq+GFYIDW74hHEdQLqSo10JoxOqegotIhSDdKGcGitGzOogaLpodlryg+RCjepfP3KGCcU62J
8TNgpq2VCZ9rDaPTiH/dNfw+ETtm8trJx0eqBz7+BZrrah3IQh0LkWe4HcPDeBT4EyIAPk+KoNyD
ZSsBf0rOQzi+SsCNwI3kixnwbWEABcm+3329D8r/AuM/YzD9iLFvsFQ9/X8B8a1rtBoqrRl/yfy9
wrRz1l7RJR/FzQr4028uLhX/kMyjU6I6pgTjKv6AFf+Ud3oYM3Pgx4eSYx//Ak1dqGJRst5OwC9g
+QiWacoz9VJnuautlDo1ZKmYvFSKAqkk1keBWuuMjwBs5DM0UNJcAqSUiDgbaUNr4nyQViu1/Dif
qZ+cZ4K3hwHuI0r6+j+JCX9XkJtQjVgw/9YvBRaP/cU4oyRddOW8W778VbKU65aUvYgpPSqi6qGO
MK4qx63xuwjkWV5tvhC66aMMtJuZtrzNtlUqtkmneFfxxpQxwWDgdbMa022MtTgNndEOEduJakXF
W1EELTQWY8R4r17FWCuqztEQQy2AUzn+Ze/cs+VsYj+fZOrtYYAH6EpM368h0e8aoxvxInqBGGC5
8fjGa3vG25b9LStcO33r4m/mTVkUD8blaF0Mo2bGPW8sLzqbz6mEAzbwGxTboWjsoBSK9ioMqNpy
UZA3AmU1JmpNdyIqRgVtsZsYEVGvOIPD+0zFeANVVX9cMC9mWf0v2/fMPPa2+AEmTF97WYONRrQb
EYM1a6DUEuG+jMxvBqFXw0qvWk1ZWPrnIglkQW0AEapddHCpE/sJycyYWG+cBj0iGmtxo6A2FEvY
mhxabtL5PhNUVFXme8UsaCVYwQJYUwZVHJ3e2j4c3WFQfnHqfebZt5wB9B4CRLsza/q8SLBWr+08
+d9KUr9lEBMY1S4COrw3qRE1omIwavBiQFFtkfsNdoBRDZ3Si9ENPdWk7a2XAMNETW8GRRg0tEys
wmxbpWWqOBTz9geu1o7TQ1+W/nkmVFqKqQh4MZYygHrvRFBEVUXMorLP6IfTV87OHWoQPEaEkjG2
h+7gbWCAjR0VG5jNCIPqMJiz364ABl3Q4t9VaFV3wRZZGYtslZYWpCoiBq9eafk2zNkG//rEgqJ4
R5Rmat96BghsuyBbvKMf8WaF+VMXi/sW4c3pK+9WLKu66BlK4mkYwXhQscLp6e9scnIN75dC0ioq
4qxoFlr8W8oAehc207AHb7YqvlvW5Pp9NxO9hdUMhdWmBtXW1CAgxey/sqG77oosqonk5OlbywB8
mtAHMiD4IUQqRaLHKtV8r+HMmbv1qQsMsmKz9fS0cEHqYUWMUwuiiS/pOWbgC4tDUBLjB7wyYDDh
ynQWWfrz3oZo6wdW4IB5fzNcsP4okmw0997HcdB8SxlgcJiyBuGgiHQharFvrQX/zsRy3eDNfVvh
n5ZMjElO1tMkUDB8iZBLb+84ZQdk6OiBGl98tvFmRKzybKA9KLkhFdvJQujlIs7AipLgzK6aV5fP
7UFtRUoFxIgXkcS6vNHRmJPgyI9+syvB7Bif7blNic2JLVt3d33/ll333Tc2cvfd96cXqk333EMQ
Rr4XH232Iu3Ga8tN9Q8cqzgRl/3a8pis9MC5sUR78OIx1DNsVWJMcIrugbTR/fN7apf/ijWqPcHk
kdl48u+3tbf94NT3PvHqhh+nk3LPw284rer3thOnJbtJHFstWsK+22z6NxOrmAmLL69A/3XLT4d6
NDeq08YwFfZ2pYHUgrCWtQ+nGvUaJ+WRfHjjbNZ21VAp/EBbJfvuzIfrD9x338Dhu+66v/lGpoVa
QHugshWjm8VLdLZ7lwT3VFftn+Wa03nGkt4hkNMfC4b/6W8X6L/EJ77+xhqRNFMm8dl4ODrTtL/7
32yJscGGmusYzlzQ4SWIU18qTec9myabfTc16Bza0h6bmVevSr9w+43Nr/7ts+tOdVIw/Hftl5gw
/pTCLWIkPjP9S0+LqjPiPqeNAlnJQNDFNpQuYQRVffcxxiJeWJ6+sEav78rFKjjRmoWXVPOHw+HG
MfN89c9HO9tf+cbVnS99ebhy5IlYGmOIpt6bykzWPXyiuemzR2tb//UoW3/Dben90L777hpQXefs
/RVKhNH7EHOD8ba0skIDC2bPPLFNQfDFPyz52yBiQMyirinKWJoioFwgT8o7COfXHlGcWD9pQ5nm
RlwROrwP+3D4+Y7NndEHJ9Ohj5xKN90+nfe9L3VhtxNjRNWVTXOmx47tGm4/9lDFzH7fVI/u25l8
s74823YlJA/0vU+s/e9zCf5JoNqJNWeYn6oFkeaJPJ9z5XzRVmvXEQ1TRdWzIDlaxJflkuOdjGX0
1Zbr+LQEWPhvLYUVpTmvHkbAf63usv/Q89NTRy3Avfejf/pXu5r/9FZO9vV17qlEtZHYNNPMRWHq
4oqTsJTkYVs179w4mfTckPjOLUG5Terla9Jf+NltzT+9f/eq04LeR5cvd97prflli27CilmZCqeJ
P1/fXJUj48LIpBAFSimSdYZDzwwqvGscD8tk//KpYOHiunRpVRWmVOVpmRx/PL6f2kpPy8TX7uwY
HRoYSv3AjSPp1n98oj78kVre1oNoKEbEks51hzNHhsonH+vRqW9MVw888zHunzwj9/4eAj7Ud3se
h/8jxvyEoqWVUr/nR/t81NOrp+mUAycNf/dEzPSs4TMfTnj/ZY54PUxwWqlYkCryBtwPyzPPVnPl
X1CdQ8/45cwKnJUJFgXX1DtFXlfcH8Vjo38sdzO5UixA+371O7N6D/VD1//caNw5M9IXjD17PB3+
6HTaf13Tx/2q0jaTd1/RrFUGp8OpKwa74kd28dsPPP91s/uGF3ZV5Z6Hc72PKO8evDmz9guB6odZ
hfgsFv2tmmZeeeVQwN89EfPwCxHNRLAGOkpNdm7xBMEap4KFe2RpN603rKbzKz+WqeWyjAWWKe9v
RGFbW72Wv+hc9xsv4ufEy/T8JfnSl74Ud3Q8J9emL7kbv/jskpRhgH1fIu7Y+WtdY6b75pm8786T
zU23TmcD2zIfdoAYdaSxbcz1l0afHYyPf31TePBHjdqhozu79w5lGvwP6s0/Fes7V1v0MT/3L+6k
oxPKXz5Y5ltPlpics0RW2dCT84kbEz774YRLBpXArl+cL0iadUiB0/nfcE6TUxexyYJlIhdIIqzi
IVq17EVJ8i0FW1XrwI+Q/A/ro+OP9N7NTDA0VNlSiW+5bS7YMfrUDz+xd9/Xdp26/MrRhtxUmHtX
/DaJ8mdj09+49ZHB7u0HIkkf6YpqnxpJBm6rJR3D3to4k3LfSDL84VrWtrHa1vvh7mD472d8dbDE
+CcF33EOEYW0uE7V08zg2T0RT70WMjFrCaxgDExWLQ+9EGEN/KObE7YNKYFdrfEro5AyrEkCLDBm
q4PXI3GWEFxb2eFvcPpZfcJhxfackais6p1KYsWdyj0nek4V6xKCadc/2MiSu1MfdloJdjU37nzm
UKP/lVd/cPX+Wndp9sYbv1pIhc8+Nqf62J4937z12GDbZUf7400vj9SHbhvPBm9susqgV9NW166d
x2uVLUkcfbA7uyYcDHdvie2UGLKzqCunr6rCqUnDU3tCjoxZrJEFIiuG0ZmAh3ZBe0npqCQMdGuR
KbJeSbBqXc7swTdsOcwz3SLT9A0roivxwhqY2ohP1ZuJNE0nKkPFotkg9WGQu2BDw7e9bzzt3xnX
tn6qNx7Z1xFVf9g+NvP4ngd++YB+aWaC3/pOKoKHx+b0vsee7Wu/c38cX72rJ5i881QydNt4Nnh5
4ts6M6KuE/UtHTNpt24ub7eXxs9Lb3CAgCoibok2uyT1RwuT7/UTAfuPhzQSQxAWo3++XV4NJ6ct
P34t5IrNOV1tjjhap3d8PifiLB2m3he3nmmtnhek5cxS/AUpb43vPC2CWv97TBYGTHXP5HXuKipj
7/zML242QXiHc2ZYxVRyDbobrm2onrZfnlDeKUHbJfVNle6Jgx/If/oXNqZ/ceWw518cyuMd+2v/
5hPto7LRvx57t68cpFVBe3MnXY7IJq5sZ7M+mXUD5LQTWgglxZCBaMuluVgsKtUUntgd8sRrIbW0
kABmIWms5dkDmqlQCpWtg46OimLWuaZ0oaQVrdF1iv1lz6zh5tatb3QqWOmrFY264qKXHNGTin8k
mJh6nutJ7wXsPf/tjqC7PNPfZprtzkspJ4pzb6OUUk8t7dg6ng1cO9EcvDWhfMWGqLM8uS3K4tpw
WtqwL/+Zf/l68vv/adfk+Ccqh7duGj0yaA6Veuz4JTm2s+HbxBHQ8J1MZBuZc4OEFsq2jpUEWqNh
3vRTPNMN4enXQp7bH5I721L0zmxylkMzF4a6HRt7HVF4Hvb94jyLhWuFmJY1Et97JXdKM1XMgod6
9efmGflCmYln6oKrlOlQFd+0yutO5ZEwqb4s9xcmu/3XH25rSK8/GhvzWhw0ZyKTWqc2cj4MMgkj
521b5qPeZtaxacZ1X5H67p31Zvvmm7fs7Pidz92UvHDHtc1bkkO53/hM1J2P39JhRm/sjicrpaAp
mcYkvo3EVajm3Yxlm5h1Q4gJiSTBikOkxQiq1FPh2b0hrxwKcN4QBrKsn05LgUZTiQLhkkFPb6ee
s/OX9dQi+rfKXGSNnK2c+WkrzZXxGXhuv+XVIwHtFU9n2zlG90JK3ht1SK3oFlqdsRR1SE2Mvuyy
xo+iZnLw3vtba0d+/zv73Zf//NmJyU9tOdxdnnutXGm80h1XD7YF9bnAZJFTW1ZM4LCl3IcDc3n7
9qnmwDWzbvADdV/a2NlFaDcEpuJmbhBNPhMH9SvagnHbbU9JVzgFElJznaS+RNO3M5P3M5MP4mgj
MkpsGsW0oJ6mg71HLS8dCMmdYO38aDmzTbkXGgn0dXq2DZ6fFFjcYTI/8lfrRAri506ZmIWXDli+
/2zMt54osfd4wFCfZ/OQIzCcTmJeuZTifW+Cb2C1uquqiuiMwT3hQn00+nRz5N57i+8KVzDol7/+
YvYf/t9npzY+cvxI7+b81Tw3Lwe4A23hXBaQR4lGceqiKPFRKdW4q+lKwzXXdemcdl9Zl/jqCs3b
I2ncgOTtllwiU6XDTtATnqIrnERESLQNR0juQ6byjdR8LxVbo2ymEMkxCOOzhpcPBUxXT08BS9t1
2rnTTCEwcOmQo7ddWwrjmr0izItjbRUrK3ip50e8c0q1DodGDI++EvKdZ0o88VrIwZGAelPYNuTY
scVTjkBOr9NamUh6YRhAlv0UF1eSDN6r6jjW/H051ydle2N2/rslnsBCMh5qwqHmfffdNd7JsQPD
Pf0v9wTdV3RmM9fWffsN01nHlYlr73MEUYLdkKVBbzMrXzMT9EYbwwOVwXgv3cFxImaxNOm2B6mU
xukOTtCXXsXxxhVM5/3MZRUyfxlddoRue4iS1AkDuHyz48otOSNTljQTwqBQBJe2rzCtMifsP2nZ
dSBguDelr2sdvaeLLTRdUeNXVbxXak04Nibsej3gqb0Re48HTFUtmTOoQi2ByVkhzU47gs5G3rc8
HCEomEzVzc408vrir1YN695//2792v27G//P0WdO2R379lXa5cUoMC/0lObG28wcopQyH5QTrZQS
Xy5XXXc04TbKZLpJ6r4fiAmsx0hCSJWKmaInOEF3OIaRgIbrot3OsqW8hy57jECSYs1S7MkdHB0P
GJ8xLNmMZ97VWgTGcLkw14TAwuUbHf2da7AI5h0z0pIuK9jmC4RvwL7jwsMvRfztkyUeejFi34mQ
amLx2gpBq5A7uHxjzod2ZlTiYjyeTQ+YVzQvOFYrU1W9ypTFP1IZm3z53r85vbnmOdcFyMPkPDyS
w9/UnvnKF0d6tp043hV2P1m29Ss7s673py762Kzr2NbQjiBzoUy6Yeq+i5F0G13BGIPRIQbD12kz
Y5RklqHwVdrsFMPRXgJp0h8eJKTWqr/QHgu3XJ0xU28SGuXgSEAjMTi3VFyjijVKZ6yF8mUAWey2
XdKKZf78xQQ6bQ7Oi/tmqpyaEHYdDPjxqxG7jwRMzhoyP593MH9/axdLKQxatcVXZ1vBtspWBueH
tc92AuDQZhgtdUasa2HITb/+1UyVQ/t/nxPXDn3yufEe2SUqA03p2zaVbWa0eQkT2SBzeRdzeRdj
6SZOJJfRG1zNYHSIDfEBuoLjdJgTdMXHUVGMpsUGXy3fuQBD3Z5P3JTQ2+l55rWQ/ccCTk1Zmq2g
szHQ3+G5ZEPO9Zdl3HRlzrZhh12tQ+ZH/Xy/zU/ES/xQhQlYjHrDgy9EPP5qxMi0JcvnJdHiF7TM
aw+hVcolxRvAKOrONsJ17YS7YBBU8NZpbaS5dISse2VQy4JK4HtJ8we97d6292JiOxTsYTjcyHi2
lVPpZYynwyS+TDXvounamHYbOJVdQV94lA3hfnrDo5SYpnDm+iIe0JLtgRg29Sg9N6bs2JxzdMQy
NmWYqhlEoKPi2dDruXQwZ6jX016mlWN6Nht8qUNhIQNJBFXIc8/xCcPz+wMefSXixUMB07WApSrW
8vKLNLZS6Bno8lRCwJ9F/Lfad6HEv56DkxZknBExquQa6Iar3iADLLz8PspNiT5kTHqZMbm0aUPK
0Rh9wesMR3uYyLcxnm1iIt3IbN7LbNbNbNbNWLKJ48EOesMTbIgO0RceoSIjxDKNwRX6ihYEqwTK
zk2e7Rs8SQ5ZKzsoClo/RjCyhuy05WFbWgygIKYY/aPT8L1nQn6wq8TJSUuSLxb3K3e0V/CqdHco
WwYcpVBBV1jvuqQua4xFsMJktjgouRB6lnl/KkrQYgqHldOJ3IUnWuPQug2MLqX5eTGA3odt9JWv
NaLvN2p7UGmFazJKMkUczNITHGE46mMq3sxIehmnkkuZSjfQ8BWaaZnprJ+xdCtd4QQbwte5rPwE
ZRkBPNWmcmoStg4KiBJbQylQVLQwsRZ6YfHnWrTrRT236JpHqSaGfccD9h0PUWQhCrlqHyg4D8Z4
3rcl59LhfFlnrkzm8x37isERoVgMkFEi8xU8AZmPqfsuEq0QkNEVjNATHEaYX9Yhoo6SwQwRES4u
93wlQGR8eIsEsgPRYIm3XkBwhMzSZau021P0BwcZji5hIruEqXyI6WyQmutkOu9jOutnKhjEGscV
8YOIm+OB5wx/9Hch2zZ4dmz23H6D4/rLQPy8fd2KIyjo4h5dnKSx6o4yMt8lC79bETb0OXZuzXlm
v2NsJijGvSz3RDKfv4JzinPKln7Hh69JGe4tdpSUVv1WU/WK0Wpas8G8dDE4DVEsIpBrRKZllIBc
Y+q+g8yXyIloug4SXyHXiFxjMi2R+RKJlltleIaig9zQWafMScy8zicEDu1Jam9QAijIzM7SUDwR
Xa8qg/YsWzwInoAG7eY4lWiMoWgPc26AiZaeMJpsYzbvJteAVEsgQmANOzYpvR2eh3ZZntpjaWTC
pn7HQNeCH43FH+cLXRCe0F6Gm9+Xs/doyoO7DM20IMbiaOT8tOG9kuZKV5vjtutTbt6Z0R7PTxm6
bG625ITQ2uIk1xKpVlAMucbUfDe5j3BE1PJOmtqO14LwqS+RaolMyzgCnFoSXybzMYLHY8h9BChG
FKeG3IeEkuApQUu/ovgtct72NZO+ACYWard+CXAfptQsX6Umusp6aWeVEOeSMSeKIcGSEAXTdNoT
DIQHGI+2MZ1voGTrbI5ewZIgBnZuEa7cArv2C1km7D1imKp6BrrPpPkyvx1ifbGfjj83dyz2Llo1
XDHs+MytCbXE8PRrEbWmJQiKXKZ534P3ilfoqjh+4rqEOz+YsKlXi1FNQF17cVoi8zEN146XkMyX
qbt2co0LwmoxglNfKryjGuLU0HAdpFoqiKuGTENQwRgHKngEK55AMubf2BFMEZsGghJISmxqDMf7
iZlCFqVoeiQIQjqka+mK8HUzwDGIhmqVnV78xmJ3z/VBcETM0murdAXHcFpGgUjmkNb2us4raS6g
Bq/K8QnhwEm4fKMWe2OdIZaVA8fhx68JpyYNH9ih3HHDWmqzWFAL5VB4/+U5xjYY6PI89VrEqWlD
nhdTgRGlUi7E/gevzLjjxoQrNzmsGDKtcCS9kbHsMhJfIdUSqa/gseQupOnLZBojKE4D8lbXFVkC
xZbEFo+VvGUZQUcwQyRNxCiRNCmbGqFJCKWJpUloUkqmRiRVrOTEpk5JZimbGUJmlrTPiFjnfFnM
kklzfQygiiTfizfl5FdbkW5Wt7xXxPzNuYCqp5E12Htqjv3jnlu2BmztKUyo0XE4PgoREIthYlY5
Mlr4/stxy9/TsuXn6sLjrwj/3yOWVw9bklx4dp9juCfnfVvPUheRlgIx7wgqJoO20HDz5Tmb+xw3
7sh45WDA0VFDIxPaS8rGQcc1l+bceHnOYI/HqkHVMJZfzq65TzLr+kl9VMzs4lAtdqK15FjjUS+o
CBU7R2SaCBBIQmxrRJIRmgaWlNBklM0skaljJaNkqlRkDiMZgaSEUsOKo9AksiKgxrzquYKBqAhe
o3LaOH8GuPde7P/8kYEdxrgrEK2s9TlVmFTDHhfwugsY8YZuo/jJJj/6UZ09J3Pu2Bnym7fGbO0R
9h4VToxZBqwltsLrqePACaGWKJVS0Zq5urD7sPC9pw2PvGgZmzWQCx44dErY9Tq8b+s5vfIsOITm
o4IihMawpU8Z7Ey5cWfGVFVIciEKobPN09WudISK8YWDSI1gWquTQlLKQY1AMgQlNAmxzBGajEAy
LCmByajYWaIWEUtmjpKpYskITJNIGhhxoB5DtvA7aEt5Xd2buGprFVERmzjOfwr4ve3EjSC7HG83
YNa+vvegBny3GbMrD5l1rQzBwDJT9Rw7piR1z/EZTzUtGvjUawFTVcOOwBCKcEQNe44ajo952mLP
s3sNj74sPLUn4OiYkCXCsAnYEFmOuZzxhvLIi4ZPf9DT1X5mfRZHzhavRxQjRY9kxabCcegZ7oKh
3mJbjSJ1QfBe8Llgg3nt0NFljnFt2w+Yc/1EJiEyTQyOipklMnMYcYRSEFdEEXIsGULeGrW+NXK1
JeJYpkideWk9UNsSPfHS62tmAAXDplJ/YMzVTuk7q8N7/hmF3T7gLxoVXsnDpes0cqXUGdF1bRuN
EynT2yNe7YipzGa8fMTgM+gvB5QE2iwcHzPc97ChrSzs2m85OiY0m5ZeDJdGIVvDkHYxhFnCVOp5
5ZDl+08rd/2UB7fU+7JYLniFwyPw8kHDq0fABMKWAaWvXemsGPq7lUsGbCs5tfgJLC1rYL6lQslM
sr38KKlvIzCOkJTCIlAKudRKfGGZ5rFYCC3r8CVYwbo97epbdusKlBFnFLx2+ZKyaKPytUuAezAN
3zVsArnciu9cCy9OY/hms8zL7kxdUVUJSyEbbuohzxymZPhrb3mhkVLdmBOdhE5j6BBhyAbsz5QH
ngsRoJlBxRuuDyO2xxHdIkSmsEe3asjRLGe0qnzrSeEDO+CyTZxRXQVGp5S/fkR47BXh6Lih2ihI
FQdKOYByCT7+AccXPw1drWyfIrlS8BqT+A4cIVY8pjgKAK8BqQcnJQSHIjgNMOKLDKiWhu/VLLpW
mHAegxXX8oiC02KKMeKxC2UV14JWWcU1C3gsSUsvWAGCipq86Zvn6QruxeYxG2LVbrBr0v73uYDd
eVB0t57JMKqKDS1BVChKDae8HEfw8YCuAY/bDZVxy04fUU+U8cQjAttNqdoSAAAaWklEQVStZWcU
sDmKCJdl8fTZgEvDkKnU8+qRgAd3eS7btHh8Kd7Dc/uFv3nE8PCLAbWqoQPDNmtpqOdwI2fMeT50
lbJzsxAFftEoEzLfzmh+JWP5peRawojDtI4mclr4D6w4RIut/J1ajHgCyYu5XKTFAK6l//tWzaRl
Ms8Tt/AAGlFE/QJDLVxr3ecxWFK67XG6g2MY8jPNZcHjfVIKKv68JMDM+7sqkZOdiPau9Znns5CG
nj1IU0ThFv0tYHoN5sPC4csUfdEz+ErAh2eECe+IRBiwlnZjCIw5Q1IGRrg0DDmaZxxJlIeeN3zs
Ws+VlwAox8aER16Ebz5h2HvMoE3D9jBiRxTSZy1jPme85glLjjtvcvzkjUopnD+8sCij6nt5tX4r
J5rbASEnQrU1UiVH1eAIQHVhlHu1OAyiSmhyRBy5hgUj4AlNcc5DrlHL3ncEkqIqZBqhCKGkhJLh
NCDTCBFPKCmB5AiOzaXXuK79+5QZY/m84FSdKDUCOb9wcBf0pN5drdi+tcRfmghz88JsPSHw+XtD
YXYjvNbnGNhquORpy45Dhd45v7p8pWKVYurYFoSc9J4Dpyx/96Snuw1eO2p48Hn48asBo5NCJ5bL
44jLooBeGyAiTHlHpjDcJ+zYAm1Ri+yLJICVnLKZIxCHJyCWJmZBHEeAEEmCMcXodD4ElEhSxBR+
AO/DwlMqxWjNfIzHYvCYFsM0fEfL4VNcy7TIq1SlNVV4Gj4mV4sqtNlJHHHLv7m0d0QlVcPUWKO5
ZI5YMwNMN6SzbINhY7W8lvvrKsX+5ueb/9B6Lo/h5FWe2WFl8wuGS542nOuwFSPCtiDgcJZxpGn5
7lOeQyeVo2OGk5OGtGnYZgN2hiFDQUjZCMYYclVq3lP3ynC30texuFRZyFdot+NcWXmUSOo4YmJT
VCj1MamWMDhCkwBC6kvkGhKQEZoUj6GpFfBCYFKsOHJvybUEgJUcwZNphNOw5eHLQZTMh63pRLHk
qAi5D/EYSqbBltJuYpk5g/gAKj5R40Zyb5bs97QmBlAwTWt7jZEO1ri3Vwml31yYlTDqlblOz75b
PZNbLdueMnQdEcLmylOLAu3W8r44ZrLZ4NRUyMScghM61XBtFLI9DOmylmBRyM+3iJ8LDHQpHW2n
dYfFbwokpTc4QEf7icIXL8WcbFpzdO4tYDDGtySDIfNBS3oVI9dpQOYDjNHWaFZyDch8oVRakxdR
Px+Sa1Dc01pZlWlxLZQcK761magnZpaAKiuNOoG68X7/sJ9bctby2iTAV7DYcKuiXWvb3xcqolxp
M4TSSn6ppZWbTwZZodYAzWpK9XADEwnJ5jZqPxsx+LIw/IrQcUqwuZxRngCXhCFV9RzMcoxThoOA
TUFAr7WUzJnbb3sRqqpYq/R0KJXFW1nJ0l+t5BiqxHbZPYXb74xr5ZXuW+C9+eQEWXStBbv4oVUg
Z/2TlqZVjYLsNRLOgwGGKBlx29Xb7sV9NjLn2XXMceWQZXOXYJfxxlU25/ZSwmNJTHKGLqAk9Yy0
lhO3hcRt0UJVTzdEyNOc6d1VJp6exVpBfxIqV8UcvskxvUkY3m3Y8KqhNDOvos079oQQ2BHFbLKF
QtZmLIEpmMO3lM/CG+wxCLkqVe+JA+jrhGCF3lka5Fqhr87j2qKF3Cz2Ti4w6BvNIFL1RmwDkilg
fTqAgmA6YrxsRliYFccayh88lvKNF1O29Rn+158ucfMlS4sri/KPoiapCk+mEdnCPCrUppqc/O4E
yXRGx/YKm+7oJyhZdNmOhGIFnyg+84gYTCB4p6jAzCal0eVI2z1bnjGE40pZlUgMDUBFGQKMDUgE
OlHKGGrWIkZpVw8Y5mzInCq1pEnVO9oqnp52JV53qOv8ML94dAHzfHCBUse8SIr6SarllLuTdfoB
FOrfmwuttvcIWqojvELEQzV4ZCSl2lSOTCl/PWaZHC5zmc3YZk5nx2wzjl8pNegR5dEsYroVjUxr
Oc2pDJc46keaxWhc5sNQVay19FzXAR7CbkvHxgqu5YJThbQdjt8ofND0ccPhHuLc0OY8XoXUWkIj
lIA8DDCBJVbBieCMEFrBOE8WWOqBZffRfXxrT43ONhjoFk7vzvkW40KmjCugWjUi+5mbrrFMDp+b
AQSp/HXZHgtNx8NZyf4wLTMmFi8Od7UnHMlxHQG7Bjs51gzpJeKmMOOOMGHYFJm6m8Tx+XKNK8OM
B5OY1zQi6Y3purKNdCKnbVuMDcyKeoCq0tZVIr41RCytoMvi76EZeZ68NuHS/i4+NDU077Et4ifS
2m4OFs5sWnpG9enPg405Gq8eYqAE3R0rB5LeJpY4fxRTyTSd9RcYpbp8Ij4nA3z1K9gsGr5uLA2v
fCGLJFVhfiVNz6XtdH6uggBhKaSaQ1WEY86yOw/5ZNzkA0FKlxQbC94apFxqch7Pcx7tjglu7SbL
lbAUnFXHURQbmNWVReBUqc6r3dPc1NhE3DoGYXHQp9ihYwWIgPeoKkebnqrztJeU9tJaUzff4VD1
ojorcXUfu888z/icOyA8NXT11ie1/Ju7knAo9Uv5xxhDXD6twM0rL16F1/KAP25U+JNmG89nIWnr
uY3G8zNhg38W17it3dNZDgkCu6a+XnVRhULDZOxqG6VqV9ix7myLMeb39fGefZOT5Kq0lyEO3gPE
B0ByLzIV1OI5fu/M9K2zMsBdr1wdjcHnJtR8KlslR9Z7xeV+ReLMecNDScyXG218LWnjuLd4oCRw
tU356Eid6McJjSMtze8N9LkCI2GNqbDJ6imZqyPNMvZMTREESn+XUo7fdcJ+RYihbvD7MbVJkXUy
QHWv3J5jfhXkvLKHBcGIMOoDvt2I+Xe1dv4+i6mq4HIYPQb7vuXIvy7c9PogXVn8BgLexfuOR9WV
4k5nea4g9FSScKxWoxzCtiGlHJ/juXcJvGrNO7uPUaZX+n5VBvi5r9/QjcjPgFy63gElIrjMU51q
kDSyItUZ4XUX8NV6G19LKuxJA14/CbUmdE1YrtnVx8ee2MDg8TKhM621fut5aZEKNR02WLfyLsKJ
ep1qktLTrmzqU0pn3c/8XQAFPKhK4klOHKueOf/DWZTAmmlUQuKPrfe9IkLSTDnxvQnqJ5p0Xd3O
4Ae7CePikNCGCt9tlngpD5iMM0yH52i9yr97+nlSr7hOR8/NEQMfqNDsdxR5DOd+pwkEo0Ji3JlZ
F2d/GEQ4ODeHU6WvEwa717/v0DsSCmJw5a56bfPWlXtxNQaQIIyvJNMr1ydPwVghmclonkpJ6xmN
ownZdY6oFJ7WExSO2wD/YctQjyPflVAeT+hrL1ba7n3co0cMV93Rw8ilDZomPytBVZW58QZTEzlz
WYMUR7yebDdVjs7MoEYZ6Fb6ut4jFoAB71VpuJzHVr5ltV7S0OllOZK0nPnrQtwW0n5ZGY4I5W0x
UWnl+JGJhfL1AeWrDDflCXdETfpzx+9/I+CBZxqcTGO2/3wXezZOrloFEUjqOad+OElzLOXpniN8
Yvt2tsTda65vM8uYbDRQ9WzohvbSe4D4rSYYQWkEnqFkxS5cdZjkzvQVy77WB++UqC1k+GO9ZE1H
EBvCxaN/MVqXGoHhR2GZEzbi050NfvEnEg6eFA4emaPn5Yh40NIM3IpSQETIkpx8zuNSz/H6DCfn
ptlo27HWnturJkIty5hqJphAaSt5Ojp5F3p8VkdicrOaTrsqgRXdL1q479eDeULbyBKWAsQUvvs1
PMjrzvIfa2188JKQT/5sk7/6q5zX9k2z6eY26GVFoqhCXAno+VAHjeeaTJ5w/NHEK1S353xkyxZK
8dKmjzUaxWezyal6nbpzSJ5zrNEgDC1js4LxzffEDACAYByVgFPJii1afYSrf16RORFZuyxdBl+s
n17j3YWTqYnwSBKz6XLLTb+U8uPnPbVqjvSsUk1Vwjik59J2StMxcwdSHpo5wUwjoWzgpi2XMJ07
Ds7N8frsDN84dJiZNGUqSUicW4jKehSkwg9fEL72Q8Pnfqpxvs1+R0FVw9CVuolXzuNYNblj//tG
Z3Zs3PBZVS45c43sm485NdR6LJXNlrwiyCrnjAIgxV4BPyEJHx9IqdeFV8cSDs7MMdZI+fLePfzZ
3n386NQpxptNqllGvmhK0tPFYA0cG7fcfm1Ke/ndPw94r5mKPxxYef7ev0pry79fXQLcgzff4mve
605UNryptVwFDQx0glkDHXZGGZ+7KmPwKmXjgOc/ftvy8ok6rx48cDpPwyhXbHLFsq8rMrraPLkr
TiMRA5FVrIXcQW/HW7ev75sJK9LhhevpZkBhXJYZ1WdV8so2+K8p6e2Z978sYo0x4F0RnHnLlKQ1
vCdAuSZwdEqxePSyYUM9bcO2VnD87C0J116aMdzn2bExp62kRGeJ9Wc5hG/tsdpvHoTQqBlu+tJg
6Z7qHu5ZygBndQXf/+nnx7aT/d/bjX8pqaXMjNZJ69nCAU5vSn1X2JTh7A/ABuO5PMipiDIxK/xf
f93OyHRBwd/6TJ1/fXeVn/tIwi07M3o6zk58eA8RH0AwHu2TQK7h55cvDFtDOPiX7N7X9swNPfDo
I/662mgu5c0lhm/tIYiDC7vlGYUv3zlHUs3wuVJqDwlKQeHSXNEGBKPKtiDnWpvSTOHf/9c2ntsf
UoqUf/VzNX7xo+dIIX7PQ8RgutXr+zlJpyp1WZQ2fE4GuKVK9vKhZHLuUKZpitjYtuz7CztMRAT1
yuzxOuMPT+NzpedDHQxe1bN4o4ul0EJpMwIO4aHnI777TAwIv/LR+kXin0ZZxWwh7yojM0sc5eem
4in81Rvl9Y9us9NTdXrff5mQdTn2W0/NyVlD7euFGKE5klIdayBWKB2N8Vf6YtXuKsi88EIa8oeN
Nl58sljB2VXx/OOPXST+afhAMO3jJR/0L/Nyn5sBhtDr+zj2f/5sed9YlVt6K4Jta/JY7nmgGXPM
BwU7nYMRlmzLvgJUlTC0lDfHdG9vJ697Ona21qCco+xZNTx4IGZ8f/H3T74/YUP3e0OLv1DwgsbA
/fcvdXGdmwH+EO/+TTrT31aq9bXNJ697Ph02uczmPJCUeCoNqZ9FnxRprSYwgstXp2buPB2DZco/
HaEoYbnwJJ7TElBovg4gGKNcs+0NH3b+HoPJBa362OR33bXepNCH8O2PuNnEu4bB+PmdGQOBq23O
pnKN68OI76Ul9qf2jHWpIkKeOuoThUiu9JcIQrtyAqhXjDFEbYuYaQ1TjG9CNtJqkIWuiq5x+co/
ACh4dM7k+d6uZOaMZUNrORVJ6WlUDWa/Q6aXJ9h1i3JbkPAvy3P8fLnBFpsX6dTSUuxQahNNRh+e
5vi3xhl9Zoo8cxd+t+yWxE8zmKpepP5pqIowprgfHZthTmSdDCCCci1zmc9+aMQfQHV+4foCrMCw
8fxyqcEXK3XuiFK6jF9YTJk3HI3JhOZcQjKaYczq2b3nAwkg6F/4i5OTF+a0r3c3ii0tvWodzV9J
O6svb7576bIwWJsEQIS8Mj3+vDr/qFcdB6/ImVEeC1wbZHyuXOPz5To7Whm6pZ6Q9s0l2jdU6Ly2
7YIdx7ZQvwDKO4X5XLBDI/a9FM09f6jJReWwz7Nvj9fS48vdwHCWYNBy3PNREnrMnCmVN4nKJvDx
avZZSWCbdVwdZOQIs5USdkuJrp0V2gfXvLnYuhD2CfkUZKeERip8+qbkPZPYeb5QYUTIvhk3J/+i
+xOM3buCRrVmBrj3O7j/7WPpeDZcmTPeDHivQ2KI5pdiLr9fgA5RbgwzesWRRSHVMMKtM8VsPVAH
zd1CtSn0dHmu/4dqDaj3zsu0mPyBKEv+M/3JXvkqK24etGYGALj3b8n+91+tHc+kMok3mxQ2iBCB
SKJCU4QZNcXmEK3VQEIhDXbYjHbxTHrD7Lm2VD9PmBI094Kvw67DEVdtydnc/w/PH6AwKZI9qEn6
x8Frs0/Kzy9sG34GzosM+l9oSwY2/KQL+eeTJrxtdx50vORjmVBBPHQaGDaOq4KMa4Jsgcsy4KAL
+Nu0xFNJRBNpGRUXjhuSwzD+J4AX2rs899w9x4evzM4ZAHp3o7XW3UvmRUcD6x+wPvkz9kw/Kb9O
/WxPrksCzOPer5P9yhW1g49s7W3/ftp27WNZuXtPHphTznLSBRzxlr15wGt5yIQ3DFtHBSUQ6DOe
D4YpfdYz4S1TemEVwqAbwg3Q3ANp3fDgSzHVhuGmyzPsebX2nYz5M+1UVWlidbc692d5PfnL8Kdn
npKbztT6l+O8u+Tw/3Tt1pfS+LeOu/AjNS9mfp/LeTgR5rxhnwvY7wJKRukLlIhiK+Tt1nFdmFI2
cMLZQhosXrQrgjHC/DGu67EawwGItoGbgWxCeOVwQIoQiLKx7z00JSigJvfoBIF/zASN/5SNTP1V
W5YclGtWnvOX47wY4M5vXx5rFvwr1HyBc5iSijCullc1YtwJkff0iCcwQocoVwUZO4KcTIUJNeQK
YgxGhKSakdSKlUVhKUDXnF8IQReUrgRtgqvCrt0h33uuhPdw8FRA7qEUvRtXAPkiG8epgpnN1b0i
Kt/VuPFf4sHZ78S3MTt/LOxacF6T72e/ffVVaWr+QpDr1vQSAZd55o5W6TxU4+NbDL90fcDwos5v
qPBIGvPnzTJzaqnPNTn17QmSmZzKlhKbf6rYQcSfJZawEjSH7CRMfwOyMZhvchwq112a8Uu3Fcdo
9bR7OivKpj73ztYXvFdUZnKvBwLjntEof1BLk8/EBzgqd6+u7K2G8wrq51lwJfiBtS/BEprVjLFH
5zgynXBiLObYpnZ+cVDpEcesGqa84aU8QBWMhbxa7CCSp47akQZ56gii9QssCSC+BO785ylb9ua8
tj/g8d0RSQZP7w15em9B7TCA7jbPR6/OGOpx9HYUDs9KrGzo9txw2dthUrZEXnFahXPItA04rKl7
UdLGw6GZfZxHOCT3cN6VO79Do8Q7UTasVdCIgA2LHbA09zS9sJuI47WATdZR9cKcCjVfzCahMYSV
kLA9gCp0XFbGRua8cw+GjONT/Qk3D6VUbxYOj1pGpw27jwQ88HzM5KyhmcHknOHrj5cWtxQoAky/
/5uz3LRjxfWVbyo80hQvR9X6/eJ1twbNH0d9jZd4OTnJ3dRX8u6tB+ueAlSRO797/a0m0x8tjwms
+hIRnPdUR+okYxmVTSXaekur328KBbBZS0mqGeXOqEhBW4cOMI+SKHfGTX6p3DhjjVuawakpw1zD
MDknqApfe7DM3uOWJCsUz8DChm7Pv/+NGbYMvNkKpCpevTekeJ02wjH1ekBDHo8r5jFGTh5hkGlu
JF8e1DlfnJcOcNf3rru0luizqPSsqxpCIc7k3DH++WhhEBTHxjjnl+yithZYUW4IMj5fqbPFrEkp
ZmpOGJ0pdg7PnVCKlJ52zyWD50n8xXWV+ZOHFn2n6sFkYnzivcyK+OO5cigM3GuBumdmphu7u042
R/h1mm90tK+E8/PAKHLnN677C+AXpLUj7LrfeL7iPPCMesG39ipq7f604r2XBzm/Wq5zXZCtLer1
ZmCxlBRVVXUIiRcaRmigfgpvDkqQH7NOjqg0X7bN9NU9zeb4zoSEu8nfDMLP4/wyOwWVb+gfggwA
d6yLqG9AcH0wSrM7w4Z/1oXRj5NYJs6ya/Wg9dxVbnCdvUDEX6nesmi9+3I4Uaw4rz7F0hBPoqKp
qMwoetKWOORMPmrT/FA6W3+uPpceGIAGd6NvJsGX47xTe9sG2p+uT9b/AOcHFK4BkcXn8F1odBg3
+SGbPH5DkHFtmAxeGuQbHm6W+15xts0vyv8xomy1jruiBreY9PS0cSEwP5rn96FzKJhcxSVeJDXQ
wFNX8ZmIZOLcrBhGpOyPSlsyoqPMGetGbdMfpibH5qRW7z1KHp4kbX8DmvwbwRvqmi8+c2N4dLT5
QU3kf5kbqd1eP5qW27eUpW1DuTje7QLVUFUnI/y//b2B1/+mv+YGSibqz0rSdVI6Nv1gqvO2Z/Lg
jkSlrctosj10jU+X6jNXSZZEKsXhYOpDsRKgxqp6S5E5YBERPCKLTj8Sxevp48Y9GC/gioXvJhc0
b+05p6hxQFXRcbGMedURSeWEcdVpQ7NuMZPgRzmZHn/2Wmo3HsBzd8FGa8h0fEtwQah03e8MfKx2
MP+DrJpdW+4vsfHTfVS6Shck60eECTXyf9gTY1/+5hdPNO69F/t7V2EermFub0P2xP3Bd/7/9s6Y
p6koiuP/c99977WUFqStAVkMViVgNIZVkoaF2KAxMWV0MNFFnfwEfAONuwOjDsaYiAYTJmVQBhMl
QhochABpKZXX9pW+d+9xaCVNSFVirUt/8xn+uffk5px7Ts7pCZ37um9NRJXyR6m6MSWy2whBwjQM
aJuoYkTYk72wDNsQ2vY9sqHIIskSUhvg+vRJ0iwUaRPwfbAHkK/B+wy4SomKMLVD0aqDfFmjKhVr
5QUMcktlUQqx2gOZDnYddz0AnVkGJ6egsAZN03/2Lfs/aIkD9I9bI4YpZ1jxZFcsUBlIxYxwPHgM
9SVYvxVRXwZ5OM1jhw3cTwy7s49OZ5oWNvjno/wEhGUQBkAYazB4B4H+eigwVLPJBmoBDACs2LGD
czi7n6uJqNSVj4CxBkYJDAeMe9BYArAEYLPBJg3dqtSsnbTEAfouIxJS4QlW+gyZ4kvixqDZFbZu
ac1JAtm/OhYigu+pg08vaUsw2CNgVQt+CMOdnUs1v/wOf0frIrbbMPs+IpgvooLPqKbnh3qKpe47
BL4J0KmmAoiQXS2g8L4IMyJxfLy33B0NfiDox54oP5tLZfZaprHDIf55//SVFxcuKea70JgEEEZD
BVJIguf6WJ/P4XumBBLg3uHQ8+GrJx6kBxOL06NPj1zc6HA02tJAn355Me4q/xpruq6ZTwKIE1NQ
WFT0Kmpn8+1OufCpGAaQY0/PfFsovW6Hrg5tHIWUXIAMuuf7yecxEMVJwZImuRC0vbWS97beFEzf
592NV85iuzR1AH4AoiAFl+tKOGYAAAAASUVORK5CYII=
"
preserveAspectRatio="none"
height="128"
width="128" />
<g
id="g941"
transform="rotate(-8.7417707,124.5111,-778.50279)">
<path
inkscape:connector-curvature="0"
id="rect873"
d="m -81.242391,45.987619 c -2.245106,-0.05187 -3.986745,1.229882 -5.349609,3.519531 -2.221081,3.73148 -0.931465,7.001067 3.33789,9.63086 l 11.457032,7.058594 c 1.903281,1.172364 2.258523,3.542194 1.615234,4.613281 L -87.008016,60.618478 c -4.142932,-2.509244 -10.356174,-4.444994 -14.818354,0.896485 -4.58557,5.489173 -2.01284,11.688435 2.058586,14.230469 l 25.017581,15.619141 c -0.886137,1.028489 -3.476239,1.911807 -5.25586,0.759766 l -6.144531,-3.978516 c -2.49559,-1.615526 -7.408136,-2.395731 -9.90625,1.15625 -2.99287,4.255453 -1.031229,7.828352 1.765625,9.65625 l 10.328125,6.749997 c 2.959811,1.9344 7.443482,2.2085 9.410156,0.0684 l 8.345703,-9.080075 5.867188,3.664065 c 2.699205,1.68527 14.158756,-15.01586 11.501953,-16.625002 l -12.533203,-7.591797 2.236328,-5.533203 c 2.192405,-5.422605 0.791386,-11.812314 -4.841797,-15.263673 l -12.654297,-7.753906 c -1.735518,-1.063324 -3.264264,-1.574348 -4.611328,-1.60547 z"
style="opacity:1;fill:#4ab02e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill" />
<circle
r="1.53125"
cy="76.969048"
cx="-72.494347"
id="path882"
style="opacity:1;fill:#1f470e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill" />
<circle
style="opacity:1;fill:#1f470e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="circle884"
cx="-83.525597"
cy="82.031548"
r="1.53125" />
<circle
r="1.53125"
cy="66.125298"
cx="-87.213097"
id="circle886"
style="opacity:1;fill:#1f470e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill" />
<circle
style="opacity:1;fill:#1f470e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="circle888"
cx="-93.994347"
cy="58.219048"
r="1.53125" />
<circle
r="1.53125"
cy="76.062798"
cx="-99.244347"
id="circle890"
style="opacity:1;fill:#1f470e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill" />
<circle
r="1.53125"
cy="92.250298"
cx="-82.213097"
id="circle892"
style="opacity:1;fill:#1f470e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill" />
<circle
style="opacity:1;fill:#1f470e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="circle894"
cx="-70.400597"
cy="92.125298"
r="1.53125" />
<circle
r="1.53125"
cy="104.3128"
cx="-75.806847"
id="circle896"
style="opacity:1;fill:#1f470e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill" />
<circle
style="opacity:1;fill:#1f470e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="circle898"
cx="-91.150597"
cy="100.65655"
r="1.53125" />
<circle
style="opacity:1;fill:#1f470e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="circle900"
cx="-78.275597"
cy="58.000298"
r="1.53125" />
<circle
r="1.53125"
cy="47.281548"
cx="-77.400597"
id="circle902"
style="opacity:1;fill:#1f470e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill" />
<circle
style="opacity:1;fill:#1f470e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="circle904"
cx="-67.744347"
cy="56.937798"
r="1.53125" />
<circle
r="1.53125"
cy="68.125298"
cx="-59.056847"
id="circle906"
style="opacity:1;fill:#1f470e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<path
sodipodi:nodetypes="cssc"
inkscape:connector-curvature="0"
id="path858-8"
d="m 105.06032,98.362775 c 0,0 -3.86168,2.120375 -18.425313,1.931865 -23.250541,-0.30096 -19.03823,18.58947 0.838475,18.58947 9.729016,0 16.840458,-0.64513 16.840458,-0.64513"
style="fill:#ff8702;fill-opacity:1;stroke:#313131;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 44 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 86 KiB

View file

@ -0,0 +1,475 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxcat.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxcat.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter893"
x="-0.28671066"
width="1.5734213"
y="-0.31458117"
height="1.6291623">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="14.394988"
id="feGaussianBlur895" />
</filter>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath904">
<path
sodipodi:nodetypes="ssssssscccccccs"
inkscape:connector-curvature="0"
id="path906"
d="m 126.19432,69.473158 c 0,13.12284 -2.81096,14.40677 -2.81096,21.7279 0,7.41698 3.23327,9.753302 1.85232,14.907102 -1.72226,6.42754 -11.51181,15.10514 -31.847749,18.97643 -19.27557,3.66943 -44.086348,3.66288 -56.796618,1.16284 C 23.801593,123.73177 3.4265829,116.41648 1.1022229,105.85711 -2.2037171,90.838508 2.1408209,68.990604 11.271853,53.155928 19.908649,38.178335 30.267422,28.351497 44.081413,28.815888 L 30.311552,25.486892 c 10.007408,-2.486949 14.432585,-3.465851 23.293821,0.753186 -5.124314,-3.936115 -7.980575,-11.805676 -10.31743,-15.21595 13.19337,1.00504 24.28333,6.8127 29.08802,9.93139 l -1.800228,-7.487786 c 6.191096,1.891888 8.916886,6.135396 16.011016,7.344566 18.490879,3.3864 39.607569,19.94386 39.607569,48.66086 z"
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.6"
inkscape:cx="24.827202"
inkscape:cy="52.083523"
inkscape:document-units="px"
inkscape:current-layer="layer4"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 10.964903,0.26502856 C 17.193083,-2.2848614 33.277463,20.305938 50.782233,26.000478 l -33.59207,20.31895 C 10.785093,36.448318 5.3205629,2.5758986 10.964903,0.26502856 Z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 126.19432,69.473158 c 0,13.12284 -2.81096,14.40677 -2.81096,21.7279 0,7.41698 3.23327,9.753302 1.85232,14.907102 -1.72226,6.42754 -11.51181,15.10514 -31.847749,18.97643 -19.27557,3.66943 -44.086348,3.66288 -56.796618,1.16284 C 23.801593,123.73177 3.4265829,116.41648 1.1022229,105.85711 -2.2037171,90.838508 2.1408209,68.990604 11.271853,53.155928 19.908649,38.178335 30.267422,28.351497 44.081413,28.815888 L 30.311552,25.486892 c 10.007408,-2.486949 14.432585,-3.465851 23.293821,0.753186 -5.124314,-3.936115 -7.980575,-11.805676 -10.31743,-15.21595 13.19337,1.00504 24.28333,6.8127 29.08802,9.93139 l -1.800228,-7.487786 c 6.191096,1.891888 8.916886,6.135396 16.011016,7.344566 18.490879,3.3864 39.607569,19.94386 39.607569,48.66086 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs" />
<path
sodipodi:nodetypes="sssss"
inkscape:connector-curvature="0"
id="path883"
d="M 120.40227,71.744922 C 118.58536,101.94324 89.698883,125.04442 54.765428,122.89607 19.831976,120.74768 -2.7955009,93.517968 0.27871875,63.421651 3.3633572,33.223338 28.04145,11.208799 62.974904,13.357171 97.908363,15.505545 122.21913,41.546607 120.40227,71.744922 Z"
style="opacity:1;fill:#ad5900;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:6.00000286;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill;filter:url(#filter893)"
clip-path="url(#clipPath904)" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path873"
d="M 125.28524,0.37813902 C 120.30487,-2.2481557 89.751956,8.942913 77.342566,29.676181 c 5.52801,7.799032 19.477069,-0.125642 25.070654,-0.504988 -1.52875,2.360045 -4.123583,8.49045 -4.175687,11.580478 2.272247,0.877121 9.521617,0.624336 12.394667,-2.319618 1.53257,5.472273 -1.18069,17.461091 6.63047,18.834709 10.59069,-18.354905 13.53429,-53.9821224 8.02257,-56.88862298 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74360824;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 148.35911,4.3356447 c -1.78771,-0.8484478 -11.00575,2.906299 -16.19325,7.6720183 -10.53309,9.676667 -1.07136,22.664674 -28.29413,20.811212 6.00859,14.75387 19.11803,20.290527 34.81182,24.002583 -2.67038,-18.583744 9.24321,-19.504661 10.95019,-39.43404 0.64348,-7.5127806 0.14869,-12.3762659 -1.27463,-13.0517733 z"
id="path958"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss"
clip-path="url(#clipPath848)"
transform="matrix(1.0194668,0,0,1.0216422,-28.904012,0.13415088)" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Mask">
<path
style="opacity:1;fill:#fcc21b;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:6.00000286;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="M 111.11034,71.185524 C 109.57409,96.719091 85.149719,116.25182 55.612454,114.43533 26.075193,112.6188 6.9429949,89.595275 9.5423381,64.147953 12.150491,38.614391 33.016544,20.00045 62.553808,21.816962 92.091076,23.633476 112.64654,45.65196 111.11034,71.185524 Z"
id="path852"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssss" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 105.14187,66.396329 c 14.51762,-4.738745 18.07116,-14.119344 15.94362,-20.505826"
id="path858"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#313131;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 14.55543,57.37423 C 12.53732,54.937949 12.037531,51.021848 13.19448,46.942032"
id="path909"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<ellipse
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81259012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="path885"
cx="105.1972"
cy="75.002304"
rx="7.4431386"
ry="8.4399319"
transform="matrix(0.98788676,-0.15517654,0.02204363,0.99975701,0,0)" />
<ellipse
transform="matrix(0.99926374,0.03836633,-0.17815691,0.98400209,0,0)"
ry="8.7755518"
rx="7.4487839"
cy="52.213554"
cx="73.831024"
id="ellipse887"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81394577;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.39999962;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 67.313257,71.318389 c 0.723024,3.491295 2.71054,7.945428 4.632235,10.893216 3.717977,-1.980373 6.085599,-5.76657 8.953989,-8.433698 1.346563,1.771829 4.345013,7.987994 7.314607,10.992082 3.890455,-2.233342 8.712138,-7.239706 9.957992,-8.406567"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<image
y="-18.173811"
x="-247.26666"
id="image849"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAABHNCSVQICAgIfAhkiAAAIABJREFU
eJztnXmUZVV97z+/vc+5Q92q6nmmoaFlakaZwtQ0owgoOIFDImh4z6gxxIh5yVsxi2ZpfImRrGji
gM+nMSvR2K2AiDJJoGmQAI1ElHlsmh6h6e7qqjuds/fv/bHPrarurunWDNZ3rVv33rrn7LPP+f32
b957wxR+pyGj2Vi6ZuG3FVmoyk9zZ278xmi2PYWxwYgZIFmz8P8gvFuQA1G1wGsgCdCq+K/FKzZ/
buTdnMJYYUQMkKxZ9JCIHoGS79VkChplXzao8FR8xqYLRnKdKYwdhs0Ayb0LH89Gfa7vlsUDr6Jq
VHiu05XfOeOsnTuHe70pjA3McE5K1iy8SWAJqnG/B6kalBJIKnB0q235r2TNwlOH3dMpjAmiwQ/p
A4LuKfb7g7Zm13CCHITobcmahV+MV2z622Fdd5Sh4U5AsneA1ftKxdXApZeiCKDZkQJC91mTFqtW
YQHOmDavMCsf/VEl5Xvt527c3vi9aRWQrlnwDcT8YWbwDRVVoNDr+/eiFZuubPbaw4EqgiCsQngi
u99lKJfiRUZGQFWE1Zjudq9BCUyhI217pGgQ/l3zF/1Pg56kyjEIeWADSiVesek9MAwGSNYs+rmg
bxtpB73w8dwZm7490nb2xh5EWYbKZbgBjrU8clAru3a17lYptRlTRE2+Ij4WrwZARZwaW/d1X3Ut
+fK02vYuXu/q4lK6BiJyJl0M14Z+jAbDDQWrVmHfNX/Bnxg114C27XOAiEO1jkg9OmPjrOEwwF2C
rhiV3orsis7YOGukzWh40IZr8CL4vX6Ldt07b3HBsDSvcnAq8hYwS/C6UGC2wnSghJCPrBhMkO3d
Q0MBD+oU5zUFqgKdXtglynYR3azB23nJ41/Ip7xIlN8oy1/e0Uw/R4r03oU/QDkXKLKntO0PGq3Y
FDfFAMl/zl+BtV8S9Phh9bKvXiC3xSs2vqPp87KHKStJ9/j/be0zaW05JkVOFpWTUI4EWWwLkifO
iOsBp+Cyz17xCqqgqtrLIghqX5EAMEL4YwkmtJUeUzpVfEVR1ddUWK8qT8bWP1p1+kghKv9GTu14
fY++riRiJV4YGTOkaxa+BlKCAYzyPqDIC00xQHrvon9FORt0fnNdHKQjIVZw5KDHBTPMwJ7iVNfM
Oyo15jyQ8wROsHkzm5wEAieKJorz6mk86GAXNIy/8AwEBBnweSiqvYR40PWBbxoQEbHWArHQzXA1
xdX9awi/UuGuiOQOOe3V/+51X4bVyEDqqi8kaxY+LCJHN2mP9YJsbk4CrFnwBUE+ThCbowuR9dEZ
G5f29ZOCYeWeo71zzbyjSnH0Lqd6sXqOj9qs4ICqJ00zYiuCCUQO43d8oKoNYzAwnGAiK4a8QCT4
To8X/VWE3rC7Xv9x+1nbn+o5FyvSPyPcfTfR6XbRI6K6jJEE8lRBxDfVQHnNwsU55Nlekb7RhfB6
dMamuY2vCiYQLzyQF2+cPn3J3MK7UuzlonqGbbWWuuKqiqqmhAdixpPYQ0XGFB5QEYlsQSAnuC5f
R/R269y3WL71Zw3XUldhe0uEbXfPaZ1h40dE6XOQNNGRns8iw3EDF6aDHzUCiNTt8o0lwDQIv/Ou
uUtLxfhKUT5si2Y/vOLK3UQ34T4mH9EHgmqQUsZIZFoMqJLW/Drv9Cu5f9r8A1mNU8UgUF0z74AY
++woXHTP70LX5GKAzOJCpBadsamkd8463LXkPi3Ih0zJtlJW0rp3mf42g+nsNwIUVTweQaKiMUSC
r7pH0pQvGJUjRfTPUS2NWuJ2TwmwYfIwQCA8AKIKkaBIKlbymkz6gNuoQFU9ikYFY3HgvXfa8A9C
FHI0LtL90Rs+O/EMIIAPxBcFtUHpG7HWuVF1ld8wyNSDRpG1Xp1TJbitEmLww9DcvRsP7yLbohWb
Fg4rGTRqUA1cLYKKQgTWRNYg1v2uUh8QESMiNk2cQ8VaY61EgmqD+CMXBar6OgwzGzjyq2d/RBBV
xEBkrTVibJo0SC8Ty5yTAGLEeq+aJs4ZsdZEgsmyV4iOzCwQumC42cCRQAlspxlHRwYjxqZpg+wy
zKDGmxMiIgg2TZyzsbESCeJSpyq9jebmG1bqMN4M0OisV8QK1lgLkCbOTRF+YIgR61KvgI+iyHrv
nLpG3kJDTLIJxGduXg7jygDaE3iIgpE3NeqbQxbgsmniXBRb63EOF8zC4ZoG46Rng95SVdQSiJ84
lxk7v/O6vlmICQaiMdZqJIhkxvTkZICM+ICJBCvGJlMif8RoMIEVa7WRxjI0bRiOHQMoQTdlFmsU
GauKcU4xU8QfFXQzgbVWUTRLbTfDBGPDAAKYYJiIgLWRdc479I0fup1s6GGCyDbsrH1i/gNg9BlA
yQI8mdi31qbOhcTGFMYEwUNwLoojGxLQg1iEWQwAxoIBMrGvHqLI2jR1DsROxhTtmwkKxqlz5MSE
zPMAkkDltsbHUWaAhrXviXLWutQ5ROwU5cceIiLqEINICBsDJkRa94Y6d333ec1cpOMXi2a1xLq1
zw6ohlpor0S5yKbOOXRyFme8maFeXRQ33GwQUbR3kEiV6MzN3fGfpiRAMdY/7+eyGfEljHzfHPEV
8B6cCy+vb4AZF5MUPfaAtaHIdWCjsMlIoFy4D2my8K6qIjF41KsfWg2eZpW4xoDJKd3OoYJPBO+C
UTslQ5qDgni8igHxghrt/mFvNGcDiO45HUy1W8+IDUEel4R05qCd9IHwcUmxJcVYqCVCtR6obVuU
uFUxJhw7haFDRIxP1FtrrVef5Qn6lgJNSQBR7oSsKFG129tQCYmdEJ4cOMjTOM0Wwojfsdvw0iuW
ZzdGbN1hcQ5mt3sO3i/l4CUpM9s8JIJPphLETcFgnHfexCH5ptCnd9hsMujCbGqRDeajIN5jcrEd
SkavoYpsIeQiH/ltjpvWFrn/8Ryvdgj1NHQwssL0VuWMI6v8wdvKHHtwigVcIlNMMEQIIt6pj+PM
JstSx3VXP2DP45pAumZRBcHgvQ16H2xsrPfeoYOEdzN9H7Uq5S5h1d1Fvn5zC5tft+RjyOUUm+kq
VaGWCF0V4cgD6/z1h7tYfmwNVwnxhSmboBmoFyPgvaoHu21zvne5ebMSQLLK+/DBaMjxeQY1+RSI
ikq5Cl+/qYXv3N5CuSbMnNYzE8tI41gltkpLXnjsxRxf/THMnuY4fGmK2z15qT9QBHaimDYkYI1N
vbq++tC0QNWsjs87zfS++sGMPlWwEWDhR3cF4lfqhpltYdQ3+uWV7jl6AJFVZrU5Hngq5pb7C7iq
YPPaTKh7fNBIxQqIBRspURxexoKaXseMNwTjvFNjQUSQy9gjLN8cA2RFid5DlDPWuaHpfQWk5Pmv
x2L+7a4CO7sMs9o8SPD/+3ouCjgPLfngBfzXEzmeeNlCYfIxQMh5BAmnLUotggpQESEtKFGLYmMG
jM6OFQQRVbwRa71XXrybAtf20H3IKkAVcffh1Pm8sYLP5tEOJtpEwohIyoYb7y/y7KaYma2BiG4I
mUuvUMgrr7xueOqVmKMOT7pVxUSjW1K1KIiyYVPEg0/FvLAporNsiCNlwWzHcW9JOfbgOrYFfAW8
G19jNlTcBxG05FUiWUk1o11Tc/wMXnagOt9aO3SrX0Dy8PiTMeueiQNBc0rqh2aBeoVcBJ0Vw/Yd
BlxwB5tMe486GvcWtSk7dxhuvLfAHY/keH5jxO6qwWkQr/lYmT/DcdaxNT50TpX990uhS3AuxEHG
B2Jc6l0UR7Y+e/6FsGUV12KBdEgMkOkMj9HbxcoV3juHGVx9CHQrmYefjtmyw1LIadOq0EhQB9Ua
YbWh0ZolM0yoDyLflJQXN0R86yct/PTBPDu7DDmrxDFEmbjvqgmPr495fnPEc6/E/K8PdHLIQSmU
pZtJxgUCoCrGXg+sYll4gkO7/uogLlzKPCvWejeEufSZ7rdWSavCS5st1Trko7AYQzNohIvjmKwC
duJGv2qQQKaobH3V8o+rSnz/7gLlmmH+DM/saUprQSnmlJa8MqNVWTjLExm4+cE8X7u5xMYtFlPy
yPhGOI2iYtC2LTe0zs2MwSGEbLNpypX/nHdOrtVc5NIm6/kEKhV4bVcwHpsVewIkDlryysx2D1Ew
HCcMHkxB6SgL3/lZCzf+Mk8+D7PaPN5DPQ3SymU2TpKG/rcWlWmtys0P5LlxbYF63WDz42cUioi4
RJ2NrZ01q201ANdiByfHpY35G+aLMAzJK0LqDInvXoij2dOpJcKsNs+iuS54DhMk/lXB5ACBdU/k
+NG9BfIRtBaCTdNfv1QhVWgrKokX7v7vHE+/FCEFP75eQaYGUDmi8a/B/Hcrgq/fM/eSqD06Ke3y
TqTJgk6FOIJCFDrQ7OD1CqmDw/dPWbbYQdJkA6MI1TD6t+2w3HxfgW07hUK+57eBIAr4wCxPbYj5
1TMxeLDjWR7bWBgHiXQVOVlJOrAECFleYyT6a5zXpoZvlsZVr7QUPbOnOyITiDlUWAO7K8KMVs8p
yxJmz3Jo1Yyj9dyDhq8P8NIrlnXPxhTzYMzQ4hIZ/clHSmdFeHFjRNJlMLnxi2sIYpzzamJtZ8a8
Q2EACaCKFfC1e+ZdGLXZ41xZfTOjvzFtzaWCKXiOWJJSyiu1RIaieLAm6NKuiuGsY+qseGsNFNKx
XZ+kX6gHGyuuJjz5UszWnYZcHDyUZggYmWDDbN0pbO80YMfXoVHFm5KVquVEGEgFSMNNMH+B+mEx
aSZvwAunLEtYuiClUguFHv0Fc0SCoeg8bN9lOHy/hA+eU2H+PIfrkgkZ/d2IYVdVeHGroZ6CkWE8
lWwRoHLN0FXNZvlOAKyxJ0A/DKCrwugv3zX31KjFnu7Kqk3rfujOP/uysN/ihPcsrzKn3fFah6Ex
na1R8SPSsFGgngrbOwz7zUm5+tJOTj66hlZHbvyNOBwvsLsW+qaMNMHTSIJNgEObKiIcCYOEgiMT
XSU5Qat4kWHGLDKrPaob3rOiyvYOyz/f1MK2nYa2ohLZnjoF76FchcQJRyxJufp9nbztxBqkQlof
+egf8aOWoIJq9ZG1pEAxF2IFExDQMpkhfaCuonUfBlAwchlOb5+52EVc7DudIozIVhUBV4diQfnI
xV3Mm+lYtabI4+sjOqt0P4R8DAcucLzt+DqXLC9z6JIUTQU3wgc+mjAmWO4yQJnVQHCZ5T93umdW
m8J42zQC6hSBObunzdpvXwmwEsNKfJrPfzhqs8V0l0tFZFSmkbuK0F5Q3reiynGHJjz+XMyLWyy7
K0Ipryye7Th0ScpB+6e0FRWtB+JPiiogBRyU8srMVg80GdKWoG+r9dDGAQscuVYfvJpx5G9BxDnV
KDb5NrWL9yXsNTiFKEEup9ZEuHgIUAITmJxy8P4JB++XUqkLtRRyFlpihRhIFVc23WHXSQEBUpjR
ohy4ICWyWcn1ENmgYe901YQjFjuOOigBG8rgJ0C+eWJsksieDKCrwjKlevf80+MWc2ha8YMWezQD
ydyCtC5IXTAxFCKlGGc2QCqZsSeTrhzcmFCqHrcohx2QMqvds6PTUCowpMUZREKY2HvhpMPqHHFg
CnUZ9govI4aAeLPnKmHXZhsfJCK/T9xrrdtRhjHhpn0KaUVIykJaDpW/SM/vkw0uC2IdemDK6cvq
VGrg/OBxDWMCf2zfbTjqgISLTq5RavdBGk7gfaowp1sCZAUCqa6i1QnvoBqqt8fs6r3cwL7QyPdP
JkYQAa0Ic6d73rOiyv1P5ti2wzItm7/gs4JVpce9l6zqaXdZmFZULj+/zFsPq6OVcI8TWtwiTO/N
uwagNnv+Cluy813du4mc1zeJ6N4NEXApqBdOPKLOJ99ZpphTtneYUOCRqYKsYh6RkA18rcOQi5Wr
LunikuVVIgtpbWJC2t0I/Sz12ADXZvUbVt6Nbczw3xfOCX3bhYq1+2qMWiL8009bOOmQlDOOrA25
fw2xOlGZv34h4KqQL8Cl51YQUf7frS08sykitpCLNRSwKNQz93XZ4pQ/vLDMO06rUsxDWp4sqxxL
rhF8EwG9+7sUTjto4dNxzuyfJt73dsC6qpZCth/FS9vgg3/X3t1MKBcaGPkIzn1rwjW/3zl4t7IU
sGblY0xIvGQANCa4FJUkFdY9GXPbQ3l+80LM1l2GxIU6xkUzHccfnHL2cTWOOTgJ+Y2KTLh3o6ou
ajE27fK3BAbIij7Kd809tVjK3e/q3je6+ItHC/z9j4vsGJxuQ8J+s+GGz+2znQ5A9+omT6yPuOWh
AtVEePvxVU46NGl25ZMxR2NLiKigkIedOwzPb7G8+rolTSFfUObP8hw8P6XQ6tEquFqg+kS7tt0M
UPY/CSogs/6tMedRELQWQr9/8Z021j0TUXcQm32reepZFGuodHn/8jpXv7er399FYFeX8MP7Cvzk
lwVUhec2Wv7mIx0sme+7rfDB0J1XYOxUSLdLWxVsHaa3e46f5YLiVLI1koC64HabMKNpssQ0oJGU
qgYGWEljwcazSTX7Gf7uD3c33e76bTEHzE1Y90zMgfM9dz6aY9FMx/Kj6oP3SaBSF9ZviUi9kI+U
366PWfdsjiULKgzFNGxY451VwVqllN9zssloQ0zQ99oZZks1GEO1x8cXmWTEb0B1d5S5f17Xtc1O
O3mrjjD6d8DckGk44ZDw/oEVlabOb8krLQXtNkzqKax9PMeFJ9ZCRfEAhGwUkNz2SJ61j+eY3uK5
5JQaxy1NxtSG6CtoNdkCWftAQJHXIwKxXa2jeHy+zbal5dGN/jUDVWjJKdNbeghtRHl+k2X7bmHx
HJ95IfuiUUDyo7UFrr+1hV1dIeX87MaIz1/eyVsWpUNWIXujdzxCJ5tBOlwoGHSrabh/VqJTCNsI
TljNrSrkcrB4Xoq1PeXg23Zannw56jcsFfxX5Z7Hcnz3Fy10VoRCTslFymMvRfzs4XyPn94kGgUq
tUSop5PFfRsxBAde/UbTmCCA6O9lk4abukXnDM7ZIb8GRGY8HbIgpVRQnIZ9GTsqwn2/zeP6qAkQ
Qq3efz8X888/LbG9Q4iz6IbJdPE9v87xwmaL2ObGrg17OXHfEzm+/OMS/3xzC09tiIYdpKolk4N7
RMT4uuK8bojkMpx+lXyKHEldG5Wj+2BQ4g0Aa4cmexVAhcMWO+ZPdzy3OSKKQ3Hir1+M2Ljdsv/8
FHrtdmcieGmL5as3l3h2oyUXZZU/jSVoIuXFrZY7f1Vg6cKuIbuTNoLOsrB6bYH/uKfIK9stRuDV
DsNfvb+T1mJzE1ze9zcz2PBqj/owwMJZ8JWPd7B4zjB10zCgqhpFImmqu4tpuiGMlWWzDxDLQp8o
e2ffR0L4/qKDA8E7WDjLcdSSlOey1cziSHlxm+XR52P2X9BTQWEN7Oo0/NPNJR58Kia2jZsMxmSl
HpItqYNbHs5zznE1Dl2c4gYpwrAWdnQYvrS6lZ8/nEMJc/zqibB+m6WaCG0tQzcGrrhuOi+/utd9
Aq9sh/f+TU9A7aIThxYoGxEEJRIh1c3Men1LiP8be5gtWeNVu1lxSCI7g7Vun9eWHbDmNxHLPzuD
S78w9I1GVSHKKcuPrJGPtbv2zqXCHY/kqJRDDN3GSjUV/u9tRe54JEdse2Lvy/ZP+eBZFVqLivMQ
WXj5VcsN9xWo1we2BayFSh2+8bMWbnkwjxGIM3vEGjjlsITpJd/U7KQvfmQ3hy8enFt+9nDMSZ+e
wamfmcHKf28d+gWagaLEAqrPywkkEYC1dllmYCkMPOoHE+c3PZDnGze3sKMSijzmTofVn9vZXCed
cMIhKUsXpDz1SoixR5Hy8LM51j0TsfzYOtWq8J3bi/zg7mK3y1VLhcWzHVdd3MWxSxPWb7P8/KFC
WIIO5dZ1eU4/ss7yo2tIsu9e7tZCZwW+dWuJH99XwNqeLF/q4YITqnzwzApxFDyOoWLRLMf3rg7P
4OFnYz71tVZysfZrE6Qefv5wzM8fnkHOQi6G1gK87fg6n3pn/4G0IUKx4FUfg6woVOGw3k9jqDq7
N97/t9N5ccueN3T8wY4vXdl8MMkrzJ7uePvxNZ7cEGe5auisCHc8WuDEwxNWrSnwvTuL1NMwwhMH
M1o9f/yOLk45PIFIuXR5lUeezbG9Q4hMyMp9/+4iRx6QMKNd91AF1sKuTuGbt5b4j3sKON8z8hMn
nHl0nT97dxdzZvhBVchAOPHghAf/cQeJs6QuXOPUq9v7Pb7uggrzHm59OMfjL0X86SVdHLb/MDuh
NDauXweZxV+/Z+HauNWcPpypX6ddPYOkD345dqnjW3/SMbxOEkT8869EXPWNaby01ZKLlSSFpQsd
Jx9a59Z1BXZ0Skit+rCGwCcu6uKKcytEmfXuFL5yU4l/uaNIHPe4lX/2rk7+4JwqLlujwEYhX/+1
m0v88N5Ct/eR+jCl7bzjanziojKL57phxxKaxcbtEZ+5vsT6bSZMH9PApLkICjlYOMtzzjF13t9E
oE1RNSICmu7enR42/cJtz4t+lbw7ZtETNi8HpfU9M4D94bobWll1b9yvDbT273eSj0cWLjFZSPWr
PynxrVtbiK12i3rnsqnnWfDHGLjybWU+dkGFfE67iWQjWL/F8mfXt/N05iEkKew3x/P3V3Zw1EFh
XbrXdhq+cUuJVfcVAkMYSJ1Qyns+en6ZD51Zpa2kIxr5kwGq6qOCMWnVPxmdselIBDW8ZeYcRWeH
gPbALu6P1uY46dMz+GE/xL/qnV089I87Rkx8yCqCjHLxyRUOWZSSZq5fI77eID4IHzqzypXn70l8
CCVnB8xP+dBZFVryYURHEWx41fKvdxXZtVt4+uWIL/ygjdX3FTCEdhMHrQXP/7igzBXnVmhrGT7x
mzGmxwGenKDwSxE8K7FR0pafZ5TWUM7Uf5zrpE/P6LfVr3+yszv2P5pwqXDgfM/Fv1flH24s7bG+
QDUR2ls8H1hR4WMXdNFSYB/x3IgrnH9cjYeeibnlwTyRgcgo9/wmTy0RNmyzPLvJYm2QOvUUppeU
T1xU5v1nZAbfCMS+tW5AJhiOvTVy+HsbnyKf6Py4aE1a99oXA5z5lzMoV/tu5puf6uS4t4z9fO0L
TqjxwFM51v42lxVYKofvl3LFeWXOP75OIdc/kZyDtpJy+TkVHl8fs36rJY6UJIH//HU+uMUNF9LB
rHbPVe8s8+7Tqlg7MuI30GCCvvvX+//Nx02agQjWdTmt1/VRAK7BR8bqPCKQOp5e0fa7H8vxF98p
9dnQwumOm1YO38BrBt7B/FmeP72ki7nTPBteMxy2OOW9p9U4ZL8U9YMTyXs4Yv+UD59d5h9uLFGt
h0reOAsNOx+mfC2d7/jYRWUuPKEWyrpGgfjv/9t2fviXHd0jfWB1IN2/j7ZkUFWNYiMucVtKm7e+
0Ph3pN7ObcxYbQz/V3fZPonf3gq/+ELf1TxjBSUQ4oglKX95WSflujC9xZPLK97J0ObmZ9b/JafU
WL8t6H8h/K/hip19TI2PnFfh2IOCsh+tratffhVOubqd1iLc+YWhMgJjwQieGKuJvCSX09WzTJww
c2/T71Nfa0eAGa3QXoJV/3t8id4XnINSQWktave6A02d76GYV644t8JzmyLWPp4DgTltnj84u8IH
zqwyrdXj3egWjxy5RPntS0JnJTDCDX/VyYKZfiIYISRVVF/JvhvASX3tguvjov3YsJZ/eQPCWnh+
k+W2dXl2VwwnH1bntGV14hxj5uad0keg54Hr9lSh/Vdb92AkTKCqaTTNRslO9/XcmZv+WFcShSVi
HGMUdJ6ccA6WLnD80UVlrn5PJ2ceXSOyY0d82JfYEJiio9xDcGu1O4/SH0bDnRTYI5ZsRCi8OUpc
hg7ng8tnbZjaNR5zD/pigvP/upXPfntfW2vvxFpvjJQJdK91HgwquRG1+AZFY7+i8cQD13XsU1F0
/5OWU65u54En437PG0wyDBmhlH2PgI5BtMERk6Nc5U2OX365g2/+8b45/898uzhgUghGzAiCV8Sy
PwDXhJSQaUxjlDdJreMbAccc5PtUCUqwDX58f37fk0YKQagDjsP1uxRE8GGpWA0rxkxRf/zxwHUd
nHv0vvMlvnxDnpXfL4zqtQQxad2rzZtF5cXzjwJgNcaoUJsS/hOHz19R7VMa3P5Irk/3cYRwUhRy
EW8H4AnEGBjjIrQpDAUPXNfRJyOc/tl2rr+1OFqXERIFkXcCcA3OeNWOKQkwefDAdR18cEW1myRO
4Udr+/cQmoJgfFUx1hyra6YdKIIaVV6fMgAmF666uM4vr+vg+j8pc9IhnpYCfP4HLSNuN1shzJmS
ietaOBkgkohtUwwwOXH0kpSv/NHoamgRFAMGcxTwA+MTvyWbETQZ569OYSwQpjQsAjAetvpEB6wG
msKbDGGyRQHAOJ/s9l4TI6FqdIK7NoXxQFjMqgvAtNZffwV4TaKpWODvDERV0WcBjFxIB/Ar8mO3
MOQUJg8EDDXEObcGMsPPq/t3jOw7V2oKbyqoqrcFkaTsny6u3faQKmJUkdyLW290u9IXoqIYVZ2S
Am9WKJ68Ead8WVaSNraNM/JRqk75LDkjIjIRhepTGGOoVxe1mijd5dYV1mz6F1UMK3FGBKersPkz
N9+Y7HDftdNNrH4iN2ebwmhDVb3EiE+0Uq26j8rKsE2FQFYMcileV2Hj6qZPpDvd/dE0E6tOMcGb
Ad6rikFt3pq0032k7fytv822Bcgm1mXIFq72unb/Gc6kd9iSPSHd5RMRRikTMYXxhqp6MYhtsZJ0
pB/PnbX5+kY1cOOY7vCvgFfFyPKXd9ht5fNcl7srmmFiVFPVqQDRGw3qNY3yxkgsrroruaIv4sNe
8f+sTMjIu3futHduervrSL9p22wURUa81ynj8A0ADUijaTby6AZTducWz97yr30RH/opBA1rCKIi
aH3N/Mttzv6DyZtZ6W7nCJOIpxJHkwyKKh4X5UxEUUjL7qadW3Z+cs5gVfqmAAAEpUlEQVR7y5v7
Iz4MUAmsirA620Lu1ulLXHvpyzZv3otXkrJ3IlOMMDmgqh4vRqxtN/iy3+wS/VxuxabvQM9K8P2d
PWgGMNtB3AHU7p13SRRFK03RHEtNSaveMcUIE4Ig6fHGiLVtBlfxdat6/asbd31x7mVdW1QxEKT4
QO0MKQWcqYRgI1xPnCxb8FEx5jNRizmUREkr3qMoBvOmWUx1kkJRj+IjKxElgyu7FOQ/quX0S63n
bf0N7DloB0NTxOotTnQVxWThwg9ZwydNbI7DCFr2OK8pYKakwuhBVRXFI0iUN4aC4Ltch8IPq7X0
a61nb/t1OA4L+GayOk2PVg1rTZoGh6kitXvnXxBZeyVwgW01ReqKqyhKYIawjP6UZGgG3UQHolgs
xbAxQVr3T4H+W2e18m8zztm5HsLA5FK0EdxpBsMmioYFpUxvUaPr5i5Na9H7BN5nMCdISaCuuKqi
qml2PTNVfbQvFNVsN1oPmCgOIx3Ald1rHm6P8d9n05ZfyGXUoXvED4vwDYwKIfriQL17wQlpLBcb
uFDhrbbVGhxQ86SJesKN/s4yRBZcCwRXxBixJi+QC1uOuarfBtzj4Ce5jo475cLO7tWGdSURK/Ey
CvUbo/rgFQwrMXv7nHr3vCOTyJxjRM5T5aQob+aQE0gV6pAmXqFbkrzpmEJVw1q1nvAOYo1YyWUE
B1ynS0XkCUXvTdXdnu+q/FLe3vF6dxursvWbLm1Oxw+GMXvIqhiu7YMZHtt/RnVn7bjI2tNFORXl
aGvNfIpZV1KFBFyqaFi8unGzYVOeUL866ZgjE+HhY88LwFgrRiKBWMIyXKniKr6qIs+q6jrwa+M0
eUDO2v7UHm0GyQpNGnbNYFweZIMZuAa/t77Sn89spyV3KFbe6uB4VI5CWGpE5krRhAemBMZICeLR
szdzNPZvDuuLhi899ybQjBHai5iN83sTt/d7uI5BjIgxNiNwJD39TpS06qsIL6M8hfCowz2ST2u/
kbN2vrTPtVcSsQwd7ZHeH8Z9JDUijDyB9MUQALruoGmUOw+oYw4xIocKHKIqSwUWKcyJrCmRJyzo
m1E+aFMNWrHxUu1eCCLs9dOLsHs/3IxhGuKle9Mnk13DNF4S3htPztMgshPhdYUtAusVfU4NT8Wq
T1OtvcC5Ozb25ZurYrk2PAuke9O5ccOEi9I9GALgGlx/nK9fJc9hs2eV8zKvBbsgUVkkRhcoskBg
Dp5ZiEwXoU2VElAE8kBsjFjTIGC2DnFPw+zBRKlXRUmBukBVlYpCpwi7QF9X4TVV2WpUN0fiN6Jm
U0c93dI+s22bnPDCrn7vdRU2Y/yGLTDuBN8bE84AfSFzMeXaazHXANcC1wzAGPucv5LoiWUUlhXb
CrTGBWq2QM7my87lxNgYfCRGDS7cvxrxOHHFgkmouWS3c3VPWpuWy1XYmVTZubMqH6Wf9VL7uH6D
0ADLUC6bHMTuC5OSAfqD9uj1MIav7dX/oDdH5BMP6fq9pVXva1+GNjKoY3X9scAbigGGCu2t4Rub
YDW+r+7/nlcDl16aHRlsix5iytQyOlOYwhSmMIUpTGEKU5jCFN4M+P+cVU2r9/B02QAAAABJRU5E
rkJggg==
"
preserveAspectRatio="none"
height="128"
width="128" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 111.97863,74.798032 c 9.69304,2.547376 17.60768,5.422099 17.31308,6.643298 -0.27548,1.141936 -9.13087,-0.653291 -18.13916,-4.232989 -1.43262,-0.569296 -0.88736,-2.860608 0.82608,-2.410309 z"
id="rect871"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 121.01646,95.433028 c -1.24681,1.066492 -15.15238,-9.474609 -13.46957,-12.064355 1.05614,-1.625347 14.58264,11.112258 13.46957,12.064355 z"
id="rect873"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sss" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 57.759958,67.791775 c 1.386104,-0.02735 1.617969,2.576846 0.06303,2.780612 -4.622714,0.60578 -17.228761,0.874906 -17.255142,0.108726 -0.0313,-0.908517 12.364104,-2.794067 17.192112,-2.889338 z"
id="rect875"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.99999952;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="M 59.42073,75.864093 C 60.974469,77.144484 47.220588,87.267777 45.826012,85.957059 44.324357,84.545703 58.166641,74.830637 59.42073,75.864093 Z"
id="rect877"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sss" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 31 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 96 KiB

View file

@ -0,0 +1,362 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxterrified.png"
sodipodi:docname="blobfoxcatterrified.svg"
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
id="svg8"
version="1.1"
viewBox="0 0 128 128"
height="128"
width="128">
<defs
id="defs2">
<linearGradient
id="linearGradient852"
inkscape:collect="always">
<stop
id="stop848"
offset="0"
style="stop-color:#47aee3;stop-opacity:1" />
<stop
id="stop850"
offset="1"
style="stop-color:#ff8702;stop-opacity:1" />
</linearGradient>
<linearGradient
id="linearGradient879"
inkscape:collect="always">
<stop
id="stop875"
offset="0"
style="stop-color:#ff7505;stop-opacity:1" />
<stop
id="stop877"
offset="1"
style="stop-color:#ff8702;stop-opacity:1" />
</linearGradient>
<mask
id="mask914"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<linearGradient
y2="85.856133"
x2="95.348198"
y1="112.44355"
x1="114.28658"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
gradientUnits="userSpaceOnUse"
id="linearGradient850"
xlink:href="#linearGradient879"
inkscape:collect="always" />
<clipPath
id="clipPath848"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<linearGradient
gradientTransform="matrix(0.94507681,0,0,0.94507681,-25.434289,7.0594286)"
gradientUnits="userSpaceOnUse"
y2="72.158119"
x2="83.60672"
y1="28.658424"
x1="95.349739"
id="linearGradient854"
xlink:href="#linearGradient852"
inkscape:collect="always" />
<clipPath
id="clipPath894"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.80000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 121.94585,8.3109743 c -4.37532,-3.118506 -39.560593,2.2049727 -52.955088,23.9097867 2.186976,5.813359 8.255215,5.868865 14.806933,5.421494 5.471008,-0.373577 7.795424,-0.09011 11.020011,1.037292 -0.942798,1.458811 -1.231225,4.319039 -2.477709,6.366205 2.352309,0.442071 6.536557,-1.167616 9.583973,-3.655515 0.75221,5.373621 -3.944168,11.098055 2.37492,14.328375 C 117.90897,40.94738 126.78797,11.7622 121.94585,8.3109743 Z"
id="path896"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scsccccs" />
</clipPath>
<filter
height="1.6291623"
y="-0.31458115"
width="1.5734213"
x="-0.28671067"
id="filter953"
style="color-interpolation-filters:sRGB"
inkscape:collect="always">
<feGaussianBlur
id="feGaussianBlur955"
stdDeviation="11.712023"
inkscape:collect="always" />
</filter>
<clipPath
id="clipPath968"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient972);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 146.16666,72.656694 c 0,12.402091 -2.65658,13.615504 -2.65658,20.534535 0,7.009621 3.05569,9.217631 1.7506,14.088371 -1.62767,6.0745 -10.87955,14.2755 -30.09857,17.93418 -18.216897,3.46788 -41.664988,3.4617 -53.677171,1.09896 -12.087266,-2.37748 -31.343216,-9.291 -33.539915,-19.27041 C 24.820657,92.848591 28.926579,72.200643 37.556105,57.235659 45.718542,43.080682 55.508377,33.793566 68.56366,34.232451 L 55.550084,31.086294 c 9.457769,-2.350357 13.639901,-3.275495 22.01445,0.711818 -4.842871,-3.71993 -7.542256,-11.15727 -9.750764,-14.380241 12.468748,0.94984 22.949613,6.438525 27.490414,9.385927 l -1.701355,-7.076535 c 5.851063,1.787981 8.427141,5.798422 15.131641,6.94118 17.4753,3.200409 37.43219,18.84848 37.43219,45.988251 z"
id="path970"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs" />
</clipPath>
<linearGradient
y2="72.158119"
x2="83.60672"
y1="28.658424"
x1="95.349739"
gradientTransform="matrix(0.94507681,0,0,0.94507681,1.477616,7.0284755)"
gradientUnits="userSpaceOnUse"
id="linearGradient972"
xlink:href="#linearGradient852"
inkscape:collect="always" />
</defs>
<sodipodi:namedview
inkscape:document-rotation="0"
showguides="true"
inkscape:window-maximized="1"
inkscape:window-y="0"
inkscape:window-x="1536"
inkscape:window-height="992"
inkscape:window-width="1920"
fit-margin-bottom="0"
fit-margin-right="0"
fit-margin-left="0"
fit-margin-top="0"
units="px"
showgrid="false"
inkscape:current-layer="layer3"
inkscape:document-units="px"
inkscape:cy="49.977905"
inkscape:cx="28.273121"
inkscape:zoom="2.8284272"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1.0"
bordercolor="#666666"
pagecolor="#ffffff"
id="base" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Ear back"
id="layer3"
inkscape:groupmode="layer">
<path
sodipodi:nodetypes="sccs"
inkscape:connector-curvature="0"
id="rect870"
d="m 25.980651,10.54461 c 5.476141,-0.242666 17.629723,16.139331 20.924482,25.410676 L 15.935376,54.327654 C 13.236055,36.470705 21.113775,10.760278 25.980651,10.54461 Z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
inkscape:label="Body"
id="layer4"
inkscape:groupmode="layer">
<path
sodipodi:nodetypes="ssssssscccccccs"
inkscape:connector-curvature="0"
id="path837"
d="m 119.25476,72.687647 c 0,12.402091 -2.65658,13.615504 -2.65658,20.534535 0,7.009618 3.05569,9.217628 1.7506,14.088368 -1.62767,6.0745 -10.87955,14.2755 -30.098578,17.93418 -18.216894,3.46788 -41.664985,3.4617 -53.677168,1.09896 C 22.485768,123.96621 3.2298178,117.05269 1.0331191,107.07328 -2.0912482,92.879544 2.014674,72.231596 10.6442,57.266612 18.806637,43.111635 28.596472,33.824519 41.651755,34.263404 L 28.638179,31.117247 c 9.457769,-2.350357 13.639901,-3.275495 22.01445,0.711818 -4.842871,-3.71993 -7.542256,-11.15727 -9.750764,-14.380241 12.468748,0.94984 22.949613,6.438525 27.490414,9.385927 l -1.701355,-7.076535 c 5.851063,1.787981 8.427143,5.798422 15.131641,6.94118 17.475301,3.200409 37.432195,18.84848 37.432195,45.988251 z"
style="opacity:1;fill:url(#linearGradient854);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
clip-path="url(#clipPath968)"
sodipodi:nodetypes="sssss"
inkscape:connector-curvature="0"
id="path917"
d="M 133.5013,73.790881 C 132.02304,98.360776 108.52047,117.15633 80.097976,115.40839 51.675488,113.66042 33.265363,91.505824 35.766604,67.018917 c 2.509718,-24.569893 22.58826,-42.48132 51.01075,-40.733366 28.422496,1.747957 48.202166,22.935435 46.723946,47.50533 z"
style="opacity:0.5;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill;filter:url(#filter953)"
transform="translate(-26.911905,0.03095311)" />
</g>
<g
inkscape:label="Ear front"
id="layer5"
inkscape:groupmode="layer">
<path
sodipodi:nodetypes="scscs"
inkscape:connector-curvature="0"
id="path911"
d="m 307.47812,-23.699174 c -4.45817,-6.852749 -40.26067,-2.753849 -54.3926,4.954826 0.42481,5.547202 6.09159,10.7018704 11.93776,12.6842084 21.42765,7.26576 30.33439,-16.1384574 40.84748,-10.0600534 1.83397,-3.519133 2.46826,-6.255666 1.60736,-7.578981 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.80000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.80000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 306.15518,-19.90331 c -1.59057,-1.812009 -10.73333,1.910105 -15.71547,6.007508 -9.73482,8.0061144 -14.69449,8.9950024 -26.91248,7.7018174 11.76047,5.62420203 22.80529,3.736781 29.88162,1.616781 -3.14398,-1.068272 -3.74702,-0.992851 -5.54905,-2.547673 6.48034,1.364575 11.44157,0.21792 13.0478,-3.1519194 -1.89967,0.181475 -3.49045,0.3763584 -6.55703,-1.183979 4.53326,0.51894 7.52767,-0.151811 9.80974,-2.279461 1.81767,-1.92759 3.52789,-4.416627 1.99487,-6.163074 z"
id="path913"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccccccs"
clip-path="none" />
<path
sodipodi:nodetypes="scscs"
inkscape:connector-curvature="0"
id="path923-9-5"
d="m 283.44276,-53.324572 c -8.13244,-1.078843 -36.34135,0.83431 -52.35754,15.549653 -0.0652,6.185773 9.8366,10.354301 15.95836,11.148835 22.43781,2.912163 24.81014,-22.844771 36.31291,-18.951416 1.10648,-3.810969 1.65127,-7.539462 0.0863,-7.747072 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.80000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.80000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 282.97147,-49.263086 c -1.92562,-1.450975 -10.2282,3.902967 -14.30775,8.899732 -7.97122,9.763417 -9.39898,14.700696 -21.93136,13.890809 12.63654,3.202827 19.93553,2.700271 26.07662,-1.872284 -3.29263,-0.429447 -6.05047,0.64655 -8.12296,-0.523729 6.62214,0.06417 13.18672,-3.336698 14.09923,-6.956519 -1.82694,0.551336 -3.34838,1.055103 -6.66184,0.127978 5.01899,-0.337884 7.22457,-2.652823 8.49624,-4.472242 3.85234,-5.51167 3.50292,-8.226364 2.35182,-9.093742 z"
id="path925-3-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cscccccssc"
clip-path="none" />
<path
sodipodi:nodetypes="scsccccs"
inkscape:connector-curvature="0"
id="path911-8"
d="m 127.37885,25.431121 c -2.7424,-3.223737 -34.337676,-0.427253 -45.417403,10.135671 0.701244,4.785892 2.264286,6.144045 3.974843,7.195246 2.669967,1.640796 5.470331,-1.274606 6.31761,-4.38991 2.392356,1.570199 4.809953,6.551038 5.050401,9.753931 0.275935,0.575715 4.794289,-1.449048 6.181639,-3.319351 1.15748,2.244005 1.27896,9.990688 4.68483,12.552463 16.20363,-7.437885 21.83053,-28.845323 19.20808,-31.92805 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.80000067;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
style="display:inline"
transform="translate(-26.911905,0.03095311)"
id="layer1"
inkscape:groupmode="layer"
inkscape:label="Face">
<path
style="opacity:1;fill:#fcc21b;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="M 133.5013,73.790881 C 132.02304,98.360776 108.52047,117.15633 80.097976,115.40839 51.675488,113.66042 33.265363,91.505824 35.766604,67.018917 c 2.509718,-24.569893 22.58826,-42.48132 51.01075,-40.733366 28.422496,1.747957 48.202166,22.935435 46.723946,47.50533 z"
id="path852"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssss" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 127.75809,69.182436 c 13.9697,-4.559899 17.38913,-13.586462 15.34188,-19.731909"
id="path858"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#313131;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 40.590496,60.500842 C 38.648552,58.15651 38.167625,54.388208 39.28091,50.462369"
id="path909"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<ellipse
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.8126;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="path885-3"
cx="101.80276"
cy="77.584061"
rx="7.1622243"
ry="8.121398"
transform="matrix(0.98788675,-0.15517654,0.02204364,0.99975701,0,0)" />
<ellipse
transform="matrix(0.99926374,0.03836633,-0.17815691,0.98400209,0,0)"
ry="8.4443512"
rx="7.1676569"
cy="55.587238"
cx="72.686066"
id="ellipse887-6"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81395;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 65.46096,73.948516 c 0.695736,3.359529 2.60824,7.645557 4.457409,10.482093 3.577655,-1.905632 5.85592,-5.548934 8.616053,-8.1154 1.295742,1.704958 4.181026,7.686517 7.038544,10.577227 3.743625,-2.149053 8.383327,-6.96647 9.582167,-8.089293"
id="path889-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 108.44061,77.296833 c 9.32722,2.451234 16.94314,5.217462 16.65966,6.392571 -0.26508,1.098838 -8.78625,-0.628634 -17.45456,-4.07323 -1.37856,-0.547811 -0.85387,-2.752645 0.7949,-2.319341 z"
id="rect871"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 117.13734,97.153036 c -1.19975,1.026246 -14.58051,-9.117023 -12.96121,-11.60903 1.01628,-1.564003 14.03228,10.692864 12.96121,11.60903 z"
id="rect873"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sss" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 56.268214,70.555001 c 1.333791,-0.02632 1.556905,2.479593 0.06065,2.675668 -4.448247,0.582917 -16.578526,0.841886 -16.603912,0.104622 -0.03012,-0.874227 11.897467,-2.688615 16.54326,-2.78029 z"
id="rect875"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 57.866306,78.322659 c 1.4951,1.232068 -11.739692,10.973295 -13.081635,9.712045 -1.444981,-1.35809 11.874878,-10.706496 13.081635,-9.712045 z"
id="rect877"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sss" />
<path
sodipodi:nodetypes="ssscs"
inkscape:connector-curvature="0"
id="path867"
d="m 127.65827,96.030567 c 0,3.29532 -2.67137,5.966713 -5.9667,5.966713 -3.29533,0 -5.96669,-2.671393 -5.96669,-5.966713 0,-6.143203 3.16171,-7.309959 5.96669,-18.019425 2.79963,10.826039 5.9667,11.960601 5.9667,18.019425 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:9;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
</g>
<g
style="display:none"
inkscape:label="Whiskers"
id="layer6"
inkscape:groupmode="layer">
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path943"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
id="path945"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
id="path947"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path949"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 23 KiB

View file

@ -0,0 +1,182 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
sodipodi:docname="blobfoxcheck.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxcheck.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.959798"
inkscape:cx="34.593227"
inkscape:cy="94.581891"
inkscape:document-units="px"
inkscape:current-layer="layer4"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1920"
inkscape:window-height="992"
inkscape:window-x="1280"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false"
inkscape:document-rotation="0" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#303f36;fill-opacity:1;fill-rule:evenodd;stroke:#1df26b;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 116.25098,7.5674093 c -6.16095,-0.04796 -22.801838,6.4569737 -34.049013,17.9548747 -5.01922,-1.3937 -7.466899,-4.577656 -12.389754,-6.081961 l 1.587679,6.601993 C 67.163782,23.292743 57.386308,18.172236 45.754221,17.286151 47.814536,20.292797 50.33361,27.231689 54.85152,30.70194 51.908528,29.300743 49.519629,28.5502 47.214472,28.275698 33.850426,21.261977 22.1305,5.8063388 17.256926,7.8015963 12.466522,9.7628133 16.752078,37.500048 22.116395,47.334348 20.523329,49.511325 18.996356,51.884703 17.52728,54.432266 9.4767996,68.392804 5.6461307,87.654853 8.5608505,100.8959 c 2.0492985,9.3096 20.0124465,15.75934 31.2886495,17.97727 11.206154,2.20413 33.081088,2.20883 50.075614,-1.0263 17.929416,-3.41309 26.560396,-11.06375 28.078846,-16.73056 1.21753,-4.543807 -1.63245,-6.602857 -1.63245,-13.141988 0,-6.454627 2.47796,-7.587137 2.47796,-19.156803 0,-7.239332 -1.52618,-13.598296 -4.08114,-19.063817 6.15998,-16.783126 7.39966,-39.680065 3.2804,-41.8522317 -0.41166,-0.217074 -1.02154,-0.328017 -1.79775,-0.334061 z"
id="rect870"
inkscape:connector-curvature="0" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="fill:none;stroke:#fefefe;stroke-width:10;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 39.140357,68.490773 9.589805,16.613156 c 0.436272,0.755782 2.017957,0.985796 2.596772,0.33271 L 77.891203,55.46376"
id="path874"
sodipodi:nodetypes="cssc" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front" />
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)" />
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.9 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 57 KiB

View file

@ -0,0 +1,314 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxcofe.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxcofe.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<mask
id="mask914-4"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-6"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-8"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-9"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848-6"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850-8"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.6"
inkscape:cx="23.3638"
inkscape:cy="63.30175"
inkscape:document-units="px"
inkscape:current-layer="layer2"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1981"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
transform="translate(-26.911905,0.03095311)"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 37.868242,0.23407545 C 44.096422,-2.3158145 60.180802,20.274985 77.685572,25.969525 l -33.59207,20.31895 c -6.40507,-9.87111 -11.8696,-43.7435295 -6.22526,-46.05439955 z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 153.09766,69.442205 c 0,13.12284 -2.81096,14.40677 -2.81096,21.7279 0,7.41698 3.23327,9.753305 1.85232,14.907105 -1.72226,6.42754 -11.51181,15.10514 -31.84775,18.97643 -19.27557,3.66943 -44.086348,3.66288 -56.796618,1.16284 -12.78972,-2.51566 -33.16473,-9.83095 -35.48909,-20.39032 -3.30594,-15.018605 1.038598,-36.866509 10.16963,-52.701185 8.636796,-14.977593 18.995569,-24.804431 32.80956,-24.34004 L 57.214891,25.455939 c 10.007408,-2.486949 14.432585,-3.465851 23.293821,0.753186 -5.124314,-3.936115 -7.980575,-11.805676 -10.31743,-15.21595 13.19337,1.00504 24.28333,6.8127 29.08802,9.93139 l -1.800228,-7.487786 c 6.191096,1.891888 8.916886,6.135396 16.011016,7.344566 18.49088,3.3864 39.60757,19.94386 39.60757,48.66086 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs"
transform="translate(-26.911905,0.03095311)" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path873"
d="M 125.27667,0.37813902 C 120.2963,-2.2481557 89.74339,8.942913 77.334,29.676181 c 5.52801,7.799032 19.477069,-0.125642 25.07065,-0.504988 -1.52875,2.360045 -4.123579,8.49045 -4.175683,11.580478 2.272243,0.877121 9.521613,0.624336 12.394663,-2.319618 1.53257,5.472273 -1.18069,17.461091 6.63047,18.834709 10.59069,-18.354905 13.53429,-53.9821224 8.02257,-56.88862298 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74360824;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 148.35911,4.3356447 c -1.78771,-0.8484478 -11.00575,2.906299 -16.19325,7.6720183 -10.53309,9.676667 -1.07136,22.664674 -28.29413,20.811212 6.00859,14.75387 19.11803,20.290527 34.81182,24.002583 -2.67038,-18.583744 9.24321,-19.504661 10.95019,-39.43404 0.64348,-7.5127806 0.14869,-12.3762659 -1.27463,-13.0517733 z"
id="path958"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss"
clip-path="url(#clipPath848)"
transform="matrix(1.0194668,0,0,1.0216422,-28.912578,0.13415088)" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<ellipse
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81259012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="path885"
cx="108.54526"
cy="77.191978"
rx="8.8029327"
ry="9.9818306"
transform="matrix(0.98788676,-0.15517654,0.02204363,0.99975701,0,0)" />
<ellipse
transform="matrix(0.99926374,0.03836633,-0.17815691,0.98400209,0,0)"
ry="9.6092548"
rx="8.1564407"
cy="51.880775"
cx="72.117332"
id="ellipse887"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81394577;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.39999962;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 57.607305,82.979142 c 0.855114,4.129123 3.205731,9.396985 5.478503,12.883308 4.397218,-2.34217 7.197383,-6.82007 10.589802,-9.974459 1.592567,2.095526 5.138807,9.447328 8.650919,13.000236 4.601206,-2.641353 10.303767,-8.562335 11.777228,-9.94237"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000043;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 84.223589,73.138301 c 0,1.687965 -7.613015,7.386412 -10.474045,7.028194 -3.082324,-0.385924 -7.026816,-8.012061 -6.415542,-9.582319 1.551878,-3.986518 16.889587,-2.096463 16.889587,2.554125 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 69.084199,52.985546 c -0.511675,8.833129 -2.35248,9.829678 -6.80356,13.608765 -3.576393,3.036453 -3.638824,8.113282 -1.819049,10.715762"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Cofe">
<ellipse
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#fefefe;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="path898"
cx="61.338467"
cy="108.2252"
rx="6.3569756"
ry="6.0278468" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:9;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
d="m 63.926222,99.266234 c -0.002,6.770166 -1.31007,20.335966 -9.52968,22.310236 -6.81241,1.63627 -12.64473,1.55491 -17.54092,-0.03 -7.72201,-2.49963 -9.04235,-14.65895 -9.04235,-22.280256 0,-4.242965 8.36827,-6.255352 18.34058,-6.255352 9.84793,0 17.77386,1.9471 17.77237,6.255372 z"
id="path878"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssss" />
<path
style="fill:#ff8702;fill-opacity:1;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 80.9401,103.30819 c -19.676379,-1.54536 -18.166206,7.27947 -10.199983,19.26435"
id="path915"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
d="M 28.575478,84.826314 C 24.223357,81.75904 18.102211,77.301373 26.228864,68.877845 c 0.983733,3.997196 3.694791,9.28044 15.886632,11.256966 10.818611,1.753907 16.869286,10.161476 18.375018,19.446525 h -29.06663 c 3.868949,-6.205814 2.623239,-10.898741 -2.848406,-14.755022 z"
id="rect1000"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scsccs" />
<ellipse
style="opacity:1;fill:#502d16;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:9.00000095;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="path881"
cx="45.916187"
cy="99.610245"
rx="14.107142"
ry="4.2659087" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 20 KiB

View file

@ -0,0 +1,322 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxmorningcofe.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxmorningcofe.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<mask
id="mask914-4"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-6"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-8"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-9"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848-6"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850-8"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8"
inkscape:cx="-55.155019"
inkscape:cy="65.624775"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
transform="translate(-26.911905,0.03095311)"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 37.868242,0.23407545 C 44.096422,-2.3158145 60.180802,20.274985 77.685572,25.969525 l -33.59207,20.31895 c -6.40507,-9.87111 -11.8696,-43.7435295 -6.22526,-46.05439955 z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 153.09766,69.442205 c 0,13.12284 -2.81096,14.40677 -2.81096,21.7279 0,7.41698 3.23327,9.753305 1.85232,14.907105 -1.72226,6.42754 -11.51181,15.10514 -31.84775,18.97643 -19.27557,3.66943 -44.086348,3.66288 -56.796618,1.16284 -12.78972,-2.51566 -33.16473,-9.83095 -35.48909,-20.39032 -3.30594,-15.018605 1.038598,-36.866509 10.16963,-52.701185 8.636796,-14.977593 18.995569,-24.804431 32.80956,-24.34004 L 57.214891,25.455939 c 10.007408,-2.486949 14.432585,-3.465851 23.293821,0.753186 -5.124314,-3.936115 -7.980575,-11.805676 -10.31743,-15.21595 13.19337,1.00504 24.28333,6.8127 29.08802,9.93139 l -1.800228,-7.487786 c 6.191096,1.891888 8.916886,6.135396 16.011016,7.344566 18.49088,3.3864 39.60757,19.94386 39.60757,48.66086 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs"
transform="translate(-26.911905,0.03095311)" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path873"
d="M 125.27667,0.37813902 C 120.2963,-2.2481557 89.74339,8.942913 77.334,29.676181 c 5.52801,7.799032 19.477069,-0.125642 25.07065,-0.504988 -1.52875,2.360045 -4.123579,8.49045 -4.175683,11.580478 2.272243,0.877121 9.521613,0.624336 12.394663,-2.319618 1.53257,5.472273 -1.18069,17.461091 6.63047,18.834709 10.59069,-18.354905 13.53429,-53.9821224 8.02257,-56.88862298 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74360824;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 148.35911,4.3356447 c -1.78771,-0.8484478 -11.00575,2.906299 -16.19325,7.6720183 -10.53309,9.676667 -1.07136,22.664674 -28.29413,20.811212 6.00859,14.75387 19.11803,20.290527 34.81182,24.002583 -2.67038,-18.583744 9.24321,-19.504661 10.95019,-39.43404 0.64348,-7.5127806 0.14869,-12.3762659 -1.27463,-13.0517733 z"
id="path958"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss"
clip-path="url(#clipPath848)"
transform="matrix(1.0194668,0,0,1.0216422,-28.912578,0.13415088)" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.39999962;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 57.607305,82.979142 c 0.855114,4.129123 3.205731,9.396985 5.478503,12.883308 4.397218,-2.34217 7.197383,-6.82007 10.589802,-9.974459 1.592567,2.095526 5.138807,9.447328 8.650919,13.000236 4.601206,-2.641353 10.303767,-8.562335 11.777228,-9.94237"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000043;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 84.223589,73.138301 c 0,1.687965 -7.613015,7.386412 -10.474045,7.028194 -3.082324,-0.385924 -7.026816,-8.012061 -6.415542,-9.582319 1.551878,-3.986518 16.889587,-2.096463 16.889587,2.554125 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 75.031835,53.66721 c -3.352729,8.043947 -8.300116,9.148014 -12.751196,12.927101 -3.576393,3.036453 -3.638824,8.113282 -1.819049,10.715762"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<path
style="fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 115.50304,64.541459 96.320447,56.967366"
id="path841"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
inkscape:connector-curvature="0"
id="path854"
d="M 75.031835,53.66721 54.408321,53.570436"
style="fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="cc" />
<path
inkscape:connector-curvature="0"
id="path858"
d="M 115.91765,62.111584 98.183075,55.106058"
style="fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 74.405757,51.549947 55.288359,51.489213"
id="path860"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Cofe">
<ellipse
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#fefefe;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="path898"
cx="61.338467"
cy="108.2252"
rx="6.3569756"
ry="6.0278468" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:9;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
d="m 63.926222,99.266234 c -0.002,6.770166 -1.31007,20.335966 -9.52968,22.310236 -6.81241,1.63627 -12.64473,1.55491 -17.54092,-0.03 -7.72201,-2.49963 -9.04235,-14.65895 -9.04235,-22.280256 0,-4.242965 8.36827,-6.255352 18.34058,-6.255352 9.84793,0 17.77386,1.9471 17.77237,6.255372 z"
id="path878"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssss" />
<path
style="fill:#ff8702;fill-opacity:1;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 80.9401,103.30819 c -19.676379,-1.54536 -18.166206,7.27947 -10.199983,19.26435"
id="path915"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
d="M 28.575478,84.826314 C 24.223357,81.75904 18.102211,77.301373 26.228864,68.877845 c 0.983733,3.997196 3.694791,9.28044 15.886632,11.256966 10.818611,1.753907 16.869286,10.161476 18.375018,19.446525 h -29.06663 c 3.868949,-6.205814 2.623239,-10.898741 -2.848406,-14.755022 z"
id="rect1000"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scsccs" />
<ellipse
style="opacity:1;fill:#502d16;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:9.00000095;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="path881"
cx="45.916187"
cy="99.610245"
rx="14.107142"
ry="4.2659087" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 21 KiB

View file

@ -0,0 +1,341 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxcofe.png"
sodipodi:docname="blobfoxcofecute.svg"
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
id="svg8"
version="1.1"
viewBox="0 0 128 128"
height="128"
width="128">
<defs
id="defs2">
<linearGradient
id="linearGradient879"
inkscape:collect="always">
<stop
id="stop875"
offset="0"
style="stop-color:#ff7505;stop-opacity:1" />
<stop
id="stop877"
offset="1"
style="stop-color:#ff8702;stop-opacity:1" />
</linearGradient>
<mask
id="mask914"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<linearGradient
y2="85.856133"
x2="95.348198"
y1="112.44355"
x1="114.28658"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
gradientUnits="userSpaceOnUse"
id="linearGradient850"
xlink:href="#linearGradient879"
inkscape:collect="always" />
<clipPath
id="clipPath848"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<mask
maskUnits="userSpaceOnUse"
id="mask914-4">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916-7"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939-6">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941-8"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846-9">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848-0"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848-6">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850-8"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
</defs>
<sodipodi:namedview
inkscape:document-rotation="0"
showguides="false"
inkscape:window-maximized="1"
inkscape:window-y="0"
inkscape:window-x="1536"
inkscape:window-height="992"
inkscape:window-width="1920"
fit-margin-bottom="0"
fit-margin-right="0"
fit-margin-left="0"
fit-margin-top="0"
units="px"
showgrid="false"
inkscape:current-layer="layer3"
inkscape:document-units="px"
inkscape:cy="65.981512"
inkscape:cx="-40.465932"
inkscape:zoom="1.979899"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1.0"
bordercolor="#666666"
pagecolor="#ffffff"
id="base" />
<metadata
id="metadata5">
<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="Ear back"
id="layer3"
inkscape:groupmode="layer">
<path
sodipodi:nodetypes="sccs"
inkscape:connector-curvature="0"
id="rect870"
d="M 37.868242,0.23407545 C 44.096422,-2.3158145 60.180802,20.274985 77.685572,25.969525 l -33.59207,20.31895 c -6.40507,-9.87111 -11.8696,-43.7435295 -6.22526,-46.05439955 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
transform="translate(-26.911905,0.03095311)" />
</g>
<g
inkscape:label="Body"
id="layer4"
inkscape:groupmode="layer">
<path
transform="translate(-26.911905,0.03095311)"
sodipodi:nodetypes="ssssssscccccccs"
inkscape:connector-curvature="0"
id="path837"
d="m 153.09766,69.442205 c 0,13.12284 -2.81096,14.40677 -2.81096,21.7279 0,7.41698 3.23327,9.753305 1.85232,14.907105 -1.72226,6.42754 -11.51181,15.10514 -31.84775,18.97643 -19.27557,3.66943 -44.086348,3.66288 -56.796618,1.16284 -12.78972,-2.51566 -33.16473,-9.83095 -35.48909,-20.39032 -3.30594,-15.018605 1.038598,-36.866509 10.16963,-52.701185 8.636796,-14.977593 18.995569,-24.804431 32.80956,-24.34004 L 57.214891,25.455939 c 10.007408,-2.486949 14.432585,-3.465851 23.293821,0.753186 -5.124314,-3.936115 -7.980575,-11.805676 -10.31743,-15.21595 13.19337,1.00504 24.28333,6.8127 29.08802,9.93139 l -1.800228,-7.487786 c 6.191096,1.891888 8.916886,6.135396 16.011016,7.344566 18.49088,3.3864 39.60757,19.94386 39.60757,48.66086 z"
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
inkscape:label="Ear front"
id="layer5"
inkscape:groupmode="layer">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 125.27667,0.37813902 C 120.2963,-2.2481557 89.74339,8.942913 77.334,29.676181 c 5.52801,7.799032 19.477069,-0.125642 25.07065,-0.504988 -1.52875,2.360045 -4.123579,8.49045 -4.175683,11.580478 2.272243,0.877121 9.521613,0.624336 12.394663,-2.319618 1.53257,5.472273 -1.18069,17.461091 6.63047,18.834709 10.59069,-18.354905 13.53429,-53.9821224 8.02257,-56.88862298 z"
id="path873"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
<path
transform="matrix(1.0194668,0,0,1.0216422,-28.912578,0.13415088)"
clip-path="url(#clipPath848)"
sodipodi:nodetypes="ssccss"
inkscape:connector-curvature="0"
id="path958"
d="m 148.35911,4.3356447 c -1.78771,-0.8484478 -11.00575,2.906299 -16.19325,7.6720183 -10.53309,9.676667 -1.07136,22.664674 -28.29413,20.811212 6.00859,14.75387 19.11803,20.290527 34.81182,24.002583 -2.67038,-18.583744 9.24321,-19.504661 10.95019,-39.43404 0.64348,-7.5127806 0.14869,-12.3762659 -1.27463,-13.0517733 z"
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74360824;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
transform="translate(-26.911905,0.03095311)"
id="layer1"
inkscape:groupmode="layer"
inkscape:label="Face">
<circle
transform="translate(26.911905,-0.03095311)"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
id="path853"
cx="80.143204"
cy="60.830532"
r="11.553598" />
<circle
transform="translate(26.911905,-0.03095311)"
r="11.553598"
cy="53.509117"
cx="32.821873"
id="circle865"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<ellipse
id="circle855"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
cy="87.206482"
cx="43.091946"
rx="6.2422791"
ry="4.5853777"
transform="rotate(-27.71592,13.393217,-54.56005)" />
<path
transform="translate(26.911905,-0.03095311)"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
d="m 87.454461,63.029589 c 1.00719,1.91712 -0.29203,4.582776 -2.9019,5.953909 -2.60985,1.371133 -5.54206,0.928524 -6.54924,-0.988598 -1.00719,-1.91712 1.69652,-1.39292 4.30638,-2.764052 2.60986,-1.371132 4.13758,-4.118379 5.14476,-2.201259 z"
id="ellipse857"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssss" />
<ellipse
transform="rotate(-27.71592,13.393217,-54.56005)"
ry="4.7389727"
rx="6.451375"
cx="4.6051331"
cy="58.716534"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
id="ellipse867" />
<path
transform="translate(26.911905,-0.03095311)"
sodipodi:nodetypes="sssss"
inkscape:connector-curvature="0"
id="path869"
d="m 40.314116,55.708781 c 1.027865,1.956471 -0.29802,4.676842 -2.961457,6.076117 -2.663428,1.399276 -5.655813,0.947582 -6.683679,-1.008889 -1.027858,-1.95647 1.731346,-1.42151 4.394775,-2.820786 2.663428,-1.399277 4.222503,-4.202911 5.250361,-2.246442 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path889"
d="m 57.607305,82.979142 c 0.855114,4.129123 3.205731,9.396985 5.478503,12.883308 4.397218,-2.34217 7.197383,-6.82007 10.589802,-9.974459 1.592567,2.095526 5.138807,9.447328 8.650919,13.000236 4.601206,-2.641353 10.303767,-8.562335 11.777228,-9.94237"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.39999962;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="ssss"
inkscape:connector-curvature="0"
id="rect902"
d="m 84.223589,73.138301 c 0,1.687965 -7.613015,7.386412 -10.474045,7.028194 -3.082324,-0.385924 -7.026816,-8.012061 -6.415542,-9.582319 1.551878,-3.986518 16.889587,-2.096463 16.889587,2.554125 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000043;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
sodipodi:nodetypes="csc"
inkscape:connector-curvature="0"
id="path890"
d="m 69.084199,52.985546 c -0.511675,8.833129 -2.35248,9.829678 -6.80356,13.608765 -3.576393,3.036453 -3.638824,8.113282 -1.819049,10.715762"
style="display:inline;fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<g
style="display:none"
inkscape:label="Whiskers"
id="layer6"
inkscape:groupmode="layer">
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path943"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
id="path945"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
id="path947"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path949"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<g
inkscape:label="Cofe"
id="layer2"
inkscape:groupmode="layer">
<ellipse
ry="6.0278468"
rx="6.3569756"
cy="108.2252"
cx="61.338467"
id="path898"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#fefefe;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<path
sodipodi:nodetypes="ssssss"
inkscape:connector-curvature="0"
id="path878"
d="m 63.926222,99.266234 c -0.002,6.770166 -1.31007,20.335966 -9.52968,22.310236 -6.81241,1.63627 -12.64473,1.55491 -17.54092,-0.03 -7.72201,-2.49963 -9.04235,-14.65895 -9.04235,-22.280256 0,-4.242965 8.36827,-6.255352 18.34058,-6.255352 9.84793,0 17.77386,1.9471 17.77237,6.255372 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:9;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path915"
d="m 80.9401,103.30819 c -19.676379,-1.54536 -18.166206,7.27947 -10.199983,19.26435"
style="fill:#ff8702;fill-opacity:1;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="scsccs"
inkscape:connector-curvature="0"
id="rect1000"
d="M 28.575478,84.826314 C 24.223357,81.75904 18.102211,77.301373 26.228864,68.877845 c 0.983733,3.997196 3.694791,9.28044 15.886632,11.256966 10.818611,1.753907 16.869286,10.161476 18.375018,19.446525 h -29.06663 c 3.868949,-6.205814 2.623239,-10.898741 -2.848406,-14.755022 z"
style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<ellipse
ry="4.2659087"
rx="14.107142"
cy="99.610245"
cx="45.916187"
id="path881"
style="opacity:1;fill:#502d16;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:9.00000095;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 22 KiB

View file

@ -0,0 +1,351 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxcofeglare.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxowo.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath911">
<rect
transform="matrix(0.99444961,0.10521397,0.015109,0.99988585,0,0)"
y="36.396919"
x="54.819366"
height="15.446256"
width="32.99054"
id="rect913"
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.0145874;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath907">
<rect
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.01141214;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="rect909"
width="33.55088"
height="15.153069"
x="98.663345"
y="40.38686"
transform="matrix(0.97191423,0.23533534,-0.1305395,0.99144311,0,0)" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848-6">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850-2"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.6"
inkscape:cx="-5.9115143"
inkscape:cy="43.001127"
inkscape:document-units="px"
inkscape:current-layer="layer2"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 10.956096,0.26473172 C 17.184276,-2.2851587 33.268656,20.305641 50.773426,26.000181 l -33.59207,20.31895 C 10.776286,36.448021 5.3117554,2.5756019 10.956096,0.26473172 Z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 126.19432,69.473163 c 0,13.12284 -2.81096,14.406769 -2.81096,21.727899 0,7.416978 3.23327,9.753298 1.85232,14.907108 -1.72226,6.42754 -11.51182,15.10513 -31.847749,18.97641 -19.275573,3.66944 -44.086349,3.66289 -56.796619,1.16284 C 23.801592,123.73177 3.4265838,116.41648 1.1022228,105.85712 -2.2037172,90.838512 2.1408218,68.990609 11.271853,53.155934 19.908648,38.178341 30.267421,28.351504 44.081412,28.815895 L 30.311551,25.486899 c 10.007408,-2.486949 14.432585,-3.465851 23.29382,0.753186 -5.124314,-3.936115 -7.980574,-11.805676 -10.31743,-15.215949 13.193371,1.00504 24.283329,6.8127 29.088019,9.931389 l -1.800227,-7.487786 c 6.191095,1.891889 8.916885,6.135396 16.011015,7.344567 18.490882,3.386399 39.607572,19.943858 39.607572,48.660857 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path873"
d="M 125.27642,0.37784272 C 120.29605,-2.2484527 89.743149,8.9426163 77.333759,29.675884 c 5.52801,7.799032 19.477069,-0.125642 25.070641,-0.504988 -1.52875,2.360045 -4.12357,8.49045 -4.175674,11.580478 2.272234,0.877121 9.521604,0.624336 12.394654,-2.319618 1.53257,5.472273 -1.18069,17.461091 6.63047,18.834709 10.59069,-18.354905 13.53429,-53.9821221 8.02257,-56.88862228 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74360824;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 148.35911,4.3356447 c -1.78771,-0.8484478 -11.00575,2.906299 -16.19325,7.6720183 -10.53309,9.676667 -1.07136,22.664674 -28.29413,20.811212 6.00859,14.75387 19.11803,20.290527 34.81182,24.002583 -2.67038,-18.583744 9.24321,-19.504661 10.95019,-39.43404 0.64348,-7.5127806 0.14869,-12.3762659 -1.27463,-13.0517733 z"
id="path958"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss"
clip-path="url(#clipPath848-6)"
transform="matrix(1.0194668,0,0,1.0216422,-28.912819,0.13385472)" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 84.223905,73.138692 c 0,1.687965 -7.613086,7.386412 -10.474143,7.028194 -3.082351,-0.385924 -7.02688,-8.012061 -6.4156,-9.582318 1.551891,-3.986518 16.889743,-2.096464 16.889743,2.554124 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<ellipse
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:9.04088688;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="path885"
cx="106.01395"
cy="76.79866"
rx="8.1681051"
ry="9.2973518"
transform="matrix(0.98779346,-0.15576935,0.02195771,0.9997589,4.4171026e-4,1.2728987e-4)"
clip-path="url(#clipPath907)" />
<ellipse
transform="matrix(0.99925727,0.03853443,-0.1774031,0.98413827,4.4171026e-4,1.2728987e-4)"
ry="8.6339893"
rx="7.2976637"
cy="53.463646"
cx="71.474693"
id="ellipse887"
style="opacity:1;fill:#fefefe;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:9.04422855;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
clip-path="url(#clipPath911)" />
<ellipse
transform="matrix(0.92474091,-0.38059722,0.08725697,0.99618584,0,0)"
ry="5.6046529"
rx="4.0769711"
cy="100.394"
cx="101.7723"
id="ellipse841"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.09439135;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<ellipse
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.09439135;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="ellipse846"
cx="62.402935"
cy="76.615768"
rx="4.0545259"
ry="5.5737967"
transform="matrix(0.95022674,-0.31155922,0.01375907,0.99990534,0,0)" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.4000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 62.096358,92.776292 c 4.00247,-1.205748 8.655244,-3.063565 11.709867,-4.481754 2.312171,1.622017 8.153159,5.343583 11.094442,7.128717"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" />
<path
style="fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 50.923997,45.768922 25.25756,3.94129"
id="path849"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
inkscape:connector-curvature="0"
id="path851"
d="m 92.423274,51.246438 28.389956,0.999899"
style="fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:transform-center-x="3.4107855"
inkscape:transform-center-y="1.2805558"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path901"
d="m 50.891149,60.378886 18.019968,2.368355"
style="fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 94.535227,64.93563 22.350333,1.832641"
id="path903"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 74.932708,54.62705 c -1.837502,6.465584 -7.104391,10.191506 -10.812603,12.074226 -4.322358,2.194532 -4.428006,7.796953 -3.271144,10.557269"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Cofe"
style="display:inline">
<ellipse
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#fefefe;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="path898"
cx="61.338196"
cy="108.22491"
rx="6.3569756"
ry="6.0278468" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:9;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
d="m 63.92595,99.265942 c -0.002,6.770158 -1.31007,20.335958 -9.52968,22.310228 -6.81241,1.63627 -12.64473,1.55491 -17.54092,-0.03 -7.72201,-2.49963 -9.04235,-14.65895 -9.04235,-22.280248 0,-4.242965 8.36827,-6.255352 18.34058,-6.255352 9.84793,0 17.77386,1.9471 17.77237,6.255372 z"
id="path878"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssss" />
<path
style="fill:#ff8702;fill-opacity:1;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 80.939829,103.30789 c -19.67638,-1.54536 -18.166207,7.27947 -10.199984,19.26435"
id="path915"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
d="M 28.575412,84.82598 C 24.223291,81.758705 18.102145,77.301038 26.228798,68.87751 27.212531,72.874706 29.923589,78.15795 42.11543,80.134476 52.934041,81.888383 58.984716,90.29595 60.490448,99.581 h -29.06663 c 3.868949,-6.20581 2.623239,-10.89874 -2.848406,-14.75502 z"
id="rect1000"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scsccs" />
<ellipse
style="opacity:1;fill:#502d16;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:9.00000095;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="path881"
cx="45.915913"
cy="99.609955"
rx="14.107142"
ry="4.2659087" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 20 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 36 KiB

View file

@ -0,0 +1,293 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxcofeowo.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxowo.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.979899"
inkscape:cx="-227.97021"
inkscape:cy="210.13537"
inkscape:document-units="px"
inkscape:current-layer="layer2"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 15.204658,0.3864728 C 20.829433,-3.3078382 34.266472,20.501538 50.787737,27.782516 L 24.83867,42.329415 C 25.32674,31.604092 7.049399,5.7427878 15.204658,0.3864728 Z"
id="rect870-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
<path
clip-path="none"
sodipodi:nodetypes="sccccccss"
inkscape:connector-curvature="0"
id="path872"
d="m 14.987522,4.6853298 c -2.06446,0.191174 -3.363413,8.4981412 0.936437,17.2082082 -1.160727,-0.991323 -1.868305,-1.425753 -4.802959,-2.263377 0.933088,5.894704 1.811092,10.546248 7.578388,13.594272 l -6.518722,-0.985494 c 2.625362,4.626225 6.665249,9.454119 13.179322,10.841821 l 4.523496,-5.119661 c -8.4931,-1.11529 -4.925699,-16.177806 -7.963442,-25.663573 -1.78577,-5.5763092 -5.16461,-7.7759102 -6.93252,-7.6121962 z"
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 126.19432,69.473163 c 0,13.12284 -2.81096,14.406769 -2.81096,21.727899 0,7.416978 3.23327,9.753298 1.85232,14.907108 -1.72226,6.42754 -11.51182,15.10513 -31.847749,18.97641 -19.275573,3.66944 -44.086349,3.66289 -56.796619,1.16284 C 23.801592,123.73177 3.4265838,116.41648 1.1022228,105.85712 -2.2037172,90.838512 2.1408218,68.990609 11.271853,53.155934 19.908648,38.178341 30.267421,28.351504 44.081412,28.815895 L 30.311551,25.486899 c 10.007408,-2.486949 14.432585,-3.465851 23.29382,0.753186 -5.124314,-3.936115 -7.980574,-11.805676 -10.31743,-15.215949 13.193371,1.00504 24.283329,6.8127 29.088019,9.931389 l -1.800227,-7.487786 c 6.191095,1.891889 8.916885,6.135396 16.011015,7.344567 18.490882,3.386399 39.607572,19.943858 39.607572,48.660857 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
sodipodi:nodetypes="sccccs"
inkscape:connector-curvature="0"
id="path873-7"
d="m 125.27646,0.3859818 c -4.98002,-2.626128 -35.5309,8.564232 -47.93946,29.2961882 5.52764,7.798536 25.01635,-0.40147 28.96052,-5.152163 l 4.89361,9.449184 c 0.51237,5.623056 -1.74735,21.918281 6.0633,23.291809 10.58997,-18.353739 13.53339,-53.9787002 8.02203,-56.8850182 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
clip-path="none"
d="m 121.30229,4.4384688 c -3.16935,0.121854 -11.26945,3.178824 -16.15546,7.1391912 -6.22362,5.044571 -9.40494,18.415253 -17.54869,21.410558 5.55192,-0.775709 11.53765,-3.488842 14.75521,-3.707518 -1.52537,2.359898 -4.11603,8.488552 -4.16802,11.578392 2.26723,0.877066 9.50175,0.624819 12.36847,-2.318951 0.68275,2.443048 0.52447,6.182663 0.82987,9.69892 0.005,-13.238506 11.1124,-17.747718 12.24926,-30.333377 0.69296,-7.671634 0.15353,-12.6438862 -1.2974,-13.3339692 -0.2278,-0.108341 -0.58047,-0.150653 -1.03324,-0.133246 z"
id="path958-0"
inkscape:connector-curvature="0" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<ellipse
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:9.04046822;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="path885"
cx="106.02323"
cy="76.04274"
rx="8.8029327"
ry="9.9818306"
transform="matrix(0.98788676,-0.15517654,0.02204363,0.99975701,0,0)" />
<ellipse
transform="matrix(0.99926374,0.03836632,-0.1781569,0.98400209,0,0)"
ry="9.6092548"
rx="8.1564407"
cy="52.485775"
cx="72.233757"
id="ellipse887"
style="opacity:1;fill:#fefefe;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:9.0448246;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.39999962;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 57.607434,82.979012 c 0.855113,4.129123 3.20573,9.396984 5.478502,12.883308 4.397218,-2.342166 7.197383,-6.820071 10.589801,-9.97446 1.592567,2.095526 5.138808,9.447325 8.650919,13.000242 4.601209,-2.641362 10.303769,-8.562341 11.777229,-9.942375"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 84.223905,73.138692 c 0,1.687965 -7.613086,7.386412 -10.474143,7.028194 -3.082351,-0.385924 -7.02688,-8.012061 -6.4156,-9.582318 1.551891,-3.986518 16.889743,-2.096464 16.889743,2.554124 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 74.932708,54.62705 c -1.837502,6.465584 -7.104391,10.191506 -10.812603,12.074226 -4.322358,2.194532 -4.428006,7.796953 -3.271144,10.557269"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<ellipse
transform="matrix(0.92474091,-0.38059723,0.08725697,0.99618584,0,0)"
ry="5.4176922"
rx="3.9409714"
cy="101.42716"
cx="101.48467"
id="ellipse841"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.09439135;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<ellipse
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.09439135;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="ellipse846"
cx="63.768356"
cy="77.387589"
rx="3.9409714"
ry="5.4176922"
transform="matrix(0.95022674,-0.31155921,0.01375907,0.99990534,0,0)" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Cofe">
<ellipse
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#fefefe;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="path898"
cx="61.338196"
cy="108.22491"
rx="6.3569756"
ry="6.0278468" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:9;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
d="m 63.92595,99.265942 c -0.002,6.770158 -1.31007,20.335958 -9.52968,22.310228 -6.81241,1.63627 -12.64473,1.55491 -17.54092,-0.03 -7.72201,-2.49963 -9.04235,-14.65895 -9.04235,-22.280248 0,-4.242965 8.36827,-6.255352 18.34058,-6.255352 9.84793,0 17.77386,1.9471 17.77237,6.255372 z"
id="path878"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssss" />
<path
style="fill:#ff8702;fill-opacity:1;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 80.939829,103.30789 c -19.67638,-1.54536 -18.166207,7.27947 -10.199984,19.26435"
id="path915"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
d="M 28.575412,84.82598 C 24.223291,81.758705 18.102145,77.301038 26.228798,68.87751 27.212531,72.874706 29.923589,78.15795 42.11543,80.134476 52.934041,81.888383 58.984716,90.29595 60.490448,99.581 h -29.06663 c 3.868949,-6.20581 2.623239,-10.89874 -2.848406,-14.75502 z"
id="rect1000"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scsccs" />
<ellipse
style="opacity:1;fill:#502d16;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:9.00000095;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="path881"
cx="45.915913"
cy="99.609955"
rx="14.107142"
ry="4.2659087" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

View file

@ -0,0 +1,338 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxterrified.png"
sodipodi:docname="blobfoxcofeterrified.svg"
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
id="svg8"
version="1.1"
viewBox="0 0 128 128"
height="128"
width="128">
<defs
id="defs2">
<linearGradient
id="linearGradient852"
inkscape:collect="always">
<stop
id="stop848"
offset="0"
style="stop-color:#47aee3;stop-opacity:1" />
<stop
id="stop850"
offset="1"
style="stop-color:#ff8702;stop-opacity:1" />
</linearGradient>
<linearGradient
id="linearGradient879"
inkscape:collect="always">
<stop
id="stop875"
offset="0"
style="stop-color:#ff7505;stop-opacity:1" />
<stop
id="stop877"
offset="1"
style="stop-color:#ff8702;stop-opacity:1" />
</linearGradient>
<mask
id="mask914"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<linearGradient
y2="85.856133"
x2="95.348198"
y1="112.44355"
x1="114.28658"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
gradientUnits="userSpaceOnUse"
id="linearGradient850"
xlink:href="#linearGradient879"
inkscape:collect="always" />
<clipPath
id="clipPath848"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<linearGradient
gradientTransform="matrix(0.94507681,0,0,0.94507681,-25.434289,7.0594286)"
gradientUnits="userSpaceOnUse"
y2="72.158119"
x2="83.60672"
y1="28.658424"
x1="95.349739"
id="linearGradient854"
xlink:href="#linearGradient852"
inkscape:collect="always" />
<clipPath
id="clipPath894"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.80000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 121.94585,8.3109743 c -4.37532,-3.118506 -39.560593,2.2049727 -52.955088,23.9097867 2.186976,5.813359 8.255215,5.868865 14.806933,5.421494 5.471008,-0.373577 7.795424,-0.09011 11.020011,1.037292 -0.942798,1.458811 -1.231225,4.319039 -2.477709,6.366205 2.352309,0.442071 6.536557,-1.167616 9.583973,-3.655515 0.75221,5.373621 -3.944168,11.098055 2.37492,14.328375 C 117.90897,40.94738 126.78797,11.7622 121.94585,8.3109743 Z"
id="path896"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scsccccs" />
</clipPath>
</defs>
<sodipodi:namedview
inkscape:document-rotation="0"
showguides="false"
inkscape:window-maximized="1"
inkscape:window-y="0"
inkscape:window-x="1536"
inkscape:window-height="992"
inkscape:window-width="1920"
fit-margin-bottom="0"
fit-margin-right="0"
fit-margin-left="0"
fit-margin-top="0"
units="px"
showgrid="false"
inkscape:current-layer="layer3"
inkscape:document-units="px"
inkscape:cy="97.704029"
inkscape:cx="54.07702"
inkscape:zoom="2"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1.0"
bordercolor="#666666"
pagecolor="#ffffff"
id="base" />
<metadata
id="metadata5">
<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="Ear back"
id="layer3"
inkscape:groupmode="layer">
<path
sodipodi:nodetypes="sccs"
inkscape:connector-curvature="0"
id="rect870"
d="m 25.980651,10.54461 c 5.476141,-0.242666 17.629723,16.139331 20.924482,25.410676 L 15.935376,54.327654 C 13.236055,36.470705 21.113775,10.760278 25.980651,10.54461 Z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
inkscape:label="Body"
id="layer4"
inkscape:groupmode="layer">
<path
sodipodi:nodetypes="ssssssscccccccs"
inkscape:connector-curvature="0"
id="path837"
d="m 119.25476,72.687647 c 0,12.402091 -2.65658,13.615504 -2.65658,20.534535 0,7.009618 3.05569,9.217628 1.7506,14.088368 -1.62767,6.0745 -10.87955,14.2755 -30.098578,17.93418 -18.216894,3.46788 -41.664985,3.4617 -53.677168,1.09896 C 22.485768,123.96621 3.2298178,117.05269 1.0331191,107.07328 -2.0912482,92.879544 2.014674,72.231596 10.6442,57.266612 18.806637,43.111635 28.596472,33.824519 41.651755,34.263404 L 28.638179,31.117247 c 9.457769,-2.350357 13.639901,-3.275495 22.01445,0.711818 -4.842871,-3.71993 -7.542256,-11.15727 -9.750764,-14.380241 12.468748,0.94984 22.949613,6.438525 27.490414,9.385927 l -1.701355,-7.076535 c 5.851063,1.787981 8.427143,5.798422 15.131641,6.94118 17.475301,3.200409 37.432195,18.84848 37.432195,45.988251 z"
style="opacity:1;fill:url(#linearGradient854);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
inkscape:label="Ear front"
id="layer5"
inkscape:groupmode="layer">
<path
sodipodi:nodetypes="scscs"
inkscape:connector-curvature="0"
id="path911"
d="m 307.47812,-23.699174 c -4.45817,-6.852749 -40.26067,-2.753849 -54.3926,4.954826 0.42481,5.547202 6.09159,10.7018704 11.93776,12.6842084 21.42765,7.26576 30.33439,-16.1384574 40.84748,-10.0600534 1.83397,-3.519133 2.46826,-6.255666 1.60736,-7.578981 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.80000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.80000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 306.15518,-19.90331 c -1.59057,-1.812009 -10.73333,1.910105 -15.71547,6.007508 -9.73482,8.0061144 -14.69449,8.9950024 -26.91248,7.7018174 11.76047,5.62420203 22.80529,3.736781 29.88162,1.616781 -3.14398,-1.068272 -3.74702,-0.992851 -5.54905,-2.547673 6.48034,1.364575 11.44157,0.21792 13.0478,-3.1519194 -1.89967,0.181475 -3.49045,0.3763584 -6.55703,-1.183979 4.53326,0.51894 7.52767,-0.151811 9.80974,-2.279461 1.81767,-1.92759 3.52789,-4.416627 1.99487,-6.163074 z"
id="path913"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccccccs"
clip-path="none" />
<path
sodipodi:nodetypes="scscs"
inkscape:connector-curvature="0"
id="path923-9-5"
d="m 283.44276,-53.324572 c -8.13244,-1.078843 -36.34135,0.83431 -52.35754,15.549653 -0.0652,6.185773 9.8366,10.354301 15.95836,11.148835 22.43781,2.912163 24.81014,-22.844771 36.31291,-18.951416 1.10648,-3.810969 1.65127,-7.539462 0.0863,-7.747072 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.80000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.80000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 282.97147,-49.263086 c -1.92562,-1.450975 -10.2282,3.902967 -14.30775,8.899732 -7.97122,9.763417 -9.39898,14.700696 -21.93136,13.890809 12.63654,3.202827 19.93553,2.700271 26.07662,-1.872284 -3.29263,-0.429447 -6.05047,0.64655 -8.12296,-0.523729 6.62214,0.06417 13.18672,-3.336698 14.09923,-6.956519 -1.82694,0.551336 -3.34838,1.055103 -6.66184,0.127978 5.01899,-0.337884 7.22457,-2.652823 8.49624,-4.472242 3.85234,-5.51167 3.50292,-8.226364 2.35182,-9.093742 z"
id="path925-3-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cscccccssc"
clip-path="none" />
<path
sodipodi:nodetypes="scsccccs"
inkscape:connector-curvature="0"
id="path911-8"
d="m 127.37885,25.431121 c -2.7424,-3.223737 -34.337676,-0.427253 -45.417403,10.135671 0.701244,4.785892 2.264286,6.144045 3.974843,7.195246 2.669967,1.640796 5.470331,-1.274606 6.31761,-4.38991 2.392356,1.570199 4.809953,6.551038 5.050401,9.753931 0.275935,0.575715 4.794289,-1.449048 6.181639,-3.319351 1.15748,2.244005 1.27896,9.990688 4.68483,12.552463 16.20363,-7.437885 21.83053,-28.845323 19.20808,-31.92805 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.80000067;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
transform="translate(-26.911905,0.03095311)"
id="layer1"
inkscape:groupmode="layer"
inkscape:label="Face">
<ellipse
transform="matrix(0.98788676,-0.15517654,0.02204363,0.99975701,0,0)"
ry="9.4335957"
rx="8.3194475"
cy="79.102203"
cx="101.52617"
id="path885"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:9.04046726;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<ellipse
style="opacity:1;fill:#fefefe;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:9.0448246;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="ellipse887"
cx="70.991577"
cy="56.639568"
rx="7.7084622"
ry="9.0814819"
transform="matrix(0.99926374,0.03836632,-0.1781569,0.98400209,0,0)" />
<ellipse
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.09439135;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="ellipse841"
cx="99.263428"
cy="101.78486"
rx="3.7245207"
ry="5.1201353"
transform="matrix(0.9247409,-0.38059724,0.08725697,0.99618584,0,0)" />
<ellipse
transform="matrix(0.95022674,-0.31155921,0.01375907,0.99990534,0,0)"
ry="5.1201348"
rx="3.7245209"
cy="78.412064"
cx="62.877197"
id="ellipse846"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.09439135;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<path
sodipodi:nodetypes="ssscs"
inkscape:connector-curvature="0"
id="path867"
d="m 127.65827,96.030567 c 0,3.29532 -2.67137,5.966713 -5.9667,5.966713 -3.29533,0 -5.96669,-2.671393 -5.96669,-5.966713 0,-6.143203 3.16171,-7.309959 5.96669,-18.019425 2.79963,10.826039 5.9667,11.960601 5.9667,18.019425 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:9.00000095;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 55.912928,85.449998 c 0.80815,3.902336 3.02967,8.880867 5.17762,12.175709 4.155721,-2.213525 6.8021,-6.445487 10.008204,-9.426626 1.505103,1.980432 4.856582,8.928444 8.175807,12.286229 4.348508,-2.496296 9.737881,-8.092073 11.130417,-9.396311"
id="path889-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 81.06761,76.150144 c 0,1.595255 -7.194972,6.980724 -9.898898,6.64218 -2.913067,-0.364728 -6.64096,-7.57201 -6.063252,-9.056022 1.46666,-3.767565 15.96215,-1.981319 15.96215,2.413842 z"
id="rect902-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 72.28669,58.655228 c -1.736586,6.110471 -6.714215,9.631752 -10.21877,11.411066 -4.084972,2.074 -4.184817,7.368716 -3.091491,9.977426"
id="path890-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<ellipse
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#fefefe;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="path898"
cx="84.872681"
cy="109.28004"
rx="6.0078473"
ry="5.6967754" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:9;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
d="m 87.318319,100.81313 c -0.0019,6.39832 -1.238121,19.21905 -9.006306,21.08488 -6.438269,1.5464 -11.950275,1.46951 -16.577564,-0.0284 -7.297913,-2.36234 -8.54574,-13.85384 -8.54574,-21.05655 0,-4.009918 7.908681,-5.911777 17.333307,-5.911777 9.307077,0 16.797711,1.840158 16.796303,5.911797 z"
id="path878"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssss" />
<path
style="fill:#ff8702;fill-opacity:1;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 103.39779,104.63308 c -18.595747,-1.46048 -17.168513,6.87966 -9.639799,18.2063"
id="path915"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
d="m 53.909249,87.16627 c -4.1131,-2.898808 -9.89807,-7.111644 -2.217736,-15.072522 0.929705,3.777656 3.491871,8.770725 15.01413,10.638693 10.224448,1.657576 15.942816,9.603369 17.365853,18.378449 H 56.60122 c 3.656464,-5.864963 2.479169,-10.30014 -2.691971,-13.94462 z"
id="rect1000"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scsccs" />
<ellipse
style="opacity:1;fill:#502d16;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:9;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="path881"
cx="70.297401"
cy="101.13825"
rx="13.332372"
ry="4.0316095" />
</g>
<g
style="display:none"
inkscape:label="Whiskers"
id="layer6"
inkscape:groupmode="layer">
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path943"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
id="path945"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
id="path947"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path949"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 21 KiB

View file

@ -0,0 +1,333 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxcomfy.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxcomfy.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath932">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 125.27667,0.37813902 C 120.2963,-2.2481557 89.74339,8.942913 77.334,29.676181 c 4.011436,6.936801 10.538746,4.469429 18.618181,10.718347 5.246249,4.057635 8.936809,13.552851 21.301919,16.872234 10.59069,-18.354905 13.53429,-53.9821224 8.02257,-56.88862298 z"
id="path934"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scscs" />
</clipPath>
<mask
id="mask914-8"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-9"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-0"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-3"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<mask
id="mask914-4"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-76"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-5"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-6"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-9"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-37"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848-4"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="8"
inkscape:cx="-41.522345"
inkscape:cy="43.481193"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 16.896518,0.17306618 C 22.290524,-2.0353034 36.220637,17.529789 51.3809,22.461628 L 22.287996,40.059153 C 16.740791,31.510133 12.008155,2.174429 16.896518,0.17306618 Z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 100.13137,68.648271 c 0,21.409101 -19.221078,38.764609 -42.931484,38.764609 -5.820838,0 -10.993473,8.38931 -18.831959,6.40273 -7.010562,-1.77675 -6.877937,-13.77043 -10.64635,-16.985282 -8.283912,-7.06706 -13.453176,-17.079477 -13.453175,-28.182057 2e-6,-21.409099 19.22108,-38.764603 42.931484,-38.764603 23.710404,0 42.931484,17.355504 42.931484,38.764603 z"
id="path937"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssss" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:9.99999905;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 120.57321,100.1251 c 0.0551,4.75467 -1.35806,9.91832 -5.23476,12.42497 -18.497142,11.9601 -74.212206,13.18088 -75.577147,6.05302 -1.694937,-8.85114 7.836433,-16.62589 16.421457,-16.89751 23.703999,-0.74996 42.019411,-13.23093 42.019411,-33.745164 0,-20.514236 -19.007905,-37.143085 -41.699985,-37.143085 h 2e-6 c -22.692083,0 -41.087253,16.628849 -41.087253,37.143085 0,8.821042 2.829124,17.483839 9.0817,23.295843 9.350966,8.692079 16.00064,16.670711 11.44856,26.133561 -2.874031,5.97453 -20.799123,0.97385 -28.2876438,-8.40788 -2.3885989,-2.99247 -2.541165,-13.622575 -2.541165,-19.063842"
id="path1004"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cssssscssssc" />
<path
id="path852"
style="opacity:1;fill:#6d677d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 39.996918,113.93758 c 2.502913,-6.11447 8.368196,-12.19392 16.505285,-12.31289 25.855079,-0.37802 41.661319,-13.262405 41.661319,-33.756477 0,-20.494074 -18.990222,-37.107802 -41.661319,-37.107802 -22.6711,0 -41.049656,16.613728 -41.049656,37.107802 0,8.812373 2.397194,17.966803 9.074505,23.272368 7.110514,5.649777 11.663906,11.530239 12.037744,21.724359 0.248402,6.77364 -2.978618,8.66373 -8.827773,7.46446 C 14.572301,117.0893 2.7753296,109.45093 1.093657,101.81123 -2.2122825,86.792626 2.095651,64.923558 11.263287,49.110046 27.636229,20.867899 48.226709,9.5651352 86.578185,16.766416 c 18.475525,3.469162 39.607565,19.94386 39.607565,48.66086 0,13.12284 -2.81096,14.40677 -2.81096,21.7279 0,7.41698 3.23327,9.753302 1.85232,14.907104 -1.72226,6.42754 -11.51181,15.10514 -31.847745,18.97643 -16.083912,3.06184 -34.198168,3.57048 -47.294842,1.81545 -6.532016,-0.87533 -7.380856,-5.75724 -6.087605,-8.91658 z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscssssscsss" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 40.74034,103.2567 1.066286,3.52021 -3.320909,6.92525 0.732393,6.45927 -3.45511,0.0823 c -4.171725,-6.15043 1.038875,-12.65633 4.97734,-16.98701 z"
id="rect1013"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
sodipodi:nodetypes="scscs"
inkscape:connector-curvature="0"
id="path873"
d="M 116.47742,0.32051992 C 112.25597,-1.9055749 86.358769,7.5801765 75.840346,25.154069 c 3.400165,5.879757 8.932831,3.788368 15.781106,9.085065 4.446815,3.439323 7.575007,11.48764 18.055888,14.301209 8.97687,-15.557949 11.47192,-45.7562208 6.80008,-48.21982308 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.30337501;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 122.43461,4.4636285 c -1.82251,-0.8668101 -11.22,2.9691977 -16.50848,7.8380575 -10.738137,9.886091 -1.09222,23.155188 -28.844928,21.261613 6.125558,15.073176 19.490197,20.729658 35.489498,24.522051 -2.72237,-18.985937 9.42314,-19.926785 11.16335,-40.287479 0.65601,-7.675374 0.15159,-12.6441157 -1.29944,-13.3342425 z"
id="path958"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss"
clip-path="url(#clipPath932)"
transform="matrix(0.84761803,0,0,0.84761803,10.290653,2.4453707e-6)" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<ellipse
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81259012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="path885"
cx="100.74702"
cy="74.357704"
rx="6.5587158"
ry="7.437067"
transform="matrix(0.98788676,-0.15517654,0.02204363,0.99975701,0,0)" />
<ellipse
transform="matrix(0.99926374,0.03836633,-0.17815691,0.98400209,0,0)"
ry="7.1594748"
rx="6.0770407"
cy="51.763184"
cx="76.088509"
id="ellipse887"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81394577;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 62.925759,77.710122 c 0.637112,3.076446 2.388463,7.001321 4.081815,9.598842 3.276192,-1.745058 5.362485,-5.081364 7.890042,-7.431575 1.186558,1.561295 3.828721,7.03883 6.445457,9.685962 3.428176,-1.967968 7.676928,-6.379457 8.774746,-7.407666"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000043;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 82.756498,69.978962 c 0,1.257635 -5.672157,5.503323 -7.803797,5.236429 -2.296517,-0.287536 -5.235402,-5.969469 -4.779965,-7.139407 1.156242,-2.970196 12.583762,-1.561991 12.583762,1.902978 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 71.485953,53.234339 c -0.381228,6.581213 -1.752739,9.11983 -5.069063,11.935479 -2.664628,2.26234 -2.711142,6.044884 -1.355301,7.983889"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 24 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 45 KiB

View file

@ -0,0 +1,418 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxcomfy.png"
sodipodi:docname="blobfoxcomfycomputer.svg"
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
id="svg8"
version="1.1"
viewBox="0 0 128 128"
height="128"
width="128">
<defs
id="defs2">
<linearGradient
id="linearGradient879"
inkscape:collect="always">
<stop
id="stop875"
offset="0"
style="stop-color:#ff7505;stop-opacity:1" />
<stop
id="stop877"
offset="1"
style="stop-color:#ff8702;stop-opacity:1" />
</linearGradient>
<mask
id="mask914"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<linearGradient
y2="85.856133"
x2="95.348198"
y1="112.44355"
x1="114.28658"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
gradientUnits="userSpaceOnUse"
id="linearGradient850"
xlink:href="#linearGradient879"
inkscape:collect="always" />
<clipPath
id="clipPath932"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scscs"
inkscape:connector-curvature="0"
id="path934"
d="M 125.27667,0.37813902 C 120.2963,-2.2481557 89.74339,8.942913 77.334,29.676181 c 4.011436,6.936801 10.538746,4.469429 18.618181,10.718347 5.246249,4.057635 8.936809,13.552851 21.301919,16.872234 10.59069,-18.354905 13.53429,-53.9821224 8.02257,-56.88862298 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<mask
maskUnits="userSpaceOnUse"
id="mask914-8">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916-7"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939-9">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846-3">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848-3"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<mask
maskUnits="userSpaceOnUse"
id="mask914-4">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916-76"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939-5">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846-9">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848-37"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848-4">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850-5"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
gradientTransform="matrix(0.86843453,0.0598692,0.03831419,0.84874416,-30.815047,16.898595)"
gradientUnits="userSpaceOnUse"
y2="120.88388"
x2="90.959541"
y1="93.490814"
x1="90.959541"
id="linearGradient940"
xlink:href="#linearGradient938"
inkscape:collect="always" />
<linearGradient
id="linearGradient938"
inkscape:collect="always">
<stop
id="stop934"
offset="0"
style="stop-color:#9aacb6;stop-opacity:1;" />
<stop
id="stop936"
offset="1"
style="stop-color:#899eaa;stop-opacity:1" />
</linearGradient>
<clipPath
id="clipPath1021"
clipPathUnits="userSpaceOnUse">
<rect
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect1023"
width="132.3745"
height="159.82811"
x="24.724504"
y="-74.684395" />
</clipPath>
<filter
height="2.0459747"
y="-0.52298735"
width="1.6464479"
x="-0.32322397"
id="filter1044"
style="color-interpolation-filters:sRGB"
inkscape:collect="always">
<feGaussianBlur
id="feGaussianBlur1046"
stdDeviation="12.084608"
inkscape:collect="always" />
</filter>
</defs>
<sodipodi:namedview
inkscape:document-rotation="0"
showguides="false"
inkscape:window-maximized="1"
inkscape:window-y="0"
inkscape:window-x="0"
inkscape:window-height="1983"
inkscape:window-width="3840"
fit-margin-bottom="0"
fit-margin-right="0"
fit-margin-left="0"
fit-margin-top="0"
units="px"
showgrid="false"
inkscape:current-layer="layer3"
inkscape:document-units="px"
inkscape:cy="129.36805"
inkscape:cx="24.702887"
inkscape:zoom="1.4142136"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1.0"
bordercolor="#666666"
pagecolor="#ffffff"
id="base" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Ear back"
id="layer3"
inkscape:groupmode="layer">
<path
sodipodi:nodetypes="sccs"
inkscape:connector-curvature="0"
id="rect870"
d="M 30.00321,0.15231093 C 34.750331,-1.7912163 47.009852,15.4275 60.351996,19.76788 L 34.748106,35.254993 C 29.866159,27.731228 25.701092,1.913657 30.00321,0.15231093 Z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
inkscape:label="Body"
id="layer4"
inkscape:groupmode="layer">
<path
sodipodi:nodetypes="sssssss"
inkscape:connector-curvature="0"
id="path937"
d="m 103.25599,60.415514 c 0,18.841579 -16.915963,34.115699 -37.78286,34.115699 -5.122764,0 -9.675062,7.383207 -16.573505,5.634877 C 42.729816,98.602415 42.846536,88.047097 39.530056,85.217791 32.239606,78.99826 27.690274,70.186599 27.690275,60.415514 27.690277,41.573936 44.606236,26.29982 65.47313,26.29982 c 20.866895,0 37.78286,15.274116 37.78286,34.115694 z"
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.12;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
sodipodi:nodetypes="cssssscssssc"
inkscape:connector-curvature="0"
id="path1004"
d="m 121.2463,88.117432 c 0.0485,4.184459 -1.19519,8.728849 -4.60697,10.934885 -16.27884,10.525763 -65.312184,11.600143 -66.513432,5.327103 -1.491669,-7.789654 6.896636,-14.632004 14.452087,-14.871049 20.861258,-0.66002 36.980165,-11.644189 36.980165,-29.69822 0,-18.054032 -16.728352,-32.688639 -36.699047,-32.688639 h 2e-6 c -19.970698,0 -36.159797,14.634607 -36.159797,32.688639 0,7.763164 2.489837,15.387061 7.992563,20.502051 8.229536,7.649667 14.081736,14.671448 10.075572,22.999448 -2.529358,5.25803 -18.304754,0.85706 -24.895201,-7.399549 C 19.7701,93.278508 19.63583,83.923236 19.63583,79.134522"
style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:10;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.12;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
sodipodi:nodetypes="ssssssscssssscsss"
inkscape:connector-curvature="0"
d="m 50.333257,100.27343 c 2.202747,-5.381184 7.364626,-10.731546 14.525861,-10.836249 22.754366,-0.332685 36.665012,-11.671889 36.665012,-29.708175 0,-18.036289 -16.712784,-32.657588 -36.665012,-32.657588 -19.952231,0 -36.126708,14.621299 -36.126708,32.657588 0,7.755534 2.109706,15.812104 7.98623,20.48139 6.257774,4.972219 10.265093,10.147457 10.594098,19.11903 0.218611,5.961304 -2.621403,7.624714 -7.769088,6.569274 C 27.957729,103.04717 17.575529,96.324847 16.095533,89.60135 13.186064,76.383877 16.977362,57.137493 25.045554,43.220443 39.454944,18.365282 57.576076,8.4180206 91.328188,14.755676 c 16.259822,3.053117 34.857562,17.55206 34.857562,42.825126 0,11.549062 -2.47385,12.679014 -2.47385,19.122146 0,6.527486 2.84551,8.583621 1.63018,13.119345 -1.51572,5.656706 -10.13124,13.293627 -28.028354,16.700647 -14.155023,2.69465 -30.096897,3.14229 -41.62293,1.59773 -5.748654,-0.77035 -6.495695,-5.06679 -5.357539,-7.84724 z"
style="opacity:1;fill:#6d677d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.12;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="path852" />
<path
sodipodi:nodetypes="cccccc"
inkscape:connector-curvature="0"
id="rect1013"
d="m 50.987523,90.87347 0.938409,3.098043 -2.922643,6.094727 0.644559,5.68463 -3.04075,0.0724 c -3.671424,-5.41283 0.914286,-11.138496 4.380425,-14.949813 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.12;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
inkscape:label="Ear front"
id="layer5"
inkscape:groupmode="layer">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 117.64171,0.28208104 C 113.92652,-1.6770457 91.135086,6.6711113 81.878102,22.137426 c 2.992395,5.174617 7.861547,3.334041 13.888531,7.995523 3.913524,3.026857 6.666557,10.109966 15.890507,12.586113 7.9003,-13.692136 10.09613,-40.2688302 5.98457,-42.43698096 z"
id="path873"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scscs" />
<path
transform="matrix(0.74596604,0,0,0.74596604,24.189564,2.1511388e-6)"
clip-path="url(#clipPath932)"
sodipodi:nodetypes="ssccss"
inkscape:connector-curvature="0"
id="path958"
d="m 122.43461,4.4636285 c -1.82251,-0.8668101 -11.22,2.9691977 -16.50848,7.8380575 -10.738137,9.886091 -1.09222,23.155188 -28.844928,21.261613 6.125558,15.073176 19.490197,20.729658 35.489498,24.522051 -2.72237,-18.985937 9.42314,-19.926785 11.16335,-40.287479 0.65601,-7.675374 0.15159,-12.6441157 -1.29944,-13.3342425 z"
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75352;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
style="display:inline"
transform="translate(-26.911905,0.03095311)"
id="layer1"
inkscape:groupmode="layer"
inkscape:label="Face">
<ellipse
transform="matrix(0.98788676,-0.15517654,0.02204363,0.99975701,0,0)"
ry="6.5451646"
rx="5.772151"
cy="68.311333"
cx="107.18632"
id="path885"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81259;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<ellipse
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81395;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="ellipse887"
cx="85.209976"
cy="44.840195"
rx="5.3482413"
ry="6.3008628"
transform="matrix(0.99926374,0.03836633,-0.17815691,0.98400209,0,0)" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path889"
d="m 73.739773,68.386895 c 0.560705,2.707498 2.102022,6.161676 3.592296,8.447685 2.883289,-1.535779 4.71938,-4.471973 6.943816,-6.540331 1.044258,1.374054 3.369555,6.194687 5.672475,8.524357 3.017046,-1.731956 6.756259,-5.61439 7.72242,-6.519289"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="ssss"
inkscape:connector-curvature="0"
id="rect902"
d="m 91.192277,61.582907 c 0,1.106811 -4.991914,4.843328 -6.867913,4.608442 -2.021104,-0.253053 -4.607538,-5.253571 -4.20672,-6.283202 1.017578,-2.61399 11.074633,-1.374666 11.074633,1.67476 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
sodipodi:nodetypes="csc"
inkscape:connector-curvature="0"
id="path890"
d="m 81.273371,46.846411 c -0.335508,5.79195 -1.542539,8.026119 -4.461147,10.504097 -2.345068,1.991025 -2.386004,5.319941 -1.192764,7.026408"
style="display:inline;fill:none;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<g
style="display:none"
inkscape:label="Whiskers"
id="layer6"
inkscape:groupmode="layer">
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path943"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
id="path945"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
id="path947"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path949"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<g
inkscape:label="Glasses"
id="layer2"
inkscape:groupmode="layer">
<ellipse
transform="matrix(0.77391073,0,0,0.71904796,12.098621,25.771035)"
ry="27.728262"
rx="44.865269"
cy="91.727524"
cx="53.512585"
id="path938"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.01079;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;filter:url(#filter1044)" />
<path
style="opacity:1;fill:#e2e9ee;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8.00004;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 5.5659226,73.273617 78.7151414,4.676378 c 3.274348,0.19453 6.309189,3.08033 6.1354,8.90429 l -90.29025138,-5.3993 c -0.71728997,-6.00984 1.69326998,-8.40394 5.43970998,-8.181368 z"
id="path932"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccs" />
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="rect872"
d="m 5.6784826,75.766805 78.7151384,4.67637 c 3.274332,0.19452 5.73005,3.21604 6.022843,6.41111 l 3.318782,36.215815 c 0.290915,3.17458 -2.626576,5.15019 -5.61042,4.92196 L 10.364743,122.04442 C 7.6000426,121.83296 4.6921626,119.711 4.2963026,116.3943 L 0.12621262,81.454985 c -0.36265997,-3.03853 1.80581998,-5.91075 5.55226998,-5.68818 z"
style="opacity:1;fill:url(#linearGradient940);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8.00004;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill" />
<path
sodipodi:nodetypes="cccccc"
d="m 49.672569,100.85574 18.357012,0 v 32.12061 l -1.595232,1.62714 -18.35701,-32.12061 z"
transform="matrix(0.99806309,0.06220991,-0.12284368,0.99242603,0,0)"
style="opacity:1;fill:#b4c6d0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.50139;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
id="rect1050" />
<rect
transform="matrix(0.99806309,0.06220991,-0.12284368,0.99242603,0,0)"
y="102.48288"
x="48.077339"
height="32.120605"
width="18.357012"
id="rect1048"
style="opacity:1;fill:#6d8592;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.50139;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 28 KiB

View file

@ -0,0 +1,349 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxcomfyevil.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxcomfyevil.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath932">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 125.27667,0.37813902 C 120.2963,-2.2481557 89.74339,8.942913 77.334,29.676181 c 4.011436,6.936801 10.538746,4.469429 18.618181,10.718347 5.246249,4.057635 8.936809,13.552851 21.301919,16.872234 10.59069,-18.354905 13.53429,-53.9821224 8.02257,-56.88862298 z"
id="path934"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scscs" />
</clipPath>
<mask
id="mask914-8"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-9"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-0"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-3"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<mask
id="mask914-4"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-76"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-5"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-6"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-9"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-37"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848-4"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313709"
inkscape:cx="10.633854"
inkscape:cy="78.864665"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 16.896518,0.17306618 C 22.290524,-2.0353034 36.220637,17.529789 51.3809,22.461628 L 22.287996,40.059153 C 16.740791,31.510133 12.008155,2.174429 16.896518,0.17306618 Z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 100.13137,68.648271 c 0,21.409101 -19.221078,38.764609 -42.931484,38.764609 -5.820838,0 -10.993473,8.38931 -18.831959,6.40273 -7.010562,-1.77675 -6.877937,-13.77043 -10.64635,-16.985282 -8.283912,-7.06706 -13.453176,-17.079477 -13.453175,-28.182057 2e-6,-21.409099 19.22108,-38.764603 42.931484,-38.764603 23.710404,0 42.931484,17.355504 42.931484,38.764603 z"
id="path937"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssss" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:9.99999905;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 120.57321,100.1251 c 0.0551,4.75467 -1.35806,9.91832 -5.23476,12.42497 -18.497142,11.9601 -74.212206,13.18088 -75.577147,6.05302 -1.694937,-8.85114 7.836433,-16.62589 16.421457,-16.89751 23.703999,-0.74996 42.019411,-13.23093 42.019411,-33.745164 0,-20.514236 -19.007905,-37.143085 -41.699985,-37.143085 h 2e-6 c -22.692083,0 -41.087253,16.628849 -41.087253,37.143085 0,8.821042 2.829124,17.483839 9.0817,23.295843 9.350966,8.692079 16.00064,16.670711 11.44856,26.133561 -2.874031,5.97453 -20.799123,0.97385 -28.2876438,-8.40788 -2.3885989,-2.99247 -2.541165,-13.622575 -2.541165,-19.063842"
id="path1004"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cssssscssssc" />
<path
id="path852"
style="opacity:1;fill:#6d677d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 39.996918,113.93758 c 2.502913,-6.11447 8.368196,-12.19392 16.505285,-12.31289 25.855079,-0.37802 41.661319,-13.262405 41.661319,-33.756477 0,-20.494074 -18.990222,-37.107802 -41.661319,-37.107802 -22.6711,0 -41.049656,16.613728 -41.049656,37.107802 0,8.812373 2.397194,17.966803 9.074505,23.272368 7.110514,5.649777 11.663906,11.530239 12.037744,21.724359 0.248402,6.77364 -2.978618,8.66373 -8.827773,7.46446 C 14.572301,117.0893 2.7753296,109.45093 1.093657,101.81123 -2.2122825,86.792626 2.095651,64.923558 11.263287,49.110046 27.636229,20.867899 48.226709,9.5651352 86.578185,16.766416 c 18.475525,3.469162 39.607565,19.94386 39.607565,48.66086 0,13.12284 -2.81096,14.40677 -2.81096,21.7279 0,7.41698 3.23327,9.753302 1.85232,14.907104 -1.72226,6.42754 -11.51181,15.10514 -31.847745,18.97643 -16.083912,3.06184 -34.198168,3.57048 -47.294842,1.81545 -6.532016,-0.87533 -7.380856,-5.75724 -6.087605,-8.91658 z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscssssscsss" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 40.74034,103.2567 1.066286,3.52021 -3.320909,6.92525 0.732393,6.45927 -3.45511,0.0823 c -4.171725,-6.15043 1.038875,-12.65633 4.97734,-16.98701 z"
id="rect1013"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
sodipodi:nodetypes="scscs"
inkscape:connector-curvature="0"
id="path873"
d="M 116.47702,0.32065144 C 112.25561,-1.9054215 86.358662,7.5802363 75.840342,25.153956 c 3.400132,5.879699 8.932744,3.788331 15.780952,9.084975 4.446771,3.43929 7.574932,11.487528 18.055716,14.301068 8.97678,-15.557795 11.4718,-45.7557697 6.80001,-48.21934756 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.30340743;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 122.43461,4.4636285 c -1.82251,-0.8668101 -11.22,2.9691977 -16.50848,7.8380575 -10.738137,9.886091 -1.09222,23.155188 -28.844928,21.261613 6.125558,15.073176 19.490197,20.729658 35.489498,24.522051 -2.72237,-18.985937 9.42314,-19.926785 11.16335,-40.287479 0.65601,-7.675374 0.15159,-12.6441157 -1.29944,-13.3342425 z"
id="path958"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss"
clip-path="url(#clipPath932)"
transform="matrix(0.8476097,0,0,0.8476097,10.291296,1.3704121e-4)" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<ellipse
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81259012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="path885"
cx="100.74702"
cy="74.357704"
rx="6.5587158"
ry="7.437067"
transform="matrix(0.98788676,-0.15517654,0.02204363,0.99975701,0,0)" />
<ellipse
transform="matrix(0.99926374,0.03836633,-0.17815691,0.98400209,0,0)"
ry="7.1594748"
rx="6.0770407"
cy="51.763184"
cx="76.088509"
id="ellipse887"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81394577;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 62.925759,77.710122 c 0.637112,3.076446 2.388463,7.001321 4.081815,9.598842 3.276192,-1.745058 5.362485,-5.081364 7.890042,-7.431575 1.186558,1.561295 3.828721,7.03883 6.445457,9.685962 3.428176,-1.967968 7.676928,-6.379457 8.774746,-7.407666"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000043;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 82.756498,69.978962 c 0,1.257635 -5.672157,5.503323 -7.803797,5.236429 -2.296517,-0.287536 -5.235402,-5.969469 -4.779965,-7.139407 1.156242,-2.970196 12.583762,-1.561991 12.583762,1.902978 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 71.485953,53.234339 c -0.381228,6.581213 -1.752739,9.11983 -5.069063,11.935479 -2.664628,2.26234 -2.711142,6.044884 -1.355301,7.983889"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<rect
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:7.55905581;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="rect922"
width="16.070597"
height="9.9637699"
x="69.684624"
y="77.030403"
transform="rotate(-18.670183)" />
<rect
transform="rotate(36.395479)"
y="-6.5622582"
x="79.016106"
height="9.6752005"
width="15.605163"
id="rect939"
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:7.55905628;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 24 KiB

View file

@ -0,0 +1,425 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxcomfyglare.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxcomfyglare.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath932">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 125.27667,0.37813902 C 120.2963,-2.2481557 89.74339,8.942913 77.334,29.676181 c 4.011436,6.936801 10.538746,4.469429 18.618181,10.718347 5.246249,4.057635 8.936809,13.552851 21.301919,16.872234 10.59069,-18.354905 13.53429,-53.9821224 8.02257,-56.88862298 z"
id="path934"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scscs" />
</clipPath>
<mask
id="mask914-8"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-9"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-0"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-3"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<mask
id="mask914-4"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-76"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-5"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-6"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-9"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-37"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848-4"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath907">
<rect
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.01141214;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="rect909"
width="33.55088"
height="15.153069"
x="98.663345"
y="40.38686"
transform="matrix(0.97191423,0.23533534,-0.1305395,0.99144311,0,0)" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath911">
<rect
transform="matrix(0.99444961,0.10521397,0.015109,0.99988585,0,0)"
y="36.396919"
x="54.819366"
height="15.446256"
width="32.99054"
id="rect913"
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.0145874;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath907-2">
<rect
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.01141214;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="rect909-6"
width="33.55088"
height="15.153069"
x="98.663345"
y="40.38686"
transform="matrix(0.97191423,0.23533534,-0.1305395,0.99144311,0,0)" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath911-5">
<rect
transform="matrix(0.99444961,0.10521397,0.015109,0.99988585,0,0)"
y="36.396919"
x="54.819366"
height="15.446256"
width="32.99054"
id="rect913-8"
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.0145874;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="-154.06068"
inkscape:cy="56.22294"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 16.896518,0.17306618 C 22.290524,-2.0353034 36.220637,17.529789 51.3809,22.461628 L 22.287996,40.059153 C 16.740791,31.510133 12.008155,2.174429 16.896518,0.17306618 Z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 100.13137,68.648271 c 0,21.409101 -19.221078,38.764609 -42.931484,38.764609 -5.820838,0 -10.993473,8.38931 -18.831959,6.40273 -7.010562,-1.77675 -6.877937,-13.77043 -10.64635,-16.985282 -8.283912,-7.06706 -13.453176,-17.079477 -13.453175,-28.182057 2e-6,-21.409099 19.22108,-38.764603 42.931484,-38.764603 23.710404,0 42.931484,17.355504 42.931484,38.764603 z"
id="path937"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssss" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:9.99999905;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 120.57321,100.1251 c 0.0551,4.75467 -1.35806,9.91832 -5.23476,12.42497 -18.497142,11.9601 -74.212206,13.18088 -75.577147,6.05302 -1.694937,-8.85114 7.836433,-16.62589 16.421457,-16.89751 23.703999,-0.74996 42.019411,-13.23093 42.019411,-33.745164 0,-20.514236 -19.007905,-37.143085 -41.699985,-37.143085 h 2e-6 c -22.692083,0 -41.087253,16.628849 -41.087253,37.143085 0,8.821042 2.829124,17.483839 9.0817,23.295843 9.350966,8.692079 16.00064,16.670711 11.44856,26.133561 -2.874031,5.97453 -20.799123,0.97385 -28.2876438,-8.40788 -2.3885989,-2.99247 -2.541165,-13.622575 -2.541165,-19.063842"
id="path1004"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cssssscssssc" />
<path
id="path852"
style="opacity:1;fill:#6d677d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 39.996918,113.93758 c 2.502913,-6.11447 8.368196,-12.19392 16.505285,-12.31289 25.855079,-0.37802 41.661319,-13.262405 41.661319,-33.756477 0,-20.494074 -18.990222,-37.107802 -41.661319,-37.107802 -22.6711,0 -41.049656,16.613728 -41.049656,37.107802 0,8.812373 2.397194,17.966803 9.074505,23.272368 7.110514,5.649777 11.663906,11.530239 12.037744,21.724359 0.248402,6.77364 -2.978618,8.66373 -8.827773,7.46446 C 14.572301,117.0893 2.7753296,109.45093 1.093657,101.81123 -2.2122825,86.792626 2.095651,64.923558 11.263287,49.110046 27.636229,20.867899 48.226709,9.5651352 86.578185,16.766416 c 18.475525,3.469162 39.607565,19.94386 39.607565,48.66086 0,13.12284 -2.81096,14.40677 -2.81096,21.7279 0,7.41698 3.23327,9.753302 1.85232,14.907104 -1.72226,6.42754 -11.51181,15.10514 -31.847745,18.97643 -16.083912,3.06184 -34.198168,3.57048 -47.294842,1.81545 -6.532016,-0.87533 -7.380856,-5.75724 -6.087605,-8.91658 z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscssssscsss" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 40.74034,103.2567 1.066286,3.52021 -3.320909,6.92525 0.732393,6.45927 -3.45511,0.0823 c -4.171725,-6.15043 1.038875,-12.65633 4.97734,-16.98701 z"
id="rect1013"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
sodipodi:nodetypes="scscs"
inkscape:connector-curvature="0"
id="path873"
d="M 116.47702,0.32065144 C 112.25561,-1.9054215 86.358662,7.5802363 75.840342,25.153956 c 3.400132,5.879699 8.932744,3.788331 15.780952,9.084975 4.446771,3.43929 7.574932,11.487528 18.055716,14.301068 8.97678,-15.557795 11.4718,-45.7557697 6.80001,-48.21934756 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.30340743;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 122.43461,4.4636285 c -1.82251,-0.8668101 -11.22,2.9691977 -16.50848,7.8380575 -10.738137,9.886091 -1.09222,23.155188 -28.844928,21.261613 6.125558,15.073176 19.490197,20.729658 35.489498,24.522051 -2.72237,-18.985937 9.42314,-19.926785 11.16335,-40.287479 0.65601,-7.675374 0.15159,-12.6441157 -1.29944,-13.3342425 z"
id="path958"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss"
clip-path="url(#clipPath932)"
transform="matrix(0.8476097,0,0,0.8476097,10.291296,1.3704121e-4)" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000043;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 82.756498,69.978962 c 0,1.257635 -5.672157,5.503323 -7.803797,5.236429 -2.296517,-0.287536 -5.235402,-5.969469 -4.779965,-7.139407 1.156242,-2.970196 12.583762,-1.561991 12.583762,1.902978 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<ellipse
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:13.08892822;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="path885"
cx="106.01395"
cy="76.79866"
rx="8.1681051"
ry="9.2973518"
transform="matrix(0.69207436,-0.10607408,0.01538416,0.68080469,22.790358,18.628589)"
clip-path="url(#clipPath907-2)" />
<ellipse
transform="matrix(0.70010621,0.02624075,-0.12429333,0.67016753,22.790358,18.628589)"
ry="8.6339893"
rx="7.2976637"
cy="53.463646"
cx="71.474693"
id="ellipse887"
style="opacity:1;fill:#fefefe;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:13.09376621;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
clip-path="url(#clipPath911-5)" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 75.348965,56.696073 c -1.184799,5.331213 -5.145596,5.04617 -8.46192,7.861819 -2.664628,2.26234 -2.711142,6.044884 -1.355301,7.983889"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<ellipse
transform="matrix(0.92846896,-0.37141,0.08975583,0.9959638,0,0)"
ry="3.9954803"
rx="2.9776466"
cy="95.371696"
cx="92.954628"
id="ellipse841"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.08661842;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<ellipse
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.08889437;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="ellipse846"
cx="67.138733"
cy="78.029884"
rx="2.9835398"
ry="3.9971948"
transform="matrix(0.9527887,-0.30363413,0.01415618,0.9998998,0,0)" />
<path
style="fill:none;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 58.468754,49.795714 76.164872,52.47961"
id="path849"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
inkscape:connector-curvature="0"
id="path851"
d="m 87.544251,53.525732 19.890749,0.6809"
style="fill:none;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:transform-center-x="2.3896864"
inkscape:transform-center-y="0.87201912"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path901"
d="m 57.552883,59.700002 13.518125,1.657419"
style="fill:none;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 88.488227,63.07086 16.194943,1.024757"
id="path903"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 67.344822,82.324276 c 2.7317,-0.822927 5.907231,-2.090893 7.992021,-3.058811 1.578064,1.107031 5.564558,3.647012 7.571992,4.865371"
id="path889-8"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 28 KiB

View file

@ -0,0 +1,377 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxcomfyhappy.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxcomfyhappy.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath932">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 125.27667,0.37813902 C 120.2963,-2.2481557 89.74339,8.942913 77.334,29.676181 c 4.011436,6.936801 10.538746,4.469429 18.618181,10.718347 5.246249,4.057635 8.936809,13.552851 21.301919,16.872234 10.59069,-18.354905 13.53429,-53.9821224 8.02257,-56.88862298 z"
id="path934"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scscs" />
</clipPath>
<mask
id="mask914-8"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-9"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-0"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-3"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<mask
id="mask914-4"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-76"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-5"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-6"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-9"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-37"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848-4"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath907">
<rect
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.01141214;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="rect909"
width="33.55088"
height="15.153069"
x="98.663345"
y="40.38686"
transform="matrix(0.97191423,0.23533534,-0.1305395,0.99144311,0,0)" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath911">
<rect
transform="matrix(0.99444961,0.10521397,0.015109,0.99988585,0,0)"
y="36.396919"
x="54.819366"
height="15.446256"
width="32.99054"
id="rect913"
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.0145874;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath907-2">
<rect
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.01141214;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="rect909-6"
width="33.55088"
height="15.153069"
x="98.663345"
y="40.38686"
transform="matrix(0.97191423,0.23533534,-0.1305395,0.99144311,0,0)" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath911-5">
<rect
transform="matrix(0.99444961,0.10521397,0.015109,0.99988585,0,0)"
y="36.396919"
x="54.819366"
height="15.446256"
width="32.99054"
id="rect913-8"
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.0145874;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.6568543"
inkscape:cx="-50.150631"
inkscape:cy="93.830537"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 16.896518,0.17306618 C 22.290524,-2.0353034 36.220637,17.529789 51.3809,22.461628 L 22.287996,40.059153 C 16.740791,31.510133 12.008155,2.174429 16.896518,0.17306618 Z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 100.13137,68.648271 c 0,21.409101 -19.221078,38.764609 -42.931484,38.764609 -5.820838,0 -10.993473,8.38931 -18.831959,6.40273 -7.010562,-1.77675 -6.877937,-13.77043 -10.64635,-16.985282 -8.283912,-7.06706 -13.453176,-17.079477 -13.453175,-28.182057 2e-6,-21.409099 19.22108,-38.764603 42.931484,-38.764603 23.710404,0 42.931484,17.355504 42.931484,38.764603 z"
id="path937"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssss" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:9.99999905;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 120.57321,100.1251 c 0.0551,4.75467 -1.35806,9.91832 -5.23476,12.42497 -18.497142,11.9601 -74.212206,13.18088 -75.577147,6.05302 -1.694937,-8.85114 7.836433,-16.62589 16.421457,-16.89751 23.703999,-0.74996 42.019411,-13.23093 42.019411,-33.745164 0,-20.514236 -19.007905,-37.143085 -41.699985,-37.143085 h 2e-6 c -22.692083,0 -41.087253,16.628849 -41.087253,37.143085 0,8.821042 2.829124,17.483839 9.0817,23.295843 9.350966,8.692079 16.00064,16.670711 11.44856,26.133561 -2.874031,5.97453 -20.799123,0.97385 -28.2876438,-8.40788 -2.3885989,-2.99247 -2.541165,-13.622575 -2.541165,-19.063842"
id="path1004"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cssssscssssc" />
<path
id="path852"
style="opacity:1;fill:#6d677d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 39.996918,113.93758 c 2.502913,-6.11447 8.368196,-12.19392 16.505285,-12.31289 25.855079,-0.37802 41.661319,-13.262405 41.661319,-33.756477 0,-20.494074 -18.990222,-37.107802 -41.661319,-37.107802 -22.6711,0 -41.049656,16.613728 -41.049656,37.107802 0,8.812373 2.397194,17.966803 9.074505,23.272368 7.110514,5.649777 11.663906,11.530239 12.037744,21.724359 0.248402,6.77364 -2.978618,8.66373 -8.827773,7.46446 C 14.572301,117.0893 2.7753296,109.45093 1.093657,101.81123 -2.2122825,86.792626 2.095651,64.923558 11.263287,49.110046 27.636229,20.867899 48.226709,9.5651352 86.578185,16.766416 c 18.475525,3.469162 39.607565,19.94386 39.607565,48.66086 0,13.12284 -2.81096,14.40677 -2.81096,21.7279 0,7.41698 3.23327,9.753302 1.85232,14.907104 -1.72226,6.42754 -11.51181,15.10514 -31.847745,18.97643 -16.083912,3.06184 -34.198168,3.57048 -47.294842,1.81545 -6.532016,-0.87533 -7.380856,-5.75724 -6.087605,-8.91658 z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscssssscsss" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 40.74034,103.2567 1.066286,3.52021 -3.320909,6.92525 0.732393,6.45927 -3.45511,0.0823 c -4.171725,-6.15043 1.038875,-12.65633 4.97734,-16.98701 z"
id="rect1013"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
sodipodi:nodetypes="scscs"
inkscape:connector-curvature="0"
id="path873"
d="M 116.47702,0.32065144 C 112.25561,-1.9054215 86.358662,7.5802363 75.840342,25.153956 c 3.400132,5.879699 8.932744,3.788331 15.780952,9.084975 4.446771,3.43929 7.574932,11.487528 18.055716,14.301068 8.97678,-15.557795 11.4718,-45.7557697 6.80001,-48.21934756 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.30340743;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 122.43461,4.4636285 c -1.82251,-0.8668101 -11.22,2.9691977 -16.50848,7.8380575 -10.738137,9.886091 -1.09222,23.155188 -28.844928,21.261613 6.125558,15.073176 19.490197,20.729658 35.489498,24.522051 -2.72237,-18.985937 9.42314,-19.926785 11.16335,-40.287479 0.65601,-7.675374 0.15159,-12.6441157 -1.29944,-13.3342425 z"
id="path958"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss"
clip-path="url(#clipPath932)"
transform="matrix(0.8476097,0,0,0.8476097,10.291296,1.3704121e-4)" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000043;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 82.756498,69.978962 c 0,1.257635 -5.672157,5.503323 -7.803797,5.236429 -2.296517,-0.287536 -5.235402,-5.969469 -4.779965,-7.139407 1.156242,-2.970196 12.583762,-1.561991 12.583762,1.902978 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#313131;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 93.087078,57.980284 c -1.661797,1.110168 -0.38772,3.652868 1.49432,2.771385 6.381562,-2.988897 10.230042,-2.260159 12.132282,-1.040252 1.56934,1.006423 4.34663,-0.29751 2.6594,-2.978266 -0.98079,-1.558302 -2.88061,-2.869744 -5.52219,-2.92866 -3.85713,0.150985 -6.134029,1.082857 -10.763812,4.175793 z"
id="path852-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssscs" />
<path
sodipodi:nodetypes="sssscs"
inkscape:connector-curvature="0"
id="path858"
d="m 74.468131,56.282675 c 1.11782,1.611895 -0.960832,3.4751 -2.362078,1.992744 -4.751319,-5.026319 -8.527792,-5.746168 -10.70389,-5.316956 -1.795283,0.354098 -3.86195,-1.836257 -1.356341,-3.676805 1.456507,-1.06989 3.663349,-1.583556 6.096656,-0.686504 3.467715,1.526261 5.211379,3.19676 8.325653,7.687521 z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#313131;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 62.926027,77.709868 c 0.637112,3.076446 2.388463,7.001321 4.081815,9.598842 3.276192,-1.745058 5.362485,-5.081364 7.890042,-7.431575 1.186558,1.561295 3.828721,7.03883 6.445457,9.685962 3.428176,-1.967968 7.676928,-6.379457 8.774746,-7.407666"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 73.271935,57.352388 c -1.541942,3.72407 -3.538453,5.001527 -6.854777,7.817176 -2.664628,2.26234 -2.711142,6.044884 -1.355301,7.983889"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 28 KiB

View file

@ -0,0 +1,273 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
sodipodi:docname="blobfoxcomfymelt.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxmelt.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath847">
<path
inkscape:transform-center-y="20.010573"
inkscape:transform-center-x="26.585976"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.1617,0.34947775 C 146.27644,-2.2211865 116.30695,8.7328156 104.13452,29.026875 c 5.42245,7.633818 19.10515,-0.122981 24.59192,-0.494291 -1.49956,2.310052 -4.04484,8.310591 -4.09595,11.33516 2.22885,0.85854 9.33979,0.611111 12.15798,-2.270479 1.5033,5.35635 -0.31276,12.469645 7.34924,13.814165 11.44146,-11.803912 11.81682,-48.5399242 7.02399,-51.06195225 z"
id="path849"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath890">
<path
sodipodi:nodetypes="scscs"
inkscape:connector-curvature="0"
id="path892"
d="M 125.27669,0.37813707 C 120.29631,-2.2481567 89.743394,8.9429125 77.334011,29.67618 c 4.011427,6.9368 10.538752,4.469428 18.618178,10.718347 5.246251,4.057634 10.963541,10.474917 23.328651,13.7943 10.59069,-18.354905 11.50756,-50.9041877 5.99585,-53.81068993 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.959798"
inkscape:cx="46.510358"
inkscape:cy="128.00786"
inkscape:document-units="px"
inkscape:current-layer="layer3"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1920"
inkscape:window-height="992"
inkscape:window-x="1536"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="true"
inkscape:document-rotation="0" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 20.421678,20.151519 C 26.140446,18.584851 37.80649,40.037128 52.511769,46.873897 L 20.968976,61.062122 C 16.416424,51.754694 15.238996,21.571335 20.421678,20.151519 Z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<ellipse
style="fill:#ff8702;fill-opacity:1;stroke-width:25;stroke-linecap:round;stroke-linejoin:round;paint-order:markers stroke fill"
id="path894"
cx="59.891724"
cy="78.125076"
rx="42.972298"
ry="32.233948"
transform="rotate(2.4436322)" />
<path
sodipodi:nodetypes="csssccssssc"
d="M 99.439529,82.439798 C 98.753537,98.514593 77.080766,112.02759 56.194291,112.02759 49.796183,112.0276 45.400563,123 52.665199,123 c 21.859917,0 33.356675,-1.21609 41.837048,-2.82869 20.575503,-3.91261 27.312103,-8.86842 28.387843,-18.79013 M 5.0543115,101.00183 c 2e-7,9.22726 22.0908315,19.86697 34.7264985,21.12081 7.921613,0.78606 5.728305,-10.06315 0.103742,-12.08079 C 23.476226,104.15583 12.987044,92.508044 13.573084,78.775422 14.332108,60.989293 34.169274,47.391083 57.880637,48.402973 81.592001,49.414862 100.19855,64.653668 99.439529,82.439798"
style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path900" />
<path
id="ellipse896"
style="fill:#6d677d;fill-opacity:1;fill-rule:evenodd;stroke-width:25;stroke-linecap:round;stroke-linejoin:round;paint-order:markers stroke fill"
d="M 99.439529,82.439798 C 98.753537,98.514593 77.080766,112.02759 56.194291,112.02759 49.796183,112.0276 45.400563,123 52.665199,123 c 21.859917,0 33.356675,-1.21609 41.837048,-2.82869 20.575503,-3.91261 32.403783,-10.51679 33.045463,-16.43509 1.47507,-13.604994 -0.42257,-26.32089 -9.12335,-39.755198 C 110.0191,51.003006 98.53131,40.65891 85.321327,37.553886 38.012725,26.433936 16.464503,54.042679 9.1191447,66.564197 1.9590182,78.769953 -1.1647091,90.116535 0.40170022,103.48249 1.3706121,111.75008 27.145143,120.8688 39.78081,122.12264 47.702423,122.9087 45.509115,112.05949 39.884552,110.04185 23.476226,104.15583 12.987044,92.508044 13.573084,78.775422 14.332108,60.989293 34.169274,47.391083 57.880637,48.402973 81.592001,49.414862 100.19855,64.653668 99.439529,82.439798"
sodipodi:nodetypes="cssssssssssssc" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 118.67152,24.286995 c -3.82338,-2.856226 -30.881663,2.481741 -44.008013,18.203686 2.44323,6.337472 8.23406,5.133006 14.17413,11.431389 3.85709,4.089753 7.797171,10.217368 17.712173,14.628488 11.28972,-13.970596 16.35299,-41.102599 12.12171,-44.263563 z"
id="path873-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scscs" />
<path
transform="matrix(0.83728117,0.13197234,-0.13197184,0.83728437,13.829612,7.776436)"
clip-path="url(#clipPath890)"
sodipodi:nodetypes="ssccss"
inkscape:connector-curvature="0"
id="path958-7"
d="m 122.43461,4.4636285 c -1.82251,-0.8668101 -11.22,2.9691977 -16.50848,7.8380575 -10.738137,9.886091 -1.09222,23.155188 -28.844928,21.261613 6.125558,15.073176 19.490197,20.729658 35.489498,24.522051 -2.72237,-18.985937 9.42314,-19.926785 11.16335,-40.287479 0.65601,-7.675374 0.15159,-12.6441157 -1.29944,-13.3342425 z"
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.30337;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)"
style="display:inline">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 64.947988,90.348196 c 0.896179,2.598385 2.993196,5.849214 4.923939,7.964124 3.187961,-1.722475 5.038132,-4.730157 7.416435,-6.921148 1.331969,1.259683 4.45974,5.782988 7.332782,7.87741 3.324373,-1.924313 7.284963,-6.003086 8.317353,-6.961102"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 84.515487,81.423489 c 0.101702,1.276882 -5.318679,6.04586 -7.506312,5.947121 -2.35684,-0.106378 -5.802651,-5.637804 -5.434473,-6.862445 0.934716,-3.109078 12.660582,-2.602674 12.940785,0.915324 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 76.166932,68.148946 c -2.300224,6.33149 -5.594604,5.535396 -8.736768,8.662098 -2.524694,2.512267 -2.266074,6.356458 -0.731543,8.215586"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<path
style="fill:none;stroke:#313131;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 107.7998,72.680102 92.383592,69.910882"
id="path841"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
inkscape:connector-curvature="0"
id="path854"
d="M 76.166932,68.148946 60.506186,67.863733"
style="fill:none;stroke:#313131;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="cc" />
<path
inkscape:connector-curvature="0"
id="path858"
d="M 107.56316,71.412115 93.310203,68.849571"
style="fill:none;stroke:#313131;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#313131;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 75.645272,66.984887 61.128591,66.705356"
id="path860"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cccccc"
inkscape:connector-curvature="0"
id="rect1013"
d="m 77.523032,111.64952 -3.320909,6.92525 0.732393,6.45927 -1.389844,0.76767 c -6.585088,-6.39117 -1.908508,-12.64684 1.904453,-15.67965 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.12;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -0,0 +1,261 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxmelt.png"
sodipodi:docname="blobfoxcomfymelthappy.svg"
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
id="svg8"
version="1.1"
viewBox="0 0 128 128"
height="128"
width="128">
<defs
id="defs2">
<linearGradient
id="linearGradient879"
inkscape:collect="always">
<stop
id="stop875"
offset="0"
style="stop-color:#ff7505;stop-opacity:1" />
<stop
id="stop877"
offset="1"
style="stop-color:#ff8702;stop-opacity:1" />
</linearGradient>
<mask
id="mask914"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<linearGradient
y2="85.856133"
x2="95.348198"
y1="112.44355"
x1="114.28658"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
gradientUnits="userSpaceOnUse"
id="linearGradient850"
xlink:href="#linearGradient879"
inkscape:collect="always" />
<clipPath
id="clipPath847"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path849"
d="M 151.1617,0.34947775 C 146.27644,-2.2211865 116.30695,8.7328156 104.13452,29.026875 c 5.42245,7.633818 19.10515,-0.122981 24.59192,-0.494291 -1.49956,2.310052 -4.04484,8.310591 -4.09595,11.33516 2.22885,0.85854 9.33979,0.611111 12.15798,-2.270479 1.5033,5.35635 -0.31276,12.469645 7.34924,13.814165 11.44146,-11.803912 11.81682,-48.5399242 7.02399,-51.06195225 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
inkscape:transform-center-x="26.585976"
inkscape:transform-center-y="20.010573" />
</clipPath>
<clipPath
id="clipPath890"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 125.27669,0.37813707 C 120.29631,-2.2481567 89.743394,8.9429125 77.334011,29.67618 c 4.011427,6.9368 10.538752,4.469428 18.618178,10.718347 5.246251,4.057634 10.963541,10.474917 23.328651,13.7943 10.59069,-18.354905 11.50756,-50.9041877 5.99585,-53.81068993 z"
id="path892"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scscs" />
</clipPath>
</defs>
<sodipodi:namedview
inkscape:document-rotation="0"
showguides="true"
inkscape:window-maximized="1"
inkscape:window-y="0"
inkscape:window-x="1536"
inkscape:window-height="992"
inkscape:window-width="1920"
fit-margin-bottom="0"
fit-margin-right="0"
fit-margin-left="0"
fit-margin-top="0"
units="px"
showgrid="false"
inkscape:current-layer="layer3"
inkscape:document-units="px"
inkscape:cy="73.27103"
inkscape:cx="47.03359"
inkscape:zoom="2.8"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1.0"
bordercolor="#666666"
pagecolor="#ffffff"
id="base" />
<metadata
id="metadata5">
<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="Ear back"
id="layer3"
inkscape:groupmode="layer">
<path
sodipodi:nodetypes="sccs"
inkscape:connector-curvature="0"
id="rect870"
d="M 20.421678,20.151519 C 26.140446,18.584851 37.80649,40.037128 52.511769,46.873897 L 20.968976,61.062122 C 16.416424,51.754694 15.238996,21.571335 20.421678,20.151519 Z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
inkscape:label="Body"
id="layer4"
inkscape:groupmode="layer">
<ellipse
transform="rotate(2.4436322)"
ry="32.233948"
rx="42.972298"
cy="78.125076"
cx="59.891724"
id="path894"
style="fill:#ff8702;fill-opacity:1;stroke-width:25;stroke-linecap:round;stroke-linejoin:round;paint-order:markers stroke fill" />
<path
id="path900"
style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="M 99.439529,82.439798 C 98.753537,98.514593 77.080766,112.02759 56.194291,112.02759 49.796183,112.0276 45.400563,123 52.665199,123 c 21.859917,0 33.356675,-1.21609 41.837048,-2.82869 20.575503,-3.91261 27.312103,-8.86842 28.387843,-18.79013 M 5.0543115,101.00183 c 2e-7,9.22726 22.0908315,19.86697 34.7264985,21.12081 7.921613,0.78606 5.728305,-10.06315 0.103742,-12.08079 C 23.476226,104.15583 12.987044,92.508044 13.573084,78.775422 14.332108,60.989293 34.169274,47.391083 57.880637,48.402973 81.592001,49.414862 100.19855,64.653668 99.439529,82.439798"
sodipodi:nodetypes="csssccssssc" />
<path
sodipodi:nodetypes="cssssssssssssc"
d="M 99.439529,82.439798 C 98.753537,98.514593 77.080766,112.02759 56.194291,112.02759 49.796183,112.0276 45.400563,123 52.665199,123 c 21.859917,0 33.356675,-1.21609 41.837048,-2.82869 20.575503,-3.91261 32.403783,-10.51679 33.045463,-16.43509 1.47507,-13.604994 -0.42257,-26.32089 -9.12335,-39.755198 C 110.0191,51.003006 98.53131,40.65891 85.321327,37.553886 38.012725,26.433936 16.464503,54.042679 9.1191447,66.564197 1.9590182,78.769953 -1.1647091,90.116535 0.40170022,103.48249 1.3706121,111.75008 27.145143,120.8688 39.78081,122.12264 47.702423,122.9087 45.509115,112.05949 39.884552,110.04185 23.476226,104.15583 12.987044,92.508044 13.573084,78.775422 14.332108,60.989293 34.169274,47.391083 57.880637,48.402973 81.592001,49.414862 100.19855,64.653668 99.439529,82.439798"
style="fill:#6d677d;fill-opacity:1;fill-rule:evenodd;stroke-width:25;stroke-linecap:round;stroke-linejoin:round;paint-order:markers stroke fill"
id="ellipse896" />
</g>
<g
inkscape:label="Ear front"
id="layer5"
inkscape:groupmode="layer">
<path
sodipodi:nodetypes="scscs"
inkscape:connector-curvature="0"
id="path873-6"
d="m 118.67152,24.286995 c -3.82338,-2.856226 -30.881663,2.481741 -44.008013,18.203686 2.44323,6.337472 8.23406,5.133006 14.17413,11.431389 3.85709,4.089753 7.797171,10.217368 17.712173,14.628488 11.28972,-13.970596 16.35299,-41.102599 12.12171,-44.263563 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.30337;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 122.43461,4.4636285 c -1.82251,-0.8668101 -11.22,2.9691977 -16.50848,7.8380575 -10.738137,9.886091 -1.09222,23.155188 -28.844928,21.261613 6.125558,15.073176 19.490197,20.729658 35.489498,24.522051 -2.72237,-18.985937 9.42314,-19.926785 11.16335,-40.287479 0.65601,-7.675374 0.15159,-12.6441157 -1.29944,-13.3342425 z"
id="path958-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss"
clip-path="url(#clipPath890)"
transform="matrix(0.83728117,0.13197234,-0.13197184,0.83728437,13.829612,7.776436)" />
</g>
<g
style="display:inline"
transform="translate(-26.911905,0.03095311)"
id="layer1"
inkscape:groupmode="layer"
inkscape:label="Face">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 64.996578,90.352318 c 0.89265,2.588125 2.981411,5.82615 4.904551,7.93272 3.175409,-1.71569 5.018295,-4.711507 7.387233,-6.893866 1.326727,1.254722 4.442182,5.760196 7.303906,7.846376 3.311285,-1.91673 7.256277,-5.979439 8.284613,-6.933678"
id="path889-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 84.48704,81.462764 c 0.101374,1.271861 -5.297743,6.022037 -7.476766,5.92368 -2.34756,-0.105947 -5.779801,-5.615574 -5.413073,-6.835387 0.931033,-3.096821 12.61072,-2.592415 12.889839,0.911707 z"
id="rect902-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 73.902438,71.144531 c -1.914972,2.863162 -3.992554,3.295093 -6.433459,5.723982 -2.514749,2.502355 -2.25715,6.331395 -0.728661,8.183207"
id="path890-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#313131;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 92.368239,70.451098 c -1.561422,1.162266 -0.196028,3.572427 1.590953,2.621673 6.059258,-3.22375 9.838888,-2.705701 11.749718,-1.613394 1.57643,0.901156 4.21329,-0.504896 2.43918,-3.028876 -1.0313,-1.46716 -2.94431,-2.648622 -5.51674,-2.57495 -3.74442,0.338093 -5.913005,1.357446 -10.263111,4.595547 z"
id="path852"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssscs" />
<path
sodipodi:nodetypes="sssscs"
inkscape:connector-curvature="0"
id="path858-9"
d="m 75.154655,69.942162 c 1.189223,1.540985 -0.776673,3.492493 -2.240245,2.094205 -4.962643,-4.74127 -8.741637,-5.263904 -10.876545,-4.728596 -1.761305,0.441612 -3.920102,-1.624718 -1.529926,-3.575334 1.389413,-1.13389 3.55053,-1.754424 6.007344,-0.988341 3.513739,1.337421 5.326157,2.904865 8.639372,7.198066 z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#313131;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.12;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 77.523032,111.64952 -3.320909,6.92525 0.732393,6.45927 -1.389844,0.76767 c -6.585088,-6.39117 -1.908508,-12.64684 1.904453,-15.67965 z"
id="rect1013"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
</g>
<g
style="display:none"
inkscape:label="Whiskers"
id="layer6"
inkscape:groupmode="layer">
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path943"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
id="path945"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
id="path947"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path949"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

View file

@ -0,0 +1,405 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxcomfyowo.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxcomfyowo.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath932">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 125.27667,0.37813902 C 120.2963,-2.2481557 89.74339,8.942913 77.334,29.676181 c 4.011436,6.936801 10.538746,4.469429 18.618181,10.718347 5.246249,4.057635 8.936809,13.552851 21.301919,16.872234 10.59069,-18.354905 13.53429,-53.9821224 8.02257,-56.88862298 z"
id="path934"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scscs" />
</clipPath>
<mask
id="mask914-8"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-9"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-0"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-3"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<mask
id="mask914-4"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-76"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-5"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-6"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-9"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-37"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848-4"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<mask
id="mask914-44"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-763"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-1"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-7"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-5"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848-6"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath932-2">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 125.27667,0.37813902 C 120.2963,-2.2481557 89.74339,8.942913 77.334,29.676181 c 4.011436,6.936801 10.538746,4.469429 18.618181,10.718347 5.246249,4.057635 8.936809,13.552851 21.301919,16.872234 10.59069,-18.354905 13.53429,-53.9821224 8.02257,-56.88862298 z"
id="path934-1"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scscs" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.6568543"
inkscape:cx="-47.492665"
inkscape:cy="46.24557"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="true" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 20.098593,0.32729819 C 24.859173,-2.7994154 36.231736,17.351863 50.214661,23.514187 L 28.252427,35.826088 C 28.665511,26.748616 13.196314,4.8606607 20.098593,0.32729819 Z"
id="rect870-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
<path
clip-path="none"
sodipodi:nodetypes="sccccccss"
inkscape:connector-curvature="0"
id="path872"
d="m 19.914818,3.9656778 c -1.747275,0.1617969 -2.846654,7.1924782 0.792561,14.5643152 -0.982391,-0.839011 -1.581256,-1.206696 -4.065027,-1.915624 0.789726,4.989036 1.532834,8.925907 6.414038,11.505637 l -5.517181,-0.834088 c 2.221999,3.915452 5.641196,8.001581 11.154441,9.176082 l 3.828502,-4.33308 C 25.333938,31.184986 28.353242,18.436692 25.78222,10.408324 24.270818,5.6887636 21.411106,3.8271128 19.914818,3.9656778 Z"
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.99999952;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 101.16667,68.058578 c 0,21.637767 -19.419791,39.178652 -43.375316,39.178652 -5.881014,0 -11.107124,8.47891 -19.026644,6.47111 C 31.681672,111.91262 31.815667,99.790836 28.008296,96.541641 19.638745,89.399101 14.416042,79.279742 14.416043,68.058578 c 2e-6,-21.637762 19.419788,-39.178637 43.375311,-39.178637 23.955523,0 43.375316,17.540875 43.375316,39.178637 z"
id="path937"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssss" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:9.99999809;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 121.81983,99.871605 c 0.0557,4.805455 -1.37209,10.024255 -5.28887,12.557685 -18.68837,12.08784 -74.979417,13.32165 -76.358469,6.11766 -1.71246,-8.94568 7.917447,-16.80347 16.591221,-17.07799 23.949052,-0.75796 42.45381,-13.372242 42.45381,-34.105584 0,-20.733342 -19.204408,-37.5398 -42.131081,-37.5398 h 2e-6 c -22.926674,0 -41.512014,16.806458 -41.512014,37.5398 0,8.915259 2.85837,17.67058 9.175587,23.54466 9.447637,8.784919 16.166055,16.848774 11.566914,26.412694 -2.903742,6.03833 -21.014143,0.98425 -28.5800813,-8.49768 C 5.3235564,105.79861 5.1694131,95.054968 5.1694131,89.555583"
id="path1004"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cssssscssssc" />
<path
id="path852"
style="opacity:1;fill:#6d677d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.99999952;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 40.410541,113.83161 c 2.528788,-6.17977 8.454706,-12.32416 16.675917,-12.44439 26.12237,-0.38208 42.092016,-13.404068 42.092016,-34.117031 0,-20.712967 -19.186544,-37.504141 -42.092016,-37.504141 -22.905474,0 -41.474029,16.791174 -41.474029,37.504141 0,8.906496 2.421977,18.158701 9.168318,23.520935 7.184023,5.71012 11.784488,11.653396 12.162191,21.956396 0.25097,6.84598 -3.009412,8.75626 -8.919036,7.54418 C 14.723084,117.01699 2.8041545,109.29705 1.1050966,101.57575 -2.2350197,86.396729 2.1174493,64.294084 11.379861,48.31167 27.922067,19.767876 48.725412,8.3443907 87.473368,15.622587 c 18.666522,3.506215 40.017022,20.156876 40.017022,49.180594 0,13.263002 -2.84002,14.560646 -2.84002,21.95997 0,7.496199 3.2667,9.857475 1.87147,15.066329 -1.74006,6.49619 -11.63081,15.26647 -32.176982,19.17911 -16.250188,3.09453 -34.55171,3.60861 -47.783778,1.83484 -6.599544,-0.88468 -7.45716,-5.81873 -6.150539,-9.01182 z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscssssscsss" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:9.99999905;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 41.161648,103.03666 1.07731,3.5578 -3.355242,6.99922 0.739966,6.52826 -3.49083,0.0833 c -4.214851,-6.21612 1.049616,-12.7915 5.028796,-17.16844 z"
id="rect1013"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path873-7"
d="M 118.15957,0.49163397 C 114.13388,-2.0577219 87.608218,5.3367098 75.75,21.997071 c 4.141171,6.950063 9.927296,3.440035 15.438408,5.518917 l 12.836522,0.374827 c 0.0313,2.690544 -0.90561,8.176725 -0.57047,12.757713 0.94483,1.631224 3.50555,3.587173 5.79713,4.658473 9.01352,-15.422245 13.11146,-42.1534234 8.90798,-44.81536703 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999948;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
clip-path="none"
d="m 114.53502,3.6444736 c -2.68214,-0.1095411 -9.72105,1.9269316 -14.10875,4.9409622 -5.588882,3.8391572 -8.614705,16.3031612 -17.463551,18.0548712 4.026286,0.442519 7.163988,2.212028 9.547867,3.541414 2.688513,1.499268 8.327344,5.609747 10.943874,10.466807 0.89099,-11.169148 10.34217,-14.942989 12.14461,-25.485465 1.09866,-6.426204 0.97669,-10.6574923 -0.20122,-11.3369344 -0.18494,-0.106666 -0.47964,-0.1659974 -0.86283,-0.181655 z"
id="path958-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cscscccc" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 63.298204,77.217549 c 0.643699,3.109303 2.413155,7.076099 4.124013,9.701364 3.310061,-1.763697 5.417922,-5.135637 7.971609,-7.51095 1.198825,1.577971 3.868303,7.114011 6.512091,9.789415 3.463616,-1.988988 7.756292,-6.447595 8.865458,-7.486786"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000043;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 83.333953,69.403814 c 0,1.271067 -5.730796,5.562103 -7.884472,5.292358 -2.320258,-0.290609 -5.289525,-6.033228 -4.829382,-7.215662 1.168196,-3.00192 12.713854,-1.578675 12.713854,1.923304 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<ellipse
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:6.02464399;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="path885-3"
cx="98.285187"
cy="71.819473"
rx="6.5055833"
ry="7.136023"
transform="matrix(0.9886695,-0.15010871,0.02280551,0.99973992,0,0)" />
<ellipse
transform="matrix(0.99931209,0.03708576,-0.18411216,0.98290524,0,0)"
ry="6.8772163"
rx="6.0322933"
cy="51.419537"
cx="76.09259"
id="ellipse887-6"
style="opacity:1;fill:#fefefe;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:6.03310108;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:2.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 75.524625,53.512316 c -1.639204,6.404973 -6.059201,7.577032 -9.351261,10.278659 -2.645138,2.170728 -2.691311,5.800096 -1.345388,7.660579"
id="path890-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<ellipse
transform="matrix(0.92917504,-0.36964001,0.09025015,0.99591913,0,0)"
ry="3.8740859"
rx="2.9008718"
cy="93.940414"
cx="94.354172"
id="ellipse841"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.08515739;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<ellipse
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.0878582;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="ellipse846"
cx="68.050552"
cy="75.736885"
rx="2.905468"
ry="3.8730745"
transform="matrix(0.95327278,-0.30211093,0.01423477,0.99989868,0,0)" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 30 KiB

View file

@ -0,0 +1,362 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxcomfysip.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxcomfysip.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath932">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 125.27667,0.37813902 C 120.2963,-2.2481557 89.74339,8.942913 77.334,29.676181 c 4.011436,6.936801 10.538746,4.469429 18.618181,10.718347 5.246249,4.057635 8.936809,13.552851 21.301919,16.872234 10.59069,-18.354905 13.53429,-53.9821224 8.02257,-56.88862298 z"
id="path934"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scscs" />
</clipPath>
<mask
id="mask914-8"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-9"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-0"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-3"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<mask
id="mask914-4"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-76"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-5"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-6"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-9"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-37"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848-4"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8284273"
inkscape:cx="-156.51421"
inkscape:cy="51.959468"
inkscape:document-units="px"
inkscape:current-layer="layer2"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 16.896518,0.17306618 C 22.290524,-2.0353034 36.220637,17.529789 51.3809,22.461628 L 22.287996,40.059153 C 16.740791,31.510133 12.008155,2.174429 16.896518,0.17306618 Z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 100.13137,68.648271 c 0,21.409101 -19.221078,38.764609 -42.931484,38.764609 -5.820838,0 -10.993473,8.38931 -18.831959,6.40273 -7.010562,-1.77675 -6.877937,-13.77043 -10.64635,-16.985282 -8.283912,-7.06706 -13.453176,-17.079477 -13.453175,-28.182057 2e-6,-21.409099 19.22108,-38.764603 42.931484,-38.764603 23.710404,0 42.931484,17.355504 42.931484,38.764603 z"
id="path937"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssss" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:9.99999905;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 120.57321,100.1251 c 0.0551,4.75467 -1.35806,9.91832 -5.23476,12.42497 -18.497142,11.9601 -74.212206,13.18088 -75.577147,6.05302 -1.694937,-8.85114 7.836433,-16.62589 16.421457,-16.89751 23.703999,-0.74996 42.019411,-13.23093 42.019411,-33.745164 0,-20.514236 -19.007905,-37.143085 -41.699985,-37.143085 h 2e-6 c -22.692083,0 -41.087253,16.628849 -41.087253,37.143085 0,8.821042 2.829124,17.483839 9.0817,23.295843 9.350966,8.692079 16.00064,16.670711 11.44856,26.133561 -2.874031,5.97453 -20.799123,0.97385 -28.2876438,-8.40788 -2.3885989,-2.99247 -2.541165,-13.622575 -2.541165,-19.063842"
id="path1004"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cssssscssssc" />
<path
id="path852"
style="opacity:1;fill:#6d677d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 39.996918,113.93758 c 2.502913,-6.11447 8.368196,-12.19392 16.505285,-12.31289 25.855079,-0.37802 41.661319,-13.262405 41.661319,-33.756477 0,-20.494074 -18.990222,-37.107802 -41.661319,-37.107802 -22.6711,0 -41.049656,16.613728 -41.049656,37.107802 0,8.812373 2.397194,17.966803 9.074505,23.272368 7.110514,5.649777 11.663906,11.530239 12.037744,21.724359 0.248402,6.77364 -2.978618,8.66373 -8.827773,7.46446 C 14.572301,117.0893 2.7753296,109.45093 1.093657,101.81123 -2.2122825,86.792626 2.095651,64.923558 11.263287,49.110046 27.636229,20.867899 48.226709,9.5651352 86.578185,16.766416 c 18.475525,3.469162 39.607565,19.94386 39.607565,48.66086 0,13.12284 -2.81096,14.40677 -2.81096,21.7279 0,7.41698 3.23327,9.753302 1.85232,14.907104 -1.72226,6.42754 -11.51181,15.10514 -31.847745,18.97643 -16.083912,3.06184 -34.198168,3.57048 -47.294842,1.81545 -6.532016,-0.87533 -7.380856,-5.75724 -6.087605,-8.91658 z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscssssscsss" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 40.777192,100.59995 0.918839,3.03343 -2.861692,5.96763 0.631117,5.56608 -2.977335,0.071 c -3.594857,-5.29995 0.895219,-10.90621 4.289071,-14.63804 z"
id="rect1013"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
sodipodi:nodetypes="scscs"
inkscape:connector-curvature="0"
id="path873"
d="M 116.47742,0.32051992 C 112.25597,-1.9055749 86.358769,7.5801765 75.840346,25.154069 c 3.400165,5.879757 8.932831,3.788368 15.781106,9.085065 4.446815,3.439323 7.575007,11.48764 18.055888,14.301209 8.97687,-15.557949 11.47192,-45.7562208 6.80008,-48.21982308 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.30337501;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 122.43461,4.4636285 c -1.82251,-0.8668101 -11.22,2.9691977 -16.50848,7.8380575 -10.738137,9.886091 -1.09222,23.155188 -28.844928,21.261613 6.125558,15.073176 19.490197,20.729658 35.489498,24.522051 -2.72237,-18.985937 9.42314,-19.926785 11.16335,-40.287479 0.65601,-7.675374 0.15159,-12.6441157 -1.29944,-13.3342425 z"
id="path958"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss"
clip-path="url(#clipPath932)"
transform="matrix(0.84761803,0,0,0.84761803,10.290653,2.4453707e-6)" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<ellipse
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81259012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
id="path885"
cx="100.74702"
cy="74.357704"
rx="6.5587158"
ry="7.437067"
transform="matrix(0.98788676,-0.15517654,0.02204363,0.99975701,0,0)" />
<ellipse
transform="matrix(0.99926374,0.03836633,-0.17815691,0.98400209,0,0)"
ry="7.1594748"
rx="6.0770407"
cy="51.763184"
cx="76.088509"
id="ellipse887"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81394577;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000043;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 82.756498,69.978962 c 0,1.257635 -5.672157,5.503323 -7.803797,5.236429 -2.296517,-0.287536 -5.235402,-5.969469 -4.779965,-7.139407 1.156242,-2.970196 12.583762,-1.561991 12.583762,1.902978 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 71.485953,53.234339 c -0.381228,6.581213 -1.752739,9.11983 -5.069063,11.935479 -2.664628,2.26234 -2.711142,6.044884 -1.355301,7.983889"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Cofe">
<path
style="fill:#c7aeff;fill-opacity:1;stroke:#110079;stroke-width:3.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 47.529597,82.858441 -8.88394,-0.723265 c -2.274654,-0.185185 -4.1824,1.022845 -4.565937,2.781799 l -2.38284,10.927988 7.600536,1.054357 0.773816,-4.797063 c 0.253762,-1.57313 2.100265,-2.533873 3.67942,-2.448904 l 7.053423,0.379519"
id="path868"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cssccssc" />
<path
style="opacity:1;fill:#8354ea;fill-opacity:1;fill-rule:evenodd;stroke:#313131;stroke-width:3.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
d="m 24.095,128.61946 1.986788,-34.977604 31.459121,4.494163 0.277418,30.483441"
id="rect863"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<path
style="fill:none;stroke:#313131;stroke-width:3.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 25.85987,96.832157 34.792693,111.78496 52.935792,97.470217"
id="path866"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" />
<path
style="fill:none;stroke:#313131;stroke-width:3.49999976;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 47.988261,79.906843 c 0.60419,5.091473 2.271173,9.218625 5.560641,12.082352"
id="path869"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:#6d677d;fill-opacity:1;stroke:#ffffff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 70.795931,103.50496 C 51.119552,101.9596 51.942225,114.97193 63.533448,121.14431"
id="path915"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 25 KiB

View file

@ -0,0 +1,389 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxcomfysleepy.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxcomfysleepy.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath932">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 125.27667,0.37813902 C 120.2963,-2.2481557 89.74339,8.942913 77.334,29.676181 c 4.011436,6.936801 10.538746,4.469429 18.618181,10.718347 5.246249,4.057635 8.936809,13.552851 21.301919,16.872234 10.59069,-18.354905 13.53429,-53.9821224 8.02257,-56.88862298 z"
id="path934"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scscs" />
</clipPath>
<mask
id="mask914-8"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-9"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-0"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-3"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<mask
id="mask914-4"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-76"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-5"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-6"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-9"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-37"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848-4"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath907">
<rect
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.01141214;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="rect909"
width="33.55088"
height="15.153069"
x="98.663345"
y="40.38686"
transform="matrix(0.97191423,0.23533534,-0.1305395,0.99144311,0,0)" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath911">
<rect
transform="matrix(0.99444961,0.10521397,0.015109,0.99988585,0,0)"
y="36.396919"
x="54.819366"
height="15.446256"
width="32.99054"
id="rect913"
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.0145874;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath907-2">
<rect
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.01141214;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="rect909-6"
width="33.55088"
height="15.153069"
x="98.663345"
y="40.38686"
transform="matrix(0.97191423,0.23533534,-0.1305395,0.99144311,0,0)" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath911-5">
<rect
transform="matrix(0.99444961,0.10521397,0.015109,0.99988585,0,0)"
y="36.396919"
x="54.819366"
height="15.446256"
width="32.99054"
id="rect913-8"
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.0145874;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.4142136"
inkscape:cx="-383.13264"
inkscape:cy="259.06264"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 16.896518,0.17306618 C 22.290524,-2.0353034 36.220637,17.529789 51.3809,22.461628 L 22.287996,40.059153 C 16.740791,31.510133 12.008155,2.174429 16.896518,0.17306618 Z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 100.13137,68.648271 c 0,21.409101 -19.221078,38.764609 -42.931484,38.764609 -5.820838,0 -10.993473,8.38931 -18.831959,6.40273 -7.010562,-1.77675 -6.877937,-13.77043 -10.64635,-16.985282 -8.283912,-7.06706 -13.453176,-17.079477 -13.453175,-28.182057 2e-6,-21.409099 19.22108,-38.764603 42.931484,-38.764603 23.710404,0 42.931484,17.355504 42.931484,38.764603 z"
id="path937"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssss" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:9.99999905;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 120.57321,100.1251 c 0.0551,4.75467 -1.35806,9.91832 -5.23476,12.42497 -18.497142,11.9601 -74.212206,13.18088 -75.577147,6.05302 -1.694937,-8.85114 7.836433,-16.62589 16.421457,-16.89751 23.703999,-0.74996 42.019411,-13.23093 42.019411,-33.745164 0,-20.514236 -19.007905,-37.143085 -41.699985,-37.143085 h 2e-6 c -22.692083,0 -41.087253,16.628849 -41.087253,37.143085 0,8.821042 2.829124,17.483839 9.0817,23.295843 9.350966,8.692079 16.00064,16.670711 11.44856,26.133561 -2.874031,5.97453 -20.799123,0.97385 -28.2876438,-8.40788 -2.3885989,-2.99247 -2.541165,-13.622575 -2.541165,-19.063842"
id="path1004"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cssssscssssc" />
<path
id="path852"
style="opacity:1;fill:#6d677d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 39.996918,113.93758 c 2.502913,-6.11447 8.368196,-12.19392 16.505285,-12.31289 25.855079,-0.37802 41.661319,-13.262405 41.661319,-33.756477 0,-20.494074 -18.990222,-37.107802 -41.661319,-37.107802 -22.6711,0 -41.049656,16.613728 -41.049656,37.107802 0,8.812373 2.397194,17.966803 9.074505,23.272368 7.110514,5.649777 11.663906,11.530239 12.037744,21.724359 0.248402,6.77364 -2.978618,8.66373 -8.827773,7.46446 C 14.572301,117.0893 2.7753296,109.45093 1.093657,101.81123 -2.2122825,86.792626 2.095651,64.923558 11.263287,49.110046 27.636229,20.867899 48.226709,9.5651352 86.578185,16.766416 c 18.475525,3.469162 39.607565,19.94386 39.607565,48.66086 0,13.12284 -2.81096,14.40677 -2.81096,21.7279 0,7.41698 3.23327,9.753302 1.85232,14.907104 -1.72226,6.42754 -11.51181,15.10514 -31.847745,18.97643 -16.083912,3.06184 -34.198168,3.57048 -47.294842,1.81545 -6.532016,-0.87533 -7.380856,-5.75724 -6.087605,-8.91658 z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscssssscsss" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 40.74034,103.2567 1.066286,3.52021 -3.320909,6.92525 0.732393,6.45927 -3.45511,0.0823 c -4.171725,-6.15043 1.038875,-12.65633 4.97734,-16.98701 z"
id="rect1013"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
sodipodi:nodetypes="scscs"
inkscape:connector-curvature="0"
id="path873"
d="M 116.47702,0.32065144 C 112.25561,-1.9054215 86.358662,7.5802363 75.840342,25.153956 c 3.400132,5.879699 8.932744,3.788331 15.780952,9.084975 4.446771,3.43929 7.574932,11.487528 18.055716,14.301068 8.97678,-15.557795 11.4718,-45.7557697 6.80001,-48.21934756 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.30340743;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 122.43461,4.4636285 c -1.82251,-0.8668101 -11.22,2.9691977 -16.50848,7.8380575 -10.738137,9.886091 -1.09222,23.155188 -28.844928,21.261613 6.125558,15.073176 19.490197,20.729658 35.489498,24.522051 -2.72237,-18.985937 9.42314,-19.926785 11.16335,-40.287479 0.65601,-7.675374 0.15159,-12.6441157 -1.29944,-13.3342425 z"
id="path958"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss"
clip-path="url(#clipPath932)"
transform="matrix(0.8476097,0,0,0.8476097,10.291296,1.3704121e-4)" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000043;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 82.756498,69.978962 c 0,1.257635 -5.672157,5.503323 -7.803797,5.236429 -2.296517,-0.287536 -5.235402,-5.969469 -4.779965,-7.139407 1.156242,-2.970196 12.583762,-1.561991 12.583762,1.902978 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 62.926027,77.709868 c 0.637112,3.076446 2.388463,7.001321 4.081815,9.598842 3.276192,-1.745058 5.362485,-5.081364 7.890042,-7.431575 1.186558,1.561295 3.828721,7.03883 6.445457,9.685962 3.428176,-1.967968 7.676928,-6.379457 8.774746,-7.407666"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 75.835945,54.084995 c -1.86489,6.675915 -5.858691,8.234979 -9.175015,11.050628 -2.664628,2.26234 -2.711142,6.044884 -1.355301,7.983889"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<path
style="fill:none;stroke:#313131;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 108.24985,62.305411 92.649293,56.44817"
id="path841"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
inkscape:connector-curvature="0"
id="path854"
d="M 75.33599,54.084995 58.563585,54.010158"
style="fill:none;stroke:#313131;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="cc" />
<path
inkscape:connector-curvature="0"
id="path858"
d="M 108.58703,60.426327 94.164108,55.008773"
style="fill:none;stroke:#313131;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#313131;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 74.826822,52.447662 59.279289,52.400695"
id="path860"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 26 KiB

View file

@ -0,0 +1,349 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxcomfysmirk.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxcomfysmirk.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath932">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 125.27667,0.37813902 C 120.2963,-2.2481557 89.74339,8.942913 77.334,29.676181 c 4.011436,6.936801 10.538746,4.469429 18.618181,10.718347 5.246249,4.057635 8.936809,13.552851 21.301919,16.872234 10.59069,-18.354905 13.53429,-53.9821224 8.02257,-56.88862298 z"
id="path934"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scscs" />
</clipPath>
<mask
id="mask914-8"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-9"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-0"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-3"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<mask
id="mask914-4"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-76"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-5"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-6"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-9"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-37"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848-4"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="7.9999999"
inkscape:cx="43.252824"
inkscape:cy="104.66495"
inkscape:document-units="px"
inkscape:current-layer="layer4"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 16.896518,0.17306618 C 22.290524,-2.0353034 36.220637,17.529789 51.3809,22.461628 L 22.287996,40.059153 C 16.740791,31.510133 12.008155,2.174429 16.896518,0.17306618 Z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 100.13137,68.648271 c 0,21.409101 -19.221078,38.764609 -42.931484,38.764609 -5.820838,0 -10.993473,8.38931 -18.831959,6.40273 -7.010562,-1.77675 -6.877937,-13.77043 -10.64635,-16.985282 -8.283912,-7.06706 -13.453176,-17.079477 -13.453175,-28.182057 2e-6,-21.409099 19.22108,-38.764603 42.931484,-38.764603 23.710404,0 42.931484,17.355504 42.931484,38.764603 z"
id="path937"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssss" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:9.99999905;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 120.57321,100.1251 c 0.0551,4.75467 -1.35806,9.91832 -5.23476,12.42497 -18.497142,11.9601 -74.212206,13.18088 -75.577147,6.05302 -1.694937,-8.85114 7.836433,-16.62589 16.421457,-16.89751 23.703999,-0.74996 42.019411,-13.23093 42.019411,-33.745164 0,-20.514236 -19.007905,-37.143085 -41.699985,-37.143085 h 2e-6 c -22.692083,0 -41.087253,16.628849 -41.087253,37.143085 0,8.821042 2.829124,17.483839 9.0817,23.295843 9.350966,8.692079 16.00064,16.670711 11.44856,26.133561 -2.874031,5.97453 -20.799123,0.97385 -28.2876438,-8.40788 -2.3885989,-2.99247 -2.541165,-13.622575 -2.541165,-19.063842"
id="path1004"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cssssscssssc" />
<path
id="path852"
style="opacity:1;fill:#6d677d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 39.996918,113.93758 c 2.502913,-6.11447 8.368196,-12.19392 16.505285,-12.31289 25.855079,-0.37802 41.661319,-13.262405 41.661319,-33.756477 0,-20.494074 -18.990222,-37.107802 -41.661319,-37.107802 -22.6711,0 -41.049656,16.613728 -41.049656,37.107802 0,8.812373 2.397194,17.966803 9.074505,23.272368 7.110514,5.649777 11.663906,11.530239 12.037744,21.724359 0.248402,6.77364 -2.978618,8.66373 -8.827773,7.46446 C 14.572301,117.0893 2.7753296,109.45093 1.093657,101.81123 -2.2122825,86.792626 2.095651,64.923558 11.263287,49.110046 27.636229,20.867899 48.226709,9.5651352 86.578185,16.766416 c 18.475525,3.469162 39.607565,19.94386 39.607565,48.66086 0,13.12284 -2.81096,14.40677 -2.81096,21.7279 0,7.41698 3.23327,9.753302 1.85232,14.907104 -1.72226,6.42754 -11.51181,15.10514 -31.847745,18.97643 -16.083912,3.06184 -34.198168,3.57048 -47.294842,1.81545 -6.532016,-0.87533 -7.380856,-5.75724 -6.087605,-8.91658 z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscssssscsss" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 40.74034,103.2567 1.066286,3.52021 -3.320909,6.92525 0.732393,6.45927 -3.45511,0.0823 c -4.171725,-6.15043 1.038875,-12.65633 4.97734,-16.98701 z"
id="rect1013"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 38.176212,81.896528 c 0.737581,1.972503 1.896964,3.797582 2.925997,4.96564 1.582301,-0.737873 5.128403,-4.243486 7.12706,-5.546259 1.223954,1.887764 3.806666,4.965382 6.697374,7.129066 4.609161,-1.880535 9.1893,-5.181876 11.941107,-8.883964"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
sodipodi:nodetypes="scscs"
inkscape:connector-curvature="0"
id="path873"
d="M 116.47742,0.32051992 C 112.25597,-1.9055749 86.358769,7.5801765 75.840346,25.154069 c 3.400165,5.879757 8.932831,3.788368 15.781106,9.085065 4.446815,3.439323 7.575007,11.48764 18.055888,14.301209 8.97687,-15.557949 11.47192,-45.7562208 6.80008,-48.21982308 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.30337501;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 122.43461,4.4636285 c -1.82251,-0.8668101 -11.22,2.9691977 -16.50848,7.8380575 -10.738137,9.886091 -1.09222,23.155188 -28.844928,21.261613 6.125558,15.073176 19.490197,20.729658 35.489498,24.522051 -2.72237,-18.985937 9.42314,-19.926785 11.16335,-40.287479 0.65601,-7.675374 0.15159,-12.6441157 -1.29944,-13.3342425 z"
id="path958"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss"
clip-path="url(#clipPath932)"
transform="matrix(0.84761803,0,0,0.84761803,10.290653,2.4453707e-6)" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<g
transform="translate(34.018322,10.373844)"
id="g886">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.4000001;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 75.365358,49.164106 c -0.539297,2.092181 -2.377307,3.52556 -4.663733,3.52556 -2.704691,0 -4.897275,-2.165287 -4.897275,-4.836303 0,-1.53363 0.722844,-2.900533 1.850429,-3.786567 2.21599,0.531804 6.723448,3.584915 7.710579,5.09731 z"
id="path882"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csscc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path884"
d="m 57.090948,47.537207 c 3.830006,-5.133535 13.783176,-4.862187 16.84334,1.372566"
style="fill:none;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<g
id="g880"
transform="translate(-0.536383,7.263572)">
<path
sodipodi:nodetypes="csscc"
inkscape:connector-curvature="0"
id="path868"
d="m 75.365358,49.164106 c -0.539297,2.092181 -2.377307,3.52556 -4.663733,3.52556 -2.704691,0 -4.897275,-2.165287 -4.897275,-4.836303 0,-1.53363 0.722844,-2.900533 1.850429,-3.786567 2.21599,0.531804 6.723448,3.584915 7.710579,5.09731 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.4000001;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="fill:none;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 57.090948,47.537207 c 3.830006,-5.133535 13.783176,-4.862187 16.84334,1.372566"
id="path860"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000043;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 82.756498,69.978962 c 0,1.257635 -5.672157,5.503323 -7.803797,5.236429 -2.296517,-0.287536 -5.235402,-5.969469 -4.779965,-7.139407 1.156242,-2.970196 12.583762,-1.561991 12.583762,1.902978 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 73.397905,56.173345 c -0.840016,5.780436 -3.984784,6.10557 -7.380132,8.948973 -2.728123,2.284641 -2.775746,6.104474 -1.387596,8.062593"
id="path890-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 25 KiB

View file

@ -0,0 +1,329 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxcomfysmug.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxcomfysmug.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath932">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 125.27667,0.37813902 C 120.2963,-2.2481557 89.74339,8.942913 77.334,29.676181 c 4.011436,6.936801 10.538746,4.469429 18.618181,10.718347 5.246249,4.057635 8.936809,13.552851 21.301919,16.872234 10.59069,-18.354905 13.53429,-53.9821224 8.02257,-56.88862298 z"
id="path934"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scscs" />
</clipPath>
<mask
id="mask914-8"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-9"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-0"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-3"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<mask
id="mask914-4"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-76"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-5"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-6"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-9"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-37"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848-4"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8284271"
inkscape:cx="-119.83899"
inkscape:cy="39.309947"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 16.896518,0.17306618 C 22.290524,-2.0353034 36.220637,17.529789 51.3809,22.461628 L 22.287996,40.059153 C 16.740791,31.510133 12.008155,2.174429 16.896518,0.17306618 Z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 100.13137,68.648271 c 0,21.409101 -19.221078,38.764609 -42.931484,38.764609 -5.820838,0 -10.993473,8.38931 -18.831959,6.40273 -7.010562,-1.77675 -6.877937,-13.77043 -10.64635,-16.985282 -8.283912,-7.06706 -13.453176,-17.079477 -13.453175,-28.182057 2e-6,-21.409099 19.22108,-38.764603 42.931484,-38.764603 23.710404,0 42.931484,17.355504 42.931484,38.764603 z"
id="path937"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssss" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:9.99999905;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 120.57321,100.1251 c 0.0551,4.75467 -1.35806,9.91832 -5.23476,12.42497 -18.497142,11.9601 -74.212206,13.18088 -75.577147,6.05302 -1.694937,-8.85114 7.836433,-16.62589 16.421457,-16.89751 23.703999,-0.74996 42.019411,-13.23093 42.019411,-33.745164 0,-20.514236 -19.007905,-37.143085 -41.699985,-37.143085 h 2e-6 c -22.692083,0 -41.087253,16.628849 -41.087253,37.143085 0,8.821042 2.829124,17.483839 9.0817,23.295843 9.350966,8.692079 16.00064,16.670711 11.44856,26.133561 -2.874031,5.97453 -20.799123,0.97385 -28.2876438,-8.40788 -2.3885989,-2.99247 -2.541165,-13.622575 -2.541165,-19.063842"
id="path1004"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cssssscssssc" />
<path
id="path852"
style="opacity:1;fill:#6d677d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 39.996918,113.93758 c 2.502913,-6.11447 8.368196,-12.19392 16.505285,-12.31289 25.855079,-0.37802 41.661319,-13.262405 41.661319,-33.756477 0,-20.494074 -18.990222,-37.107802 -41.661319,-37.107802 -22.6711,0 -41.049656,16.613728 -41.049656,37.107802 0,8.812373 2.397194,17.966803 9.074505,23.272368 7.110514,5.649777 11.663906,11.530239 12.037744,21.724359 0.248402,6.77364 -2.978618,8.66373 -8.827773,7.46446 C 14.572301,117.0893 2.7753296,109.45093 1.093657,101.81123 -2.2122825,86.792626 2.095651,64.923558 11.263287,49.110046 27.636229,20.867899 48.226709,9.5651352 86.578185,16.766416 c 18.475525,3.469162 39.607565,19.94386 39.607565,48.66086 0,13.12284 -2.81096,14.40677 -2.81096,21.7279 0,7.41698 3.23327,9.753302 1.85232,14.907104 -1.72226,6.42754 -11.51181,15.10514 -31.847745,18.97643 -16.083912,3.06184 -34.198168,3.57048 -47.294842,1.81545 -6.532016,-0.87533 -7.380856,-5.75724 -6.087605,-8.91658 z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscssssscsss" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 40.74034,103.2567 1.066286,3.52021 -3.320909,6.92525 0.732393,6.45927 -3.45511,0.0823 c -4.171725,-6.15043 1.038875,-12.65633 4.97734,-16.98701 z"
id="rect1013"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
sodipodi:nodetypes="scscs"
inkscape:connector-curvature="0"
id="path873"
d="M 116.47742,0.32051992 C 112.25597,-1.9055749 86.358769,7.5801765 75.840346,25.154069 c 3.400165,5.879757 8.932831,3.788368 15.781106,9.085065 4.446815,3.439323 7.575007,11.48764 18.055888,14.301209 8.97687,-15.557949 11.47192,-45.7562208 6.80008,-48.21982308 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.30337501;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 122.43461,4.4636285 c -1.82251,-0.8668101 -11.22,2.9691977 -16.50848,7.8380575 -10.738137,9.886091 -1.09222,23.155188 -28.844928,21.261613 6.125558,15.073176 19.490197,20.729658 35.489498,24.522051 -2.72237,-18.985937 9.42314,-19.926785 11.16335,-40.287479 0.65601,-7.675374 0.15159,-12.6441157 -1.29944,-13.3342425 z"
id="path958"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss"
clip-path="url(#clipPath932)"
transform="matrix(0.84761803,0,0,0.84761803,10.290653,2.4453707e-6)" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#313131;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 91.353922,54.684264 c -1.520273,0.149002 -1.53974,2.678077 -0.0154,2.778843 l 8.095119,0.668756 c 0.01281,2.541868 2.003989,4.645168 4.663309,4.906824 2.30797,0.147993 5.37218,-1.834841 5.55316,-5.202816 0.0386,-0.718889 -0.33804,-1.705789 -1.08641,-1.749132 L 91.601354,54.683292 c -0.08232,-0.0078 -0.165193,-0.0074 -0.247435,9.78e-4 z"
id="path957"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccscccc" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 62.925759,77.710122 c 0.637112,3.076446 2.388463,7.001321 4.081815,9.598842 3.276192,-1.745058 5.362485,-5.081364 7.890042,-7.431575 1.186558,1.561295 3.828721,7.03883 6.445457,9.685962 3.428176,-1.967968 7.676928,-6.379457 8.774746,-7.407666"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000043;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 82.756498,69.978962 c 0,1.257635 -5.672157,5.503323 -7.803797,5.236429 -2.296517,-0.287536 -5.235402,-5.969469 -4.779965,-7.139407 1.156242,-2.970196 12.583762,-1.561991 12.583762,1.902978 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
sodipodi:nodetypes="ccccscccc"
inkscape:connector-curvature="0"
id="path859"
d="m 57.162886,51.716929 c -1.520273,0.149002 -1.53974,2.678077 -0.0154,2.778843 l 8.095119,0.668756 c 0.01281,2.541868 2.003984,4.645168 4.663311,4.906824 2.307963,0.147993 5.37217,-1.834841 5.553149,-5.202816 0.03863,-0.718889 -0.338032,-1.705789 -1.086402,-1.749132 L 57.410318,51.715957 c -0.08232,-0.0078 -0.165193,-0.0074 -0.247435,9.78e-4 z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#313131;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 73.880504,55.206808 c -0.847829,6.171061 -4.467383,7.072107 -7.862731,9.91551 -2.728123,2.284641 -2.775746,6.104474 -1.387596,8.062593"
id="path890-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 26 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 45 KiB

View file

@ -0,0 +1,403 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxcomfyterrified.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxcomfyterrified.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath932">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 125.27667,0.37813902 C 120.2963,-2.2481557 89.74339,8.942913 77.334,29.676181 c 4.011436,6.936801 10.538746,4.469429 18.618181,10.718347 5.246249,4.057635 8.936809,13.552851 21.301919,16.872234 10.59069,-18.354905 13.53429,-53.9821224 8.02257,-56.88862298 z"
id="path934"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scscs" />
</clipPath>
<mask
id="mask914-8"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-9"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-0"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-3"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<mask
id="mask914-4"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-76"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-5"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-6"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-9"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-37"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848-4"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<linearGradient
id="linearGradient852"
inkscape:collect="always">
<stop
id="stop848"
offset="0"
style="stop-color:#47aee3;stop-opacity:1" />
<stop
id="stop850"
offset="1"
style="stop-color:#ff8702;stop-opacity:1" />
</linearGradient>
<mask
id="mask914-44"
maskUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
id="path916-763"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
</mask>
<clipPath
id="clipPath939-1"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path941-7"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<clipPath
id="clipPath846-5"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
id="path848-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccccs" />
</clipPath>
<clipPath
id="clipPath848-6"
clipPathUnits="userSpaceOnUse">
<path
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
id="path850-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient852"
id="linearGradient983"
x1="56.50219"
y1="30.817331"
x2="50.631371"
y2="72.501808"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0103381,0,0,1.0106808,1.3342523e-4,-1.3229074)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="16"
inkscape:cx="97.006203"
inkscape:cy="91.351565"
inkscape:document-units="px"
inkscape:current-layer="layer5"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="1982"
inkscape:window-x="2880"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 28.310772,-0.01022614 C 33.419786,-0.23670043 44.758578,15.052213 47.832453,23.70493 L 18.938946,40.851408 C 16.42059,24.185958 23.770178,0.19105195 28.310772,-0.01022614 Z"
id="rect870-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:url(#linearGradient983);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.99999952;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 101.16667,68.058578 c 0,21.637767 -19.419791,39.178652 -43.375316,39.178652 -5.881014,0 -11.107124,8.47891 -19.026644,6.47111 C 31.681672,111.91262 31.815667,99.790836 28.008296,96.541641 19.638745,89.399101 14.416042,79.279742 14.416043,68.058578 c 2e-6,-21.637762 19.419788,-39.178637 43.375311,-39.178637 23.955523,0 43.375316,17.540875 43.375316,39.178637 z"
id="path937"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssss" />
<path
style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:9.99999809;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 121.81983,99.871605 c 0.0557,4.805455 -1.37209,10.024255 -5.28887,12.557685 -18.68837,12.08784 -74.979417,13.32165 -76.358469,6.11766 -1.71246,-8.94568 7.917447,-16.80347 16.591221,-17.07799 23.949052,-0.75796 42.45381,-13.372242 42.45381,-34.105584 0,-20.733342 -19.204408,-37.5398 -42.131081,-37.5398 h 2e-6 c -22.926674,0 -41.512014,16.806458 -41.512014,37.5398 0,8.915259 2.85837,17.67058 9.175587,23.54466 9.447637,8.784919 16.166055,16.848774 11.566914,26.412694 -2.903742,6.03833 -21.014143,0.98425 -28.5800813,-8.49768 C 5.3235564,105.79861 5.1694131,95.054968 5.1694131,89.555583"
id="path1004"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cssssscssssc" />
<path
id="path852"
style="opacity:1;fill:#6d677d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.99999952;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 40.410541,113.83161 c 2.528788,-6.17977 8.454706,-12.32416 16.675917,-12.44439 26.12237,-0.38208 42.092016,-13.404068 42.092016,-34.117031 0,-20.712967 -19.186544,-37.504141 -42.092016,-37.504141 -22.905474,0 -41.474029,16.791174 -41.474029,37.504141 0,8.906496 2.421977,18.158701 9.168318,23.520935 7.184023,5.71012 11.784488,11.653396 12.162191,21.956396 0.25097,6.84598 -3.009412,8.75626 -8.919036,7.54418 C 14.723084,117.01699 2.8041545,109.29705 1.1050966,101.57575 -2.2350197,86.396729 2.1174493,64.294084 11.379861,48.31167 27.922067,19.767876 48.725412,8.3443907 87.473368,15.622587 c 18.666522,3.506215 40.017022,20.156876 40.017022,49.180594 0,13.263002 -2.84002,14.560646 -2.84002,21.95997 0,7.496199 3.2667,9.857475 1.87147,15.066329 -1.74006,6.49619 -11.63081,15.26647 -32.176982,19.17911 -16.250188,3.09453 -34.55171,3.60861 -47.783778,1.83484 -6.599544,-0.88468 -7.45716,-5.81873 -6.150539,-9.01182 z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscssssscsss" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:9.99999905;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.11999989;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 41.161648,103.03666 1.07731,3.5578 -3.355242,6.99922 0.739966,6.52826 -3.49083,0.0833 c -4.214851,-6.21612 1.049616,-12.7915 5.028796,-17.16844 z"
id="rect1013"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.80000067;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 125.604,14.786681 c -2.6307,-3.092432 -32.939075,-0.409851 -43.56751,9.722833 3.01336,6.920906 6.117157,9.019461 12.886889,11.643444 6.447121,2.498933 5.295621,3.44553 12.254911,9.261308 15.54363,-7.134932 20.94134,-27.670421 18.42571,-30.627585 z"
id="path911-8"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scscs" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 63.298204,77.217549 c 0.643699,3.109303 2.413155,7.076099 4.124013,9.701364 3.310061,-1.763697 5.417922,-5.135637 7.971609,-7.51095 1.198825,1.577971 3.868303,7.114011 6.512091,9.789415 3.463616,-1.988988 7.756292,-6.447595 8.865458,-7.486786"
id="path889"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000043;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 83.333953,69.403814 c 0,1.271067 -5.730796,5.562103 -7.884472,5.292358 -2.320258,-0.290609 -5.289525,-6.033228 -4.829382,-7.215662 1.168196,-3.00192 12.713854,-1.578675 12.713854,1.923304 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<ellipse
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:6.02464437;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="path885-3"
cx="98.285187"
cy="71.819473"
rx="6.5055833"
ry="7.136023"
transform="matrix(0.9886695,-0.15010871,0.02280551,0.99973992,0,0)" />
<ellipse
transform="matrix(0.99931209,0.03708576,-0.18411216,0.98290524,0,0)"
ry="6.8772163"
rx="6.0322933"
cy="51.419537"
cx="76.09259"
id="ellipse887-6"
style="opacity:1;fill:#fefefe;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:6.03310108;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:2.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 75.524625,53.512316 c -1.639204,6.404973 -6.059201,7.577032 -9.351261,10.278659 -2.645138,2.170728 -2.691311,5.800096 -1.345388,7.660579"
id="path890-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<ellipse
transform="matrix(0.92917504,-0.36964001,0.09025015,0.99591913,0,0)"
ry="3.8740859"
rx="2.9008718"
cy="93.183212"
cx="96.139984"
id="ellipse841"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.08515739;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<ellipse
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.0878582;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="ellipse846"
cx="68.70742"
cy="74.397751"
rx="2.905468"
ry="3.8730745"
transform="matrix(0.95327277,-0.30211093,0.01423477,0.99989868,0,0)" />
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 28 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 71 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 73 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 74 KiB

View file

@ -0,0 +1,263 @@
<?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="128"
height="128"
viewBox="0 0 128 128"
version="1.1"
id="svg8"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="blobfoxconfused.svg"
inkscape:export-filename="/home/kevin/Encfs/Media-Enc/Projekte/Grafiken/2019.07.30 - blobfox/blobfoxconfused.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient879">
<stop
style="stop-color:#ff7505;stop-opacity:1"
offset="0"
id="stop875" />
<stop
style="stop-color:#ff8702;stop-opacity:1"
offset="1"
id="stop877" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask914">
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="path916"
d="m 154.91191,68.610466 c 0,13.30933 -2.85091,14.61151 -2.85091,22.03668 0,7.52238 3.27922,9.891904 1.87863,15.118954 -1.74673,6.51888 -11.67541,15.3198 -32.30034,19.24611 -19.5495,3.72157 -44.712872,3.71493 -57.603772,1.17936 -12.97147,-2.55141 -33.636043,-9.97066 -35.993433,-20.68009 -3.35292,-15.232034 0.95023,-36.744664 10.314153,-53.450134 13.12204,-23.41004 38.49929,-39.74165 76.385222,-32.80327 18.75365,3.43453 40.17044,20.22728 40.17045,49.35239 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</mask>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath939">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 150.70195,0.51324812 c -3.5881,-1.83838902 -33.06651,6.51462968 -45.38553,27.09708688 5.48775,7.742314 19.19939,1.052482 24.75224,0.675897 -1.51761,2.342881 -3.95771,7.251483 -4.00944,10.319043 2.25571,0.870741 6.46398,0.348129 8.50111,-1.397205 1.40822,2.738472 0.2768,11.991364 8.03107,13.355 11.96243,-15.595326 13.61577,-47.2291846 8.11055,-50.04982188 z"
id="path941"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scccccs" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath846">
<path
sodipodi:nodetypes="ssssssscccccccccs"
inkscape:connector-curvature="0"
id="path848"
d="m 391.79445,425.41973 c 1.65688,13.01782 -0.96948,14.64639 -0.0451,21.90893 0.93646,7.35762 4.43884,9.26701 3.71966,14.55393 -0.89694,6.59355 -9.51252,16.43773 -29.19693,22.84564 -18.65801,6.07378 -43.27107,9.19988 -56.19527,8.32464 -13.005,-0.88071 -34.14057,-5.56492 -37.77955,-15.74632 -5.17572,-14.481 -3.54688,-36.67033 3.43423,-53.56343 3.058,-7.39987 11.25258,-21.29807 21.35685,-27.6922 l 8.11698,-0.59557 -12.76711,-1.32585 c 5.83499,-2.87893 11.39007,-4.67336 15.7895,-5.33112 1.44139,0.88585 3.34146,1.6891 5.00507,2.25111 -3.5138,-1.72411 -8.61797,-10.20742 -11.06095,-13.14333 13.21468,-0.66879 24.87025,3.07218 30.03025,5.55927 l -4.32337,-6.20877 c 6.88088,0.77679 11.29124,4.58866 18.48127,4.89245 18.77046,1.02466 41.8087,14.78343 45.43449,43.27062 z"
style="opacity:1;fill:url(#linearGradient850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient879"
id="linearGradient850"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.97809727,-0.12449018,0.12449018,0.97809727,231.7888,378.02587)"
x1="114.28658"
y1="112.44355"
x2="95.348198"
y2="85.856133" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath848">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path850"
d="M 151.14447,0.33917988 C 146.26964,-2.2314866 116.36421,8.7225203 104.2178,29.016572 c 5.41086,7.633828 19.06431,-0.122979 24.53933,-0.494288 -1.49634,2.310053 -4.03617,8.310589 -4.08717,11.335166 2.22409,0.85854 9.31981,0.611108 12.13198,-2.270484 1.5001,5.35635 -1.15567,17.091196 6.48995,18.435725 10.36626,-17.966089 13.24747,-52.8385826 7.85258,-55.68351112 z"
style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.5"
inkscape:cx="-1560.6777"
inkscape:cy="697.9188"
inkscape:document-units="px"
inkscape:current-layer="layer5"
showgrid="false"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="2082"
inkscape:window-x="6720"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="true" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ear back">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="M 15.600493,11.438876 C 21.283855,9.1120417 35.961229,29.726678 51.934748,34.92308 L 21.28119,53.464604 C 15.436413,44.456982 10.4499,13.547599 15.600493,11.438876 Z"
id="rect870"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccs" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Body">
<path
style="opacity:1;fill:#ff8702;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 120.75775,74.588942 c 0,11.97578 -2.56526,13.147482 -2.56526,19.828677 0,6.768671 2.95065,8.900771 1.69041,13.604071 -1.57172,5.86572 -10.50557,13.78481 -29.063956,17.31772 -17.590702,3.3487 -40.232784,3.34272 -51.832057,1.0612 C 27.315109,124.10484 8.7210673,117.42898 6.5998783,107.79259 3.5829086,94.086759 7.5476933,74.148568 15.880586,59.697992 23.762444,46.029582 33.215763,37.061703 45.822281,37.485502 l -12.566245,-3.03801 c 9.132666,-2.269567 13.171041,-3.162903 21.257721,0.68735 -4.6764,-3.592062 -7.282997,-10.773749 -9.415589,-13.885932 12.040146,0.91719 22.160738,6.217205 26.545452,9.063292 l -1.64287,-6.833283 c 5.649936,1.726519 8.137466,5.599104 14.611503,6.702582 16.874597,3.090396 36.145497,18.200578 36.145497,44.407441 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscccccccs" />
</g>
<g
inkscape:label="Face"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-26.911905,0.03095311)">
<path
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.80000067;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 84.812746,80.053107 c 0,1.540309 -6.947057,6.740276 -9.557813,6.413394 -2.812693,-0.352164 -6.412136,-7.311195 -5.854334,-8.744091 1.416124,-3.637794 15.412147,-1.913074 15.412147,2.330697 z"
id="rect902"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssss" />
<path
style="display:inline;fill:none;stroke:#313131;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 71.643072,65.045952 c -1.593062,4.629528 -3.60323,6.357274 -6.853786,9.117084 -3.263541,2.770837 -3.320512,7.403562 -1.659925,9.778386"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#313131;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.99999905;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 97.28871,66.006704 c -1.95401,1.305387 -0.45588,4.295217 1.7571,3.258725 7.50375,-3.514486 12.02899,-2.657603 14.26573,-1.223178 1.84531,1.1834 5.11097,-0.349825 3.12705,-3.501986 -1.15326,-1.832326 -3.38719,-3.374381 -6.49326,-3.443657 -4.53542,0.177532 -7.21269,1.273273 -12.65662,4.910096 z"
id="path852"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssscs" />
<path
sodipodi:nodetypes="sssscs"
inkscape:connector-curvature="0"
id="path858"
d="m 73.108155,63.79366 c 1.33914,1.931039 -1.15107,4.163144 -2.829754,2.387293 -5.692046,-6.021494 -10.216236,-6.88387 -12.823187,-6.369676 -2.150737,0.424207 -4.626588,-2.199825 -1.624886,-4.404789 1.744885,-1.28172 4.388668,-1.897087 7.30375,-0.822425 4.1543,1.828449 6.243199,3.829697 9.974077,9.209597 z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#313131;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.99999905;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.39999914;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 65.753656,99.894073 c 4.012833,-2.137434 6.971529,-4.841122 10.067399,-7.719769 1.453352,1.912339 5.323368,6.893013 8.528468,10.135346"
id="path889-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" />
<g
id="g888"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:24px;line-height:1.25;font-family:'Agency FB';-inkscape-font-specification:'Agency FB';letter-spacing:0px;word-spacing:0px;fill:#ff0000;fill-opacity:1;stroke:#ffffff;stroke-width:5.94073343;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
transform="matrix(1.3250245,-0.24028381,0.24028381,1.3250245,-22.563788,-1.8097249)"
aria-label="?" />
<g
id="g893"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:24px;line-height:1.25;font-family:'Agency FB';-inkscape-font-specification:'Agency FB';letter-spacing:0px;word-spacing:0px;fill:#ff0000;fill-opacity:1;stroke:#ffffff;stroke-width:5.94073343;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
transform="matrix(1.309077,0.31582183,-0.31582183,1.309077,-29.439607,8.7107468)"
aria-label="?" />
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Ear front">
<path
sodipodi:nodetypes="scccccs"
inkscape:connector-curvature="0"
id="path873"
d="m 119.92048,11.542091 c -4.54469,-2.3965544 -32.424938,7.815559 -43.748801,26.735156 5.044438,7.116801 17.773281,-0.114652 22.877571,-0.460815 -1.39503,2.153598 -3.76288,7.747737 -3.81042,10.56746 2.07348,0.800395 8.68871,0.569723 11.31042,-2.116705 1.39851,4.993579 -1.07741,15.933658 6.05045,17.187118 9.66427,-16.749285 12.35037,-49.259962 7.32078,-51.912214 z"
style="opacity:1;fill:#313131;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
<path
style="opacity:1;fill:#ebdccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.00661588;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
d="m 148.35911,4.3356447 c -1.78771,-0.8484478 -11.00575,2.906299 -16.19325,7.6720183 -10.53309,9.676667 -1.07136,22.664674 -28.29413,20.811212 6.00859,14.75387 19.11803,20.290527 34.81182,24.002583 -2.67038,-18.583744 9.24321,-19.504661 10.95019,-39.43404 0.64348,-7.5127806 0.14869,-12.3762659 -1.27463,-13.0517733 z"
id="path958"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccss"
clip-path="url(#clipPath848)"
transform="matrix(0.93028756,0,0,0.93227263,-20.780834,11.319448)" />
<g
aria-label="?"
transform="matrix(1.4398702,-0.26110989,0.26111027,1.4398681,-64.44466,2.5744599)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:24px;line-height:1.25;font-family:'Agency FB';-inkscape-font-specification:'Agency FB';letter-spacing:0px;word-spacing:0px;fill:#c40049;fill-opacity:1;stroke:#fde2e2;stroke-width:6.1502552;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="text866">
<path
d="m 70.464797,32.235944 h 5.973333 c 0,-2.576 5.973333,-4.293333 5.973333,-9.855999 0,-4.853334 -4.256,-7.466667 -8.512,-7.466667 -4.143999,0 -7.765333,2.165333 -9.407999,6.010667 l 5.152,2.949333 c 0.746666,-1.754667 1.978666,-3.136 4.031999,-3.136 1.904,0 2.762667,0.858667 2.762667,2.165333 0,3.285333 -5.973333,4.965333 -5.973333,9.333333 z m 2.986666,9.856 c 1.941334,0 3.546667,-1.605333 3.546667,-3.546667 0,-1.941333 -1.605333,-3.546666 -3.546667,-3.546666 -1.941333,0 -3.546666,1.605333 -3.546666,3.546666 0,1.941334 1.605333,3.546667 3.546666,3.546667 z"
style="font-style:normal;font-variant:normal;font-weight:800;font-stretch:normal;font-size:37.33333206px;font-family:Gilroy;-inkscape-font-specification:'Gilroy Ultra-Bold';fill:#c40049;fill-opacity:1;stroke:#fde2e2;stroke-width:6.1502552;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path861"
inkscape:connector-curvature="0" />
</g>
<g
aria-label="?"
transform="matrix(1.4225405,0.343195,-0.3431955,1.4225384,-72.691318,14.706916)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:24px;line-height:1.25;font-family:'Agency FB';-inkscape-font-specification:'Agency FB';letter-spacing:0px;word-spacing:0px;fill:#c40049;fill-opacity:1;stroke:#fde2e2;stroke-width:6.1502552;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="text859">
<path
d="m 97.309451,-13.331594 h 5.973329 c 0,-2.576 5.97334,-4.293333 5.97334,-9.856 0,-4.853333 -4.256,-7.466666 -8.512,-7.466666 -4.144002,0 -7.765336,2.165333 -9.408002,6.010666 l 5.152,2.949334 c 0.746666,-1.754667 1.978666,-3.136 4.032002,-3.136 1.904,0 2.76266,0.858666 2.76266,2.165333 0,3.285333 -5.973329,4.965333 -5.973329,9.333333 z m 2.986669,9.8559997 c 1.94133,0 3.54666,-1.6053333 3.54666,-3.5466666 0,-1.9413332 -1.60533,-3.5466661 -3.54666,-3.5466661 -1.941336,0 -3.546669,1.6053329 -3.546669,3.5466661 0,1.9413333 1.605333,3.5466666 3.546669,3.5466666 z"
style="font-style:normal;font-variant:normal;font-weight:800;font-stretch:normal;font-size:37.33333206px;font-family:Gilroy;-inkscape-font-specification:'Gilroy Ultra-Bold';fill:#c40049;fill-opacity:1;stroke:#fde2e2;stroke-width:6.1502552;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path864"
inkscape:connector-curvature="0" />
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Whiskers"
style="display:none">
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 68.645975,77.025193 c 9.338035,-1.395359 20.51424,-0.625306 30.695296,1.011356"
id="path943"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path945"
d="m 67.228811,83.13089 c 11.440451,0.448873 21.054841,4.550435 30.034524,11.48183"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path947"
d="M 32.895393,71.456936 C 26.718997,67.627467 21.192825,65.440905 14.567884,63.58624"
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32.16221,76.367993 C 24.397529,74.197356 17.839504,73.28738 10.803794,73.046759"
id="path949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 20 KiB

Some files were not shown because too many files have changed in this diff Show more