Hello community, here is the log from the commit of package forkstat for openSUSE:Factory checked in at 2017-05-18 20:50:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/forkstat (Old) and /work/SRC/openSUSE:Factory/.forkstat.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "forkstat" Thu May 18 20:50:08 2017 rev:2 rq:495694 version:0.01.17 Changes: -------- --- /work/SRC/openSUSE:Factory/forkstat/forkstat.changes 2016-09-21 18:46:42.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.forkstat.new/forkstat.changes 2017-05-18 20:50:14.035055450 +0200 @@ -1,0 +2,33 @@ +Wed May 10 14:53:13 UTC 2017 - mar...@gmx.de + +- update to version 0.01.17 + * Makefile: bump version + * Manual: update copyright year and manual date + * Makefile: add snapcraft to make dist rule + * Add variable pid size handling. + * Remove redundant free on a null pointer + * Add snapcraft + * Update copyright year + * Manual: expand width of columns to 5i + +- update to version 0.01.16 + * Makefile: bump version + * Make kernel_tasks const + * unconstify arg in parse_ev to fix pedantic build warning + * Clean up formatting on ev_map table + * constify s1 and s2 + * Makefile: add PEDANTIC build flags + +- update to version 0.01.15 + * Makefile: bump version + * forkstat: make counters size_t + * forkstat: voidify return from fclose + * Debian: fix spelling mistake in changelog + +- update to version 0.01.14 + * Makefile: bump version + * debian/control: update Standards-Version to 3.9.8 + * debian/rules: make build reproducible (Closes: #833439) + * Update copyright year to 2016 + +------------------------------------------------------------------- Old: ---- forkstat-0.01.13.tar.gz New: ---- forkstat-0.01.17.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ forkstat.spec ++++++ --- /var/tmp/diff_new_pack.EDuyTV/_old 2017-05-18 20:50:14.922930148 +0200 +++ /var/tmp/diff_new_pack.EDuyTV/_new 2017-05-18 20:50:14.926929583 +0200 @@ -1,7 +1,8 @@ # # spec file for package forkstat # -# Copyright (c) 2015, Martin Hauke <mar...@gmx.de> +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017, Martin Hauke <mar...@gmx.de> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +18,7 @@ Name: forkstat -Version: 0.01.13 +Version: 0.01.17 Release: 0 Summary: Process fork/exec/exit monitoring tool License: GPL-2.0+ @@ -45,6 +46,6 @@ %defattr(-,root,root) %%doc COPYING %{_bindir}/forkstat -%{_mandir}/man8/* +%{_mandir}/man8/forkstat.8%{ext_man} %changelog ++++++ forkstat-0.01.13.tar.gz -> forkstat-0.01.17.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/forkstat-0.01.13/Makefile new/forkstat-0.01.17/Makefile --- old/forkstat-0.01.13/Makefile 2015-11-30 14:02:33.000000000 +0100 +++ new/forkstat-0.01.17/Makefile 2017-04-14 18:37:45.000000000 +0200 @@ -1,5 +1,5 @@ # -# Copyright (C) 2014-2015 Canonical, Ltd. +# Copyright (C) 2014-2017 Canonical, Ltd. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -16,12 +16,21 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -VERSION=0.01.13 +VERSION=0.01.17 # # Version "Frantic Forking Finder" # CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 +# +# Pedantic flags +# +ifeq ($(PEDANTIC),1) +CFLAGS += -Wabi -Wcast-qual -Wfloat-equal -Wmissing-declarations \ + -Wmissing-format-attribute -Wno-long-long -Wpacked \ + -Wredundant-decls -Wshadow -Wno-missing-field-initializers \ + -Wno-missing-braces -Wno-sign-compare -Wno-multichar +endif export DEB_BUILD_HARDENING=1 @@ -38,7 +47,7 @@ rm -rf forkstat-$(VERSION) mkdir forkstat-$(VERSION) cp -rp Makefile forkstat.c forkstat.8 mascot COPYING \ - forkstat-$(VERSION) + snapcraft forkstat-$(VERSION) tar -zcf forkstat-$(VERSION).tar.gz forkstat-$(VERSION) rm -rf forkstat-$(VERSION) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/forkstat-0.01.13/forkstat.8 new/forkstat-0.01.17/forkstat.8 --- old/forkstat-0.01.13/forkstat.8 2015-11-30 14:02:33.000000000 +0100 +++ new/forkstat-0.01.17/forkstat.8 2017-04-14 18:37:45.000000000 +0200 @@ -2,7 +2,7 @@ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH FORKSTAT 8 "18 May, 2015" +.TH FORKSTAT 8 "14 April, 2017" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: @@ -42,14 +42,16 @@ Forkstat will display several columns of process related information: .TS -l lw(3i). +l lw(5i). \fBTitle Description\fR Time When the fork/exec/exit event occurred. Event Type of event. PID Process or thread ID. Info Parent or child if a fork, or exit value. -Duration On exit, the duration the command ran for in seconds. +Duration T{ +On exit, the duration the command ran for in seconds. Process The process name. The name will be in [ ] brackets if it is a kernel thread. +T} .TE .SH OPTIONS forkstat options are as follow: @@ -64,7 +66,7 @@ specify events to trace as a comma seperated list. By default the fork, exec and exit events are traced. Available events are: .TS -l lw(3i). +l lw(5i). \fBEvent Description\fR fork forks exec execs @@ -120,7 +122,7 @@ This manual page was written by Colin King <colin.k...@canonical.com>, for the Ubuntu project (but may be used by others). .SH COPYRIGHT -Copyright \(co 2014-2015 Canonical Ltd. +Copyright \(co 2014-2017 Canonical Ltd. .br This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/forkstat-0.01.13/forkstat.c new/forkstat-0.01.17/forkstat.c --- old/forkstat-0.01.13/forkstat.c 2015-11-30 14:02:33.000000000 +0100 +++ new/forkstat-0.01.17/forkstat.c 2017-04-14 18:37:45.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2015 Canonical Ltd. + * Copyright (C) 2014-2017 Canonical Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -121,14 +121,14 @@ /* Mapping of event names to option flags and event_t types */ static const ev_map_t ev_map[] = { - { "fork", "Fork", OPT_EV_FORK, STAT_FORK }, - { "exec", "Exec", OPT_EV_EXEC, STAT_EXEC }, - { "exit", "Exit", OPT_EV_EXIT, STAT_EXIT }, - { "core", "Coredump", OPT_EV_CORE, STAT_CORE }, - { "comm", "Comm", OPT_EV_COMM, STAT_COMM }, - { "clone","Clone", OPT_EV_CLNE, STAT_CLNE }, - { "all", "" , OPT_EV_ALL, 0 }, - { NULL , NULL, 0, 0 } + { "fork", "Fork", OPT_EV_FORK, STAT_FORK }, + { "exec", "Exec", OPT_EV_EXEC, STAT_EXEC }, + { "exit", "Exit", OPT_EV_EXIT, STAT_EXIT }, + { "core", "Coredump", OPT_EV_CORE, STAT_CORE }, + { "comm", "Comm", OPT_EV_COMM, STAT_COMM }, + { "clone","Clone", OPT_EV_CLNE, STAT_CLNE }, + { "all", "", OPT_EV_ALL, 0 }, + { NULL, NULL, 0, 0 } }; #define KERN_TASK_INFO(str) { str, sizeof(str) - 1 } @@ -206,6 +206,42 @@ static proc_info_t *proc_info_get(pid_t pid); /* + * pid_max_digits() + * determine (or guess) maximum digits of pids + */ +static int pid_max_digits(void) +{ + static int max_digits; + ssize_t n; + int fd; + const int default_digits = 6; + const int min_digits = 5; + char buf[32]; + + if (max_digits) + goto ret; + + max_digits = default_digits; + fd = open("/proc/sys/kernel/pid_max", O_RDONLY); + if (fd < 0) + goto ret; + n = read(fd, buf, sizeof(buf) - 1); + (void)close(fd); + if (n < 0) + goto ret; + + buf[n] = '\0'; + max_digits = 0; + while (buf[max_digits] >= '0' && buf[max_digits] <= '9') + max_digits++; + if (max_digits < min_digits) + max_digits = min_digits; +ret: + return max_digits; + +} + +/* * get_parent_pid() * get parent pid and set is_thread to true if process * not forked but a newly created thread @@ -240,7 +276,7 @@ } } } - fclose(fp); + (void)fclose(fp); if ((got & GOT_ALL) == GOT_ALL) { /* TGID and PID are not the same if it is a thread */ @@ -320,7 +356,7 @@ * Until we have better kernel support to map /proc/timer_stats * pids to containerised pids this is the best we can do. */ - static kernel_task_info kernel_tasks[] = { + static const kernel_task_info kernel_tasks[] = { KERN_TASK_INFO("swapper/"), KERN_TASK_INFO("kworker/"), KERN_TASK_INFO("ksoftirqd/"), @@ -380,10 +416,15 @@ */ static void print_heading(void) { + int pid_size; + if (opt_flags & OPT_QUIET) return; - printf("Time Event PID Info Duration Process\n"); + pid_size = pid_max_digits(); + + printf("Time Event %*.*s Info Duration Process\n", + pid_size, pid_size, "PID"); } /* @@ -414,7 +455,7 @@ * proc_info_hash() * hash on PID */ -static inline int proc_info_hash(const pid_t pid) +static inline size_t proc_info_hash(const pid_t pid) { return pid % MAX_PIDS; } @@ -483,8 +524,8 @@ */ static int stats_cmp(const void *v1, const void *v2) { - proc_stats_t **s1 = (proc_stats_t **)v1; - proc_stats_t **s2 = (proc_stats_t **)v2; + proc_stats_t *const *s1 = (proc_stats_t *const *)v1; + proc_stats_t *const *s2 = (proc_stats_t *const *)v2; if ((*s2)->total == (*s1)->total) return 0; @@ -498,8 +539,7 @@ */ static void proc_stats_report(void) { - int i; - int n = 0; + size_t i, n = 0; proc_stats_t *stats, **sorted; if (!(opt_flags & OPT_STATS)) @@ -547,7 +587,7 @@ */ static void proc_stats_free(void) { - int i; + size_t i; for (i = 0; i < MAX_PIDS; i++) { proc_stats_t *stats = proc_stats[i]; @@ -646,7 +686,7 @@ */ static proc_info_t *proc_info_get(const pid_t pid) { - int i = proc_info_hash(pid); + size_t i = proc_info_hash(pid); proc_info_t *info = proc_info[i]; while (info) { @@ -663,7 +703,7 @@ */ static void proc_info_free(const pid_t pid) { - int i = proc_info_hash(pid); + size_t i = proc_info_hash(pid); proc_info_t *info = proc_info[i]; while (info) { @@ -683,7 +723,7 @@ */ static void proc_info_unload(void) { - int i; + size_t i; for (i = 0; i < MAX_PIDS; i++) { proc_info_t *info = proc_info[i]; @@ -723,14 +763,13 @@ */ static proc_info_t *proc_info_add(const pid_t pid, struct timeval *tv) { - int i = proc_info_hash(pid); + size_t i = proc_info_hash(pid); proc_info_t *info; char *cmdline; - if ((cmdline = proc_cmdline(pid)) == NULL) { - free(cmdline); + cmdline = proc_cmdline(pid); + if (!cmdline) return NULL; - } /* Re-use any info on the list if it's free */ info = proc_info[i]; @@ -929,6 +968,7 @@ static int monitor(const int sock) { struct nlmsghdr *nlmsghdr; + const int pid_size = pid_max_digits(); print_heading(); set_priority(); @@ -1031,19 +1071,19 @@ if (info1 != NULL && info2 != NULL) { char *type = is_thread ? "clone" : "fork"; row_increment(); - printf("%s %-5.5s %5d parent %8s %s%s%s\n", + printf("%s %-5.5s %*d parent %8s %s%s%s\n", when, type, - ppid, + pid_size, ppid, "", info1->kernel_thread ? "[" : "", info1->cmdline, info1->kernel_thread ? "]" : ""); row_increment(); - printf("%s %-5.5s %5d %-6.6s %8s %s%s%s\n", + printf("%s %-5.5s %*d %-6.6s %8s %s%s%s\n", when, type, - proc_ev->event_data.fork.child_pid, + pid_size, proc_ev->event_data.fork.child_pid, is_thread ? "thread" : "child", "", info1->kernel_thread ? "[" : "", @@ -1057,9 +1097,9 @@ info1 = proc_info_update(proc_ev->event_data.exec.process_pid); if (!(opt_flags & OPT_QUIET) && (opt_flags & OPT_EV_EXEC)) { row_increment(); - printf("%s exec %5d %8s %s%s%s\n", + printf("%s exec %*d %8s %s%s%s\n", when, - proc_ev->event_data.exec.process_pid, + pid_size, proc_ev->event_data.exec.process_pid, "", info1->kernel_thread ? "[" : "", info1->cmdline, @@ -1083,9 +1123,9 @@ snprintf(duration, sizeof(duration), "unknown"); } row_increment(); - printf("%s exit %5d %5d %8s %s%s%s\n", + printf("%s exit %*d %5d %8s %s%s%s\n", when, - proc_ev->event_data.exit.process_pid, + pid_size, proc_ev->event_data.exit.process_pid, proc_ev->event_data.exit.exit_code, duration, info1->kernel_thread ? "[" : "", @@ -1101,9 +1141,9 @@ if (!(opt_flags & OPT_QUIET) && (opt_flags & OPT_EV_CORE)) { info1 = proc_info_get(proc_ev->event_data.coredump.process_pid); row_increment(); - printf("%s core %5d %8s %s%s%s\n", + printf("%s core %*d %8s %s%s%s\n", when, - proc_ev->event_data.exit.process_pid, + pid_size, proc_ev->event_data.exit.process_pid, "", info1->kernel_thread ? "[" : "", info1->cmdline, @@ -1121,9 +1161,9 @@ break; row_increment(); - printf("%s comm %5d %8s %s%s%s -> %s\n", + printf("%s comm %*d %8s %s%s%s -> %s\n", when, - proc_ev->event_data.exit.process_pid, + pid_size, proc_ev->event_data.exit.process_pid, "", info1->kernel_thread ? "[" : "", info1->cmdline, @@ -1162,12 +1202,12 @@ * parse_ev() * parse event strings, turn into flag mask */ -static int parse_ev(const char *arg) +static int parse_ev(char *arg) { char *str, *token; - for (str = (char*)arg; (token = strtok(str, ",")) != NULL; str = NULL) { - int i; + for (str = arg; (token = strtok(str, ",")) != NULL; str = NULL) { + size_t i; bool found = false; for (i = 0; ev_map[i].event; i++) { @@ -1186,7 +1226,8 @@ int main(int argc, char * const argv[]) { - int i, sock = -1, ret = EXIT_FAILURE; + size_t i; + int sock = -1, ret = EXIT_FAILURE; struct sigaction new_action; for (;;) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/forkstat-0.01.13/mascot/forkstat-icon.svg new/forkstat-0.01.17/mascot/forkstat-icon.svg --- old/forkstat-0.01.13/mascot/forkstat-icon.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/forkstat-0.01.17/mascot/forkstat-icon.svg 2017-04-14 18:37:45.000000000 +0200 @@ -0,0 +1,744 @@ +<?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="210mm" + height="297mm" + viewBox="0 0 744.09448819 1052.3622047" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="forkstat-icon.svg" + inkscape:export-filename="/home/king/Desktop/forkstat.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <inkscape:path-effect + effect="powerstroke" + id="path-effect5073" + is_visible="true" + offset_points="0,0.49226354" + sort_points="true" + interpolator_type="CubicBezierJohan" + interpolator_beta="0.2" + start_linecap_type="zerowidth" + linejoin_type="round" + miter_limit="4" + end_linecap_type="zerowidth" + cusp_linecap_type="round" /> + <inkscape:path-effect + effect="skeletal" + id="path-effect5045" + is_visible="true" + pattern="m -1.4285714,6.4285714 c 0,-2.76 2.23999997,-5 5,-5 2.76,0 5,2.24 5,5 0,2.76 -2.24,4.9999996 -5,4.9999996 -2.76000003,0 -5,-2.2399996 -5,-4.9999996 z" + copytype="single_stretched" + prop_scale="1" + scale_y_rel="false" + spacing="0" + normal_offset="0" + tang_offset="0" + prop_units="false" + vertical_pattern="false" + fuse_tolerance="0" /> + <inkscape:path-effect + effect="skeletal" + id="path-effect5037" + is_visible="true" + pattern="M 0,5 C 0,2.24 2.24,0 5,0 7.76,0 10,2.24 10,5 10,7.76 7.76,10 5,10 2.24,10 0,7.76 0,5 Z" + copytype="single_stretched" + prop_scale="1" + scale_y_rel="false" + spacing="0" + normal_offset="0" + tang_offset="0" + prop_units="false" + vertical_pattern="false" + fuse_tolerance="0" /> + <inkscape:path-effect + effect="skeletal" + id="path-effect5029" + is_visible="true" + pattern="m -0.50507627,6.5152288 c 0,-2.76 2.23999997,-5 4.99999997,-5 2.76,0 5,2.24 5,5 0,2.76 -2.24,5.0000002 -5,5.0000002 -2.76,0 -4.99999997,-2.2400002 -4.99999997,-5.0000002 z" + copytype="single_stretched" + prop_scale="1" + scale_y_rel="false" + spacing="0" + normal_offset="0" + tang_offset="0" + prop_units="false" + vertical_pattern="false" + fuse_tolerance="0" /> + <inkscape:path-effect + effect="skeletal" + id="path-effect5023" + is_visible="true" + pattern="M 0,5 C 0,2.24 2.24,0 5,0 7.76,0 10,2.24 10,5 10,7.76 7.76,10 5,10 2.24,10 0,7.76 0,5 Z" + copytype="single_stretched" + prop_scale="1" + scale_y_rel="false" + spacing="0" + normal_offset="0" + tang_offset="0" + prop_units="false" + vertical_pattern="false" + fuse_tolerance="0" /> + <inkscape:path-effect + effect="skeletal" + id="path-effect5011" + is_visible="true" + pattern="M -10.101525,5 C -10.101525,2.24 -7.8615255,-1.8827154e-8 -5.1015255,-1.8827154e-8 -2.3415255,-1.8827154e-8 -0.10152548,2.24 -0.10152548,5 c 0,2.7600004 -2.24000002,5 -5.00000002,5 -2.76,0 -4.9999995,-2.2399996 -4.9999995,-5 z" + copytype="single_stretched" + prop_scale="1" + scale_y_rel="false" + spacing="0" + normal_offset="0" + tang_offset="0" + prop_units="false" + vertical_pattern="false" + fuse_tolerance="0" /> + <inkscape:path-effect + effect="skeletal" + id="path-effect4975" + is_visible="true" + pattern="M 0,5 C 0,2.24 2.24,0 5,0 7.76,0 10,2.24 10,5 10,7.76 7.76,10 5,10 2.24,10 0,7.76 0,5 Z" + copytype="single_stretched" + prop_scale="1" + scale_y_rel="false" + spacing="0" + normal_offset="0" + tang_offset="0" + prop_units="false" + vertical_pattern="false" + fuse_tolerance="0" /> + <inkscape:path-effect + effect="skeletal" + id="path-effect4961" + is_visible="true" + pattern="M 0,5 C 0,2.24 2.24,0 5,0 7.76,0 10,2.24 10,5 10,7.76 7.76,10 5,10 2.24,10 0,7.76 0,5 Z" + copytype="single_stretched" + prop_scale="1" + scale_y_rel="false" + spacing="0" + normal_offset="0" + tang_offset="0" + prop_units="false" + vertical_pattern="false" + fuse_tolerance="0" /> + <inkscape:path-effect + effect="skeletal" + id="path-effect4901" + is_visible="true" + pattern="M 0,5 C 0,2.24 2.24,0 5,0 7.76,0 10,2.24 10,5 10,7.76 7.76,10 5,10 2.24,10 0,7.76 0,5 Z" + copytype="single_stretched" + prop_scale="1" + scale_y_rel="false" + spacing="0" + normal_offset="0" + tang_offset="0" + prop_units="false" + vertical_pattern="false" + fuse_tolerance="0" /> + <inkscape:path-effect + effect="skeletal" + id="path-effect3921" + is_visible="true" + pattern="m 176.30602,-207.0921 c 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 z" + copytype="single_stretched" + prop_scale="1" + scale_y_rel="false" + spacing="0" + normal_offset="0" + tang_offset="0" + prop_units="false" + vertical_pattern="false" + fuse_tolerance="0" /> + <inkscape:path-effect + effect="skeletal" + id="path-effect3797" + is_visible="true" + pattern="m 74.285714,0.71428571 c 0,-2.76000001 2.24,-5.00000001 5,-5.00000001 2.76,0 5,2.24 5,5.00000001 0,2.75999999 -2.24,4.99999999 -5,4.99999999 -2.76,0 -5,-2.24 -5,-4.99999999 z" + copytype="single_stretched" + prop_scale="1" + scale_y_rel="false" + spacing="0" + normal_offset="0" + tang_offset="0" + prop_units="false" + vertical_pattern="false" + fuse_tolerance="0" /> + <inkscape:path-effect + effect="skeletal" + id="path-effect3789" + is_visible="true" + pattern="M 0,5 C 0,2.24 2.24,0 5,0 7.76,0 10,2.24 10,5 10,7.76 7.76,10 5,10 2.24,10 0,7.76 0,5 Z" + copytype="single_stretched" + prop_scale="1" + scale_y_rel="false" + spacing="0" + normal_offset="0" + tang_offset="0" + prop_units="false" + vertical_pattern="false" + fuse_tolerance="0" /> + <inkscape:path-effect + effect="skeletal" + id="path-effect3651" + is_visible="true" + pattern="M 0,5 C 0,2.24 2.24,0 5,0 7.76,0 10,2.24 10,5 10,7.76 7.76,10 5,10 2.24,10 0,7.76 0,5 Z" + copytype="single_stretched" + prop_scale="1" + scale_y_rel="false" + spacing="0" + normal_offset="0" + tang_offset="0" + prop_units="false" + vertical_pattern="false" + fuse_tolerance="0" /> + <inkscape:path-effect + effect="skeletal" + id="path-effect3624" + is_visible="true" + pattern="m 3.2904298,-21.565991 c 0,-2.76 2.24,-5 5,-5 2.7600002,0 4.9999992,2.24 4.9999992,5 0,2.76 -2.239999,5 -4.9999992,5 -2.76,0 -5,-2.24 -5,-5 z" + copytype="single_stretched" + prop_scale="1" + scale_y_rel="false" + spacing="0" + normal_offset="0" + tang_offset="0" + prop_units="false" + vertical_pattern="false" + fuse_tolerance="0" /> + <inkscape:path-effect + effect="skeletal" + id="path-effect3797-1" + is_visible="true" + pattern="m 2.5008123,5.7103271 c 0,-2.76 2.24,-4.99999999 5,-4.99999999 2.7599997,0 4.9999997,2.23999999 4.9999997,4.99999999 0,2.76 -2.24,4.9999999 -4.9999997,4.9999999 -2.76,0 -5,-2.2399999 -5,-4.9999999 z" + copytype="single_stretched" + prop_scale="1" + scale_y_rel="false" + spacing="0" + normal_offset="0" + tang_offset="0" + prop_units="false" + vertical_pattern="false" + fuse_tolerance="0" /> + <inkscape:path-effect + effect="skeletal" + id="path-effect3789-2" + is_visible="true" + pattern="m 71.072241,1.4246128 c 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 z" + copytype="single_stretched" + prop_scale="1" + scale_y_rel="false" + spacing="0" + normal_offset="0" + tang_offset="0" + prop_units="false" + vertical_pattern="false" + fuse_tolerance="0" /> + <inkscape:path-effect + effect="skeletal" + id="path-effect3789-7" + is_visible="true" + pattern="m 137.86031,-5.0045465 c 0,-2.76 2.24,-4.9999995 5,-4.9999995 2.76,0 5,2.2399995 5,4.9999995 0,2.76 -2.24,5.00000005 -5,5.00000005 -2.76,0 -5,-2.24000005 -5,-5.00000005 z" + copytype="single_stretched" + prop_scale="1" + scale_y_rel="false" + spacing="0" + normal_offset="0" + tang_offset="0" + prop_units="false" + vertical_pattern="false" + fuse_tolerance="0" /> + <inkscape:path-effect + effect="skeletal" + id="path-effect3921-1" + is_visible="true" + pattern="m 254.52829,-214.49275 c 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 z" + copytype="single_stretched" + prop_scale="1" + scale_y_rel="false" + spacing="0" + normal_offset="0" + tang_offset="0" + prop_units="false" + vertical_pattern="false" + fuse_tolerance="0" /> + <inkscape:path-effect + effect="skeletal" + id="path-effect3921-5" + is_visible="true" + pattern="m 314.63236,-253.38363 c 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 z" + copytype="single_stretched" + prop_scale="1" + scale_y_rel="false" + spacing="0" + normal_offset="0" + tang_offset="0" + prop_units="false" + vertical_pattern="false" + fuse_tolerance="0" /> + <inkscape:path-effect + effect="powerstroke" + id="path-effect5073-4" + is_visible="true" + offset_points="0,0.5" + sort_points="true" + interpolator_type="Linear" + interpolator_beta="0.2" + start_linecap_type="zerowidth" + linejoin_type="round" + miter_limit="4" + end_linecap_type="zerowidth" + cusp_linecap_type="round" /> + <inkscape:path-effect + effect="powerstroke" + id="path-effect5073-0" + is_visible="true" + offset_points="0,0.5" + sort_points="true" + interpolator_type="Linear" + interpolator_beta="0.2" + start_linecap_type="zerowidth" + linejoin_type="round" + miter_limit="4" + end_linecap_type="zerowidth" + cusp_linecap_type="round" /> + <inkscape:path-effect + effect="powerstroke" + id="path-effect5073-0-6" + is_visible="true" + offset_points="0,0.5344808" + sort_points="true" + interpolator_type="Linear" + interpolator_beta="0.2" + start_linecap_type="zerowidth" + linejoin_type="round" + miter_limit="4" + end_linecap_type="zerowidth" + cusp_linecap_type="round" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.50517578" + inkscape:cx="714.19475" + inkscape:cy="586.70375" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:window-width="1362" + inkscape:window-height="919" + inkscape:window-x="176" + inkscape:window-y="27" + inkscape:window-maximized="0" + inkscape:snap-nodes="false" + inkscape:snap-others="false" + inkscape:snap-to-guides="false" + inkscape:snap-grids="false" + inkscape:object-nodes="false" + inkscape:object-paths="false" + showguides="false" + inkscape:snap-intersection-paths="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="photo"> + <rect + style="fill:#e6e6e6;stroke:#e6e6e6;stroke-width:0.94763011;stroke-opacity:1" + id="rect3380" + width="488.99106" + height="487.01154" + x="17.789406" + y="282.30704" + rx="32.832512" + ry="22.223013" /> + <g + id="g5296" + transform="matrix(0.47208687,0,0,0.48815535,123.49455,276.39131)"> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + inkscape:original-d="M 218.32009,51.265369 C 130.20022,412.23367 369.68474,514.14185 369.68474,514.14185" + inkscape:path-effect="#path-effect3624" + id="path3622" + d="m 218.32009,51.265369 c 1.60022,0.390648 -4.29117,24.328191 -9.50565,64.617191 -5.11948,39.55512 -9.66911,97.29708 0.86217,159.16482 0,0 0,2e-5 0,2e-5 2.00723,11.8157 4.5883,23.79345 7.81379,35.82172 10.87606,40.55832 27.40207,75.54 47.14294,104.63401 23.89613,35.24014 50.16212,59.20922 70.58146,74.86875 10.46891,8.02785 18.86423,13.50091 25.04153,17.4061 2.866,1.81181 5.68325,3.54836 7.08057,4.45388 0.80679,0.52306 1.42358,0.9456 1.81621,1.25858 0,0 10e-6,0 10e-6,0 0.40306,0.31592 0.58344,0.53453 0.53162,0.65141 -0.0518,0.11688 -0.33494,0.13 -0.84236,0.0423 0,0 0,0 0,0 -0.50621,-0.0918 -1.22392,-0.28888 -2.15581,-0.6023 -1.85879,-0.62489 -4.46368,-1.67324 -7.82706,-3.25326 -6.63305,-3.11602 -15.7554,-8.06366 -26.81429,-15.56082 -21.66266,-14.68482 -49.55066,-38.40567 -74.78239,-74.16454 -20.85603,-29.57589 -38.269,-65.49222 -49.44048,-107.14116 -3.31366,-12.35382 -5.92622,-24.65477 -7.91233,-36.78598 0,0 0,-2e-5 0,-2e-5 -10.38649,-63.57282 -4.52362,-122.01871 2.37809,-161.78245 7.01902,-40.439643 15.19899,-63.83157 16.03198,-63.628221 z" + style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + inkscape:original-d="m 218.57143,48.07649 c -17.14286,252.85714 42.85714,248.57143 42.85714,248.57143" + inkscape:path-effect="#path-effect3651" + id="path3649" + d="m 218.57143,48.07649 c 1.45494,0.09864 1.47721,14.896971 1.34567,38.729519 -0.12784,23.164031 -0.40824,57.312481 2.00433,92.632791 0.31579,4.62328 0.67014,9.1766 1.06375,13.66937 2.75661,30.82402 6.19213,52.23735 13.96355,72.62449 2.6911,7.05322 5.41056,12.52636 8.59916,17.2248 0,0 1e-5,0 1e-5,0 2.72708,4.00009 5.23648,6.73412 7.80876,8.8196 2.33358,1.91521 4.14859,2.88798 5.69079,3.58835 1.51564,0.50839 2.384,0.94378 2.38119,1.27926 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,10e-6 0,10e-6 -7e-5,0.003 -7e-5,0.003 -7e-5,0.003 0,0 1e-5,0 -10e-5,0.003 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,1e-5 0,1e-5 0,0 0,0 0,0 -0.0141,0.3347 -0.90304,0.55426 -2.72679,0.65544 -1.81922,-0.10407 -4.39631,-0.70762 -7.44222,-2.36807 -3.26785,-1.79427 -6.70828,-4.54885 -10.13765,-8.59153 0,0 -1e-5,0 -1e-5,0 -4.02739,-4.72862 -7.62936,-10.5279 -10.94906,-17.76321 -9.40724,-20.47541 -14.21834,-43.7672 -17.09183,-74.57069 -0.43412,-4.56641 -0.81142,-9.19718 -1.1312,-13.89433 -2.46949,-36.27338 -1.02101,-70.06701 0.89874,-93.620662 1.94663,-23.883555 4.42705,-38.509498 5.72298,-38.421638 z" + style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <ellipse + ry="2.1428571" + rx="2.8571429" + cy="347.36221" + cx="420" + id="path3655" + style="fill:#333333" /> + <ellipse + ry="2.8571429" + rx="2.1428571" + cy="325.21936" + cx="406.42856" + id="path3657" + style="fill:#333333" /> + <ellipse + ry="46.42857" + rx="44.285713" + cy="380.93365" + cx="327.14285" + id="path3659-3" + style="fill:#333333" /> + <ellipse + ry="40" + rx="38.571426" + cy="380.21939" + cx="330.00003" + id="path3659-0" + style="fill:#ffffff" /> + <ellipse + ry="40" + rx="38.571426" + cy="359.50504" + cx="394.28571" + id="path3659-0-0" + style="fill:#ffffff" /> + <ellipse + ry="46.42857" + rx="44.285713" + cy="360.21936" + cx="398.57141" + id="path3659" + style="fill:#333333" /> + <ellipse + ry="40" + rx="38.571426" + cy="360.93362" + cx="397.14285" + id="path3659-0-8" + style="fill:#ffffff" /> + <ellipse + transform="matrix(0.40041791,-0.91633264,0.88658843,0.46255913,0,0)" + ry="18.759388" + rx="19.124306" + cy="439.66321" + cx="-195.7249" + id="path3659-0-80-5" + style="fill:#1a1a1a" /> + <ellipse + transform="matrix(0.44622196,-0.89492232,0.90944262,0.41582945,0,0)" + ry="14.00743" + rx="13.144415" + cy="445.90677" + cx="-214.0788" + id="path3659-0-80-9-5" + style="fill:#ffffff" /> + <ellipse + transform="matrix(0.40041791,-0.91633264,0.88658843,0.46255913,0,0)" + ry="18.759388" + rx="19.124306" + cy="502.08447" + cx="-137.71185" + id="path3659-0-80-1" + style="fill:#1a1a1a" /> + <ellipse + transform="matrix(0.44622196,-0.89492232,0.90944262,0.41582945,0,0)" + ry="14.00743" + rx="13.144415" + cy="504.77771" + cx="-161.18326" + id="path3659-0-80-9-59" + style="fill:#ffffff" /> + <path + inkscape:connector-curvature="0" + inkscape:original-d="M 277.73411,39.505157 C 241.17763,171.84032 285.68116,282.362 285.68116,282.362" + inkscape:path-effect="#path-effect3789" + id="path3787" + d="m 277.73411,39.505157 c 1.46898,0.405793 -1.50191,13.908265 -4.51649,35.83577 -3.12205,22.709159 -5.79834,51.540413 -4.66005,86.015903 0.57437,17.39596 2.03631,33.60871 3.97424,48.5109 2.87678,22.08445 6.45274,39.18365 9.40693,52.37581 1.32474,5.92062 2.63538,11.51489 3.27231,14.60899 0,0 0,0 0,0 0.76166,3.41036 0.94663,5.3343 0.47011,5.50946 -0.47658,0.17519 -1.58174,-1.41091 -3.21834,-4.52469 0,0 0,0 0,0 -1.61308,-3.19796 -3.60628,-7.87508 -5.81327,-14.06164 -4.52561,-12.68597 -9.50261,-30.38534 -13.18896,-52.56193 -2.51615,-15.1183 -4.31552,-31.73891 -4.90195,-49.52701 -1.15615,-35.06888 2.71946,-65.058479 7.70386,-87.593526 4.87541,-22.042318 10.28806,-34.914983 11.47161,-34.588037 z" + style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + inkscape:original-d="M 348.57143,36.647919 C 347.14285,225.21935 394.28571,262.3622 394.28571,262.3622" + inkscape:path-effect="#path-effect3797" + id="path3795" + d="m 348.57143,36.647919 c 1.43694,0.01089 2.35569,12.859068 3.75867,33.571124 1.38849,20.498248 3.33288,49.472457 7.72853,80.529377 0.0972,0.68495 0.19553,1.37121 0.295,2.05866 3.79373,26.22007 8.26067,46.92454 14.35295,66.03478 5.10568,15.94167 9.38675,25.27602 14.00681,33.53567 2.0078,3.58986 3.10407,5.26788 4.34561,7.26578 0.47802,0.7693 0.86151,1.4142 1.0682,1.84545 0.10404,0.21862 0.17242,0.40258 0.20031,0.54626 0.0288,0.14225 0.0173,0.25186 -0.0396,0.32447 0,0 0,0 0,0 0,0 -1e-5,0 -1e-5,0 0,0 0,0 0,0 0,0 0,1e-5 0,1e-5 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 -10e-6,0 -10e-6,0 -0.002,0.003 -0.002,0.003 -0.002,0.003 0,0 0,0 -0.002,0.003 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,10e-6 0,10e-6 0,0 0,0 0,0 0,0 0,0 0,0 0,0 -1e-5,0 -1e-5,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 -0.0592,0.0707 -0.16309,0.1035 -0.31461,0.0959 -0.15344,-0.009 -0.3506,-0.0614 -0.59149,-0.1595 -0.49142,-0.19899 -1.13559,-0.57751 -1.92577,-1.16497 -1.68742,-1.25449 -3.80352,-3.26429 -6.30309,-6.32164 -5.95778,-7.28636 -12.0472,-17.60814 -18.08876,-33.27264 -7.37076,-19.04307 -12.81414,-40.92133 -16.60598,-67.30752 -0.10052,-0.69951 -0.19925,-1.39763 -0.29626,-2.09428 -4.43514,-31.76248 -5.23506,-60.940653 -4.83906,-81.751942 0.398,-20.91689 1.96229,-33.750197 3.25294,-33.740419 z" + style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + inkscape:original-d="M 346.60635,35.929513 C 319.2507,162.0376 352.04814,261.29772 352.04814,261.29772" + inkscape:path-effect="#path-effect3789-2" + id="path3787-4" + d="m 346.60635,35.929513 c 1.45052,0.314651 -0.39102,12.950977 -2.42256,33.315111 -2.10576,21.108137 -4.06504,47.757446 -3.37811,79.616606 0.36059,16.72352 1.39516,32.22652 2.78343,46.49097 l 0,0 c 1.98319,20.35131 4.39338,35.60637 6.39319,47.83098 l 0,0 c 0.89995,5.50103 1.69717,10.26871 2.08138,13.20182 l 0,0 c 0.19976,1.52505 0.31402,2.72539 0.319,3.54672 l 0,0 c 0.002,0.4116 -0.0224,0.73403 -0.0769,0.9622 l 0,0 c 0,0 0,0 0,0 -0.0272,0.11379 -0.0621,0.20471 -0.1046,0.27202 l 0,0 0,0 c -0.0212,0.0337 -0.0444,0.0616 -0.0696,0.0835 -0.0257,0.0223 -0.0535,0.0384 -0.0834,0.0483 -0.0299,0.01 -0.0619,0.0133 -0.0958,0.0105 -0.0333,-0.003 -0.0685,-0.0116 -0.10552,-0.0265 l 0,0 0,0 c -0.0743,-0.03 -0.1558,-0.0844 -0.24463,-0.16309 0,0 0,0 0,0 l 0,0 c -0.17804,-0.15712 -0.38363,-0.4099 -0.61523,-0.75686 l 0,0 c -0.46625,-0.6985 -1.02831,-1.76456 -1.67166,-3.19396 l 0,0 c -1.30838,-2.907 -2.88546,-7.15422 -4.60323,-12.74759 -3.57202,-11.631 -7.37943,-27.76462 -10.16798,-48.00295 l 0,0 c -1.98918,-14.42476 -3.37017,-30.30986 -3.73731,-47.34048 -0.69471,-32.22569 2.43103,-59.999384 6.38049,-80.844292 3.87243,-20.438407 8.17745,-32.572336 9.4191,-32.302995 z" + style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + inkscape:original-d="M 276.78653,41.643957 C 275.35795,230.21539 323.51096,273.41916 323.51096,273.41916" + inkscape:path-effect="#path-effect3797-1" + id="path3795-5" + d="m 276.78653,41.643957 c 1.46168,0.01107 2.37605,13.46936 3.71545,35.219362 1.29434,21.018343 3.14863,52.450261 7.99333,84.129181 3.91151,25.57692 9.03987,46.91094 14.98716,65.88901 5.24919,16.72916 9.71852,26.80926 14.37273,35.63319 2.08301,3.94959 3.15659,5.70628 4.43945,7.94502 0.48735,0.85055 0.87178,1.55525 1.07812,2.02923 0.10352,0.23921 0.16987,0.43822 0.19439,0.59167 0.0254,0.15192 0.009,0.26542 -0.054,0.33609 0,0 0,10e-6 0,10e-6 0,0 0,0 0,0 0,0 0,0 0,0 0,0 -1e-5,0 -1e-5,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,10e-6 0,10e-6 0,0 0,0 0,0 0,0 0,0 0,0 -0.002,0.002 -0.002,0.002 -0.002,0.002 0,0 0,0 -0.002,0.002 0,0 -1e-5,1e-5 -1e-5,1e-5 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 -10e-6,10e-6 -10e-6,10e-6 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 -0.0651,0.0687 -0.17584,0.0935 -0.33451,0.0725 -0.16059,-0.0225 -0.36534,-0.0937 -0.61409,-0.21563 -0.50759,-0.24777 -1.1697,-0.69375 -1.97963,-1.36609 -1.72385,-1.43097 -3.88461,-3.67356 -6.43777,-7.01526 -6.00385,-7.85782 -12.23784,-18.89618 -18.41745,-35.34007 -7.11704,-18.91523 -13.10359,-41.10303 -17.09861,-67.05016 -5.04765,-32.78387 -5.69701,-63.929995 -5.22281,-85.50431 0.48209,-21.933817 2.09291,-35.368394 3.38269,-35.358623 z" + style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + inkscape:original-d="m 412.80962,29.499977 c -31.35091,118.858643 6.8154,218.125213 6.8154,218.125213" + inkscape:path-effect="#path-effect3789-7" + id="path3787-43" + d="m 412.80962,29.499977 c 1.45345,0.383371 -0.92502,12.560552 -3.38256,32.250249 -2.55021,20.432182 -4.76042,46.203624 -3.78311,77.136394 0.49373,15.62718 1.7284,30.18849 3.35238,43.58634 l 0,0 c 2.41216,19.8612 5.37313,35.11783 7.80085,47.03593 l 0,0 c 1.10867,5.44224 2.11969,10.24545 2.62822,13.14829 l 0,0 c 0.26789,1.52915 0.43687,2.73664 0.47868,3.56646 l 0,0 c 0.021,0.41671 0.0102,0.7447 -0.0348,0.97869 l 0,0 c 0,0 0,0 0,0 -0.0226,0.11678 -0.0539,0.21079 -0.0942,0.28125 l 0,0 0,0 c -0.0201,0.0353 -0.0425,0.0648 -0.0672,0.0883 -0.0252,0.024 -0.0528,0.0418 -0.0829,0.0533 -0.0301,0.0115 -0.0625,0.0167 -0.0973,0.0156 -0.0341,-0.001 -0.0704,-0.008 -0.10894,-0.0216 l 0,0 0,0 c -0.0772,-0.0268 -0.16289,-0.078 -0.25714,-0.15345 0,0 0,0 0,0 l 0,0 c -0.18874,-0.15059 -0.4098,-0.3968 -0.66144,-0.73728 l 0,0 c -0.50578,-0.68433 -1.12436,-1.73521 -1.83946,-3.14962 l 0,0 c -1.44824,-2.86452 -3.21907,-7.06378 -5.16383,-12.60392 -3.99968,-11.39383 -8.36034,-27.30753 -11.57705,-47.21598 l 0,0 c -2.20056,-13.60065 -3.77065,-28.55689 -4.2753,-44.55661 -0.99256,-31.46889 2.40855,-58.409487 6.81771,-78.645995 4.31415,-19.800451 9.13927,-31.374953 10.34737,-31.056298 z" + style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + inkscape:original-d="m 235.89505,268.29332 c 11.86653,45.04491 61.11661,26.65774 42.62848,-6.39899" + inkscape:path-effect="#path-effect3921" + id="path3919" + d="m 235.89505,268.29332 c 1.0808,-0.28472 2.56896,2.25378 5.11388,6.19668 2.38547,3.69588 6.20695,9.43912 11.77518,12.61432 0,0 0,0 0,0 3.37571,2.00494 7.74907,3.32093 11.97504,2.9273 0.87297,-0.0813 1.72062,-0.23472 2.53493,-0.46195 4.58305,-1.17527 8.31558,-4.47003 9.96632,-7.97711 2.34404,-4.25477 1.77736,-9.80665 1.34175,-13.2167 -0.47243,-3.69827 -0.94522,-5.99685 -0.0786,-6.48153 0.72145,-0.40349 2.87726,0.9705 4.99278,4.79035 1.9792,3.5737 4.228,10.22021 1.88577,18.0716 -2.16807,6.33074 -7.59881,12.24199 -15.51158,14.43793 -1.3838,0.36575 -2.79611,0.61417 -4.22412,0.74358 -6.96643,0.63135 -13.38839,-1.61396 -18.12682,-5.15131 0,0 0,0 0,0 -7.4054,-5.6973 -10.60493,-13.19932 -11.81821,-18.06582 -1.27328,-5.10718 -0.74461,-8.18542 0.1737,-8.42734 z" + style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + inkscape:original-d="m 309.91727,251.38729 c 13.29959,31.01968 43.7222,23.77927 37.6011,-5.48567" + inkscape:path-effect="#path-effect3921-1" + id="path3919-6" + d="m 309.91727,251.38729 c 0.99723,-0.42756 2.6325,1.20533 5.05503,3.81822 2.28016,2.45933 5.71658,6.31908 9.9423,8.72504 10e-6,0 10e-6,0 10e-6,0 2.67733,1.48057 5.95417,2.75731 8.8375,2.59979 0.4581,-0.025 0.90208,-0.0858 1.33075,-0.18454 2.84952,-0.36636 5.5289,-2.6003 7.05737,-4.89729 2.23123,-3.18059 2.94476,-7.60373 3.44735,-10.38501 0.5435,-3.00769 0.95077,-4.9569 1.93079,-5.16188 0.87485,-0.18299 2.33861,1.37623 3.36804,4.75716 0.97846,3.2135 1.65051,8.72139 -0.83505,14.8268 -2.07128,4.77175 -6.56735,9.27353 -13.13307,10.671 -0.91421,0.15244 -1.83129,0.2446 -2.74705,0.27772 -5.87554,0.21246 -10.95895,-1.99957 -14.55787,-4.90092 0,0 -10e-6,0 -10e-6,0 -5.55506,-4.43047 -8.36549,-9.82749 -9.57228,-13.50993 -1.24958,-3.81296 -1.02836,-6.24834 -0.12381,-6.63616 z" + style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + inkscape:original-d="m 374.17046,230.65859 c 10.88428,31.36378 48.72841,54.83078 39.12801,-4.45" + inkscape:path-effect="#path-effect3921-5" + id="path3919-3" + d="m 374.17046,230.65859 c 2.0458,-0.70996 5.99976,8.32909 15.43257,17.9447 2.12103,2.14797 4.50733,4.33063 7.1258,6.09807 1.98937,1.29764 3.98704,2.46641 5.88647,2.8706 0.15133,0.0255 0.30173,0.0497 0.4501,0.072 1.19966,0.17998 2.21656,0.22565 2.72932,-0.13893 0.86977,-0.16951 1.72936,-1.54488 2.58206,-3.02201 1.42895,-2.82491 1.94528,-6.60197 2.36212,-9.88944 1.23443,-10.6464 0.52069,-18.05478 2.55957,-18.38497 1.2686,-0.20545 5.00201,6.61353 5.60259,18.61039 0.2264,3.70565 0.0631,8.43507 -1.74686,13.34504 -1.00614,2.95838 -3.19514,6.07016 -6.93506,8.2059 -3.00324,1.39017 -6.13345,1.71708 -8.96842,1.15625 -0.35125,-0.0695 -0.69605,-0.15225 -1.03358,-0.24753 -3.71819,-0.98424 -6.78364,-2.75414 -9.21538,-4.65166 -3.32322,-2.52669 -6.00585,-5.39231 -8.15264,-8.16781 -9.79231,-12.59172 -10.10494,-23.30561 -8.67866,-23.80058 z" + style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="csc" + inkscape:connector-curvature="0" + inkscape:original-d="m 412.64731,31.097981 c 1.41959,67.061159 5.49427,104.169239 18.4465,148.692459 35.35025,121.51623 67.41647,160.9193 67.41647,160.9193" + inkscape:path-effect="#path-effect4901" + id="path4899" + d="m 412.64731,31.097981 c 0.97079,-0.02055 1.92567,8.328716 3.17565,22.82883 1.10033,12.764198 2.90578,36.857729 6.04978,59.444659 2.77335,19.95774 7.1803,41.75893 14.00826,65.02633 1.15092,3.91795 2.32556,7.87705 3.52375,11.86262 15.07468,50.14326 27.78386,83.61985 41.59755,114.06579 5.82933,12.85869 9.6688,20.30741 13.36193,27.36547 3.11618,5.45367 4.62131,8.64617 4.1486,9.01612 0,0 0,0 0,0 -0.003,0.002 -0.003,0.002 -0.003,0.002 0,0 0,0 -0.003,0.002 0,0 0,0 0,0 -0.48695,0.34995 -2.91509,-2.15554 -6.99779,-7.12773 -4.49443,-5.9152 -9.89913,-14.2572 -16.41992,-26.32206 -15.47632,-28.64553 -30.46757,-64.83379 -45.2677,-114.12237 -1.20631,-4.01735 -2.37776,-8.0065 -3.51568,-11.95641 -6.87178,-23.82519 -10.96195,-46.30622 -13.08772,-66.76267 -2.49752,-24.102458 -2.74453,-46.470872 -2.51225,-60.317009 0.24502,-14.605143 1.04301,-22.986418 1.94066,-23.00542 z" + style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="csc" + inkscape:connector-curvature="0" + inkscape:original-d="m 364.66507,462.93819 c 28.92716,-6.70413 42.35044,-11.94409 58.82347,-26.55207 20.97062,-18.59636 28.55472,-42.1383 28.55472,-42.1383" + inkscape:path-effect="#path-effect4961" + id="path4959" + d="m 364.66507,462.93819 c -0.24014,-1.03614 3.14845,-2.7341 9.02441,-5.04134 4.94501,-1.94169 15.10264,-5.52575 23.20228,-9.48698 6.00395,-2.90746 12.01388,-6.68806 18.14627,-11.48727 1.77659,-1.39037 3.49626,-2.81364 5.15664,-4.25089 10.1626,-8.80181 17.39699,-18.53906 22.453,-25.94828 l 0,0 c 2.31635,-3.40041 4.9112,-7.437 6.14254,-9.21297 l 0,0 c 0.77364,-1.11593 1.43226,-1.98617 1.96311,-2.54111 l 0,0 c 0.26961,-0.28185 0.51191,-0.48732 0.72436,-0.60961 l 0,0 c 0,0 0,0 0,0 0.10655,-0.0606 0.20695,-0.10096 0.3,-0.12028 l 0,0 c 0,0 0,0 0,0 0.12563,0.0156 0.19202,0.018 0.227,0.0163 0.0344,-0.002 0.0383,-0.007 0.0386,-0.008 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 2e-5,-4e-5 2e-5,-3e-5 2e-5,-3e-5 0,0 0,-10e-6 0,3e-5 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 -1.1e-4,7e-4 -2.9e-4,0.008 0.0265,0.0292 0.0272,0.022 0.0821,0.0593 0.19243,0.12101 0,0 0,0 0,0 l 0,0 c 0.0629,0.0727 0.11685,0.16808 0.1624,0.28646 0,0 0,0 0,0 l 0,0 c 0.0914,0.23398 0.14762,0.55386 0.16792,0.95681 l 0,0 c 0.0403,0.80026 -0.0643,1.91335 -0.33414,3.31214 l 0,0 c -0.52992,2.74697 -1.68493,6.53384 -3.66451,11.04295 l 0,0 c -3.81712,8.71101 -10.70089,20.0405 -21.81141,30.10408 -1.76855,1.60348 -3.62866,3.17825 -5.57975,4.70356 -6.71904,5.25274 -13.65952,9.24881 -20.60021,12.03824 -9.90503,3.93003 -19.49781,5.73858 -25.54397,6.48158 -6.35638,0.78112 -10.16718,0.59043 -10.39341,-0.38572 z" + style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + inkscape:original-d="m 366.1803,462.43311 c 63.52832,40.43416 115.93173,1.12574 86.87312,-67.68022" + inkscape:path-effect="#path-effect4975" + id="path4973" + d="m 366.1803,462.43311 c 0.59097,-0.92851 5.07248,1.1525 12.83328,4.15145 7.37472,2.84976 19.08256,7.04023 31.94114,7.47794 9.59942,0.30327 20.90724,-1.50755 29.51801,-7.84624 0.27659,-0.20361 0.54949,-0.41126 0.81862,-0.62296 8.59398,-6.43413 13.23704,-16.87978 14.92349,-26.1888 2.2218,-12.16839 0.15848,-24.19781 -1.32401,-31.67446 -1.57326,-7.93444 -2.84055,-12.5535 -1.83741,-12.97715 0.79957,-0.33768 3.83277,3.53728 7.01902,11.41755 3.04265,7.52512 6.63504,20.04372 5.05725,34.50805 -1.25622,11.29776 -6.58633,24.10224 -17.74712,32.8443 -0.35461,0.26743 -0.71298,0.52958 -1.07503,0.78641 -11.35286,8.05366 -24.83549,9.9451 -35.97906,8.81245 -14.75377,-1.47647 -26.63156,-7.22675 -33.76365,-11.63757 -7.41492,-4.58575 -10.86315,-8.29899 -10.38453,-9.05097 z" + style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="csc" + inkscape:connector-curvature="0" + inkscape:original-d="m 354.56355,506.37475 c 149.01803,67.63228 67.80423,263.56337 63.32845,283.79296 -3.02241,13.66062 -35.04418,102.59039 -35.04418,102.59039" + inkscape:path-effect="#path-effect5011" + id="path5009" + d="m 354.56355,506.37475 c -0.14318,0.31549 21.70901,3.73301 48.03804,28.40136 0,0 1e-5,10e-6 1e-5,10e-6 10.50382,9.85733 21.05604,23.06205 29.21996,39.80883 6.53336,13.41883 11.35381,28.57392 14.14897,45.21322 2.49237,14.82044 3.3652,30.32188 2.79263,46.43456 -0.23906,6.71254 -0.71711,13.47945 -1.42455,20.3037 -2.24808,21.68585 -6.65867,42.44106 -11.86781,61.49476 -2.67893,9.81157 -5.63173,19.31929 -8.58438,28.27948 l 0,0 c -1.12963,3.42868 -2.03934,6.10984 -3.11756,9.40152 l 0,0 c -0.3656,1.11673 -0.71734,2.20093 -1.04368,3.27194 l 0,0 c -0.23448,0.77719 -0.44584,1.47754 -0.59686,2.12086 -0.30631,1.30111 -0.6606,2.51547 -1.00201,3.64426 l 0,0 -10e-6,1e-5 0,0 c -0.51185,1.70305 -1.04803,3.37498 -1.58108,5.00102 -1.51503,4.62271 -3.10132,9.17738 -4.61917,13.46862 0,0 -10e-6,2e-5 -10e-6,2e-5 -4.44329,12.56343 -8.92919,24.55998 -12.69046,34.4027 l 0,0 c -5.03492,13.17611 -9.37279,24.01287 -12.60396,31.63053 l 0,0 c -1.8379,4.33295 -3.34619,7.69215 -4.48143,9.97786 l 0,0 c -0.59366,1.19529 -1.08516,2.09669 -1.46869,2.69025 l 0,0 c -0.19553,0.30261 -0.36293,0.52511 -0.50144,0.66562 l 0,0 0,0 c -0.0698,0.0709 -0.13231,0.12098 -0.18739,0.14987 l 0,0 0,0 c -0.0276,0.0145 -0.0534,0.0237 -0.0773,0.0275 -0.0245,0.004 -0.047,0.002 -0.0675,-0.005 -0.0205,-0.007 -0.0389,-0.0204 -0.0553,-0.039 -0.016,-0.0182 -0.03,-0.0417 -0.0421,-0.0705 l 0,0 0,0 c -0.024,-0.0573 -0.0403,-0.13572 -0.049,-0.23484 l 0,0 0,0 c -0.0173,-0.19648 -0.005,-0.47459 0.0371,-0.83231 l 0,0 c 0.0819,-0.70151 0.27613,-1.70968 0.57706,-3.00921 l 0,0 c 0.57549,-2.48515 1.54169,-6.03718 2.85929,-10.55274 l 0,0 c 2.35828,-8.08204 5.74736,-18.93208 10.07135,-32.49513 l 0,0 c 2.77554,-8.70603 7.55244,-23.51313 11.11381,-34.83301 l 0,0 c 0,0 0,-10e-6 0,-10e-6 1.35663,-4.31238 2.78618,-8.88722 4.13276,-13.44958 0.47501,-1.60975 0.94507,-3.23325 1.38196,-4.85035 0,0 1e-5,-10e-6 1e-5,-10e-6 l 0,0 c 0.29754,-1.10726 0.57864,-2.16379 0.78084,-3.16094 0.20597,-0.97018 0.44334,-1.86022 0.67325,-2.68313 l 0,0 c 0.32701,-1.18016 0.66905,-2.33471 1.01329,-3.47973 l 0,0 c 0.97077,-3.23087 1.90768,-6.22821 2.90728,-9.49953 l 0,0 c 2.72595,-8.92221 5.47366,-18.35506 7.96132,-27.99625 4.83442,-18.76146 9.00721,-39.05997 11.18753,-60.06644 0.68666,-6.6156 1.1615,-13.16092 1.4144,-19.6436 0.60799,-15.55225 -0.0725,-30.39602 -2.24799,-44.54819 -2.44317,-15.87434 -6.66506,-30.28187 -12.4763,-43.08855 -7.23132,-15.95953 -16.68851,-28.8143 -26.18457,-38.6869 0,0 -10e-6,-10e-6 -10e-6,-10e-6 -23.78929,-24.77395 -44.50334,-30.60083 -43.34033,-33.16335 z" + style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + inkscape:original-d="m 400.02041,845.78601 c -55.05332,126.77414 -6.06092,140.4112 -6.06092,140.4112" + inkscape:path-effect="#path-effect5023" + id="path5021" + d="m 400.02041,845.78601 c 1.33358,0.57912 -1.1031,8.79249 -5.18675,21.86392 -3.95961,12.6744 -9.90359,31.31351 -13.47471,51.02104 -0.20209,1.11523 -0.39533,2.22544 -0.57978,3.3311 -2.64197,16.32065 -3.26327,28.78541 -0.61385,40.44621 l 0,0 c 2.00996,8.69448 5.08229,14.07348 8.46018,17.94381 l 0,0 c 1.56621,1.81187 2.84039,2.95796 3.86496,3.90217 l 0,0 c 0.4932,0.45451 0.89784,0.84323 1.14599,1.14005 l 0,0 c 0.12949,0.15487 0.22408,0.29608 0.27911,0.4197 l 0,0 0,0 c 0.008,0.13048 0.0202,0.20546 0.0304,0.25544 l 0,0 0,0 c 5.9e-4,0.0411 0.004,0.063 0.007,0.0747 0.007,0.0131 0.007,0.0131 0.007,0.0131 0,0 0,10e-6 -0.003,0.0103 -0.0188,0.005 -0.0336,0.0219 -0.0569,0.0558 l 0,0 0,0 c -0.0367,0.0339 -0.0959,0.0907 -0.17937,0.18927 l 0,0 -1e-5,0 c -0.12756,0.0658 -0.30143,0.11153 -0.52132,0.13542 l 0,0 c -0.43121,0.0468 -1.03155,0.004 -1.78248,-0.16358 l 0,0 c -1.45404,-0.32485 -3.47023,-1.11814 -5.73457,-2.66464 l 0,0 c -4.80308,-3.31067 -10.06898,-9.49751 -13.1677,-19.18216 l 0,0 c -4.1335,-12.7422 -4.42689,-27.30599 -1.59147,-44.20112 0.18946,-1.1616 0.39109,-2.32685 0.60491,-3.49574 3.82999,-20.93764 10.93547,-39.3518 16.70057,-51.78548 5.85247,-12.6221 10.60102,-19.82667 11.79236,-19.30931 z" + style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + inkscape:original-d="m 375.27299,969.39846 c 55.45834,66.66454 91.91708,-16.53283 91.91708,-16.53283" + inkscape:path-effect="#path-effect5029" + id="path5027" + d="m 375.27299,969.39846 c 1.94988,-1.62211 8.53398,7.19568 22.15442,14.91755 4.67011,2.63223 10.34478,5.14355 16.27675,5.79412 3.62932,0.43539 7.49591,0.20339 11.30749,-0.7636 0.71907,-0.18243 1.42798,-0.38901 2.12479,-0.61851 4.33775,-1.40561 8.37418,-3.761 11.95485,-6.3608 l 0,0 c 8.13102,-5.90533 14.60878,-13.89691 18.84521,-19.23407 l 0,0 c 2.51162,-3.17826 4.49267,-5.81468 6.00653,-7.62273 l 0,0 c 0.78898,-0.94241 1.45538,-1.66344 1.9891,-2.1158 l 0,0 c 0.27279,-0.23123 0.5143,-0.39442 0.72215,-0.48455 l 0,0 0,0 c 0.10451,-0.0452 0.20155,-0.072 0.29013,-0.0799 l 0,0 0,0 0,0 c 0.0446,-0.004 0.0872,-0.003 0.12769,0.002 0.0415,0.006 0.0808,0.0168 0.11797,0.0332 0.0371,0.0164 0.0718,0.038 0.10401,0.0648 0.0315,0.0262 0.0605,0.0574 0.0871,0.0935 l 0,0 0,0 0,0 c 0.0531,0.0723 0.0962,0.16422 0.12966,0.2758 l 0,0 0,0 c 0.0673,0.22069 0.0961,0.51583 0.0865,0.88282 l 0,0 c -0.0189,0.72123 -0.18807,1.71118 -0.51862,2.94415 l 0,0 c -0.62973,2.34917 -1.85019,5.59074 -3.77572,9.40961 l 0,0 c -3.27527,6.53397 -9.09438,15.76447 -18.35521,23.37265 l 0,0 c -4.05783,3.33231 -8.96187,6.35214 -14.64535,8.29495 -0.92833,0.31348 -1.87315,0.59268 -2.83226,0.8359 -5.08986,1.29075 -10.25155,1.48685 -15.12371,0.7269 -7.87777,-1.29232 -14.48682,-4.76127 -19.49056,-8.43112 -14.31383,-10.46304 -18.27667,-21.36009 -17.58298,-21.93717 z" + style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="csc" + inkscape:connector-curvature="0" + inkscape:original-d="m 487.85715,323.07649 c 28.40353,50.54159 32.40319,126.51243 15.13815,148.20156 -17.90555,22.49377 -14.42387,46.79844 -14.42387,46.79844" + inkscape:path-effect="#path-effect5037" + id="path5035" + d="m 487.85715,323.07649 c 1.37734,-0.77404 12.34983,13.73758 20.75794,40.30821 4.00841,12.64247 7.35361,27.54612 8.87792,44.19042 0.40481,4.36437 0.68972,8.85412 0.79639,13.42391 0.20828,8.92283 -0.27861,17.50829 -1.58421,25.78403 -0.84517,5.38235 -2.07169,10.55452 -3.89709,15.49161 l 0,0 c -1.5195,4.19326 -3.57114,8.19237 -6.44594,11.68348 l 0,0 c -8.74141,10.29966 -12.76797,21.43939 -14.71067,29.53391 0,0 0,1e-5 0,1e-5 l 0,0 c -1.04705,4.36977 -1.54387,7.87044 -1.92652,10.39454 l 0,0 c -0.19582,1.29251 -0.36435,2.33577 -0.53453,3.02926 l 0,0 c -0.0883,0.35961 -0.18084,0.64016 -0.28008,0.83355 l 0,0 0,0 c -0.0504,0.0969 -0.10343,0.17329 -0.1586,0.22781 l 0,0 0,0 c -0.0895,0.0365 -0.13471,0.061 -0.15744,0.0765 -0.0224,0.0153 -0.0229,0.022 -0.0229,0.0227 0,0 0,0 0,0 0,4e-5 0,3e-5 0,3e-5 0,0 0,10e-6 -1e-5,-3e-5 0,0 0,0 0,0 -1.8e-4,-6.6e-4 -0.003,-0.007 -0.0282,-0.0157 -0.0261,-0.009 -0.0761,-0.0205 -0.17176,-0.0318 l 0,0 0,0 c -0.0678,-0.0403 -0.13761,-0.1047 -0.20971,-0.19357 l 0,0 0,0 c -0.14263,-0.17398 -0.29055,-0.43894 -0.4403,-0.79509 l 0,0 c -0.29392,-0.69909 -0.58701,-1.73451 -0.8326,-3.10425 l 0,0 c -0.46794,-2.60966 -0.76572,-6.43747 -0.39718,-11.23947 l 0,0 0,-1e-5 0,0 c 0.68826,-8.96615 3.88372,-21.79243 13.13678,-34.09863 l 0,0 c 1.92307,-2.53656 3.27248,-5.71048 4.49701,-9.36091 l 0,0 c 1.40065,-4.28449 2.30911,-8.88124 2.98516,-13.86237 1.03595,-7.67633 1.37722,-15.67746 1.17352,-24.13853 -0.1042,-4.32813 -0.34705,-8.61896 -0.67326,-12.81737 -1.26019,-15.97313 -3.90638,-30.33736 -6.95972,-42.7931 -6.34985,-25.83826 -14.33028,-41.68582 -12.794,-42.54918 z" + style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cssssc" + inkscape:connector-curvature="0" + inkscape:original-d="m 488.57143,499.50506 c -6.183,42.27098 10.70111,72.09651 16.75727,104.97403 4.1544,22.55335 12.33741,50.08844 -1.72366,115.70926 -17.01251,79.39476 -21.91177,97.24416 -28.01469,128.94501 -3.61382,18.77151 -6.2088,46.66747 -7.0883,86.88753 -0.46053,21.06039 -12.78776,34.91274 -12.78776,34.91274" + inkscape:path-effect="#path-effect5045" + id="path5043" + d="m 488.57143,499.50506 c 1.4972,0.219 -2.42276,21.32993 6.91229,55.23008 2.77728,10.04909 10.91399,33.83719 13.93745,48.99011 1.09444,5.50556 2.61431,12.29525 3.70415,18.39627 1.3598,7.61991 2.35378,15.60609 2.79567,23.8534 0,0 0,2e-5 0,2e-5 1.26933,24.21625 -1.80689,48.92092 -7.43834,75.25857 -1.13915,5.35314 -2.29812,10.74908 -3.47708,16.18935 -4.97926,22.97677 -9.99162,45.25172 -14.81675,66.17305 -3.85865,16.73278 -7.21048,31.2974 -10.29034,46.36683 l 0,0 c -6.35371,30.95309 -7.69947,67.74767 -8.70484,86.11701 l 0,0 c -0.61698,11.51752 -4.63877,20.53516 -7.89144,25.97772 l 0,0 c -1.87438,3.13924 -3.65436,5.39917 -4.98303,6.84218 l 0,0 c -0.71021,0.77135 -1.29724,1.31476 -1.74043,1.65306 l 0,0 c -0.22714,0.17337 -0.41372,0.29075 -0.5585,0.35461 l 0,0 c 0,0 0,0 0,0 -0.0736,0.0327 -0.13563,0.0513 -0.18629,0.056 l 0,0 c -0.0518,-0.0212 -0.0815,-0.0288 -0.0984,-0.031 0,0 0,0 0,0 -0.0165,-0.002 -0.0207,8.8e-4 -0.0212,0.001 0,0 0,0 0,0 0,0 0,0 0,0 -4e-5,4e-5 -4e-5,3e-5 -4e-5,3e-5 0,0 -1e-5,10e-6 2e-5,-4e-5 0,0 0,0 0,0 0,0 0,0 0,0 4e-4,-5.7e-4 0.003,-0.005 -0.001,-0.0212 0,0 -1e-5,0 -1e-5,0 -0.004,-0.0164 -0.0158,-0.045 -0.0436,-0.0938 l 0,0 c -0.003,-0.0501 0.005,-0.11322 0.0235,-0.18881 0,0 0,0 0,0 l 0,0 c 0.0369,-0.1495 0.11538,-0.35177 0.231,-0.60389 l 0,0 c 0.22123,-0.48239 0.59781,-1.18856 1.07109,-2.0717 l 0,0 c 0.89889,-1.67751 2.20474,-4.09892 3.59078,-7.2948 l 0,0 c 2.39358,-5.52768 5.36141,-14.27274 5.22478,-24.69741 l 0,0 c -0.2088,-19.14646 -0.4637,-54.72337 5.47176,-87.65805 l 0,0 c 2.7396,-15.15033 5.91393,-30.1534 9.54215,-46.80775 4.47479,-20.54382 9.52638,-43.66467 14.40808,-66.19129 1.17822,-5.43689 2.34155,-10.81583 3.49498,-16.16175 5.55873,-25.8851 8.81309,-49.60529 7.94692,-72.75129 0,0 0,-2e-5 0,-2e-5 -0.28336,-7.83588 -1.08307,-15.48215 -2.22096,-22.82254 -0.8893,-5.74448 -2.26815,-12.75606 -3.21716,-18.3364 -2.15062,-12.79367 -9.94891,-39.77715 -11.99919,-48.93884 -8.061,-35.84354 -1.38513,-56.89428 -0.66561,-56.78904 z" + style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="csssssssssssssssc" + inkscape:connector-curvature="0" + inkscape:original-d="m 491.91645,545.28956 c 6.9699,-0.63175 13.54621,-1.47278 19.7509,-2.49446 6.2047,-1.02167 12.03778,-2.22399 17.52123,-3.57832 5.48344,-1.35433 10.61724,-2.86069 15.42337,-4.49042 4.80613,-1.62974 9.28459,-3.38288 13.45737,-5.23077 4.17276,-1.8479 8.03983,-3.79055 11.62317,-5.79935 3.58334,-2.0088 6.88296,-4.08373 9.92083,-6.19617 3.03787,-2.11244 5.81398,-4.2624 8.3503,-6.42124 2.53633,-2.15884 4.83288,-4.32657 6.91163,-6.47454 2.07874,-2.14798 3.93967,-4.27622 5.60476,-6.35609 1.6651,-2.07987 3.13435,-4.11137 4.42974,-6.06588 1.2954,-1.9545 2.41692,-3.832 3.38655,-5.60389 0.96964,-1.77189 1.78738,-3.43816 2.4752,-4.97017 0.68782,-1.53202 1.24571,-2.92979 1.69566,-4.16468 0.44994,-1.23488 0.79194,-2.30691 1.04797,-3.18742 0.25602,-0.88051 0.42607,-1.56952 0.53211,-2.03841 0.10603,-0.46888 0.14806,-0.71764 0.14806,-0.71764" + inkscape:path-effect="#path-effect5073" + id="path5071" + d="m 491.96089,545.77981 c 6.98038,-0.64299 13.56688,-1.49565 19.78144,-2.52934 6.21457,-1.03369 12.05711,-2.24841 17.54953,-3.61552 5.49243,-1.36712 10.63463,-2.88662 15.44853,-4.52981 4.81391,-1.64321 9.2994,-3.4101 13.47842,-5.27197 4.17901,-1.86189 8.05141,-3.81869 11.63917,-5.84172 3.58776,-2.02303 6.89076,-4.11221 9.93099,-6.23878 3.04023,-2.12658 5.8176,-4.2905 8.35413,-6.46298 2.53653,-2.17248 4.83218,-4.35349 6.90902,-6.51423 2.07682,-2.16075 3.9348,-4.30122 5.59601,-6.39266 1.66123,-2.09144 3.12569,-4.13385 4.41549,-6.0985 1.28981,-1.96463 2.40499,-3.85154 3.36763,-5.63202 0.96265,-1.78048 1.77279,-3.45459 2.45252,-4.99361 0.67973,-1.53904 1.22907,-2.9431 1.67011,-4.18349 0.44103,-1.24039 0.77379,-2.31723 1.02034,-3.20184 0.24653,-0.88461 0.40686,-1.57709 0.50303,-2.0488 0.0962,-0.47172 0.12816,-0.72272 0.11805,-0.72443 -0.0101,-0.002 -0.0622,0.24481 -0.17807,0.71085 -0.11592,0.46607 -0.29568,1.15161 -0.56119,2.02802 -0.26552,0.87642 -0.61675,1.94363 -1.0756,3.173 -0.45886,1.22939 -1.0253,2.62087 -1.72121,4.14587 -0.69591,1.525 -1.52125,3.18343 -2.49788,4.94673 -0.97662,1.76331 -2.10449,3.6314 -3.40547,5.57576 -1.30098,1.94437 -2.77502,3.96496 -4.44399,6.03326 -1.66897,2.0683 -3.53285,4.18431 -5.61351,6.31952 -2.08066,2.1352 -4.37811,4.28965 -6.91424,6.43485 -2.53611,2.1452 -5.31096,4.2812 -8.34647,6.3795 -3.0355,2.09831 -6.33174,4.15899 -9.91067,6.15356 -3.57892,1.99457 -7.44066,3.92307 -11.60718,5.75698 -4.16653,1.83391 -8.63796,3.5733 -13.43631,5.18957 -4.79835,1.61626 -9.92375,3.10949 -15.3982,4.45103 -5.47449,1.34155 -11.29811,2.53147 -17.49294,3.54112 -6.19482,1.00967 -12.76094,1.83907 -19.72036,2.45958 z" + style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:2.95318484;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cccsccccssc" + inkscape:connector-curvature="0" + inkscape:original-d="m 497.50391,561.47174 c 7.1987,-0.61566 13.99143,-1.44134 20.4008,-2.44839 24.23403,-3.95454 51.84108,-13.1986 70.21809,-25.12557 3.14159,-2.10422 6.01296,-4.24652 8.63675,-6.39824 2.62379,-2.15171 4.99999,-4.31285 7.15124,-6.45474 3.92607,-3.94583 7.41756,-8.08832 10.38897,-12.39122 1.34192,-1.9503 2.50413,-3.82406 3.50925,-5.5926 1.70082,-3.03069 3.15299,-6.035 4.32684,-9.11946 0.46732,-1.23306 0.82281,-2.30361 1.08911,-3.18297 0.26628,-0.87935 0.44338,-1.56753 0.5539,-2.03587 0.11051,-0.46834 0.69017,-1.96684 0.69017,-1.96684" + inkscape:path-effect="#path-effect5073-4" + id="path5071-8" + d="m 497.54652,561.96992 c 7.20851,-0.63323 14.01033,-1.47679 20.42804,-2.50202 24.27698,-3.97842 51.93748,-13.25433 70.366,-25.23459 3.14784,-2.12842 6.01896,-4.29135 8.64093,-6.46314 2.62197,-2.17177 4.9947,-4.35232 7.14097,-6.51278 3.92659,-3.96997 7.4159,-8.13573 10.38302,-12.46175 1.33259,-1.96615 2.48405,-3.85426 3.47741,-5.63584 1.69076,-3.04682 3.13167,-6.06612 4.29315,-9.16492 0.45306,-1.24248 0.79366,-2.3211 1.04463,-3.20735 0.25095,-0.88624 0.41233,-1.58025 0.50685,-2.05337 0.0458,-0.23074 0.21062,-0.72641 0.36134,-1.16193 0.15082,-0.43582 0.28794,-0.81338 0.28017,-0.81639 -0.008,-0.003 -0.16049,0.36868 -0.32712,0.79919 -0.1662,0.4294 -0.34755,0.91998 -0.41171,1.15617 -0.12653,0.46358 -0.31934,1.1459 -0.60095,2.01837 -0.28163,0.87247 -0.65201,1.93494 -1.13366,3.15879 -1.18615,3.06992 -2.64959,6.05924 -4.36099,9.07474 -1.01635,1.75456 -2.18931,3.61397 -3.5408,5.54877 -2.97545,4.27943 -6.46912,8.39865 -10.39567,12.32133 -2.15524,2.12233 -4.53491,4.26406 -7.16052,6.3957 -2.62561,2.13166 -5.49723,4.25332 -8.63741,6.33654 -18.32068,11.87048 -45.87424,21.08272 -70.06796,25.01378 -6.39841,0.98845 -13.18205,1.79625 -20.37094,2.39434 z" + style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccc" + inkscape:connector-curvature="0" + id="path5135" + d="m 592.62547,407.32049 c 1.12341,8.68661 9.37423,14.32408 12.97945,21.74997 4.38869,7.98736 2.53272,19.63664 3.98901,28.44716 -0.0891,8.48654 4.08961,14.59657 7.5169,22.10938 12.85929,17.74716 46.42247,11.67169 56.34469,-4.86784 2.43321,-2.48791 7.10927,-1.74188 11.50968,-4.75639 5.16604,-4.65728 8.06901,-16.06735 5.43997,-22.41452 -0.84732,-5.61755 -6.44912,-14.10723 -7.28443,-11.84776 6.74717,9.84579 10.21405,21.26277 2.44812,30.48656 -2.92969,3.59811 -6.6666,3.20035 -7.10801,2.5842 -5.65147,2.69893 -13.0926,-13.17783 -5.32853,-13.6802 6.35803,-2.61729 8.91155,-8.60808 9.97376,-15.31357 1.66468,-7.31821 1.49096,-17.33064 -2.60932,-23.4876 -3.10411,-3.88884 -8.85469,-4.54006 -9.76928,-10.2023 -2.49192,-6.84139 -11.60015,-7.45636 -16.98401,-4.25062 -5.8998,4.16468 -10.49249,10.09355 -16.04248,14.77695 -13.72486,13.62072 -13.23838,-3.92373 -12.8059,-16.92169 -0.4188,-6.591 -0.66924,-17.32487 -3.35643,-20.26324 -20.599,-29.1758 -28.97125,10.64087 -28.91319,27.85151 z m 28.52329,-17.91053 c -0.0784,6.41178 -0.34478,14.3103 0.19534,20.69851 0.64114,4.97001 -0.99822,12.6423 5.51788,14.03505 5.51049,2.20977 13.67692,-3.80317 15.7792,-8.22594 6.29408,-4.29043 9.13678,-11.49866 17.12385,-12.72814 6.65163,-1.26258 9.67234,1.82447 10.68736,8.20498 0.84983,5.87247 1.12215,13.34557 -1.90093,18.67561 -2.68499,4.98572 -6.33098,8.32538 -11.92089,8.89274 -0.35438,-3.14287 -3.92017,3.07152 -6.7935,0.62792 -7.6124,-0.97114 -7.06959,-7.66544 -2.25302,-12.26952 2.51225,-3.94051 5.8662,-4.57483 8.70217,-6.72887 -5.35873,-1.07881 -11.17161,3.58162 -13.72981,8.45042 -3.42427,6.18179 2.03514,14.97419 8.92617,12.81765 6.76742,1.10789 4.14038,12.40642 10.98208,14.07474 3.62958,1.96729 2.79332,2.12802 3.9034,5.00176 2.05092,3.96332 6.92303,13.06734 0.67658,17.20196 -14.93822,11.10771 -25.27012,11.71682 -41.18554,6.09011 -6.09571,-4.00103 -9.97616,-14.13182 -12.15564,-20.85984 -2.4808,-12.92837 0.40392,-27.14418 -7.10868,-38.55799 -3.62817,-5.95456 -8.87978,-10.15372 -11.63069,-18.20491 0.4474,-44.10816 25.20309,-41.72284 26.18467,-17.19624 z m 52.67454,24.73721 c 7.17202,3.67483 6.82404,7.74476 8.98724,16.9951 -1.28029,6.25878 -2.82646,15.71074 -8.56903,19.36258 -4.72393,3.92402 -10.66634,6.08371 -13.87538,-0.57564 -2.98756,-3.92501 -5.18903,-9.78926 1.2659,-9.43115 5.85364,-1.63458 9.87034,-7.22656 11.6467,-13.04189 0.915,-4.36203 0.38001,-8.87784 0.54457,-13.309 z" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <g + transform="translate(23.233509,-31.314729)" + id="g5247"> + <path + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + d="m 202.78695,506.27606 c 6.37165,6.0101 6.09,15.99898 9.98385,23.27767 3.88828,8.24256 14.40753,13.5807 20.68402,19.933 6.92169,4.91117 9.41367,11.88139 13.48237,19.0671 6.81436,20.82997 -17.81164,44.42994 -37.02576,42.74943 -3.44259,0.50865 -5.5845,4.73172 -10.60849,6.52348 -6.80329,1.44687 -17.74371,-2.90332 -21.33762,-8.75842 -4.04954,-3.98448 -7.63208,-13.50394 -5.31268,-12.85332 4.00768,11.24288 11.21333,20.75316 23.2396,19.88327 4.63278,-0.25861 6.50512,-3.51699 6.26558,-4.23609 5.50316,-2.98973 -2.97875,-18.33571 -7.94444,-12.34613 -5.85197,3.60959 -12.2006,2.15874 -18.25204,-0.91891 -6.90117,-2.94978 -14.90365,-8.96968 -17.47968,-15.90398 -1.32507,-4.79612 1.52454,-9.83329 -2.52168,-13.89845 -4.07446,-6.03432 0.77609,-13.76803 6.53235,-16.24355 6.83543,-2.33006 14.33133,-2.56615 21.38122,-4.30847 19.08441,-3.11143 4.59752,-13.01972 -6.17754,-20.30204 -5.08912,-4.20922 -13.63052,-10.71484 -14.43105,-14.61538 -11.52044,-33.8057 25.62505,-17.20227 39.52199,-7.04921 z M 171.54057,518.847 c 5.23601,3.70153 11.78582,8.1239 16.63956,12.31225 3.64646,3.43735 10.81937,6.61553 8.12048,12.70777 -1.44707,5.758 -11.10951,8.83747 -15.92395,7.9421 -7.16873,2.57537 -14.67261,0.64371 -20.3578,6.38684 -4.92781,4.64273 -4.20278,8.90053 0.36586,13.46876 4.25441,4.13619 10.14355,8.74481 16.23307,9.42759 5.61227,0.75426 10.45646,-0.23591 14.19809,-4.42748 -2.33588,-2.13233 4.78814,-1.36956 4.4974,-5.13023 3.68391,-6.73206 -2.05349,-10.22357 -8.60851,-9.02834 -4.66481,-0.28034 -7.14769,2.06202 -10.55654,3.09273 2.27341,-4.97106 9.45907,-6.93966 14.90226,-6.15142 7.01453,0.85818 10.92572,10.44015 5.13372,14.75173 -3.07704,6.12839 7.61107,10.63643 4.94404,17.15403 -0.53887,4.09313 0.0823,3.5106 1.75657,6.09661 2.00379,3.98735 6.51208,13.27691 13.52672,10.64861 17.76276,-5.56921 24.32268,-13.57462 29.11368,-29.76124 0.34079,-7.28353 -5.58091,-16.37332 -9.74707,-22.08817 -9.00806,-9.59958 -22.20885,-15.61207 -27.03629,-28.39526 -2.68943,-6.4333 -3.00467,-13.14992 -7.90632,-20.10427 -35.96575,-25.5381 -48.57147,-4.09913 -29.29497,11.09739 z m -10.90705,57.16269 c -1.23683,7.96319 2.26188,10.07138 8.47927,17.25415 5.81791,2.63883 14.37665,6.93747 20.70463,4.43354 5.95016,-1.51958 11.18767,-5.06145 7.68165,-11.56935 -1.42278,-4.72302 -4.87685,-9.94846 -8.37731,-4.51328 -4.76035,3.77837 -11.64534,3.74605 -17.39559,1.76916 -4.0681,-1.82073 -7.40925,-4.90545 -11.09265,-7.37422 z" + id="path5135-8" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccc" /> + </g> + <path + sodipodi:nodetypes="csssssssssssssssc" + inkscape:connector-curvature="0" + inkscape:original-d="m 416.02715,559.9762 c -6.79503,2.45517 -13.30933,4.54963 -19.55144,6.31887 -6.24212,1.76925 -12.21206,3.21328 -17.91836,4.3676 -5.7063,1.15433 -11.14898,2.01893 -16.33656,2.62932 -5.18758,0.6104 -10.12008,0.96656 -14.80605,1.10403 -4.68596,0.13745 -9.12539,0.0562 -13.32682,-0.20829 -4.20144,-0.26447 -8.16489,-0.71216 -11.89889,-1.30758 -3.73401,-0.59541 -7.23858,-1.33855 -10.52225,-2.19392 -3.28367,-0.85535 -6.34646,-1.82294 -9.19689,-2.86724 -2.85044,-1.0443 -5.48853,-2.16534 -7.92283,-3.3276 -2.43429,-1.16224 -4.66479,-2.36573 -6.70004,-3.57494 -2.03525,-1.2092 -3.87525,-2.42414 -5.52855,-3.60931 -1.65331,-1.18517 -3.1199,-2.34056 -4.40836,-3.43068 -1.28844,-1.09014 -2.39874,-2.11499 -3.33943,-3.03908 -0.94069,-0.92408 -1.71178,-1.74741 -2.32182,-2.43447 -0.61002,-0.68705 -1.059,-1.23783 -1.35547,-1.61686 -0.29646,-0.37904 -0.44043,-0.58629 -0.44043,-0.58629" + inkscape:path-effect="#path-effect5073-0" + id="path5071-1" + d="m 415.85724,559.50595 c -6.78089,2.46114 -13.28117,4.56201 -19.50936,6.33814 -6.2282,1.77613 -12.18444,3.22754 -17.87727,4.38977 -5.69285,1.16223 -11.12242,2.03528 -16.29729,2.65466 -5.17488,0.6194 -10.0952,0.98511 -14.76957,1.13266 -4.67437,0.14753 -9.10292,0.0769 -13.29423,-0.17652 -4.19133,-0.2534 -8.14557,-0.68956 -11.87128,-1.27311 -3.72573,-0.58354 -7.22307,-1.31449 -10.50056,-2.15749 -3.2775,-0.84298 -6.33526,-1.79804 -9.18179,-2.82981 -2.84654,-1.03178 -5.48189,-2.14032 -7.91458,-3.29026 -2.43268,-1.14993 -4.66269,-2.3413 -6.69852,-3.53874 -2.03582,-1.19742 -3.87743,-2.40091 -5.53328,-3.5751 -1.65588,-1.17419 -3.12592,-2.31902 -4.41866,-3.39912 -1.29272,-1.08012 -2.40806,-2.09542 -3.35447,-3.01053 -0.94642,-0.9151 -1.72384,-1.72994 -2.34078,-2.40909 -0.61692,-0.67913 -1.07329,-1.22247 -1.3776,-1.59461 -0.30428,-0.37214 -0.45649,-0.57298 -0.46504,-0.56704 -0.009,0.006 0.12718,0.2196 0.41581,0.60554 0.28864,0.38593 0.73023,0.94414 1.33335,1.63911 0.60315,0.69498 1.3679,1.52679 2.30286,2.45985 0.93497,0.93307 2.04023,1.96746 3.32439,3.06762 1.28418,1.10015 2.74732,2.2661 4.39807,3.46225 1.65074,1.19616 3.48914,2.42254 5.52381,3.64352 2.03467,1.22098 4.26566,2.43659 6.70156,3.61114 2.43591,1.17458 5.07674,2.30812 7.93108,3.36494 2.85433,1.05683 5.92215,2.03695 9.21199,2.90467 3.28985,0.86774 6.80165,1.62307 10.54394,2.23035 3.74228,0.60729 7.71495,1.06651 11.9265,1.34205 4.21155,0.27557 8.66186,0.36743 13.35941,0.24006 4.69758,-0.12739 9.64225,-0.474 14.84253,-1.0754 5.20028,-0.6014 10.65607,-1.45755 16.37583,-2.60397 5.71977,-1.14642 11.70341,-2.58307 17.95945,-4.34544 6.25603,-1.76235 12.78435,-3.8504 19.59352,-6.2996 z" + style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="csssssssssssssssc" + inkscape:connector-curvature="0" + inkscape:original-d="m 424.88779,574.99833 c -7.30203,2.61061 -14.30239,4.83767 -21.01025,6.71892 -6.70787,1.88126 -13.12325,3.41671 -19.25532,4.64411 -6.13207,1.22741 -11.98085,2.14674 -17.55549,2.79578 -5.57465,0.64904 -10.87518,1.02775 -15.91079,1.17392 -5.0356,0.14615 -9.80627,0.0598 -14.32118,-0.22148 -4.51493,-0.28121 -8.77411,-0.75724 -12.78672,-1.39036 -4.01262,-0.6331 -7.77868,-1.42329 -11.30735,-2.33281 -3.52868,-0.9095 -6.82,-1.93835 -9.88311,-3.04877 -3.06312,-1.11041 -5.89805,-2.30242 -8.51398,-3.53826 -2.61592,-1.23582 -5.01285,-2.51551 -7.19996,-3.80127 -2.1871,-1.28575 -4.16439,-2.57761 -5.94105,-3.83781 -1.77667,-1.26021 -3.35269,-2.48874 -4.73729,-3.64788 -1.38457,-1.15915 -2.57772,-2.24889 -3.5886,-3.23148 -1.01087,-0.98258 -1.8395,-1.85804 -2.49506,-2.58859 -0.65553,-0.73055 -1.13801,-1.3162 -1.4566,-1.71923 -0.31858,-0.40303 -0.4733,-0.6234 -0.4733,-0.6234" + inkscape:path-effect="#path-effect5073-0-6" + id="path5071-1-1" + d="m 424.70786,574.49505 c -7.28703,2.61707 -14.27252,4.85106 -20.96563,6.73974 -6.69312,1.88869 -13.09398,3.43209 -19.2118,4.668 -6.11782,1.23591 -11.95272,2.16431 -17.51392,2.823 -5.5612,0.65868 -10.84885,1.04762 -15.87219,1.20458 -5.02335,0.15693 -9.78251,0.0819 -14.28671,-0.18753 -4.50424,-0.26939 -8.75367,-0.73313 -12.75751,-1.35359 -4.00385,-0.62044 -7.76225,-1.39764 -11.28437,-2.29397 -3.52214,-0.89631 -6.80812,-1.91181 -9.86707,-3.00888 -3.05897,-1.09706 -5.89098,-2.27574 -8.50518,-3.49845 -2.61419,-1.22269 -5.01057,-2.48944 -7.19826,-3.76262 -2.18769,-1.27318 -4.16665,-2.55281 -5.94599,-3.80126 -1.77937,-1.24847 -3.35903,-2.4657 -4.74816,-3.61411 -1.38909,-1.14841 -2.58757,-2.22792 -3.60452,-3.20088 -1.01694,-0.97295 -1.85229,-1.8393 -2.51518,-2.56135 -0.66286,-0.72205 -1.1532,-1.29971 -1.48012,-1.69533 -0.32691,-0.3956 -0.4904,-0.60908 -0.49951,-0.60268 -0.009,0.006 0.13684,0.23366 0.44709,0.64412 0.31026,0.41044 0.78488,1.00407 1.43308,1.74313 0.64824,0.73906 1.47014,1.62362 2.47494,2.61583 1.00481,0.99222 2.19263,2.09219 3.57267,3.26207 1.38008,1.16988 2.95246,2.40971 4.72644,3.68166 1.77397,1.27195 3.74959,2.57604 5.9361,3.87436 2.18653,1.29834 4.58401,2.59097 7.20166,3.83992 2.61766,1.24897 5.45551,2.45431 8.52278,3.57807 3.06727,1.12377 6.36393,2.16597 9.89915,3.08866 3.53522,0.92271 7.30894,1.72589 11.33033,2.37165 4.02138,0.64577 8.2903,1.1341 12.81593,1.42713 4.52562,0.29311 9.3078,0.3908 14.35566,0.25543 5.04788,-0.13538 10.36129,-0.50386 15.94938,-1.14326 5.58808,-0.63939 11.45073,-1.54965 17.59705,-2.76855 6.14633,-1.2189 12.57623,-2.7464 19.29885,-4.62023 6.72261,-1.87382 13.73784,-4.09395 21.05487,-6.6981 z" + style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:3.2068398;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <path + style="fill:#e3dedb;stroke:#000000;stroke-width:2.05737376;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 311.84589,756.64789 c -5.73575,-3.05398 -7.42354,-5.25703 -8.66617,-11.3119 -2.32664,-11.33678 1.43286,-29.81889 12.13253,-59.64497 15.57186,-43.40761 20.89591,-68.09556 20.05236,-92.984 -0.20362,-6.00784 -0.85901,-13.27696 -1.4564,-16.15359 -4.99665,-24.06049 -17.02718,-40.87261 -36.37925,-50.83836 -17.9718,-9.25494 -39.52711,-30.92318 -52.51248,-52.78762 -21.29429,-35.85478 -29.41537,-82.94167 -23.20139,-134.5241 l 0.8401,-6.97364 0.40758,19.87489 c 0.60611,29.55476 3.06759,43.91424 9.99191,58.28963 3.62177,7.51904 6.42466,11.08229 9.90814,12.59594 4.94107,2.14703 11.66767,0.20539 14.24864,-4.11285 1.7023,-2.84812 1.96794,-8.60472 0.53257,-11.54119 -1.10348,-2.25748 -4.0514,-18.15733 -5.52096,-29.77771 -1.33615,-10.56547 -1.99308,-32.13915 -1.33534,-43.85283 0.54769,-9.75404 1.67898,-10.90357 1.69677,-1.72412 0.0224,11.56848 2.58574,30.06501 6.04613,43.62782 4.06579,15.93565 11.54162,31.88076 16.38959,34.95718 3.76311,2.38798 8.2837,2.28125 11.20976,-0.26468 3.98807,-3.46995 4.27797,-4.9739 2.79917,-14.52143 -3.60269,-23.25993 -4.96199,-49.92944 -3.66799,-71.96627 l 0.57052,-9.71587 0.44901,11.50652 c 1.04327,26.73491 4.80647,46.91137 12.04286,64.56808 4.02408,9.81872 6.17077,13.163 10.11072,15.75129 6.17606,4.05727 11.47619,1.82725 12.79895,-5.38514 0.52354,-2.85464 0.23999,-5.69411 -1.63327,-16.35558 -1.24674,-7.09569 -2.66752,-16.1963 -3.15731,-20.22359 -1.05735,-8.69425 -1.10041,-44.74229 -0.0616,-51.60499 l 0.68612,-4.53288 0.0861,7.32234 c 0.2517,21.41037 3.60524,39.9979 12.01558,66.59834 6.75542,21.36621 13.94029,38.54636 21.58544,51.61411 7.99148,13.65976 13.1526,37.40752 12.12274,55.78007 -0.47467,8.46788 -1.70838,12.9376 -5.15043,18.65985 -4.22163,7.01828 -5.00995,10.88338 -5.01261,24.57677 l -0.002,11.85519 3.1374,12.22287 c 5.109,19.90386 6.17884,27.03151 6.12046,40.77686 -0.0595,13.98172 -0.49869,16.83161 -8.35266,54.186 -9.36879,44.55905 -9.95082,48.53546 -10.6461,72.73439 -0.56149,19.54274 -0.7361,20.17044 -7.7041,27.69436 -8.13596,8.78507 -14.63789,10.33444 -23.52073,5.60481 l -2.7e-4,0 z m 17.23653,-245.68423 c 5.18417,-2.00567 9.85392,-6.56536 12.24548,-11.95686 1.71504,-3.86637 1.94865,-5.1889 1.94633,-11.0187 -0.002,-5.07542 -0.36391,-7.71713 -1.54723,-11.29445 -1.5182,-4.58972 -3.66816,-8.23176 -4.85936,-8.23176 -0.33269,0 -2.17879,2.43206 -4.10244,5.40458 -4.27936,6.61265 -13.12275,15.7443 -18.31631,18.91333 -2.11905,1.29301 -7.09155,3.71578 -11.05001,5.38392 -3.95847,1.66813 -7.47146,3.31656 -7.80664,3.66315 -0.97631,1.00954 8.52824,7.09582 13.88094,8.88873 6.43943,2.1569 14.41456,2.25779 19.60924,0.24806 z m -43.91911,-27.16533 c 4.77332,-1.84671 8.60703,-5.33746 10.95528,-9.97521 l 1.91028,-3.77277 2.99476,1.96387 c 10.4307,6.84012 24.52241,1.969 30.01245,-10.37449 2.21742,-4.98554 2.08865,-13.79486 -0.27791,-19.01216 -2.31991,-5.11444 -5.14058,-8.32773 -9.42856,-10.74099 -9.79158,-5.51064 -22.75145,-1.38313 -27.96069,8.90504 -1.73762,3.43178 -2.09066,3.77145 -3.01793,2.90372 -2.5437,-2.38036 -7.74572,-4.09417 -12.48984,-4.11476 -19.12087,-0.083 -28.25316,25.46954 -14.16329,39.62943 5.65053,5.6786 14.02205,7.46805 21.46545,4.58832 z" + id="path5376" + inkscape:connector-curvature="0" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="fill:#e3dedb;stroke:#000000;stroke-width:2.05737376;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 420.54813,512.87954 c -1.60726,-0.5729 -2.91271,-1.81055 -4.18798,-3.9705 -2.14093,-3.62611 -2.92161,-6.85334 -3.86418,-15.97394 -0.64696,-6.26011 -0.83613,-6.80124 -4.14442,-11.8552 l -3.46651,-5.29568 0.29283,-4.95462 c 0.6571,-11.11786 7.11899,-16.62757 10.19076,-8.68914 0.79786,2.06192 1.10777,5.05908 1.10777,10.71324 0,9.23417 0.69265,10.95021 4.41988,10.95021 1.94377,0 3.11368,-0.77682 7.21166,-4.78853 6.91156,-6.76605 9.88323,-7.34428 11.37017,-2.21241 1.87205,6.46102 -1.18702,12.61814 -6.72264,13.53094 -5.44252,0.89745 -6.44924,-2.1846 -1.99991,-6.12268 3.23657,-2.86469 3.10653,-3.73388 -0.33607,-2.24651 -2.287,0.98808 -4.50135,4.06766 -4.50135,6.26017 0,1.5323 2.1852,3.91036 3.81208,4.14856 1.83504,0.26866 3.60643,1.7646 3.60643,3.04562 0,0.54115 1.03205,2.05108 2.29344,3.35541 2.43588,2.51878 4.01442,6.33412 3.65608,8.83679 -0.14641,1.02267 -1.53363,2.27186 -4.26349,3.8393 -3.3595,1.92896 -4.73342,2.31813 -8.09292,2.29235 -2.22555,-0.0171 -5.09728,-0.4056 -6.38163,-0.86338 z" + id="path5378" + inkscape:connector-curvature="0" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="fill:#e3dedb;stroke:#000000;stroke-width:4.28571415;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="" + id="path5380" + inkscape:connector-curvature="0" /> + <path + style="fill:#e3dedb;stroke:#000000;stroke-width:4.28571415;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="" + id="path5382" + inkscape:connector-curvature="0" /> + <path + style="fill:#e3dedb;stroke:#000000;stroke-width:4.28571415;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="" + id="path5384" + inkscape:connector-curvature="0" /> + <path + style="fill:#e3dedb;stroke:#000000;stroke-width:2.05737376;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 442.78328,504.50933 c -2.10926,-1.08738 -3.52282,-4.73109 -2.03461,-5.24457 1.88659,-0.65094 4.74278,-4.2084 5.17565,-6.44642 l 0.43208,-2.23394 1.21757,2.36301 c 3.03083,5.88214 -0.28504,13.88469 -4.79069,11.56192 z" + id="path5386" + inkscape:connector-curvature="0" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="fill:#e3dedb;stroke:#000000;stroke-width:2.05737376;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 435.35249,495.48477 c -1.64022,-2.78171 -1.6604,-3.25084 -0.16121,-3.74628 4.2046,-1.38951 6.89033,-5.29024 6.93513,-10.0725 l 0.0224,-2.39495 1.24694,1.54487 c 2.97206,3.68221 2.19622,10.67856 -1.622,14.62674 -2.8556,2.9528 -4.69792,2.96488 -6.4213,0.0421 z" + id="path5388" + inkscape:connector-curvature="0" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="fill:#e3dedb;stroke:#000000;stroke-width:2.05737376;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 233.84573,557.25094 c -1.49025,-0.61759 -4.18084,-5.66368 -4.18084,-7.84102 0,-1.13635 -0.61142,-3.13764 -1.3587,-4.4473 -1.22707,-2.15051 -1.26491,-2.56818 -0.39058,-4.31083 1.02993,-2.05275 0.81959,-3.44537 -0.81819,-5.41722 -1.40967,-1.69722 -6.23516,-1.6309 -8.31697,0.11431 -1.83617,1.53927 -1.35535,2.62999 0.66619,1.51126 1.94944,-1.07881 5.86506,-0.93026 6.81934,0.25871 1.16171,1.44743 0.35342,3.23219 -2.46281,5.43805 -3.92515,3.07444 -8.05455,2.38133 -12.51595,-2.1008 -1.39097,-1.39743 -2.52904,-3.07684 -2.52904,-3.732 0,-2.36737 3.62447,-4.53134 9.19578,-5.49033 6.52485,-1.1231 8.861,-2.27695 9.44003,-4.66254 0.6215,-2.56054 -0.0235,-3.36144 -7.48501,-9.29381 -6.9092,-5.49325 -8.83987,-8.0749 -8.15353,-10.90264 0.91622,-3.77471 6.85974,-3.56478 13.71633,0.48447 3.70217,2.18636 4.64915,3.59242 6.54695,9.72081 1.5309,4.94359 3.34643,7.3978 9.08179,12.27671 4.88315,4.15395 8.79666,10.25448 8.79666,13.71258 0,4.73929 -4.51558,10.98342 -9.77403,13.51552 -3.36834,1.62193 -4.61746,1.85397 -6.27742,1.16607 z" + id="path5390" + inkscape:connector-curvature="0" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="fill:#e3dedb;stroke:#000000;stroke-width:2.05737376;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 217.16041,551.53222 c -3.08264,-1.44791 -6.379,-5.11171 -6.379,-7.09006 0,-1.22169 0.18316,-1.19169 2.45455,0.40219 2.84656,1.99748 7.94806,2.35164 10.06173,0.69852 1.87561,-1.46692 2.6728,-1.30843 3.56131,0.708 1.26789,2.87746 0.93977,4.38024 -1.20708,5.5282 -2.61188,1.39664 -5.14955,1.32286 -8.49151,-0.24685 z" + id="path5392" + inkscape:connector-curvature="0" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="fill:#e3dedb;stroke:#000000;stroke-width:2.05737376;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 220.92508,559.38493 c -1.15456,-1.00457 -2.57419,-2.77629 -3.15475,-3.93717 -1.00108,-2.00179 -0.99114,-2.08163 0.19283,-1.54748 2.37126,1.06979 6.43487,1.19945 8.13331,0.25954 1.52943,-0.84639 1.81139,-0.78036 2.96645,0.69463 1.44533,1.84567 1.58572,3.0615 0.57824,5.00807 -1.09974,2.12483 -6.03594,1.85435 -8.71608,-0.47759 z" + id="path5394" + inkscape:connector-curvature="0" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="fill:#e3dedb;stroke:#000000;stroke-width:2.05737376;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 275.76768,562.32311 c -9.03594,-1.78802 -16.10494,-5.09139 -22.20673,-10.37732 -3.16711,-2.74363 -3.36467,-3.09434 -2.69599,-4.78594 l 0.72156,-1.82538 2.69598,2.42657 c 12.23285,11.01036 35.99358,13.12737 59.85526,5.33289 2.94243,-0.96115 5.41332,-1.64616 5.49086,-1.52225 1.9715,3.15027 2.45487,4.30695 1.9874,4.75562 -0.75124,0.72098 -11.31754,3.76397 -18.10326,5.21354 -7.42457,1.58605 -21.65543,1.98729 -27.74508,0.78227 z" + id="path5396" + inkscape:connector-curvature="0" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="fill:#e3dedb;stroke:#000000;stroke-width:2.05737376;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 358.20861,548.74876 c -0.13598,-0.24124 -0.45406,-1.43627 -0.70684,-2.65563 -0.45761,-2.2074 -0.44552,-2.21906 2.78692,-2.68576 25.98941,-3.75239 44.37347,-14.4222 51.88309,-30.11213 l 1.73909,-3.6335 1.6694,2.05149 c 1.85255,2.27658 1.77065,3.09772 -0.83325,8.35366 -5.0232,10.13927 -15.1694,18.05774 -29.86822,23.31028 -9.35293,3.34223 -25.93187,6.68135 -26.67019,5.37159 z" + id="path5400" + inkscape:connector-curvature="0" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:58.65876389px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + x="54.044998" + y="579.79401" + id="text3376" + sodipodi:linespacing="125%" + transform="scale(0.89449525,1.1179489)"><tspan + sodipodi:role="line" + id="tspan3378" + x="54.044998" + y="579.79401">Forkstat</tspan></text> + </g> +</svg> Binary files old/forkstat-0.01.13/mascot/forkstat.png and new/forkstat-0.01.17/mascot/forkstat.png differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/forkstat-0.01.13/snapcraft/Makefile new/forkstat-0.01.17/snapcraft/Makefile --- old/forkstat-0.01.13/snapcraft/Makefile 1970-01-01 01:00:00.000000000 +0100 +++ new/forkstat-0.01.17/snapcraft/Makefile 2017-04-14 18:37:45.000000000 +0200 @@ -0,0 +1,26 @@ +VERSION=$(shell git tag | tail -1 | cut -c2-) +COMMITS=$(shell git log --oneline | wc -l) +SHA=$(shell git log -1 --oneline | cut -d' ' -f1) +DATE=$(shell date +'%Y%m%d') +V=$(VERSION)-$(DATE)-$(COMMITS)-$(SHA) + +all: get_icon set_version + snapcraft + +set_version: + cat snapcraft.yaml | sed 's/version: .*/version: $(V)/' > snapcraft-tmp.yaml + mv snapcraft-tmp.yaml snapcraft.yaml + +get_icon: + @if [ ! -e setup/gui/icon.svg ]; \ + then \ + echo copying icon.svg; \ + mkdir -p setup/gui; \ + cp ../mascot/forkstat.svg setup/gui/icon.svg; \ + fi; + +clean: + rm -rf setup *.snap + snapcraft clean + cat snapcraft.yaml | sed 's/version: .*/version: 0/' > snapcraft-tmp.yaml + mv snapcraft-tmp.yaml snapcraft.yaml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/forkstat-0.01.13/snapcraft/snapcraft.yaml new/forkstat-0.01.17/snapcraft/snapcraft.yaml --- old/forkstat-0.01.13/snapcraft/snapcraft.yaml 1970-01-01 01:00:00.000000000 +0100 +++ new/forkstat-0.01.17/snapcraft/snapcraft.yaml 2017-04-14 18:37:45.000000000 +0200 @@ -0,0 +1,18 @@ +name: forkstat +version: 0.01.16-20161115-107-bf63416 +summary: process fork/exec/exit monitoring tool +description: Forkstat monitors process fork(), exec() and exit() activity. It is useful for monitoring system behaviour and to track down rogue processes that are spawning off processes and potentially abusing the system. +confinement: devmode + +parts: + forkstat: + plugin: make + source: git://kernel.ubuntu.com/cking/forkstat + build-packages: + - gcc + - make + +apps: + forkstat: + command: usr/bin/forkstat +