From 1cb501986f9c1135c861472366737563ebe79681 Mon Sep 17 00:00:00 2001
From: LaureFR38 <63351363+LaureFR38@users.noreply.github.com>
Date: Thu, 4 Feb 2021 16:40:02 +0100
Subject: Update font.py (#848)
* Add new fonts
* Update old fonts
* Update lettering gui
Co-authored-by: Lex Neva
Co-authored-by: kalleen
---
.github/workflows/build.yml | 3 +
fonts/baumans/LICENSE | 94 +
fonts/baumans/font.json | 203 +
fonts/baumans/preview.png | Bin 0 -> 18027 bytes
"fonts/baumans/\342\206\220.svg" | 7549 ++++++++++++++
"fonts/baumans/\342\206\222.svg" | 7344 ++++++++++++++
fonts/chopin/LICENSE | 10 +
fonts/chopin/font.json | 196 +
fonts/chopin/preview.png | Bin 0 -> 17415 bytes
"fonts/chopin/\342\206\222.svg" | 12646 +++++++++++++++++++++++
fonts/dejavufont/LICENSE | 1 +
fonts/dejavufont/font.json | 1074 +-
fonts/dejavufont/preview.png | Bin 0 -> 15970 bytes
"fonts/dejavufont/\342\206\220.svg" | 12234 ++++++++++++++---------
"fonts/dejavufont/\342\206\221.svg" | 12644 ++++++++++++++---------
"fonts/dejavufont/\342\206\222.svg" | 9755 ++++++++++--------
"fonts/dejavufont/\342\206\223.svg" | 13084 ++++++++++++++----------
fonts/geneva_rounded/font.json | 8 +-
fonts/geneva_rounded/preview.png | Bin 0 -> 38950 bytes
"fonts/geneva_rounded/\342\206\220.svg" | 2948 ------
"fonts/geneva_rounded/\342\206\221.svg" | 2948 ------
"fonts/geneva_rounded/\342\206\222.svg" | 929 +-
"fonts/geneva_rounded/\342\206\223.svg" | 2948 ------
fonts/geneva_simple/font.json | 8 +-
fonts/geneva_simple/preview.png | Bin 0 -> 28663 bytes
"fonts/geneva_simple/\342\206\220.svg" | 2841 ------
"fonts/geneva_simple/\342\206\221.svg" | 2841 ------
"fonts/geneva_simple/\342\206\222.svg" | 902 +-
"fonts/geneva_simple/\342\206\223.svg" | 2841 ------
fonts/lobster/LICENSE | 94 +
fonts/lobster/font.json | 4210 ++++++++
fonts/lobster/preview.png | Bin 0 -> 20329 bytes
"fonts/lobster/\342\206\222.svg" | 16014 ++++++++++++++++++++++++++++++
fonts/medium_font/font.json | 8 +-
fonts/medium_font/preview.png | Bin 0 -> 37289 bytes
"fonts/medium_font/\342\206\220.svg" | 1004 +-
"fonts/medium_font/\342\206\221.svg" | 3174 ------
"fonts/medium_font/\342\206\222.svg" | 1106 ++-
"fonts/medium_font/\342\206\223.svg" | 3176 ------
fonts/small_font/font.json | 8 +-
fonts/small_font/preview.png | Bin 0 -> 42662 bytes
"fonts/small_font/\342\206\220.svg" | 3634 +++----
"fonts/small_font/\342\206\221.svg" | 3076 ------
"fonts/small_font/\342\206\222.svg" | 816 +-
"fonts/small_font/\342\206\223.svg" | 3071 ------
fonts/tt_directors/font.json | 234 +-
fonts/tt_directors/preview.png | Bin 0 -> 33852 bytes
"fonts/tt_directors/\342\206\220.svg" | 2334 -----
"fonts/tt_directors/\342\206\221.svg" | 2334 -----
"fonts/tt_directors/\342\206\222.svg" | 852 +-
"fonts/tt_directors/\342\206\223.svg" | 2334 -----
fonts/tt_masters/font.json | 140 +-
fonts/tt_masters/preview.png | Bin 0 -> 43711 bytes
"fonts/tt_masters/\342\206\220.svg" | 2968 ------
"fonts/tt_masters/\342\206\221.svg" | 2968 ------
"fonts/tt_masters/\342\206\222.svg" | 1370 +--
"fonts/tt_masters/\342\206\223.svg" | 2968 ------
lib/extensions/lettering.py | 138 +-
lib/gui/__init__.py | 9 +-
lib/gui/subtitle_combo_box.py | 85 -
lib/lettering/font.py | 73 +-
lib/lettering/font_variant.py | 5 +
lib/lettering/glyph.py | 10 +-
63 files changed, 84070 insertions(+), 70194 deletions(-)
create mode 100644 fonts/baumans/LICENSE
create mode 100644 fonts/baumans/font.json
create mode 100644 fonts/baumans/preview.png
create mode 100644 "fonts/baumans/\342\206\220.svg"
create mode 100644 "fonts/baumans/\342\206\222.svg"
create mode 100644 fonts/chopin/LICENSE
create mode 100644 fonts/chopin/font.json
create mode 100644 fonts/chopin/preview.png
create mode 100644 "fonts/chopin/\342\206\222.svg"
create mode 100644 fonts/dejavufont/preview.png
create mode 100644 fonts/geneva_rounded/preview.png
delete mode 100644 "fonts/geneva_rounded/\342\206\220.svg"
delete mode 100644 "fonts/geneva_rounded/\342\206\221.svg"
delete mode 100644 "fonts/geneva_rounded/\342\206\223.svg"
create mode 100644 fonts/geneva_simple/preview.png
delete mode 100644 "fonts/geneva_simple/\342\206\220.svg"
delete mode 100644 "fonts/geneva_simple/\342\206\221.svg"
delete mode 100644 "fonts/geneva_simple/\342\206\223.svg"
create mode 100644 fonts/lobster/LICENSE
create mode 100644 fonts/lobster/font.json
create mode 100644 fonts/lobster/preview.png
create mode 100644 "fonts/lobster/\342\206\222.svg"
create mode 100644 fonts/medium_font/preview.png
delete mode 100644 "fonts/medium_font/\342\206\221.svg"
delete mode 100644 "fonts/medium_font/\342\206\223.svg"
create mode 100644 fonts/small_font/preview.png
delete mode 100644 "fonts/small_font/\342\206\221.svg"
delete mode 100644 "fonts/small_font/\342\206\223.svg"
create mode 100644 fonts/tt_directors/preview.png
delete mode 100644 "fonts/tt_directors/\342\206\220.svg"
delete mode 100644 "fonts/tt_directors/\342\206\221.svg"
delete mode 100644 "fonts/tt_directors/\342\206\223.svg"
create mode 100644 fonts/tt_masters/preview.png
delete mode 100644 "fonts/tt_masters/\342\206\220.svg"
delete mode 100644 "fonts/tt_masters/\342\206\221.svg"
delete mode 100644 "fonts/tt_masters/\342\206\223.svg"
delete mode 100644 lib/gui/subtitle_combo_box.py
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5a1f8152..76f221a9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -40,6 +40,9 @@ jobs:
# for PyGObject
sudo apt install libgirepository1.0-dev
+ # for shapely
+ sudo apt install libgeos-dev
+
uname -a
python --version
python -m pip --version
diff --git a/fonts/baumans/LICENSE b/fonts/baumans/LICENSE
new file mode 100644
index 00000000..3e8aecb0
--- /dev/null
+++ b/fonts/baumans/LICENSE
@@ -0,0 +1,94 @@
+This font has been adapted for Ink/Stitch by Célia Imbert Sabater, Claudette Venneugues-Aminot, Corinne Renaud, Françoise Lapierre Baillet, Laure Doisneau, Marie Françoise Bris
+
+ORIGINAL FONT DOWNLOAD: https://fonts.google.com/specimen/Baumans#standard-styles
+LICENSE: licensed under the Open Font License.
+==========================
+Baumans
+==========================
+
+Baumans is a font designed by Cyreal
+
+Open Font License
+
+PREAMBLE
+The goals of the Open Font License (OFL) are to stimulate worldwide
+development of collaborative font projects, to support the font creation
+efforts of academic and linguistic communities, and to provide a free and
+open framework in which fonts may be shared and improved in partnership
+with others.
+
+The OFL allows the licensed fonts to be used, studied, modified and
+redistributed freely as long as they are not sold by themselves. The
+fonts, including any derivative works, can be bundled, embedded,
+redistributed and/or sold with any software provided that any reserved
+names are not used by derivative works. The fonts and derivatives,
+however, cannot be released under any other type of license. The
+requirement for fonts to remain under this license does not apply
+to any document created using the fonts or their derivatives.
+
+DEFINITIONS
+"Font Software" refers to the set of files released by the Copyright
+Holder(s) under this license and clearly marked as such. This may
+include source files, build scripts and documentation.
+
+"Reserved Font Name" refers to any names specified as such after the
+copyright statement(s).
+
+"Original Version" refers to the collection of Font Software components as
+distributed by the Copyright Holder(s).
+
+"Modified Version" refers to any derivative made by adding to, deleting,
+or substituting -- in part or in whole -- any of the components of the
+Original Version, by changing formats or by porting the Font Software to a
+new environment.
+
+"Author" refers to any designer, engineer, programmer, technical
+writer or other person who contributed to the Font Software.
+
+PERMISSION & CONDITIONS
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the Font Software, to use, study, copy, merge, embed, modify,
+redistribute, and sell modified and unmodified copies of the Font
+Software, subject to the following conditions:
+
+1) Neither the Font Software nor any of its individual components,
+in Original or Modified Versions, may be sold by itself.
+
+2) Original or Modified Versions of the Font Software may be bundled,
+redistributed and/or sold with any software, provided that each copy
+contains the above copyright notice and this license. These can be
+included either as stand-alone text files, human-readable headers or
+in the appropriate machine-readable metadata fields within text or
+binary files as long as those fields can be easily viewed by the user.
+
+3) No Modified Version of the Font Software may use the Reserved Font
+Name(s) unless explicit written permission is granted by the corresponding
+Copyright Holder. This restriction only applies to the primary font name as
+presented to the users.
+
+4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
+Software shall not be used to promote, endorse or advertise any
+Modified Version, except to acknowledge the contribution(s) of the
+Copyright Holder(s) and the Author(s) or with their explicit written
+permission.
+
+5) The Font Software, modified or unmodified, in part or in whole,
+must be distributed entirely under this license, and must not be
+distributed under any other license. The requirement for fonts to
+remain under this license does not apply to any document created
+using the Font Software.
+
+TERMINATION
+This license becomes null and void if any of the above conditions are
+not met.
+
+DISCLAIMER
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
+COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
+DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
+OTHER DEALINGS IN THE FONT SOFTWARE.
\ No newline at end of file
diff --git a/fonts/baumans/font.json b/fonts/baumans/font.json
new file mode 100644
index 00000000..d751cd18
--- /dev/null
+++ b/fonts/baumans/font.json
@@ -0,0 +1,203 @@
+{
+ "name": "Baumans",
+ "description": "",
+ "leading": 40,
+ "auto_satin": false,
+ "default_glyph": "",
+ "min_scale": 0.8,
+ "max_scale": 1.5,
+ "horiz_adv_x_default": 93,
+ "horiz_adv_x_space": 37,
+ "horiz_adv_x": {
+ "!": 44,
+ "\"": 48,
+ "#": 97,
+ "$": 82,
+ "%": 145,
+ "&": 95,
+ "'": 25,
+ "(": 62,
+ ")": 62,
+ "*": 75,
+ ",": 34,
+ "-": 46,
+ ".": 27,
+ "\/": 52,
+ "0": 95,
+ "1": 51,
+ "2": 86,
+ "3": 86,
+ "4": 91,
+ "5": 86,
+ "6": 92,
+ "7": 72,
+ "8": 90,
+ "9": 92,
+ ":": 27,
+ ";": 41,
+ "<": 74,
+ ">": 74,
+ "?": 85,
+ "@": 127,
+ "A": 98,
+ "B": 96,
+ "C": 85,
+ "D": 98,
+ "E": 82,
+ "F": 66,
+ "G": 99,
+ "H": 102,
+ "I": 37,
+ "J": 62,
+ "K": 88,
+ "L": 78,
+ "M": 128,
+ "N": 101,
+ "O": 126,
+ "P": 91,
+ "Q": 126,
+ "R": 92,
+ "S": 81,
+ "T": 79,
+ "U": 100,
+ "V": 97,
+ "W": 133,
+ "X": 91,
+ "Y": 87,
+ "Z": 84,
+ "[": 47,
+ "\\": 57,
+ "]": 47,
+ "_": 91,
+ "`": 40,
+ "a": 81,
+ "b": 96,
+ "c": 76,
+ "d": 94,
+ "e": 81,
+ "f": 51,
+ "g": 95,
+ "h": 83,
+ "i": 42,
+ "j": 38,
+ "k": 77,
+ "l": 43,
+ "m": 121,
+ "n": 84,
+ "p": 96,
+ "q": 94,
+ "r": 56,
+ "s": 73,
+ "t": 58,
+ "u": 84,
+ "v": 75,
+ "w": 110,
+ "x": 75,
+ "y": 80,
+ "z": 69,
+ "{": 61,
+ "|": 35,
+ "}": 65,
+ "~": 99,
+ "¡": 44,
+ "¢": 76,
+ "£": 88,
+ "¤": 96,
+ "¥": 87,
+ "¦": 35,
+ "§": 79,
+ "¨": 58,
+ "©": 132,
+ "ª": 57,
+ "«": 77,
+ "®": 132,
+ "¯": 46,
+ "°": 43,
+ "²": 47,
+ "³": 45,
+ "´": 40,
+ "µ": 80,
+ "¶": 96,
+ "·": 31,
+ "¸": 35,
+ "¹": 39,
+ "º": 68,
+ "»": 77,
+ "¼": 108,
+ "½": 109,
+ "¾": 109,
+ "¿": 85,
+ "À": 98,
+ "Á": 98,
+ "Â": 98,
+ "Ã": 98,
+ "Ä": 98,
+ "Å": 98,
+ "Æ": 143,
+ "Ç": 88,
+ "È": 82,
+ "É": 82,
+ "Ê": 82,
+ "Ë": 82,
+ "Ì": 37,
+ "Í": 37,
+ "Î": 37,
+ "Ï": 37,
+ "Ð": 98,
+ "Ñ": 100,
+ "Ò": 126,
+ "Ó": 126,
+ "Ô": 126,
+ "Õ": 126,
+ "Ö": 126,
+ "Ø": 134,
+ "Ù": 100,
+ "Ú": 100,
+ "Û": 100,
+ "Ü": 100,
+ "Ý": 87,
+ "Þ": 88,
+ "ß": 82,
+ "à": 81,
+ "á": 81,
+ "â": 81,
+ "ã": 81,
+ "ä": 81,
+ "å": 81,
+ "æ": 131,
+ "ç": 76,
+ "è": 81,
+ "é": 81,
+ "ê": 81,
+ "ë": 81,
+ "ì": 42,
+ "í": 42,
+ "î": 42,
+ "ï": 42,
+ "ð": 94,
+ "ñ": 84,
+ "ø": 91,
+ "ù": 84,
+ "ú": 84,
+ "û": 84,
+ "ü": 84,
+ "ý": 80,
+ "ÿ": 80,
+ "Œ": 177,
+ "œ": 144,
+ "ˆ": 61,
+ "˜": 69,
+ "–": 91,
+ "—": 115,
+ "‘": 45,
+ "’": 45,
+ "‚": 34,
+ "“": 79,
+ "”": 79,
+ "„": 69,
+ "•": 66,
+ "‹": 47,
+ "›": 47,
+ "€": 86
+ }
+}
\ No newline at end of file
diff --git a/fonts/baumans/preview.png b/fonts/baumans/preview.png
new file mode 100644
index 00000000..ad80e216
Binary files /dev/null and b/fonts/baumans/preview.png differ
diff --git "a/fonts/baumans/\342\206\220.svg" "b/fonts/baumans/\342\206\220.svg"
new file mode 100644
index 00000000..c78d7b53
--- /dev/null
+++ "b/fonts/baumans/\342\206\220.svg"
@@ -0,0 +1,7549 @@
+
+
diff --git "a/fonts/baumans/\342\206\222.svg" "b/fonts/baumans/\342\206\222.svg"
new file mode 100644
index 00000000..8c4a5f49
--- /dev/null
+++ "b/fonts/baumans/\342\206\222.svg"
@@ -0,0 +1,7344 @@
+
+
diff --git a/fonts/chopin/LICENSE b/fonts/chopin/LICENSE
new file mode 100644
index 00000000..3464478a
--- /dev/null
+++ b/fonts/chopin/LICENSE
@@ -0,0 +1,10 @@
+This font has been adapted for Ink/Stitch by Célia Imbert Sabater
+
+ORIGINAL FONT DOWNLOAD: https://www.fonts4free.net/chopin-script-font.html
+LICENSE: Public Domain
+
+==========================
+Chopin Script
+==========================
+
+Chopin script is a font from Claude Pelletier who is also known as Diogene
\ No newline at end of file
diff --git a/fonts/chopin/font.json b/fonts/chopin/font.json
new file mode 100644
index 00000000..2a6ed6be
--- /dev/null
+++ b/fonts/chopin/font.json
@@ -0,0 +1,196 @@
+{
+ "name": "Chopin Script",
+ "description": "",
+ "leading": 60,
+ "reversible" : false,
+ "auto_satin": false,
+ "default_glyph": "",
+ "min_scale": 0.8,
+ "max_scale": 1.5,
+ "horiz_adv_x_default": 212,
+ "horiz_adv_x_space": 54,
+ "horiz_adv_x": {
+ "!": 65,
+ "\"": 53,
+ "#": 53,
+ "$": 74,
+ "%": 100,
+ "&": 170,
+ "'": 31,
+ "(": 68,
+ ")": 68,
+ "*": 53,
+ "+": 67,
+ ",": 48,
+ "-": 53,
+ ".": 48,
+ "\/": 34,
+ "0": 104,
+ "1": 59,
+ "2": 90,
+ "3": 97,
+ "4": 94,
+ "5": 90,
+ "6": 96,
+ "7": 87,
+ "8": 104,
+ "9": 98,
+ ":": 48,
+ ";": 48,
+ "<": 63,
+ "=": 53,
+ ">": 63,
+ "?": 104,
+ "@": 138,
+ "C": 186,
+ "D": 170,
+ "E": 194,
+ "F": 205,
+ "G": 182,
+ "H": 188,
+ "I": 157,
+ "J": 188,
+ "K": 210,
+ "L": 195,
+ "M": 224,
+ "N": 208,
+ "O": 120,
+ "P": 209,
+ "Q": 132,
+ "R": 227,
+ "S": 142,
+ "T": 198,
+ "U": 173,
+ "V": 119,
+ "W": 179,
+ "X": 146,
+ "Y": 209,
+ "Z": 135,
+ "[": 60,
+ "\\": 75,
+ "]": 60,
+ "^": 83,
+ "_": 100,
+ "`": 60,
+ "a": 85,
+ "b": 79,
+ "c": 77,
+ "d": 86,
+ "e": 61,
+ "f": 47,
+ "g": 69,
+ "h": 68,
+ "i": 47,
+ "j": 39,
+ "k": 67,
+ "l": 46,
+ "m": 106,
+ "n": 77,
+ "o": 73,
+ "p": 74,
+ "q": 74,
+ "r": 58,
+ "s": 49,
+ "t": 47,
+ "u": 83,
+ "v": 75,
+ "w": 110,
+ "x": 77,
+ "y": 76,
+ "z": 62,
+ "{": 80,
+ "|": 52,
+ "}": 80,
+ "~": 88,
+ "¡": 65,
+ "¢": 71,
+ "£": 138,
+ "¨": 56,
+ "«": 54,
+ "°": 91,
+ "´": 0,
+ "·": 100,
+ "¸": 36,
+ "»": 57,
+ "¼": 121,
+ "½": 121,
+ "¾": 121,
+ "¿": 104,
+ "Æ": 295,
+ "Ç": 186,
+ "È": 194,
+ "É": 194,
+ "Ê": 194,
+ "Ë": 194,
+ "Ì": 157,
+ "Í": 157,
+ "Î": 157,
+ "Ï": 157,
+ "Ñ": 208,
+ "Ò": 120,
+ "Ó": 120,
+ "Ô": 120,
+ "Õ": 120,
+ "Ö": 120,
+ "×": 60,
+ "Ù": 173,
+ "Ú": 173,
+ "Û": 173,
+ "Ü": 173,
+ "Ý": 209,
+ "ß": 72,
+ "à": 85,
+ "á": 85,
+ "â": 85,
+ "ã": 85,
+ "ä": 85,
+ "å": 85,
+ "æ": 100,
+ "ç": 77,
+ "è": 61,
+ "é": 61,
+ "ê": 61,
+ "ë": 61,
+ "ì": 47,
+ "í": 47,
+ "î": 47,
+ "ï": 47,
+ "ñ": 77,
+ "ò": 75,
+ "ó": 75,
+ "ô": 75,
+ "õ": 75,
+ "ö": 75,
+ "÷": 60,
+ "ø": 73,
+ "ù": 83,
+ "ú": 83,
+ "û": 83,
+ "ü": 83,
+ "ý": 76,
+ "ÿ": 76,
+ "Œ": 206,
+ "œ": 102,
+ "Š": 142,
+ "š": 49,
+ "Ÿ": 209,
+ "Ž": 135,
+ "ž": 62,
+ "–": 82,
+ "—": 120,
+ "‘": 0,
+ "’": 31,
+ "‚": 48,
+ "“": 43,
+ "”": 43,
+ "„": 71,
+ "†": 91,
+ "‡": 91,
+ "•": 51,
+ "…": 120,
+ "‰": 125,
+ "‹": 34,
+ "›": 34,
+ "€": 94
+ }
+}
\ No newline at end of file
diff --git a/fonts/chopin/preview.png b/fonts/chopin/preview.png
new file mode 100644
index 00000000..8fb6dd19
Binary files /dev/null and b/fonts/chopin/preview.png differ
diff --git "a/fonts/chopin/\342\206\222.svg" "b/fonts/chopin/\342\206\222.svg"
new file mode 100644
index 00000000..397fe0de
--- /dev/null
+++ "b/fonts/chopin/\342\206\222.svg"
@@ -0,0 +1,12646 @@
+
+
diff --git a/fonts/dejavufont/LICENSE b/fonts/dejavufont/LICENSE
index 65b8f6f7..cd4f5af6 100644
--- a/fonts/dejavufont/LICENSE
+++ b/fonts/dejavufont/LICENSE
@@ -1,4 +1,5 @@
This font has been adapted for Ink/Stitch by @Augusa
+Update 23/12/202
ORIGINAL FONT DOWNLOAD: https://www.fontsquirrel.com/fonts/dejavu-serif
LICENSE: https://www.fontsquirrel.com/license/dejavu-serif
diff --git a/fonts/dejavufont/font.json b/fonts/dejavufont/font.json
index eb74643f..8d2ca602 100644
--- a/fonts/dejavufont/font.json
+++ b/fonts/dejavufont/font.json
@@ -1,105 +1,973 @@
{
- "name": "Dejavu for Inkstitch semicondensed",
- "description": "The capital em is 19,8 millimeter wide at 100% scale. Can be scaled down to 80% or up to 150%. Every satin has center-walk underlay.",
- "leading": 24,
- "letter_spacing": 1.5,
- "word_spacing": 7,
- "auto_satin": false,
- "default_glyph": "�",
- "min_scale": 0.80,
- "max_scale": 1.5,
- "kerning_pairs": {
- "AA": -1.5 , "AB": -1.5, "AC": -2, "AD": -1.5, "AE": -1.5,
- "AF": -1.5,"AG": -2, "AH": -1.5, "AI": -1.5, "AJ": -4,
- "AK": -1.5, "AL": -1.5, "AM": -1.5, "AN": -1.5, "AO": -2,
- "AP": -1.5, "AQ": -2, "AR": -1.5,"AS": -1.5,"AT": -4,
- "AU": -2.5, "AV": -4, "AW": -4, "AX": -1.5, "AY": -3,
- "AZ": -1.5,
-
- "BA": -1.5, "CA": -2, "DA": -2, "EA": -1.5, "FA": -2.5,
- "GA": -1.5, "HA": -1.5, "IA": -1.5, "JA": -2, "KA": -1.5,
- "LA": -1.5, "MA": -1.5, "NA": -1.5, "OA": -2.5, "PA": -2.5,
- "QA": -2.5, "RA": -1.5, "SA": -2, "TA": -4, "UA": -2.5,
- "VA": -4, "WA": -4, "XA": -1.5, "YA": -3, "ZA": -1.5,
- "BJ": -4, "BT": -1, "BU": -1, "BV": -1, "BW": -1,
- "BX": -1.5, "BY": -1.5, "BZ": -1,"CJ": -3.5, "CT": -1,
- "CV": -1, "CW": -1, "CX": -3.5, "CJ": -3.5, "CY": -1,
-
- "DJ": -3.5, "DT": -1, "DU": -1.5, "DV": -1, "DW": -1,
- "DX": -1.5, "DY": 1, "DZ": -1,
-
- "EJ": -3.5, "ET": -1, "EV": -1, "EW": -1, "EY": -1.5,
-
- "FC": -0.5, "FG": -0.5, "FJ": -1.5, "FO": -1, "FQ": -1,
- "FS": -1, "FT": -1.5, "FU": -1, "FV": -1.5, "FW": -1.5,
- "FY": -1.5,
-
- "GJ": -3, "GT": -0.5, "GV": -1, "GW": -1, "GY": -1,
-
- "HJ": -4, "HT": -1, "HV": -1.5, "HW": -1.5, "HY": -1,
-
- "IJ": -4, "IT": -1, "IV": -1.5,"IW": -1.5,"IY": -1,
-
- "KC": -1.5, "KC": -1.5, "KC": -1.5, "KG": -1.5, "KO": -1.5,
- "KQ": -1.5, "KT": -1.5, "KV": -1.5, "KW": -1.5, "KY": -1.5,
-
- "LC": -1, "LG": -1, "LI": -1, "LJ": -4, "LO": -1,
- "LQ": -1, "LS": -1, "LT": -1, "LU": -1, "LV": -3,
- "LW": -3, "LX": -1, "LY": -3,
-
- "MJ": -3.5, "MT": -1, "MV": -1.5, "MW": -1.5, "MY": -1,
- "NJ": -3.5, "NT": -1, "NV": -1.5, "NW": -1.5, "NY": -1,
-
- "OJ": -3, "OT": -1, "OV": -2, "OW": -2, "OX": -2,
- "OY": -2, "OZ": -1,
-
- "PJ": -4, "PT": -1, "PU": -1, "PV": -1.5, "PW": -1.5,
- "PX": -1, "PY": -1, "PZ": -1,
-
- "QJ": -3, "QT": -1, "QU": -1, "QT": -1, "QV": -2,
- "QW": -2, "QY": -2, "QX": -2,
-
- "RC": -2, "RG": -2, "RJ": -4, "RO": -1, "RQ": -1,
- "RS": -1, "RT": -3, "RU": -3, "RV": -3, "RW": -3,
- "RX": -1, "RY": -4, "RZ": -1,
-
- "SJ": -4, "SO": -1, "SQ": -1, "ST": -2, "SU": -1,
- "SV": -1, "SW": -1, "SX": -1, "SY": -1, "SZ": -1,
-
- "TB": -1, "TC": -1, "TD": -1, "TE": -1, "TF": -1,
- "TG": -1, "TH": -1, "TI": -1, "TJ": -4, "TK": -1,
- "TL": -1, "TM": -1, "TN": -1, "TO": -1, "TQ": -1,
- "TR": -1, "TS": -1, "TU": -1, "TV": -1, "TW": -1,
- "TX": -1, "TY": -1, "TZ": -1,
-
- "UJ": -4, "UO": -1, "UQ": -1, "US": -1, "UT": -1,
- "UU": -1, "UV": -1, "UW": -1, "UX": -1, "UY": -1,
-
- "VB": -1, "VC": -1, "VC": -2, "VD": -1, "VE": -1,
- "VF": -1, "VG": -2, "VH": -1, "VI": -1, "VJ": -4,
- "VK": -1, "VL": -1, "VM": -1, "VN": -1, "VO": -2,
- "VP": -1, "VQ": -2, "VR": -1, "VS": -1, "VT": -1,
- "VU": -1, "VV": -1, "VW": -1, "VX": -1, "VY": -1,
- "VZ": -1,
-
- "WB": -1, "WC": -1, "WC": -2, "WD": -1, "WE": -1,
- "WF": -1, "WG": -2, "WH": -1, "WI": -1, "WJ": -4,
- "WK": -1, "WL": -1, "WM": -1, "WN": -1, "WO": -2,
- "WP": -1, "WQ": -2, "WR": -1, "WS": -1, "WT": -1,
- "WU": -1, "WV": -1, "WW": -1, "WX": -1, "WY": -1,
- "WZ": -1,
-
- "XC": -2, "XG": -2, "XJ": -4, "XO": -2, "XQ": -2,
- "XT": -2, "XU": -1, "XV": -1, "XW": -1, "XX": -1,
- "XY": -2, "XZ": -1,
-
- "YB": -1, "YC": -3, "YD": -1, "YE": -1, "YF": -1,
- "YG": -3, "YH": -1, "YI": -1, "YJ": -4, "YK": -1,
- "YL": -1, "YM": -1, "YN": -1, "YO": -3, "YP": -1,
- "YQ": -3, "YR": -1, "YS": -1, "YT": -1, "YU": -1,
- "YV": -1, "YW": -1, "YX": -1, "YZ": -1,
-
- "ZC": -1, "ZG": -1, "ZJ": -4, "ZO": -2, "ZT": -1,
- "ZU": -1, "ZV": -1, "ZW": -1, "ZX": -1, "ZY": -1, "ZZ": -1
+ "name": "Dejavu Serif Semi-condensed",
+ "description": "The capital em is 19,8 millimeter wide at 100% scale. Can be scaled down to 80% or up to 150%. Every satin has center-walk underlay.",
+ "leading": 24,
+ "auto_satin": false,
+ "default_glyph": "",
+ "min_scale": 0.8,
+ "max_scale": 1.5,
+ "horiz_adv_x_default": 65,
+ "horiz_adv_x_space": 24,
+ "horiz_adv_x": {
+ "!": 31,
+ "\"": 35,
+ "$": 49,
+ "%": 74,
+ "&": 69,
+ "'": 21,
+ "(": 30,
+ ")": 30,
+ "*": 39,
+ ",": 24,
+ "-": 26,
+ ".": 24,
+ "\/": 13,
+ "0": 49,
+ "1": 49,
+ "2": 49,
+ "3": 49,
+ "4": 49,
+ "5": 49,
+ "6": 49,
+ "7": 49,
+ "8": 49,
+ "9": 49,
+ ":": 26,
+ ";": 26,
+ "?": 41,
+ "@": 78,
+ "A": 56,
+ "B": 57,
+ "C": 59,
+ "D": 62,
+ "E": 57,
+ "F": 54,
+ "G": 62,
+ "H": 68,
+ "I": 30,
+ "J": 31,
+ "K": 58,
+ "L": 51,
+ "M": 80,
+ "N": 68,
+ "O": 64,
+ "P": 52,
+ "Q": 64,
+ "R": 58,
+ "S": 53,
+ "T": 52,
+ "V": 56,
+ "W": 80,
+ "X": 55,
+ "Y": 51,
+ "Z": 54,
+ "[": 30,
+ "\\": 26,
+ "]": 30,
+ "_": 39,
+ "`": 39,
+ "a": 46,
+ "b": 50,
+ "c": 43,
+ "d": 50,
+ "e": 46,
+ "f": 28,
+ "g": 50,
+ "h": 50,
+ "i": 25,
+ "j": 24,
+ "k": 47,
+ "l": 25,
+ "m": 74,
+ "n": 50,
+ "o": 47,
+ "p": 50,
+ "q": 50,
+ "r": 37,
+ "s": 40,
+ "t": 31,
+ "u": 50,
+ "v": 44,
+ "w": 66,
+ "x": 44,
+ "y": 44,
+ "z": 41,
+ "{": 49,
+ "|": 26,
+ "}": 49,
+ "¡": 31,
+ "¢": 49,
+ "£": 49,
+ "¤": 49,
+ "¥": 49,
+ "¦": 26,
+ "§": 39,
+ "¨": 39,
+ "©": 78,
+ "ª": 37,
+ "«": 47,
+ "®": 78,
+ "¯": 39,
+ "°": 39,
+ "²": 31,
+ "³": 31,
+ "´": 39,
+ "µ": 50,
+ "¶": 49,
+ "·": 24,
+ "¸": 39,
+ "¹": 31,
+ "º": 36,
+ "»": 47,
+ "¼": 75,
+ "½": 75,
+ "¾": 75,
+ "¿": 41,
+ "À": 56,
+ "Á": 56,
+ "Â": 56,
+ "Ã": 56,
+ "Ä": 56,
+ "Å": 56,
+ "Æ": 78,
+ "Ç": 59,
+ "È": 57,
+ "É": 57,
+ "Ê": 57,
+ "Ë": 57,
+ "Ì": 30,
+ "Í": 30,
+ "Î": 30,
+ "Ï": 30,
+ "Ð": 63,
+ "Ñ": 68,
+ "Ò": 64,
+ "Ó": 64,
+ "Ô": 64,
+ "Õ": 64,
+ "Ö": 64,
+ "Ø": 64,
+ "Ý": 51,
+ "Þ": 52,
+ "ß": 52,
+ "à": 46,
+ "á": 46,
+ "â": 46,
+ "ã": 46,
+ "ä": 46,
+ "å": 46,
+ "æ": 73,
+ "ç": 43,
+ "è": 46,
+ "é": 46,
+ "ê": 46,
+ "ë": 46,
+ "ì": 25,
+ "í": 25,
+ "î": 25,
+ "ï": 25,
+ "ð": 47,
+ "ñ": 50,
+ "ò": 47,
+ "ó": 47,
+ "ô": 47,
+ "õ": 47,
+ "ö": 47,
+ "ø": 47,
+ "ù": 50,
+ "ú": 50,
+ "û": 50,
+ "ü": 50,
+ "ý": 44,
+ "þ": 50,
+ "ÿ": 44,
+ "Œ": 89,
+ "œ": 77,
+ "Š": 53,
+ "š": 40,
+ "Ÿ": 51,
+ "Ž": 54,
+ "ž": 41,
+ "ƒ": 28,
+ "ˆ": 39,
+ "˜": 39,
+ "–": 39,
+ "—": 78,
+ "‘": 24,
+ "’": 24,
+ "‚": 24,
+ "“": 40,
+ "”": 40,
+ "„": 40,
+ "†": 39,
+ "‡": 39,
+ "•": 46,
+ "…": 78,
+ "‰": 105,
+ "‹": 31,
+ "›": 31,
+ "€": 49
+ },
+ "kerning_pairs": {
+ "-T": 3,
+ "-V": 6,
+ "-W": 5,
+ "-X": 3,
+ "-Y": 10,
+ "-Ý": 10,
+ "-Ÿ": 10,
+ "AT": 5,
+ "ÀT": 5,
+ "ÁT": 5,
+ "ÂT": 5,
+ "ÃT": 5,
+ "ÄT": 5,
+ "AV": 4,
+ "ÀV": 4,
+ "ÁV": 4,
+ "ÂV": 4,
+ "ÃV": 4,
+ "ÄV": 4,
+ "AW": 4,
+ "ÀW": 4,
+ "ÁW": 4,
+ "ÂW": 4,
+ "ÃW": 4,
+ "ÄW": 4,
+ "AY": 4,
+ "AÝ": 4,
+ "AŸ": 4,
+ "ÀY": 4,
+ "ÀÝ": 4,
+ "ÀŸ": 4,
+ "ÁY": 4,
+ "ÁÝ": 4,
+ "ÁŸ": 4,
+ "ÂY": 4,
+ "ÂÝ": 4,
+ "Ÿ": 4,
+ "ÃY": 4,
+ "ÃÝ": 4,
+ "ß": 4,
+ "ÄY": 4,
+ "ÄÝ": 4,
+ "ÄŸ": 4,
+ "Af": 2,
+ "Àf": 2,
+ "Áf": 2,
+ "Âf": 2,
+ "Ãf": 2,
+ "Äf": 2,
+ "At": 2,
+ "Àt": 2,
+ "Át": 2,
+ "Ât": 2,
+ "Ãt": 2,
+ "Ät": 2,
+ "Av": 4,
+ "Àv": 4,
+ "Áv": 4,
+ "Âv": 4,
+ "Ãv": 4,
+ "Äv": 4,
+ "Aw": 4,
+ "Àw": 4,
+ "Áw": 4,
+ "Âw": 4,
+ "Ãw": 4,
+ "Äw": 4,
+ "Ay": 4,
+ "Ày": 4,
+ "Áy": 4,
+ "Ây": 4,
+ "Ãy": 4,
+ "Äy": 4,
+ "Aý": 4,
+ "Aÿ": 4,
+ "Àý": 4,
+ "Àÿ": 4,
+ "Áý": 4,
+ "Áÿ": 4,
+ "Âý": 4,
+ "Âÿ": 4,
+ "Ãý": 4,
+ "Ãÿ": 4,
+ "Äý": 4,
+ "Äÿ": 4,
+ "A’": 13,
+ "A”": 13,
+ "À’": 13,
+ "À”": 13,
+ "Á’": 13,
+ "Á”": 13,
+ "Â’": 13,
+ "”": 13,
+ "Ã’": 13,
+ "Ô": 13,
+ "Ä’": 13,
+ "Ä”": 13,
+ "B-": -2,
+ "BC": -2,
+ "BÇ": -2,
+ "BG": -2,
+ "BO": -2,
+ "BÒ": -2,
+ "BÓ": -2,
+ "BÔ": -2,
+ "BÕ": -2,
+ "BÖ": -2,
+ "BØ": -2,
+ "BŒ": -2,
+ "BY": 2,
+ "BÝ": 2,
+ "BŸ": 2,
+ "C,": 3,
+ "Ç,": 3,
+ "C.": 3,
+ "Ç.": 3,
+ "D,": 3,
+ "D-": -2,
+ "D.": 3,
+ "DV": 2,
+ "E-": -2,
+ "Æ-": -2,
+ "È-": -2,
+ "É-": -2,
+ "Ê-": -2,
+ "Ë-": -2,
+ "Œ-": -2,
+ "F,": 14,
+ "F-": 4,
+ "F.": 14,
+ "F:": 3,
+ "F;": 3,
+ "FA": 8,
+ "FÀ": 8,
+ "FÁ": 8,
+ "FÂ": 8,
+ "FÃ": 8,
+ "FÄ": 8,
+ "Fa": 6,
+ "Fe": 5,
+ "Fo": 5,
+ "Fà": 6,
+ "Fâ": 6,
+ "Fã": 6,
+ "Fä": 6,
+ "Få": 6,
+ "Fá": 6,
+ "Fæ": 6,
+ "Fè": 5,
+ "Fê": 5,
+ "Fë": 5,
+ "Fé": 5,
+ "Fò": 5,
+ "Fô": 5,
+ "Fõ": 5,
+ "Fö": 5,
+ "Fó": 5,
+ "Fø": 5,
+ "Fœ": 5,
+ "G,": 3,
+ "G-": -2,
+ "G.": 3,
+ "GY": 2,
+ "GÝ": 2,
+ "GŸ": 2,
+ "J,": 5,
+ "J.": 7,
+ "J:": 4,
+ "J;": 4,
+ "K-": 6,
+ "KA": 4,
+ "KÀ": 4,
+ "KÁ": 4,
+ "KÂ": 4,
+ "KÃ": 4,
+ "KÄ": 4,
+ "KC": 2,
+ "KÇ": 2,
+ "KO": 2,
+ "KÒ": 2,
+ "KÓ": 2,
+ "KÔ": 2,
+ "KÕ": 2,
+ "KÖ": 2,
+ "KØ": 2,
+ "KŒ": 2,
+ "KU": 3,
+ "KÙ": 3,
+ "KÚ": 3,
+ "KÛ": 3,
+ "KÜ": 3,
+ "KW": 3,
+ "KY": 2,
+ "KÝ": 2,
+ "KŸ": 2,
+ "Ke": 2,
+ "Ko": 2,
+ "Ku": 2,
+ "Ky": 6,
+ "Kè": 2,
+ "Kê": 2,
+ "Kë": 2,
+ "Ké": 2,
+ "Kò": 2,
+ "Kô": 2,
+ "Kõ": 2,
+ "Kö": 2,
+ "Kó": 2,
+ "Kø": 2,
+ "Kù": 2,
+ "Kú": 2,
+ "Kû": 2,
+ "Kü": 2,
+ "Ký": 6,
+ "Kÿ": 6,
+ "Kœ": 2,
+ "LT": 7,
+ "LU": 2,
+ "LÙ": 2,
+ "LÚ": 2,
+ "LÛ": 2,
+ "LÜ": 2,
+ "LV": 10,
+ "LW": 8,
+ "LY": 9,
+ "LÝ": 9,
+ "LŸ": 9,
+ "Ly": 2,
+ "Lý": 2,
+ "Lÿ": 2,
+ "L’": 21,
+ "L”": 21,
+ "N,": 6,
+ "Ñ,": 6,
+ "N.": 6,
+ "Ñ.": 6,
+ "N:": 3,
+ "N;": 3,
+ "Ñ:": 3,
+ "Ñ;": 3,
+ "O,": 5,
+ "Ò,": 5,
+ "Ó,": 5,
+ "Ô,": 5,
+ "Õ,": 5,
+ "Ö,": 5,
+ "Ø,": 5,
+ "O-": -3,
+ "Ò-": -3,
+ "Ó-": -3,
+ "Ô-": -3,
+ "Õ-": -3,
+ "Ö-": -3,
+ "Ø-": -3,
+ "O.": 5,
+ "Ò.": 5,
+ "Ó.": 5,
+ "Ô.": 5,
+ "Õ.": 5,
+ "Ö.": 5,
+ "Ø.": 5,
+ "OV": 2,
+ "ÒV": 2,
+ "ÓV": 2,
+ "ÔV": 2,
+ "ÕV": 2,
+ "ÖV": 2,
+ "ØV": 2,
+ "OX": 2,
+ "ÒX": 2,
+ "ÓX": 2,
+ "ÔX": 2,
+ "ÕX": 2,
+ "ÖX": 2,
+ "ØX": 2,
+ "P,": 18,
+ "P-": 5,
+ "P.": 18,
+ "P:": 3,
+ "P;": 3,
+ "PA": 8,
+ "PÀ": 8,
+ "PÁ": 8,
+ "PÂ": 8,
+ "PÃ": 8,
+ "PÄ": 8,
+ "PU": 2,
+ "PÙ": 2,
+ "PÚ": 2,
+ "PÛ": 2,
+ "PÜ": 2,
+ "Pa": 4,
+ "Pe": 4,
+ "Po": 4,
+ "Ps": 2,
+ "Pà": 4,
+ "Pâ": 4,
+ "Pã": 4,
+ "Pä": 4,
+ "På": 4,
+ "Pá": 4,
+ "Pæ": 4,
+ "Pè": 4,
+ "Pê": 4,
+ "Pë": 4,
+ "Pé": 4,
+ "Pò": 4,
+ "Pô": 4,
+ "Põ": 4,
+ "Pö": 4,
+ "Pó": 4,
+ "Pø": 4,
+ "Pœ": 4,
+ "Pš": 2,
+ "Q,": 4,
+ "Q-": -3,
+ "Q.": 4,
+ "Q’": -2,
+ "Q”": -2,
+ "RT": 2,
+ "RV": 3,
+ "RW": 2,
+ "RY": 3,
+ "RÝ": 3,
+ "RŸ": 3,
+ "Ra": -2,
+ "Ry": 2,
+ "Rà": -2,
+ "Râ": -2,
+ "Rã": -2,
+ "Rä": -2,
+ "Rå": -2,
+ "Rá": -2,
+ "Ræ": -2,
+ "Rø": -2,
+ "Rý": 2,
+ "Rÿ": 2,
+ "R’": 5,
+ "R”": 5,
+ "S,": 3,
+ "Š,": 3,
+ "S-": -3,
+ "Š-": -3,
+ "S.": 3,
+ "Š.": 3,
+ "SS": 2,
+ "SŠ": 2,
+ "ŠS": 2,
+ "ŠŠ": 2,
+ "T,": 13,
+ "T-": 11,
+ "T.": 13,
+ "T:": 3,
+ "T;": 3,
+ "TA": 5,
+ "TÀ": 5,
+ "TÁ": 5,
+ "TÂ": 5,
+ "TÃ": 5,
+ "TÄ": 5,
+ "TT": -2,
+ "Ta": 7,
+ "Tc": 7,
+ "Te": 7,
+ "To": 7,
+ "Ts": 6,
+ "Tw": 3,
+ "Tà": 3,
+ "Tâ": 3,
+ "Tã": 3,
+ "Tä": 3,
+ "Tå": 3,
+ "Tá": 7,
+ "Tæ": 7,
+ "Tç": 7,
+ "Tè": 4,
+ "Tê": 4,
+ "Të": 4,
+ "Té": 7,
+ "Tò": 3,
+ "Tô": 3,
+ "Tõ": 3,
+ "Tö": 3,
+ "Tó": 7,
+ "Tø": 7,
+ "Tœ": 7,
+ "Tš": 6,
+ "U,": 8,
+ "Ù,": 8,
+ "Ú,": 8,
+ "Û,": 8,
+ "Ü,": 8,
+ "U-": 2,
+ "Ù-": 2,
+ "Ú-": 2,
+ "Û-": 2,
+ "Ü-": 2,
+ "U.": 8,
+ "Ù.": 8,
+ "Ú.": 8,
+ "Û.": 8,
+ "Ü.": 8,
+ "U:": 3,
+ "U;": 3,
+ "Ù:": 3,
+ "Ù;": 3,
+ "Ú:": 3,
+ "Ú;": 3,
+ "Û:": 3,
+ "Û;": 3,
+ "Ü:": 3,
+ "Ü;": 3,
+ "UA": 3,
+ "UÀ": 3,
+ "UÁ": 3,
+ "UÂ": 3,
+ "UÃ": 3,
+ "UÄ": 3,
+ "ÙA": 3,
+ "ÙÀ": 3,
+ "ÙÁ": 3,
+ "ÙÂ": 3,
+ "ÙÃ": 3,
+ "ÙÄ": 3,
+ "ÚA": 3,
+ "ÚÀ": 3,
+ "ÚÁ": 3,
+ "ÚÂ": 3,
+ "ÚÃ": 3,
+ "ÚÄ": 3,
+ "ÛA": 3,
+ "ÛÀ": 3,
+ "ÛÁ": 3,
+ "ÛÂ": 3,
+ "ÛÃ": 3,
+ "ÛÄ": 3,
+ "ÜA": 3,
+ "ÜÀ": 3,
+ "ÜÁ": 3,
+ "ÜÂ": 3,
+ "ÜÃ": 3,
+ "ÜÄ": 3,
+ "UJ": 2,
+ "ÙJ": 2,
+ "ÚJ": 2,
+ "ÛJ": 2,
+ "ÜJ": 2,
+ "V,": 15,
+ "V-": 8,
+ "V.": 15,
+ "V:": 9,
+ "V;": 9,
+ "VA": 6,
+ "VÀ": 6,
+ "VÁ": 6,
+ "VÂ": 6,
+ "VÃ": 6,
+ "VÄ": 6,
+ "VO": 2,
+ "VÒ": 2,
+ "VÓ": 2,
+ "VÔ": 2,
+ "VÕ": 2,
+ "VÖ": 2,
+ "VØ": 2,
+ "VŒ": 2,
+ "Va": 8,
+ "Ve": 8,
+ "Vi": 2,
+ "Vo": 8,
+ "Vu": 6,
+ "Vy": 4,
+ "Và": 8,
+ "Vâ": 8,
+ "Vã": 8,
+ "Vä": 8,
+ "Vå": 8,
+ "Vá": 8,
+ "Væ": 8,
+ "Vè": 8,
+ "Vê": 8,
+ "Vë": 8,
+ "Vé": 8,
+ "Vò": 8,
+ "Vô": 8,
+ "Võ": 8,
+ "Vö": 8,
+ "Vó": 8,
+ "Vø": 8,
+ "Vù": 6,
+ "Vú": 6,
+ "Vû": 6,
+ "Vü": 6,
+ "Vý": 4,
+ "Vÿ": 4,
+ "Vœ": 8,
+ "V’": -3,
+ "V”": -3,
+ "W,": 15,
+ "W-": 6,
+ "W.": 15,
+ "W:": 8,
+ "W;": 8,
+ "WA": 4,
+ "WÀ": 4,
+ "WÁ": 4,
+ "WÂ": 4,
+ "WÃ": 4,
+ "WÄ": 4,
+ "Wa": 8,
+ "We": 7,
+ "Wi": 2,
+ "Wo": 6,
+ "Wr": 4,
+ "Wu": 4,
+ "Wy": 2,
+ "Wà": 8,
+ "Wâ": 8,
+ "Wã": 8,
+ "Wä": 8,
+ "Wå": 8,
+ "Wá": 8,
+ "Wæ": 6,
+ "Wè": 7,
+ "Wê": 7,
+ "Wë": 7,
+ "Wé": 7,
+ "Wò": 6,
+ "Wô": 6,
+ "Wõ": 6,
+ "Wö": 6,
+ "Wó": 6,
+ "Wø": 6,
+ "Wù": 4,
+ "Wú": 4,
+ "Wû": 4,
+ "Wü": 4,
+ "Wý": 2,
+ "Wÿ": 2,
+ "Wœ": 6,
+ "W’": -2,
+ "W”": -2,
+ "X-": 3,
+ "XA": 3,
+ "XÀ": 3,
+ "XÁ": 3,
+ "XÂ": 3,
+ "XÃ": 3,
+ "XÄ": 3,
+ "XC": 2,
+ "XÇ": 2,
+ "XO": 2,
+ "XÒ": 2,
+ "XÓ": 2,
+ "XÔ": 2,
+ "XÕ": 2,
+ "XÖ": 2,
+ "XØ": 2,
+ "XŒ": 2,
+ "Y,": 11,
+ "Ý,": 11,
+ "Ÿ,": 11,
+ "Y-": 10,
+ "Ý-": 10,
+ "Ÿ-": 10,
+ "Y.": 11,
+ "Ý.": 11,
+ "Ÿ.": 11,
+ "Y:": 11,
+ "Y;": 11,
+ "Ý:": 11,
+ "Ý;": 11,
+ "Ÿ:": 11,
+ "Ÿ;": 11,
+ "YA": 7,
+ "YÀ": 7,
+ "YÁ": 7,
+ "YÂ": 7,
+ "YÃ": 7,
+ "YÄ": 7,
+ "ÝA": 7,
+ "ÝÀ": 7,
+ "ÝÁ": 7,
+ "ÝÂ": 7,
+ "ÝÃ": 7,
+ "ÝÄ": 7,
+ "ŸA": 7,
+ "ŸÀ": 7,
+ "ŸÁ": 7,
+ "ŸÂ": 7,
+ "ŸÃ": 7,
+ "ŸÄ": 7,
+ "YC": 2,
+ "YÇ": 2,
+ "ÝC": 2,
+ "ÝÇ": 2,
+ "ŸC": 2,
+ "ŸÇ": 2,
+ "Ya": 7,
+ "Ýa": 7,
+ "Ÿa": 7,
+ "Ye": 8,
+ "Ýe": 8,
+ "Ÿe": 8,
+ "Yi": 2,
+ "Ýi": 2,
+ "Ÿi": 2,
+ "Yo": 8,
+ "Ýo": 8,
+ "Ÿo": 8,
+ "Yu": 8,
+ "Ýu": 8,
+ "Ÿu": 8,
+ "Yà": 7,
+ "Yâ": 7,
+ "Yã": 7,
+ "Yä": 7,
+ "Yå": 7,
+ "Ýà": 7,
+ "Ýâ": 7,
+ "Ýã": 7,
+ "Ýä": 7,
+ "Ýå": 7,
+ "Ÿà": 7,
+ "Ÿâ": 7,
+ "Ÿã": 7,
+ "Ÿä": 7,
+ "Ÿå": 7,
+ "Yá": 7,
+ "Ýá": 7,
+ "Ÿá": 7,
+ "Yæ": 8,
+ "Ýæ": 8,
+ "Ÿæ": 8,
+ "Yè": 8,
+ "Yê": 8,
+ "Yë": 8,
+ "Ýè": 8,
+ "Ýê": 8,
+ "Ýë": 8,
+ "Ÿè": 8,
+ "Ÿê": 8,
+ "Ÿë": 8,
+ "Yé": 8,
+ "Ýé": 8,
+ "Ÿé": 8,
+ "Yò": 8,
+ "Yô": 8,
+ "Yõ": 8,
+ "Yö": 8,
+ "Ýò": 8,
+ "Ýô": 8,
+ "Ýõ": 8,
+ "Ýö": 8,
+ "Ÿò": 8,
+ "Ÿô": 8,
+ "Ÿõ": 8,
+ "Ÿö": 8,
+ "Yó": 8,
+ "Ýó": 8,
+ "Ÿó": 8,
+ "Yø": 8,
+ "Ýø": 8,
+ "Ÿø": 8,
+ "Yù": 8,
+ "Yú": 8,
+ "Yû": 8,
+ "Yü": 8,
+ "Ýù": 8,
+ "Ýú": 8,
+ "Ýû": 8,
+ "Ýü": 8,
+ "Ÿù": 8,
+ "Ÿú": 8,
+ "Ÿû": 8,
+ "Ÿü": 8,
+ "Yœ": 9,
+ "ݜ": 9,
+ "Ÿœ": 9,
+ "Z,": 2,
+ "Ž,": 2,
+ "Z.": 2,
+ "Ž.": 2,
+ "f,": 3,
+ "f-": 3,
+ "f.": 3,
+ "f’": -6,
+ "f”": -6,
+ "f“": -2,
+ "k-": 2,
+ "x-": 2,
+ "o.": 2,
+ "ð.": 2,
+ "ò.": 2,
+ "ó.": 2,
+ "ô.": 2,
+ "õ.": 2,
+ "ö.": 2,
+ "ø.": 2,
+ "r,": 10,
+ "r.": 10,
+ "v,": 10,
+ "w,": 10,
+ "v.": 10,
+ "w.": 10,
+ "y,": 12,
+ "ý,": 12,
+ "ÿ,": 12,
+ "y.": 12,
+ "ý.": 12,
+ "ÿ.": 12,
+ "Ð,": 3,
+ "Ð-": -3,
+ "Ð.": 3,
+ "ÐA": 2,
+ "ÐÀ": 2,
+ "ÐÁ": 2,
+ "ÐÂ": 2,
+ "ÐÃ": 2,
+ "ÐÄ": 2,
+ "ÐV": 2,
+ "ÐY": 2,
+ "ÐÝ": 2,
+ "П": 2,
+ "Þ,": 14,
+ "Þ-": -2,
+ "Þ.": 14,
+ "þ,": 2,
+ "þ.": 4,
+ "‘A": 11,
+ "‘À": 11,
+ "‘Á": 11,
+ "‘Â": 11,
+ "‘Ã": 11,
+ "‘Ä": 11,
+ "‘J": -2,
+ "‘Æ": 10,
+ "“A": 11,
+ "“À": 11,
+ "“Á": 11,
+ "“Â": 11,
+ "“Ã": 11,
+ "“Ä": 11,
+ "“J": -2,
+ "“V": -2,
+ "“W": -2,
+ "“X": -2,
+ "“Y": -2,
+ "“Ý": -2,
+ "“Ÿ": -2,
+ "“Æ": 13,
+ "„T": 3,
+ "„V": 5,
+ "„W": 3,
+ "„X": -2,
+ "„Y": 3,
+ "„Ý": 3,
+ "„Ÿ": 3,
+ "„v": 2,
+ "„w": 2
}
-}
+}
\ No newline at end of file
diff --git a/fonts/dejavufont/preview.png b/fonts/dejavufont/preview.png
new file mode 100644
index 00000000..ef6ae14e
Binary files /dev/null and b/fonts/dejavufont/preview.png differ
diff --git "a/fonts/dejavufont/\342\206\220.svg" "b/fonts/dejavufont/\342\206\220.svg"
index 518f1a2d..5b6d8caf 100644
--- "a/fonts/dejavufont/\342\206\220.svg"
+++ "b/fonts/dejavufont/\342\206\220.svg"
@@ -1,6 +1,4 @@
-
-
-
-
-
+ inkscape:snap-global="false"
+ inkscape:document-rotation="0"
+ showguides="true"
+ inkscape:guide-bbox="true">
+ id="grid4971"
+ type="xygrid" />
-
-
+ position="3.604948,6.8460927" />
+ id="guide4975"
+ orientation="0,1"
+ position="0,2.3850001" />
+
+
+ inkscape:locked="false"
+ id="guide18110"
+ orientation="0,1"
+ position="8.1359381,18.785416" />
@@ -244,22 +232,22 @@
inkscape:groupmode="layer"
id="layer1"
transform="translate(66.132053,-111.88567)"
- style="display:inline" />
+ style="display:none" />
-
+
+ d="m 7.4290971,2.751517 v 15.58837 M 5.4336969,4.6476971 V 18.339887 m -0.3391098,-6.66526 2.6559898,-0.0334"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ sodipodi:nodetypes="cccccc" />
+ sodipodi:nodetypes="cccccc" />
+
+ inkscape:connector-curvature="0"
+ id="path18859"
+ d="m 6.4355935,19.489969 c 0,0 0,-0.541562 0,-0.541562 m -3.5815731,0.541562 c 0,0 0,-0.541562 0,-0.541562 m 3.7606516,0.02646 c 0,0 -3.9397303,0 -3.9397303,0"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.0264568;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+ sodipodi:nodetypes="csssc" />
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 1.5137286,3.948442 c 0.335233,-0.1990465 0.71584,-0.4111291 1.054391,-0.5653772 m -1.054391,3.4978371 1.054391,-0.035435"
+ inkscape:connector-curvature="0" />
+ d="m 5.7572957,12.919215 1.559152,1.27567 M 2.5681196,3.3830648 c 0.373987,-0.1703929 0.706283,-0.2780169 1.084319,-0.3937428 0.7202531,-0.2204867 1.4221331,-0.33073 2.10564,-0.33073 1.5434072,0 2.7597571,0.41525 3.64905,1.2457501 0.8966404,0.8304932 1.3449604,1.9586466 1.3449604,3.38446 0,1.6095467 -1.0105604,3.5351259 -3.0316802,5.7767399 -0.1616872,0.169039 -0.2829531,0.297656 -0.3638,0.385849 L 3.6193686,17.607552 M 2.5681196,6.8454671 c 0.08819,-1.0436334 0.448582,-1.7909246 0.963049,-2.3127449 0.5218201,-0.5218131 1.2567771,-0.7827198 2.2048699,-0.7827198 0.9113401,0 1.6242432,0.3123534 2.1387102,0.93706 0.52182,0.6247133 0.7827301,1.49196 0.7827301,2.60174 0,1.0142334 -0.2131372,1.9843731 -0.6394101,2.9104186 -0.418927,0.918694 -1.1244831,1.929253 -2.1166701,3.03168 l -4.49792,4.98299 M 5.6155547,4.8872221 5.5683078,1.012966 m 2.1733629,6.6837472 3.6380213,-0.021917"
+ inkscape:connector-curvature="0" />
+ sodipodi:nodetypes="ccccccc" />
+
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0264583;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 10.961545,16.015522 c 0,0 -0.608541,0 -0.608541,0 m 0.608541,3.399998 c 0,0 -0.608541,0 -0.608541,0 m 0.582082,-3.569997 c 0,0 0,3.739996 0,3.739996"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccc"
+ inkstitch:ties="True" />
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccscc" />
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 8.1187147,6.8436532 3.9687493,0.094494 M 6.1815868,4.5285491 V 1.6464807 M 2.0272363,6.6170756 h 1.11346 c 0.088193,-0.926059 0.3785,-1.62428 0.87092,-2.0946629 0.49242,-0.4703763 1.1832766,-0.7055645 2.07257,-0.7055645 0.8966406,0 1.5801472,0.2572386 2.0505199,0.7717158 0.47772,0.5071304 0.7165801,1.2420988 0.7165801,2.2049053 0,1.0730554 -0.2903064,1.8778452 -0.8709191,2.4143695 C 7.8479755,9.3300484 7.8023475,9.4381463 7.6385974,9.5321325 M 2.0272363,3.7176263 C 2.7989363,3.3942396 3.5412399,3.1480245 4.2541472,2.978981 4.9670533,2.8099378 5.6321863,2.7254158 6.2495462,2.7254158 c 1.4552074,0 2.5870373,0.3491105 3.3954898,1.0473315 0.815801,0.6908741 1.223701,1.6536839 1.223701,2.8884292 0,0.9922071 -0.28296,1.8227208 -0.84888,2.4915411 C 9.461296,9.814191 8.6675465,10.262523 7.6386073,10.497715"
+ inkscape:connector-curvature="0" />
+ d="m 6.0798156,9.7940696 0.016703,1.6370254 m -1.213989,-0.305 h 0.9480887 l 0.8185539,0.0627 0.7138228,0.188106 0.2756023,0.08993 m -2.756061,-1.465226 h 0.496091 c 0.8930496,0 1.7146685,-0.1564907 2.2599701,-0.4694726"
+ inkscape:connector-curvature="0" />
-
+ d="m 9.1315204,19.195434 c 0,0 -0.2719894,0.128923 -0.2719894,0.128923 0,0 -0.4823126,0.172086 -0.4823126,0.172086 0,0 -0.5208975,0.133845 -0.5208975,0.133845 0,0 -0.5594819,0.0956 -0.5594819,0.0956 0,0 -0.5980666,0.05736 -0.5980666,0.05736 0,0 -0.636651,0.01912 -0.636651,0.01912 0,0 -1.1465252,-0.0689 -1.1465252,-0.0689 0,0 -1.1244809,-0.206711 -1.1244809,-0.206711 0,0 -1.0996723,-0.347267 -1.0996723,-0.347267 0,0 -0.692917,-0.310682 -0.692917,-0.310682 m 6.1080729,-0.778655 c 0,0 -0.084225,0.07509 -0.084225,0.07509 0,0 -0.5574142,0.303174 -0.5574142,0.303174 0,0 -0.6387177,0.181905 -0.6387177,0.181905 0,0 -0.7200211,0.06063 -0.7200211,0.06063 0,0 -0.7393195,-0.05099 -0.7393195,-0.05099 0,0 -0.6525027,-0.152965 -0.6525027,-0.152965 0,0 -0.5656851,-0.254943 -0.5656851,-0.254943 0,0 -0.4788679,-0.356918 -0.4788679,-0.356918 0,0 -0.3824098,-0.45614 -0.3824098,-0.45614 0,0 -0.2873213,-0.552603 -0.2873213,-0.552603 0,0 -0.1922327,-0.649068 -0.1922327,-0.649068 0,0 -0.097144,-0.745532 -0.097144,-0.745532 0,0 -0.5197219,0 -0.5197219,0 m 4.085048,2.832846 c 0,0 0,2.126112 0,2.126112"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0264583;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc" />
+ d="M 4.7845898,10.667255 2.1860038,9.202598 M 7.092605,2.7217408 0.61031382,13.878336 v 1.20165 M 7.0815848,5.1470858 2.0104038,13.900386"
+ inkscape:connector-curvature="0" />
+ d="m 0.61029692,15.079969 c 0,0 7.26372348,0 7.26372348,0 M 2.0103852,13.90037 c 0,0 6.3619696,0 6.3619696,0 m -7.80560398,1.238579 c 0,0 1.54009708,-1.297559 1.54009708,-1.297559"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.643172;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ sodipodi:nodetypes="cccccc" />
+ sodipodi:nodetypes="cccccc" />
+
+ inkscape:connector-curvature="0"
+ id="path26511"
+ d="m 8.0651523,19.46019 c 0,0 0,-0.541563 0,-0.541563 M 4.7003328,19.46019 c 0,0 0,-0.541563 0,-0.541563 m 3.5330605,0.02646 c 0,0 -3.7013014,0 -3.7013014,0"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.0264568;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+ sodipodi:nodetypes="csccc" />
-
+
-
-
-
+
+
+
+ sodipodi:nodetypes="csssc" />
-
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.643172;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 10.843009,6.0466934 9.7295492,6.0402834 M 10.843009,3.3347035 C 10.479523,3.2017216 10.082338,3.0823808 9.7295492,2.9895028"
+ inkscape:connector-curvature="0" />
+
+ sodipodi:nodetypes="cssc" />
+ sodipodi:nodetypes="ccccccccccccccccc" />
+
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccc" />
+ sodipodi:nodetypes="cccc" />
-
+
@@ -707,37 +823,52 @@
inkscape:groupmode="layer"
inkscape:label="GlyphLayer-8">
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="csc" />
+ d="m 6.3876296,10.212401 c 0,0 -0.5787737,-0.05236 -0.5787737,-0.05236 0,0 -0.5126281,-0.157094 -0.5126281,-0.157094 0,0 -0.446482,-0.2618244 -0.446482,-0.2618244 0,0 -0.380336,-0.3665538 -0.380336,-0.3665538 0,0 -0.2990341,-0.4609586 -0.2990341,-0.4609586 0,0 -0.2135956,-0.5450173 -0.2135956,-0.5450173 0,0 -0.1281576,-0.6290751 -0.1281576,-0.6290751 0,0 -0.042718,-0.713134 -0.042718,-0.713134 0,0 0.042718,-0.7083118 0.042718,-0.7083118 0,0 0.1281576,-0.6256278 0.1281576,-0.6256278 0,0 0.2135956,-0.5429442 0.2135956,-0.5429442 0,0 0.2990341,-0.4602607 0.2990341,-0.4602607 0,0 0.380336,-0.3665588 0.380336,-0.3665588 0,0 0.446482,-0.2618276 0.446482,-0.2618276 0,0 0.5126281,-0.1570964 0.5126281,-0.1570964 0,0 0.5787737,-0.052365 0.5787737,-0.052365 0,0 0.5829064,0.052365 0.5829064,0.052365 0,0 0.5140055,0.1570964 0.5140055,0.1570964 0,0 0.4451045,0.2618276 0.4451045,0.2618276 0,0 0.3762034,0.3665588 0.3762034,0.3665588 0,0 0.2990297,0.4602607 0.2990297,0.4602607 0,0 0.2135929,0.5429442 0.2135929,0.5429442 0,0 0.1281554,0.6256278 0.1281554,0.6256278 0,0 0.04272,0.7083118 0.04272,0.7083118 0,0 -0.04068,0.7148464 -0.04068,0.7148464 0,0 -0.1247493,0.6319289 -0.1247493,0.6319289 0,0 -0.212911,0.545588 -0.212911,0.545588 0,0 -0.3051609,0.4558217 -0.3051609,0.4558217 0,0 -0.3499873,0.2948213 -0.3499873,0.2948213 0,0 -0.443402,0.219573 -0.443402,0.219573 0,0 -0.5087224,0.1716279 -0.5087224,0.1716279 0,0 -0.5459506,0.150984 -0.5459506,0.150984 0,0 -1.5749735,0.458338 -1.5749735,0.458338 0,0 -0.7868129,0.270993 -0.7868129,0.270993 0,0 -0.7159672,0.3121 -0.7159672,0.3121 0,0 -0.630165,0.38849 -0.630165,0.38849 0,0 -0.2782331,0.233915 -0.2782331,0.233915 0,0 -0.251174,0.266241 -0.251174,0.266241 0,0 -0.4099658,0.601512 -0.4099658,0.601512 0,0 -0.292833,0.68006 -0.292833,0.68006 0,0 -0.1756995,0.758607 -0.1756995,0.758607 0,0 -0.058566,0.837154 -0.058566,0.837154 0,0 0.020671,0.562238 0.020671,0.562238 0,0 0.062011,0.529164 0.062011,0.529164 0,0 0.1033525,0.496091 0.1033525,0.496091 0,0 0.1446937,0.46302 0.1446937,0.46302 0,0 0.1860345,0.429946 0.1860345,0.429946 0,0 0.2273756,0.396874 0.2273756,0.396874 0,0 0.2687169,0.3638 0.2687169,0.3638 0,0 0.3100581,0.330729 0.3100581,0.330729 0,0 0.3508806,0.291972 0.3508806,0.291972 0,0 0.3856765,0.253042 0.3856765,0.253042 0,0 0.4204715,0.214113 0.4204715,0.214113 0,0 0.3186778,0.122625 0.3186778,0.122625 m 0.7842613,-8.803353 c 0,0 -0.7062386,-0.177143 -0.7062386,-0.177143 0,0 -0.619424,-0.244198 -0.619424,-0.244198 0,0 -0.5326098,-0.3268829 -0.5326098,-0.3268829 0,0 -0.4457953,-0.4251939 -0.4457953,-0.4251939 0,0 -0.3472639,-0.5181455 -0.3472639,-0.5181455 0,0 -0.2480454,-0.5842896 -0.2480454,-0.5842896 0,0 -0.1488275,-0.6504328 -0.1488275,-0.6504328 0,0 -0.049608,-0.7165765 -0.049608,-0.7165765 0,0 0.019293,-0.4828301 0.019293,-0.4828301 0,0 0.057877,-0.456303 0.057877,-0.456303 0,0 0.096462,-0.4297749 0.096462,-0.4297749 0,0 0.1350465,-0.403248 0.1350465,-0.403248 0,0 0.1736316,-0.3767202 0.1736316,-0.3767202 0,0 0.2122165,-0.3501933 0.2122165,-0.3501933 0,0 0.2508013,-0.3236653 0.2508013,-0.3236653 0,0 0.2893859,-0.297138 0.2893859,-0.297138 0,0 0.3229779,-0.2687163 0.3229779,-0.2687163 0,0 0.3515716,-0.2328871 0.3515716,-0.2328871 0,0 0.3801658,-0.1970587 0.3801658,-0.1970587 0,0 0.4087594,-0.1612298 0.4087594,-0.1612298 0,0 0.4373536,-0.125401 0.4373536,-0.125401 0,0 0.4659475,-0.089572 0.4659475,-0.089572 0,0 1.0176763,-0.071658 1.0176763,-0.071658 0,0 1.0169865,0.071658 1.0169865,0.071658 0,0 0.4650853,0.089572 0.4650853,0.089572 0,0 0.4361458,0.125401 0.4361458,0.125401 0,0 0.4072071,0.1612298 0.4072071,0.1612298 0,0 0.3782683,0.1970587 0.3782683,0.1970587 0,0 0.3493298,0.2328871 0.3493298,0.2328871 0,0 0.3203898,0.2687163 0.3203898,0.2687163 0,0 0.2893881,0.297138 0.2893881,0.297138 0,0 0.250804,0.3236653 0.250804,0.3236653 0,0 0.212218,0.3501933 0.212218,0.3501933 0,0 0.173632,0.3767202 0.173632,0.3767202 0,0 0.135048,0.403248 0.135048,0.403248 0,0 0.09646,0.4297749 0.09646,0.4297749 0,0 0.05788,0.456303 0.05788,0.456303 0,0 0.01929,0.4828301 0.01929,0.4828301 0,0 -0.04961,0.7165765 -0.04961,0.7165765 0,0 -0.148828,0.6504328 -0.148828,0.6504328 0,0 -0.248045,0.5842896 -0.248045,0.5842896 0,0 -0.347264,0.5181455 -0.347264,0.5181455 0,0 -0.2119004,0.2214475 -0.2119004,0.2214475 0,0 -0.2374349,0.1893534 -0.2374349,0.1893534 0,0 -0.5431069,0.3098409 -0.5431069,0.3098409 0,0 -1.3006062,0.536125 -1.3006062,0.536125 0,0 -0.7416738,0.247403 -0.7416738,0.247403 0,0 -0.7631323,0.204247 -0.7631323,0.204247 0,0 -0.6655854,0.180742 -0.6655854,0.180742 0,0 -0.603884,0.206652 -0.603884,0.206652 0,0 -0.5300078,0.283137 -0.5300078,0.283137 0,0 -0.2334957,0.186055 -0.2334957,0.186055 0,0 -0.2104611,0.22414 -0.2104611,0.22414 0,0 -0.3424425,0.534674 -0.3424425,0.534674 0,0 -0.2446018,0.633893 -0.2446018,0.633893 0,0 -0.1467611,0.733114 -0.1467611,0.733114 0,0 -0.048921,0.832333 -0.048921,0.832333 0,0 0.048921,0.837844 0.048921,0.837844 0,0 0.1467611,0.738627 0.1467611,0.738627 0,0 0.2446018,0.639411 0.2446018,0.639411 0,0 0.3424425,0.540192 0.3424425,0.540192 0,0 0.4368359,0.424436 0.4368359,0.424436 0,0 0.2475662,0.145239 0.2475662,0.145239 M 1.3526373,6.4339917 c 0,0 2.946631,0 2.946631,0 m 2.1982802,-4.53689 c 0,0 -0.046772,2.3853751 -0.046772,2.3853751 M 8.5087413,6.62108 c 0,0 2.9466317,-0.2806327 2.9466317,-0.2806327 M 5.5153383,10.316072 c 0,0 3.9756132,-0.140316 3.9756132,-0.140316 m -8.74634905,4.677206 c 0,0 2.89985895,-0.09354 2.89985895,-0.09354"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.643172;stroke:#000000;stroke-width:0.0999998;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
-
+
+ inkstitch:ties="False" />
+
+ sodipodi:nodetypes="csssssccc"
+ inkstitch:ties="False" />
+ d="m 9.5725315,8.9826401 -0.02397,0.4644279 -0.08734,0.4523519 -0.14601,0.4354481 -0.199988,0.413716 L 8.8659556,11.135738 8.572103,11.4915 8.2383613,11.811043 7.8694274,12.089537 7.4306048,12.367992 6.9441728,12.538637 6.431998,12.604217 5.9159459,12.567487 5.4178834,12.431194 4.9596759,12.198085 4.5631895,11.870909 4.2502904,11.452416 3.9722638,10.930327 3.7658152,10.382826 3.6227636,9.8155492 3.5349276,9.2341324 3.4941256,8.6442127 3.4921656,8.0514267 3.5720996,6.8798025 3.7454618,6.0465142 3.8830751,5.6347627 4.0591754,5.2395734 4.2771614,4.8709215 4.5404324,4.5387834 4.8523872,4.2531335 5.2164248,4.0239478 5.5288818,3.8989899 5.8569184,3.8228749 6.5280282,3.7834699 7.0266005,3.8443259 7.503521,4.0031445 7.9316507,4.261002 l 0.3522006,0.3579732 0.305376,0.4050375 0.2478508,0.4428069 0.1977014,0.4688131 0.154927,0.4830546 0.186213,0.8686974 0.113826,0.8808747 0.14332,1.7725695 0.01529,1.0092931 -0.02645,1.009108 -0.158085,2.012344 -0.124056,0.919888 -0.190198,0.913674 -0.136014,0.443547 -0.1718826,0.428839 -0.2141969,0.409747 -0.2629551,0.386271 -0.2343364,0.272163 -0.2654171,0.238175 -0.2919809,0.203437 -0.018441,0.0099 m 2.066626,-6.138778 -0.372553,0.428533 -0.4223939,0.363109 -0.4643231,0.298274 -0.4983404,0.234031 -0.5244446,0.170377 -0.5426382,0.107315 -0.5529188,0.04484 -0.555288,-0.01704 L 5.1383234,13.609546 4.6020333,13.470516 4.0871097,13.271377 3.6014653,13.012718 3.1530114,12.695131 2.7496604,12.319206 2.399324,11.885534 2.1099144,11.394704 1.7947413,10.635796 1.5664829,9.8408652 1.4278664,9.0224624 1.3816194,8.1931411 1.4304684,7.3654535 1.5771408,6.5519513 1.8243638,5.7651868 2.1748646,5.0177122 2.5529167,4.4337882 3.0164007,3.9305625 3.5514775,3.5096313 l 0.59283,-0.3370404 0.6367438,-0.2515525 0.6668186,-0.164469 0.6830536,-0.075789 0.6854497,0.014489 0.6027737,0.059467 0.580603,0.1488647 0.5513306,0.2305295 0.514957,0.304462 0.471482,0.3706623 0.420906,0.4291298 0.3632295,0.4798652 0.29845,0.5228685 0.366133,0.8498372 0.277208,0.8766384 0.197984,0.8976968 0.128457,0.9130131 0.06863,0.9225859 0.0185,0.9264162 -0.07459,1.841354 -0.09723,0.846759 -0.147347,0.850432 -0.205785,0.841163 -0.272547,0.818957 -0.347631,0.78381 -0.431039,0.735723 -0.5227705,0.674696 -0.622822,0.60073 -0.6152094,0.43412 -0.3788239,0.182086 M 5.9643067,14.107614 5.9312337,12.189389 M 1.1687452,8.286791 3.7814992,8.253721 M 6.4604013,4.0203989 6.4273283,2.0360281 m 3.1112012,7.8051901 h 2.6434735"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.643172;stroke:#000000;stroke-width:0.0264583;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path14385-3"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="ccccccccc"
+ inkstitch:ties="False" />
-
+ sodipodi:nodetypes="cccc" />
-
-
-
+ inkscape:label="Points droits pour auto-remplissage satin 1"
+ id="autosatinrun1-7"
+ inkstitch:running_stitch_length_mm=""
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ d="m 13.387039,19.244107 c 0,0 0,0.25039 0,0.25039"
+ inkstitch:ties="False" />
-
-
-
-
+ inkstitch:ties="False" />
+ inkstitch:ties="False"
+ inkstitch:center_walk_underlay="True" />
+
-
-
+ id="autosatin3-5"
+ d="m 9.3520564,19.494517 c 0,0 0,-1.150379 0,-1.150379 m 2.6899966,1.150379 c 0,0 0,-1.150379 0,-1.150379"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:ties="False" />
+ inkstitch:ties="False"
+ inkscape:label="Points droits pour auto-remplissage satin 6"
+ id="autosatinrun3-8"
+ inkstitch:running_stitch_length_mm=""
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:0.499998, 0.499998;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 9.8375134,14.126438 c 0,0 -0.308082,0 -0.308082,0 0,0 -0.308082,0 -0.308082,0 0,0 -0.252723,0 -0.252723,0 0,0 0,0 0,0 0,0 -0.05536,0 -0.05536,0 0,0 -0.308082,0 -0.308082,0 0,0 -0.308082,0 -0.308082,0 0,0 -0.197364,0 -0.197364,0 0,0 0,0 0,0 0,0 -0.110718,0 -0.110718,0 0,0 -0.3080825,0 -0.3080825,0 0,0 -0.3080822,0 -0.3080822,0 0,0 -0.1420045,0 -0.1420045,0 0,0 0,0 0,0 0,0 -0.1660776,0 -0.1660776,0 0,0 -0.3080822,0 -0.3080822,0 0,0 -0.3080822,0 -0.3080822,0 0,0 -0.086645,0 -0.086645,0 0,0 0,0 0,0 0,0 -0.2214369,0 -0.2214369,0 0,0 -0.3080822,0 -0.3080822,0 0,0 -0.3080821,0 -0.3080821,0 0,0 -0.031286,0 -0.031286,0 0,0 0,0 0,0 0,0 -0.276796,0 -0.276796,0 0,0 -0.3080824,0 -0.3080824,0 0,0 -0.2840091,0 -0.2840091,0 0,0 0,0 0,0 0,0 -0.024072,0 -0.024072,0 0,0 -0.3080824,0 -0.3080824,0 0,0 -0.3080821,0 -0.3080821,0 0,0 -0.2286495,0 -0.2286495,0" />
+ d="m 3.9992983,13.487054 c 0,0 5.6351171,0 5.6351171,0 m -6.1231075,1.278769 c 0,0 6.5293031,0 6.5293031,0"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin4-37" />
+ inkstitch:ties="False"
+ inkscape:label="Points droits pour auto-remplissage satin 8"
+ id="autosatinrun4-5"
+ inkstitch:running_stitch_length_mm=""
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.499998, 0.499998;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 10.7367,13.885116 c 0,0 0.01042,0.02982 0.01042,0.02982 0,0 0.100347,0.287085 0.100347,0.287085 0,0 0.100347,0.287086 0.100347,0.287086 0,0 0.100347,0.287085 0.100347,0.287085 0,0 2.52e-4,7.14e-4 2.52e-4,7.14e-4 0,0 0,0 0,0 0,0 0.100094,0.286365 0.100094,0.286365 0,0 0.100347,0.287085 0.100347,0.287085 0,0 0.100347,0.287085 0.100347,0.287085 0,0 0.01093,0.03126 0.01093,0.03126 0,0 0,0 0,0 0,0 0.08942,0.255822 0.08942,0.255822 0,0 0.100347,0.287085 0.100347,0.287085 0,0 0.100347,0.287085 0.100347,0.287085 0,0 0.0216,0.06181 0.0216,0.06181 0,0 0,0 0,0 0,0 0.07874,0.225279 0.07874,0.225279 0,0 0.100347,0.287085 0.100347,0.287085 0,0 0.100347,0.287085 0.100347,0.287085 0,0 0.03228,0.09235 0.03228,0.09235 0,0 0,0 0,0 0,0 0.06807,0.194737 0.06807,0.194737 0,0 0.100347,0.287085 0.100347,0.287085 0,0 0.100346,0.287086 0.100346,0.287086 0,0 0.04296,0.122891 0.04296,0.122891" />
+ sodipodi:nodetypes="cccccccc"
+ inkstitch:ties="False" />
+ inkscape:label="Points droits pour auto-remplissage satin 10"
+ id="autosatinrun5"
+ inkstitch:running_stitch_length_mm=""
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.499998, 0.499998;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 7.2617587,5.8589324 c 0,0 -7.49e-5,-0.037184 -7.49e-5,-0.037184 0,0 -6.086e-4,-0.3026048 -6.086e-4,-0.3026048 0,0 2.4e-6,-0.3012378 2.4e-6,-0.3012378 0,0 5.292e-4,-0.3002097 5.292e-4,-0.3002097 0,0 0,0 0,0 0,0 2.01e-5,-0.011602 2.01e-5,-0.011602 0,0 5.292e-4,-0.3118116 5.292e-4,-0.3118116 0,0 5.291e-4,-0.3118113 5.291e-4,-0.3118113 0,0 5.292e-4,-0.3060106 5.292e-4,-0.3060106 0,0 0,0 0,0 0,0 1.01e-5,-0.0058 1.01e-5,-0.0058 0,0 5.291e-4,-0.3118117 5.291e-4,-0.3118117 0,0 5.292e-4,-0.3118115 5.292e-4,-0.3118115 0,0 5.292e-4,-0.3118114 5.292e-4,-0.3118114"
+ inkstitch:ties="False" />
+ id="autosatin6-1"
+ d="m 6.3832266,3.0352257 c 0,0 -0.9818507,2.8237067 -0.9818507,2.8237067 M 8.1464904,3.0352257 c 0,0 0.975651,2.8237067 0.975651,2.8237067 M 4.8579802,5.386543 c 1.3307907,-0.004 3.3227042,-0.008 4.6534942,-0.0118"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccccccc"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccccc"
+ inkstitch:ties="False" />
+ inkscape:label="Points droits pour auto-remplissage satin 14"
+ id="autosatinrun6"
+ inkstitch:running_stitch_length_mm=""
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 1.8644684,18.919498 c 0,0 -5.56e-5,0.272454 -5.56e-5,0.272454 0,0 -6.06e-5,0.302545 -6.06e-5,0.302545"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccccc"
+ inkstitch:ties="True" />
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ inkscape:label="GlyphLayer-Ä"
+ id="layer7"
+ inkscape:groupmode="layer">
+
+
+
+
+
-
+ id="path21128-0"
+ d="M 11.124404,18.399161 6.7258163,5.9139709 M 13.437109,18.399161 9.1076118,5.9139709 m -1.5418924,3.9539799 3.0509066,-0.008 M 6.7772523,6.4115725 c 0.9086649,-0.0066 2.1469115,-0.0128 3.0555775,-0.019801"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:ties="False" />
+
+
+
+
+
+
+
+ inkstitch:ties="False" />
-
-
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccc"
+ inkstitch:ties="False" />
+ inkstitch:ties="False" />
+ id="path21009-30"
+ d="M 5.3868423,5.9139709 1.0836412,18.356251 M 6.7258163,5.9139709 2.3972523,18.356251 m 0.6349079,-1.14635 -2.13578696,-0.0334 M 6.6737074,6.4853119 l -1.6575741,0.009"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:ties="False" />
+ inkscape:connector-curvature="0"
+ d="m -0.23354126,18.39953 -2.255e-4,0.541458 M 3.9336403,18.39953 v 0.51786 m 0.2374204,-0.449157 -4.75906246,0.046"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.0264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path2060"
+ inkstitch:ties="False" />
+ inkscape:connector-curvature="0"
+ d="m 3.9336403,19.549529 c 0,0 0,-0.632139 0,-0.632139 m -4.16766046,0.632139 c 0,0 2.534e-4,-0.608541 2.534e-4,-0.608541 m -0.2086248,0.582082 c 0,0 4.58441426,0 4.58441426,0"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.0264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path41960-6"
+ inkstitch:ties="True" />
+ inkscape:label="GlyphLayer-B">
+ d="M 9.6568677,18.967247 3.9352527,18.438081"
+ id="path3336" />
-
-
+ d="m 4.9046846,18.266982 1.882e-4,-7.31264 m -2.0068361,7.31274 v -7.31464 m 2.8254662,6.4514 H 2.2824077"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path51425" />
-
+ sodipodi:nodetypes="cc" />
-
+ d="m 2.8980367,4.1560424 c 0,0 0,6.7963996 0,6.7963996 M 4.9048728,4.1557224 c 0,0 0,6.7986196 0,6.7986196 M 2.0249257,5.4632025 c 0,0 3.9452881,0.006 3.9452881,0.006"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path4897" />
+ id="path51612"
+ d="m 4.9045658,11.107402 c 1.0674901,-0.0222 2.14415,0.0461 3.2058301,-0.0362 0.5692,-0.14109 1.1389898,-0.28107 1.7011798,-0.44844 M 4.9045658,9.9270921 c 1.4030201,-0.0703 2.85319,0.1976899 4.2096599,-0.2843796 M 8.3081759,11.599632 V 9.2991025"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ id="path51470"
+ d="M 9.9810777,10.468122 C 12.692698,5.2671825 13.966466,3.4922724 1.6070957,3.6467124"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ sodipodi:nodetypes="cccccccccccscssc" />
+ sodipodi:nodetypes="ccccccccccc" />
+ id="path38385"
+ d="m 9.4773528,18.036811 c 0,0 -0.3081987,0.06996 -0.3081987,0.06996 0,0 -0.3318072,0.03749 -0.3318072,0.03749 0,0 -0.6787284,0.04767 -0.6787284,0.04767 0,0 -0.9826189,0.0605 -0.9826189,0.0605 0,0 -5.8419039,0.02792 -5.8419039,0.02792 M 10.283948,19.207 c 0,0 -0.218305,0.0733 -0.218305,0.0733 0,0 -1.418517,0.12521 -1.418517,0.12521 0,0 -1.4219365,0.0319 -1.4219365,0.0319 0,0 -5.8906952,-0.0067 -5.8906952,-0.0067 m 6.9737522,0.27166 c 0,0 0,-1.889877 0,-1.889877 m -5.1688064,2.078876 c 0,0 -0.0098,-2.559737 -0.0098,-2.559737 m 6.1687958,0.658279 c 0,0 0.8087111,1.536049 0.8087111,1.536049"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ id="path4306"
+ d="m 1.1079334,18.281435 0.2261623,-0.0011 m -0.2262723,1.150064 0.2266709,2.59e-4 m -0.026437,0.05748 -4.392e-4,-1.265178"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ inkscape:label="GlyphLayer-C">
+ sodipodi:nodetypes="cscsc" />
+ sodipodi:nodetypes="cccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False" />
+ inkstitch:ties="False"
+ inkstitch:satin_column="True"
+ sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ d="M 12.736368,8.0588326 12.616272,7.4927771 12.447726,6.9266703 12.226747,6.3757516 11.949349,5.8552589 11.611548,5.3804316 11.20936,4.9665079 10.7388,4.6287267 10.195883,4.3823269 9.5213428,4.1780117 8.8162932,4.0563535 8.0985258,4.0235738 7.3858326,4.0858947 6.6960052,4.2495375 6.0468349,4.5207242 5.456114,4.9056763 4.9416334,5.4106155 4.4837082,6.0559118 4.1244801,6.7475524 3.851634,7.4764373 3.6528549,8.2334661 l -0.1370278,0.776073 -0.087591,0.7860163 -0.076133,1.5654636 0.058357,1.370982 0.1625098,1.368889 0.1395532,0.672183 0.1886808,0.657887 0.2455044,0.639 0.3100252,0.615522 0.3399645,0.501785 0.4042498,0.452256 0.466332,0.385387 0.5262106,0.301181 0.094524,0.03478 M 12.730135,3.7893975 11.853317,3.4775144 10.949936,3.2144687 10.028177,3.0137899 9.0962241,2.8890072 8.1622617,2.8536505 7.2344739,2.9212488 6.321045,3.1053314 5.4301597,3.4194279 4.966325,3.646515 4.527307,3.9090406 4.113432,4.2045705 3.7250252,4.5306701 3.0259204,5.2648403 2.4325989,6.092075 1.9476666,6.9928975 1.5737305,7.9478318 1.3133961,8.9374016 1.1692699,9.9421307 l -0.079945,1.0624963 0.0098,1.074822 0.1065916,1.071699 0.2104228,1.053125 0.3212957,1.019102 0.4392104,0.969631 0.5641672,0.904708 0.3311428,0.423181 0.3650227,0.401156 0.5773539,0.532579 0.6348016,0.46303 0.6852456,0.383305 0.5485658,0.220879 M 5.734074,19.56781 6.224263,18.273251 M 8.148687,2.1531293 8.195937,4.7280866 m -4.6774427,6.6760114 -2.64582699,0.0236 M 12.680347,3.5206179 l 0.05119,4.7250947"
+ style="fill:none;stroke:#000000;stroke-width:0.0999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path35919"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True" />
-
+ sodipodi:nodetypes="cc" />
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:ties="True"
+ inkstitch:satin_column="True"
+ sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccc"
+ d="m 12.438689,15.246644 c 0,0 -0.292007,0.825587 -0.292007,0.825587 0,0 -0.405943,0.781528 -0.405943,0.781528 0,0 -0.250613,0.359513 -0.250613,0.359513 0,0 -0.284998,0.330824 -0.284998,0.330824 0,0 -0.321348,0.296243 -0.321348,0.296243 0,0 -0.359664,0.255772 -0.359664,0.255772 0,0 -0.0697,0.04891 -0.0697,0.04891 0,0 -0.5656563,0.27684 -0.5656563,0.27684 0,0 -0.6001404,0.190679 -0.6001404,0.190679 0,0 -0.6225431,0.10602 -0.6225431,0.10602 0,0 -0.6328672,0.0229 -0.6328672,0.0229 0,0 -0.6311072,-0.0588 -0.6311072,-0.0588 0,0 -0.6172684,-0.13896 -0.6172684,-0.13896 0,0 -0.4968181,-0.182825 -0.4968181,-0.182825 m 7.9807357,-3.114231 c 0,0 -0.174014,0.557023 -0.174014,0.557023 0,0 -0.217481,0.544123 -0.217481,0.544123 0,0 -0.260868,0.525314 -0.260868,0.525314 0,0 -0.304178,0.500593 -0.304178,0.500593 0,0 -0.347409,0.469961 -0.347409,0.469961 0,0 -0.390561,0.433418 -0.390561,0.433418 0,0 -0.433634,0.390964 -0.433634,0.390964 0,0 -0.476629,0.3426 -0.476629,0.3426 0,0 -0.61348,0.32438 -0.61348,0.32438 0,0 -0.67868,0.260899 -0.67868,0.260899 0,0 -0.7036279,0.18263 -0.7036279,0.18263 0,0 -0.7203712,0.10656 -0.7203712,0.10656 0,0 -0.7289071,0.0327 -0.7289071,0.0327 0,0 -0.7292344,-0.039 -0.7292344,-0.039 0,0 -0.721353,-0.10856 -0.721353,-0.10856 0,0 -0.7052553,-0.17588 -0.7052553,-0.17588 0,0 -0.1801209,-0.07252 -0.1801209,-0.07252 M 11.744439,19.04417 c 0,0 -1.25576,-1.009139 -1.25576,-1.009139"
+ style="fill:none;stroke:#000000;stroke-width:0.0999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path5198" />
+ inkscape:label="GlyphLayer-D">
+ sodipodi:nodetypes="ccc"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccc" />
+ inkstitch:ties="False"
+ inkstitch:fill_underlay="False"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ id="path14400"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0700042;stroke-opacity:1"
+ d="m 12.442732,11.268471 c 1.080213,-0.0334 2.090495,-0.0167 3.170707,-0.0501 M 1.1071637,4.2400818 l 5.606398,3e-4 c 2.561772,0.0439 4.4095073,1.00372 5.2565363,2.8036501 1.125153,1.98901 1.105924,5.0723291 0.461517,7.2411391 -0.308481,1.28227 -0.964033,2.31861 -2.030801,3.1259 M 1.1071637,3.0605018 h 6.306001 c 2.461338,-0.0173 5.1029303,1.05919 6.4633263,3.1757699 1.44745,2.2455002 1.482311,5.1144493 0.93248,7.6655993 -0.437733,1.90685 -1.611349,3.62893 -2.91035,4.40359 M 8.7617187,3.0604818 v 1.62633"
+ inkscape:connector-curvature="0" />
+ d="m 10.400801,17.410632 c 0,0 -0.307781,0.193247 -0.307781,0.193247 0,0 -0.3634283,0.160394 -0.3634283,0.160394 0,0 -0.8305993,0.239012 -0.8305993,0.239012 0,0 -0.8635915,0.157941 -0.8635915,0.157941 0,0 -0.7701853,0.110435 -0.7701853,0.110435 0,0 -1.1750427,0.07071 -1.1750427,0.07071 0,0 -1.0895729,0.02699 -1.0895729,0.02699 0,0 -3.5983287,0 -3.5983287,0 m 10.4963347,-0.0636 c 0,0 -0.912749,0.436853 -0.912749,0.436853 0,0 -1.0520064,0.370762 -1.0520064,0.370762 0,0 -1.061262,0.260252 -1.061262,0.260252 0,0 -0.4934759,0.0748 -0.4934759,0.0748 0,0 -0.4470389,0.03052 -0.4470389,0.03052 0,0 -2.9314738,0.0458 -2.9314738,0.0458 0,0 -3.5983287,-0.0046 -3.5983287,-0.0046 m 5.8616651,-1.250783 c 0,0 0.6694167,1.211921 0.6694167,1.211921 M 5.0006,18.366715 c 0,0 0,1.16068 0,1.16068 m 5.302976,-2.147319 c 0,0 1.645982,0.981731 1.645982,0.981731"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path14216" />
+ d="m 1.1071614,18.369361 h 0.2951099 m -0.2951099,1.150397 0.2951099,3.7e-4 m -0.026458,0.05751 v -1.265807"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path3216" />
+
+
+ inkstitch:ties="False"
+ inkstitch:fill_underlay="False"
+ inkstitch:running_stitch_length_mm="2.5"
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path4874-2"
+ d="M 13.008139,19.300759 3.1865726,18.633106 4.1138894,10.597492 10.998623,10.452682"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ sodipodi:nodetypes="cccccc" />
-
+ sodipodi:nodetypes="cccccccc" />
+ id="path4876-0"
+ d="m 4.7313764,10.364122 -0.523571,-6.6911698 8.5995316,0.14461"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ inkstitch:fill_underlay="False"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:contour_underlay="False"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_underlay="False"
+ id="path5043-1"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.104683;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 12.988831,6.3533122 h -1.241399 m 1.241399,-3.35627 h -1.240963 m 0.323279,-0.48238 0.03526,4.4353402"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc" />
+ sodipodi:nodetypes="cccccc" />
+
-
+ d="M 2.9279874,4.3530322 V 18.104502 M 4.9348304,4.3530322 v 6.8736398 6.87783 m -2.879954,-12.6268599 3.9452961,0.006 M 2.3123614,17.418302 h 3.4410951"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path4897-4" />
+ sodipodi:nodetypes="cc" />
+ d="m 13.12283,16.104192 h -0.291661 m 0.291661,3.35629 h -0.303394 m 0.0284,0.16781 0.01291,-3.69191"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.104669;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path90145-8" />
+ d="M 12.831169,16.104192 H 11.90339 m 0.916046,3.35629 h -0.915607 m 0.323192,0.48238 0.03525,-4.43537"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.104669;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path5043-5-4" />
+
+ inkscape:connector-curvature="0"
+ d="m 1.0768261,18.104481 c 0,0 0.4778353,-1.3e-5 0.4778353,-1.3e-5 M 1.0768261,19.46019 c 0,0 0.4778353,1.2e-5 0.4778353,1.2e-5 m -0.026458,-1.42352 c 0,0 0,1.491306 0,1.491306"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path5768" />
+ inkscape:label="GlyphLayer-F">
-
+ sodipodi:nodetypes="cccccc" />
+ sodipodi:nodetypes="cccccc" />
+ sodipodi:nodetypes="cccccc" />
+ inkstitch:ties="False"
+ inkstitch:fill_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:contour_underlay="False"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ id="path5043"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 12.909335,6.3816024 h -1.223698 m 1.223698,-3.3562901 h -1.223299 m 0.295,-1.54072 0.03218,6.0228801"
+ inkscape:connector-curvature="0" />
+ sodipodi:nodetypes="cccccc" />
-
-
+ id="path14833-3"
+ d="m 3.6118828,4.1094124 -2.188269,-0.41761"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
-
-
-
-
-
-
-
+ sodipodi:nodetypes="cccccc" />
+ sodipodi:nodetypes="ccccccccc" />
-
-
-
-
-
-
-
-
-
+ sodipodi:nodetypes="ccccc" />
+ sodipodi:nodetypes="cccccc" />
-
-
-
-
+ inkstitch:ties="False" />
+ id="path9688-2-1"
+ d="m 1.2757235,18.309801 c 0,0 0,0.912811 0,0.912811 m 2.689997,-0.912811 c 0,0 0,0.912811 0,0.912811 M 1.1412237,18.336259 c 0,0 2.9589968,0 2.9589968,0"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.0264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:ties="False" />
-
+ inkscape:connector-curvature="0"
+ id="path10007"
+ d="m 3.9657205,19.46019 c 0,0 0,-0.237578 0,-0.237578 m -2.689997,0.237578 c 0,0 0,-0.237578 0,-0.237578 m 2.824497,0.02646 c 0,0 -2.9589968,0 -2.9589968,0"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.0264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
-
+ inkscape:label="GlyphLayer-G">
-
+ sodipodi:nodetypes="cssszc" />
-
+
+ sodipodi:nodetypes="cccc" />
+ sodipodi:nodetypes="cccc" />
+ d="m 12.454516,11.992721 c 0,0 -2.65e-4,5.43183 -2.65e-4,5.43183 0,0 -0.190779,0.10838 -0.190779,0.10838 m 2.208109,-5.54021 c 0,0 1.2e-4,6.14235 1.2e-4,6.14235 m 1.282811,-1.22738 c 0,0 -4.000001,0 -4.000001,0"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path18834" />
+ d="m 12.263446,17.532791 c 0,0 -0.76006,0.4318 -0.76006,0.4318 0,0 -0.49402,0.21222 -0.49402,0.21222 0,0 -0.50643,0.173641 -0.50643,0.173641 0,0 -0.5140099,0.135039 -0.5140099,0.135039 0,0 -0.52778,0.0965 -0.52778,0.0965 0,0 -1.09692,0.0772 -1.09692,0.0772 0,0 -0.612022,-0.0291 -0.612022,-0.0291 0,0 -0.5737799,-0.0873 -0.5737799,-0.0873 0,0 -0.53554,-0.145549 -0.53554,-0.145549 0,0 -0.4972999,-0.20378 -0.4972999,-0.20378 0,0 -0.4590601,-0.262001 -0.4590601,-0.262001 0,0 -0.4208131,-0.32022 -0.4208131,-0.32022 0,0 -0.382577,-0.37845 -0.382577,-0.37845 0,0 -0.3443359,-0.43666 -0.3443359,-0.43666 0,0 -0.1545291,-0.25218 -0.1545291,-0.25218 m 10.0874069,1.59113 c 0,0 0,0.006 0,0.006 0,0 -0.67386,0.39826 -0.67386,0.39826 0,0 -0.69866,0.34589 -0.69866,0.34589 0,0 -0.72347,0.29352 -0.72347,0.29352 0,0 -0.74827,0.24115 -0.74827,0.24115 0,0 -0.77446,0.18328 -0.77446,0.18328 0,0 -0.80201,0.13092 -0.80201,0.13092 0,0 -0.8295799,0.0785 -0.8295799,0.0785 0,0 -0.85714,0.0262 -0.85714,0.0262 0,0 -0.8170018,-0.0363 -0.8170018,-0.0363 0,0 -0.7753202,-0.10904 -0.7753202,-0.10904 0,0 -0.7336298,-0.18172 -0.7336298,-0.18172 0,0 -0.6919471,-0.25442 -0.6919471,-0.25442 0,0 -0.6502601,-0.32711 -0.6502601,-0.32711 0,0 -0.608575,-0.39981 -0.608575,-0.39981 0,0 -0.5668891,-0.47249 -0.5668891,-0.47249 0,0 -0.4589059,-0.47637 -0.4589059,-0.47637 m 5.6928791,3.326011 c 0,0 0,-2.99999 0,-2.99999"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path46675" />
+ inkscape:label="GlyphLayer-H">
+ sodipodi:nodetypes="cccccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False"
+ inkscape:label="Auto-remplissage satin 1" />
-
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False"
+ inkscape:label="Auto-remplissage satin 2" />
+ d="m 12.154868,18.275576 c 0,0 0,0.2373 0,0.2373 0,0 0,0.30427 0,0.30427 0,0 0,0.0335 0,0.0335 0,0 0,0 0,0 0,0 0,0.27078 0,0.27078 0,0 0,0.30427 0,0.30427"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.500028, 0.500028;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:running_stitch_length_mm=""
+ id="autosatinrun1-4"
+ inkscape:label="Points droits pour auto-remplissage satin 3" />
-
+ id="autosatin3-0"
+ d="m 10.685948,19.425686 c 0,0 0,-1.15011 0,-1.15011 m 2.93784,1.15011 c 0,0 0,-1.15011 0,-1.15011"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkscape:label="Auto-remplissage satin 4" />
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:contour_underlay="False"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:fill_underlay="False"
+ inkscape:label="Auto-remplissage satin 5" />
-
+ d="m 14.608258,11.075586 c 0,0 0,-0.82569 0,-0.82569 m -2.00641,0.82569 c 0,0 0,-0.82569 0,-0.82569 m -0.10032,0.79919 c 0,0 2.20705,0 2.20705,0"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin5-31"
+ sodipodi:nodetypes="cccccc"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkscape:label="Auto-remplissage satin 6" />
+ inkstitch:ties="False"
+ d="m 13.605058,10.088286 c 0,0 0,-0.1426597 0,-0.1426597 0,0 0,-0.3042699 0,-0.3042699 0,0 0,-0.30427 0,-0.30427 0,0 0,-0.2360999 0,-0.2360999 0,0 0,0 0,0 0,0 0,-0.0682 0,-0.0682 0,0 0,-0.3042701 0,-0.3042701 0,0 0,-0.3042801 0,-0.3042801 0,0 0,-0.3042697 0,-0.3042697 0,0 0,-0.006 0,-0.006 0,0 0,0 0,0 0,0 0,-0.29796 0,-0.29796 0,0 0,-0.3042698 0,-0.3042698 0,0 0,-0.30427 0,-0.30427 0,0 0,-0.0808 0,-0.0808 0,0 0,0 0,0 0,0 0,-0.22347 0,-0.22347 0,0 0,-0.3042701 0,-0.3042701 0,0 0,-0.30427 0,-0.30427 0,0 0,-0.1552901 0,-0.1552901 0,0 0,0 0,0 0,0 0,-0.14898 0,-0.14898 0,0 0,-0.30427 0,-0.30427 0,0 0,-0.3042699 0,-0.3042699 0,0 0,-0.22978 0,-0.22978 0,0 0,0 0,0 0,0 0,-0.0745 0,-0.0745 0,0 0,-0.30427 0,-0.30427 0,0 0,-0.30427 0,-0.30427 0,0 0,-0.30427 0,-0.30427"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:0.500028, 0.500028;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:running_stitch_length_mm=""
+ id="autosatinrun2-5"
+ inkscape:label="Points droits pour auto-remplissage satin 7" />
-
-
+ id="path14107-6-2-2"
+ d="m 11.240818,3.2597964 v 0.71104 l 4.6638,0.0381 v -0.78897 l -4.6638,0.0398"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ sodipodi:nodetypes="ccccc" />
+ d="m 14.950048,4.1644864 c 0,0 0,-0.23758 0,-0.23758 0,0 0,-0.30427 0,-0.30427 0,0 0,-0.0333 0,-0.0333 0,0 0,0 0,0 0,0 0,-0.2709201 0,-0.2709201 0,0 0,-0.30427 0,-0.30427"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.500028, 0.500028;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:running_stitch_length_mm=""
+ id="autosatinrun3-35"
+ inkscape:label="Points droits pour auto-remplissage satin 8" />
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False"
+ inkscape:label="Auto-remplissage satin 9" />
+
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False"
+ inkscape:label="Auto-remplissage satin 11" />
-
+
+ d="m 12.602278,9.8530663 c 0,0 -7.6839903,0 -7.6839903,0 m 7.6839903,1.3449597 c 0,0 -7.6839903,0 -7.6839903,0"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin9-8"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkscape:label="Auto-remplissage satin 13" />
+
+
+
+
+
+ sodipodi:nodetypes="cccc"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False"
+ inkscape:label="Auto-remplissage satin 19" />
+
+
+
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False"
+ inkscape:label="Auto-remplissage satin 23" />
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False"
+ inkscape:label="Auto-remplissage satin 24" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ d="m 2.9290636,4.199282 v 6.87077 m 2.00034,-6.87077 v 6.87077 m -2.10674,-0.0265 h 2.2070602"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path23610-3"
+ sodipodi:nodetypes="cccccc" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:contour_underlay="False"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ inkstitch:fill_underlay="False" />
+ inkstitch:ties="False"
+ inkscape:connector-curvature="0"
+ id="path4992-8"
+ d="m 5.7582784,18.743977 2.4095977,0.55516"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ inkstitch:fill_underlay="False" />
+ inkstitch:running_stitch_length_mm="2.5"
+ inkstitch:fill_underlay="False" />
+ sodipodi:nodetypes="cccccccc"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:contour_underlay="False"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:fill_underlay="False" />
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
-
-
-
-
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:contour_underlay="False"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:fill_underlay="False" />
+
+
+
+
+
+
-
+ d="m 13.260231,21.134335 c -0.52541,0.006 -1.055282,-0.01 -1.566234,-0.14478 -0.764977,-0.18103 -1.441021,-0.66211 -1.8953946,-1.29941 m 3.4616286,3.48368 c -1.16597,-0.0536 -2.339018,-0.42701 -3.238645,-1.18825 -0.6831566,-0.56683 -1.1983225,-1.31152 -1.5789735,-2.10801"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+
+
+
+
+
+
+
+
-
-
-
+ sodipodi:nodetypes="ccccccccccccccccccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+ sodipodi:nodetypes="ccscccccccc"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+ d="m 9.1228636,10.38905 c 0,0 0.2361686,-0.0924 0.2361686,-0.0924 0,0 0.4648535,-0.3121396 0.4648535,-0.3121396 0,0 0.3785963,-0.4220588 0.3785963,-0.4220588 0,0 0.283779,-0.5419596 0.283779,-0.5419596 0,0 0.1804,-0.6718292 0.1804,-0.6718292 0,0 0.06846,-0.8116891 0.06846,-0.8116891 0,0 -0.02691,-0.5987095 -0.02691,-0.5987095 0,0 -0.08024,-0.5900492 -0.08024,-0.5900492 0,0 -0.160247,-0.5597594 -0.160247,-0.5597594 0,0 -0.266941,-0.5078192 -0.266941,-0.5078192 0,0 -0.181815,-0.22767 -0.181815,-0.22767 0,0 -0.2184923,-0.2065597 -0.2184923,-0.2065597 0,0 -0.2585087,-0.1827599 -0.2585087,-0.1827599 0,0 -0.3018538,-0.1562296 -0.3018538,-0.1562296 0,0 -0.3485351,-0.12702 -0.3485351,-0.12702 0,0 -0.3985565,-0.0951 -0.3985565,-0.0951 0,0 -0.4519075,-0.0605 -0.4519075,-0.0605 0,0 -0.5085963,-0.023101 -0.5085963,-0.023101 0,0 -2.5245663,0 -2.5245663,0 0,0 -0.9876235,0 -0.9876235,0 m 5.7998716,7.1673318 c 0,0 0.2971474,-0.084 0.2971474,-0.084 0,0 0.867919,-0.321179 0.867919,-0.321179 0,0 0.724132,-0.39401 0.724132,-0.39401 0,0 0.306323,-0.235629 0.306323,-0.235629 0,0 0.268192,-0.26743 0.268192,-0.26743 0,0 0.229327,-0.3037389 0.229327,-0.3037389 0,0 0.189737,-0.3445696 0.189737,-0.3445696 0,0 0.149418,-0.3899398 0.149418,-0.3899398 0,0 0.108368,-0.4398393 0.108368,-0.4398393 0,0 0.06659,-0.4942495 0.06659,-0.4942495 0,0 0.02408,-0.5531894 0.02408,-0.5531894 0,0 -0.03209,-0.5441795 -0.03209,-0.5441795 0,0 -0.07112,-0.5096593 -0.07112,-0.5096593 0,0 -0.109134,-0.4750593 -0.109134,-0.4750593 0,0 -0.146122,-0.4403696 -0.146122,-0.4403696 0,0 -0.182095,-0.4056095 -0.182095,-0.4056095 0,0 -0.217042,-0.3707696 -0.217042,-0.3707696 0,0 -0.250975,-0.3358397 -0.250975,-0.3358397 0,0 -0.283884,-0.3008296 -0.283884,-0.3008296 0,0 -0.315774,-0.2657397 -0.315774,-0.2657397 0,0 -0.346645,-0.2305799 -0.346645,-0.2305799 0,0 -0.3765,-0.1953197 -0.3765,-0.1953197 0,0 -0.405329,-0.1599899 -0.405329,-0.1599899 0,0 -0.4331436,-0.1245797 -0.4331436,-0.1245797 0,0 -0.4599315,-0.0891 -0.4599315,-0.0891 0,0 -0.9961675,-0.0714 -0.9961675,-0.0714 0,0 -4.4191208,0 -4.4191208,0 m 4.3104579,1.662308 c 0,0 0,-1.889878 0,-1.889878 m 5.9206355,4.7632537 c 0,0 -4.073301,0.023601 -4.073301,0.023601 M 9.1125951,10.330289 c 0,0 0.767973,1.080664 0.767973,1.080664"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path51636-5"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
-
+ d="m 1.1163819,4.2015973 1.885155,10e-5 H 4.020328 M 1.1163789,3.0222289 h 2.889981 M 3.1480087,2.6056591 3.1716095,4.3301773"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path39747"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ d="M 4.9135134,4.2015024 V 11.000112 M 2.9066773,4.2018224 v 6.7963896 m -0.873111,-5.4892296 3.9452871,0.006"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path4897-43"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+ d="m 4.9135134,11.000112 -1.881e-4,7.31231 m -2.006648,-7.31421 v 7.31465 m -0.615629,-0.86324 h 3.4410949"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path51425-6"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+
+
+
+
+
+
+
+
-
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+ sodipodi:nodetypes="ccccccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+ inkscape:label="AutoSatin Running Stitch 1"
+ inkstitch:running_stitch_length_mm=""
+ inkstitch:fill_underlay="False" />
+ inkscape:label="AutoSatin 2"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+ sodipodi:nodetypes="ccc"
+ inkstitch:running_stitch_length_mm=""
+ inkstitch:fill_underlay="False" />
+ d="m 0.22834892,3.1550122 v 0.4979 m 1.24598798,-0.4979 v 0.4979 m 0.0745,-0.0369 H 0.15385792"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;opacity:0.88;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ d="M 1.4741239,3.0548722 H 6.863329 M 1.4518369,4.3458123 h 5.400437 m -5.350578,-1.3554801 -0.02452,1.4200301"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;opacity:0.88;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ inkscape:label="AutoSatin Running Stitch 1"
+ inkstitch:running_stitch_length_mm=""
+ inkstitch:fill_underlay="False" />
+ inkscape:label="AutoSatin 2"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+ d="m 13.38013,3.6319522 v -0.4979 m -1.245987,0.4979 v -0.4979 m 1.320487,0.461 h -1.394978"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;opacity:0.88;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
-
-
+ inkscape:label="AutoSatin 5"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False" />
-
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False" />
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False" />
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+
+
+ id="path32455-7"
+ d="m 12.118394,18.382818 c 2.571718,-2.11722 1.648853,-9.7696795 1.712211,-14.8496697"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ inkscape:connector-curvature="0"
+ d="M 11.830266,3.0762684 V 4.2448782 M 15.803808,3.0762684 V 4.2448483"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin1-3-0"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+
+ id="autosatinrun1-0-6"
+ d="M 4.3339865,15.885152 C 3.2398987,12.135167 3.9547651,6.2690347 3.8927827,3.8868986"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ d="m -0.18491876,4.1346102 v -1.15039 m 2.73528806,1.15039 v -1.15039"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.0971288;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:fill_underlay="False" />
+ d="m 2.5503693,2.9842202 v 1.15039 m 2.7352878,-1.15039 v 1.15039"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.0971288;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:fill_underlay="False" />
-
-
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:fill_underlay="False" />
-
-
+
+ d="m 8.2990369,19.4439 c 0,0 0.16569,-0.46155 0.16569,-0.46155 M 6.5538691,19.4439 c 0,0 -0.184461,-0.50457 -0.184461,-0.50457 m 2.1702388,0.07012 c 0,0 -2.2450058,-0.0474 -2.2450058,-0.0474"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+
+
+
+
+
-
-
-
-
-
-
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ inkscape:connector-curvature="0"
+ id="path21013-5-6-7"
+ d="m 13.683497,18.988663 -0.632191,-2.62712 m 2.51201,2.67014 0.621896,-2.67014 m 0.170448,1.48318 -3.5243,0.008"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
-
-
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:fill_underlay="False" />
-
-
-
-
-
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:fill_underlay="False" />
-
+ id="path14107-6-4-4-7"
+ d="m 0.38455744,3.2796428 v 0.71104 l 4.74231106,0.0381 v -0.78897 l -4.74231106,0.0398"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ sodipodi:nodetypes="ccccc" />
-
+ id="path9688-4-6-9"
+ d="m 0.05331944,4.1843328 v -1.15039 m 2.73528796,1.15039 v -1.15039"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.0971288;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:fill_underlay="False" />
+ inkscape:connector-curvature="0"
+ id="path9688-8-9-18-8"
+ d="m 2.7886074,3.0339428 v 1.15039 m 2.7352879,-1.15039 v 1.15039"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.0971288;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:fill_underlay="False" />
+ sodipodi:nodetypes="cccccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:fill_underlay="False" />
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+
+
+
+
+
+
+
+ sodipodi:nodetypes="cccccc" />
+
+
+
+
+
+ sodipodi:nodetypes="cc" />
+
+
+
+
+
+ sodipodi:nodetypes="cccccc" />
+
+
+
+
+
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False" />
-
+
+ d="m 1.332405,4.2019223 c 0,0 4.5750901,8.1910597 4.5750901,8.1910597 m -2.18202,-8.1910597 c 0,0 4.3479799,7.7930597 4.3479799,7.7930597 M 6.7715251,8.2920923 c 0,0 -3.46437,1.9242197 -3.46437,1.9242197"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+ d="m 11.041995,4.1724723 c 0,0 -3.6173924,6.6503127 -3.6173924,6.6503127 M 12.243645,4.1724723 c 0,0 -4.32972,8.0110497 -4.32972,8.0110497 m 4.50569,-7.1694397 c 0,0 -1.90153,-0.023 -1.90153,-0.023 M 9.493798,10.367101 c 0,0 -2.49836,0.006 -2.49836,0.006"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ d="m 7.913925,12.183522 v 6.12952 m -2.0064299,-5.92006 v 5.92006"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.343612;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
-
-
-
+ inkstitch:ties="False" />
+
+
+
+
+
+ inkscape:label="AutoSatin Running Stitch 1"
+ inkstitch:running_stitch_length_mm=""
+ inkstitch:fill_underlay="False" />
+ inkscape:label="AutoSatin 2"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+ inkscape:label="AutoSatin Running Stitch 1"
+ inkstitch:running_stitch_length_mm=""
+ inkstitch:fill_underlay="False" />
+ d="m 1.2281638,2.9462629 c 0,0 0,0.59802 0,0.59802 m 1.245991,-0.59802 c 0,0 0,0.59802 0,0.59802 m 0.0745,-0.0369 c 0,0 -1.394982,0 -1.394982,0"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;opacity:0.88;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ d="m 2.4739488,2.9462629 c 0,0 10.4540872,0 10.4540872,0 m -10.5006362,1.36775 c 0,0 7.6538992,0 7.6538992,0 0,0 2.846737,-0.57214 2.846737,-0.57214 m -3.1737182,-1.57358 c 0,0 0,2.42401 0,2.42401"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;opacity:0.88;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
-
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+ d="M 2.1243761,18.599795 12.79987,18.527165 12.83969,15.929492"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ d="m 13.329771,15.714243 v 3.14691 m -1.190248,-3.14691 v 3.14691 m 1.264743,-3.11004 h -1.33924"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;opacity:0.88;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+
+
+
+
+
+
+ d="m 8.1748128,12.151147 c 0,0 -2.568657,0 -2.568657,0 0,0 -1.0142353,0.0627 -1.0142353,0.0627 0,0 -0.8929676,0.188104 -0.8929676,0.188104 0,0 -0.4010086,0.141077 -0.4010086,0.141077 0,0 -0.3706919,0.172429 -0.3706919,0.172429 0,0 -0.3403749,0.203778 -0.3403749,0.203778 0,0 -0.3100579,0.23513 -0.3100579,0.23513 0,0 -0.2764686,0.263549 -0.2764686,0.263549 0,0 -0.2396059,0.289043 -0.2396059,0.289043 0,0 -0.2027435,0.314536 -0.2027435,0.314536 0,0 -0.1658811,0.340031 -0.1658811,0.340031 0,0 -0.1290186,0.365523 -0.1290186,0.365523 0,0 -0.092156,0.391018 -0.092156,0.391018 0,0 -0.073725,0.858516 -0.073725,0.858516 0,0 0.064079,0.836469 0.064079,0.836469 0,0 0.1922359,0.745517 0.1922359,0.745517 0,0 0.3203934,0.654567 0.3203934,0.654567 0,0 0.4485508,0.563614 0.4485508,0.563614 0,0 0.5629262,0.453402 0.5629262,0.453402 0,0 0.2922293,0.145061 0.2922293,0.145061 m 5.1971777,-6.044456 c 0,0 -2.3591972,0 -2.3591972,0 0,0 -0.6352749,0.04065 -0.6352749,0.04065 0,0 -0.5498363,0.121956 -0.5498363,0.121956 0,0 -0.4643976,0.203259 -0.4643976,0.203259 0,0 -0.3789591,0.284563 -0.3789591,0.284563 0,0 -0.2893882,0.368623 -0.2893882,0.368623 0,0 -0.206706,0.455441 -0.206706,0.455441 0,0 -0.1240238,0.542258 -0.1240238,0.542258 0,0 -0.041341,0.629075 -0.041341,0.629075 0,0 0.04203,0.580155 0.04203,0.580155 0,0 0.12609,0.516764 0.12609,0.516764 0,0 0.2101498,0.453375 0.2101498,0.453375 0,0 0.2266396,0.300418 0.2266396,0.300418 M 4.9044933,13.99449 c 0,0 -0.06682,-2.47224 -0.06682,-2.47224 M 3.5013272,15.9656 c 0,0 -2.84010586,0.06682 -2.84010586,0.06682 M 8.1483545,12.092166 c 0,0 0,1.29757 0,1.29757"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path25845"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_underlay_spacing_mm="1"
+ inkstitch:zigzag_underlay_inset_mm="0.1"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+ id="path26234-5"
+ d="M 7.7972861,18.042967 C 6.7096277,20.481428 0.32469803,19.226716 2.8127248,14.14509 l 1.2047971,-1.039436 c 1.345117,-0.346307 2.7731969,-0.492959 3.8992558,-0.425224"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ sodipodi:nodetypes="cscscssccscscscccccccccc"
+ inkstitch:ties="False" />
+
+ sodipodi:nodetypes="scsccsscscscccccccccccccsccccccc" />
-
-
+ inkscape:label="GlyphLayer-à">
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccccc"
+ inkstitch:ties="False" />
+ id="path26236-6"
+ d="m 9.1952012,17.642299 0.08032,-3.860081 C 9.5497792,11.571251 8.5627633,9.0354699 6.661625,8.0686523"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ sodipodi:nodetypes="cc" />
+ d="M 4.6902362,1.3829176 7.2478763,5.5280625 M 2.7168862,1.3829176 6.0900464,5.5280625"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.312775;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path16180-2-8" />
+
+
+ d="m 10.196795,18.29286 c 0,0 -2.149739,-1e-6 -2.149739,-1e-6 M 1.921526,8.3653525 c 0.63206,-0.301327 1.245743,-0.525487 1.84105,-0.67248 0.602667,-0.15434 1.186957,-0.23151 1.75287,-0.23151 1.46256,0 2.576013,0.404223 3.34036,1.21267 0.7643522,0.8011 1.146529,1.9696765 1.146529,3.5057295 0,0 0,6.152015 0,6.152015 M 1.921526,10.735582 c 0,0 0.93706,0 0.93706,0 0.110247,-0.720253 0.378507,-1.2641195 0.80478,-1.6315995 0.426273,-0.367473 1.006887,-0.55121 1.74184,-0.55121 0.874593,0 1.554423,0.24621 2.03949,0.73863 0.49242,0.485067 0.73863,1.1722465 0.73863,2.0615395 0,0 0,6.978835 0,6.978835 m 2.108599,-7.671917 c 0,0 -2.538999,0 -2.538999,0 m -2.038,-1.6701125 c 0,0 0,-1.804069 0,-1.804069 m -3.408,0.434313 c 0,0 0,3.7417715 0,3.7417715"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path25858-3"
+ inkstitch:ties="False" />
+ id="path26234-8"
+ d="M 7.858113,18.010826 C 6.770454,20.449287 0.38552398,19.194575 2.873551,14.112949 l 1.204797,-1.039436 c 1.345117,-0.346307 2.773197,-0.492959 3.899256,-0.425224"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ sodipodi:nodetypes="cscscssccscscscccccccccc"
+ inkstitch:ties="False" />
+
+ sodipodi:nodetypes="scsccsscscscccccccccccccsccccccc" />
+ id="layer3"
+ inkscape:label="GlyphLayer-ä"
+ style="display:none">
+ d="m 8.1820507,19.442565 v -0.267989 m 3.4506063,0.268114 v -0.291759 m 0.172531,0.02528 -3.7956676,0.02601"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path5057-4-5"
+ sodipodi:nodetypes="cccccc"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ d="m 11.632657,19.150931 c 0,0 0,-0.87681 0,-0.87681 m -3.4506063,0.900455 c 0,0 0,-0.90001 0,-0.90001 m -0.6086954,0.661788 c 0,0 4.6774497,-0.02362 4.6774497,-0.02362"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path4884-12-2"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+
+
+
+
+
+
+
+
+
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 3.2676328,8.1788898 2.6061744,9.5348794"
+ id="path16317-9" />
-
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False" />
+ sodipodi:nodetypes="cccc" />
+ d="m 8.1820491,12.1005 c 0,0 -2.568657,0 -2.568657,0 0,0 -1.0142352,0.0627 -1.0142352,0.0627 0,0 -0.8929677,0.188103 -0.8929677,0.188103 0,0 -0.4010086,0.141078 -0.4010086,0.141078 0,0 -0.3706919,0.172428 -0.3706919,0.172428 0,0 -0.3403749,0.203779 -0.3403749,0.203779 0,0 -0.310058,0.23513 -0.310058,0.23513 0,0 -0.2764686,0.263549 -0.2764686,0.263549 0,0 -0.2396058,0.289042 -0.2396058,0.289042 0,0 -0.2027436,0.314537 -0.2027436,0.314537 0,0 -0.1658811,0.34003 -0.1658811,0.34003 0,0 -0.1290186,0.365524 -0.1290186,0.365524 0,0 -0.092156,0.391018 -0.092156,0.391018 0,0 -0.073725,0.858516 -0.073725,0.858516 0,0 0.064079,0.836469 0.064079,0.836469 0,0 0.192236,0.745517 0.192236,0.745517 0,0 0.3203934,0.654567 0.3203934,0.654567 0,0 0.4485507,0.563614 0.4485507,0.563614 0,0 0.5629263,0.453402 0.5629263,0.453402 0,0 0.2922293,0.145061 0.2922293,0.145061 m 5.1971776,-6.044456 c 0,0 -2.359197,0 -2.359197,0 0,0 -0.6352749,0.04065 -0.6352749,0.04065 0,0 -0.5498364,0.121955 -0.5498364,0.121955 0,0 -0.4643975,0.203259 -0.4643975,0.203259 0,0 -0.378959,0.284563 -0.378959,0.284563 0,0 -0.2893885,0.368623 -0.2893885,0.368623 0,0 -0.2067059,0.455441 -0.2067059,0.455441 0,0 -0.1240238,0.542258 -0.1240238,0.542258 0,0 -0.041341,0.629075 -0.041341,0.629075 0,0 0.04203,0.580155 0.04203,0.580155 0,0 0.1260899,0.516764 0.1260899,0.516764 0,0 0.2101499,0.453375 0.2101499,0.453375 0,0 0.2266397,0.300418 0.2266397,0.300418 m 1.1738944,-3.832802 c 0,0 -0.06682,-2.47224 -0.06682,-2.47224 m -1.3363459,4.44335 c 0,0 -2.84010585,0.06682 -2.84010585,0.06682 M 8.1555908,12.041519 c 0,0 0,1.29757 0,1.29757"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path25845-8-8"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_underlay_spacing_mm="1"
+ inkstitch:zigzag_underlay_inset_mm="0.1"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ sodipodi:nodetypes="cc"
+ id="path14425-0-0"
+ d="m 3.7341014,18.896771 c 2.5938591,0.93135 3.7025977,0.18799 4.2333336,-1.207161"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ d="m 8.1820491,15.760566 c 0,0 -0.044097,0.59876 -0.044097,0.59876 0,0 -0.1322904,0.539503 -0.1322904,0.539503 0,0 -0.2204841,0.480246 -0.2204841,0.480246 0,0 -0.308678,0.420988 -0.308678,0.420988 0,0 -0.3755184,0.342444 -0.3755184,0.342444 0,0 -0.4320156,0.244603 -0.4320156,0.244603 0,0 -0.4885132,0.146762 -0.4885132,0.146762 0,0 -0.5450107,0.04892 -0.5450107,0.04892 0,0 -0.5443257,-0.04479 -0.5443257,-0.04479 0,0 -0.4864481,-0.134358 -0.4864481,-0.134358 0,0 -0.4285708,-0.223931 -0.4285708,-0.223931 0,0 -0.3706931,-0.313504 -0.3706931,-0.313504 0,0 -0.06757,-0.08957 -0.06757,-0.08957 m 4.444215,0.398247 c 0,0 -0.314883,0.381028 -0.314883,0.381028 0,0 -0.3383087,0.327284 -0.3383087,0.327284 0,0 -0.3617352,0.27354 -0.3617352,0.27354 0,0 -0.3851616,0.219797 -0.3851616,0.219797 0,0 -0.4140997,0.168834 -0.4140997,0.168834 0,0 -0.4485497,0.120635 -0.4485497,0.120635 0,0 -0.482999,0.0724 -0.482999,0.0724 0,0 -0.5174495,0.02414 -0.5174495,0.02414 0,0 -0.8316474,-0.06479 -0.8316474,-0.06479 0,0 -0.7420734,-0.194361 -0.7420734,-0.194361 0,0 -0.3602706,-0.178836 -0.3602706,-0.178836 m 5.0004511,-2.841671 c 0,0 -0.06682,2.138153 -0.06682,2.138153 m -3.7117587,1.121266 c 0,0 0,-1.832104 0,-1.832104 m -0.4157147,-0.18936 c 0,0 -0.8197182,1.692416 -0.8197182,1.692416"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path13077-6-4"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_underlay_spacing_mm="1"
+ inkstitch:zigzag_underlay_inset_mm="0.1"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccc"
+ inkstitch:ties="False" />
+ id="autosatin7"
+ d="m 4.2033648,15.770202 c 0.04572,0.25746 0.119593,0.50757 0.2278041,0.74594 0.2772069,0.60656 0.641595,1.20559 1.19003,1.60245 0.2951451,0.17411 0.626101,0.3058 0.9674069,0.3511 0.7264302,0.12677 1.535767,-0.0331 2.073894,-0.56241 m -4.459135,-0.27399 c 0.176226,0.33573 0.373154,0.66293 0.6157219,0.95539 0.5266341,0.66413 1.3367181,1.05996 2.1714111,1.15136 0.9535051,0.13174 1.9705,-0.0474 2.7614,-0.61547 m -2.6770979,0.63081 v -1.727 m -1.9711062,1.46998 c -0.011131,-0.82408 -0.02227,-1.64816 -0.03341,-2.47224 m 4.2374021,2.415 -0.9304319,-1.74683"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cc"
+ inkstitch:ties="False" />
-
+
+ sodipodi:nodetypes="cccccccccc"
+ inkstitch:ties="False" />
-
+ sodipodi:nodetypes="cccccc"
+ inkstitch:ties="False" />
+ d="m 4.2034595,18.295201 v 0.863938 M 0.62056843,18.295201 v 0.863938 M 0.44142389,19.132681 H 4.3826039"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path3175"
+ inkstitch:ties="False" />
+ d="m 4.2034595,19.46341 c 0,0 0,-0.304271 0,-0.304271 M 0.62056843,19.46341 c 0,0 0,-0.304271 0,-0.304271 m 3.76203547,0.277812 c 0,0 -3.94118001,0 -3.94118001,0"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin4-1" />
+ d="m 7.8256672,19.433453 c 0.1021771,0.20435 2.2623058,-2.661667 2.0906815,-3.264767"
+ id="path20069"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ inkscape:connector-curvature="0" />
+ d="m 4.3648247,19.286986 c 0,0 -2.220611,-1.72452 -2.14974,-3.77976 0.07087,-2.05525 -0.04725,-5.7405195 1.039435,-6.3547295 1.0866801,-0.61421 2.409597,-1.34654 3.590774,-1.2048 1.1811741,0.14174 3.118302,2.1969895 3.118302,2.1969895"
+ id="path20067"
+ inkscape:connector-curvature="0" />
+ inkstitch:ties="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0264583;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 10.242233,11.484003 H 9.1839051 L 9.0243759,10.69232 8.8997396,10.300384 8.7384207,9.9250888 8.5353426,9.5769621 8.2854297,9.2665311 7.9836053,9.0043233 7.6247932,8.8008663 7.1910763,8.6467084 6.7333242,8.5546578 6.2653221,8.5281887 5.8008559,8.5707754 5.3537106,8.6858923 4.9376718,8.8770133 4.5665251,9.1476132 4.2540558,9.5011657 3.9624329,9.9727637 3.7379514,10.471682 l -0.1663578,0.520717 -0.1172534,0.53699 -0.1232664,1.100714 -0.035069,1.099538 0.037854,1.007113 0.130069,1.004314 0.1121335,0.49171 0.1502093,0.479732 0.1932924,0.463996 0.2413836,0.4445 0.2113293,0.273466 0.2471888,0.237359 0.2332048,0.167541 M 10.242234,8.4853963 9.5865187,8.1790246 8.9058935,7.9153211 8.2059704,7.7025127 7.4923644,7.5488273 6.770688,7.4624917 6.0465551,7.4517338 5.3255788,7.5247799 4.6133732,7.6898577 3.9721047,7.9667491 3.3896483,8.337953 2.869495,8.7909159 2.4151375,9.3130845 2.0300669,9.8919058 1.717776,10.514827 l -0.23602,0.654466 -0.1562569,0.67346 -0.1502008,1.204086 -0.018381,0.608098 0.021218,0.607927 0.062157,0.6046 0.1044356,0.598118 0.1480537,0.58848 0.1930117,0.575685 0.2638956,0.56693 0.3294249,0.535805 0.3899739,0.494417 0.4455422,0.442767 0.4961307,0.380853 0.5417382,0.308676 0.1022216,0.03971 M 9.2287578,12.438382 9.1285321,7.6609573 M 0.87660459,13.60769 H 3.4490686 M 6.650924,7.4374879 v 1.3593684"
+ id="path9573"
+ inkscape:connector-curvature="0" />
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cscsc"
+ inkstitch:ties="False" />
+ d="m 10.182665,11.513302 c 0,0 -1.0583268,0 -1.0583268,0 0,0 -0.1595298,-0.79169 -0.1595298,-0.79169 0,0 -0.1246362,-0.39193 -0.1246362,-0.39193 0,0 -0.1613189,-0.3752995 -0.1613189,-0.3752995 0,0 -0.203078,-0.34812 -0.203078,-0.34812 0,0 -0.249913,-0.31044 -0.249913,-0.31044 0,0 -0.301825,-0.2622 -0.301825,-0.2622 0,0 -0.358812,-0.20346 -0.358812,-0.20346 0,0 -0.4337161,-0.15416 -0.4337161,-0.15416 0,0 -0.457753,-0.0921 -0.457753,-0.0921 0,0 -0.4680019,-0.0265 -0.4680019,-0.0265 0,0 -0.464466,0.0426 -0.464466,0.0426 0,0 -0.447145,0.11512 -0.447145,0.11512 0,0 -0.4160391,0.19112 -0.4160391,0.19112 0,0 -0.3711461,0.2706 -0.3711461,0.2706 0,0 -0.31247,0.35355 -0.31247,0.35355 0,0 -0.2916229,0.4715995 -0.2916229,0.4715995 0,0 -0.224481,0.49892 -0.224481,0.49892 0,0 -0.1663578,0.52071 -0.1663578,0.52071 0,0 -0.1172542,0.53699 -0.1172542,0.53699 0,0 -0.123266,1.10072 -0.123266,1.10072 0,0 -0.03507,1.09953 -0.03507,1.09953 0,0 0.03786,1.00712 0.03786,1.00712 0,0 0.130068,1.00431 0.130068,1.00431 0,0 0.1121341,0.49171 0.1121341,0.49171 0,0 0.150209,0.47973 0.150209,0.47973 0,0 0.193293,0.464 0.193293,0.464 0,0 0.2413831,0.4445 0.2413831,0.4445 0,0 0.2113298,0.27347 0.2113298,0.27347 0,0 0.2471891,0.23735 0.2471891,0.23735 0,0 0.2774389,0.19932 0.2774389,0.19932 0,0 0.3020819,0.15936 0.3020819,0.15936 0,0 0.321115,0.11745 0.321115,0.11745 0,0 0.3345392,0.0736 0.3345392,0.0736 0,0 0.1042228,0.008 0.1042228,0.008 M 10.182671,8.5141225 c 0,0 -0.6557148,-0.3063701 -0.6557148,-0.3063701 0,0 -0.6806258,-0.2637 -0.6806258,-0.2637 0,0 -0.6999232,-0.21281 -0.6999232,-0.21281 0,0 -0.7136059,-0.15369 -0.7136059,-0.15369 0,0 -0.721677,-0.0863 -0.721677,-0.0863 0,0 -0.7241331,-0.0108 -0.7241331,-0.0108 0,0 -0.720976,0.073 -0.720976,0.073 0,0 -0.7122049,0.16508 -0.7122049,0.16508 0,0 -0.6412691,0.27689 -0.6412691,0.27689 0,0 -0.582456,0.37121 -0.582456,0.37121 0,0 -0.520153,0.4529601 -0.520153,0.4529601 0,0 -0.454358,0.52217 -0.454358,0.52217 0,0 -0.38507,0.57882 -0.38507,0.57882 0,0 -0.312292,0.6229195 -0.312292,0.6229195 0,0 -0.236019,0.65447 -0.236019,0.65447 0,0 -0.156257,0.67346 -0.156257,0.67346 0,0 -0.150201,1.20408 -0.150201,1.20408 0,0 -0.01838,0.6081 -0.01838,0.6081 0,0 0.02122,0.60793 0.02122,0.60793 0,0 0.06216,0.6046 0.06216,0.6046 0,0 0.104436,0.59812 0.104436,0.59812 0,0 0.148054,0.58848 0.148054,0.58848 0,0 0.193011,0.57568 0.193011,0.57568 0,0 0.263896,0.56693 0.263896,0.56693 0,0 0.3294251,0.53581 0.3294251,0.53581 0,0 0.389974,0.49441 0.389974,0.49441 0,0 0.4455419,0.44277 0.4455419,0.44277 0,0 0.49613,0.38085 0.49613,0.38085 0,0 0.5417391,0.30868 0.5417391,0.30868 0,0 0.5823649,0.22624 0.5823649,0.22624 0,0 0.618013,0.13353 0.618013,0.13353 0,0 0.7982151,0.071 0.7982151,0.071 m 3.0776659,-7.35162 c 0,0 -0.100226,-4.7774296 -0.100226,-4.7774296 M 0.81704718,13.636322 c 0,0 2.57246402,0 2.57246402,0 M 6.5913673,7.4661224 c 0,0 0,1.3593701 0,1.3593701"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:nodetypes="cccccccccccccccccccc"
+ inkstitch:ties="False" />
-
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="ccscsccccscscccc"
+ inkstitch:ties="False" />
+ id="path71568"
+ d="m 9.0582052,15.989182 c -0.05011,0.21668 -0.09871,0.43396 -0.1623279,0.64719 -0.206017,0.70245 -0.6122501,1.38805 -1.2657342,1.75524 l -0.5557707,0.22661 -0.5923812,0.10073 -0.3445629,0.0198 -0.2381321,-0.0194 m 4.6361588,-2.73017 c -0.12723,0.4757 -0.247837,0.94918 -0.480395,1.45597 -0.1873228,0.39226 -0.4180538,0.7693 -0.7150218,1.08866 -0.244726,0.30008 -0.570849,0.51375 -0.8818693,0.737805 l -0.7489207,0.318335 -0.792531,0.1803 -0.813021,0.0501 -0.012171,-0.001 m 0.035995,0.05505 -0.2114658,-1.20781"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:nodetypes="ccccccccccccccccc" />
+ d="m 8.8493229,19.46847 v -0.3 m 3.5828911,0.3 v -0.3 m -3.762036,0.27354 h 3.941181"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin4-3" />
+ d="m 8.8493229,19.16847 v -0.86821 m 3.5828911,0.86821 v -0.86821 m -3.762036,0.84171 h 3.941181"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path20185" />
+ d="m 8.84942,18.300129 -1.1e-6,-7.537959 m 1.8300341,7.537599 -1e-6,-7.537777 m 0.0915,0.02645 -2.0130369,1.95e-4"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path17255"
+ sodipodi:nodetypes="cccccc" />
+ d="M 8.8495509,9.5795812 8.627742,9.1593911 8.3542319,8.7694413 8.0342059,8.4166112 7.6728499,8.1078213 7.275346,7.8499613 6.846881,7.6499511 6.392638,7.5146813 l -0.474836,-0.0636 -0.4974741,-0.026101 -0.496415,0.0391 -0.4872839,0.1021598 -0.4700802,0.16294 -0.4448059,0.2215001 -0.411459,0.2778099 -0.37004,0.3318801 -0.32055,0.3837099 -0.43563,0.6419302 -0.344001,0.6861897 -0.259515,0.72153 -0.18217,0.74796 -0.111966,0.76547 -0.04891,0.77407 0.007,0.77373 0.02514,0.34452 0.03065,0.41997 0.09167,0.61232 0.138745,0.60825 0.18848,0.59571 0.240884,0.57469 0.295955,0.54521 0.353693,0.50725 0.414099,0.46083 0.477173,0.40594 M 8.8494041,11.44273 8.6344489,10.70821 8.276651,10.02727 8.048047,9.7182002 7.7883649,9.4361203 7.4991491,9.1855503 7.181943,8.9710103 6.7606211,8.8027303 6.3137999,8.7135303 5.8571748,8.7028303 5.406438,8.7700303 4.9772839,8.9146502 4.5854079,9.1361001 4.2465029,9.4337902 3.976263,9.8071901 3.714371,10.31088 3.5161049,10.83631 3.3728729,11.379 l -0.09679,0.55547 -0.08863,1.13141 -0.006,1.12887 0.02347,0.34404 0.04946,0.72503 0.08637,0.50485 0.123597,0.48227 0.163793,0.45759 0.206958,0.43084 0.2530909,0.40198 0.302192,0.37103 M 5.8444431,6.7413503 V 9.3806301 M 8.483724,8.5788201 8.416904,11.1847 M 3.5225439,14.10795 H 0.71622123 M 4.5252859,9.6813103 3.1552899,7.6600802"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin8"
+ sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
+ id="autosatinrun4"
+ d="M 3.9241329,18.57091 C 5.064544,19.3733 6.757754,19.3292 7.8075519,18.38992 8.2954579,17.93274 8.6170981,17.32805 8.8494268,16.70831"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ sodipodi:nodetypes="ccc" />
+
+
+
+ sodipodi:nodetypes="csc"
+ inkstitch:ties="False" />
-
-
+ inkstitch:ties="False" />
+ id="path24127"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 8.93381,13.840069 8.86266,12.137491 8.78816,11.493662 8.6902902,10.962652 8.5709884,10.525363 8.4321874,10.162653 8.1038378,9.5845442 7.7055851,9.1263449 7.2274058,8.7990552 6.6693016,8.6026955 6.0312724,8.5371955 5.4359587,8.6026955 4.9067925,8.7990552 4.4437709,9.1263449 4.0468954,9.5845442 3.7230569,10.170203 l -0.2549358,0.709689 -0.1860328,0.833709 -0.117132,0.957729 2.302e-4,1.168579 v 0.0882 l 0.0503,1.112768 0.1508938,0.968069 0.2514898,0.82337 0.3520865,0.678689 0.2130808,0.281629 0.2100043,0.216423 m 6.6434803,-4.168959 v -1.5e-4 L 11.003632,13.083239 10.932502,12.37303 10.823121,11.70933 10.675497,11.092141 10.48963,10.521462 10.265521,9.9972923 10.003172,9.5196332 9.7025853,9.0884839 9.3654828,8.7034942 8.9935862,8.3698346 8.5868941,8.087515 8.1454067,7.8565153 7.6691242,7.6768555 7.1580467,7.5485256 6.6121733,7.4715256 6.0315041,7.4458267 5.4854567,7.4723268 4.96628,7.5519266 4.4739757,7.6845565 4.0085422,7.8702464 3.5699818,8.108996 3.1582923,8.4007956 2.7734756,8.7456451 2.41553,9.1435547 2.0925554,9.5848643 1.8126438,10.059943 l -0.2368488,0.50884 -0.1937847,0.542609 -0.1507219,0.576359 -0.1076578,0.61013 -0.06459,0.643879 -0.02153,0.677649 0.02188,0.682819 0.06563,0.64837 0.1093809,0.613909 0.1531328,0.579469 0.1968858,0.54501 0.2406387,0.510559 0.2843908,0.47612 0.3281424,0.441659 0.3643186,0.39532 0.3929137,0.342619 0.3647973,0.250897 M 6.8461335,8.9164851 V 7.4045869 M 3.3606806,13.795586 H 0.78821418 M 3.495982,19.146221 4.4164562,17.935014"
+ inkstitch:satin_column="True"
+ inkstitch:ties="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
-
-
-
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:ties="False"
+ inkstitch:satin_column="True"
+ d="m 9.3641289,15.994095 c 0,0 -0.183279,0.646989 -0.183279,0.646989 0,0 -0.2411546,0.56292 -0.2411546,0.56292 0,0 -0.2990326,0.478869 -0.2990326,0.478869 0,0 -0.3569105,0.394809 -0.3569105,0.394809 0,0 -0.4127228,0.30385 -0.4127228,0.30385 0,0 -0.1816761,0.08453 -0.1816761,0.08453 0,0 -0.2847917,0.13254 -0.2847917,0.13254 0,0 -0.5202071,0.13023 -0.5202071,0.13023 0,0 -0.5739516,0.0434 -0.5739516,0.0434 0,0 -0.3794755,-0.0188 -0.3794755,-0.0188 0,0 -0.3557045,-0.0563 -0.3557045,-0.0563 0,0 -0.3319348,-0.0939 -0.3319348,-0.0939 0,0 -0.3081637,-0.13144 -0.3081637,-0.13144 0,0 -0.2843927,-0.168979 -0.2843927,-0.168979 0,0 -0.2606233,-0.20653 -0.2606233,-0.20653 0,0 -0.026846,-0.02767 -0.026846,-0.02767 m 6.4670936,-2.074559 c 0,0 -0.26665,0.904679 -0.26665,0.904679 0,0 -0.358976,0.784788 -0.358976,0.784788 0,0 -0.4513061,0.6649 -0.4513061,0.6649 0,0 -0.543634,0.545019 -0.543634,0.545019 0,0 -0.6311408,0.424429 -0.6311408,0.424429 0,0 -0.062894,0.02637 -0.062894,0.02637 0,0 -0.6619438,0.27693 -0.6619438,0.27693 0,0 -0.8185553,0.1819 -0.8185553,0.1819 0,0 -0.91226,0.0606 -0.91226,0.0606 0,0 -0.5644772,-0.0264 -0.5644772,-0.0264 0,0 -0.5358823,-0.0791 -0.5358823,-0.0791 0,0 -0.5072896,-0.13177 -0.5072896,-0.13177 0,0 -0.4786945,-0.18448 -0.4786945,-0.18448 0,0 -0.4501015,-0.2372 -0.4501015,-0.2372 0,0 -0.056709,-0.039 -0.056709,-0.039 M 6.3710883,18.6259 c 0,0 0,1.473321 0,1.473321"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path24923-7" />
+ id="path24842-18"
+ d="m 3.4896575,18.867621 c 0,0 -2.0762568,-4.865737 -1.5801638,-5.149218 0.496094,-0.283479 1.0642399,-0.315368 1.0642399,-0.315368"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ d="m 3.1354207,13.899493 c 0,0 5.719382,0 5.719382,0 m -5.719612,-1.168579 c 0,0 5.721612,0 5.721612,0"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path16136-26"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:ties="False"
+ inkstitch:satin_column="True"
+ d="m 8.9040189,13.899611 c 0,0 -0.07115,-1.702576 -0.07115,-1.702576 0,0 -0.0745,-0.643828 -0.0745,-0.643828 0,0 -0.09787,-0.531008 -0.09787,-0.531008 0,0 -0.1193013,-0.43729 -0.1193013,-0.43729 0,0 -0.138801,-0.362708 -0.138801,-0.362708 0,0 -0.3283494,-0.5781092 -0.3283494,-0.5781092 0,0 -0.3982522,-0.4581987 -0.3982522,-0.4581987 0,0 -0.4781787,-0.3272892 -0.4781787,-0.3272892 0,0 -0.5581035,-0.1963595 -0.5581035,-0.1963595 0,0 -0.6380286,-0.0655 -0.6380286,-0.0655 0,0 -0.188667,0.020759 -0.188667,0.020759 m 5.1939118,5.2821376 c 0,0 0,-1.5e-4 0,-1.5e-4 0,0 -0.03289,-0.756708 -0.03289,-0.756708 0,0 -0.07113,-0.710208 -0.07113,-0.710208 0,0 -0.109381,-0.663698 -0.109381,-0.663698 0,0 -0.147624,-0.617189 -0.147624,-0.617189 0,0 -0.185867,-0.570679 -0.185867,-0.570679 0,0 -0.224109,-0.524168 -0.224109,-0.524168 0,0 -0.262349,-0.4776594 -0.262349,-0.4776594 0,0 -0.3005856,-0.4311488 -0.3005856,-0.4311488 0,0 -0.3371025,-0.3849894 -0.3371025,-0.3849894 0,0 -0.3718958,-0.333659 -0.3718958,-0.333659 0,0 -0.4066918,-0.2823194 -0.4066918,-0.2823194 0,0 -0.4414872,-0.2309994 -0.4414872,-0.2309994 0,0 -0.4762819,-0.1796596 -0.4762819,-0.1796596 0,0 -0.511077,-0.1283296 -0.511077,-0.1283296 0,0 -0.5458726,-0.077 -0.5458726,-0.077 0,0 -0.5806684,-0.025699 -0.5806684,-0.025699 0,0 -0.5219418,0.025331 -0.5219418,0.025331 m 1.3365701,1.4453265 c 0,0 0,-1.5118964 0,-1.5118964"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path24127-1" />
+
+
+
+
+
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:ties="True"
+ inkstitch:satin_column="True"
+ d="m 5.8128174,8.6175029 c 0,0 -0.4066458,0.044742 -0.4066458,0.044742 0,0 -0.5291658,0.1963595 -0.5291658,0.1963595 0,0 -0.463021,0.3272892 -0.463021,0.3272892 0,0 -0.396875,0.4581987 -0.396875,0.4581987 0,0 -0.3238383,0.5856587 -0.3238383,0.5856587 0,0 -0.2549355,0.709688 -0.2549355,0.709688 0,0 -0.1860325,0.833708 -0.1860325,0.833708 0,0 -0.1171317,0.957728 -0.1171317,0.957728 0,0 2.302e-4,1.168577 2.302e-4,1.168577 0,0 0,0.0882 0,0.0882 0,0 0.0503,1.112767 0.0503,1.112767 0,0 0.1508935,0.968067 0.1508935,0.968067 0,0 0.2514896,0.823368 0.2514896,0.823368 0,0 0.3520861,0.678688 0.3520861,0.678688 0,0 0.2130806,0.281629 0.2130806,0.281629 0,0 0.2100041,0.216423 0.2100041,0.216423 M 5.4797746,7.5307071 c 0,0 -0.024106,0.00116 -0.024106,0.00116 0,0 -0.5191758,0.0796 -0.5191758,0.0796 0,0 -0.4923038,0.1326299 -0.4923038,0.1326299 0,0 -0.465433,0.1856896 -0.465433,0.1856896 0,0 -0.4385595,0.2387494 -0.4385595,0.2387494 0,0 -0.4116893,0.2917993 -0.4116893,0.2917993 0,0 -0.3848164,0.344849 -0.3848164,0.344849 0,0 -0.3579451,0.3979091 -0.3579451,0.3979091 0,0 -0.3229744,0.441309 -0.3229744,0.441309 0,0 -0.2799111,0.4750786 -0.2799111,0.4750786 0,0 -0.2368485,0.508838 -0.2368485,0.508838 0,0 -0.1937846,0.54261 -0.1937846,0.54261 0,0 -0.1507216,0.576358 -0.1507216,0.576358 0,0 -0.1076578,0.610128 -0.1076578,0.610128 0,0 -0.06459,0.64388 -0.06459,0.64388 0,0 -0.02153,0.677648 -0.02153,0.677648 0,0 0.02188,0.682818 0.02188,0.682818 0,0 0.06563,0.648369 0.06563,0.648369 0,0 0.1093807,0.613909 0.1093807,0.613909 0,0 0.1531327,0.579468 0.1531327,0.579468 0,0 0.1968855,0.545008 0.1968855,0.545008 0,0 0.2406383,0.51056 0.2406383,0.51056 0,0 0.2843905,0.476117 0.2843905,0.476117 0,0 0.3281422,0.44166 0.3281422,0.44166 0,0 0.3643181,0.395319 0.3643181,0.395319 0,0 0.3929131,0.342619 0.3929131,0.342619 0,0 0.364797,0.250897 0.364797,0.250897 M 3.330895,13.855124 c 0,0 -2.57246345,0 -2.57246345,0 m 2.70776535,5.350633 c 0,0 0.9204734,-1.211205 0.9204734,-1.211205 M 5.8031752,8.6748047 c 0,0 -0.366461,-1.1969838 -0.366461,-1.1969838"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path29924" />
-
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:ties="False"
+ inkstitch:satin_column="True"
+ d="m 9.3641289,16.023875 c 0,0 -0.183279,0.646989 -0.183279,0.646989 0,0 -0.2411546,0.56292 -0.2411546,0.56292 0,0 -0.2990326,0.478869 -0.2990326,0.478869 0,0 -0.3569105,0.394809 -0.3569105,0.394809 0,0 -0.4127228,0.30385 -0.4127228,0.30385 0,0 -0.1816761,0.08453 -0.1816761,0.08453 0,0 -0.2847917,0.13254 -0.2847917,0.13254 0,0 -0.5202071,0.13023 -0.5202071,0.13023 0,0 -0.5739516,0.0434 -0.5739516,0.0434 0,0 -0.3794755,-0.0188 -0.3794755,-0.0188 0,0 -0.3557045,-0.0563 -0.3557045,-0.0563 0,0 -0.3319348,-0.0939 -0.3319348,-0.0939 0,0 -0.3081637,-0.13144 -0.3081637,-0.13144 0,0 -0.2843927,-0.168979 -0.2843927,-0.168979 0,0 -0.2606233,-0.20653 -0.2606233,-0.20653 0,0 -0.026846,-0.02767 -0.026846,-0.02767 m 6.4670936,-2.074559 c 0,0 -0.26665,0.904679 -0.26665,0.904679 0,0 -0.358976,0.784788 -0.358976,0.784788 0,0 -0.4513061,0.6649 -0.4513061,0.6649 0,0 -0.543634,0.545019 -0.543634,0.545019 0,0 -0.6311408,0.424429 -0.6311408,0.424429 0,0 -0.062894,0.02637 -0.062894,0.02637 0,0 -0.6619438,0.27693 -0.6619438,0.27693 0,0 -0.8185553,0.1819 -0.8185553,0.1819 0,0 -0.91226,0.0606 -0.91226,0.0606 0,0 -0.5644772,-0.0264 -0.5644772,-0.0264 0,0 -0.5358823,-0.0791 -0.5358823,-0.0791 0,0 -0.5072896,-0.13177 -0.5072896,-0.13177 0,0 -0.4786945,-0.18448 -0.4786945,-0.18448 0,0 -0.4501015,-0.2372 -0.4501015,-0.2372 0,0 -0.056709,-0.039 -0.056709,-0.039 M 6.3710883,18.65568 c 0,0 0,1.473321 0,1.473321"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path24923-1" />
+ id="path24842-0"
+ d="m 3.4896575,18.897401 c 0,0 -2.0762568,-4.865737 -1.5801638,-5.149218 0.496094,-0.283479 1.0642399,-0.315368 1.0642399,-0.315368"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
-
-
+ d="m 3.1354207,13.929273 c 0,0 5.719382,0 5.719382,0 m -5.719612,-1.168579 c 0,0 5.721612,0 5.721612,0"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path16136-56"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:ties="False"
+ inkstitch:satin_column="True"
+ d="m 8.9040189,13.929391 c 0,0 -0.07115,-1.702576 -0.07115,-1.702576 0,0 -0.0745,-0.643828 -0.0745,-0.643828 0,0 -0.09787,-0.531008 -0.09787,-0.531008 0,0 -0.1193013,-0.43729 -0.1193013,-0.43729 0,0 -0.138801,-0.362709 -0.138801,-0.362709 0,0 -0.3283494,-0.5781084 -0.3283494,-0.5781084 0,0 -0.3982522,-0.4581988 -0.3982522,-0.4581988 0,0 -0.4781787,-0.3272891 -0.4781787,-0.3272891 0,0 -0.5581035,-0.1963595 -0.5581035,-0.1963595 0,0 -0.3004424,-0.030844 -0.3004424,-0.030844 M 11.006729,13.92942 c 0,0 0,-1.5e-4 0,-1.5e-4 0,0 -0.03289,-0.756708 -0.03289,-0.756708 0,0 -0.07113,-0.710208 -0.07113,-0.710208 0,0 -0.109381,-0.663698 -0.109381,-0.663698 0,0 -0.147624,-0.617189 -0.147624,-0.617189 0,0 -0.185867,-0.570679 -0.185867,-0.570679 0,0 -0.224109,-0.524168 -0.224109,-0.524168 0,0 -0.2623488,-0.4776591 -0.2623488,-0.4776591 0,0 -0.3005856,-0.4311488 -0.3005856,-0.4311488 0,0 -0.3371025,-0.3849895 -0.3371025,-0.3849895 0,0 -0.3718958,-0.333659 -0.3718958,-0.333659 0,0 -0.4066918,-0.2823193 -0.4066918,-0.2823193 0,0 -0.4414872,-0.2309995 -0.4414872,-0.2309995 0,0 -0.4762819,-0.1796595 -0.4762819,-0.1796595 0,0 -0.511077,-0.1283296 -0.511077,-0.1283296 0,0 -0.5458726,-0.077 -0.5458726,-0.077 0,0 -0.4072546,-0.018023 -0.4072546,-0.018023 m 0.6412145,1.4629818 c 0,0 0,-1.5118963 0,-1.5118963"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path24127-5" />
+
+
+
+
+
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:ties="True"
+ inkstitch:satin_column="True"
+ d="m 6.3390706,8.6611807 c 0,0 -0.3375862,-0.034656 -0.3375862,-0.034656 0,0 -0.5953128,0.0655 -0.5953128,0.0655 0,0 -0.5291658,0.1963595 -0.5291658,0.1963595 0,0 -0.463021,0.3272891 -0.463021,0.3272891 0,0 -0.396875,0.4581988 -0.396875,0.4581988 0,0 -0.3238383,0.5856599 -0.3238383,0.5856599 0,0 -0.2549355,0.709687 -0.2549355,0.709687 0,0 -0.1860325,0.833708 -0.1860325,0.833708 0,0 -0.1171317,0.957728 -0.1171317,0.957728 0,0 2.302e-4,1.168577 2.302e-4,1.168577 0,0 0,0.0882 0,0.0882 0,0 0.0503,1.112767 0.0503,1.112767 0,0 0.1508935,0.968068 0.1508935,0.968068 0,0 0.2514896,0.823368 0.2514896,0.823368 0,0 0.3520861,0.678688 0.3520861,0.678688 0,0 0.2130806,0.281629 0.2130806,0.281629 0,0 0.2100041,0.216423 0.2100041,0.216423 M 6.1751302,7.5428315 c 0,0 -0.1734138,-0.00768 -0.1734138,-0.00768 0,0 -0.5460472,0.0265 -0.5460472,0.0265 0,0 -0.5191759,0.0796 -0.5191759,0.0796 0,0 -0.4923037,0.1326299 -0.4923037,0.1326299 0,0 -0.465433,0.1856896 -0.465433,0.1856896 0,0 -0.4385596,0.2387494 -0.4385596,0.2387494 0,0 -0.4116892,0.2917993 -0.4116892,0.2917993 0,0 -0.3848164,0.344849 -0.3848164,0.344849 0,0 -0.3579451,0.3979091 -0.3579451,0.3979091 0,0 -0.3229744,0.4413091 -0.3229744,0.4413091 0,0 -0.2799111,0.4750791 -0.2799111,0.4750791 0,0 -0.2368485,0.508838 -0.2368485,0.508838 0,0 -0.1937846,0.54261 -0.1937846,0.54261 0,0 -0.1507216,0.576358 -0.1507216,0.576358 0,0 -0.1076578,0.610128 -0.1076578,0.610128 0,0 -0.06459,0.64388 -0.06459,0.64388 0,0 -0.02153,0.677648 -0.02153,0.677648 0,0 0.02188,0.682818 0.02188,0.682818 0,0 0.06563,0.648368 0.06563,0.648368 0,0 0.1093807,0.61391 0.1093807,0.61391 0,0 0.1531327,0.579468 0.1531327,0.579468 0,0 0.1968855,0.545008 0.1968855,0.545008 0,0 0.2406383,0.51056 0.2406383,0.51056 0,0 0.2843905,0.476117 0.2843905,0.476117 0,0 0.3281422,0.44166 0.3281422,0.44166 0,0 0.3643181,0.395319 0.3643181,0.395319 0,0 0.3929131,0.342619 0.3929131,0.342619 0,0 0.364797,0.250897 0.364797,0.250897 M 3.3308958,13.884908 c 0,0 -2.57246346,0 -2.57246346,0 m 2.70776456,5.350629 c 0,0 0.9204734,-1.211206 0.9204734,-1.211206 m 1.934283,-9.3100112 c 0,0 -0.1804581,-1.2284991 -0.1804581,-1.2284991"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path31847" />
+ id="path10113-21-6"
+ d="m 8.3795012,18.651865 c 0,0 1.6604118,-1.262848 1.8007278,-2.432159"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ sodipodi:nodetypes="cc"
+ inkstitch:ties="False" />
-
+ id="path24923-7-78"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 9.4236884,15.934537 c 0,0 -0.183279,0.646989 -0.183279,0.646989 0,0 -0.2411545,0.562921 -0.2411545,0.562921 0,0 -0.2990326,0.478868 -0.2990326,0.478868 0,0 -0.3569105,0.39481 -0.3569105,0.39481 0,0 -0.4127227,0.303849 -0.4127227,0.303849 0,0 -0.1816762,0.08453 -0.1816762,0.08453 0,0 -0.2847917,0.132539 -0.2847917,0.132539 0,0 -0.520207,0.13023 -0.520207,0.13023 0,0 -0.5739517,0.0434 -0.5739517,0.0434 0,0 -0.3794754,-0.0188 -0.3794754,-0.0188 0,0 -0.3557046,-0.0563 -0.3557046,-0.0563 0,0 -0.3319348,-0.0939 -0.3319348,-0.0939 0,0 -0.3081637,-0.13144 -0.3081637,-0.13144 0,0 -0.2843927,-0.168979 -0.2843927,-0.168979 0,0 -0.2606233,-0.20653 -0.2606233,-0.20653 0,0 -0.026846,-0.02767 -0.026846,-0.02767 m 6.467093,-2.074559 c 0,0 -0.26665,0.904679 -0.26665,0.904679 0,0 -0.358976,0.784788 -0.358976,0.784788 0,0 -0.4513056,0.6649 -0.4513056,0.6649 0,0 -0.543634,0.545019 -0.543634,0.545019 0,0 -0.6311408,0.424429 -0.6311408,0.424429 0,0 -0.062894,0.02637 -0.062894,0.02637 0,0 -0.6619436,0.27693 -0.6619436,0.27693 0,0 -0.8185554,0.1819 -0.8185554,0.1819 0,0 -0.9122601,0.0606 -0.9122601,0.0606 0,0 -0.5644772,-0.0264 -0.5644772,-0.0264 0,0 -0.5358823,-0.0791 -0.5358823,-0.0791 0,0 -0.5072896,-0.13177 -0.5072896,-0.13177 0,0 -0.4786945,-0.18448 -0.4786945,-0.18448 0,0 -0.4501015,-0.2372 -0.4501015,-0.2372 0,0 -0.056709,-0.039 -0.056709,-0.039 m 2.8412464,-0.539819 c 0,0 0,1.473321 0,1.473321"
+ inkstitch:satin_column="True"
+ inkstitch:ties="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True" />
+ sodipodi:nodetypes="csc"
+ inkstitch:ties="False" />
-
-
-
+ inkstitch:ties="False" />
+ id="path24127-1-2"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 8.9635785,13.840053 c 0,0 -0.07115,-1.702576 -0.07115,-1.702576 0,0 -0.0745,-0.643828 -0.0745,-0.643828 0,0 -0.09787,-0.531008 -0.09787,-0.531008 0,0 -0.1193011,-0.43729 -0.1193011,-0.43729 0,0 -0.1388012,-0.362709 -0.1388012,-0.362709 0,0 -0.3283493,-0.5781085 -0.3283493,-0.5781085 0,0 -0.3982521,-0.4581987 -0.3982521,-0.4581987 0,0 -0.4781788,-0.3272892 -0.4781788,-0.3272892 0,0 -0.5581034,-0.1963595 -0.5581034,-0.1963595 0,0 -0.6380287,-0.0655 -0.6380287,-0.0655 0,0 -0.1886669,0.020759 -0.1886669,0.020759 m 5.193912,5.2821379 c 0,0 0,-1.5e-4 0,-1.5e-4 0,0 -0.03289,-0.756708 -0.03289,-0.756708 0,0 -0.07113,-0.710208 -0.07113,-0.710208 0,0 -0.109381,-0.663699 -0.109381,-0.663699 0,0 -0.147624,-0.617188 -0.147624,-0.617188 0,0 -0.185868,-0.57068 -0.185868,-0.57068 0,0 -0.224109,-0.5241681 -0.224109,-0.5241681 0,0 -0.262349,-0.4776586 -0.262349,-0.4776586 0,0 -0.3005846,-0.4311488 -0.3005846,-0.4311488 0,0 -0.337103,-0.3849894 -0.337103,-0.3849894 0,0 -0.371896,-0.333659 -0.371896,-0.333659 0,0 -0.4066916,-0.2823194 -0.4066916,-0.2823194 0,0 -0.4414869,-0.2309995 -0.4414869,-0.2309995 0,0 -0.476282,-0.1796595 -0.476282,-0.1796595 0,0 -0.5110771,-0.1283296 -0.5110771,-0.1283296 0,0 -0.5458725,-0.077 -0.5458725,-0.077 0,0 -0.5806683,-0.025699 -0.5806683,-0.025699 0,0 -0.521942,0.025331 -0.521942,0.025331 m 1.3365703,1.4453268 c 0,0 0,-1.5118964 0,-1.5118964"
+ inkstitch:satin_column="True"
+ inkstitch:ties="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
+
+
+
+
+
+
+ id="path29924-33"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 5.8723771,8.5579446 c 0,0 -0.4066461,0.044741 -0.4066461,0.044741 0,0 -0.5291656,0.1963595 -0.5291656,0.1963595 0,0 -0.4630211,0.3272892 -0.4630211,0.3272892 0,0 -0.396875,0.4581987 -0.396875,0.4581987 0,0 -0.3238381,0.585659 -0.3238381,0.585659 0,0 -0.2549356,0.709688 -0.2549356,0.709688 0,0 -0.1860326,0.833708 -0.1860326,0.833708 0,0 -0.1171316,0.957728 -0.1171316,0.957728 0,0 2.301e-4,1.168578 2.301e-4,1.168578 0,0 0,0.0882 0,0.0882 0,0 0.0503,1.112766 0.0503,1.112766 0,0 0.1508935,0.968068 0.1508935,0.968068 0,0 0.2514896,0.823368 0.2514896,0.823368 0,0 0.3520861,0.678689 0.3520861,0.678689 0,0 0.2130806,0.281629 0.2130806,0.281629 0,0 0.210004,0.216423 0.210004,0.216423 M 5.5393341,7.4711488 c 0,0 -0.024106,0.00116 -0.024106,0.00116 0,0 -0.5191757,0.0796 -0.5191757,0.0796 0,0 -0.4923039,0.1326299 -0.4923039,0.1326299 0,0 -0.465433,0.1856896 -0.465433,0.1856896 0,0 -0.4385596,0.2387494 -0.4385596,0.2387494 0,0 -0.4116892,0.2917993 -0.4116892,0.2917993 0,0 -0.3848164,0.344849 -0.3848164,0.344849 0,0 -0.3579451,0.397909 -0.3579451,0.397909 0,0 -0.3229743,0.4413091 -0.3229743,0.4413091 0,0 -0.2799111,0.4750789 -0.2799111,0.4750789 0,0 -0.2368486,0.508838 -0.2368486,0.508838 0,0 -0.1937845,0.54261 -0.1937845,0.54261 0,0 -0.1507217,0.576358 -0.1507217,0.576358 0,0 -0.1076577,0.610128 -0.1076577,0.610128 0,0 -0.06459,0.64388 -0.06459,0.64388 0,0 -0.02153,0.677648 -0.02153,0.677648 0,0 0.02188,0.682818 0.02188,0.682818 0,0 0.06563,0.648368 0.06563,0.648368 0,0 0.1093807,0.61391 0.1093807,0.61391 0,0 0.1531326,0.579468 0.1531326,0.579468 0,0 0.1968856,0.545008 0.1968856,0.545008 0,0 0.2406384,0.51056 0.2406384,0.51056 0,0 0.2843904,0.476117 0.2843904,0.476117 0,0 0.3281422,0.44166 0.3281422,0.44166 0,0 0.3643181,0.395319 0.3643181,0.395319 0,0 0.3929132,0.342619 0.3929132,0.342619 0,0 0.3647969,0.250897 0.3647969,0.250897 m -0.198941,-5.310567 c 0,0 -2.57246339,0 -2.57246339,0 m 2.70776539,5.350633 c 0,0 0.9204733,-1.211205 0.9204733,-1.211205 m 1.416505,-9.3197473 c 0,0 -0.3664611,-1.1969838 -0.3664611,-1.1969838"
+ inkstitch:satin_column="True"
+ inkstitch:ties="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
-
-
-
-
-
+ style="display:none"
+ inkscape:groupmode="layer"
+ inkscape:label="GlyphLayer-ë">
+ inkstitch:ties="False"
+ sodipodi:nodetypes="cc"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 8.4986202,18.681646 c 0,0 1.6604128,-1.262848 1.8007288,-2.432159"
+ id="path10113-21-6-6"
+ inkscape:connector-curvature="0" />
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:ties="False"
+ inkstitch:satin_column="True"
+ d="m 9.5428075,15.964317 c 0,0 -0.183279,0.646989 -0.183279,0.646989 0,0 -0.2411543,0.562922 -0.2411543,0.562922 0,0 -0.2990326,0.478868 -0.2990326,0.478868 0,0 -0.3569105,0.39481 -0.3569105,0.39481 0,0 -0.4127228,0.303848 -0.4127228,0.303848 0,0 -0.1816761,0.08453 -0.1816761,0.08453 0,0 -0.2847917,0.132539 -0.2847917,0.132539 0,0 -0.5202071,0.13023 -0.5202071,0.13023 0,0 -0.5739516,0.0434 -0.5739516,0.0434 0,0 -0.3794755,-0.0188 -0.3794755,-0.0188 0,0 -0.3557048,-0.0563 -0.3557048,-0.0563 0,0 -0.3319346,-0.0939 -0.3319346,-0.0939 0,0 -0.3081639,-0.13144 -0.3081639,-0.13144 0,0 -0.2843927,-0.168979 -0.2843927,-0.168979 0,0 -0.2606233,-0.20653 -0.2606233,-0.20653 0,0 -0.026846,-0.02767 -0.026846,-0.02767 m 6.467094,-2.074559 c 0,0 -0.26665,0.904679 -0.26665,0.904679 0,0 -0.358976,0.784788 -0.358976,0.784788 0,0 -0.4513065,0.6649 -0.4513065,0.6649 0,0 -0.543634,0.545019 -0.543634,0.545019 0,0 -0.6311409,0.424429 -0.6311409,0.424429 0,0 -0.062894,0.02637 -0.062894,0.02637 0,0 -0.6619436,0.27693 -0.6619436,0.27693 0,0 -0.8185555,0.1819 -0.8185555,0.1819 0,0 -0.91226,0.0606 -0.91226,0.0606 0,0 -0.5644775,-0.0264 -0.5644775,-0.0264 0,0 -0.5358823,-0.0791 -0.5358823,-0.0791 0,0 -0.5072896,-0.13177 -0.5072896,-0.13177 0,0 -0.4786945,-0.18448 -0.4786945,-0.18448 0,0 -0.4501015,-0.2372 -0.4501015,-0.2372 0,0 -0.056709,-0.039 -0.056709,-0.039 m 2.8412464,-0.539819 c 0,0 0,1.473321 0,1.473321"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path24923-7-78-1" />
+ id="path24842-18-37-1"
+ d="m 3.6683361,18.837845 c 0,0 -2.0762568,-4.865739 -1.5801638,-5.149219 0.496094,-0.28348 1.06424,-0.315368 1.06424,-0.315368"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ d="m 3.3140993,13.869715 c 0,0 5.7193822,0 5.7193822,0 M 3.3138693,12.701138 c 0,0 5.7216122,0 5.7216122,0"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path16136-26-84-0"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:ties="False"
+ inkstitch:satin_column="True"
+ d="m 9.0826977,13.869833 c 0,0 -0.07115,-1.702576 -0.07115,-1.702576 0,0 -0.0745,-0.643827 -0.0745,-0.643827 0,0 -0.09787,-0.531009 -0.09787,-0.531009 0,0 -0.1193011,-0.437289 -0.1193011,-0.437289 0,0 -0.1388012,-0.36271 -0.1388012,-0.36271 0,0 -0.3283493,-0.5781083 -0.3283493,-0.5781083 0,0 -0.3982521,-0.4581987 -0.3982521,-0.4581987 0,0 -0.4781788,-0.3272892 -0.4781788,-0.3272892 0,0 -0.5581034,-0.1963595 -0.5581034,-0.1963595 0,0 -0.6380287,-0.0655 -0.6380287,-0.0655 0,0 -0.1886669,0.020759 -0.1886669,0.020759 M 11.18541,13.869864 c 0,0 0,-1.5e-4 0,-1.5e-4 0,0 -0.03289,-0.756708 -0.03289,-0.756708 0,0 -0.07113,-0.710209 -0.07113,-0.710209 0,0 -0.10938,-0.663698 -0.10938,-0.663698 0,0 -0.147625,-0.617188 -0.147625,-0.617188 0,0 -0.185868,-0.57068 -0.185868,-0.57068 0,0 -0.224109,-0.524168 -0.224109,-0.524168 0,0 -0.262349,-0.4776594 -0.262349,-0.4776594 0,0 -0.3005855,-0.4311488 -0.3005855,-0.4311488 0,0 -0.337103,-0.3849894 -0.337103,-0.3849894 0,0 -0.371896,-0.333659 -0.371896,-0.333659 0,0 -0.4066915,-0.2823194 -0.4066915,-0.2823194 0,0 -0.4414869,-0.2309995 -0.4414869,-0.2309995 0,0 -0.476282,-0.1796595 -0.476282,-0.1796595 0,0 -0.5110771,-0.1283296 -0.5110771,-0.1283296 0,0 -0.5458725,-0.077 -0.5458725,-0.077 0,0 -0.5806683,-0.025699 -0.5806683,-0.025699 0,0 -0.521942,0.025331 -0.521942,0.025331 m 1.3365694,1.4453267 c 0,0 0,-1.5118964 0,-1.5118964"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path24127-1-2-4" />
+
+
+
+
+
+
+
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:ties="True"
+ inkstitch:satin_column="True"
+ d="m 5.9914963,8.5877248 c 0,0 -0.406646,0.044741 -0.406646,0.044741 0,0 -0.5291657,0.1963595 -0.5291657,0.1963595 0,0 -0.4630211,0.3272892 -0.4630211,0.3272892 0,0 -0.396875,0.4581987 -0.396875,0.4581987 0,0 -0.323838,0.5856588 -0.323838,0.5856588 0,0 -0.2549359,0.709689 -0.2549359,0.709689 0,0 -0.1860325,0.833707 -0.1860325,0.833707 0,0 -0.1171316,0.957729 -0.1171316,0.957729 0,0 2.301e-4,1.168577 2.301e-4,1.168577 0,0 0,0.0882 0,0.0882 0,0 0.0503,1.112766 0.0503,1.112766 0,0 0.1508935,0.968068 0.1508935,0.968068 0,0 0.2514897,0.823368 0.2514897,0.823368 0,0 0.352086,0.67869 0.352086,0.67869 0,0 0.2130806,0.281629 0.2130806,0.281629 0,0 0.2100041,0.216422 0.2100041,0.216422 M 5.6584534,7.500929 c 0,0 -0.024106,0.00116 -0.024106,0.00116 0,0 -0.5191758,0.0796 -0.5191758,0.0796 0,0 -0.4923038,0.1326299 -0.4923038,0.1326299 0,0 -0.4654331,0.1856896 -0.4654331,0.1856896 0,0 -0.4385595,0.2387494 -0.4385595,0.2387494 0,0 -0.4116892,0.2917993 -0.4116892,0.2917993 0,0 -0.3848164,0.344849 -0.3848164,0.344849 0,0 -0.3579451,0.397909 -0.3579451,0.397909 0,0 -0.3229743,0.4413092 -0.3229743,0.4413092 0,0 -0.2799111,0.4750796 -0.2799111,0.4750796 0,0 -0.2368486,0.508837 -0.2368486,0.508837 0,0 -0.1937845,0.54261 -0.1937845,0.54261 0,0 -0.1507217,0.576358 -0.1507217,0.576358 0,0 -0.1076577,0.610128 -0.1076577,0.610128 0,0 -0.06459,0.64388 -0.06459,0.64388 0,0 -0.02153,0.677649 -0.02153,0.677649 0,0 0.02188,0.682817 0.02188,0.682817 0,0 0.06563,0.648369 0.06563,0.648369 0,0 0.1093807,0.61391 0.1093807,0.61391 0,0 0.1531326,0.579468 0.1531326,0.579468 0,0 0.1968856,0.545008 0.1968856,0.545008 0,0 0.2406384,0.510559 0.2406384,0.510559 0,0 0.2843904,0.476118 0.2843904,0.476118 0,0 0.3281422,0.44166 0.3281422,0.44166 0,0 0.3643181,0.395319 0.3643181,0.395319 0,0 0.3929132,0.342619 0.3929132,0.342619 0,0 0.3647968,0.250897 0.3647968,0.250897 M 3.5095735,13.825342 c 0,0 -2.57246339,0 -2.57246339,0 m 2.70776539,5.350633 c 0,0 0.9204733,-1.211204 0.9204733,-1.211204 m 1.416505,-9.3197481 c 0,0 -0.3664611,-1.1969838 -0.3664611,-1.1969838"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path29924-33-9" />
+ sodipodi:nodetypes="ccscsccccscsccccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False" />
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False" />
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False" />
-
-
-
-
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False" />
+
+
+
+
+
+
+ sodipodi:nodetypes="cc" />
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:ties="False"
+ inkstitch:satin_column="True"
+ d="m 2.1291982,23.679622 c 0,0 0.781303,0.308708 0.781303,0.308708 0,0 0.8034965,0.243586 0.8034965,0.243586 0,0 0.8215884,0.170033 0.8215884,0.170033 0,0 0.8355785,0.08805 0.8355785,0.08805 0,0 0.9839821,0.0092 0.9839821,0.0092 0,0 0.4926779,-0.04795 0.4926779,-0.04795 0,0 0.4857728,-0.08825 0.4857728,-0.08825 0,0 0.4733453,-0.132486 0.4733453,-0.132486 0,0 0.4553955,-0.180678 0.4553955,-0.180678 0,0 0.4319233,-0.23282 0.4319233,-0.23282 0,0 0.4029289,-0.288911 0.4029289,-0.288911 0,0 0.4127278,-0.393859 0.4127278,-0.393859 0,0 0.3486903,-0.443499 0.3486903,-0.443499 0,0 0.2873395,-0.484657 0.2873395,-0.484657 0,0 0.228676,-0.517338 0.228676,-0.517338 0,0 0.172698,-0.541538 0.172698,-0.541538 0,0 0.119409,-0.55726 0.119409,-0.55726 0,0 0.0688,-0.564501 0.0688,-0.564501 0,0 0.02089,-0.563263 0.02089,-0.563263 0,0 0.01835,-5.100405 0.01835,-5.100405 0,0 -0.0015,-4.080552 -0.0015,-4.080552 M 2.1292132,21.221084 c 0,0 0.8582591,0 0.8582591,0 0,0 0.084725,0.05765 0.084725,0.05765 0,0 0.057965,0.09203 0.057965,0.09203 0,0 0.067595,0.250421 0.067595,0.250421 0,0 0.056382,0.277543 0.056382,0.277543 0,0 0.1090526,0.231053 0.1090526,0.231053 0,0 0.2123499,0.377404 0.2123499,0.377404 0,0 0.288737,0.318989 0.288737,0.318989 0,0 0.3510659,0.248945 0.3510659,0.248945 0,0 0.3993359,0.167271 0.3993359,0.167271 0,0 0.5356761,0.120304 0.5356761,0.120304 0,0 0.5485327,0.05052 0.5485327,0.05052 0,0 0.5500178,-0.02259 0.5500178,-0.02259 0,0 0.5401311,-0.09903 0.5401311,-0.09903 0,0 0.4224139,-0.125572 0.4224139,-0.125572 0,0 0.3875726,-0.206254 0.3875726,-0.206254 0,0 0.3407239,-0.277393 0.3407239,-0.277393 0,0 0.2818676,-0.33899 0.2818676,-0.33899 0,0 0.192432,-0.324404 0.192432,-0.324404 0,0 0.1527218,-0.341221 0.1527218,-0.341221 0,0 0.2061126,-0.719686 0.2061126,-0.719686 0,0 0.106673,-0.747335 0.106673,-0.747335 0,0 0.046835,-0.748571 0.046835,-0.748571 0,0 0.017555,-5.145844 0.017555,-5.145844 0,0 -0.00151,-4.035109 -0.00151,-4.035109 M 5.4373895,23.283692 c 0,0 0,1.236118 0,1.236118 m 5.4102035,-5.031164 c 0,0 -2.0130972,0 -2.0130972,0 M 2.153712,23.812757 c 0,0 0.00206,-2.715086 0.00206,-2.715086"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path39094" />
-
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+
+
+ sodipodi:nodetypes="csc" />
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False" />
+
+
+
+
+
+
+ sodipodi:nodetypes="cc" />
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ id="path62362-1"
+ inkstitch:ties="False" />
+ inkstitch:ties="False" />
-
-
-
-
+ inkstitch:ties="False" />
+
+
+
+
+
+
+ sodipodi:nodetypes="cccc"
+ inkstitch:ties="False" />
+ d="M 1.2841684,5.6486782 3.1049183,1.8901742 5.9134484,5.4400884"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ d="M 6.4766186,5.6486883 4.1394685,1.5035432 M 5.3300986,5.6486883 2.4747984,1.5035432"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.312775;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path16180-2-1"
+ inkstitch:ties="False" />
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.312775;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2.4747984,1.5035432 -2.33715003,4.145135 m 3.17500013,-2.86632 -2.0284801,2.86632"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccc"
+ inkstitch:ties="False" />
+ inkstitch:ties="False" />
-
-
-
-
+ inkstitch:ties="False" />
+
+
+
+
+
+
+ d="m 5.4219312,2.2442761 c 0,0 0.2180174,0.056548 0.2180174,0.056548 0,0 0.1689149,0.088348 0.1689149,0.088348 0,0 0.266707,0.2433035 0.266707,0.2433035 0,0 0.1608919,0.1975751 0.1608919,0.1975751 0,0 0.1190854,0.211092 0.1190854,0.211092 0,0 0.073916,0.2278205 0.073916,0.2278205 0,0 0.010853,0.1059157 0.010853,0.1059157 M 4.9739517,2.2442761 c 0,0 -0.3229632,0.1066499 -0.3229632,0.1066499 0,0 -0.1753029,0.1153123 -0.1753029,0.1153123 0,0 -0.178043,0.1662374 -0.178043,0.1662374 0,0 -0.1592694,0.1988239 -0.1592694,0.1988239 0,0 -0.119269,0.2109531 -0.119269,0.2109531 0,0 -0.074822,0.227127 -0.074822,0.227127 0,0 -0.011496,0.1096594 -0.011496,0.1096594 M 6.0782164,2.6324757 c 0,0 -1.7832196,0 -1.7832196,0"
+ inkscape:connector-curvature="0" />
+ style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 1.1401348,2.2442796 c -0.19654998,0.0256 -0.43924998,0.1294 -0.67630998,0.3882 -0.23705,0.25881 -0.37929,0.53918 -0.37929,0.88425 0,0.36664 0.14805,0.66386 0.37929,0.90581 0.24298,0.25422 0.48208,0.33472 0.67630998,0.36664 m 0.44798,-2.5449 c 0.33189,0.051 0.48205,0.20599 0.65364,0.3882 0.2409,0.25585 0.37928,0.53918 0.37928,0.88425 0,0.36664 -0.14224,0.66858 -0.37928,0.90581 -0.19965,0.20775 -0.35417,0.27303 -0.65364,0.36664"
+ inkscape:connector-curvature="0" />
+ d="m 0.76335482,7.7753196 v 1.18532 m 3.57713998,-1.18532 v 1.18484"
+ inkscape:connector-curvature="0" />
-
-
-
-
+ d="M 2.4990048,8.9601596 V 18.33741 m 1.84149,-9.3772504 V 18.33741"
+ inkscape:connector-curvature="0" />
+
+
+
+
+
+
+ inkstitch:ties="False" />
+ id="path67025-8"
+ inkstitch:ties="False" />
+ d="m 3.6124441,19.721479 c 0,0 0.033,2.293159 -0.56834,2.861099 -0.6013498,0.56795 -0.96885,1.60362 -2.3386,1.5368 -1.36976,-0.0668 -2.33861,-1.40316 -2.33861,-1.40316"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ sodipodi:nodetypes="cscc" />
+ inkscape:connector-curvature="0"
+ inkstitch:ties="True" />
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
+ d="m 8.8004008,18.342952 -3.1639601,-4.88281 m 5.3357503,4.88281 -4.0128302,-6.21675"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin4-5"
+ inkstitch:ties="False" />
+
+
+
+
+
+
+ d="m 6.6423709,12.450072 -2.43909,2.49835 m 1.8373,-3.37117 -1.8373,1.88289 m 0.01848,-0.09335 v 1.63712"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin8-0"
+ sodipodi:nodetypes="cccccc"
+ inkstitch:ties="False" />
+ id="path24825-1"
+ d="M 3.2532525,14.111024 3.2532508,2.6031621"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
-
+ inkstitch:ties="False" />
+ d="m 2.3733308,3.4612721 c 0,0 0,6.3644402 0,6.3644402 0,0 0,4.7355497 0,4.7355497 m 1.83003,-11.0999899 c 0,0 0,6.3645902 0,6.3645902 0,0 0,4.7343597 0,4.7343597 m 0.0915,-4.34388 c 0,0 -2.0130401,0.001 -2.0130401,0.001"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin1-11"
+ inkscape:label="AutoSatin 7"
+ inkstitch:ties="False" />
+ inkscape:connector-curvature="0"
+ d="m 4.2033608,14.560222 v 3.78201 m -1.83003,-3.78097 v 3.78209 m 1.9215301,-3.75659 -2.0130301,10e-4"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin3-1"
+ inkscape:label="AutoSatin 7"
+ inkstitch:ties="False" />
+
+
+
+
+
+
+ d="M 5.7845369,19.270541 3.1717809,19.138268 3.3040708,2.6694682"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ inkscape:label="AutoSatin 1"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccccccc"
+ inkstitch:ties="False" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+ inkstitch:ties="False"
+ inkstitch:fill_underlay="False"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ id="autosatin5-4"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 15.069061,18.402191 v -6.05235 c 0,-1.19796 -0.15801,-2.05051 -0.47404,-2.5576293 -0.31603,-0.50711 -0.84153,-0.76067 -1.57648,-0.76067 -0.8158,0 -1.43684,0.34175 -1.86311,1.0252593 -0.42627,0.68351 -0.63941,1.67937 -0.63941,2.98758 m 6.38307,5.35781 v -6.28386 c 0,-1.53604 -0.27193,-2.6825693 -0.81579,-3.4395693 -0.54387,-0.76435 -1.36702,-1.14653 -2.46945,-1.14653 -0.7276,0 -1.36333,0.22049 -1.9072,0.66146 -0.54387,0.43362 -0.99219,1.08038 -1.34497,1.9402793"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cscssccscscc"
+ inkscape:label="AutoSatin 4" />
+ id="autosatinrun2"
+ d="m 9.5695206,12.848461 c 0.0268,0.75675 -0.0137,0.11996 -0.008,0.8772 v 5.01739"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ sodipodi:nodetypes="ccc" />
+
+
+
+
+
+ sodipodi:nodetypes="ccscccc"
+ inkscape:label="AutoSatin 3" />
-
-
+ sodipodi:nodetypes="ccccccscsscccccscccccccccccccccccccccccccc"
+ inkscape:label="AutoSatin 1" />
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ sodipodi:nodetypes="cc"
+ inkstitch:ties="False" />
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ inkscape:label="GlyphLayer-ö"
+ id="layer9"
+ inkscape:groupmode="layer">
+
+
+
+
+
+
+
-
-
+ id="path29518-5-19-1-1"
+ d="M 3.8230427,7.9554964 C 1.7801095,11.894812 1.950405,14.969164 3.5869927,18.080527"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="ccccccccccccscscsccccccscccscscccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+
+
-
-
+ sodipodi:nodetypes="ccc"
+ inkstitch:ties="False" />
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ id="path24668"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.321586;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 4.2254509,14.867282 0.0833,0.7594 0.14537,0.67382 0.2074402,0.58825 0.2694901,0.50268 0.4051398,0.48231 0.23358,0.18948 0.25425,0.15503 0.5705102,0.206701 0.6531898,0.0689 0.33934,-0.0195 0.31798,-0.0584 0.2966201,-0.0973 0.2752601,-0.13625 0.2539098,-0.17518 0.08541,-0.07859 0.14716,-0.135464 0.21118,-0.253041 0.18983,-0.29197 0.31832,-0.6966 0.22738,-0.84405 0.13643,-0.9915 0.0455,-1.13895 -0.0455,-1.14308 -0.13643,-0.99287 -0.22738,-0.84267 -0.31832,-0.6924596 -0.18983,-0.28939 -0.21118,-0.25081 -0.2325312,-0.21221 -0.25391,-0.17364 -0.2752601,-0.13504 -0.2966198,-0.0965 -0.3179803,-0.0579 -0.3393397,-0.0193 -0.6531901,0.0696 -0.2955901,0.087 -0.2749199,0.12179 -0.25425,0.15658 -0.23358,0.19137 -0.40514,0.48713 -0.2715001,0.5068196 -0.20838,0.59289 -0.1452801,0.67895 -0.0822,0.76502 m -0.020254,5.283591 0.2880101,0.51538 0.32385,0.44373 0.3596698,0.37207 0.3954902,0.3004 0.4382101,0.22669 0.48783,0.16192 0.5374298,0.0972 0.5870501,0.0324 0.4738701,-0.0267 0.45148,-0.0801 0.4290762,-0.13349 0.40669,-0.1869 0.2705,-0.169126 0.11382,-0.07119 0.36191,-0.2937 0.33951,-0.347089 0.31712,-0.400501 0.28939,-0.446139 0.25081,-0.478521 0.21221,-0.51091 0.17363,-0.54329 0.13505,-0.57567 0.0965,-0.60806 0.0579,-0.64044 0.0193,-0.67283 -0.0193,-0.67265 -0.0579,-0.63993 -0.0965,-0.60719 -0.13505,-0.57447 -0.17363,-0.54174 -0.21221,-0.50901 -0.25081,-0.4762896 -0.28939,-0.44356 -0.31712,-0.40049 -0.33951,-0.34709 -0.36191,-0.2937 -0.3843,-0.2402901 -0.40669,-0.1869 -0.429082,-0.1335 -0.4514799,-0.0801 -0.4738701,-0.0267 -0.5870498,0.0331 -0.5374302,0.0992 -0.48783,0.16536 -0.4382101,0.23152 -0.3954899,0.2955901 -0.3596701,0.36862 -0.32385,0.44166 -0.2880098,0.51469 m 1.9579456,10.6095506 0.0334,-2.23839 m 6.0135653,-4.543552 -2.87314,0.0334 M 6.1614407,7.5676923 v 1.5033901 m -1.9455499,0.32047 0.0112,3.0491596"
+ inkstitch:satin_column="True"
+ inkstitch:ties="False" />
+ id="path24825-5"
+ d="M 3.6913504,10.82549 3.2614008,8.0442624"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ inkscape:label="AutoSatin 1"
+ inkstitch:ties="False" />
+ d="m 2.3815465,8.9025123 c 0,0 0,0.6027992 0,0.6027992 0,0 0,5.3495635 0,5.3495635 0,0 0,4.709577 0,4.709577 M 4.2115843,8.9025123 c 0,0 0,0.6027992 0,0.6027992 0,0 0,5.3495635 0,5.3495635 0,0 0,4.708929 0,4.708929 M 2.3789007,9.5053115 c 0,0 1.8353294,0 1.8353294,0 M 2.3789007,14.854875 c 0,0 1.8353294,0 1.8353294,0 M 2.2900445,8.9289706 c 0,0 2.0130419,0 2.0130419,0"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin6-7-6"
+ sodipodi:nodetypes="cccccccc"
+ inkstitch:ties="False" />
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 3.4322898,19.909896 3.2338523,23.58099"
+ id="path25767"
+ inkstitch:ties="False" />
+
+
+
+
+
+
+ inkstitch:fill_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkscape:connector-curvature="0"
+ d="m 4.2115843,22.987317 c 0,0 0,-3.423513 0,-3.423513 m -1.8300378,3.424633 c 0,0 0,-3.423985 0,-3.423985 m 1.9215399,0.02578 c 0,0 -2.0130419,7.14e-4 -2.0130419,7.14e-4"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path25579"
+ sodipodi:nodetypes="cccccc"
+ inkstitch:ties="True" />
+ id="path99977-0"
+ d="m 9.768099,19.638299 -0.4322558,4.1412"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.2, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+
+
+
+
+
+
+ inkstitch:fill_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkscape:connector-curvature="0"
+ d="m 8.8581231,22.987499 c 0,0 0,-3.63306 0,-3.63306 m 1.8300399,3.63418 c 0,0 0,-3.63356 0,-3.63356 m -1.9215399,0.0258 c 0,0 2.0130399,6.88e-4 2.0130399,6.88e-4"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path25218"
+ sodipodi:nodetypes="cccccc"
+ inkstitch:ties="False" />
+
+ inkscape:label="AutoSatin 1"
+ inkstitch:ties="False" />
-
-
-
+ d="m 40.396249,33.648038 c 0,0 0,2.278299 0,2.278299 0,0 -5e-6,2.718812 -5e-6,2.718812 m -6.916682,-4.997111 c 0,0 0,2.278299 0,2.278299 0,0 -5e-6,2.718812 -5e-6,2.718812 m 6.926687,-2.718812 c 0,0 -6.936687,0 -6.936687,0"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path33228"
+ inkstitch:ties="False" />
+ inkstitch:ties="False" />
+ id="path25081"
+ d="m 4.142683,19.342279 c 0,0 4.4099401,-0.16704 4.51017,-2.00452"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+
+
+ transform="scale(0.264583)"
+ inkstitch:fill_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ sodipodi:nodetypes="ccscscsccccscscscccccccc"
+ d="m 33.427064,56.192091 c 0,0 -0.314852,2.870165 -0.314852,2.870165 0,0 -0.549412,2.546735 -0.549412,2.546735 0,0 -0.783979,2.223309 -0.783979,2.223309 0,0 -1.018554,1.899887 -1.018554,1.899887 0,0 -1.531254,1.82291 -1.531254,1.82291 0,0 -0.882815,0.716146 -0.882815,0.716146 0,0 -0.960941,0.585938 -0.960941,0.585938 0,0 -2.156254,0.781252 -2.156254,0.781252 0,0 -2.46875,0.260419 -2.46875,0.260419 0,0 -1.282549,-0.07357 -1.282549,-0.07357 0,0 -1.20182,-0.220703 -1.20182,-0.220703 0,0 -1.12109,-0.367839 -1.12109,-0.367839 0,0 -1.04036,-0.514972 -1.04036,-0.514972 0,0 -0.281257,-0.194056 -0.281257,-0.194056 m 15.677184,-1.962179 c 0,0 -1.088547,1.947911 -1.088547,1.947911 0,0 -1.223962,1.677081 -1.223962,1.677081 0,0 -1.35938,1.406246 -1.35938,1.406246 0,0 -1.494801,1.135402 -1.494801,1.135402 0,0 -1.656241,0.856778 -1.656241,0.856778 0,0 -1.843749,0.611989 -1.843749,0.611989 0,0 -2.031253,0.367196 -2.031253,0.367196 0,0 -2.218755,0.122399 -2.218755,0.122399 0,0 -1.791018,-0.100911 -1.791018,-0.100911 0,0 -1.706383,-0.302735 -1.706383,-0.302735 0,0 -1.621747,-0.504558 -1.621747,-0.504558 0,0 -0.742267,-0.34111 -0.742267,-0.34111 m 11.377943,2.764981 c 0,0 -0.126236,-8.460058 -0.126236,-8.460058"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.321586;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path16158-1"
+ inkscape:connector-curvature="0" />
+ sodipodi:nodetypes="ccc"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccc"
+ inkstitch:ties="False" />
+ inkscape:connector-curvature="0"
+ inkstitch:ties="False" />
+ inkstitch:ties="False" />
+ inkscape:label="AutoSatin 7"
+ inkstitch:ties="False" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+ d="m 10.506809,8.9816591 c 0,0 -2.91e-4,1.0132087 -2.91e-4,1.0132087 0,0 1e-6,0.8039892 1e-6,0.8039892 0,0 10e-7,6.104723 10e-7,6.104723 M 8.6764734,8.9815591 c 0,0 0,1.0134788 0,1.0134788 0,0 10e-7,0.8040091 10e-7,0.8040091 0,0 8e-7,6.10487 8e-7,6.10487 m -0.0915,-6.879149 c 0,0 2.0130338,-1.9e-4 2.0130338,-1.9e-4 m -10e-7,-1.0133491 c 0,0 -2.0130338,0 -2.0130338,0 m -1.75e-5,-0.00322 c 0,0 2.0133613,1.1e-4 2.0133613,1.1e-4"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin5-41"
+ sodipodi:nodetypes="cccccccccccc"
+ inkscape:label="AutoSatin 4"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+
+ d="M 8.6719665,17.458739 8.4046257,18.008577 8.0987006,18.489513 7.7541921,18.901548 7.3711,19.244677 6.9521751,19.509952 6.5001792,19.699433 6.0151124,19.813121 5.4969742,19.851017 4.6784189,19.782114 4.3125499,19.695987 3.9756198,19.575408 3.7735623,19.473701 M 8.6719665,15.375152 8.6145586,15.896308 8.4637574,16.425369 8.251696,16.917147 8.0105082,17.326449 7.6307474,17.772409 7.1875669,18.097074 6.673543,18.295498 6.0812525,18.362739 5.521083,18.31313 5.0532426,18.164302 4.7996413,17.996785 m 0.9242345,2.408731 v -2.504087"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path13194"
+ sodipodi:nodetypes="cscccscsccccccccccccccccscc"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+
+
+
+
+
+
+
+ style="display:none"
+ id="g12297double">
+ d="m 10.506535,19.530949 v -0.3 m 1.92792,0.3 v -0.3 m -1.97026,0.27354 h 2.012998"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin4-4-5"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ d="m 12.434455,18.362739 c 0,0 0,0.86821 0,0.86821 m -1.92792,-0.86821 c 0,0 0,0.86821 0,0.86821 m 1.97066,-0.0265 c 0,0 -2.012997,0 -2.012997,0"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path20185-7-1"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+ inkscape:label="GlyphLayer-ü"
+ id="layer4"
+ inkscape:groupmode="layer">
+ sodipodi:nodetypes="cccccc"
+ inkscape:label="AutoSatin 6"
+ inkstitch:ties="False" />
+ inkscape:label="AutoSatin 6"
+ inkstitch:ties="False" />
+
+ d="m 7.1579431,7.7534396 v 1.16861 m 3.4084669,-1.16861 v 1.16858"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin1-36-0"
+ inkstitch:ties="False" />
+ inkstitch:ties="False" />
-
+ inkstitch:ties="False" />
+ inkscape:label="AutoSatin 2"
+ inkstitch:ties="False" />
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+ id="layer8"
+ inkscape:label="GlyphLayer-û"
+ style="display:none">
+ d="m 10.524493,19.44161 v -0.3 m 1.92792,0.3 v -0.3 m -1.970259,0.27354 h 2.012997"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin4-4-6-3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ d="m 12.452413,18.2734 c 0,0 0,0.86821 0,0.86821 m -1.92792,-0.86821 c 0,0 0,0.86821 0,0.86821 m 1.97066,-0.0265 c 0,0 -2.012997,0 -2.012997,0"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path20185-7-3-4"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ d="M 9.6076066,18.019298 9.3069256,8.2505899"
+ id="path32455-2-2-9"
+ inkscape:connector-curvature="0" />
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
-
+
+ d="m 8.6899246,17.3694 -0.267341,0.549837 -0.3059249,0.480937 -0.3445086,0.412034 -0.3830921,0.34313 -0.4189248,0.265275 -0.4519959,0.189481 -0.4850667,0.113687 -0.5181383,0.0379 -0.8185553,-0.0689 -0.365869,-0.08613 -0.3369302,-0.120582 -0.2020575,-0.101707 m 4.8984043,-4.09855 -0.05741,0.521156 -0.150801,0.529062 -0.212062,0.491777 L 8.0284662,17.23711 7.6487056,17.68307 7.205525,18.007734 6.6915013,18.206159 6.0992106,18.273399 5.5390411,18.22379 5.0712006,18.074963 4.8175993,17.907445 m 0.9242346,2.408732 V 17.81209"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path13194-7-9"
+ sodipodi:nodetypes="cscccscsccccccccccccccccscc"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+
+
+
+
+
+
+
+
+
+
+
+
+ inkscape:connector-curvature="0"
+ inkstitch:ties="False" />
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False" />
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False" />
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:fill_underlay="False" />
+ sodipodi:nodetypes="cc"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccccc"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False" />
-
+
-
+
+ d="m 6.335635,19.443871 c 0,0 0.16569,-0.46155 0.16569,-0.46155 m -1.5106591,0.46155 c 0,0 -0.1844609,-0.50457 -0.1844609,-0.50457 m 1.77004,0.07012 c 0,0 -1.844807,-0.0474 -1.844807,-0.0474"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
-
-
+ id="path37227-2"
+ d="m 11.444521,19.444081 -0.150455,-0.49129 m 1.556334,0.4972 0.144539,-0.46156 m 0.06536,0.0271 -1.812027,-0.0474"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+
+
+
+
+
+ id="path21013-5-0"
+ d="m 11.294066,18.952791 -0.583897,-1.9623 m 2.28477,1.99794 0.613555,-1.99794 m 0.410223,0.81094 -3.350927,0.008"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:fill_underlay="False" />
+ sodipodi:nodetypes="cccccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
-
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:fill_underlay="False" />
-
-
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+
+
+
+
+
+
+
-
-
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+ d="M 5.3332357,13.701246 2.2196477,8.443095"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+
+
+
+
+
+ d="m 3.5938653,8.8471703 c 0,0 3.6173576,5.6323787 3.6173576,5.6323787 M 1.463692,8.8471703 c 0,0 3.6085713,5.6366017 3.6085713,5.6366017 M 3.7146736,8.8694315 c 0,0 -2.3432264,2.27e-5 -2.3432264,2.27e-5"
+ style="fill:none;stroke:#000000;stroke-width:0.0999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ inkstitch:ties="False"
+ id="path27853"
+ d="m 6.4256152,15.154182 2.0112035,2.993419"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ id="path27757"
+ d="M 9.7539674,18.43871 7.2112229,14.479549 m 0.393005,3.959161 -2.5319646,-3.954938 m -0.1183996,0.191029 2.9889966,-0.0061"
+ style="fill:none;stroke:#000000;stroke-width:0.0999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ id="path21009-2-1"
+ d="m 5.3111877,14.861513 -2.3040811,3.577218 m 1.664671,-4.544642 -2.9104219,4.544642 m 4.131877,-3.38724 -2.3888589,0.01061 m 0.4730948,2.56034 -2.4137819,0.0061"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
-
-
-
-
-
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+
+
+
+ sodipodi:nodetypes="cc" />
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False" />
+
+ d="m 6.5274707,19.423827 c 0,0 -1.0686169,-0.87488 -1.0686169,-0.87488 M 10.32716,8.8650868 c 0,0 -3.330751,9.1829102 -3.330751,9.1829102 0,0 -0.527068,1.36074 -0.527068,1.36074 M 9.0814108,8.8655868 c 0,0 -3.5831118,9.7479602 -3.5831118,9.7479602 m 5.026543,-8.9250102 c 0,0 -2.4137742,0.006 -2.4137742,0.006"
+ inkscape:connector-curvature="0"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False" />
+
+
+
-
+ inkstitch:fill_underlay="False" />
+ d="M 9.4866732,19.022921 1.2225617,18.737564 8.9933562,8.3633015 1.6228215,8.5995715"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;opacity:0.88;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0264583;stroke-miterlimit:4;stroke-dasharray:0.132291, 0.132291;stroke-opacity:1"
+ d="m 1.5702735,8.5060815 c 0,0 0,0.24693 0,0.24693 0,0 0,0.30004 0,0.30004 0,0 0,0.23542 0,0.23542 0,0 0,0 0,0 0,0 0,0.0646 0,0.0646 0,0 0,0.30004 0,0.30004 0,0 0,0.3000297 0,0.3000297 0,0 0,0.1177098 0,0.1177098 0,0 0,0 0,0 0,0 0,0.18233 0,0.18233 0,0 0,0.30003 0,0.30003 0,0 0,0.30004 0,0.30004"
+ inkscape:connector-curvature="0"
+ inkstitch:running_stitch_length_mm=""
+ inkstitch:fill_underlay="False" />
+ d="m 2.1049525,10.853261 c 0,0 0,-2.7003195 0,-2.7003195 m -1.069359,2.7003195 c 0,0 0,-2.7003195 0,-2.7003195 m 1.122827,2.6738495 c 0,0 -1.176295,0 -1.176295,0"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;opacity:0.88;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ d="m 1.0355935,7.7236815 c 0,0 0,0.42926 0,0.42926 m 1.069359,-0.42926 c 0,0 0,0.42926 0,0.42926 m 0.05347,-0.0265 c 0,0 -1.176295,0 -1.176295,0"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;opacity:0.88;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
-
+ d="m 2.1049525,7.7236815 c 0,0 7.5402817,0 7.5402817,0 m -7.5736907,1.17973 c 0,0 5.225514,0 5.225514,0 0,0 2.3481767,-0.23154 2.3481767,-0.23154 m -2.5828597,-1.50663 c 0,0 0,1.93793 0,1.93793"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;opacity:0.88;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ d="M 9.6452452,8.6718815 C 7.4440584,11.872971 5.2428725,15.074071 3.0416855,18.275161 M 7.2970654,8.9034215 0.6935055,18.495671"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;opacity:0.88;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path9615-0"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+ d="m 8.7743132,19.443851 c 0,0 0,-0.2963 0,-0.2963 m 1.069359,0.2963 c 0,0 0,-0.2963 0,-0.2963 m -1.122827,0.0265 c 0,0 1.176295,0 1.176295,0"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;opacity:0.88;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+
+
+ sodipodi:nodetypes="cc" />
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False" />
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False" />
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False" />
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.643172;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 15.16958,20.584428 -0.484384,0.39273 -0.505051,0.340379 -0.525721,0.28801 -0.546388,0.23564 -0.02536,0.0081 -0.541699,0.17518 -0.587733,0.13091 -0.608404,0.0786 -0.629077,0.0262 -0.8454195,-0.0434 -0.8164812,-0.130229 -0.787544,-0.21704 -0.758607,-0.30385 -0.7138246,-0.38103 -0.664215,-0.45958 L 5.5150655,20.186929 4.9500668,19.57026 4.5042764,18.97701 4.1149859,18.332781 3.7821932,17.637562 3.5058997,16.891352 3.288857,16.096233 3.1338259,15.265275 l -0.09302,-0.86678 -0.03101,-0.902618 0.06959,-1.320839 L 3.2881548,10.935499 3.6361034,9.7772606 3.8622703,9.2286311 4.1232309,8.7003316 4.4155514,8.1959721 4.7357752,7.7246829 5.0839037,7.2864633 5.4599373,6.8813137 5.863874,6.5092441 6.2957163,6.1702546 6.7554629,5.8643249 7.2431142,5.5914753 8.0974874,5.2166556 8.9628913,4.952056 9.8475965,4.7949561 l 0.8902215,-0.0524 0.870912,0.0489 0.83784,0.1467597 0.804771,0.2445998 0.771699,0.3424495 0.726917,0.4292595 0.670416,0.5160694 0.613915,0.6028894 0.557414,0.6897091 0.31006,0.4733594 0.268719,0.4940196 0.22738,0.5146997 0.18604,0.5353694 0.149511,0.5539594 0.106794,0.570499 0.06408,0.58705 0.02136,0.603579 -0.05857,0.992869 -0.175696,0.906059 -0.292828,0.819249 -0.409959,0.732419 -0.510566,0.62839 -0.410778,0.34395 m -0.368503,4.837253 -0.553284,0.48025 -0.590492,0.415479 -0.627701,0.35071 -0.491955,0.211699 -0.172961,0.07454 -0.694525,0.22669 -0.727599,0.16192 -0.760672,0.0971 -0.793746,0.0324 -0.8943418,-0.0462 L 8.5164181,23.222014 7.6606593,22.991184 6.8241902,22.668035 6.0228611,22.264965 5.272521,21.783346 4.5731686,21.223166 3.9248063,20.584457 3.3239823,19.859608 2.8003267,19.085149 2.3538392,18.26108 1.9845205,17.387411 1.6999539,16.466192 1.4966922,15.510523 1.3747353,14.520404 1.3340854,13.495835 1.3754253,12.496076 1.4994502,11.525257 1.7061589,10.583369 1.9955507,9.6704196 2.3641762,8.7967504 2.8085947,7.972681 3.328804,7.1982222 3.9248063,6.473373 4.5862614,5.8188135 5.302843,5.2441643 6.0745419,4.749455 6.9013632,4.3346653 7.7695251,4.0066855 8.665246,3.7724259 9.5885258,3.6318662 l 0.9508382,-0.0469 1.0356,0.0572 0.990122,0.1715599 0.944649,0.2859496 0.89917,0.4003096 0.8406,0.5078094 0.768942,0.6083993 0.697285,0.7089994 0.625627,0.8095988 0.352087,0.5518993 0.306609,0.5753294 0.261134,0.5987595 0.215657,0.6221891 0.17364,0.6400995 0.124028,0.652499 0.07442,0.664899 0.02481,0.67731 -0.02532,0.719329 -0.07596,0.680749 -0.126607,0.64216 -0.177251,0.603579 -0.227894,0.564999 -0.278536,0.52641 -0.32918,0.487819 -0.379824,0.449239 -0.4234,0.401 -0.459919,0.34864 -0.496437,0.296269 -0.372539,0.170494 m 3.61111,-6.083776 h -1.804064 m -7.216265,-8.7530501 0.06682,2.1047279 M 0.99914578,12.960347 3.6772072,12.926947 M 10.32552,23.818155 v -1.870888"
+ inkscape:connector-curvature="0"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False" />
+
+
+
+
+
+
+ sodipodi:nodetypes="cccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False" />
+ d="M 7.4078201,3.02626 V 9.1447501 M 5.83134,3.02626 v 6.1184901"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.643172;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path10449"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ d="M 3.62648,9.1447501 V 3.02626 M 2.05,9.1447501 V 3.02626"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:0.643172;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path9656-6"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="True" />
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.643172;stroke:#000000;stroke-width:0.0264583;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 1.3346138,2.2589493 c 0,0 0.587559,0.32246 0.587559,0.32246 0,0 0.550007,0.36656 0.550007,0.36656 0,0 0.512457,0.41065 0.512457,0.41065 0,0 0.474905,0.45475 0.474905,0.45475 0,0 0.437353,0.49885 0.437353,0.49885 0,0 0.3998029,0.54295 0.3998029,0.54295 0,0 0.3622511,0.5870502 0.3622511,0.5870502 0,0 0.3246999,0.63114 0.3246999,0.63114 0,0 0.2893851,0.6711 0.2893851,0.6711 0,0 0.2508009,0.7124499 0.2508009,0.7124499 0,0 0.2122152,0.7537799 0.2122152,0.7537799 0,0 0.1736309,0.79512 0.1736309,0.79512 0,0 0.1350471,0.83647 0.1350471,0.83647 0,0 0.09646,0.8778097 0.09646,0.8778097 0,0 0.05788,0.91915 0.05788,0.91915 0,0 0.019291,0.960501 0.019291,0.960501 0,0 -0.019291,0.95807 -0.019291,0.95807 0,0 -0.05788,0.91743 -0.05788,0.91743 0,0 -0.09646,0.876769 -0.09646,0.876769 0,0 -0.1350471,0.836131 -0.1350471,0.836131 0,0 -0.1736309,0.79547 -0.1736309,0.79547 0,0 -0.2122152,0.75482 -0.2122152,0.75482 0,0 -0.2508009,0.71416 -0.2508009,0.71416 0,0 -0.2893851,0.673519 -0.2893851,0.673519 0,0 -0.07607,0.147261 -0.07607,0.147261 M 1.3346148,3.3393293 c 0,0 0.369659,0.30713 0.369659,0.30713 0,0 0.342786,0.3371 0.342786,0.3371 0,0 0.604959,0.76412 0.604959,0.76412 0,0 0.49747,0.8840101 0.49747,0.8840101 0,0 0.389984,1.0038998 0.389984,1.0038998 0,0 0.294209,1.1665001 0.294209,1.1665001 0,0 0.2101489,1.3828601 0.2101489,1.3828601 0,0 0.1260901,1.5992196 0.1260901,1.5992196 0,0 0.04203,1.815571 0.04203,1.815571 0,0 -0.04203,1.81142 -0.04203,1.81142 0,0 -0.1260901,1.597829 -0.1260901,1.597829 0,0 -0.2101489,1.384241 -0.2101489,1.384241 0,0 -0.294209,1.17064 -0.294209,1.17064 0,0 -0.05314,0.13613 -0.05314,0.13613 M 4.9861117,6.0723993 c 0,0 -1.4491069,0.5641501 -1.4491069,0.5641501 m 2.683998,5.9631906 c 0,0 -2.0117009,0 -2.0117009,0 m 0.7768098,6.52733 c 0,0 -1.4491069,-0.56416 -1.4491069,-0.56416"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.643172;stroke:#000000;stroke-width:0.0264583;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 1.3346138,22.92949 0.587559,-0.32228 0.550007,-0.36605 0.512457,-0.40979 0.474905,-0.45355 0.437353,-0.497301 0.3998029,-0.541049 0.3622511,-0.5848 0.248629,-0.4813 m -3.572964,2.57575 0.369659,-0.30696 0.342786,-0.33659 0.604959,-0.76206 0.49747,-0.88056 L 3.4863348,18.7 m -0.08056,-0.004 1.5605929,0.62945"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ d="m 6.4075956,3.3365639 c 0,0 -0.3696618,0.30713 -0.3696618,0.30713 0,0 -0.3427891,0.3370999 -0.3427891,0.3370999 0,0 -0.6049611,0.7641201 -0.6049611,0.7641201 0,0 -0.4974709,0.88401 -0.4974709,0.88401 0,0 -0.3899789,1.0039001 -0.3899789,1.0039001 0,0 -0.2893981,1.1665 -0.2893981,1.1665 0,0 -0.2067121,1.3828599 -0.2067121,1.3828599 0,0 -0.1240268,1.5992201 -0.1240268,1.5992201 0,0 -0.04134,1.81557 -0.04134,1.81557 0,0 0.04134,1.81142 0.04134,1.81142 0,0 0.1240268,1.59783 0.1240268,1.59783 0,0 0.2067121,1.38424 0.2067121,1.38424 0,0 0.2893981,1.17064 0.2893981,1.17064 0,0 0.3080668,0.78923 0.3080668,0.78923 M 6.4075956,2.2561838 c 0,0 -0.5851488,0.32246 -0.5851488,0.32246 0,0 -0.5482892,0.36656 -0.5482892,0.36656 0,0 -0.511426,0.4106501 -0.511426,0.4106501 0,0 -0.4745649,0.4547499 -0.4745649,0.4547499 0,0 -0.4377031,0.4988501 -0.4377031,0.4988501 0,0 -0.4008409,0.54295 -0.4008409,0.54295 0,0 -0.36398,0.58705 -0.36398,0.58705 0,0 -0.327118,0.63114 -0.327118,0.63114 0,0 -0.286802,0.6711 -0.286802,0.6711 0,0 -0.248561,0.7124499 -0.248561,0.7124499 0,0 -0.210322,0.7537802 -0.210322,0.7537802 0,0 -0.172081,0.79512 -0.172081,0.79512 0,0 -0.1338411,0.8364702 -0.1338411,0.8364702 0,0 -0.0956,0.8778098 -0.0956,0.8778098 0,0 -0.05736,0.91915 -0.05736,0.91915 0,0 -0.01912,0.9605 -0.01912,0.9605 0,0 0.01912,0.95807 0.01912,0.95807 0,0 0.05736,0.91743 0.05736,0.91743 0,0 0.0956,0.87677 0.0956,0.87677 0,0 0.1338411,0.83613 0.1338411,0.83613 0,0 0.172081,0.79547 0.172081,0.79547 0,0 0.210322,0.75482 0.210322,0.75482 0,0 0.248561,0.71416 0.248561,0.71416 0,0 0.286802,0.67352 0.286802,0.67352 0,0 0.327118,0.62856 0.327118,0.62856 0,0 0.36398,0.5848 0.36398,0.5848 0,0 0.102779,0.13873 0.102779,0.13873 m -2.81485107,-7.73816 c 0,0 3.34086497,-0.0668 3.34086497,-0.0668"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.643172;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path10451"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ sodipodi:nodetypes="ccccccccccccccc"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
-
+
+ inkstitch:manual_stitch="True"
+ inkstitch:fill_underlay="False" />
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False" />
+ d="m 3.9201306,19.758898 -0.2751647,-0.04233 -0.2539981,-0.0635 -0.211665,-0.126997 -0.1481656,-0.148167 m 1.1853245,0.380997 0.2539981,-0.04233 0.2539982,-0.0635 0.2116651,-0.148165 0.1481655,-0.126999 m 0.084666,0 -2.2224833,0.02117"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.0634995px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkscape:connector-curvature="0"
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False" />
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
-
+
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False" />
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False" />
+ inkscape:label="GlyphLayer-,"
+ inkscape:groupmode="layer">
+ inkscape:connector-curvature="0" />
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:0.643172;stroke:#010000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2.5746508,17.080335 v 0.407899 l -0.027561,0.705555 -0.082682,0.650431 -0.070512,0.304612 m 2.1430831,-2.068497 -0.083373,0.908815 -0.1619193,0.841291 -0.2404657,0.773768 -0.031398,0.06951 m -1.7616632,-2.050954 2.5749601,-0.0236"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.643172;stroke:#010000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 0.77769282,21.776679 c 0,0 0.43201768,-0.397559 0.43201768,-0.397559 0,0 0.3700038,-0.432014 0.3700038,-0.432014 0,0 0.3079902,-0.466466 0.3079902,-0.466466 0,0 0.2459767,-0.500919 0.2459767,-0.500919 0,0 0.1929241,-0.540191 0.1929241,-0.540191 0,0 0.067291,-0.290698 0.067291,-0.290698 m -0.8224547,3.509796 c 0,0 0.6766184,-0.518832 0.6766184,-0.518832 0,0 0.5856671,-0.564308 0.5856671,-0.564308 0,0 0.4947165,-0.609782 0.4947165,-0.609782 0,0 0.4037656,-0.655255 0.4037656,-0.655255 0,0 0.2876139,-0.636732 0.2876139,-0.636732 m -1.1947,2.31939 c 0,0 -1.4174093,-1.299288 -1.4174093,-1.299288"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
-
+
+ inkstitch:manual_stitch="True"
+ inkstitch:fill_underlay="False" />
+ id="path62362-3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ sodipodi:nodetypes="cccccccc"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
diff --git "a/fonts/dejavufont/\342\206\221.svg" "b/fonts/dejavufont/\342\206\221.svg"
index 518f1a2d..9902c8fb 100644
--- "a/fonts/dejavufont/\342\206\221.svg"
+++ "b/fonts/dejavufont/\342\206\221.svg"
@@ -1,6 +1,4 @@
-
-
diff --git "a/fonts/dejavufont/\342\206\222.svg" "b/fonts/dejavufont/\342\206\222.svg"
index 518f1a2d..3bbb0647 100644
--- "a/fonts/dejavufont/\342\206\222.svg"
+++ "b/fonts/dejavufont/\342\206\222.svg"
@@ -1,6 +1,4 @@
-
-
diff --git "a/fonts/dejavufont/\342\206\223.svg" "b/fonts/dejavufont/\342\206\223.svg"
index 518f1a2d..4bcd0c72 100644
--- "a/fonts/dejavufont/\342\206\223.svg"
+++ "b/fonts/dejavufont/\342\206\223.svg"
@@ -1,6 +1,4 @@
-
-
+ id="layer1"
+ inkscape:groupmode="layer"
+ inkscape:label="Calque 1" />
+ style="display:none"
+ id="g14068">
+
+ sodipodi:nodetypes="cccczcsccccccscscscccccccccccc"
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False" />
+ style="display:none"
+ id="g23605">
-
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
-
+ sodipodi:nodetypes="cccccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ inkstitch:ties="False" />
+
+
+ sodipodi:nodetypes="cccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False" />
+ style="display:none"
+ id="g18799">
-
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ d="m 5.8002768,13.046219 1.559152,1.27567 M 2.6111007,3.5100689 c 0.373987,-0.1703929 0.706283,-0.2780169 1.084319,-0.3937428 0.7202531,-0.2204867 1.4221331,-0.33073 2.10564,-0.33073 1.5434072,0 2.7597571,0.41525 3.64905,1.2457501 0.8966403,0.8304932 1.3449603,1.9586466 1.3449603,3.38446 0,1.6095467 -1.0105603,3.5351258 -3.0316801,5.7767398 -0.1616872,0.169039 -0.2829531,0.297656 -0.3638,0.385849 L 3.6623497,17.734556 M 2.6111007,6.9724712 c 0.08819,-1.0436334 0.448582,-1.7909246 0.963049,-2.3127449 0.5218201,-0.5218131 1.2567771,-0.7827198 2.2048699,-0.7827198 0.9113401,0 1.6242432,0.3123534 2.1387102,0.93706 0.52182,0.6247133 0.7827301,1.49196 0.7827301,2.60174 0,1.0142334 -0.2131372,1.9843731 -0.6394101,2.9104185 -0.418927,0.918694 -1.1244831,1.929253 -2.1166701,3.03168 l -4.49792,4.98299 M 5.6585358,5.0142262 5.6112889,1.1399701 m 2.1733629,6.6837472 3.6380212,-0.021917"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path9665"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+
+ d="m 9.8359473,16.142527 h 0.5600377 m -0.5600377,3.399997 h 0.5600377 m -0.02646,0.17 v -3.739997"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path65777"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ d="m 11.004526,16.142527 c 0,0 -0.608541,0 -0.608541,0 m 0.608541,3.399997 c 0,0 -0.608541,0 -0.608541,0 m 0.582082,-3.569997 c 0,0 0,3.739997 0,3.739997"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path9648"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
-
+ style="display:none"
+ id="g18877">
+ d="m 8.0854861,6.8296434 3.9687489,0.094494 M 6.1483582,4.5145393 V 1.6324709 M 1.9940077,6.6030658 h 1.11346 c 0.088193,-0.926059 0.3785,-1.62428 0.87092,-2.0946629 0.49242,-0.4703763 1.1832766,-0.7055645 2.07257,-0.7055645 0.8966406,0 1.5801472,0.2572386 2.0505199,0.7717158 0.47772,0.5071304 0.7165801,1.2420988 0.7165801,2.2049053 0,1.0730554 -0.2903064,1.8778452 -0.8709191,2.4143695 C 7.8147469,9.3160386 7.7691189,9.4241365 7.6053688,9.5181227 M 1.9940077,3.7036165 C 2.7657077,3.3802298 3.5080113,3.1340147 4.2209186,2.9649712 4.9338247,2.795928 5.5989577,2.711406 6.2163176,2.711406 c 1.4552074,0 2.5870373,0.3491105 3.3954898,1.0473315 0.8158006,0.6908741 1.2237006,1.6536839 1.2237006,2.8884292 0,0.9922071 -0.28296,1.8227208 -0.8488796,2.4915411 -0.558561,0.6614734 -1.3523105,1.1098062 -2.3812497,1.3449982"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path10425"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ d="M 6.046587,9.7800598 6.06329,11.417086 m -1.213989,-0.305 h 0.9480887 l 0.8185539,0.0627 0.7138228,0.188106 0.2756023,0.08993 M 4.8493077,9.9875956 h 0.496091 c 0.8930496,0 1.7146685,-0.1564911 2.2599701,-0.469473"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path14628"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
-
+ d="m 8.7469333,14.861621 h 3.3545347 m -4.4960992,-3.408798 0.042035,0.05115 0.291454,0.17243 0.2652717,0.203781 0.2390886,0.235132 0.2118723,0.262866 0.1836229,0.292495 0.2824961,0.673874 0.169498,0.792389 0.0565,0.910902 -0.05512,0.8041 -0.165363,0.714527 -0.2756065,0.624954 -0.3858488,0.535381 -0.3918857,0.349359 m -0.4680124,-7.592469 0.8585168,0.199819 0.7565426,0.312819 0.654571,0.42582 0.5525956,0.538821 0.443725,0.633913 0.316947,0.722108 0.190168,0.810302 0.06339,0.898496 -0.02188,0.559322 -0.06563,0.525904 -0.109381,0.492486 -0.153134,0.459068 -0.196886,0.425649 -0.240638,0.392231 -0.284391,0.358813 -0.328144,0.325395 -0.3665586,0.28681 -0.405144,0.248569 -0.17174,0.08141"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path14494"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccscsccccscscsccccccccccccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+
-
+ style="display:none"
+ id="g28329">
+ d="M 4.6901131,10.749589 2.0915271,9.2849324 M 6.9981283,2.8040752 0.51583713,13.96067 v 1.20165 M 6.9871081,5.2294202 1.9159271,13.98272"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path14870"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ d="M 8.5312961,14.638019 8.1013481,3.2609369"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
-
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ id="path15124"
+ d="m 11.793677,13.982704 c 0,0 -3.5157989,0 -3.5157989,0 m 3.5157989,1.179599 c 0,0 -4.0141333,0 -4.0141333,0 m 0.5497084,-1.238579 c 0,0 -0.5481672,1.297559 -0.5481672,1.297559"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.643172;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ d="m 6.9871081,15.16232 v 3.230121 m 1.984378,-3.230121 v 3.230121"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.643172;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path14821"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ inkstitch:ties="False" />
+
+
+ sodipodi:nodetypes="cccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False" />
+ style="display:none"
+ id="g33104">
+ id="path15458"
+ d="m 3.0763978,3.7909202 6.813021,0.016536"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ inkscape:connector-curvature="0"
+ id="path10429"
+ d="M 10.2422,3.0578091 H 2.4039098 M 10.2422,4.8657891 H 3.4512198"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccccccccccccc"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 7.6815339,18.314907 c 0,0 -0.3461505,0.179806 -0.3461505,0.179806 0,0 -0.3685366,0.12754 -0.3685366,0.12754 0,0 -0.7852199,0.108864 -0.7852199,0.108864 0,0 -0.4000511,0.0011 -0.4000511,0.0011 0,0 -0.3970951,-0.03894 -0.3970951,-0.03894 0,0 -0.3882015,-0.08223 -0.3882015,-0.08223 0,0 -0.3733703,-0.128817 -0.3733703,-0.128817 0,0 -0.3526015,-0.178705 -0.3526015,-0.178705 0,0 -0.3258949,-0.231895 -0.3258949,-0.231895 0,0 -0.2589434,-0.247872 -0.2589434,-0.247872 0,0 -0.2165445,-0.278706 -0.2165445,-0.278706 0,0 -0.1775937,-0.304167 -0.1775937,-0.304167 0,0 -0.1420921,-0.324249 -0.1420921,-0.324249 0,0 -0.1914727,-0.687248 -0.1914727,-0.687248 0,0 -0.090849,-0.703076 -0.090849,-0.703076 0,0 -0.4701614,0 -0.4701614,0 m 6.0191723,3.892845 c 0,0 -0.7855438,0.244932 -0.7855438,0.244932 0,0 -0.8110556,0.132571 -0.8110556,0.132571 0,0 -0.822846,0.03304 -0.822846,0.03304 0,0 -0.8209161,-0.05366 -0.8209161,-0.05366 0,0 -0.8886724,-0.14141 -0.8886724,-0.14141 0,0 -0.8670094,-0.235223 -0.8670094,-0.235223 0,0 -0.8446952,-0.310081 -0.8446952,-0.310081 0,0 -0.169325,-0.07541 -0.169325,-0.07541 m 3.4982342,1.561472 c 0,0 -0.03307,-2.21588 -0.03307,-2.21588 m -3.0096316,1.322914 c 0,0 -0.03307,-4.894781 -0.03307,-4.894781 m 4.7930962,3.484509 c 0,0 0.8058765,1.20988 0.8058765,1.20988"
+ id="path15355"
+ inkscape:connector-curvature="0"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False" />
+ style="display:none"
+ id="g37842">
+ id="path14326"
+ d="M 4.6126517,4.0445693 C 5.2382494,3.6207771 7.7732115,2.2783052 9.968065,3.9977974 c 0.728975,0.5710938 0.65481,0.65481 0.65481,0.65481"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ d="m 10.923655,6.0852383 -1.11346,-0.00641 m 1.11346,-2.7055799 C 10.560169,3.2402665 10.162984,3.1209257 9.810195,3.0280477"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.643172;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path14209"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
-
+
+ inkscape:connector-curvature="0"
+ id="path14443"
+ d="M 4.9400568,18.988277 C 9.753981,20.74419 11.409841,14.595129 10.29547,12.253085 9.882261,11.384655 8.8221466,9.4233688 7.278665,9.3064383 6.5077173,9.2480334 4.4489489,9.3999825 3.5836638,11.294256"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False" />
+ style="display:none"
+ id="g42580">
+ d="M 2.202789,3.7476908 2.190978,6.6061358"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ inkscape:connector-curvature="0"
+ id="path24065"
+ d="m 2.8247308,6.8461793 v -2.02849 m -1.157563,2.02849 v -3.83647"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.643172;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ d="m 8.2385962,2.4365868 0.094494,3.1183036 M 2.8247308,4.8176893 h 6.84609 m -8.003653,-1.80798 h 9.7565132 v 1.12448"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path24091"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ d="m 11.423667,4.1341845 c 0,0 -5.680725,15.0226145 -5.680725,15.0226145 M 9.6708088,4.8176839 c 0,0 -5.4107355,14.3530291 -5.4107355,14.3530291 M 11.50195,4.1247571 c 0,0 -1.9281162,0.7518597 -1.9281162,0.7518597"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.643172;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:nodetypes="cccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ d="M 5.6248935,19.468977 5.742942,19.156799 m -1.5953069,0.312178 0.1124382,-0.298264 m -0.083475,0.02545 1.6311277,-0.01532"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.643172;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:nodetypes="cccccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False" />
+ style="display:none"
+ id="g47323">
+ d="M 3.895257,4.0489928 C 2.0897676,6.1100462 2.7117055,9.2460811 5.2512465,10.266702"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccscsssszsccscscscsccscscssscscscscccccccccccccccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False" />
+ d="M 5.5627894,19.488788 C 6.9597645,20.0376 10.69168,18.33353 10.645073,15.039473 c -0.0204,-1.44193 -0.6781964,-3.554685 -2.8998746,-3.99902"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.643172;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 8.0107016,10.775377 0.801327,0.181901 0.706244,0.292143 0.6111604,0.402386 0.516076,0.512628 0.409967,0.601513 0.292834,0.680061 0.175701,0.758608 0.05857,0.837155 -0.02067,0.562238 -0.06201,0.529165 -0.103353,0.496092 -0.144694,0.46302 -0.186035,0.429947 -0.227377,0.396874 -0.268718,0.363801 -0.310059,0.330729 -0.3458874,0.291972 -0.381715,0.253043 -0.417545,0.214113 -0.177543,0.0686 m -2.4476144,-8.213841 0.3481263,0.01959 0.3278003,0.05721 0.5946222,0.218021 0.5133168,0.340667 0.4320118,0.44474 0.347265,0.534674 0.248047,0.633894 0.148828,0.733115 0.04961,0.832334 -0.04961,0.837845 -0.148828,0.738628 -0.248047,0.639411 -0.347265,0.540193 -0.4320118,0.424436 -0.1100363,0.06499 m 3.7213385,-3.645379 -2.6192394,0.09354" />
+
-
+ style="display:none"
+ id="g52088">
+ id="path14454"
+ d="M 3.0153138,4.3063837 C 2.0195619,6.2356585 1.995791,10.491059 2.5806651,11.246661 c 0.609005,0.786777 1.0056016,1.262848 1.6370258,1.683798 0.6314244,0.420949 2.4555386,0.514494 2.7127856,0.350791 0.545002,0.16516 2.6695239,-1.945074 2.5325929,-2.101567"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False" />
-
+
+ d="m 2.1230784,16.3887 1.11346,0.0064 m -1.11346,2.70558 c 0.363486,0.132982 0.760671,0.252323 1.11346,0.345201"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.643172;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path14209-2"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ style="display:none"
+ id="g56969">
+
+ id="autosatin1-94"
+ d="m 12.192808,19.503262 c 0,0 0,-0.25039 0,-0.25039 m 2.689994,0.25039 c 0,0 0,-0.25039 0,-0.25039 m 0.1345,0.0265 c 0,0 -2.958993,0 -2.958993,0"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkscape:label="Auto-remplissage satin 2" />
+ id="autosatin2-97"
+ d="m 14.882802,19.252872 c 0,0 0,-0.899999 0,-0.899999 m -2.689994,0.899999 c 0,0 0,-0.899999 0,-0.899999 m -0.134499,0.02646 c 0,0 2.958993,0 2.958993,0"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkscape:label="Auto-remplissage satin 3" />
+ d="m 10.847821,18.352903 c 0,0 0,0.237568 0,0.237568 0,0 0,0.30427 0,0.30427 0,0 0,0.03335 0,0.03335 0,0 0,0 0,0 0,0 0,0.270918 0,0.270918 0,0 0,0.304271 0,0.304271"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:running_stitch_length_mm=""
+ id="autosatinrun2-4"
+ inkscape:label="Points droits pour auto-remplissage satin 4"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False"
+ inkscape:label="Auto-remplissage satin 5" />
+ d="m 9.9882798,14.135203 c 0,0 -0.308082,0 -0.308082,0 0,0 -0.308082,0 -0.308082,0 0,0 -0.252723,0 -0.252723,0 0,0 0,0 0,0 0,0 -0.05536,0 -0.05536,0 0,0 -0.308082,0 -0.308082,0 0,0 -0.308082,0 -0.308082,0 0,0 -0.197364,0 -0.197364,0 0,0 0,0 0,0 0,0 -0.110718,0 -0.110718,0 0,0 -0.3080825,0 -0.3080825,0 0,0 -0.3080822,0 -0.3080822,0 0,0 -0.1420045,0 -0.1420045,0 0,0 0,0 0,0 0,0 -0.1660776,0 -0.1660776,0 0,0 -0.3080822,0 -0.3080822,0 0,0 -0.3080822,0 -0.3080822,0 0,0 -0.086645,0 -0.086645,0 0,0 0,0 0,0 0,0 -0.2214369,0 -0.2214369,0 0,0 -0.3080822,0 -0.3080822,0 0,0 -0.3080821,0 -0.3080821,0 0,0 -0.031286,0 -0.031286,0 0,0 0,0 0,0 0,0 -0.276796,0 -0.276796,0 0,0 -0.3080824,0 -0.3080824,0 0,0 -0.2840091,0 -0.2840091,0 0,0 0,0 0,0 0,0 -0.024072,0 -0.024072,0 0,0 -0.3080824,0 -0.3080824,0 0,0 -0.3080821,0 -0.3080821,0 0,0 -0.2286495,0 -0.2286495,0"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:0.499998, 0.499998;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:running_stitch_length_mm=""
+ id="autosatinrun3-8"
+ inkscape:label="Points droits pour auto-remplissage satin 6"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccc"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:zigzag_underlay_inset_mm="0.1"
+ inkstitch:zigzag_underlay_spacing_mm="1"
+ inkstitch:contour_underlay="False"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:fill_underlay="False"
+ inkscape:label="Auto-remplissage satin 7"
+ inkstitch:ties="False" />
+ d="m 10.887467,13.893881 c 0,0 0.01042,0.02982 0.01042,0.02982 0,0 0.100347,0.287085 0.100347,0.287085 0,0 0.100347,0.287086 0.100347,0.287086 0,0 0.100347,0.287085 0.100347,0.287085 0,0 2.52e-4,7.14e-4 2.52e-4,7.14e-4 0,0 0,0 0,0 0,0 0.100094,0.286365 0.100094,0.286365 0,0 0.100347,0.287085 0.100347,0.287085 0,0 0.100347,0.287085 0.100347,0.287085 0,0 0.01093,0.03126 0.01093,0.03126 0,0 0,0 0,0 0,0 0.08942,0.255822 0.08942,0.255822 0,0 0.100347,0.287085 0.100347,0.287085 0,0 0.100347,0.287085 0.100347,0.287085 0,0 0.0216,0.06181 0.0216,0.06181 0,0 0,0 0,0 0,0 0.07874,0.225279 0.07874,0.225279 0,0 0.100347,0.287085 0.100347,0.287085 0,0 0.100347,0.287085 0.100347,0.287085 0,0 0.03228,0.09235 0.03228,0.09235 0,0 0,0 0,0 0,0 0.06807,0.194737 0.06807,0.194737 0,0 0.100347,0.287085 0.100347,0.287085 0,0 0.100346,0.287086 0.100346,0.287086 0,0 0.04296,0.122891 0.04296,0.122891"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.499998, 0.499998;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:running_stitch_length_mm=""
+ id="autosatinrun4-5"
+ inkscape:label="Points droits pour auto-remplissage satin 8"
+ inkstitch:ties="False" />
+ id="autosatin5-3"
+ d="m 13.602399,18.352873 c 0,0 -4.3294912,-12.4851755 -4.3294912,-12.4851755 M 11.289697,18.352873 c 0,0 -4.3985826,-12.4851755 -4.3985826,-12.4851755 m 3.8908046,3.945975 c 0,0 -3.0509025,0.008 -3.0509025,0.008 M 9.9981238,6.345497 c 0,0 -3.0555734,0.019801 -3.0555734,0.019801"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkscape:label="Auto-remplissage satin 9" />
+ inkstitch:ties="False"
+ d="m 7.4125251,5.8676975 c 0,0 -7.49e-5,-0.037184 -7.49e-5,-0.037184 0,0 -6.086e-4,-0.3026048 -6.086e-4,-0.3026048 0,0 2.4e-6,-0.3012378 2.4e-6,-0.3012378 0,0 5.292e-4,-0.3002097 5.292e-4,-0.3002097 0,0 0,0 0,0 0,0 2.01e-5,-0.011602 2.01e-5,-0.011602 0,0 5.292e-4,-0.3118116 5.292e-4,-0.3118116 0,0 5.291e-4,-0.3118113 5.291e-4,-0.3118113 0,0 5.292e-4,-0.3060106 5.292e-4,-0.3060106 0,0 0,0 0,0 0,0 1.01e-5,-0.0058 1.01e-5,-0.0058 0,0 5.291e-4,-0.3118117 5.291e-4,-0.3118117 0,0 5.292e-4,-0.3118115 5.292e-4,-0.3118115 0,0 5.292e-4,-0.3118114 5.292e-4,-0.3118114"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.499998, 0.499998;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:running_stitch_length_mm=""
+ id="autosatinrun5"
+ inkscape:label="Points droits pour auto-remplissage satin 10" />
+ sodipodi:nodetypes="cccccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:fill_underlay="False"
+ inkscape:label="Auto-remplissage satin 11" />
+ id="autosatin7-6"
+ d="m 6.8911144,5.8676975 c 0,0 -4.3285587,12.4422655 -4.3285587,12.4422655 M 5.5521423,5.8676975 c 0,0 -4.3031963,12.4422655 -4.3031963,12.4422655 M 1.0616782,17.130215 c 0,0 2.1357846,0.0334 2.1357846,0.0334 M 5.1814335,6.4480367 c 0,0 1.6575723,-0.009 1.6575723,-0.009"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkscape:label="Auto-remplissage satin 12" />
+
+
+
-
+ inkscape:label="GlyphLayer-Ä"
+ id="layer5"
+ inkscape:groupmode="layer">
+
+
+
+
+
+
+
+
+ sodipodi:nodetypes="cccc"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cc"
+ inkstitch:ties="False" />
+ d="m 1.9994653,19.579331 4.789e-4,-1.15 m 4.1671861,1.15 v -1.15 m -4.521647,0.64387 4.7590679,-0.046"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path41960-6"
+ inkstitch:ties="False" />
+ id="path21009-30"
+ d="M 3.3171243,18.386031 7.6203254,5.9437507 M 4.6307353,18.386031 8.9592994,5.9437507 m -5.8294431,11.2625303 2.135787,0.0334 m 1.9839731,-10.7155893 1.6575741,-0.009"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccccc"
+ inkstitch:ties="False" />
+ id="path21128-0"
+ d="M 8.9592994,5.9437507 13.357887,18.428941 M 11.341095,5.9437507 15.670591,18.428941 m -2.820483,-8.5392104 -3.0509055,0.008 M 12.066312,6.4215514 c -0.908665,0.007 -2.1469117,0.0132 -3.0555766,0.019801"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:ties="False" />
+ inkstitch:ties="False" />
+ inkstitch:fill_underlay="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0"
+ id="path9688-8-2-8"
+ d="m 16.950996,19.579351 v -1.15041 m -2.689997,1.15041 v -1.15041 m 2.824497,0.02646 h -2.958997"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccc"
+ inkstitch:ties="True" />
+ style="display:none"
+ id="g61815">
+
+ sodipodi:nodetypes="cccccc"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:contour_underlay="False"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ id="path38419"
+ d="m 3.8379403,10.845727 0.14174,-5.5871097"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccccc"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:contour_underlay="False"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="ccccccc"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
-
-
+ sodipodi:nodetypes="cc"
+ inkstitch:ties="False" />
+ id="path51636"
+ d="m 1.3022302,4.1943773 c 2.53176,0.0577 5.0738901,-0.12845 7.5980201,0.11963 1.0582199,0.22505 1.8918297,1.1822201 1.9417897,2.2678201 0.25464,1.38401 -0.0489,2.5385098 -1.5333498,3.09945 M 8.5026403,2.7872773 v 1.88988 M 10.34998,7.5741374 c 1.35777,-0.008 2.71553,-0.0157 4.0733,-0.023601 M 3.3338302,2.5982773 c 0.008,0.57484 0.0157,1.14968 0.0236,1.72452 m -2.05524,-1.30795 h 7.1009882 c 0.5207749,0 1.0402058,0.081 1.5595018,0.12853 1.6292398,0.30626 2.9922098,1.70372 3.1687298,3.3620601 0.13113,1.2319399 -0.24547,2.63199 -1.3009,3.3889496 -0.53996,0.38727 -1.19079,0.58229 -1.82444,0.7668"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ id="path51636-8"
+ d="m 8.1593204,11.145887 c 0.7102898,0.057 2.1864296,0.28479 2.6239696,0.96293 0.77202,0.8431 0.84248,2.84856 0.5807,3.97925 -0.15217,1.05792 -0.93599,1.71967 -1.6921398,1.98734 m 0.3338698,-7.40928 c 1.44659,0.0116 2.88593,0.95782 3.38707,2.16528 0.36878,0.90888 0.38801,2.64097 0.10742,3.5768 -0.1791,0.61299 -0.49884,1.18726 -0.91435,1.67118 -0.46594,0.52453 -1.43291,0.95037 -2.10703,1.16618 m 0.67154,-4.19165 c 1.35777,0.008 2.31536,0.0157 3.67313,0.0236"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="ccsccccccccccsc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccscc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False" />
+ style="display:none"
+ id="g61976">
+ id="path4969"
+ d="m 4.7905253,4.2564229 c 0,0 2.3824131,-2.1262901 6.4144687,-0.16705 0.712361,0.34615 2.138157,1.7706599 2.138157,1.7706599"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ id="path61619"
+ d="m 13.857431,4.1333629 c -0.385818,-0.17537 -0.762722,-0.3344 -1.130712,-0.47709 m 1.130712,4.2694501 h -1.124479"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ id="path35919"
+ style="fill:none;stroke:#000000;stroke-width:0.0999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 12.732919,7.9257037 12.612823,7.3596482 12.444278,6.7935414 12.223298,6.2426227 11.9459,5.72213 11.6081,5.2473027 11.205911,4.833379 10.735351,4.4955978 10.192435,4.249198 9.5178941,4.0448828 8.8128444,3.9232246 8.095077,3.8904449 7.3823838,3.9527658 6.6925564,4.1164086 6.0433862,4.3875953 5.4526652,4.7725474 4.9381846,5.2774866 4.4802594,5.9227829 4.1210314,6.6144235 3.8481852,7.3433084 3.6494061,8.1003372 3.5123783,8.8764102 3.4247873,9.6624265 3.3486546,11.22789 l 0.058357,1.370982 0.1625098,1.36889 0.1395533,0.672182 0.1886807,0.657887 0.2455045,0.639 0.3100251,0.615523 0.3399645,0.501784 0.4042498,0.452256 0.466332,0.385387 0.5262106,0.301181 0.094524,0.03478 M 12.726686,3.6562686 11.849868,3.3443855 10.946487,3.0813398 10.024728,2.880661 9.0927753,2.7558783 8.158813,2.7205216 7.2310252,2.7881199 6.3175963,2.9722025 5.4267109,3.286299 4.9628763,3.5133861 4.5238582,3.7759117 4.1099832,4.0714416 3.7215764,4.3975412 3.0224717,5.1317114 2.4291501,5.9589461 1.9442179,6.8597686 1.5702817,7.8147029 1.3099473,8.8042727 1.1658211,9.8090018 1.085876,10.871498 l 0.0098,1.074822 0.1065917,1.071699 0.2104227,1.053125 0.3212957,1.019102 0.4392105,0.969631 0.5641671,0.904708 0.3311428,0.423181 0.3650227,0.401156 0.577354,0.532579 0.6348015,0.46303 0.6852457,0.383305 0.5485657,0.220879 m -0.1488732,0.04597 0.490189,-1.294559 M 8.1452383,2.0200004 8.192488,4.5949577 M 3.5150453,11.270969 0.86921834,11.29457 M 12.676898,3.387489 l 0.05119,4.7250947"
+ sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ inkstitch:satin_column="True"
+ inkstitch:ties="False" />
+ id="path5265"
+ d="m 6.4789249,19.146958 c 2.9188515,0.729949 6.2686141,-1.000954 6.7305901,-3.698625"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ id="path5198"
+ style="fill:none;stroke:#000000;stroke-width:0.0999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 12.43524,15.113515 c 0,0 -0.292007,0.825587 -0.292007,0.825587 0,0 -0.405942,0.781528 -0.405942,0.781528 0,0 -0.250614,0.359513 -0.250614,0.359513 0,0 -0.284998,0.330824 -0.284998,0.330824 0,0 -0.321347,0.296243 -0.321347,0.296243 0,0 -0.359665,0.255772 -0.359665,0.255772 0,0 -0.0697,0.04891 -0.0697,0.04891 0,0 -0.565656,0.27684 -0.565656,0.27684 0,0 -0.6001404,0.19068 -0.6001404,0.19068 0,0 -0.6225432,0.106019 -0.6225432,0.106019 0,0 -0.6328672,0.0229 -0.6328672,0.0229 0,0 -0.6311072,-0.0588 -0.6311072,-0.0588 0,0 -0.6172684,-0.13896 -0.6172684,-0.13896 0,0 -0.4968181,-0.182825 -0.4968181,-0.182825 m 7.9807355,-3.114231 c 0,0 -0.174014,0.557023 -0.174014,0.557023 0,0 -0.217481,0.544124 -0.217481,0.544124 0,0 -0.260868,0.525313 -0.260868,0.525313 0,0 -0.304178,0.500593 -0.304178,0.500593 0,0 -0.347409,0.469961 -0.347409,0.469961 0,0 -0.39056,0.433418 -0.39056,0.433418 0,0 -0.433635,0.390964 -0.433635,0.390964 0,0 -0.476629,0.3426 -0.476629,0.3426 0,0 -0.61348,0.32438 -0.61348,0.32438 0,0 -0.67868,0.260899 -0.67868,0.260899 0,0 -0.7036277,0.18263 -0.7036277,0.18263 0,0 -0.7203711,0.10656 -0.7203711,0.10656 0,0 -0.7289072,0.0327 -0.7289072,0.0327 0,0 -0.7292344,-0.039 -0.7292344,-0.039 0,0 -0.721353,-0.10856 -0.721353,-0.10856 0,0 -0.7052552,-0.17588 -0.7052552,-0.17588 0,0 -0.180121,-0.07252 -0.180121,-0.07252 M 11.74099,18.911041 c 0,0 -1.25576,-1.009139 -1.25576,-1.009139"
+ sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccc"
+ inkstitch:satin_column="True"
+ inkstitch:ties="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True" />
+
+
+ id="path14467"
+ d="m 1.4504129,3.6043667 2.5202516,0.073186 -0.02898,15.4146633 3.6942292,0.332416"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ d="M 2.8993707,18.392156 V 4.2628567 M 4.8989718,18.373856 V 4.2628567"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path14396"
+ inkstitch:center_walk_underlay_stitch_length_mm="2.5"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.25"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ d="m 12.342939,11.291246 c 1.080213,-0.0334 2.090495,-0.0167 3.170707,-0.0501 M 1.0073707,4.2628567 l 5.606398,3e-4 c 2.561772,0.0439 4.4095073,1.00372 5.2565363,2.8036501 1.125153,1.98901 1.105924,5.0723292 0.461517,7.2411392 -0.308481,1.28227 -0.964033,2.31861 -2.030801,3.1259 M 1.0073707,3.0832767 h 6.306001 c 2.461338,-0.0173 5.1029303,1.05919 6.4633263,3.1757699 1.44745,2.2455002 1.482311,5.1144494 0.93248,7.6655994 -0.437733,1.90685 -1.611349,3.62893 -2.91035,4.40359 M 8.6619257,3.0832567 v 1.62633"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0700042;stroke-opacity:1"
+ id="path14400"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="ccscccsc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.25"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:center_walk_underlay_stitch_length_mm="2.5"
+ inkstitch:contour_underlay="False"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccscc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.25"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:center_walk_underlay_stitch_length_mm="2.5"
+ inkstitch:contour_underlay="False"
+ inkstitch:fill_underlay="False" />
+
+
+ sodipodi:nodetypes="cccc"
+ inkstitch:running_stitch_length_mm="2.5"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ id="path4857-5"
+ d="m 9.8364698,7.849182 v 2.06155 M 11.049144,7.8488719 v 2.7343401 m -1.2711462,-0.75835 1.3363472,0.008"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:contour_underlay="False"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ id="path4857-4-7"
+ d="m 9.8364698,13.317242 v -2.06155 m 1.2126742,2.06186 v -2.73434 m -1.3298262,0.77965 1.4532802,0.008"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:contour_underlay="False"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
-
-
+ d="m 11.055666,10.665272 -1.2191962,0.59042 H 4.9747523 m 6.0642087,-0.75746 -1.2024912,-0.5875 H 4.9747523 m 4.1181529,-0.1391401 0.0084,1.6036201"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path4839-0"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:contour_underlay="False"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="ccc"
+ inkstitch:running_stitch_length_mm="2.5"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
-
+ d="m 13.029172,6.3988619 h -1.241399 m 1.241399,-3.35627 h -1.240963 m 0.323279,-0.48238 0.03526,4.4353402"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.104683;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path5043-1"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
-
+ d="m 11.788158,3.0425819 -7.7999917,2.1e-4 m 7.7999917,1.35608 -7.7999917,-2.2e-4 m 7.1175977,-1.90181 v 2.372"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path4843-8"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ id="path9861"
+ d="m 3.8356703,3.6750019 -2.6225821,-0.008"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ inkscape:connector-curvature="0"
+ d="m 1.1171692,3.042872 2.8709971,-8.01e-5 m -2.8709971,1.35579 2.8709971,7e-5 m -0.02646,-1.42365 v 1.49145"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path9833"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="ccccccccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:contour_underlay="False"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
-
+ id="path10020"
+ d="m 4.6319433,18.415332 8.3380297,0.308553"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccccc"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:contour_underlay="False"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:fill_underlay="False" />
+ sodipodi:nodetypes="cccccc"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:contour_underlay="False"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:fill_underlay="False" />
+ sodipodi:nodetypes="cccccc"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:contour_underlay="False"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:fill_underlay="False" />
+ inkstitch:zigzag_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:contour_underlay="False"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="True" />
-
+ style="display:none"
+ id="g62645">
+ id="path4874"
+ d="m 2.2057058,3.5553182 1.3358884,0.099792 0.5858629,7.0161718 6.8847339,-0.14481"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:running_stitch_length_mm="2.5"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ id="path4857"
+ d="M 9.8096992,7.8774622 V 9.9390126 M 11.022373,7.8771521 v 2.7343399 m -1.2711458,-0.7583498 1.3363478,0.008"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:contour_underlay="False"
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ id="path4857-4"
+ d="m 9.8096992,13.345522 v -2.06155 m 1.2126738,2.06186 v -2.73434 m -1.3298248,0.77965 1.4532778,0.008"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:contour_underlay="False"
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ d="m 11.028895,10.693552 -1.2191958,0.59042 H 4.9479822 M 11.012191,10.526512 9.8096992,9.9390126 h -4.861717 m 4.118153,-0.1391406 0.0084,1.60362"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path4839"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:contour_underlay="False"
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
-
-
+ id="path4876"
+ d="M 4.6944222,10.387842 4.2455754,3.7496421 12.82091,3.8913921"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ sodipodi:nodetypes="ccc"
+ inkstitch:running_stitch_length_mm="2.5"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ d="M 12.9847,6.4271521 H 11.761002 M 12.9847,3.070862 h -1.223299 m 0.295,-1.54072 0.03218,6.0228801"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path5043"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ d="m 11.761386,3.070862 c 0,0 -7.7999909,2.1e-4 -7.7999909,2.1e-4 m 7.7999909,1.35607 c 0,0 -7.7999909,-2.198e-4 -7.7999909,-2.198e-4 M 11.078993,2.525122 c 0,0 0,2.3720002 0,2.3720002"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path4843"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ inkstitch:ties="False" />
+ d="m 1.3510882,3.0711521 2.6103069,-8.01e-5 m -2.6103069,1.3557801 2.6103069,7.01e-5 m -0.02646,0.0678 V 3.0032921"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path14804"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ d="m 4.9484013,4.4268521 v 6.8736499 7.05443 M 2.9415582,4.4268521 V 18.355372 m -0.873111,-12.8039 3.9452952,0.006 m -3.6878112,11.93466 h 3.4410952"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path4897-2"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 1.6768412,18.601072 v 0.71104 l 4.6638,0.0381 v -0.78896 l -4.6638,0.0398"
+ id="path14107-6-6-9"
+ inkscape:connector-curvature="0"
+ inkstitch:ties="False" />
+ id="path24392-4"
+ d="m 4.0410802,19.505742 v -0.25039 m 2.6899971,0.25039 v -0.25039 m 0.1344998,0.0265 H 3.9065802"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False" />
+ sodipodi:nodetypes="cccccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False" />
+
+
+ id="path46693"
+ d="m 4.1734554,4.9301719 c 1.3956973,-1.42839 5.1665647,-1.6295362 5.8869756,-1.3228708 0.720411,0.3066654 2.64584,1.3229201 3.53881,2.2158899"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
-
+ sodipodi:nodetypes="ccccccccccccscscsccccccscscsccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:contour_underlay="False"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
-
+ id="path18850"
+ d="m 4.4306428,17.909513 c 3.2234593,2.073706 7.0738192,1.506404 8.9532072,0.179372 l 0.0096,-5.404894 -2.9931,-0.0661"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
-
-
-
+ id="path9688-3"
+ d="m 9.9169711,13.172891 v -1.15039 m 2.6899999,1.15039 v -1.15039"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="ccccccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:contour_underlay="False"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cscscsccccccccccccccccccscscsccccccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:contour_underlay="False"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
-
+ style="display:none"
+ id="g63088">
+ inkstitch:ties="False"
+ id="path11816"
+ d="m 1.6307094,3.428448 2.5466146,0.8929688 -0.066146,6.1515622 9.028906,0.03307 1.058334,8.532813"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ id="path14107-6-5-0-4-77-6-7"
+ d="m 16.08621,19.338521 v -0.78876 l -5.09348,0.0398 v 0.71086 l 5.09348,0.0381"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.0999945;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.399979, 0.0999945;stroke-dashoffset:0;stroke-opacity:1"
+ sodipodi:nodetypes="ccccc"
+ inkstitch:ties="False" />
+ id="autosatin1-4"
+ d="m 13.57468,19.493861 c 0,0 0,-0.25032 0,-0.25032 m 2.93782,0.25032 c 0,0 0,-0.25032 0,-0.25032 m 0.14689,0.0265 c 0,0 -3.2316,0 -3.2316,0"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:ties="False" />
+ id="autosatin2-2"
+ d="m 16.5125,19.243541 c 0,0 0,-0.89978 0,-0.89978 m -2.93782,0.89978 c 0,0 0,-0.89978 0,-0.89978 m -0.14689,0.0264 c 0,0 3.2316,0 3.2316,0"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:ties="False" />
+ inkscape:label="Points droits pour auto-remplissage satin 3"
+ id="autosatinrun1-4"
+ inkstitch:running_stitch_length_mm=""
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.500028, 0.500028;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ d="m 12.10587,18.343901 c 0,0 0,0.2373 0,0.2373 0,0 0,0.30427 0,0.30427 0,0 0,0.0335 0,0.0335 0,0 0,0 0,0 0,0 0,0.27078 0,0.27078 0,0 0,0.30427 0,0.30427" />
+ inkstitch:ties="False" />
+ d="m 12.55285,18.343891 c 0,0 0,-7.19998 0,-7.19998 m 2.00641,7.19998 c 0,0 0,-7.19998 0,-7.19998 m -2.10673,7.17348 c 0,0 2.20705,0 2.20705,0"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin4-2"
+ sodipodi:nodetypes="cccccc"
+ inkstitch:ties="False" />
-
-
+ inkstitch:ties="False" />
-
-
-
-
-
-
-
+ inkscape:label="Points droits pour auto-remplissage satin 7"
+ id="autosatinrun2-5"
+ inkstitch:running_stitch_length_mm=""
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:0.500028, 0.500028;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 13.55606,10.156611 c 0,0 0,-0.14266 0,-0.14266 0,0 0,-0.3042699 0,-0.3042699 0,0 0,-0.30427 0,-0.30427 0,0 0,-0.2360999 0,-0.2360999 0,0 0,0 0,0 0,0 0,-0.0682 0,-0.0682 0,0 0,-0.3042701 0,-0.3042701 0,0 0,-0.3042801 0,-0.3042801 0,0 0,-0.3042697 0,-0.3042697 0,0 0,-0.006 0,-0.006 0,0 0,0 0,0 0,0 0,-0.29796 0,-0.29796 0,0 0,-0.3042698 0,-0.3042698 0,0 0,-0.30427 0,-0.30427 0,0 0,-0.0808 0,-0.0808 0,0 0,0 0,0 0,0 0,-0.22347 0,-0.22347 0,0 0,-0.3042701 0,-0.3042701 0,0 0,-0.30427 0,-0.30427 0,0 0,-0.1552901 0,-0.1552901 0,0 0,0 0,0 0,0 0,-0.14898 0,-0.14898 0,0 0,-0.30427 0,-0.30427 0,0 0,-0.3042699 0,-0.3042699 0,0 0,-0.22978 0,-0.22978 0,0 0,0 0,0 0,0 0,-0.0745 0,-0.0745 0,0 0,-0.30427 0,-0.30427 0,0 0,-0.30427 0,-0.30427 0,0 0,-0.30427 0,-0.30427"
+ inkstitch:ties="False" />
+ inkstitch:ties="False" />
+ inkscape:label="Points droits pour auto-remplissage satin 8"
+ id="autosatinrun3-35"
+ inkstitch:running_stitch_length_mm=""
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.500028, 0.500028;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ d="m 14.90105,4.2328111 c 0,0 0,-0.23758 0,-0.23758 0,0 0,-0.30427 0,-0.30427 0,0 0,-0.0333 0,-0.0333 0,0 0,0 0,0 0,0 0,-0.2709201 0,-0.2709201 0,0 0,-0.30427 0,-0.30427" />
-
-
+ id="autosatin6-8"
+ d="m 13.55606,3.0824211 c 0,0 0,1.15039 0,1.15039 m 2.68999,-1.15039 c 0,0 0,1.15039 0,1.15039"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:ties="False" />
+ inkscape:label="Points droits pour auto-remplissage satin 10"
+ id="autosatinrun4-8"
+ inkstitch:running_stitch_length_mm=""
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.500028, 0.500028;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ d="m 12.21106,4.2328111 c 0,0 0,-0.30427 0,-0.30427 0,0 0,-0.27093 0,-0.27093 0,0 0,0 0,0 0,0 0,-0.0333 0,-0.0333 0,0 0,-0.30427 0,-0.30427 0,0 0,-0.23758 0,-0.23758" />
-
+ id="autosatin7-58"
+ d="m 13.55606,3.0824211 c 0,0 0,1.15039 0,1.15039 m -2.69,-1.15039 c 0,0 0,1.15039 0,1.15039"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:ties="False" />
+ inkstitch:ties="False" />
+
+
+
+
+ id="autosatin10"
+ d="m 3.8657093,3.0824211 c 0,0 0,1.15039 0,1.15039 m -2.6899962,-1.15039 c 0,0 0,1.15039 0,1.15039"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:ties="False" />
+ inkscape:label="Points droits pour auto-remplissage satin 18"
+ id="autosatinrun8"
+ inkstitch:running_stitch_length_mm=""
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.500028, 0.500028;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ d="m 5.2107091,4.2328111 c 0,0 0,-0.23758 0,-0.23758 0,0 0,-0.30427 0,-0.30427 0,0 0,-0.0333 0,-0.0333 0,0 0,0 0,0 0,0 0,-0.2709201 0,-0.2709201 0,0 0,-0.30427 0,-0.30427" />
+ inkscape:connector-curvature="0"
+ id="autosatin11"
+ d="m 3.8657093,3.0824211 c 0,0 0,1.15039 0,1.15039 m 2.6899899,-1.15039 c 0,0 0,1.15039 0,1.15039"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:ties="False" />
+ inkstitch:ties="False" />
+ d="m 2.8624891,11.143911 c 0,0 0,7.19999 0,7.19999 m 2.0064299,-7.19999 c 0,0 0,7.19999 0,7.19999 m 0.1003202,-0.0265 c 0,0 -2.2070701,0 -2.2070701,0"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin13"
+ inkstitch:ties="False" />
-
+ inkstitch:ties="False" />
+ inkscape:label="Points droits pour auto-remplissage satin 22"
+ id="autosatinrun9"
+ inkstitch:running_stitch_length_mm=""
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.500028, 0.500028;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ d="m 5.2107091,18.343901 c 0,0 0,0.23758 0,0.23758 0,0 0,0.30427 0,0.30427 0,0 0,0.0333 0,0.0333 0,0 0,0 0,0 0,0 0,0.27092 0,0.27092 0,0 0,0.30427 0,0.30427" />
+ id="autosatin14"
+ d="m 3.8657093,19.494291 c 0,0 0,-1.15039 0,-1.15039 m 2.6899899,1.15039 c 0,0 0,-1.15039 0,-1.15039"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:ties="False" />
+ id="autosatin15"
+ d="m 3.865704,18.34388 c 0,0 0,0.608541 0,0.608541 M 1.1757107,18.34388 c 0,0 0,0.608541 0,0.608541 m 2.8244927,-0.582083 c 0,0 -2.9589923,0 -2.9589923,0"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.0999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:ties="False" />
+ id="path19478"
+ d="m 3.865704,19.494269 v -0.541848 m -2.6899933,0.541848 v -0.541848 m -0.1344996,0.02646 h 2.9589923"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.0999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
-
-
-
+ style="display:none"
+ id="g5219">
+ id="path14107-2-9"
+ d="m 1.434806,3.3027973 v 0.71104 l 4.9251581,0.0381 v -0.78897 l -4.9251581,0.0398"
+ style="fill:none;stroke:#000000;stroke-width:0.0513819;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.205528, 0.0513819;stroke-dashoffset:0;stroke-opacity:1"
+ sodipodi:nodetypes="ccccc" />
-
+ id="path9688-2-8"
+ d="m 1.090804,4.2074773 v -1.15039 m 2.840751,1.15039 v -1.15039"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.102764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ id="path9688-8-0-5"
+ d="m 3.931555,3.0570873 v 1.15039 m 2.8407511,-1.15039 v 1.15039"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.102764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:contour_underlay="False"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+
+
+
+
+
+
+ style="display:none"
+ id="g5448">
+
+
+
+
+
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ inkstitch:satin_column="True"
+ d="m 5.3264111,4.1967928 c 0,0 0,12.4175562 0,12.4175562 0,0 0.00241,2.025478 0.00241,2.025478 0,0 -0.00614,0.239424 -0.00614,0.239424 0,0 -0.019757,0.771864 -0.019757,0.771864 0,0 -0.011758,0.130403 -0.011758,0.130403 M 3.3199986,4.1968029 c 0,0 -5e-7,13.0891111 -5e-7,13.0891111 0,0 -6e-7,1.101083 -6e-7,1.101083 0,0 -0.029361,1.347462 -0.029361,1.347462 m 2.2030782,-0.03011 c 0,0 -2.3205827,-0.02236 -2.3205827,-0.02236 M 2.997673,14.559592 c 0,0 2.9056846,0 2.9056846,0 M 5.626471,4.6524124 c 0,0 -2.736228,0 -2.736228,0"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.555556;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path9722-7"
+ inkstitch:ties="False" />
+ inkstitch:ties="False" />
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:ties="False"
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccc"
+ inkstitch:satin_column="True"
+ d="m 5.2911581,19.781495 c 0,0 -0.079051,0.876635 -0.079051,0.876635 0,0 -0.1675633,0.887478 -0.1675633,0.887478 0,0 -0.136749,0.434799 -0.136749,0.434799 0,0 -0.1776174,0.416919 -0.1776174,0.416919 0,0 -0.2226564,0.390099 -0.2226564,0.390099 0,0 -0.2718654,0.354319 -0.2718654,0.354319 0,0 -0.3252413,0.30962 -0.3252413,0.30962 0,0 -0.3827894,0.255969 -0.3827894,0.255969 0,0 -0.6277573,0.266719 -0.6277573,0.266719 0,0 -0.6546085,0.17096 -0.6546085,0.17096 0,0 -0.6718316,0.0809 -0.6718316,0.0809 0,0 -0.67942548,-0.003 -0.67942548,-0.003 0,0 -0.67739146,-0.0821 -0.67739146,-0.0821 0,0 -0.66572845,-0.15505 -0.66572845,-0.15505 0,0 -0.40668664,-0.140275 -0.40668664,-0.140275 M 3.2906312,19.734436 c 0,0 -0.010401,0.477266 -0.010401,0.477266 0,0 -0.1048436,0.903598 -0.1048436,0.903598 0,0 -0.09615,0.443729 -0.09615,0.443729 0,0 -0.1338669,0.436119 -0.1338669,0.436119 0,0 -0.1490898,0.310439 -0.1490898,0.310439 0,0 -0.2106793,0.25419 -0.2106793,0.25419 0,0 -0.2601954,0.199629 -0.2601954,0.199629 0,0 -0.2976403,0.14672 -0.2976403,0.14672 0,0 -0.3230114,0.0955 -0.3230114,0.0955 0,0 -0.336309,0.0459 -0.336309,0.0459 0,0 -0.3375352,-0.002 -0.3375352,-0.002 0,0 -0.32668736,-0.0482 -0.32668736,-0.0482 0,0 -0.32955426,-0.10779 -0.32955426,-0.10779 0,0 -0.27527136,-0.17808 -0.27527136,-0.17808 0,0 -0.22383148,-0.235489 -0.22383148,-0.235489 0,0 -0.17523763,-0.279999 -0.17523763,-0.279999 0,0 -0.12948769,-0.31161 -0.12948769,-0.31161 0,0 -0.0865798,-0.330329 -0.0865798,-0.330329 0,0 -0.0558299,-0.665208 -0.0558299,-0.665208 0,0 -0.27880373,0 -0.27880373,0 m 2.07620491,3.74367 c 0,0 0,-1.771756 0,-1.771756 m -1.81900678,1.464657 c 0,0 0,-3.736432 0,-3.736432 M 5.388718,19.810194 c 0,0 -2.1985995,-0.05165 -2.1985995,-0.05165"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.555556;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path1927" />
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:ties="True"
+ sodipodi:nodetypes="ccccccc"
+ inkstitch:satin_column="True"
+ d="m -1.707068,20.88881 c 0,0 0.85669461,0 0.85669461,0 m -0.85669841,2.590843 c 0,0 0.6135176,0.283829 0.6135176,0.283829 0,0 0.23774987,0.082 0.23774987,0.082 M -1.6091714,20.356661 c 0,0 0,3.874231 0,3.874231"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.555556;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path15962" />
+
+
+ inkstitch:ties="False"
+ sodipodi:nodetypes="cccc"
+ id="path18681"
+ d="m 1.5497166,3.461521 1.7197916,0.033073 1.1244792,6.978385 8.1690106,8.49974"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+
+
+
+
+
-
+ d="m 12.594093,16.192637 -2.44937,1.856455 m -4.6977277,-5.270555 2.30706,-2.37149 m 3.2557267,7.943677 -6.0979769,-6.749337 v -1.23472 m 8.7861709,7.984057 -7.0792449,-7.906427"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path16090-2-2"
+ sodipodi:nodetypes="ccccccccc"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:center_walk_underlay_stitch_length_mm="2.5"
+ inkstitch:fill_underlay="False" />
+
+
+
+
+
+
+
+ id="path23631-1"
+ d="m 4.0331551,10.727087 0.0334,-7.2496797"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+
+
+
+
+
-
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:contour_underlay="False"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:center_walk_underlay_stitch_length_mm="2.5"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
-
+ d="m 4.911949,11.090097 -3.439e-4,7.2285 m -2,-7.2285 v 7.2285"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path16090-7"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay_stitch_length_mm="2.5"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+
+
+
+
+
+
+
-
-
-
-
+ style="display:none"
+ id="g5954">
+
+
+
+
+ id="path4874-01"
+ d="M 4.2190512,17.841921 4.1637241,10.610147 3.5315041,3.5497373"
+ style="display:none;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:running_stitch_length_mm="2.5"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
-
+ sodipodi:nodetypes="cccccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:contour_underlay="False"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False" />
+
+
+
+
+
+ sodipodi:nodetypes="ccccccccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:contour_underlay="False"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False" />
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="False"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False" />
+ id="path9688-10"
+ d="m 1.3873741,4.1728073 v -1.15039 m 2.6900001,1.15039 v -1.15039"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ id="path14107-64"
+ d="m 1.7131141,3.9791673 4.6637999,0.0381 v -0.78897 l -4.6637999,0.0398 v 0.61077"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ sodipodi:nodetypes="ccccc" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ style="display:none"
+ id="g6525">
-
+ inkstitch:ties="False" />
+
+
+
+
+
-
-
+ sodipodi:nodetypes="ccccccccc"
+ inkstitch:ties="False" />
+ d="m 15.07586,19.261483 c 0,0 -1.321832,8.73e-4 -1.321832,8.73e-4 m 1.261898,0.206598 c 0,0 -1.69e-4,-0.233885 -1.69e-4,-0.233885 m -1.20145,0.233886 c 0,0 -2.21e-4,-0.233097 -2.21e-4,-0.233097"
+ style="fill:none;stroke:#000000;stroke-width:0.0999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path7361"
+ inkstitch:ties="False" />
+ inkstitch:ties="False" />
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccccccccc"
+ inkstitch:ties="False" />
-
+ sodipodi:nodetypes="ccccc"
+ inkstitch:ties="False" />
+ inkscape:connector-curvature="0"
+ id="path9688-8-84"
+ d="m 3.6364598,19.468977 v -1.15039 m 2.69,1.15039 v -1.15039"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:ties="False"
+ inkstitch:center_walk_underlay="True" />
+ id="path9688-66"
+ d="m 0.94645737,18.318566 c 0,0 0,0.608541 0,0.608541 M 3.6364544,18.318566 c 0,0 0,0.608541 0,0.608541 M 0.81195753,18.345024 c 0,0 2.95899677,0 2.95899677,0"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.0999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:ties="False"
+ inkstitch:center_walk_underlay="True" />
+ id="path15915"
+ d="m 3.6364544,19.468955 c 0,0 0,-0.541848 0,-0.541848 m -2.68999703,0.541848 c 0,0 0,-0.541848 0,-0.541848 m 2.82449693,0.02646 c 0,0 -2.95899677,0 -2.95899677,0"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.0999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:ties="True"
+ inkstitch:center_walk_underlay="True" />
+ style="display:none"
+ id="g7939">
+
+ d="m 11.321877,19.140459 0.259418,-0.132069 0.573263,-0.374828 0.540192,-0.440971 0.507118,-0.507115 0.520895,-0.633897 0.449237,-0.677992 0.37758,-0.722089 0.305925,-0.766185 0.236334,-0.817865 0.168809,-0.866097 0.101283,-0.914329 0.03376,-0.962561 -0.03101,-0.938442 L 15.271661,9.4944311 15.116632,8.6496967 14.899592,7.8518162 14.62054,7.1007889 14.279477,6.3966148 13.876403,5.7392938 13.411318,5.1288248 12.895932,4.5784724 12.341961,4.1014999 11.749404,3.6979073 11.118264,3.367695 10.44854,3.110863 9.7402299,2.9274115 8.9933367,2.8173407 8.207858,2.7806507 7.4595839,2.8151015 6.7471389,2.918454 6.0705221,3.0907068 5.4297344,3.3318594 4.8234012,3.6357176 4.2501395,4.007099 3.7099488,4.4460049 3.2028295,4.9524356 2.6867558,5.5911548 2.2409618,6.2725915 1.8654479,6.9967462 1.5602132,7.7636193 1.3238804,8.5732182 1.1550715,9.4365581 1.0537862,10.353639 l -0.033762,0.970822 0.033762,0.970827 0.1012853,0.917084 0.1688089,0.863342 0.2363328,0.809599 0.3052347,0.76205 0.3755139,0.720711 0.445794,0.679371 0.5160737,0.638031 0.5029836,0.502296 0.5388119,0.437527 0.5746402,0.372756 0.6104692,0.307987 0.1457545,0.05416 m 5.0964391,-1.342839 0.106822,-0.06317 0.403591,-0.318328 0.366731,-0.376204 0.329867,-0.434084 0.291973,-0.493508 0.253044,-0.548975 0.214113,-0.60444 0.175183,-0.659907 0.136254,-0.715372 0.09732,-0.770839 0.05839,-0.826304 0.01947,-0.881772 -0.01947,-0.884179 L 13.046826,9.6122515 12.949506,8.8403809 12.813252,8.1246645 12.638069,7.4651033 12.423956,6.8616969 12.170912,6.3144453 11.878939,5.8233486 11.549072,5.3866843 11.182341,5.0082414 10.77875,4.68802 10.338295,4.4260207 9.8609787,4.2222434 9.3468013,4.0766875 8.7957604,3.9893537 8.207858,3.9602427 7.6173701,3.9893537 7.0640892,4.0766875 6.5480151,4.2222434 6.0691476,4.4260207 5.6274874,4.68802 5.2230334,5.0082414 4.8557866,5.3866843 4.5257463,5.8233486 4.2363595,6.3144453 3.9855573,6.8616969 3.7733403,7.4651033 3.5997085,8.1246645 3.4646614,8.8403809 l -0.096463,0.7718706 -0.057877,0.8280255 -0.019293,0.884179 0.019293,0.881772 0.057877,0.826304 0.096463,0.770839 0.1350471,0.715372 0.1736318,0.659907 0.212217,0.60444 0.2508022,0.548975 0.2893868,0.493508 0.3297842,0.434084 0.3665721,0.376204 0.4034999,0.318328 0.4333023,0.256155 M 15.615145,11.37648 H 12.925751 M 8.201775,4.1463766 V 2.5093603 M 3.7584289,11.37648 H 0.48438564"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path23791"
+ inkstitch:ties="False" />
+ id="path4992"
+ d="m 6.2295341,18.954404 4.2932099,-0.01465"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ sodipodi:nodetypes="cc"
+ inkstitch:ties="False" />
+ d="m 11.321882,19.140481 -0.346917,0.176614 -0.640092,0.236334 -0.6745339,0.168809 -0.7089845,0.101285 -0.7434432,0.03376 m 2.4640296,-1.839906 -0.333633,0.197284 -0.4773169,0.202571 -0.514178,0.144694 -0.5510414,0.08682 -0.5879031,0.02894 m 0.3213216,-0.476281 v 1.917658"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path4971"
+ inkstitch:ties="False" />
+ d="m 8.2019009,18.677663 c 0,0 -0.5902318,-0.02894 -0.5902318,-0.02894 0,0 -0.5526059,-0.08682 -0.5526059,-0.08682 0,0 -0.5151203,-0.144694 -0.5151203,-0.144694 0,0 -0.4777737,-0.20257 -0.4777737,-0.20257 0,0 -0.00727,-0.0043 -0.00727,-0.0043 M 8.207858,19.85726 c 0,0 -0.7400045,-0.03445 -0.7400045,-0.03445 0,0 -0.7096892,-0.103354 -0.7096892,-0.103354 0,0 -0.6793729,-0.172256 -0.6793729,-0.172256 0,0 -0.5033025,-0.187002 -0.5033025,-0.187002 m 2.2521088,-1.112044 c 0,0 0,2.034586 0,2.034586"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path16104-4" />
+ inkscape:label="GlyphLayer-Ö"
+ id="layer6"
+ inkscape:groupmode="layer">
+
+
+
+
+
+
+
+ d="M 6.8616701,2.9754082 6.7471391,2.992024 6.0705222,3.1642767 5.4297345,3.4054294 4.8234013,3.7092875 4.2501394,4.0806688 3.7099489,4.5195744 3.2028294,5.0260055 2.6867559,5.6647247 2.2409619,6.3461615 1.8654479,7.070316 1.5602133,7.8371891 1.3238804,8.6467882 1.1550715,9.5101281 1.0537862,10.427209 l -0.033762,0.970822 0.033762,0.970828 0.1012853,0.917083 0.1688089,0.863342 0.2363329,0.809599 0.3052346,0.762049 0.375514,0.720711 0.445794,0.679371 0.5160735,0.638033 0.5029838,0.502295 0.5388118,0.437528 0.5746403,0.372754 0.6104692,0.307989 0.649057,0.241158 0.679373,0.172256 0.709689,0.103352 0.7400047,0.03445 M 7.1286754,4.1400609 7.0640895,4.1502553 6.5480153,4.295811 6.0691477,4.4995883 5.6274875,4.7615878 5.2230335,5.0818093 4.8557868,5.4602521 4.5257464,5.8969167 4.2363597,6.388013 3.9855574,6.9352647 3.7733404,7.5386714 3.5997087,8.1982326 3.4646614,8.9139485 l -0.096463,0.7718709 -0.057877,0.8280246 -0.019293,0.88418 0.019293,0.881772 0.057877,0.826303 0.096463,0.770839 0.1350473,0.715372 0.1736317,0.659909 0.212217,0.60444 0.2508023,0.548973 0.2893867,0.49351 0.3297843,0.434083 0.366572,0.376205 0.4034999,0.318327 0.4405667,0.26045 0.4777737,0.202571 0.5151203,0.144694 0.5526058,0.08682 0.590232,0.02894 M 7.8275987,20.356308 V 18.321722 M 3.758429,11.450048 H 0.48438567 m 7.69079193,7.240906 0.00655,1.297628"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0264583;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path16104-4-5"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ id="path4992-8"
+ d="M 8.3958105,19.358697 C 17.145807,17.580129 15.688802,3.3365282 7.6792926,3.540737"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ d="m 7.1286754,4.1400617 c 0,0 0.4886947,-0.077139 0.4886947,-0.077139 0,0 0.5904881,-0.029111 0.5904881,-0.029111 0,0 0.5879023,0.029111 0.5879023,0.029111 0,0 0.5510406,0.087334 0.5510406,0.087334 0,0 0.514178,0.1455558 0.514178,0.1455558 0,0 0.4773159,0.2037773 0.4773159,0.2037773 0,0 0.440455,0.2619994 0.440455,0.2619994 0,0 0.403591,0.3202215 0.403591,0.3202215 0,0 0.366731,0.3784428 0.366731,0.3784428 0,0 0.329868,0.4366647 0.329868,0.4366647 0,0 0.291973,0.4910963 0.291973,0.4910963 0,0 0.253043,0.5472517 0.253043,0.5472517 0,0 0.214113,0.6034066 0.214113,0.6034066 0,0 0.175184,0.6595613 0.175184,0.6595613 0,0 0.136253,0.7157159 0.136253,0.7157159 0,0 0.09732,0.7718708 0.09732,0.7718708 0,0 0.05839,0.8280242 0.05839,0.8280242 0,0 0.01947,0.88418 0.01947,0.88418 0,0 -0.01947,0.881772 -0.01947,0.881772 0,0 -0.05839,0.826303 -0.05839,0.826303 0,0 -0.09732,0.770839 -0.09732,0.770839 0,0 -0.136253,0.715372 -0.136253,0.715372 0,0 -0.175184,0.659909 -0.175184,0.659909 0,0 -0.214113,0.60444 -0.214113,0.60444 0,0 -0.253043,0.548973 -0.253043,0.548973 0,0 -0.291973,0.49351 -0.291973,0.49351 0,0 -0.329868,0.434083 -0.329868,0.434083 0,0 -0.366731,0.376205 -0.366731,0.376205 0,0 -0.403591,0.318328 -0.403591,0.318328 0,0 -0.106822,0.06317 -0.106822,0.06317 M 6.8616701,2.9754092 c 0,0 0.5979138,-0.086738 0.5979138,-0.086738 0,0 0.7482743,-0.034451 0.7482743,-0.034451 0,0 0.7854789,0.03669 0.7854789,0.03669 0,0 0.746893,0.1100709 0.746893,0.1100709 0,0 0.7083099,0.1834515 0.7083099,0.1834515 0,0 0.669725,0.2568318 0.669725,0.2568318 0,0 0.63114,0.3302124 0.63114,0.3302124 0,0 0.592556,0.4035925 0.592556,0.4035925 0,0 0.553971,0.4769726 0.553971,0.4769726 0,0 0.515387,0.5503524 0.515387,0.5503524 0,0 0.465084,0.6104686 0.465084,0.6104686 0,0 0.403075,0.6573213 0.403075,0.6573213 0,0 0.341063,0.7041746 0.341063,0.7041746 0,0 0.279051,0.7510269 0.279051,0.7510269 0,0 0.21704,0.7978804 0.21704,0.7978804 0,0 0.15503,0.8447344 0.15503,0.8447344 0,0 0.09302,0.8915885 0.09302,0.8915885 0,0 0.03101,0.938442 0.03101,0.938442 0,0 -0.03376,0.962561 -0.03376,0.962561 0,0 -0.101284,0.91433 -0.101284,0.91433 0,0 -0.168809,0.866096 -0.168809,0.866096 0,0 -0.236334,0.817865 -0.236334,0.817865 0,0 -0.305925,0.766185 -0.305925,0.766185 0,0 -0.37758,0.722089 -0.37758,0.722089 0,0 -0.449237,0.677992 -0.449237,0.677992 0,0 -0.520895,0.633898 -0.520895,0.633898 0,0 -0.507117,0.507114 -0.507117,0.507114 0,0 -0.540193,0.440972 -0.540193,0.440972 0,0 -0.573263,0.374827 -0.573263,0.374827 0,0 -0.259418,0.132069 -0.259418,0.132069 m 1.603875,-7.763981 c 0,0 2.689393,0 2.689393,0 M 8.2017751,2.5829291 c 0,0 0,1.6370164 0,1.6370164 M 6.8745066,2.9133943 c 0,0 0.2936512,1.2807583 0.2936512,1.2807583"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0264583;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path8995"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ d="m 10.671942,18.090946 -0.333634,0.197284 -0.4773169,0.202571 -0.514178,0.144694 -0.5510413,0.08682 -0.5879031,0.02894 m 3.1140143,0.462795 -0.346917,0.176614 -0.640093,0.236334 -0.6745339,0.168809 -0.7089843,0.101285 -0.7434432,0.03376 m 0.3212788,-1.655878 v 1.917658"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path4971-9"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+
+
-
+ id="path4874-9-6"
+ d="M 1.9226821,3.4501763 4.1243675,4.4247898"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ d="m 4.9593854,4.1664778 c 0,0 0,6.7986102 0,6.7986102 M 2.9525494,4.1667978 c 0,0 0,6.7963902 0,6.7963902 M 2.0794384,5.4739478 c 0,0 3.9452871,0.006 3.9452871,0.006"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path4897-63-5"
+ inkstitch:ties="False" />
-
+ id="path51470-8-8"
+ d="m 4.5436673,11.571288 4.5829698,-0.0472 c 0.2162503,0.24028 2.9029999,-1.37925 2.8584399,-4.0868701 -0.031,-1.88585 -1.79539,-3.80338 -3.7797594,-3.94512 C 6.2209375,3.3503478 1.3651974,3.6102078 1.3651974,3.6102078"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ d="m 1.1623674,2.9872978 h 7.3091199 c 2.7866497,0 4.4436597,1.97866 4.5089397,4.4717399 0.0864,3.2993403 -1.8054,4.5677203 -4.9609395,4.7890303 H 4.9591976 m -3.7968302,-8.0813202 1.88516,1e-4 h 2.0064201 2.52457 c 1.0877299,0 1.5979999,0.20794 2.0977699,0.67097 0.5706396,0.4556699 1.0180496,1.3222099 1.0213196,2.63086 0.003,1.3086501 -0.29808,2.25698 -0.9461196,2.8974802 -0.48456,0.47891 -1.08524,0.70164 -2.1729699,0.70164 H 4.9591976 m -1.7652002,-8.4970702 0.0236,1.72452 m 6.9925596,3.25134 3.07105,-0.0236 m -4.9183896,-4.76326 v 1.88988 m 0,5.7902602 v 2.30053"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path9564-9"
+ inkstitch:ties="False" />
+ d="m 4.9593854,10.965088 -1.878e-4,7.31231 m -2.0066482,-7.31421 v 7.31465 m -0.615629,-0.86324 h 3.4410951"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path51425-3-5"
+ inkstitch:ties="False" />
+
+
+
+
+
+
+ style="display:none"
+ id="g8533">
-
-
+ inkstitch:ties="False" />
-
-
+ sodipodi:nodetypes="cccccc"
+ inkstitch:ties="False" />
+ d="m 8.2511438,18.619231 0.5879039,-0.0289 0.551041,-0.0868 0.238261,-0.0671 m -1.377162,1.3624 0.743443,-0.0338 0.708984,-0.10128 0.25746,-0.0644 m -1.38861,0.46126 v -1.91766"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path37443-8" />
+ sodipodi:nodetypes="ccccccccccccccccccccc"
+ inkstitch:ties="False" />
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 6.8177658,19.019463 1.4499373,0.233861"
+ id="path32314"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccccccccc" />
+
+
+ id="path24604"
+ d="m 1.4248484,3.5826773 h 7.1437499 c 0,0 3.1749997,0.9591145 3.2080727,3.6049478 0.03307,2.6458338 -3.0427081,3.9356769 -3.0427081,3.9356769 l 4.4979161,7.70599"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+
+
+
+
+
+ id="path51534"
+ d="m 11.633884,18.241233 c 0,0 -1.7932036,-4.06815 -1.7932036,-4.06815 0,0 -0.346712,-0.70359 -0.346712,-0.70359 0,0 -0.360933,-0.58108 -0.360933,-0.58108 0,0 -0.3485296,-0.44602 -0.3485296,-0.44602 0,0 -0.309504,-0.29845 -0.309504,-0.29845 0,0 -0.3017919,-0.19776 -0.3017919,-0.19776 0,0 -0.354157,-0.14124 -0.354157,-0.14124 m 6.0234521,6.43629 c 0,0 -2.149738,-4.88405 -2.149738,-4.88405 0,0 -0.424442,-0.80201 -0.424442,-0.80201 0,0 -0.232888,-0.32453 -0.232888,-0.32453 0,0 -0.246668,-0.27354 -0.246668,-0.27354 0,0 -0.243483,-0.22713 -0.243483,-0.22713 0,0 -0.247927,-0.18053 -0.247927,-0.18053 0,0 -0.272733,-0.14331 -0.272733,-0.14331 0,0 -0.3178956,-0.1155 -0.3178956,-0.1155 m 4.0417536,5.70082 c 0,0 -2.598586,0.89769 -2.598586,0.89769"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.515419;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cc"
+ inkstitch:ties="False" />
+ d="m 4.8799747,11.781763 h 3.0602862 l 1.1380005,-0.28411 0.708725,-0.20049 m -4.9070117,-0.69562 h 2.6193192 l 0.6722679,-0.0423 0.611692,-0.12223 0.3063846,-0.11983 m -0.8060465,1.95696 V 9.9736129"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path51612-9"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="ccccccc"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccccc"
+ inkstitch:ties="False" />
+ inkstitch:ties="False" />
+ id="path9564-1"
+ d="m 9.0896434,10.317183 0.697348,0.97998"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+
+
+
+
+
+
+
+
+ id="path5236-7"
+ d="m 3.3360911,4.8892159 c 0,0 1.872061,-3.1650957 7.5213199,-0.4081273"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccccccccccccccccccccccccccc"
+ inkstitch:ties="False" />
+ id="path16164-5"
+ d="m 9.5776328,19.300466 c 0,0 -1.0569057,0.278911 -1.0569057,0.278911 0,0 -1.030547,0.154593 -1.030547,0.154593 0,0 -1.0052376,0.04105 -1.0052376,0.04105 0,0 -0.9809764,-0.0617 -0.9809764,-0.0617 0,0 -0.957764,-0.153686 -0.957764,-0.153686 0,0 -0.9356007,-0.234886 -0.9356007,-0.234886 0,0 -0.8645729,-0.288645 -0.8645729,-0.288645 m 5.9609974,-0.775165 c 0,0 -0.7555573,0.207914 -0.7555573,0.207914 0,0 -0.7916651,0.113286 -0.7916651,0.113286 0,0 -0.8012179,0.01441 -0.8012179,0.01441 0,0 -0.7842153,-0.0887 -0.7842153,-0.0887 0,0 -0.4805071,-0.134926 -0.4805071,-0.134926 0,0 -0.4491045,-0.201427 -0.4491045,-0.201427 0,0 -0.4100994,-0.264551 -0.4100994,-0.264551 0,0 -0.3634918,-0.324295 -0.3634918,-0.324295 0,0 -0.3092809,-0.380662 -0.3092809,-0.380662 0,0 -0.2474676,-0.433649 -0.2474676,-0.433649 0,0 -0.1780514,-0.483258 -0.1780514,-0.483258 0,0 -0.1010324,-0.529489 -0.1010324,-0.529489 0,0 -0.077476,-0.514277 -0.077476,-0.514277 0,0 -0.020664,-0.324092 -0.020664,-0.324092 0,0 -0.188008,-0.0018 -0.188008,-0.0018 m 3.4617421,5.018976 c 0,0 0,-1.829968 0,-1.829968 m -3.3017731,1.140559 c 0,0 0,-4.423585 0,-4.423585 m 0.8031952,4.730684 c 0,0 0.04725,-2.456847 0.04725,-2.456847"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:ties="False" />
+ id="path43300"
+ d="m 1.8016906,14.906232 c 0,0 0.9474968,0.0092 0.9474968,0.0092 m -0.9474908,3.739077 c 0,0 0.8944194,0.364953 0.8944194,0.364953 0,0 0.049913,0.01666 0.049913,0.01666 M 2.722828,14.709544 c 0,0 -0.00198,4.523828 -0.00198,4.523828"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:ties="True" />
+ style="display:none"
+ id="g9762">
+ id="path5373"
+ d="M 9.5156859,18.983073 6.4542451,18.792647 6.4077451,3.5916873 1.1229349,3.3244173"
+ style="display:none;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ inkstitch:ties="False"
+ sodipodi:nodetypes="cc"
+ d="m 0.55419407,3.3929502 0.4396348,3.2730302"
+ inkscape:label="AutoSatin Running Stitch 1"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;opacity:0.88;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-dashoffset:0;stroke-opacity:1"
+ id="autosatinrun1" />
+ id="autosatin1"
+ d="M 1.5180349,6.9232474 V 3.6616773 M 0.27204787,6.9232474 V 3.6616773 m 1.32048303,3.22472 H 0.19755087"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;opacity:0.88;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:ties="False" />
+ d="m 0.89523987,3.6616773 v -0.1979 -0.3"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;opacity:0.88;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-dashoffset:0;stroke-opacity:1"
+ id="autosatinrun3"
+ inkscape:label="AutoSatin Running Stitch 1"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccccc"
+ inkscape:label="AutoSatin 4" />
+ sodipodi:nodetypes="cccccc"
+ inkscape:label="AutoSatin 5"
+ inkstitch:ties="False" />
+ id="path5227"
+ d="m 7.46178,3.6979873 5.386161,-0.14174"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
-
-
+ sodipodi:nodetypes="ccccccccccccc"
+ inkstitch:ties="False" />
+ id="autosatin1-1"
+ d="M 13.423842,6.9022874 V 3.6407173 M 12.177855,6.9022874 V 3.6407173 m 1.320483,3.22472 h -1.39498"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;opacity:0.88;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:ties="False" />
+ id="autosatinrun2-9"
+ d="m 12.899398,3.4593973 0.02362,-0.3171"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;opacity:0.88;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:0.5, 0.5;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccccc"
+ inkscape:label="AutoSatin 4" />
+
+ id="path16114"
+ d="M 7.856768,4.3545874 V 18.333407 M 5.8503479,4.3545874 V 18.333407"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.215859;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:ties="False" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id="path48665"
+ d="M 11.972532,19.118522 11.263651,19.435313 10.514249,19.640362 9.2205574,19.77513 8.5663513,19.79183 7.913548,19.766089 7.2668791,19.69141 6.6310772,19.561302 6.010874,19.369274 5.515499,19.154201 m 5.806216,-1.309405 -0.423956,0.193389 -0.9755926,0.230664 -0.5007019,0.06374 -0.5037999,0.0247 -0.5027686,-0.01781 -0.4976084,-0.0638 -0.4883183,-0.113271 -0.4748992,-0.166219 -0.450338,-0.237874 -0.082285,-0.06825 m 2.7269374,2.657901 v -2.504088"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:nodetypes="ccccccccccccccccccccccc"
+ inkstitch:ties="False" />
+ id="autosatinrun1-0"
+ d="M 5.4251274,18.045106 C 3.2884551,15.978225 3.9644732,7.2623247 3.8753242,3.8361046"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ id="path14107-6-4-1"
+ d="m 1.3711391,3.2893945 v 0.71104 l 5.02683,0.0381 v -0.78897 l -5.02683,0.0398"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ sodipodi:nodetypes="ccccc"
+ inkstitch:ties="False" />
+ id="path9688-4-9"
+ d="m 1.0200291,4.1940845 v -1.15039 m 2.899393,1.15039 v -1.15039"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:ties="False" />
+ id="path9688-8-9-7"
+ d="m 3.9194221,3.0436945 v 1.15039 m 2.899393,-1.15039 v 1.15039"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:ties="False" />
+ id="autosatin5"
+ d="m 4.9223663,4.1720195 c 0,0 -0.00903,5.2726825 -0.00903,5.2726825 0,0 0.023252,2.635722 0.023252,2.635722 0,0 0.1191298,2.632903 0.1191298,2.632903 0,0 0.061458,0.488073 0.061458,0.488073 0,0 0.1010665,0.492945 0.1010665,0.492945 0,0 0.14599,0.484277 0.14599,0.484277 0,0 0.1962291,0.462074 0.1962291,0.462074 0,0 0.2517832,0.426331 0.2517832,0.426331 0,0 0.3126527,0.37705 0.3126527,0.37705 0,0 0.2965529,0.245979 0.2965529,0.245979 M 2.9223686,4.1720295 c 0,0 0.00585,2.7187716 0.00585,2.7187716 0,0 -0.015301,2.7196309 -0.015301,2.7196309 0,0 0.025162,2.718511 0.025162,2.718511 0,0 0.1272369,2.715414 0.1272369,2.715414 0,0 0.087765,0.598896 0.087765,0.598896 0,0 0.1373411,0.60058 0.1373411,0.60058 0,0 0.1914787,0.588445 0.1914787,0.588445 0,0 0.2501773,0.562492 0.2501773,0.562492 0,0 0.3134374,0.52272 0.3134374,0.52272 0,0 0.3812588,0.469129 0.3812588,0.469129 0,0 0.4536416,0.401721 0.4536416,0.401721 0,0 0.5305855,0.320492 0.5305855,0.320492 0,0 0.1044973,0.04537 0.1044973,0.04537 M 2.3448381,11.61672 c 0,0 3.1182917,0 3.1182917,0 M 2.8223697,4.1985095 c 0,0 2.1999955,0 2.1999955,0 m -2.1999346,-2.12e-5 c 0,0 2.1998851,-1.11e-5 2.1998851,-1.11e-5"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-
+ inkscape:label="GlyphLayer-Ü"
+ id="layer9"
+ inkscape:groupmode="layer">
+
+
+
+
+
+
+
+ id="path14107-6-4-1-3"
+ d="m 5.772746,3.2342277 0.6355705,-0.00697 -0.010348,0.7731763 -5.0268302,0.0381 V 3.2495637 L 5.763552,3.2158077"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.0499999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.2, 0.0499999;stroke-dashoffset:0;stroke-opacity:1"
+ sodipodi:nodetypes="cccccc"
+ inkstitch:ties="False" />
+ id="path9688-4-9-3"
+ d="M 1.0200291,4.1940841 V 3.0436943 m 2.899393,1.1503898 V 3.0436943"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:fill_underlay="False" />
+ id="path9688-8-9-7-6"
+ d="M 3.9194221,3.0436943 V 4.1940841 M 6.8188151,3.0436943 V 4.1940841"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:fill_underlay="False" />
+ id="autosatin5-79"
+ d="m 2.9223731,4.1720343 c 0.04928,3.6235801 -0.122134,7.2547297 0.142948,10.8723397 0.171993,1.58253 0.8241451,3.33042 2.3456879,4.06448 1.5683471,0.7915 3.4040331,0.78401 5.103253,0.53153 0.507191,-0.10403 1.005121,-0.26882 1.458285,-0.52184 M 4.9223731,4.1720242 c 0.04666,3.5132701 -0.1151991,7.0334598 0.1333481,10.5413198 0.1158029,1.283 0.5973969,2.76237 1.8983579,3.28286 1.2448371,0.51694 2.676857,0.432 3.9436929,0.042 0.145694,-0.0542 0.287927,-0.11806 0.423957,-0.19339 m -2.1733329,-9.26e-4 c 0,0.8347 0,1.66939 0,2.50409 m -6.803554,-8.731244 c 1.039432,0 2.0788631,0 3.1182951,0 M 2.8223741,4.1985143 c 0.733333,0 1.4666651,0 2.199998,0"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ id="path32455-7"
+ d="m 12.100935,18.332024 c 2.571718,-2.11722 1.648853,-9.7696796 1.712211,-14.8496698"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ d="M 11.812807,3.0254743 V 4.1940841 M 15.786349,3.0254743 V 4.1940542"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin1-3-0"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ id="path4986-9"
+ d="m 13.200644,4.1239942 c -0.05288,3.5029401 0.12253,7.0119798 -0.121891,10.5101198 -0.1503,1.22812 -0.582265,2.60023 -1.756986,3.21064 M 14.430941,4.1240542 c -0.05307,3.6761801 0.119016,7.3582998 -0.115461,11.0299998 -0.196266,1.55677 -0.893893,3.19483 -2.342912,3.96449 M 14.522127,5.0541043 c -0.470987,6.01e-5 -0.941973,1.199e-4 -1.41296,1.699e-4 m -10e-7,-0.8041899 h 1.41296 m 0.288492,9.4444497 h -2.138154"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+
+
+
+
+
+
+
+ id="path37133-2"
+ d="M 7.0133733,19.184579 2.7070322,4.1559025"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccc"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccc"
+ inkstitch:ties="False" />
+ id="path21128-6"
+ d="M 3.5558973,4.1855025 7.9276368,16.831512 M 1.2848872,4.1855025 5.657648,16.831512 m 1.794,-2.0625 -2.8359886,0.006"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:ties="False" />
+
+ sodipodi:nodetypes="cccccc" />
-
+ style="display:none"
+ id="g10842">
+
+
+
+
+
+ sodipodi:nodetypes="cccccc"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccccc"
+ inkstitch:ties="False" />
+ id="path21128-5"
+ d="m 15.191877,16.380489 -2.6522,-10.1949903 m 0.57021,10.1949903 -2.65381,-10.1949903 m 1.726662,8.6365003 3.131123,-0.006"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:ties="False" />
+
+ inkscape:connector-curvature="0"
+ id="path21009-4"
+ d="M 10.442733,6.1978886 7.8769787,16.380489 M 9.3402471,6.1978886 6.7248757,16.380489 m 2.1346914,-9.3639905 1.7446189,0.023 m -4.3671835,8.0178505 2.3389136,-0.006"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:ties="False" />
+ id="path37133"
+ d="M 5.8515514,16.667928 2.6320905,3.9723786"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
-
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccc"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccc"
+ inkstitch:ties="False" />
-
+ id="path21128-8"
+ d="M 3.6727254,4.2324886 6.7248757,16.380489 M 1.5891255,4.2324886 4.6618856,16.380489 m 2.1853091,-1.56449 -3.1311231,0.006"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:ties="False" />
+ d="m 7.8767602,16.38047 c 0,0 -0.5886498,2.474801 -0.5886498,2.474801 M 4.6618579,16.38047 c 0,0 0.6507538,2.476406 0.6507538,2.476406 M 7.9475428,16.70563 c 0,0 -3.5242975,0.008 -3.5242975,0.008"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.0999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path37227"
+ inkstitch:ties="False" />
+ d="m 7.1318651,19.512156 0.1562453,-0.656885 m -1.8033083,0.656865 -0.1721904,-0.65526 m -0.091408,0.02565 2.1589168,-0.0016"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.0999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path54052" />
+ style="display:none"
+ id="g11232">
+
+
+
+
+
-
+ id="path3416"
+ d="M 12.88457,18.358381 9.1087532,12.057245 m 1.2622798,6.301136 -3.7885212,-6.297739 m -0.1126713,0.02284 2.7788226,-0.0037"
+ style="fill:none;stroke:#000000;stroke-width:0.0999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+
+
+
+
+
+ id="path37133-9-14"
+ d="M 6.6649078,10.148538 2.6386395,3.8400203"
+ style="fill:none;stroke:#000000;stroke-width:0.12582;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.503282, 0.12582;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+
+
+
+
+
+ id="path21128-8-2"
+ d="m 4.4179096,4.2290974 c 0,0 4.6908436,7.8281476 4.6908436,7.8281476 M 1.8713025,4.2290974 c 0,0 4.7112093,7.8315446 4.7112093,7.8315446 M 8.350475,9.9342912 c 0,0 -3.343356,0.006 -3.343356,0.006"
+ style="fill:none;stroke:#000000;stroke-width:0.0999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:contour_underlay_inset_mm="0.2"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+
+
+
+
+
+
+
+ id="path14107-6-5-1-0"
+ d="m 0.06840491,3.2795657 v 0.7110401 l 5.09371799,0.0381 v -0.78897 l -5.09371799,0.0398"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ sodipodi:nodetypes="ccccc"
+ inkstitch:ties="False" />
+ id="path9688-6-1-2"
+ d="m -0.28737709,4.1842557 v -1.15039 m 2.93797289,1.15039 v -1.15039"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:ties="False" />
-
+
+ sodipodi:nodetypes="cccccc"
+ inkstitch:ties="False" />
+ d="M 7.9345299,11.452945 11.72028,3.9756857"
+ id="path37135-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccccc"
+ inkstitch:ties="False" />
+
+ sodipodi:nodetypes="cccc"
+ inkstitch:ties="False" />
+ id="path14107-6-5-0-4-1-8"
+ d="m 9.4195219,19.289825 v -0.78897 l -5.0927758,0.03982 v 0.711055 l 5.0927758,0.0381"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ sodipodi:nodetypes="ccccc" />
+
+
+
+
+
+ style="display:none"
+ id="g12086">
+ inkstitch:ties="False"
+ sodipodi:nodetypes="cc"
+ d="m 1.5028237,3.2849303 0.396875,3.3318398"
+ inkscape:label="AutoSatin Running Stitch 1"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;opacity:0.88;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0264583;stroke-miterlimit:4;stroke-dasharray:0.132291, 0.132291;stroke-opacity:1"
+ id="autosatinrun1-83" />
-
+ d="m 2.4666645,6.9475191 v -3.26157 m -1.245987,3.26157 v -3.26157 m 1.320483,3.2247201 h -1.39498"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;opacity:0.88;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:ties="False" />
-
+ inkscape:label="AutoSatin 4"
+ inkstitch:ties="False" />
-
-
+ inkscape:label="AutoSatin 5"
+ inkstitch:ties="False" />
+ d="M 12.920749,3.8835391 C 9.8538645,8.3430692 6.7624725,13.731709 3.6955876,18.191239 M 10.074014,4.4556791 0.87335846,18.753469"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;opacity:0.88;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path9615"
+ sodipodi:nodetypes="cccc"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="ccc"
+ inkstitch:ties="False" />
-
-
-
-
-
+ inkstitch:ties="False" />
+ id="path10018"
+ d="m 12.132245,19.545519 v -0.54269 m 1.190248,0.54269 v -0.54269 m -1.264745,0.0369 h 1.33924"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;opacity:0.88;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ d="m 12.074043,18.191218 c 0,0 -8.3784609,0 -8.3784609,0 0,0 -2.2356651,0.445378 -2.2356651,0.445378 m 10.672329,0.90893 c 0,0 -10.6708611,0 -10.6708611,0 m 2.6533474,0.33624 c 0,0 0,-2.699767 0,-2.699767"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;opacity:0.88;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path9599"
+ sodipodi:nodetypes="ccccccc"
+ inkstitch:ties="False" />
-
-
+ style="display:none"
+ id="g12511">
+ d="m 10.106122,17.776088 -2.1497401,-1e-6 m -6.12553,-9.3983403 c 0.63206,-0.301327 1.245743,-0.525487 1.84105,-0.67248 0.602667,-0.15434 1.186957,-0.23151 1.75287,-0.23151 1.46256,0 2.576013,0.404223 3.34036,1.21267 0.764353,0.8011 1.14653,1.9696773 1.14653,3.5057303 v 5.622848 m -8.08081,-7.067028 h 0.93706 c 0.110247,-0.720253 0.378507,-1.2641203 0.80478,-1.6316003 0.426273,-0.367473 1.006887,-0.55121 1.74184,-0.55121 0.874593,0 1.554423,0.24621 2.03949,0.73863 0.49242,0.485067 0.73863,1.1722473 0.73863,2.0615403 v 6.449668 m 2.1086001,-7.14275 H 7.6622519 m -2.038,-1.6701133 v -1.804069 m -3.408,0.434313 v 3.7417723"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path25858"
+ inkstitch:ties="False" />
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccccc"
+ inkstitch:ties="False" />
+ id="path26236"
+ d="m 9.1045279,17.654694 0.08032,-3.860081 c 0.274258,-2.210967 -0.782917,-3.787919 -1.795384,-5.3861613 -1.756015,-0.991293 -3.51203,-0.112093 -5.268045,0.87407"
+ style="display:none;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
-
+ id="path26234"
+ d="M 7.7674382,18.023221 C 6.6797797,20.461682 0.29485006,19.20697 2.7828769,14.125344 l 1.204797,-1.039436 c 1.345117,-0.346307 2.773197,-0.492959 3.899256,-0.425224"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cscscssccscscscccccccccc"
+ inkstitch:ties="False" />
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 3.6446938,18.966364 c 2.593859,0.93135 3.7025976,0.18799 4.2333336,-1.207161"
+ id="path14425"
+ sodipodi:nodetypes="cc"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="scsccsscscscccccccccccccsccccccc" />
+ style="display:none"
+ id="g12944">
+
+
+
+
+
+
+ d="M 3.2080731,8.2682296 2.5466147,9.6242192"
+ id="path16317"
+ inkstitch:ties="False" />
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False" />
+ d="m 8.122491,19.531904 v -0.267989 m 3.450606,0.268114 V 19.24027 m 0.172531,0.02528 -3.7956673,0.02601"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path5057-4"
+ sodipodi:nodetypes="cccccc"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ d="m 11.573097,19.24027 v -1.405977 m -3.450606,1.429622 v -1.429177 m -0.6086954,1.190955 4.6774494,-0.02362"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path4884-12"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
-
-
+ inkstitch:ties="False" />
+ d="m 8.1224894,12.189839 c 0,0 -2.568657,0 -2.568657,0 0,0 -1.0142352,0.0627 -1.0142352,0.0627 0,0 -0.8929677,0.188103 -0.8929677,0.188103 0,0 -0.4010086,0.141078 -0.4010086,0.141078 0,0 -0.3706919,0.172428 -0.3706919,0.172428 0,0 -0.3403749,0.203779 -0.3403749,0.203779 0,0 -0.310058,0.23513 -0.310058,0.23513 0,0 -0.2764686,0.263549 -0.2764686,0.263549 0,0 -0.2396058,0.289042 -0.2396058,0.289042 0,0 -0.2027435,0.314537 -0.2027435,0.314537 0,0 -0.1658811,0.34003 -0.1658811,0.34003 0,0 -0.1290186,0.365524 -0.1290186,0.365524 0,0 -0.092156,0.391018 -0.092156,0.391018 0,0 -0.073725,0.858516 -0.073725,0.858516 0,0 0.064079,0.836469 0.064079,0.836469 0,0 0.192236,0.745517 0.192236,0.745517 0,0 0.3203933,0.654567 0.3203933,0.654567 0,0 0.4485507,0.563614 0.4485507,0.563614 0,0 0.5629263,0.453402 0.5629263,0.453402 0,0 0.2922293,0.145061 0.2922293,0.145061 m 5.1971777,-6.044456 c 0,0 -2.3591972,0 -2.3591972,0 0,0 -0.6352749,0.04065 -0.6352749,0.04065 0,0 -0.5498362,0.121955 -0.5498362,0.121955 0,0 -0.4643977,0.203259 -0.4643977,0.203259 0,0 -0.378959,0.284563 -0.378959,0.284563 0,0 -0.2893883,0.368623 -0.2893883,0.368623 0,0 -0.206706,0.455441 -0.206706,0.455441 0,0 -0.1240238,0.542258 -0.1240238,0.542258 0,0 -0.041341,0.629075 -0.041341,0.629075 0,0 0.04203,0.580155 0.04203,0.580155 0,0 0.1260899,0.516764 0.1260899,0.516764 0,0 0.2101499,0.453375 0.2101499,0.453375 0,0 0.2266397,0.300418 0.2266397,0.300418 m 1.1738943,-3.832802 c 0,0 -0.06682,-2.47224 -0.06682,-2.47224 m -1.3363458,4.44335 c 0,0 -2.84010571,0.06682 -2.84010571,0.06682 M 8.0960311,12.130858 c 0,0 0,1.29757 0,1.29757"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path25845-8"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_underlay_spacing_mm="1"
+ inkstitch:zigzag_underlay_inset_mm="0.1"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ sodipodi:nodetypes="cc"
+ id="path14425-0"
+ d="m 3.6745417,18.98611 c 2.5938591,0.93135 3.7025977,0.18799 4.2333336,-1.207161"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ d="m 8.1224894,15.849905 c 0,0 -0.044097,0.59876 -0.044097,0.59876 0,0 -0.1322904,0.539503 -0.1322904,0.539503 0,0 -0.2204842,0.480246 -0.2204842,0.480246 0,0 -0.308678,0.420988 -0.308678,0.420988 0,0 -0.3755183,0.342444 -0.3755183,0.342444 0,0 -0.4320157,0.244603 -0.4320157,0.244603 0,0 -0.4885131,0.146762 -0.4885131,0.146762 0,0 -0.5450107,0.04892 -0.5450107,0.04892 0,0 -0.5443257,-0.04479 -0.5443257,-0.04479 0,0 -0.4864481,-0.134358 -0.4864481,-0.134358 0,0 -0.4285708,-0.223931 -0.4285708,-0.223931 0,0 -0.3706932,-0.313504 -0.3706932,-0.313504 0,0 -0.06757,-0.08957 -0.06757,-0.08957 m 4.4442149,0.398247 c 0,0 -0.314883,0.381028 -0.314883,0.381028 0,0 -0.3383087,0.327284 -0.3383087,0.327284 0,0 -0.3617351,0.27354 -0.3617351,0.27354 0,0 -0.3851616,0.219797 -0.3851616,0.219797 0,0 -0.4140997,0.168834 -0.4140997,0.168834 0,0 -0.4485497,0.120635 -0.4485497,0.120635 0,0 -0.482999,0.0724 -0.482999,0.0724 0,0 -0.5174496,0.02414 -0.5174496,0.02414 0,0 -0.8316473,-0.06479 -0.8316473,-0.06479 0,0 -0.7420734,-0.194361 -0.7420734,-0.194361 0,0 -0.3602706,-0.178836 -0.3602706,-0.178836 m 5.000451,-2.841671 c 0,0 -0.06682,2.138153 -0.06682,2.138153 m -3.7117586,1.121266 c 0,0 0,-1.832104 0,-1.832104 M 3.7314692,17.81018 c 0,0 -0.8197182,1.692416 -0.8197182,1.692416"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path13077-6"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_underlay_spacing_mm="1"
+ inkstitch:zigzag_underlay_inset_mm="0.1"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ style="display:none"
+ id="g13404">
+ sodipodi:nodetypes="cccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False" />
+ inkstitch:fill_underlay="False"
+ inkstitch:manual_stitch="True"
+ sodipodi:nodetypes="ccc"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.0700043;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.280017, 0.0700043;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 7.1764064,5.4629535 6.042277,5.4753615 6.6999796,5.4670915"
+ id="path19346-8"
+ inkscape:connector-curvature="0" />
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 6.6087495,8.0598821 c 0,0 -3.4377545,-0.3741772 -4.4550491,1.403165"
+ id="path16352" />
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False" />
+ d="m 8.1679279,19.492541 v -0.267989 m 3.4506051,0.268114 v -0.291759 m 0.172531,0.02528 -3.7956661,0.02601"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path5057-9"
+ sodipodi:nodetypes="cccccc"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ d="M 11.618533,19.200907 V 17.79493 m -3.4506051,1.429622 v -1.429177 m -0.608695,1.190955 4.6774481,-0.02362"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path4884-7"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ sodipodi:nodetypes="cccc" />
+ d="m 8.1679269,12.150476 c 0,0 -2.568657,0 -2.568657,0 0,0 -1.014235,0.0627 -1.014235,0.0627 0,0 -0.892968,0.188103 -0.892968,0.188103 0,0 -0.401009,0.141078 -0.401009,0.141078 0,0 -0.370692,0.172428 -0.370692,0.172428 0,0 -0.340374,0.203779 -0.340374,0.203779 0,0 -0.310058,0.235129 -0.310058,0.235129 0,0 -0.276469,0.26355 -0.276469,0.26355 0,0 -0.239606,0.289042 -0.239606,0.289042 0,0 -0.202743,0.314537 -0.202743,0.314537 0,0 -0.165881,0.34003 -0.165881,0.34003 0,0 -0.129019,0.365524 -0.129019,0.365524 0,0 -0.09216,0.391018 -0.09216,0.391018 0,0 -0.07372,0.858516 -0.07372,0.858516 0,0 0.06408,0.836469 0.06408,0.836469 0,0 0.192236,0.745517 0.192236,0.745517 0,0 0.320394,0.654567 0.320394,0.654567 0,0 0.448551,0.563614 0.448551,0.563614 0,0 0.562926,0.453402 0.562926,0.453402 0,0 0.292229,0.145061 0.292229,0.145061 m 5.197178,-6.044457 c 0,0 -2.359197,0 -2.359197,0 0,0 -0.635275,0.04065 -0.635275,0.04065 0,0 -0.549836,0.121956 -0.549836,0.121956 0,0 -0.464398,0.203259 -0.464398,0.203259 0,0 -0.378959,0.284563 -0.378959,0.284563 0,0 -0.289388,0.368623 -0.289388,0.368623 0,0 -0.206706,0.455441 -0.206706,0.455441 0,0 -0.124024,0.542258 -0.124024,0.542258 0,0 -0.04134,0.629075 -0.04134,0.629075 0,0 0.04203,0.580154 0.04203,0.580154 0,0 0.12609,0.516765 0.12609,0.516765 0,0 0.21015,0.453375 0.21015,0.453375 0,0 0.226639,0.300418 0.226639,0.300418 m 1.173895,-3.832802 c 0,0 -0.06682,-2.472241 -0.06682,-2.472241 m -1.336346,4.443348 c 0,0 -2.84010604,0.06682 -2.84010604,0.06682 M 8.1414729,12.091492 c 0,0 0,1.29757 0,1.29757"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path25845-6"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_underlay_spacing_mm="1"
+ inkstitch:zigzag_underlay_inset_mm="0.1"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ sodipodi:nodetypes="cc"
+ id="path14425-6"
+ d="m 3.7199789,18.946747 c 2.593859,0.93135 3.702598,0.18799 4.233334,-1.207161"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ d="m 8.1679269,15.810542 c 0,0 -0.0441,0.59876 -0.0441,0.59876 0,0 -0.132291,0.539503 -0.132291,0.539503 0,0 -0.220484,0.480246 -0.220484,0.480246 0,0 -0.308678,0.420988 -0.308678,0.420988 0,0 -0.375518,0.342444 -0.375518,0.342444 0,0 -0.432016,0.244603 -0.432016,0.244603 0,0 -0.488513,0.146762 -0.488513,0.146762 0,0 -0.545011,0.04892 -0.545011,0.04892 0,0 -0.544325,-0.04479 -0.544325,-0.04479 0,0 -0.486448,-0.134358 -0.486448,-0.134358 0,0 -0.428571,-0.223931 -0.428571,-0.223931 0,0 -0.370693,-0.313504 -0.370693,-0.313504 0,0 -0.06757,-0.08957 -0.06757,-0.08957 m 4.444215,0.398247 c 0,0 -0.314883,0.381028 -0.314883,0.381028 0,0 -0.338309,0.327284 -0.338309,0.327284 0,0 -0.361735,0.27354 -0.361735,0.27354 0,0 -0.385162,0.219797 -0.385162,0.219797 0,0 -0.4141,0.168834 -0.4141,0.168834 0,0 -0.448549,0.120635 -0.448549,0.120635 0,0 -0.482999,0.0724 -0.482999,0.0724 0,0 -0.51745,0.02414 -0.51745,0.02414 0,0 -0.831647,-0.06479 -0.831647,-0.06479 0,0 -0.742074,-0.194361 -0.742074,-0.194361 0,0 -0.36027,-0.178836 -0.36027,-0.178836 m 5.000451,-2.841671 c 0,0 -0.06682,2.138153 -0.06682,2.138153 m -3.711759,1.121266 c 0,0 0,-1.832104 0,-1.832104 m -0.415714,-0.18936 c 0,0 -0.819719,1.692416 -0.819719,1.692416"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path13077-0"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_underlay_spacing_mm="1"
+ inkstitch:zigzag_underlay_inset_mm="0.1"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
-
+ inkscape:label="GlyphLayer-ä"
+ id="layer3"
+ inkscape:groupmode="layer">
+
+
+
+
+
+
+
+ id="path16317-9"
+ d="M 3.2080732,8.2682291 2.5466148,9.6242187"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ d="m 10.13597,17.795834 -2.1497401,-1e-6 M 1.8606999,8.3974926 C 2.4927599,8.0961658 3.1064429,7.8720058 3.70175,7.7250128 4.3044168,7.5706726 4.8887071,7.4935026 5.4546198,7.4935026 c 1.4625601,0 2.5760133,0.404223 3.3403601,1.2126701 C 9.5593329,9.5072728 9.94151,10.67585 9.94151,12.211903 v 5.622848 M 1.8606999,10.767723 h 0.93706 C 2.9080069,10.04747 3.1762669,9.5036028 3.60254,9.1361227 4.0288128,8.7686496 4.6094269,8.5849126 5.3443799,8.5849126 c 0.8745932,0 1.5544231,0.2462101 2.0394901,0.7386301 0.49242,0.485067 0.7386299,1.1722473 0.7386299,2.0615403 v 6.449668 M 10.2311,10.692001 H 7.6921 M 5.6541001,9.0218876 V 7.2178187 m -3.4080002,0.434313 v 3.7417723"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path25858-10-3"
+ inkstitch:ties="False" />
-
-
-
+ inkstitch:ties="False" />
-
+ sodipodi:nodetypes="cccccc"
+ inkstitch:ties="False" />
+ id="path26234-5-9"
+ d="M 7.7972862,18.042967 C 6.7096278,20.481428 0.32469803,19.226716 2.8127249,14.14509 L 4.017522,13.105654 C 5.362639,12.759347 6.7907189,12.612695 7.9167778,12.68043"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ sodipodi:nodetypes="cscscssccscscscccccccccc"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="scsccsscscscccccccccccccsccccccc" />
-
+ style="display:none"
+ id="g5683">
+ inkstitch:ties="False"
+ sodipodi:nodetypes="cccc"
+ id="autosatin1-7"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 4.2304688,2.333877 v 1.16861 M 0.64757375,2.333877 v 1.16858"
+ inkscape:connector-curvature="0"
+ inkscape:label="AutoSatin 1"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+ d="m 2.3088347,9.819797 2.013037,1.701e-4 M 4.2303717,3.502377 V 9.7934472 10.510437 M 2.4003357,3.502377 V 9.7932971 10.510267 M 4.3218728,3.528837 H 2.3088357"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin3-7"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ d="M 4.2302497,9.5898572 4.4520597,9.1696771 4.7255687,8.779717 5.0455947,8.4268869 5.4069518,8.118097 5.8044546,7.8602471 l 0.4284652,-0.20002 0.454243,-0.1352701 0.4748358,-0.0636 0.4974741,-0.026101 0.496415,0.0391 0.487284,0.1021601 0.470081,0.16294 0.444806,0.2214999 0.411458,0.2778101 0.3700403,0.3318799 0.32055,0.3837101 0.43563,0.6419299 0.344001,0.68619 0.259515,0.72153 0.18217,0.74796 0.111966,0.76548 0.04891,0.77406 -0.007,0.77374 -0.02514,0.34451 -0.03065,0.41997 -0.09168,0.61232 -0.138743,0.60825 -0.188481,0.59571 -0.240883,0.57469 -0.295956,0.54521 -0.353692,0.50725 -0.4141,0.46083 -0.4771713,0.40594 m -5.5484165,-7.68691 0.214956,-0.73453 0.3577971,-0.68094 0.2286039,-0.3090701 0.259682,-0.28208 0.2892171,-0.2505702 0.317205,-0.2145397 0.4213219,-0.1682801 0.446821,-0.0892 0.4566261,-0.0107 0.450737,0.0672 0.4291518,0.1446199 0.391877,0.2214502 0.3389066,0.2976898 0.270239,0.3734001 0.261892,0.5036901 0.198266,0.52543 0.143233,0.54269 0.09679,0.55547 0.08863,1.13141 0.006,1.12887 -0.02347,0.34404 -0.04946,0.72504 -0.08637,0.50484 -0.123597,0.48227 -0.163793,0.45759 -0.206958,0.43084 -0.253091,0.40198 -0.302192,0.37103 m 1.076894,-3.34022 2.3486943,-0.15327 M 7.2353507,6.7516069 v 2.6392802 m -2.639281,-0.80181 0.06682,2.6058799 m 4.89436,2.92325 H 12.363553 M 8.5544888,9.691527 9.9244857,7.6702971"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin8-5"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ sodipodi:nodetypes="ccccccccccccccc"
+ inkscape:label="AutoSatin 11"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+ id="path24825-2"
+ d="M 3.423332,16.590524 3.495153,10.697373"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ d="m 4.2303698,10.510437 v 7.79999 m -1.8300361,-7.80016 v 7.7998 m -0.091501,-0.02634 2.013039,2.6e-4"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin5-11"
+ inkscape:label="AutoSatin 7"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+
+ sodipodi:nodetypes="cccc"
+ inkscape:label="AutoSatin 6"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
-
+ style="display:none"
+ id="g10870">
+ id="path20067"
+ d="m 3.2129622,9.178665 c 1.0866801,-0.61421 2.409597,-1.34654 3.590774,-1.2048 1.1811741,0.14174 3.118302,2.19699 3.118302,2.19699"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ id="path9573"
+ d="M 10.200675,11.510172 H 9.1423476 L 8.9828183,10.718488 8.858182,10.326552 8.6968631,9.9512572 8.493785,9.6031305 8.2438721,9.2926995 7.9420477,9.0304917 7.5832356,8.8270348 7.1495187,8.6728768 6.6917666,8.5808263 6.2237645,8.5543571 5.7592983,8.5969439 5.312153,8.7120608 4.8961143,8.9031818 4.5249675,9.1737817 4.2124982,9.5273341 3.9208753,9.9989322 3.6963939,10.497851 3.530036,11.018567 l -0.1172534,0.536991 -0.1232663,1.100714 -0.035069,1.099537 0.037854,1.007114 0.130069,1.004314 0.1121335,0.491709 0.1502093,0.479732 0.1932925,0.463996 0.2413835,0.444501 0.2113293,0.273466 0.2471888,0.237358 0.2332048,0.167541 M 10.200676,8.5115648 9.5449611,8.205193 8.8643359,7.9414895 8.1644128,7.7286812 7.4508068,7.5749957 6.7291305,7.4886602 6.0049975,7.4779023 5.2840213,7.5509483 4.5718157,7.7160262 3.9305472,7.9929176 3.3480907,8.3641214 2.8279375,8.8170843 2.3735799,9.3392529 1.9885093,9.9180743 1.6762184,10.540995 l -0.2360199,0.654467 -0.156257,0.673459 -0.1502007,1.204086 -0.018381,0.608098 0.021218,0.607927 0.062157,0.6046 0.1044356,0.598118 0.1480538,0.58848 0.1930116,0.575686 0.2638957,0.566929 0.3294249,0.535805 0.3899739,0.494418 0.4455421,0.442767 0.4961307,0.380853 0.5417382,0.308676 0.1022217,0.03971 M 9.1872002,12.46455 9.0869746,7.6871258 M 0.83504702,13.633859 H 3.407511 M 6.6093664,7.4636563 v 1.3593685"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0264583;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ id="path20069"
+ d="m 5.3987292,19.272533 c 2.5564727,0.18779 4.464783,-1.655324 4.476062,-3.077678"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ id="path16132"
+ d="m 9.0762047,15.986037 c 0,0 -0.1623277,0.647189 -0.1623277,0.647189 0,0 -0.1927879,0.518965 -0.1927879,0.518965 0,0 -0.2722779,0.484374 -0.2722779,0.484374 0,0 -0.3561771,0.42151 -0.3561771,0.42151 0,0 -0.4444852,0.330374 -0.4444852,0.330374 0,0 -0.5557663,0.226597 -0.5557663,0.226597 0,0 -0.5923818,0.100727 -0.5923818,0.100727 0,0 -0.3445622,0.01983 -0.3445622,0.01983 0,0 -0.3423553,-0.02786 -0.3423553,-0.02786 0,0 -0.3345396,-0.07362 -0.3345396,-0.07362 0,0 -0.3211148,-0.117452 -0.3211148,-0.117452 0,0 -0.3020819,-0.159352 -0.3020819,-0.159352 0,0 -0.044235,-0.03178 -0.044235,-0.03178 m 5.742341,-2.339503 c 0,0 -0.200699,0.716325 -0.200699,0.716325 0,0 -0.279696,0.739643 -0.279696,0.739643 0,0 -0.3163934,0.571668 -0.3163934,0.571668 0,0 -0.3986273,0.516991 -0.3986273,0.516991 0,0 -0.4160732,0.397413 -0.4160732,0.397413 0,0 -0.4657902,0.340406 -0.4657902,0.340406 0,0 -0.7489156,0.318362 -0.7489156,0.318362 0,0 -0.7925309,0.180288 -0.7925309,0.180288 0,0 -0.8130212,0.05013 -0.8130212,0.05013 0,0 -0.8103863,-0.07212 -0.8103863,-0.07212 0,0 -0.6180127,-0.133533 -0.6180127,-0.133533 0,0 -0.480144,-0.186525 -0.480144,-0.186525 m 2.0783108,0.550627 c 0,0 0.016536,-1.471743 0.016536,-1.471743"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0264583;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:nodetypes="ccccccccccccccccccccccccccc"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="True" />
-
-
-
+ style="display:none"
+ id="g15988">
+ id="path20067-2"
+ d="M 3.0793888,9.1447901 C 4.1660689,8.5305801 5.4889858,7.79825 6.6701628,7.93999 c 1.1811741,0.14174 3.118302,2.19699 3.118302,2.19699"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False" />
+ id="path71599"
+ d="m 6.392762,19.47518 0.6260229,1.60654 0.2008,1.06305 -0.862258,0.92132 -2.0316219,-0.11812"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ d="m 3.8494079,22.1148 c 0.2719329,0.12495 0.536516,0.21681 0.79375,0.27561 0.264583,0.0661 0.5107929,0.0992 0.738628,0.0992 0.3821761,0 0.6798321,-0.0992 0.892969,-0.29766 0.220486,-0.19109 0.3307289,-0.45199 0.3307289,-0.78272 0,-0.20579 -0.0735,-0.47037 -0.220486,-0.79375 C 6.2739858,20.37125 6.12315,20.09349 5.9324889,19.78219 m -2.083081,3.77682 c 0.301331,0.0882 0.5953119,0.15434 0.8819441,0.19844 0.2939809,0.0441 0.5806127,0.0661 0.8598958,0.0661 0.7423031,0 1.3192421,-0.16536 1.7308161,-0.49609 0.4189229,-0.32338 0.6283851,-0.78273 0.6283851,-1.37804 0,-0.36013 -0.102893,-0.74598 -0.3086801,-1.15755 -0.168806,-0.33761 -0.411793,-0.69501 -0.728961,-1.07218 m -0.8153392,2.30697 1.6536451,1.22842"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.286344;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path24269"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False" />
+ style="display:none"
+ id="g21130">
+ d="M 7.5575737,2.5123159 9.96634,3.6348481 10.270359,19.350296"
+ id="path1809"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccccc"
+ inkscape:label="AutoSatin 6"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccccc"
+ inkscape:label="AutoSatin 6"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+
+
+
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ inkstitch:ties="False" />
+ id="autosatin7-5"
+ d="m 8.8602123,15.808651 c -0.04572,0.25746 -0.119593,0.50757 -0.2278039,0.74594 -0.277206,0.60656 -0.641595,1.20559 -1.1900291,1.60245 -0.2951459,0.17411 -0.6261021,0.3058 -0.9674069,0.3511 -0.726431,0.12677 -1.5357671,-0.0331 -2.0738952,-0.56241 m 4.4591351,-0.27399 c -0.176226,0.33573 -0.373154,0.66293 -0.6157209,0.95539 -0.5266351,0.66413 -1.3367191,1.05995 -2.1714121,1.15136 -0.9535049,0.13174 -1.9705,-0.0474 -2.7614,-0.61547 m 2.6770979,0.63081 v -1.727 m 1.9711062,1.46998 c 0.011131,-0.82408 0.02227,-1.64816 0.03341,-2.47224 m -4.2374021,2.415 0.9304329,-1.74683"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+
+
+ inkstitch:ties="False"
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ d="m 3.1425887,13.82549 c 0,0 5.719382,0 5.719382,0 m -5.719612,-1.16858 c 0,0 5.721612,0 5.721612,0"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path16136"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+
+
+
+ style="display:none"
+ id="g31511">
+
+
+
+
+ sodipodi:nodetypes="csc"
+ inkstitch:ties="False" />
-
-
-
+ inkstitch:ties="False" />
+ id="path24127-1"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 8.9779691,13.892389 c 0,0 -0.07115,-1.702576 -0.07115,-1.702576 0,0 -0.0745,-0.643829 -0.0745,-0.643829 0,0 -0.09787,-0.531008 -0.09787,-0.531008 0,0 -0.1193013,-0.437289 -0.1193013,-0.437289 0,0 -0.138801,-0.362709 -0.138801,-0.362709 0,0 -0.3283494,-0.5781088 -0.3283494,-0.5781088 0,0 -0.3982522,-0.4581988 -0.3982522,-0.4581988 0,0 -0.4781787,-0.3272892 -0.4781787,-0.3272892 0,0 -0.5581034,-0.1963594 -0.5581034,-0.1963594 0,0 -0.6380287,-0.0655 -0.6380287,-0.0655 0,0 -0.188667,0.020759 -0.188667,0.020759 m 5.1939116,5.2821382 c 0,0 0,-1.5e-4 0,-1.5e-4 0,0 -0.03289,-0.756708 -0.03289,-0.756708 0,0 -0.07113,-0.710209 -0.07113,-0.710209 0,0 -0.109381,-0.663698 -0.109381,-0.663698 0,0 -0.147624,-0.617188 -0.147624,-0.617188 0,0 -0.185868,-0.57068 -0.185868,-0.57068 0,0 -0.224109,-0.524168 -0.224109,-0.524168 0,0 -0.262349,-0.4776589 -0.262349,-0.4776589 0,0 -0.3005854,-0.4311489 -0.3005854,-0.4311489 0,0 -0.3371025,-0.3849894 -0.3371025,-0.3849894 0,0 -0.3718958,-0.333659 -0.3718958,-0.333659 0,0 -0.4066918,-0.2823193 -0.4066918,-0.2823193 0,0 -0.4414872,-0.2309995 -0.4414872,-0.2309995 0,0 -0.4762819,-0.1796595 -0.4762819,-0.1796595 0,0 -0.511077,-0.1283297 -0.511077,-0.1283297 0,0 -0.5458726,-0.077 -0.5458726,-0.077 0,0 -0.5806684,-0.025699 -0.5806684,-0.025699 0,0 -0.5219418,0.025331 -0.5219418,0.025331 m 1.3365701,1.4453264 c 0,0 0,-1.5118963 0,-1.5118963"
+ inkstitch:satin_column="True"
+ inkstitch:ties="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
+ id="path29924"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 5.8867676,8.6102803 c 0,0 -0.4066458,0.044742 -0.4066458,0.044742 0,0 -0.5291658,0.1963594 -0.5291658,0.1963594 0,0 -0.463021,0.3272892 -0.463021,0.3272892 0,0 -0.396875,0.4581988 -0.396875,0.4581988 0,0 -0.3238383,0.5856583 -0.3238383,0.5856583 0,0 -0.2549355,0.709688 -0.2549355,0.709688 0,0 -0.1860325,0.833708 -0.1860325,0.833708 0,0 -0.1171317,0.957728 -0.1171317,0.957728 0,0 2.302e-4,1.168578 2.302e-4,1.168578 0,0 0,0.0882 0,0.0882 0,0 0.0503,1.112766 0.0503,1.112766 0,0 0.1508935,0.968068 0.1508935,0.968068 0,0 0.2514896,0.823368 0.2514896,0.823368 0,0 0.3520861,0.678689 0.3520861,0.678689 0,0 0.2130806,0.281628 0.2130806,0.281628 0,0 0.2100041,0.216423 0.2100041,0.216423 M 5.5537248,7.5234844 c 0,0 -0.024106,0.00116 -0.024106,0.00116 0,0 -0.5191758,0.0796 -0.5191758,0.0796 0,0 -0.4923038,0.1326299 -0.4923038,0.1326299 0,0 -0.465433,0.1856897 -0.465433,0.1856897 0,0 -0.4385595,0.2387493 -0.4385595,0.2387493 0,0 -0.4116893,0.2917994 -0.4116893,0.2917994 0,0 -0.3848164,0.344849 -0.3848164,0.344849 0,0 -0.3579451,0.397909 -0.3579451,0.397909 0,0 -0.3229744,0.4413091 -0.3229744,0.4413091 0,0 -0.279911,0.4750782 -0.279911,0.4750782 0,0 -0.2368486,0.508839 -0.2368486,0.508839 0,0 -0.1937846,0.542609 -0.1937846,0.542609 0,0 -0.1507216,0.576359 -0.1507216,0.576359 0,0 -0.1076578,0.610128 -0.1076578,0.610128 0,0 -0.06459,0.643879 -0.06459,0.643879 0,0 -0.02153,0.677648 -0.02153,0.677648 0,0 0.02188,0.682819 0.02188,0.682819 0,0 0.06563,0.648368 0.06563,0.648368 0,0 0.1093807,0.613909 0.1093807,0.613909 0,0 0.1531327,0.579468 0.1531327,0.579468 0,0 0.1968855,0.545009 0.1968855,0.545009 0,0 0.2406383,0.510559 0.2406383,0.510559 0,0 0.2843905,0.476118 0.2843905,0.476118 0,0 0.3281422,0.441659 0.3281422,0.441659 0,0 0.3643181,0.39532 0.3643181,0.39532 0,0 0.3929131,0.342618 0.3929131,0.342618 0,0 0.364797,0.250897 0.364797,0.250897 M 3.4048452,13.847901 c 0,0 -2.57246344,0 -2.57246344,0 m 2.70776534,5.350634 c 0,0 0.9204734,-1.211206 0.9204734,-1.211206 M 5.8771254,8.6675821 c 0,0 -0.366461,-1.1969839 -0.366461,-1.1969839"
+ inkstitch:satin_column="True"
+ inkstitch:ties="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
-
+ inkstitch:ties="False" />
+ id="path24923-7"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 9.4380791,15.986873 c 0,0 -0.183279,0.646989 -0.183279,0.646989 0,0 -0.2411546,0.56292 -0.2411546,0.56292 0,0 -0.2990326,0.478869 -0.2990326,0.478869 0,0 -0.3569105,0.394809 -0.3569105,0.394809 0,0 -0.4127228,0.30385 -0.4127228,0.30385 0,0 -0.1816761,0.08453 -0.1816761,0.08453 0,0 -0.2847917,0.13254 -0.2847917,0.13254 0,0 -0.5202071,0.13023 -0.5202071,0.13023 0,0 -0.5739516,0.0434 -0.5739516,0.0434 0,0 -0.3794755,-0.0188 -0.3794755,-0.0188 0,0 -0.3557045,-0.0563 -0.3557045,-0.0563 0,0 -0.3319348,-0.0939 -0.3319348,-0.0939 0,0 -0.3081637,-0.13144 -0.3081637,-0.13144 0,0 -0.2843927,-0.168979 -0.2843927,-0.168979 0,0 -0.2606233,-0.20653 -0.2606233,-0.20653 0,0 -0.026846,-0.02767 -0.026846,-0.02767 m 6.4670934,-2.074559 c 0,0 -0.26665,0.904679 -0.26665,0.904679 0,0 -0.358976,0.784788 -0.358976,0.784788 0,0 -0.4513059,0.6649 -0.4513059,0.6649 0,0 -0.543634,0.545019 -0.543634,0.545019 0,0 -0.6311408,0.424429 -0.6311408,0.424429 0,0 -0.062894,0.02637 -0.062894,0.02637 0,0 -0.6619438,0.27693 -0.6619438,0.27693 0,0 -0.8185553,0.1819 -0.8185553,0.1819 0,0 -0.91226,0.0606 -0.91226,0.0606 0,0 -0.5644772,-0.0264 -0.5644772,-0.0264 0,0 -0.5358823,-0.0791 -0.5358823,-0.0791 0,0 -0.5072896,-0.13177 -0.5072896,-0.13177 0,0 -0.4786945,-0.18448 -0.4786945,-0.18448 0,0 -0.4501015,-0.2372 -0.4501015,-0.2372 0,0 -0.056709,-0.039 -0.056709,-0.039 m 2.8412464,-0.539819 c 0,0 0,1.473321 0,1.473321"
+ inkstitch:satin_column="True"
+ inkstitch:ties="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True" />
+ style="display:none"
+ id="g36652">
+
+
+
+
+ sodipodi:nodetypes="csc"
+ inkstitch:ties="False" />
+ inkstitch:ties="False" />
+ id="path24127-5"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 9.0113602,13.892389 c 0,0 -0.07115,-1.702576 -0.07115,-1.702576 0,0 -0.0745,-0.643829 -0.0745,-0.643829 0,0 -0.09787,-0.531008 -0.09787,-0.531008 0,0 -0.1193013,-0.437289 -0.1193013,-0.437289 0,0 -0.138801,-0.362709 -0.138801,-0.362709 0,0 -0.3283494,-0.5781088 -0.3283494,-0.5781088 0,0 -0.3982522,-0.4581988 -0.3982522,-0.4581988 0,0 -0.4781787,-0.3272892 -0.4781787,-0.3272892 0,0 -0.5581034,-0.1963594 -0.5581034,-0.1963594 0,0 -0.3004425,-0.030843 -0.3004425,-0.030843 M 11.11407,13.892418 c 0,0 0,-1.5e-4 0,-1.5e-4 0,0 -0.03289,-0.756708 -0.03289,-0.756708 0,0 -0.07113,-0.710209 -0.07113,-0.710209 0,0 -0.109381,-0.663698 -0.109381,-0.663698 0,0 -0.147624,-0.617188 -0.147624,-0.617188 0,0 -0.185868,-0.570679 -0.185868,-0.570679 0,0 -0.224109,-0.524169 -0.224109,-0.524169 0,0 -0.262348,-0.4776585 -0.262348,-0.4776585 0,0 -0.3005861,-0.4311489 -0.3005861,-0.4311489 0,0 -0.3371025,-0.3849894 -0.3371025,-0.3849894 0,0 -0.3718958,-0.333659 -0.3718958,-0.333659 0,0 -0.4066918,-0.2823193 -0.4066918,-0.2823193 0,0 -0.4414872,-0.2309995 -0.4414872,-0.2309995 0,0 -0.4762819,-0.1796595 -0.4762819,-0.1796595 0,0 -0.511077,-0.1283297 -0.511077,-0.1283297 0,0 -0.5458726,-0.077 -0.5458726,-0.077 0,0 -0.4072546,-0.018023 -0.4072546,-0.018023 M 6.923686,8.9688116 c 0,0 0,-1.5118963 0,-1.5118963"
+ inkstitch:satin_column="True"
+ inkstitch:ties="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
+ id="path31847"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 6.4464119,8.6241783 c 0,0 -0.3375862,-0.034656 -0.3375862,-0.034656 0,0 -0.5953128,0.0655 -0.5953128,0.0655 0,0 -0.5291658,0.1963594 -0.5291658,0.1963594 0,0 -0.463021,0.3272892 -0.463021,0.3272892 0,0 -0.396875,0.4581988 -0.396875,0.4581988 0,0 -0.3238383,0.5856583 -0.3238383,0.5856583 0,0 -0.2549355,0.709688 -0.2549355,0.709688 0,0 -0.1860325,0.833708 -0.1860325,0.833708 0,0 -0.1171317,0.957728 -0.1171317,0.957728 0,0 2.302e-4,1.168578 2.302e-4,1.168578 0,0 0,0.0882 0,0.0882 0,0 0.0503,1.112766 0.0503,1.112766 0,0 0.1508935,0.968068 0.1508935,0.968068 0,0 0.2514896,0.823368 0.2514896,0.823368 0,0 0.3520861,0.678689 0.3520861,0.678689 0,0 0.2130806,0.281628 0.2130806,0.281628 0,0 0.2100041,0.216423 0.2100041,0.216423 M 6.2824715,7.5058291 c 0,0 -0.1734138,-0.00768 -0.1734138,-0.00768 0,0 -0.5460472,0.0265 -0.5460472,0.0265 0,0 -0.5191758,0.0796 -0.5191758,0.0796 0,0 -0.4923038,0.1326299 -0.4923038,0.1326299 0,0 -0.465433,0.1856897 -0.465433,0.1856897 0,0 -0.4385595,0.2387494 -0.4385595,0.2387494 0,0 -0.4116893,0.2917993 -0.4116893,0.2917993 0,0 -0.3848164,0.344849 -0.3848164,0.344849 0,0 -0.3579451,0.397909 -0.3579451,0.397909 0,0 -0.3229744,0.4413091 -0.3229744,0.4413091 0,0 -0.2799111,0.4750785 -0.2799111,0.4750785 0,0 -0.2368485,0.508839 -0.2368485,0.508839 0,0 -0.1937846,0.542609 -0.1937846,0.542609 0,0 -0.1507216,0.576359 -0.1507216,0.576359 0,0 -0.1076578,0.610128 -0.1076578,0.610128 0,0 -0.06459,0.643879 -0.06459,0.643879 0,0 -0.02153,0.677648 -0.02153,0.677648 0,0 0.02188,0.682819 0.02188,0.682819 0,0 0.06563,0.648368 0.06563,0.648368 0,0 0.1093807,0.613909 0.1093807,0.613909 0,0 0.1531327,0.579468 0.1531327,0.579468 0,0 0.1968855,0.545009 0.1968855,0.545009 0,0 0.2406383,0.510559 0.2406383,0.510559 0,0 0.2843905,0.476118 0.2843905,0.476118 0,0 0.3281422,0.441659 0.3281422,0.441659 0,0 0.3643181,0.39532 0.3643181,0.39532 0,0 0.3929131,0.342618 0.3929131,0.342618 0,0 0.364797,0.250897 0.364797,0.250897 M 3.4382371,13.847906 c 0,0 -2.57246345,0 -2.57246345,0 m 2.70776455,5.350629 c 0,0 0.9204734,-1.211206 0.9204734,-1.211206 m 1.934283,-9.3100116 c 0,0 -0.1804581,-1.2284991 -0.1804581,-1.2284991"
+ inkstitch:satin_column="True"
+ inkstitch:ties="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
+ id="path10113-1"
+ d="m 4.6855095,19.031606 c 1.5244512,0.447888 5.0336447,0.440675 5.5425015,-2.759565"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ sodipodi:nodetypes="cc"
+ inkstitch:ties="False" />
+ id="path24923-1"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 9.4714702,15.986873 c 0,0 -0.183279,0.646989 -0.183279,0.646989 0,0 -0.2411546,0.56292 -0.2411546,0.56292 0,0 -0.2990326,0.478869 -0.2990326,0.478869 0,0 -0.3569105,0.394809 -0.3569105,0.394809 0,0 -0.4127228,0.30385 -0.4127228,0.30385 0,0 -0.1816761,0.08453 -0.1816761,0.08453 0,0 -0.2847917,0.13254 -0.2847917,0.13254 0,0 -0.5202071,0.13023 -0.5202071,0.13023 0,0 -0.5739516,0.0434 -0.5739516,0.0434 0,0 -0.3794755,-0.0188 -0.3794755,-0.0188 0,0 -0.3557045,-0.0563 -0.3557045,-0.0563 0,0 -0.3319348,-0.0939 -0.3319348,-0.0939 0,0 -0.3081637,-0.13144 -0.3081637,-0.13144 0,0 -0.2843927,-0.168979 -0.2843927,-0.168979 0,0 -0.2606233,-0.20653 -0.2606233,-0.20653 0,0 -0.026846,-0.02767 -0.026846,-0.02767 m 6.4670933,-2.074559 c 0,0 -0.26665,0.904679 -0.26665,0.904679 0,0 -0.358976,0.784788 -0.358976,0.784788 0,0 -0.4513058,0.6649 -0.4513058,0.6649 0,0 -0.543634,0.545019 -0.543634,0.545019 0,0 -0.6311408,0.424429 -0.6311408,0.424429 0,0 -0.062894,0.02637 -0.062894,0.02637 0,0 -0.6619438,0.27693 -0.6619438,0.27693 0,0 -0.8185553,0.1819 -0.8185553,0.1819 0,0 -0.91226,0.0606 -0.91226,0.0606 0,0 -0.5644772,-0.0264 -0.5644772,-0.0264 0,0 -0.5358823,-0.0791 -0.5358823,-0.0791 0,0 -0.5072896,-0.13177 -0.5072896,-0.13177 0,0 -0.4786945,-0.18448 -0.4786945,-0.18448 0,0 -0.4501015,-0.2372 -0.4501015,-0.2372 0,0 -0.056709,-0.039 -0.056709,-0.039 m 2.8412464,-0.539819 c 0,0 0,1.473321 0,1.473321"
+ inkstitch:satin_column="True"
+ inkstitch:ties="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True" />
+
+
+
+
+
+
+
+
+ id="path24842-0-6"
+ d="m 6.6291309,7.9368504 c 0.9362331,0.00947 3.6248951,1.0796002 3.5194321,5.1796736 -0.0041,0.158133 -6.5041091,0.0014 -6.4646489,0.23814"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ d="m 3.1425888,13.85888 c 0,0 5.719382,0 5.719382,0 m -5.719612,-1.168579 c 0,0 5.721612,0 5.721612,0"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path16136-56-9"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:ties="False"
+ inkstitch:satin_column="True"
+ d="m 8.911187,13.858998 c 0,0 -0.07115,-1.702576 -0.07115,-1.702576 0,0 -0.0745,-0.643828 -0.0745,-0.643828 0,0 -0.09787,-0.531008 -0.09787,-0.531008 0,0 -0.1193011,-0.43729 -0.1193011,-0.43729 0,0 -0.1388012,-0.362709 -0.1388012,-0.362709 0,0 -0.3283493,-0.5781088 -0.3283493,-0.5781088 0,0 -0.3982521,-0.4581988 -0.3982521,-0.4581988 0,0 -0.4781788,-0.3272892 -0.4781788,-0.3272892 0,0 -0.5581034,-0.1963595 -0.5581034,-0.1963595 0,0 -0.3004426,-0.030844 -0.3004426,-0.030844 m 4.6676585,5.2682403 c 0,0 0,-1.5e-4 0,-1.5e-4 0,0 -0.03289,-0.756709 -0.03289,-0.756709 0,0 -0.07113,-0.710208 -0.07113,-0.710208 0,0 -0.109381,-0.663698 -0.109381,-0.663698 0,0 -0.147623,-0.617188 -0.147623,-0.617188 0,0 -0.185868,-0.570679 -0.185868,-0.570679 0,0 -0.224109,-0.524169 -0.224109,-0.524169 0,0 -0.2623491,-0.477659 -0.2623491,-0.477659 0,0 -0.300585,-0.4311489 -0.300585,-0.4311489 0,0 -0.337103,-0.3849894 -0.337103,-0.3849894 0,0 -0.371896,-0.333659 -0.371896,-0.333659 0,0 -0.4066916,-0.2823193 -0.4066916,-0.2823193 0,0 -0.4414869,-0.2309995 -0.4414869,-0.2309995 0,0 -0.476282,-0.1796596 -0.476282,-0.1796596 0,0 -0.5110771,-0.1283296 -0.5110771,-0.1283296 0,0 -0.5458725,-0.077 -0.5458725,-0.077 0,0 -0.4072546,-0.018023 -0.4072546,-0.018023 M 6.8235128,8.935421 c 0,0 0,-1.5118963 0,-1.5118963"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path24127-5-0" />
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:ties="False"
+ inkstitch:satin_column="True"
+ d="m 6.3462386,8.5907872 c 0,0 -0.3375861,-0.034656 -0.3375861,-0.034656 0,0 -0.595313,0.0655 -0.595313,0.0655 0,0 -0.5291656,0.1963595 -0.5291656,0.1963595 0,0 -0.4630211,0.3272892 -0.4630211,0.3272892 0,0 -0.396875,0.4581988 -0.396875,0.4581988 0,0 -0.3238381,0.5856593 -0.3238381,0.5856593 0,0 -0.2549356,0.709688 -0.2549356,0.709688 0,0 -0.1860326,0.833708 -0.1860326,0.833708 0,0 -0.1171316,0.957728 -0.1171316,0.957728 0,0 2.302e-4,1.168578 2.302e-4,1.168578 0,0 0,0.0882 0,0.0882 0,0 0.0503,1.112766 0.0503,1.112766 0,0 0.1508936,0.968068 0.1508936,0.968068 0,0 0.2514895,0.823368 0.2514895,0.823368 0,0 0.3520861,0.678689 0.3520861,0.678689 0,0 0.2130806,0.281629 0.2130806,0.281629 0,0 0.210004,0.216422 0.210004,0.216422 M 6.1822983,7.472438 c 0,0 -0.1734137,-0.00768 -0.1734137,-0.00768 0,0 -0.5460474,0.0265 -0.5460474,0.0265 0,0 -0.5191757,0.0796 -0.5191757,0.0796 0,0 -0.4923039,0.1326299 -0.4923039,0.1326299 0,0 -0.465433,0.1856896 -0.465433,0.1856896 0,0 -0.4385596,0.2387494 -0.4385596,0.2387494 0,0 -0.4116892,0.2917994 -0.4116892,0.2917994 0,0 -0.3848164,0.344849 -0.3848164,0.344849 0,0 -0.3579451,0.397909 -0.3579451,0.397909 0,0 -0.3229743,0.4413091 -0.3229743,0.4413091 0,0 -0.2799111,0.4750796 -0.2799111,0.4750796 0,0 -0.2368486,0.508838 -0.2368486,0.508838 0,0 -0.1937845,0.54261 -0.1937845,0.54261 0,0 -0.1507217,0.576358 -0.1507217,0.576358 0,0 -0.1076577,0.610128 -0.1076577,0.610128 0,0 -0.06459,0.643879 -0.06459,0.643879 0,0 -0.02153,0.677649 -0.02153,0.677649 0,0 0.02188,0.682818 0.02188,0.682818 0,0 0.06563,0.648368 0.06563,0.648368 0,0 0.1093807,0.61391 0.1093807,0.61391 0,0 0.1531326,0.579468 0.1531326,0.579468 0,0 0.1968856,0.545008 0.1968856,0.545008 0,0 0.2406384,0.51056 0.2406384,0.51056 0,0 0.2843904,0.476117 0.2843904,0.476117 0,0 0.3281422,0.44166 0.3281422,0.44166 0,0 0.3643181,0.395319 0.3643181,0.395319 0,0 0.3929132,0.342619 0.3929132,0.342619 0,0 0.3647969,0.250897 0.3647969,0.250897 M 3.3380638,13.814515 c 0,0 -2.57246344,0 -2.57246344,0 M 3.473365,19.165144 c 0,0 0.9204733,-1.211206 0.9204733,-1.211206 m 1.934283,-9.3100117 c 0,0 -0.180458,-1.228499 -0.180458,-1.228499"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path31847-5" />
+ inkstitch:ties="False"
+ sodipodi:nodetypes="cc"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 4.5853363,18.998215 C 6.1097874,19.446103 9.6189809,19.43889 10.127838,16.23865"
+ id="path10113-1-6"
+ inkscape:connector-curvature="0" />
+
+ style="display:none"
+ id="g51854">
+
+
+
+
+
+
+
+ inkstitch:ties="False"
+ sodipodi:nodetypes="csc"
+ inkscape:connector-curvature="0"
+ id="path24842-0-2"
+ d="m 6.7960864,7.9368504 c 0.9362331,0.00947 3.6248946,1.0796002 3.5194316,5.1796736 -0.0041,0.158133 -6.5041086,0.0014 -6.4646484,0.23814"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ d="m 3.3095443,13.85888 c 0,0 5.719382,0 5.719382,0 m -5.719612,-1.168579 c 0,0 5.721612,0 5.721612,0"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path16136-56-4"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+
+
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:ties="True"
+ inkstitch:satin_column="True"
+ d="m 9.5382524,15.953482 c 0,0 -0.183279,0.646989 -0.183279,0.646989 0,0 -0.2411545,0.56292 -0.2411545,0.56292 0,0 -0.2990326,0.478869 -0.2990326,0.478869 0,0 -0.3569105,0.394809 -0.3569105,0.394809 0,0 -0.4127227,0.30385 -0.4127227,0.30385 0,0 -0.1816762,0.08453 -0.1816762,0.08453 0,0 -0.2847917,0.13254 -0.2847917,0.13254 0,0 -0.520207,0.13023 -0.520207,0.13023 0,0 -0.5739517,0.0434 -0.5739517,0.0434 0,0 -0.3794754,-0.0188 -0.3794754,-0.0188 0,0 -0.3557046,-0.0563 -0.3557046,-0.0563 0,0 -0.3319348,-0.0939 -0.3319348,-0.0939 0,0 -0.3081637,-0.13144 -0.3081637,-0.13144 0,0 -0.2843927,-0.168979 -0.2843927,-0.168979 0,0 -0.2606233,-0.20653 -0.2606233,-0.20653 0,0 -0.026846,-0.02767 -0.026846,-0.02767 m 6.467093,-2.07456 c 0,0 -0.26665,0.904679 -0.26665,0.904679 0,0 -0.358976,0.784788 -0.358976,0.784788 0,0 -0.4513056,0.6649 -0.4513056,0.6649 0,0 -0.543634,0.545019 -0.543634,0.545019 0,0 -0.6311407,0.424429 -0.6311407,0.424429 0,0 -0.062894,0.02637 -0.062894,0.02637 0,0 -0.6619436,0.27693 -0.6619436,0.27693 0,0 -0.8185554,0.1819 -0.8185554,0.1819 0,0 -0.9122601,0.0606 -0.9122601,0.0606 0,0 -0.5644772,-0.0264 -0.5644772,-0.0264 0,0 -0.5358823,-0.0791 -0.5358823,-0.0791 0,0 -0.5072896,-0.13177 -0.5072896,-0.13177 0,0 -0.4786945,-0.18448 -0.4786945,-0.18448 0,0 -0.4501014,-0.2372 -0.4501014,-0.2372 0,0 -0.056709,-0.039 -0.056709,-0.039 m 2.8412463,-0.539818 c 0,0 0,1.473321 0,1.473321"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path24923-1-4" />
+
+
+ id="path29518-6"
+ d="M 3.8808693,3.3098131 C 6.3528742,2.1209793 7.9280077,3.0706542 8.5065472,3.8483881"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ sodipodi:nodetypes="cc"
+ inkstitch:ties="False" />
+ d="m 8.7513971,2.9033281 c -0.4336299,-0.18373 -0.8745998,-0.3197 -1.3229199,-0.4079 -0.4409699,-0.0882 -0.8819401,-0.13229 -1.32291,-0.13229 -1.1832799,0 -2.0836001,0.3344 -2.7009601,1.00321 -0.61001,0.66881 -0.91502,1.6573301 -0.91502,2.9655402 v 1.4797598 m 6.26181,-2.68141 H 7.7922772 c -0.007,-0.55121 -0.1506501,-0.97014 -0.42994,-1.25677 -0.27193,-0.28663 -0.66881,-0.42995 -1.19063,-0.42995 -0.68351,0 -1.1649001,0.20946 -1.44418,0.62839 -0.27193,0.41157 -0.4079002,1.1501999 -0.4079002,2.21589 v 1.52385 m 2.0107601,-5.48094 v 1.67119 m 1.2067601,0.73107 0.3425399,-2.24198"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path29524"
+ inkstitch:ties="False" />
+ id="path14107-6-5"
+ d="m 1.1422471,8.0573481 v 0.7110402 l 5.6480199,0.0381 V 8.017528 l -5.6480199,0.0398"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ sodipodi:nodetypes="ccccc"
+ inkstitch:ties="False" />
+ id="path9688-6-12"
+ d="M 0.74774705,8.9620382 V 7.8116481 M 4.0054372,8.9620382 V 7.8116481"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:ties="False" />
+ inkscape:connector-curvature="0"
+ id="path9688-8-1"
+ d="M 4.0054372,7.8116481 V 8.9620382 M 7.2631171,7.8116481 v 1.1503901"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+ inkstitch:ties="False" />
+ d="M 4.319627,8.9912482 V 18.361908 M 2.4895871,8.9912482 v 9.3706598"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path16138"
+ inkstitch:ties="False" />
+
+
+
+
+
+
+ style="display:none"
+ id="g57698">
+ id="path39112"
+ d="m 3.6524058,8.4466911 c 1.7535176,-1.2176021 5.9514253,1.072506 6.0462433,2.7979289 0.141542,2.575632 0.106388,9.146936 0.100698,9.257851 -0.250307,4.881851 -7.4495499,3.903982 -7.595291,1.962237"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ id="path39094"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2.0542495,23.586671 c 0,0 0.781303,0.308708 0.781303,0.308708 0,0 0.8034965,0.243586 0.8034965,0.243586 0,0 0.8215884,0.170034 0.8215884,0.170034 0,0 0.8355785,0.08805 0.8355785,0.08805 0,0 0.9839821,0.0092 0.9839821,0.0092 0,0 0.4926779,-0.04795 0.4926779,-0.04795 0,0 0.4857728,-0.08824 0.4857728,-0.08824 0,0 0.4733453,-0.132487 0.4733453,-0.132487 0,0 0.4553955,-0.180678 0.4553955,-0.180678 0,0 0.4319233,-0.23282 0.4319233,-0.23282 0,0 0.402929,-0.288911 0.402929,-0.288911 0,0 0.4127277,-0.393859 0.4127277,-0.393859 0,0 0.3486903,-0.443498 0.3486903,-0.443498 0,0 0.2873392,-0.484658 0.2873392,-0.484658 0,0 0.228676,-0.517338 0.228676,-0.517338 0,0 0.172699,-0.541538 0.172699,-0.541538 0,0 0.119408,-0.557259 0.119408,-0.557259 0,0 0.0688,-0.564502 0.0688,-0.564502 0,0 0.02089,-0.563263 0.02089,-0.563263 0,0 0.01835,-5.100404 0.01835,-5.100404 0,0 -0.0015,-4.080553 -0.0015,-4.080553 M 2.0542646,21.128134 c 0,0 0.8582591,0 0.8582591,0 0,0 0.084725,0.05765 0.084725,0.05765 0,0 0.057965,0.09203 0.057965,0.09203 0,0 0.067595,0.25042 0.067595,0.25042 0,0 0.056382,0.277543 0.056382,0.277543 0,0 0.1090527,0.231054 0.1090527,0.231054 0,0 0.2123498,0.377403 0.2123498,0.377403 0,0 0.288737,0.31899 0.288737,0.31899 0,0 0.351066,0.248945 0.351066,0.248945 0,0 0.3993359,0.16727 0.3993359,0.16727 0,0 0.535676,0.120305 0.535676,0.120305 0,0 0.5485327,0.05052 0.5485327,0.05052 0,0 0.5500178,-0.02259 0.5500178,-0.02259 0,0 0.5401311,-0.09903 0.5401311,-0.09903 0,0 0.4224139,-0.125572 0.4224139,-0.125572 0,0 0.3875726,-0.206254 0.3875726,-0.206254 0,0 0.3407239,-0.277393 0.3407239,-0.277393 0,0 0.2818677,-0.33899 0.2818677,-0.33899 0,0 0.192432,-0.324404 0.192432,-0.324404 0,0 0.1527218,-0.34122 0.1527218,-0.34122 0,0 0.2061125,-0.719687 0.2061125,-0.719687 0,0 0.106673,-0.747335 0.106673,-0.747335 0,0 0.046835,-0.74857 0.046835,-0.74857 0,0 0.017555,-5.145845 0.017555,-5.145845 0,0 -0.00151,-4.035109 -0.00151,-4.035109 M 5.3624408,23.190741 c 0,0 0,1.236119 0,1.236119 m 5.4102042,-5.031164 c 0,0 -2.0130979,0 -2.0130979,0 m -6.6807837,4.324111 c 0,0 0.00206,-2.715086 0.00206,-2.715086"
+ inkstitch:satin_column="True"
+ inkstitch:ties="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True" />
+ id="path39006"
+ d="M 9.7291361,9.941118 10.323808,8.140388"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ inkscape:connector-curvature="0"
+ d="m 8.8674481,7.689788 v 1.1796 m 3.5718699,-1.1796 v 1.1796"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path38926"
+ inkstitch:ties="False" />
+
+ d="M 8.8673271,11.911954 8.7725606,11.232283 8.5772547,10.57298 8.2733078,9.9593939 7.852618,9.4168771 7.4548539,9.0601007 6.9925891,8.8134789 6.4881367,8.674795 5.9638102,8.6418317 5.4419231,8.7123717 4.9447889,8.8841974 4.4947208,9.1550915 4.1140324,9.522837 3.8848649,9.8935927 3.6950745,10.284315 3.419347,11.110812 l -0.1610549,0.861815 -0.074939,0.867436 0.010099,1.133702 0.073161,1.140491 0.085721,0.561135 0.1320772,0.548846 0.1886304,0.531893 0.2553808,0.510278 0.3075296,0.417815 0.1938179,0.173738 M 8.8673369,9.5196766 8.5447044,8.9584243 8.2188217,8.4951778 7.874694,8.122826 7.4973258,7.8342572 7.0717227,7.6223603 6.5828892,7.4800245 6.0158301,7.4001376 5.3555508,7.3755896 4.7621136,7.4336611 4.1914388,7.5980602 3.6515484,7.8555487 3.1504645,8.1928886 2.6962093,8.5968415 2.2968044,9.0541692 1.9602725,9.5516334 1.6946349,10.075996 l -0.2112536,0.556269 -0.1662532,0.570466 -0.1241274,0.581608 -0.084876,0.589695 -0.063498,1.191433 0.05901,1.187124 0.2215749,1.15415 0.1646932,0.562398 0.2023149,0.538778 0.2412002,0.504782 0.2813486,0.46041 0.3227603,0.405662 0.365436,0.340536 0.7596709,0.510146 0.2936596,0.130041 M 6.4183495,9.140917 6.5128495,7.3218991 M 3.432343,13.062413 H 0.71565615 M 4.8970015,9.0464177 4.5426418,7.3691496"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path19347"
+ inkstitch:ties="False"
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
+ id="path38997"
+ d="m 4.4572432,18.777721 c 0,0 0.471065,0.337427 1.3730949,0.337427 0.90204,0 2.6225902,-1.06908 2.8230401,-1.88759"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ d="M 8.867317,15.18615 8.7986554,15.790278 8.6330963,16.374874 8.3887552,16.93331 8.0837476,17.458958 7.7564325,17.812867 7.3656715,18.094164 6.9281332,18.298802 6.460487,18.422733 5.9794018,18.461911 5.5015466,18.412289 5.0435902,18.26982 4.6222019,18.030457 4.4297701,17.857961 m 4.4375469,-0.279553 -0.2253035,0.436254 -0.2839309,0.40146 -0.335628,0.360087 -0.380395,0.312133 -0.4182321,0.257602 -0.4491389,0.196491 -0.4731157,0.1288 -0.4901623,0.05453 L 5.1110719,19.713624 4.396742,19.554539 3.9562943,19.359495 m 1.2241266,-1.218077 v 1.630018"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;opacity:0.995;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path38979"
+ sodipodi:nodetypes="cccccccccccccccccccccccccccc" />
+ style="display:none"
+ id="g62944">
-
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
-
+ sodipodi:nodetypes="cccccccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
-
-
-
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.00700042;stroke-miterlimit:4;stroke-dasharray:0.132292, 0.132292;stroke-opacity:1"
+ id="autosatinrun3-91" />
+
+
+
+
+
-
-
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ id="path24825"
+ d="M 3.5021057,10.558085 3.4359583,2.622108"
+ style="display:none;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ d="m 3.4711383,10.791218 v 0.0707 0.29999 0.3 0.27567 0 0.0243 0.3 0.29999 0.299999 0.022 0 0.27799 0.300001 0.299989 0.0683 0 0.231661 0.3 0.29999 0.11467 0 0.18533 0.29999 0.3 0.161 0 0.13899 0.3 0.3 0.20733 0 0.0927 0.3 0.3 0.25366 0 0.0463 0.3 0.29999 0.3"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.00700042;stroke-miterlimit:4;stroke-dasharray:0.132291, 0.132291;stroke-opacity:1"
+ id="autosatinrun1-07"
+ inkscape:label="AutoSatin Running Stitch 4"
+ inkstitch:running_stitch_length_mm=""
+ inkstitch:fill_underlay="False" />
+ d="m 2.5561182,10.263068 v 0.29872 7.79979 m 1.83003,-8.09963 v 0.30001 7.79998 m -1.9215301,-0.0267 2.0130301,2.64e-4"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin2-8"
+ inkscape:label="AutoSatin 7"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+
+
+
+
+
+
-
-
-
-
+ style="display:none"
+ id="g73002">
+ id="path29518-8"
+ d="M 5.8225863,18.851362 3.4618181,18.480838 C 3.2949582,15.028308 3.7905682,11.458918 2.7311382,8.1253882 V 4.6752281"
+ style="display:none;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+ d="M 0.78113815,7.7855081 V 8.970828 M 4.3582783,7.7855081 V 8.970348"
+ style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path67027"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ d="m 2.5167882,8.970348 v 9.37725 m 1.8414901,-9.37725 v 9.37725"
+ style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path67025"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+
+
+
+
+
+
+ style="display:none"
+ id="g19982">
+ sodipodi:nodetypes="cc" />
+ sodipodi:nodetypes="cccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False" />
-
+ inkstitch:zigzag_underlay="False"
+ inkstitch:contour_underlay="False"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
-
-
-
-
+ inkstitch:manual_stitch="True"
+ inkstitch:fill_underlay="False" />
+ id="path34679"
+ d="M 1.5102852,8.0865013 2.4123199,7.886049"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ d="M 0.86836243,7.7521188 V 8.9374389 M 4.4455024,7.7521188 v 1.1848401"
+ style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path67027-0"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ d="m 2.6040124,8.9369589 v 9.3772501 m 1.84149,-9.3772501 v 9.3772501"
+ style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path67025-3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+
+
+
+
+
+
-
+ style="display:none"
+ id="g20612">
-
-
-
+ id="path62362-5-4"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
-
+ id="path5028-3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ id="path5042-9"
+ d="m 3.9874372,3.32648 -2.52811,-0.0204 -0.0585,-1.11084"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ d="m 1.2023072,2.18472 c -0.19655,0.0256 -0.43924997,0.1294 -0.67630997,0.3882 -0.23705,0.25881 -0.37929,0.53918 -0.37929,0.88425 0,0.36664 0.14805,0.66386 0.37929,0.90581 0.24298,0.25422 0.48207997,0.33472 0.67630997,0.36664 m 0.44798,-2.5449 c 0.33189,0.051 0.48205,0.20599 0.65364,0.3882 0.2409,0.25585 0.37928,0.53918 0.37928,0.88425 0,0.36664 -0.14224,0.66858 -0.37928,0.90581 -0.19965,0.20775 -0.35417,0.27303 -0.65364,0.36664"
+ style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path62362-6"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="True" />
+ d="M 0.82552723,7.71576 V 8.90108 M 4.4026672,7.71576 V 8.9006"
+ style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path67027-1"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ d="m 2.5611772,8.9006 v 9.37725 m 1.84149,-9.37725 v 9.37725"
+ style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path67025-9"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+
+
+
+
+
+
+ style="display:none"
+ id="g21260">
-
+
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
-
+ sodipodi:nodetypes="cccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+ inkscape:connector-curvature="0" />
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m -1.7791295,23.7691 c 0.40422,0.24253 0.82314,0.4226 1.2567701,0.54019 0.4336199,0.12491 0.88929,0.18741 1.36701,0.18741 1.1318301,0 2.0211201,-0.34543 2.66788,-1.03628 0.6467599,-0.68351 0.97014,-1.62792 0.97014,-2.83325 v -1.250017 m -6.2618001,1.977617 h 0.93706 c 0.0441,0.70556 0.2095,1.2237 0.4961,1.55443 0.2792801,0.33073 0.6908501,0.4961 1.23472,0.4961 0.60266,0 1.04731,-0.22784 1.33394,-0.68351 0.2866301,-0.44832 0.4299501,-1.14653 0.4299501,-2.09462 v -1.250017 m -0.4158901,0.640197 2.5390602,0.0334 m -2.9399701,2.57248 1.0356699,1.77066 M 0.2322206,22.69005 0.1055405,24.52144 m -1.01443,-3.96848 v 3.97457"
+ sodipodi:nodetypes="cccscscccscsccccccccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+ style="display:none"
+ id="g21871">
-
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
-
+ sodipodi:nodetypes="cccccccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+ sodipodi:nodetypes="ccc" />
+
+
+
+
+
-
+ inkstitch:satin_column="True"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:fill_underlay="False" />
+
+
+
+
+
+
+
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 4.1452923,14.561286 v 3.78201 m -1.83003,-3.78097 v 3.78209 m 1.9215301,-3.75659 -2.0130301,10e-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+
+
+
+
+
+
+
+
+ sodipodi:nodetypes="ccc" />
+ d="m 4.1192906,2.3109423 v 1.16861 m -3.58289012,-1.16861 v 1.16858"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin1-0-0"
+ sodipodi:nodetypes="cccc"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ d="m 2.2891505,3.4794423 v 6.36445 8.5176097 M 4.1191906,3.4794423 v 6.3646 8.5163397 m 0.0915,-8.12586 -2.0130399,10e-4"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin6-7-3"
+ inkscape:label="AutoSatin 7"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ d="m 15.122879,18.296473 v -6.05235 c 0,-1.19796 -0.15801,-2.05051 -0.47404,-2.5576292 -0.31603,-0.50711 -0.84153,-0.76067 -1.57648,-0.76067 -0.8158,0 -1.43684,0.34175 -1.86311,1.0252597 -0.42627,0.6835095 -0.63941,1.6793695 -0.63941,2.9875795 m 6.38307,5.35781 v -6.28386 c 0,-1.53604 -0.27193,-2.6825692 -0.81579,-3.4395692 -0.54387,-0.76435 -1.36702,-1.14653 -2.46945,-1.14653 -0.7276,0 -1.36333,0.22049 -1.9072,0.66146 -0.54387,0.43362 -0.99219,1.08038 -1.34497,1.9402792"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin5-4"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+
+
+
+
+
+
+ d="m 8.7048588,18.296763 v -5.95355 m 1.8190102,5.95355 v -5.35782 l -0.083,-1.56552 m -2.01002,2.93726 h 2.10249"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin4-7"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ d="m 10.440829,11.373393 -0.0713,-1.34488 -0.17225,-0.5870492 -0.2411502,-0.51538 -0.31006,-0.44373 -0.37897,-0.37207 -0.43821,-0.29903 -0.4878299,-0.2136 -0.5374301,-0.12816 -0.5870499,-0.0427 -0.48369,0.0386 -0.4588899,0.11575 -0.4340802,0.19293 -0.40928,0.27009 -0.3734401,0.34313 -0.3376199,0.41204 -0.3017899,0.48093 -0.2659501,0.54984 m 4.55302,2.5131092 v -0.17597 l -0.0303,-0.81303 -0.091,-0.68626 -0.1515798,-0.55949 -0.2122202,-0.4326992 -0.2762898,-0.32798 -0.3548502,-0.23426 -0.4333899,-0.14056 -0.5119401,-0.0469 -0.57051,0.0641 -0.4988499,0.19223 -0.4271901,0.32039 -0.3555299,0.4485597 -0.28209,0.5021395 -0.20373,0.48505 -0.1206701,0.47376 -0.0329,0.4683 M 6.233849,9.0993438 5.8322488,7.5401938 m 1.7481402,1.65365 0.6142098,-1.74814 M 4.1532399,11.956623 4.1638389,9.7038838"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin3-16"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cc" />
+ d="m 4.1950587,7.7380438 v 1.16861 m -3.46865992,-1.16861 v 1.16858"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin1-0"
+ sodipodi:nodetypes="cccc"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ d="m 2.4232788,8.9065338 v 0.87317 0.4182492 M 4.194959,8.9065338 v 0.87332 0.4169792 m 0.0886,-0.0265 -1.9488501,0.001"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin6-7"
+ inkscape:label="AutoSatin 7"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccccccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+
+
+
+
+
+
+
+ style="display:none"
+ id="g6729">
+
+
+
+
+
+
+
+ sodipodi:nodetypes="ccccccccccccccccccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:contour_underlay="False"
+ inkstitch:zigzag_underlay="False"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccccccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False"
+ inkstitch:ties="False" />
+ inkstitch:ties="False" />
+ inkscape:connector-curvature="0"
+ id="path9688-6-4-3-3"
+ d="m 5.814563,19.494566 v -1.15039 m -2.4712499,1.15039 v -1.15039"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+ sodipodi:nodetypes="cccc" />
+ sodipodi:nodetypes="cccccc" />
+ style="display:none"
+ id="g7410">
+ sodipodi:nodetypes="ccc"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="ccccccccccccscscsccccccscscccscccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+
+
+
+
+
+
+
+
+
+ id="path24825-7-2-2-5"
+ d="m 4.4519665,8.7641744 c 2.8255121,-2.1652383 6.2171105,1.6321086 6.1673145,4.0499676 0.08881,2.315409 -1.0127796,5.821564 -3.7198025,6.394175"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ d="M 3.3169191,13.687882 H 0.74505902 M 6.1947592,8.7501721 v -1.46566 M 11.429779,13.687882 H 8.9164194 m -2.4904504,6.31341 v -1.38485 m -0.4954299,1.50306 v -1.46928 m 0.2454698,0.09757 c 0.9788303,0 1.7196305,-0.42599 2.2223905,-1.27803 0.50279,-0.85708 0.75414,-2.1224 0.75414,-3.79599 0,-1.67866 -0.25135,-2.94398 -0.75414,-3.7959999 -0.50276,-0.85708 -1.2435602,-1.28563 -2.2223905,-1.28563 -0.9832797,0 -1.7263099,0.42855 -2.2290698,1.28563 -0.49832,0.8520199 -0.74747,2.1173399 -0.74747,3.7959999 0,1.67359 0.24915,2.93891 0.74747,3.79599 0.5027599,0.85204 1.2421798,1.27803 2.2254699,1.27803 m 0.02644,1.06444 c 0.7161999,0 1.3675101,-0.13003 1.9539704,-0.39011 0.586459,-0.26537 1.11064,-0.65812 1.572559,-1.17822 0.5241696,-0.58914 0.9134206,-1.26319 1.1677106,-2.02212 0.25432,-0.76428 0.38146,-1.62144 0.38146,-2.57146 0,-1.85229 -0.46709,-3.34368 -1.4012696,-4.4741499 -0.93418,-1.13049 -2.1590102,-1.69573 -3.6744702,-1.69573 -0.7214003,0 -1.3753301,0.13269 -1.9618003,0.39807 -0.58645,0.26005 -1.1106299,0.65014 -1.57254,1.17026 -0.5189899,0.59445 -0.9056399,1.2711499 -1.1599499,2.0300799 -0.2543,0.75367 -0.38146,1.61082 -0.38146,2.57147 0,0.96064 0.12716,1.81778 0.38146,2.57146 0.25431,0.75363 0.64096,1.42766 1.1599499,2.02212 0.4567201,0.51481 0.9808902,0.9049 1.5725387,1.17027 0.5968601,0.26537 1.2507902,0.39806 1.9618002,0.39806"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path16104-0-9" />
+
+
-
+
+ id="path24708"
+ d="M 3.1157033,9.2386519 3.7424165,16.845485"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+
+ sodipodi:nodetypes="cc" />
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+
+
+
+
+
+
+
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+
+
+
+
+
+
+
+
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+ sodipodi:nodetypes="cccccccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False"
+ transform="scale(0.264583)" />
+
+
+ sodipodi:nodetypes="cccccccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False"
+ transform="scale(0.264583)" />
+ id="path35147"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.321586;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 33.43364,46.596092 -0.31057,-2.891424 -0.54906,-2.566125 -0.787588,-2.240827 -1.026155,-1.915534 -1.531254,-1.841138 -0.882815,-0.723304 -0.960941,-0.591795 -1.039065,-0.460284 -1.117189,-0.328775 -2.46875,-0.263019 -1.282549,0.07292 -1.20182,0.218748 -1.12109,0.364581 -1.04036,0.510415 -0.959631,0.656248 -0.878903,0.802082 -0.798175,0.947917 -0.717447,1.093751 -1.203145,2.617188 -0.859382,3.184889 -0.515623,3.752598 -0.171873,4.320313 0.171873,4.304694 0.515623,3.747402 0.859382,3.19011 1.203145,2.632819 0.717447,1.103507 0.798175,0.956373 0.878903,0.809241 0.678374,0.468051 m 15.677184,-32.420527 -1.088547,-1.945304 -1.223962,-1.669266 -1.35938,-1.393229 -1.494801,-1.11719 -1.656241,-0.875006 -1.843749,-0.625004 -2.031253,-0.375002 -2.218755,-0.125001 -1.791018,0.100912 -1.706383,0.302734 -1.621747,0.504559 -1.537112,0.706381 -1.452476,0.908205 -1.36784,1.110027 -1.2832056,1.311852 -1.1985698,1.513674 -1.093741,1.676435 -0.9479116,1.800131 -0.8020816,1.923828 -0.6562505,2.047525 -0.5104186,2.171222 -0.3645858,2.294919 -0.2187522,2.418616 -0.072917,2.542312 0.072917,2.542975 0.2187522,2.420577 0.3645858,2.298177 0.5104186,2.175781 0.6562505,2.053384 0.8020816,1.930988 0.9479116,1.808594 1.093741,1.6862 1.1985698,1.513675 1.2832056,1.311851 1.36784,1.110028 1.452476,0.908204 0.794845,0.365272 M 14.114697,50.699832 3.2555463,50.573596 M 26.110201,34.28485 V 28.602746 M 14.48592,73.645893 17.906341,68.224496"
+ sodipodi:nodetypes="cccccccccccccccscscsccccscscscccccccccccccccccccccccccccccccccccccccccccccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False"
+ transform="scale(0.264583)" />
+
+
+
+ id="path16158-1"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.321586;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 33.427064,56.192091 c 0,0 -0.314852,2.870165 -0.314852,2.870165 0,0 -0.549412,2.546735 -0.549412,2.546735 0,0 -0.783979,2.223309 -0.783979,2.223309 0,0 -1.018554,1.899887 -1.018554,1.899887 0,0 -1.531254,1.82291 -1.531254,1.82291 0,0 -0.882815,0.716146 -0.882815,0.716146 0,0 -0.960941,0.585938 -0.960941,0.585938 0,0 -2.156254,0.781252 -2.156254,0.781252 0,0 -2.46875,0.260419 -2.46875,0.260419 0,0 -1.282549,-0.07357 -1.282549,-0.07357 0,0 -1.20182,-0.220703 -1.20182,-0.220703 0,0 -1.12109,-0.367839 -1.12109,-0.367839 0,0 -1.04036,-0.514972 -1.04036,-0.514972 0,0 -0.281257,-0.194056 -0.281257,-0.194056 m 15.677184,-1.962179 c 0,0 -1.088547,1.947911 -1.088547,1.947911 0,0 -1.223962,1.677081 -1.223962,1.677081 0,0 -1.35938,1.406246 -1.35938,1.406246 0,0 -1.494801,1.135402 -1.494801,1.135402 0,0 -1.656241,0.856778 -1.656241,0.856778 0,0 -1.843749,0.611989 -1.843749,0.611989 0,0 -2.031253,0.367196 -2.031253,0.367196 0,0 -2.218755,0.122399 -2.218755,0.122399 0,0 -1.791018,-0.100911 -1.791018,-0.100911 0,0 -1.706383,-0.302735 -1.706383,-0.302735 0,0 -1.621747,-0.504558 -1.621747,-0.504558 0,0 -0.742267,-0.34111 -0.742267,-0.34111 m 11.377943,2.764981 c 0,0 -0.126236,-8.460058 -0.126236,-8.460058"
+ sodipodi:nodetypes="ccscscsccccscscscccccccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False"
+ transform="scale(0.264583)" />
+
+
+ inkscape:label="AutoSatin 1"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+ sodipodi:nodetypes="cccccccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+ id="path10517-1"
+ d="m 4.4646078,10.208206 c 0,0 1.24802,-2.0012502 2.2992599,-2.0603102 1.0512501,-0.0591 2.72852,0.83864 2.72852,0.83864"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ id="path16162-9"
+ d="m 9.6325577,7.7533958 v 3e-5 c -0.36013,-0.0955 -0.70556,-0.16899 -1.0362899,-0.22049 -0.3307299,-0.0515 -0.6430801,-0.0772 -0.93707,-0.0772 -0.80845,0 -1.49563,0.19844 -2.0615399,0.59531 -0.5585701,0.38953 -1.0142403,0.99219 -1.36701,1.80799 m 5.4019098,0.8268202 h -1.04731 c -0.0367,-0.58061 -0.1837299,-1.0142402 -0.44098,-1.3008702 -0.25723,-0.28663 -0.63206,-0.42994 -1.12448,-0.42994 -0.9039899,0 -1.59484,0.34543 -2.0725601,1.0362798 C 4.5850178,10.515146 4.3601178,11.212186 4.2725378,12.082456 m 4.4402699,-0.59183 -0.0165,-4.0072902 m -2.4639899,1.8103 -0.0236,-1.72451"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.251102;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ sodipodi:nodetypes="cccccccc"
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
+
+
+
+
+
+
+ style="display:none"
+ id="g10880">
+ d="M 2.8324831,8.4812334 C 6.5973888,7.3979651 8.5858773,9.3051493 8.5322792,9.5731396"
+ id="path14589"
+ inkscape:connector-curvature="0" />
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:ties="False"
+ d="m 8.7675862,8.3870198 c 0,0 -0.9882548,-0.4155993 -0.9882548,-0.4155993 0,0 -0.9189423,-0.2899499 -0.9189423,-0.2899499 0,0 -0.8957251,-0.1819196 -0.8957251,-0.1819196 0,0 -0.8571407,-0.0606 -0.8571407,-0.0606 0,0 -0.8867653,0.0572 -0.8867653,0.0572 0,0 -0.7861679,0.1715699 -0.7861679,0.1715699 0,0 -0.6855732,0.2859397 -0.6855732,0.2859397 0,0 -0.5849774,0.4003196 -0.5849774,0.4003196 0,0 -0.4630176,0.5009194 -0.4630176,0.5009194 0,0 -0.3307276,0.5877293 -0.3307276,0.5877293 0,0 -0.1984368,0.6745391 -0.1984368,0.6745391 0,0 -0.06615,0.761369 -0.06615,0.761369 0,0 0.0379,0.53743 0.0379,0.53743 0,0 0.1136879,0.487829 0.1136879,0.487829 0,0 0.1894808,0.43822 0.1894808,0.43822 0,0 0.2652738,0.388609 0.2652738,0.388609 0,0 0.3548434,0.34864 0.3548434,0.34864 0,0 0.4471728,0.318319 0.4471728,0.318319 0,0 0.5395003,0.28801 0.5395003,0.28801 0,0 0.6318292,0.25769 0.6318292,0.25769 0,0 1.3229066,0.496089 1.3229066,0.496089 0,0 0.6945322,0.26597 0.6945322,0.26597 0,0 0.5622402,0.25769 0.5622402,0.25769 0,0 0.4299476,0.249429 0.4299476,0.249429 0,0 0.2976559,0.24115 0.2976559,0.24115 0,0 0.2073918,0.25563 0.2073918,0.25563 0,0 0.1481376,0.292829 0.1481376,0.292829 0,0 0.08888,0.33004 0.08888,0.33004 0,0 0.02963,0.36725 0.02963,0.36725 0,0 -0.04065,0.461639 -0.04065,0.461639 0,0 -0.1219547,0.403759 -0.1219547,0.403759 0,0 -0.2032588,0.34589 -0.2032588,0.34589 0,0 -0.284563,0.28801 -0.284563,0.28801 0,0 -0.2647986,0.16528 -0.2647986,0.16528 0,0 -0.3892609,0.147348 -0.3892609,0.147348 0,0 -0.4052493,0.108786 -0.4052493,0.108786 0,0 -0.4155919,0.06786 -0.4155919,0.06786 0,0 -0.4202896,0.02458 -0.4202896,0.02458 0,0 -0.4193413,-0.02106 -0.4193413,-0.02106 0,0 -0.4127479,-0.06907 -0.4127479,-0.06907 0,0 -0.4005085,-0.119431 -0.4005085,-0.119431 0,0 -0.3826238,-0.172153 -0.3826238,-0.172153 0,0 -0.2774777,-0.183691 -0.2774777,-0.183691 0,0 -0.2327756,-0.226465 -0.2327756,-0.226465 0,0 -0.1915692,-0.261562 -0.1915692,-0.261562 0,0 -0.1538572,-0.28898 -0.1538572,-0.28898 0,0 -0.2085588,-0.62951 -0.2085588,-0.62951 0,0 -0.099651,-0.647059 -0.099651,-0.647059 0,0 -0.4099891,0 -0.4099891,0 M 8.767588,10.944687 c 0,0 -1.0473087,0 -1.0473087,0 0,0 -0.06132,-0.536749 -0.06132,-0.536749 0,0 -0.1398718,-0.4747298 -0.1398718,-0.4747298 0,0 -0.2184177,-0.4127196 -0.2184177,-0.4127196 0,0 -0.2969656,-0.3507095 -0.2969656,-0.3507095 0,0 -0.367246,-0.2797397 -0.367246,-0.2797397 0,0 -0.4292573,-0.1998199 -0.4292573,-0.1998199 0,0 -0.4912709,-0.1198897 -0.4912709,-0.1198897 0,0 -0.5532822,-0.04 -0.5532822,-0.04 0,0 -0.5388092,0.0282 -0.5388092,0.0282 0,0 -0.4699087,0.0847 -0.4699087,0.0847 0,0 -0.4010086,0.14124 -0.4010086,0.14124 0,0 -0.3321094,0.1977499 -0.3321094,0.1977499 0,0 -0.2556218,0.2542497 -0.2556218,0.2542497 0,0 -0.1825877,0.3107495 -0.1825877,0.3107495 0,0 -0.1095519,0.3672396 -0.1095519,0.3672396 0,0 -0.03652,0.4237495 -0.03652,0.4237495 0,0 0.02756,0.3514 0.02756,0.3514 0,0 0.08268,0.315569 0.08268,0.315569 0,0 0.1378027,0.27974 0.1378027,0.27974 0,0 0.1929239,0.24392 0.1929239,0.24392 0,0 0.2811165,0.221859 0.2811165,0.221859 0,0 0.3913598,0.22462 0.3913598,0.22462 0,0 1.1134494,0.45751 1.1134494,0.45751 0,0 1.4552076,0.496089 1.4552076,0.496089 0,0 0.6965986,0.2756 0.6965986,0.2756 0,0 0.5904882,0.308689 0.5904882,0.308689 0,0 0.4843784,0.34175 0.4843784,0.34175 0,0 0.3782696,0.37482 0.3782696,0.37482 0,0 0.2893876,0.414099 0.2893876,0.414099 0,0 0.2067068,0.4706 0.2067068,0.4706 0,0 0.1240238,0.527099 0.1240238,0.527099 0,0 0.04134,0.583599 0.04134,0.583599 0,0 -0.07166,0.788239 -0.07166,0.788239 0,0 -0.08957,0.36105 -0.08957,0.36105 0,0 -0.1254026,0.338989 -0.1254026,0.338989 0,0 -0.1612308,0.31695 -0.1612308,0.31695 0,0 -0.1970588,0.2949 -0.1970588,0.2949 0,0 -0.2328888,0.27286 -0.2328888,0.27286 0,0 -0.2687177,0.250799 -0.2687177,0.250799 0,0 -0.2976548,0.222209 -0.2976548,0.222209 0,0 -0.305469,0.181205 -0.305469,0.181205 0,0 -0.7927886,0.285667 -0.7927886,0.285667 0,0 -0.8173842,0.175714 -0.8173842,0.175714 0,0 -0.8322386,0.07233 -0.8322386,0.07233 0,0 -0.8373523,-0.02448 -0.8373523,-0.02448 0,0 -0.8327247,-0.114717 -0.8327247,-0.114717 0,0 -0.8183563,-0.198385 -0.8183563,-0.198385 0,0 -0.7942472,-0.275481 -0.7942472,-0.275481 0,0 -0.346405,-0.157627 -0.346405,-0.157627 m 2.842939,0.780468 c 0,0 0,-1.269529 0,-1.269529 m 4.9778831,-1.905147 c 0,0 -2.0045174,0.0334 -2.0045174,0.0334 M 5.5877295,12.378297 c 0,0 -0.8686231,2.171547 -0.8686231,2.171547 m -1.804065,-4.176056 c 0,0 -1.8043488,0.0334 -1.8043488,0.0334 M 5.1408671,8.6156396 c 0,0 0.0042,-1.2319387 0.0042,-1.2319387"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path16164" />
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:ties="True"
+ d="m 1.7320003,16.093531 c 0,0 -0.6373177,0 -0.6373177,0 m 0.4139915,2.921868 c 0,0 -0.4139915,-0.188381 -0.4139915,-0.188381 m 0.6219068,-2.879032 c 0,0 -0.2430451,3.202 -0.2430451,3.202"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path43789" />
+
+
+ id="path18116"
+ d="M 4.005188,4.1138655 V 7.7518956 M 2.175158,4.1138655 v 3.6380301"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ sodipodi:nodetypes="cccccc" />
+ inkscape:connector-curvature="0"
+ id="path9688-6"
+ d="M 0.44444696,8.9022857 V 7.7518956 M 4.0051861,8.9022857 V 7.7518956"
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+ sodipodi:nodetypes="cccc" />
+ id="path7401"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 4.0051681,8.9314253 v 7.4413767 l 0.06339,1.220939 0.07924,0.409969 0.1109331,0.2763 0.1591607,0.18328 0.081184,0.04992 M 2.1751483,8.9314753 v 7.4413767 l 0.04065,0.864029 0.121955,0.728979 0.2032587,0.593939 0.2845628,0.45889 0.3879175,0.337619 0.216499,0.103941 M 4.0078124,16.372847 H 2.1724946 m 2.0885838,1.905998 -1.4378605,0.741049 m 0.5294015,0.476377 1.177438,-1.044394"
+ inkstitch:satin_column="True"
+ inkstitch:ties="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ sodipodi:nodetypes="ccccccccccccccccccccc" />
-
+ id="path22931"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 6.6069107,16.714617 c 0,0 -0.03032,0.487829 -0.03032,0.487829 0,0 -0.0689,0.41616 -0.0689,0.41616 0,0 -0.1074868,0.344509 -0.1074868,0.344509 0,0 -0.1460729,0.27285 -0.1460729,0.27285 0,0 -0.1377091,0.151055 -0.1377091,0.151055 0,0 -0.046955,0.05149 -0.046955,0.05149 0,0 -0.2342679,0.144689 -0.2342679,0.144689 0,0 -0.2838756,0.0868 -0.2838756,0.0868 0,0 -0.3334857,0.0289 -0.3334857,0.0289 0,0 -0.3203914,-0.0262 -0.3203914,-0.0262 0,0 -0.2666489,-0.0785 -0.2666489,-0.0785 0,0 -0.1317213,-0.08099 -0.1317213,-0.08099 m 3.4858686,-1.798592 c 0,0 -0.07787,0.745519 -0.07787,0.745519 0,0 -0.1564106,0.638029 -0.1564106,0.638029 0,0 -0.2349518,0.530539 -0.2349518,0.530539 0,0 -0.3134936,0.42306 -0.3134936,0.42306 0,0 -0.3362538,0.272815 -0.3362538,0.272815 0,0 -0.062004,0.05027 -0.062004,0.05027 0,0 -0.4892045,0.230819 -0.4892045,0.230819 0,0 -0.5801532,0.13849 -0.5801532,0.13849 0,0 -0.6711032,0.0462 -0.6711032,0.0462 0,0 -0.7310454,-0.0482 -0.7310454,-0.0482 0,0 -0.6166703,-0.1447 -0.6166703,-0.1447 0,0 -0.2857933,-0.137209 -0.2857933,-0.137209 m 2.8221344,-1.226014 c 0,0 0.9520993,0.819249 0.9520993,0.819249 m -2.1411004,0.739519 c 0,0 0.1550808,-1.096649 0.1550808,-1.096649 m 1.3182176,-1.955325 c 0,0 1.5146194,-1.02e-4 1.5146194,-1.02e-4"
+ inkstitch:satin_column="True"
+ inkstitch:ties="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True" />
+
+
+
+
+
+
+
+
+
+ sodipodi:nodetypes="cccccc"
+ inkscape:label="AutoSatin 6"
+ inkstitch:ties="False" />
-
-
-
+ inkscape:label="AutoSatin 6"
+ inkstitch:ties="False" />
-
-
-
+ inkstitch:ties="False" />
+ d="m 7.1851728,7.7236599 v 1.16861 m 3.4084672,-1.16861 v 1.16858"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin1-36"
+ inkstitch:ties="False" />
+ inkstitch:ties="False" />
+ inkstitch:ties="False" />
+ inkscape:label="AutoSatin 2"
+ inkstitch:ties="True" />
+
+
+ id="autosatinrun1-3double"
+ d="M 3.6680028,19.064106 C 2.4773398,16.657476 2.8377048,11.599066 2.7485558,8.1728459"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0264583;stroke-miterlimit:4;stroke-dasharray:0.132291, 0.132291;stroke-opacity:1" />
+ sodipodi:nodetypes="ccccc"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 0.5618118,7.9906559 v 0.71104 l 3.1704281,0.0381 v -0.78897 l -3.1704281,0.0398"
+ id="path14107-6-5-01double"
+ inkscape:connector-curvature="0" />
-
+ embroider_zigzag_spacing_mm="0.3" />
-
-
-
-
-
-
+ inkscape:label="AutoSatin 2" />
+ id="path32455-2double"
+ d="m 9.3160098,16.474206 0.05011,-8.2018401"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
-
-
+ d="m 7.1755359,7.7454359 v 1.16861 m 3.4084671,-1.16861 v 1.16858"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin1-36double" />
-
+ embroider_center_walk_underlay="True"
+ embroider_zigzag_spacing_mm="0.3" />
+ embroider_zigzag_spacing_mm="0.3"
+ embroider_center_walk_underlay="True"
+ inkscape:label="AutoSatin 6" />
-
-
-
+ embroider_center_walk_underlay="True"
+ inkscape:label="AutoSatin 6" />
+ sodipodi:nodetypes="cc" />
+ d="m 4.6863119,1.4962714 c 0,0 2.55764,4.145145 2.55764,4.145145 M 2.7129618,1.4962714 c 0,0 3.37316,4.145145 3.37316,4.145145"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:0.312775;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path16180-2-82-7" />
-
+ embroider_manual_stitch="True" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ d="m 10.593324,19.44161 v -0.3 m 1.92792,0.3 v -0.3 m -1.970259,0.27354 h 2.012997"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin4-4-70"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ d="m 12.521244,18.2734 c 0,0 0,0.86821 0,0.86821 m -1.92792,-0.86821 c 0,0 0,0.86821 0,0.86821 m 1.97066,-0.0265 c 0,0 -2.012997,0 -2.012997,0"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path20185-7-1"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
-
+ inkstitch:satin_column="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:fill_underlay="False" />
-
-
+ d="m 10.593599,8.8923196 c 0,0 -2.91e-4,1.0132087 -2.91e-4,1.0132087 0,0 10e-7,0.8039897 10e-7,0.8039897 0,0 1e-6,6.104722 1e-6,6.104722 M 8.7632627,8.8922196 c 0,0 0,1.0134788 0,1.0134788 0,0 10e-7,0.8040096 10e-7,0.8040096 0,0 1e-6,6.10487 1e-6,6.10487 m -0.0915,-6.8791497 c 0,0 2.0130343,-1.9e-4 2.0130343,-1.9e-4 m -10e-7,-1.0133489 c 0,0 -2.0130343,0 -2.0130343,0 m -1.8e-5,-0.00322 c 0,0 2.0133623,1.101e-4 2.0133623,1.101e-4"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin5-41-6"
+ sodipodi:nodetypes="cccccccccccc"
+ inkscape:label="AutoSatin 4"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
+ d="m 10.59331,19.441588 c 0,0 0,-2.627348 0,-2.627348 m -1.8300453,2.627748 c 0,0 0,-2.62741 0,-2.62741 m 1.9215473,0.02611 c 0,0 -2.0130503,3.7e-4 -2.0130503,3.7e-4"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path10301-6"
+ sodipodi:nodetypes="cccccc"
+ inkscape:label="AutoSatin 4"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
-
+ d="m 8.7587557,15.285812 c 0,0 -0.05741,0.521156 -0.05741,0.521156 0,0 -0.150801,0.529062 -0.150801,0.529062 0,0 -0.212062,0.491777 -0.212062,0.491777 0,0 -0.2411854,0.409303 -0.2411854,0.409303 0,0 -0.3797606,0.44596 -0.3797606,0.44596 0,0 -0.4431806,0.324664 -0.4431806,0.324664 0,0 -0.5140237,0.198425 -0.5140237,0.198425 0,0 -0.5922907,0.06724 -0.5922907,0.06724 0,0 -0.5601695,-0.04961 -0.5601695,-0.04961 0,0 -0.4678405,-0.148827 -0.4678405,-0.148827 0,0 -0.2536013,-0.167518 -0.2536013,-0.167518 M 8.7587557,17.3694 c 0,0 -0.267341,0.549837 -0.267341,0.549837 0,0 -0.3059249,0.480937 -0.3059249,0.480937 0,0 -0.3445086,0.412034 -0.3445086,0.412034 0,0 -0.3830921,0.34313 -0.3830921,0.34313 0,0 -0.4189248,0.265275 -0.4189248,0.265275 0,0 -0.4519959,0.189481 -0.4519959,0.189481 0,0 -0.4850667,0.113687 -0.4850667,0.113687 0,0 -0.5181383,0.0379 -0.5181383,0.0379 0,0 -0.8185553,-0.0689 -0.8185553,-0.0689 0,0 -0.365869,-0.08613 -0.365869,-0.08613 0,0 -0.3369302,-0.120582 -0.3369302,-0.120582 0,0 -0.2020575,-0.101707 -0.2020575,-0.101707 m 1.9503136,0.931815 c 0,0 0,-2.504087 0,-2.504087"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path13194-76"
+ sodipodi:nodetypes="cscccscsccccccccccccccccscc"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:satin_column="True"
+ inkstitch:fill_underlay="False" />
-
+ inkscape:label="GlyphLayer-û"
+ id="layer7"
+ inkscape:groupmode="layer">
+
+
+
+
+
+
+
+
+
+
+
+
+
+ sodipodi:nodetypes="cccccc"
+ inkscape:label="AutoSatin 6"
+ inkstitch:ties="False" />
+ inkscape:label="AutoSatin 6"
+ inkstitch:ties="False" />
+
+ d="m 7.1851728,7.7000483 v 1.16861 m 3.4084672,-1.16861 v 1.1685801"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="autosatin1-36-02"
+ inkstitch:ties="False" />
+ inkstitch:ties="False" />
-
+ inkstitch:ties="False" />
+ inkscape:label="AutoSatin 2"
+ inkstitch:ties="True" />
-
+ style="display:none"
+ id="g13033">
+ inkstitch:ties="False" />
+ inkstitch:ties="False" />
-
-
-
-
+ inkstitch:ties="False" />
-
-
-
+ id="path21128-1"
+ d="M 3.1586846,8.8842326 6.1161788,16.979192 M 1.1963546,8.8842326 4.1661676,16.979192 m 1.2786881,-2.25193 -2.3068221,0.006"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:ties="False" />
-
-
-
+ id="path37135-0"
+ d="M 6.0669467,18.588742 9.6566496,8.4538826"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
-
-
+ id="path41960-8-8"
+ inkstitch:ties="False" />
-
-
-
-
-
-
-
-
+ id="path21009-77"
+ d="M 10.291415,8.8547826 7.3191916,16.979192 M 9.0897646,8.8547826 6.1161788,16.979192 m 4.3512112,-7.2827994 -1.9015394,-0.023 m -0.405422,6.4469794 -2.1014929,0.006"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:ties="False" />
+ inkstitch:ties="False" />
+
+
+ inkstitch:ties="False"
+ id="path24094"
+ d="M 0.96646621,8.1837793 2.8841251,9.5869444 5.6436829,18.286568 8.8241898,8.9789062 12.238559,19.034923"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
+ inkstitch:ties="False" />
+
+
+
+
+
+ inkstitch:ties="False" />
+ id="path21128-9"
+ d="M 12.415128,17.017285 10.381382,9.7255449 M 10.657763,17.017285 8.4785358,9.7255449 m 1.363081,5.0609001 2.1137152,-0.006"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:ties="False" />
-
+
+ inkscape:connector-curvature="0"
+ id="path21009-6"
+ d="M 8.9943948,9.7255449 6.8473909,17.017285 m 1.0711,-7.2917401 -2.1186111,7.2917401 m 3.801058,-7.0731804 -1.906522,0.0438 m -0.5384088,6.7090804 -1.3554482,0.006"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:ties="False" />
+ d="m 6.1039073,19.470642 c 0,0 0.09208,-0.303854 0.09208,-0.303854 m -1.4813957,0.297944 c 0,0 -0.088585,-0.298252 -0.088585,-0.298252 m 1.5557999,0.279139 c 0,0 -1.5449742,-0.0065 -1.5449742,-0.0065"
+ style="fill:none;stroke:#000000;stroke-width:0.0999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path21013-5-41"
+ inkstitch:ties="False" />
+
+
+
+
+
+
+
+ d="M 6.8473813,17.017265 6.1959874,19.166788 M 3.9876616,17.017265 4.6260067,19.16648 m -0.2807477,-0.135637 2.2082867,-0.003"
+ style="fill:none;stroke:#000000;stroke-width:0.0999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path22878"
+ inkstitch:ties="True" />
+ style="display:none"
+ id="g14550">
+
+
+
+
+
+
+
+
+ sodipodi:nodetypes="cc"
+ inkstitch:ties="False" />
+
+
+
+
+
+
+
+
+
+
+
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 6.5078429,15.083349 2.0112035,2.993419"
+ id="path27853"
+ inkstitch:ties="False" />
-
+
+ sodipodi:nodetypes="cccccc"
+ inkstitch:ties="False" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id="path47174-0"
+ d="m 5.5199592,19.817503 c -0.3316239,0.67942 -0.916446,5.02741 -4.59949894,3.63798"
+ style="display:none;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ id="path47048-8"
+ d="M 6.2815735,17.862693 9.6375363,8.501853"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ d="m 11.097126,7.6969429 v 1.15 m -3.4140927,-1.15 v 1.15015 m 3.7044937,-0.64402 -3.8990085,0.046"
+ style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path41960-8-6-8-7-2"
+ inkstitch:ties="False" />
+ d="m 6.4424962,19.405323 c 0,0 -1.0686169,-0.87488 -1.0686169,-0.87488 M 10.242185,8.8465829 c 0,0 -3.3307505,9.1829101 -3.3307505,9.1829101 0,0 -0.527068,1.36074 -0.527068,1.36074 M 8.9964363,8.8470829 c 0,0 -3.5831118,9.7479601 -3.5831118,9.7479601 M 10.439867,9.6700329 c 0,0 -2.4137737,0.006 -2.4137737,0.006"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path140440"
+ inkstitch:ties="False" />
+ d="m 5.4133146,18.594722 c 0,0 -0.3746077,1.019129 -0.3746077,1.019129 0,0 -0.2317607,0.784429 -0.2317607,0.784429 0,0 -0.2432166,0.678689 -0.2432166,0.678689 0,0 -0.2518346,0.577179 -0.2518346,0.577179 0,0 -0.2576207,0.47992 -0.2576207,0.47992 0,0 -0.2605688,0.386899 -0.2605688,0.386899 0,0 -0.2606785,0.29813 -0.2606785,0.29813 0,0 -0.1912898,0.17422 -0.1912898,0.17422 0,0 -0.211826,0.13727 -0.211826,0.13727 0,0 -0.1619629,0.0753 -0.1619629,0.0753 0,0 -0.2367967,0.057 -0.2367967,0.057 0,0 -0.2645997,0.006 -0.2645997,0.006 0,0 -0.2453706,-0.0785 -0.2453706,-0.0785 0,0 -0.3138176,-0.227379 -0.3138176,-0.227379 0,0 -0.2052749,-0.31104 -0.2052749,-0.31104 0,0 -0.1150187,-0.37641 -0.1150187,-0.37641 0,0 -0.04305,-0.423499 -0.04305,-0.423499 0,0 -0.2426702,0 -0.2426702,0 m 5.0830059,-2.462147 c 0,0 -0.5910224,1.525838 -0.5910224,1.525838 0,0 -0.4776625,1.080379 -0.4776625,1.080379 0,0 -0.4445296,0.862579 -0.4445296,0.862579 0,0 -0.4272336,0.662859 -0.4272336,0.662859 0,0 -0.4075594,0.46094 -0.4075594,0.46094 0,0 -0.1556327,0.119739 -0.1556327,0.119739 0,0 -0.2282306,0.16376 -0.2282306,0.16376 0,0 -0.2509787,0.12533 -0.2509787,0.12533 0,0 -0.2673921,0.0852 -0.2673921,0.0852 0,0 -0.2774687,0.0434 -0.2774687,0.0434 0,0 -0.5752992,-0.0133 -0.5752992,-0.0133 0,0 -0.5659433,-0.0992 -0.5659433,-0.0992 0,0 -0.6159919,-0.176559 -0.6159919,-0.176559 m 0.497242,-3.005437 c 0,0 0,4.103895 0,4.103895 m 3.5751638,-1.303528 c 0,0 -1.7038389,-2.138148 -1.7038389,-2.138148 m -0.00348,-1.754908 c 0,0 2.9180206,-0.0104 2.9180206,-0.0104"
+ style="fill:none;stroke:#000000;stroke-width:0.0999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path47152-4"
+ inkstitch:ties="False" />
+ d="M 0.60695303,21.852058 H 1.3013498 m -0.69439466,2.237668 0.49245586,0.14115 m -0.03548,0.111286 0.2210059,-2.60868"
+ style="fill:none;stroke:#000000;stroke-width:0.0999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path28986"
+ inkstitch:ties="True" />
+
+
+ d="m 1.6873069,8.57484 v 0.24693 0.30004 0.23542 0 0.0646 0.30004 0.30003 0.11771 0 0.18233 0.30003"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;opacity:0.88;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.0264583;stroke-miterlimit:4;stroke-dasharray:0.132291, 0.132291;stroke-opacity:1"
+ id="autosatinrun1-11"
+ inkscape:label="AutoSatin Running Stitch 1" />
+ sodipodi:nodetypes="cccc"
+ inkscape:label="AutoSatin 2"
+ inkstitch:ties="False" />
+ sodipodi:nodetypes="cccc"
+ inkscape:label="AutoSatin 4"
+ inkstitch:ties="False" />
-
-
+ sodipodi:nodetypes="ccccc"
+ inkscape:label="AutoSatin 5"
+ inkstitch:ties="False" />
+ inkstitch:ties="False" />
+ inkstitch:ties="False"
+ sodipodi:nodetypes="cc" />
+ id="path9608-4"
+ d="m 9.9607056,16.21597 c 0,0 0,3.00034 0,3.00034 m -1.069359,-3.00034 c 0,0 0,3.00034 0,3.00034 m 1.1228274,-2.97388 c 0,0 -1.1762954,0 -1.1762954,0"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;opacity:0.88;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:ties="False" />
+
+ sodipodi:nodetypes="ccccccc"
+ inkstitch:ties="False" />
+
+
+ id="path10093"
+ d="M 5.7401433,5.6689115 C 8.8177367,4.2399022 12.014425,3.2532474 16.307632,6.3393722 20.225336,13.20328 18.227692,16.337946 14.073043,18.112762 l -1.102355,-6.687487"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ d="m 12.804892,12.579005 c 0,-0.91869 -0.356974,-1.40226 -0.716568,-1.82643 -0.470375,-0.57327 -1.087742,-0.8599 -1.852102,-0.8599 -0.7937389,0 -1.4147713,0.32338 -1.8630972,0.97014 -0.4483211,0.63941 -0.6724812,1.53972 -0.6724812,2.70094 0,1.16858 0.2241601,2.07625 0.6724812,2.72301 0.4483259,0.63941 1.0767113,0.95911 1.8851582,0.95911 0.756999,0 1.370683,-0.28663 1.84105,-0.85989 0.470373,-0.58061 0.705559,-1.33027 0.705559,-2.24896 m 0,-3.74826 C 12.415373,9.786105 11.974403,9.3377847 11.481983,9.0437948 10.99691,8.7498147 10.44937,8.6028246 9.8393631,8.6028246 c -1.1612264,0 -2.1019625,0.45935 -2.8222094,1.3780405 -0.720267,0.9113399 -1.0804001,2.1056399 -1.0804001,3.5828899 0,1.47726 0.3601331,2.67524 1.0804001,3.59393 0.7202469,0.91869 1.660983,1.37804 2.8222094,1.37804 0.6100069,0 1.1575469,-0.14699 1.6426199,-0.44098 0.49242,-0.29398 0.93339,-0.7423 1.322909,-1.34496 m -7.5516103,-3.31999 2.9065558,-0.0668 M 9.8970891,8.1178148 v 2.0379302 m -0.06682,6.61492 0.03341,2.23839"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.643172;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path10457"
+ inkstitch:ties="False" />
+ id="path10140"
+ d="M 13.137732,15.968855 13.471819,8.9196248"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ id="path10088"
+ d="m 12.804892,8.8233048 c 0.0047,3.2374602 -0.01089,6.4750302 0.01102,9.7124202 m 1.53239,-9.7124202 c 0,2.8369202 0,5.6738502 0,8.5107702"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.643172;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkstitch:ties="False" />
-
-
-
-
-
-
-
-
+ d="m 14.348268,17.334034 c 0,0 0.795816,-0.264579 0.795816,-0.264579 0,0 0.700733,-0.38585 0.700733,-0.38585 0,0 0.194871,-0.163168 0.194871,-0.163168 m -3.223797,2.015245 c 0,0 0.67903,-0.0345 0.67903,-0.0345 0,0 0.642511,-0.0868 0.642511,-0.0868 0,0 0.605993,-0.13918 0.605993,-0.13918 0,0 0.569474,-0.191549 0.569474,-0.191549 0,0 0.160418,-0.07342 0.160418,-0.07342 m -1.023389,-0.744982 c 0,0 -1.684166,1.329517 -1.684166,1.329517"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.643172;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path10082"
+ sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ inkstitch:ties="False" />
-
+ d="m 16.039669,16.520417 c 0,0 0.410778,-0.34395 0.410778,-0.34395 0,0 0.510566,-0.628389 0.510566,-0.628389 0,0 0.409958,-0.732418 0.409958,-0.732418 0,0 0.292827,-0.819248 0.292827,-0.819248 0,0 0.175697,-0.906058 0.175697,-0.906058 0,0 0.05857,-0.992868 0.05857,-0.992868 0,0 -0.02136,-0.603579 -0.02136,-0.603579 0,0 -0.06408,-0.587048 -0.06408,-0.587048 0,0 -0.106795,-0.570499 -0.106795,-0.570499 0,0 -0.149511,-0.5539584 -0.149511,-0.5539584 0,0 -0.186039,-0.5353689 -0.186039,-0.5353689 0,0 -0.22738,-0.5146991 -0.22738,-0.5146991 0,0 -0.268719,-0.4940191 -0.268719,-0.4940191 0,0 -0.31006,-0.4733588 -0.31006,-0.4733588 0,0 -0.557412,-0.6897084 -0.557412,-0.6897084 0,0 -0.613915,-0.6028886 -0.613915,-0.6028886 0,0 -0.670415,-0.5160689 -0.670415,-0.5160689 0,0 -0.726917,-0.4292589 -0.726917,-0.4292589 0,0 -0.771698,-0.342449 -0.771698,-0.342449 0,0 -0.804769,-0.2445996 -0.804769,-0.2445996 0,0 -0.83784,-0.1467597 -0.83784,-0.1467597 0,0 -0.870911,-0.0489 -0.870911,-0.0489 0,0 -0.8902205,0.0524 -0.8902205,0.0524 0,0 -0.8847041,0.1570999 -0.8847041,0.1570999 0,0 -0.8654029,0.2645991 -0.8654029,0.2645991 0,0 -0.8543721,0.3748194 -0.8543721,0.3748194 0,0 -0.4876508,0.2728494 -0.4876508,0.2728494 0,0 -0.459746,0.3059291 -0.459746,0.3059291 0,0 -0.4318418,0.3389893 -0.4318418,0.3389893 0,0 -0.4039365,0.3720691 -0.4039365,0.3720691 0,0 -0.376033,0.4051493 -0.376033,0.4051493 0,0 -0.3481283,0.438219 -0.3481283,0.438219 0,0 -0.3202232,0.4712888 -0.3202232,0.4712888 0,0 -0.2923203,0.5043587 -0.2923203,0.5043587 0,0 -0.2609603,0.5282989 -0.2609603,0.5282989 0,0 -0.2261666,0.548629 -0.2261666,0.548629 0,0 -0.3479481,1.1582374 -0.3479481,1.1582374 0,0 -0.2087684,1.239537 -0.2087684,1.239537 0,0 -0.06959,1.320837 -0.06959,1.320837 0,0 0.03101,0.902618 0.03101,0.902618 0,0 0.093019,0.866778 0.093019,0.866778 0,0 0.1550311,0.830958 0.1550311,0.830958 0,0 0.2170425,0.795118 0.2170425,0.795118 0,0 0.2762931,0.746209 0.2762931,0.746209 0,0 0.3327923,0.695218 0.3327923,0.695218 0,0 0.3892899,0.644228 0.3892899,0.644228 0,0 0.4457901,0.593249 0.4457901,0.593249 0,0 0.564998,0.616669 0.564998,0.616669 0,0 0.6146054,0.538118 0.6146054,0.538118 0,0 0.6642144,0.459579 0.6642144,0.459579 0,0 0.7138235,0.38103 0.7138235,0.38103 0,0 0.1790304,0.07171 0.1790304,0.07171 m 7.8141262,-3.628898 c 0,0 0.372539,-0.170493 0.372539,-0.170493 0,0 0.496437,-0.29627 0.496437,-0.29627 0,0 0.459917,-0.348639 0.459917,-0.348639 0,0 0.4234,-0.400999 0.4234,-0.400999 0,0 0.379824,-0.449239 0.379824,-0.449239 0,0 0.329179,-0.487819 0.329179,-0.487819 0,0 0.278536,-0.526408 0.278536,-0.526408 0,0 0.227894,-0.564999 0.227894,-0.564999 0,0 0.17725,-0.603579 0.17725,-0.603579 0,0 0.126607,-0.642158 0.126607,-0.642158 0,0 0.07596,-0.680749 0.07596,-0.680749 0,0 0.02532,-0.719328 0.02532,-0.719328 0,0 -0.02481,-0.677309 -0.02481,-0.677309 0,0 -0.07442,-0.664898 -0.07442,-0.664898 0,0 -0.124029,-0.652499 -0.124029,-0.652499 0,0 -0.17364,-0.6400983 -0.17364,-0.6400983 0,0 -0.215656,-0.6221883 -0.215656,-0.6221883 0,0 -0.261133,-0.598759 -0.261133,-0.598759 0,0 -0.30661,-0.5753286 -0.30661,-0.5753286 0,0 -0.352086,-0.5518987 -0.352086,-0.5518987 0,0 -0.625626,-0.8095978 -0.625626,-0.8095978 0,0 -0.697285,-0.7089986 -0.697285,-0.7089986 0,0 -0.768941,-0.6083988 -0.768941,-0.6083988 0,0 -0.840598,-0.5078086 -0.840598,-0.5078086 0,0 -0.89917,-0.4003093 -0.89917,-0.4003093 0,0 -0.944647,-0.2859492 -0.944647,-0.2859492 0,0 -0.990122,-0.1715598 -0.990122,-0.1715598 0,0 -1.035598,-0.0572 -1.035598,-0.0572 0,0 -0.9508371,0.0469 -0.9508371,0.0469 0,0 -0.9232788,0.1405598 -0.9232788,0.1405598 0,0 -0.8957198,0.2342594 -0.8957198,0.2342594 0,0 -0.8681609,0.3279792 -0.8681609,0.3279792 0,0 -0.8268203,0.4147891 -0.8268203,0.4147891 0,0 -0.7716981,0.4947088 -0.7716981,0.4947088 0,0 -0.7165807,0.5746487 -0.7165807,0.5746487 0,0 -0.6614543,0.6545587 -0.6614543,0.6545587 0,0 -0.5960015,0.7248484 -0.5960015,0.7248484 0,0 -0.5202088,0.774458 -0.5202088,0.774458 0,0 -0.444418,0.8240684 -0.444418,0.8240684 0,0 -0.3686252,0.8736681 -0.3686252,0.8736681 0,0 -0.2893914,0.9129474 -0.2893914,0.9129474 0,0 -0.2067085,0.941888 -0.2067085,0.941888 0,0 -0.1240247,0.970818 -0.1240247,0.970818 0,0 -0.04134,0.999758 -0.04134,0.999758 0,0 0.04065,1.024567 0.04065,1.024567 0,0 0.1219567,0.990118 0.1219567,0.990118 0,0 0.2032615,0.955668 0.2032615,0.955668 0,0 0.2845662,0.921218 0.2845662,0.921218 0,0 0.3693184,0.873668 0.3693184,0.873668 0,0 0.446487,0.824068 0.446487,0.824068 0,0 0.523655,0.774458 0.523655,0.774458 0,0 0.6008233,0.724848 0.6008233,0.724848 0,0 0.6483614,0.638709 0.6483614,0.638709 0,0 0.6993516,0.560179 0.6993516,0.560179 0,0 0.7503394,0.481619 0.7503394,0.481619 0,0 0.801328,0.403069 0.801328,0.403069 0,0 0.3973545,0.153508 0.3973545,0.153508 M 17.280342,11.926446 c 0,0 1.804062,0 1.804062,0 M 10.130905,5.2781316 c 0,0 -0.06682,-2.1047255 -0.06682,-2.1047255 M 3.6496406,12.928704 c 0,0 -2.67805834,0.0334 -2.67805834,0.0334"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.643172;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path7958"
+ sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
+ id="path7972"
+ d="m 8.4507562,22.72262 c 1.9129388,0.522569 6.0854168,-0.793751 6.5484378,-1.455208"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ d="m 15.142001,20.586177 -0.484383,0.392729 -0.50505,0.340379 -0.52572,0.288009 -0.546388,0.23564 -0.02536,0.0081 -0.541699,0.175179 -0.587732,0.13091 -0.608403,0.0786 -0.629077,0.0262 -0.8454182,-0.0434 -0.8164801,-0.13023 -0.7875432,-0.217039 -0.579576,-0.232141 m 8.0119955,-0.281448 -0.553284,0.480249 -0.590491,0.415479 -0.6277,0.350709 -0.491954,0.211698 -0.172962,0.07454 -0.694524,0.22669 -0.727597,0.161919 -0.760672,0.0971 -0.793745,0.0324 -0.894341,-0.0462 L 8.4888469,23.223759 7.6330892,22.99293 7.1939754,22.823289 m 3.1039716,0.99661 v -1.870885"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.643172;stroke:#000000;stroke-width:0.0999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path32973"
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccc" />
-
-
+ inkscape:label="GlyphLayer-ß"
+ id="layer2"
+ inkscape:groupmode="layer">
-
+ inkstitch:ties="False"
+ sodipodi:nodetypes="ccsssc" />
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:ties="False"
+ inkstitch:satin_column="True"
+ sodipodi:nodetypes="ccscsccccscsccscsccccscsccccscccscsccccccccccccccccccccc"
+ d="m 5.4988334,19.07479 c 0.521817,0.25723 1.058334,0.452 1.60955,0.58429 0.558565,0.13966 1.1208056,0.20946 1.6867205,0.20946 1.2200241,0 2.2122121,-0.36013 2.9765651,-1.08038 0.764353,-0.72026 1.146529,-1.64998 1.146529,-2.78916 0,-0.83785 -0.198438,-1.56913 -0.595313,-2.19384 -0.389526,-0.62471 -1.095082,-1.30086 -2.116669,-2.02847 L 9.3242714,11.17035 C 8.8392011,10.82492 8.5047968,10.51257 8.3210582,10.23329 8.1446696,9.94666 8.0564746,9.61225 8.0564746,9.23007 c 0,-0.68351 0.2756079,-1.2237 0.8268238,-1.62057 0.558565,-0.39688 1.3155686,-0.59532 2.2710086,-0.59532 h 0.220487 C 11.293949,5.46343 10.882374,4.30588 10.14007,3.54153 9.4051164,2.77718 8.3357573,2.395 6.9319944,2.395 c -1.389064,0 -2.462098,0.35645 -3.219101,1.06935 -0.757003,0.71291 -1.135504,1.71612 -1.135504,3.00964 v 13.07484 m 2.921444,-3.04271 h 1.080383 c 0.0294,0.74231 0.227838,1.30822 0.595313,1.69775 0.367477,0.38217 0.8856202,0.57326 1.5544286,0.57326 0.7349544,0 1.311893,-0.22049 1.730817,-0.66146 0.426274,-0.44832 0.639411,-1.05466 0.639411,-1.81901 0,-0.61736 -0.132292,-1.13918 -0.396876,-1.56545 C 10.437727,14.29758 9.9159094,13.81251 9.1368577,13.276 L 8.2879853,12.68068 C 7.5971284,12.20296 7.1047084,11.72892 6.8107264,11.25855 6.5167454,10.78083 6.3697544,10.24064 6.3697544,9.63797 c 0,-0.89664 0.279283,-1.64629 0.837848,-2.24896 C 7.7661674,6.78635 8.5525689,6.39315 9.5668064,6.20941 9.5153594,5.33482 9.2581254,4.66233 8.7951039,4.19196 8.3394321,3.71424 7.7183954,3.47538 6.9319944,3.47538 c -0.874596,0 -1.514006,0.23886 -1.918231,0.71658 -0.404225,0.47037 -0.606338,1.21635 -0.606338,2.23794 V 19.54883 M 4.6262964,6.17393 H 2.1005994 M 6.6375034,3.78855 6.7310434,2.0112 M 11.40826,5.33207 9.2099684,5.42557 M 9.1164245,7.71741 8.4616141,6.12715 m -1.2160767,6.2207 1.6837984,-1.91766 m 1.0757592,4.02241 1.683798,-1.87089 m 1.637026,3.74175 -2.712785,0.0468 m -1.7305704,4.20949 v -2.15152 m -2.2982262,1.59026 -0.04677,-3.64823 m 0.305838,3.35774 v -2.31511"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.304878;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path1883" />
+ sodipodi:nodetypes="cccc"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:ties="False"
+ inkstitch:satin_column="True"
+ d="m 2.5773855,19.548808 c 0,0 0,-0.608541 0,-0.608541 m -1.75286496,0.608541 c 0,0 0,-0.608541 0,-0.608541 m 1.84050816,0.582082 c 0,0 -1.92815141,0 -1.92815141,0"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.304878;stroke:#000000;stroke-width:0.0264583;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path191" />
+ sodipodi:nodetypes="cccccc"
+ inkstitch:center_walk_underlay="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:ties="True"
+ inkstitch:satin_column="True"
+ d="m 2.5773855,18.380239 v 0.560028 M 0.82452054,18.380239 v 0.560028 m -0.0876432,-0.02646 H 2.6650287"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.304878;stroke:#000000;stroke-width:0.0264583;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path15818" />
+ style="display:none"
+ id="g8792">
+ sodipodi:nodetypes="cc"
+ inkstitch:ties="False" />
+ inkstitch:satin_column="True"
+ inkstitch:ties="False"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True" />
+ inkstitch:satin_column="True"
+ inkstitch:ties="True"
+ inkstitch:zigzag_spacing_mm="0.3"
+ inkstitch:center_walk_underlay="True" />
-
+ style="display:none"
+ id="g9618">
+ d="M 3.62648,3.02626 V 9.1447501 M 2.05,3.02626 v 6.1184901"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:none;fill-opacity:0.643172;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path9656"
+ sodipodi:insensitive="true" />
+ style="display:none"
+ id="g10427">
+ sodipodi:nodetypes="cccc" />
+
+ inkscape:connector-curvature="0" />
-
+ style="display:none"
+ id="g11229">
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccsccccscc"
+ inkstitch:ties="False" />
+ d="m 3.5431915,20.351742 -1.641834,1.8072"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="csccccscccccccccc" />
-
+ style="display:none"
+ id="g12040">
+ inkstitch:ties="False" />
+ d="m 4.2825477,20.219267 1.641834,1.8072"
+ style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.4, 0.1;stroke-dashoffset:0;stroke-opacity:1"
+ inkstitch:ties="False" />
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.643172;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 6.4660375,21.749257 -0.3696618,-0.30695 -0.3427891,-0.33659 -0.6049611,-0.76206 -0.4974709,-0.88056 -0.08191,-0.20985 m 1.896795,3.57639 -0.585149,-0.32228 -0.5482889,-0.36605 -0.5114261,-0.40979 -0.4745649,-0.45355 -0.4377031,-0.4973 -0.2980621,-0.40232 m -0.03186,0.0773 1.047496,-1.23389"
+ inkscape:connector-curvature="0"
+ sodipodi:insensitive="true" />
-
-
+ style="display:none"
+ id="g12856">
+ inkscape:connector-curvature="0"
+ id="path10445"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.643172;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2.8745605,3.2518791 0.66145,9.0509599 v 2.77812 M 5.4322004,3.2518791 4.7597215,12.302839 v 2.77812"
+ inkstitch:ties="False" />
+ id="path95394"
+ d="m 4.7460575,15.041909 -0.927223,0.0177 0.608306,-0.006 h -0.248047"
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.0634995px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 3.9734635,16.781133 -0.2751647,0.02117 -0.2539981,0.08467 -0.211665,0.126999 -0.2116651,0.190499 -0.1693321,0.232831 -0.1058326,0.232832 -0.0635,0.275164 -0.021166,0.296331 0.021166,0.296332 0.0635,0.275164 0.1058326,0.253998 0.1693321,0.232832 0.063499,0.04233 m 1.1853244,-2.561148 0.2539981,0.02117 0.2539982,0.08467 0.2116651,0.126999 0.2116651,0.190499 0.169332,0.232831 0.1058326,0.232832 0.084666,0.275164 0.021167,0.296331 -0.021167,0.296332 -0.084666,0.275164 -0.1058326,0.253998 -0.169332,0.211665 -0.0635,0.0635 m -2.6246467,-1.164169 3.2808089,-0.02117"
+ id="path8826-9"
+ inkstitch:ties="False" />
+ style="display:inline;fill:none;stroke:#000000;stroke-width:0.0634995px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 3.9734635,19.723278 -0.2751647,-0.04233 -0.2539981,-0.0635 -0.211665,-0.126997 -0.1481656,-0.148167 m 1.1853245,0.380997 0.2539981,-0.04233 0.2539982,-0.0635 0.2116651,-0.148165 0.1481655,-0.126999 m 0.084666,0 -2.2224833,0.02117"
+ id="path8828-3" />
-
-
+ style="display:none"
+ id="g14530">
+ d="m 3.3967549,11.08018 c -0.20113,0.0251 -0.44948,0.12699 -0.69205,0.38099 -0.24258,0.254 -0.38813,0.52917 -0.38813,0.86783 0,0.35983 0.15149,0.65154 0.38813,0.88899 0.24863,0.2495 0.4933,0.32851 0.69205,0.35983 M 3.855165,11.08018 c 0.3396099,0.0501 0.4932698,0.20216 0.66885,0.38099 0.2465099,0.25109 0.3881098,0.52917 0.3881098,0.86783 0,0.35983 -0.1455499,0.65616 -0.3881098,0.88899 -0.2043002,0.20389 -0.3624102,0.26796 -0.66885,0.35983"
+ style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path62362-72"
+ inkstitch:ties="False" />
+ inkscape:connector-curvature="0" />
-
+ id="path85827"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.643172;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2.6161646,17.080378 v 0.4079 l -0.027561,0.705555 -0.082682,0.650431 -0.070512,0.304612 m 2.1430832,-2.068498 -0.083373,0.908816 -0.1619192,0.841291 -0.2404658,0.773768 -0.031398,0.06951 m -1.7616631,-2.050954 2.57496,-0.0236"
+ inkstitch:ties="False" />
+
+ inkscape:connector-curvature="0"
+ id="path10441"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.643172;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 0.81920659,21.776723 c 0,0 0.43201771,-0.397559 0.43201771,-0.397559 0,0 0.3700038,-0.432014 0.3700038,-0.432014 0,0 0.3079902,-0.466466 0.3079902,-0.466466 0,0 0.2459767,-0.500919 0.2459767,-0.500919 0,0 0.1929242,-0.540191 0.1929242,-0.540191 0,0 0.067291,-0.290698 0.067291,-0.290698 m -0.8224547,3.509796 c 0,0 0.6766184,-0.518832 0.6766184,-0.518832 0,0 0.5856671,-0.564308 0.5856671,-0.564308 0,0 0.4947165,-0.609782 0.4947165,-0.609782 0,0 0.4037657,-0.655255 0.4037657,-0.655255 0,0 0.2876137,-0.636732 0.2876137,-0.636732 m -1.1946998,2.31939 c 0,0 -1.4174093,-1.299289 -1.4174093,-1.299289" />
+ inkscape:label="GlyphLayer-,"
+ style="display:none"
+ id="g15367">
-
+ inkstitch:ties="False" />
-
+
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccscccc" />
-
+ style="display:none"
+ id="g16209">
-
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:22.5778px;line-height:1.25;font-family:'DejaVu Serif';-inkscape-font-specification:'DejaVu Serif Semi-Condensed';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:0.643172;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 1.4068493,3.8776728 c 0.698207,-0.34543 1.3633431,-0.60266 1.9954101,-0.7717 0.632067,-0.16904 1.22738,-0.25356 1.78594,-0.25356 1.469907,0 2.6274599,0.3932 3.47266,1.1796 0.8525469,0.78641 1.2788199,1.8484201 1.2788199,3.1860299 0,1.3670103 -0.367477,2.4841401 -1.1024299,3.3513903 -0.7276129,0.86724 -1.8263729,1.48828 -3.2962799,1.86311 v 2.80017 M 1.4068493,6.7439927 h 0.95912 C 2.5056094,5.8400028 2.8142924,5.1491428 3.2920194,4.6714228 c 0.485067,-0.48507 1.10243,-0.7276 1.8520899,-0.7276 0.8378401,0 1.4956202,0.29031 1.97334,0.87092 0.4850672,0.58062 0.7276002,1.37437 0.7276002,2.3812601 0,1.14651 -0.297657,2.0909201 -0.8929701,2.8332201 -0.5879531,0.74231 -1.46622,1.27148 -2.6347999,1.58751 v 3.61598 M 5.1721345,4.5753528 v -2.07134 m 2.405426,4.9778999 2.6392865,-0.0334"
+ inkstitch:ties="False" />
+ id="path95394-1"
+ d="m 5.5464103,15.182293 -0.927223,0.0177 0.6083062,-0.006 H 4.9794464"
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
-
+
+ style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 5.2235983,19.822473 0.423604,-0.15617 0.09984,-0.0746 m -1.044421,0.23072 -0.3719989,-0.11109 -0.185102,-0.10744 m -0.05499,0.0138 1.713184,-0.0106"
+ inkscape:connector-curvature="0" />
diff --git a/fonts/geneva_rounded/font.json b/fonts/geneva_rounded/font.json
index 78502c13..b9369c2a 100644
--- a/fonts/geneva_rounded/font.json
+++ b/fonts/geneva_rounded/font.json
@@ -2,13 +2,9 @@
"name": "Geneva Simple Sans Rounded",
"description": "Suitable for small fonts (8 to 20 mm)",
"leading": 16,
- "letter_spacing": 2,
- "word_spacing": 8,
+ "horiz_adv_x_space": 30,
"auto_satin": true,
"default_glyph": "�",
"min_scale": 0.75,
- "max_scale": 2.0,
- "kerning_pairs": {
- "wo": -0.9
- }
+ "max_scale": 2.0
}
diff --git a/fonts/geneva_rounded/preview.png b/fonts/geneva_rounded/preview.png
new file mode 100644
index 00000000..68a69838
Binary files /dev/null and b/fonts/geneva_rounded/preview.png differ
diff --git "a/fonts/geneva_rounded/\342\206\220.svg" "b/fonts/geneva_rounded/\342\206\220.svg"
deleted file mode 100644
index f4fa385e..00000000
--- "a/fonts/geneva_rounded/\342\206\220.svg"
+++ /dev/null
@@ -1,2948 +0,0 @@
-
-
-
-
diff --git "a/fonts/geneva_rounded/\342\206\221.svg" "b/fonts/geneva_rounded/\342\206\221.svg"
deleted file mode 100644
index 17bfb479..00000000
--- "a/fonts/geneva_rounded/\342\206\221.svg"
+++ /dev/null
@@ -1,2948 +0,0 @@
-
-
-
-
diff --git "a/fonts/geneva_rounded/\342\206\222.svg" "b/fonts/geneva_rounded/\342\206\222.svg"
index 17bfb479..17e1e42a 100644
--- "a/fonts/geneva_rounded/\342\206\222.svg"
+++ "b/fonts/geneva_rounded/\342\206\222.svg"
@@ -1,6 +1,4 @@
-
-
diff --git "a/fonts/geneva_rounded/\342\206\223.svg" "b/fonts/geneva_rounded/\342\206\223.svg"
deleted file mode 100644
index 17bfb479..00000000
--- "a/fonts/geneva_rounded/\342\206\223.svg"
+++ /dev/null
@@ -1,2948 +0,0 @@
-
-
-
-
diff --git a/fonts/geneva_simple/font.json b/fonts/geneva_simple/font.json
index 9cc28de7..2061b7f1 100644
--- a/fonts/geneva_simple/font.json
+++ b/fonts/geneva_simple/font.json
@@ -2,13 +2,9 @@
"name": "Geneva Simple Sans",
"description": "Suitable for small fonts (6 to 15mm)",
"leading": 16,
- "letter_spacing": 2.5,
- "word_spacing": 9,
+ "horiz_adv_x_space": 34,
"auto_satin": true,
"default_glyph": "�",
"min_scale": 0.75,
- "max_scale": 2.0,
- "kerning_pairs": {
- "wo": -0.9
- }
+ "max_scale": 2.0
}
diff --git a/fonts/geneva_simple/preview.png b/fonts/geneva_simple/preview.png
new file mode 100644
index 00000000..7822bee2
Binary files /dev/null and b/fonts/geneva_simple/preview.png differ
diff --git "a/fonts/geneva_simple/\342\206\220.svg" "b/fonts/geneva_simple/\342\206\220.svg"
deleted file mode 100644
index 3158f034..00000000
--- "a/fonts/geneva_simple/\342\206\220.svg"
+++ /dev/null
@@ -1,2841 +0,0 @@
-
-
-
-
diff --git "a/fonts/geneva_simple/\342\206\221.svg" "b/fonts/geneva_simple/\342\206\221.svg"
deleted file mode 100644
index 3158f034..00000000
--- "a/fonts/geneva_simple/\342\206\221.svg"
+++ /dev/null
@@ -1,2841 +0,0 @@
-
-
-
-
diff --git "a/fonts/geneva_simple/\342\206\222.svg" "b/fonts/geneva_simple/\342\206\222.svg"
index 3158f034..c4bc5cb3 100644
--- "a/fonts/geneva_simple/\342\206\222.svg"
+++ "b/fonts/geneva_simple/\342\206\222.svg"
@@ -1,6 +1,4 @@
-
-