Porównaj commity

...

35 Commity

Autor SHA1 Wiadomość Data
karnigen 58d2859fce
Merge 10505f27ee into ad2914284e 2024-05-02 06:56:11 +02:00
Kaalleen ad2914284e
fix font sampling (#2878) 2024-05-02 06:55:18 +02:00
Kaalleen 44442712b9
move default tartan starting point (#2877) 2024-05-02 06:53:40 +02:00
Kaalleen 04e74c2c8f
cancel simulator extensions without applying changes (#2876) 2024-05-02 06:50:52 +02:00
Ink/Stitch Crowdin integration 5eb243e9eb new translations from Crowdin 2024-05-02 01:07:20 +00:00
karnigen 10505f27ee style check 2024-05-02 00:00:05 +02:00
karnigen 2f0c04327c updated notes about logging 2024-05-02 00:00:05 +02:00
karnigen 9a265820ff updated notes 2024-05-02 00:00:05 +02:00
karnigen 2ec1d5a080 logging update 2024-05-02 00:00:05 +02:00
karnigen 1063ea147e updated debug logger [no ci] 2024-05-02 00:00:05 +02:00
karnigen 35338b4a1a use of alternate logging in some cases 2024-05-02 00:00:05 +02:00
karnigen 16c8fe33d2 moving debug*.py to debug dir, moving some part for debugger [no ci] 2024-05-02 00:00:05 +02:00
karnigen 77289d225c Unified use of the TOML format instead of INI [no ci] 2024-05-02 00:00:05 +02:00
karnigen d8e4446ec1 Unified use of the TOML format instead of INI [no ci] 2024-05-02 00:00:05 +02:00
karnigen 63db4cfad3 logging update 2024-05-02 00:00:05 +02:00
karnigen c9af2181c2 added toml to requirements 2024-05-02 00:00:05 +02:00
karnigen 56a4504e75 rebase after electron remove 2024-05-01 23:59:14 +02:00
karnigen a5bd301365 update config files 2024-05-01 23:51:40 +02:00
capellancitizen 8d36d2aaa0
Improved stitch plan rasterization performance (#2873) 2024-05-01 14:05:24 -04:00
Kaalleen 298f911ec5
Add Jump to Trim Extension (#2864) 2024-05-01 19:44:04 +02:00
Kaalleen 2ee4175437
Remove electron entirely (#2859)
Co-authored-by: rejbasket
2024-05-01 19:34:25 +02:00
Kaalleen eb64c88a8b
Fix select elements extension (#2875)
* fix dbus issue
* add bean stitch repeats
* add tartan
* add autosatin underlay

---------

Co-authored-by: rejbasket
2024-05-01 19:12:01 +02:00
Kaalleen 0c825d2163
Add multicolor satin extension (#2863) 2024-05-01 06:59:46 +02:00
Ink/Stitch Crowdin integration b218aac86c new translations from Crowdin 2024-05-01 01:13:11 +00:00
Lex Neva 3f0f04abec
simulator fixes (#2844)
* fix slide and control panel rendering bugs

* clear marker lists when clearing stitch plan

* switch simulator back to wx

* remove unused function

* fix off-by-one error in color bar

* avoid overlapping command symbols of different types

* don't maximize simulator

* adjust alignment

* remove unused API server

* bugfix

* focus entire simulator panel

* rename simulator/realistic preview -> simulator

* experimental: background color picker

* set pagecolor to background color by default

* satisfy macos

* toggle jumps on drawing canvas

* clear frog family

---------

Co-authored-by: Kaalleen
2024-04-30 20:21:32 +02:00
Lex Neva 7af665806a
remove examples (#2848) 2024-04-30 20:09:43 +02:00
Kaalleen 4c7533d8c3
add outdated glyphlist warning (#2862) 2024-04-30 20:07:36 +02:00
Claudine Peyrat 7f8cfca5fe
Claudine/add emilio 20 tartan (#2869)
* add emilio_20_tartan

* Update font.json

* Update →.svg

* Update font.json

* check color consistency
2024-04-30 06:51:22 +02:00
Claudine Peyrat a29406e2d3
cherry for kaalleen new version (#2871)
* cherry for kaalleen new version

new version of he glyphs

* Update preview.png

* increase space beween words
2024-04-30 06:50:46 +02:00
Claudine Peyrat ca6e347040
Claudine/improve fonts 12 (#2868)
* add missing glyphs to amita small

some glyphs were missing

* do it right
2024-04-29 10:39:44 +02:00
Ink/Stitch Crowdin integration 1a190f85ea new translations from Crowdin 2024-04-29 01:08:54 +00:00
Ink/Stitch Crowdin integration fd77cda3b4 new translations from Crowdin 2024-04-28 01:12:36 +00:00
George Steel 05ca4132f1
Add option to disable the stitch plan cache (#2655)
Setting the cache size to 0 bypasses the cache completely.
This is necessary during development to ensure newly-changed code actually gets run.

Also fixes the error pane in the params gui.


* make params warning pane large enough to see contents
* rename sizers in preferences dialog descriptive names
* add shapely version bound
* add option to disable stitch plan cache
* remove out-of-date wxg file
* make a cache size of 0 disable the cache
2024-04-27 14:16:18 -04:00
Claudine Peyrat f715f2dfb0
add cats font (#2860)
plus correct spelling mistake in roaring  twenties fontjson
2024-04-27 12:13:14 +02:00
Kaalleen ed33b29c28
Font sampling extension (#2858) 2024-04-27 10:02:20 +02:00
190 zmienionych plików z 58751 dodań i 32653 usunięć

Wyświetl plik

@ -30,18 +30,6 @@ jobs:
restore-keys: |
${{ runner.os }}-20.04-pip-
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
- uses: actions/cache@v4
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: install dependencies
shell: bash
run: |

Wyświetl plik

@ -57,8 +57,7 @@ jobs:
# files when a new translation string is added but we don't need to
# commit those until folks actually translate the new strings.
if git diff translations | grep -qE '^[-+]msgstr ".+"$'; then
make electron/src/renderer/assets/translations.json
git add translations electron/src/renderer/assets/translations.json
git add translations
git commit -m "new translations from Crowdin"
git push https://github.com/inkstitch/inkstitch main
fi

12
.gitignore vendored
Wyświetl plik

@ -6,6 +6,7 @@ __pycache__
*.zip
*.tar.gz
*.po
*.log
dist/
build/
locales/
@ -18,14 +19,17 @@ locales/
/src/
.DS_STORE
.DS_Store
flaskserverport.json
electron/yarn.lock
# debug and profile files
/DEBUG.ini
logs/
/DEBUG.toml
/LOGGING.toml
/LOGGING[0-9]*.toml
/debug*
/.debug*
# old debug files
# old debug files - to be removed
/DEBUG*.ini
/DEBUG
/PROFILE
/profile*

Wyświetl plik

@ -8,7 +8,6 @@ Feel free to find something that interests you. If you're looking for ideas, co
* **please read our [coding style guide](CODING_STYLE.md)**
* build / CI system (GitHub actions)
* we need someone to figure out how we can start code-signing our application
* web design (electron UI)
* translations ([how to translate](https://github.com/inkstitch/inkstitch/blob/main/LOCALIZATION.md))
* issue wrangling
* combining duplicate issues

Wyświetl plik

@ -1,46 +0,0 @@
[LIBRARY]
;;; use the pip installed version of inkex.py, default: True
; prefer_pip_inkex = False
[DEBUG]
;;; select one active debug_type, default: none
; debug_type = vscode
; debug_type = pycharm
; debug_type = pydev
;;; enable debugger, see cmd line arg -d, default: False
; debug_enable = True
;;; debug log output to file even if debugger is not enabled, default: False
; debug_to_file = True
;;; disable debugger when calling from inkscape, default: False
; disable_from_inkscape = True
;;; wait for debugger to attach (vscode), default: True
; wait_attach = False
;;; debug log file, default: debug.log
; debug_log_file = debug.log
;;; debug file for graph related things, default: debug.svg
; debug_svg_file = debug.svg
;;; creation of bash script, default: False
; create_bash_script = True
;;; base name for bash script, default: debug_inkstitch
; bash_file_base = debug_inkstitch
[PROFILE]
;;; select one active profiler_type, default: none
; profiler_type = cprofile
; profiler_type = profile
; profiler_type = pyinstrument
;;; enable profiler, see cmd line arg -p, default: False
; profile_enable = True
;;; base name for profile output files, default: debug_profile
; profile_file_base = debug_profile

Wyświetl plik

@ -0,0 +1,51 @@
### customize this file and save as DEBUG.toml
[LIBRARY]
### use the pip installed version of inkex.py, default: true
# prefer_pip_inkex = false
[LOGGING]
### logging configuration file, default: none - use implicit DEBUG logging to inkstitch.log
### we may have multiple configurations: LOGGING.toml, LOGGING1.toml, LOGGING2.toml, etc.
# log_config_file = "LOGGING.toml"
### disable globally logging: default: false - using logging.disable()
### reenable logging.disable(0)
# disable_logging = true
[DEBUG]
### simulate frozen mode, overwrite running_as_frozen in inkstitch.py, default: false
# force_frozen = true
### select one active debug_type, default: "none"
# debug_type = "vscode"
# debug_type = "pycharm"
# debug_type = "pydev"
### enable debugger, see cmd line arg -d, default: false
# debug_enable = true
### disable debugger when calling from inkscape, default: false
# disable_from_inkscape = true
### wait for debugger to attach (vscode), default: true
# wait_attach = false
### creation of bash script, default: false
# create_bash_script = true
### base name for bash script, default: "debug_inkstitch"
# bash_file_base = "debug_inkstitch"
[PROFILE]
### select one active profiler_type, default: "none"
# profiler_type = "cprofile"
# profiler_type = "profile"
# profiler_type = "pyinstrument"
### enable profiler, see cmd line arg -p, default: false
# profile_enable = true
### base name for profile output files, default: "debug_profile"
# profile_file_base = "logs/debug_profile"

Wyświetl plik

@ -0,0 +1,69 @@
### customize this file and save as LOGGING.toml
### logging/warning template for inkstitch
### format: toml
### enable config file in DEBUG.toml: log_config_file
### warnings.simplefilter(action), default: "default"
### - possible values: "error", "ignore", "always", "default", "module", "once"
warnings_action = "default"
### logging.captureWarnings() default: true
### - possible values: true, false
warnings_capture = true
### mandatory, must be an integer and 1
version = 1
### disable loggers activated before the configuration is loaded
disable_existing_loggers = false
### define the loggers, handlers, formatters, filters
[filters]
[formatters.simple]
format = "%(asctime)s [%(levelname)s]: %(filename)s.%(funcName)s: %(message)s"
[formatters.debug]
format = "%(asctime)s %(message)s"
[handlers.file_inkstitch]
class = "logging.FileHandler"
formatter = "simple"
filename = "%(SCRIPTDIR)s/logs/inkstitch.log"
mode = "w"
[handlers.file_inkstitch_debug]
class = "logging.FileHandler"
formatter = "debug"
filename = "%(SCRIPTDIR)s/logs/inkstitch_debug.log"
mode = "w"
[handlers.file_root]
class = "logging.FileHandler"
formatter = "simple"
filename = "%(SCRIPTDIR)s/logs/inkstitch_root.log"
mode = "w"
### used for: logger = logging.getLogger("inkstitch")
### logger = logging.getLogger("inkstitch.xxx") where xxx is not specified in this config file
### - highest level logger for all 'inkstitch.*' loggers
[loggers.inkstitch]
level = "DEBUG"
handlers = [ "file_inkstitch",]
propagate = false
### used for: logger = logging.getLogger("inkstitch.debug")
### - use quotes for the logger name with dots, otherwise it will be treated as a table subsection
### - [loggers.inkstitch.debug] is not the same as [loggers.'inkstitch.debug']
[loggers.'inkstitch.debug']
level = "DEBUG" # to enable the logger, seems to be the default
# level = "CRITICAL" # to disable the logger
handlers = [ "file_inkstitch_debug",]
propagate = false
### root - loggers not specified in this config file will be managed by this logger
[loggers.root]
level = "DEBUG"
handlers = [ "file_root",]

Wyświetl plik

@ -2,18 +2,16 @@
OS=$(shell uname)
dist: version locales inx
python bin/generate-flaskserverport-file
bash bin/build-python
bash bin/build-electron
bash bin/build-distribution-archives
distclean:
rm -rf build dist inx locales artifacts win mac *.spec *.tar.gz *.zip electron/node_modules electron/dist electron/build/mac electron/build/mac-arm64 electron/build/win-ia32-unpacked electron/build/linux-unpacked electron/build/linux-arm64-unpacked electron/src/lib/flaskserverport.json
rm -rf build dist inx locales artifacts win mac *.spec *.tar.gz *.zip
distlocal:
@case ${OS} in "Darwin") export BUILD=osx ;; "Linux")export BUILD=linux ;; *) export BUILD=windows ;; esac; export VERSION=local-build; make distclean && make dist;
manual:
make inx && cd electron && yarn install && cd ..
make inx
.PHONY: inx
inx: version locales
@ -33,13 +31,7 @@ messages.po: inx
rm -rf src/
pybabel extract -o messages-babel.po -F babel.conf --add-location=full --add-comments=l10n,L10n,L10N --sort-by-file --strip-comments -k N_ -k '$$gettext' .
rm pyembroidery-format-descriptions.py inkstitch-fonts-metadata.py inkstitch-tiles-metadata.py
cd electron && yarn --link-duplicates --pure-lockfile
find electron/src -name '*.html' -o -name '*.js' -o -name '*.vue' | xargs electron/node_modules/.bin/gettext-extract --quiet --attribute v-translate --output messages-vue.po
msgcat -o messages.po messages-babel.po messages-vue.po messages-inx.po
electron/src/renderer/assets/translations.json: $(wildcard translations/messages_*.po)
find translations -name '*.po' -a ! -empty | \
xargs electron/node_modules/.bin/gettext-compile --output electron/src/renderer/assets/translations.json
msgcat -o messages.po messages-babel.po messages-inx.po
%.po: %.mo
msgunfmt -o $@ $<

Wyświetl plik

@ -4,21 +4,13 @@ ARCH="$(uname -m)"
mkdir artifacts
if [ "$BUILD" = "osx" ]; then
cp -a icons locales print LICENSE VERSION images/examples palettes symbols fonts tiles dbus inx dist/inkstitch.app/Contents/Resources
cp -a icons locales print LICENSE VERSION palettes symbols fonts tiles dbus inx dist/inkstitch.app/Contents/Resources
# adding version to Info.plist
plutil -replace CFBundleShortVersionString -string ${VERSION} dist/inkstitch.app/Contents/Info.plist
rm -rf dist/inkstitch/
# Install location for pkgbuild
PKG_INSTALL_PATH="/tmp/inkstitch/"
# Checking arch of macos and setting path of electron for arm64 or intel
echo "Checking for macOS arch."
if [ "${ARCH}" = "arm64" ]; then
ELECTRON_BUILD_PATH="electron/build/mac-arm64"
echo "found arm64"
else
ELECTRON_BUILD_PATH="electron/build/mac"
echo "found intel"
fi
# inside the scripts folder are:
# - preinstaller (checks for previously installed inkstitch and deletes it, Inkscape check with error message) and
# - postinstaller (moves inkstitch folder from /tmp to user Inkscape extensions folder in $HOME)
@ -33,8 +25,6 @@ if [ "$BUILD" = "osx" ]; then
# This code signs and notarize the inkstitch.app
DEV_IDENT="Developer ID Application: Lex Neva (929A568N58)"
echo "Signing of inkstitch.app"
# Coyping inkstitch-gui.app into inkstitch
ditto "${ELECTRON_BUILD_PATH}" dist/inkstitch.app/Contents/Frameworks/electron
# signing the binary may fix notary issue
/usr/bin/codesign -s "${DEV_IDENT}" \
--deep \
@ -55,7 +45,6 @@ if [ "$BUILD" = "osx" ]; then
INSTALLER_IDENT="Developer ID Installer: Lex Neva (929A568N58)"
/usr/bin/pkgbuild --root dist/inkstitch.app \
-s "${INSTALLER_IDENT}" \
--component-plist installer_scripts/inkstitch.plist \
--ownership recommended \
--identifier org.inkstitch.installer \
--version ${VERSION} \
@ -90,9 +79,7 @@ if [ "$BUILD" = "osx" ]; then
fi
else
# local builds will not be signed or notarized
cp -a "${ELECTRON_BUILD_PATH}" dist/inkstitch.app/Contents/Frameworks/electron
pkgbuild --root dist/inkstitch.app \
--component-plist installer_scripts/inkstitch.plist \
--ownership recommended \
--identifier org.inkstitch.installer \
--version ${VERSION} \
@ -107,7 +94,6 @@ if [ "$BUILD" = "osx" ]; then
else
cp -a images/examples palettes symbols fonts tiles dbus inx LICENSE VERSION dist/inkstitch
cp -a icons locales print dist/inkstitch/bin
cp -a electron/build/*-unpacked dist/inkstitch/electron
fi
if [ "$BUILD" = "windows" ]; then

Wyświetl plik

@ -1,27 +0,0 @@
#!/bin/bash
ARCH=$(python -c "import platform; n = platform.architecture()[0]; print(n)")
set -e
set -x
if [ "$BUILD" = "windows" ]; then
if [ "$ARCH" = "32bit" ]; then
args="-w --ia32"
else
args="-w --x64"
fi
elif [ "$BUILD" = "linux" ]; then
args="-l"
elif [ "$BUILD" = "osx" ]; then
cp installer_scripts/electron-entitlements.plist electron/build/
args="-m"
fi
# electron version setting on release
if [[ "$VERSION" =~ ^v[0-9][.0-9]+$ ]]; then
sed -i'' -e 's/11.99.11/'"${VERSION#v}"'/' electron/package.json
fi
cd electron
which yarn > /dev/null 2>&1 || npm install -g yarn
yarn --link-duplicates --pure-lockfile
yarn run dist ${args}

Wyświetl plik

@ -17,7 +17,7 @@ pyinstaller_args+="--log-level DEBUG "
# This adds bundle identifier in reverse DSN format for macos
if [ "$BUILD" = "osx" ]; then
pyinstaller_args+="--osx-bundle-identifier org.inkstitch.app "
pyinstaller_args+="-i electron/build/icons/mac/inkstitch.icns "
pyinstaller_args+="-i images/inkstitch/mac/inkstitch.icns "
if [[ -z ${GITHUB_REF} ]]; then
echo "Dev or Local Build"
else
@ -43,11 +43,11 @@ if [ "$BUILD" = "windows" ]; then
done;
sed -i'' 's/3, 2, 1,/'"${INFO_VERSION[0]}, ${INFO_VERSION[1]}, ${INFO_VERSION[2]},"'/' installer_scripts/file_version_info.txt
fi
# set year and version in version_info
# set year and version in version_info
sed -i'' 's/1.1.1/'"${VERSION#v}"'/' installer_scripts/file_version_info.txt
sed -i'' 's/1234/'"${info_year}"'/' installer_scripts/file_version_info.txt
# sets icon to inkstitch.exe
pyinstaller_args+="--i electron/build/icons/win/inkstitch.ico "
# sets icon to inkstitch.exe
pyinstaller_args+="-i images/inkstitch/win/inkstitch.ico "
pyinstaller_args+="--version-file installer_scripts/file_version_info.txt "
python -m PyInstaller $pyinstaller_args inkstitch.py
elif [ "$BUILD" = "osx" ]; then

Wyświetl plik

@ -1,12 +0,0 @@
#!/usr/bin/env python
import os
from json import dump
from os.path import dirname
path = os.path.join(dirname(dirname(__file__)), 'electron', 'src', 'lib', 'flaskserverport.json')
data = {"_comment1" : "port should not be declared when commiting"}
# write data to font.json into the same directory as the font file
with open(path, 'w', encoding="utf8") as output:
dump(data, output, indent=4, ensure_ascii=False)

Wyświetl plik

@ -5,4 +5,4 @@
# Instead of files, "--diff" may be passed to check only the lines changed
# by a diff piped to standard input.
flake8 --count --max-complexity=10 --max-line-length=150 --statistics --exclude=pyembroidery,__init__.py,electron,build,src,dist,./*-metadata.py,./pyembroidery-format-descriptions.py "${@:-.}"
flake8 --count --max-complexity=10 --max-line-length=150 --statistics --exclude=pyembroidery,__init__.py,build,src,dist,./*-metadata.py,./pyembroidery-format-descriptions.py "${@:-.}"

Wyświetl plik

@ -22,20 +22,7 @@ class DBusActions:
except BaseException:
exit()
proxy = Gio.DBusProxy.new_sync(bus, Gio.DBusProxyFlags.NONE, None,
'org.freedesktop.DBus',
'/org/freedesktop/DBus',
'org.freedesktop.DBus', None)
names_list = proxy.call_sync('ListNames', None, Gio.DBusCallFlags.NO_AUTO_START, 500, None)
# names_list is a GVariant, must unpack
names = names_list.unpack()[0]
# Look for Inkscape; names is a tuple.
for name in names:
if ('org.inkscape.Inkscape' in name):
break
name = 'org.inkscape.Inkscape'
appGroupName = "/org/inkscape/Inkscape"
self.applicationGroup = Gio.DBusActionGroup.get(
bus,

Wyświetl plik

@ -1,4 +0,0 @@
# https://github.com/browserslist/browserslist#queries
> 1%
last 2 versions
not dead

Wyświetl plik

@ -1 +0,0 @@
* text=auto eol=lf

10
electron/.gitignore vendored
Wyświetl plik

@ -1,10 +0,0 @@
.DS_Store
dist/electron/*
dist/web/*
build/*
!build/icons
node_modules/
npm-debug.log
npm-debug.log.*
thumbs.db
!.gitkeep

Wyświetl plik

@ -1,6 +0,0 @@
Electron UI
===========
This is the home of the future Electron-based UI. Currently only the Print extension uses Electron.
For local development, run `yarn` in this directory to install dependencies and build Electron.

Wyświetl plik

@ -1,16 +0,0 @@
module.exports = {
presets: [
[
'@babel/preset-env',
{
useBuiltIns: 'usage', // adds specific imports for polyfills when they are used in each file.
modules: false, // preserve ES modules.
corejs: { version: 3, proposals: true }, // enable polyfilling of every proposal supported by core-js.
},
],
],
plugins: [
'@babel/plugin-transform-runtime', // enables the re-use of Babel's injected helper code to save on codesize.
],
exclude: [/core-js/],
}

Wyświetl plik

@ -1,120 +0,0 @@
{
"name": "inkstitch-gui",
"productName": "inkstitch-gui",
"version": "11.99.11",
"description": "Ink/Stitch GUI",
"main": "./dist/electron/main.js",
"private": true,
"scripts": {
"dev": "node service/commands/dev.js",
"just-build": "node service/commands/build.js && node service/commands/build-main.js",
"dist": "yarn just-build && electron-builder",
"print": "yarn just-build && yarn dev"
},
"build": {
"productName": "inkstitch-gui",
"appId": "org.inkstitch.gui",
"directories": {
"output": "build"
},
"files": [
"dist/electron/**/*"
],
"linux": {
"icon": "build/icons",
"target": [
{
"target": "dir"
}
]
},
"win": {
"icon": "build/icons/win/inkstitch.ico",
"target": "dir"
},
"mac": {
"icon": "build/icons/mac/inkstitch.icns",
"target": [
{
"target": "dir"
}
],
"hardenedRuntime": true,
"gatekeeperAssess": false,
"strictVerify": false,
"entitlements": "build/electron-entitlements.plist",
"entitlementsInherit": "build/electron-entitlements.plist"
}
},
"keywords": [],
"author": "lex",
"license": "GPL-3.0-or-later",
"dependencies": {
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/runtime": "^7.17.9",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"@svgdotjs/svg.filter.js": "^3.0.8",
"@svgdotjs/svg.js": "^3.1.2",
"@svgdotjs/svg.panzoom.js": "^2.1.2",
"axios": "^0.27.2",
"core-js": "^3.22.2",
"lodash.throttle": "^4.1.1",
"node-polyfill-webpack-plugin": "^2.0.1",
"query-string": "^7.1.1",
"svgpath": "^2.5.0",
"vue": "^3.2.33",
"vue-loading-overlay": "^5.0",
"vue-mousetrap": "^1.0.5",
"vue-router": "4",
"vue-slider-component": "^4.1.0-beta.0",
"vue3-gettext": "^2.2.3",
"vue3-transitions": "^1.0.0",
"vuetify": "3.3.0",
"webpack-plugin-vuetify": "^2.0.1"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@types/webpack-env": "^1.16.4",
"@vue/compiler-sfc": "^3.2.33",
"autoprefixer": "^10.4.5",
"babel-loader": "^8.2.5",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"chalk": "^4.1.2",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.7.1",
"deepmerge": "^4.2.2",
"dotenv": "^16.0.0",
"dotenv-expand": "^8.0.3",
"easygettext": "^2.17.0",
"electron": "14.2.9",
"electron-builder": "^23.0.3",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.0",
"ora": "^5.4.1",
"postcss": "^8.4.12",
"postcss-html": "^1.4.1",
"postcss-loader": "^6.2.1",
"rimraf": "^3.0.2",
"sass": "~1.32",
"sass-loader": "^13.0.0",
"strip-ansi": "^6.0.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.1",
"thread-loader": "^3.0.4",
"ts-loader": "^9.2.8",
"typescript": "^4.6.3",
"url-loader": "^4.1.1",
"vue-loader": "^17.0.0",
"vue-style-loader": "^4.1.3",
"wait-on": "^6.0.1",
"webpack": "^5.72.0",
"webpack-dev-server": "^4.8.1",
"webpack-merge": "^5.8.0"
},
"engines": {
"node": ">=12.13.0"
}
}

Wyświetl plik

@ -1,41 +0,0 @@
'use strict'
const loadEnv = require('../utils/loadEnv')
loadEnv()
loadEnv('production')
const rm = require('rimraf')
const webpack = require('webpack')
const { error, done } = require('../utils/logger')
const { logWithSpinner, stopSpinner } = require('../utils/spinner')
const paths = require('../utils/paths')
// after renderer is built, main is next to build
const webpackConfig = require('../config/main')
const config = require('../project.config')
logWithSpinner('Building for production...')
// removed rm function to prevent the deletion of renderer
webpack(webpackConfig, (err, stats) => {
stopSpinner(false)
if (err) throw err
process.stdout.write(
stats.toString({
colors: true,
modules: false,
children: false,
chunks: false,
chunkModules: false,
}) + '\n\n'
)
if (stats.hasErrors()) {
error('Build failed with errors.\n')
process.exit(1)
}
done('Build complete.\n')
})

Wyświetl plik

@ -1,44 +0,0 @@
'use strict'
const loadEnv = require('../utils/loadEnv')
loadEnv()
loadEnv('production')
const rm = require('rimraf')
const webpack = require('webpack')
const { error, done } = require('../utils/logger')
const { logWithSpinner, stopSpinner } = require('../utils/spinner')
const paths = require('../utils/paths')
// build renderer first
const webpackConfig = require('../config/renderer')
const config = require('../project.config')
logWithSpinner('Building for production...')
rm(paths.resolve(config.outputDir), (err) => {
if (err) throw err
webpack(webpackConfig, (err, stats) => {
stopSpinner(false)
if (err) throw err
process.stdout.write(
stats.toString({
colors: true,
modules: false,
children: false,
chunks: false,
chunkModules: false,
}) + '\n\n'
)
if (stats.hasErrors()) {
error('Build failed with errors.\n')
process.exit(1)
}
done('Build complete.\n')
})
})

Wyświetl plik

@ -1,102 +0,0 @@
'use strict'
const loadEnv = require('../utils/loadEnv')
loadEnv()
loadEnv('development')
const chalk = require('chalk')
const webpack = require('webpack')
const WebpackDevServer = require('webpack-dev-server')
const { info } = require('../utils/logger')
const getLocalIP = require('../utils/getLocalIP')
const devWebpackConfig = require('../config/dev')
const devServerOptions = devWebpackConfig.devServer
const { spawn } = require('node:child_process')
const electron = require('electron')
const path = require('path')
const url = require('url')
const fs = require('fs');
let electronProcess = null
let manualRestart = false
// disable warnings in browser console
process.env['ELECTRON_DISABLE_SECURITY_WARNINGS'] = 'false'
const protocol = devServerOptions.https ? 'https' : 'http'
const host = devServerOptions.host || '0.0.0.0'
const port = devServerOptions.port || 8080
// older code that sets the url for the path I would assume
var parseArg = process.argv[2] || ""
var yarnArg = url.parse(parseArg)
function resetPort() {
let resetData = { "_comment1": "port should not be declared when commiting" }
fs.writeFileSync(path.join(__dirname, "../../src/lib/flaskserverport.json"), JSON.stringify(resetData), 'utf8')
console.log("Resetting the flaskport")
}
function startElectron(webpackport) {
var wbport = webpackport
// this sends url to proper position
process.argv.shift()
process.argv.shift()
// get URL from PrintPDF
// checks if url is http
if (yarnArg.protocol) {
var args = [
'--inspect=5858',
path.join(__dirname, '../../dist/electron/main.js')
].concat(process.argv)
} else {
var args = [
'--inspect=5858',
`http://0.0.0.0:${wbport}/#${process.argv}`
].concat(process.argv)
}
// detect yarn or npm and process commandline args accordingly
if (process.env.npm_execpath.endsWith('yarn.js')) {
args = args.concat(process.argv.slice(3))
} else if (process.env.npm_execpath.endsWith('npm-cli.js')) {
args = args.concat(process.argv.slice(2))
}
electronProcess = spawn(electron, args)
electronProcess.on('close', () => {
if (!manualRestart) {
process.exit()
} else {
process.kill(electronProcess.pid)
}
resetPort()
})
electronProcess.on('exit', () => {
resetPort()
})
}
info('Starting development server...')
const compiler = webpack(devWebpackConfig)
const server = new WebpackDevServer(devServerOptions, compiler)
compiler.hooks.done.tap('serve', (stats) => {
console.log()
console.log()
console.log(`App running at:`)
console.log(` - Local: ${chalk.cyan(`${protocol}://${host}:${port}`)}`)
console.log(` - Network: ${chalk.cyan(`${protocol}://${getLocalIP()}:${port}`)}`)
console.log()
// allows livereload for webpack devserver to work without multiple instances of electron
if (electronProcess) {
manualRestart = true
} else {
manualRestart = false
// starts nodejs electron commandline browser
startElectron(devServerOptions.port)
}
})
server.start(port, host, (err) => {
if (err) {
process.exit(0)
}
})

Wyświetl plik

@ -1,126 +0,0 @@
'use strict'
const { DefinePlugin, EnvironmentPlugin } = require('webpack')
const { VueLoaderPlugin } = require('vue-loader')
const CaseSensitivePathsPlugin = require('case-sensitive-paths-webpack-plugin')
const HTMLPlugin = require('html-webpack-plugin')
const { VuetifyPlugin } = require('webpack-plugin-vuetify')
const resolveClientEnv = require('../utils/resolveClientEnv')
const paths = require('../utils/paths')
const config = require('../project.config')
const isProd = process.env.NODE_ENV === 'production'
module.exports = {
context: process.cwd(),
output: {
path: paths.resolve(config.outputDir),
publicPath: config.dev.publicPath,
filename: '[name].js',
},
resolve: {
alias: {
'@': paths.resolve('src'),
},
extensions: ['.ts', '.tsx', '.js', '.jsx', '.vue', '.json', '.html', '.ejs'],
},
plugins: [
new VueLoaderPlugin(),
new EnvironmentPlugin(['NODE_ENV']),
new CaseSensitivePathsPlugin(),
new HTMLPlugin({
template: paths.resolve('src/index.html'),
templateParameters: {
...resolveClientEnv(
{ publicPath: isProd ? config.build.publicPath : config.dev.publicPath },
false /* raw */
),
},
}),
new VuetifyPlugin({ autoImport: true }),
new DefinePlugin({
// vue3 feature flags <http://link.vuejs.org/feature-flags>
__VUE_OPTIONS_API__: 'true',
__VUE_PROD_DEVTOOLS__: 'false',
...resolveClientEnv({
publicPath: isProd ? config.build.publicPath : config.dev.publicPath,
}),
}),
],
module: {
noParse: /^(vue|vue-router)$/,
rules: [
{
test: /\.vue$/,
loader: 'vue-loader',
},
// babel
{
test: /\.m?jsx?$/,
exclude: (file) => {
// always transpile js in vue files
if (/\.vue\.jsx?$/.test(file)) {
return false
}
// Don't transpile node_modules
return /node_modules/.test(file)
},
use: ['thread-loader', 'babel-loader'],
},
// ts
{
test: /\.tsx?$/,
use: [
'thread-loader',
'babel-loader',
{
loader: 'ts-loader',
options: {
transpileOnly: true,
appendTsSuffixTo: ['\\.vue$'],
happyPackMode: true,
},
},
],
},
// images
{
test: /\.(png|jpe?g|gif|webp)(\?.*)?$/,
type: 'asset',
generator: { filename: 'img/[contenthash:8][ext][query]' },
},
// do not base64-inline SVGs.
// https://github.com/facebookincubator/create-react-app/pull/1180
{
test: /\.(svg)(\?.*)?$/,
type: 'asset/resource',
generator: { filename: 'img/[contenthash:8][ext][query]' },
},
// media
{
test: /\.(mp4|webm|ogg|mp3|wav|flac|aac)(\?.*)?$/,
type: 'asset',
generator: { filename: 'media/[contenthash:8][ext][query]' },
},
// fonts
{
test: /\.(woff2?|eot|ttf|otf)(\?.*)?$/i,
type: 'asset',
generator: { filename: 'fonts/[contenthash:8][ext][query]' },
},
],
},
}

Wyświetl plik

@ -1,72 +0,0 @@
'use strict'
const MiniCssExtractPlugin = require('mini-css-extract-plugin')
const isProd = process.env.NODE_ENV === 'production'
const plugins = []
if (isProd) {
const filename = 'css/[name].[contenthash:8].css'
plugins.push(
new MiniCssExtractPlugin({
filename,
chunkFilename: filename,
})
)
}
const genStyleRules = () => {
const cssLoader = {
loader: 'css-loader',
options: {
// how many loaders before css-loader should be applied to [@import]ed resources.
// stylePostLoader injected by vue-loader + postcss-loader
importLoaders: 1 + 1,
esModule: false, // css-loader using ES Modules as default in v4, but vue-style-loader support cjs only.
},
}
const postcssLoader = {
loader: 'postcss-loader',
options: {
postcssOptions: {
plugins: [require('autoprefixer')]
},
},
}
const extractPluginLoader = {
loader: MiniCssExtractPlugin.loader,
}
const vueStyleLoader = {
loader: 'vue-style-loader',
}
function createCSSRule(test, loader, loaderOptions) {
const loaders = [cssLoader, postcssLoader]
if (isProd) {
loaders.unshift(extractPluginLoader)
} else {
loaders.unshift(vueStyleLoader)
}
if (loader) {
loaders.push({ loader, options: loaderOptions })
}
return { test, use: loaders }
}
return [
createCSSRule(/\.css$/),
createCSSRule(/\.p(ost)?css$/),
createCSSRule(/\.scss$/, 'sass-loader')
]
}
module.exports = {
plugins,
module: {
rules: genStyleRules(),
},
}

Wyświetl plik

@ -1,43 +0,0 @@
'use strict'
const { merge } = require('webpack-merge')
const baseWebpackConfig = require('./base')
const cssWebpackConfig = require('./css')
const config = require('../project.config')
const { ProvidePlugin, DefinePlugin } = require('webpack')
module.exports = merge(baseWebpackConfig, cssWebpackConfig, {
entry: {
main: './src/renderer/main.js'
},
mode: 'development',
devtool: 'eval-cheap-module-source-map',
devServer: {
watchFiles: ['src/**/*'],
historyApiFallback: {
rewrites: [{ from: /./, to: '/index.html' }],
},
devMiddleware: {
publicPath: config.dev.publicPath,
},
open: false,
host: '0.0.0.0',
port: 'auto',
liveReload: true,
},
infrastructureLogging: {
level: 'warn',
},
stats: {
assets: false,
modules: false,
errorDetails: false,
},
})

Wyświetl plik

@ -1,73 +0,0 @@
'use strict'
const CaseSensitivePathsPlugin = require('case-sensitive-paths-webpack-plugin')
const config = require('../project.config')
const resolveClientEnv = require('../utils/resolveClientEnv')
const paths = require('../utils/paths')
const { merge } = require('webpack-merge')
const TerserPlugin = require('terser-webpack-plugin')
const cssWebpackConfig = require('./css')
const terserOptions = require('./terserOptions')
const isProd = process.env.NODE_ENV === 'production'
module.exports = merge(cssWebpackConfig, {
context: process.cwd(),
mode: 'production',
entry: {
main: './src/main/index.js',
preload: './src/main/preload.js',
},
node: {
__dirname: false,
},
optimization: {
minimize: true,
minimizer: [new TerserPlugin(terserOptions())],
moduleIds: 'named',
},
target: ['electron-main'],
output: {
path: paths.resolve(config.outputDir),
publicPath: config.dev.publicPath,
filename: '[name].js',
},
resolve: {
alias: {
'@': paths.resolve('src'),
},
extensions: ['.ts', '.tsx', '.js', '.jsx', '.vue', '.json', 'html', 'ejs'],
},
plugins: [
new CaseSensitivePathsPlugin(),
],
module: {
noParse: /^(vue|vue-router)$/,
rules: [
// ts
{
test: /\.tsx?$/,
use: [
'thread-loader',
'babel-loader',
{
loader: 'ts-loader',
options: {
transpileOnly: true,
appendTsSuffixTo: ['\\.vue$'],
happyPackMode: true,
},
},
],
},
],
},
}
)

Wyświetl plik

@ -1,41 +0,0 @@
'use strict'
const { merge } = require('webpack-merge')
const TerserPlugin = require('terser-webpack-plugin')
const baseWebpackConfig = require('./base')
const cssWebpackConfig = require('./css')
const config = require('../project.config')
const terserOptions = require('./terserOptions')
module.exports = merge(baseWebpackConfig, cssWebpackConfig, {
mode: 'production',
output: {
publicPath: config.build.publicPath,
},
optimization: {
minimize: true,
minimizer: [new TerserPlugin(terserOptions())],
moduleIds: 'deterministic',
moduleIds: 'named',
splitChunks: {
cacheGroups: {
defaultVendors: {
name: `chunk-vendors`,
test: /[\\/]node_modules[\\/]/,
priority: -10,
chunks: 'initial',
},
common: {
name: `chunk-common`,
minChunks: 2,
priority: -20,
chunks: 'initial',
reuseExistingChunk: true,
},
},
},
},
})

Wyświetl plik

@ -1,45 +0,0 @@
'use strict'
const { merge } = require('webpack-merge')
const TerserPlugin = require('terser-webpack-plugin')
const baseWebpackConfig = require('./base')
const cssWebpackConfig = require('./css')
const config = require('../project.config')
const terserOptions = require('./terserOptions')
module.exports = merge(baseWebpackConfig, cssWebpackConfig, {
mode: 'production',
entry: {
renderer: './src/renderer/main.js',
},
output: {
publicPath: config.build.publicPath,
},
optimization: {
minimize: true,
minimizer: [new TerserPlugin(terserOptions())],
moduleIds: 'deterministic',
moduleIds: 'named',
splitChunks: {
cacheGroups: {
defaultVendors: {
name: `chunk-vendors`,
test: /[\\/]node_modules[\\/]/,
priority: -10,
chunks: 'initial',
},
common: {
name: `chunk-common`,
minChunks: 2,
priority: -20,
chunks: 'initial',
reuseExistingChunk: true,
},
},
},
},
target: ['electron-renderer'],
})

Wyświetl plik

@ -1,42 +0,0 @@
'use strict'
module.exports = (options) => ({
terserOptions: {
compress: {
// turn off flags with small gains to speed up minification
arrows: false,
collapse_vars: false, // 0.3kb
comparisons: false,
computed_props: false,
hoist_funs: false,
hoist_props: false,
hoist_vars: false,
inline: false,
loops: false,
negate_iife: false,
properties: false,
reduce_funcs: false,
reduce_vars: false,
switches: false,
toplevel: false,
typeofs: false,
// a few flags with noticable gains/speed ratio
// numbers based on out of the box vendor bundle
booleans: true, // 0.7kb
if_return: true, // 0.4kb
sequences: true, // 0.7kb
unused: true, // 2.3kb
// required features to drop conditional branches
conditionals: true,
dead_code: true,
evaluate: true,
},
mangle: {
safari10: true,
},
},
// parallel: options.parallel,
extractComments: false,
})

Wyświetl plik

@ -1,16 +0,0 @@
'use strict'
module.exports = {
// orginal was dist
outputDir: 'dist/electron',
dev: {
publicPath: '/',
port: 8080,
},
build: {
// orginal was /
publicPath: './',
},
}

Wyświetl plik

@ -1,17 +0,0 @@
'use strict'
const os = require('os')
module.exports = function getLocalIP() {
const interfaces = os.networkInterfaces()
for (const devName in interfaces) {
const iface = interfaces[devName]
for (let i = 0; i < iface.length; i++) {
const alias = iface[i]
if (alias.family === 'IPv4' && alias.address !== '127.0.0.1' && !alias.internal) {
return alias.address
}
}
}
}

Wyświetl plik

@ -1,39 +0,0 @@
'use strict'
const path = require('path')
const dotenv = require('dotenv')
const dotenvExpand = require('dotenv-expand')
const { error } = require('./logger')
module.exports = function loadEnv(mode) {
const basePath = path.resolve(process.cwd(), `.env${mode ? `.${mode}` : ``}`)
const localPath = `${basePath}.local`
const load = (envPath) => {
try {
const env = dotenv.config({ path: envPath, debug: process.env.DEBUG })
dotenvExpand.expand(env)
} catch (err) {
// only ignore error if file is not found
if (err.toString().indexOf('ENOENT') < 0) {
error(err)
}
}
}
load(localPath)
load(basePath)
// by default, NODE_ENV and BABEL_ENV are set to "development" unless mode
// is production or test. However the value in .env files will take higher
// priority.
if (mode) {
const defaultNodeEnv = mode === 'production' || mode === 'test' ? mode : 'development'
if (process.env.NODE_ENV == null) {
process.env.NODE_ENV = defaultNodeEnv
}
if (process.env.BABEL_ENV == null) {
process.env.BABEL_ENV = defaultNodeEnv
}
}
}

Wyświetl plik

@ -1,72 +0,0 @@
'use strict'
const chalk = require('chalk')
const stripAnsi = require('strip-ansi')
const readline = require('readline')
const EventEmitter = require('events')
exports.events = new EventEmitter()
function _log(type, tag, message) {
if (process.env.VUE_CLI_API_MODE && message) {
exports.events.emit('log', {
message,
type,
tag,
})
}
}
const format = (label, msg) => {
return msg
.split('\n')
.map((line, i) => {
return i === 0 ? `${label} ${line}` : line.padStart(stripAnsi(label).length)
})
.join('\n')
}
const chalkTag = (msg) => chalk.bgBlackBright.white.dim(` ${msg} `)
exports.log = (msg = '', tag = null) => {
tag ? console.log(format(chalkTag(tag), msg)) : console.log(msg)
_log('log', tag, msg)
}
exports.info = (msg, tag = null) => {
console.log(format(chalk.bgBlue.black(' INFO ') + (tag ? chalkTag(tag) : ''), msg))
_log('info', tag, msg)
}
exports.done = (msg, tag = null) => {
console.log(format(chalk.bgGreen.black(' DONE ') + (tag ? chalkTag(tag) : ''), msg))
_log('done', tag, msg)
}
exports.warn = (msg, tag = null) => {
console.warn(
format(chalk.bgYellow.black(' WARN ') + (tag ? chalkTag(tag) : ''), chalk.yellow(msg))
)
_log('warn', tag, msg)
}
exports.error = (msg, tag = null) => {
console.error(format(chalk.bgRed(' ERROR ') + (tag ? chalkTag(tag) : ''), chalk.red(msg)))
_log('error', tag, msg)
if (msg instanceof Error) {
console.error(msg.stack)
_log('error', tag, msg.stack)
}
}
exports.clearConsole = (title) => {
if (process.stdout.isTTY) {
const blank = '\n'.repeat(process.stdout.rows)
console.log(blank)
readline.cursorTo(process.stdout, 0, 0)
readline.clearScreenDown(process.stdout)
if (title) {
console.log(title)
}
}
}

Wyświetl plik

@ -1,6 +0,0 @@
'use strict'
const path = require('path')
// gen absolute path
exports.resolve = (...args) => path.posix.join(process.cwd(), ...args)

Wyświetl plik

@ -1,11 +0,0 @@
'use strict'
const prefixRE = /^VUE_APP_/
module.exports = function resolveClientEnv(options, raw) {
process.env.PUBLIC_PATH = options.publicPath
if (raw) {
return env
}
}

Wyświetl plik

@ -1,57 +0,0 @@
'use strict'
const ora = require('ora')
const chalk = require('chalk')
const spinner = ora()
let lastMsg = null
let isPaused = false
exports.logWithSpinner = (symbol, msg) => {
if (!msg) {
msg = symbol
symbol = chalk.green('✔')
}
if (lastMsg) {
spinner.stopAndPersist({
symbol: lastMsg.symbol,
text: lastMsg.text,
})
}
spinner.text = ' ' + msg
lastMsg = {
symbol: symbol + ' ',
text: msg,
}
spinner.start()
}
exports.stopSpinner = (persist) => {
if (lastMsg && persist !== false) {
spinner.stopAndPersist({
symbol: lastMsg.symbol,
text: lastMsg.text,
})
} else {
spinner.stop()
}
lastMsg = null
}
exports.pauseSpinner = () => {
if (spinner.isSpinning) {
spinner.stop()
isPaused = true
}
}
exports.resumeSpinner = () => {
if (isPaused) {
spinner.start()
isPaused = false
}
}
exports.failSpinner = (text) => {
spinner.fail(text)
}

Wyświetl plik

@ -1,20 +0,0 @@
<!--
Authors: see git history
Copyright (c) 2010 Authors
Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details.
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<div id="app"></div>
</body>
</html>
<script>
global = globalThis
</script>

Wyświetl plik

@ -1,24 +0,0 @@
/*
* Authors: see git history
*
* Copyright (c) 2010 Authors
* Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details.
*
*/
import axios from 'axios';
import flaskserverport from './flaskserverport.json'
if (flaskserverport.port === undefined) {
var theflaskport = window.inkstitchAPI.flaskport()
console.log("Installed mode")
console.log(theflaskport)
} else {
var theflaskport = flaskserverport.port
console.log("Dev mode")
console.log(theflaskport)
}
export const inkStitch = axios.create({
baseURL: `http://127.0.0.1:${theflaskport}`
})

Wyświetl plik

@ -1,47 +0,0 @@
/*
* Authors: see git history
*
* Copyright (c) 2010 Authors
* Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details.
*
*/
export function selectLanguage(translations, flaskport) {
var port = flaskport
// get language from flask server, process in modern electron isn't exposed to renderer
const request = new XMLHttpRequest();
request.open('GET', `http://127.0.0.1:${port}/languages`, false)
request.send(null)
var process = undefined
if (request.status === 200) {
process = JSON.parse(request.responseText)
}
// get a list of available translations
var availableTranslations = ['en_US'];
for (var k in translations) availableTranslations.push(k);
var lang = undefined;
// get system language / Inkscape language
['LANG', 'LC_MESSAGES', 'LC_ALL', 'LANGUAGE'].forEach(language => {
if (process[language]) {
// split encoding information, we don't need it
var current_lang = process[language].split('.')[0];
if (current_lang.length == 2) {
// current language has only two letters (e.g. en),
// compare with available languages and if present, set to a long locale name (e.g. en_US)
lang = availableTranslations.find((elem) => elem.startsWith(current_lang));
} else {
lang = current_lang;
}
}
})
// set default language
if (lang === undefined) {
lang = "en_US"
}
return lang
}

Wyświetl plik

@ -1,112 +0,0 @@
/*
* Authors: see git history
*
* Copyright (c) 2010 Authors
* Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details.
*
*/
'use strict'
const path = require('path')
const fs = require('fs')
const tmp = require('tmp')
const url = require('url')
const { app, BrowserWindow, ipcMain, dialog, shell, Menu} = require('electron')
// url for printPDF flask server which is used in development and production mode
var port = process.env.FLASKPORT
const printPdfUrl = `http://127.0.0.1:${port}/`
const isDev = process.env.BABEL_ENV === 'development'
var target = null
// Finds this url in the argv array and sets to target value
if (process.argv.includes(printPdfUrl)) {
target = printPdfUrl
} else {
target = process.argv[1] || "";
}
var targetURL = url.parse(target)
var winURL = null
// Eventually this will be migrated to Vue.
if (targetURL.protocol) {
winURL = target
} else {
winURL = `file://${__dirname}/index.html?${targetURL.query || ""}#${targetURL.pathname || ""}`
}
function createWindow() {
const mainWindow = new BrowserWindow({
useContentSize: true,
webPreferences: {
preload: path.join(__dirname, 'preload.js'),
nodeIntegration: false,
contextIsolation: true,
},
})
if (isDev) {
// printPDF in development mode will have dev tools activated
// Vuejs parts of Ink/Stich will not and dev tools must be accessed though the menu of electron window
mainWindow.loadURL(winURL)
mainWindow.webContents.openDevTools()
} else {
mainWindow.loadURL(winURL)
}
// This will remove the menu from the release, in dev mode the menu is available.
if(process.platform === "darwin" && !isDev) {
Menu.setApplicationMenu(Menu.buildFromTemplate([]));
} if(process.platform === "win32" || process.platform === "linux" && !isDev) {
mainWindow.removeMenu();
}
mainWindow.maximize()
// save to PDF
ipcMain.on('save-pdf', (event, pageSize) => {
const webContents = event.sender
const win = BrowserWindow.fromWebContents(webContents)
const saveOpt = {
title: "Save PDF",
defaultPath: "Inkstitch.pdf",
filters: [{ name: 'PDF', extensions: ['pdf'] }],
bookmark: "true",
}
win.webContents.printToPDF({}).then(pageSize => {
dialog.showSaveDialog(saveOpt).then(filename => {
const { filePath } = filename;
fs.writeFileSync(filePath, pageSize, (error) => {
if (error) {
throw error
}
console.log(`Wrote PDF successfully to ${pdfPath}`)
})
}).catch(error => {
console.log(`Failed to write PDF to ${pdfPath}: `, error)
})
})
})
// openPDF
ipcMain.on('open-pdf', (event, pageSize) => {
const webContents = event.sender
const win = BrowserWindow.fromWebContents(webContents)
win.webContents.printToPDF({}).then(pageSize => {
tmp.file({keep: true, discardDescriptor: true}, function(err, path, fd, cleanupCallback) {
fs.writeFileSync(path, pageSize, 'utf-8');
shell.openPath(path);
})
})
})
}
app.whenReady().then(() => {
createWindow()
app.on('activate', () => {
if(BrowserWindow.getAllWindows().length === 0) {
createWindow()
}
})
})
app.on('window-all-closed', () => {
app.quit()
})

Wyświetl plik

@ -1,7 +0,0 @@
const { contextBridge, ipcRenderer } = require ('electron')
contextBridge.exposeInMainWorld('inkstitchAPI', {
savepdf: (pageSize) => { ipcRenderer.send('save-pdf', pageSize) },
openpdf: (pageSize) => { ipcRenderer.send('open-pdf', pageSize) },
flaskport: () => process.env.FLASKPORT,
})

Wyświetl plik

@ -1,17 +0,0 @@
<!--
Authors: see git history
Copyright (c) 2010 Authors
Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details.
-->
<template>
<div id="app">
<router-view></router-view>
</div>
</template>
<style>
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons');
</style>

Wyświetl plik

@ -1,654 +0,0 @@
/*
* Authors: see git history
*
* Copyright (c) 2010 Authors
* Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details.
*
*/
import { inkStitch } from '../../../lib/api.js'
import { SVG } from '@svgdotjs/svg.js'
import '@svgdotjs/svg.panzoom.js'
import '@svgdotjs/svg.filter.js'
import svgpath from 'svgpath'
import Loading from 'vue-loading-overlay';
import 'vue-loading-overlay/dist/vue-loading.css';
import { reactive, toRefs } from 'vue'
import VueSlider from 'vue-slider-component'
import 'vue-slider-component/theme/antd.css'
import throttle from 'lodash/throttle'
function SliderMark(command, icon) {
this.label = ""
this.command = command
this.icon = icon
}
export default {
name: 'simulator',
components: {
Loading,
VueSlider
},
setup() {
const data = reactive({ value: 0 })
return toRefs(data)
},
data: function () {
return {
loading: false,
controlsExpanded: true,
infoExpanded: false,
infoMaxHeight: 0,
speed: 16,
currentStitch: 1,
currentStitchDisplay: 1,
direction: 1,
numStitches: 1,
animating: false,
sliderProcess: dotPos => this.sliderColorSections,
showTrims: false,
showJumps: false,
showColorChanges: false,
showStops: false,
showNeedlePenetrationPoints: false,
renderJumps: true,
showRealisticPreview: false,
showCursor: true,
error: false,
error_message: ""
}
},
watch: {
currentStitch: throttle(function () {
this.currentStitchDisplay = Math.floor(this.currentStitch)
}, 100, {leading: true, trailing: true}),
showNeedlePenetrationPoints: function () {
if (this.needlePenetrationPoints === null) {
return;
}
this.needlePenetrationPoints.forEach(npp => {
if (this.showNeedlePenetrationPoints) {
npp.show()
} else {
npp.hide()
}
})
},
renderJumps() {
this.renderedStitch = 1
this.renderFrame()
},
showRealisticPreview() {
let animating = this.animating
this.stop()
if (this.showRealisticPreview) {
if (this.realisticPreview === null) {
// This workflow should be improved and might be a bit unconventional.
// We don't want to make the user wait for it too long.
// It would be best, if the realistic preview could load before it is actually requested.
this.$nextTick(() => {this.loading=true})
setImmediate(()=> {this.generateRealisticPaths()})
setImmediate(()=> {this.loading = false})
}
setImmediate(()=> {
this.renderedStitch = 0
this.renderFrame()
this.simulation.hide()
this.realisticPreview.show()
})
} else {
this.renderedStitch = 0
this.renderFrame()
this.simulation.show()
this.realisticPreview.hide()
}
if (animating) {
this.start()
}
},
showCursor: function () {
if (this.showCursor) {
this.cursor.show()
} else {
this.cursor.hide()
}
}
},
computed: {
speedDisplay() {
return this.speed * this.direction
},
currentCommand() {
let stitch = this.stitches[Math.floor(this.currentStitch)]
if (stitch === undefined || stitch === null) {
return ""
}
let label = this.$gettext("STITCH")
switch (true) {
case stitch.jump:
label = this.$gettext("JUMP")
break
case stitch.trim:
label = this.$gettext("TRIM")
break
case stitch.stop:
label = this.$gettext("STOP")
break
case stitch.color_change:
label = this.$gettext("COLOR CHANGE")
break
}
return label
},
paused() {
return !this.animating
},
forward() {
return this.direction > 0
},
reverse() {
return this.direction < 0
},
sliderMarks() {
var marks = {}
if (this.showTrims)
Object.assign(marks, this.trimMarks);
if (this.showJumps)
Object.assign(marks, this.jumpMarks);
if (this.showColorChanges)
Object.assign(marks, this.colorChangeMarks);
if (this.showStops)
Object.assign(marks, this.stopMarks);
return marks
}
},
methods: {
toggleInfo() {
this.infoExpanded = !this.infoExpanded;
this.infoMaxHeight = this.$refs.controlInfoButton.getBoundingClientRect().top;
},
toggleControls() {
this.controlsExpanded = !this.controlsExpanded;
},
animationSpeedUp() {
this.speed *= 2.0
},
animationSlowDown() {
this.speed = Math.max(this.speed / 2.0, 1)
},
animationReverse() {
this.direction = -1
this.start()
},
animationForward() {
this.direction = 1
this.start()
},
toggleAnimation(e) {
if (this.animating) {
this.stop()
} else {
this.start()
}
e.preventDefault();
},
animationForwardOneStitch() {
this.setCurrentStitch(this.currentStitch + 1)
},
animationBackwardOneStitch() {
this.setCurrentStitch(this.currentStitch - 1)
},
animationNextCommand() {
let nextCommandIndex = this.getNextCommandIndex()
if (nextCommandIndex === -1) {
this.setCurrentStitch(this.stitches.length)
} else {
this.setCurrentStitch(this.commandList[nextCommandIndex])
}
},
animationPreviousCommand() {
let nextCommandIndex = this.getNextCommandIndex()
let prevCommandIndex = 0
if (nextCommandIndex === -1) {
prevCommandIndex = this.commandList.length - 2
} else {
prevCommandIndex = nextCommandIndex - 2
}
let previousCommand = this.commandList[prevCommandIndex]
if (previousCommand === undefined) {
previousCommand = 1
}
this.setCurrentStitch(previousCommand)
},
getNextCommandIndex() {
let currentStitch = this.currentStitchDisplay
let nextCommand = this.commandList.findIndex(function (command) {
return command > currentStitch
})
return nextCommand
},
onCurrentStitchEntered() {
let newCurrentStitch = parseInt(this.$refs.currentStitchInput.value)
if (isNaN(newCurrentStitch)) {
this.$refs.currentStitchInput.value = Math.floor(this.currentStitch)
} else {
this.setCurrentStitch(parseInt(newCurrentStitch))
}
},
setCurrentStitch(newCurrentStitch) {
this.stop()
this.currentStitch = newCurrentStitch
this.clampCurrentStitch()
this.renderFrame()
},
clampCurrentStitch() {
this.currentStitch = Math.max(Math.min(this.currentStitch, this.numStitches), 0)
},
animate() {
let frameStart = performance.now()
let frameTime = null
if (this.lastFrameStart !== null) {
frameTime = frameStart - this.lastFrameStart
} else {
frameTime = this.targetFramePeriod
}
this.lastFrameStart = frameStart
let numStitches = this.speed * Math.max(frameTime, this.targetFramePeriod) / 1000.0;
this.currentStitch = this.currentStitch + numStitches * this.direction
this.clampCurrentStitch()
this.renderFrame()
if (this.animating && this.shouldAnimate()) {
this.timer = setTimeout(this.animate, Math.max(0, this.targetFramePeriod - frameTime))
} else {
this.timer = null;
this.stop()
}
},
renderFrame() {
while (this.renderedStitch < this.currentStitch) {
this.renderedStitch += 1
if (!this.renderJumps && this.stitches[this.renderedStitch].jump){
if (this.showRealisticPreview) {
this.realisticPaths[this.renderedStitch].hide();
} else {
this.stitchPaths[this.renderedStitch].hide();
}
continue;
}
if (this.showRealisticPreview) {
this.realisticPaths[this.renderedStitch].show()
} else {
this.stitchPaths[this.renderedStitch].show();
}
}
while (this.renderedStitch > this.currentStitch) {
if (this.showRealisticPreview) {
this.realisticPaths[this.renderedStitch].hide()
} else {
this.stitchPaths[this.renderedStitch].hide();
}
this.renderedStitch -= 1
}
this.moveCursor()
},
shouldAnimate() {
if (this.direction == 1 && this.currentStitch < this.numStitches) {
return true;
} else if (this.direction == -1 && this.currentStitch > 0) {
return true;
} else {
return false;
}
},
start() {
if (!this.animating && this.shouldAnimate()) {
this.animating = true
this.timer = setTimeout(this.animate, 0);
}
},
stop() {
if (this.animating) {
if (this.timer) {
clearTimeout(this.timer)
this.timer = null
}
this.animating = false
this.lastFrameStart = null
}
},
resizeCursor() {
// This makes the cursor stay the same size when zooming in or out.
// I'm not exactly sure how it works, but it does.
this.cursor.size(25 / this.svg.zoom())
this.cursor.stroke({width: 2 / this.svg.zoom()})
// SVG.js seems to move the cursor when we resize it, so we need to put
// it back where it goes.
this.moveCursor()
this.adjustScale()
},
moveCursor() {
let stitch = this.stitches[Math.floor(this.currentStitch)]
if (stitch === null || stitch === undefined) {
this.cursor.hide()
} else if (this.showCursor) {
this.cursor.show()
this.cursor.center(stitch.x, stitch.y)
}
},
adjustScale: throttle(function () {
let one_mm = 96 / 25.4 * this.svg.zoom();
let scaleWidth = one_mm
let simulatorWidth = this.$refs.simulator.getBoundingClientRect().width
let maxWidth = Math.min(simulatorWidth / 2, 300)
while (scaleWidth > maxWidth) {
scaleWidth /= 2.0
}
while (scaleWidth < 100) {
scaleWidth += one_mm
}
let scaleMM = scaleWidth / one_mm
this.scale.plot(`M0,0 v10 h${scaleWidth / 2} v-5 v5 h${scaleWidth / 2} v-10`)
// round and strip trailing zeros, source: https://stackoverflow.com/a/53397618
let mm = scaleMM.toFixed(8).replace(/([0-9]+(\.[0-9]+[1-9])?)(\.?0+$)/, '$1')
this.scaleLabel.text(`${mm} mm`)
}, 100, {leading: true, trailing: true}
),
generateMarks() {
this.commandList = Array()
for (let i = 1; i < this.stitches.length; i++) {
if (this.stitches[i].trim) {
this.trimMarks[i] = new SliderMark("trim", "cut")
this.commandList.push(i)
} else if (this.stitches[i].stop) {
this.stopMarks[i] = new SliderMark("stop", "pause")
this.commandList.push(i)
} else if (this.stitches[i].jump) {
this.jumpMarks[i] = new SliderMark("jump", "frog")
this.commandList.push(i)
} else if (this.stitches[i].color_change) {
this.colorChangeMarks[i] = new SliderMark("color-change", "exchange-alt")
this.commandList.push(i)
}
}
},
generateColorSections() {
var currentStitch = 0
this.stitchPlan.color_blocks.forEach(color_block => {
this.sliderColorSections.push([
(currentStitch + 1) / this.numStitches * 100,
(currentStitch + color_block.stitches.length) / this.numStitches * 100,
{backgroundColor: color_block.color.visible_on_white.hex}
])
currentStitch += color_block.stitches.length
})
},
generateMarker(color) {
return this.svg.marker(3, 3, add => {
let needlePenetrationPoint = add.circle(3).fill(color).hide()
this.needlePenetrationPoints.push(needlePenetrationPoint)
})
},
generateScale() {
let svg = SVG().addTo(this.$refs.simulator)
svg.node.classList.add("simulation-scale")
this.scale = svg.path("M0,0").stroke({color: "black", width: "1px"}).fill("none")
this.scaleLabel = svg.text("0 mm").move(0, 12)
this.scaleLabel.node.classList.add("simulation-scale-label")
},
generateCursor() {
this.cursor =
this.svg.path("M0,0 v2.8 h1.2 v-2.8 h2.8 v-1.2 h-2.8 v-2.8 h-1.2 v2.8 h-2.8 v1.2 h2.8")
.stroke({
width: 0.1,
color: '#FFFFFF',
})
.fill('#000000')
this.cursor.node.classList.add("cursor")
},
generateRealisticPaths() {
// Create Realistic Filter
this.filter = this.svg.defs().filter()
this.filter.attr({id: "realistic-stitch-filter", x: "-0.1", y: "-0.1", height: "1.2", width: "1.2", style: "color-interpolation-filters:sRGB"})
this.filter.gaussianBlur({id: "gaussianBlur1", stdDeviation: "1.5", in: "SourceAlpha"})
this.filter.componentTransfer(function (add) {
add.funcR({ type: "identity" }),
add.funcG({ type: "identity" }),
add.funcB({ type: "identity", slope: "4.53" }),
add.funcA({ type: "gamma", slope: "0.149", intercept: "0", amplitude: "3.13", offset: "-0.33" })
}).attr({id: "componentTransfer1", in: "gaussianBlur1"})
this.filter.composite({id: "composite1", in: "componentTransfer1", in2: "SourceAlpha", operator: "in"})
this.filter.gaussianBlur({id: "gaussianBlur2", in: "composite1", stdDeviation: 0.09})
this.filter.morphology({id: "morphology1", in: "gaussianBlur2", operator: "dilate", radius: 0.1})
this.filter.specularLighting({id: "specularLighting1", in: "morphology1", specularConstant: 0.709, surfaceScale: 30}).pointLight({z: 10})
this.filter.gaussianBlur({id: "gaussianBlur3", in: "specularLighting1", stdDeviation: 0.04})
this.filter.composite({id: "composite2", in: "gaussianBlur3", in2: "SourceGraphic", operator: "arithmetic", k2: 1, k3: 1, k1: 0, k4: 0})
this.filter.composite({in: "composite2", in2: "SourceAlpha", operator: "in"})
// Create realistic paths in it's own group and move it behind the cursor
this.realisticPreview = this.svg.group({id: 'realistic'}).backward()
this.stitchPlan.color_blocks.forEach(color_block => {
let color = `${color_block.color.visible_on_white.hex}`
let realistic_path_attrs = {fill: color, stroke: "none", filter: this.filter}
let stitching = false
let prevStitch = null
color_block.stitches.forEach(stitch => {
let realisticPath = null
if (stitching && prevStitch) {
// Position
let stitch_center = []
stitch_center.x = (prevStitch.x + stitch.x) / 2.0
stitch_center.y = (prevStitch.y + stitch.y) / 2.0
// Angle
var stitch_angle = Math.atan2(stitch.y - prevStitch.y, stitch.x - prevStitch.x) * (180 / Math.PI)
// Length
let path_length = Math.hypot(stitch.x - prevStitch.x, stitch.y - prevStitch.y)
var path = `M0,0 c 0.4,0,0.4,0.3,0.4,0.6 c 0,0.3,-0.1,0.6,-0.4,0.6 v 0.2,-0.2 h -${path_length} c -0.4,0,-0.4,-0.3,-0.4,-0.6 c 0,-0.3,0.1,-0.6,0.4,-0.6 v -0.2,0.2 z`
path = svgpath(path).rotate(stitch_angle).toString()
realisticPath = this.realisticPreview.path(path).attr(realistic_path_attrs).center(stitch_center.x, stitch_center.y).hide()
} else {
realisticPath = this.realisticPreview.rect(0, 1).attr(realistic_path_attrs).center(stitch.x, stitch.y).hide()
}
this.realisticPaths.push(realisticPath)
if (stitch.trim || stitch.color_change) {
stitching = false
} else if (!stitch.jump) {
stitching = true
}
prevStitch = stitch
})
})
},
generatePage () {
this.$refs.simulator.style.backgroundColor = this.page_specs.deskcolor
let page = this.svg.rect(this.page_specs.width, this.page_specs.height)
.move(-this.stitchPlan.bounding_box[0],-this.stitchPlan.bounding_box[1])
.fill(this.page_specs.pagecolor)
.stroke({width: 0.1, color: this.page_specs.bordercolor})
.back()
if (this.page_specs.showpageshadow === "true") {
let shadow = this.svg.rect(this.page_specs.width, this.page_specs.height)
.move(-this.stitchPlan.bounding_box[0],-this.stitchPlan.bounding_box[1])
.fill(this.page_specs.bordercolor)
.filterWith(add => {
let blur = add.offset(.5,.5).in(add.$source).gaussianBlur(.5)
})
.back()
}
this.page_specs["bbox"] = page.bbox()
},
zoomDesign () {
let [minx, miny, maxx, maxy] = this.stitchPlan.bounding_box
let designWidth = maxx - minx
let designHeight = maxy - miny
this.svg.viewbox(0, 0, designWidth, designHeight);
this.resizeCursor()
},
zoomPage () {
this.svg.viewbox(this.page_specs.bbox.x, this.page_specs.bbox.y - 50, this.page_specs.bbox.width + 100, this.page_specs.bbox.height + 100)
this.resizeCursor()
},
close () {
window.close()
}
},
created: function () {
// non-reactive properties
this.targetFPS = 30
this.targetFramePeriod = 1000.0 / this.targetFPS
this.renderedStitch = 0
this.lastFrameStart = null
this.stitchPaths = [null] // 1-indexed to match up with stitch number display
this.realisticPaths = [null]
this.stitches = [null]
this.svg = null
this.simulation = null
this.realisticPreview = null
this.timer = null
this.sliderColorSections = []
this.trimMarks = {}
this.stopMarks = {}
this.colorChangeMarks = {}
this.jumpMarks = {}
this.needlePenetrationPoints = []
this.cursor = null
this.page_specs = {}
},
mounted: function () {
this.svg = SVG().addTo(this.$refs.simulator).size('100%', '100%').panZoom({zoomMin: 0.1})
this.svg.node.classList.add('simulation')
this.simulation = this.svg.group({id: 'line'})
this.loading = true
inkStitch.get('stitch_plan').then(response => {
this.stitchPlan = response.data
let [minx, miny, maxx, maxy] = this.stitchPlan.bounding_box
let width = maxx - minx
let height = maxy - miny
this.svg.viewbox(0, 0, width, height);
this.stitchPlan.color_blocks.forEach(color_block => {
let color = `${color_block.color.visible_on_white.hex}`
let path_attrs = {fill: "none", stroke: color, "stroke-width": 0.3}
let marker = this.generateMarker(color)
let stitching = false
let prevStitch = null
color_block.stitches.forEach(stitch => {
stitch.x -= minx
stitch.y -= miny
let path = null
if (stitching && prevStitch) {
path = this.simulation.path(`M${prevStitch.x},${prevStitch.y} ${stitch.x},${stitch.y}`).attr(path_attrs).hide()
} else {
path = this.simulation.path(`M${stitch.x},${stitch.y} ${stitch.x},${stitch.y}`).attr(path_attrs).hide()
}
path.marker('end', marker)
this.stitchPaths.push(path)
this.stitches.push(stitch)
if (stitch.trim || stitch.color_change) {
stitching = false
} else if (!stitch.jump) {
stitching = true
}
prevStitch = stitch
})
})
this.numStitches = this.stitches.length - 1
this.generateMarks()
this.generateColorSections()
this.generateScale()
this.generateCursor()
this.resizeCursor()
this.loading = false
// v-on:keydown doesn't seem to work, maybe an Electron issue?
this.$mousetrap.bind("up", this.animationSpeedUp)
this.$mousetrap.bind("down", this.animationSlowDown)
this.$mousetrap.bind("left", this.animationReverse)
this.$mousetrap.bind("right", this.animationForward)
this.$mousetrap.bind("pagedown", this.animationPreviousCommand)
this.$mousetrap.bind("pageup", this.animationNextCommand)
this.$mousetrap.bind("space", this.toggleAnimation)
this.$mousetrap.bind("+", this.animationForwardOneStitch)
this.$mousetrap.bind("-", this.animationBackwardOneStitch)
this.$mousetrap.bind("]", this.zoomDesign)
this.$mousetrap.bind("[", this.zoomPage)
this.svg.on('zoom', this.resizeCursor)
inkStitch.get('page_specs').then(response => {
this.page_specs = response.data
this.generatePage()
})
this.start()
}).catch(error => {
this.loading = false
if (error.response) {
// Stitch plan generation had an error. Show it to the user.
this.error_message = error.response.data.error_message
} else if (error.request) {
// We sent the request and didn't get a response.
this.error_message = "Stitch plan generation failed."
} else {
// Something weird happened in axios.
this.error_message = error.message
}
this.error = true
})
}
}

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 60 KiB

Wyświetl plik

@ -1,307 +0,0 @@
/*
* Authors: see git history
*
* Copyright (c) 2010 Authors
* Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details.
*
*/
* {
padding: 1px;
margin: 1px;
}
.loading-icon {
text-align: center;
margin-bottom: 1rem;
color: rgb(0, 51, 153);
}
.loading-text {
font-family: sans-serif;
}
.loading {
border-radius: 1rem;
border: 3px solid rgb(0, 51, 153);
background-color: rgba(0, 51, 153, 0.1);
padding: 1rem;
}
.controls button {
color: rgb(0, 51, 153);
align-items: flex-start;
text-align: center;
cursor: default;
background: linear-gradient(0deg, rgba(169, 169, 169, 1) 0%, rgba(255, 255, 255, 1) 68%, rgba(227, 227, 227, 1) 100%);
box-sizing: border-box;
padding: 2px 6px 3px;
border-width: 2px;
border-style: outset;
border-color: buttonface;
border-image: initial;
margin-bottom: 5px;
}
.fa-spin-fast {
animation: fa-spin 0.4s infinite linear;
}
.fa-button {
margin: 3px;
}
.fa-fast {
transform: skew(-15deg, -15deg) rotate(15deg) scale(1.25, 0.90);
}
.fa-motion-lines {
transform: scale(1.0, 1.6) translate(0, -18%) skew(-15deg, -15deg) rotate(15deg);
}
.fa-thin-line {
transform: scale(1.4, 0.4);
}
.panel {
display: flex;
justify-content: space-between;
flex-flow: wrap;
}
.panel > * {
display: inline-block;
vertical-align: middle;
text-align: center;
}
.panel fieldset {
text-align: center;
flex: 1;
white-space: nowrap;
margin: 0 5px;
}
fieldset {
border: 2px solid rgb(0, 51, 153);
position: relative;
padding: 0 5px;
font-size: 90%;
background-color: white;
}
.window-controls {
position: absolute;
top: -0.2rem;
right: -2px;
font-size: 0.8rem;
color: white;
background: rgb(0, 51, 153);
transform: scale(1, 0.8) translate(0, -100%);
}
.window-controls > div {
display: inline-block;
padding: 5px;
}
.control-info {
position: absolute;
top: 0;
left: 0;
overflow-y: auto;
transform: translate(-100%, -100%);
padding: 0 1rem 1rem;
background: white;
color: black;
border: 1px solid rgb(0, 51, 153);
border-radius: 5px;
font-size: 1rem;
}
.info-icon {
float: right;
}
.control-info h1 {
background: rgb(0, 51, 153);
color: white;
margin: 0 -1rem 1rem;
padding: 1rem;
}
.control-info div {
display: table-row;
}
.control-info > div {
display: table;
}
.control-info div:first-child p {
font-weight: bold;
}
.control-info p {
display: table-cell;
white-space: nowrap;
border-bottom: 1px solid #ccc;
padding: 0.5rem;
}
fieldset button {
display: inline-block;
}
fieldset.command span.current-command {
display: block;
width: 18rem;
margin: 0 auto;
font-family: sans-serif;
font-size: 2rem;
vertical-align: middle;
}
fieldset.show-commands {
text-align: left;
}
fieldset.show-commands legend {
text-align: center;
}
fieldset.show-commands span {
display: inline-block;
vertical-align: top;
}
fieldset.show-commands span:first-of-type {
padding: 0 5px;
}
button.pressed {
border-style: inset;
}
.vue-slider {
height: 10px !important;
margin-bottom: 14px;
}
.slider-container {
margin: 25px 5px;
flex-grow: 0;
}
.slider-container > * {
display: inline-block;
vertical-align: middle;
}
.slider-box {
width: calc(100% - 11rem);
margin-left: 10px;
margin-right: 10px;
}
.slider-container :deep(.vue-slider-mark-step) {
width: 2px;
height: 20px;
border-radius: 2px;
background: #545454;
transform: translate(1px, -25%);
box-shadow: inset 1px 0 1px #ffffffbd, inset -1px 0 1px black;
}
.slider-container :deep(.vue-slider-mark:first-child .vue-slider-mark-step),
.slider-container :deep(.vue-slider-mark:last-child .vue-slider-mark-step) {
display: block;
}
.slider-container :deep(.vue-slider-rail) {
border: 1px solid #dedede;
}
.slider-container :deep(.vue-slider-process) {
border-radius: 0;
box-shadow: inset 0px 2px 2px #ffffff80, inset 0px -2px 2px #0000002e;
}
.slider-container :deep(.vue-slider-process:first-child) {
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
}
.slider-container :deep(.vue-slider-process:nth-last-child(3)) {
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
}
.vue-slider-mark-label {
font-size: 1.4rem;
color: #545454;
}
.vue-slider-mark-label svg path {
stroke: white;
stroke-width: 10px;
}
.slider-label-trim {
transform: scale(1, 0.75) translate(-50%, -9px) !important;;
}
.slider-label-stop {
font-size: 1.2rem;
transform: translate(-50%, 12px) !important;;
}
.slider-label-jump {
transform: translate(-50%, -50px) !important;;
}
.slider-label-color-change {
transform: translate(-50%, 10px) !important;;
}
.current-stitch-input {
width: 4rem;
float: right;
font-size: 1rem;
border-style: inset;
padding: 0 3px;
}
.simulator {
display: flex;
flex-direction: column;
height: 95vh;
margin: 10px;
}
.current-command {
color: rgb(0, 51, 153);
font-weight: bold;
}
/* we need ::v-deep here because the svg tag is added by svg.js and so Vue
can't add the data-v-* attribute
*/
div.simulator :deep(svg.simulation) {
flex-grow: 1;
flex-shrink: 1;
order: -2;
margin-bottom: -48px;
}
div.simulator :deep(svg.simulation-scale) {
height: 50px;
order: -1;
margin-left: 5px;
}
div.simulator :deep(.simulation-scale-label) {
font-size: 14px;
}
div.simulator :deep(.cursor) {
/* not sure what to add here to make it more visible */
}

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -1,12 +0,0 @@
<!--
Authors: see git history
Copyright (c) 2010 Authors
Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details.
-->
<template>
<h1>Oops, it looks like the page you're looking for doesn't exist.</h1>
</template>

Wyświetl plik

@ -1,327 +0,0 @@
<!--
Authors: see git history
Copyright (c) 2010 Authors
Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details.
-->
<template>
<div ref="simulator" class="simulator vld-parent">
<fieldset>
<div class="window-controls">
<div ref="controlInfoButton" class="control-info-button" v-on:click="toggleInfo">
<font-awesome-icon icon="info"/>
<Transition name="collapse">
<div class="control-info" v-show="infoExpanded" v-bind:style="{'max-height': infoMaxHeight + 'px'}">
<h1>
<font-awesome-icon icon="info" class="info-icon"/>
<translate>Simulator Shortcut Keys</translate>
</h1>
<div>
<div>
<p>
<translate>Button</translate>
</p>
<p>
<translate>Function</translate>
</p>
<p>
<translate>Shortcut Key</translate>
</p>
</div>
<div>
<p>
<font-awesome-icon icon="pause" class="fa-button"/>
</p>
<p>
<translate>Pause</translate>
</p>
<p>
<translate>Space</translate>
</p>
</div>
<div>
<p>
<font-awesome-icon icon="play" class="fa-button"/>
</p>
<p>
<translate>Play</translate>
</p>
<p>P</p>
</div>
<div>
<p>
<font-awesome-icon icon="angle-double-left" class="fa-button"/>
</p>
<p>
<translate>Play backward</translate>
</p>
<p>
<translate translate-comment="name for left arrow keyboard key"> Arrow left</translate>
</p>
</div>
<div>
<p>
<font-awesome-icon icon="angle-double-right" class="fa-button"/>
</p>
<p>
<translate>Play forward</translate>
</p>
<p>
<translate translate-comment="name for right arrow keyboard key"> Arrow right</translate>
</p>
</div>
<div>
<p>
<font-awesome-icon icon="shoe-prints" class="fa-button fa-flip-horizontal"/>
</p>
<p>
<translate translate-comment="description of keyboard shortcut that moves one stitch backward in simulator">
One step backward
</translate>
</p>
<p>-
<translate translate-comment="name for this keyboard key: -">Minus</translate>
</p>
</div>
<div>
<p>
<font-awesome-icon icon="shoe-prints" class="fa-button"/>
</p>
<p>
<translate translate-comment="description of keyboard shortcut that moves one stitch forward in simulator">
One step forward
</translate>
</p>
<p>
<translate translate-comment="name for this keyboard key: +">+ Plus</translate>
</p>
</div>
<div>
<p>
<font-awesome-icon icon="step-backward" class="fa-button"/>
</p>
<p>
<translate>Jump to previous command</translate>
</p>
<p><translate translate-comment="name for page down keyboard key">Page down (PgDn)</translate></p>
</div>
<div>
<p>
<font-awesome-icon icon="step-forward" class="fa-button"/>
</p>
<p>
<translate>Jump to next command</translate>
</p>
<p><translate translate-comment="name for page up keyboard key">Page up (PgUp)</translate></p>
</div>
<div>
<p>
<font-awesome-icon icon="hippo" class="fa-button"/>
</p>
<p>
<translate>Slow down</translate>
</p>
<p>
<translate translate-comment="name for down arrow keyboard key"> Arrow down</translate>
</p>
</div>
<div>
<p>
<font-awesome-icon icon="horse" class="fa-button"/>
</p>
<p>
<translate>Speed up</translate>
</p>
<p>
<translate translate-comment="name for up arrow keyboard key"> Arrow up</translate>
</p>
</div>
</div>
<div>
<p>
<font-awesome-icon icon="search-minus" class="fa-button"/>
</p>
<p>
<translate>Zoom page</translate>
</p>
<p>
<translate>[ Left square bracket</translate>
</p>
</div>
<div>
<p>
<font-awesome-icon icon="search-plus" class="fa-button"/>
</p>
<p>
<translate>Zoom design</translate>
</p>
<p>
<translate>] Right square bracket</translate>
</p>
</div>
</div>
</Transition>
</div>
<div class="toggle-controls" v-on:click="toggleControls">
<font-awesome-icon v-if="controlsExpanded" icon="minus"/>
<font-awesome-icon v-else icon="plus"/>
</div>
</div>
<Transition name="collapse">
<div class="panel" v-show="controlsExpanded">
<fieldset class="controls">
<legend>
<translate>Controls</translate>
</legend>
<button v-on:click="stop" :class="{pressed: paused}" :title="$gettext('Pause (space)')">
<font-awesome-icon icon="pause" size="2x" class="fa-button"/>
</button>
<button v-on:click="start" :class="{pressed: animating}" :title="$gettext('Play (arrow left | arrow right)')">
<font-awesome-icon icon="play" size="2x" class="fa-button"/>
</button>
<button v-on:click="animationReverse" :class="{pressed: reverse}" :title="$gettext('Play backward (arrow left)')">
<font-awesome-icon icon="angle-double-left" size="2x" class="fa-button" :mask="['fas', 'stop']"/>
</button>
<button v-on:click="animationForward" :class="{pressed: forward}" :title="$gettext('Play forward (arrow right)')">
<font-awesome-icon icon="angle-double-right" size="2x" class="fa-button" :mask="['fas', 'stop']"/>
</button>
<button v-on:click="animationBackwardOneStitch" :title="$gettext('One step backward (-)')">
<font-awesome-icon icon="shoe-prints" size="2x" class="fa-button fa-flip-horizontal"/>
</button>
<button v-on:click="animationForwardOneStitch" :title="$gettext('One step forward (+)')">
<font-awesome-icon icon="shoe-prints" size="2x" class="fa-button"/>
</button>
<button v-on:click="animationPreviousCommand" :title="$gettext('Jump to previous command (Page down)')">
<font-awesome-icon icon="step-backward" size="2x" class="fa-button"/>
</button>
<button v-on:click="animationNextCommand" :title="$gettext('Jump to next command (Page up)')">
<font-awesome-icon icon="step-forward" size="2x" class="fa-button"/>
</button>
</fieldset>
<fieldset class="speed">
<legend>
<translate :translate-params="{ speed: speed }" :translate-n="speed" translate-plural="Speed: %{speed} stitches/sec">Speed: %{speed} stitch/sec</translate>
</legend>
<button v-on:click="animationSlowDown" :title="$gettext('Slow down (arrow down)')">
<font-awesome-icon icon="hippo" size="2x" class="fa-button"/>
</button>
<button v-on:click="animationSpeedUp" :title="$gettext('Speed up (arrow up)')">
<font-awesome-icon icon="align-right" class="fa-motion-lines"/>
<font-awesome-icon icon="horse" size="2x" class="fa-button fa-fast"/>
</button>
</fieldset>
<fieldset class="view">
<legend>
<translate>View</translate>
</legend>
<button v-on:click="zoomPage" :title="$gettext('Zoom page ([)')">
<font-awesome-icon icon="search-minus" size="2x" class="fa-button"/>
</button>
<button v-on:click="zoomDesign" :title="$gettext('Zoom design (])')">
<font-awesome-icon icon="search-plus" size="2x" class="fa-button"/>
</button>
</fieldset>
<fieldset class="command">
<legend>
<translate>Command</translate>
</legend>
<span class="current-command">{{currentCommand}}</span>
</fieldset>
<fieldset class="show-commands">
<legend>
<translate>Show</translate>
</legend>
<span>
<input id="trim-checkbox" type="checkbox" v-model="showTrims"/>
<label for="trim-checkbox"><font-awesome-icon icon="cut"/> <translate>trims</translate></label>
<br/>
<input id="jump-checkbox" type="checkbox" v-model="showJumps"/>
<label for="jump-checkbox"><font-awesome-icon icon="frog"/> <translate>jumps</translate></label>
</span>
<span>
<input id="color-change-checkbox" type="checkbox" v-model="showColorChanges"/>
<label for="color-change-checkbox"><font-awesome-icon icon="exchange-alt"/> <translate>color changes</translate></label>
<br/>
<input id="stop-checkbox" type="checkbox" v-model="showStops"/>
<label for="stop-checkbox"><font-awesome-icon icon="pause"/> <translate>stops</translate></label>
</span>
<span class="npp">
<input id="npp-checkbox" type="checkbox" v-model="showNeedlePenetrationPoints"/>
<label for="npp-checkbox">
<font-awesome-layers>
<font-awesome-icon icon="circle" transform="shrink-9"/>
<font-awesome-icon icon="minus" class="fa-thin-line"/>
</font-awesome-layers>
<span v-translate>needle points</span>
</label>
<br />
<input id="render-jumps-checkbox" type="checkbox" v-model="renderJumps"/>
<label for="render-jumps-checkbox"><font-awesome-icon icon="link"/><span v-translate>render jumps</span></label>
</span>
<span>
<input id="realistic-checkbox" type="checkbox" v-model="showRealisticPreview"/>
<label for="realistic-checkbox"><font-awesome-icon icon="eye"/> <span v-translate>realistic</span></label>
<br/>
<input id="cursor-checkbox" type="checkbox" v-model="showCursor"/>
<label for="cursor-checkbox"><font-awesome-icon icon="plus"/> <span v-translate>cursor</span></label>
</span>
</fieldset>
</div>
</Transition>
<div class="slider-container">
<span>1</span>
<span class="slider-box">
<vue-slider v-model="currentStitchDisplay"
@change="setCurrentStitch"
:min="0"
:max="numStitches"
:duration="0"
:marks="sliderMarks"
:process="sliderProcess">
<template v-slot:label="mark">
<div :class="['vue-slider-mark-label', `slider-label-${mark.command}`, { active: mark.active }]">
<font-awesome-icon :icon="mark.icon"/>
</div>
</template>
</vue-slider>
</span>
<span>{{numStitches}}</span>
<input ref="currentStitchInput"
class="current-stitch-input"
:value="currentStitchDisplay"
@change="onCurrentStitchEntered"
@focus="stop"/>
</div>
</fieldset>
<loading :active="loading" :is-full-page="false">
<div class="loading">
<div class="loading-icon">
<font-awesome-icon icon="spinner" size="4x" pulse/>
</div>
<div class="loading-text">
<translate>Rendering stitch-plan...</translate>
</div>
</div>
</loading>
<v-dialog v-model="error" width="auto">
<v-card flat>
<v-card-title class="pa-4">
Error Generating Stitch Plan
</v-card-title>
<v-card-text>
<p style="white-space: pre-wrap;">{{ error_message }}</p>
</v-card-text>
<v-card-actions class="justify-center">
<v-btn color="primary" variant="text" class="dialog-button" @click="close">Close</v-btn>
</v-card-actions>
</v-card>
</v-dialog>
</div>
</template>
<script src="../assets/js/simulator.js"></script>
<style src="../assets/style/simulator.css" scoped></style>

Wyświetl plik

@ -1,74 +0,0 @@
/*
* Authors: see git history
*
* Copyright (c) 2010 Authors
* Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details.
*
*/
// ES6
import { createApp } from 'vue'
import App from './App.vue'
import router from './router'
import { library } from '@fortawesome/fontawesome-svg-core'
import { fas } from '@fortawesome/free-solid-svg-icons'
import { FontAwesomeIcon, FontAwesomeLayers } from '@fortawesome/vue-fontawesome'
import { createGettext } from 'vue3-gettext'
import translations from './assets/translations.json'
import { selectLanguage } from '../lib/i18n.js'
import flaskserverport from '../lib/flaskserverport.json'
import { createVuetify, ThemeDefinition } from 'vuetify'
import * as components from 'vuetify/components'
import * as directives from 'vuetify/directives'
import 'vuetify/styles'
import VueMousetrapPlugin from 'vue-mousetrap'
if (flaskserverport.port === undefined) {
var theflaskport = window.inkstitchAPI.flaskport()
console.log("Installed mode")
console.log(theflaskport)
} else {
var theflaskport = flaskserverport.port
console.log("Dev mode")
console.log(theflaskport)
}
const inkStitchTheme = {
dark: false,
colors: {
primary: '#003399',
secondary: '#000000',
accent: '#8c9eff',
error: '#b71c1c',
}
}
const vuetify = new createVuetify({
components,
directives,
ssr: true,
theme: {
defaultTheme: 'inkStitchTheme',
themes: {
inkStitchTheme,
}
}
})
library.add(fas)
const app = createApp(App)
app.component('font-awesome-icon', FontAwesomeIcon)
app.component('font-awesome-layers', FontAwesomeLayers)
app.use(createGettext({
defaultLanguage: selectLanguage(translations, theflaskport),
translations: translations,
silent: true,
setGlobalProperties: true,
}))
app.use(VueMousetrapPlugin)
app.use(vuetify)
app.use(router)
app.mount('#app')

Wyświetl plik

@ -1,31 +0,0 @@
/*
* Authors: see git history
*
* Copyright (c) 2010 Authors
* Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details.
*
*/
import { createWebHashHistory, createRouter } from 'vue-router'
const routes = [
{
path: '/simulator',
name: 'simulator',
component: () => import('../components/Simulator.vue')
},
{
path: '/:pathMatch(.*)*',
name: 'NotFound',
component: () => import('../components/NotFound.vue')
},
]
const router = createRouter({
history: createWebHashHistory(),
routes
})
// Sets title for each routes
const DEFAULT_TITLE = 'Ink/Stitch';
router.beforeEach((to) => {
document.title = to.meta.title || DEFAULT_TITLE
})
export default router

Wyświetl plik

@ -1,21 +0,0 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"strict": true,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"baseUrl": ".",
"types": ["webpack-env"],
"paths": {
"@/*": ["src/*"]
},
"lib": ["ESNext", "DOM", "DOM.Iterable", "ScriptHost"]
},
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx"],
"exclude": ["node_modules", "dist"]
}

Wyświetl plik

@ -9,7 +9,7 @@
"auto_satin": false,
"reversible": false,
"default_glyph": " ",
"min_scale": 0.20,
"min_scale": 0.2,
"max_scale": 0.55,
"size": 25.3,
"horiz_adv_x_default": 0,
@ -43609,120 +43609,120 @@
"Pv": 2
},
"glyphs": [
"œ",
"ı",
"ü",
"û",
"ú",
"ù",
"ö",
"ô",
"ó",
"ñ",
"ï",
"î",
"í",
"ë",
"ê",
"é",
"è",
"ç",
"æ",
"ä",
"â",
"á",
"à",
"ß",
"Ü",
"Ö",
"Æ",
"Ä",
"|",
"z",
"y",
"x",
"w",
"v",
"u",
"t",
"s",
"r",
"q",
"p",
"o",
"n",
"m",
"l",
"k",
"j",
"i",
"h",
"g",
"f",
"e",
"d",
"c",
"b",
"a",
"\\",
"Z",
"Y",
"X",
"W",
"V",
"U",
"T",
"S",
"R",
"Q",
"P",
"O",
"N",
"M",
"L",
"K",
"J",
"I",
"H",
"G",
"F",
"E",
"D",
"C",
"B",
"A",
"@",
"?",
"=",
";",
":",
"9",
"8",
"7",
"6",
"5",
"4",
"3",
"2",
"1",
"0",
"/",
".",
"-",
",",
"+",
"*",
")",
"(",
"'",
"",
"",
"&",
"\"",
"!",
"Ä",
"Æ",
"B",
"C",
"D",
"E",
"É",
"È",
"Ê",
"Ë"
"Ë",
"F",
"G",
"H",
"I",
"J",
"K",
"L",
"M",
"N",
"O",
"Ö",
"P",
"Q",
"R",
"S",
"T",
"U",
"Ü",
"V",
"W",
"X",
"Y",
"Z",
"a",
"á",
"â",
"ä",
"à",
"æ",
"b",
"c",
"ç",
"d",
"e",
"é",
"ê",
"ë",
"è",
"f",
"g",
"h",
"i",
"ı",
"í",
"î",
"ï",
"j",
"k",
"l",
"m",
"n",
"ñ",
"o",
"ó",
"ô",
"ö",
"œ",
"p",
"q",
"r",
"s",
"ß",
"t",
"u",
"ú",
"û",
"ü",
"ù",
"v",
"w",
"x",
"y",
"z",
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"*",
"\\",
":",
",",
"!",
".",
"?",
"\"",
"'",
"",
"",
";",
"/",
"(",
")",
"-",
"=",
"+",
"|",
"@",
"&"
]
}

File diff suppressed because one or more lines are too long

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 608 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 762 KiB

Wyświetl plik

@ -0,0 +1,8 @@
This font has been adapted for Ink/Stitch
ORIGINAL FONT DOWNLOAD:https://biostim.com.au/free-fonts/cat-font/
Free to use anywhere under Creative Commons Deed CC0

Wyświetl plik

@ -0,0 +1,326 @@
{
"name": "Cats",
"description": "Cats is a silly font that makes use of satin random parameters. Font height is approximatively 40mm. It can be scaled down to 70% (28mm) and up to 150% (60mm)",
"keywords": [
"display"
],
"leading": 200,
"auto_satin": false,
"reversible": false,
"letter_case": "",
"default_glyph": "<22>",
"size": 40.0,
"min_scale": 0.7,
"max_scale": 1.5,
"horiz_adv_x_default": 98,
"horiz_adv_x_space": 60,
"units_per_em": 200,
"horiz_adv_x": {
"à": 85,
"ï": 48,
"ç": 104,
"ô": 104,
"ù": 105,
"ÿ": 100,
"â": 85,
"ä": 85,
"û": 105,
"ü": 105,
"ö": 104,
"î": 48,
"ß": 89,
"œ": 177,
"Œ": 213,
"Æ": 208,
"æ": 166,
"é": 96,
"è": 96,
"ê": 96,
"ë": 96,
"É": 99,
"È": 99,
"Ê": 99,
"Ë": 99,
"Ä": 143,
"Â": 143,
"À": 143,
"Ö": 136,
"Ô": 136,
"Ü": 124,
"Ù": 124,
"Û": 124,
" ": 60,
"!": 29,
"\"": 67,
"$": 78,
"%": 153,
"&": 112,
"'": 30,
"(": 59,
")": 59,
"*": 83,
"+": 84,
",": 32,
"-": 72,
".": 29,
"/": 82,
"0": 114,
"1": 68,
"2": 114,
"3": 110,
"4": 105,
"6": 110,
"7": 119,
"8": 106,
"9": 109,
":": 30,
";": 36,
"<": 83,
"=": 97,
">": 91,
"?": 110,
"@": 165,
"A": 143,
"B": 111,
"C": 127,
"D": 125,
"E": 99,
"F": 100,
"G": 175,
"H": 112,
"I": 72,
"J": 100,
"K": 103,
"L": 110,
"M": 166,
"N": 128,
"O": 136,
"P": 115,
"Q": 141,
"R": 101,
"S": 89,
"T": 97,
"U": 124,
"V": 117,
"W": 179,
"X": 129,
"Y": 106,
"Z": 109,
"[": 59,
"\\": 88,
"]": 54,
"^": 88,
"_": 102,
"`": 44,
"a": 85,
"b": 103,
"c": 104,
"d": 113,
"e": 96,
"f": 66,
"g": 109,
"h": 100,
"i": 48,
"j": 56,
"k": 95,
"l": 60,
"m": 156,
"n": 110,
"o": 104,
"p": 109,
"q": 104,
"r": 80,
"s": 77,
"t": 85,
"u": 105,
"w": 138,
"x": 94,
"y": 100,
"z": 88,
"{": 82,
"|": 26,
"}": 79,
"~": 102,
" ": 60,
"¡": 30,
"¢": 87,
"£": 99,
"¥": 106,
"¦": 27,
"§": 86,
"¨": 63,
"©": 165,
"ª": 67,
"«": 93,
"¬": 108,
"®": 170,
"¯": 118,
"°": 72,
"±": 74,
"²": 67,
"³": 67,
"´": 36,
"µ": 90,
"Μ": 90,
"¶": 109,
"·": 32,
"¹": 50,
"º": 74,
"»": 90,
"¼": 139,
"½": 147,
"¾": 148,
"¿": 88,
"×": 96,
"÷": 113,
"˙": 30,
"˚": 57,
"˛": 44,
"˜": 83,
"˝": 67,
"–": 99,
"—": 200,
"": 44,
"'": 47,
"'": 47,
"'":47,
"": 47,
"": 35,
"“": 81,
"”": 79,
"„": 60,
"•": 50,
"…": 187,
"‰": 227,
"": 56,
"": 53,
"": 105,
"€": 121,
"™": 151,
"": 102
},
"kerning_pairs": {
"el": -10,
"st": -10,
"rl": -10,
"yi":-10
},
"glyphs": [
"!",
"\"",
",",
"-",
".",
"/",
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
":",
";",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I",
"J",
"K",
"L",
"M",
"N",
"O",
"P",
"Q",
"R",
"S",
"T",
"U",
"V",
"W",
"X",
"Y",
"Z",
"a",
"b",
"c",
"d",
"e",
"f",
"g",
"h",
"i",
"j",
"k",
"l",
"m",
"n",
"o",
"p",
"q",
"r",
"s",
"t",
"u",
"v",
"w",
"x",
"y",
"z",
"«",
"»",
"˝",
"",
"",
"“",
"”",
"„",
"?",
"@",
"é",
"è",
"ë",
"ê",
"É",
"È",
"Ê",
"Ë",
"Ä",
"Â",
"À",
"Ö",
"Ô",
"Ü",
"Ù",
"Û",
"à",
"ï",
"ç",
"ô",
"ù",
"ÿ",
"â",
"ä",
"û",
"ü",
"ö",
"î",
"ß",
"œ",
"Œ",
"Æ",
"æ",
"'",
"'",
"'"
]
}

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 14 KiB

21414
fonts/cats/→.svg 100644

Plik diff jest za duży Load Diff

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 1.4 MiB

Wyświetl plik

@ -14,7 +14,7 @@
"max_scale": 1.8,
"size": 40,
"horiz_adv_x_default": 44,
"horiz_adv_x_space": 20,
"horiz_adv_x_space": 80,
"units_per_em": 227,
"horiz_adv_x": {
"A": 152,

Wyświetl plik

@ -6,7 +6,7 @@
"monogram",
"multicolor"
],
"leading": 300,
"leading": 350,
"auto_satin": false,
"reversible": false,
"letter_case": "upper",

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 245 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 78 KiB

File diff suppressed because one or more lines are too long

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 3.0 MiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 3.0 MiB

Wyświetl plik

@ -0,0 +1,10 @@
This font has been adapted for Ink/Stitch by Célia Imbert Sabater.
ORIGINAL FONT DOWNLOAD: https://www.1001fonts.com/emilio-20-font.html
LICENSE: Public Domain
==========================
EMILIO 20
==========================
Based on Emilio 20 by Adien Gunarta. Used and distributed with permission from the author.

Wyświetl plik

@ -0,0 +1,95 @@
{
"name": "EMILIO_20_Tartan",
"description": "Emilio 20 Tartan uses tartan fill for a colorful font approximatively 40 mm high. The font can be scaled down to 65% and up to 150%.",
"keywords": [
"display",
"applique",
"serif"
],
"leading": 200,
"auto_satin": false,
"reversible": false,
"letter_case": "upper",
"default_glyph": " ",
"min_scale": 0.65,
"max_scale": 1.5,
"size": 45,
"horiz_adv_x_default": 156,
"horiz_adv_x_space": 20,
"units_per_em": 200,
"horiz_adv_x": {
"9": 159,
"8": 160,
"7": 146,
"3": 158,
"5": 161,
"2": 160,
"1": 99,
"Z": 158,
"Y": 174,
"X": 186,
"N": 185,
"K": 188,
"H": 181,
"I": 101,
"P": 170,
"C": 149,
"R": 175,
"A": 180,
"V": 176,
"B": 165,
"D": 164,
"O": 153,
"E": 165,
"F": 163,
"G": 151,
"J": 148,
"M": 222,
"Q": 153,
"S": 160,
"T": 154,
"U": 188,
"W": 286,
"4": 168
},
"kerning_pairs": {},
"glyphs": [
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I",
"J",
"K",
"L",
"M",
"N",
"O",
"P",
"Q",
"R",
"S",
"T",
"U",
"V",
"W",
"X",
"Y",
"Z"
]
}

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 82 KiB

Plik diff jest za duży Load Diff

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 644 KiB

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "Roaring Twenties KOR",
"description": "Roaring Twenies KOR is a script font of size approximatively 16 mm. It can be scaled down to 70% and up to 150%",
"description": "Roaring Twenties KOR is a font of size approximatively 16 mm. It can be scaled down to 70% and up to 150%",
"keywords": [
"display"
],
@ -248,7 +248,8 @@
"ffi": 94,
"ffl": 94
},
"kerning_pairs": {},
"kerning_pairs": {
},
"glyphs": [
"\"",
"!",

File diff suppressed because one or more lines are too long

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 47 KiB

File diff suppressed because one or more lines are too long

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 47 KiB

Wyświetl plik

@ -1,837 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:inkstitch="http://inkstitch.org/namespace"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="100mm"
height="100mm"
viewBox="0 0 100 100"
version="1.1"
id="svg11604"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="Bfly FSL.svg">
<sodipodi:namedview
id="base"
pagecolor="#848484"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="1.4142136"
inkscape:cx="280.92306"
inkscape:cy="155.27797"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:snap-global="false"
inkscape:window-width="1920"
inkscape:window-height="1055"
inkscape:window-x="0"
inkscape:window-y="8"
inkscape:window-maximized="1"
showguides="true"
inkscape:guide-bbox="true" />
<defs
id="defs11598" />
<metadata
id="metadata11601">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:creator>
<cc:Agent>
<dc:title>Evan West at Wild West Designs</dc:title>
</cc:Agent>
</dc:creator>
<dc:rights>
<cc:Agent>
<dc:title>License to Use</dc:title>
</cc:Agent>
</dc:rights>
<dc:publisher>
<cc:Agent>
<dc:title>Wild West Designs</dc:title>
</cc:Agent>
</dc:publisher>
<dc:source>www.wildwestdesigns.biz</dc:source>
</cc:Work>
</rdf:RDF>
<inkstitch:client-overview-transform>&quot;matrix(5, 0, 0, 5, -598.975, -235.975)&quot;</inkstitch:client-overview-transform>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Instructions"
sodipodi:insensitive="true"
style="display:inline">
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888855px;line-height:1.25;font-family:'A&amp;S Sarsaparilla Ornamental';-inkscape-font-specification:'A&amp;S Sarsaparilla Ornamental';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="39.158333"
y="105.55624"
id="text4721"
sodipodi:insensitive="true"><tspan
sodipodi:role="line"
id="tspan4719"
x="39.158333"
y="105.55624"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'DejaVu Sans';-inkscape-font-specification:'DejaVu Sans';stroke-width:0.26458332px">Instructions</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888855px;line-height:1.25;font-family:'DejaVu Sans';-inkscape-font-specification:'DejaVu Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="0.52916664"
y="115.02882"
id="text4729"
sodipodi:insensitive="true"><tspan
sodipodi:role="line"
id="tspan4727"
x="0.52916664"
y="115.02882"
style="stroke-width:0.26458332px">1. For free standing lace, the areas that</tspan><tspan
sodipodi:role="line"
x="0.52916664"
y="121.20242"
style="stroke-width:0.26458332px"
id="tspan4731">would be for traditional fills are going to</tspan><tspan
sodipodi:role="line"
x="0.52916664"
y="127.37604"
style="stroke-width:0.26458332px"
id="tspan4733">be for 2 layers of loose fill with opposing</tspan><tspan
sodipodi:role="line"
x="0.52916664"
y="133.54965"
style="stroke-width:0.26458332px"
id="tspan4735">angles. For instance, one loose fill would</tspan><tspan
sodipodi:role="line"
x="0.52916664"
y="139.72327"
style="stroke-width:0.26458332px"
id="tspan4737">have 0 degree angle and the second </tspan><tspan
sodipodi:role="line"
x="0.52916664"
y="145.89687"
style="stroke-width:0.26458332px"
id="tspan4739">layer would have 90 degree angle.</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888855px;line-height:1.25;font-family:'DejaVu Sans';-inkscape-font-specification:'DejaVu Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="0.79374999"
y="156.32686"
id="text4743"
sodipodi:insensitive="true"><tspan
sodipodi:role="line"
id="tspan4741"
x="0.79374999"
y="156.32686"
style="stroke-width:0.26458332px">2. Experiment with different density</tspan><tspan
sodipodi:role="line"
x="0.79374999"
y="162.50047"
style="stroke-width:0.26458332px"
id="tspan4745">levels and stitch angles to attach </tspan><tspan
sodipodi:role="line"
x="0.79374999"
y="168.67407"
style="stroke-width:0.26458332px"
id="tspan4747">different looks and affects.</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888855px;line-height:1.25;font-family:'DejaVu Sans';-inkscape-font-specification:'DejaVu Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="0"
y="178.14665"
id="text4751"
sodipodi:insensitive="true"><tspan
sodipodi:role="line"
id="tspan4749"
x="0"
y="178.14665"
style="stroke-width:0.26458332px">3. For detail work and outline work, use </tspan><tspan
sodipodi:role="line"
x="0"
y="184.32027"
style="stroke-width:0.26458332px"
id="tspan4753">a decent size satin stitch. Satin stitch</tspan><tspan
sodipodi:role="line"
x="0"
y="190.49387"
style="stroke-width:0.26458332px"
id="tspan4755">outlines are required as that helps &quot;seal&quot;</tspan><tspan
sodipodi:role="line"
x="0"
y="196.66748"
style="stroke-width:0.26458332px"
id="tspan4757">the edges and keep the design together</tspan><tspan
sodipodi:role="line"
x="0"
y="202.84109"
style="stroke-width:0.26458332px"
id="tspan4759">after the solvy stabilizer is removed.</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888855px;line-height:1.25;font-family:'DejaVu Sans';-inkscape-font-specification:'DejaVu Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="0"
y="213.27107"
id="text4763"
sodipodi:insensitive="true"><tspan
sodipodi:role="line"
x="0"
y="213.27107"
style="stroke-width:0.26458332px"
id="tspan4765">4. For the actual embroidery, use solvy</tspan><tspan
sodipodi:role="line"
x="0"
y="219.44469"
style="stroke-width:0.26458332px"
id="tspan4771">and I prefer heavy weight solvy, usually </tspan><tspan
sodipodi:role="line"
x="0"
y="225.61829"
style="stroke-width:0.26458332px"
id="tspan4775">with two layers of stabilizer. Depending</tspan><tspan
sodipodi:role="line"
x="0"
y="231.7919"
style="stroke-width:0.26458332px"
id="tspan4777">on the brand, may still have to use more</tspan><tspan
sodipodi:role="line"
x="0"
y="237.96552"
style="stroke-width:0.26458332px"
id="tspan4779">even with it being heavy weight. Just </tspan><tspan
sodipodi:role="line"
x="0"
y="244.13913"
style="stroke-width:0.26458332px"
id="tspan4781">have to experiment to find out what is</tspan><tspan
sodipodi:role="line"
x="0"
y="250.31274"
style="stroke-width:0.26458332px"
id="tspan4783">needed.</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888855px;line-height:1.25;font-family:'DejaVu Sans';-inkscape-font-specification:'DejaVu Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="0"
y="259.78531"
id="text4787"
sodipodi:insensitive="true"><tspan
sodipodi:role="line"
id="tspan4785"
x="0"
y="259.78531"
style="stroke-width:0.26458332px">5. Following the instructions on the </tspan><tspan
sodipodi:role="line"
x="0"
y="265.95892"
style="stroke-width:0.26458332px"
id="tspan4789">stabilizer for removal. I tend to like to </tspan><tspan
sodipodi:role="line"
x="0"
y="272.13254"
style="stroke-width:0.26458332px"
id="tspan4791">have a little of the stabilizer left and to </tspan><tspan
sodipodi:role="line"
x="0"
y="278.30615"
style="stroke-width:0.26458332px"
id="tspan4793">try not to remove all of it. This allows for</tspan><tspan
sodipodi:role="line"
x="0"
y="284.47974"
style="stroke-width:0.26458332px"
id="tspan4795">some stiffness to remain in the finished</tspan><tspan
sodipodi:role="line"
x="0"
y="290.65335"
style="stroke-width:0.26458332px"
id="tspan4797">product.</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888855px;line-height:1.25;font-family:'DejaVu Sans';-inkscape-font-specification:'DejaVu Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="0.26458332"
y="301.08334"
id="text4801"
sodipodi:insensitive="true"><tspan
sodipodi:role="line"
id="tspan4799"
x="0.26458332"
y="301.08334"
style="stroke-width:0.26458332px">6. Enjoy your new FSL ornament.</tspan></text>
</g>
<g
style="display:inline"
transform="translate(0,-197)"
id="layer1"
inkscape:groupmode="layer"
inkscape:label="Butterfly Lace">
<path
embroider_row_spacing_mm="1.8"
embroider_angle="45"
embroider_max_stitch_length_mm="4"
inkscape:connector-curvature="0"
id="path1785"
d="m 35.695692,239.89609 c 0,0 -17.67039,-8.69345 -25.51339,-7.843 0,0 -5.2916696,0.28348 -7.1815496,6.52009 0,0 -1.03943,7.08705 4.44122,16.63095 0,0 1.51191,2.55134 5.4806596,1.98437 0,0 10.58333,-2.55133 13.89062,-3.68526 0,0 7.37054,-1.79539 9.73289,-3.2128 0,0 -1.7009,-5.48066 -0.85045,-10.39435 z"
style="display:inline;fill:#191d1f;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
embroider_running_stitch_length_mm="1.6"
style="display:inline;fill:none;fill-rule:evenodd;stroke:#191d1f;stroke-width:0.26499999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26499999, 0.26499999;stroke-dashoffset:0;stroke-opacity:1"
d="m 4.4181624,235.50212 c 0,0 -1.55915,2.55134 -1.5119,4.63021 0,0 0.33073,6.37835 2.22061,10.2526 0,0 1.46465,4.34673 3.77976,6.18936"
id="path1156"
inkscape:connector-curvature="0" />
<path
embroider_row_spacing_mm="1.8"
embroider_angle="135"
embroider_max_stitch_length_mm="4"
inkscape:connector-curvature="0"
id="path1785-7"
d="m 35.695692,239.89609 c 0,0 -17.67038,-8.69345 -25.51339,-7.843 0,0 -5.2916696,0.28348 -7.1815496,6.52009 0,0 -1.03943,7.08705 4.44122,16.63095 0,0 1.51191,2.55134 5.4806596,1.98437 0,0 10.58333,-2.55133 13.89062,-3.68526 0,0 7.37054,-1.79539 9.73289,-3.2128 0,0 -1.70089,-5.48066 -0.85045,-10.39435 z"
style="display:inline;fill:#191d1f;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26499999, 0.26499999;stroke-dashoffset:0"
d="m 8.6861324,256.4076 c 0,0 2.0713396,1.33635 5.1449396,0.60135 0,0 9.95579,-2.67269 11.5594,-3.07359 0,0 9.08717,-2.40543 11.02487,-3.60814"
id="path11197"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="1.6" />
<path
inkscape:connector-curvature="0"
id="path2086"
d="m 34.939742,251.04639 1.6064,-0.85045 0.0945,1.88989 v 0.66145 l -1.51191,0.66146 -3.40178,1.51191 -4.53572,1.79538 -8.88244,2.26786 -5.95312,0.66146 -2.5513396,0.18899"
style="display:inline;fill:none;fill-rule:evenodd;stroke:#191d1f;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26458332, 0.26458332;stroke-dashoffset:0;stroke-opacity:1"
embroider_running_stitch_length_mm="1.6" />
<path
embroider_row_spacing_mm="1.8"
embroider_angle="45"
embroider_max_stitch_length_mm="4"
inkscape:connector-curvature="0"
id="path2088"
d="m 9.3318524,259.88158 5.5751496,14.78832 c 0,0 1.08668,2.26786 5.19717,1.27567 0,0 2.55134,-1.13392 5.05544,-3.26004 0,0 4.34672,-4.11049 5.81138,-5.6224 l 7.9375,-8.92969 -2.22061,-5.00818 -0.75595,-0.0945 -2.92932,1.32292 c 0,0 -4.11049,1.70089 -4.7247,1.93713 0,0 -1.74814,0.66145 -2.4096,0.89769 0,0 -9.35491,1.98437 -11.38653,2.17336 z"
style="display:inline;fill:#191d1f;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
sodipodi:nodetypes="ccccccccccccc" />
<path
embroider_running_stitch_length_mm="1.6"
inkscape:connector-curvature="0"
id="path1318"
d="m 9.3318524,259.88158 c 0,0 5.1971696,13.79613 5.5278996,14.74108 0,0 0.61422,0.94494 1.88989,1.5119"
style="display:inline;fill:none;fill-rule:evenodd;stroke:#191d1f;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26458332, 0.26458332;stroke-dashoffset:0;stroke-opacity:1" />
<path
embroider_row_spacing_mm="1.8"
embroider_angle="135"
embroider_max_stitch_length_mm="4"
inkscape:connector-curvature="0"
id="path2088-9"
d="m 9.3318524,259.88158 5.5751496,14.78832 c 0,0 1.08668,2.26786 5.19717,1.27567 0,0 2.55134,-1.13392 5.05544,-3.26004 0,0 4.34672,-4.11049 5.81138,-5.6224 l 7.9375,-8.92969 -2.22061,-5.00818 -0.75596,-0.0945 -2.92931,1.32292 c 0,0 -4.11049,1.70089 -4.7247,1.93713 0,0 -1.74814,0.66145 -2.4096,0.89769 0,0 -9.35491,1.98437 -11.38653,2.17336 z"
style="display:inline;fill:#191d1f;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
sodipodi:nodetypes="ccccccccccccc" />
<path
inkscape:connector-curvature="0"
id="path1320"
d="m 16.182672,275.85108 c 0,0 3.16555,0.99219 5.66964,-0.75596 0,0 5.57515,-4.29947 7.60677,-6.52008 0,0 4.77195,-5.24442 5.57515,-6.04762 0,0 3.63802,-4.20499 3.82701,-4.39398 0,0 2.92932,6.28386 3.77976,7.65402 0,0 4.29948,7.32329 5.7169,8.92969 0,0 0.85044,1.22842 1.32291,1.6064"
style="display:inline;fill:none;fill-rule:evenodd;stroke:#191d1f;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26458332, 0.26458332;stroke-dashoffset:0;stroke-opacity:1"
embroider_running_stitch_length_mm="1.6" />
<path
embroider_row_spacing_mm="1.1"
embroider_max_stitch_length_mm="4"
embroider_angle="180"
inkscape:connector-curvature="0"
id="path2411"
d="m 49.633562,276.37079 2.504104,-3.16554 c 0,0 3.54352,-5.05544 4.6302,-6.99257 0,0 2.88207,-5.14992 4.11049,-7.79575 0,0 2.36236,-4.86644 2.83483,-6.56734 0,0 1.13392,-4.7247 1.6064,-8.07924 0,0 0.42522,-2.50409 -0.18899,-4.8192 0,0 -0.66146,-3.21279 -2.12612,-4.53571 0,0 -2.88207,-2.50409 -6.89806,-1.46466 0,0 -2.59859,0.8032 -5.575154,3.35454 0,0 -3.40179,-3.44903 -5.52791,-2.97656 0,0 -3.827,-0.28349 -5.95312,1.46465 0,0 -1.98438,1.74815 -2.92932,4.20499 0,0 -0.89769,2.92931 -0.47247,6.99256 0,0 1.03944,6.4256 2.12612,9.49665 0,0 3.68527,8.40997 4.96094,10.53609 0,0 4.7247,8.07923 6.89806,10.34709 z"
style="display:inline;fill:#191d1f;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
embroider_running_stitch_length_mm="1.6"
style="display:inline;fill:none;fill-rule:evenodd;stroke:#191d1f;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26458332, 0.26458332;stroke-dashoffset:0;stroke-opacity:1"
d="m 49.633562,276.2763 c 0,0 -4.11049,-5.29166 -5.10267,-7.22879 0,0 -5.00819,-8.69345 -5.48066,-10.53609 0,0 -1.98438,-4.29948 -2.17336,-6.04762"
id="path2569"
inkscape:connector-curvature="0" />
<path
embroider_row_spacing_mm="1.1"
embroider_max_stitch_length_mm="4"
embroider_angle="90"
inkscape:connector-curvature="0"
id="path2411-2"
d="m 49.633562,276.37079 2.504104,-3.16555 c 0,0 3.54352,-5.05543 4.6302,-6.99256 0,0 2.88207,-5.14992 4.1105,-7.79575 0,0 2.36235,-4.86644 2.83482,-6.56734 0,0 1.13393,-4.7247 1.6064,-8.07924 0,0 0.42522,-2.50409 -0.18899,-4.8192 0,0 -0.66146,-3.21279 -2.12612,-4.53571 0,0 -2.88207,-2.50409 -6.89806,-1.46466 0,0 -2.59859,0.8032 -5.575154,3.35454 0,0 -3.40179,-3.44903 -5.52791,-2.97656 0,0 -3.827,-0.28349 -5.95312,1.46465 0,0 -1.98438,1.74814 -2.92932,4.20499 0,0 -0.89769,2.92931 -0.47247,6.99256 0,0 1.03944,6.4256 2.12612,9.49665 0,0 3.68527,8.40998 4.96094,10.53609 0,0 4.7247,8.07924 6.89806,10.34709 z"
style="display:inline;fill:#191d1f;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path996"
d="m 37.443832,254.68441 -0.56696,-2.17336 -0.70871,-3.1183 -0.42522,-2.92932 -0.28348,-2.69308 0.14174,-2.50409 0.0472,-1.32292 -2.07887,-0.99219 -3.30729,-1.5119 -3.63802,-1.51191 -4.63021,-1.70089 -4.29948,-1.27567 -3.87426,-0.75595 -2.78757,-0.14174 -1.8898796,1.08668 -1.37017,1.70089 -0.61421,1.93713 0.0473,1.74814 0.8032,1.6064 1.46466,1.37016 1.6063996,0.66146 1.79538,-0.0473 1.74814,-0.99219 1.08668,-1.46466 0.0472,-1.55915 -0.7087,-1.37016 -1.08668,-0.56696 -0.81501,0.0118 -0.83864,0.29529 -0.68508,0.48428 -0.36616,0.72052 -0.10631,0.7087 0.0945,0.63784 0.38979,0.64964 0.53153,0.37798 0.63783,0.15355"
style="display:inline;fill:none;fill-rule:evenodd;stroke:#191d1f;stroke-width:0.26499999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26499999, 0.26499999;stroke-dashoffset:0;stroke-opacity:1"
embroider_running_stitch_length_mm="1.6" />
<path
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 11.930442,232.1712 -3.7915796,0.24805 m 3.6616496,0.76777 -3.9569396,-0.36617 m 1.91351,1.14574 -2.27967,-0.6024 m 1.61821,1.39379 -2.31511,-0.73233 m 1.63003,2.16155 -2.17337,-0.53153 m 2.04344,1.77177 c -0.0472,0.0236 -2.23243,0.24804 -2.23243,0.24804 m 2.82301,1.13393 -2.46865,0.66146 m 3.14192,0.37798 -1.92531,1.64183 m 3.2127996,-0.63784 -1.3111096,1.91351 m 2.5277196,-1.5119 -0.21262,1.78357 m 1.63003,-2.05525 0.25986,1.81901 m 0.59058,-2.59858 1.18118,1.53553 m -0.63784,-2.26786 1.51191,0.59059 m -1.4056,-1.6064 1.68908,0.21261 m -1.85444,-1.05124 1.74814,-0.14175 m -2.29149,-0.38979 1.46466,-1.1103 m -2.35054,0.87407 c 0,-0.0473 0.50791,-1.47647 0.50791,-1.47647 m -1.28748,1.81901 -0.41341,-1.50009 m -0.21262,2.13793 c -0.0591,0 -1.18117,-0.79139 -1.18117,-0.79139 m 1.12212,1.70089 -1.41742,0.43703 m 1.64184,0.21262 -0.73233,0.73233 m 1.34654,-0.38979 -0.15355,0.92131 m 0.38978,-0.37797 c 0,0 -1.33472,0.0827 -1.87806,-1.24023 0,0 -0.43704,-0.99219 0.3071,-2.07887 0,0 0.73233,-1.08669 2.13793,-1.12212 0,0 1.3111,-0.0354 2.06706,1.02762 0,0 0.72051,0.88588 0.59058,2.06706 0,0 -0.0591,1.25205 -0.95675,2.19699 0,0 -0.86226,1.03943 -2.06706,1.32291 0,0 -2.1143,0.53153 -3.04743,-0.0354 0,0 -2.1733596,-0.6142 -3.1655496,-2.88206 0,0 -0.8032,-1.75995 -0.21261,-3.80339 0,0 0.49609,-1.73632 1.58277,-2.7167 l 0.6024,-0.93313 m 4.0278096,8.06743 c 0,0 -1.75995,-0.0591 -1.59458,-1.94894 0,0 0.21261,-1.58277 2.00799,-1.74814 0,0 1.52372,-0.0945 1.96076,1.64184 0,0 0.37797,1.58277 -1.12212,2.72851 0,0 -1.02762,0.8977 -2.72852,0.72052 0,0 -2.0906796,-0.16537 -3.1419196,-2.07887 0,0 -1.08669,-1.87807 -0.25986,-3.7207 0,0 0.48428,-1.24024 1.41741,-2.03163 0,0 1.5591496,0.30711 1.9961896,-1.004 l 0.2008,-0.9095"
style="display:inline;fill:none;fill-rule:evenodd;stroke:#191d1f;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path1044" />
<path
embroider_running_stitch_length_mm="1.6"
style="display:inline;fill:none;fill-rule:evenodd;stroke:#191d1f;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26458332, 0.26458332;stroke-dashoffset:0;stroke-opacity:1"
d="m 11.659502,232.01925 c 0,0 5.41221,0.53454 7.01583,1.26953 0,0 7.91786,2.33861 10.12283,3.50792 l 2.43884,1.03567 1.08934,0.55208 3.015,1.38171 -0.0591,0.73233 -0.10631,0.75596 -0.0118,0.23623 v 0.24805 l -0.0354,0.51971"
id="path1211"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccc" />
<path
id="path1239"
style="display:inline;fill:none;fill-rule:evenodd;stroke:#191d1f;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 30.502012,237.72379 -0.97721,-0.45937 m 0.53454,0.71829 -1.14425,-0.53454 m 0.16704,1.12754 -0.83521,-0.90203 m -0.0668,2.03792 c -0.0334,-0.0167 -1.31964,-0.92709 -1.31964,-0.92709 m 1.09413,1.85419 -1.61197,-0.0668 m 2.41378,1.00226 c -0.0668,0.0334 -2.18827,1.37811 -2.18827,1.37811 m 2.79798,-0.45102 c -0.0167,0.0334 -1.62868,1.67043 -1.62868,1.67043 m 2.79798,-1.13589 c -0.0334,0.0501 -1.07743,2.10475 -1.07743,2.10475 m 2.6894,-2.15486 -0.53454,2.35531 m 1.65373,-2.74786 c 0.0167,0.0752 -0.14198,2.39707 -0.14198,2.39707 m 1.09413,-3.61649 c 0.008,0.0418 -0.0167,2.78127 -0.0167,2.78127 m 0.88532,-3.67496 -0.0752,2.78128 m 0.25056,-2.48895 c 0,0 -0.98555,1.7456 -1.28623,2.02958 0,0 -0.82687,1.01896 -2.26344,1.31964 0,0 -2.29685,0.50948 -3.60814,-1.5535 0,0 -0.86862,-1.23612 -0.35079,-2.78963 0,0 0.5596,-1.78736 2.28849,-1.89594 l 0.46773,-0.37585 m 4.76909,4.91108 c 0,0 -0.47608,0.65982 -0.60971,0.83522 0,0 -1.328,1.57856 -2.97337,1.66208 0,0 -3.16548,0.63476 -4.51853,-2.53071 0,0 -0.91039,-1.82077 0.45937,-3.72507 0,0 0.593,-0.83522 1.5368,-1.14425 l 0.74334,-0.29232"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm=".33"
embroider_center_walk_underlay="True" />
<path
inkscape:connector-curvature="0"
id="path1410"
d="m 29.833832,237.23101 0.68488,0.30068 1.31964,0.56795 0.16705,0.65147 0.16704,0.76839 -0.11693,0.7517 -0.28398,0.58465 -0.50112,0.43431 -0.68488,0.30069 -0.48861,0.006 -0.53153,-0.15946 -0.4016,-0.3012 -0.28348,-0.38979 -0.11221,-0.37798 -0.0413,-0.37207"
style="display:inline;fill:none;fill-rule:evenodd;stroke:#191d1f;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26458332, 0.26458332;stroke-dashoffset:0;stroke-opacity:1"
embroider_running_stitch_length_mm="1.6" />
<path
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 31.360782,238.37238 1.05124,0.2008 m -0.86225,0.15355 0.92722,0.23033 m -0.87998,0.5079 1.02763,0.0709 m -1.02172,0.64965 0.96856,0.15356 m -1.28748,0.33663 0.84454,0.39569 m -1.32291,-0.1004 0.47837,0.75596 m -0.91541,-0.56106 c -0.006,0.0295 0.14174,0.76776 0.14174,0.76776 m -0.67918,-0.86226 -0.0532,0.78548 m -0.37207,-1.03352 -0.23623,0.69098 m -0.0236,-0.88588 c -0.0236,0.0236 -0.30711,0.43704 -0.30711,0.43704 m 0.12402,-0.72052 c -0.0236,0.0118 -0.33073,0.25395 -0.33073,0.25395 m 0.25986,-0.57877 -0.35435,0.0532 m 0.24214,-0.15946 c 0,0 -0.0118,0.66146 0.31301,0.99809 0,0 0.36617,0.54925 1.11031,0.56697 0,0 0.7028,0.0591 1.35835,-0.63193 0,0 0.45475,-0.6024 0.43113,-1.13393 0,0 0.0709,-0.56696 -0.36617,-1.13983 l -0.14174,-0.33073 m -2.78757,1.67727 c 0,0 -0.0413,0.63783 0.31892,1.13393 0,0 0.47246,0.7028 1.39378,0.64964 0,0 0.75595,0.0118 1.38198,-0.64374 0,0 0.49609,-0.61421 0.55515,-1.11621 0,0 0.10631,-0.63783 -0.0768,-1.09259 l -0.15355,-0.51381"
style="display:inline;fill:none;fill-rule:evenodd;stroke:#191d1f;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path1438" />
<path
embroider_running_stitch_length_mm="1.6"
inkscape:connector-curvature="0"
id="path4780"
d="m 31.915932,238.28969 -3.02381,-1.46465 -5.85863,-2.22061 -3.44903,-1.08668 -4.20499,-1.08669 -3.54353,-0.42522 c 0,0 -2.5040896,-0.0945 -3.5435196,0.47247 0,0 -2.03162,0.8032 -3.2128,2.07887 0,0 -1.65365,2.26786 -2.12612,4.48847 0,0 -0.14174,3.82701 0.8032,7.1343 0,0 1.22843,4.67745 2.59859,6.66183"
style="display:inline;fill:none;fill-rule:evenodd;stroke:#191d1f;stroke-width:0.26499999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26499999, 0.26499999;stroke-dashoffset:0;stroke-opacity:1" />
<path
style="display:inline;fill:none;fill-rule:evenodd;stroke:#191d1f;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26458332, 0.26458332;stroke-dashoffset:0;stroke-opacity:1"
d="m 6.2608024,252.79453 c 0,0 0.75595,2.64583 1.93712,3.16555 0,0 1.32292,0.23624 2.5040996,0.18899 0,0 2.95294,-0.11812 3.99237,-1.37016 0,0 1.74814,-1.88989 1.72452,-2.85845 0,0 0.0709,-2.22061 -0.44885,-3.30729 0,0 -1.63002,-3.04743 -4.13412,-2.05525 0,0 -2.1497296,0.68509 -2.2678496,2.48047 -0.0236,0.0472 0.0472,1.77177 1.1339296,2.29148 0,0 1.27567,0.51972 2.43322,-0.35435 0,0 0.44884,-0.56696 0.51972,-0.75595"
id="path4956"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="1.6" />
<path
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 7.9616924,252.32206 -1.91351,1.25205 m 2.76396,-0.8977 -2.17337,1.79539 m 2.45685,-0.70871 -1.86626,1.67727 m 2.62221,-1.01581 -1.06306,2.4096 m 2.9056896,-2.10249 -0.37797,2.36235 m 1.81901,-2.69308 0.42522,2.29148 m 0.66146,-3.28367 1.22842,1.86626 m -0.44884,-3.09468 1.63002,1.32292 m -1.22843,-2.8112 1.98438,0.42522 m -2.12612,-1.84263 2.26786,-0.21261 m -3.07106,-1.06306 1.79539,-0.87407 m -2.85844,0.25986 c 0.0945,-0.11812 1.29929,-1.63002 1.29929,-1.63002 m -2.22061,1.41741 c 0,0 0.16536,-2.008 0.14174,-1.91351 m -1.06306,2.12612 -0.75595,-1.63002 m -0.11812,2.2206 -1.4646596,-0.87407 m 1.3465396,1.55916 c 0,0 -1.9134996,-0.23624 -1.8898796,-0.14175 m 1.7481396,1.13393 -1.7245096,0.70871 m 2.3150996,0.21261 -1.3465396,1.25205 m 2.2206096,-0.94494 -0.28348,1.29929 m 0.94494,-1.65365 0.82682,1.11031 m -0.33073,-1.53553 1.15756,0.33073 m -0.33073,-0.49609 c 0,0 -0.37798,1.39378 -1.74814,1.72451 0,0 -1.15756,0.4016 -2.2678596,-0.7087 0,0 -1.37016,-1.67727 0.1889896,-3.63803 0,0 1.86626,-2.3151 4.74832,-0.75595 0,0 1.84264,1.13393 2.05525,3.37817 0,0 0.44885,2.22061 -0.94494,4.06324 0,0 -1.18118,1.84263 -3.02381,2.38598 0,0 -1.67727,0.51971 -2.78758,0.18898 0,0 -2.3150996,-0.0472 -3.7088896,-3.40178 m 7.2524196,-3.28367 c 0,0 -0.37797,1.46466 -2.008,1.41741 0,0 -1.55915,0.14174 -1.8190096,-1.81901 0,0 -0.11811,-1.9135 2.0788696,-2.64583 0,0 1.91351,-0.56697 3.18918,1.1103 0,0 1.15755,1.06306 0.94494,3.35454 0,0 -0.30711,2.05525 -1.55916,3.02381 0,0 -1.27567,1.29929 -3.23642,1.32292 0,0 -2.0316196,-0.0945 -3.2600396,-1.41741 0,0 0.49609,-0.61422 -0.0945,-1.25205 0,0 -0.4016,-0.28348 -0.94494,-0.18899"
style="display:inline;fill:none;fill-rule:evenodd;stroke:#191d1f;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path5178" />
<path
inkscape:label="path5359"
style="display:inline;fill:none;fill-rule:evenodd;stroke:#191d1f;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26458332, 0.26458332;stroke-dashoffset:0;stroke-opacity:1"
d="m 6.4970324,252.84178 -0.56696,-0.51972 0.42522,0.99219 1.01581,1.88988 1.70089,1.48828 c 0,0 0.8977,0.92132 3.8506396,0.54334 0,0 6.6382,-1.72451 7.72488,-1.98438 0,0 10.32348,-2.85844 11.10306,-3.09467 l 1.34653,-0.44885 -0.89769,-0.35435 c 0,0 -2.4658,-0.44163 -2.91682,-1.95337 0,0 -0.65147,-1.82913 -0.1921,-2.41378 0,0 0.53454,-1.68714 2.1298,-1.88759 0,0 1.26118,-0.0501 1.74561,0.74334 0,0 0.593,0.86028 0.15869,1.7289 0,0 -0.50113,1.04402 -1.57021,1.02732 0,0 -0.49278,0.0334 -0.92709,-0.3842"
id="path5359"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="1.6" />
<path
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 33.625722,250.92857 -1.22777,0.81016 m -0.43431,-1.05237 -0.34244,1.03567 m -0.98556,-1.51174 c 0,0 -0.43431,1.05237 -0.42596,1.01896 m -0.3842,-2.29685 -0.85192,1.00227 m 0.49278,-2.00453 c 0,0 -1.03567,0.46772 -1.00226,0.45937 m 1.11083,-1.45327 -1.11083,0.15033 m 1.73725,-0.99391 -1.17766,-0.12528 m 1.62032,-0.34244 -0.44266,-0.70158 m 1.41987,0.56795 c -0.0167,-0.0334 -0.16705,-0.96885 -0.16705,-0.96885 m 0.91874,1.20271 0.3675,-0.85192 m 0.0752,1.35305 c 0.0167,-0.0334 0.71828,-0.50948 0.71828,-0.50948 m -0.66817,1.21106 c 0.0418,-0.0334 0.97721,-0.25892 0.97721,-0.25892 m -1.20272,0.91874 c 0.0418,0.008 0.85192,0.11694 0.85192,0.11694 m -1.21106,0.30902 c 0.0251,0.0334 0.45937,0.57631 0.45937,0.57631 m -0.89368,-0.37585 0.10857,0.73499 m -0.55959,-0.71829 c -0.0167,0.0334 -0.15869,0.56795 -0.15869,0.56795 m -0.35079,-0.65982 -0.23386,0.37584 m 0.0251,-0.32573 c 0,0 0.71828,0.7684 1.82912,0.0334 0,0 0.84357,-0.61806 0.65982,-1.64538 0,0 -0.20045,-1.40316 -1.81242,-1.33635 0,0 -1.19436,-0.0418 -1.96276,1.38647 0,0 -0.55959,1.1526 -0.0418,2.37202 0,0 0.55125,1.34469 1.76231,1.82077 0,0 0.69323,0.39255 2.53071,0.29232 m -3.0569,-2.85644 c 0,0 0.7851,0.69323 1.73725,0.26727 0,0 0.65147,-0.27562 0.95215,-1.02732 0,0 0.47607,-0.96885 -0.31738,-1.921 0,0 -0.91874,-1.07743 -2.36367,-0.48442 0,0 -1.23612,0.36749 -1.7289,1.87088 0,0 -0.40926,1.16096 0.1921,2.46389 0,0 0.5763,1.29459 1.88759,1.83748 0,0 0.91874,0.40091 1.97946,0.29233"
style="display:inline;fill:none;fill-rule:evenodd;stroke:#191d1f;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path5579" />
<path
embroider_running_stitch_length_mm="1.6"
inkscape:connector-curvature="0"
id="path5950"
d="m 33.291632,251.3963 0.88533,-0.0501 2.33861,-1.08579 0.43431,2.45554 c 0,0 -3.00678,1.21942 -3.50791,1.40317 0,0 -6.39776,2.97337 -10.40681,3.64154 0,0 -6.99912,1.63703 -9.63841,1.77066 l -0.10022,0.46772 -0.86863,0.80181 -0.66817,1.10249 -0.21716,0.88533 -0.0501,1.06908 0.35079,1.10248 0.63477,0.78511 1.00226,0.70158 1.05237,0.25057 1.23612,-0.16705 1.00227,-0.55124 0.63476,-0.91874 c 0,0 0.26727,-1.06908 0.0668,-1.43657 0,0 -0.71117,-2.0414 -2.65421,-0.79526 0,0 -0.68508,0.69689 -0.53153,1.5119 0,0 0.17718,0.72052 0.93904,0.92723"
style="display:inline;fill:none;fill-rule:evenodd;stroke:#191d1f;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26458332, 0.26458332;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path6178"
style="display:inline;fill:none;fill-rule:evenodd;stroke:#191d1f;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 14.332202,259.98233 -1.77901,-0.0501 m 0.72663,0.83522 -1.12754,-0.51784 m 0.71829,1.08578 -1.23612,-0.66817 m 0.61806,1.81242 -1.26953,-0.53454 m 1.25282,1.49504 -1.24447,-0.0668 m 1.52845,0.89368 -1.39482,0.70994 m 2.03793,0.1921 -1.03567,1.1359 m 2.02958,-0.62642 -0.84357,1.29459 m 1.49504,-0.96886 -0.22551,1.21942 m 1.16096,-1.3614 0.15869,1.24447 m 0.50948,-1.64538 c 0.0334,0.0167 0.86027,0.88534 0.86027,0.88534 m -0.36749,-1.58692 0.94379,0.61806 m -0.86862,-1.46998 1.21941,0.14199 m -1.48668,-0.63477 1.26953,-0.2255 m -1.87924,-0.30904 1.12754,-0.79345 m -1.71219,0.82686 0.0585,-1.07743 m -0.62641,1.48669 -0.81851,-0.5429 m 0.6097,1.21107 -0.88533,0.34244 m 1.00226,0.24221 c -0.0418,0.0334 -0.6097,0.58465 -0.6097,0.58465 m 0.86862,-0.28397 -0.21715,0.60135 m 0.30903,-0.15869 c 0,0 -1.05238,-0.24221 -1.05238,-1.38646 0,0 0.0752,-1.17765 1.19436,-1.5535 0,0 1.26953,-0.52619 2.12146,0.73499 0,0 0.75169,1.25282 -0.18375,2.53906 0,0 -0.65147,1.11919 -2.32191,1.27788 0,0 -1.80407,0.1921 -2.98172,-1.29458 0,0 -1.24448,-1.68714 -0.48443,-3.95893 0,0 0.68488,-1.5201 1.84583,-1.95441 m 1.88759,5.48738 c 0,0 -1.04402,-0.21716 -0.84357,-1.44493 0,0 0.31739,-1.33635 1.78737,-1.16095 0,0 1.40316,0.36749 1.12754,1.921 0,0 -0.28397,1.57856 -2.19662,1.82912 0,0 -2.15486,0.29233 -3.0736,-1.90429 0,0 -0.70158,-1.72055 0.44267,-3.16547 0,0 0.6097,-0.91874 2.1298,-1.55351"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33" />
<path
embroider_running_stitch_length_mm="1.6"
inkscape:connector-curvature="0"
id="path6367"
d="m 13.964702,259.54802 -2.13815,0.10022 -2.4388396,0.26727 1.6704396,4.57699 2.43883,6.5481 0.66817,1.67044 0.33409,-0.73499 0.23386,-1.26953 0.66818,-1.1359 1.06907,-0.90203 0.93545,-0.31738 0.98555,-0.11693 0.98556,0.0334 0.86863,0.60135 0.46772,0.81851 0.13363,0.90204 -0.15034,0.75169 -0.80499,0.82453 -0.57877,0.27167 -0.67327,-0.0827 -0.6024,-0.23623 -0.30711,-0.37798 -0.18899,-0.49609 0.0354,-0.4961 0.0472,-0.22442 0.23624,-0.41341"
style="display:inline;fill:none;fill-rule:evenodd;stroke:#191d1f;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26458332, 0.26458332;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path6585"
style="display:inline;fill:none;fill-rule:evenodd;stroke:#191d1f;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 14.694392,273.32336 -0.88588,-2.23242 m 1.35835,1.07487 -1.07487,-1.87807 m 1.45285,0.49609 -0.88589,-1.35835 m 1.77177,0.12993 -0.8032,-1.27567 m 2.16155,0.53153 -0.43704,-1.26386 m 1.74814,1.47647 0.42523,-1.61821 m 0.54334,2.44503 c 0,0 1.32292,-1.22842 1.24023,-1.16936 m -0.99218,1.97257 1.24023,-0.33073 m -1.81901,1.08668 1.21661,0.55515 m -2.01981,-0.31892 c -0.0236,0.0827 0.15355,1.27567 0.15355,1.27567 m -0.89769,-1.52371 -0.66146,1.03943 m 0.36617,-1.54734 c -0.0472,0.0118 -0.85045,0.55515 -0.85045,0.55515 m 0.96856,-1.06306 c -0.0472,0 -0.74414,0.0118 -0.74414,0.0118 m 0.74414,-0.33071 c 0,0 -0.67327,0.69689 -0.12993,1.58277 0,0 0.93313,1.24024 2.19699,0.0945 0,0 0.90951,-0.79138 0.36616,-2.06705 0,0 -0.85044,-1.81901 -3.27185,-0.90951 0,0 -1.47647,0.50791 -2.12612,2.16156 0,0 -0.44884,1.70089 -0.62602,2.44503 m 3.44903,-3.38997 c 0,0 -0.7087,0.68508 -0.29529,1.72451 0,0 0.3071,0.8032 1.3111,0.88588 0,0 1.54734,0.14174 2.12612,-1.58277 0,0 0.67327,-1.84264 -1.32292,-2.90569 0,0 -1.72451,-0.8977 -3.87425,0.61421 0,0 -1.22843,0.86226 -1.65365,2.57496 l -0.27167,0.72052"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33" />
<path
embroider_running_stitch_length_mm="1.6"
inkscape:connector-curvature="0"
id="path6778"
d="m 13.867572,271.94139 0.99218,2.70489 c 0,0 1.8072,2.36235 5.39798,1.21661 0,0 1.9135,-1.05124 2.74032,-1.6064 0,0 3.48447,-2.8112 4.72471,-4.016 l 5.0318,-5.18536 3.012,-3.35453 0.93313,-1.06306 c 0,0 0.33073,-2.22061 -0.8032,-3.64984 0,0 -2.1143,-2.55133 -4.53571,-1.35835 0,0 -1.85445,0.57878 -2.33873,2.56315 0,0 -0.36616,1.91351 1.39379,2.83482 0,0 1.18117,0.43704 2.27967,-0.77957 0,0 0.69689,-0.83864 0.27167,-1.8072 0,0 -0.31892,-1.1103 -1.73633,-0.89769"
style="display:inline;fill:none;fill-rule:evenodd;stroke:#191d1f;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26458332, 0.26458332;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path7010"
style="display:inline;fill:none;fill-rule:evenodd;stroke:#191d1f;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 35.446492,261.611 1.921,-1.95441 m -1.87924,1.26118 2.01288,-1.84583 m -1.74561,0.0919 1.69549,-1.06908 m -2.16321,-0.64311 1.66208,-0.65983 m -2.52235,-0.18374 1.81242,-0.99391 m -2.93162,0.60971 1.26953,-1.50339 m -2.00452,1.37811 0.14199,-1.46164 m -1.56185,1.87924 -0.70159,-1.26117 m -0.56795,2.5307 c -0.0334,-0.008 -1.28623,-0.81016 -1.28623,-0.81016 m 0.95215,1.97112 c -0.0334,0.0167 -1.51175,0.0418 -1.51175,0.0418 m 2.23839,0.94379 -1.42823,0.87698 m 2.31356,-0.58465 c 0,0 -0.93545,1.30293 -0.9605,1.31129 m 1.60361,-1.31129 0.0668,1.41152 m 0.46772,-1.94606 c 0.0334,0.0167 1.01897,0.81016 1.05238,0.84357 m -0.81852,-1.5034 c 0.0418,-0.0251 1.14425,0.25893 1.14425,0.25893 m -1.21941,-0.87699 1.04401,-0.18374 m -1.43657,-0.26727 0.77675,-0.64312 m -1.46163,0.45937 0.0501,-0.68488 m -0.25056,0.3842 c 0,0 1.21942,-0.34244 1.83748,0.79346 0,0 0.50948,0.75169 -0.0585,1.82913 0,0 -0.50949,1.05237 -1.84583,1.186 0,0 -1.70385,0.23387 -2.39708,-1.62032 0,0 -0.51783,-1.45328 0.48443,-2.86479 l 0.35079,-0.45102 c 0,0 1.52009,-1.54515 3.62484,-1.40316 0,0 1.82077,0.0501 2.91491,1.47833 0,0 0.93544,0.80181 0.97721,2.88985 L 36.941462,260.4 m -5.69618,-2.79798 c 0,0 1.30294,-0.25891 1.63703,1.06073 0,0 0.35079,1.30294 -1.06073,2.02123 0,0 -2.00452,0.73499 -2.53906,-1.46999 0,0 -0.39255,-1.69549 1.56186,-2.94831 0,0 2.47224,-1.56186 4.51852,0.64311 0,0 0.98556,1.01062 0.79346,2.64764 0,0 -0.0585,0.67653 -0.40926,1.37811 l -0.14199,0.7684"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33" />
<path
embroider_running_stitch_length_mm="1.6"
inkscape:connector-curvature="0"
id="path7207"
d="m 36.248302,261.11822 2.67269,-3.04019"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26458332;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26458331, 0.26458331;stroke-dashoffset:0" />
<path
id="path7439"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26458332;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
d="m 11.245362,259.33824 -3.3545396,0.28349 m 4.2286096,1.60639 c -0.0945,0.0236 -3.7561396,1.27567 -3.7561396,1.27567 m 4.6065796,0.11812 c -0.0945,0.0473 -3.7088896,2.50409 -3.7088896,2.50409 m 4.3703496,2.55134 c -0.11812,0.0945 -2.83482,1.6064 -2.83482,1.6064 m 4.89007,2.43322 c -0.0945,0.0473 -3.11831,1.6064 -3.11831,1.6064 m 3.23642,-0.4016 c -0.11811,0.0236 -2.19698,2.03163 -2.19698,2.03163 m 2.66945,-1.15756 -1.60639,2.8112 m 2.12611,-2.55134 c 0,0 -0.47247,4.13412 -0.49609,4.016 m 1.48828,-4.03962 0.73233,3.68527 m 0.77957,-4.44123 0.70871,4.06325 m 1.1103,-3.77976 c 0.0473,0.11811 0.94494,3.02381 0.94494,3.02381 m 1.41742,-4.72471 1.18117,3.51991 m 1.67727,-6.11849 1.53553,2.83482 m 2.36235,-6.85082 1.67727,2.92932 m 3.94513,-8.97694 c 0.0945,0.0473 1.48828,2.92932 1.48828,2.92932 m 0.73233,-4.86645 1.1103,2.22062 m 0,-0.85045 -0.59059,0.59058 c 0,0 -3.63802,4.39398 -4.41759,5.14993 0,0 -5.17355,5.88226 -7.84301,8.05562 0,0 -3.59077,3.23642 -5.88225,4.03962 0,0 -4.58296,2.22061 -5.90588,-1.15755 l -3.54353,-8.8352 c 0,0 -2.4804696,-6.82719 -2.7639496,-7.48865 m 30.4507096,-1.46466 -0.54334,0.4961 -6.35473,7.39416 c 0,0 -4.51209,4.81919 -5.81138,5.81138 0,0 -3.49628,3.1183 -4.58296,3.47266 0,0 -0.51972,-1.15755 -1.93713,-0.77958 0,0 -1.18118,0.14174 -1.32292,1.37016 0,0 -2.19698,0.28349 -3.18917,-2.19698 l -2.008,-4.89007 -1.03943,-2.69308 c 0,0 -0.16537,-3.07106 -0.44885,-4.06324 l -0.82682,-2.38598"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33" />
<path
embroider_manual_stitch="True"
inkscape:connector-curvature="0"
id="path7640"
d="m 10.678392,259.10201 -2.3859696,-0.0709"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26458332;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26458332, 0.26458332;stroke-dashoffset:0" />
<path
id="path7862"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26458332;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
d="m 9.0870324,260.78414 -0.75169,-2.43884 m 2.3720196,2.45554 -0.53454,-2.37202 m 2.83973,2.20498 -0.18374,-2.23838 m 3.55802,1.87088 -0.33408,-2.22168 m 5.12823,1.38647 -0.3842,-2.30521 m 6.48129,0.86863 -0.735,-2.6894 m 5.29528,0.93544 c 0,0 -0.85192,-2.50565 -0.86862,-2.43883 m 4.34313,1.01897 -0.7684,-2.77293 m 2.3052,1.68714 -0.53454,-2.05463 m -27.5621696,8.78648 c 0,0 2.2550796,-0.10022 2.5891696,-0.18374 0,0 5.09483,-0.35079 6.84878,-0.7684 0,0 6.8989,-1.45328 8.78649,-2.25509 0,0 6.04697,-1.93771 9.35443,-3.74177 l 0.73499,-0.35079 m -28.8149896,5.82981 c 0,0 4.5936896,0.31739 7.8844496,-0.33409 0,0 5.69618,-0.88533 8.4691,-1.85418 0,0 7.03253,-2.20497 9.53818,-3.52461 l 2.6727,-1.26953"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33" />
<path
embroider_running_stitch_length_mm="1.6"
inkscape:connector-curvature="0"
id="path8067"
d="m 37.050112,252.73264 -0.56795,-2.43883"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26458332;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26458332, 0.26458332;stroke-dashoffset:0" />
<path
id="path8305"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26458332;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
d="m 35.079002,240.83915 0.50113,-3.17383 m -2.20498,2.77292 0.63477,-3.842 m -5.31198,1.87089 1.5368,-3.4411 m -9.12058,1.23613 1.03567,-4.67722 m -7.85104,2.80633 1.90429,-4.27631 m -6.04697,4.67722 -0.9688496,-4.67722 m -3.20723,7.11605 -3.27406,-4.10927 m 2.37202,6.71515 -4.54357996,-1.67044 m 5.41220996,5.27858 -5.37879996,1.03567 m 6.24741996,4.71062 c -0.13363,0.0668 -4.27631,1.50339 -4.27631,1.50339 m 6.88219,1.9043 -4.87767,3.54132 m 6.7819696,-0.96885 c -0.10023,0.13363 -2.7061096,3.0736 -2.7061096,3.0736 m 6.8487796,-3.00679 c -0.0668,0.13364 -1.03567,2.60588 -1.03567,2.60588 m 13.56393,-6.18061 0.63477,3.00679 m 6.98242,-5.47903 0.56794,2.60588 m 0.23386,-2.10475 c 0,0 -4.07586,1.70385 -5.84652,2.13816 0,0 -13.8646,4.2429 -16.37026,4.51017 0,0 -2.73951,0.63477 -3.40768,0.46772 0,0 -2.1715696,-0.0668 -3.9422296,-3.97563 0,0 -2.97337,-6.34765 -3.17382,-9.68852 0,0 -0.83522,-5.67948 1.97111,-8.31877 0,0 2.53906,-3.00678 7.5169496,-2.20497 0,0 6.28084,0.83522 13.46371,3.842 l 9.12057,3.94223 m 0.93544,10.75759 c 0,0 -8.0849,2.43884 -8.81989,2.70611 0,0 -14.03165,4.30972 -17.13866,4.07586 0,0 -3.2072296,-0.10023 -5.2451696,-5.31198 0,0 -3.64154,-7.34992 -3.04019,-12.76212 0,0 -0.33408,-6.84878 8.1517196,-8.71967 0,0 4.51018,-0.53454 13.73098,3.14041 0,0 10.28987,4.00905 11.65963,5.17835"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33" />
<path
embroider_running_stitch_length_mm="1.6"
inkscape:connector-curvature="0"
id="path8514"
d="m 35.847402,240.00393 c 0,0 0.63476,-2.00452 1.13589,-2.63929 0,0 1.46998,-2.47224 3.34087,-3.34086 0,0 1.33635,-0.50113 2.3052,-0.60136 l 1.36976,0.85192 0.7851,0.51784 0.7684,0.75169 0.63477,1.00226 0.33408,1.26953 0.13364,1.50339 -0.28398,1.48669 -0.7684,1.20271 -0.68488,0.81851 -1.28623,0.91874 -1.23612,0.58466 -1.26953,0.10022 -1.10249,-0.15034 -0.88533,-0.4009 -0.66817,-0.50113 -0.56795,-0.7517 -0.18375,-1.11919 0.0334,-1.01896 0.30068,-0.71829 0.63477,-0.7851 0.60135,-0.3675 0.73499,-0.21716 0.66818,-0.0167 0.75169,0.21716 0.33409,0.25057 0.51783,0.63476"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26458332;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26458332, 0.26458332;stroke-dashoffset:0" />
<path
id="path8760"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26458332;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
d="m 40.858702,234.1073 2.57247,-0.65147 m -0.43431,1.63702 1.36975,-1.5535 m -0.0167,2.45554 1.18601,-1.63703 m -0.3842,2.92326 c 0.0668,0 1.87088,-1.26953 1.87088,-1.26953 m -1.73725,2.88985 2.52236,-1.26953 m -2.63929,2.77292 c 0.0668,0.0668 2.6727,-0.18374 2.6727,-0.18374 m -3.29076,1.52009 c 0.0668,0.0835 2.18827,0.735 2.18827,0.735 m -3.42439,0.45101 0.91874,1.57021 m -2.73951,-0.85192 0.0835,1.62032 m -1.77066,-2.13816 -0.81852,1.87089 m -0.51783,-3.27405 -1.31964,1.26953 m 1.5535,-2.17156 -1.921,0.4176 m 2.20497,-1.18601 -1.77066,-0.0501 m 2.2718,-0.50113 -0.98556,-1.31964 m 1.77066,1.18601 -0.20045,-1.87089 m 1.18601,1.72055 0.58465,-1.55351 m 0.0668,2.08805 0.86862,-0.88533 m -0.26727,0.81851 c 0,0 -0.65147,-2.00452 -2.92326,-1.35305 0,0 -1.5368,0.41761 -2.05463,2.22167 0,0 -0.66817,2.43884 1.83748,3.8086 0,0 2.6894,1.25282 5.36209,-0.96886 0,0 1.78737,-1.48668 2.08805,-3.34086 0,0 0.56794,-2.10475 -0.40091,-3.85871 0,0 -0.60135,-1.5368 -2.53906,-2.40542 l -1.35305,-0.3508 m -0.23386,6.33095 c 0,0 -0.88533,-2.08804 -3.10701,-0.88533 0,0 -1.60362,0.95215 -1.23612,2.99008 0,0 0.48442,2.35531 3.40769,2.28849 0,0 2.60587,0 4.29301,-2.82303 0,0 0.96885,-1.68714 0.55124,-3.57473 0,0 -0.0334,-1.5535 -2.05463,-3.02349 0,0 -1.10249,-0.68487 -2.35531,-0.68487 l -1.10249,-0.15034"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33" />
<path
embroider_running_stitch_length_mm="1.6"
inkscape:connector-curvature="0"
id="path8973"
d="m 41.696062,233.65949 c 0,0 -1.48828,0.23623 -2.59858,1.03943 0,0 -0.70871,0.75595 -0.82683,0.85045"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26458332;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26458332, 0.26458332;stroke-dashoffset:0" />
<path
embroider_center_walk_underlay="True"
id="path9213"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26458332;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
d="m 62.768246,233.75398 2.50409,2.92931 m -3.28367,-4.18136 c 0.0945,0.0473 3.87426,2.24424 3.87426,2.24424 m -4.8192,-4.29948 4.70108,1.53552 m -6.07124,-3.94512 4.60658,0.0236 m -8.26823,-2.59859 c 0.0472,-0.0945 4.96094,-2.48047 4.96094,-2.48047 m -8.3391,1.03943 3.56715,-3.63802 m -7.512284,3.23642 0.14174,-4.29948 m -4.34672,6.04762 -1.03944,-4.70108 m -2.29148,6.77995 -2.55134,-2.95294 m 1.48828,6.26023 -3.87425,-1.25204 m 3.23642,3.23642 -3.18917,0.56696 m 2.97656,0.85045 -2.14974,1.53553 m 0.68508,0.49609 c 0,0 -0.66146,-1.96075 -0.54334,-4.44122 0,0 0.21261,-4.37035 2.7167,-7.01618 0,0 3.09468,-4.18136 9.40216,-4.15774 0,0 6.071254,-0.35435 11.244794,5.07906 0,0 2.88207,3.14192 3.70889,6.70907 0,0 0.75596,3.2128 0.28349,4.67746 m -25.726014,-2.008 c 0,0 -0.0472,-0.73233 -0.0709,-0.85045 0,0 -0.59058,-4.55933 1.41741,-7.29966 0,0 2.5041,-4.89007 9.40216,-4.84282 0,0 5.457034,-0.0236 9.614774,4.34672 0,0 2.92932,2.57497 3.9215,7.32329 l 0.0709,0.96857"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33" />
<path
embroider_running_stitch_length_mm="1.6"
inkscape:connector-curvature="0"
id="path9430"
d="m 63.949416,235.66748 -0.82682,-1.1103 c 0,0 -1.58278,-1.2993 -2.36235,-1.34654 0,0 -0.96857,-0.37798 -1.32292,-0.42522 l -0.68508,-1.65365 -0.51972,-1.79539 -0.18899,-2.07887 0.14174,-2.12611 0.99219,-2.55134 1.25205,-2.17336 2.24423,-2.14974 2.14974,-1.06306 1.37017,-0.21261 1.32291,0.0709 0.87407,0.47247 0.77958,0.8032 0.3071,1.15755 -0.33073,1.1103 -0.51971,0.8977 -0.59059,0.44884 -0.96856,0.14174 -0.87407,-0.0945 -0.66146,-0.33072 -0.4016,-0.47247 -0.37798,-0.59059 -0.16536,-0.47247"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26458332;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26458332, 0.26458332;stroke-dashoffset:0" />
<path
id="path9678"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26458332;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
d="m 60.878356,232.95078 -2.6222,-0.66146 m 1.63002,-2.19698 -2.78758,-0.21261 m 2.19699,-2.12612 -2.4096,0.4016 m 3.82701,-3.49628 -3.42541,0.0945 m 3.82701,-2.55135 -3.04743,-0.3071 m 4.58296,-1.91351 -2.57496,-1.03943 m 4.7247,-0.33073 -2.008,-1.93713 m 3.59077,1.70089 -0.4016,-3.04743 m 1.48829,3.09468 1.15755,-2.66946 m -0.51972,3.33092 2.4096,-1.37017 m -2.48047,2.45685 c 0.14174,0.0709 2.43322,0.51972 2.43322,0.51972 m -3.2128,0.16536 c 0,0.0945 0.75596,1.84264 0.75596,1.84264 m -1.63003,-2.008 c -0.0472,0.0945 -0.63783,1.93713 -0.63783,1.93713 m -0.23624,-2.62221 -1.65364,0.85044 m 0.8032,-0.99219 c 0,0 0.3071,-0.0709 0.37797,0.37798 0,0 0.37798,1.84263 2.43323,1.39379 0,0 1.5119,-0.30711 1.58277,-2.07887 0,0 0.0709,-2.38598 -3.14193,-2.05525 0,0 -2.57496,0.68509 -4.25223,2.5041 0,0 -1.96075,1.96075 -2.55134,4.2286 0,0 -0.99218,2.71671 -0.16536,5.45704 0,0 0.54334,1.9135 1.6064,3.4254 m 3.80338,-13.11104 c 0,0 -0.18899,0.18898 -0.0236,0.59058 0,0 0.37799,1.77177 2.26787,1.93713 0,0 1.67727,0.23624 2.83482,-1.37016 0,0 0.89769,-1.25205 0.33073,-2.69308 0,0 -0.73233,-2.4096 -4.06325,-1.91351 0,0 -2.64583,0.44885 -4.81919,2.83482 0,0 -2.5041,2.38598 -3.16555,6.07125 0,0 -0.85045,3.77976 1.37016,7.25242"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm=".33" />
<path
embroider_running_stitch_length_mm="1.6"
inkscape:connector-curvature="0"
id="path9899"
d="m 59.744436,232.87991 c 0,0 -2.48047,-0.51972 -3.85063,0.14174 0,0 -3.59078,1.48828 -5.362544,3.28367 0,0 -3.33092,-3.47266 -6.14211,-3.02381 0,0 -2.12612,0.11812 -2.71671,0.30711 l 0.37798,-0.99219 0.68508,-1.48828 0.59059,-2.05525 0.0945,-2.22061 -0.35436,-2.12612 -0.96856,-2.12611 -1.5119,-1.81901 -1.53553,-1.48828 -2.05525,-0.87407 -1.9135,-0.16537 -1.77177,0.75595 -0.92131,1.25205 -0.11812,1.2048 0.51972,1.18118 0.94494,0.87407 1.18117,0.0236 1.11031,-0.49609 0.73233,-0.8032 0.4016,-0.82682"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26458332;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26458332, 0.26458332;stroke-dashoffset:0" />
<path
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 40.302282,233.4705 2.83482,-0.4961 m -1.6064,-8.81157 2.29148,-1.72451 m -4.016,-0.59059 3.23642,-1.37016 m -5.05543,-0.21262 2.76395,-1.96075 m -4.77195,1.25205 1.86626,-2.66946 m -3.44903,2.97656 0.14174,-2.90569 m -0.96856,3.68527 -2.57497,-0.59059 m 2.97656,1.48828 -2.6222,1.06306 m 3.28366,-0.37798 -1.18117,2.14974 m 2.14974,-2.3151 c 0,0.11812 0.4016,2.05525 0.4016,2.05525 m 0.49609,-2.9057 1.34654,0.70871 m -0.66146,-0.92132 c 0,0 -0.33073,0.0236 -0.42522,0.28349 0,0 -0.33073,1.72451 -2.17336,1.77176 0,0 -1.7009,0 -1.86626,-1.91351 0,0 0.0236,-1.81901 2.22061,-2.38597 0,0 2.26786,-0.49609 4.74833,1.81901 0,0 2.19698,1.72452 2.81119,4.44122 0,0 0.75596,2.74033 -0.0236,4.89007 0,0 -0.35435,1.67727 -1.39379,3.23642 l -0.42522,0.75595 m -3.18916,-12.78032 c 0,0 0.14174,0.30711 -0.0945,0.85045 0,0 -0.80321,1.93713 -2.92932,1.88988 0,0 -2.62221,0 -2.62221,-3.02381 0,0 0.42522,-2.95294 3.87425,-3.1183 0,0 3.11831,-0.0236 5.64602,2.95293 0,0 2.38598,2.45685 2.50409,5.85864 0,0 0.51972,2.52771 -1.29929,6.21298 l -0.28348,0.73233 m -1.01581,-3.26005 c 0.11812,0 3.23642,-0.11811 3.23642,-0.11811 m -2.55134,-2.5041 3.00019,0.4961 m -3.09468,-2.4096 c 0.11811,-0.0236 3.18917,-0.66146 3.18917,-0.66146"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26458332;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
id="path10151" />
<path
embroider_running_stitch_length_mm="1.6"
inkscape:connector-curvature="0"
id="path1578"
d="m 41.827552,233.48924 c 0,0 -3.87541,1.5368 -4.94449,4.00904 0,0 -1.9377,3.00678 -1.13589,9.42125 0,0 1.26953,6.88219 2.60588,9.88897 l 0.43732,-2.19496 0.70871,-1.46466 1.48828,-1.27567 1.39379,-0.75595 1.6064,-0.18899 1.5119,0.33073 1.48828,0.77958 1.01581,1.1103 0.44885,1.51191 c 0,0 0.0709,1.25205 0,1.34654 -0.0709,0.0945 -0.54334,1.32292 -0.54334,1.32292 0,0 -0.8977,0.96856 -0.99219,0.96856 -0.0945,0 -1.44103,0.44885 -1.44103,0.44885 l -1.18118,-0.28349 -0.94494,-0.85044 -0.33073,-0.99219 0.16536,-0.96856 0.42523,-0.70871 0.42522,-0.33073"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26499999, 0.26499999;stroke-dashoffset:0" />
<path
id="path1834"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
d="m 39.188262,257.82747 -1.31964,-3.47451 m 1.97111,0.86863 -1.13589,-2.7061 m 2.42213,0.71828 -1.01897,-2.43883 m 3.09031,1.40316 -0.90204,-2.35531 m 2.72281,2.53906 c 0,0 -0.0668,-2.65599 -0.11693,-2.57247 m 1.5368,3.22394 c 0,0 1.35305,-2.3052 1.28623,-2.25509 m -0.55124,3.35758 2.17157,-1.28624 m -2.05464,2.65599 c 0.11693,-0.0334 2.55577,-0.4176 2.55577,-0.4176 m -3.17383,1.63702 c 0.0501,0.0668 1.88759,1.35305 1.88759,1.35305 m -3.00678,-0.4009 1.18601,1.83748 m -2.10475,-2.27179 c -0.0334,0.0668 -0.4009,2.50565 -0.3675,2.42213 m -0.25056,-3.00679 c -0.0668,0.0501 -1.63703,1.68714 -1.58691,1.60362 m 1.63702,-2.58917 -1.77066,0.43431 m 2.02123,-1.1526 -0.65147,-0.7684 m 0.7851,0.35079 c 0,0 -1.06908,0.45102 -1.1693,1.82078 0,0 -0.0835,1.13589 1.11919,1.78736 0,0 1.46998,0.80181 2.88985,-0.71829 0,0 1.16931,-1.43657 0.63477,-3.04019 0,0 -0.68488,-2.83974 -3.95893,-2.93996 0,0 -2.10475,-0.13364 -3.67496,1.65373 0,0 -1.63702,1.921 -1.50339,4.69392 m 5.51243,-3.50791 c 0,0 -1.48668,0.56795 -1.46998,2.38872 0,0 0.0167,2.00452 2.40543,2.3219 0,0 2.23838,0.0668 3.25734,-2.10475 0,0 1.18601,-1.85418 -0.4009,-4.34313 0,0 -1.88759,-2.75621 -5.34539,-2.02122 0,0 -2.33861,0.30068 -3.95893,2.78962 0,0 -0.53454,1.05238 -0.68488,1.67044 l -0.13363,1.01896"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33" />
<path
embroider_running_stitch_length_mm="1.6"
inkscape:connector-curvature="0"
id="path2063"
d="m 38.336342,256.77509 1.83748,4.04246 2.12145,4.35983 2.22168,3.77518 1.35305,2.25509 0.28398,-0.51783 -0.25057,-1.26954 0.13363,-1.68714 0.46773,-1.50339 1.30294,-1.45327 1.40316,-0.80181 1.5368,-0.33409 1.486694,0.10023 1.1693,0.56794 0.71829,0.91874 0.26727,0.65147 0.10023,1.03567 -0.31739,1.05238 -0.86862,1.05237 -1.1359,0.41761 -1.01896,-0.10023 -0.768404,-0.46772 -0.41761,-0.70158 -0.10023,-0.60136"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26499999, 0.26499999;stroke-dashoffset:0" />
<path
id="path2327"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
d="m 51.950386,272.59411 -1.169304,1.9377 m -0.66817,-2.12145 -0.3842,1.95441 m -0.81852,-2.58917 -0.23386,2.43883 m -0.71828,-3.15712 -1.21942,1.95441 m 0.55124,-3.4411 c -0.10022,0.0167 -1.95441,1.33635 -1.95441,1.33635 m 1.5368,-2.6894 c -0.0835,-0.0167 -2.07134,0.58465 -2.07134,0.58465 m 3.37428,-2.67269 -2.58917,-0.43432 m 4.05915,-0.85192 -1.38646,-1.5368 m 3.374284,1.31965 -0.18375,-2.03793 m 1.50339,2.60587 c 0,0 1.57021,-2.15486 1.46999,-2.12145 m -0.88533,3.57473 c 0.0835,-0.0167 1.95441,-1.1526 1.95441,-1.1526 m -2.20498,2.07134 c 0.13364,0.0167 1.82078,0.46772 1.82078,0.46772 m -2.55577,0.10023 c 0.0835,0.10023 0.85192,1.72055 0.85192,1.72055 m -1.83748,-1.46999 -0.0167,1.93771 m -0.484424,-2.42213 -1.40317,1.38646 m 0.83522,-1.9377 -1.31964,0.15033 m 0.7851,-0.50113 c 0,0 0.18375,0.61806 0.21716,0.88533 0,0 0.18375,1.10249 1.586914,1.28624 0,0 1.28624,0.0668 2.02123,-1.08578 0,0 0.68488,-0.91874 0.30068,-2.18827 0,0 -0.55125,-2.05464 -3.023494,-1.97112 0,0 -1.77066,0.0668 -2.82304,0.96886 0,0 -1.38645,1.1526 -1.83747,2.62258 0,0 -0.46772,1.67043 0.10022,3.10701 0,0 0.7684,2.00452 2.72281,2.53906 0,0 1.25283,0.33408 2.321914,0.11693 l 0.66817,-0.16705 m -2.438844,-6.11379 c 0,0 -0.18374,0.45102 -0.11693,0.98556 0,0 0.35079,1.50339 1.854194,1.73725 0,0 1.97111,0.11693 2.77292,-1.38646 0,0 0.91874,-1.1526 0.31738,-2.85644 0,0 -0.83522,-2.42213 -3.791894,-2.23838 0,0 -2.3219,0.15034 -3.8587,1.9377 0,0 -1.78736,1.88759 -1.40317,4.71063 0,0 0.51784,2.42213 2.52236,3.60813 0,0 1.35305,0.71829 2.78963,0.61807 h 0.634764"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33" />
<path
embroider_running_stitch_length_mm="1.6"
inkscape:connector-curvature="0"
id="path2560"
d="m 51.733236,273.66319 1.77066,-2.40543 2.43883,-3.67495 2.85645,-5.06142 1.63702,-3.20723 1.11919,-2.35532 0.53454,-1.18601 -0.45102,-1.75395 -0.95214,-1.62032 -1.5201,-1.62033 -1.80407,-0.4009 -1.85418,0.28397 -1.50339,0.90204 -1.16931,1.08578 -0.93544,1.5535 -0.10022,1.5034 0.26726,1.186 0.90204,0.96886 0.96885,0.51783 h 1.16931 l 1.08578,-0.46772 0.85192,-1.00226 0.23386,-0.91874 -0.20045,-0.90203 -0.40091,-0.56795 -0.65147,-0.41761"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26499999, 0.26499999;stroke-dashoffset:0" />
<path
id="path2824"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
d="m 60.987436,257.09248 c 0.0167,-0.15034 1.62033,-3.32417 1.62033,-3.32417 m -2.05464,0.81851 c 0,0 1.5201,-2.38872 1.45328,-2.3386 m -2.38872,0.60135 c 0,0 1.62032,-2.12145 1.5535,-2.07134 m -3.39098,1.21942 c 0,0 0.88533,-2.3219 0.86863,-2.23838 m -3.27405,2.38872 -0.10023,-2.55576 m -1.45328,3.8587 -1.43657,-2.23838 m 0.83521,3.25734 -2.622584,-0.16704 m 2.422134,1.31965 -2.305204,1.186 m 2.772934,-0.10022 c -0.0668,0.13363 -1.60362,1.62032 -1.57021,1.5535 m 2.52235,-0.95215 c -0.0167,0.11693 -0.93544,2.32191 -0.91874,2.23839 m 1.77066,-2.22168 c 0.0668,0.11693 0.41761,2.07134 0.43432,1.98782 m 0.48442,-2.70611 c 0.0835,0.0334 1.5201,1.08578 1.5201,1.08578 m -1.45328,-2.12145 c 0.0835,0.0167 1.77066,-0.0334 1.77066,-0.0334 m -2.02123,-0.8018 1.03567,-1.00227 m -0.93544,0.18375 c 0,0 1.11919,0.50113 1.26953,1.50339 0,0 0.40091,1.46999 -0.90203,2.60588 0,0 -0.93545,0.91874 -2.6894,0.65147 0,0 -1.87089,-0.35079 -2.35532,-2.60588 0,0 -0.21715,-2.27179 1.08579,-3.69166 0,0 1.26953,-2.13815 4.47676,-2.37201 0,0 2.17157,-0.0835 3.62484,1.33634 0,0 1.30294,1.08579 1.60362,2.77292 l 0.13364,1.16931 m -6.46459,-1.08578 c 0,0 1.5368,0.66817 0.96886,2.40542 0,0 -0.45102,1.31965 -1.98782,1.50339 0,0 -1.75396,0.28398 -2.52236,-1.90429 0,0 -0.35079,-1.73725 0.73499,-3.10701 0,0 1.28624,-1.95441 3.77519,-2.05463 0,0 2.40542,-0.0668 3.57473,1.75395 0,0 0.7684,1.03567 0.7684,2.25509 l 0.16704,2.22168"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33" />
<path
embroider_running_stitch_length_mm="1.6"
inkscape:connector-curvature="0"
id="path1139"
d="m 61.823306,256.38531 c 0,0 0.75595,-1.6064 0.99218,-2.17337 0,0 1.22843,-4.15774 1.55916,-5.5279 0,0 1.03943,-4.44122 1.03943,-6.66183 0,0 0.0945,-2.59859 -0.75595,-4.67746 0,0 -0.0945,-1.93712 -2.55134,-3.49628 0,0 -2.03162,-0.94494 -2.88207,-1.08668 l -0.8032,0.61421 -1.34654,0.70871 -1.03943,0.8032 -0.92132,1.18117 -0.54334,1.48829 c 0,0 -0.0709,1.03943 -0.0945,1.13392 -0.0236,0.0945 0.11812,1.32292 0.11812,1.32292 l 0.61421,1.58278 1.01581,1.18117 1.44103,0.8032 1.34654,0.28348 1.32292,-0.18899 1.37016,-0.51971 1.15756,-1.06306 0.44884,-1.06306 0.0709,-1.03943 -0.3071,-0.96857 -0.47247,-0.68508 -0.61421,-0.44884 -0.82683,-0.23624 -0.7087,0.0472 -0.61421,0.28348 -0.4961,0.35435"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26499999, 0.26499999;stroke-dashoffset:0" />
<path
id="path1411"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
d="m 60.122406,233.39963 -2.3151,-0.51972 m 1.48828,0.92132 -2.90569,-0.0945 m 0.33073,1.819 -1.88988,-0.59058 m 1.06306,2.43322 -2.48047,-0.70871 m 2.3151,2.36236 -2.52771,0.23623 m 2.83482,1.46466 -2.29148,0.99219 m 3.54352,0.0236 -1.88988,1.74814 m 3.04743,-1.06306 c 0,0 -1.48828,2.33873 -1.44103,2.24423 m 2.76395,-1.70089 -0.47247,1.93713 m 1.74814,-2.33873 0.61421,1.6064 m 0.54334,-2.43322 c 0.0945,0 1.06306,1.03943 1.06306,1.03943 m -0.51972,-2.33873 1.32292,0.47247 m -1.55915,-1.5119 1.48828,-0.35435 m -2.29148,-0.51972 1.2048,-1.01581 m -1.96075,1.01581 0.0709,-1.55915 m -1.15755,1.70089 -0.44885,-1.22842 m -0.47247,1.03943 c 0,0 1.34654,-1.34654 2.69308,-0.87407 0,0 1.41741,0.30711 1.84263,1.79539 0,0 0.61422,2.008 -1.1103,3.54353 0,0 -1.70089,1.6064 -3.82701,1.08668 0,0 -2.52771,-0.25986 -3.85063,-2.74033 0,0 -1.06306,-2.3151 -0.23624,-4.37035 0,0 0.85045,-2.38597 3.04744,-3.54352 l 1.25204,-0.63784 m 0.42522,5.9295 c 0,0 0.92132,-1.01581 2.03163,-0.8032 0,0 1.58277,0.23624 1.81901,1.55915 0,0 0.56696,1.27567 -0.66146,2.8112 0,0 -1.51191,1.93713 -4.34673,1.08668 0,0 -2.43322,-0.7087 -3.09468,-3.28366 0,0 -0.59059,-2.26786 0.73233,-4.03962 0,0 1.22842,-2.24424 3.89788,-2.52772 l 0.51972,-0.47247"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33" />
<path
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26499999, 0.26499999;stroke-dashoffset:0"
d="m 59.366456,232.85629 c 0,0 3.82701,0.51971 5.05543,3.77976 0,0 0.56697,1.55915 0.8032,2.64583"
id="path1890"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="1.6" />
<path
embroider_max_stitch_length_mm="4"
embroider_row_spacing_mm="1.8"
embroider_angle="45"
inkscape:connector-curvature="0"
id="path2132"
d="m 65.225086,238.85666 2.74033,-1.55915 6.56734,-3.35454 c 0,0 9.21316,-3.92151 10.2526,-4.06324 0,0 5.29167,-1.74815 7.70126,-1.08669 0,0 3.92151,0.42523 5.33892,4.11049 0,0 1.37016,5.33892 -0.61421,9.6384 0,0 -1.6064,5.5279 -3.16555,7.51227 0,0 -1.84264,2.78758 -3.30729,3.68527 0,0 -1.84264,0.70871 -3.2128,0.37798 0,0 -11.67002,-2.03162 -13.13468,-2.26786 l -6.14211,-1.32292 -4.01599,-1.13392 c 0,0 1.27566,-5.90588 1.27566,-7.2288 0,0 -0.0473,-2.74033 -0.28348,-3.30729 z"
style="display:inline;fill:#191d1f;stroke:none;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26499998, 0.26499998;stroke-dashoffset:0" />
<path
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26499998, 0.26499998;stroke-dashoffset:0"
d="m 65.177836,238.95115 c 0,0 0.66146,4.34673 -0.18898,6.37835 0,0 -0.51972,3.44903 -0.75595,4.016 l 0.33072,0.18899"
id="path2376"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="1.6"
sodipodi:nodetypes="cccc" />
<path
embroider_max_stitch_length_mm="4"
embroider_row_spacing_mm="1.8"
embroider_angle="135"
inkscape:connector-curvature="0"
id="path2132-3"
d="m 65.225086,238.85666 2.74033,-1.55915 6.56734,-3.35454 c 0,0 9.21316,-3.92151 10.2526,-4.06324 0,0 5.29167,-1.74815 7.70126,-1.08669 0,0 3.92151,0.42523 5.33892,4.11049 0,0 1.37016,5.33892 -0.61421,9.6384 0,0 -1.6064,5.5279 -3.16555,7.51227 0,0 -1.84263,2.78758 -3.30729,3.68527 0,0 -1.84264,0.70871 -3.2128,0.37798 0,0 -11.67002,-2.03162 -13.13467,-2.26786 l -6.14212,-1.32292 -4.01599,-1.13392 c 0,0 1.27567,-5.90588 1.27567,-7.2288 0,0 -0.0472,-2.74033 -0.28349,-3.30729 z"
style="display:inline;fill:#191d1f;stroke:none;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26499998, 0.26499998;stroke-dashoffset:0" />
<path
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26499998, 0.26499998;stroke-dashoffset:0"
d="m 64.232896,249.3455 2.69309,0.8032 1.5119,-0.28349 1.01581,-0.3071 0.98841,-0.55054 0.7684,-0.80181 0.58465,-0.95214 0.25056,-1.11919 -0.20045,-1.20272 -0.48443,-0.65147 -0.65147,-0.56794 -1.03567,-0.23386 -0.0835,-0.51784 -1.52009,-0.4009 -1.31964,-0.91874 -0.71829,-1.00226 -0.15034,0.35079"
id="path2883"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="1.6" />
<path
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 70.492216,236.31227 1.75395,-0.98555 m -1.13589,1.1693 1.80407,-1.05237 m -0.43432,1.53679 1.15261,-0.96885 m -0.48443,2.00452 1.60362,-0.8018 m -1.93771,2.57246 c 0.18375,0.0167 2.32191,0.0668 2.32191,0.0668 m -3.62485,1.45328 c 0.10023,0.0167 2.2885,0.75169 2.2885,0.75169 m -3.70837,-0.33408 c 0.0668,0.10022 1.03567,2.03793 1.03567,2.03793 m -2.13815,-2.3052 c 0.0167,0.10023 0.0668,2.6727 0.0668,2.62258 m -1.03568,-3.29075 c -0.0334,0.0835 -0.73499,2.65599 -0.73499,2.52235 m 0.0668,-3.49121 -1.62031,1.921 m 1.05237,-2.92326 -1.63703,1.21942 m 1.05237,-1.75396 0.11694,0.50113 c 0,0 -0.18375,1.75396 1.23611,2.99008 0,0 1.06909,1.01897 2.68941,0.7517 0,0 1.68714,-0.20045 2.57247,-1.48669 0,0 1.13589,-1.31964 0.7851,-2.95667 0,0 -0.16704,-0.88533 -0.90203,-1.50339 0,0 -0.81852,-0.58465 -2.45554,-0.41761 m -5.0113,2.73952 c 0,0 0.73498,2.77292 1.30293,3.107 0,0 0.91874,1.28624 2.82304,1.38646 0,0 1.80407,0.25057 3.50791,-1.30293 0,0 1.63703,-1.65374 1.46998,-3.34087 0,0 0.18375,-1.20272 -0.96885,-2.40543 0,0 -0.81851,-0.81851 -2.15486,-0.68488"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
id="path3157" />
<path
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26499999, 0.26499999;stroke-dashoffset:0"
d="m 71.260616,235.6608 -1.67044,0.81851 -0.25056,0.7517 -0.21716,0.88533 0.13364,0.71829 0.41021,0.63624 0.68508,0.4016 0.79139,0.0236 0.61421,-0.25986 0.42523,-0.38979 0.25985,-0.42522"
id="path3410"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="1.6" />
<path
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 70.126966,236.36438 -1.06306,0.5079 m 0.87407,0.10631 -1.13393,0.56696 m 1.11031,0.86226 c -0.0473,0.0354 -1.45285,0.51972 -1.45285,0.51972 m 2.008,0 c 0,0 -1.34654,1.22842 -1.29929,1.16936 m 1.77176,-0.77957 c 0,0 -0.48428,1.27567 -0.46066,1.21661 m 1.24024,-1.55915 0.33073,0.96856 m 0.12993,-1.38197 0.66146,0.22442 m -0.25987,-0.34254 c 0,0 -0.0827,0.83863 -0.89769,1.32291 0,0 -0.63783,0.4961 -1.54734,0.17718 0,0 -0.92131,-0.22442 -1.19298,-1.42922 0,0 -0.0827,-0.72052 0.14174,-1.19299 l 0.22442,-0.69689 m 3.16555,1.80719 c 0,0 -0.0827,0.79139 -0.93313,1.19299 0,0 -0.73233,0.43704 -1.48828,-0.0473 0,0 -0.68508,-0.43703 -0.74414,-1.20479 0,0 -0.0591,-0.79139 0.42522,-1.37017 l 0.23624,-0.69689"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
id="path3680" />
<path
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26499999, 0.26499999;stroke-dashoffset:0"
d="m 69.690406,236.49602 2.3052,-1.23612 2.53906,-1.30294 3.17382,-1.36976 3.94223,-1.57021 4.10927,-1.43657 3.34087,-0.7684 1.73725,-0.16704 1.36976,0.0668 0.63476,1.20271 1.00226,1.63703 0.46773,1.97111 -0.53455,2.37201 -1.33634,1.87089 -2.03793,1.06908 -2.10475,0.0668 -1.63703,-0.66817 -1.03567,-1.33635 -0.0167,-1.23612 0.40091,-1.50339 0.98555,-0.78511 0.80181,-0.31738 0.91874,0.0668 0.81851,0.36749 0.45102,0.60136 c 0,0 0.21716,0.53454 0.23386,0.66817 0.0167,0.13364 0.0167,0.66818 -0.0167,0.735 -0.0334,0.0668 -0.25056,0.65147 -0.25056,0.65147 l -0.48443,0.50112"
id="path3937"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="1.6" />
<path
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 91.472876,229.1127 2.15486,0.13363 m -1.93771,1.25283 1.85418,-0.95215 m -1.60361,1.31965 2.92326,-0.0501 m -2.38872,1.77065 3.04019,-0.21716 m -2.82304,2.45554 2.82304,0.48443 m -4.17609,1.30294 2.40543,1.45328 m -4.2095,-0.58466 1.05238,2.37202 m -2.53906,-2.40542 c -0.0334,0.0835 -0.16705,2.15486 -0.16705,2.15486 m -0.98555,-2.88986 c -0.10023,0.0668 -1.65373,1.5368 -1.65373,1.5368 m 1.40316,-3.20723 -2.18827,0.0167 m 3.34087,-0.95213 -0.20045,-2.17157 m 1.23612,2.22168 c 0,0 1.41987,-1.83748 1.33635,-1.77066 m -0.95215,2.48895 1.95441,-0.33409 m -1.87089,1.5368 0.7684,0.91874 m -0.83522,-0.0167 c 0,0 0.85192,-0.56795 1.06908,-1.33635 0,0 0.48443,-1.00226 -0.46772,-2.20497 0,0 -1.26953,-1.25283 -2.97337,-0.33409 0,0 -1.82078,1.00226 -1.68714,2.97338 0,0 -0.10023,1.82077 1.87089,2.99008 0,0 1.83747,0.96885 4.2262,-0.0501 0,0 2.35531,-1.16931 3.02348,-2.97338 0,0 0.93544,-1.78737 0.56795,-3.59144 0,0 -0.16704,-1.58691 -1.5368,-2.90655 l -0.0334,-0.56795 m -4.12597,7.75082 c 0,0 0.7684,-0.50113 0.80181,-1.16931 0,0 0.31738,-0.88533 -0.53454,-1.78736 0,0 -1.30294,-0.96885 -2.65599,0.18375 0,0 -1.18601,1.08578 -0.63477,2.67269 0,0 0.80181,1.87089 2.93997,1.77066 0,0 2.45554,-0.20045 3.55802,-1.9377 0,0 1.01897,-1.23612 0.98556,-2.53906 0,0 0.10022,-1.58692 -0.60136,-2.58918 0,0 -0.43431,-0.73499 -0.90203,-1.03567 l -0.3842,-1.60361"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
id="path4260" />
<path
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26499999, 0.26499999;stroke-dashoffset:0"
d="m 92.608766,228.77861 1.36976,0.40091 1.26953,0.56794 1.46998,1.26953 1.10249,1.87089 0.36749,2.10475 0.13364,2.20497 -0.26727,2.73951 -0.66818,2.40543 -0.70158,1.87089 -1.06908,2.93996 -1.03567,2.00452 -0.93544,1.50339 -1.10249,1.30294 -1.5702,0.66818 -1.02465,0.18573 -1.54734,0.17718 -1.16937,-0.42522 -1.06305,-0.53153 -0.70871,-0.70871 -0.69689,-0.96856 -0.41342,-1.19299 -0.0118,-1.48828 0.24805,-1.29929 0.79139,-1.4056 0.98037,-0.99219 1.05125,-0.55515 1.14574,-0.14174 0.95675,0.1063 0.75595,0.33073 0.59059,0.64965 0.35436,0.63783 0.12992,0.95676 -0.14174,0.85044 -0.42522,0.72052 -0.51972,0.49609 -0.73233,0.28349 -0.87407,0.0354 -0.61421,-0.22442 -0.43703,-0.30711 -0.28348,-0.35435"
id="path4521"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="1.6" />
<path
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 92.108646,251.7551 -1.32292,1.85444 m 0.48428,-2.10249 -0.98037,2.01981 m -0.8977,-2.008 c 0,0.0473 0.12993,2.1143 0.12993,2.1143 m -1.54734,-2.23242 c -0.0118,0.0472 -0.37797,2.12612 -0.37797,2.12612 m -1.31111,-3.20099 c -0.0473,0.0473 -0.93313,2.05525 -0.93313,2.05525 m 0.16537,-3.11831 -1.50009,1.58278 m 1.26385,-2.95294 c -0.0472,0.0118 -2.2088,0.22443 -2.2088,0.22443 m 3.15374,-2.4096 c -0.0472,-0.0236 -2.33872,-0.56697 -2.33872,-0.56697 m 3.89788,-0.76776 c 0,0 -1.07487,-1.81901 -1.12212,-1.85445 m 2.62221,1.73633 c 0,0 0.98037,-1.65365 0.9095,-1.6064 m 0.11812,2.57497 c 0.0709,-0.0118 1.67727,-1.06306 1.74814,-1.11031 m -1.79539,2.09068 c 0.0472,0.0591 1.8072,0.14174 1.8072,0.14174 m -2.46865,0.63784 c 0.0354,0.0709 1.3111,1.54734 1.3111,1.54734 m -2.04343,-1.13393 0.0591,1.78357 m -1.06306,-2.09068 c -0.0709,0.0591 -0.63784,1.27567 -0.63784,1.27567 m 0.0472,-1.26386 c 0,0 0.30711,0.98038 1.46466,1.06306 0,0 1.19299,0.10631 1.83082,-0.81501 0,0 0.74414,-0.93313 0.41342,-2.07887 0,0 -0.55516,-1.83082 -2.62221,-1.61821 0,0 -1.13393,0.0827 -2.04344,0.88588 0,0 -1.14574,1.15756 -1.32292,2.06706 0,0 -0.46065,1.58278 -0.14174,2.55134 0,0 0.31892,1.50009 1.48829,2.38598 0,0 1.28748,1.0158 2.94112,0.93312 0,0 1.31111,-0.15355 1.83082,-0.49609 l 1.25205,0.24805 m -5.30348,-5.04362 c 0,0 0.36617,1.07487 1.42922,1.32291 0,0 1.37017,0.30711 2.35055,-0.8032 0,0 0.92131,-0.95675 0.73232,-2.18517 0,0 -0.29529,-2.57496 -3.04743,-2.59859 0,0 -2.38597,-0.21261 -4.016,2.68127 0,0 -0.89769,1.57097 -0.59059,3.62621 0,0 0.12993,1.45285 1.6064,2.9175 0,0 1.38198,1.31111 3.37817,1.31111 0,0 1.19298,-0.0118 1.52371,-0.16537 l 0.79139,0.0945"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
id="path4815" />
<path
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26499999, 0.26499999;stroke-dashoffset:0"
d="m 91.857076,252.83287 -1.08579,0.91874 -1.67043,0.41761 -1.40317,0.0167 -2.00452,-0.41762 -2.87314,-0.46772 -3.47451,-0.60135 -2.38872,-0.43432 -2.20497,-0.35079 -2.88986,-0.61806 -2.88985,-0.56794 -1.65373,-0.50114 1.43658,-0.45101 1.58691,-0.70159 0.98556,-1.03566 0.4768,-0.83116 0.23623,-1.004 -0.16536,-1.14574 -0.51972,-0.8032 -0.95675,-0.63783 -0.82682,-0.0945 -0.85045,0.22442 -0.63783,0.53153 -0.2953,0.51972 -0.16536,0.51972 0.0591,0.6024 0.27167,0.54334 0.47247,0.4016"
id="path5080"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="1.6" />
<path
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 67.457506,249.81797 1.58278,0.43703 m -0.93313,-0.86225 1.83082,0.48428 m -0.37797,-1.27567 c 0.0354,0.0472 0.9095,0.96856 0.9095,0.96856 m 0.0945,-1.9135 c 0.0591,0.0354 0.81501,1.24023 0.81501,1.24023 m -0.81501,-4.67746 c 0,0 1.14574,-0.83863 1.07487,-0.80319 m -2.03163,0.61421 0.23624,-1.32292 m -1.08668,1.6064 -0.82682,-0.83864 m 0.38978,1.48829 -1.24023,-0.15356 m 1.29929,0.8032 -1.27567,0.77958 m 1.46466,-0.0945 c -0.0236,0.0472 -0.47247,1.004 -0.46066,0.95675 m 0.56697,-0.35435 c 0,0 -0.76777,-0.36617 -0.88589,-1.18118 0,0 -0.1063,-1.1103 0.77958,-1.70089 0,0 1.02762,-0.73233 2.05525,-0.15355 0,0 0.93313,0.43703 1.09849,1.52371 0,0 0.28348,1.0985 -0.38979,2.25605 0,0 -0.74414,1.31111 -2.13793,1.75995 0,0 -0.49609,0.16537 -0.94494,0.21261 l -0.95675,0.64965 m 1.33473,-3.2128 c 0,0 -0.87407,-0.22443 -1.08668,-1.39379 0,0 -0.0827,-0.88588 0.6024,-1.61821 0,0 0.61421,-0.56697 1.2048,-0.64965 0,0 0.6024,-0.0827 0.85044,0 0,0 1.12212,0.15356 1.68908,1.24024 0,0 0.62603,1.28748 0.0827,2.59859 0,0 -0.36616,0.89769 -0.88588,1.45284 0,0 -0.55515,0.74414 -2.09067,1.28748 l -0.6969,0.55515"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
id="path5372" />
<path
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26499999, 0.26499999;stroke-dashoffset:0"
d="m 67.886336,250.39404 -3.64155,-1.00227 c 0,0 0.53454,-2.27179 0.56795,-2.57246 0,0 1.20271,-5.21176 0.4009,-7.45014"
id="path5646"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="1.6" />
<path
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 64.870736,247.59736 -0.56697,3.1183 m 2.38598,-2.88207 -0.68508,3.56715 m 7.27604,-2.07887 -0.63784,3.40179 m 12.11887,-0.82682 -0.73233,3.56715 m 5.17355,-3.44904 c 0,0.0945 -0.47247,3.85064 -0.47247,3.85064 m 1.98437,-4.27586 1.58278,3.28367 m -0.73233,-4.29948 3.04743,1.27567 m -2.88207,-2.45684 c 0.14174,0.0709 3.26005,1.55915 3.26005,1.55915 m -1.7009,-2.12612 2.17337,1.03944 m 0.18898,-6.70908 2.71671,1.2048 m -2.64583,-6.47285 3.9215,1.79539 m -3.1183,-5.57515 c 0.11811,-0.0236 3.21279,-0.28348 3.21279,-0.28348 m -4.65383,-2.17336 3.26005,-1.84264 m -5.26805,0.82683 0.92132,-2.71671 m -2.50409,3.33092 0.3071,-3.80339 m -1.6064,3.33092 0.0945,-3.23642 m -3.56715,3.23642 0.73233,-3.04743 m -6.7327,5.38615 -0.21262,-3.28366 m -6.18936,6.35472 -1.13392,-3.77976 m -6.85082,7.32329 -0.85045,-2.92932 m -0.54334,1.51191 0.8032,-0.37798 4.20499,-2.24423 4.03961,-2.05525 3.09469,-1.44103 3.00018,-1.2993 2.19699,-0.89769 2.24423,-0.77957 c 0,0 4.06325,-1.58278 7.11068,-1.34654 0,0 3.44903,0.42522 5.45703,2.78757 0,0 1.93713,1.77176 1.81901,5.66964 0,0 -0.0236,6.77995 -4.27585,13.63077 0,0 -1.51191,3.99237 -5.07906,4.8192 0,0 -4.65383,-0.18899 -6.56734,-0.70871 0,0 -18.23735,-3.80338 -18.96968,-4.016 m 1.2048,-10.84319 1.25205,-0.49609 c 0,0 6.26023,-3.18918 6.68545,-3.40179 0,0 7.74852,-3.59077 8.85882,-3.82701 0,0 5.90588,-2.3151 8.10287,-2.03162 0,0 0.56696,1.15755 1.58277,0.94494 0,0 0.92132,-0.21261 1.74814,-0.8032 0,0 3.16555,1.01581 3.94513,3.94513 0,0 0.92131,2.62221 -0.16537,6.89806 0,0 -0.8032,4.1105 -3.37816,8.76433 0,0 -0.75595,-0.14174 -1.13393,0.47247 0,0 -0.4016,0.61421 -0.0473,1.15755 0,0 -0.96856,2.008 -3.09468,2.7167 0,0 -2.008,0.16537 -5.26804,-0.49609 0,0 -9.52028,-1.65365 -10.44159,-2.008 0,0 -5.5279,-1.18118 -6.26023,-1.44103 0,0 -1.2993,-0.0709 -2.1025,-1.03944 l -0.92131,-0.51972"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
id="path5963" />
<path
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26499999, 0.26499999;stroke-dashoffset:0"
d="m 64.311606,248.79042 c 0,0 -0.30068,1.90429 -0.63477,2.73951"
id="path6240"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="1.6" />
<path
embroider_row_spacing_mm="1.8"
embroider_max_stitch_length_mm="4"
embroider_angle="45"
inkscape:connector-curvature="0"
id="path6518"
d="m 63.743656,251.29607 2.3052,1.06908 3.34087,1.1693 3.30746,0.90203 4.2429,1.06908 4.14268,0.70159 4.24291,0.23386 3.37427,0.0334 2.3052,-0.0334 -1.43657,4.20949 -2.07134,4.94449 -1.73725,4.07586 -1.1693,2.53906 -0.70159,1.03567 -0.96885,0.63476 -1.30294,0.0334 -2.3052,-0.43431 -1.83748,-0.83522 -2.83973,-1.90429 -3.0402,-2.57247 -3.17382,-3.20724 -2.80633,-3.14041 -2.43883,-2.6727 -1.67044,-2.00452 0.7684,-1.73725 1.03567,-2.47224 z"
style="display:inline;fill:#191d1f;stroke:none;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26499998, 0.26499998;stroke-dashoffset:0" />
<path
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26499998, 0.26499998;stroke-dashoffset:0"
d="m 63.810476,251.26266 -0.70158,2.10475 -1.10249,2.63928 -0.46772,1.06908"
id="path6798"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="1.6" />
<path
embroider_row_spacing_mm="1.8"
embroider_max_stitch_length_mm="4"
embroider_angle="135"
inkscape:connector-curvature="0"
id="path6518-6"
d="m 63.743656,251.29607 2.3052,1.06908 3.34087,1.1693 3.30746,0.90203 4.2429,1.06909 4.14268,0.70158 4.24291,0.23386 3.37427,0.0334 2.3052,-0.0334 -1.43657,4.20949 -2.07134,4.94449 -1.73725,4.07586 -1.1693,2.53906 -0.70159,1.03567 -0.96885,0.63476 -1.30294,0.0334 -2.3052,-0.43431 -1.83748,-0.83522 -2.83973,-1.90429 -3.0402,-2.57247 -3.17382,-3.20724 -2.80633,-3.14041 -2.43883,-2.6727 -1.67044,-2.00452 0.7684,-1.73725 1.03567,-2.47224 z"
style="display:inline;fill:#191d1f;stroke:none;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26499998, 0.26499998;stroke-dashoffset:0" />
<path
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26499998, 0.26499998;stroke-dashoffset:0"
d="m 61.505276,257.14259 c 0,0 0.80181,-1.80407 0.96885,-2.20497 0,0 1.10249,-2.97338 1.23612,-3.54132 l 1.70385,0.63476 1.57021,0.66817 2.47224,0.80181 2.63929,0.7684 2.83973,0.73499 3.07361,0.63477 2.83973,0.50113 2.70611,0.20045 2.33861,0.10023 1.36975,0.46772 0.90204,1.06908 0.73499,1.23612 -0.16705,1.83748 -0.43431,0.93544 -0.66817,0.55125 -1.03567,0.85192 -1.06908,0.3842 -1.06908,-0.0501 -1.13589,-0.46773 -0.50113,-0.7851 -0.20046,-1.00226 0.3675,-1.01897 0.3842,-0.4176 0.61806,-0.33409 0.51783,-0.10023 0.40091,0.0501 0.4009,0.18375 0.31738,0.26727 0.20046,0.3675"
id="path7377"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="1.6" />
<path
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 86.127486,256.62476 2.15486,0.0668 m -2.25509,0.4343 c 0.0668,0 2.3219,-0.0167 2.3219,-0.0167 m -1.41987,1.05237 1.8876,-0.61806 m -1.03567,1.78737 1.62032,-0.85192 m -1.80407,1.85418 1.62032,-0.40091 m -2.07134,1.5201 c 0.10023,0.0334 1.97111,0.7684 1.97111,0.7684 m -2.82303,0.11693 c 0,0 1.01896,1.73725 1.00226,1.67043 m -2.18827,-1.23612 c 0,0 0.11693,1.9377 0.10023,1.85418 m -1.1359,-2.07134 c 0,0 -0.53454,1.73726 -0.53454,1.67044 m -0.0501,-2.40543 -1.1526,1.08578 m 1.1526,-1.87088 -1.5368,0.15034 m 2.07134,-0.70159 c 0,-0.0835 -1.10249,-1.20271 -1.10249,-1.20271 m 1.80407,1.18601 0.40091,-1.77066 m 0.20045,1.9043 0.96885,-0.83522 m -0.26727,0.95215 c 0,0 -0.30068,-1.63703 -2.08804,-1.16931 0,0 -1.1526,0.31738 -1.45328,1.62032 0,0 -0.33409,1.43658 0.86862,2.35531 0,0 1.28624,0.88534 2.75622,0.3675 0,0 1.36976,-0.46772 2.02123,-1.36976 0,0 1.41987,-1.72054 0.70158,-4.02574 0,0 -0.33409,-0.86863 -0.98556,-1.38646 l -0.0167,-0.63477 m -2.02123,4.27631 c 0,0 -0.4176,-1.35305 -1.78736,-0.88533 0,0 -1.1526,0.3675 -1.1693,1.70385 0,0 -0.0501,1.23612 1.40316,1.80407 0,0 1.82077,0.55124 3.25735,-1.03567 0,0 0.95215,-1.01897 0.88533,-2.12145 0,0 0.16704,-0.95215 -0.46772,-1.93771 0,0 -0.71829,-1.03567 -1.50339,-1.13589 l -0.0167,-0.70159"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
id="path7693" />
<path
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26499999, 0.26499999;stroke-dashoffset:0"
d="m 86.996106,256.45771 h 1.30294 1.60362 l 1.10248,-0.0167 -0.96885,2.85644 -1.58691,3.97564 -1.1693,2.83974 -0.90204,2.15486 -0.70158,1.41987 -0.3842,-1.10249 -0.31739,-1.18601 -0.86862,-1.11919 -1.36976,-0.65147 -1.20271,-0.0835 -1.1693,0.4009 -0.91874,0.7517 -0.3675,0.88533 -0.13363,0.7684 0.31738,0.85192 0.65147,0.56795 0.73499,0.13363 0.80181,-0.18375 0.45102,-0.38419 0.35079,-0.55125 0.0668,-0.55124"
id="path7982"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="1.6" />
<path
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 84.757726,270.84015 1.35305,-2.62258 m -1.68714,1.36976 1.60362,-2.3052 m -2.03793,0.90203 1.5535,-1.63702 m -2.62258,0.20045 1.43658,-1.70385 m -2.53906,1.45328 0.71828,-2.10474 m -1.67043,2.23838 -1.08579,-1.5368 m 0.50113,2.23838 -2.22167,0.0167 m 2.10474,1.1025 -1.62032,1.26953 m 2.15486,-0.83521 c 0.0167,0.10022 -0.23386,2.05463 -0.21715,1.9544 m 0.95214,-2.15486 c 0.0668,0.10023 0.93545,1.31965 0.93545,1.31965 m -0.60136,-1.83748 1.28624,-0.15034 m -0.81852,-0.4176 c 0,0 0.68488,1.1526 -0.50113,2.08804 0,0 -0.75169,0.63476 -1.75395,0.25057 0,0 -0.96885,-0.26728 -1.21942,-1.55351 0,0 -0.13364,-1.5368 1.1526,-2.50565 0,0 1.65373,-1.23612 3.54132,-0.35079 0,0 1.80407,0.61806 2.22168,2.80633 l 0.15034,1.1526 m -3.77519,-1.80407 c 0,0 0.58466,1.31964 -0.90203,1.921 0,0 -1.45328,0.48442 -1.88759,-1.25283 0,0 -0.21716,-1.28623 1.31964,-2.15486 0,0 1.921,-0.96885 3.4578,0.63477 0,0 0.91874,0.56794 0.90204,2.50565 l 0.16704,1.72055"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
id="path8296" />
<path
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26499999, 0.26499999;stroke-dashoffset:0"
d="m 85.635806,269.87433 -0.75596,1.70089 -0.47247,0.94494 -0.54334,0.73233 -0.89769,0.61421 -1.32292,0.0473 -1.48828,-0.23623 -1.81901,-0.61421 -1.48828,-0.82682 -2.24423,-1.48828 -1.98438,-1.6064 -1.70089,-1.63003 -1.55915,-1.55915 -1.65365,-1.77176 -1.63002,-1.79539 -1.53553,-1.67727 -0.82682,-0.87407 0.0472,-1.46465 0.21261,-1.6064 0.94494,-1.58278 1.51191,-0.92132 1.67726,-0.37797 1.48828,0.28348 0.94495,0.63783 0.73233,1.03944 0.21261,1.39379 -0.23624,0.92132 -0.92132,1.0158 -1.22842,0.33073 -0.74414,-0.15355 -0.63783,-0.4016 -0.35436,-0.74414 -0.0118,-0.82682 0.21261,-0.49609 0.2953,-0.43704 0.35435,-0.24805"
id="path8589"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="1.6" />
<path
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 64.894356,260.66116 -1.9135,-2.16155 m 1.7127,1.06306 -1.67727,-1.59459 m 1.59459,0.24805 -1.45285,-1.02763 m 1.88989,-0.37797 -1.53553,-1.004 m 2.44503,-0.17718 -1.18117,-1.39378 m 2.59858,0.62602 -0.6024,-1.72452 m 1.84263,1.53553 c 0,0 0.16537,-1.55915 0.15356,-1.5119 m 1.05125,2.09067 c 0,0 1.18117,-1.4174 1.12211,-1.35835 m -0.41341,2.43322 1.52372,-0.88588 m -1.48828,2.05525 1.61821,-0.15355 m -2.4096,1.01581 c 0.0472,0.0354 1.13393,1.28748 1.13393,1.28748 m -2.06706,-1.18118 c 0,0 0.15355,1.83082 0.17718,1.77177 m -0.90951,-2.31511 c 0,0 -0.99219,1.4056 -0.95675,1.34654 m 0.93313,-2.19698 -1.47647,0.42522 m 1.87807,-1.004 -0.59059,-0.76776 m 0.67327,0.41341 c 0,0 -0.83864,0.3071 -1.01581,1.1103 0,0 -0.31892,0.96857 0.53153,1.66546 0,0 0.95675,0.68508 1.92531,0.0827 0,0 1.05125,-0.47247 1.16937,-1.77176 0,0 0.17717,-1.07487 -0.79139,-2.07887 0,0 -1.3111,-1.19299 -2.84664,-0.79139 0,0 -1.37016,0.17718 -2.07886,1.02762 0,0 -0.95676,0.83864 -1.13393,1.94895 0,0 -0.31892,1.1103 0.21261,2.35054 l 0.15355,1.15755 m 3.79158,-4.86645 c 0,0 -0.74414,0.21261 -1.0985,0.88588 0,0 -0.63783,0.98038 0.16537,2.13793 0,0 0.85045,1.01581 2.19698,0.66146 0,0 1.34655,-0.38979 1.79539,-1.57096 0,0 0.63784,-1.31111 0.0236,-2.55134 0,0 -0.24804,-0.51972 -0.60239,-0.86226 0,0 -1.37017,-1.2048 -3.55534,-1.13393 0,0 -1.6064,0.22443 -2.63402,1.32292 0,0 -1.39379,1.19299 -1.46466,3.34273 l 0.15355,1.27567"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
id="path8915" />
<path
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26499999, 0.26499999;stroke-dashoffset:0"
d="m 64.138406,260.24775 -1.44103,-1.65365 -1.18118,-1.47647"
id="path9212"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="1.6" />
<path
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 92.699236,256.43255 -3.37817,-0.23623 m 2.71671,1.46466 -3.44903,-0.47248 m 2.69308,2.69308 -3.49628,-0.85044 m 2.55134,3.35454 -2.71671,-0.92132 m 0.96857,4.89007 -2.4096,-1.08668 m 0.49609,5.69326 -2.3151,-1.34654 m 0.82682,3.66164 -1.93713,-2.85844 m -0.0709,4.39397 -0.61421,-3.85063 m -1.70089,3.96875 1.01581,-3.70889 m -2.76395,3.49628 1.29929,-4.3231 m -2.52772,3.59077 0.4961,-2.88207 m -2.55134,1.74814 0.73233,-2.88207 m -5.48066,-0.35435 1.44104,-3.44903 m -5.10268,0.25986 1.84263,-3.33092 m -5.59877,-1.34654 1.67727,-2.90569 m -3.99237,-0.35435 1.06305,-2.38598 m -0.62602,0.33073 0.41341,0.48428 3.00019,3.53172 2.52772,2.82301 1.67727,1.75995 c 0,0 2.16155,2.25604 2.43322,2.4096 0,0 1.47647,1.35835 1.63002,1.50009 0,0 3.08287,2.65765 4.8192,3.42541 0,0 0.77957,-1.21661 2.01981,-0.96856 0,0 1.14574,0.0945 1.24023,1.27567 0,0 2.13793,-0.11812 3.02381,-1.96075 l 1.41741,-3.02382 1.73633,-4.13411 0.42522,-1.03943 c 0,0 0.93313,-1.77177 0.6969,-4.00419 0,0 0.33577,-1.41894 1.10417,-2.67177 m -28.661,1.70321 0.37797,0.57877 c 0,0 2.36236,2.83482 2.76396,3.24823 l 2.69308,3.00019 c 0,0 2.06706,2.19699 2.26785,2.35054 0,0 3.2128,3.20099 3.89788,3.62621 0,0 3.53172,3.012 5.53972,3.56715 0,0 2.63402,0.94494 4.14592,0.42522 0,0 1.2993,-0.27167 1.97257,-1.46465 l 1.24023,-2.83483 1.53553,-3.55533 1.54734,-3.70889 1.41741,-3.35454 1.02762,-2.49228 0.48428,-1.38198"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
id="path9544" />
<path
id="path9867"
style="display:inline;fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
d="m 64.114786,252.9599 0.75595,-2.29149 m 1.03943,3.18918 1.2993,-2.45685 m 1.5119,3.28367 1.01581,-2.24423 m 2.14974,3.33091 1.15756,-2.55134 m 2.17336,3.42541 1.13393,-2.66946 m 2.33872,3.16556 0.54334,-2.92932 m 3.92151,3.47266 -0.11812,-2.76395 m 2.66946,3.00018 0.35435,-2.88207 m 3.28367,2.74033 0.25986,-2.52772 m 1.29929,2.71671 0.23623,-2.78757 m 0.54334,1.81901 -2.33872,0.0709 c 0,0 -5.36254,0.11811 -7.37054,-0.23624 0,0 -6.96893,-0.77957 -10.93768,-2.19698 0,0 -5.55153,-1.6064 -6.80357,-2.31511 l -0.73233,-0.35435 m 28.70256,3.56715 c 0,0 -2.52771,0.49609 -3.68527,0.4016 0,0 -5.45703,0.0473 -7.39415,-0.35435 0,0 -5.17355,-0.73233 -6.33111,-1.15756 0,0 -6.40197,-1.63002 -7.60677,-2.26785 0,0 -2.45684,-0.77958 -3.28367,-1.39379"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33" />
<path
embroider_running_stitch_length_mm="1.6"
inkscape:connector-curvature="0"
id="path10189"
d="m 63.713186,251.40074 c 0,0 0.49609,-2.03162 0.66146,-2.69308"
style="fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26499999, 0.26499999;stroke-dashoffset:0" />
<path
id="path10503"
style="fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
d="m 62.957236,244.07745 4.06324,0.14174 m -4.51209,1.18118 c 0.0945,0.0236 4.53571,0.54334 4.53571,0.54334 m -4.25223,1.93713 3.14193,0.42522 m -0.63784,0.75596 c 0,0 1.03944,-3.30729 0.92132,-5.03181 m -2.97656,4.7247 c 0,0 0.85044,-2.90569 0.51971,-4.7247"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33" />
<path
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 62.579256,248.61317 3.49628,1.01581 m -4.48847,0.33073 4.18136,0.99219 m -4.41759,0.89769 3.61439,1.37016 m -4.67745,0.92132 4.01599,1.1103 m -5.76413,3.35454 3.80338,1.74815 m -7.01618,3.827 c 0.11812,0.0945 4.60658,0.87407 4.60658,0.87407 m -6.94531,2.5041 c 0.0709,0.0945 4.25223,1.03943 4.25223,1.03943 m -5.78776,2.05525 c 0.0473,0.11811 3.26005,2.48046 3.26005,2.48046 m -4.512094,-0.28348 c 0.0945,0.16537 1.393794,3.70889 1.393794,3.70889 m -2.078874,-3.1183 0.0709,4.84282 m -2.07887,-8.03199 -1.93713,3.70889 m -1.13393,-7.86663 c 0,0 -1.72451,3.82701 -1.67727,3.73251 m -0.61421,-9.80375 -2.36235,3.94512 m 0.61421,-7.39416 -2.36235,3.96875 m 0.96856,-7.74851 c 0,0 -3.28366,3.18917 -3.23642,3.09468 m 2.48047,-6.00037 c -0.0945,0.0945 -2.88207,2.95294 -2.88207,2.95294 m 2.48047,-6.09487 -3.75614,2.22061 m 3.35454,-4.7247 -3.75614,0.51972 m 3.35454,-2.4096 -3.35454,0.33073 m 4.08687,-2.64584 -3.23642,-1.29929 m 3.56715,-0.44885 -2.26786,-1.65364 m 3.89788,0.68508 -3.40178,-1.81901 m 3.49628,0.59059 -2.69308,-1.91351 m 3.09468,1.32292 -2.03163,-2.22061 m 4.25224,1.77176 -2.03163,-3.47265 m 5.14993,3.63802 -0.68508,-3.94513 m 3.47265,5.43341 c 0.0236,-0.0945 0.47247,-4.25223 0.47247,-4.25223 m 1.65365,5.31529 0.37798,-3.51991 m 2.385974,1.77177 c 0,0 -0.23623,-3.89788 -0.28348,-3.80339 m 2.74033,2.74033 -0.59059,-3.59077 m 3.66164,4.3231 -0.0236,-4.20499 m 1.7954,4.60659 1.74814,-4.03962 m -1.2993,4.65383 3.99238,-2.52772 m -2.1025,3.70889 3.11831,-1.72451 m -2.8112,3.59077 3.9215,-1.86626 m -3.70889,5.2208 3.80339,-0.0945 m -1.03944,1.84264 c 0,0 0.18899,-2.52772 0.0945,-3.14193 0,0 -0.23624,-2.48047 -0.70871,-3.68527 0,0 -0.85044,-2.57496 -2.48046,-4.29948 0,0 -3.26005,-2.33872 -7.06344,-1.25204 0,0 -3.56715,0.92132 -5.386164,3.37816 0,0 -2.50409,-3.87426 -8.05562,-3.09468 0,0 -2.2206,0.16537 -5.05543,2.36235 0,0 -0.54334,0.28348 -0.66145,0.70871 0,0 -0.16537,0.51971 0.0236,0.92131 0,0 -2.07887,2.55134 -2.24423,6.52009 0,0 -0.21262,4.9137 1.06305,8.17374 0,0 1.03944,3.59077 2.48047,6.52009 0,0 2.43322,5.45703 3.54353,7.25242 0,0 4.03962,7.81938 7.86663,11.90625 0,0 2.385974,-2.69308 4.086874,-5.26805 0,0 6.02399,-9.0478 7.98474,-13.72526 0,0 3.33092,-6.96893 3.89788,-9.87463 m -1.72451,-3.30729 c 0,0 -0.0236,-0.7087 -0.0709,-0.94494 0,0 1.08668,-0.99219 1.06306,-2.57496 0,0 0.18899,-2.24423 -1.06306,-4.91369 0,0 -0.92132,0.42522 -1.44104,-0.37798 0,0 -0.47247,-0.56696 0,-1.48828 0,0 -2.43322,-1.63002 -4.81919,-1.27567 0,0 -2.92932,-0.0709 -6.921694,3.56715 0,0 -2.83482,-3.04743 -6.66183,-3.18917 0,0 -1.53553,0.11812 -2.1025,0.3071 0,0 -2.33872,0.75596 -2.81119,1.39379 0,0 0.56696,0.56696 -0.16537,1.58278 0,0 -0.37797,0.63783 -1.34654,0.4016 0,0 -2.76395,5.38616 -0.42522,7.46503 0,0 -0.51972,3.26004 1.15755,7.34691 0,0 -0.59059,0.59059 -0.7087,1.06306 0,0 1.44103,4.27585 2.3151,5.76413 0,0 3.35454,7.41779 5.71689,10.84319 0,0 3.1183,4.70108 4.20498,5.59878 0,0 2.008004,-2.5041 2.456854,-3.09468 0,0 5.43341,-7.79576 6.96894,-11.67002 0,0 3.23642,-6.85082 3.80338,-8.26823 0,0 -0.0945,-0.49609 -0.66146,-1.03943 0,0 1.01582,-2.69308 1.13393,-3.47266"
style="fill:none;stroke:#191d1f;stroke-width:0.26499999;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
id="path10886" />
</g>
</svg>

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 96 KiB

Wyświetl plik

@ -1,652 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16in"
height="16in"
viewBox="0 0 406.40001 406.40001"
version="1.1"
id="svg8"
inkscape:version="0.91+devel r"
enable-background="new"
sodipodi:docname="Donkey FullBack Design.svg">
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="0.89095454"
inkscape:cx="764.03435"
inkscape:cy="908.69153"
inkscape:document-units="mm"
inkscape:current-layer="layer8"
showgrid="false"
inkscape:snap-global="false"
units="in"
inkscape:window-width="1920"
inkscape:window-height="1011"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:pagecheckerboard="true" />
<defs
id="defs2" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:creator>
<cc:Agent>
<dc:title>Evan West at Wild West Designs</dc:title>
</cc:Agent>
</dc:creator>
<dc:publisher>
<cc:Agent>
<dc:title>Wild West Designs</dc:title>
</cc:Agent>
</dc:publisher>
<dc:source>www.wildwestdesigns.biz</dc:source>
</cc:Work>
</rdf:RDF>
</metadata>
<g
style="display:inline"
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Teeth - Pure White">
<path
id="path4402"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 197.77945,273.23296 6.1472,0.73498 m -6.68174,5.54585 c 0.26727,-0.13364 7.61718,-0.80182 7.61718,-0.80182 m -6.61492,6.88219 5.21176,-0.33407 m -1.60362,1.80407 c 0,0 -0.26727,-13.7644 0.4009,-15.76891 m -2.33861,15.70207 c 0,0 -0.13363,-14.96708 0.46773,-15.83571"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay_spacing_mm="1.2" />
<path
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path4457"
d="m 201.12032,271.09481 -0.13364,-2.73953 -0.13363,-4.40994 v -6.34765 l 0.33408,-4.47677"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path4523"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 198.64807,270.15934 c 0.26727,-0.0668 5.27858,0 5.27858,0 m -5.61266,-4.2763 c 0.26727,-0.20045 5.27857,-0.13364 5.27857,-0.13364 m -4.94449,-6.54809 c 0.26727,-0.0668 4.81086,0.53453 4.81086,0.53453 m -4.47677,-5.21175 4.74404,0.60135 m -1.53681,-2.27179 c 0,0 -1.00226,15.16754 0,18.30796 m -1.73725,-18.30796 c 0,0 -1.33634,14.69984 -0.0668,18.17432"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay_spacing_mm="1.2" />
<path
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path4582"
d="m 201.12032,271.16161 h 5.27857 l 5.81311,-0.33409 5.67948,-0.73498 5.41221,-1.06908 1.5368,-0.4009"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path4650"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 229.31725,263.94534 1.20271,5.21176 m -3.67495,-3.60815 c 0.13363,0.26729 1.60362,4.67723 1.60362,4.67723 m -3.47451,-4.2095 1.26953,4.61039 m -1.5368,-0.93543 c 0,0 4.47677,-1.40316 6.21402,-2.73952 m -6.61492,0.80182 c 0,0 4.74403,-1.53681 6.5481,-3.14042"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay_spacing_mm="1.2" />
<path
inkscape:connector-curvature="0"
id="path4715"
d="m 230.78723,265.81624 0.20046,-5.87995 v -7.34991 l -0.0668,-3.60814"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
<path
embroider_zigzag_underlay_spacing_mm="1.2"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 228.38181,263.94534 5.81311,-0.26727 m -5.54584,-3.34087 5.54584,0.46772 m -5.41221,-6.1472 4.87767,-0.13363 m -4.81085,-3.67496 h 4.94449 m -1.93771,-2.13815 c 0,0 -0.13363,16.50388 0,17.3057 m -1.80407,-17.17207 c 0,0 0.13364,16.70434 0,17.37252"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4727" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1"
d="m 230.92087,266.08349 -0.20045,6.68174"
id="path4794"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="2.5" />
<path
embroider_zigzag_underlay_spacing_mm="1.2"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 228.78271,267.48666 4.34313,-0.46773 m -4.40994,4.61041 3.80859,-1.06907 m -1.06908,1.9377 c 0,0 0.26727,-7.08266 0.4009,-7.6172 m -2.20497,8.21854 c 0,0 0.46772,-7.41672 0.46772,-7.88445"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4868" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 230.11906,265.08122 -1.60362,3.20726 -2.27179,-1.26955 -0.80181,2.47226"
id="path4939"
inkscape:connector-curvature="0"
embroider_manual_stitch="True" />
<path
embroider_zigzag_underlay_spacing_mm="1.25"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 172.05476,263.47762 -0.20046,6.14719 m 3.27406,-6.08038 -2.6727,7.21629 m 8.08491,-5.41222 -3.40769,7.01583 m 8.95353,-5.07812 -2.07134,5.7463 m 11.42577,-4.34314 -0.13364,5.21176 m 11.02487,-5.47904 0.40091,5.94675 m 11.09168,-7.48353 0.73499,6.41445 m 6.01357,-6.94899 0.93544,5.34538 m 0.93544,-4.74403 c 0,0 -8.15172,3.74176 -24.52197,3.20722 0,0 -13.02939,0.20047 -22.78473,-1.87087 0,0 -5.27857,-1.60362 -7.81763,-3.40769 m 55.12433,4.20949 c 0,0 -12.09394,3.60815 -24.25471,2.93997 0,0 -15.30117,-0.13363 -18.64204,-1.00226 0,0 -9.35444,-1.73725 -12.2944,-3.80859"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path5029" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1"
d="m 170.98568,266.15032 0.20045,-5.21176 0.13363,-5.54585 0.20046,-4.40994 0.26727,-2.40543"
id="path5104"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="2.5" />
<path
embroider_trim_after="True"
embroider_zigzag_underlay_spacing_mm="1.25"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 169.24843,249.44597 4.81085,0.13363 m -5.81311,5.41221 6.28083,1.13589 m -6.1472,8.55263 c 0.26727,-0.0668 6.34765,0.66817 6.34765,0.66817 m -5.14494,5.54586 4.94449,0.26725 m -1.67043,-22.98517 c 0,0 -1.53681,11.02487 -0.40091,24.58879 m -1.33635,-24.45516 c 0,0 -1.73725,11.22532 -0.53454,24.25471"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path5190" />
</g>
<g
style="display:inline"
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Mane - Charcoal">
<path
id="path5321"
style="opacity:1;fill:none;fill-opacity:1;stroke:#1b242a;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 219.16101,118.28345 4.81085,1.00226 m -5.14494,-4.2095 5.01131,0.80181 m -4.14268,-4.94448 5.0113,1.46998 m -2.20497,-6.41447 4.94449,2.67269 m -2.07134,-4.00904 5.4122,0.60136 m -4.07586,-1.60362 6.8822,-1.46998 m -8.419,1.87088 2.60588,-3.74177 m -6.48128,2.73951 1.40316,-5.545839 m -9.28761,2.071341 2.13815,-5.412209 m -9.35443,0.133634 2.87315,-4.877668 m -7.14946,0.935442 0.66817,-4.610399 m -1.26953,4.075861 -0.20045,-5.011303 m -0.40091,5.278572 -1.40316,-4.543581 m 0.20045,5.612659 -2.73951,-4.476763 m -2.40543,8.218538 -2.80633,-4.34313 m -3.87541,8.084902 -2.27179,-5.011304 m -4.40995,8.151727 -2.67269,-4.47677 m -0.86863,5.81311 -4.40994,-1.87088 m 3.20723,2.27179 -5.61266,0.13363 m 6.28084,-0.0668 -4.40995,2.13816 m 5.47902,-2.00452 -3.27405,3.4745 m 7.08264,0.60136 -4.07586,3.40768 m 5.34539,2.80633 -5.07812,1.06908 m 4.81085,3.74178 -4.54358,0.26727 m 3.40769,0.53454 c 0,0 2.07134,-12.09395 -6.34765,-16.03618 0,0 18.50842,-8.352168 25.79151,-14.766637 0,0 14.56619,12.628487 26.99422,14.432557 0,0 -9.35443,5.94674 -7.41673,16.23662 m -41.29314,0.73499 c 0,0 3.67495,-11.75986 -6.74856,-15.70208 0,0 -0.8018,0.13363 -0.93544,-0.66818 0,0 -0.26727,-0.86862 1.1359,-1.26953 0,0 21.9161,-10.022603 27.39512,-15.434811 0,0 0.33409,-0.601357 1.00226,-0.668174 0,0 0.40091,0.133635 1.00227,0.734991 0,0 16.23662,13.964834 28.8651,14.499374 0,0 0.80181,-0.20045 1.20272,0.86862 0,0 -0.20046,0.80181 -1.06908,1.06908 0,0 -10.22306,4.14268 -8.75308,16.30344"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay_spacing_mm="1.25"
embroider_trim_after="True" />
<path
embroider_zigzag_underlay_spacing_mm="1.25"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay="True"
embroider_zigzag_spacing_mm="0.33"
embroider_trim_after="True"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 179.89304,105.93255 2.07887,-2.3151 m -0.96856,3.827 c 0.0472,-0.0945 2.78757,-2.26785 2.78757,-2.26785 m -2.76395,2.88207 c 0.11812,-0.0709 3.73251,-0.96857 3.73251,-0.96857 m -3.49627,1.93713 3.75613,0.21261 m -2.85844,1.91351 h 2.19699 m -1.08669,0.54334 0.8032,-2.52772 c 0,0 0.0472,-2.26786 -1.15755,-3.66164 l -2.24423,-1.58278 m 2.13973,7.67716 -0.73499,-2.47224 c 0,0 0.10716,-1.33066 -0.48343,-2.41734 l -1.15755,-2.57497"
style="opacity:1;fill:none;fill-opacity:1;stroke:#1b242a;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path5418" />
<path
id="path5519"
style="opacity:1;fill:none;fill-opacity:1;stroke:#1b242a;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 185.86979,101.84568 2.38597,-1.08668 m -2.69308,2.64584 3.54353,-1.67728 m -2.78757,4.13412 3.77976,-1.88988 m -3.37816,3.82701 3.80338,-0.44885 m -3.94513,3.6144 c 0.0945,-0.0236 3.35454,0.56696 3.35454,0.56696 m -3.00018,1.77177 1.81901,0.51971 m -0.99219,0.25986 1.58278,-2.8112 c 0,0 0.68508,-5.10268 -0.96857,-8.97693 l -1.44103,-1.6064 m 0.47247,13.48903 0.0709,-3.16555 c 0,0 0.56696,-5.76414 -0.87407,-7.96113 l -3e-5,-2.14974"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_trim_after="True"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay_spacing_mm="1.25" />
<path
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay_spacing_mm="1.25"
embroider_zigzag_underlay="True"
embroider_trim_after="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 192.8151,95.987051 2.66946,-0.661458 m -3.35454,1.81901 c 0.0945,0.02363 3.82701,-0.944941 3.82701,-0.944941 m -3.6144,2.527716 4.22861,-1.393785 m -3.9215,4.819197 c 0.0945,0 4.89006,-1.6064 4.89006,-1.6064 m -4.51209,5.74051 c 0.18899,0.0472 5.45703,-0.99219 5.45703,-0.99219 m -5.00818,4.37035 c 0.11812,0.0236 4.79557,0.0236 4.79557,0.0236 m -4.48846,2.74036 3.80338,0.92131 m -3.82701,0.85045 2.92932,0.33073 m -1.86626,0.7087 1.5119,-2.10249 c 0,0 1.65365,-6.89806 -1.13392,-16.441964 l -1.13393,-1.511903 m 0.37798,20.079987 0.0236,-2.52772 c 0,0 1.5119,-6.00037 -1.08668,-15.54427 l 0.378,-1.866256"
style="opacity:1;fill:none;fill-opacity:1;stroke:#1b242a;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path5626" />
<path
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay_spacing_mm="1.25"
embroider_zigzag_underlay="True"
embroider_trim_after="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 209.14364,96.087274 -2.66946,-0.661458 m 3.35454,1.819011 c -0.0945,0.02363 -3.82701,-0.944941 -3.82701,-0.944941 m 3.6144,2.527716 -4.22861,-1.393785 m 3.9215,4.819203 c -0.0945,0 -4.89006,-1.6064 -4.89006,-1.6064 m 4.51209,5.74051 c -0.18899,0.0472 -5.45703,-0.99219 -5.45703,-0.99219 m 5.00818,4.37035 c -0.11812,0.0236 -4.79557,0.0236 -4.79557,0.0236 m 4.48846,2.74036 -3.80338,0.92131 m 3.82701,0.85045 -2.92932,0.33073 m 1.86626,0.7087 -1.5119,-2.10249 c 0,0 -1.65365,-6.89806 1.13392,-16.441971 l 1.13393,-1.511903 m -0.37798,20.079994 -0.0236,-2.52772 c 0,0 -1.5119,-6.00037 1.08668,-15.544276 l -0.378,-1.866257"
style="opacity:1;fill:none;fill-opacity:1;stroke:#1b242a;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path5626-4" />
<path
id="path5519-8"
style="opacity:1;fill:none;fill-opacity:1;stroke:#1b242a;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 216.13031,101.84569 -2.38597,-1.08668 m 2.69308,2.64584 -3.54353,-1.67728 m 2.78757,4.13412 -3.77976,-1.88988 m 3.37816,3.82701 -3.80338,-0.44885 m 3.94513,3.6144 c -0.0945,-0.0236 -3.35454,0.56696 -3.35454,0.56696 m 3.00018,1.77177 -1.81901,0.51971 m 0.99219,0.25986 -1.58278,-2.8112 c 0,0 -0.68508,-5.10268 0.96857,-8.97693 l 1.44103,-1.6064 m -0.47247,13.48903 -0.0709,-3.16555 c 0,0 -0.56696,-5.76414 0.87407,-7.96113 l 3e-5,-2.14974"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_trim_after="True"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay_spacing_mm="1.25" />
<path
embroider_zigzag_underlay_spacing_mm="1.25"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay="True"
embroider_zigzag_spacing_mm="0.33"
embroider_trim_after="True"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 222.02686,105.93254 -2.07887,-2.3151 m 0.96856,3.827 c -0.0472,-0.0945 -2.78757,-2.26785 -2.78757,-2.26785 m 2.76395,2.88207 c -0.11812,-0.0709 -3.73251,-0.96857 -3.73251,-0.96857 m 3.49627,1.93713 -3.75613,0.21261 m 2.85844,1.91351 h -2.19699 m 1.08669,0.54334 -0.8032,-2.52772 c 0,0 -0.0472,-2.26786 1.15755,-3.66164 l 2.24423,-1.58278 m -2.13973,7.67716 0.73499,-2.47224 c 0,0 -0.10716,-1.33066 0.48343,-2.41734 l 1.15755,-2.57497"
style="opacity:1;fill:none;fill-opacity:1;stroke:#1b242a;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path5418-2" />
</g>
<path
id="path5790"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#8e908f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 132.35781,92.008853 0.33073,-4.7625 m 0.8599,5.423958 0.19843,-6.283854 m 4.49792,6.35 -0.59531,-7.077604 m 4.43177,8.135937 c 0,-0.264583 0.0661,-7.209895 0.0661,-7.209895 m 3.63806,8.73125 1.45521,-6.35 m 2.84427,10.054166 2.31511,-5.886979 m 2.38125,11.707808 c 0,0 3.175,-7.011454 3.04271,-6.680725 m 0.39687,13.692185 3.175,-7.60677 m -0.92604,13.09688 4.10104,-8.26823 m -1.32292,11.64166 3.70417,-6.68072 m -0.46302,9.98802 3.30729,-7.54063 m 0.19844,8.66511 2.77812,-6.68073 m -0.19843,6.94531 3.04271,-5.75469 m 0.85989,2.18281 c 0,0 -3.70417,0.26459 -6.48229,-0.79375 0,0 -5.15937,-3.77031 -6.41614,-6.81302 0,0 -3.50573,-6.28385 -4.10105,-7.87135 0,0 -4.10104,-6.879167 -5.75468,-8.598959 0,0 -4.82865,-4.7625 -7.14375,-6.151562 0,0 -8.46667,-4.960938 -14.41979,-2.38125 m 42.59791,34.528121 c 0,0 -6.48229,0.79375 -11.90625,-7.0776 0,0 -3.83646,-6.54844 -4.43177,-8.13594 0,0 -3.175,-5.88698 -4.36562,-7.0776 0,0 -4.36563,-5.490106 -6.21771,-6.680731 0,0 -4.63021,-3.704167 -9.525,-4.299479 0,0 -4.43177,-0.264584 -6.48229,0.529166"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay_spacing_mm="1.25"
inkscape:connector-curvature="0" />
<path
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path5889"
d="m 131.89479,89.958332 0.59531,2.976563 1.19063,3.704166 1.05833,3.241146 1.65365,3.505733 2.38125,4.69635 4.16718,5.35781 4.36563,4.89479 5.4901,4.8948 6.15157,4.36562 3.70416,2.4474 2.4474,2.38125 2.3151,2.38125 1.05834,1.52135 0.99218,2.91042 1.71979,2.91041 1.78594,2.24896"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#8e908f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
<g
style="display:inline"
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Head - Chrome">
<path
id="path6051"
style="opacity:1;fill:none;fill-opacity:1;stroke:#8e908f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 173.83125,121.84062 2.97656,-3.57187 m -6.01927,1.78594 3.37344,-4.7625 m -7.67292,1.19062 3.70417,-4.82864 m -7.07761,0.52916 4.36563,-4.36562 m -6.35,0.59531 4.96094,-3.70417 m -7.40834,-1.85208 c 0,0 5.55625,-3.175 5.29167,-3.042709 m -9.12813,-1.918229 4.63021,-4.167187 m -7.60677,-0.595313 4.49792,-4.167187 m -6.61459,2.447396 3.43959,-4.630209 m -8.73125,2.38125 1.85208,-6.416146 M 140.29531,88.503124 139.7,82.549999 m -2.18281,9.194271 -5.15938,-7.606771 m 3.175,7.739062 -7.80521,-3.505729 m 9.98802,8.466667 c -0.26458,0.132291 -8.33437,-0.595313 -8.33437,-0.595313 m 12.03854,6.879164 -8.73125,1.32292 m 11.90625,3.63802 -7.87135,4.49792 m 12.63385,1.25677 c -0.26458,0.13229 -6.35,5.68854 -6.35,5.68854 m 10.2526,-0.59531 c -0.13229,0.26458 -4.10104,5.68854 -4.10104,5.68854 m 9.525,-1.45521 c -0.13229,0.26458 -2.57969,6.48229 -2.57969,6.48229 m 7.73907,-3.43958 c -0.0661,0.26458 -2.77813,8.00364 -2.77813,7.80521 m 6.08542,-4.96094 -3.30729,6.74687 m 6.61458,-1.71979 -4.36562,4.10104 m 5.42395,-0.99218 c -0.13229,0.26458 -2.71198,6.15156 -2.71198,6.15156 m 3.50573,-3.30729 -0.52916,6.21771 m 1.25677,-3.43959 c 0,0 -3.37344,-4.56406 -3.90261,-7.47448 0,0 -4.69635,-5.95312 -6.94531,-7.0776 0,0 -25.13541,-12.83229 -29.3026,-38.298437 0,0 7.2099,-8.202083 20.10833,2.050521 0,0 8.00365,10.186456 9.98802,16.602606 0,0 4.0349,8.79739 13.22917,13.49375 m -3.24115,23.8125 c 0,0 -4.82864,-5.49011 -5.62239,-9.78959 0,0 -4.82865,-5.4901 -6.48229,-6.35 0,0 -25.99532,-13.82447 -30.03021,-39.687495 0,0 6.41614,-11.972396 23.54792,0.463021 0,0 8.92968,11.707814 10.45104,17.660934 0,0 5.22552,9.59115 13.22916,12.7"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay_spacing_mm="1.25" />
<path
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path6154"
d="m 177.07239,121.57604 2.4474,-1.05833 2.4474,-1.05834 2.71197,-0.7276 3.43959,-0.46302 4.63021,-0.46302 4.69635,-0.0661 H 203.2 l 5.95312,0.13229 4.36563,0.26459 3.175,0.46302 3.10885,0.59531 2.91042,0.99219 2.77812,1.05833 1.85209,1.78594"
style="opacity:1;fill:none;fill-opacity:1;stroke:#8e908f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path6286"
style="opacity:1;fill:none;fill-opacity:1;stroke:#8e908f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 269.54427,91.810416 0.19843,-3.96875 m -3.175,3.704166 0.33073,-3.836458 m -4.82864,4.167187 0.7276,-4.564062 m -5.95312,6.945312 0.52916,-5.027083 m -5.22552,9.061979 -0.79375,-5.688541 m -2.97656,10.914064 -2.05052,-6.416148 m -0.59531,10.649478 -2.91042,-4.69635 m 0.72761,8.6651 -3.63803,-3.70417 m 1.98438,6.94532 -4.36563,-2.4474 m 1.45521,6.01927 -3.70416,-3.175 m 0.59531,6.54844 -3.175,-3.70417 m -0.72761,6.01927 -2.51354,-3.96875 m -0.33073,4.69636 -1.98437,-3.63802 m 0.52917,2.64583 c 0,0 7.0776,1.05833 13.62604,-10.45104 0,0 9.98802,-26.061459 27.91354,-22.754167 l 1.19063,0.330729 M 227.0125,122.56823 c 0,0 4.16718,-0.66146 6.48229,-2.4474 0,0 4.7625,-4.23333 6.61459,-8.53281 0,0 9.98802,-25.86302 29.10416,-22.68802 l 1.32292,0.264583"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm=".33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay_spacing_mm="1.25" />
<path
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path6393"
d="m 270.53645,90.090624 -1.19062,4.630208 -1.5875,5.027083 -3.50573,6.945315 -3.70417,5.88698 -4.96093,5.75468 -4.43177,4.0349 -3.70417,2.57969 -1.38906,1.05833"
style="opacity:1;fill:none;fill-opacity:1;stroke:#8e908f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path6533"
style="opacity:1;fill:none;fill-opacity:1;stroke:#8e908f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 229.26146,123.69271 -3.24115,-4.10104 m 7.0776,0.52916 -4.29948,-4.56406 m 9.78959,-2.57969 -5.29167,-2.84427 m 7.87136,-2.57969 -5.6224,-1.91823 m 9.85573,-5.22552 -6.94531,-1.190621 m 12.5677,-5.820834 -6.2177,-2.84427 m 12.76614,-0.595313 -2.24896,-6.548437 m 7.34219,6.614583 c 0,-0.264583 -0.46302,-7.540625 -0.46302,-7.540625 m 3.10885,8.003646 3.37344,-6.945313 m -1.71979,7.408334 6.21771,-4.034896 m -7.07761,7.342187 7.87136,-6.482291 m -10.18646,12.7 9.59115,-4.365625 m -14.94896,13.030725 9.78958,-3.63802 m -16.13958,11.37709 7.27604,1.19062 m -14.15521,5.42396 6.28386,1.91823 m -4.49792,0.79375 c 0,0 20.90208,-11.57552 24.20937,-37.372397 0,0 -18.38853,-17.13177 -34.92499,21.629687 0,0 -1.25677,3.63802 -9.85573,11.31094 m 17.99166,3.9026 c 0,0 21.56354,-11.97239 24.60625,-36.049477 0,0 -16.6026,-13.824478 -31.15468,21.960417 0,0 -3.50573,6.35 -10.25261,11.57552"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay_spacing_mm="1.25" />
<path
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path6644"
d="m 227.07864,122.50208 1.38907,2.11667 1.38906,2.91042 0.59531,2.97656 0.39688,3.96875 -0.59532,3.70416 -0.59531,4.82865 1.98438,-2.38125 1.65364,-2.91042 1.19063,-3.175 2.71198,-3.0427 2.24895,-1.45521 1.85209,-0.66146"
style="opacity:1;fill:none;fill-opacity:1;stroke:#8e908f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path6770"
style="opacity:1;fill:none;fill-opacity:1;stroke:#8e908f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 229.92291,147.17448 229.79062,139.7 m 1.91823,5.22552 c -0.13229,-0.26458 -1.25677,-7.2099 -1.25677,-7.2099 m 3.70417,2.38125 -2.05052,-5.62239 m 3.9026,2.44739 -1.91823,-5.88698 m 4.0349,3.10886 -1.32292,-5.75469 m 3.77031,3.50573 -0.46302,-5.42396 m 1.52136,3.77031 c 0,0 -4.96094,0.72761 -7.47448,7.54063 0,0 -3.04271,6.28385 -5.22552,9.525 m 12.7,-19.31458 c 0,0 -7.27605,2.3151 -9.32657,9.32656 0,0 -1.52135,3.30729 -3.17499,5.35781"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay_spacing_mm="1.25" />
<path
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path6885"
d="m 229.09007,144.56941 -0.46772,2.80633 -0.0935,3.08696 -0.0935,4.20949 1.12253,3.92887 1.40317,4.49012 1.49671,2.99342 2.71278,2.89988 2.80634,3.83531 2.61924,4.58368 2.05797,4.49012 0.8419,3.3676 0.37418,5.42557 v 5.05139 l -1.02899,6.17393 -1.87089,5.70621 -2.89987,6.45456 -2.15152,4.11595 -2.71279,4.0224 -2.52569,2.5257"
style="opacity:1;fill:none;fill-opacity:1;stroke:#8e908f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path7063"
style="opacity:1;fill:none;fill-opacity:1;stroke:#8e908f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 171.65385,224.83044 -4.11595,3.92887 m 0.8419,-13.65748 -4.39658,9.63507 m 1.30962,-16.74444 -5.14494,8.69963 m 2.89987,-17.02507 -7.76418,6.92228 m 7.20292,-17.77343 -9.54153,4.86431 m 12.16077,-14.68646 -9.0738,-0.28063 m 12.81557,-6.17393 -6.64165,-5.79975 m 9.82216,2.43215 -6.64165,-7.67063 m 10.00925,0.37418 c -0.37418,0 -7.95127,-6.54811 -7.95127,-6.54811 m 10.28987,-3.27405 -9.35443,-4.49013 m 9.0738,-4.49013 -9.72861,-1.21607 m 8.04481,-6.92228 -9.63506,0.8419 m 10.57051,-7.76418 -9.44798,-1.21608 m 13.28329,-2.61924 -6.73519,-7.67064 m 12.90912,5.42558 -3.55468,-8.98026 m 20.11203,8.2319 v -8.88671 m 10.28987,10.28988 0.37418,-9.16735 m 9.16735,11.97368 2.61924,-9.54152 m -0.93545,13.56392 7.01583,-9.0738 m -6.5481,13.75102 c 0.46772,-0.18709 10.00924,-6.36101 10.00924,-6.36101 m -10.19633,10.75759 c 0.37417,0.0935 10.94468,1.87089 10.94468,1.87089 m -13.56393,7.20291 c 0.37418,0.0936 11.22532,1.02899 11.22532,1.02899 m -8.41898,8.79317 9.44797,-1.49671 m -9.0738,7.57709 11.41241,-3.46114 m -7.10937,9.82215 9.82216,-6.36101 m -4.39659,17.49279 c 0,0 10.00925,-10.66405 9.63507,-10.38342 m -7.67064,19.8314 12.53495,-6.08038 m -14.31229,21.51519 c 0.56127,0.0936 10.7576,1.96443 10.7576,1.96443 m -12.90912,6.7352 5.14494,7.10937 m -7.20291,-1.87089 1.49671,7.10937 m -2.05798,-0.46772 c 0,0 30.30836,-31.80508 2.5257,-61.178 0,0 -7.48355,-9.44797 -1.6838,-27.87621 0,0 2.33861,-9.16734 -4.8643,-16.4638 0,0 -8.51254,-5.23848 -26.56659,-4.20949 0,0 -16.83798,-0.56127 -23.29254,3.64822 0,0 -9.63507,6.17393 -5.14494,19.92495 0,0 3.46114,22.63773 -5.98684,28.9052 0,0 -21.32811,23.19899 4.2095,59.40065 m 60.52318,-5.33203 c 0,0 27.31494,-29.46647 1.12253,-57.06204 0,0 -7.85772,-9.54152 -2.15152,-28.71811 0,0 2.99342,-8.79317 -4.58367,-15.43482 0,0 -8.41899,-4.77076 -24.13444,-3.46114 0,0 -16.18317,-0.8419 -22.82482,3.3676 0,0 -8.98025,5.42557 -3.92886,20.01849 0,0 1.30962,10.94468 -0.18709,17.58633 0,0 -1.49671,7.10937 -6.92228,11.22532 0,0 -18.9895,20.57975 4.2095,56.59432"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay_spacing_mm="1.25" />
<path
embroider_zigzag_underlay_spacing_mm="1.25"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 200.48802,214.51093 0.19844,-4.69635 m -4.23334,5.55625 c -0.0661,-0.26458 0.26459,-5.82083 0.26459,-5.82083 m -4.7625,7.47448 0.0661,-5.68855 m -3.10881,6.08542 -0.52917,-5.75469 m -3.77031,5.55625 1.05833,-6.41614 m -4.89479,4.7625 2.57969,-4.63021 m -5.55625,2.64583 3.43958,-4.82864 m -5.42396,4.43177 0.79375,-5.09323 m -2.91041,6.54844 -1.32292,-5.75469 m 0.66146,8.99583 c 0,0 -4.69636,-4.82864 -4.63021,-4.56406 m 4.56406,7.14375 c -0.26458,0 -5.4901,-1.65365 -5.4901,-1.65365 m 6.54844,4.23334 c -0.26459,0 -5.75469,-0.79375 -5.75469,-0.79375 m 5.68854,4.29948 c -0.26458,0 -5.09323,-2.11667 -5.09323,-2.11667 m 3.24115,4.69635 -2.71198,-3.30729 m 1.32291,3.37344 c 0,0 2.31511,-1.38906 1.91823,-4.23333 0,0 -2.51354,-8.33438 0.46303,-11.84011 0,0 3.175,-4.16718 8.46666,1.5875 0,0 4.43177,2.11667 9.98802,1.05834 0,0 6.68073,-2.64584 9.85573,-2.4474 m -31.55156,14.22135 c 0,0 1.52135,-1.71979 0.39687,-4.6302 0,0 -2.51354,-9.32656 2.91042,-12.23698 0,0 4.16719,-3.04271 9.65729,2.51354 0,0 5.82084,1.85208 8.73125,0.52917 0,0 6.74688,-2.4474 9.85573,-2.24896"
style="opacity:1;fill:none;fill-opacity:1;stroke:#8e908f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path7212" />
<path
id="path7423"
style="opacity:1;fill:none;fill-opacity:1;stroke:#8e908f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 173.50052,228.66614 -4.82865,-2.3151 m 2.24896,5.35781 c 0,0 -4.82864,-4.23333 -4.69635,-3.96875 m 2.57968,6.61458 -4.29947,-3.77031 m 3.50572,5.75469 -5.62239,-1.32292 m 5.22552,4.10104 c -0.26458,0.1323 -4.96094,0.79375 -4.96094,0.79375 m 5.49011,1.19063 c -0.26459,0.19844 -4.43177,2.57969 -4.43177,2.57969 m 4.96093,-0.39688 -2.24896,4.69636 m 3.24115,-3.50573 c 0,0.26458 0.26458,6.08541 0.26458,6.08541 m 0.8599,-4.7625 2.38125,5.09323 m -2.18281,-6.35 3.37343,5.29167 m -0.7276,-7.40833 2.05052,6.41614 m 2.31511,-7.80521 -0.26459,6.54844 m 4.69636,-5.75469 -1.78594,6.41615 m 5.88698,-3.43958 -3.77031,5.4901 m 5.75468,-2.4474 -4.49791,4.16719 m 6.61458,-3.04271 -3.10885,4.29948 m 7.14375,-3.63802 c -0.1323,0.46302 -1.98438,5.42396 -1.98438,5.42396 m 8.13594,-5.4901 c -0.0661,0.26458 -0.59532,6.01927 -0.59532,6.01927 m 6.81303,-5.88698 c 0,0.26458 -0.0661,4.89479 -0.0661,4.89479 m 4.29943,-5.82083 c 0.19844,0.33073 2.11667,5.15937 2.11667,5.15937 m 0.85989,-5.22552 4.29948,2.64583 m -3.04271,-5.55625 c 0.13229,0.26459 4.29948,4.29948 4.29948,4.29948 m -1.05833,-7.27604 2.57969,5.29167 m 3.57187,-6.41615 c -0.0661,0.26459 0.0662,6.01927 0.0662,6.01927 m 4.6963,-4.23333 -1.71979,5.35781 m 3.63802,-3.50573 -1.85208,6.54844 m 2.77812,-7.2099 0.8599,5.42396 m 1.12448,-8.73125 2.3151,5.02709 m -1.52135,-8.26823 4.16718,2.44739 m -5.15937,-4.63021 6.68073,-0.66145 m -7.27604,-1.5875 c 0.13229,-0.26459 5.42395,-2.84427 5.42395,-2.84427 m -7.34218,1.05833 4.10104,-4.96094 m -6.41615,3.30729 4.36563,-4.29948 m -5.82084,0.52917 c 0.26459,-0.26458 6.28386,-3.63802 6.28386,-3.63802 m -6.54844,-1.32292 6.61458,-2.97656 m -5.88697,-2.18281 5.42395,-2.05052 m -6.87916,-0.52917 5.29166,-3.37344 m -7.67291,2.84427 2.44739,-5.4901 m -5.15937,7.0776 -1.05834,-5.88698 m -1.38906,7.73907 -2.18281,-5.49011 m -3.63802,6.61459 c 0,-0.26459 0.99219,-7.01146 0.99219,-7.01146 m -4.7625,6.74687 1.32291,-6.08541 m -6.87916,4.56406 0.39687,-6.21771 m -4.29948,5.29167 L 200.025,209.55 m -0.59532,3.83646 c 0,0 5.68855,-0.52917 10.84792,2.38125 0,0 6.08542,1.12448 10.18646,-1.05834 0,0 4.63021,-5.22552 8.06979,-1.85208 0,0 2.84428,2.57969 1.38907,9.39271 0,0 -1.19063,2.91042 -0.0661,5.35781 0,0 1.12443,1.65365 2.91037,2.4474 0,0 4.36562,4.43177 3.57187,9.85573 0,0 -1.12448,5.95312 -5.15937,7.60677 0,0 -2.11667,-4.36563 -7.80521,-3.77031 0,0 -5.29167,0 -7.80521,5.4901 0,0 -1.5875,2.91042 -14.88281,2.84427 0,0 -7.73906,0.92604 -14.15521,-2.57969 0,0 -2.24896,-5.42396 -7.73906,-5.82083 0,0 -4.69636,-0.26458 -7.27604,3.83646 0,0 -5.55625,-2.4474 -5.15938,-8.20209 0,0 -1.85208,-4.96093 4.96094,-10.64947 0,0 1.05833,-0.8599 1.19062,-2.18282 m 26.78906,-14.88281 c 0,0 4.43177,-0.92604 11.70782,2.24896 0,0 4.89479,1.05833 8.06979,-0.66146 0,0 5.09323,-5.42396 9.92188,-2.4474 0,0 4.56406,2.31511 2.84427,11.17865 0,0 -1.85209,5.15938 1.98437,6.54844 0,0 5.29167,5.15937 4.43177,10.98021 0,0 -0.46302,8.00364 -8.20208,10.9802 0,0 -1.32292,-5.95312 -6.61458,-4.69635 0,0 -4.49792,0.13229 -6.35,4.89479 0,0 -2.91042,3.30729 -15.875,3.50573 0,0 -12.23698,0.26458 -16.20573,-3.30729 0,0 -2.4474,-5.4901 -6.21771,-5.15938 0,0 -3.77031,-0.79375 -6.21771,3.83646 0,0 -7.73906,-0.66146 -8.13594,-9.85573 0,0 -1.5875,-5.68854 4.0349,-10.84791 0,0 2.05052,-1.5875 2.24896,-3.04271"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_trim_after="True"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay_spacing_mm="1.25" />
<path
embroider_zigzag_underlay_spacing_mm="1.25"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 230.84896,290.5125 -6.28386,0.39687 m 4.29948,3.175 -5.42396,-1.05833 m 4.69636,4.16719 -5.49011,-1.65365 m 6.35,3.70417 -6.74687,-0.26459 m 5.02708,4.96094 -6.21771,-2.3151 m 2.64584,6.54843 -4.56407,-4.10104 m 0.52917,7.14375 -3.10885,-5.02708 m -1.65365,7.20989 -1.78594,-5.02708 m -2.51354,6.21771 -1.19062,-5.4901 m -2.18282,5.75468 0.72761,-6.15156 m -3.83646,4.96094 0.7276,-6.48229 m -3.175,6.61458 -0.39687,-7.2099 m -2.31511,7.07761 c 0,0 -1.5875,-6.94531 -1.4552,-6.68073 m -1.78594,8.26823 -1.98438,-6.48229 m -1.38906,6.28385 -0.59531,-7.34219 m -5.68854,5.88698 2.11666,-6.87916 m -8.73125,1.65364 3.96875,-5.15937 m -8.79739,0.13229 5.4901,-2.64584 m -5.82083,-1.78593 5.55625,0.52916 m -4.56406,-4.29948 5.02708,2.31511 m -6.01927,-4.69636 5.62239,0.79375 m -6.68072,-3.50572 5.55625,0.39687 m -2.4474,-1.25677 c 0,0 2.77812,3.43958 2.4474,7.80521 0,0 -1.32292,2.84427 -0.8599,4.49792 0,0 7.80521,11.1125 16.80104,10.05416 0,0 3.3073,-1.71979 6.68073,-1.78593 0,0 4.49792,0.19843 6.54844,1.65364 0,0 15.875,-0.46302 16.53646,-13.82448 0,0 -1.32292,-5.09323 2.51354,-7.73906 m -52.91667,-0.79375 c 0,0 2.91042,3.37344 2.77813,7.54062 0,0 -1.98438,3.57188 -0.13229,6.41615 0,0 7.14375,10.78177 18.32239,10.58334 0,0 3.90261,-2.24896 6.74688,-1.91823 0,0 3.10885,-0.0661 5.75469,1.78593 0,0 18.71927,-1.25677 18.85156,-15.61041 0,0 -1.98438,-4.89479 4.16719,-8.73125"
style="opacity:1;fill:none;fill-opacity:1;stroke:#8e908f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path7592" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#8e908f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1"
d="m 228.00468,289.52031 -3.24114,1.12448 -3.10886,2.18281 -3.10885,0.8599 -2.84427,0.33073 -2.4474,-0.26459"
id="path7717"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="2.5" />
<path
embroider_zigzag_underlay_spacing_mm="1.25"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay="True"
embroider_trim_after="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 190.36272,291.76141 0.74835,4.58367 m -3.36759,-5.61266 0.3274,6.08039 m -2.57247,-6.12714 -0.65481,5.05137 m -1.68379,-6.08036 -2.71279,4.44335 m 0.56126,-5.8933 -1.63702,4.67723 m -1.6838,-6.2207 -0.93544,5.09815 m -2.75956,-6.08039 -0.37418,6.08039 m -1.73057,-6.45456 -1.82411,5.33204 m -1.02899,-7.43678 -2.75956,4.11594 m 1.26285,-6.40779 -4.06918,2.57247 m 3.22728,-5.05137 -4.44335,0.79512 m 5.00462,-2.89988 -4.49013,-1.77734 m 5.70621,0.28064 -2.57247,-4.06918 m 3.36759,3.60145 1.07576,-4.16271 m -0.60804,4.30302 3.32083,-4.25627 m -3.64823,6.12716 4.8643,-2.71279 m -3.1805,6.45456 3.88209,-2.15151 m -0.8419,5.8933 2.89987,-3.74179 m 0.0468,5.42557 2.43216,-5.09815 m 1.30962,5.5191 2.24506,-4.77075 m 3.18051,6.03361 0.93544,-4.86431 m 2.71279,6.17392 1.26284,-4.11594 m 3.64824,4.6772 0.23386,-4.49011 m 9.12057,4.20949 -0.0935,-4.11596 m 5.09812,4.44336 -0.14032,-5.65944 m 3.83532,5.0514 -1.54348,-5.09815 m 2.43215,4.77075 -0.74835,-5.37879 m 3.55468,4.11594 -0.18709,-4.95785 m 4.02241,4.2095 -1.07576,-5.00462 m 4.58367,4.44336 -1.02899,-5.09818 m 3.32083,4.16272 -1.49671,-5.05138 m 4.34981,3.22726 -3.08696,-4.3498 m 5.14494,1.35638 -3.60146,-3.04016 m 5.09817,-0.46774 -4.34982,-2.19829 m 4.2095,-0.28064 -3.97563,-3.41437 m 4.77076,3.92888 1.12253,-4.86431 m 0.93544,6.03361 1.91766,-4.49014 m -1.02899,6.2207 3.13374,-3.08695 m -4.58368,6.2207 5.94007,-1.59025 m -7.10937,4.58367 c 0.18709,0.0468 5.42557,0.0468 5.42557,0.0468 m -7.10937,2.47888 3.60146,2.24507 m -6.59488,-1.30963 c 0.0935,0.18708 2.05798,4.91109 2.05798,4.91109 m -3.74177,-4.58367 c 0.0935,0.18709 1.21607,6.40778 1.21607,6.2207 m -4.91107,-4.77076 1.82411,4.11594 m -4.34981,-2.10473 c 0.23386,0.18708 2.29183,3.78854 2.29183,3.78854 m -4.39658,-3.60146 c 0,0.3274 0.74835,5.51911 0.74835,5.51911 m -3.13373,-4.91107 c -0.0468,0.23384 -0.98222,4.30303 -0.98222,4.30303 m -2.99342,-3.41437 0.0468,2.85311 m -0.93546,-1.30964 4.06917,0.84191 c 0,0 5.09817,0.0468 7.81096,-1.87087 0,0 1.44993,-2.29185 7.39,-2.89988 0,0 7.39,-3.64823 8.37222,-11.5995 0,0 -0.5145,-4.25627 -3.04019,-6.26747 0,0 -2.66602,-1.91766 -6.50133,-0.32741 0,0 0.18708,9.49475 -6.36102,10.80437 0,0 -8.32544,0.42095 -11.13177,2.80633 0,0 -9.0738,1.21608 -12.39463,0.56127 0,0 -7.76418,0.0468 -9.86893,-0.60804 0,0 -5.61266,-2.99342 -11.17854,-2.71278 0,0 -6.68842,0.14031 -6.40779,-11.08501 0,0 -4.39658,-1.02899 -6.82874,1.77734 0,0 -3.08696,3.60146 -0.88867,9.44798 0,0 1.87089,5.56589 8.37222,7.24969 0,0 5.09817,-0.14032 7.95127,2.80633 0,0 3.55468,1.96443 7.43677,1.96443 l 3.97564,-0.37418 m 19.27013,-1.02899 4.34981,-0.56126 c 0,0 4.8643,-0.0936 6.36101,-1.63703 0,0 3.08697,-2.94664 7.0626,-2.75956 0,0 7.39001,-3.32082 7.76418,-9.86892 0,0 -0.18709,-6.54811 -5.61266,-5.28526 0,0 -0.46772,9.63507 -7.39,11.08501 0,0 -9.30766,0.70158 -11.22532,2.75955 0,0 -6.40779,1.12254 -12.02045,0.74836 0,0 -9.30766,0.28063 -11.97367,-0.74836 0,0 -4.58367,-2.89987 -10.05602,-2.57247 0,0 -7.90449,0 -8.37222,-11.17854 0,0 -4.30304,-0.98222 -4.8643,4.91107 0,0 -0.18709,6.96906 6.5481,9.54153 0,0 7.24969,0.56126 9.86893,3.50791 0,0 3.18051,1.73057 6.50133,1.49671 l 3.74177,1.1693"
style="opacity:1;fill:none;fill-opacity:1;stroke:#8e908f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path7941" />
<path
id="path8092"
style="opacity:1;fill:none;fill-opacity:1;stroke:#8e908f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 173.56666,203.39843 5.55625,1.32292 m -5.02708,-3.77031 c 0.26458,0 5.55625,1.78594 5.55625,1.78594 m -5.02708,-4.36563 c 0.26458,0.13229 5.55625,3.30729 5.55625,3.30729 m -5.95313,-5.55625 c 0.26459,0.0661 7.40834,2.11667 7.40834,2.11667 m -7.07761,-6.61458 6.68073,2.24896 m -6.35,-6.35 c 0.33073,0 7.01146,1.12447 7.01146,1.12447 m -7.0776,-4.96093 c 0.33072,-0.19844 7.34218,-0.99219 7.34218,-0.99219 m -8.00364,-3.70417 5.68854,-2.71198 m -6.81302,-1.19062 5.09323,-3.04271 m -5.42396,1.05833 3.9026,-2.77812 m -2.57968,0.66146 1.91822,2.64583 c 0,0 6.21771,15.47813 1.78594,28.77344 l -1.91822,3.10885 m -2.38126,-34.39583 0.8599,3.50573 c 0,0 5.75469,14.81666 1.65364,26.72291 l -0.66145,4.29949"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_trim_after="True"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay_spacing_mm="1.25" />
<path
id="path8092-2"
style="opacity:1;fill:none;fill-opacity:1;stroke:#8e908f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 228.62703,203.39843 -5.55625,1.32292 m 5.02708,-3.77031 c -0.26458,0 -5.55625,1.78594 -5.55625,1.78594 m 5.02708,-4.36563 c -0.26458,0.13229 -5.55625,3.30729 -5.55625,3.30729 m 5.95313,-5.55625 c -0.26459,0.0661 -7.40834,2.11667 -7.40834,2.11667 m 7.07761,-6.61458 -6.68073,2.24896 m 6.35,-6.35 c -0.33073,0 -7.01146,1.12447 -7.01146,1.12447 m 7.0776,-4.96093 c -0.33072,-0.19844 -7.34218,-0.99219 -7.34218,-0.99219 m 8.00364,-3.70417 -5.68854,-2.71198 m 6.81302,-1.19062 -5.09323,-3.04271 m 5.42396,1.05833 -3.9026,-2.77812 m 2.57968,0.66146 -1.91822,2.64583 c 0,0 -6.21771,15.47813 -1.78594,28.77344 l 1.91822,3.10885 m 2.38126,-34.39583 -0.8599,3.50573 c 0,0 -5.75469,14.81666 -1.65364,26.72291 l 0.66145,4.29949"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_trim_after="True"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay_spacing_mm="1.25" />
</g>
<g
style="display:inline"
inkscape:label="Eyes - Bluebird"
id="layer5"
inkscape:groupmode="layer">
<path
embroider_zigzag_underlay_spacing_mm="1.25"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay="True"
embroider_trim_after="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 182.23177,161.29661 6.77995,-0.19843 m -6.71381,-1.65365 6.64766,0.0331 m -5.82083,-2.01748 4.99401,-0.0992 m -2.34818,-0.72762 c 0,0 2.08359,0.19844 2.28203,2.64583 0,0 0.52917,2.34818 -2.08359,2.71199 m -0.69453,-5.32475 c 0,0 -1.81901,0.59532 -2.01745,2.51355 0,0 -0.29765,2.51354 1.68672,2.84427"
style="opacity:1;fill:none;fill-opacity:1;stroke:#4b92db;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path8613" />
<path
embroider_zigzag_underlay_spacing_mm="1.25"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay="True"
embroider_trim_after="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 219.93508,161.29661 -6.77995,-0.19843 m 6.71381,-1.65365 -6.64766,0.0331 m 5.82083,-2.01748 -4.99401,-0.0992 m 2.34818,-0.72762 c 0,0 -2.08359,0.19844 -2.28203,2.64583 0,0 -0.52917,2.34818 2.08359,2.71199 m 0.69453,-5.32475 c 0,0 1.81901,0.59532 2.01745,2.51355 0,0 0.29765,2.51354 -1.68672,2.84427"
style="opacity:1;fill:none;fill-opacity:1;stroke:#4b92db;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path8613-3" />
</g>
<g
style="display:inline"
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Eyebrows and Inner Ear - Charcoal">
<path
id="path8794"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#1b242a;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 157.8901,119.65781 c -0.0661,0.26458 0.46302,5.15938 0.46302,5.15938 m -3.9026,-8.26823 -1.52136,5.22552 m -1.25677,-7.87136 -2.51354,4.10105 m -0.85989,-8.33438 -4.36563,4.29948 m 0.13229,-9.72344 -4.03489,2.64584 m 1.45521,-7.077609 -4.0349,1.852079 m 2.84427,-3.9026 -6.54844,-2.778125 m 5.82084,1.5875 -5.22552,-5.291666 m 6.01927,6.019271 -1.05834,-6.746875 m 4.7625,10.583335 1.65365,-5.953127 m 2.71198,11.046357 3.10885,-5.02709 m 1.78594,11.84011 3.83646,-3.37344 m 1.71979,11.24479 2.91042,-1.78594 m 0.85989,3.43959 c 0,0 -13.49375,-26.656773 -25.59844,-30.096356 0,0 -0.99218,-0.132291 -1.25676,0.264584 0,0 -0.39688,0.330729 0.26458,1.785938 0,0 6.73553,21.098654 23.41563,29.352214 m 1.65364,-0.44649 -0.99219,-1.5875 c 0,0 -12.63385,-23.28333 -21.69583,-26.590621 0,0 8.26823,20.769791 21.23281,26.590631"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccc"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay_spacing_mm="1.25" />
<path
inkscape:label="path8937"
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path8937"
d="m 159.74219,122.89896 2.71197,1.25677"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#1b242a;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
<path
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay_spacing_mm="1.25"
embroider_zigzag_underlay="True"
embroider_trim_after="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
sodipodi:nodetypes="cccccccccc"
inkscape:connector-curvature="0"
d="m 159.21246,124.5743 3.41436,-4.16272 m -0.91205,4.84092 1.96443,-2.47892 m -0.65481,1.52009 0.11693,-0.60804 c 0,0 -1.56687,-3.46114 -2.1983,-4.46674 m 1.82412,5.35541 -0.60804,0.16371 c 0,0 -3.74177,-1.12254 -4.56028,-1.75396"
style="opacity:1;fill:none;fill-opacity:1;stroke:#1b242a;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path9266" />
<path
id="path8794-1"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#1b242a;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 244.33129,119.65781 c 0.0661,0.26458 -0.46302,5.15938 -0.46302,5.15938 m 3.9026,-8.26823 1.52136,5.22552 m 1.25677,-7.87136 2.51354,4.10105 m 0.85989,-8.33438 4.36563,4.29948 m -0.13229,-9.72344 4.03489,2.64584 m -1.45521,-7.077612 4.0349,1.852082 m -2.84427,-3.902603 6.54844,-2.778125 m -5.82084,1.5875 5.22552,-5.291666 m -6.01927,6.019271 1.05834,-6.746875 m -4.7625,10.583338 -1.65365,-5.95313 m -2.71198,11.04636 -3.10885,-5.02709 m -1.78594,11.84011 -3.83646,-3.37344 m -1.71979,11.24479 -2.91042,-1.78594 m -0.85989,3.43959 c 0,0 13.49375,-26.656776 25.59844,-30.096359 0,0 0.99218,-0.132291 1.25676,0.264584 0,0 0.39688,0.330729 -0.26458,1.785938 0,0 -6.73553,21.098657 -23.41563,29.352217 m -1.65364,-0.44649 0.99219,-1.5875 c 0,0 12.63385,-23.283333 21.69583,-26.590624 0,0 -8.26823,20.769794 -21.23281,26.590634"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccc"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay_spacing_mm="1.25" />
<path
inkscape:label="path8937"
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path8937-7"
d="m 242.4792,122.89896 -2.71197,1.25677"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#1b242a;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
<path
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay_spacing_mm="1.25"
embroider_zigzag_underlay="True"
embroider_trim_after="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
sodipodi:nodetypes="cccccccccc"
inkscape:connector-curvature="0"
d="m 243.00893,124.5743 -3.41436,-4.16272 m 0.91205,4.84092 -1.96443,-2.47892 m 0.65481,1.52009 -0.11693,-0.60804 c 0,0 1.56687,-3.46114 2.1983,-4.46674 m -1.82412,5.35541 0.60804,0.16371 c 0,0 3.74177,-1.12254 4.56028,-1.75396"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#1b242a;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path9266-1" />
<path
id="path9444"
style="opacity:1;fill:none;fill-opacity:1;stroke:#1b242a;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 185.16433,145.0104 c -0.16037,-0.21382 -0.85526,-5.07812 -0.85526,-5.07812 m -2.51234,7.59045 -4.54358,-6.2541 m 1.44325,9.19407 -3.31414,-1.87089 m 1.17599,2.03125 c 0,0 -0.96217,-12.50821 11.59949,-8.65953 m -11.0115,9.14062 c 0,0 3.04687,-7.59046 11.38568,-8.55263"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_trim_after="True"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay_spacing_mm="1.25" />
<path
id="path9444-5"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#1b242a;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 216.83124,145.0104 c 0.16037,-0.21382 0.85526,-5.07812 0.85526,-5.07812 m 2.51234,7.59045 4.54358,-6.2541 m -1.44325,9.19407 3.31414,-1.87089 m -1.17599,2.03125 c 0,0 0.96217,-12.50821 -11.59949,-8.65953 m 11.0115,9.14062 c 0,0 -3.04687,-7.59046 -11.38568,-8.55263"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_trim_after="True"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay_spacing_mm="1.25" />
</g>
<g
style="display:inline"
inkscape:label="Detail - Black Stallion"
id="layer7"
inkscape:groupmode="layer">
<path
embroider_zigzag_underlay_spacing_mm="1.25"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 190.27482,161.87152 c 0.14074,0.0352 4.50355,1.7592 4.50355,1.7592 m -4.89057,-5.45352 5.24241,0.38703 m -5.34797,-3.44803 4.53874,-0.0352 m -6.12201,-2.07584 4.92575,-2.00548 m -6.47385,-0.14074 c 0,-0.14073 2.74435,-3.58876 2.60361,-3.51839 m -4.32762,4.22207 -0.35184,-4.53873 m -2.04067,7.77565 -3.83505,-3.061 m 2.14622,8.7608 -3.79987,-1.86475 m 3.69432,3.87024 -3.69432,0.56294 m 2.81472,0.10555 c 0,0 -0.56294,-12.38475 6.68495,-13.47545 0,0 5.4887,0.98515 4.96094,13.44027 m -13.33472,0.35184 c 0,0 -1.02033,-14.98836 8.3386,-15.62168 0,0 7.63492,0.17593 6.89605,15.90315"
style="opacity:1;fill:none;fill-opacity:1;stroke:#191d1f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path9635" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#191d1f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1"
d="m 192.2803,163.41961 2.53325,1.68883"
id="path9796"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="2.5" />
<path
embroider_zigzag_underlay_spacing_mm="1.25"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay="True"
embroider_trim_after="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 176.97529,165.88249 -1.79439,-3.16656 m 4.6091,2.99064 -2.81471,-4.64428 m 8.5497,4.04615 -0.21111,-6.22756 m 6.40348,7.21271 2.46288,-4.25726 m -0.8796,4.08134 2.39251,-2.88508 m -0.91478,2.35732 -1.93512,-0.56294 c 0,0 -4.96094,-4.08134 -14.81245,-0.45739 l -2.49805,0.2111 m 19.70301,0.52776 -1.33699,-1.93512 c 0,0 -6.01646,-4.53873 -16.71238,-0.59812 l -1.72401,1.68883"
style="opacity:1;fill:none;fill-opacity:1;stroke:#191d1f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path9970" />
<path
embroider_zigzag_underlay_spacing_mm="1.25"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 211.81524,161.87152 c -0.14074,0.0352 -4.50355,1.7592 -4.50355,1.7592 m 4.89057,-5.45352 -5.24241,0.38703 m 5.34797,-3.44803 -4.53874,-0.0352 m 6.12201,-2.07584 -4.92575,-2.00548 m 6.47385,-0.14074 c 0,-0.14073 -2.74435,-3.58876 -2.60361,-3.51839 m 4.32762,4.22207 0.35184,-4.53873 m 2.04067,7.77565 3.83505,-3.061 m -2.14622,8.7608 3.79987,-1.86475 m -3.69432,3.87024 3.69432,0.56294 m -2.81472,0.10555 c 0,0 0.56294,-12.38475 -6.68495,-13.47545 0,0 -5.4887,0.98515 -4.96094,13.44027 m 13.33472,0.35184 c 0,0 1.02033,-14.98836 -8.3386,-15.62168 0,0 -7.63492,0.17593 -6.89605,15.90315"
style="opacity:1;fill:none;fill-opacity:1;stroke:#191d1f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path9635-0" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#191d1f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1"
d="m 209.80976,163.41961 -2.53325,1.68883"
id="path9796-8"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="2.5" />
<path
embroider_zigzag_underlay_spacing_mm="1.25"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay="True"
embroider_trim_after="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 225.11477,165.88249 1.79439,-3.16656 m -4.6091,2.99064 2.81471,-4.64428 m -8.5497,4.04615 0.21111,-6.22756 m -6.40348,7.21271 -2.46288,-4.25726 m 0.8796,4.08134 -2.39251,-2.88508 m 0.91478,2.35732 1.93512,-0.56294 c 0,0 4.96094,-4.08134 14.81245,-0.45739 l 2.49805,0.2111 m -19.70301,0.52776 1.33699,-1.93512 c 0,0 6.01646,-4.53873 16.71238,-0.59812 l 1.72401,1.68883"
style="opacity:1;fill:none;fill-opacity:1;stroke:#191d1f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path9970-4" />
<path
id="path10173"
style="opacity:1;fill:none;fill-opacity:1;stroke:#191d1f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 182.68311,231.081 -7.85209,3.46024 m 8.11826,-7.27538 c -0.17745,0 -10.73563,4.65802 -10.73563,4.65802 m 7.98518,-7.1423 c -0.17745,0 -5.81144,1.77448 -5.81144,1.77448 m 5.36782,-4.43621 -6.29942,1.9963 m 6.03324,-3.59333 c -0.17744,0.0887 -7.00921,-0.62107 -7.00921,-0.62107 m 7.4972,-0.66543 -6.38814,-2.83918 m 6.60995,0.31054 c -0.17745,0.0887 -4.61366,-1.6414 -4.61366,-1.6414 m 3.14971,0.84288 c 0,0 1.41959,0.9316 -0.13309,3.06099 0,0 -0.75415,4.03695 0.57671,6.38814 0,0 2.26247,1.10905 2.79482,3.37152 0,0 0.75415,2.75045 -2.9279,4.61366 m -0.97597,-17.65612 c 0,0 -2.12938,0.22181 -2.75045,1.41959 0,0 -1.90757,0.62107 -1.46395,4.30312 0,0 0.66543,2.39556 1.86321,3.63769 0,0 0.88724,1.33087 0.17745,2.26247 0,0 -2.17374,2.08502 -1.95193,4.74675 0,0 0.84288,3.01662 4.43621,1.64139"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_trim_after="True"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay_spacing_mm="1.25" />
<path
id="path10173-6"
style="opacity:1;fill:none;fill-opacity:1;stroke:#191d1f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 219.56159,231.081 7.85209,3.46024 m -8.11826,-7.27538 c 0.17745,0 10.73563,4.65802 10.73563,4.65802 m -7.98518,-7.1423 c 0.17745,0 5.81144,1.77448 5.81144,1.77448 m -5.36782,-4.43621 6.29942,1.9963 m -6.03324,-3.59333 c 0.17744,0.0887 7.00921,-0.62107 7.00921,-0.62107 m -7.4972,-0.66543 6.38814,-2.83918 m -6.60995,0.31054 c 0.17745,0.0887 4.61366,-1.6414 4.61366,-1.6414 m -3.14971,0.84288 c 0,0 -1.41959,0.9316 0.13309,3.06099 0,0 0.75415,4.03695 -0.57671,6.38814 0,0 -2.26247,1.10905 -2.79482,3.37152 0,0 -0.75415,2.75045 2.9279,4.61366 m 0.97597,-17.65612 c 0,0 2.12938,0.22181 2.75045,1.41959 0,0 1.90757,0.62107 1.46395,4.30312 0,0 -0.66543,2.39556 -1.86321,3.63769 0,0 -0.88724,1.33087 -0.17745,2.26247 0,0 2.17374,2.08502 1.95193,4.74675 0,0 -0.84288,3.01662 -4.43621,1.64139"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_trim_after="True"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay_spacing_mm="1.25" />
</g>
<g
style="display:inline"
inkscape:label="Tag - Pure White"
id="layer8"
inkscape:groupmode="layer">
<path
embroider_zigzag_underlay_spacing_mm="1.25"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 253.0409,134.53281 3.95463,-4.40022 m -2.56216,5.6256 c 0,0 5.51421,-3.34194 5.23572,-3.39764 m -3.95464,4.01033 5.29141,-0.61269 m -6.0712,1.39248 5.40281,0.66839 m -7.63077,2.61785 4.34453,3.62044 m -2.72926,-0.1114 5.06862,-7.12948 c 0,0 0.61269,-0.50129 0.2785,-0.94688 l -4.01033,-5.23571 m -2.67356,11.9196 4.51162,-6.294 -3.34194,-4.45592"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path10375" />
<path
id="path10592"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 251.42562,142.66488 3.73184,3.11915 m -4.90152,-1.16968 c 0.2228,0.27849 3.78754,4.01033 3.78754,4.01033 m -4.84582,-2.33936 c 0,0.27849 1.44818,5.01291 1.44818,5.01291 m -1.83807,-4.12173 -0.1114,5.18002 m -0.50129,-6.0712 -1.44818,4.62302 m -1.78237,-10.47143 -3.89894,3.56474 m 1.16969,-6.85098 -3.50905,1.94946 m 3.00775,-2.84065 -4.28882,0.83549 m 4.45592,-1.94947 h -4.79012 m 6.1826,-4.45592 -4.95722,-1.39248 m 5.06862,-0.66839 -3.73184,-3.50904 m 3.62044,2.50646 -2.28367,-3.89894 m 2.78496,4.01033 c 0,-0.27849 -0.89119,-4.95721 -0.89119,-4.95721 m 2.72926,5.29141 -0.44559,-4.95722 m 3.84323,6.0155 0.50129,-5.40281 m 1.28108,5.68131 2.00517,-4.90152 m -1.50388,5.51421 3.39765,-3.62044 m -0.72409,7.01808 3.28625,-3.84323 m -0.3899,2.56215 -4.73442,-5.9598 c 0,0 -7.79787,-1.72667 -9.80304,-1.55957 0,0 -0.83548,-0.3342 -1.22537,1.11398 l -2.56216,10.69422 c 0,0 -0.0557,0.72409 0.50129,1.33678 l 8.85615,13.03358 c 0,0 0.66839,0.77979 1.50388,0 l 6.29399,-8.80045 m -0.27849,-8.52196 -4.34453,-5.62561 c 0,0 -4.90152,-1.61527 -8.18777,-1.22538 0,0 -2.22796,7.90927 -2.33935,9.97014 l 8.24346,12.0867 5.62561,-8.07637"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_trim_after="True"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".25"
embroider_zigzag_underlay_spacing_mm="1.25" />
</g>
</svg>

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 63 KiB

File diff suppressed because one or more lines are too long

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 47 KiB

Wyświetl plik

@ -1,215 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="4in"
height="4in"
viewBox="0 0 384 384"
id="svg8375"
version="1.1"
inkscape:version="0.92.3 (unknown)"
sodipodi:docname="fill_markers.svg">
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.979899"
inkscape:cx="169.91776"
inkscape:cy="93.125071"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="in"
inkscape:window-width="1366"
inkscape:window-height="705"
inkscape:window-x="-4"
inkscape:window-y="-4"
inkscape:window-maximized="1"
inkscape:snap-global="false" />
<defs
id="defs8377">
<marker
inkscape:isstock="true"
style="overflow:visible;"
id="marker14673"
refX="0.0"
refY="0.0"
orient="auto"
inkscape:stockid="Arrow2Mend">
<path
transform="scale(0.6) rotate(180) translate(0,0)"
d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round;stroke:#000000;stroke-opacity:1;fill:#000000;fill-opacity:1"
id="path14671" />
</marker>
<marker
inkscape:isstock="true"
style="overflow:visible;"
id="Arrow2Mend"
refX="0.0"
refY="0.0"
orient="auto"
inkscape:stockid="Arrow2Mend">
<path
transform="scale(0.6) rotate(180) translate(0,0)"
d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round;stroke:#000000;stroke-opacity:1;fill:#000000;fill-opacity:1"
id="path14422" />
</marker>
<symbol
id="inkstitch_fill_start">
<title
id="title9432-5">Fill stitch ending point</title>
<circle
inkscape:label="outline"
style="opacity:1;vector-effect:none;fill:#fafafa;fill-opacity:1;fill-rule:evenodd;stroke:#003399;stroke-width:1.06501234;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:3.19503705, 3.19503705;stroke-dashoffset:0;stroke-opacity:1"
id="circle13166-6-3"
cx="85.223907"
cy="106.13256"
r="9.2465534" />
<path
inkscape:connector-curvature="0"
id="path4183-5"
d="m 91.796747,106.13612 -10.4514,6.03412 v -12.06823 z"
inkscape:transform-center-y="3.0183984e-06"
inkscape:transform-center-x="-1.7419043"
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74180555;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</symbol>
<symbol
id="inkstitch_fill_end">
<title
id="title9427">Fill stitch starting point</title>
<circle
inkscape:label="outline"
style="opacity:1;vector-effect:none;fill:#fafafa;fill-opacity:1;fill-rule:evenodd;stroke:#003399;stroke-width:1.06501234;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:3.19503705, 3.19503705;stroke-dashoffset:0;stroke-opacity:1"
id="circle13166"
cx="47.235394"
cy="105.91732"
r="9.2465534" />
<path
inkscape:connector-curvature="0"
id="rect5371-2"
d="m 42.691395,101.26765 h 9.140878 v 9.14087 h -9.140878 z"
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.60622311;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:4.81866985, 4.81866985;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
</symbol>
</defs>
<metadata
id="metadata8380">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-52.362271)">
<path
embroider_fill_underlay_inset_mm="0.3"
embroider_fill_underlay="True"
sodipodi:nodetypes="cccccccccccccccccccccccccccc"
inkscape:connector-curvature="0"
d="m 178.7757,288.69033 0.8157,-41.88278 -35.86371,-21.64781 -36.6794,20.23498 -0.81569,41.88278 35.8637,21.64781 z m 48.50895,-81.46949 0.37532,-41.88904 -36.08932,-21.26956 -36.46463,20.61949 -0.37532,41.88904 36.08931,21.26956 z m 47.09578,82.14513 0.0611,-41.89068 -36.24783,-20.99829 -36.30896,20.8924 -0.0611,41.89068 36.24783,20.99828 z M 124.8814,351.39231 59.294526,237.79251 124.8814,124.19271 h 131.17374 l 65.58687,113.5998 -65.58687,113.5998 z"
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.35955402;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path9699-3-7" />
<flowRoot
xml:space="preserve"
id="flowRoot14860"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:26.66666603px;line-height:100%;font-family:Digitalt;-inkscape-font-specification:'Digitalt Bold';text-align:start;text-anchor:start;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.75590551;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
transform="translate(0,52.362271)"><flowRegion
id="flowRegion14862"><rect
id="rect14864"
width="144.45178"
height="68.690369"
x="374.7666"
y="150.14969" /></flowRegion><flowPara
id="flowPara14866"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:100%;font-family:sans-serif;-inkscape-font-specification:sans-serif">fill-stitch starting point</flowPara></flowRoot> <flowRoot
transform="translate(-492,52.362269)"
xml:space="preserve"
id="flowRoot14860-2"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:26.66666603px;line-height:100%;font-family:Digitalt;-inkscape-font-specification:'Digitalt Bold';text-align:start;text-anchor:start;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.75590551;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"><flowRegion
id="flowRegion14862-6"><rect
id="rect14864-5"
width="144.45178"
height="68.690369"
x="374.7666"
y="150.14969" /></flowRegion><flowPara
id="flowPara14866-2"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:100%;font-family:sans-serif;-inkscape-font-specification:sans-serif">fill-stitch ending point</flowPara></flowRoot> <flowRoot
transform="translate(-360,212.36227)"
xml:space="preserve"
id="flowRoot14860-6"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:26.66666603px;line-height:100%;font-family:Digitalt;-inkscape-font-specification:'Digitalt Bold';text-align:start;text-anchor:start;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.75590551;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"><flowRegion
id="flowRegion14862-5"><rect
id="rect14864-8"
width="462.14478"
height="569.72601"
x="374.7666"
y="150.14969" /></flowRegion><flowPara
id="flowPara14866-7"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13.33333333px;line-height:72.70000064%;font-family:sans-serif;-inkscape-font-specification:sans-serif">The start and end markers above tell Ink/Stitch where to start and end the fill stitch.</flowPara><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13.33333333px;line-height:72.70000064%;font-family:sans-serif;-inkscape-font-specification:sans-serif"
id="flowPara14904" /><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13.33333333px;line-height:72.70000064%;font-family:sans-serif;-inkscape-font-specification:sans-serif"
id="flowPara14906">To use the markers, first install them using the Ink/Stitch &quot;Install add-ons for Inkscape&quot; extension and restart Inkscape.</flowPara><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13.33333333px;line-height:72.70000064%;font-family:sans-serif;-inkscape-font-specification:sans-serif"
id="flowPara14908" /><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13.33333333px;line-height:72.70000064%;font-family:sans-serif;-inkscape-font-specification:sans-serif"
id="flowPara14910">Access the markers using the Symbols tool (Object -&gt; Symbols). Select &quot;Ink/Stitch Comm ands&quot; as the symbol set. Drag a marker out onto your canvas (doesn't matter where). Use the Flow-Chart Tool (&quot;create diagram connectors&quot;) to draw a connection between the marker and the fill object to which it should apply. This will add a connector path. Adding an arrow on that path as in the above example is not necessary.</flowPara><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13.33333333px;line-height:72.70000064%;font-family:sans-serif;-inkscape-font-specification:sans-serif"
id="flowPara14912" /><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13.33333333px;line-height:100%;font-family:sans-serif;-inkscape-font-specification:sans-serif"
id="flowPara14914"><flowSpan
style="line-height:72.70000064%"
id="flowSpan14916">Moving the marker will change the connector's position to match. You can also move the endpoints of the connector manually. The </flowSpan>connector's endpoint nearest to the fill object is the point at which stitching will start or end.</flowPara></flowRoot> </g>
<path
inkscape:connection-end="#path9699-3-7"
inkscape:connection-start="#use14355"
inkscape:connector-curvature="0"
inkscape:connector-type="polyline"
id="path14391"
d="M 356.92084,186.01367 321.3771,185.88908"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow2Mend)" />
<use
transform="translate(270.34979,79.877542)"
height="100%"
width="100%"
y="0"
x="0"
xlink:href="#inkstitch_fill_start"
id="use14355" />
<path
inkscape:connection-end="#path9699-3-7"
inkscape:connection-start="#use14379"
inkscape:connector-curvature="0"
inkscape:connector-type="polyline"
id="path14393"
d="m 25.78533,183.40549 34.433762,0.42335"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker14673)" />
<use
transform="translate(-21.476504,77.567401)"
height="100%"
width="100%"
y="0"
x="0"
xlink:href="#inkstitch_fill_end"
id="use14379" />
</svg>

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 12 KiB

Wyświetl plik

@ -1,500 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
sodipodi:docname="Fringe Example.svg"
enable-background="new"
inkscape:version="0.91+devel r"
id="svg4505"
version="1.1"
viewBox="0 0 101.6 101.6"
height="4in"
width="4in">
<sodipodi:namedview
inkscape:measure-end="91.6713,123.996"
inkscape:measure-start="77.7817,109.096"
inkscape:locked="false"
inkscape:guide-bbox="true"
showguides="true"
inkscape:window-maximized="1"
inkscape:window-y="0"
inkscape:window-x="0"
inkscape:window-height="1011"
inkscape:window-width="1920"
inkscape:snap-global="false"
units="in"
showgrid="false"
inkscape:current-layer="layer7"
inkscape:document-units="mm"
inkscape:cy="151.02564"
inkscape:cx="98.678674"
inkscape:zoom="4"
inkscape:pageshadow="2"
inkscape:pageopacity="0"
borderopacity="1.0"
bordercolor="#666666"
pagecolor="#aaaaaa"
id="base">
<inkscape:grid
type="xygrid"
id="grid4517" />
</sodipodi:namedview>
<defs
id="defs4499" />
<metadata
id="metadata4502">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:creator>
<cc:Agent>
<dc:title>Evan West at Wild West Designs</dc:title>
</cc:Agent>
</dc:creator>
<dc:publisher>
<cc:Agent>
<dc:title>Wild West Designs</dc:title>
</cc:Agent>
</dc:publisher>
<dc:source>www.wildwestdesigns.biz</dc:source>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer8"
inkscape:label="Instructions"
sodipodi:insensitive="true"
style="display:none">
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:4.26412678px;line-height:1.82748294px;font-family:KacstPen;-inkscape-font-specification:'KacstPen Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.11421768px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="42.720001"
y="109.68793"
id="text4459"
sodipodi:insensitive="true"><tspan
sodipodi:role="line"
id="tspan4457"
x="42.720001"
y="109.68793"
style="stroke-width:0.11421768px">Steps</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:9.8777771px;line-height:4.23333311px;font-family:KacstPen;-inkscape-font-specification:'KacstPen Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.227982"
y="123.1152"
id="text4463"
sodipodi:insensitive="true"><tspan
sodipodi:role="line"
id="tspan4461"
x="24.227982"
y="127.47681"
style="stroke-width:0.26458332px" /></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:4.26213789px;line-height:4.51656389px;font-family:KacstPen;-inkscape-font-specification:'KacstPen Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.16528457px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="20.289345"
y="117.35567"
id="text4467"
sodipodi:insensitive="true"><tspan
sodipodi:role="line"
id="tspan4465"
x="20.289345"
y="117.35567"
style="line-height:4.51656389px;stroke-width:0.16528457px">1. Digitized elements that</tspan><tspan
sodipodi:role="line"
x="20.289345"
y="122.01072"
style="line-height:4.51656389px;stroke-width:0.16528457px"
id="tspan4469">are to be fringe as long</tspan><tspan
sodipodi:role="line"
x="20.289345"
y="126.66577"
style="line-height:4.51656389px;stroke-width:0.16528457px"
id="tspan4471">satin stitches, longer the</tspan><tspan
sodipodi:role="line"
x="20.289345"
y="131.32083"
style="line-height:4.51656389px;stroke-width:0.16528457px"
id="tspan4473">better.</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:4.26213789px;line-height:4.51656389px;font-family:KacstPen;-inkscape-font-specification:'KacstPen Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.16528457px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="19.810688"
y="139.79544"
id="text4477"
sodipodi:insensitive="true"><tspan
sodipodi:role="line"
id="tspan4475"
x="19.810688"
y="139.79544"
style="line-height:4.51656389px;stroke-width:0.16528457px">2. Make sure to &quot;anchor&quot; </tspan><tspan
sodipodi:role="line"
x="19.810688"
y="144.4505"
style="line-height:4.51656389px;stroke-width:0.16528457px"
id="tspan4479">the one side that you don't</tspan><tspan
sodipodi:role="line"
x="19.810688"
y="149.10555"
style="line-height:4.51656389px;stroke-width:0.16528457px"
id="tspan4481">want to cut down with run </tspan><tspan
sodipodi:role="line"
x="19.810688"
y="153.7606"
style="line-height:4.51656389px;stroke-width:0.16528457px"
id="tspan4483">stitches.</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:4.26213789px;line-height:4.51656389px;font-family:KacstPen;-inkscape-font-specification:'KacstPen Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.16528457px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="19.977571"
y="160.9496"
id="text4487"
sodipodi:insensitive="true"><tspan
sodipodi:role="line"
id="tspan4485"
x="19.977571"
y="160.9496"
style="stroke-width:0.16528457px">3. After sewing is done,</tspan><tspan
sodipodi:role="line"
x="19.977571"
y="165.60466"
style="stroke-width:0.16528457px"
id="tspan4489">turn design upside down</tspan><tspan
sodipodi:role="line"
x="19.977571"
y="170.2597"
style="stroke-width:0.16528457px"
id="tspan4491">and cut bobbin stitches. </tspan><tspan
sodipodi:role="line"
x="19.977571"
y="174.91476"
style="stroke-width:0.16528457px"
id="tspan4493">Avoid cutting through the</tspan><tspan
sodipodi:role="line"
x="19.977571"
y="179.56981"
style="stroke-width:0.16528457px"
id="tspan4495">fabric.</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:4.26155567px;line-height:4.52999973px;font-family:KacstPen;-inkscape-font-specification:'KacstPen Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="20.267397"
y="187.75433"
id="text4499"
sodipodi:insensitive="true"><tspan
sodipodi:role="line"
id="tspan4497"
x="20.267397"
y="187.75433"
style="font-size:4.26155567px;stroke-width:0.26458332px">4. Flip design back over </tspan><tspan
sodipodi:role="line"
x="20.267397"
y="192.42281"
style="font-size:4.26155567px;stroke-width:0.26458332px"
id="tspan4501">and carefully pull out top </tspan><tspan
sodipodi:role="line"
x="20.267397"
y="197.09128"
style="font-size:4.26155567px;stroke-width:0.26458332px"
id="tspan4503">stitches using tip of </tspan><tspan
sodipodi:role="line"
x="20.267397"
y="201.75975"
style="font-size:4.26155567px;stroke-width:0.26458332px"
id="tspan4505">scissors.</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:4.26155567px;line-height:4.52999973px;font-family:KacstPen;-inkscape-font-specification:'KacstPen Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="20.394329"
y="209.02089"
id="text4509"
sodipodi:insensitive="true"><tspan
sodipodi:role="line"
id="tspan4507"
x="20.394329"
y="209.02089"
style="font-size:4.26155567px;stroke-width:0.26458332px">5. That's it. Either leave</tspan><tspan
sodipodi:role="line"
x="20.394329"
y="213.68936"
style="font-size:4.26155567px;stroke-width:0.26458332px"
id="tspan4511">as is, or trim the top </tspan><tspan
sodipodi:role="line"
x="20.394329"
y="218.35783"
style="font-size:4.26155567px;stroke-width:0.26458332px"
id="tspan4513">stitches to get desired</tspan><tspan
sodipodi:role="line"
x="20.394329"
y="223.02631"
style="font-size:4.26155567px;stroke-width:0.26458332px"
id="tspan4515">finished results.</tspan></text>
</g>
<g
style="display:inline"
inkscape:label="Back of Ears - Teddybear Brown"
id="layer3"
inkscape:groupmode="layer">
<path
embroider_center_walk_underlay="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 34.177091,49.515849 3.140417,-0.200451 m -3.173826,-0.968851 3.507912,-0.100227 m -3.040192,-1.804069 3.842001,1.035669 m -2.572469,-3.006783 3.307461,2.238383 m -1.870887,-3.407685 3.107007,2.271789 m -2.104747,-3.57473 c 0.133635,0.03341 2.873147,2.238383 2.873147,2.238383 m -2.204974,-3.507912 2.939965,1.369756 m -1.5368,-3.207234 2.438834,1.336347 m -1.035669,-2.171565 1.870887,1.369758 m -0.467723,-1.202714 c 0,0 0.367496,0.434314 -0.634764,1.269529 0,0 -0.935442,0.334089 -1.202712,1.737254 0,0 -1.369756,3.775182 -2.672695,4.944486 0,0 -2.772921,1.770661 -2.03793,4.476765 m 6.046973,-12.428034 c 0,0 -1.536801,1.336347 -2.238383,1.603616 0,0 -1.069078,0.56795 -1.469982,2.438836 0,0 -0.868626,2.138156 -2.605878,2.772922 0,0 -2.138156,1.904295 -1.469982,5.545842"
style="opacity:1;fill:none;fill-opacity:1;stroke:#6e3219;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4466" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#6e3219;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1"
d="m 35.179351,50.785381 3.541321,2.037929 3.541321,-1.403164 4.810853,-2.472243 4.00904,-3.34087 2.10475,-2.80633 1.804067,-2.605878 0.902036,-1.503389 1.269529,-1.035669"
id="path4501"
inkscape:connector-curvature="0" />
<path
id="path4519"
style="opacity:1;fill:none;fill-opacity:1;stroke:#6e3219;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 49.043957,44.571364 5.846522,0.03341 m -5.679477,-1.03567 5.913337,0.23386 m -4.944486,-2.171565 5.545841,1.30294 m -3.77518,-2.706105 4.075861,1.703845 m -2.238383,-3.173828 2.939965,2.372019 m -2.071341,-3.57473 2.706106,1.971111 m -1.369756,-2.739511 1.804069,1.469982 M 57.62999,37.188044 c 0,0 -0.300677,0.734992 -1.302937,1.737252 0,0 -0.233861,1.503391 -1.069079,2.238382 0,0 -1.00226,1.135896 -0.868625,2.238383 0,0 -0.434313,1.837478 -2.57247,1.670434 m 5.378798,-8.018086 c 0,0 -1.469983,0.367495 -2.372016,2.071338 0,0 -0.334086,0.902036 -1.26953,1.336349 0,0 -3.775182,1.369756 -3.841999,4.543582"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_center_walk_underlay="True" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Horse Body - Light Cinnamon"
style="display:inline">
<path
embroider_center_walk_underlay="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 34.745038,48.747452 5.34539,1.870884 m -5.612659,-3.875407 c 0.334087,-0.133633 8.084902,2.071338 8.084902,2.071338 m -5.278572,-5.011303 c 0.334086,-0.133634 7.483546,2.472242 7.483546,2.472242 m -6.013564,-4.677214 c 0.267269,0 6.815373,1.135894 6.815373,1.135894 m -4.543584,-3.875408 4.877671,1.202714 m -1.737252,-1.336347 c 0,0 0.801807,1.269529 -0.734991,4.409945 0,0 0.534539,0.467723 0.200452,1.670436 0,0 0.06682,0.400904 -2.739513,3.474504 0,0 -0.534539,1.26953 -3.140416,2.071338 m 5.81311,-11.759859 c 0,0 -1.603616,0.06682 -2.939962,2.539061 0,0 -0.467723,2.873147 -2.338609,4.476764 0,0 -2.071339,0.668174 -2.204974,4.877669"
style="opacity:1;fill:none;fill-opacity:1;stroke:#a25022;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4375" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#a25022;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1"
d="m 36.749558,50.618336 6.548104,-0.668173 5.813113,-1.336347 4.009043,-3.741774 3.073599,-4.81085 1.603618,-1.937705"
id="path4400"
inkscape:connector-curvature="0" />
<path
id="path4414"
style="opacity:1;fill:none;fill-opacity:1;stroke:#a25022;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 52.251191,43.268426 4.009044,4.543581 m -3.608139,-5.813113 5.278572,4.543584 m -4.409945,-5.946749 c 0.334087,-0.06681 5.011303,3.674957 5.011303,3.674957 m -4.075861,-5.746295 4.677217,2.80633 m -2.939965,-4.409946 3.274052,2.739512 M 58.66566,37.7894 c 0,0 -1.135896,1.937705 -1.002261,3.274052 0,0 0.601358,2.204974 -0.668173,2.873148 0,0 -0.534539,0.868626 -0.467721,1.5368 0,0 -0.467722,0.868626 -2.80633,1.804069 m 4.209493,-10.022607 c 0,0 -1.804069,0.601356 -2.873147,2.672694 0,0 -1.469981,3.808592 -3.073598,5.813113"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_center_walk_underlay="True" />
<path
style="opacity:1;fill:#a25022;fill-opacity:1;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 37.818636,81.15388 c 0,0 0.200454,-6.882191 7.082645,-13.430292 0,0 2.004521,1.135895 4.476764,0.133634 0,0 2.405426,-0.334087 3.340869,0.935444 0,0 5.34539,5.879929 6.681738,6.414468 0,0 -0.133635,2.138157 1.002261,3.140417 0,0 2.004521,0.400905 2.939965,1.336348 0,0 1.202712,1.069078 2.204973,0.601356 0,0 1.336348,-1.26953 2.472243,-0.935443 0,0 0.26727,-0.668174 -0.267269,-1.135895 0,0 1.870886,0.133634 2.138156,-1.135896 0,0 -0.935443,-2.53906 0.668174,-4.610399 0,0 0.868626,-1.870887 0.534539,-3.608139 0,0 -0.801809,-1.135895 -2.338609,-1.5368 0,0 -5.479025,-5.813112 -6.147199,-7.349912 0,0 -2.071338,-3.340869 -2.071338,-5.144938 0,0 -0.601357,-2.204974 -1.870887,-3.340869 0,0 -2.071339,-2.204974 -3.340869,-3.0736 0,0 -0.734991,-1.536799 -1.603617,-3.006782 0,0 -2.405426,-2.405425 -6.648329,-0.935443 0,0 -0.367497,0.03341 -1.637027,0.601356 0,0 -1.469982,0.26727 -2.405425,1.002261 0,0 -5.479026,2.605878 -7.951269,3.407686 0,0 -11.091685,4.276313 -10.757598,19.711128 0,0 1.336344,8.018083 13.497109,11.96031 z"
id="path4341"
inkscape:connector-curvature="0"
embroider_max_stitch_length_mm="4"
embroider_angle="015"
embroider_fill_underlay="True"
embroider_fill_underlay_inset_mm=".04"
embroider_fill_underlay_max_stitch_length_mm="4"
embroider_fill_underlay_row_spacing_mm="1.3"
sodipodi:nodetypes="ccccccccccccccccccccccccc" />
</g>
<g
style="display:inline"
inkscape:label="Fringe Elements- Deep Walnut"
id="layer4"
inkscape:groupmode="layer">
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#4e2e2d;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 24.321527,68.157899 -3.648229,4.677217 3.788545,-5.565886 -4.069178,4.34981 3.928862,-4.677216 -4.209495,2.946646 4.349811,-3.554685 -4.583672,2.572469 4.630444,-3.274052 -4.723989,1.590254 4.817534,-2.38538 -4.817534,0.795126 4.911078,-1.449938 -4.817533,-0.187087 4.770761,-0.420949 -5.752977,-0.888672 5.986838,0.42095 -5.893293,-1.730571 5.940065,1.075761 -5.425571,-1.91766 5.799748,1.075761 -7.857724,-2.946648 7.904496,2.38538 -6.454559,-3.694999 6.781965,2.8531 -5.799749,-3.882088 6.033609,3.133735 -4.583672,-4.630446 4.864305,3.882091 -4.396583,-6.127155 4.677216,5.799749 -3.788545,-6.501331 4.256268,5.332029 -4.022407,-7.390003 4.34981,6.875507 -3.133734,-7.670636 3.601457,6.87551 -2.057975,-7.857725 2.666014,7.062597 -2.198293,-9.401204 2.759559,8.746394 -1.169305,-5.940065 1.683798,5.285256 -0.467723,-6.641647 1.262851,5.706202 0.420949,-5.565886 0.701583,4.5369 1.075759,-5.799748 0.04677,5.00462 0.888669,-3.788545 0.327406,2.993419"
id="path5947"
inkscape:connector-curvature="0"
embroider_manual_stitch="True" />
<path
embroider_trim_after="True"
embroider_running_stitch_length_mm="1"
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path6039"
d="m 33.769503,50.197387 c 0,0 -4.58367,2.525699 -7.062597,7.436776 0,0 -2.432151,4.723989 -2.385379,10.57051"
style="opacity:1;fill:none;fill-opacity:1;stroke:#4e2e2d;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#4e2e2d;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 44.152343,45.491796 1.091406,-6.283854 -0.826822,6.151563 1.157552,-6.201172 -0.909506,6.151562 1.405599,-6.333463 -1.041797,6.217708 1.653646,-6.383073 -1.30638,6.300391 2.116667,-6.416146 -1.752865,6.267318 2.265495,-6.250782 -1.951302,6.11849 2.89388,-6.234245 -2.397786,6.019271 3.158463,-6.101953 -2.629297,5.969661 3.45612,-6.879166 -3.175,6.796484 3.571875,-6.58151 -3.141927,6.465755 3.935677,-6.217708 -3.522266,6.101953"
id="path5757"
inkscape:connector-curvature="0"
embroider_manual_stitch="True" />
<path
embroider_trim_after="True"
embroider_running_stitch_length_mm="1"
inkscape:connector-curvature="0"
id="path5851"
d="m 48.253385,44.16888 c 0,0 -2.38125,0.496093 -2.827735,0.926041 0,0 -1.074869,0.231511 -1.289843,0.380339"
style="opacity:1;fill:none;fill-opacity:1;stroke:#4e2e2d;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<g
style="display:inline"
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Eye - Pure White">
<path
id="path4982"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 48.804898,54.815231 0.178774,-1.37655 m -0.21453,2.109518 1.269286,-2.234658 m -0.51844,3.557574 c 0.01788,-0.07151 1.769848,-3.021256 1.769848,-3.021256 m -0.983248,3.468188 c 0,0 1.984375,-1.984375 1.894989,-1.948622 m -1.036881,2.020131 1.162021,-1.090515 m -1.001126,1.50169 1.179899,-0.429053 m -3.772101,-3.235783 c 0,0 1.412304,-0.339669 2.145271,0.286036 0,0 0.697213,0.429054 0.589949,1.412303 0,0 -0.05363,0.303913 0.160896,0.58995 0,0 0.554194,0.589949 0.268158,1.376548 m -3.217905,-3.343048 c 0,0 0.625703,-0.01789 0.661459,0.768723 0,0 -0.143019,1.144145 0.625703,1.287163 0,0 0.536318,0.32179 1.036881,0.357545 0,0 0.768722,0.32179 0.679335,1.090512"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_trim_after="True"
embroider_center_walk_underlay="False" />
<path
embroider_center_walk_underlay="True"
embroider_trim_after="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 50.888116,49.636121 3.367598,-2.525696 m -3.274052,4.209494 4.162722,-3.180506 m -2.993417,4.817533 4.256265,-3.367598 m -2.291834,5.004623 c 0,0 4.349811,-2.899873 4.162721,-2.853103 m -2.104747,5.238483 c 0,0 4.490127,-3.086963 4.30304,-2.993419 m -2.245063,7.062597 c 0,0 4.396584,-4.303038 4.162721,-4.115948 m -2.198291,7.436773 c 0.04677,-0.18709 3.04019,-5.051393 3.04019,-5.051393 m -1.122532,6.127152 2.38538,-4.95785 m -0.514493,6.080384 1.496708,-3.695001 M 52.805776,47.765234 c 0,0 1.075759,0.467722 1.777342,1.309621 0,0 0.420951,0.420951 0.888672,1.683799 0,0 1.403166,2.853102 1.917659,3.46114 0,0 1.870887,1.683798 2.759558,4.022407 0,0 1.262849,3.648229 2.478925,4.349811 0,0 2.011203,1.07576 2.853102,2.385381 M 52.338054,47.999096 c 0,0 -0.327403,1.403165 -0.04677,2.80633 0,0 0.935442,1.07576 2.011202,1.309621 0,0 3.928862,4.911078 4.911078,7.249686 0,0 1.356393,1.824114 1.870887,3.46114 0,0 2.946646,2.853102 4.069178,3.22728"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path5049" />
</g>
<g
style="display:inline"
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Eye Color - Summer Sky">
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#6fd4e4;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1"
d="m 49.873958,55.587304 0.611849,-0.496094 -0.09922,0.744141 -0.479557,-0.744141 0.818554,0.405143 -0.777213,0.09095"
id="path5099"
inkscape:connector-curvature="0"
embroider_trim_after="True"
embroider_running_stitch_length_mm="1" />
</g>
<g
style="display:inline"
inkscape:label="Details - Black Stallion"
id="layer7"
inkscape:groupmode="layer">
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#191d1f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1"
d="m 37.745138,81.160561 c 0,0 1.028988,-6.127152 3.227281,-8.652849 0,0 2.245064,-3.507913 3.695001,-4.443356 l 0.748355,-0.140316 c 0,0 -4.911078,-4.95785 -4.536901,-7.670636 0,0 0.514494,-1.824114 -0.561266,-3.040191"
id="path5536"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="1" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#191d1f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1"
d="m 40.59824,57.58739 c 0,0 0.748356,1.309621 0.280633,2.853103 0,0 -0.140315,2.946646 4.583674,7.483547 m 0,0 c 0,0 1.637026,0.608038 3.835317,0.04677 0,0 2.104748,-0.561264 3.507913,0.935445 0,0 4.490128,4.770761 6.407787,6.173926 0,0 0.233861,2.572469 1.496709,3.180507 0,0 0.561266,0.561266 1.870887,0.795127 0,0 1.590254,1.49671 2.946646,1.169305 0,0 0.42095,-0.374178 0.935444,-0.561266 0,0 -0.327405,-0.701583 -1.07576,-0.701583 0,0 -0.608038,-0.795127 -1.216076,-0.701583 0,0 -0.888672,-0.420949 -0.748355,-1.122532 0,0 -0.42095,-0.327405 -0.888671,0"
id="path5538"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="1" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#191d1f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1"
d="m 63.002109,76.997839 c 0,0 0.420949,-0.140316 0.467722,0.561266 0,0 0.280633,0.654811 0.935443,0.748356 0,0 0.841899,0.187088 1.028988,0.65481 0,0 0.982216,0.233861 1.07576,0.701583 0,0 1.07576,-0.327406 1.543482,-0.561266 0,0 0.187088,-0.140317 -0.140317,-0.888672 0,0 -3.975634,-0.935443 -4.864305,-4.349811 0,0 0.795126,-0.327405 1.122532,-1.590254 0,0 -0.374178,1.964431 -2.853103,2.011203 0,0 1.356393,-0.140316 1.777343,-0.420949 0,0 0.748354,3.320824 4.911077,4.349811"
id="path5544"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="1" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#191d1f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1"
d="m 67.898697,78.184374 c 0,0 1.653646,0.165365 1.885156,-1.256771 0,0 -0.429947,-1.852082 0.06615,-2.84427 0,0 0.165362,-1.02526 0.992185,-2.38125 0,0 0.396875,-0.892968 0.330729,-1.852083 0,0 0.363802,-1.256771 -1.025261,-1.951302 0,0 -0.529166,-0.198438 -1.223698,-0.628386 0,0 -1.620572,-1.091406 -2.414322,-2.513541 0,0 -2.348178,-2.480469 -2.94349,-3.373438 0,0 -1.322917,-1.951302 -1.984375,-3.40651 0,0 -0.79375,-1.35599 -0.859896,-2.348177 0,0 -0.09922,-0.926042 -0.694531,-2.282031 0,0 -0.727604,-1.521355 -1.785938,-2.447396 0,0 -1.554427,-1.422136 -2.05052,-1.819011 0,0 -1.12448,-0.859896 -1.322917,-1.653646"
id="path6140"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="1" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#191d1f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1"
d="m 54.967187,47.525781 c 0,0 -1.289844,-2.083594 -2.14974,-2.745052 0,0 0.89297,-1.686719 1.12448,-2.182812 0,0 0.429948,-1.190625 0.727604,-1.719792 0,0 0.79375,-1.686719 1.488282,-2.447396 0,0 0.992187,-0.892969 1.5875,-1.190625"
id="path6142"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="1" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#191d1f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1"
d="m 57.348437,37.471614 c 0,0 -1.322917,0.959115 -1.686719,1.686719 0,0 -1.124478,1.819011 -1.289843,2.348177 0,0 -0.396875,1.223698 -0.694531,1.5875 0,0 -0.396875,1.256771 -0.892969,1.686719 0,0 -1.124479,-0.859896 -2.910417,-0.727604 0,0 2.083594,-0.297656 3.373438,1.157552 0,0 1.058333,1.223698 1.35599,1.785937"
id="path6144"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="1" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#191d1f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1"
d="m 54.603385,46.930468 c 0,0 1.554427,-0.892969 1.852083,-1.355989 0,0 0.231511,-1.322917 0.760678,-1.752865 0,0 0.595312,-0.661458 0.56224,-1.719791 0,0 -0.33073,-1.35599 0.132291,-2.447396 0,0 0.330729,-1.124479 0.628386,-1.620573 0,0 -0.198438,-0.859896 -1.256771,-1.058333 0,0 -2.182813,0.892968 -2.844271,2.745052 0,0 -0.297656,0.562239 -1.256771,0.859896 0,0 -2.678906,1.355989 -3.307292,3.40651 0,0 -2.61276,0.09922 -7.110677,2.116667 0,0 -1.554427,0.992187 -2.711979,1.322916 0,0 -2.61276,1.455209 -3.770312,1.554428 0,0 0.330729,-2.017448 1.289843,-2.778126 0,0 1.289844,-1.157552 1.686719,-1.719791 0,0 0.859896,-1.389063 1.157552,-2.546615 0,0 0.330729,-1.653646 1.322917,-2.215885 0,0 0.727604,-0.79375 1.620573,-1.124479"
id="path6146"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="1" />
<path
embroider_trim_after="True"
style="opacity:1;fill:none;fill-opacity:1;stroke:#191d1f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1"
d="m 42.961718,38.794531 c 0,0 -0.992187,0.496094 -1.190625,0.926041 0,0 -0.959114,0.56224 -1.124478,1.389063 0,0 -0.297657,1.488282 -0.595313,1.785938 0,0 -0.429948,1.289844 -1.058333,1.81901 0,0 -0.892969,1.157552 -1.653646,1.686719 0,0 -1.02526,1.422135 -1.058333,2.579688 0,0 -1.223698,0.529166 -1.488282,0.628385 0,0 1.5875,-0.56224 2.315105,-0.826823 0,0 2.480468,-1.02526 3.009635,-1.422135 0,0 2.116667,-0.727605 2.579687,-1.223698 0,0 1.455209,-1.35599 0.79375,-2.778125 0,0 0.694532,-2.414323 0.859896,-3.009636 0,0 0.165365,-0.859896 -0.132291,-1.488281 0,0 -0.363802,-0.363802 -0.826823,-0.264583 0,0 -0.330729,-0.396875 -0.628386,-0.396875 0,0 -1.223698,0.992187 -1.488281,1.157552 0,0 -0.463021,0.297656 -0.760677,0.396875 0,0 -0.826823,0.661458 -0.992188,1.124479 0,0 -0.363802,0.760677 -0.628385,1.620573 0,0 -0.56224,1.256771 -1.686719,2.050521 0,0 -0.562239,0.46302 -0.826823,0.529166 0,0 -1.686718,1.719792 -1.653645,4.497917 0,0 -1.322917,0.826823 -1.785938,1.124479 0,0 -2.94349,2.14974 -3.571875,3.175 0,0 -2.315104,2.94349 -2.778125,4.101042 0,0 -2.711979,5.357812 -2.248958,11.34401 0,0 2.017448,8.532813 13.427604,11.773959 0,0 0.23151,-1.389063 0.363802,-1.785938"
id="path6148"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="1" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#191d1f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1"
d="m 54.255714,67.736949 c 0,0 0.88867,0.841899 1.637025,1.590255 0,0 0.467723,1.824115 1.91766,2.291837"
id="path6354"
inkscape:connector-curvature="0"
embroider_trim_after="True"
embroider_running_stitch_length_mm="1"
embroider_repeats="2" />
<path
embroider_repeats="2"
embroider_running_stitch_length_mm="1"
embroider_trim_after="True"
inkscape:connector-curvature="0"
id="path6460"
d="m 55.05084,66.89505 c 0,0 1.075759,1.824115 2.432153,2.525697 0,0 0.327406,1.169306 1.122533,1.590256"
style="opacity:1;fill:none;fill-opacity:1;stroke:#191d1f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#191d1f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1"
d="m 50.932291,56.852343 c 0,0 -1.686719,0.132292 -1.5875,-1.752865 0,0 -0.06614,-0.661457 -0.661458,-0.529166 l 0.03307,-0.46302 c 0,0 1.719792,-0.363802 2.414323,0.562239 0,0 0.396878,0.595313 0.429951,1.488281 0,0 0.595313,0.79375 0.496094,1.686719 l -0.231511,0.132292 c 0,0 -0.396875,-0.595313 -0.562239,-0.79375 0,0 -0.198438,-0.529167 -0.628386,-0.363802 0,0 -0.363802,-0.03307 -0.595312,-0.165365 0,0 -0.694531,2.348177 0.959115,4.034896 0,0 0.859895,1.852083 4.101041,3.141927 0,0 2.248959,-0.165364 2.513542,1.852083 l -1.289844,-0.79375 c 0,0 2.745052,1.389063 3.538802,3.671094"
id="path6570"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="1"
embroider_trim_after="True" />
<path
embroider_running_stitch_length_mm="1"
embroider_trim_after="True"
inkscape:connector-curvature="0"
id="path6682"
d="m 49.873958,52.354426 c 0,0 0.198437,0.429948 0.264583,0.959115 l -0.496093,0.03307 c 0,0 1.256771,-0.264584 1.81901,0.396875 l -0.363802,-0.297653 c 0,0 0,-0.363802 -0.09922,-0.992187 0,0 0.06615,0.496094 0.09922,0.992187 0,0 0.694532,0.297657 0.826823,1.091407 0,0 0.198438,-0.79375 -0.09922,-1.554428 0,0 0.330731,0.694532 0.09922,1.455209 0,0 0.264584,0.330729 0.264584,1.157552 0,0 0.496093,-0.529167 0.46302,-1.719792"
style="opacity:1;fill:none;fill-opacity:1;stroke:#191d1f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
<path
embroider_trim_after="True"
style="opacity:1;fill:none;fill-opacity:1;stroke:#191d1f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1"
d="m 48.848697,47.988801 c 0,0 -0.363802,2.017448 0.992188,2.778125 0,0 3.671094,0.859897 4.597136,5.754689 0,0 0.363802,4.530989 4.233333,7.309114 0,0 2.910417,1.058333 3.704167,3.671094"
id="path6794"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="1"
embroider_repeats="2" />
<path
embroider_trim_after="True"
embroider_repeats="2"
embroider_running_stitch_length_mm="1"
inkscape:connector-curvature="0"
id="path6908"
d="m 64.359895,65.55052 c 0,0 0.56224,0.496094 0.892969,0.56224 0,0 0.06615,-0.694531 0.231511,-1.02526 0,0 -1.752864,-2.38125 -3.208073,-2.678906 0,0 -0.992187,-1.256771 -1.455208,-2.745052 0,0 -0.826823,-1.852084 -1.455208,-2.976563 0,0 -0.496094,-1.422135 -1.852084,-2.38125 0,0 -1.852083,-2.480469 -2.083594,-3.704167 0,0 -0.562239,-2.017448 -2.579687,-2.877343 l -0.496094,0.23151 c 0,0 -0.429948,1.653646 0.09922,2.844271 0,0 0.926041,1.223698 1.918228,1.35599 0,0 3.571875,4.795572 4.299479,6.217708 0,0 1.819011,2.877344 2.282032,4.001823 0,0 0.03307,0.628385 1.852083,2.050521 0,0 1.488281,1.25677 2.480469,1.719791"
style="opacity:1;fill:none;fill-opacity:1;stroke:#191d1f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#191d1f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.1, 0.1;stroke-dashoffset:0;stroke-opacity:1"
d="m 63.698437,67.865624 c 0,0 2.910416,-1.81901 3.737239,0.992188 0,0 0.496095,1.289844 0.198439,2.513542 0,0 -1.389063,0.892969 -1.058334,2.976563"
id="path7024"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="1"
embroider_repeats="2"
embroider_trim_after="True" />
<path
embroider_center_walk_underlay_stitch_length_mm="1"
embroider_center_walk_underlay="True"
embroider_trim_after="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 67.336457,70.08151 -2.017447,1.719791 m 1.719791,-2.480469 -2.248958,2.050521 m 1.653646,-1.984375 -2.513542,0.959115 m 2.14974,-1.058333 -2.480469,-0.496094 m 2.778125,0.165364 -1.389063,-1.289843 m 1.289844,0.595312 c 0,0 -0.992187,0.760677 -0.396875,1.554427 0,0 0.628387,-0.396874 0.89297,0.363803 0,0 0.23151,0.330729 -0.330729,1.091406 m -0.793751,-3.307292 c 0,0 -1.885156,0.463021 -1.35599,2.315104 0,0 0.132293,1.058334 1.785939,1.190626"
style="opacity:1;fill:none;fill-opacity:1;stroke:#191d1f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path7154" />
</g>
</svg>

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 37 KiB

Wyświetl plik

@ -1,421 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="4in"
height="4in"
viewBox="0 0 101.6 101.6"
version="1.1"
id="svg8"
inkscape:version="0.91+devel r"
enable-background="new"
sodipodi:docname="InkStitch 1 Color Top Left Origin.svg">
<sodipodi:namedview
id="base"
pagecolor="#000000"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="1.979899"
inkscape:cx="-73.590145"
inkscape:cy="228.50607"
inkscape:document-units="mm"
inkscape:current-layer="layer2"
showgrid="false"
inkscape:snap-global="false"
units="in"
inkscape:window-width="2560"
inkscape:window-height="1411"
inkscape:window-x="3840"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="true"
inkscape:guide-bbox="true">
<sodipodi:guide
position="15.100728,74.568198"
orientation="0,1"
id="guide905"
inkscape:locked="false"
inkscape:label="embroidery origin"
inkscape:color="rgb(240,240,243)" />
<sodipodi:guide
position="15.100728,74.701832"
orientation="1,0"
id="guide907"
inkscape:locked="false"
inkscape:label="embroidery origin"
inkscape:color="rgb(242,242,245)" />
</sodipodi:namedview>
<defs
id="defs2" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
style="display:inline"
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Logo - White">
<path
inkscape:connector-curvature="0"
id="path4334"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 34.811856,55.028284 V 41.664807 m -3.140416,13.29666 v -13.29666"
embroider_satin_column="True"
embroider_trim_after="True"
embroider_zigzag_spacing_mm="0.32"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.2" />
<path
inkscape:connector-curvature="0"
embroider_zigzag_spacing_mm="0.33"
embroider_zigzag_underlay_spacing_mm="1.2"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay="True"
embroider_satin_column="True"
d="M 44.233107,54.961467 44.099472,44.872042 M 41.35996,54.961467 41.293142,44.938859"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4357" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998,0.44999998;stroke-dashoffset:0;stroke-opacity:1"
d="M 42.829942,44.938859 41.694047,41.798443"
id="path4380"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="2.5" />
<path
inkscape:connector-curvature="0"
embroider_zigzag_underlay_spacing_mm="1.2"
embroider_zigzag_underlay_inset_mm=".4"
embroider_zigzag_underlay="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
d="m 50.246671,55.362371 4.944486,-1.069078 m -6.61492,0 6.481284,-3.407688 m -10.089422,-0.334086 4.744032,-4.744032 m -9.354434,1.403164 5.345393,-5.612661 m -5.412208,2.605878 3.608139,-3.474503 m -2.071341,0.46772 11.02487,10.690783 0.133633,3.474503 m -11.759859,-14.098468 0.06682,4.944486 3.34087,1.870887 7.884451,7.349913"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4416" />
<path
embroider_trim_after="True"
inkscape:connector-curvature="0"
id="path4451"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 48.576237,45.874302 5.746295,-0.06681 m -5.87993,7.617174 6.614919,-2.605876 m -4.209494,4.877668 3.474505,-1.937705 m -1.336349,1.5368 -0.133633,-13.49711 m -0.400905,13.563928 -2.605879,-2.204974 0.133636,-11.425772"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_spacing_mm="1.2"
embroider_zigzag_underlay_inset_mm=".04" />
<path
inkscape:connector-curvature="0"
id="path4508"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 62.035343,54.91994 -0.0945,-6.945313 m -3.023805,6.945313 0.09449,-6.992559"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.2" />
<path
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path4539"
d="m 60.334448,47.785639 0.04725,-5.811383"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998,0.44999998;stroke-dashoffset:0;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path4573"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 61.988093,41.59628 -0.04725,6.992559 m -2.929312,-7.039808 v 7.65402"
embroider_satin_column="True"
embroider_zigzag_spacing_mm=".33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.2" />
<path
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path4608"
d="m 62.366072,48.25811 2.787573,-2.504093 2.787573,-3.638021"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998,0.44999998;stroke-dashoffset:0;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
embroider_trim_after="True"
id="path4652"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 64.019718,42.257739 7.417781,0.14174 m -11.150298,5.953125 7.654017,-0.33073 m -3.307291,6.283854 7.039808,-0.141739 m -1.511906,-12.473215 -4.960937,6.3311 5.480655,6.992559 m -4.299479,-13.465402 -5.008184,6.898066 5.480653,6.567336"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.2" />
<path
inkscape:connector-curvature="0"
id="path4730"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 67.051242,59.672092 -3.274052,0.03341 m 3.240643,-0.56795 c 0,0 -2.271792,-0.267269 -3.240643,-0.03341"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33" />
<path
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path4771"
d="M 63.576739,59.505048 61.505398,59.97277 57.329313,60.00618 49.945993,60.073 43.297662,60.173227 36.114794,60.073 30.669177,60.00618 h -0.768398"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998,0.44999998;stroke-dashoffset:0;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path4815"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 29.633508,60.874806 0.902036,0.534538 13.898014,-0.06682 c 0,0 2.639287,-0.400903 4.109269,-0.634765 l 12.595078,-0.16704 c 0,0 2.372017,0.334087 3.274051,0.334087 m -34.845264,-1.737254 0.935443,-0.534538 c 0,0 13.129614,-0.200453 13.630745,-0.06682 0,0 3.842,0.60136 4.744035,0.701586 l 12.194172,0.167043 c 0,0 2.639287,-0.400904 3.173826,-0.367496"
embroider_satin_column="True"
embroider_zigzag_spacing_mm=".33"
embroider_center_walk_underlay="True"
embroider_center_walk_underlay_stitch_length_mm="2.5" />
<path
inkscape:connector-curvature="0"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
d="m 63.9016,60.84944 c 0,0 1.842632,0.165365 3.165549,-0.07087 m -3.212796,-0.519717 3.212796,-0.09449"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4862" />
<path
inkscape:connector-curvature="0"
id="path4911"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 66.26395,59.054055 c 0,0 2.787574,0.283482 4.29948,0.732329 m -4.370351,1.133928 c 0,0 4.015997,-0.614212 4.488468,-0.897694"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_center_walk_underlay="True"
embroider_center_walk_underlay_stitch_length_mm="2.5"
embroider_trim_after="True" />
<path
id="path4343"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 33.072916,68.10186 -0.09449,-3.401788 m -0.921322,3.000188 -1.275667,-2.976563 m 0.944938,3.071056 -3.071056,-1.086681 m 3.638021,1.299292 -3.000184,2.055246 m 3.968749,-1.346538 c -0.0945,0.09449 -2.267857,2.740326 -2.267857,2.740326 m 4.441219,-1.322916 -3.567149,1.677267 m 3.449031,1.417413 -3.09468,-1.063059 m 0.212614,3.260045 -1.252048,-3.472656 m -1.063057,3.449032 -0.188989,-3.96875 m -0.614211,0.637836 c 0,0 1.252045,0.779576 2.173364,0.897692 0,0 1.086681,0.02363 1.393786,-0.566963 0,0 0.4016,-0.496093 -0.614211,-1.228422 0,0 -1.204799,-0.614211 -1.606399,-0.897694 0,0 -1.34654,-0.87407 -1.41741,-1.960751 0,0 -0.259859,-1.937128 1.559151,-2.504092 0,0 1.063058,-0.685082 3.449033,0.188988 m -4.77195,8.409968 c 0,0 2.409598,0.803201 3.96875,-0.02363 0,0 1.441035,-0.637826 1.441035,-2.055237 0,0 0.236235,-1.511905 -0.826823,-2.291481 0,0 -1.559152,-0.968564 -2.102493,-1.228422 0,0 -0.94494,-0.283482 -0.755952,-1.110305 0,0 0.07087,-0.755953 1.630022,-0.354353 0,0 0.826823,0.236235 1.441035,0.685082"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.2"
inkscape:connector-curvature="0" />
<path
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path4394"
d="m 35.71875,66.849812 3.425409,-0.236233 -0.04725,3.307291 0.07087,3.071056 0.02363,0.944941"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998,0.44999998;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path4448"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 40.23084,74.503832 0.02363,-7.65402 m -2.078876,7.677642 0.02363,-7.630393"
embroider_satin_column="True"
embroider_zigzag_spacing_mm=".33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.2"
inkscape:connector-curvature="0" />
<path
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path4503"
d="m 39.262277,66.471836 c 0,0 -2.645833,0 -2.763951,-0.02363 -0.118118,-0.02363 -0.73233,0.165364 -0.73233,0.165364"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998,0.44999998;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path4561"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 35.435267,67.629388 7.535899,0.02363 m -7.535899,-1.795393 h 7.535899"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.2"
inkscape:connector-curvature="0" />
<path
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path4620"
d="m 44.624812,66.684447 0.519719,2.291483 c 0,0 0.259858,3.212798 0.212611,3.354538 -0.04725,0.14174 -0.118118,1.748139 -0.118118,1.748139"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998,0.44999998;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path4682"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 46.278458,74.503832 0.04725,-8.669829 m -2.102494,8.646204 0.02363,-8.575333"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.25"
inkscape:connector-curvature="0" />
<path
embroider_running_stitch_length_mm="2.5"
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path4745"
d="m 47.861235,66.778943 3.118303,-0.07087 0.259858,1.228423 0.118117,2.83482 0.02363,3.472657"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998,0.44999998;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path4811"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 52.420572,74.527454 v -7.677642 m -2.078868,7.630395 v -7.724888"
embroider_satin_column="True"
embroider_zigzag_spacing_mm=".33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.2"
inkscape:connector-curvature="0" />
<path
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path4878"
d="m 51.357513,66.613579 -3.378162,0.04725"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998,0.44999998;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path4948"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 47.601375,67.653013 h 7.512277 m -7.535899,-1.771764 7.583146,-0.02363"
embroider_satin_column="True"
embroider_zigzag_spacing_mm=".33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.2"
inkscape:connector-curvature="0" />
<path
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path5019"
d="m 57.357885,67.322284 -0.425222,1.464656 -0.165365,1.984375 0.590587,1.700893 2.220611,1.370166 h 1.653646 l 1.228423,-0.708708"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998,0.44999998;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path5109"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 61.657364,71.031176 0.02363,4.890066 m -1.630029,-4.417597 c 0,0 -0.566962,4.582962 -0.566962,4.51209 m -0.425225,-4.937313 c 0,0 -3.02381,3.543525 -3.000185,3.42541 m 2.409597,-4.181364 -3.874256,0.685083 m 3.945128,-1.913503 -3.28367,-0.661459 m 4.228611,0.02362 -1.795389,-3.165549 m 2.763951,3.047431 -0.212611,-3.992372 m 1.393788,4.370351 0.236233,-4.086868 m 0.803201,9.402156 c 0,0 -1.630024,1.039434 -3.23642,0.708705 0,0 -2.14974,-0.188986 -3.260045,-2.315102 0,0 -0.87407,-1.511905 -0.448847,-3.260045 0,0 0.4016,-2.196986 2.291481,-3.09468 0,0 2.456845,-1.34654 4.724702,0.330729 m 0.02362,5.315289 c 0,0 -1.488282,1.299295 -2.763952,1.063059 0,0 -1.677267,0.188989 -2.267855,-2.078868 0,0 -0.236235,-1.771764 0.921317,-2.740328 0,0 0.897693,-0.779576 2.409598,-0.425223 0,0 0.992187,0.496094 1.488281,1.063058"
embroider_satin_column="True"
embroider_zigzag_spacing_mm=".33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.2"
inkscape:connector-curvature="0" />
<path
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path5184"
d="m 64.515809,67.275037 0.685083,0.614212 0.04725,3.567149 -0.14174,2.527716"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998,0.44999998;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path5262"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 66.193079,74.480207 -0.02363,-4.51209 m -2.007991,4.51209 v -4.630208"
embroider_satin_column="True"
embroider_zigzag_spacing_mm=".33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.2"
inkscape:connector-curvature="0" />
<path
embroider_running_stitch_length_mm="2.4"
inkscape:connector-curvature="0"
id="path5341"
d="m 65.082774,69.613763 0.02363,-3.449031"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998,0.44999998;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path5423"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 66.169454,65.857625 0.02363,5.008186 m -2.031626,-5.031808 -10e-7,5.008183"
embroider_satin_column="True"
embroider_zigzag_spacing_mm=".33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.2"
inkscape:connector-curvature="0" />
<path
embroider_zigzag_underlay_spacing_mm="1.2"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay="True"
embroider_zigzag_spacing_mm=".33"
embroider_satin_column="True"
d="m 66.074961,69.070423 4.03962,-6e-6 m -4.346724,1.748145 4.417597,0.04725"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path5508"
inkscape:connector-curvature="0" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998,0.44999998;stroke-dashoffset:0;stroke-opacity:1"
d="m 70.256322,70.157104 0.401601,-2.007997 -0.09449,-1.984375"
id="path5593"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="2.5" />
<path
embroider_zigzag_underlay_spacing_mm="1.2"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay="True"
embroider_trim_after="True"
embroider_zigzag_spacing_mm=".33"
embroider_satin_column="True"
d="m 71.50837,65.857625 0.04725,8.646207 m -2.055249,-8.622583 0.04725,8.622583"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path5681"
inkscape:connector-curvature="0" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.70078731;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 62.755859,185.12695 c 0,0 -4.54649,-0.12742 -5.55664,5.55469 v 66.03906 c 0,0 1.263006,5.68223 6.1875,5.42969 l 13.257812,0.12695 -0.125,-77.02539 z M 66.625,229.79688 c 2.370474,-0.0417 3.455078,1.29101 3.455078,1.29101 v 4.16797 c -0.378807,0.88388 -1.894531,1.13476 -1.894531,1.13476 l -3.410156,0.12696 c -2.399112,-0.63135 -2.777344,-3.15625 -2.777344,-3.15625 0.12627,-2.65165 2.777344,-3.2832 2.777344,-3.28321 0.686588,-0.18939 1.302577,-0.27164 1.849609,-0.28124 z m -0.513672,16.79492 c 0.175254,-0.005 0.361299,0.004 0.558594,0.0273 0,0 2.52549,-0.25241 2.904297,2.9043 0,0 0.378699,2.90439 -2.904297,3.2832 0,0 -3.534473,-7.9e-4 -3.408203,-3.03125 0,0 0.220808,-3.10729 2.849609,-3.18359 z"
transform="scale(0.26458333)"
id="path5770"
embroider_max_stitch_length_mm="4"
embroider_fill_underlay="True"
embroider_fill_underlay_angle="45"
embroider_fill_underlay_inset_mm=".3"
inkscape:connector-curvature="0" />
<path
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path5866"
d="m 20.363467,48.919569 0.425223,-6.992559 1.464658,-4.582962 3.685268,-4.204986 4.299478,-2.598587 5.433409,-1.511903 6.66183,-0.188989 10.819569,-0.09449 11.622767,0.236236 5.149924,1.322916 5.149927,3.685268 3.354538,4.819194 1.27567,4.488469 0.614212,4.015996 -0.425225,3.779761"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.45;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.45,0.45;stroke-dashoffset:0;stroke-opacity:1" />
<path
embroider_angle="180"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.70078731;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 316.91016,184.50195 c -1.66764,0.0725 -2.24805,2.39258 -2.24805,2.39258 l 0.12695,4.04102 c -0.50507,2.14657 -3.15625,2.65039 -3.15625,2.65039 -1.89404,0 -3.41015,-2.27344 -3.41015,-2.27344 l -6.56641,-0.75586 -0.125,70.70898 h 14.64648 c 3.78807,-0.12626 5.17774,-4.92382 5.17774,-4.92382 l 0.125,-66.66992 c -0.12627,-4.16689 -3.78711,-5.05079 -3.78711,-5.05079 -0.28411,-0.0947 -0.54497,-0.12949 -0.7832,-0.11914 z m -6.16211,45.44922 3.41015,0.25391 c 2.90419,0.63134 2.52539,3.15625 2.52539,3.15625 0.12627,1.89403 -2.40039,2.77734 -2.40039,2.77734 l -3.66211,0.25195 c -1.38895,-0.50507 -2.27148,-1.51367 -2.27148,-1.51367 l 0.125,-3.1582 c 0.12626,-1.76778 2.27344,-1.76758 2.27344,-1.76758 z m 1.76757,16.54102 c 0,0 2.65177,0.001 2.9043,3.1582 0,0 4.8e-4,3.15625 -3.15625,3.15625 0,0 -3.02998,-0.12579 -3.15625,-3.15625 0,0 0.25149,-3.03194 3.4082,-3.1582 z"
transform="scale(0.26458333)"
id="path5958"
embroider_max_stitch_length_mm="4"
embroider_fill_underlay="True"
embroider_fill_underlay_angle="45"
embroider_fill_underlay_inset_mm=".4"
inkscape:connector-curvature="0" />
<path
id="path6164"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 75.03592,69.527657 h 10.289876 m -11.893495,6.013564 h 11.225321 m -12.49485,4.476763 9.554885,3.474506 M 69.155989,83.358854 c 0,0.267269 4.34313,7.015824 4.34313,7.015824 m -7.550364,-5.412208 0.334087,7.149459 m 15.167546,-25.524237 0.200451,6.280832 c 0,0 -1.135896,15.902538 -17.105249,17.572972 m 13.898015,-23.786986 0.06682,6.414468 c 0,0 -1.069078,12.762119 -14.165286,14.098466"
embroider_satin_column="True"
embroider_zigzag_spacing_mm=".33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.2"
inkscape:connector-curvature="0" />
<path
embroider_zigzag_underlay_spacing_mm="1.2"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay="True"
embroider_zigzag_spacing_mm=".33"
embroider_satin_column="True"
d="M 74.835466,54.761016 87.597585,54.62738 m -13.563928,-8.084902 11.960312,-4.34313 m -16.771162,-6.882191 8.018084,-7.483546 m -13.898015,5.144939 2.539061,-7.884452 m -20.312483,7.416729 -0.133636,-7.617181 m -10.69078,8.753077 -1.804069,-7.817634 M 27.662396,38.658027 20.713388,30.63994 m 4.409947,14.098468 -10.557146,-2.338609 m 10.891233,16.37026 -12.428033,1.00226 m 13.76438,12.962572 -11.559406,3.073599 m 15.434814,3.541321 -7.617181,9.554884 m 13.831198,-4.81085 c -0.133636,0.267269 -2.00452,8.552625 -2.00452,8.552625 m 29.733734,-7.483547 0.267269,7.550365 m 1.202714,-2.472243 -1.603619,0.200451 -28.865107,-0.06682 h 0.06682 c 0,0 -15.367996,-0.935442 -17.038431,-17.572971 l -0.06682,-28.531018 c 0,0 1.469982,-15.367998 17.572971,-16.83798 h 28.597838 c 0,0 14.833458,1.135895 16.971615,17.506154 l -0.133635,26.593317 m -15.835722,15.501633 -1.937702,0.267268 h -27.32831 c 0,0 -12.895754,-0.334086 -14.76664,-14.633005 V 45.005678 c 0,0 0.935443,-12.962572 14.432554,-14.432554 l 28.664657,-0.06682 c 0,0 12.294398,1.5368 13.697563,14.699824 v 26.259233"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path6289"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccc" />
</g>
</svg>

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 28 KiB

Wyświetl plik

@ -1,404 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="4in"
height="4in"
viewBox="0 0 101.6 101.6"
version="1.1"
id="svg8"
inkscape:version="0.91+devel r"
enable-background="new"
sodipodi:docname="InkStitch 1 Color.svg">
<sodipodi:namedview
id="base"
pagecolor="#000000"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="1.979899"
inkscape:cx="55.204304"
inkscape:cy="107.28777"
inkscape:document-units="mm"
inkscape:current-layer="layer2"
showgrid="false"
inkscape:snap-global="false"
units="in"
inkscape:window-width="2560"
inkscape:window-height="1411"
inkscape:window-x="3840"
inkscape:window-y="0"
inkscape:window-maximized="1" />
<defs
id="defs2" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
style="display:inline"
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Logo - White">
<path
inkscape:connector-curvature="0"
id="path4334"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 34.811856,55.028284 V 41.664807 m -3.140416,13.29666 v -13.29666"
embroider_satin_column="True"
embroider_trim_after="True"
embroider_zigzag_spacing_mm="0.32"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.2" />
<path
inkscape:connector-curvature="0"
embroider_zigzag_spacing_mm="0.33"
embroider_zigzag_underlay_spacing_mm="1.2"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay="True"
embroider_satin_column="True"
d="M 44.233107,54.961467 44.099472,44.872042 M 41.35996,54.961467 41.293142,44.938859"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4357" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998,0.44999998;stroke-dashoffset:0;stroke-opacity:1"
d="M 42.829942,44.938859 41.694047,41.798443"
id="path4380"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="2.5" />
<path
inkscape:connector-curvature="0"
embroider_zigzag_underlay_spacing_mm="1.2"
embroider_zigzag_underlay_inset_mm=".4"
embroider_zigzag_underlay="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
d="m 50.246671,55.362371 4.944486,-1.069078 m -6.61492,0 6.481284,-3.407688 m -10.089422,-0.334086 4.744032,-4.744032 m -9.354434,1.403164 5.345393,-5.612661 m -5.412208,2.605878 3.608139,-3.474503 m -2.071341,0.46772 11.02487,10.690783 0.133633,3.474503 m -11.759859,-14.098468 0.06682,4.944486 3.34087,1.870887 7.884451,7.349913"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4416" />
<path
embroider_trim_after="True"
inkscape:connector-curvature="0"
id="path4451"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 48.576237,45.874302 5.746295,-0.06681 m -5.87993,7.617174 6.614919,-2.605876 m -4.209494,4.877668 3.474505,-1.937705 m -1.336349,1.5368 -0.133633,-13.49711 m -0.400905,13.563928 -2.605879,-2.204974 0.133636,-11.425772"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_spacing_mm="1.2"
embroider_zigzag_underlay_inset_mm=".04" />
<path
inkscape:connector-curvature="0"
id="path4508"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 62.035343,54.91994 -0.0945,-6.945313 m -3.023805,6.945313 0.09449,-6.992559"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.2" />
<path
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path4539"
d="m 60.334448,47.785639 0.04725,-5.811383"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998,0.44999998;stroke-dashoffset:0;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path4573"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 61.988093,41.59628 -0.04725,6.992559 m -2.929312,-7.039808 v 7.65402"
embroider_satin_column="True"
embroider_zigzag_spacing_mm=".33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.2" />
<path
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path4608"
d="m 62.366072,48.25811 2.787573,-2.504093 2.787573,-3.638021"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998,0.44999998;stroke-dashoffset:0;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
embroider_trim_after="True"
id="path4652"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 64.019718,42.257739 7.417781,0.14174 m -11.150298,5.953125 7.654017,-0.33073 m -3.307291,6.283854 7.039808,-0.141739 m -1.511906,-12.473215 -4.960937,6.3311 5.480655,6.992559 m -4.299479,-13.465402 -5.008184,6.898066 5.480653,6.567336"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.2" />
<path
inkscape:connector-curvature="0"
id="path4730"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 67.051242,59.672092 -3.274052,0.03341 m 3.240643,-0.56795 c 0,0 -2.271792,-0.267269 -3.240643,-0.03341"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33" />
<path
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path4771"
d="M 63.576739,59.505048 61.505398,59.97277 57.329313,60.00618 49.945993,60.073 43.297662,60.173227 36.114794,60.073 30.669177,60.00618 h -0.768398"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998,0.44999998;stroke-dashoffset:0;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path4815"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 29.633508,60.874806 0.902036,0.534538 13.898014,-0.06682 c 0,0 2.639287,-0.400903 4.109269,-0.634765 l 12.595078,-0.16704 c 0,0 2.372017,0.334087 3.274051,0.334087 m -34.845264,-1.737254 0.935443,-0.534538 c 0,0 13.129614,-0.200453 13.630745,-0.06682 0,0 3.842,0.60136 4.744035,0.701586 l 12.194172,0.167043 c 0,0 2.639287,-0.400904 3.173826,-0.367496"
embroider_satin_column="True"
embroider_zigzag_spacing_mm=".33"
embroider_center_walk_underlay="True"
embroider_center_walk_underlay_stitch_length_mm="2.5" />
<path
inkscape:connector-curvature="0"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
d="m 63.9016,60.84944 c 0,0 1.842632,0.165365 3.165549,-0.07087 m -3.212796,-0.519717 3.212796,-0.09449"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4862" />
<path
inkscape:connector-curvature="0"
id="path4911"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 66.26395,59.054055 c 0,0 2.787574,0.283482 4.29948,0.732329 m -4.370351,1.133928 c 0,0 4.015997,-0.614212 4.488468,-0.897694"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_center_walk_underlay="True"
embroider_center_walk_underlay_stitch_length_mm="2.5"
embroider_trim_after="True" />
<path
id="path4343"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 33.072916,68.10186 -0.09449,-3.401788 m -0.921322,3.000188 -1.275667,-2.976563 m 0.944938,3.071056 -3.071056,-1.086681 m 3.638021,1.299292 -3.000184,2.055246 m 3.968749,-1.346538 c -0.0945,0.09449 -2.267857,2.740326 -2.267857,2.740326 m 4.441219,-1.322916 -3.567149,1.677267 m 3.449031,1.417413 -3.09468,-1.063059 m 0.212614,3.260045 -1.252048,-3.472656 m -1.063057,3.449032 -0.188989,-3.96875 m -0.614211,0.637836 c 0,0 1.252045,0.779576 2.173364,0.897692 0,0 1.086681,0.02363 1.393786,-0.566963 0,0 0.4016,-0.496093 -0.614211,-1.228422 0,0 -1.204799,-0.614211 -1.606399,-0.897694 0,0 -1.34654,-0.87407 -1.41741,-1.960751 0,0 -0.259859,-1.937128 1.559151,-2.504092 0,0 1.063058,-0.685082 3.449033,0.188988 m -4.77195,8.409968 c 0,0 2.409598,0.803201 3.96875,-0.02363 0,0 1.441035,-0.637826 1.441035,-2.055237 0,0 0.236235,-1.511905 -0.826823,-2.291481 0,0 -1.559152,-0.968564 -2.102493,-1.228422 0,0 -0.94494,-0.283482 -0.755952,-1.110305 0,0 0.07087,-0.755953 1.630022,-0.354353 0,0 0.826823,0.236235 1.441035,0.685082"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.2"
inkscape:connector-curvature="0" />
<path
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path4394"
d="m 35.71875,66.849812 3.425409,-0.236233 -0.04725,3.307291 0.07087,3.071056 0.02363,0.944941"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998,0.44999998;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path4448"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 40.23084,74.503832 0.02363,-7.65402 m -2.078876,7.677642 0.02363,-7.630393"
embroider_satin_column="True"
embroider_zigzag_spacing_mm=".33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.2"
inkscape:connector-curvature="0" />
<path
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path4503"
d="m 39.262277,66.471836 c 0,0 -2.645833,0 -2.763951,-0.02363 -0.118118,-0.02363 -0.73233,0.165364 -0.73233,0.165364"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998,0.44999998;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path4561"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 35.435267,67.629388 7.535899,0.02363 m -7.535899,-1.795393 h 7.535899"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.2"
inkscape:connector-curvature="0" />
<path
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path4620"
d="m 44.624812,66.684447 0.519719,2.291483 c 0,0 0.259858,3.212798 0.212611,3.354538 -0.04725,0.14174 -0.118118,1.748139 -0.118118,1.748139"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998,0.44999998;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path4682"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 46.278458,74.503832 0.04725,-8.669829 m -2.102494,8.646204 0.02363,-8.575333"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.25"
inkscape:connector-curvature="0" />
<path
embroider_running_stitch_length_mm="2.5"
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path4745"
d="m 47.861235,66.778943 3.118303,-0.07087 0.259858,1.228423 0.118117,2.83482 0.02363,3.472657"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998,0.44999998;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path4811"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 52.420572,74.527454 v -7.677642 m -2.078868,7.630395 v -7.724888"
embroider_satin_column="True"
embroider_zigzag_spacing_mm=".33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.2"
inkscape:connector-curvature="0" />
<path
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path4878"
d="m 51.357513,66.613579 -3.378162,0.04725"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998,0.44999998;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path4948"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 47.601375,67.653013 h 7.512277 m -7.535899,-1.771764 7.583146,-0.02363"
embroider_satin_column="True"
embroider_zigzag_spacing_mm=".33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.2"
inkscape:connector-curvature="0" />
<path
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path5019"
d="m 57.357885,67.322284 -0.425222,1.464656 -0.165365,1.984375 0.590587,1.700893 2.220611,1.370166 h 1.653646 l 1.228423,-0.708708"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998,0.44999998;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path5109"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 61.657364,71.031176 0.02363,4.890066 m -1.630029,-4.417597 c 0,0 -0.566962,4.582962 -0.566962,4.51209 m -0.425225,-4.937313 c 0,0 -3.02381,3.543525 -3.000185,3.42541 m 2.409597,-4.181364 -3.874256,0.685083 m 3.945128,-1.913503 -3.28367,-0.661459 m 4.228611,0.02362 -1.795389,-3.165549 m 2.763951,3.047431 -0.212611,-3.992372 m 1.393788,4.370351 0.236233,-4.086868 m 0.803201,9.402156 c 0,0 -1.630024,1.039434 -3.23642,0.708705 0,0 -2.14974,-0.188986 -3.260045,-2.315102 0,0 -0.87407,-1.511905 -0.448847,-3.260045 0,0 0.4016,-2.196986 2.291481,-3.09468 0,0 2.456845,-1.34654 4.724702,0.330729 m 0.02362,5.315289 c 0,0 -1.488282,1.299295 -2.763952,1.063059 0,0 -1.677267,0.188989 -2.267855,-2.078868 0,0 -0.236235,-1.771764 0.921317,-2.740328 0,0 0.897693,-0.779576 2.409598,-0.425223 0,0 0.992187,0.496094 1.488281,1.063058"
embroider_satin_column="True"
embroider_zigzag_spacing_mm=".33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.2"
inkscape:connector-curvature="0" />
<path
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path5184"
d="m 64.515809,67.275037 0.685083,0.614212 0.04725,3.567149 -0.14174,2.527716"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998,0.44999998;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path5262"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 66.193079,74.480207 -0.02363,-4.51209 m -2.007991,4.51209 v -4.630208"
embroider_satin_column="True"
embroider_zigzag_spacing_mm=".33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.2"
inkscape:connector-curvature="0" />
<path
embroider_running_stitch_length_mm="2.4"
inkscape:connector-curvature="0"
id="path5341"
d="m 65.082774,69.613763 0.02363,-3.449031"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998,0.44999998;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path5423"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 66.169454,65.857625 0.02363,5.008186 m -2.031626,-5.031808 -10e-7,5.008183"
embroider_satin_column="True"
embroider_zigzag_spacing_mm=".33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.2"
inkscape:connector-curvature="0" />
<path
embroider_zigzag_underlay_spacing_mm="1.2"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay="True"
embroider_zigzag_spacing_mm=".33"
embroider_satin_column="True"
d="m 66.074961,69.070423 4.03962,-6e-6 m -4.346724,1.748145 4.417597,0.04725"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path5508"
inkscape:connector-curvature="0" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998,0.44999998;stroke-dashoffset:0;stroke-opacity:1"
d="m 70.256322,70.157104 0.401601,-2.007997 -0.09449,-1.984375"
id="path5593"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="2.5" />
<path
embroider_zigzag_underlay_spacing_mm="1.2"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay="True"
embroider_trim_after="True"
embroider_zigzag_spacing_mm=".33"
embroider_satin_column="True"
d="m 71.50837,65.857625 0.04725,8.646207 m -2.055249,-8.622583 0.04725,8.622583"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path5681"
inkscape:connector-curvature="0" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.70078731;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 62.755859,185.12695 c 0,0 -4.54649,-0.12742 -5.55664,5.55469 v 66.03906 c 0,0 1.263006,5.68223 6.1875,5.42969 l 13.257812,0.12695 -0.125,-77.02539 z M 66.625,229.79688 c 2.370474,-0.0417 3.455078,1.29101 3.455078,1.29101 v 4.16797 c -0.378807,0.88388 -1.894531,1.13476 -1.894531,1.13476 l -3.410156,0.12696 c -2.399112,-0.63135 -2.777344,-3.15625 -2.777344,-3.15625 0.12627,-2.65165 2.777344,-3.2832 2.777344,-3.28321 0.686588,-0.18939 1.302577,-0.27164 1.849609,-0.28124 z m -0.513672,16.79492 c 0.175254,-0.005 0.361299,0.004 0.558594,0.0273 0,0 2.52549,-0.25241 2.904297,2.9043 0,0 0.378699,2.90439 -2.904297,3.2832 0,0 -3.534473,-7.9e-4 -3.408203,-3.03125 0,0 0.220808,-3.10729 2.849609,-3.18359 z"
transform="scale(0.26458333)"
id="path5770"
embroider_max_stitch_length_mm="4"
embroider_fill_underlay="True"
embroider_fill_underlay_angle="45"
embroider_fill_underlay_inset_mm=".3"
inkscape:connector-curvature="0" />
<path
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path5866"
d="m 20.363467,48.919569 0.425223,-6.992559 1.464658,-4.582962 3.685268,-4.204986 4.299478,-2.598587 5.433409,-1.511903 6.66183,-0.188989 10.819569,-0.09449 11.622767,0.236236 5.149924,1.322916 5.149927,3.685268 3.354538,4.819194 1.27567,4.488469 0.614212,4.015996 -0.425225,3.779761"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.45;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.45,0.45;stroke-dashoffset:0;stroke-opacity:1" />
<path
embroider_angle="180"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.70078731;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 316.91016,184.50195 c -1.66764,0.0725 -2.24805,2.39258 -2.24805,2.39258 l 0.12695,4.04102 c -0.50507,2.14657 -3.15625,2.65039 -3.15625,2.65039 -1.89404,0 -3.41015,-2.27344 -3.41015,-2.27344 l -6.56641,-0.75586 -0.125,70.70898 h 14.64648 c 3.78807,-0.12626 5.17774,-4.92382 5.17774,-4.92382 l 0.125,-66.66992 c -0.12627,-4.16689 -3.78711,-5.05079 -3.78711,-5.05079 -0.28411,-0.0947 -0.54497,-0.12949 -0.7832,-0.11914 z m -6.16211,45.44922 3.41015,0.25391 c 2.90419,0.63134 2.52539,3.15625 2.52539,3.15625 0.12627,1.89403 -2.40039,2.77734 -2.40039,2.77734 l -3.66211,0.25195 c -1.38895,-0.50507 -2.27148,-1.51367 -2.27148,-1.51367 l 0.125,-3.1582 c 0.12626,-1.76778 2.27344,-1.76758 2.27344,-1.76758 z m 1.76757,16.54102 c 0,0 2.65177,0.001 2.9043,3.1582 0,0 4.8e-4,3.15625 -3.15625,3.15625 0,0 -3.02998,-0.12579 -3.15625,-3.15625 0,0 0.25149,-3.03194 3.4082,-3.1582 z"
transform="scale(0.26458333)"
id="path5958"
embroider_max_stitch_length_mm="4"
embroider_fill_underlay="True"
embroider_fill_underlay_angle="45"
embroider_fill_underlay_inset_mm=".4"
inkscape:connector-curvature="0" />
<path
id="path6164"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 75.03592,69.527657 h 10.289876 m -11.893495,6.013564 h 11.225321 m -12.49485,4.476763 9.554885,3.474506 M 69.155989,83.358854 c 0,0.267269 4.34313,7.015824 4.34313,7.015824 m -7.550364,-5.412208 0.334087,7.149459 m 15.167546,-25.524237 0.200451,6.280832 c 0,0 -1.135896,15.902538 -17.105249,17.572972 m 13.898015,-23.786986 0.06682,6.414468 c 0,0 -1.069078,12.762119 -14.165286,14.098466"
embroider_satin_column="True"
embroider_zigzag_spacing_mm=".33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.2"
inkscape:connector-curvature="0" />
<path
embroider_zigzag_underlay_spacing_mm="1.2"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay="True"
embroider_zigzag_spacing_mm=".33"
embroider_satin_column="True"
d="M 74.835466,54.761016 87.597585,54.62738 m -13.563928,-8.084902 11.960312,-4.34313 m -16.771162,-6.882191 8.018084,-7.483546 m -13.898015,5.144939 2.539061,-7.884452 m -20.312483,7.416729 -0.133636,-7.617181 m -10.69078,8.753077 -1.804069,-7.817634 M 27.662396,38.658027 20.713388,30.63994 m 4.409947,14.098468 -10.557146,-2.338609 m 10.891233,16.37026 -12.428033,1.00226 m 13.76438,12.962572 -11.559406,3.073599 m 15.434814,3.541321 -7.617181,9.554884 m 13.831198,-4.81085 c -0.133636,0.267269 -2.00452,8.552625 -2.00452,8.552625 m 29.733734,-7.483547 0.267269,7.550365 m 1.202714,-2.472243 -1.603619,0.200451 -28.865107,-0.06682 h 0.06682 c 0,0 -15.367996,-0.935442 -17.038431,-17.572971 l -0.06682,-28.531018 c 0,0 1.469982,-15.367998 17.572971,-16.83798 h 28.597838 c 0,0 14.833458,1.135895 16.971615,17.506154 l -0.133635,26.593317 m -15.835722,15.501633 -1.937702,0.267268 h -27.32831 c 0,0 -12.895754,-0.334086 -14.76664,-14.633005 V 45.005678 c 0,0 0.935443,-12.962572 14.432554,-14.432554 l 28.664657,-0.06682 c 0,0 12.294398,1.5368 13.697563,14.699824 v 26.259233"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path6289"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccc" />
</g>
</svg>

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 28 KiB

Plik diff jest za duży Load Diff

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 143 KiB

Wyświetl plik

@ -1,430 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:inkstitch="http://inkstitch.org/namespace"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="4in"
height="4in"
viewBox="0 0 101.6 101.6"
version="1.1"
id="svg8"
inkscape:version="0.92.2 (unknown)"
enable-background="new"
sodipodi:docname="InkStitch Multi Color.svg">
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="1.979899"
inkscape:cx="55.709376"
inkscape:cy="107.28777"
inkscape:document-units="mm"
inkscape:current-layer="layer3"
showgrid="false"
inkscape:snap-global="false"
units="in"
inkscape:window-width="1920"
inkscape:window-height="1011"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1" />
<defs
id="defs2" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
<inkstitch:thread-palette />
<inkstitch:client-overview-transform>&quot;matrix(2.23777, 0, 0, 2.23777, -204, -268)&quot;</inkstitch:client-overview-transform>
</metadata>
<g
inkscape:groupmode="layer"
style="display:inline"
inkscape:label="Ink Stitch - Black"
id="layer1">
<g
style="display:inline"
id="g4808">
<path
embroider_zigzag_underlay_spacing_mm="1.2"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay="True"
embroider_zigzag_spacing_mm="0.32"
embroider_trim_after="True"
embroider_satin_column="True"
d="M 34.811856,55.028284 V 41.664807 m -3.140416,13.29666 v -13.29666"
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4334"
inkscape:connector-curvature="0" />
<path
id="path4357"
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 44.233107,54.961467 44.099472,44.872042 M 41.35996,54.961467 41.293142,44.938859"
embroider_satin_column="True"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.2"
embroider_zigzag_spacing_mm="0.33"
inkscape:connector-curvature="0" />
<path
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path4380"
d="M 42.829942,44.938859 41.694047,41.798443"
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998, 0.44999998;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path4416"
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 50.246671,55.362371 4.944486,-1.069078 m -6.61492,0 6.481284,-3.407688 m -10.089422,-0.334086 4.744032,-4.744032 m -9.354434,1.403164 5.345393,-5.612661 m -5.412208,2.605878 3.608139,-3.474503 m -2.071341,0.46772 11.02487,10.690783 0.133633,3.474503 m -11.759859,-14.098468 0.06682,4.944486 3.34087,1.870887 7.884451,7.349913"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".4"
embroider_zigzag_underlay_spacing_mm="1.2"
inkscape:connector-curvature="0" />
<path
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.2"
embroider_zigzag_underlay="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
d="m 48.576237,45.874302 5.746295,-0.06681 m -5.87993,7.617174 6.614919,-2.605876 m -4.209494,4.877668 3.474505,-1.937705 m -1.336349,1.5368 -0.133633,-13.49711 m -0.400905,13.563928 -2.605879,-2.204974 0.133636,-11.425772"
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4451"
inkscape:connector-curvature="0"
embroider_trim_after="True" />
<path
embroider_zigzag_underlay_spacing_mm="1.2"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
d="m 62.035343,54.91994 -0.0945,-6.945313 m -3.023805,6.945313 0.09449,-6.992559"
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4508"
inkscape:connector-curvature="0" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998, 0.44999998;stroke-dashoffset:0;stroke-opacity:1"
d="m 60.334448,47.785639 0.04725,-5.811383"
id="path4539"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="2.5" />
<path
embroider_zigzag_underlay_spacing_mm="1.2"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay="True"
embroider_zigzag_spacing_mm=".33"
embroider_satin_column="True"
d="m 61.988093,41.59628 -0.04725,6.992559 m -2.929312,-7.039808 v 7.65402"
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4573"
inkscape:connector-curvature="0" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998, 0.44999998;stroke-dashoffset:0;stroke-opacity:1"
d="m 62.366072,48.25811 2.787573,-2.504093 2.787573,-3.638021"
id="path4608"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="2.5" />
<path
embroider_zigzag_underlay_spacing_mm="1.2"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
d="m 64.019718,42.257739 7.417781,0.14174 m -11.150298,5.953125 7.654017,-0.33073 m -3.307291,6.283854 7.039808,-0.141739 m -1.511906,-12.473215 -4.960937,6.3311 5.480655,6.992559 m -4.299479,-13.465402 -5.008184,6.898066 5.480653,6.567336"
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4652"
embroider_trim_after="True"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
embroider_zigzag_underlay_spacing_mm="1.2"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
d="m 33.072916,68.10186 -0.09449,-3.401788 m -0.921322,3.000188 -1.275667,-2.976563 m 0.944938,3.071056 -3.071056,-1.086681 m 3.638021,1.299292 -3.000184,2.055246 m 3.968749,-1.346538 c -0.0945,0.09449 -2.267857,2.740326 -2.267857,2.740326 m 4.441219,-1.322916 -3.567149,1.677267 m 3.449031,1.417413 -3.09468,-1.063059 m 0.212614,3.260045 -1.252048,-3.472656 m -1.063057,3.449032 -0.188989,-3.96875 m -0.614211,0.637836 c 0,0 1.252045,0.779576 2.173364,0.897692 0,0 1.086681,0.02363 1.393786,-0.566963 0,0 0.4016,-0.496093 -0.614211,-1.228422 0,0 -1.204799,-0.614211 -1.606399,-0.897694 0,0 -1.34654,-0.87407 -1.41741,-1.960751 0,0 -0.259859,-1.937128 1.559151,-2.504092 0,0 1.063058,-0.685082 3.449033,0.188988 m -4.77195,8.409968 c 0,0 2.409598,0.803201 3.96875,-0.02363 0,0 1.441035,-0.637826 1.441035,-2.055237 0,0 0.236235,-1.511905 -0.826823,-2.291481 0,0 -1.559152,-0.968564 -2.102493,-1.228422 0,0 -0.94494,-0.283482 -0.755952,-1.110305 0,0 0.07087,-0.755953 1.630022,-0.354353 0,0 0.826823,0.236235 1.441035,0.685082"
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4343" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998, 0.44999998;stroke-dashoffset:0;stroke-opacity:1"
d="m 35.71875,66.849812 3.425409,-0.236233 -0.04725,3.307291 0.07087,3.071056 0.02363,0.944941"
id="path4394"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="2.5" />
<path
inkscape:connector-curvature="0"
embroider_zigzag_underlay_spacing_mm="1.2"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay="True"
embroider_zigzag_spacing_mm=".33"
embroider_satin_column="True"
d="m 40.23084,74.503832 0.02363,-7.65402 m -2.078876,7.677642 0.02363,-7.630393"
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4448" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998, 0.44999998;stroke-dashoffset:0;stroke-opacity:1"
d="m 39.262277,66.471836 c 0,0 -2.645833,0 -2.763951,-0.02363 -0.118118,-0.02363 -0.73233,0.165364 -0.73233,0.165364"
id="path4503"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="2.5" />
<path
inkscape:connector-curvature="0"
embroider_zigzag_underlay_spacing_mm="1.2"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
d="m 35.435267,67.629388 7.535899,0.02363 m -7.535899,-1.795393 h 7.535899"
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4561" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998, 0.44999998;stroke-dashoffset:0;stroke-opacity:1"
d="m 44.624812,66.684447 0.519719,2.291483 c 0,0 0.259858,3.212798 0.212611,3.354538 -0.04725,0.14174 -0.118118,1.748139 -0.118118,1.748139"
id="path4620"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="2.5" />
<path
inkscape:connector-curvature="0"
embroider_zigzag_underlay_spacing_mm="1.25"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
d="m 46.278458,74.503832 0.04725,-8.669829 m -2.102494,8.646204 0.02363,-8.575333"
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4682" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998, 0.44999998;stroke-dashoffset:0;stroke-opacity:1"
d="m 47.861235,66.778943 3.118303,-0.07087 0.259858,1.228423 0.118117,2.83482 0.02363,3.472657"
id="path4745"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc"
embroider_running_stitch_length_mm="2.5" />
<path
inkscape:connector-curvature="0"
embroider_zigzag_underlay_spacing_mm="1.2"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay="True"
embroider_zigzag_spacing_mm=".33"
embroider_satin_column="True"
d="m 52.420572,74.527454 v -7.677642 m -2.078868,7.630395 v -7.724888"
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4811" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998, 0.44999998;stroke-dashoffset:0;stroke-opacity:1"
d="m 51.357513,66.613579 -3.378162,0.04725"
id="path4878"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="2.5" />
<path
inkscape:connector-curvature="0"
embroider_zigzag_underlay_spacing_mm="1.2"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay="True"
embroider_zigzag_spacing_mm=".33"
embroider_satin_column="True"
d="m 47.601375,67.653013 h 7.512277 m -7.535899,-1.771764 7.583146,-0.02363"
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4948" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998, 0.44999998;stroke-dashoffset:0;stroke-opacity:1"
d="m 57.357885,67.322284 -0.425222,1.464656 -0.165365,1.984375 0.590587,1.700893 2.220611,1.370166 h 1.653646 l 1.228423,-0.708708"
id="path5019"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="2.5" />
<path
inkscape:connector-curvature="0"
embroider_zigzag_underlay_spacing_mm="1.2"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay="True"
embroider_zigzag_spacing_mm=".33"
embroider_satin_column="True"
d="m 61.657364,71.031176 0.02363,4.890066 m -1.630029,-4.417597 c 0,0 -0.566962,4.582962 -0.566962,4.51209 m -0.425225,-4.937313 c 0,0 -3.02381,3.543525 -3.000185,3.42541 m 2.409597,-4.181364 -3.874256,0.685083 m 3.945128,-1.913503 -3.28367,-0.661459 m 4.228611,0.02362 -1.795389,-3.165549 m 2.763951,3.047431 -0.212611,-3.992372 m 1.393788,4.370351 0.236233,-4.086868 m 0.803201,9.402156 c 0,0 -1.630024,1.039434 -3.23642,0.708705 0,0 -2.14974,-0.188986 -3.260045,-2.315102 0,0 -0.87407,-1.511905 -0.448847,-3.260045 0,0 0.4016,-2.196986 2.291481,-3.09468 0,0 2.456845,-1.34654 4.724702,0.330729 m 0.02362,5.315289 c 0,0 -1.488282,1.299295 -2.763952,1.063059 0,0 -1.677267,0.188989 -2.267855,-2.078868 0,0 -0.236235,-1.771764 0.921317,-2.740328 0,0 0.897693,-0.779576 2.409598,-0.425223 0,0 0.992187,0.496094 1.488281,1.063058"
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path5109" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998, 0.44999998;stroke-dashoffset:0;stroke-opacity:1"
d="m 64.515809,67.275037 0.685083,0.614212 0.04725,3.567149 -0.14174,2.527716"
id="path5184"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="2.5" />
<path
inkscape:connector-curvature="0"
embroider_zigzag_underlay_spacing_mm="1.2"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay="True"
embroider_zigzag_spacing_mm=".33"
embroider_satin_column="True"
d="m 66.193079,74.480207 -0.02363,-4.51209 m -2.007991,4.51209 v -4.630208"
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path5262" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998, 0.44999998;stroke-dashoffset:0;stroke-opacity:1"
d="m 65.082774,69.613763 0.02363,-3.449031"
id="path5341"
inkscape:connector-curvature="0"
embroider_running_stitch_length_mm="2.4" />
<path
inkscape:connector-curvature="0"
embroider_zigzag_underlay_spacing_mm="1.2"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay="True"
embroider_zigzag_spacing_mm=".33"
embroider_satin_column="True"
d="m 66.169454,65.857625 0.02363,5.008186 m -2.031626,-5.031808 -10e-7,5.008183"
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path5423" />
<path
inkscape:connector-curvature="0"
id="path5508"
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 66.074961,69.070423 4.03962,-6e-6 m -4.346724,1.748145 4.417597,0.04725"
embroider_satin_column="True"
embroider_zigzag_spacing_mm=".33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.2" />
<path
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path5593"
d="m 70.256322,70.157104 0.401601,-2.007997 -0.09449,-1.984375"
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998, 0.44999998;stroke-dashoffset:0;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path5681"
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 71.50837,65.857625 0.04725,8.646207 m -2.055249,-8.622583 0.04725,8.622583"
embroider_satin_column="True"
embroider_zigzag_spacing_mm=".33"
embroider_trim_after="True"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.2" />
</g>
</g>
<g
style="display:inline"
inkscape:label="Needle - Grey"
id="layer3"
inkscape:groupmode="layer">
<g
style="display:inline"
id="g4815">
<path
inkscape:connector-curvature="0"
id="path4730"
style="opacity:1;fill:none;fill-opacity:1;stroke:#4d4f53;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 67.051242,59.672092 -3.274052,0.03341 m 3.240643,-0.56795 c 0,0 -2.271792,-0.267269 -3.240643,-0.03341"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33" />
<path
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path4771"
d="M 63.576739,59.505048 61.505398,59.97277 57.329313,60.00618 49.945993,60.073 43.297662,60.173227 36.114794,60.073 30.669177,60.00618 h -0.768398"
style="opacity:1;fill:none;fill-opacity:1;stroke:#4d4f53;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998, 0.44999998;stroke-dashoffset:0;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path4815"
style="opacity:1;fill:none;fill-opacity:1;stroke:#4d4f53;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 29.633508,60.874806 0.902036,0.534538 13.898014,-0.06682 c 0,0 2.639287,-0.400903 4.109269,-0.634765 l 12.595078,-0.16704 c 0,0 2.372017,0.334087 3.274051,0.334087 m -34.845264,-1.737254 0.935443,-0.534538 c 0,0 13.129614,-0.200453 13.630745,-0.06682 0,0 3.842,0.60136 4.744035,0.701586 l 12.194172,0.167043 c 0,0 2.639287,-0.400904 3.173826,-0.367496"
embroider_satin_column="True"
embroider_zigzag_spacing_mm=".33"
embroider_center_walk_underlay="True"
embroider_center_walk_underlay_stitch_length_mm="2.5" />
<path
inkscape:connector-curvature="0"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
d="m 63.9016,60.84944 c 0,0 1.842632,0.165365 3.165549,-0.07087 m -3.212796,-0.519717 3.212796,-0.09449"
style="opacity:1;fill:none;fill-opacity:1;stroke:#4d4f53;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4862" />
<path
inkscape:connector-curvature="0"
id="path4911"
style="opacity:1;fill:none;fill-opacity:1;stroke:#4d4f53;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 66.26395,59.054055 c 0,0 2.787574,0.283482 4.29948,0.732329 m -4.370351,1.133928 c 0,0 4.015997,-0.614212 4.488468,-0.897694"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_center_walk_underlay="True"
embroider_center_walk_underlay_stitch_length_mm="2.5"
embroider_trim_after="True" />
</g>
</g>
<g
inkscape:label="Hoop - Green"
id="layer2"
inkscape:groupmode="layer"
style="display:inline">
<g
id="g4828">
<path
style="opacity:1;fill:#003399;fill-opacity:1;stroke:none;stroke-width:1.70078731;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 62.755859,185.12695 c 0,0 -4.54649,-0.12742 -5.55664,5.55469 v 66.03906 c 0,0 1.263006,5.68223 6.1875,5.42969 l 13.257812,0.12695 -0.125,-77.02539 z M 66.625,229.79688 c 2.370474,-0.0417 3.455078,1.29101 3.455078,1.29101 v 4.16797 c -0.378807,0.88388 -1.894531,1.13476 -1.894531,1.13476 l -3.410156,0.12696 c -2.399112,-0.63135 -2.777344,-3.15625 -2.777344,-3.15625 0.12627,-2.65165 2.777344,-3.2832 2.777344,-3.28321 0.686588,-0.18939 1.302577,-0.27164 1.849609,-0.28124 z m -0.513672,16.79492 c 0.175254,-0.005 0.361299,0.004 0.558594,0.0273 0,0 2.52549,-0.25241 2.904297,2.9043 0,0 0.378699,2.90439 -2.904297,3.2832 0,0 -3.534473,-7.9e-4 -3.408203,-3.03125 0,0 0.220808,-3.10729 2.849609,-3.18359 z"
transform="scale(0.26458333)"
id="path5770"
embroider_max_stitch_length_mm="4"
embroider_fill_underlay="True"
embroider_fill_underlay_angle="45"
embroider_fill_underlay_inset_mm=".3"
inkscape:connector-curvature="0" />
<path
embroider_running_stitch_length_mm="2.5"
inkscape:connector-curvature="0"
id="path5866"
d="m 20.363467,48.919569 0.425223,-6.992559 1.464658,-4.582962 3.685268,-4.204986 4.299478,-2.598587 5.433409,-1.511903 6.66183,-0.188989 10.819569,-0.09449 11.622767,0.236236 5.149924,1.322916 5.149927,3.685268 3.354538,4.819194 1.27567,4.488469 0.614212,4.015996 -0.425225,3.779761"
style="opacity:1;fill:none;fill-opacity:1;stroke:#003399;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.44999998, 0.44999998;stroke-dashoffset:0;stroke-opacity:1" />
<path
embroider_angle="180"
style="opacity:1;fill:#003399;fill-opacity:1;stroke:none;stroke-width:1.70078731;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 316.91016,184.50195 c -1.66764,0.0725 -2.24805,2.39258 -2.24805,2.39258 l 0.12695,4.04102 c -0.50507,2.14657 -3.15625,2.65039 -3.15625,2.65039 -1.89404,0 -3.41015,-2.27344 -3.41015,-2.27344 l -6.56641,-0.75586 -0.125,70.70898 h 14.64648 c 3.78807,-0.12626 5.17774,-4.92382 5.17774,-4.92382 l 0.125,-66.66992 c -0.12627,-4.16689 -3.78711,-5.05079 -3.78711,-5.05079 -0.28411,-0.0947 -0.54497,-0.12949 -0.7832,-0.11914 z m -6.16211,45.44922 3.41015,0.25391 c 2.90419,0.63134 2.52539,3.15625 2.52539,3.15625 0.12627,1.89403 -2.40039,2.77734 -2.40039,2.77734 l -3.66211,0.25195 c -1.38895,-0.50507 -2.27148,-1.51367 -2.27148,-1.51367 l 0.125,-3.1582 c 0.12626,-1.76778 2.27344,-1.76758 2.27344,-1.76758 z m 1.76757,16.54102 c 0,0 2.65177,0.001 2.9043,3.1582 0,0 4.8e-4,3.15625 -3.15625,3.15625 0,0 -3.02998,-0.12579 -3.15625,-3.15625 0,0 0.25149,-3.03194 3.4082,-3.1582 z"
transform="scale(0.26458333)"
id="path5958"
embroider_max_stitch_length_mm="4"
embroider_fill_underlay="True"
embroider_fill_underlay_angle="45"
embroider_fill_underlay_inset_mm=".4"
inkscape:connector-curvature="0" />
<path
id="path6164"
style="opacity:1;fill:none;fill-opacity:1;stroke:#003399;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 75.03592,69.527657 h 10.289876 m -11.893495,6.013564 h 11.225321 m -12.49485,4.476763 9.554885,3.474506 M 69.155989,83.358854 c 0,0.267269 4.34313,7.015824 4.34313,7.015824 m -7.550364,-5.412208 0.334087,7.149459 m 15.167546,-25.524237 0.200451,6.280832 c 0,0 -1.135896,15.902538 -17.105249,17.572972 m 13.898015,-23.786986 0.06682,6.414468 c 0,0 -1.069078,12.762119 -14.165286,14.098466"
embroider_satin_column="True"
embroider_zigzag_spacing_mm=".33"
embroider_zigzag_underlay="True"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay_spacing_mm="1.2"
inkscape:connector-curvature="0" />
<path
embroider_zigzag_underlay_spacing_mm="1.2"
embroider_zigzag_underlay_inset_mm=".04"
embroider_zigzag_underlay="True"
embroider_zigzag_spacing_mm=".33"
embroider_satin_column="True"
d="M 74.835466,54.761016 87.597585,54.62738 m -13.563928,-8.084902 11.960312,-4.34313 m -16.771162,-6.882191 8.018084,-7.483546 m -13.898015,5.144939 2.539061,-7.884452 m -20.312483,7.416729 -0.133636,-7.617181 m -10.69078,8.753077 -1.804069,-7.817634 M 27.662396,38.658027 20.713388,30.63994 m 4.409947,14.098468 -10.557146,-2.338609 m 10.891233,16.37026 -12.428033,1.00226 m 13.76438,12.962572 -11.559406,3.073599 m 15.434814,3.541321 -7.617181,9.554884 m 13.831198,-4.81085 c -0.133636,0.267269 -2.00452,8.552625 -2.00452,8.552625 m 29.733734,-7.483547 0.267269,7.550365 m 1.202714,-2.472243 -1.603619,0.200451 -28.865107,-0.06682 h 0.06682 c 0,0 -15.367996,-0.935442 -17.038431,-17.572971 l -0.06682,-28.531018 c 0,0 1.469982,-15.367998 17.572971,-16.83798 h 28.597838 c 0,0 14.833458,1.135895 16.971615,17.506154 l -0.133635,26.593317 m -15.835722,15.501633 -1.937702,0.267268 h -27.32831 c 0,0 -12.895754,-0.334086 -14.76664,-14.633005 V 45.005678 c 0,0 0.935443,-12.962572 14.432554,-14.432554 l 28.664657,-0.06682 c 0,0 12.294398,1.5368 13.697563,14.699824 v 26.259233"
style="opacity:1;fill:none;fill-opacity:1;stroke:#003399;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path6289"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccc" />
</g>
</g>
</svg>

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 29 KiB

Wyświetl plik

@ -1,437 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="4in"
height="2in"
viewBox="0 0 101.6 50.8"
version="1.1"
id="svg8"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="Logo Hat Embroidery.svg">
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="1.979899"
inkscape:cx="133.52127"
inkscape:cy="-241.70604"
inkscape:document-units="mm"
inkscape:current-layer="layer4"
showgrid="false"
units="in"
inkscape:snap-global="false"
inkscape:window-width="2560"
inkscape:window-height="1409"
inkscape:window-x="3840"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="true"
inkscape:guide-bbox="true" />
<defs
id="defs2">
<marker
inkscape:isstock="true"
style="overflow:visible"
id="Arrow1Lstart"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow1Lstart">
<path
inkscape:connector-curvature="0"
transform="matrix(0.8,0,0,0.8,10,0)"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1"
d="M 0,0 5,-5 -12.5,0 5,5 Z"
id="path5343" />
</marker>
<style
type="text/css"
id="style5231">
.fil0 {fill:none}
.fil3 {fill:black}
.fil1 {fill:#003399}
.fil4 {fill:gray}
.fil2 {fill:white}
</style>
</defs>
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:creator>
<cc:Agent>
<dc:title>Evan West at Wild West Designs</dc:title>
</cc:Agent>
</dc:creator>
<dc:rights>
<cc:Agent>
<dc:title>License to Use</dc:title>
</cc:Agent>
</dc:rights>
<dc:publisher>
<cc:Agent>
<dc:title>Wild West Designs</dc:title>
</cc:Agent>
</dc:publisher>
<dc:source>www.wildwestdesigns.biz</dc:source>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Instruction"
sodipodi:insensitive="true">
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="19.911579"
y="60.421703"
id="text7491"
sodipodi:insensitive="true"><tspan
sodipodi:role="line"
id="tspan7489"
x="19.911579"
y="60.421703"
style="font-size:7.76111126px;stroke-width:0.26458332px">Hat Embroidery</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:4.93888855px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="-0.13363475"
y="68.038887"
id="text7501"
sodipodi:insensitive="true"><tspan
sodipodi:role="line"
id="tspan7499"
x="-0.13363475"
y="68.038887"
style="stroke-width:0.26458332px">1. Hats require a very specific sequence.</tspan><tspan
sodipodi:role="line"
x="-0.13363475"
y="74.212494"
style="stroke-width:0.26458332px"
id="tspan7503">Bottom to top, center out.</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:4.93888855px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="0.13363479"
y="85.277763"
id="text7507"
sodipodi:insensitive="true"><tspan
sodipodi:role="line"
id="tspan7505"
x="0.13363479"
y="85.277763"
style="stroke-width:0.26458332px">2. It does not matter which way you go</tspan><tspan
sodipodi:role="line"
x="0.13363479"
y="91.45137"
style="stroke-width:0.26458332px"
id="tspan7509">center out, to the right or to the left first</tspan><tspan
sodipodi:role="line"
x="0.13363479"
y="97.624985"
style="stroke-width:0.26458332px"
id="tspan7511">just be consistent throughout the design</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:4.93888855px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="-0.4009043"
y="109.86658"
id="text7515"
sodipodi:insensitive="true"><tspan
sodipodi:role="line"
id="tspan7513"
x="-0.4009043"
y="109.86658"
style="stroke-width:0.26458332px">3. Be careful of the design field for hats</tspan><tspan
sodipodi:role="line"
x="-0.4009043"
y="116.04019"
style="stroke-width:0.26458332px"
id="tspan7517">on your machine. Some limit the height,</tspan><tspan
sodipodi:role="line"
x="-0.4009043"
y="122.2138"
style="stroke-width:0.26458332px"
id="tspan7519">some can go as tall as what can</tspan><tspan
sodipodi:role="line"
x="-0.4009043"
y="128.38741"
style="stroke-width:0.26458332px"
id="tspan7521">physically fit. 50mm to 57mm tall is a </tspan><tspan
sodipodi:role="line"
x="-0.4009043"
y="134.56102"
style="stroke-width:0.26458332px"
id="tspan7523">good height on average.</tspan></text>
</g>
<g
style="display:inline"
transform="translate(0,-50.8)"
inkscape:label="Bottom Black Lettering"
id="layer2"
inkscape:groupmode="layer">
<path
embroider_center_walk_underlay="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 52.328046,99.741399 0.122985,-10.883511 m -2.951467,10.945003 0.06149,-10.883515"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.34433711px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path5283" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.34487936;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.34487937, 0.34487937;stroke-dashoffset:0;stroke-opacity:1"
d="m 49.438077,88.857888 -2.029131,-0.245953 -1.414241,1.106796"
id="path5308"
inkscape:connector-curvature="0" />
<path
id="path5312"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.34433711px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 45.620855,87.732567 10.56543,-0.08696 m -10.56543,2.652229 10.56543,-0.130436"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_center_walk_underlay="True" />
<path
embroider_manual_stitch="True"
inkscape:connector-curvature="0"
id="path5637"
d="m 56.099326,90.123919 2.956582,0.260873 1.739164,-1.434812 3.087016,-0.39131 1.782644,0.869581 0.608708,0.304356"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.34433711;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3443371, 0.3443371;stroke-dashoffset:0;stroke-opacity:1"
sodipodi:nodetypes="cccccc" />
<path
id="path5689"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.34433711px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 65.795171,95.384891 0.43479,5.869689 m -2.173954,-5.478375 -0.08696,5.478375 m -1.652203,-5.913165 -1.304376,5.826205 m -0.04348,-6.521873 -4.260951,2.956582 m 4.043555,-4.391394 -5.304454,-0.521749 m 6.304474,-1.086976 -4.000081,-4.434872 m 5.608807,3.869643 -0.608706,-5.347934 m 2.695707,5.956639 0.565228,-5.565329 m 0.826103,2.304395 c 0,0 -1.956561,-1.608726 -5.347934,-0.956538 0,0 -4.434869,1.173935 -4.652265,6.087077 0,0 -0.347832,4.782704 4.608789,6.434911 0,0 2.478309,0.782628 5.304453,-0.869582 m -0.217395,-7.652327 c 0,0 -2.13048,-2.347874 -4.739226,-1.217415 0,0 -1.826123,0.695666 -2.043518,3.347892 0,0 -0.130439,3.260935 3.043538,3.826164 0,0 2.086998,0.347832 4.087038,-1.52177"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_center_walk_underlay="True" />
<path
embroider_manual_stitch="True"
inkscape:connector-curvature="0"
id="path5726"
d="m 66.925629,95.819685 h 2.565267 l 1.304373,-1.086979"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.34433711;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3443371, 0.3443371;stroke-dashoffset:0;stroke-opacity:1" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.34433711;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3443371, 0.3443371;stroke-dashoffset:0;stroke-opacity:1"
d="m 70.838748,94.689226 0.652189,-1.260893 3.434852,-0.173918 1.869603,0.217397 0.521746,-1.478291"
id="path5764"
inkscape:connector-curvature="0" />
<path
id="path5768"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.34433711px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 77.230182,94.732706 -6.130557,-0.08696 m 6.217513,-2.652223 -6.347951,0.08696"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_center_walk_underlay="True" />
<path
inkscape:connector-curvature="0"
id="path5830"
d="m 70.360477,93.210935 -0.304351,3.087021 -0.260874,2.000037 -0.608709,1.086979"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.34433711;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3443371, 0.3443371;stroke-dashoffset:0;stroke-opacity:1" />
<path
embroider_center_walk_underlay="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 71.621374,99.819764 0.04348,-6.652308 m -2.913104,6.565349 0.04348,-6.434911"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.34433711px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path5834" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.34433711;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3443371, 0.3443371;stroke-dashoffset:0;stroke-opacity:1"
d="m 69.143063,93.037018 0.782624,-1.869599 0.217396,-2.13048 0.04348,-0.869581"
id="path5881"
inkscape:connector-curvature="0" />
<path
id="path5885"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.34433711px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 71.664854,87.602128 v 7.130578 m -2.869623,-7.130578 0.04348,7.174057"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_center_walk_underlay="True" />
<path
embroider_manual_stitch="True"
inkscape:connector-curvature="0"
id="path5936"
d="m 68.795231,94.732706 2.782664,-0.04348 1.304374,-2.652225 0.869581,2.565266 1.478291,-2.521787 0.521751,2.652225 1.173934,-2.782663 0.434792,-1.652208 -0.04348,-1.521768 -0.608706,-0.739147"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.34433711;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3443371, 0.3443371;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path5990"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.34433711px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 79.099784,87.645608 0.08695,12.087197 m -2.869612,-12.087197 0.04348,12.174156"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_center_walk_underlay="True"
embroider_trim_after="True" />
<path
embroider_center_walk_underlay="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 40.88163,99.776284 0.130438,-12.087197 m 2.739185,12.130677 0.08696,-12.174156"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.34433711px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path6047" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.34433711;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3443371, 0.3443371;stroke-dashoffset:0;stroke-opacity:1"
d="m 43.881691,87.602128 -2.913102,0.08696 -2.652227,0.608709 -2.217434,0.304353 -1.869603,0.304351 -0.260875,2.304395 -0.130436,2.608749 0.04348,2.565267 -0.130436,1.826123 -0.04348,1.043499"
id="path6104"
inkscape:connector-curvature="0"
embroider_manual_stitch="True" />
<path
embroider_center_walk_underlay="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="M 35.316302,99.732805 V 89.297817 m -2.9131,10.348029 0.04348,-10.304554"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.34433711px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path6164" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.34433711;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3443371, 0.3443371;stroke-dashoffset:0;stroke-opacity:1"
d="m 32.316243,89.254337 1.347854,-0.782626 2.913102,0.347835 2.043516,0.04348"
id="path6225"
inkscape:connector-curvature="0" />
<path
id="path6229"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.34433711px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 39.098986,90.210878 H 28.533559 m 10.652386,-2.56527 H 28.533559"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_center_walk_underlay="True" />
<path
embroider_manual_stitch="True"
inkscape:connector-curvature="0"
id="path6294"
d="m 28.577039,87.689087 -2.130479,1.56525"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.34433711;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3443371, 0.3443371;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path6386"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.34433711px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 20.924711,100.51543 -0.260874,-4.782703 m 1.478291,4.913143 -0.260876,-4.391394 m 2.695705,4.478354 -1.521766,-4.434874 m 5.000097,2.826139 -4.130516,-2.391348 m 5.000099,-1.478291 -4.782705,0.826102 m 2.695708,-3.521807 -3.826163,2.782664 m 1.652205,-3.826165 -3.391369,3.000059 m 2.304393,-3.478328 -4.260955,1.260893 m 4.000079,-1.695685 -4.043559,-1.043499 m 4.391391,0.652188 -1.869603,-4.130521 m 3.173979,4.304435 -0.956541,-4.695745 m 2.260915,5.260975 -0.173918,-4.739226 m 0.782622,4.478353 c 0,0 -3.130495,-2.130479 -4.173996,-0.56523 0,0 -0.652185,1.086979 2.000043,2.173957 0,0 3.217455,1.521769 3.173976,3.521809 0,0 0.304354,1.913081 -1.304374,3.304413 0,0 -1.347853,1.304372 -3.695725,0.956542 0,0 -1.956561,-0.173917 -2.652228,-0.478271 m 6.739263,-11.739364 c 0,0 -3.304413,-1.391332 -5.695762,0.08695 0,0 -1.391333,1.086987 -1.391333,2.826152 0,0 0.173916,2.086998 2.217435,3.173976 0,0 3.47833,1.565249 2.95658,2.695706 0,0 -0.260874,1.304374 -2.521789,0.826103 0,0 -1.608727,-0.434791 -2.47831,-1.086977"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_trim_after="True"
embroider_center_walk_underlay="True" />
</g>
<g
style="display:inline"
transform="translate(0,-50.8)"
inkscape:label="Needle Grey"
id="layer3"
inkscape:groupmode="layer">
<path
inkscape:connector-curvature="0"
id="path6456"
d="M 51.099227,79.51501 21.055149,79.47153 52.664474,79.51501 76.708432,79.384575"
style="fill:none;fill-rule:evenodd;stroke:#595a5c;stroke-width:0.34433711;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3443371, 0.3443371;stroke-dashoffset:0;stroke-opacity:1" />
<path
embroider_center_walk_underlay="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="M 20.999518,81.632958 20.876546,76.7446 m 3.289644,5.533991 -0.09223,-6.210368 m 15.341448,6.640789 v -6.517809 m 6.794511,5.503244 0.338188,-5.226545 m 16.263779,4.888358 0.06149,-4.365702 m 7.901303,5.011334 -0.122973,-5.103569 m 5.656963,4.334957 -0.245954,-3.843047 m 1.813916,2.182853 c 0,0 -4.826865,1.106796 -6.978972,1.106796 0,0 -3.50486,-0.03074 -6.517811,-0.49191 0,0 -15.49517,0.153723 -15.956335,0.153723 0,0 -1.598708,0.03074 -2.121363,0.122972 0,0 -5.226546,0.922336 -6.025899,0.860848 l -18.569609,0.06149 -1.229776,-0.707121 m 57.362023,-1.469229 c 0,0 -5.869681,-1.391332 -7.565366,-1.0435 0,0 -3.913121,0.08696 -5.869681,0.434793 l -16.56555,-0.173913 c 0,0 -1.347853,-0.04348 -2.00004,-0.130438 0,0 -3.913121,-0.782625 -5.174016,-0.782625 l -19.000379,-0.04348 -1.173935,0.695666"
style="fill:none;fill-rule:evenodd;stroke:#595a5c;stroke-width:0.34433711px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path6475"
embroider_trim_after="True" />
</g>
<g
style="display:inline"
transform="translate(0,-50.8)"
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Top Black Lettering">
<path
embroider_center_walk_underlay="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 65.824832,72.409641 v -9.284803 m -4.365703,9.284803 0.03075,-9.438525"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.34433711px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path6627" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.34433711;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3443371, 0.3443371;stroke-dashoffset:0;stroke-opacity:1"
d="m 63.242303,62.755906 0.21521,-4.058258 0.03075,-4.519425"
id="path6706"
inkscape:connector-curvature="0" />
<path
id="path6710"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.34433711px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 65.824832,53.778545 V 63.954936 M 61.459129,53.778545 v 10.299371"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_center_walk_underlay="True" />
<path
embroider_manual_stitch="True"
inkscape:connector-curvature="0"
id="path6793"
d="m 61.428386,64.04717 4.334957,-0.276699 2.275083,-2.551786 1.567968,-1.660194 2.336571,-2.121364 1.783174,-2.029131 0.522655,-1.106796"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.34433711;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3443371, 0.3443371;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="path6887"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.34433711px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 78.368544,71.641032 -7.809077,0.03075 m 3.35114,-5.933676 -6.394833,2.367317 m 4.089003,-5.533985 -7.56312,0.338187 M 76.923556,55.37725 69.022249,55.3465 m 8.300984,-1.598698 -7.040466,8.885126 7.563121,9.776713 M 72.0352,53.717056 l -6.948232,9.192572 7.378653,9.500013"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_trim_after="True"
embroider_center_walk_underlay="True" />
<path
embroider_center_walk_underlay="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 53.74229,72.040711 -3.689327,0.03075 m 3.750816,-2.02914 -6.241111,-0.338188 m 6.45632,-14.357628 -6.487066,0.122973 m 5.411014,-1.752425 -0.03075,19.461197 M 48.792444,53.747802 v 15.925592 l 3.689325,3.443371"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.34433711px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path6982" />
<path
id="path7085"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.34433711px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 35.357147,53.993755 3.996769,-0.307444 m -4.181234,4.611658 6.179618,-2.951461 m -3.166668,6.118133 4.119746,-4.949845 m 4.6424,13.373808 4.519425,-5.749201 m -1.875404,7.317164 4.150491,-3.658582 m -2.398064,4.888358 2.428806,-0.03075 M 52.91219,73.147507 52.881445,67.828728 37.201808,53.132912 M 52.451026,73.116765 36.771387,58.390203 v -5.226544"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_center_walk_underlay="True" />
<path
embroider_center_walk_underlay="True"
embroider_trim_after="True"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 36.033525,65.461411 5.933665,0.09223 m -5.995156,-8.762149 6.548554,0.06149 m -6.241111,-3.41263 2.213596,-0.09223 m -1.291265,-0.184466 3.720072,3.474115 -0.03074,15.802613 m -4.119754,-19.307475 0.03075,19.276729"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.34433711px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path7184" />
<path
id="path7279"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.34433711px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 23.305348,72.378898 V 53.778545 m 4.42719,18.600353 0.06149,-18.631096"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_zigzag_spacing_mm="0.33"
embroider_trim_after="True"
embroider_center_walk_underlay="True" />
</g>
</svg>

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 24 KiB

Wyświetl plik

@ -1,586 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:inkstitch="http://inkstitch.org/namespace"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="100mm"
height="100mm"
viewBox="0 0 100 100"
version="1.1"
id="svg8"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="Monogram Frame Example.svg"
inkscape:export-filename="/media/Files/Projects/InkStitch/Embroidery Examples/Monogram Frame Example/Monogram Frame.png"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300">
<sodipodi:namedview
id="base"
pagecolor="#8c8c8c"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="1.4"
inkscape:cx="42.435391"
inkscape:cy="77.594112"
inkscape:document-units="mm"
inkscape:current-layer="layer5"
showgrid="false"
inkscape:snap-global="false"
showguides="true"
inkscape:guide-bbox="true"
inkscape:window-width="2560"
inkscape:window-height="1412"
inkscape:window-x="3840"
inkscape:window-y="0"
inkscape:window-maximized="1" />
<defs
id="defs2">
<inkscape:path-effect
effect="powerstroke"
id="path-effect966"
is_visible="true"
offset_points="0,0.60026582"
sort_points="true"
interpolator_type="CubicBezierJohan"
interpolator_beta="0.2"
start_linecap_type="zerowidth"
linejoin_type="extrp_arc"
miter_limit="4"
end_linecap_type="zerowidth" />
<inkscape:path-effect
effect="spiro"
id="path-effect964"
is_visible="true" />
<inkscape:path-effect
end_linecap_type="zerowidth"
miter_limit="4"
linejoin_type="extrp_arc"
start_linecap_type="zerowidth"
interpolator_beta="0.2"
interpolator_type="CubicBezierJohan"
sort_points="true"
offset_points="0,0.50799995"
is_visible="true"
id="path-effect941"
effect="powerstroke" />
<inkscape:path-effect
is_visible="true"
id="path-effect939"
effect="spiro" />
<inkscape:path-effect
end_linecap_type="zerowidth"
miter_limit="4"
linejoin_type="extrp_arc"
start_linecap_type="zerowidth"
interpolator_beta="0.2"
interpolator_type="CubicBezierJohan"
sort_points="true"
offset_points="0,0.50799995"
is_visible="true"
id="path-effect935"
effect="powerstroke" />
<inkscape:path-effect
is_visible="true"
id="path-effect933"
effect="spiro" />
<inkscape:path-effect
effect="powerstroke"
id="path-effect929"
is_visible="true"
offset_points="0,0.48276678"
sort_points="true"
interpolator_type="CubicBezierJohan"
interpolator_beta="0.2"
start_linecap_type="zerowidth"
linejoin_type="extrp_arc"
miter_limit="4"
end_linecap_type="zerowidth" />
<inkscape:path-effect
effect="spiro"
id="path-effect927"
is_visible="true" />
<inkscape:path-effect
effect="powerstroke"
id="path-effect915"
is_visible="true"
offset_points="0.04647546,0.36953698"
sort_points="true"
interpolator_type="CubicBezierJohan"
interpolator_beta="0.2"
start_linecap_type="zerowidth"
linejoin_type="extrp_arc"
miter_limit="4"
end_linecap_type="zerowidth" />
<inkscape:path-effect
effect="spiro"
id="path-effect913"
is_visible="true" />
<inkscape:path-effect
end_linecap_type="zerowidth"
miter_limit="4"
linejoin_type="extrp_arc"
start_linecap_type="zerowidth"
interpolator_beta="0.2"
interpolator_type="CubicBezierJohan"
sort_points="true"
offset_points="0,0.50799995"
is_visible="true"
id="path-effect890"
effect="powerstroke" />
<inkscape:path-effect
is_visible="true"
id="path-effect888"
effect="spiro" />
<inkscape:path-effect
is_visible="true"
id="path-effect888-3"
effect="spiro" />
<inkscape:path-effect
end_linecap_type="zerowidth"
miter_limit="4"
linejoin_type="extrp_arc"
start_linecap_type="zerowidth"
interpolator_beta="0.2"
interpolator_type="CubicBezierJohan"
sort_points="true"
offset_points="0,1.9199998"
is_visible="true"
id="path-effect890-6"
effect="powerstroke" />
<inkscape:path-effect
is_visible="true"
id="path-effect888-5"
effect="spiro" />
<inkscape:path-effect
end_linecap_type="zerowidth"
miter_limit="4"
linejoin_type="extrp_arc"
start_linecap_type="zerowidth"
interpolator_beta="0.2"
interpolator_type="CubicBezierJohan"
sort_points="true"
offset_points="0,1.9199998"
is_visible="true"
id="path-effect890-3"
effect="powerstroke" />
<inkscape:path-effect
is_visible="true"
id="path-effect939-6"
effect="spiro" />
<inkscape:path-effect
end_linecap_type="zerowidth"
miter_limit="4"
linejoin_type="extrp_arc"
start_linecap_type="zerowidth"
interpolator_beta="0.2"
interpolator_type="CubicBezierJohan"
sort_points="true"
offset_points="0,1.9199998"
is_visible="true"
id="path-effect941-2"
effect="powerstroke" />
</defs>
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:creator>
<cc:Agent>
<dc:title>Evan West at Wild West Designs</dc:title>
</cc:Agent>
</dc:creator>
<dc:rights>
<cc:Agent>
<dc:title>License to Use</dc:title>
</cc:Agent>
</dc:rights>
<dc:publisher>
<cc:Agent>
<dc:title>Wild West Designs</dc:title>
</cc:Agent>
</dc:publisher>
<dc:source>www.wildwestdesigns.biz</dc:source>
</cc:Work>
</rdf:RDF>
<inkstitch:thread-palette />
<inkstitch:color-191D1F>&quot;Black Stallion&quot;</inkstitch:color-191D1F>
<inkstitch:client-overview-transform>&quot;matrix(1.53415, 0, 0, 1.53415, -188.975, -188.975)&quot;</inkstitch:client-overview-transform>
</metadata>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Instruction">
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888855px;line-height:1.25;font-family:'DejaVu Sans';-inkscape-font-specification:'DejaVu Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="36.474705"
y="106.80357"
id="text2177"><tspan
sodipodi:role="line"
id="tspan2175"
x="36.474705"
y="106.80357"
style="stroke-width:0.26458332px">Instructions</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888855px;line-height:1.25;font-family:'DejaVu Sans';-inkscape-font-specification:'DejaVu Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="0.1889881"
y="117.19791"
id="text2181"><tspan
sodipodi:role="line"
id="tspan2179"
x="0.1889881"
y="117.19791"
style="stroke-width:0.26458332px">1. Frame intended to have monogram</tspan><tspan
sodipodi:role="line"
x="0.1889881"
y="123.37152"
style="stroke-width:0.26458332px"
id="tspan2183">letters to be sandwiched between both</tspan><tspan
sodipodi:role="line"
x="0.1889881"
y="129.54514"
style="stroke-width:0.26458332px"
id="tspan2185">frames. The monogram can be longer </tspan><tspan
sodipodi:role="line"
x="0.1889881"
y="135.71873"
style="stroke-width:0.26458332px"
id="tspan2187">then the frames if desired.</tspan><tspan
sodipodi:role="line"
x="0.1889881"
y="141.89235"
style="stroke-width:0.26458332px"
id="tspan2189" /><tspan
sodipodi:role="line"
x="0.1889881"
y="148.06596"
style="stroke-width:0.26458332px"
id="tspan2191">2. Can use both frames, or delete either</tspan><tspan
sodipodi:role="line"
x="0.1889881"
y="154.23956"
style="stroke-width:0.26458332px"
id="tspan2193">one and just use it as a top or bottom </tspan><tspan
sodipodi:role="line"
x="0.1889881"
y="160.41318"
style="stroke-width:0.26458332px"
id="tspan2195">frame</tspan></text>
</g>
<g
inkscape:label="Monogram Frame Top"
id="layer2"
inkscape:groupmode="layer">
<path
embroider_zigzag_underlay="False"
embroider_contour_underlay="False"
embroider_center_walk_underlay_stitch_length_mm="1.5"
embroider_center_walk_underlay="True"
embroider_pull_compensation_mm="None"
embroider_trim_after="False"
embroider_zigzag_spacing_mm="0.33"
embroider_stop_after="False"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 42.04985,19.491072 3.212799,3.401786 m -6.803573,-1.842634 c 0.236236,0.141741 3.732517,4.063244 3.921503,4.204985 m -6.945312,-2.409599 2.173364,3.968752 m -6.047621,-3.921504 0.141743,5.055431 m -4.299479,-5.811384 c 0,0 -0.377976,5.291666 -0.377976,5.102679 m -4.393974,-7.228795 c 0,0 -2.22061,5.811384 -2.078869,5.480655 M 20.31622,17.45945 c 0,0 -4.346726,3.827009 -4.204985,3.63802 m 3.921503,-6.472842 h -4.535714 m 6.425595,-1.842634 -2.315104,-3.1655502 m 4.252232,3.1183042 0.236235,-4.4412208 m 1.511905,4.4412208 1.606398,-2.787575 m 0.04725,2.551339 c 0,0 -2.126115,-2.551339 -5.480653,-1.133928 0,0 -4.015997,0.850446 -3.49628,6.520089 0,0 2.078869,6.709078 13.559896,7.181548 0,0 4.157738,0.803199 12.614955,-4.913691 M 27.63951,12.309524 c 0,0 -3.35454,-3.4962795 -7.465031,-0.897693 0,0 -4.724702,2.976562 -1.937128,8.693452 0,0 1.937128,4.866444 13.323661,6.425596 0,0 3.49628,0.519717 9.402158,-2.55134 0,0 3.307291,-2.22061 4.252232,-3.118303"
style="fill:none;stroke:#191d1f;stroke-width:0.07;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
id="path1034" />
<path
style="fill:none;stroke:#191d1f;stroke-width:0.07;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.07, 0.07;stroke-dashoffset:0"
d="m 44.648437,20.625 1.086681,0.708706 2.267857,2.126116 1.653646,1.700892 1.559153,-1.275669 2.409597,-2.267857 1.370163,-1.322917 2.4096,1.74814 2.645834,1.606399 3.96875,1.370163 3.63802,0.614212 3.401785,-0.377976 3.354539,-0.897694 3.590774,-1.511905 2.787573,-2.362351 0.944941,-1.370164 0.425222,-1.559151 0.188989,-1.795387 -0.850447,-2.173363 -1.322917,-1.74814 -1.55915,-0.850446 -1.181176,-0.330729 -1.370164,-0.141742 -1.511906,0.236236 -0.472469,0.236235"
id="path1089"
inkscape:connector-curvature="0"
embroider_manual_stitch="False"
embroider_zigzag_spacing_mm="0.4"
embroider_stop_after="False"
embroider_repeats="1"
embroider_running_stitch_length_mm="1.6"
embroider_trim_after="False" />
<path
embroider_zigzag_underlay="False"
embroider_contour_underlay="False"
embroider_center_walk_underlay_stitch_length_mm="1.5"
embroider_center_walk_underlay="False"
embroider_pull_compensation_mm="None"
embroider_trim_after="False"
embroider_zigzag_spacing_mm="0.33"
embroider_stop_after="False"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 56.271205,19.372954 -1.842633,1.866258 m 3.212796,-1.299294 -2.102493,2.62221 m 4.346728,-1.630022 -2.267857,2.858445 m 5.19717,-1.181176 -2.244233,3.307292 m 5.149927,-2.740327 -1.346541,3.827008 m 4.913691,-3.519903 c 0.02363,0.141741 -0.425223,4.134115 -0.425223,4.134115 m 3.756139,-4.701079 0.259858,3.49628 m 3.260045,-5.055432 c 0.07087,0.09449 0.732329,3.921503 0.732329,4.039621 m 1.937126,-5.787761 c 0.118118,0.04725 2.527718,2.551339 2.527718,2.551339 m -1.015812,-5.527901 3.141927,2.362351 m -3.000187,-4.275856 3.354541,0.755953 m -4.110493,-2.22061 3.732514,-0.590588 m -5.598771,-0.637835 c 0,0 3.283667,-1.771763 3.189174,-1.724516 m -4.724702,1.252046 c 0,0 1.157552,-2.3387278 1.086681,-2.2442337 M 74.626673,11.74256 74.39044,9.7109379 M 73.776228,11.34096 c 0,0 2.763951,-1.393787 5.504278,0.47247 0,0 2.126116,0.944941 2.338728,4.228609 0,0 0.377976,2.976563 -3.118304,5.622396 0,0 -5.71689,3.661644 -10.937686,3.047433 0,0 -6.803571,-0.141741 -11.292038,-4.724702 l -0.944941,-0.04725 m 18.30822,-9.071426 c 0,0 4.252233,-2.1497396 7.654018,1.630022 0,0 3.236423,3.614398 -0.141739,8.3391 0,0 -1.67727,2.645834 -6.685454,4.346726 0,0 -3.992374,1.252046 -7.016183,1.204799 0,0 -2.811198,-0.02362 -4.795573,-0.992187 0,0 -5.598773,-1.582775 -8.008371,-4.819196"
style="fill:none;stroke:#191d1f;stroke-width:0.07;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
id="path1192" />
<path
style="fill:none;stroke:#191d1f;stroke-width:0.07;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.07, 0.07;stroke-dashoffset:0"
d="m 55.042781,20.199777 -1.653646,-1.74814 -2.740326,-2.504092 h 1.889881 l 1.724517,0.07087 1.346539,-0.283483 1.393788,-0.54334 1.228423,-0.944941 1.110303,-1.34654 L 59.909225,11.41183 60.169083,9.805432 59.909225,8.4116449 59.507625,7.3249633 58.846166,6.5217637 58.019343,5.883929 56.814545,5.5059529 55.893228,5.5295775 54.995534,5.7894362 54.286829,6.238283 53.81436,6.7343768"
id="path1251"
inkscape:connector-curvature="0"
embroider_manual_stitch="False"
embroider_zigzag_spacing_mm="0.4"
embroider_running_stitch_length_mm="1.6"
embroider_trim_after="False"
embroider_stop_after="False"
embroider_repeats="1" />
<path
embroider_zigzag_underlay="False"
embroider_contour_underlay="False"
embroider_center_walk_underlay_stitch_length_mm="1.5"
embroider_center_walk_underlay="False"
embroider_pull_compensation_mm="None"
embroider_trim_after="False"
embroider_zigzag_spacing_mm="0.33"
embroider_stop_after="False"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 50.380304,14.306708 -0.0167,2.255087 m 0.968848,-2.238382 0.400905,2.488947 m 1.085784,-2.004522 0.183747,2.104748 m 1.703843,-2.221678 0.133636,2.004522 m 1.88759,-2.923261 c 0.06682,0.03341 0.868625,1.904295 0.868625,1.904295 m 0.684879,-3.925521 c 0.100227,0.08352 1.937705,1.80407 1.937705,1.80407 M 58.983043,9.7130131 c 0.08352,0 2.388722,0.8018089 2.388722,0.8018089 M 58.54873,7.9590568 c 0.08352,-0.050113 2.388721,-0.1670433 2.388721,-0.1670433 M 57.763626,6.5558918 c 0.06682,-0.016703 1.653731,-0.7182869 1.653731,-0.7182869 m -3.090304,0.233861 c 0.01669,-0.066817 1.018965,-1.3363477 1.018965,-1.3363477 M 55.207862,6.3387353 54.957297,5.0023879 m -0.68488,1.9209996 -0.751694,-0.8185129 m 0.217157,0.9187389 c 0,0 1.035669,-1.4699824 2.873147,-1.3363475 0,0 1.553504,0.1503391 2.438834,1.4699824 0,0 0.835218,1.2194172 0.734992,2.4889475 0,0 0.183747,1.8541821 -1.302939,3.6916601 0,0 -1.436574,1.770661 -3.908817,2.154861 0,0 -2.071339,0.200452 -4.042452,-0.701583 l -0.400904,-0.0167 m 3.441094,-7.9178639 c 0,0 0.968851,-1.6203215 3.173825,-1.5033911 0,0 2.572471,0.1169305 3.49121,2.9900779 0,0 1.069078,3.3241651 -1.620322,6.0135641 0,0 -1.737252,1.820774 -4.059156,2.004522 0,0 -2.572468,0.217156 -4.343129,-0.501131"
style="fill:none;stroke:#191d1f;stroke-width:0.07;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
id="path1337" />
<path
style="fill:none;stroke:#191d1f;stroke-width:0.07;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.07, 0.07;stroke-dashoffset:0"
d="m 50.199961,15.356957 -1.204798,0.637835 -1.819011,0.4016 h -2.102493 l -1.96075,-0.47247 -1.441035,-0.779576 -1.015812,-0.897694 -0.850445,-1.724516 -0.496093,-1.582776 0.07087,-1.7008922 0.54334,-1.2047993 0.590587,-0.921317 0.708707,-0.5315289 0.696894,-0.3779762 0.956752,-0.2126116 1.004,0.059059 0.791387,0.2952939 0.519717,0.3661645 0.12993,0.141741"
id="path1400"
inkscape:connector-curvature="0"
embroider_manual_stitch="False"
embroider_zigzag_spacing_mm="0.4"
embroider_stop_after="False"
embroider_repeats="1"
embroider_running_stitch_length_mm="1.6"
embroider_trim_after="False" />
<path
embroider_zigzag_underlay="False"
embroider_contour_underlay="False"
embroider_center_walk_underlay_stitch_length_mm="1.5"
embroider_center_walk_underlay="False"
embroider_pull_compensation_mm="None"
embroider_trim_after="False"
embroider_zigzag_spacing_mm="0.33"
embroider_stop_after="False"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 49.680246,14.305711 0.07087,2.067057 m -1.381976,-1.700893 0.685083,2.279669 M 46.656437,14.83724 c 0.02363,0.04725 0.566962,2.634021 0.566962,2.634021 m -2.988374,-2.574962 c 0,0.04725 0.0118,2.704892 0.0118,2.704892 m -1.228409,-3.519903 c -0.01183,0.08268 -0.496094,3.082868 -0.496094,3.082868 m -0.614212,-3.933315 -1.063058,2.846633 m 0.118118,-4.264044 -1.559153,2.185175 m 1.015812,-3.106492 -2.078871,0.826823 m 2.267858,-2.1497393 c -0.04725,-0.011811 -2.539527,0.295294 -2.539527,0.295294 m 3.023809,-1.7245163 c -0.04725,0 -1.972564,-0.9331288 -1.972564,-0.9331288 m 2.988377,-0.059059 -0.862259,-1.6536458 m 2.49228,1.5237164 0.0118,-1.8898809 m 0.956763,2.0079985 0.649647,-1.358352 m 0.188989,1.063058 c 0,0 -1.641835,-1.8071986 -4.02781,-0.7795757 0,0 -1.88988,0.6850818 -2.504091,3.1301153 0,0 -0.755952,2.6812686 1.27567,5.2680436 0,0 1.925316,2.350539 4.71289,2.586774 0,0 2.232422,0.259859 3.756139,-0.47247 0,0 0.342541,-0.177176 0.649646,-0.437035 l 0.531529,-0.165364 M 45.357142,7.088728 c 0,0 -1.700893,-1.6654574 -3.732514,-0.4488466 0,0 -1.736328,0.921317 -1.81901,3.4372206 0,0 -0.12993,1.67727 1.027622,3.283669 0,0 1.523717,1.972563 3.767951,2.385974 0,0 2.315104,0.566965 4.84282,-0.980375 l 0.496093,0.01181"
style="fill:none;stroke:#191d1f;stroke-width:0.07;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
id="path1494" />
<path
style="fill:none;stroke:#191d1f;stroke-width:0.07;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.07, 0.07;stroke-dashoffset:0"
d="m 50.034597,15.380581 1.228423,1.228422 2.008,1.74814 1.55915,1.322917 0.0945,0.850446 -1.27567,1.322917 -1.960753,1.937128 -1.748139,1.34654"
id="path1563"
inkscape:connector-curvature="0"
embroider_manual_stitch="False"
embroider_zigzag_spacing_mm="0.4"
embroider_stop_after="False"
embroider_repeats="1"
embroider_running_stitch_length_mm="1.6"
embroider_trim_after="False" />
<path
embroider_zigzag_underlay="False"
embroider_contour_underlay="False"
embroider_center_walk_underlay_stitch_length_mm="1.5"
embroider_center_walk_underlay="False"
embroider_pull_compensation_mm="None"
embroider_trim_after="False"
embroider_zigzag_spacing_mm="0.33"
embroider_stop_after="False"
embroider_satin_column="True"
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccc"
inkscape:connector-curvature="0"
d="m 49.24321,22.762928 -0.909506,2.586775 M 48.203775,21.69987 c -0.05906,0.03543 -1.807199,2.303292 -1.807199,2.303292 m 1.216613,-3.200986 -2.917506,1.441035 m 1.46466,-1.94894 -3.413599,0.03544 m 4.299479,-0.744145 c -0.04725,-0.01181 -2.634022,-1.228423 -2.634022,-1.228423 m 3.886068,0.09449 -1.771764,-1.937128 m 2.681269,0.815011 -0.555151,-2.787574 m 1.370163,2.303293 -0.03544,-3.260045 m 0.968566,4.03962 c 0.0118,-0.04725 0.68508,-2.763951 0.68508,-2.763951 m 0.354354,4.015997 2.137926,-2.149739 m -1.181174,2.929315 2.291479,-1.488281 m -2.30329,2.185175 c 0.05906,0 4.086865,-0.661458 4.086865,-0.661458 m -4.98456,1.34654 c 0.07087,0.05906 3.378163,1.523716 3.378163,1.523716 M 50.873229,22.39676 c 0.05906,0.04725 1.736328,2.326915 1.736328,2.326915 m -2.397786,-1.228422 0.330729,2.704892 m -0.519718,-0.165365 6.272043,-6.035807 -6.31929,-5.764137 -6.354725,6.106678 6.295665,5.78776 m 0.02362,-1.901692 4.275854,-4.181362 -4.228608,-3.909691 -4.358537,4.252232 4.228608,3.862444"
style="fill:none;stroke:#191d1f;stroke-width:0.07;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
id="path1665" />
<path
style="fill:none;stroke:#191d1f;stroke-width:0.07;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.07, 0.07;stroke-dashoffset:0"
d="m 49.892857,24.227586 0.08268,1.866257 -0.0118,0.850448"
id="path1736"
inkscape:connector-curvature="0"
embroider_manual_stitch="True" />
<path
embroider_trim_after="False"
embroider_running_stitch_length_mm="1.6"
embroider_repeats="1"
embroider_stop_after="False"
embroider_zigzag_spacing_mm="0.4"
embroider_manual_stitch="False"
inkscape:connector-curvature="0"
id="path1808"
d="M 49.979402,27.035418 31.136899,27.002009 14.566189,26.801558"
style="fill:none;stroke:#191d1f;stroke-width:0.07;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.07, 0.07;stroke-dashoffset:0" />
<path
id="path1882-7"
style="fill:none;stroke:#191d1f;stroke-width:0.07;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
d="m 14.322543,27.605144 71.427782,0.03341 m -71.451405,-1.73903 71.42778,0.03341"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_stop_after="False"
embroider_zigzag_spacing_mm="0.33"
embroider_trim_after="True"
embroider_pull_compensation_mm="None"
embroider_center_walk_underlay="True"
embroider_center_walk_underlay_stitch_length_mm="1.5"
embroider_contour_underlay="False"
embroider_zigzag_underlay="False" />
</g>
<g
inkscape:label="Monogram Frame Bottom"
id="layer4"
inkscape:groupmode="layer">
<path
embroider_zigzag_underlay="False"
embroider_contour_underlay="False"
embroider_center_walk_underlay_stitch_length_mm="1.5"
embroider_center_walk_underlay="True"
embroider_pull_compensation_mm="None"
embroider_trim_after="False"
embroider_zigzag_spacing_mm="0.33"
embroider_stop_after="False"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 42.049851,83.55084 3.212799,-3.401787 m -6.803573,1.842635 c 0.236236,-0.141741 3.732517,-4.063246 3.921503,-4.204987 m -6.945312,2.4096 2.173364,-3.968754 m -6.047622,3.921506 0.141744,-5.055433 m -4.29948,5.811387 c 0,0 -0.377975,-5.291669 -0.377975,-5.102682 m -4.393975,7.228798 c 0,0 -2.22061,-5.811386 -2.078869,-5.480657 m -0.236235,8.031996 c 0,0 -4.346726,-3.827009 -4.204985,-3.63802 m 3.921503,6.472842 h -4.535714 m 6.425595,1.842634 -2.315104,3.16555 m 4.252232,-3.118304 0.236235,4.441221 m 1.511906,-4.441221 1.606397,2.787575 m 0.04725,-2.551339 c 0,0 -2.126115,2.551339 -5.480654,1.133928 0,0 -4.015997,-0.850446 -3.49628,-6.520089 0,0 2.078869,-6.709079 13.559897,-7.18155 0,0 4.157738,-0.803199 12.614955,4.913693 m -16.819942,7.843006 c 0,0 -3.354541,3.49628 -7.465032,0.897693 0,0 -4.724702,-2.976562 -1.937128,-8.693452 0,0 1.937128,-4.866446 13.323662,-6.425599 0,0 3.49628,-0.519717 9.402157,2.551342 0,0 3.307292,2.220611 4.252233,3.118304"
style="fill:none;stroke:#191d1f;stroke-width:0.07;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
id="path1034-2" />
<path
style="fill:none;stroke:#191d1f;stroke-width:0.07;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.07, 0.07;stroke-dashoffset:0"
d="m 44.648438,82.416912 1.086681,-0.708706 2.267857,-2.126117 1.653646,-1.700893 1.559153,1.27567 2.409597,2.267858 1.370163,1.322917 2.409601,-1.74814 2.645833,-1.6064 3.96875,-1.370164 3.638021,-0.614212 3.401785,0.377976 3.354538,0.897695 3.590774,1.511905 2.787573,2.362352 0.944941,1.370164 0.425223,1.559151 0.188989,1.795387 -0.850448,2.173363 -1.322916,1.74814 -1.55915,0.850446 -1.181177,0.330729 -1.370163,0.141742 -1.511906,-0.236236 -0.472469,-0.236235"
id="path1089-0"
inkscape:connector-curvature="0"
embroider_manual_stitch="False"
embroider_zigzag_spacing_mm="0.4"
embroider_stop_after="False"
embroider_repeats="1"
embroider_running_stitch_length_mm="1.6"
embroider_trim_after="False" />
<path
embroider_zigzag_underlay="False"
embroider_contour_underlay="False"
embroider_center_walk_underlay_stitch_length_mm="1.5"
embroider_center_walk_underlay="False"
embroider_pull_compensation_mm="None"
embroider_trim_after="False"
embroider_zigzag_spacing_mm="0.33"
embroider_stop_after="False"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="M 56.271205,83.668958 54.428573,81.8027 m 3.212796,1.299294 -2.102493,-2.62221 m 4.346728,1.630022 -2.267857,-2.858446 m 5.19717,1.181177 -2.244232,-3.307294 m 5.149926,2.740328 -1.346541,-3.82701 m 4.913691,3.519905 c 0.02363,-0.141741 -0.425223,-4.134117 -0.425223,-4.134117 m 3.756139,4.701081 0.259858,-3.496282 m 3.260045,5.055435 c 0.07087,-0.09449 0.73233,-3.921505 0.73233,-4.039623 m 1.937125,5.787763 c 0.118118,-0.04725 2.527718,-2.551339 2.527718,-2.551339 m -1.015812,5.527901 3.141927,-2.362351 m -3.000187,4.275856 3.354541,-0.755953 m -4.110492,2.22061 3.732514,0.590588 m -5.598771,0.637835 c 0,0 3.283667,1.771763 3.189173,1.724516 M 76.303945,91.48834 c 0,0 1.157552,2.338728 1.08668,2.244234 m -2.763951,-2.433222 -0.236233,2.031622 m -0.614212,-1.630022 c 0,0 2.763952,1.393787 5.504278,-0.47247 0,0 2.126115,-0.944941 2.338729,-4.228609 0,0 0.377976,-2.976563 -3.118305,-5.622396 0,0 -5.716889,-3.661646 -10.937687,-3.047434 0,0 -6.80357,0.141741 -11.292036,4.724703 l -0.944943,0.04725 m 18.308222,9.071426 c 0,0 4.252232,2.14974 7.654017,-1.630022 0,0 3.236423,-3.614398 -0.14174,-8.3391 0,0 -1.677268,-2.645835 -6.685452,-4.346728 0,0 -3.992374,-1.252047 -7.016184,-1.2048 0,0 -2.811197,0.02362 -4.795572,0.992188 0,0 -5.598774,1.582776 -8.008372,4.819198"
style="fill:none;stroke:#191d1f;stroke-width:0.07;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
id="path1192-2" />
<path
style="fill:none;stroke:#191d1f;stroke-width:0.07;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.07, 0.07;stroke-dashoffset:0"
d="m 55.042782,82.842135 -1.653646,1.74814 -2.740326,2.504092 h 1.889881 l 1.724517,-0.07087 1.346539,0.283483 1.393788,0.54334 1.228423,0.944941 1.110303,1.34654 0.566965,1.488281 0.259858,1.606398 -0.259858,1.393787 -0.4016,1.086682 -0.661459,0.803199 -0.826822,0.637835 -1.204799,0.377976 -0.921316,-0.02362 -0.897695,-0.259859 -0.708705,-0.448847 -0.472469,-0.496094"
id="path1251-3"
inkscape:connector-curvature="0"
embroider_manual_stitch="False"
embroider_zigzag_spacing_mm="0.4"
embroider_running_stitch_length_mm="1.6"
embroider_trim_after="False"
embroider_stop_after="False"
embroider_repeats="1" />
<path
embroider_zigzag_underlay="False"
embroider_contour_underlay="False"
embroider_center_walk_underlay_stitch_length_mm="1.5"
embroider_center_walk_underlay="False"
embroider_pull_compensation_mm="None"
embroider_trim_after="False"
embroider_zigzag_spacing_mm="0.33"
embroider_stop_after="False"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 50.380305,88.735204 -0.01669,-2.255087 m 0.968849,2.238382 0.400904,-2.488947 m 1.085784,2.004522 0.183748,-2.104748 m 1.703837,2.221678 0.133636,-2.004522 m 1.887591,2.923261 c 0.06682,-0.03341 0.868624,-1.904295 0.868624,-1.904295 m 0.684879,3.925521 c 0.100227,-0.08352 1.937705,-1.80407 1.937705,-1.80407 m -1.236122,3.842 c 0.08352,0 2.388721,-0.801809 2.388721,-0.801809 m -2.823035,2.555765 c 0.08352,0.05011 2.388722,0.167043 2.388722,0.167043 m -3.173831,1.236122 c 0.06682,0.0167 1.653731,0.718287 1.653731,0.718287 m -3.090304,-0.233861 c 0.0167,0.06682 1.018966,1.336348 1.018966,1.336348 m -2.138156,-1.603617 -0.250566,1.336347 m -0.684879,-1.921 -0.751695,0.818513 m 0.217157,-0.918738 c 0,0 1.035669,1.469982 2.873147,1.336347 0,0 1.553504,-0.150339 2.438834,-1.469982 0,0 0.835218,-1.219418 0.734992,-2.488948 0,0 0.183747,-1.854182 -1.302938,-3.69166 0,0 -1.436574,-1.770661 -3.908817,-2.154861 0,0 -2.071341,-0.200452 -4.042452,0.701583 l -0.400905,0.0167 m 3.441094,7.917863 c 0,0 0.968851,1.620321 3.173825,1.503391 0,0 2.57247,-0.11693 3.491209,-2.990078 0,0 1.069078,-3.324165 -1.620321,-6.013564 0,0 -1.737252,-1.820774 -4.059156,-2.004522 0,0 -2.572469,-0.217156 -4.34313,0.501131"
style="fill:none;stroke:#191d1f;stroke-width:0.07;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
id="path1337-7" />
<path
style="fill:none;stroke:#191d1f;stroke-width:0.07;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.07, 0.07;stroke-dashoffset:0"
d="M 50.199962,87.684955 48.995164,87.04712 47.176153,86.64552 H 45.07366 l -1.96075,0.47247 -1.441035,0.779576 -1.015812,0.897694 -0.850445,1.724516 -0.496093,1.582776 0.07087,1.700892 0.54334,1.2048 0.590587,0.921316 0.708706,0.531529 0.696894,0.377977 0.956752,0.212611 1.004001,-0.05906 0.791388,-0.295294 0.519715,-0.366164 0.129932,-0.141741"
id="path1400-5"
inkscape:connector-curvature="0"
embroider_manual_stitch="False"
embroider_zigzag_spacing_mm="0.4"
embroider_stop_after="False"
embroider_repeats="1"
embroider_running_stitch_length_mm="1.6"
embroider_trim_after="False" />
<path
embroider_zigzag_underlay="False"
embroider_contour_underlay="False"
embroider_center_walk_underlay_stitch_length_mm="1.5"
embroider_center_walk_underlay="False"
embroider_pull_compensation_mm="None"
embroider_trim_after="False"
embroider_zigzag_spacing_mm="0.33"
embroider_stop_after="False"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 49.680247,88.736201 0.07087,-2.067057 m -1.381976,1.700893 0.685083,-2.279669 m -2.397786,2.114304 c 0.02363,-0.04725 0.566962,-2.634021 0.566962,-2.634021 m -2.988374,2.574962 c 0,-0.04725 0.0118,-2.704892 0.0118,-2.704892 m -1.22841,3.519903 c -0.01183,-0.08268 -0.496094,-3.082868 -0.496094,-3.082868 m -0.614211,3.933315 -1.063058,-2.846633 m 0.118117,4.264044 -1.559152,-2.185175 m 1.015812,3.106492 -2.078871,-0.826823 m 2.267858,2.149739 c -0.04725,0.01181 -2.539527,-0.295294 -2.539527,-0.295294 m 3.023809,1.724517 c -0.04725,0 -1.972564,0.933128 -1.972564,0.933128 m 2.988377,0.05906 -0.862259,1.653646 m 2.49228,-1.523716 0.0118,1.889881 m 0.956763,-2.007999 0.649647,1.358352 m 0.188989,-1.063058 c 0,0 -1.641835,1.807199 -4.02781,0.779576 0,0 -1.88988,-0.685082 -2.504091,-3.130116 0,0 -0.755952,-2.681268 1.27567,-5.268043 0,0 1.925315,-2.350539 4.712891,-2.586774 0,0 2.232422,-0.259859 3.756139,0.47247 0,0 0.34254,0.177176 0.649644,0.437035 l 0.53153,0.165364 m -4.582962,8.882441 c 0,0 -1.700893,1.665457 -3.732514,0.448847 0,0 -1.736328,-0.921318 -1.81901,-3.437221 0,0 -0.12993,-1.67727 1.027623,-3.283669 0,0 1.523716,-1.972563 3.767949,-2.385974 0,0 2.315104,-0.566965 4.84282,0.980375 l 0.496094,-0.01181"
style="fill:none;stroke:#191d1f;stroke-width:0.07;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
id="path1494-9" />
<path
style="fill:none;stroke:#191d1f;stroke-width:0.07;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.07, 0.07;stroke-dashoffset:0"
d="m 50.034598,87.661331 1.228423,-1.228422 2.008,-1.74814 1.55915,-1.322917 0.0945,-0.850446 -1.27567,-1.322917 -1.960753,-1.937129 -1.748139,-1.346541"
id="path1563-2"
inkscape:connector-curvature="0"
embroider_manual_stitch="False"
embroider_zigzag_spacing_mm="0.4"
embroider_stop_after="False"
embroider_repeats="1"
embroider_running_stitch_length_mm="1.6"
embroider_trim_after="False" />
<path
embroider_zigzag_underlay="False"
embroider_contour_underlay="False"
embroider_center_walk_underlay_stitch_length_mm="1.5"
embroider_center_walk_underlay="False"
embroider_pull_compensation_mm="None"
embroider_trim_after="False"
embroider_zigzag_spacing_mm="0.33"
embroider_stop_after="False"
embroider_satin_column="True"
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccc"
inkscape:connector-curvature="0"
d="m 49.243211,80.278983 -0.909506,-2.586776 m -0.129929,3.649835 c -0.05906,-0.03543 -1.807199,-2.303293 -1.807199,-2.303293 m 1.216612,3.200987 -2.917504,-1.441035 m 1.464659,1.94894 -3.413599,-0.03544 m 4.299479,0.744145 c -0.04725,0.01181 -2.634022,1.228423 -2.634022,1.228423 m 3.886068,-0.09449 -1.771764,1.937128 m 2.681269,-0.815011 -0.555151,2.787574 m 1.370163,-2.303293 -0.03544,3.260045 m 0.968565,-4.03962 c 0.0118,0.04725 0.685081,2.763951 0.685081,2.763951 m 0.354354,-4.015997 2.137926,2.149739 m -1.181175,-2.929315 2.29148,1.488281 m -2.303291,-2.185175 c 0.05906,0 4.086866,0.661458 4.086866,0.661458 m -4.98456,-1.34654 c 0.07087,-0.05906 3.378163,-1.523716 3.378163,-1.523716 m -4.547527,0.165364 c 0.05906,-0.04725 1.736328,-2.326916 1.736328,-2.326916 m -2.397786,1.228422 0.330729,-2.704893 m -0.519718,0.165365 6.272043,6.035809 -6.31929,5.764137 -6.354725,-6.106678 6.295665,-5.787762 m 0.02363,1.901693 4.275852,4.181363 -4.228608,3.909691 -4.358537,-4.252232 4.228608,-3.862445"
style="fill:none;stroke:#191d1f;stroke-width:0.07;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
id="path1665-2" />
<path
style="fill:none;stroke:#191d1f;stroke-width:0.07;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.07, 0.07;stroke-dashoffset:0"
d="m 49.892858,78.814325 0.08268,-1.866258 -0.0118,-0.850449"
id="path1736-8"
inkscape:connector-curvature="0"
embroider_manual_stitch="True" />
<path
embroider_trim_after="False"
embroider_running_stitch_length_mm="1.6"
embroider_repeats="1"
embroider_stop_after="False"
embroider_zigzag_spacing_mm="0.4"
embroider_manual_stitch="False"
inkscape:connector-curvature="0"
id="path1808-9"
d="m 49.979403,76.006491 -18.842504,0.03341 -16.57071,0.200451"
style="fill:none;stroke:#191d1f;stroke-width:0.07;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.07, 0.07;stroke-dashoffset:0" />
<path
id="path1882-7-7"
style="fill:none;stroke:#191d1f;stroke-width:0.07;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
d="m 14.322543,75.436765 71.427783,-0.03341 m -71.451406,1.739031 71.427782,-0.03341"
inkscape:connector-curvature="0"
embroider_satin_column="True"
embroider_stop_after="False"
embroider_zigzag_spacing_mm="0.33"
embroider_trim_after="True"
embroider_pull_compensation_mm="None"
embroider_center_walk_underlay="True"
embroider_center_walk_underlay_stitch_length_mm="1.5"
embroider_contour_underlay="False"
embroider_zigzag_underlay="False" />
</g>
</svg>

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 36 KiB

Wyświetl plik

@ -1,219 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="4in"
height="4in"
viewBox="0 0 101.6 101.6"
version="1.1"
id="svg8"
inkscape:version="0.91+devel r"
enable-background="new"
sodipodi:docname="Puff Only.svg">
<sodipodi:namedview
id="base"
pagecolor="#a8a8a8"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="114.63257"
inkscape:cy="-13.975778"
inkscape:document-units="in"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:snap-global="false"
units="in"
showguides="true"
inkscape:guide-bbox="true"
inkscape:locked="false"
inkscape:window-width="2560"
inkscape:window-height="1413"
inkscape:window-x="3840"
inkscape:window-y="0"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4374" />
</sodipodi:namedview>
<defs
id="defs2" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer1"
inkscape:label="Instructions"
sodipodi:insensitive="true">
<g
id="g4467"
sodipodi:insensitive="true">
<text
id="text4378"
y="105.52886"
x="44.024879"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:4.24744463px;line-height:4.52999973px;font-family:KacstPen;-inkscape-font-specification:'KacstPen Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
xml:space="preserve"
sodipodi:insensitive="true"><tspan
style="font-size:4.24744463px;line-height:4.52999973px;stroke-width:0.26458332px"
y="105.52886"
x="44.024879"
id="tspan4376"
sodipodi:role="line">Steps</tspan></text>
<text
id="text4382"
y="114.56458"
x="18.826149"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:4.24744463px;line-height:4.52999973px;font-family:KacstPen;-inkscape-font-specification:'KacstPen Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
xml:space="preserve"
sodipodi:insensitive="true"><tspan
id="tspan4384"
style="font-size:4.24744463px;line-height:4.52999973px;stroke-width:0.26458332px"
y="114.56458"
x="18.826149"
sodipodi:role="line">1. Digitizing puff to where the</tspan><tspan
id="tspan4388"
style="font-size:4.24744463px;line-height:4.52999973px;stroke-width:0.26458332px"
y="119.2326"
x="18.826149"
sodipodi:role="line">stitches are surrounding the </tspan><tspan
id="tspan4390"
style="font-size:4.24744463px;line-height:4.52999973px;stroke-width:0.26458332px"
y="123.9006"
x="18.826149"
sodipodi:role="line">entire embroidery area to aid</tspan><tspan
id="tspan4392"
style="font-size:4.24744463px;line-height:4.52999973px;stroke-width:0.26458332px"
y="128.56862"
x="18.826149"
sodipodi:role="line">in foam removal.</tspan></text>
<text
id="text4396"
y="138.09967"
x="18.902344"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:4.24744463px;line-height:4.52999973px;font-family:KacstPen;-inkscape-font-specification:'KacstPen Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
xml:space="preserve"
sodipodi:insensitive="true"><tspan
style="font-size:4.24744463px;line-height:4.52999973px;stroke-width:0.26458332px"
y="138.09967"
x="18.902344"
id="tspan4394"
sodipodi:role="line">2. Use either the pinch or </tspan><tspan
id="tspan4398"
style="font-size:4.24744463px;line-height:4.52999973px;stroke-width:0.26458332px"
y="142.76768"
x="18.902344"
sodipodi:role="line">capping method to</tspan><tspan
id="tspan4400"
style="font-size:4.24744463px;line-height:4.52999973px;stroke-width:0.26458332px"
y="147.4357"
x="18.902344"
sodipodi:role="line">accomplish this. This design</tspan><tspan
id="tspan4402"
style="font-size:4.24744463px;line-height:4.52999973px;stroke-width:0.26458332px"
y="152.1037"
x="18.902344"
sodipodi:role="line">uses the pinching method.</tspan></text>
<text
id="text4406"
y="161.71092"
x="18.713907"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:4.24744463px;line-height:4.52999973px;font-family:KacstPen;-inkscape-font-specification:'KacstPen Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
xml:space="preserve"
sodipodi:insensitive="true"><tspan
style="font-size:4.24744463px;line-height:4.52999973px;stroke-width:0.26458332px"
y="161.71092"
x="18.713907"
id="tspan4404"
sodipodi:role="line">3. After everything stitches</tspan><tspan
id="tspan4410"
style="font-size:4.24744463px;line-height:4.52999973px;stroke-width:0.26458332px"
y="166.37894"
x="18.713907"
sodipodi:role="line">remove the foam and any </tspan><tspan
id="tspan4414"
style="font-size:4.24744463px;line-height:4.52999973px;stroke-width:0.26458332px"
y="171.04695"
x="18.713907"
sodipodi:role="line">post stitching cleanup for the</tspan><tspan
id="tspan4416"
style="font-size:4.24744463px;line-height:4.52999973px;stroke-width:0.26458332px"
y="175.71495"
x="18.713907"
sodipodi:role="line">nubbies that might be around.</tspan></text>
</g>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:6.82272196px;line-height:4.52999973px;font-family:KacstPen;-inkscape-font-specification:'KacstPen Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="-12.900083"
y="51.316002"
id="text4420"
sodipodi:insensitive="true"><tspan
sodipodi:role="line"
id="tspan4418"
x="-12.900083"
y="51.316002"
style="stroke-width:0.26458332px">Pinch</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:6.82272243px;line-height:4.52999973px;font-family:KacstPen;-inkscape-font-specification:'KacstPen Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="90.912598"
y="47.158245"
id="text4420-2"
sodipodi:insensitive="true"><tspan
sodipodi:role="line"
id="tspan4418-7"
x="90.912598"
y="47.158245"
style="stroke-width:0.26458332px">Pinch</tspan></text>
<path
id="path4442"
style="opacity:1;fill:none;fill-opacity:1;stroke:#191d1f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 6.5816749,35.651617 4.0806381,-0.658167 1.447969,3.685736 M 3.5541045,45.524128 10.662313,34.99345"
inkscape:connector-curvature="0"
sodipodi:insensitive="true" />
<path
id="path4446"
style="opacity:1;fill:none;fill-opacity:1;stroke:#191d1f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 88.326078,39.337355 1.184701,-4.343905 3.949004,0.7898 m -0.394901,5.26534 -3.685736,-6.186776"
inkscape:connector-curvature="0"
sodipodi:insensitive="true" />
</g>
<g
inkscape:label="Puff Elements"
id="layer3"
inkscape:groupmode="layer">
<path
embroider_zigzag_underlay_spacing_mm="3.75"
embroider_zigzag_underlay_inset_mm=".05"
embroider_zigzag_underlay="True"
embroider_contour_underlay_stitch_length_mm="1"
embroider_contour_underlay_inset_mm="0.05"
embroider_contour_underlay="True"
embroider_trim_after="True"
embroider_zigzag_spacing_mm="0.18"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="M 12.567708,34.225743 8.4099701,29.690031 M 13.229167,34.225743 6.9453124,22.69747 M 13.65439,33.80052 12.284226,19.012202 M 13.985119,34.509225 21.59189,14.098512 M 15.686012,40.178868 28.111979,30.30424 m -8.976934,18.190103 10.394344,-9.591145 m -1.228421,16.725447 6.898063,-10.725073 m 3.543528,15.875 3.307291,-12.709451 m 6.709077,14.221354 -0.09449,-15.119048 M 69.216888,57.046055 63.358259,44.242114 M 77.343377,50.289732 67.752232,39.233927 M 83.957961,41.076562 73.232885,32.38311 m 12.425968,1.984375 c 0,0 -10.299851,-10.016369 -10.252604,-9.827381 m 10.110864,8.504465 -7.087055,-18.804316 m 7.370535,19.371278 6.898066,-12.803942 m -6.094865,13.134671 6.000372,-4.913688 m -80.934151,4.441219 c 0,0 0.614211,0.09449 0.850446,-0.04725 l 2.173363,-1.086678 c 0,0 3.165551,8.976934 4.960938,11.150298 0,0 4.630208,7.559523 11.859003,11.57552 0,0 7.748512,4.535715 16.536458,4.913691 0,0 10.252605,0.47247 17.62314,-3.449033 0,0 8.598959,-4.063244 12.284226,-9.732887 0,0 5.71689,-6.66183 7.370536,-14.552083 l 2.22061,1.27567 c 0,0 0.472471,0.236235 1.086682,-0.141742 M 11.244792,33.044569 c 0,0 -0.661459,-0.566965 -0.708706,-1.039434 L 8.5989584,24.634598 c 0,0 -0.1889881,-1.937128 0.3779761,-2.173363 L 20.599702,16.366369 c 0,0 -0.566964,2.173363 0.377977,6.520089 0,0 1.181175,13.370908 9.118675,21.213914 0,0 6.567337,7.984747 19.84375,7.984747 0,0 9.732887,0.09449 16.6782,-5.008185 0,0 7.795759,-5.669642 10.677827,-15.827753 0,0 2.882069,-9.68564 2.173363,-14.788318 l 11.528274,6.000372 c 0,0 0.897694,0.188988 0.425223,2.031622 l -1.795387,7.559524 c 0,0 -0.425223,0.850446 -0.566964,0.992187"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4474" />
</g>
</svg>

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 12 KiB

Wyświetl plik

@ -1,281 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="4in"
height="4in"
viewBox="0 0 101.6 101.6"
version="1.1"
id="svg8"
inkscape:version="0.91+devel r"
enable-background="new"
sodipodi:docname="PuffRegular.svg">
<sodipodi:namedview
id="base"
pagecolor="#a8a8a8"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="2"
inkscape:cx="63.652679"
inkscape:cy="210.87876"
inkscape:document-units="in"
inkscape:current-layer="layer2"
showgrid="false"
inkscape:snap-global="false"
units="in"
showguides="true"
inkscape:guide-bbox="true"
inkscape:locked="false"
inkscape:window-width="2560"
inkscape:window-height="1413"
inkscape:window-x="3840"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:lockguides="false"
inkscape:measure-start="0,0"
inkscape:measure-end="0,0">
<inkscape:grid
type="xygrid"
id="grid5155" />
</sodipodi:namedview>
<defs
id="defs2" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Instructions"
sodipodi:insensitive="true">
<g
id="g4467"
sodipodi:insensitive="true">
<text
id="text4378"
y="105.52886"
x="44.024879"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:4.24744463px;line-height:4.52999973px;font-family:KacstPen;-inkscape-font-specification:'KacstPen Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
xml:space="preserve"
sodipodi:insensitive="true"><tspan
style="font-size:4.24744463px;line-height:4.52999973px;stroke-width:0.26458332px"
y="105.52886"
x="44.024879"
id="tspan4376"
sodipodi:role="line">Steps</tspan></text>
<text
id="text4382"
y="133.61443"
x="18.826149"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:4.24744463px;line-height:4.52999973px;font-family:KacstPen;-inkscape-font-specification:'KacstPen Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
xml:space="preserve"
sodipodi:insensitive="true"><tspan
id="tspan4384"
style="font-size:4.24744463px;line-height:4.52999973px;stroke-width:0.26458332px"
y="133.61443"
x="18.826149"
sodipodi:role="line">2. Digitizing puff to where the</tspan><tspan
id="tspan4388"
style="font-size:4.24744463px;line-height:4.52999973px;stroke-width:0.26458332px"
y="138.28244"
x="18.826149"
sodipodi:role="line">stitches are surrounding the </tspan><tspan
id="tspan4390"
style="font-size:4.24744463px;line-height:4.52999973px;stroke-width:0.26458332px"
y="142.95045"
x="18.826149"
sodipodi:role="line">entire embroidery area to aid</tspan><tspan
id="tspan4392"
style="font-size:4.24744463px;line-height:4.52999973px;stroke-width:0.26458332px"
y="147.61845"
x="18.826149"
sodipodi:role="line">in foam removal.</tspan></text>
<text
id="text4396"
y="157.14943"
x="18.902344"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:4.24744463px;line-height:4.52999973px;font-family:KacstPen;-inkscape-font-specification:'KacstPen Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
xml:space="preserve"
sodipodi:insensitive="true"><tspan
style="font-size:4.24744463px;line-height:4.52999973px;stroke-width:0.26458332px"
y="157.14943"
x="18.902344"
id="tspan4394"
sodipodi:role="line">3. Use either the pinch or </tspan><tspan
id="tspan4398"
style="font-size:4.24744463px;line-height:4.52999973px;stroke-width:0.26458332px"
y="161.81744"
x="18.902344"
sodipodi:role="line">capping method to</tspan><tspan
id="tspan4400"
style="font-size:4.24744463px;line-height:4.52999973px;stroke-width:0.26458332px"
y="166.48546"
x="18.902344"
sodipodi:role="line">accomplish this. This design</tspan><tspan
id="tspan4402"
style="font-size:4.24744463px;line-height:4.52999973px;stroke-width:0.26458332px"
y="171.15346"
x="18.902344"
sodipodi:role="line">uses the pinching method.</tspan></text>
<text
id="text4406"
y="180.76068"
x="18.713907"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:4.24744463px;line-height:4.52999973px;font-family:KacstPen;-inkscape-font-specification:'KacstPen Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
xml:space="preserve"
sodipodi:insensitive="true"><tspan
style="font-size:4.24744463px;line-height:4.52999973px;stroke-width:0.26458332px"
y="180.76068"
x="18.713907"
id="tspan4404"
sodipodi:role="line">4. After everything stitches</tspan><tspan
id="tspan4410"
style="font-size:4.24744463px;line-height:4.52999973px;stroke-width:0.26458332px"
y="185.4287"
x="18.713907"
sodipodi:role="line">remove the foam and any </tspan><tspan
id="tspan4414"
style="font-size:4.24744463px;line-height:4.52999973px;stroke-width:0.26458332px"
y="190.09671"
x="18.713907"
sodipodi:role="line">post stitching cleanup for the</tspan><tspan
id="tspan4416"
style="font-size:4.24744463px;line-height:4.52999973px;stroke-width:0.26458332px"
y="194.76471"
x="18.713907"
sodipodi:role="line">nubbies that might be around.</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:6.82272196px;line-height:4.52999973px;font-family:KacstPen;-inkscape-font-specification:'KacstPen Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="22.489584"
y="113.50625"
id="text5159"
sodipodi:insensitive="true"><tspan
sodipodi:role="line"
id="tspan5157"
x="22.489584"
y="117.32187"
style="stroke-width:0.26458332px" /></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:4.24744463px;line-height:4.52999973px;font-family:KacstPen;-inkscape-font-specification:'KacstPen Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="18.9895"
y="114.78976"
id="text5163"
sodipodi:insensitive="true"><tspan
sodipodi:role="line"
id="tspan5161"
x="18.9895"
y="114.78976"
style="font-size:4.24744463px;stroke-width:0.26458332px">1. Digitize regular embroidery</tspan><tspan
sodipodi:role="line"
x="18.9895"
y="119.45777"
style="font-size:4.24744463px;stroke-width:0.26458332px"
id="tspan5165">first and then insert a stop</tspan><tspan
sodipodi:role="line"
x="18.9895"
y="124.12578"
style="font-size:4.24744463px;stroke-width:0.26458332px"
id="tspan5167">command (or color change).</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:6.82272196px;line-height:4.52999973px;font-family:KacstPen;-inkscape-font-specification:'KacstPen Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="-10.31875"
y="48.286461"
id="text5171"
sodipodi:insensitive="true"><tspan
sodipodi:role="line"
id="tspan5169"
x="-10.31875"
y="48.286461"
style="stroke-width:0.26458332px">Pinch</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:6.82272243px;line-height:4.52999973px;font-family:KacstPen;-inkscape-font-specification:'KacstPen Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="92.060493"
y="48.348522"
id="text5171-4"
sodipodi:insensitive="true"><tspan
sodipodi:role="line"
id="tspan5169-6"
x="92.060493"
y="48.348522"
style="stroke-width:0.26458332px">Pinch</tspan></text>
<path
id="path5193"
style="opacity:1;fill:none;fill-opacity:1;stroke:#191d1f;stroke-width:0.17303587;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 4.9063396,36.242409 11.086965,34.1822 12.002612,39.218266 M 6.0508997,43.10977 10.858053,34.1822"
inkscape:connector-curvature="0"
sodipodi:insensitive="true" />
<path
id="path5198"
style="opacity:1;fill:none;fill-opacity:1;stroke:#191d1f;stroke-width:0.13721515;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 87.897821,40.254028 0.907622,-6.897921 5.990297,0.181525 m 1.633718,7.987065 c -0.726096,-0.544573 -7.442492,-8.16859 -7.442492,-8.16859"
inkscape:connector-curvature="0"
sodipodi:insensitive="true" />
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Regular Embroidery">
<path
id="path4624"
style="opacity:1;fill:none;fill-opacity:1;stroke:#191d1f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 43.193229,56.554687 0.264583,6.813021 M 35.454166,53.908853 34.925,61.647916 m -4.828646,-11.1125 -2.050521,8.003646 M 24.143229,45.442187 21.100521,52.321354 M 20.174479,38.496875 c -0.132292,0.264583 -4.497917,6.01927 -4.497917,6.01927 m 1.918229,-11.840104 -4.43177,6.283854 m 2.579687,-9.591145 -2.910416,7.540625 m 0.198437,-6.085417 -1.785937,6.548437 m 0.992187,-6.482291 -2.8442708,6.482291 m 2.6458338,-7.9375 -5.2916671,4.696355 M 11.972396,27.715104 5.4239583,30.360937 M 11.377083,25.796875 3.0427083,24.738541 M 10.914062,24.341666 3.7703125,21.034375 m 7.7390625,2.711979 -4.1010418,-6.416146 m 7.5406248,4.630208 -2.645833,-7.011458 m 5.225521,5.688542 -0.595313,-7.540625 m 1.389063,6.945312 4.696354,-7.14375 m -4.960938,9.723438 7.011459,-4.696354 m -6.151563,9.657291 7.209896,-3.836458 m -5.027083,11.377083 6.746874,-4.497917 m -4.43177,12.104688 6.482291,-5.754688 m -0.132291,10.980209 5.291666,-6.217709 m 2.315104,10.120313 3.770313,-6.945313 m 4.431771,9.194271 1.521354,-7.606771 m 6.151562,7.9375 v -7.606771 m 6.283854,6.416146 -1.852083,-7.540625 m 7.14375,5.423959 -3.704167,-6.35 m 8.003646,3.770312 -4.7625,-6.680729 m 8.400521,3.307292 -5.490104,-5.423959 m 8.797395,0.727604 -5.688541,-4.034895 m 8.73125,-2.248959 -8.069792,-3.042708 m 9.855729,-3.505729 -6.945312,-3.108854 m 7.672916,-2.579688 -7.540625,-5.159375 m 7.276042,2.778125 -4.167187,-6.81302 m 5.490104,7.9375 0.727604,-7.209896 m 1.984375,8.665104 3.175,-6.746875 m 0,8.334375 4.696354,-4.960938 m -4.101042,5.357813 6.019271,-3.175 m -6.416146,4.233333 7.011458,-0.595312 m -7.937499,2.38125 6.680729,2.778125 m -7.276042,-0.859896 5.754687,5.688541 m -5.953124,-4.7625 3.175,7.805209 m -5.688542,-8.003646 2.645833,7.739062 m -6.746875,-1.521354 c 0.264584,0.132292 5.357813,6.945313 5.357813,6.945313 m -9.458854,0.859895 6.746875,5.953125 M 71.437499,49.212499 c 0.198438,0.264584 4.960938,5.953125 4.960938,5.953125 M 64.095312,54.173437 c 0,0.264583 3.902604,6.813021 3.902604,6.813021 M 56.620833,56.488541 c -0.06615,0.330729 1.322916,7.342187 1.322916,7.342187 m -8.202083,-6.548437 0.463021,6.945312 m -2.116667,-2.05052 c 0,0 8.003646,-0.132292 9.988021,-0.727605 0,0 11.773959,-2.381249 19.182292,-10.451041 0,0 5.88698,-5.423958 9.194271,-15.54427 0,0 3.108854,1.719791 5.225521,-2.513542 l 2.050521,-8.400521 c 0,0 0.06615,-2.645833 -1.256771,-3.96875 l -12.038542,-6.35 c 0,0 -3.63802,-0.859896 -3.042708,3.042708 0,0 -0.529167,11.046355 -3.042708,15.544271 0,0 -4.894792,14.022917 -16.66875,16.007292 0,0 -16.073438,4.365625 -25.796875,-6.019271 0,0 -8.929688,-8.929687 -9.260417,-25.532292 0,0 0.396875,-3.571875 -3.307292,-2.778125 L 7.6067708,20.769792 c 0,0 -1.5875,1.058333 -1.190625,4.233333 l 2.0505209,7.540625 c 0,0 1.2567708,4.365625 5.0932293,2.778125 0,0 2.778125,8.73125 6.548437,12.567708 0,0 8.069792,10.847917 20.902084,13.229167 0,0 0.661458,0.330729 3.770312,0.595312 m 3.241145,-2.711979 c 0,0 10.649479,0.264583 15.411979,-2.447396 0,0 9.591147,-3.770312 14.022918,-10.517187 0,0 4.696354,-5.886979 6.879167,-13.49375 0,0 0.06615,-1.521354 1.389062,-1.124479 l 2.447396,1.322916 c 0,0 0.859896,-2.05052 1.322917,-3.902604 0,0 1.190625,-4.431771 1.124479,-5.490104 l -9.988021,-5.423958 c 0,0 -0.859896,9.458854 -1.852083,11.509375 0,0 -2.910417,13.427604 -14.089063,19.909896 0,0 -6.283854,4.101041 -16.933333,3.505729 0,0 -12.303125,0 -20.042188,-10.054167 0,0 -7.606771,-8.665104 -8.268229,-24.804687 l -9.8557292,5.093229 v 1.322916 l 0.8598962,3.373438 0.859896,3.571875 c 0,0 0.330729,1.190625 0.79375,1.256771 l 2.315104,-1.256771 c 0,0 0.79375,-0.595313 1.256771,0.926042 0,0 3.704166,12.7 12.170833,19.116145 0,0 6.813021,6.085417 16.999479,7.209897"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
embroider_satin_column="True"
embroider_center_walk_underlay="True" />
<path
embroider_center_walk_underlay_stitch_length_mm="1"
embroider_center_walk_underlay="True"
embroider_trim_after="True"
embroider_stop_after="True"
embroider_zigzag_spacing_mm="0.33"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="m 50.336979,56.422395 1.058333,8.466667 m -4.564063,-8.334375 -0.264583,8.202083 m -3.96875,-8.598958 -1.521354,8.334375 M 39.6875,60.721874 c 0,0 8.863541,2.38125 14.089062,1.190625 M 39.819791,57.546874 c 0,0 8.268229,2.579688 14.419792,1.190625"
style="opacity:1;fill:none;fill-opacity:1;stroke:#191d1f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4664" />
</g>
<g
inkscape:label="Puff Elements"
id="layer3"
inkscape:groupmode="layer"
style="display:inline">
<path
embroider_zigzag_underlay_spacing_mm="3.75"
embroider_zigzag_underlay_inset_mm=".05"
embroider_zigzag_underlay="True"
embroider_contour_underlay_stitch_length_mm="1"
embroider_contour_underlay_inset_mm="0.05"
embroider_contour_underlay="True"
embroider_trim_after="True"
embroider_zigzag_spacing_mm="0.18"
embroider_satin_column="True"
inkscape:connector-curvature="0"
d="M 12.567708,34.225743 8.4099701,29.690031 M 13.229167,34.225743 6.9453124,22.69747 M 13.65439,33.80052 12.284226,19.012202 M 13.985119,34.509225 21.59189,14.098512 M 15.686012,40.178868 28.111979,30.30424 m -8.976934,18.190103 10.394344,-9.591145 m -1.228421,16.725447 6.898063,-10.725073 m 3.543528,15.875 3.307291,-12.709451 m 6.709077,14.221354 -0.09449,-15.119048 M 69.216888,57.046055 63.358259,44.242114 M 77.343377,50.289732 67.752232,39.233927 M 83.957961,41.076562 73.232885,32.38311 m 12.425968,1.984375 c 0,0 -10.299851,-10.016369 -10.252604,-9.827381 m 10.110864,8.504465 -7.087055,-18.804316 m 7.370535,19.371278 6.898066,-12.803942 m -6.094865,13.134671 6.000372,-4.913688 m -80.934151,4.441219 c 0,0 0.614211,0.09449 0.850446,-0.04725 l 2.173363,-1.086678 c 0,0 3.165551,8.976934 4.960938,11.150298 0,0 4.630208,7.559523 11.859003,11.57552 0,0 7.748512,4.535715 16.536458,4.913691 0,0 10.252605,0.47247 17.62314,-3.449033 0,0 8.598959,-4.063244 12.284226,-9.732887 0,0 5.71689,-6.66183 7.370536,-14.552083 l 2.22061,1.27567 c 0,0 0.472471,0.236235 1.086682,-0.141742 M 11.244792,33.044569 c 0,0 -0.661459,-0.566965 -0.708706,-1.039434 L 8.5989584,24.634598 c 0,0 -0.1889881,-1.937128 0.3779761,-2.173363 L 20.599702,16.366369 c 0,0 -0.566964,2.173363 0.377977,6.520089 0,0 1.181175,13.370908 9.118675,21.213914 0,0 6.567337,7.984747 19.84375,7.984747 0,0 9.732887,0.09449 16.6782,-5.008185 0,0 7.795759,-5.669642 10.677827,-15.827753 0,0 2.882069,-9.68564 2.173363,-14.788318 l 11.528274,6.000372 c 0,0 0.897694,0.188988 0.425223,2.031622 l -1.795387,7.559524 c 0,0 -0.425223,0.850446 -0.566964,0.992187"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4474" />
</g>
</svg>

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 20 KiB

File diff suppressed because one or more lines are too long

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 49 KiB

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 107 KiB

Wyświetl plik

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 8.0 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 8.0 KiB

Wyświetl plik

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 938 B

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 938 B

Wyświetl plik

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 1.5 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 1.5 KiB

Wyświetl plik

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 19 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 19 KiB

Wyświetl plik

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 2.0 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 2.0 KiB

Wyświetl plik

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 3.0 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 3.0 KiB

Wyświetl plik

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 38 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 38 KiB

Wyświetl plik

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 4.0 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 4.0 KiB

Wyświetl plik

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 6.0 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 6.0 KiB

Wyświetl plik

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 39 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 39 KiB

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 442 KiB

Wyświetl plik

@ -1,10 +0,0 @@
[<img src="soulstorm_brew_patch.jpg" width="300">](soulstorm_brew_patch.jpg) ![soulstorm_brew_orig.jpg](soulstorm_brew_orig.jpg)
![super_hero_patch.jpg](super_hero_patch.jpg)
![orca_patch.jpg](orca_patch.jpg)
![amazon_checkmark_i.jpg](amazon_checkmark_i.jpg)
![clinton_poker_league.jpg](clinton_poker_league.jpg)
![firepants.jpg](firepants.jpg)
![i_heart_vectors.jpg](i_heart_vectors.jpg)
![README.md](README.md)
![seven_deuce.jpg](seven_deuce.jpg)
![SRE_Weekly.jpg](SRE_Weekly.jpg)

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 536 KiB

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 385 KiB

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