Compare commits

...

4 Commits

28 changed files with 10649 additions and 132 deletions

132
.gitignore vendored
View File

@ -1,132 +0,0 @@
# ---> Node
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
*.lcov
# nyc test coverage
.nyc_output
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Bower dependency directory (https://bower.io/)
bower_components
# node-waf configuration
.lock-wscript
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules/
jspm_packages/
# Snowpack dependency directory (https://snowpack.dev/)
web_modules/
# TypeScript cache
*.tsbuildinfo
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional stylelint cache
.stylelintcache
# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache
# Next.js build output
.next
out
# Nuxt.js build / generate output
.nuxt
dist
# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public
# vuepress build output
.vuepress/dist
# vuepress v2.x temp and cache directory
.temp
.cache
# Docusaurus cache and generated files
.docusaurus
# Serverless directories
.serverless/
# FuseBox cache
.fusebox/
# DynamoDB Local files
.dynamodb/
# TernJS port file
.tern-port
# Stores VSCode versions used for testing VSCode extensions
.vscode-test
# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

24
www/.gitignore vendored Normal file
View File

@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

3
www/.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"recommendations": ["svelte.svelte-vscode"]
}

19
www/index.html Normal file
View File

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/icons/off-logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="OpenFoodFacts web application. Learn more about the product you eat.">
<meta name="theme-color" content="orange">
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon.png" />
<title>OpenFoodFacts Client</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>

34
www/jsconfig.json Normal file
View File

@ -0,0 +1,34 @@
{
"compilerOptions": {
"moduleResolution": "Node",
"target": "ESNext",
"module": "ESNext",
/**
* svelte-preprocess cannot figure out whether you have
* a value or a type, so tell TypeScript to enforce using
* `import type` instead of `import` for Types.
*/
"importsNotUsedAsValues": "error",
"isolatedModules": true,
"resolveJsonModule": true,
/**
* To have warnings / errors of the Svelte compiler at the
* correct position, enable source maps by default.
*/
"sourceMap": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
/**
* Typecheck JS in `.svelte` and `.js` files by default.
* Disable this if you'd like to use dynamic types.
*/
"checkJs": true
},
/**
* Use global.d.ts instead of compilerOptions.types
* to avoid limiting type declarations.
*/
"include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte"]
}

8149
www/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

24
www/package.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "off-client",
"private": true,
"version": "0.0.0",
"type": "module",
"authors": [
"Samuel ORTION <samuel@ortion.fr>"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.2",
"html5-qrcode": "^2.2.1",
"svelte": "^3.49.0",
"vite": "^3.1.0",
"vite-plugin-pwa": "^0.12.7"
},
"dependencies": {
"axios": "^0.27.2"
}
}

View File

@ -0,0 +1,97 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="200"
height="200"
viewBox="0 0 200 200"
version="1.1"
id="svg2229"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
sodipodi:docname="logo.svg"
inkscape:export-filename="../../icons/android-chrome-112x112.png"
inkscape:export-xdpi="53.759998"
inkscape:export-ydpi="53.759998"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview2231"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="1"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.7117941"
inkscape:cx="68.641433"
inkscape:cy="109.24211"
inkscape:window-width="1920"
inkscape:window-height="1011"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs2226" />
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1">
<g
id="g2113"
transform="translate(-125.215,-69.1)">
<g
id="g2105">
<path
class="f"
d="m 176.13,171.7 c 0,-27.11 21.97,-49.08 49.08,-49.08 27.11,0 49.08,21.97 49.08,49.08 z"
id="path2095"
style="fill:#ff8c14" />
<path
class="e"
d="m 261.85,171.7 c 0,20.24 -16.4,36.64 -36.64,36.64 -20.24,0 -36.64,-16.4 -36.64,-36.64 z"
id="path2097"
style="fill:#ffffff" />
<circle
class="h"
cx="241.83"
cy="140"
r="2.7"
id="circle2099"
style="fill:#8c3c00" />
<circle
class="h"
cx="254.98"
cy="152.07001"
r="2.7"
id="circle2101"
style="fill:#8c3c00" />
<circle
class="h"
cx="240.11"
cy="155.02"
r="2.7"
id="circle2103"
style="fill:#8c3c00" />
</g>
<path
d="m 201.41,214.6 -8.72,20.82 11.48,4.81 8.8,-21 c 3.92,1.01 8.02,1.55 12.25,1.55 27.06,0 49.08,-22.02 49.08,-49.08 h -12.44 c 0,20.2 -16.44,36.64 -36.64,36.64 -20.2,0 -36.64,-16.44 -36.64,-36.64 h -12.44 c 0,18.43 10.22,34.51 25.28,42.9 z"
id="path2107" />
<path
class="c"
d="m 245.51,97.97 c -9.65,0 -18.04,5.38 -22.35,13.3 3.32,3.09 5.83,7.05 7.13,11.52 11.23,-2.52 19.66,-12.45 19.86,-24.39 -1.5,-0.28 -3.05,-0.43 -4.63,-0.43 z"
id="path2109"
style="fill:#00641e" />
<path
class="d"
d="m 205.84,104.44 c -1.91,0 -3.77,0.22 -5.56,0.62 3.07,10.61 12.85,18.37 24.45,18.37 1.91,0 3.77,-0.22 5.56,-0.62 -3.07,-10.61 -12.85,-18.37 -24.45,-18.37 z"
id="path2111"
style="fill:#00961e" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -0,0 +1,97 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="200"
height="200"
viewBox="0 0 200 200"
version="1.1"
id="svg2229"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
sodipodi:docname="off-logo.svg"
inkscape:export-filename="off-logo.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview2231"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="1"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.7117941"
inkscape:cx="77.40417"
inkscape:cy="109.24211"
inkscape:window-width="1920"
inkscape:window-height="1011"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs2226" />
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1">
<g
id="g2113"
transform="translate(-125.215,-69.1)">
<g
id="g2105">
<path
class="f"
d="m 176.13,171.7 c 0,-27.11 21.97,-49.08 49.08,-49.08 27.11,0 49.08,21.97 49.08,49.08 z"
id="path2095"
style="fill:#ff8c14" />
<path
class="e"
d="m 261.85,171.7 c 0,20.24 -16.4,36.64 -36.64,36.64 -20.24,0 -36.64,-16.4 -36.64,-36.64 z"
id="path2097"
style="fill:#ffffff" />
<circle
class="h"
cx="241.83"
cy="140"
r="2.7"
id="circle2099"
style="fill:#8c3c00" />
<circle
class="h"
cx="254.98"
cy="152.07001"
r="2.7"
id="circle2101"
style="fill:#8c3c00" />
<circle
class="h"
cx="240.11"
cy="155.02"
r="2.7"
id="circle2103"
style="fill:#8c3c00" />
</g>
<path
d="m 201.41,214.6 -8.72,20.82 11.48,4.81 8.8,-21 c 3.92,1.01 8.02,1.55 12.25,1.55 27.06,0 49.08,-22.02 49.08,-49.08 h -12.44 c 0,20.2 -16.44,36.64 -36.64,36.64 -20.2,0 -36.64,-16.44 -36.64,-36.64 h -12.44 c 0,18.43 10.22,34.51 25.28,42.9 z"
id="path2107" />
<path
class="c"
d="m 245.51,97.97 c -9.65,0 -18.04,5.38 -22.35,13.3 3.32,3.09 5.83,7.05 7.13,11.52 11.23,-2.52 19.66,-12.45 19.86,-24.39 -1.5,-0.28 -3.05,-0.43 -4.63,-0.43 z"
id="path2109"
style="fill:#00641e" />
<path
class="d"
d="m 205.84,104.44 c -1.91,0 -3.77,0.22 -5.56,0.62 3.07,10.61 12.85,18.37 24.45,18.37 1.91,0 3.77,-0.22 5.56,-0.62 -3.07,-10.61 -12.85,-18.37 -24.45,-18.37 z"
id="path2111"
style="fill:#00961e" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

123
www/src/App.svelte Normal file
View File

@ -0,0 +1,123 @@
<script>
import offLogo from './assets/icons/off-logo.svg';
import BarcodeIcon from './assets/icons/barcode.svg';
import svelteIcon from './assets/icons/svelte.svg';
import OFF from './lib/OFF.svelte';
import Scanner from './lib/Scanner.svelte';
import Card from './lib/Card.svelte';
import SW from './lib/SW.svelte';
import { onMount } from 'svelte';
let showScanner = false;
let showCard = false;
let barcode = '';
function startScanner() {
showScanner = true;
}
function stopScanner() {
showScanner = false;
}
function scannerResult(result) {
barcode = result;
showCard = true;
}
</script>
<div class="content flex flex-col grow">
<header>
<div>
<a href="/">
<img src={offLogo} class="logo" alt="Open Food Facts Logo" />
</a>
</div>
<h1>OpenFoodFacts Client</h1>
</header>
<main class="placeholder">
<div id="card" />
<div class="reader">
{#if showScanner}
<Scanner onClose={stopScanner} onResult={scannerResult} />
{/if}
</div>
<div class="product">
{#if showCard}
<Card {barcode} />
{/if}
</div>
</main>
<nav class="menu bottom nav-bar">
<ul>
<li>
<button
class="nav-item"
title="Scan barcode"
on:click={() => (showScanner = true)}
>
<img class="monochrome icon" src={BarcodeIcon} alt="Barcode icon" />
</button>
</li>
</ul>
</nav>
</div>
<footer class="flex flex-row align-between">
<p>
<span class="copyleft">🄯</span>
2022 - <a href="https://samuel.ortion.fr/">Samulus.i.n</a>.
</p>
<p>
Made with &hearts; and
<a href="https://svelte.dev">
<img class="svelte icon" src={svelteIcon} alt="Svelte.js icon" />
</a>.
<a
href="https://forge.chapril.org/UncleSamulus/openfoodfacts-client/"
title="OpenFoodFacts Client source code">View source</a
>.
</p>
<p>
Based on data from <a href="https://openfoodfacts.org/">OpenFoodFacts</a>.
</p>
</footer>
<style>
.logo {
height: 6em;
padding: 1.5em;
will-change: filter;
}
.logo:hover {
filter: drop-shadow(0 0 2em #646cffaa);
}
.logo:hover {
filter: drop-shadow(0 0 2em #ff3e00aa);
}
.menu .icon {
height: 5rem;
width: 5rem;
}
.menu li {
list-style: none;
}
@media (prefers-color-scheme: dark) {
.monochrome {
filter: invert(1);
}
}
.svelte.icon {
height: 1em;
width: 1em;
}
.placeholder {
min-height: 25vh;
}
</style>

108
www/src/app.css Normal file
View File

@ -0,0 +1,108 @@
:root {
font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 24px;
font-weight: 400;
color-scheme: light dark;
color: rgba(255, 255, 255, 0.87);
background-color: #242424;
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
}
a {
font-weight: 500;
color: #646cff;
text-decoration: inherit;
}
a:hover {
color: #535bf2;
}
body {
margin: 0;
display: flex;
place-items: center;
min-width: 320px;
min-height: 100vh;
}
h1 {
font-size: 3.2em;
line-height: 1.1;
}
.card {
padding: 2em;
}
#app {
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
text-align: center;
}
button {
border-radius: 8px;
border: 1px solid transparent;
padding: 0.6em 1.2em;
font-size: 1em;
font-weight: 500;
font-family: inherit;
background-color: #1a1a1a;
cursor: pointer;
transition: border-color 0.25s;
}
button:hover {
border-color: #646cff;
}
button:focus,
button:focus-visible {
outline: 4px auto -webkit-focus-ring-color;
}
@media (prefers-color-scheme: light) {
:root {
color: #213547;
background-color: #ffffff;
}
a:hover {
color: #747bff;
}
button {
background-color: #f9f9f9;
}
}
p {
padding: 0 1em;
}
.flex {
display: flex;
}
.flex-col {
flex-direction: column;
}
.flex-row {
flex-direction: row;
}
.grow {
flex-grow: 1;
}
#app {
min-height: 100vh;
display: flex;
flex-direction: column;
padding: 0;
}

View File

@ -0,0 +1,362 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="200mm"
height="200mm"
viewBox="0 0 708.6614 708.66139"
id="svg2"
version="1.1"
sodipodi:docname="barcode.svg"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<sodipodi:namedview
id="namedview1448"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#bababa"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="0.54737919"
inkscape:cx="677.77513"
inkscape:cy="164.41984"
inkscape:window-width="1280"
inkscape:window-height="987"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="g4424" />
<title
id="title3562">Bar Code</title>
<defs
id="defs4" />
<metadata
id="metadata7">
<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>Bar Code</dc:title>
<cc:license
rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
<dc:date>2016-03-26</dc:date>
<dc:creator>
<cc:Agent>
<dc:title>mazeo</dc:title>
</cc:Agent>
</dc:creator>
<dc:publisher>
<cc:Agent>
<dc:title>openclipart.org</dc:title>
</cc:Agent>
</dc:publisher>
<dc:language>en</dc:language>
<dc:subject>
<rdf:Bag>
<rdf:li>bar code</rdf:li>
<rdf:li>barcode</rdf:li>
<rdf:li>UPC</rdf:li>
<rdf:li>Universal Product Code</rdf:li>
</rdf:Bag>
</dc:subject>
<dc:description>A UPC bar code on a white background</dc:description>
<dc:contributor>
<cc:Agent>
<dc:title>mazeo</dc:title>
</cc:Agent>
</dc:contributor>
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
<cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="g4424">
<g
id="g4378"
transform="matrix(5.1715676,0,0,5.1715676,-76.771969,44.863324)">
<g
id="g4346">
<rect
style="fill:#000000"
x="36.43829"
y="13.50543"
width="1"
height="85"
id="barcode_bar1" />
<rect
style="fill:#000000"
x="38.43829"
y="13.50543"
width="1"
height="85"
id="barcode_bar3" />
<rect
style="fill:#000000"
x="40.43829"
y="13.50543"
width="1"
height="80"
id="barcode_bar5" />
<rect
style="fill:#000000"
x="42.43829"
y="13.50543"
width="4"
height="80"
id="barcode_bar7" />
<rect
style="fill:#000000"
x="48.43829"
y="13.50543"
width="2"
height="80"
id="barcode_bar9" />
<rect
style="fill:#000000"
x="52.43829"
y="13.50543"
width="1"
height="80"
id="barcode_bar11" />
<rect
style="fill:#000000"
x="56.43829"
y="13.50543"
width="2"
height="80"
id="barcode_bar13" />
<rect
style="fill:#000000"
x="59.43829"
y="13.50543"
width="1"
height="80"
id="barcode_bar15" />
<rect
style="fill:#000000"
x="61.43829"
y="13.50543"
width="3"
height="80"
id="barcode_bar17" />
<rect
style="fill:#000000"
x="65.438293"
y="13.50543"
width="2"
height="80"
id="barcode_bar19" />
<rect
style="fill:#000000"
x="68.438293"
y="13.50543"
width="1"
height="80"
id="barcode_bar21" />
<rect
style="fill:#000000"
x="70.438293"
y="13.50543"
width="4"
height="80"
id="barcode_bar23" />
<rect
style="fill:#000000"
x="76.438293"
y="13.50543"
width="1"
height="80"
id="barcode_bar25" />
<rect
style="fill:#000000"
x="79.438293"
y="13.50543"
width="2"
height="80"
id="barcode_bar27" />
<rect
style="fill:#000000"
x="82.438293"
y="13.50543"
width="1"
height="85"
id="barcode_bar29" />
<rect
style="fill:#000000"
x="84.438293"
y="13.50543"
width="1"
height="85"
id="barcode_bar31" />
<rect
style="fill:#000000"
x="86.438293"
y="13.50543"
width="1"
height="80"
id="barcode_bar33" />
<rect
style="fill:#000000"
x="89.438293"
y="13.50543"
width="3"
height="80"
id="barcode_bar35" />
<rect
style="fill:#000000"
x="93.438293"
y="13.50543"
width="1"
height="80"
id="barcode_bar37" />
<rect
style="fill:#000000"
x="95.438293"
y="13.50543"
width="1"
height="80"
id="barcode_bar39" />
<rect
style="fill:#000000"
x="100.43829"
y="13.50543"
width="3"
height="80"
id="barcode_bar41" />
<rect
style="fill:#000000"
x="104.43829"
y="13.50543"
width="1"
height="80"
id="barcode_bar43" />
<rect
style="fill:#000000"
x="107.43829"
y="13.50543"
width="1"
height="80"
id="barcode_bar45" />
<rect
style="fill:#000000"
x="112.43829"
y="13.50543"
width="1"
height="80"
id="barcode_bar47" />
<rect
style="fill:#000000"
x="114.43829"
y="13.50543"
width="2"
height="80"
id="barcode_bar49" />
<rect
style="fill:#000000"
x="117.43829"
y="13.50543"
width="2"
height="80"
id="barcode_bar51" />
<rect
style="fill:#000000"
x="121.43829"
y="13.50543"
width="1"
height="80"
id="barcode_bar53" />
<rect
style="fill:#000000"
x="125.43829"
y="13.50543"
width="1"
height="80"
id="barcode_bar55" />
<rect
style="fill:#000000"
x="128.43829"
y="13.50543"
width="1"
height="85"
id="barcode_bar57" />
<rect
style="fill:#000000"
x="130.43829"
y="13.50543"
width="1"
height="85"
id="barcode_bar59" />
</g>
<g
id="text3381"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
<path
id="path3522"
style="stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none"
d="m 28.541902,102.92838 q 0,-0.22 -0.04125,-0.42625 -0.20625,-0.94875 -1.05875,-1.375 -0.44,-0.22 -0.94875,-0.22 -1.05875,0 -1.63625,0.88 -0.34375,0.50875 -0.34375,1.11375 0,0.22 0.04125,0.42625 0.1925,0.92125 1.05875,1.33375 0.42625,0.20625 0.89375,0.20625 1.08625,0 1.69125,-0.86625 0.34375,-0.495 0.34375,-1.0725 z m -2.97,-2.81875 q 0.50875,-0.206253 0.92125,-0.206253 1.375,0 2.2825,1.017503 0.53625,0.59125 0.70125,1.375 0.06875,0.3025 0.06875,0.6325 0,1.14125 -0.86625,2.035 -0.89375,0.9075 -2.2,0.9075 -1.43,0 -2.32375,-1.1275 -0.44,-0.55 -0.5775,-1.25125 -0.06875,-0.28875 -0.06875,-0.5775 0,-1.16875 0.9075,-2.7225 0.17875,-0.302503 0.22,-0.371253 l 2.37875,-4.33125 0.8525,0.50875 z" />
<path
id="path3524"
style="stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none"
d="m 43.252253,97.235877 -1.36125,1.16875 -0.64625,-0.77 2.02125,-1.74625 h 1.045 v 9.776253 h -1.05875 z" />
<path
id="path3526"
style="stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none"
d="m 47.916511,100.78338 q 0,-2.420003 1.045,-3.905003 0.88,-1.2375 2.18625,-1.2375 1.58125,0 2.4475,1.77375 0.31625,0.64625 0.495,1.47125 0.1925,0.89375 0.1925,1.897503 0,2.46125 -1.05875,3.91875 -0.8525,1.16875 -2.13125,1.16875 -1.58125,0 -2.46125,-1.7325 -0.34375,-0.66 -0.53625,-1.52625 -0.17875,-0.86625 -0.17875,-1.82875 z m 1.05875,0 q 0,0.89375 0.17875,1.705 0.4125,1.9525 1.4575,2.35125 0.23375,0.0825 0.48125,0.0825 1.16875,0 1.76,-1.705 0.37125,-1.08625 0.37125,-2.43375 0,-0.962503 -0.17875,-1.828753 -0.44,-2.02125 -1.54,-2.32375 -0.17875,-0.04125 -0.3575,-0.04125 -1.1275,0 -1.74625,1.65 -0.42625,1.14125 -0.42625,2.543753 z" />
<path
id="path3528"
style="stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none"
d="m 62.384519,95.888377 -3.72625,9.776253 h -1.22375 l 3.465,-8.772503 h -5.01875 v -1.00375 z" />
<path
id="path3530"
style="stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none"
d="m 68.932527,102.92838 q 0,-0.22 -0.04125,-0.42625 -0.20625,-0.94875 -1.05875,-1.375 -0.44,-0.22 -0.94875,-0.22 -1.05875,0 -1.63625,0.88 -0.34375,0.50875 -0.34375,1.11375 0,0.22 0.04125,0.42625 0.1925,0.92125 1.05875,1.33375 0.42625,0.20625 0.89375,0.20625 1.08625,0 1.69125,-0.86625 0.34375,-0.495 0.34375,-1.0725 z m -2.97,-2.81875 q 0.50875,-0.206253 0.92125,-0.206253 1.375,0 2.2825,1.017503 0.53625,0.59125 0.70125,1.375 0.06875,0.3025 0.06875,0.6325 0,1.14125 -0.86625,2.035 -0.89375,0.9075 -2.2,0.9075 -1.43,0 -2.32375,-1.1275 -0.44,-0.55 -0.5775,-1.25125 -0.06875,-0.28875 -0.06875,-0.5775 0,-1.16875 0.9075,-2.7225 0.17875,-0.302503 0.22,-0.371253 l 2.37875,-4.33125 0.8525,0.50875 z" />
<path
id="path3532"
style="stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none"
d="m 72.689285,98.212127 -0.935,-0.37125 q 0.3025,-1.08625 1.375,-1.74625 0.77,-0.4675 1.6225,-0.4675 1.11375,0 1.96625,0.81125 0.6875,0.66 0.89375,1.66375 0.09625,0.4675 0.09625,0.97625 0,1.182503 -1.11375,2.475003 l -1.27875,1.4025 -0.0275,0.0275 -1.6225,1.7325 h 4.22125 v 0.94875 h -6.36625 l 3.42375,-3.58875 q 0.88,-0.94875 1.03125,-1.155 0.70125,-0.935003 0.70125,-1.842503 0,-0.45375 -0.0825,-0.83875 -0.275,-1.2925 -1.33375,-1.595 -0.2475,-0.06875 -0.50875,-0.06875 -1.03125,0 -1.6775,0.86625 -0.2475,0.34375 -0.385,0.77 z" />
<path
id="path3534"
style="stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none"
d="m 91.689636,100.24713 q -0.97625,0 -1.705,0.605 -0.0275,0.0275 -0.04125,0.0412 l -0.97625,-0.50875 0.6325,-4.496253 h 4.51 v 0.94875 h -3.63 l -0.44,2.87375 q 0.605,-0.37125 1.65,-0.37125 1.49875,0 2.35125,1.141253 0.39875,0.55 0.55,1.265 0.0825,0.39875 0.0825,0.83875 0,1.5125 -0.97625,2.475 -0.83875,0.81125 -2.04875,0.81125 -1.595,0 -2.53,-1.2375 -0.385,-0.5225 -0.5775,-1.1825 l 1.045,-0.1925 q 0.56375,1.66375 2.0625,1.66375 1.1275,0 1.66375,-1.00375 0.31625,-0.5775 0.31625,-1.3475 0,-0.28875 -0.055,-0.56375 -0.22,-1.045 -1.05875,-1.52625 -0.39875,-0.23375 -0.825,-0.23375 z" />
<path
id="path3536"
style="stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none"
d="m 101.42764,102.92838 q 0,-0.22 -0.0412,-0.42625 -0.20625,-0.94875 -1.05875,-1.375 -0.439996,-0.22 -0.948746,-0.22 -1.05875,0 -1.63625,0.88 -0.34375,0.50875 -0.34375,1.11375 0,0.22 0.04125,0.42625 0.1925,0.92125 1.05875,1.33375 0.42625,0.20625 0.89375,0.20625 1.086246,0 1.691246,-0.86625 0.34375,-0.495 0.34375,-1.0725 z m -2.969996,-2.81875 q 0.50875,-0.206253 0.92125,-0.206253 1.374996,0 2.282496,1.017503 0.53625,0.59125 0.70125,1.375 0.0687,0.3025 0.0687,0.6325 0,1.14125 -0.86625,2.035 -0.89375,0.9075 -2.199996,0.9075 -1.43,0 -2.32375,-1.1275 -0.44,-0.55 -0.5775,-1.25125 -0.06875,-0.28875 -0.06875,-0.5775 0,-1.16875 0.9075,-2.7225 0.17875,-0.302503 0.22,-0.371253 l 2.37875,-4.33125 0.852496,0.50875 -2.296246,4.111253 z" />
<path
id="path3538"
style="stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none"
d="m 105.39065,98.597127 q 0,0.22 0.0413,0.42625 0.20625,0.94875 1.05875,1.375003 0.44,0.22 0.94875,0.22 1.05875,0 1.63625,-0.880003 0.34375,-0.50875 0.34375,-1.11375 0,-0.22 -0.0412,-0.42625 -0.1925,-0.92125 -1.05875,-1.33375 -0.42625,-0.20625 -0.89375,-0.20625 -1.08625,0 -1.69125,0.86625 -0.34375,0.495 -0.34375,1.0725 z m 2.97,2.818753 q -0.50875,0.20625 -0.92125,0.20625 -1.375,0 -2.2825,-1.0175 -0.53625,-0.59125 -0.70125,-1.375003 -0.0688,-0.3025 -0.0688,-0.6325 0,-1.14125 0.86625,-2.035 0.89375,-0.9075 2.2,-0.9075 1.43,0 2.32375,1.1275 0.44,0.55 0.5775,1.25125 0.0688,0.28875 0.0688,0.5775 0,1.16875 -0.9075,2.722503 -0.17875,0.3025 -0.22,0.37125 l -2.37875,4.33125 -0.8525,-0.50875 z" />
<path
id="path3540"
style="stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none"
d="m 112.21366,103.97338 1.045,-0.31625 q 0.37125,0.7975 1.21,1.1275 0.33,0.1375 0.66,0.1375 1.2375,0 1.7875,-0.8525 0.3025,-0.4675 0.3025,-1.11375 0,-0.2475 -0.055,-0.48125 -0.20625,-1.03125 -1.27875,-1.3475 -0.34375,-0.11 -0.72875,-0.11 h -0.5225 v -0.89375 h 0.5225 q 1.11375,0 1.58125,-0.797503 0.2475,-0.39875 0.2475,-0.94875 0,-0.26125 -0.055,-0.495 -0.22,-1.05875 -1.27875,-1.27875 -0.23375,-0.055 -0.50875,-0.055 h -0.0413 q -0.935,0 -1.47125,0.67375 -0.15125,0.17875 -0.23375,0.385 l -0.92125,-0.42625 q 0.495,-0.9625 1.60875,-1.375 0.5225,-0.1925 1.05875,-0.1925 1.5125,0 2.3375,1.045 0.37125,0.48125 0.495,1.08625 0.0688,0.3025 0.0688,0.6325 0,1.43 -1.30625,2.227503 0.70125,0.20625 1.155,0.94875 0.23375,0.37125 0.33,0.7975 0.055,0.28875 0.055,0.605 0,1.60875 -1.265,2.40625 -0.7975,0.50875 -1.88375,0.50875 -1.1,0 -2.04875,-0.77 -0.59125,-0.48125 -0.86625,-1.1275 z" />
<path
id="path3542"
style="stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none"
d="m 120.97542,98.212127 -0.935,-0.37125 q 0.3025,-1.08625 1.375,-1.74625 0.77,-0.4675 1.6225,-0.4675 1.11375,0 1.96625,0.81125 0.6875,0.66 0.89375,1.66375 0.0962,0.4675 0.0962,0.97625 0,1.182503 -1.11375,2.475003 l -1.27875,1.4025 -0.0275,0.0275 -1.6225,1.7325 h 4.22125 v 0.94875 h -6.36625 l 3.42375,-3.58875 q 0.88,-0.94875 1.03125,-1.155 0.70125,-0.935003 0.70125,-1.842503 0,-0.45375 -0.0825,-0.83875 -0.275,-1.2925 -1.33375,-1.595 -0.2475,-0.06875 -0.50875,-0.06875 -1.03125,0 -1.6775,0.86625 -0.2475,0.34375 -0.385,0.77 z" />
<path
id="path3544"
style="stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none"
d="m 143.16577,95.888377 -3.72625,9.776253 h -1.22375 l 3.465,-8.772503 h -5.01875 v -1.00375 z" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -0,0 +1,97 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="200"
height="200"
viewBox="0 0 200 200"
version="1.1"
id="svg2229"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
sodipodi:docname="logo.svg"
inkscape:export-filename="off-logo.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview2231"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="1"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.7117941"
inkscape:cx="77.69626"
inkscape:cy="109.24211"
inkscape:window-width="1920"
inkscape:window-height="1011"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs2226" />
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1">
<g
id="g2113"
transform="translate(-125.215,-69.1)">
<g
id="g2105">
<path
class="f"
d="m 176.13,171.7 c 0,-27.11 21.97,-49.08 49.08,-49.08 27.11,0 49.08,21.97 49.08,49.08 z"
id="path2095"
style="fill:#ff8c14" />
<path
class="e"
d="m 261.85,171.7 c 0,20.24 -16.4,36.64 -36.64,36.64 -20.24,0 -36.64,-16.4 -36.64,-36.64 z"
id="path2097"
style="fill:#ffffff" />
<circle
class="h"
cx="241.83"
cy="140"
r="2.7"
id="circle2099"
style="fill:#8c3c00" />
<circle
class="h"
cx="254.98"
cy="152.07001"
r="2.7"
id="circle2101"
style="fill:#8c3c00" />
<circle
class="h"
cx="240.11"
cy="155.02"
r="2.7"
id="circle2103"
style="fill:#8c3c00" />
</g>
<path
d="m 201.41,214.6 -8.72,20.82 11.48,4.81 8.8,-21 c 3.92,1.01 8.02,1.55 12.25,1.55 27.06,0 49.08,-22.02 49.08,-49.08 h -12.44 c 0,20.2 -16.44,36.64 -36.64,36.64 -20.2,0 -36.64,-16.44 -36.64,-36.64 h -12.44 c 0,18.43 10.22,34.51 25.28,42.9 z"
id="path2107" />
<path
class="c"
d="m 245.51,97.97 c -9.65,0 -18.04,5.38 -22.35,13.3 3.32,3.09 5.83,7.05 7.13,11.52 11.23,-2.52 19.66,-12.45 19.86,-24.39 -1.5,-0.28 -3.05,-0.43 -4.63,-0.43 z"
id="path2109"
style="fill:#00641e" />
<path
class="d"
d="m 205.84,104.44 c -1.91,0 -3.77,0.22 -5.56,0.62 3.07,10.61 12.85,18.37 24.45,18.37 1.91,0 3.77,-0.22 5.56,-0.62 -3.07,-10.61 -12.85,-18.37 -24.45,-18.37 z"
id="path2111"
style="fill:#00961e" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -0,0 +1,963 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="200"
height="200"
id="svg8313"
version="1.1"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
sodipodi:docname="off-bar.svg"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-en.356x288.png"
inkscape:export-xdpi="180"
inkscape:export-ydpi="180"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<defs
id="defs8315" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.579786"
inkscape:cx="85.666019"
inkscape:cy="49.228889"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:window-width="1280"
inkscape:window-height="987"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:snap-global="true"
inkscape:showpageshadow="2"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1">
<inkscape:grid
type="xygrid"
id="grid8566"
originx="-1.3499883e-05"
originy="-1.7187499e-08" />
</sodipodi:namedview>
<metadata
id="metadata8318">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-1.3499883e-5)">
<g
id="g1274"
transform="translate(-1.500117e-6,23)">
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
style="fill:#0066ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 181.00001,55.5 v 6.41101 c 1.19571,0.444338 2.20515,1.060483 2.99122,1.761208 L 184.01673,55.5 Z m 4,0 v 8.312003 l 1,-0.838676 V 55.5 Z m 2,0 v 6.606702 l 1,-0.978462 v 11.7694 l -1,-1.00641 0.0383,52.60877 h 1.9617 v -69 z m -2,14.685929 V 124.5 h 1 V 71.024594 Z m -1,0.139774 c -0.78598,0.701951 -1.79569,1.313237 -3,1.76122 l 0.008,52.413077 h 3 z"
id="path7944"
sodipodi:nodetypes="ccccccccccccccccccccccccccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
style="fill:#00ccff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 165.00001,55.5 v 69 h 3 V 70.689128 c -1.32362,-1.014805 -2.12462,-2.271422 -2.12462,-3.662215 0,-1.390781 0.801,-2.675356 2.12462,-3.690161 V 55.5 Z m 4,0 v 7.193768 c 1.12603,-0.642997 2.49599,-1.128715 4.02565,-1.397795 L 173.00001,55.5 Z m 5,0 -0.08,5.62824 c 0.32965,-0.03644 0.66619,-0.03965 1.00641,-0.05585 l 0.0736,-5.572333 c -0.35153,4.6e-5 -0.64847,-3.3e-5 -1,-5.7e-5 z m 2,0 v 5.544374 c 0.68266,0.0083 1.34304,0.08097 1.9849,0.167733 L 178.00001,55.5 Z m -7,15.860072 V 124.5 h 4 V 72.729907 c -1.58676,-0.26883 -2.87451,-0.727732 -4,-1.369835 z m 9,1.481649 c -0.64077,0.08753 -1.30349,0.131652 -1.9849,0.139785 L 176.00001,124.5 h 2 z m -4,0.05597 V 124.5 h 1 l 0.006,-51.546402 c -0.34022,-0.01632 -0.67676,-0.01941 -1.00641,-0.05585 z"
id="path7946"
sodipodi:nodetypes="ccccscccccccccccccccccccccccccccccccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path7948"
d="M 161.00001,55.512039 V 124.5 h 1 V 55.512039 Z"
style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path7950"
d="M 157.00001,55.512039 V 124.5 h 3 V 55.512039 Z"
style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path7952"
d="M 154.00001,55.512039 V 124.5 h 2 V 55.512039 Z"
style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path7954"
d="M 152.00001,55.512039 V 124.5 h 1 V 55.512039 Z"
style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path7956"
d="m 146.00001,53.5 v 71 h 3 l -5e-5,-69 z"
style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path7958"
d="m 143.00001,55.5 v 69 h 2 l -4e-5,-69 z"
style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path7960"
d="m 140.00001,55.5 v 69 h 2 l 1e-5,-69 z"
style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path7962"
d="m 136.00001,55.5 v 69 h 1 l 5e-5,-69 z"
style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path7964"
d="m 132.00001,55.5 v 69 h 1 l 6e-5,-69 z"
style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path7966"
d="m 127.00001,55.5 v 69 h 2 l 1e-5,-69 z"
style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path7968"
d="m 123.00001,55.5 v 69 h 1 l -5e-5,-69 z"
style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path7970"
d="m 121.00001,55.5 v 69 h 1 l -5e-5,-69 z"
style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path7972"
d="m 119.00001,55.5 v 69 h 1 l 4e-5,-69 z"
style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path7974"
d="m 114.00001,55.5 v 69 h 2 l 1e-5,-69 z"
style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path7976"
d="m 110.00001,55.5 v 69 h 1 v -69 z"
style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path7978"
d="M 105.9831,55.512039 106.00001,124.5 h 1 l -0.0174,-68.987961 z"
style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path7980"
d="m 101.00001,50.5 v 74 h 2 v -74 z"
style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path7983"
d="m 99.000007,55.5 v 69 h 1.000003 v -69 z"
style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path7985"
d="m 96.000007,39.5 v 85 h 2 v -85 z"
style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path7987"
d="m 92.000007,55.5 v 69 h 3 l 4e-6,-69 z"
style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path7989"
d="m 88.000007,55.5 v 69 h 1 l 3e-6,-69 z"
style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path7991"
d="m 85.000007,49.5 v 75 h 2 L 87,49.5 Z"
style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path7993"
d="m 81.000007,55.5 v 69 h 3 l 4e-6,-69 z"
style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path7995"
d="m 77.000007,55.5 v 69 h 1 l 3e-6,-69 z"
style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path7997"
d="m 75.000007,55.5 v 69 h 1 l 10e-7,-69 z"
style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path7999"
d="M 69.973708,55.416822 70.000007,124.5 h 2 l -0.0272,-69.083178 z"
style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path8001"
d="m 66.000007,44.5 v 80 h 1 l -9e-6,-80 z"
style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path8003"
d="m 63.000007,55.5 v 69 h 2 l 3e-6,-69 z"
style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path8005"
d="m 57.000007,55.5 v 69 h 3 L 60,55.5 Z"
style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path8007"
d="m 55.000007,55.5 v 69 h 1 l 1e-6,-69 z"
style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path8009"
d="m 51.000007,55.5 v 69 h 1 l 2e-6,-69 z"
style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path8011"
d="m 48.000007,55.5 v 69 h 2 l 4e-6,-69 z"
style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path8013"
d="m 44.000007,49.5 v 75 h 1 L 45,49.5 Z"
style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path8015"
d="m 41.000007,48.5 v 76 h 2 l 4e-6,-76 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path8017"
d="m 37.000007,55.5 v 69 h 3 v -69 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path8019"
d="m 33.000007,55.5 v 69 h 3 l -5e-6,-69 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path8021"
d="m 30.000007,49.5 v 75 h 2 l -8.6e-5,-75 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path8023"
d="m 26.000007,50.5 v 74 h 3 l -3.5e-5,-74 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path8025"
d="m 22.000007,55.5 v 69 h 1 l -4.9e-5,-69 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path8027"
d="m 19.000007,55.5 v 69 h 1 v -69 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path8029"
d="M 13.998685,55.416822 V 124.5 h 0.999563 V 55.416822 Z"
style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path8031"
d="M 11.00002,55.416822 V 124.5 h 1.999114 V 55.416822 Z"
style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:nodetypes="ccccc" />
<path
sodipodi:nodetypes="csssacccccssscccsccccc"
inkscape:connector-curvature="0"
id="path8033"
d="m 23.960377,49.668037 c 0.62972,-0.815576 0.719123,-2.676154 1.281409,-4.358843 0.405305,-1.212926 0.463533,-4.596987 1.208651,-4.882429 0.96834,-0.370951 3.169601,-0.358079 4.223988,-0.416629 2.300059,-0.127699 4.518931,1.098659 6.822539,1.101136 2.990853,0.0036 8.861008,-1.410596 8.861008,-1.410596 l -0.140119,-2.038826 1.505607,0.278059 4.07695,-0.516905 -3.008404,1.386137 c 0,0 1.201864,-0.02108 1.688022,0.276832 0.705048,0.432109 0.959994,1.347377 1.46892,1.999162 0.291967,0.373928 1.082477,0.65438 0.908337,1.095671 -0.469844,1.190611 -3.808977,0.485944 -3.808977,0.485944 l -1.918736,1.803326 c -0.833009,1.778987 -2.26137,3.261839 -2.253596,6.722383 0,0 -6.006891,-0.923008 -8.991183,-0.79663 -1.764007,0.07466 -4.968974,0.618073 -4.968974,0.618073 -1.608718,-0.13719 -3.296502,-0.529063 -4.905219,-0.24954 0.0095,-6.235485 0.866683,-6.128862 0.69876,-9.294821 -0.439183,1.679986 -0.971056,4.516551 -1.026843,5.772464 -0.534756,1.525804 -0.01191,1.899672 -1.72214,2.426032 z"
style="fill:#ff0000;fill-opacity:1"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360" />
<g
style="fill:#ffcc00"
transform="matrix(0.01488015,-0.01147672,0.01147672,0.01488015,50.175297,37.067521)"
id="g8035"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360">
<ellipse
ry="32.857143"
rx="65.714287"
cy="762.36218"
cx="567.14288"
style="fill:#ffcc00;fill-opacity:1;stroke:none"
id="path8037"
transform="rotate(-54.358668,554.92707,858.04504)" />
<path
style="fill:#ffcc00;fill-opacity:1;stroke:none"
d="m 494.28571,741.6479 c 0,0 14.40901,-2.31616 20.71429,-5.71428 22.08801,-11.90395 53.57143,-52.85715 53.57143,-52.85715 0,0 -33.14169,43.13867 -40,64.99999 -2.07174,6.60382 -1.42857,20.71429 -1.42857,20.71429 z"
id="path8039"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cscscc" />
</g>
<g
transform="matrix(0.89458574,0,0,0.89458574,-457.13006,-614.92698)"
id="g8041"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360">
<g
id="g8043"
transform="translate(-9.5459416,1.1490485)"
style="fill:#ffcc00">
<g
transform="matrix(0.02100622,0,0,0.02100622,586.13922,725.53281)"
id="g8045"
style="fill:#ffcc00">
<ellipse
ry="32.857143"
rx="65.714287"
cy="762.36218"
cx="567.14288"
style="fill:#ffcc00;fill-opacity:1;stroke:none"
id="path8047"
transform="rotate(-54.358668,554.92707,858.04504)" />
<path
style="fill:#ffcc00;fill-opacity:1;stroke:none"
d="m 494.28571,741.6479 c 0,0 14.40901,-2.31616 20.71429,-5.71428 22.08801,-11.90395 53.57143,-52.85715 53.57143,-52.85715 0,0 -33.14169,43.13867 -40,64.99999 -2.07174,6.60382 -1.42857,20.71429 -1.42857,20.71429 z"
id="path8049"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cscscc" />
</g>
<g
transform="matrix(0.02100622,0,0,0.02100622,586.13922,727.5359)"
id="g8051"
style="fill:#ffcc00">
<ellipse
ry="32.857143"
rx="65.714287"
cy="762.36218"
cx="567.14288"
style="fill:#ffcc00;fill-opacity:1;stroke:none"
id="path8053"
transform="rotate(-54.358668,554.92707,858.04504)" />
<path
style="fill:#ffcc00;fill-opacity:1;stroke:none"
d="m 494.28571,741.6479 c 0,0 14.40901,-2.31616 20.71429,-5.71428 22.08801,-11.90395 53.57143,-52.85715 53.57143,-52.85715 0,0 -33.14169,43.13867 -40,64.99999 -2.07174,6.60382 -1.42857,20.71429 -1.42857,20.71429 z"
id="path8055"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cscscc" />
</g>
<g
transform="matrix(0.02100622,0,0,0.02100622,586.13922,723.52972)"
id="g8057"
style="fill:#ffcc00">
<ellipse
ry="32.857143"
rx="65.714287"
cy="762.36218"
cx="567.14288"
style="fill:#ffcc00;fill-opacity:1;stroke:none"
id="path8059"
transform="rotate(-54.358668,554.92707,858.04504)" />
<path
style="fill:#ffcc00;fill-opacity:1;stroke:none"
d="m 494.28571,741.6479 c 0,0 14.40901,-2.31616 20.71429,-5.71428 22.08801,-11.90395 53.57143,-52.85715 53.57143,-52.85715 0,0 -33.14169,43.13867 -40,64.99999 -2.07174,6.60382 -1.42857,20.71429 -1.42857,20.71429 z"
id="path8061"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cscscc" />
</g>
<g
transform="matrix(0.02100622,0,0,0.02100622,586.13922,721.52662)"
id="g8063"
style="fill:#ffcc00">
<ellipse
ry="32.857143"
rx="65.714287"
cy="762.36218"
cx="567.14288"
style="fill:#ffcc00;fill-opacity:1;stroke:none"
id="path8065"
transform="rotate(-54.358668,554.92707,858.04504)" />
<path
style="fill:#ffcc00;fill-opacity:1;stroke:none"
d="m 494.28571,741.6479 c 0,0 14.40901,-2.31616 20.71429,-5.71428 22.08801,-11.90395 53.57143,-52.85715 53.57143,-52.85715 0,0 -33.14169,43.13867 -40,64.99999 -2.07174,6.60382 -1.42857,20.71429 -1.42857,20.71429 z"
id="path8067"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cscscc" />
</g>
<g
transform="matrix(0.02064274,-0.0038908,0.0038908,0.02064274,583.1049,721.64932)"
id="g8069"
style="fill:#ffcc00">
<ellipse
ry="32.857143"
rx="65.714287"
cy="762.36218"
cx="567.14288"
style="fill:#ffcc00;fill-opacity:1;stroke:none"
id="path8071"
transform="rotate(-54.358668,554.92707,858.04504)" />
<path
style="fill:#ffcc00;fill-opacity:1;stroke:none"
d="m 494.28571,741.6479 c 0,0 14.40901,-2.31616 20.71429,-5.71428 22.08801,-11.90395 53.57143,-52.85715 53.57143,-52.85715 0,0 -33.14169,43.13867 -40,64.99999 -2.07174,6.60382 -1.42857,20.71429 -1.42857,20.71429 z"
id="path8073"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cscscc" />
</g>
</g>
<g
id="g8075"
style="fill:#ffcc00"
transform="translate(-10.253048,1.1490485)">
<g
transform="matrix(-0.02100622,0,0,0.02100622,604.26937,725.53281)"
id="g8077"
style="fill:#ffcc00">
<ellipse
ry="32.857143"
rx="65.714287"
cy="762.36218"
cx="567.14288"
style="fill:#ffcc00;fill-opacity:1;stroke:none"
id="path8079"
transform="rotate(-54.358668,554.92707,858.04504)" />
<path
style="fill:#ffcc00;fill-opacity:1;stroke:none"
d="m 494.28571,741.6479 c 0,0 14.40901,-2.31616 20.71429,-5.71428 22.08801,-11.90395 53.57143,-52.85715 53.57143,-52.85715 0,0 -33.14169,43.13867 -40,64.99999 -2.07174,6.60382 -1.42857,20.71429 -1.42857,20.71429 z"
id="path8081"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cscscc" />
</g>
<g
transform="matrix(-0.02100622,0,0,0.02100622,604.26938,727.5359)"
id="g8083"
style="fill:#ffcc00">
<ellipse
ry="32.857143"
rx="65.714287"
cy="762.36218"
cx="567.14288"
style="fill:#ffcc00;fill-opacity:1;stroke:none"
id="path8085"
transform="rotate(-54.358668,554.92707,858.04504)" />
<path
style="fill:#ffcc00;fill-opacity:1;stroke:none"
d="m 494.28571,741.6479 c 0,0 14.40901,-2.31616 20.71429,-5.71428 22.08801,-11.90395 53.57143,-52.85715 53.57143,-52.85715 0,0 -33.14169,43.13867 -40,64.99999 -2.07174,6.60382 -1.42857,20.71429 -1.42857,20.71429 z"
id="path8087"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cscscc" />
</g>
<g
transform="matrix(-0.02100622,0,0,0.02100622,604.26938,723.52972)"
id="g8089"
style="fill:#ffcc00">
<ellipse
ry="32.857143"
rx="65.714287"
cy="762.36218"
cx="567.14288"
style="fill:#ffcc00;fill-opacity:1;stroke:none"
id="path8091"
transform="rotate(-54.358668,554.92707,858.04504)" />
<path
style="fill:#ffcc00;fill-opacity:1;stroke:none"
d="m 494.28571,741.6479 c 0,0 14.40901,-2.31616 20.71429,-5.71428 22.08801,-11.90395 53.57143,-52.85715 53.57143,-52.85715 0,0 -33.14169,43.13867 -40,64.99999 -2.07174,6.60382 -1.42857,20.71429 -1.42857,20.71429 z"
id="path8093"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cscscc" />
</g>
<g
transform="matrix(-0.02100622,0,0,0.02100622,604.26937,721.52662)"
id="g8095"
style="fill:#ffcc00">
<ellipse
ry="32.857143"
rx="65.714287"
cy="762.36218"
cx="567.14288"
style="fill:#ffcc00;fill-opacity:1;stroke:none"
id="path8097"
transform="rotate(-54.358668,554.92707,858.04504)" />
<path
style="fill:#ffcc00;fill-opacity:1;stroke:none"
d="m 494.28571,741.6479 c 0,0 14.40901,-2.31616 20.71429,-5.71428 22.08801,-11.90395 53.57143,-52.85715 53.57143,-52.85715 0,0 -33.14169,43.13867 -40,64.99999 -2.07174,6.60382 -1.42857,20.71429 -1.42857,20.71429 z"
id="path8099"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cscscc" />
</g>
<g
transform="matrix(-0.02064274,-0.0038908,-0.0038908,0.02064274,607.30369,721.64932)"
id="g8101"
style="fill:#ffcc00">
<ellipse
ry="32.857143"
rx="65.714287"
cy="762.36218"
cx="567.14288"
style="fill:#ffcc00;fill-opacity:1;stroke:none"
id="path8103"
transform="rotate(-54.358668,554.92707,858.04504)" />
<path
style="fill:#ffcc00;fill-opacity:1;stroke:none"
d="m 494.28571,741.6479 c 0,0 14.40901,-2.31616 20.71429,-5.71428 22.08801,-11.90395 53.57143,-52.85715 53.57143,-52.85715 0,0 -33.14169,43.13867 -40,64.99999 -2.07174,6.60382 -1.42857,20.71429 -1.42857,20.71429 z"
id="path8105"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cscscc" />
</g>
</g>
</g>
<g
id="g8107"
transform="matrix(0.485552,-0.55754244,0.55754244,0.485552,-605.03954,26.92289)"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360">
<circle
r="2.5"
cy="732.36218"
cx="608"
style="fill:#ffcc00;fill-opacity:1"
id="path8109"
transform="translate(1.5,9.75)" />
<circle
r="2.5"
cy="732.36218"
cx="608"
id="path8111"
style="fill:#ffcc00;fill-opacity:1"
inkscape:transform-center-x="-3.1501887"
inkscape:transform-center-y="-1.6050895"
transform="rotate(-72,612.95987,733.7049)" />
<circle
r="2.5"
cy="732.36218"
cx="608"
transform="rotate(-144,607.834,734.49351)"
inkscape:transform-center-y="-3.4919705"
inkscape:transform-center-x="0.5530674"
style="fill:#ffcc00;fill-opacity:1"
id="path8113" />
<circle
r="2.5"
cy="732.36218"
cx="608"
id="path8115"
style="fill:#ffcc00;fill-opacity:1"
inkscape:transform-center-x="3.4919258"
inkscape:transform-center-y="-0.5530731"
transform="rotate(144,604.66606,734.98089)" />
<circle
r="2.5"
cy="732.36218"
cx="608"
transform="rotate(72,599.5402,735.76944)"
inkscape:transform-center-y="3.1501051"
inkscape:transform-center-x="1.6050854"
style="fill:#ffcc00;fill-opacity:1"
id="path8117" />
</g>
<g
transform="matrix(-0.6491698,-0.35382606,0.35382606,-0.6491698,229.16485,732.4075)"
id="g8119"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360">
<circle
r="2.5"
cy="732.36218"
cx="608"
transform="translate(1.5,9.75)"
id="path8121"
style="fill:#ffcc00;fill-opacity:1" />
<circle
r="2.5"
cy="732.36218"
cx="608"
transform="rotate(-72,612.95987,733.7049)"
inkscape:transform-center-y="-1.6050895"
inkscape:transform-center-x="-3.1501887"
style="fill:#ffcc00;fill-opacity:1"
id="path8123" />
<circle
r="2.5"
cy="732.36218"
cx="608"
id="path8125"
style="fill:#ffcc00;fill-opacity:1"
inkscape:transform-center-x="0.5530674"
inkscape:transform-center-y="-3.4919705"
transform="rotate(-144,607.834,734.49351)" />
<circle
r="2.5"
cy="732.36218"
cx="608"
transform="rotate(144,604.66606,734.98089)"
inkscape:transform-center-y="-0.5530731"
inkscape:transform-center-x="3.4919258"
style="fill:#ffcc00;fill-opacity:1"
id="path8127" />
<circle
r="2.5"
cy="732.36218"
cx="608"
id="path8129"
style="fill:#ffcc00;fill-opacity:1"
inkscape:transform-center-x="1.6050854"
inkscape:transform-center-y="3.1501051"
transform="rotate(72,599.5402,735.76944)" />
</g>
<g
id="g8131"
transform="matrix(0.31450273,-0.66910564,0.66910564,0.31450273,-599.58236,220.30877)"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360">
<circle
r="2.5"
cy="732.36218"
cx="608"
style="fill:#ffcc00;fill-opacity:1"
id="path8133"
transform="translate(1.5,9.75)" />
<circle
r="2.5"
cy="732.36218"
cx="608"
id="path8135"
style="fill:#ffcc00;fill-opacity:1"
inkscape:transform-center-x="-3.1501887"
inkscape:transform-center-y="-1.6050895"
transform="rotate(-72,612.95987,733.7049)" />
<circle
r="2.5"
cy="732.36218"
cx="608"
transform="rotate(-144,607.834,734.49351)"
inkscape:transform-center-y="-3.4919705"
inkscape:transform-center-x="0.5530674"
style="fill:#ffcc00;fill-opacity:1"
id="path8137" />
<circle
r="2.5"
cy="732.36218"
cx="608"
id="path8139"
style="fill:#ffcc00;fill-opacity:1"
inkscape:transform-center-x="3.4919258"
inkscape:transform-center-y="-0.5530731"
transform="rotate(144,604.66606,734.98089)" />
<circle
r="2.5"
cy="732.36218"
cx="608"
transform="rotate(72,599.5402,735.76944)"
inkscape:transform-center-y="3.1501051"
inkscape:transform-center-x="1.6050854"
style="fill:#ffcc00;fill-opacity:1"
id="path8141" />
</g>
<path
style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 133.44658,35.83728 c 9.1893,0.949753 12.63045,8.430604 12.55343,21.66272 l 2.96392,-1.398609 c 0,-1.461895 -0.0255,-1.249361 -0.0255,-2.711244 0,-10.866897 -6.40398,-17.274677 -10.91182,-18.343579 z"
id="path8143"
inkscape:connector-curvature="0"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360"
sodipodi:nodetypes="cccscc" />
<g
transform="matrix(0.89458574,0,0,0.89458574,-457.09844,-614.92698)"
id="g8145"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360">
<g
transform="translate(-0.6875,-0.0625)"
id="g8147">
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path8149"
d="m 646.11882,744.69741 c 9.98853,-2.85699 22.36057,-3.40732 20.1894,-18.03175 -19.13147,-9.00363 -12.68327,7.89971 -20.1894,18.03175 z"
style="fill:#00d400;stroke:none" />
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path8151"
d="m 667.50879,725.1485 c -4.96993,6.86401 -15.79612,16.96445 -22.45063,19.97578 6.6817,-2.48508 19.65127,-12.66443 22.45063,-19.97578 z"
style="fill:#ffffff;fill-opacity:1;stroke:none" />
</g>
</g>
<g
id="g8153"
transform="matrix(0.73729109,0.50664139,0.50664139,-0.73729109,-717.92809,228.92539)"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360">
<g
transform="rotate(-148.59593,670.58283,726.09318)"
id="g8155">
<g
transform="translate(-0.6875,-0.0625)"
id="g8157">
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path8159"
d="m 646.11882,744.69741 c 9.98853,-2.85699 22.36057,-3.40732 20.1894,-18.03175 -19.99874,-7.24796 -12.68327,7.89971 -20.1894,18.03175 z"
style="fill:#00d400;stroke:none" />
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path8161"
d="m 667.50879,725.1485 c -4.96993,6.86401 -15.79612,16.96445 -22.45063,19.97578 6.6817,-2.48508 19.65127,-12.66443 22.45063,-19.97578 z"
style="fill:#ffffff;fill-opacity:1;stroke:none" />
</g>
</g>
</g>
<path
sodipodi:nodetypes="cccscc"
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:connector-curvature="0"
id="path8163"
d="m 148.87819,34.10402 c -1.99304,1.564789 -2.80116,10.163864 -2.87818,23.39598 l 2.96392,-1.398609 c 0,-1.461895 0.0361,1.860492 0.0361,0.398609 0,-10.866897 0.85886,-19.322201 1.21536,-21.117966 z"
style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none" />
<circle
r="0.94885141"
cy="64.77636"
cx="170.09236"
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
style="fill:#00ccff;fill-opacity:1;stroke:none"
id="path8165" />
<rect
id="rect3719"
width="5"
height="5"
x="121.00001"
y="29.5"
style="fill:none"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360" />
<rect
inkscape:export-ydpi="360"
inkscape:export-xdpi="360"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
style="fill:none"
y="29.5"
x="121.00001"
height="5"
width="5"
id="rect3723" />
</g>
<rect
style="fill:none"
id="rect3725"
width="1"
height="1"
x="12.000007"
y="169.5"
inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png"
inkscape:export-xdpi="360"
inkscape:export-ydpi="360" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 43 KiB

View File

@ -0,0 +1,207 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="178" height="144" id="svg8313" version="1.1" inkscape:version="0.91 r13725" sodipodi:docname="openfoodfacts-logo-en.svg" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-en.356x288.png" inkscape:export-xdpi="180" inkscape:export-ydpi="180">
<defs id="defs8315"/>
<sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="3.949244" inkscape:cx="89" inkscape:cy="50.766914" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" inkscape:window-width="1920" inkscape:window-height="1018" inkscape:window-x="-8" inkscape:window-y="-8" inkscape:window-maximized="1" inkscape:snap-global="true">
<inkscape:grid type="xygrid" id="grid8566"/>
</sodipodi:namedview>
<metadata id="metadata8318">
<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="Calque 1" inkscape:groupmode="layer" id="layer1">
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" style="fill:#0066ff;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 170,26 0,6.41101 c 1.19571,0.444338 2.20515,1.060483 2.99122,1.761208 L 173.01672,26 Z m 4,0 0,8.312003 1,-0.838676 L 175,26 Z m 2,0 0,6.606702 1,-0.978462 0,11.7694 -1,-1.00641 L 176.0383,95 178,95 178,26 Z M 174,40.685929 174,95 l 1,0 0,-53.475406 z m -1,0.139774 c -0.78598,0.701951 -1.79569,1.313237 -3,1.76122 L 170.008,95 l 3,0 z" id="path7944" sodipodi:nodetypes="ccccccccccccccccccccccccccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" style="fill:#00ccff;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 154,26 0,69 3,0 0,-53.810872 c -1.32362,-1.014805 -2.12462,-2.271422 -2.12462,-3.662215 0,-1.390781 0.801,-2.675356 2.12462,-3.690161 L 157,26 Z m 4,0 0,7.193768 c 1.12603,-0.642997 2.49599,-1.128715 4.02565,-1.397795 L 162,26 Z m 5,0 -0.08,5.62824 c 0.32965,-0.03644 0.66619,-0.03965 1.00641,-0.05585 L 164,26.000057 c -0.35153,4.6e-5 -0.64847,-3.3e-5 -1,-5.7e-5 z m 2,0 0,5.544374 c 0.68266,0.0083 1.34304,0.08097 1.9849,0.167733 L 167,26 Z M 158,41.860072 158,95 l 4,0 0,-51.770093 c -1.58676,-0.26883 -2.87451,-0.727732 -4,-1.369835 z m 9,1.481649 c -0.64077,0.08753 -1.30349,0.131652 -1.9849,0.139785 L 165,95 l 2,0 z m -4,0.05597 L 163,95 l 1,0 0.006,-51.546402 c -0.34022,-0.01632 -0.67676,-0.01941 -1.00641,-0.05585 z" id="path7946" sodipodi:nodetypes="ccccscccccccccccccccccccccccccccccccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path7948" d="M 150,26.012039 150,95 l 1,0 0,-68.987961 z" style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path7950" d="M 146,26.012039 146,95 l 3,0 0,-68.987961 z" style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path7952" d="M 143,26.012039 143,95 l 2,0 0,-68.987961 z" style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path7954" d="M 141,26.012039 141,95 l 1,0 0,-68.987961 z" style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path7956" d="m 135,24 0,71 3,0 -5e-5,-69 z" style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path7958" d="m 132,26 0,69 2,0 -4e-5,-69 z" style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path7960" d="m 129,26 0,69 2,0 1e-5,-69 z" style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path7962" d="m 125,26 0,69 1,0 5e-5,-69 z" style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path7964" d="m 121,26 0,69 1,0 6e-5,-69 z" style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path7966" d="m 116,26 0,69 2,0 1e-5,-69 z" style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path7968" d="m 112,26 0,69 1,0 -5e-5,-69 z" style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path7970" d="m 110,26 0,69 1,0 -5e-5,-69 z" style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path7972" d="m 108,26 0,69 1,0 4e-5,-69 z" style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path7974" d="m 103,26 0,69 2,0 1e-5,-69 z" style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path7976" d="m 99,26 0,69 1,0 -10e-7,-69 z" style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path7978" d="M 94.983089,26.012039 95,95 96,95 95.98263,26.012039 Z" style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path7980" d="m 90,21 0,74 2,0 3e-6,-74 z" style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path7983" d="m 88,26 0,69 1,0 10e-7,-69 z" style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path7985" d="m 85,10 0,85 2,0 0,-85 z" style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path7987" d="m 81,26 0,69 3,0 4e-6,-69 z" style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path7989" d="m 77,26 0,69 1,0 3e-6,-69 z" style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path7991" d="m 74,20 0,75 2,0 -7e-6,-75 z" style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path7993" d="m 70,26 0,69 3,0 4e-6,-69 z" style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path7995" d="m 66,26 0,69 1,0 3e-6,-69 z" style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path7997" d="m 64,26 0,69 1,0 10e-7,-69 z" style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path7999" d="M 58.973701,25.916822 59,95 61,95 60.9728,25.916822 Z" style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path8001" d="m 55,15 0,80 1,0 -9e-6,-80 z" style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path8003" d="m 52,26 0,69 2,0 3e-6,-69 z" style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path8005" d="m 46,26 0,69 3,0 -7e-6,-69 z" style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path8007" d="m 44,26 0,69 1,0 10e-7,-69 z" style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path8009" d="m 40,26 0,69 1,0 2e-6,-69 z" style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path8011" d="m 37,26 0,69 2,0 4e-6,-69 z" style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path8013" d="m 33,20 0,75 1,0 -7e-6,-75 z" style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path8015" d="m 30,19 0,76 2,0 4e-6,-76 z" style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path8017" d="m 26,26 0,69 3,0 0,-69 z" style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path8019" d="m 22,26 0,69 3,0 -5e-6,-69 z" style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path8021" d="m 19,20 0,75 2,0 -8.6e-5,-75 z" style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path8023" d="m 15,21 0,74 3,0 -3.5e-5,-74 z" style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path8025" d="m 11,26 0,69 1,0 -4.9e-5,-69 z" style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path8027" d="M 8,26 8,95 9,95 9,26 Z" style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path8029" d="m 2.9986784,25.916822 0,69.083178 0.9995629,0 0,-69.083178 z" style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path8031" d="m 1.3499883e-5,25.916822 0,69.083178 1.999113900117,0 0,-69.083178 z" style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none" sodipodi:nodetypes="ccccc"/>
<path sodipodi:nodetypes="csssacccccssscccsccccc" inkscape:connector-curvature="0" id="path8033" d="m 12.96037,20.168037 c 0.62972,-0.815576 0.719123,-2.676154 1.281409,-4.358843 0.405305,-1.212926 0.463533,-4.596987 1.208651,-4.882429 0.96834,-0.370951 3.169601,-0.358079 4.223988,-0.416629 2.300059,-0.127699 4.518931,1.098659 6.822539,1.101136 2.990853,0.0036 8.861008,-1.410596 8.861008,-1.410596 l -0.140119,-2.0388259 1.505607,0.2780586 4.07695,-0.5169049 -3.008404,1.3861371 c 0,0 1.201864,-0.021077 1.688022,0.2768321 0.705048,0.432109 0.959994,1.347377 1.46892,1.999162 0.291967,0.373928 1.082477,0.65438 0.908337,1.095671 -0.469844,1.190611 -3.808977,0.485944 -3.808977,0.485944 l -1.918736,1.803326 c -0.833009,1.778987 -2.26137,3.261839 -2.253596,6.722383 0,0 -6.006891,-0.923008 -8.991183,-0.79663 -1.764007,0.07466 -4.968974,0.618073 -4.968974,0.618073 -1.608718,-0.13719 -3.296502,-0.529063 -4.905219,-0.24954 0.0095,-6.235485 0.866683,-6.128862 0.69876,-9.294821 -0.439183,1.679986 -0.971056,4.516551 -1.026843,5.772464 -0.534756,1.525804 -0.01191,1.899672 -1.72214,2.426032 z" style="fill:#ff0000;fill-opacity:1" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:export-xdpi="360" inkscape:export-ydpi="360"/>
<g style="fill:#ffcc00" transform="matrix(0.01488015,-0.01147672,0.01147672,0.01488015,39.17529,7.5675208)" id="g8035" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:export-xdpi="360" inkscape:export-ydpi="360">
<ellipse ry="32.857143" rx="65.714287" cy="762.36218" cx="567.14288" style="fill:#ffcc00;fill-opacity:1;stroke:none" id="path8037" transform="matrix(0.58270937,-0.81268061,0.81268061,0.58270937,-465.7507,809.03262)"/>
<path style="fill:#ffcc00;fill-opacity:1;stroke:none" d="m 494.28571,741.6479 c 0,0 14.40901,-2.31616 20.71429,-5.71428 22.08801,-11.90395 53.57143,-52.85715 53.57143,-52.85715 0,0 -33.14169,43.13867 -40,64.99999 -2.07174,6.60382 -1.42857,20.71429 -1.42857,20.71429 z" id="path8039" inkscape:connector-curvature="0" sodipodi:nodetypes="cscscc"/>
</g>
<g transform="matrix(0.89458574,0,0,0.89458574,-468.13007,-644.42698)" id="g8041" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:export-xdpi="360" inkscape:export-ydpi="360">
<g id="g8043" transform="translate(-9.5459416,1.1490485)" style="fill:#ffcc00">
<g transform="matrix(0.02100622,0,0,0.02100622,586.13922,725.53281)" id="g8045" style="fill:#ffcc00">
<ellipse ry="32.857143" rx="65.714287" cy="762.36218" cx="567.14288" style="fill:#ffcc00;fill-opacity:1;stroke:none" id="path8047" transform="matrix(0.58270937,-0.81268061,0.81268061,0.58270937,-465.7507,809.03262)"/>
<path style="fill:#ffcc00;fill-opacity:1;stroke:none" d="m 494.28571,741.6479 c 0,0 14.40901,-2.31616 20.71429,-5.71428 22.08801,-11.90395 53.57143,-52.85715 53.57143,-52.85715 0,0 -33.14169,43.13867 -40,64.99999 -2.07174,6.60382 -1.42857,20.71429 -1.42857,20.71429 z" id="path8049" inkscape:connector-curvature="0" sodipodi:nodetypes="cscscc"/>
</g>
<g transform="matrix(0.02100622,0,0,0.02100622,586.13922,727.5359)" id="g8051" style="fill:#ffcc00">
<ellipse ry="32.857143" rx="65.714287" cy="762.36218" cx="567.14288" style="fill:#ffcc00;fill-opacity:1;stroke:none" id="path8053" transform="matrix(0.58270937,-0.81268061,0.81268061,0.58270937,-465.7507,809.03262)"/>
<path style="fill:#ffcc00;fill-opacity:1;stroke:none" d="m 494.28571,741.6479 c 0,0 14.40901,-2.31616 20.71429,-5.71428 22.08801,-11.90395 53.57143,-52.85715 53.57143,-52.85715 0,0 -33.14169,43.13867 -40,64.99999 -2.07174,6.60382 -1.42857,20.71429 -1.42857,20.71429 z" id="path8055" inkscape:connector-curvature="0" sodipodi:nodetypes="cscscc"/>
</g>
<g transform="matrix(0.02100622,0,0,0.02100622,586.13922,723.52972)" id="g8057" style="fill:#ffcc00">
<ellipse ry="32.857143" rx="65.714287" cy="762.36218" cx="567.14288" style="fill:#ffcc00;fill-opacity:1;stroke:none" id="path8059" transform="matrix(0.58270937,-0.81268061,0.81268061,0.58270937,-465.7507,809.03262)"/>
<path style="fill:#ffcc00;fill-opacity:1;stroke:none" d="m 494.28571,741.6479 c 0,0 14.40901,-2.31616 20.71429,-5.71428 22.08801,-11.90395 53.57143,-52.85715 53.57143,-52.85715 0,0 -33.14169,43.13867 -40,64.99999 -2.07174,6.60382 -1.42857,20.71429 -1.42857,20.71429 z" id="path8061" inkscape:connector-curvature="0" sodipodi:nodetypes="cscscc"/>
</g>
<g transform="matrix(0.02100622,0,0,0.02100622,586.13922,721.52662)" id="g8063" style="fill:#ffcc00">
<ellipse ry="32.857143" rx="65.714287" cy="762.36218" cx="567.14288" style="fill:#ffcc00;fill-opacity:1;stroke:none" id="path8065" transform="matrix(0.58270937,-0.81268061,0.81268061,0.58270937,-465.7507,809.03262)"/>
<path style="fill:#ffcc00;fill-opacity:1;stroke:none" d="m 494.28571,741.6479 c 0,0 14.40901,-2.31616 20.71429,-5.71428 22.08801,-11.90395 53.57143,-52.85715 53.57143,-52.85715 0,0 -33.14169,43.13867 -40,64.99999 -2.07174,6.60382 -1.42857,20.71429 -1.42857,20.71429 z" id="path8067" inkscape:connector-curvature="0" sodipodi:nodetypes="cscscc"/>
</g>
<g transform="matrix(0.02064274,-0.0038908,0.0038908,0.02064274,583.1049,721.64932)" id="g8069" style="fill:#ffcc00">
<ellipse ry="32.857143" rx="65.714287" cy="762.36218" cx="567.14288" style="fill:#ffcc00;fill-opacity:1;stroke:none" id="path8071" transform="matrix(0.58270937,-0.81268061,0.81268061,0.58270937,-465.7507,809.03262)"/>
<path style="fill:#ffcc00;fill-opacity:1;stroke:none" d="m 494.28571,741.6479 c 0,0 14.40901,-2.31616 20.71429,-5.71428 22.08801,-11.90395 53.57143,-52.85715 53.57143,-52.85715 0,0 -33.14169,43.13867 -40,64.99999 -2.07174,6.60382 -1.42857,20.71429 -1.42857,20.71429 z" id="path8073" inkscape:connector-curvature="0" sodipodi:nodetypes="cscscc"/>
</g>
</g>
<g id="g8075" style="fill:#ffcc00" transform="translate(-10.253048,1.1490485)">
<g transform="matrix(-0.02100622,0,0,0.02100622,604.26937,725.53281)" id="g8077" style="fill:#ffcc00">
<ellipse ry="32.857143" rx="65.714287" cy="762.36218" cx="567.14288" style="fill:#ffcc00;fill-opacity:1;stroke:none" id="path8079" transform="matrix(0.58270937,-0.81268061,0.81268061,0.58270937,-465.7507,809.03262)"/>
<path style="fill:#ffcc00;fill-opacity:1;stroke:none" d="m 494.28571,741.6479 c 0,0 14.40901,-2.31616 20.71429,-5.71428 22.08801,-11.90395 53.57143,-52.85715 53.57143,-52.85715 0,0 -33.14169,43.13867 -40,64.99999 -2.07174,6.60382 -1.42857,20.71429 -1.42857,20.71429 z" id="path8081" inkscape:connector-curvature="0" sodipodi:nodetypes="cscscc"/>
</g>
<g transform="matrix(-0.02100622,0,0,0.02100622,604.26938,727.5359)" id="g8083" style="fill:#ffcc00">
<ellipse ry="32.857143" rx="65.714287" cy="762.36218" cx="567.14288" style="fill:#ffcc00;fill-opacity:1;stroke:none" id="path8085" transform="matrix(0.58270937,-0.81268061,0.81268061,0.58270937,-465.7507,809.03262)"/>
<path style="fill:#ffcc00;fill-opacity:1;stroke:none" d="m 494.28571,741.6479 c 0,0 14.40901,-2.31616 20.71429,-5.71428 22.08801,-11.90395 53.57143,-52.85715 53.57143,-52.85715 0,0 -33.14169,43.13867 -40,64.99999 -2.07174,6.60382 -1.42857,20.71429 -1.42857,20.71429 z" id="path8087" inkscape:connector-curvature="0" sodipodi:nodetypes="cscscc"/>
</g>
<g transform="matrix(-0.02100622,0,0,0.02100622,604.26938,723.52972)" id="g8089" style="fill:#ffcc00">
<ellipse ry="32.857143" rx="65.714287" cy="762.36218" cx="567.14288" style="fill:#ffcc00;fill-opacity:1;stroke:none" id="path8091" transform="matrix(0.58270937,-0.81268061,0.81268061,0.58270937,-465.7507,809.03262)"/>
<path style="fill:#ffcc00;fill-opacity:1;stroke:none" d="m 494.28571,741.6479 c 0,0 14.40901,-2.31616 20.71429,-5.71428 22.08801,-11.90395 53.57143,-52.85715 53.57143,-52.85715 0,0 -33.14169,43.13867 -40,64.99999 -2.07174,6.60382 -1.42857,20.71429 -1.42857,20.71429 z" id="path8093" inkscape:connector-curvature="0" sodipodi:nodetypes="cscscc"/>
</g>
<g transform="matrix(-0.02100622,0,0,0.02100622,604.26937,721.52662)" id="g8095" style="fill:#ffcc00">
<ellipse ry="32.857143" rx="65.714287" cy="762.36218" cx="567.14288" style="fill:#ffcc00;fill-opacity:1;stroke:none" id="path8097" transform="matrix(0.58270937,-0.81268061,0.81268061,0.58270937,-465.7507,809.03262)"/>
<path style="fill:#ffcc00;fill-opacity:1;stroke:none" d="m 494.28571,741.6479 c 0,0 14.40901,-2.31616 20.71429,-5.71428 22.08801,-11.90395 53.57143,-52.85715 53.57143,-52.85715 0,0 -33.14169,43.13867 -40,64.99999 -2.07174,6.60382 -1.42857,20.71429 -1.42857,20.71429 z" id="path8099" inkscape:connector-curvature="0" sodipodi:nodetypes="cscscc"/>
</g>
<g transform="matrix(-0.02064274,-0.0038908,-0.0038908,0.02064274,607.30369,721.64932)" id="g8101" style="fill:#ffcc00">
<ellipse ry="32.857143" rx="65.714287" cy="762.36218" cx="567.14288" style="fill:#ffcc00;fill-opacity:1;stroke:none" id="path8103" transform="matrix(0.58270937,-0.81268061,0.81268061,0.58270937,-465.7507,809.03262)"/>
<path style="fill:#ffcc00;fill-opacity:1;stroke:none" d="m 494.28571,741.6479 c 0,0 14.40901,-2.31616 20.71429,-5.71428 22.08801,-11.90395 53.57143,-52.85715 53.57143,-52.85715 0,0 -33.14169,43.13867 -40,64.99999 -2.07174,6.60382 -1.42857,20.71429 -1.42857,20.71429 z" id="path8105" inkscape:connector-curvature="0" sodipodi:nodetypes="cscscc"/>
</g>
</g>
</g>
<g id="g8107" transform="matrix(0.485552,-0.55754244,0.55754244,0.485552,-616.03955,-2.5771103)" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:export-xdpi="360" inkscape:export-ydpi="360">
<circle r="2.5" cy="732.36218" cx="608" style="fill:#ffcc00;fill-opacity:1" id="path8109" transform="translate(1.5,9.75)"/>
<circle r="2.5" cy="732.36218" cx="608" id="path8111" style="fill:#ffcc00;fill-opacity:1" inkscape:transform-center-x="-3.1501887" inkscape:transform-center-y="-1.6050895" transform="matrix(0.30901699,-0.95105652,0.95105652,0.30901699,-274.24997,1089.9371)"/>
<circle r="2.5" cy="732.36218" cx="608" transform="matrix(-0.809017,-0.58778525,0.58778525,-0.809017,667.85758,1685.9871)" inkscape:transform-center-y="-3.4919705" inkscape:transform-center-x="0.5530674" style="fill:#ffcc00;fill-opacity:1" id="path8113"/>
<circle r="2.5" cy="732.36218" cx="608" id="path8115" style="fill:#ffcc00;fill-opacity:1" inkscape:transform-center-x="3.4919258" inkscape:transform-center-y="-0.5530731" transform="matrix(-0.80901699,0.58778526,-0.58778526,-0.80901699,1525.8621,974.17912)"/>
<circle r="2.5" cy="732.36218" cx="608" transform="matrix(0.309017,0.95105651,-0.95105651,0.309017,1114.0304,-61.792435)" inkscape:transform-center-y="3.1501051" inkscape:transform-center-x="1.6050854" style="fill:#ffcc00;fill-opacity:1" id="path8117"/>
</g>
<g transform="matrix(-0.6491698,-0.35382606,0.35382606,-0.6491698,218.16484,702.9075)" id="g8119" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:export-xdpi="360" inkscape:export-ydpi="360">
<circle r="2.5" cy="732.36218" cx="608" transform="translate(1.5,9.75)" id="path8121" style="fill:#ffcc00;fill-opacity:1"/>
<circle r="2.5" cy="732.36218" cx="608" transform="matrix(0.30901699,-0.95105652,0.95105652,0.30901699,-274.24997,1089.9371)" inkscape:transform-center-y="-1.6050895" inkscape:transform-center-x="-3.1501887" style="fill:#ffcc00;fill-opacity:1" id="path8123"/>
<circle r="2.5" cy="732.36218" cx="608" id="path8125" style="fill:#ffcc00;fill-opacity:1" inkscape:transform-center-x="0.5530674" inkscape:transform-center-y="-3.4919705" transform="matrix(-0.809017,-0.58778525,0.58778525,-0.809017,667.85758,1685.9871)"/>
<circle r="2.5" cy="732.36218" cx="608" transform="matrix(-0.80901699,0.58778526,-0.58778526,-0.80901699,1525.8621,974.17912)" inkscape:transform-center-y="-0.5530731" inkscape:transform-center-x="3.4919258" style="fill:#ffcc00;fill-opacity:1" id="path8127"/>
<circle r="2.5" cy="732.36218" cx="608" id="path8129" style="fill:#ffcc00;fill-opacity:1" inkscape:transform-center-x="1.6050854" inkscape:transform-center-y="3.1501051" transform="matrix(0.309017,0.95105651,-0.95105651,0.309017,1114.0304,-61.792435)"/>
</g>
<g id="g8131" transform="matrix(0.31450273,-0.66910564,0.66910564,0.31450273,-610.58237,190.80877)" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:export-xdpi="360" inkscape:export-ydpi="360">
<circle r="2.5" cy="732.36218" cx="608" style="fill:#ffcc00;fill-opacity:1" id="path8133" transform="translate(1.5,9.75)"/>
<circle r="2.5" cy="732.36218" cx="608" id="path8135" style="fill:#ffcc00;fill-opacity:1" inkscape:transform-center-x="-3.1501887" inkscape:transform-center-y="-1.6050895" transform="matrix(0.30901699,-0.95105652,0.95105652,0.30901699,-274.24997,1089.9371)"/>
<circle r="2.5" cy="732.36218" cx="608" transform="matrix(-0.809017,-0.58778525,0.58778525,-0.809017,667.85758,1685.9871)" inkscape:transform-center-y="-3.4919705" inkscape:transform-center-x="0.5530674" style="fill:#ffcc00;fill-opacity:1" id="path8137"/>
<circle r="2.5" cy="732.36218" cx="608" id="path8139" style="fill:#ffcc00;fill-opacity:1" inkscape:transform-center-x="3.4919258" inkscape:transform-center-y="-0.5530731" transform="matrix(-0.80901699,0.58778526,-0.58778526,-0.80901699,1525.8621,974.17912)"/>
<circle r="2.5" cy="732.36218" cx="608" transform="matrix(0.309017,0.95105651,-0.95105651,0.309017,1114.0304,-61.792435)" inkscape:transform-center-y="3.1501051" inkscape:transform-center-x="1.6050854" style="fill:#ffcc00;fill-opacity:1" id="path8141"/>
</g>
<path style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none" d="M 122.44657,6.3372804 C 131.63587,7.2870331 135.07702,14.767884 135,28 l 2.96392,-1.398609 c 0,-1.461895 -0.0255,-1.249361 -0.0255,-2.711244 0,-10.866897 -6.40398,-17.274677 -10.91182,-18.343579 z" id="path8143" inkscape:connector-curvature="0" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:export-xdpi="360" inkscape:export-ydpi="360" sodipodi:nodetypes="cccscc"/>
<g transform="matrix(0.89458574,0,0,0.89458574,-468.09845,-644.42698)" id="g8145" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:export-xdpi="360" inkscape:export-ydpi="360">
<g transform="translate(-0.6875,-0.0625)" id="g8147">
<path sodipodi:nodetypes="ccc" inkscape:connector-curvature="0" id="path8149" d="m 646.11882,744.69741 c 9.98853,-2.85699 22.36057,-3.40732 20.1894,-18.03175 -19.13147,-9.00363 -12.68327,7.89971 -20.1894,18.03175 z" style="fill:#00d400;stroke:none"/>
<path sodipodi:nodetypes="ccc" inkscape:connector-curvature="0" id="path8151" d="m 667.50879,725.1485 c -4.96993,6.86401 -15.79612,16.96445 -22.45063,19.97578 6.6817,-2.48508 19.65127,-12.66443 22.45063,-19.97578 z" style="fill:#ffffff;fill-opacity:1;stroke:none"/>
</g>
</g>
<g id="g8153" transform="matrix(0.73729109,0.50664139,0.50664139,-0.73729109,-728.9281,199.42539)" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:export-xdpi="360" inkscape:export-ydpi="360">
<g transform="matrix(-0.85351374,-0.52107033,0.52107033,-0.85351374,864.58887,1695.2445)" id="g8155">
<g transform="translate(-0.6875,-0.0625)" id="g8157">
<path sodipodi:nodetypes="ccc" inkscape:connector-curvature="0" id="path8159" d="m 646.11882,744.69741 c 9.98853,-2.85699 22.36057,-3.40732 20.1894,-18.03175 -19.99874,-7.24796 -12.68327,7.89971 -20.1894,18.03175 z" style="fill:#00d400;stroke:none"/>
<path sodipodi:nodetypes="ccc" inkscape:connector-curvature="0" id="path8161" d="m 667.50879,725.1485 c -4.96993,6.86401 -15.79612,16.96445 -22.45063,19.97578 6.6817,-2.48508 19.65127,-12.66443 22.45063,-19.97578 z" style="fill:#ffffff;fill-opacity:1;stroke:none"/>
</g>
</g>
</g>
<path sodipodi:nodetypes="cccscc" inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:connector-curvature="0" id="path8163" d="M 137.87818,4.6040196 C 135.88514,6.1688092 135.07702,14.767884 135,28 l 2.96392,-1.398609 c 0,-1.461895 0.0361,1.860492 0.0361,0.398609 0,-10.866897 0.85886,-19.3222012 1.21536,-21.1179659 z" style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none"/>
<circle r="0.94885141" cy="35.27636" cx="159.09236" inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" style="fill:#00ccff;fill-opacity:1;stroke:none" id="path8165"/>
<g transform="matrix(0.89476596,0,0,0.89458574,-763.01815,-727.33576)" id="g8167" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:export-xdpi="360" inkscape:export-ydpi="360">
<path inkscape:connector-curvature="0" style="fill:#0066ff;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 1042.7511,944.94661 0,5.58918 c 2.9792,0 5.9616,0 8.9408,0 l 0,-5.58918 c -2.9792,0 -5.9616,0 -8.9407,0 z" id="path8169" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\openfoodfacts-250b.png" inkscape:export-xdpi="112.45" inkscape:export-ydpi="112.45" sodipodi:nodetypes="cccccc"/>
<path inkscape:connector-curvature="0" style="fill:#00ccff;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 1024.8693,944.94661 0,5.58918 c 4.8438,0 9.6851,0 14.5289,0 l 0,-5.58918 c -4.8438,0 -9.6851,0 -14.5289,0 z" id="path8171" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\openfoodfacts-250b.png" inkscape:export-xdpi="112.45" inkscape:export-ydpi="112.45" sodipodi:nodetypes="ccccc"/>
<path inkscape:connector-curvature="0" style="fill:#00d400;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 958.93025,944.94661 0,5.58918 c 20.85417,0 41.73205,0 62.58625,0 l 0,-5.58918 c -20.8542,0 -41.73208,0 -62.58625,0 z" id="path8173" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\openfoodfacts-250b.png" inkscape:export-xdpi="112.45" inkscape:export-ydpi="112.45" sodipodi:nodetypes="ccccc"/>
<path inkscape:connector-curvature="0" style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 894.10883,944.94661 0,5.58918 c 20.48959,0 40.97901,0 61.46859,0 l 0,-5.58918 c -20.48958,0 -40.979,0 -61.46859,0 z" id="path8175" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\openfoodfacts-250b.png" inkscape:export-xdpi="112.45" inkscape:export-ydpi="112.45" sodipodi:nodetypes="ccccc"/>
<path inkscape:connector-curvature="0" style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 852.75724,944.94661 0,5.58918 c 12.66667,0 25.3321,0 37.99876,0 l 0,-5.58918 c -12.66666,0 -25.33209,0 -37.99876,0 z" id="path8177" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\openfoodfacts-250b.png" inkscape:export-xdpi="112.45" inkscape:export-ydpi="112.45" sodipodi:nodetypes="ccccc"/>
</g>
<g style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32.81705093px;line-height:125%;font-family:'Arial Narrow';-inkscape-font-specification:'Arial Narrow';letter-spacing:0px;word-spacing:0px;fill:#333333;fill-opacity:1;stroke:none" id="text8179" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:export-xdpi="360" inkscape:export-ydpi="360" transform="translate(0,2.6378174)">
<path d="m 0.29533203,104.18406 c -9.5e-7,-2.79573 0.61506181,-4.944723 1.84519007,-6.446982 1.2301228,-1.50223 2.7621882,-2.253352 4.5962009,-2.253369 1.1853862,1.7e-5 2.2664056,0.335506 3.2430614,1.006468 0.9766346,0.670993 1.7501226,1.645774 2.3204666,2.924346 0.570318,1.278597 0.855483,2.801347 0.855497,4.568247 -1.4e-5,2.43043 -0.551707,4.40982 -1.65508,5.93815 -1.215227,1.68491 -2.8069346,2.52736 -4.775128,2.52736 -1.9831188,0 -3.5785543,-0.86482 -4.7863113,-2.59445 -1.09593262,-1.56562 -1.64389762,-3.45554 -1.64389667,-5.66977 z m 1.83400717,0.0335 c -2.8e-6,2.0204 0.4454517,3.58787 1.3363649,4.70244 0.890905,1.11457 1.9737882,1.67185 3.2486529,1.67185 1.3046712,0 2.3987374,-0.56287 3.2822018,-1.68863 0.8834432,-1.12574 1.3251702,-2.78082 1.3251822,-4.96524 -1.2e-5,-1.40904 -0.227399,-2.66899 -0.682161,-3.77984 C 10.289169,99.308298 9.761706,98.628001 9.0571893,98.117299 8.3526532,97.606624 7.5828928,97.35128 6.7479059,97.351265 5.4059434,97.35128 4.3006943,97.910428 3.4321552,99.028711 2.563608,100.14702 2.1293364,101.87665 2.1293392,104.21761 Z" style="font-size:22.90272331px;fill:#333333" id="path3685" inkscape:connector-curvature="0"/>
<path d="m 15,112.36218 0,-16.999997 4.674837,0 c 1.224167,1.6e-5 2.126995,0.107131 2.708487,0.321346 0.795704,0.290757 1.430744,0.830159 1.905122,1.618206 0.474357,0.788077 0.711542,1.755941 0.711554,2.903595 -1.2e-5,1.51492 -0.386392,2.75057 -1.159142,3.70695 -0.772771,0.9564 -2.107912,1.42433 -4.005348,1.43458 L 17,105.36218 l 0,7 z m 2,-9 2.86994,-7.7e-4 c 1.124703,-3e-4 1.947195,-0.25439 2.467477,-0.7632 0.520265,-0.50879 0.780403,-1.27581 0.780412,-2.30107 -9e-6,-0.665632 -0.128166,-1.235638 -0.384467,-1.710022 -0.256321,-0.474353 -0.56619,-0.799524 -0.929608,-0.975514 -0.363435,-0.17596 -1.019516,-0.263948 -1.968244,-0.263963 L 17,97.362183 Z" style="font-size:22.90272331px;fill:#333333" id="path3687" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccssccccsscccccc"/>
<path d="m 27,112.36218 0,-16.999997 10,0 0,2 -8,0 0,4.999997 7,0 0,2 -7,0 0,6 8,0 0,2 z" style="font-size:22.90272331px;fill:#333333" id="path3689" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccccc"/>
<path d="m 39,112.36218 0,-16.999997 2,0 7,12.999997 0,-12.999997 2,0 0,16.999997 -2,0 -7,-12.999997 0,12.999997 z" style="font-size:22.90272331px;fill:#333333" id="path3691" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccc"/>
<path d="m 58,112.36218 0,-16.999997 9,0 0,2 -7,0 0,4.999997 6,0 0,2 -6,0 0,8 z" style="font-size:22.90272331px;fill:#333333" id="path3693" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccc"/>
<path d="m 68.255995,104.18406 c -10e-7,-2.79573 0.615062,-4.944723 1.84519,-6.446982 1.230123,-1.50223 2.762188,-2.253352 4.596201,-2.253369 1.185386,1.7e-5 2.266405,0.335506 3.243061,1.006468 0.976635,0.670993 1.750123,1.645774 2.320467,2.924346 0.570318,1.278597 0.855483,2.801347 0.855497,4.568247 -1.4e-5,2.43043 -0.551707,4.40982 -1.65508,5.93815 -1.215227,1.68491 -2.806935,2.52736 -4.775128,2.52736 -1.983119,0 -3.578554,-0.86482 -4.786311,-2.59445 -1.095933,-1.56562 -1.643898,-3.45554 -1.643897,-5.66977 z m 1.834007,0.0335 c -3e-6,2.0204 0.445452,3.58787 1.336365,4.70244 0.890905,1.11457 1.973788,1.67185 3.248653,1.67185 1.304671,0 2.398737,-0.56287 3.282202,-1.68863 0.883443,-1.12574 1.32517,-2.78082 1.325182,-4.96524 -1.2e-5,-1.40904 -0.227399,-2.66899 -0.682162,-3.77984 -0.35041,-0.849892 -0.877873,-1.530189 -1.58239,-2.040891 -0.704536,-0.510675 -1.474296,-0.766019 -2.309283,-0.766034 -1.341963,1.5e-5 -2.447212,0.559163 -3.315751,1.677446 -0.868547,1.118309 -1.302819,2.847939 -1.302816,5.188899 z" style="font-size:22.90272331px;fill:#333333" id="path3695" inkscape:connector-curvature="0" sodipodi:nodetypes="sscccccscsssssccccss"/>
<path d="m 82.883322,104.18406 c -1e-6,-2.79573 0.615062,-4.944723 1.84519,-6.446982 1.230123,-1.50223 2.762188,-2.253352 4.596201,-2.253369 1.185386,1.7e-5 2.266405,0.335506 3.243061,1.006468 0.976635,0.670993 1.750123,1.645774 2.320467,2.924346 0.570317,1.278597 0.855483,2.801347 0.855497,4.568247 -1.4e-5,2.43043 -0.551707,4.40982 -1.65508,5.93815 -1.215227,1.68491 -2.806935,2.52736 -4.775128,2.52736 -1.983119,0 -3.578555,-0.86482 -4.786312,-2.59445 -1.095932,-1.56562 -1.643897,-3.45554 -1.643896,-5.66977 z m 1.834007,0.0335 c -3e-6,2.0204 0.445452,3.58787 1.336365,4.70244 0.890905,1.11457 1.973788,1.67185 3.248653,1.67185 1.304671,0 2.398737,-0.56287 3.282202,-1.68863 0.883443,-1.12574 1.32517,-2.78082 1.325182,-4.96524 -1.2e-5,-1.40904 -0.227399,-2.66899 -0.682162,-3.77984 -0.35041,-0.849892 -0.877873,-1.530189 -1.58239,-2.040891 -0.704536,-0.510675 -1.474296,-0.766019 -2.309283,-0.766034 -1.341963,1.5e-5 -2.447212,0.559163 -3.315751,1.677446 -0.868547,1.118309 -1.302819,2.847939 -1.302816,5.188899 z" style="font-size:22.90272331px;fill:#333333" id="path3697" inkscape:connector-curvature="0" sodipodi:nodetypes="sscccccscsssssccccss"/>
<path d="m 98,112.36218 0,-16.999997 5,0 c 1.21266,1.6e-5 2.00501,0.174276 2.63497,0.382679 0.82682,0.270189 1.54339,0.719576 2.14974,1.437449 0.60633,0.717903 1.0788,1.622982 1.41741,2.715233 0.33859,1.092286 0.50789,2.387186 0.5079,3.884706 -1e-5,1.9221 -0.28743,3.55278 -0.86225,4.89207 -0.57485,1.33928 -1.31309,2.28875 -2.21471,2.8484 -0.90163,0.55964 -2.17628,0.83946 -3.63306,0.83946 z m 2,-2 3,0 c 1.22054,0 2.01682,-0.19791 2.64678,-0.58773 0.62996,-0.38982 1.11424,-1.01701 1.45285,-1.88157 0.44883,-1.15015 0.67326,-2.52803 0.67327,-4.13365 -1e-5,-1.72137 -0.23822,-3.07416 -0.71461,-4.058372 -0.47642,-0.984193 -1.08866,-1.642257 -1.83673,-1.974198 C 104.71759,97.502677 104.09454,97.362198 103,97.362183 l -3,0 z" style="font-size:22.90272331px;fill:#333333" id="path3699" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccssccssccccccc"/>
<path d="m 118,112.36218 0.0757,-16.999997 9,0 0,2 -7,3.8e-5 0,4.999999 6,0 0,2 -6,0 0,7.99996 z" style="font-size:22.90272331px;fill:#333333" id="path3701" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccc"/>
<path d="m 128.07572,112.36218 5,-16.999997 2,0 5,16.999997 -2,0 -4,-14.999997 -4.04025,14.999997 z" style="font-size:22.90272331px;fill:#333333" id="path3703" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccc"/>
<path d="m 151.36137,106.42065 1.78927,0.54797 c -0.39514,1.84147 -1.08662,3.21511 -2.07444,4.12092 -0.98784,0.90583 -2.19001,1.35874 -3.60651,1.35874 -1.24504,0 -2.30929,-0.30381 -3.19273,-0.91142 -0.88346,-0.6076 -1.60663,-1.58238 -2.1695,-2.92434 -0.56288,-1.34195 -0.84432,-2.92621 -0.84432,-4.75277 0,-1.80417 0.28144,-3.33065 0.84432,-4.579422 0.56287,-1.248751 1.32518,-2.191847 2.28692,-2.829292 0.96173,-0.637413 2.03529,-0.956127 3.22069,-0.956144 1.29722,1.7e-5 2.41179,0.404467 3.34371,1.213353 0.9319,0.808916 1.58424,1.996173 1.95702,3.561775 l -1.74454,0.50323 c -0.59644,-2.281308 -1.79302,-3.42197 -3.58974,-3.421985 -0.89464,1.5e-5 -1.66999,0.229266 -2.32605,0.687753 -0.65608,0.458516 -1.17981,1.172361 -1.57121,2.141542 -0.39141,0.9692 -0.58711,2.1956 -0.58711,3.67919 0,2.24406 0.39513,3.92709 1.1854,5.04912 0.79026,1.12202 1.84145,1.68303 3.15359,1.68303 0.96919,0 1.80605,-0.3448 2.51058,-1.03442 0.70452,-0.68962 1.17607,-1.73522 1.41465,-3.13683 z" style="font-size:22.90272331px;fill:#333333" id="path3705" inkscape:connector-curvature="0" sodipodi:nodetypes="ccsscssscccccccsssssc"/>
<path d="m 159,112.36218 0,-14.999997 -5,0.0061 0,-2.006138 12,0 0,2 -5,0 0,14.999995 z" style="font-size:22.90272331px;fill:#333333" id="path3707" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccc"/>
<path d="m 167.26826,106.90152 1.67745,-0.17893 c 0.0895,0.9021 0.29262,1.60476 0.60947,2.10799 0.31685,0.50324 0.76976,0.90769 1.35873,1.21336 0.58897,0.30567 1.25249,0.4585 1.99057,0.4585 1.05865,0 1.88059,-0.25907 2.46585,-0.77722 0.58523,-0.51814 0.87785,-1.19098 0.87786,-2.01852 -1e-5,-0.48459 -0.10625,-0.90768 -0.31872,-1.26927 -0.21248,-0.36158 -0.53306,-0.65793 -0.96173,-0.88905 -0.42869,-0.23111 -1.35501,-0.55541 -2.77897,-0.97292 -1.26741,-0.37275 -2.1695,-0.74925 -2.70628,-1.12948 -0.53678,-0.38021 -0.95428,-0.86294 -1.25249,-1.44819 -0.29822,-0.58523 -0.44732,-1.24689 -0.44732,-1.98498 0,-1.32703 0.42868,-2.411777 1.28604,-3.254242 0.85736,-0.842434 2.01293,-1.263659 3.46672,-1.263676 0.99901,1.7e-5 1.87314,0.197583 2.62241,0.592698 0.74925,0.395147 1.33076,0.96175 1.74454,1.699811 0.41376,0.73809 0.63556,1.606633 0.66539,2.605629 l -1.711,0.15656 c -0.0895,-1.066092 -0.40818,-1.856355 -0.95614,-2.370785 -0.54797,-0.514402 -1.31773,-0.77161 -2.30928,-0.771625 -1.00648,1.5e-5 -1.77437,0.225538 -2.30369,0.67657 -0.52934,0.45106 -0.794,1.034438 -0.794,1.750135 0,0.663535 0.19384,1.177955 0.58152,1.543245 0.38767,0.36533 1.25994,0.73436 2.61681,1.10712 1.32704,0.36532 2.25896,0.68217 2.79575,0.95055 0.82007,0.41751 1.43886,0.96734 1.85637,1.64949 0.41749,0.68217 0.62623,1.49666 0.62625,2.44348 -2e-5,0.93937 -0.21995,1.79487 -0.6598,2.56649 -0.43987,0.77163 -1.03816,1.35873 -1.79487,1.76132 -0.75672,0.40258 -1.66813,0.60388 -2.73423,0.60388 -1.66254,0 -2.98772,-0.49951 -3.97555,-1.49852 -0.98783,-0.99901 -1.50038,-2.35215 -1.53766,-4.05942 z" style="font-size:22.90272331px;fill:#333333" id="path3709" inkscape:connector-curvature="0"/>
<path sodipodi:nodetypes="ccccc" inkscape:connector-curvature="0" id="path3713" style="font-size:22.90272331px;fill:#333333" d="m 137.07572,105.36218 0,2 -6,0 0,-2 z"/>
</g>
<g transform="matrix(0.90339874,0,0,1.1069309,0,2.6378174)" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:37.06894684px;line-height:125%;font-family:'Arial Narrow';-inkscape-font-specification:'Arial Narrow';letter-spacing:0px;word-spacing:0px;fill:#333333;fill-opacity:1;stroke:none" id="text3715">
<path inkscape:connector-curvature="0" d="m 3.5981361,122.72109 0.1654634,1.31543 c -0.3364457,0.0883 -0.639795,0.13237 -0.9100488,0.13237 -0.4246919,0 -0.7666493,-0.0841 -1.0258733,-0.25233 -0.2592276,-0.16822 -0.4371006,-0.39849 -0.5336195,-0.69081 -0.096522,-0.29231 -0.1447817,-0.87419 -0.1447805,-1.74564 l 0,-5.0549 -0.89350251,0 0,-1.15825 0.89350251,0 0,-2.17584 1.2161562,-0.8935 0,3.06934 1.2327025,0 0,1.15825 -1.2327025,0 0,5.13764 c -2.4e-6,0.47433 0.035848,0.78043 0.1075512,0.91832 0.1047909,0.19856 0.3005891,0.29783 0.5873951,0.29783 0.137883,0 0.3171349,-0.0193 0.5377562,-0.0579 z" style="font-size:16.94345474px;fill:#333333" id="path8291"/>
<path inkscape:connector-curvature="0" d="m 4.7481068,124.05307 0,-12.12847 1.2161562,0 0,4.35169 c 0.2868008,-0.40262 0.6108331,-0.70459 0.9720976,-0.90591 0.3612584,-0.20131 0.759749,-0.30196 1.1954732,-0.30197 0.7666422,1e-5 1.371962,0.24406 1.8159611,0.73217 0.4439871,0.48813 0.6659831,1.38301 0.6659901,2.68465 l 0,5.56784 -1.216156,0 0,-5.56784 c -5.5e-6,-0.76113 -0.1351338,-1.30716 -0.4053854,-1.63809 -0.2702618,-0.33092 -0.6425541,-0.49638 -1.1168781,-0.49639 -0.5294864,10e-6 -0.9803738,0.21235 -1.3526635,0.63703 -0.372295,0.4247 -0.5584411,1.17756 -0.558439,2.25858 l 0,4.80671 z" style="font-size:16.94345474px;fill:#333333" id="path8293"/>
<path inkscape:connector-curvature="0" d="m 17.422605,121.22365 1.257522,0.19028 c -0.209594,0.93763 -0.588781,1.64498 -1.137561,2.12207 -0.548793,0.47708 -1.228571,0.71563 -2.039337,0.71563 -1.020361,0 -1.846298,-0.38746 -2.477815,-1.16238 -0.631519,-0.77492 -0.947278,-1.89318 -0.947278,-3.35478 0,-1.51674 0.318516,-2.6736 0.955551,-3.47059 0.637032,-0.79697 1.443666,-1.19546 2.419903,-1.19547 0.932106,1e-5 1.709783,0.3916 2.333034,1.17479 0.623239,0.7832 0.934861,1.91662 0.934869,3.40027 l -0.0083,0.39711 -5.377561,0 c 0.04964,0.98727 0.278528,1.73185 0.686673,2.23376 0.408141,0.50191 0.90453,0.75286 1.489171,0.75286 0.91556,0 1.552593,-0.60119 1.911103,-1.80355 z m -4.012488,-2.4075 4.020761,0 c -0.05516,-0.76112 -0.217866,-1.32921 -0.488117,-1.70427 -0.391602,-0.54602 -0.890749,-0.81904 -1.497444,-0.81904 -0.546033,0 -1.012088,0.22752 -1.398166,0.68253 -0.386084,0.45503 -0.598428,1.06863 -0.637034,1.84078 z" style="font-size:16.94345474px;fill:#333333" id="path8295"/>
<path inkscape:connector-curvature="0" d="m 24.4548,124.05307 0,-7.62786 -1.083786,0 0,-1.15825 1.083786,0 0,-0.93487 c -10e-7,-0.68942 0.0717,-1.20649 0.215102,-1.55122 0.1434,-0.3447 0.362639,-0.60806 0.657717,-0.79008 0.295074,-0.182 0.665988,-0.27301 1.112742,-0.27302 0.347469,1e-5 0.728035,0.0496 1.141698,0.14892 l -0.18201,1.29889 c -0.253715,-0.0552 -0.493637,-0.0827 -0.719766,-0.0827 -0.364023,2e-5 -0.624627,0.0952 -0.781815,0.28543 -0.157193,0.19029 -0.235788,0.55293 -0.235785,1.08792 l 0,0.81077 1.406439,0 0,1.15825 -1.406439,0 0,7.62786 z" style="font-size:16.94345474px;fill:#333333" id="path8297"/>
<path inkscape:connector-curvature="0" d="m 27.979172,124.05307 0,-8.78611 1.100332,0 0,1.33198 c 0.281285,-0.61772 0.539132,-1.02724 0.773541,-1.22856 0.234404,-0.20131 0.497766,-0.30196 0.790088,-0.30197 0.408139,1e-5 0.824555,0.15995 1.249249,0.47984 l -0.413659,1.38162 c -0.303353,-0.2151 -0.59843,-0.32265 -0.885229,-0.32265 -0.259229,0 -0.496393,0.091 -0.711493,0.27301 -0.215105,0.18202 -0.366779,0.43573 -0.455024,0.76113 -0.154435,0.5681 -0.231651,1.17204 -0.231649,1.81183 l 0,4.59988 z" style="font-size:16.94345474px;fill:#333333" id="path8299"/>
<path inkscape:connector-curvature="0" d="m 37.542957,121.22365 1.257522,0.19028 c -0.209594,0.93763 -0.588781,1.64498 -1.137561,2.12207 -0.548793,0.47708 -1.228571,0.71563 -2.039337,0.71563 -1.020361,0 -1.846298,-0.38746 -2.477815,-1.16238 -0.63152,-0.77492 -0.947279,-1.89318 -0.947278,-3.35478 -10e-7,-1.51674 0.318516,-2.6736 0.955551,-3.47059 0.637032,-0.79697 1.443666,-1.19546 2.419903,-1.19547 0.932106,1e-5 1.709783,0.3916 2.333034,1.17479 0.623239,0.7832 0.934861,1.91662 0.934868,3.40027 l -0.0083,0.39711 -5.377561,0 c 0.04964,0.98727 0.278528,1.73185 0.686673,2.23376 0.40814,0.50191 0.90453,0.75286 1.489171,0.75286 0.915559,0 1.552593,-0.60119 1.911103,-1.80355 z m -4.012489,-2.4075 4.020762,0 c -0.05516,-0.76112 -0.217866,-1.32921 -0.488117,-1.70427 -0.391602,-0.54602 -0.89075,-0.81904 -1.497444,-0.81904 -0.546033,0 -1.012088,0.22752 -1.398166,0.68253 -0.386084,0.45503 -0.598428,1.06863 -0.637035,1.84078 z" style="font-size:16.94345474px;fill:#333333" id="path8301"/>
<path inkscape:connector-curvature="0" d="m 45.286645,121.22365 1.257522,0.19028 c -0.209594,0.93763 -0.58878,1.64498 -1.137561,2.12207 -0.548792,0.47708 -1.228571,0.71563 -2.039337,0.71563 -1.02036,0 -1.846298,-0.38746 -2.477814,-1.16238 -0.63152,-0.77492 -0.947279,-1.89318 -0.947279,-3.35478 0,-1.51674 0.318517,-2.6736 0.955552,-3.47059 0.637032,-0.79697 1.443665,-1.19546 2.419902,-1.19547 0.932106,1e-5 1.709784,0.3916 2.333035,1.17479 0.623238,0.7832 0.934861,1.91662 0.934868,3.40027 l -0.0083,0.39711 -5.377562,0 c 0.04964,0.98727 0.278529,1.73185 0.686674,2.23376 0.40814,0.50191 0.90453,0.75286 1.489171,0.75286 0.915559,0 1.552593,-0.60119 1.911102,-1.80355 z m -4.012488,-2.4075 4.020761,0 c -0.05516,-0.76112 -0.217866,-1.32921 -0.488117,-1.70427 -0.391602,-0.54602 -0.890749,-0.81904 -1.497444,-0.81904 -0.546032,0 -1.012087,0.22752 -1.398166,0.68253 -0.386083,0.45503 -0.598428,1.06863 -0.637034,1.84078 z" style="font-size:16.94345474px;fill:#333333" id="path8303"/>
<path inkscape:connector-curvature="0" d="m 52.31884,124.05307 0,-7.62786 -1.083785,0 0,-1.15825 1.083785,0 0,-0.93487 c -1e-6,-0.68942 0.0717,-1.20649 0.215103,-1.55122 0.1434,-0.3447 0.362638,-0.60806 0.657717,-0.79008 0.295074,-0.182 0.665987,-0.27301 1.112741,-0.27302 0.34747,1e-5 0.728035,0.0496 1.141698,0.14892 l -0.18201,1.29889 c -0.253714,-0.0552 -0.493636,-0.0827 -0.719766,-0.0827 -0.364022,2e-5 -0.624627,0.0952 -0.781814,0.28543 -0.157193,0.19029 -0.235788,0.55293 -0.235786,1.08792 l 0,0.81077 1.406439,0 0,1.15825 -1.406439,0 0,7.62786 z" style="font-size:16.94345474px;fill:#333333" id="path8305"/>
<path inkscape:connector-curvature="0" d="m 55.388188,119.66002 c -10e-7,-1.51675 0.318516,-2.6612 0.955551,-3.43337 0.637032,-0.77215 1.443666,-1.15823 2.419903,-1.15824 0.959683,1e-5 1.76218,0.38609 2.407492,1.15824 0.645301,0.77217 0.967954,1.88629 0.967962,3.34236 -8e-6,1.57742 -0.317146,2.75221 -0.951415,3.52437 -0.634282,0.77217 -1.442294,1.15825 -2.424039,1.15825 -0.965207,0 -1.769082,-0.38746 -2.41163,-1.16238 -0.64255,-0.77492 -0.963825,-1.918 -0.963824,-3.42923 z m 1.249249,0 c -2e-6,1.13618 0.206827,1.98142 0.620487,2.53572 0.413656,0.55431 0.926592,0.83146 1.53881,0.83146 0.573602,0 1.065856,-0.27991 1.476761,-0.83973 0.410896,-0.55982 0.616346,-1.4023 0.616352,-2.52745 -6e-6,-1.13067 -0.206835,-1.97315 -0.620488,-2.52746 -0.413664,-0.55429 -0.9266,-0.83144 -1.53881,-0.83145 -0.579125,1e-5 -1.072757,0.27854 -1.480898,0.83559 -0.408145,0.55707 -0.612216,1.39817 -0.612214,2.52332 z" style="font-size:16.94345474px;fill:#333333" id="path8307"/>
<path inkscape:connector-curvature="0" d="m 63.131874,119.66002 c 0,-1.51675 0.318517,-2.6612 0.955552,-3.43337 0.637032,-0.77215 1.443665,-1.15823 2.419902,-1.15824 0.959683,1e-5 1.76218,0.38609 2.407493,1.15824 0.645301,0.77217 0.967954,1.88629 0.967961,3.34236 -7e-6,1.57742 -0.317145,2.75221 -0.951414,3.52437 -0.634283,0.77217 -1.442295,1.15825 -2.42404,1.15825 -0.965206,0 -1.769082,-0.38746 -2.411629,-1.16238 -0.64255,-0.77492 -0.963825,-1.918 -0.963825,-3.42923 z m 1.249249,0 c -10e-7,1.13618 0.206828,1.98142 0.620488,2.53572 0.413656,0.55431 0.926592,0.83146 1.53881,0.83146 0.573602,0 1.065855,-0.27991 1.476761,-0.83973 0.410895,-0.55982 0.616345,-1.4023 0.616351,-2.52745 -6e-6,-1.13067 -0.206835,-1.97315 -0.620488,-2.52746 -0.413663,-0.55429 -0.926599,-0.83144 -1.538809,-0.83145 -0.579126,1e-5 -1.072758,0.27854 -1.480898,0.83559 -0.408145,0.55707 -0.612216,1.39817 -0.612215,2.52332 z" style="font-size:16.94345474px;fill:#333333" id="path8309"/>
<path inkscape:connector-curvature="0" d="m 76.004927,124.05307 0,-1.1086 c -0.220623,0.42469 -0.504668,0.74872 -0.852136,0.97209 -0.347478,0.22338 -0.722528,0.33507 -1.125152,0.33507 -0.849381,0 -1.584314,-0.40125 -2.2048,-1.20375 -0.620488,-0.8025 -0.930732,-1.93178 -0.930732,-3.38786 0,-0.99829 0.137886,-1.84491 0.413659,-2.53987 0.275771,-0.69494 0.643927,-1.21063 1.104468,-1.54708 0.460538,-0.33643 0.972095,-0.50465 1.534674,-0.50466 0.402623,1e-5 0.776295,0.10618 1.121014,0.31851 0.344711,0.21236 0.630135,0.50881 0.856274,0.88937 l 0,-4.35169 1.224429,0 0,12.12847 z m -3.863571,-4.38478 c -10e-7,1.13618 0.197176,1.98005 0.591532,2.53159 0.394352,0.55155 0.853512,0.82732 1.377483,0.82732 0.518448,0 0.967956,-0.26474 1.348527,-0.79423 0.38056,-0.52948 0.570843,-1.32922 0.570849,-2.39922 -6e-6,-1.22994 -0.190289,-2.12757 -0.570849,-2.69291 -0.380571,-0.56533 -0.860414,-0.848 -1.439532,-0.848 -0.512939,0 -0.954175,0.27164 -1.323707,0.8149 -0.369537,0.54328 -0.554304,1.3968 -0.554303,2.56055 z" style="font-size:16.94345474px;fill:#333333" id="path8311"/>
<path inkscape:connector-curvature="0" d="m 82.946117,127.42025 0,-12.15329 1.116879,0 0,1.1417 c 0.27577,-0.47432 0.581877,-0.81628 0.918322,-1.02587 0.336439,-0.20958 0.72252,-0.31437 1.158244,-0.31438 0.568086,1e-5 1.081022,0.16823 1.538809,0.50466 0.457776,0.33645 0.825932,0.84801 1.104469,1.53467 0.278523,0.68668 0.417788,1.51262 0.417795,2.47782 -7e-6,1.49469 -0.313009,2.64604 -0.939005,3.45405 -0.626009,0.80801 -1.360942,1.21202 -2.2048,1.21202 -0.375054,0 -0.725285,-0.0965 -1.050693,-0.28956 -0.325414,-0.19305 -0.606701,-0.46606 -0.843863,-0.81905 l 0,4.27723 z m 1.100332,-7.71059 c -2e-6,1.13618 0.190281,1.97315 0.570849,2.5109 0.380563,0.53776 0.841102,0.80664 1.38162,0.80664 0.518447,0 0.973471,-0.27853 1.365073,-0.83559 0.391591,-0.55706 0.587389,-1.41747 0.587395,-2.58123 -6e-6,-1.14721 -0.190289,-1.99659 -0.570849,-2.54814 -0.380571,-0.55154 -0.843868,-0.82731 -1.389893,-0.82732 -0.490878,1e-5 -0.937629,0.29647 -1.340253,0.88937 -0.40263,0.59292 -0.603944,1.4547 -0.603942,2.58537 z" style="font-size:16.94345474px;fill:#333333" id="path8313"/>
<path inkscape:connector-curvature="0" d="m 90.689808,124.05307 0,-8.78611 1.100332,0 0,1.33198 c 0.281285,-0.61772 0.539132,-1.02724 0.773541,-1.22856 0.234404,-0.20131 0.497766,-0.30196 0.790088,-0.30197 0.408139,1e-5 0.824555,0.15995 1.249249,0.47984 l -0.413659,1.38162 c -0.303353,-0.2151 -0.598429,-0.32265 -0.885229,-0.32265 -0.259229,0 -0.496393,0.091 -0.711493,0.27301 -0.215105,0.18202 -0.366779,0.43573 -0.455024,0.76113 -0.154435,0.5681 -0.231651,1.17204 -0.231649,1.81183 l 0,4.59988 z" style="font-size:16.94345474px;fill:#333333" id="path8315"/>
<path inkscape:connector-curvature="0" d="m 94.867756,119.66002 c 0,-1.51675 0.318517,-2.6612 0.955552,-3.43337 0.637032,-0.77215 1.443665,-1.15823 2.419902,-1.15824 0.959683,1e-5 1.76218,0.38609 2.40749,1.15824 0.6453,0.77217 0.96796,1.88629 0.96796,3.34236 0,1.57742 -0.31714,2.75221 -0.95141,3.52437 -0.63428,0.77217 -1.442295,1.15825 -2.42404,1.15825 -0.965206,0 -1.769082,-0.38746 -2.411629,-1.16238 -0.642551,-0.77492 -0.963825,-1.918 -0.963825,-3.42923 z m 1.249249,0 c -2e-6,1.13618 0.206828,1.98142 0.620488,2.53572 0.413656,0.55431 0.926592,0.83146 1.53881,0.83146 0.573602,0 1.065855,-0.27991 1.476761,-0.83973 0.410896,-0.55982 0.616346,-1.4023 0.616356,-2.52745 -1e-5,-1.13067 -0.20684,-1.97315 -0.620493,-2.52746 -0.413663,-0.55429 -0.926599,-0.83144 -1.53881,-0.83145 -0.579125,1e-5 -1.072757,0.27854 -1.480897,0.83559 -0.408145,0.55707 -0.612217,1.39817 -0.612215,2.52332 z" style="font-size:16.94345474px;fill:#333333" id="path8317"/>
<path inkscape:connector-curvature="0" d="m 107.74081,124.05307 0,-1.1086 c -0.22062,0.42469 -0.50467,0.74872 -0.85213,0.97209 -0.34748,0.22338 -0.72253,0.33507 -1.12516,0.33507 -0.84938,0 -1.58431,-0.40125 -2.2048,-1.20375 -0.62048,-0.8025 -0.93073,-1.93178 -0.93073,-3.38786 0,-0.99829 0.13789,-1.84491 0.41366,-2.53987 0.27577,-0.69494 0.64393,-1.21063 1.10447,-1.54708 0.46054,-0.33643 0.97209,-0.50465 1.53467,-0.50466 0.40263,1e-5 0.7763,0.10618 1.12102,0.31851 0.34471,0.21236 0.63013,0.50881 0.85627,0.88937 l 0,-4.35169 1.22443,0 0,12.12847 z m -3.86357,-4.38478 c 0,1.13618 0.19718,1.98005 0.59153,2.53159 0.39436,0.55155 0.85352,0.82732 1.37749,0.82732 0.51844,0 0.96795,-0.26474 1.34852,-0.79423 0.38056,-0.52948 0.57085,-1.32922 0.57085,-2.39922 0,-1.22994 -0.19029,-2.12757 -0.57085,-2.69291 -0.38057,-0.56533 -0.86041,-0.848 -1.43953,-0.848 -0.51294,0 -0.95417,0.27164 -1.32371,0.8149 -0.36953,0.54328 -0.5543,1.3968 -0.5543,2.56055 z" style="font-size:16.94345474px;fill:#333333" id="path8319"/>
<path inkscape:connector-curvature="0" d="m 115.53414,124.05307 0,-1.29061 c -0.28129,0.49639 -0.61222,0.86868 -0.99278,1.11687 -0.38057,0.2482 -0.81077,0.3723 -1.29061,0.3723 -0.5681,0 -1.05346,-0.15306 -1.45608,-0.45916 -0.40263,-0.30611 -0.67151,-0.69357 -0.80664,-1.16239 -0.13512,-0.46881 -0.20269,-1.1086 -0.20269,-1.91937 l 0,-5.44375 1.21616,0 0,4.8729 c 0,0.90454 0.0455,1.50986 0.13651,1.81596 0.091,0.30611 0.25922,0.55155 0.50466,0.73631 0.24543,0.18477 0.52534,0.27716 0.83973,0.27715 0.58463,1e-5 1.06447,-0.23992 1.43953,-0.71976 0.31989,-0.41366 0.47984,-1.17203 0.47984,-2.27512 l 0,-4.70744 1.22443,0 0,8.78611 z" style="font-size:16.94345474px;fill:#333333" id="path8321"/>
<path inkscape:connector-curvature="0" d="m 123.27783,120.83481 1.19961,0.19028 c -0.1379,1.04794 -0.48399,1.84768 -1.03829,2.39922 -0.55431,0.55154 -1.2203,0.82732 -1.99797,0.82732 -0.94314,0 -1.71944,-0.38746 -2.3289,-1.16238 -0.60945,-0.77492 -0.91418,-1.92076 -0.91418,-3.43751 0,-1.52777 0.30748,-2.6736 0.92246,-3.4375 0.61497,-0.76388 1.40505,-1.14582 2.37026,-1.14583 0.74458,1e-5 1.37196,0.23165 1.88215,0.69494 0.51017,0.46331 0.83696,1.15825 0.98037,2.08484 l -1.18307,0.22338 c -0.11583,-0.59566 -0.31714,-1.04104 -0.60394,-1.33612 -0.28681,-0.29507 -0.63152,-0.44261 -1.03414,-0.44261 -0.60119,0 -1.09896,0.26612 -1.49331,0.79836 -0.39436,0.53224 -0.59153,1.37749 -0.59153,2.53572 0,1.19686 0.1889,2.06278 0.56671,2.59778 0.3778,0.535 0.86178,0.8025 1.45194,0.8025 0.46329,0 0.85903,-0.17788 1.1872,-0.53362 0.32816,-0.35575 0.53637,-0.90867 0.62463,-1.65877 z" style="font-size:16.94345474px;fill:#333333" id="path8323"/>
<path inkscape:connector-curvature="0" d="m 128.22519,122.72109 0.16546,1.31543 c -0.33644,0.0883 -0.63979,0.13237 -0.91005,0.13237 -0.42469,0 -0.76665,-0.0841 -1.02587,-0.25233 -0.25923,-0.16822 -0.4371,-0.39849 -0.53362,-0.69081 -0.0965,-0.29231 -0.14478,-0.87419 -0.14478,-1.74564 l 0,-5.0549 -0.8935,0 0,-1.15825 0.8935,0 0,-2.17584 1.21616,-0.8935 0,3.06934 1.2327,0 0,1.15825 -1.2327,0 0,5.13764 c -1e-5,0.47433 0.0358,0.78043 0.10755,0.91832 0.10479,0.19856 0.30059,0.29783 0.58739,0.29783 0.13789,0 0.31714,-0.0193 0.53776,-0.0579 z" style="font-size:16.94345474px;fill:#333333" id="path8325"/>
<path inkscape:connector-curvature="0" d="m 128.91185,121.43047 1.20788,-0.23164 c 0.0717,0.61773 0.2675,1.07689 0.5874,1.37748 0.31989,0.30059 0.74458,0.45089 1.27407,0.45089 0.52948,0 0.939,-0.13099 1.22856,-0.39298 0.28956,-0.26198 0.43434,-0.59429 0.43435,-0.99692 -1e-5,-0.34747 -0.12411,-0.61772 -0.3723,-0.81077 -0.17098,-0.13236 -0.58464,-0.29783 -1.24097,-0.49639 -0.94866,-0.29231 -1.58294,-0.54051 -1.90283,-0.74458 -0.3199,-0.20407 -0.56809,-0.47708 -0.74459,-0.81905 -0.17649,-0.34195 -0.26474,-0.73079 -0.26474,-1.16651 0,-0.7501 0.23992,-1.35955 0.71977,-1.82837 0.47984,-0.46881 1.14445,-0.70321 1.99383,-0.70322 0.535,1e-5 1.00519,0.0965 1.41058,0.28956 0.40538,0.19305 0.71562,0.45227 0.93073,0.77768 0.21509,0.32541 0.36401,0.79147 0.44675,1.39816 l -1.19134,0.19856 c -0.11031,-0.95968 -0.63152,-1.43953 -1.56363,-1.43953 -0.52948,0 -0.92384,0.10618 -1.18306,0.31851 -0.25923,0.21235 -0.38884,0.48399 -0.38884,0.81491 0,0.32542 0.1241,0.58189 0.37229,0.7694 0.14892,0.11032 0.59015,0.28681 1.32371,0.52949 1.00932,0.32541 1.6629,0.58326 1.96074,0.77354 0.29783,0.19029 0.52948,0.44951 0.69495,0.77768 0.16546,0.32817 0.24819,0.71839 0.24819,1.17065 0,0.83835 -0.26612,1.51675 -0.79836,2.0352 -0.53224,0.51845 -1.2589,0.77768 -2.17998,0.77768 -1.72633,0 -2.72739,-0.94314 -3.00316,-2.82943 z" style="font-size:16.94345474px;fill:#333333" id="path8327"/>
<path inkscape:connector-curvature="0" d="m 144.87081,124.05307 0,-1.1086 c -0.22062,0.42469 -0.50467,0.74872 -0.85214,0.97209 -0.34747,0.22338 -0.72252,0.33507 -1.12515,0.33507 -0.84938,0 -1.58431,-0.40125 -2.2048,-1.20375 -0.62049,-0.8025 -0.93073,-1.93178 -0.93073,-3.38786 0,-0.99829 0.13789,-1.84491 0.41366,-2.53987 0.27577,-0.69494 0.64393,-1.21063 1.10447,-1.54708 0.46053,-0.33643 0.97209,-0.50465 1.53467,-0.50466 0.40262,1e-5 0.7763,0.10618 1.12102,0.31851 0.34471,0.21236 0.63013,0.50881 0.85627,0.88937 l 0,-4.35169 1.22443,0 0,12.12847 z m -3.86357,-4.38478 c 0,1.13618 0.19717,1.98005 0.59153,2.53159 0.39435,0.55155 0.85351,0.82732 1.37748,0.82732 0.51845,0 0.96796,-0.26474 1.34853,-0.79423 0.38056,-0.52948 0.57084,-1.32922 0.57085,-2.39922 -1e-5,-1.22994 -0.19029,-2.12757 -0.57085,-2.69291 -0.38057,-0.56533 -0.86041,-0.848 -1.43953,-0.848 -0.51294,0 -0.95418,0.27164 -1.32371,0.8149 -0.36954,0.54328 -0.5543,1.3968 -0.5543,2.56055 z" style="font-size:16.94345474px;fill:#333333" id="path8329"/>
<path inkscape:connector-curvature="0" d="m 152.63931,122.96928 c -0.40815,0.42469 -0.83283,0.74459 -1.27407,0.95969 -0.44124,0.2151 -0.89902,0.32266 -1.37334,0.32266 -0.75011,0 -1.34853,-0.22614 -1.79528,-0.6784 -0.44675,-0.45227 -0.67013,-1.06173 -0.67013,-1.82837 0,-0.50742 0.1048,-0.95693 0.31438,-1.34853 0.20959,-0.39159 0.49639,-0.6977 0.86041,-0.91832 0.36402,-0.22062 0.91556,-0.38332 1.65464,-0.48812 0.99277,-0.1434 1.72081,-0.31438 2.18411,-0.51294 l 0.008,-0.38056 c -1e-5,-0.60118 -0.10756,-1.02311 -0.32266,-1.2658 -0.30335,-0.35298 -0.76941,-0.52947 -1.39816,-0.52948 -0.5681,1e-5 -0.99279,0.11721 -1.27407,0.35161 -0.28129,0.23441 -0.48812,0.67427 -0.62049,1.31957 l -1.19961,-0.19856 c 0.17098,-0.94313 0.51707,-1.6298 1.03828,-2.06002 0.52121,-0.43019 1.26718,-0.64529 2.2379,-0.6453 0.75561,1e-5 1.34852,0.14203 1.77873,0.42606 0.4302,0.28406 0.70183,0.63567 0.81491,1.05483 0.11306,0.41918 0.16959,1.0314 0.1696,1.83665 l 0,1.98556 c -1e-5,1.38989 0.0262,2.26547 0.0786,2.62673 0.0524,0.36126 0.15581,0.71287 0.31025,1.05483 l -1.27407,0 c -0.12686,-0.30335 -0.20959,-0.66461 -0.2482,-1.08379 z m -0.0993,-3.32581 c -0.44675,0.22062 -1.11136,0.40815 -1.99383,0.56258 -0.51294,0.0883 -0.87144,0.1889 -1.07551,0.30197 -0.20408,0.11307 -0.36264,0.27301 -0.47571,0.47984 -0.11307,0.20683 -0.1696,0.44538 -0.1696,0.71563 0,0.41918 0.12961,0.75424 0.38884,1.00519 0.25922,0.25095 0.61773,0.37643 1.07551,0.37643 0.43572,0 0.83145,-0.11307 1.1872,-0.3392 0.35574,-0.22613 0.62186,-0.5281 0.79836,-0.90591 0.17649,-0.37781 0.26474,-0.92797 0.26474,-1.6505 z" style="font-size:16.94345474px;fill:#333333" id="path8331"/>
<path inkscape:connector-curvature="0" d="m 158.40571,122.72109 0.16546,1.31543 c -0.33644,0.0883 -0.63979,0.13237 -0.91005,0.13237 -0.42469,0 -0.76665,-0.0841 -1.02587,-0.25233 -0.25923,-0.16822 -0.4371,-0.39849 -0.53362,-0.69081 -0.0965,-0.29231 -0.14478,-0.87419 -0.14478,-1.74564 l 0,-5.0549 -0.8935,0 0,-1.15825 0.8935,0 0,-2.17584 1.21615,-0.8935 0,3.06934 1.23271,0 0,1.15825 -1.23271,0 0,5.13764 c 0,0.47433 0.0359,0.78043 0.10756,0.91832 0.10479,0.19856 0.30059,0.29783 0.58739,0.29783 0.13788,0 0.31714,-0.0193 0.53776,-0.0579 z" style="font-size:16.94345474px;fill:#333333" id="path8333"/>
<path inkscape:connector-curvature="0" d="m 164.25485,122.96928 c -0.40815,0.42469 -0.83284,0.74459 -1.27407,0.95969 -0.44124,0.2151 -0.89902,0.32266 -1.37334,0.32266 -0.75011,0 -1.34853,-0.22614 -1.79528,-0.6784 -0.44675,-0.45227 -0.67013,-1.06173 -0.67013,-1.82837 0,-0.50742 0.1048,-0.95693 0.31438,-1.34853 0.20959,-0.39159 0.49639,-0.6977 0.86041,-0.91832 0.36402,-0.22062 0.91556,-0.38332 1.65464,-0.48812 0.99277,-0.1434 1.72081,-0.31438 2.18411,-0.51294 l 0.008,-0.38056 c -1e-5,-0.60118 -0.10756,-1.02311 -0.32266,-1.2658 -0.30335,-0.35298 -0.76941,-0.52947 -1.39816,-0.52948 -0.5681,1e-5 -0.99279,0.11721 -1.27407,0.35161 -0.28129,0.23441 -0.48812,0.67427 -0.62049,1.31957 l -1.19961,-0.19856 c 0.17098,-0.94313 0.51707,-1.6298 1.03828,-2.06002 0.52121,-0.43019 1.26718,-0.64529 2.2379,-0.6453 0.75561,1e-5 1.34852,0.14203 1.77873,0.42606 0.4302,0.28406 0.70183,0.63567 0.81491,1.05483 0.11306,0.41918 0.16959,1.0314 0.1696,1.83665 l 0,1.98556 c -1e-5,1.38989 0.0262,2.26547 0.0786,2.62673 0.0524,0.36126 0.15581,0.71287 0.31025,1.05483 l -1.27407,0 c -0.12686,-0.30335 -0.2096,-0.66461 -0.2482,-1.08379 z m -0.0993,-3.32581 c -0.44675,0.22062 -1.11136,0.40815 -1.99383,0.56258 -0.51294,0.0883 -0.87144,0.1889 -1.07551,0.30197 -0.20408,0.11307 -0.36265,0.27301 -0.47571,0.47984 -0.11307,0.20683 -0.1696,0.44538 -0.1696,0.71563 0,0.41918 0.12961,0.75424 0.38884,1.00519 0.25922,0.25095 0.61773,0.37643 1.07551,0.37643 0.43572,0 0.83145,-0.11307 1.1872,-0.3392 0.35574,-0.22613 0.62186,-0.5281 0.79836,-0.90591 0.17649,-0.37781 0.26474,-0.92797 0.26474,-1.6505 z" style="font-size:16.94345474px;fill:#333333" id="path8335"/>
<path inkscape:connector-curvature="0" d="m 168.42452,124.05307 -1.13342,0 0,-12.12847 1.21616,0 0,4.32687 c 0.25922,-0.3971 0.55292,-0.69356 0.88109,-0.88937 0.32817,-0.19579 0.69356,-0.29368 1.09619,-0.29369 0.56258,1e-5 1.07413,0.16823 1.53468,0.50466 0.46053,0.33645 0.82869,0.84663 1.10447,1.53054 0.27576,0.68392 0.41365,1.51399 0.41365,2.49022 0,1.48917 -0.31162,2.63777 -0.93486,3.44578 -0.62325,0.80801 -1.35129,1.21202 -2.18412,1.21202 -0.41918,0 -0.79561,-0.10893 -1.12929,-0.32679 -0.33369,-0.21786 -0.62187,-0.5419 -0.86455,-0.9721 z m -0.0165,-4.45924 c 0,0.91005 0.0827,1.59121 0.24819,2.04347 0.16546,0.45227 0.39987,0.79699 0.70322,1.03415 0.30335,0.23717 0.63979,0.35575 1.00933,0.35575 0.5019,0 0.94727,-0.28267 1.33612,-0.848 0.38883,-0.56533 0.58325,-1.41058 0.58326,-2.53573 -1e-5,-1.15272 -0.18753,-1.99934 -0.56258,-2.53986 -0.37506,-0.54051 -0.83559,-0.81077 -1.38162,-0.81077 -0.50191,0 -0.95004,0.28267 -1.34439,0.848 -0.39436,0.56534 -0.59153,1.383 -0.59153,2.45299 z" style="font-size:16.94345474px;fill:#333333" id="path8337"/>
<path inkscape:connector-curvature="0" d="m 179.74222,122.96928 c -0.40815,0.42469 -0.83284,0.74459 -1.27407,0.95969 -0.44124,0.2151 -0.89902,0.32266 -1.37335,0.32266 -0.7501,0 -1.34853,-0.22614 -1.79528,-0.6784 -0.44675,-0.45227 -0.67012,-1.06173 -0.67012,-1.82837 0,-0.50742 0.10479,-0.95693 0.31438,-1.34853 0.20958,-0.39159 0.49639,-0.6977 0.86041,-0.91832 0.36402,-0.22062 0.91556,-0.38332 1.65463,-0.48812 0.99278,-0.1434 1.72082,-0.31438 2.18412,-0.51294 l 0.008,-0.38056 c 0,-0.60118 -0.10755,-1.02311 -0.32265,-1.2658 -0.30336,-0.35298 -0.76941,-0.52947 -1.39817,-0.52948 -0.56809,1e-5 -0.99278,0.11721 -1.27407,0.35161 -0.28129,0.23441 -0.48811,0.67427 -0.62048,1.31957 l -1.19961,-0.19856 c 0.17098,-0.94313 0.51707,-1.6298 1.03828,-2.06002 0.52121,-0.43019 1.26717,-0.64529 2.23789,-0.6453 0.75561,1e-5 1.34852,0.14203 1.77873,0.42606 0.4302,0.28406 0.70184,0.63567 0.81491,1.05483 0.11306,0.41918 0.1696,1.0314 0.1696,1.83665 l 0,1.98556 c 0,1.38989 0.0262,2.26547 0.0786,2.62673 0.0524,0.36126 0.1558,0.71287 0.31024,1.05483 l -1.27407,0 c -0.12686,-0.30335 -0.20959,-0.66461 -0.24819,-1.08379 z m -0.0993,-3.32581 c -0.44676,0.22062 -1.11137,0.40815 -1.99383,0.56258 -0.51294,0.0883 -0.87145,0.1889 -1.07552,0.30197 -0.20407,0.11307 -0.36264,0.27301 -0.4757,0.47984 -0.11307,0.20683 -0.16961,0.44538 -0.1696,0.71563 -1e-5,0.41918 0.12961,0.75424 0.38883,1.00519 0.25923,0.25095 0.61773,0.37643 1.07552,0.37643 0.43571,0 0.83145,-0.11307 1.1872,-0.3392 0.35574,-0.22613 0.62186,-0.5281 0.79836,-0.90591 0.17649,-0.37781 0.26473,-0.92797 0.26474,-1.6505 z" style="font-size:16.94345474px;fill:#333333" id="path8339"/>
<path inkscape:connector-curvature="0" d="m 182.32346,121.43047 1.20788,-0.23164 c 0.0717,0.61773 0.2675,1.07689 0.5874,1.37748 0.31989,0.30059 0.74458,0.45089 1.27406,0.45089 0.52948,0 0.939,-0.13099 1.22857,-0.39298 0.28956,-0.26198 0.43434,-0.59429 0.43434,-0.99692 0,-0.34747 -0.1241,-0.61772 -0.37229,-0.81077 -0.17099,-0.13236 -0.58464,-0.29783 -1.24098,-0.49639 -0.94866,-0.29231 -1.58293,-0.54051 -1.90283,-0.74458 -0.31989,-0.20407 -0.56809,-0.47708 -0.74458,-0.81905 -0.1765,-0.34195 -0.26474,-0.73079 -0.26474,-1.16651 0,-0.7501 0.23992,-1.35955 0.71976,-1.82837 0.47984,-0.46881 1.14446,-0.70321 1.99384,-0.70322 0.53499,1e-5 1.00518,0.0965 1.41057,0.28956 0.40538,0.19305 0.71563,0.45227 0.93073,0.77768 0.2151,0.32541 0.36402,0.79147 0.44676,1.39816 l -1.19134,0.19856 c -0.11032,-0.95968 -0.63152,-1.43953 -1.56363,-1.43953 -0.52949,0 -0.92384,0.10618 -1.18306,0.31851 -0.25923,0.21235 -0.38885,0.48399 -0.38884,0.81491 -1e-5,0.32542 0.12409,0.58189 0.37229,0.7694 0.14891,0.11032 0.59015,0.28681 1.32371,0.52949 1.00932,0.32541 1.6629,0.58326 1.96074,0.77354 0.29783,0.19029 0.52948,0.44951 0.69494,0.77768 0.16546,0.32817 0.24819,0.71839 0.2482,1.17065 -1e-5,0.83835 -0.26613,1.51675 -0.79836,2.0352 -0.53225,0.51845 -1.25891,0.77768 -2.17998,0.77768 -1.72634,0 -2.72739,-0.94314 -3.00316,-2.82943 z" style="font-size:16.94345474px;fill:#333333" id="path8341"/>
<path inkscape:connector-curvature="0" d="m 194.66703,121.22365 1.25752,0.19028 c -0.20959,0.93763 -0.58878,1.64498 -1.13756,2.12207 -0.54879,0.47708 -1.22857,0.71563 -2.03934,0.71563 -1.02036,0 -1.8463,-0.38746 -2.47781,-1.16238 -0.63152,-0.77492 -0.94728,-1.89318 -0.94728,-3.35478 0,-1.51674 0.31852,-2.6736 0.95555,-3.47059 0.63703,-0.79697 1.44367,-1.19546 2.4199,-1.19547 0.93211,1e-5 1.70979,0.3916 2.33304,1.17479 0.62324,0.7832 0.93486,1.91662 0.93487,3.40027 l -0.008,0.39711 -5.37756,0 c 0.0496,0.98727 0.27853,1.73185 0.68667,2.23376 0.40814,0.50191 0.90453,0.75286 1.48918,0.75286 0.91555,0 1.55259,-0.60119 1.9111,-1.80355 z m -4.01249,-2.4075 4.02076,0 c -0.0552,-0.76112 -0.21786,-1.32921 -0.48812,-1.70427 -0.3916,-0.54602 -0.89075,-0.81904 -1.49744,-0.81904 -0.54603,0 -1.01209,0.22752 -1.39817,0.68253 -0.38608,0.45503 -0.59842,1.06863 -0.63703,1.84078 z" style="font-size:16.94345474px;fill:#333333" id="path8343"/>
</g>
<rect id="rect3719" width="5" height="5" x="110" y="1.7187499e-008" style="fill:none" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:export-xdpi="360" inkscape:export-ydpi="360"/>
<rect inkscape:export-ydpi="360" inkscape:export-xdpi="360" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" style="fill:none" y="1.7187499e-008" x="110" height="5" width="5" id="rect3723"/>
<rect style="fill:none" id="rect3725" width="1" height="1" x="1" y="140" inkscape:export-filename="C:\Users\Stéphane\Desktop\Blogs\OpenFoodFacts\off-logo-en.712x575.png" inkscape:export-xdpi="360" inkscape:export-ydpi="360"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 73 KiB

View File

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg width="256" height="400" viewBox="0 0 256 400" version="1.1" id="svg2229" inkscape:version="1.2 (1:1.2+202205241504+da316b6974)" sodipodi:docname="off-logo-vertical-light.svg" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview id="namedview2231" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" inkscape:document-units="mm" showgrid="false" inkscape:zoom="0.80354938" inkscape:cx="128.80353" inkscape:cy="561.88208" inkscape:window-width="2560" inkscape:window-height="1440" inkscape:window-x="0" inkscape:window-y="-37" inkscape:window-maximized="1" inkscape:current-layer="layer1"/>
<defs id="defs2226"/>
<g inkscape:label="Calque 1" inkscape:groupmode="layer" id="layer1">
<g id="g2151" transform="translate(-97.204531,-95.12)">
<g id="g2113">
<g id="g2105">
<path class="f" d="m 176.13,171.7 c 0,-27.11 21.97,-49.08 49.08,-49.08 27.11,0 49.08,21.97 49.08,49.08 z" id="path2095" style="fill:#ff8c14"/>
<path class="e" d="m 261.85,171.7 c 0,20.24 -16.4,36.64 -36.64,36.64 -20.24,0 -36.64,-16.4 -36.64,-36.64 z" id="path2097" style="fill:#ffffff"/>
<circle class="h" cx="241.83" cy="140" r="2.7" id="circle2099" style="fill:#8c3c00"/>
<circle class="h" cx="254.98" cy="152.07001" r="2.7" id="circle2101" style="fill:#8c3c00"/>
<circle class="h" cx="240.11" cy="155.02" r="2.7" id="circle2103" style="fill:#8c3c00"/>
</g>
<path d="m 201.41,214.6 -8.72,20.82 11.48,4.81 8.8,-21 c 3.92,1.01 8.02,1.55 12.25,1.55 27.06,0 49.08,-22.02 49.08,-49.08 h -12.44 c 0,20.2 -16.44,36.64 -36.64,36.64 -20.2,0 -36.64,-16.44 -36.64,-36.64 h -12.44 c 0,18.43 10.22,34.51 25.28,42.9 z" id="path2107"/>
<path class="c" d="m 245.51,97.97 c -9.65,0 -18.04,5.38 -22.35,13.3 3.32,3.09 5.83,7.05 7.13,11.52 11.23,-2.52 19.66,-12.45 19.86,-24.39 -1.5,-0.28 -3.05,-0.43 -4.63,-0.43 z" id="path2109" style="fill:#00641e"/>
<path class="d" d="m 205.84,104.44 c -1.91,0 -3.77,0.22 -5.56,0.62 3.07,10.61 12.85,18.37 24.45,18.37 1.91,0 3.77,-0.22 5.56,-0.62 -3.07,-10.61 -12.85,-18.37 -24.45,-18.37 z" id="path2111" style="fill:#00961e"/>
</g>
<g id="g2125">
<path d="m 147.5,423.92 c -3.73,0 -6.98,0.68 -9.73,2.04 -2.76,1.36 -4.87,3.33 -6.35,5.91 -1.48,2.58 -2.22,5.73 -2.22,9.46 v 1.51 h -8.53 v 10.4 h 8.53 v 37.95 h 11.64 v -37.95 h 10.75 v -10.4 h -10.75 v -1.51 c 0,-2.49 0.71,-4.31 2.13,-5.47 1.42,-1.16 3.44,-1.73 6.04,-1.73 0.41,0 0.87,0.02 1.38,0.04 0.5,0.03 1.05,0.1 1.64,0.22 v -10.04 c -0.59,-0.12 -1.32,-0.22 -2.18,-0.31 -0.86,-0.09 -1.64,-0.13 -2.35,-0.13 z" id="path2115"/>
<path d="m 186.06,443.96 c -3.02,-1.45 -6.52,-2.18 -10.49,-2.18 -3.26,0 -6.28,0.53 -9.06,1.6 -2.79,1.07 -5.2,2.53 -7.24,4.4 -2.04,1.87 -3.54,4.07 -4.49,6.62 l 9.51,4.62 c 0.89,-2.13 2.3,-3.88 4.22,-5.24 1.92,-1.36 4.13,-2.04 6.62,-2.04 2.67,0 4.8,0.7 6.4,2.09 1.6,1.39 2.4,3.13 2.4,5.2 v 1.57 l -14.31,2.34 c -3.79,0.59 -6.93,1.6 -9.42,3.02 -2.49,1.42 -4.34,3.19 -5.55,5.29 -1.22,2.1 -1.82,4.49 -1.82,7.15 0,2.66 0.68,5.23 2.04,7.33 1.36,2.1 3.3,3.72 5.82,4.84 2.52,1.12 5.47,1.69 8.84,1.69 2.67,0 5.08,-0.36 7.24,-1.07 2.16,-0.71 4.12,-1.78 5.87,-3.2 0.71,-0.58 1.37,-1.22 2,-1.9 v 5.1 h 11.02 v -32.17 c 0,-3.38 -0.84,-6.37 -2.53,-8.98 -1.69,-2.61 -4.04,-4.64 -7.06,-6.09 z m -3.64,33.55 c -1.01,1.84 -2.44,3.27 -4.31,4.31 -1.87,1.04 -4.01,1.56 -6.44,1.56 -1.9,0 -3.48,-0.49 -4.75,-1.47 -1.27,-0.98 -1.91,-2.3 -1.91,-3.95 0,-1.65 0.56,-3.1 1.69,-4.13 1.12,-1.04 2.84,-1.76 5.15,-2.18 l 12.09,-2.15 v 2.06 c 0,2.13 -0.5,4.12 -1.51,5.95 z" id="path2117"/>
<path d="m 220.34,454.36 c 1.98,-1.21 4.25,-1.82 6.8,-1.82 2.72,0 5.14,0.73 7.24,2.18 2.1,1.45 3.6,3.42 4.49,5.91 l 10.22,-4.53 c -0.95,-2.84 -2.5,-5.33 -4.67,-7.47 -2.16,-2.13 -4.73,-3.81 -7.69,-5.02 -2.96,-1.21 -6.16,-1.82 -9.6,-1.82 -4.86,0 -9.2,1.1 -13.02,3.29 -3.82,2.19 -6.83,5.19 -9.02,8.98 -2.19,3.79 -3.29,8.09 -3.29,12.89 0,4.8 1.11,9.11 3.33,12.93 2.22,3.82 5.23,6.84 9.02,9.06 3.79,2.22 8.12,3.33 12.97,3.33 3.49,0 6.72,-0.61 9.69,-1.82 2.96,-1.21 5.51,-2.9 7.64,-5.07 2.13,-2.16 3.67,-4.61 4.62,-7.33 l -10.22,-4.62 c -0.95,2.49 -2.44,4.47 -4.49,5.95 -2.04,1.48 -4.46,2.22 -7.24,2.22 -2.55,0 -4.81,-0.62 -6.8,-1.87 -1.99,-1.24 -3.54,-2.96 -4.67,-5.15 -1.13,-2.19 -1.69,-4.71 -1.69,-7.55 0,-2.84 0.56,-5.29 1.69,-7.51 1.12,-2.22 2.68,-3.94 4.67,-5.15 z" id="path2119"/>
<path d="m 279.83,481.51 c -1.9,0 -3.45,-0.3 -4.67,-0.89 -1.22,-0.59 -2.1,-1.45 -2.67,-2.58 -0.56,-1.12 -0.84,-2.49 -0.84,-4.09 v -20.71 h 11.11 v -10.4 h -11.11 v -11.02 h -11.73 v 3.73 c 0,2.37 -0.64,4.18 -1.91,5.42 -1.27,1.24 -3.1,1.87 -5.47,1.87 h -0.89 v 10.4 h 8.26 v 21.33 c 0,5.45 1.51,9.67 4.53,12.66 3.02,2.99 7.26,4.49 12.71,4.49 0.89,0 1.87,-0.06 2.93,-0.18 1.07,-0.12 2.01,-0.24 2.84,-0.36 v -9.95 c -0.53,0.06 -1.08,0.12 -1.64,0.18 -0.56,0.06 -1.05,0.09 -1.47,0.09 z" id="path2121"/>
<path d="m 312.5,463.47 -7.73,-2.31 c -1.13,-0.36 -2.12,-0.74 -2.98,-1.16 -0.86,-0.41 -1.53,-0.95 -2,-1.6 -0.47,-0.65 -0.71,-1.39 -0.71,-2.22 0,-1.48 0.56,-2.65 1.69,-3.51 1.12,-0.86 2.67,-1.29 4.62,-1.29 2.43,0 4.62,0.64 6.58,1.91 1.95,1.27 3.35,3.01 4.18,5.2 l 8.89,-4.18 c -1.48,-3.97 -3.97,-7.05 -7.47,-9.24 -3.5,-2.19 -7.52,-3.29 -12.09,-3.29 -3.5,0 -6.59,0.62 -9.29,1.87 -2.7,1.24 -4.8,2.98 -6.31,5.2 -1.51,2.22 -2.27,4.81 -2.27,7.78 0,3.32 1.05,6.21 3.15,8.66 2.1,2.46 5.17,4.25 9.2,5.38 l 7.91,2.22 c 1.07,0.3 2.01,0.67 2.84,1.11 0.83,0.44 1.5,0.98 2,1.6 0.5,0.62 0.76,1.41 0.76,2.35 0,1.54 -0.62,2.79 -1.87,3.73 -1.24,0.95 -2.9,1.42 -4.98,1.42 -2.73,0 -5.2,-0.77 -7.42,-2.31 -2.22,-1.54 -3.95,-3.67 -5.2,-6.4 l -8.8,4.18 c 1.48,4.21 4.13,7.54 7.95,10 3.82,2.46 8.31,3.69 13.46,3.69 3.67,0 6.87,-0.62 9.6,-1.87 2.72,-1.24 4.86,-2.98 6.4,-5.2 1.54,-2.22 2.31,-4.78 2.31,-7.69 0,-3.44 -1.08,-6.34 -3.24,-8.71 -2.16,-2.37 -5.23,-4.15 -9.2,-5.33 z" id="path2123"/>
</g>
<g id="g2135">
<path d="m 158.41,256.54 c -3.85,-2.19 -8.18,-3.29 -12.97,-3.29 -4.79,0 -9.04,1.1 -12.89,3.29 -3.85,2.19 -6.93,5.19 -9.24,8.98 -2.31,3.79 -3.47,8.12 -3.47,12.97 0,4.85 1.16,9.18 3.47,12.97 2.31,3.79 5.41,6.78 9.29,8.98 3.88,2.19 8.16,3.29 12.84,3.29 4.68,0 9.03,-1.1 12.89,-3.29 3.85,-2.19 6.93,-5.18 9.24,-8.98 2.31,-3.79 3.47,-8.12 3.47,-12.97 0,-4.85 -1.14,-9.26 -3.42,-13.02 -2.28,-3.76 -5.35,-6.74 -9.2,-8.93 z M 157.12,286 c -1.16,2.22 -2.73,3.95 -4.71,5.2 -1.99,1.24 -4.31,1.87 -6.98,1.87 -2.67,0 -4.92,-0.62 -6.93,-1.87 -2.02,-1.24 -3.6,-2.98 -4.75,-5.2 -1.16,-2.22 -1.73,-4.72 -1.73,-7.51 0,-2.79 0.58,-5.27 1.73,-7.47 1.16,-2.19 2.74,-3.91 4.75,-5.15 2.01,-1.24 4.32,-1.87 6.93,-1.87 2.61,0 4.99,0.62 6.98,1.87 1.98,1.24 3.55,2.96 4.71,5.15 1.16,2.19 1.73,4.68 1.73,7.47 0,2.79 -0.58,5.29 -1.73,7.51 z" id="path2127"/>
<path d="m 216.23,256.63 c -3.67,-2.25 -7.79,-3.38 -12.35,-3.38 -3.73,0 -7.02,0.73 -9.86,2.18 -2.28,1.16 -4.17,2.7 -5.69,4.61 v -5.72 h -11.02 v 66.12 h 11.73 v -22.42 c 1.43,1.52 3.13,2.74 5.11,3.67 2.93,1.36 6.15,2.04 9.64,2.04 4.68,0 8.86,-1.11 12.53,-3.33 3.67,-2.22 6.58,-5.26 8.71,-9.11 2.13,-3.85 3.2,-8.12 3.2,-12.8 0,-4.68 -1.08,-9.01 -3.24,-12.8 -2.16,-3.79 -5.08,-6.81 -8.75,-9.06 z m -1.87,29.42 c -1.19,2.19 -2.8,3.91 -4.84,5.15 -2.04,1.24 -4.4,1.87 -7.07,1.87 -2.67,0 -4.84,-0.62 -6.89,-1.87 -2.04,-1.24 -3.64,-2.96 -4.8,-5.15 -1.16,-2.19 -1.73,-4.71 -1.73,-7.55 0,-2.84 0.58,-5.27 1.73,-7.47 1.16,-2.19 2.75,-3.91 4.8,-5.15 2.04,-1.24 4.34,-1.87 6.89,-1.87 2.55,0 5.02,0.62 7.07,1.87 2.04,1.24 3.66,2.96 4.84,5.15 1.18,2.19 1.78,4.68 1.78,7.47 0,2.79 -0.59,5.36 -1.78,7.55 z" id="path2129"/>
<path d="m 273.82,260.28 c -2.01,-2.19 -4.46,-3.91 -7.33,-5.15 -2.87,-1.24 -6.21,-1.87 -10,-1.87 -4.56,0 -8.65,1.1 -12.26,3.29 -3.61,2.19 -6.49,5.17 -8.62,8.93 -2.13,3.76 -3.2,8.07 -3.2,12.93 0,4.86 1.04,8.95 3.11,12.8 2.07,3.85 4.99,6.9 8.75,9.15 3.76,2.25 8.13,3.38 13.11,3.38 3.26,0 6.28,-0.5 9.06,-1.51 2.78,-1.01 5.18,-2.4 7.2,-4.18 2.01,-1.78 3.5,-3.82 4.44,-6.13 l -9.42,-4.62 c -1.07,1.9 -2.53,3.41 -4.4,4.53 -1.87,1.13 -4.13,1.69 -6.8,1.69 -2.67,0 -5.02,-0.62 -7.07,-1.87 -2.04,-1.24 -3.59,-3.01 -4.62,-5.29 -0.62,-1.37 -1.01,-2.87 -1.18,-4.49 h 34.81 c 0.24,-0.71 0.4,-1.5 0.49,-2.35 0.09,-0.86 0.13,-1.73 0.13,-2.62 0,-3.26 -0.53,-6.29 -1.6,-9.11 -1.07,-2.81 -2.61,-5.32 -4.62,-7.51 z m -28.98,12.62 c 0.2,-1.02 0.48,-1.97 0.85,-2.84 0.98,-2.31 2.41,-4.09 4.31,-5.33 1.9,-1.24 4.06,-1.87 6.49,-1.87 2.43,0 4.72,0.62 6.53,1.87 1.81,1.24 3.11,2.93 3.91,5.07 0.37,0.97 0.58,2.01 0.65,3.11 h -22.74 z" id="path2131"/>
<path d="m 320.64,255.57 c -2.76,-1.54 -5.91,-2.31 -9.46,-2.31 -3.55,0 -6.44,0.76 -9.02,2.27 -1.99,1.17 -3.54,2.75 -4.67,4.75 v -5.95 h -11.02 v 48.35 h 11.73 v -28.35 c 0,-2.13 0.41,-3.97 1.24,-5.51 0.83,-1.54 1.98,-2.72 3.47,-3.55 1.48,-0.83 3.17,-1.24 5.07,-1.24 1.9,0 3.58,0.42 5.07,1.24 1.48,0.83 2.64,2.01 3.47,3.55 0.83,1.54 1.24,3.38 1.24,5.51 v 28.35 h 11.64 v -31.1 c 0,-3.61 -0.77,-6.8 -2.31,-9.55 -1.54,-2.75 -3.69,-4.9 -6.44,-6.44 z" id="path2133"/>
</g>
<g id="g2149">
<rect class="g" x="100.14" y="321.98001" width="250.13" height="89.129997" rx="14.81" ry="14.81" transform="rotate(-5,225.17358,366.54904)" id="rect2137" style="fill:#ff8714"/>
<g id="g2147">
<path class="e" d="m 121.66,403.19 -4.81,-54.96 37.63,-3.29 0.87,9.96 -26.19,2.29 1.22,13.94 22.5,-1.97 0.87,9.96 -22.5,1.97 1.85,21.1 z" id="path2139" style="fill:#ffffff"/>
<path class="e" d="m 190.58,398.05 c -4.13,0.36 -8.03,-0.02 -11.7,-1.13 -3.67,-1.12 -6.93,-2.85 -9.79,-5.2 -2.86,-2.35 -5.17,-5.18 -6.95,-8.5 -1.78,-3.31 -2.84,-6.99 -3.19,-11.02 -0.35,-4.03 0.05,-7.83 1.2,-11.4 1.15,-3.57 2.93,-6.75 5.34,-9.54 2.41,-2.79 5.32,-5.05 8.74,-6.79 3.42,-1.74 7.21,-2.79 11.4,-3.15 4.18,-0.37 8.1,0 11.77,1.13 3.67,1.12 6.93,2.84 9.78,5.17 2.85,2.33 5.16,5.15 6.91,8.46 1.75,3.32 2.8,6.99 3.16,11.02 0.35,4.03 -0.06,7.84 -1.23,11.41 -1.17,3.57 -2.96,6.76 -5.37,9.58 -2.41,2.81 -5.32,5.09 -8.73,6.82 -3.42,1.74 -7.19,2.79 -11.32,3.15 z m -0.9,-10.33 c 2.51,-0.22 4.79,-0.87 6.86,-1.94 2.06,-1.07 3.83,-2.48 5.32,-4.22 1.48,-1.74 2.57,-3.76 3.26,-6.05 0.69,-2.29 0.92,-4.76 0.69,-7.42 -0.23,-2.66 -0.89,-5.04 -1.96,-7.15 -1.08,-2.11 -2.5,-3.91 -4.26,-5.39 -1.77,-1.48 -3.75,-2.56 -5.97,-3.23 -2.21,-0.67 -4.58,-0.9 -7.09,-0.68 -2.51,0.22 -4.79,0.85 -6.86,1.9 -2.06,1.05 -3.84,2.45 -5.32,4.22 -1.48,1.76 -2.57,3.78 -3.26,6.05 -0.69,2.27 -0.92,4.73 -0.69,7.38 0.23,2.66 0.89,5.05 1.97,7.19 1.08,2.14 2.5,3.93 4.26,5.39 1.76,1.46 3.75,2.53 5.97,3.23 2.22,0.7 4.58,0.94 7.09,0.72 z" id="path2141" style="fill:#ffffff"/>
<path class="e" d="m 253.29,392.56 c -4.13,0.36 -8.03,-0.02 -11.7,-1.13 -3.67,-1.12 -6.93,-2.85 -9.79,-5.2 -2.86,-2.35 -5.17,-5.18 -6.95,-8.5 -1.78,-3.31 -2.84,-6.99 -3.19,-11.02 -0.35,-4.03 0.05,-7.83 1.2,-11.4 1.15,-3.57 2.93,-6.75 5.34,-9.54 2.41,-2.79 5.32,-5.05 8.74,-6.79 3.42,-1.74 7.21,-2.79 11.4,-3.15 4.18,-0.37 8.1,0 11.77,1.13 3.67,1.12 6.93,2.84 9.78,5.17 2.85,2.33 5.16,5.15 6.91,8.46 1.75,3.32 2.8,6.99 3.16,11.02 0.35,4.03 -0.06,7.84 -1.23,11.41 -1.17,3.57 -2.96,6.76 -5.37,9.58 -2.41,2.81 -5.32,5.09 -8.73,6.82 -3.42,1.74 -7.19,2.79 -11.32,3.15 z m -0.9,-10.33 c 2.51,-0.22 4.79,-0.87 6.86,-1.94 2.06,-1.07 3.83,-2.48 5.32,-4.22 1.48,-1.74 2.57,-3.76 3.26,-6.05 0.69,-2.29 0.92,-4.76 0.69,-7.42 -0.23,-2.66 -0.89,-5.04 -1.96,-7.15 -1.08,-2.11 -2.5,-3.91 -4.26,-5.39 -1.77,-1.48 -3.75,-2.56 -5.97,-3.23 -2.21,-0.67 -4.58,-0.9 -7.09,-0.68 -2.51,0.22 -4.79,0.85 -6.86,1.9 -2.06,1.05 -3.84,2.45 -5.32,4.22 -1.48,1.76 -2.57,3.78 -3.26,6.05 -0.69,2.27 -0.92,4.73 -0.69,7.38 0.23,2.66 0.89,5.05 1.97,7.19 1.08,2.14 2.5,3.93 4.26,5.39 1.76,1.46 3.75,2.53 5.97,3.23 2.22,0.7 4.58,0.94 7.09,0.72 z" id="path2143" style="fill:#ffffff"/>
<path class="e" d="m 289.07,388.54 -4.81,-54.96 17.93,-1.57 c 5.95,-0.52 11.22,0.21 15.8,2.19 4.58,1.98 8.26,4.93 11.03,8.85 2.77,3.92 4.39,8.54 4.85,13.85 0.46,5.31 -0.33,10.15 -2.37,14.52 -2.05,4.37 -5.16,7.92 -9.33,10.67 -4.17,2.74 -9.23,4.38 -15.18,4.9 l -17.93,1.57 z m 10.56,-10.96 6.79,-0.59 c 3.59,-0.31 6.62,-1.31 9.1,-2.99 2.48,-1.68 4.33,-3.9 5.55,-6.66 1.22,-2.76 1.68,-5.91 1.37,-9.45 -0.31,-3.59 -1.31,-6.62 -2.99,-9.11 -1.68,-2.48 -3.88,-4.32 -6.62,-5.52 -2.73,-1.2 -5.89,-1.64 -9.48,-1.33 l -6.79,0.59 3.07,35.04 z" id="path2145" style="fill:#ffffff"/>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@ -0,0 +1,97 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="200"
height="200"
viewBox="0 0 200 200"
version="1.1"
id="svg2229"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
sodipodi:docname="off-logo.svg"
inkscape:export-filename="off-logo.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview2231"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="1"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.7117941"
inkscape:cx="77.40417"
inkscape:cy="109.24211"
inkscape:window-width="1920"
inkscape:window-height="1011"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs2226" />
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1">
<g
id="g2113"
transform="translate(-125.215,-69.1)">
<g
id="g2105">
<path
class="f"
d="m 176.13,171.7 c 0,-27.11 21.97,-49.08 49.08,-49.08 27.11,0 49.08,21.97 49.08,49.08 z"
id="path2095"
style="fill:#ff8c14" />
<path
class="e"
d="m 261.85,171.7 c 0,20.24 -16.4,36.64 -36.64,36.64 -20.24,0 -36.64,-16.4 -36.64,-36.64 z"
id="path2097"
style="fill:#ffffff" />
<circle
class="h"
cx="241.83"
cy="140"
r="2.7"
id="circle2099"
style="fill:#8c3c00" />
<circle
class="h"
cx="254.98"
cy="152.07001"
r="2.7"
id="circle2101"
style="fill:#8c3c00" />
<circle
class="h"
cx="240.11"
cy="155.02"
r="2.7"
id="circle2103"
style="fill:#8c3c00" />
</g>
<path
d="m 201.41,214.6 -8.72,20.82 11.48,4.81 8.8,-21 c 3.92,1.01 8.02,1.55 12.25,1.55 27.06,0 49.08,-22.02 49.08,-49.08 h -12.44 c 0,20.2 -16.44,36.64 -36.64,36.64 -20.2,0 -36.64,-16.44 -36.64,-36.64 h -12.44 c 0,18.43 10.22,34.51 25.28,42.9 z"
id="path2107" />
<path
class="c"
d="m 245.51,97.97 c -9.65,0 -18.04,5.38 -22.35,13.3 3.32,3.09 5.83,7.05 7.13,11.52 11.23,-2.52 19.66,-12.45 19.86,-24.39 -1.5,-0.28 -3.05,-0.43 -4.63,-0.43 z"
id="path2109"
style="fill:#00641e" />
<path
class="d"
d="m 205.84,104.44 c -1.91,0 -3.77,0.22 -5.56,0.62 3.07,10.61 12.85,18.37 24.45,18.37 1.91,0 3.77,-0.22 5.56,-0.62 -3.07,-10.61 -12.85,-18.37 -24.45,-18.37 z"
id="path2111"
style="fill:#00961e" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="26.6" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 308"><path fill="#FF3E00" d="M239.682 40.707C211.113-.182 154.69-12.301 113.895 13.69L42.247 59.356a82.198 82.198 0 0 0-37.135 55.056a86.566 86.566 0 0 0 8.536 55.576a82.425 82.425 0 0 0-12.296 30.719a87.596 87.596 0 0 0 14.964 66.244c28.574 40.893 84.997 53.007 125.787 27.016l71.648-45.664a82.182 82.182 0 0 0 37.135-55.057a86.601 86.601 0 0 0-8.53-55.577a82.409 82.409 0 0 0 12.29-30.718a87.573 87.573 0 0 0-14.963-66.244"></path><path fill="#FFF" d="M106.889 270.841c-23.102 6.007-47.497-3.036-61.103-22.648a52.685 52.685 0 0 1-9.003-39.85a49.978 49.978 0 0 1 1.713-6.693l1.35-4.115l3.671 2.697a92.447 92.447 0 0 0 28.036 14.007l2.663.808l-.245 2.659a16.067 16.067 0 0 0 2.89 10.656a17.143 17.143 0 0 0 18.397 6.828a15.786 15.786 0 0 0 4.403-1.935l71.67-45.672a14.922 14.922 0 0 0 6.734-9.977a15.923 15.923 0 0 0-2.713-12.011a17.156 17.156 0 0 0-18.404-6.832a15.78 15.78 0 0 0-4.396 1.933l-27.35 17.434a52.298 52.298 0 0 1-14.553 6.391c-23.101 6.007-47.497-3.036-61.101-22.649a52.681 52.681 0 0 1-9.004-39.849a49.428 49.428 0 0 1 22.34-33.114l71.664-45.677a52.218 52.218 0 0 1 14.563-6.398c23.101-6.007 47.497 3.036 61.101 22.648a52.685 52.685 0 0 1 9.004 39.85a50.559 50.559 0 0 1-1.713 6.692l-1.35 4.116l-3.67-2.693a92.373 92.373 0 0 0-28.037-14.013l-2.664-.809l.246-2.658a16.099 16.099 0 0 0-2.89-10.656a17.143 17.143 0 0 0-18.398-6.828a15.786 15.786 0 0 0-4.402 1.935l-71.67 45.674a14.898 14.898 0 0 0-6.73 9.975a15.9 15.9 0 0 0 2.709 12.012a17.156 17.156 0 0 0 18.404 6.832a15.841 15.841 0 0 0 4.402-1.935l27.345-17.427a52.147 52.147 0 0 1 14.552-6.397c23.101-6.006 47.497 3.037 61.102 22.65a52.681 52.681 0 0 1 9.003 39.848a49.453 49.453 0 0 1-22.34 33.12l-71.664 45.673a52.218 52.218 0 0 1-14.563 6.398"></path></svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

39
www/src/lib/Card.svelte Normal file
View File

@ -0,0 +1,39 @@
<script>
import { onMount } from 'svelte';
import axios from 'axios';
let info = {};
let name;
let img;
const options = {
country: 'world',
};
const API_URL = `https://${options.country}.openfoodfacts.org`;
function getProductCard(barcode) {
axios
.get(`${API_URL}/api/v0/product/${barcode}.json`)
.then((response) => {
info = response.data.product;
img = info.image_front_url;
name = info.product_name;
console.log(info);
})
.catch((error) => {
console.error(error);
});
}
onMount(async () => {
console.debug(`Card mounted, got ${barcode} product code`);
getProductCard(barcode);
});
export let barcode;
</script>
<div class="card">
<h3>{ name }</h3>
<img src={img} alt={name}>
</div>

0
www/src/lib/OFF.svelte Normal file
View File

47
www/src/lib/SW.svelte Normal file
View File

@ -0,0 +1,47 @@
<script>
import {useRegisterSW} from 'virtual:pwa-register/svelte';
import { slide } from 'svelte/transition';
const {offlineReady, needRefresh, updateServiceWorker} = useRegisterSW({
onRegistered(swr) {
console.log(`SW registered: ${swr}`);
},
onRegisterError(error) {
console.log('SW registration error', error);
},
onOfflineReady() {
console.log('SW ready for offline')
setTimeout(() => close(), 5000)
}
});
function close() {
offlineReady.set(false)
needRefresh.set(false)
}
$: toast = $offlineReady || $needRefresh;
</script>
{#if toast}
<div class="fixed right-0 bottom-0 m-4 p-6 rounded shadow z-[100] bg-white border-blue-500 border max-w-sm" in:slide out:slide
role="alert">
<div class="mb-4">
<span>&#127881;</span>
{#if $offlineReady}
<span>
This site is ready to use offline.
</span>
{:else}
<span>
A new version of this site is available! Click the reload button to update.
</span>
{/if}
</div>
{#if $needRefresh}
<button class="button m-0" on:click={() => updateServiceWorker(true)}>
Reload
</button>
{/if}
<button class="button m-0" on:click={close}>
Close
</button>
</div>
{/if}

View File

@ -0,0 +1,67 @@
<script>
import { Html5Qrcode } from 'html5-qrcode';
import { onMount } from 'svelte';
let codebar;
let scanning = false;
let html5Qrcode;
onMount(start);
function start() {
html5Qrcode = new Html5Qrcode('reader');
html5Qrcode.start(
{ facingMode: 'environment' },
{
fps: 10,
qrbox: { width: 250, height: 250 },
},
onScanSuccess,
onScanFailure
).catch((err) => {
console.debug("Could not start the scanner");
console.error(err);
onClose();
return;
});
scanning = true;
}
async function stop() {
await html5Qrcode.stop();
scanning = false;
onClose();
}
function onScanSuccess(decodedText, decodedResult) {
codebar = decodedText;
// alert(`Code matched = ${decodedText}`);
console.log(decodedResult);
onResult(codebar);
stop();
}
function onScanFailure(error) {
console.warn(`Code scan error = ${error}`);
}
export let onClose, onResult;
</script>
<reader id="reader"/>
{#if scanning}
<button title="Stop barcode scanning" on:click={stop}>stop</button>
{:else}
<button title="Start barcode scanning" on:click={start}>start</button>
{/if}
<style>
reader {
width: 100%;
min-height: 500px;
background-color: black;
}
</style>

8
www/src/main.js Normal file
View File

@ -0,0 +1,8 @@
import './app.css'
import App from './App.svelte'
const app = new App({
target: document.getElementById('app')
})
export default app

2
www/src/vite-env.d.ts vendored Normal file
View File

@ -0,0 +1,2 @@
/// <reference types="svelte" />
/// <reference types="vite/client" />

37
www/vite.config.js Normal file
View File

@ -0,0 +1,37 @@
import { defineConfig } from 'vite'
import { svelte } from '@sveltejs/vite-plugin-svelte'
import { VitePWA } from 'vite-plugin-pwa'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [
svelte(),
VitePWA({
registerType: 'autoUpdate',
includeAssets: ['icons/*.png', 'assets/*.svg'],
manifest: {
name: 'Open Food Facts Client',
short_name: 'OFF-Client',
description: 'Scan food barcode, and learn infos about the product. Make a better choice during your shopping.',
theme_color: 'orange',
display: 'standalone',
start_url: '/',
strategies: 'injectManifest',
icons: [
{
src: '/icons/android-chrome-192x192.png',
sizes: '192x192',
type: 'image/png',
purpose: 'any maskable'
},
{
src: '/icons/android-chrome-512x512.png',
sizes: '512x512',
type: 'image/png',
purpose: 'any maskable'
}
]
}
})
]
})