Mercurial > hg > syncopation-dataset
changeset 73:730e7e973973
removing SMC paper latex files from main repo
author | christopherh <christopher.harte@eecs.qmul.ac.uk> |
---|---|
date | Tue, 12 May 2015 09:38:02 +0100 |
parents | ef891481231e |
children | 3954fc89e155 |
files | SMC2015latex/IEEEtran.bst SMC2015latex/R/allmodels.pdf SMC2015latex/R/allmodels.svg SMC2015latex/R/data visual.ods SMC2015latex/R/modelsprediction.R SMC2015latex/R/newall.csv SMC2015latex/R/predictions.pdf SMC2015latex/csong.bib SMC2015latex/definitions.tex SMC2015latex/images/allmodels.pdf SMC2015latex/images/allmodels.svg SMC2015latex/images/clave_tpq.pdf SMC2015latex/images/clave_tpq.svg SMC2015latex/images/framework.pdf SMC2015latex/images/framework.svg SMC2015latex/images/general3.pdf SMC2015latex/images/general3.svg SMC2015latex/images/lhltree1.pdf SMC2015latex/images/meter_hierarchy7.pdf SMC2015latex/images/meter_hierarchy7.svg SMC2015latex/images/offbeatness.pdf SMC2015latex/images/pressing_example.pdf SMC2015latex/images/time-span6.pdf SMC2015latex/images/time-span6.svg SMC2015latex/section/background.tex SMC2015latex/section/conclusion.tex SMC2015latex/section/dataset.tex SMC2015latex/section/framework.tex SMC2015latex/section/introduction.tex SMC2015latex/smc2015.sty SMC2015latex/syncopation_toolkit.tex |
diffstat | 31 files changed, 0 insertions(+), 17187 deletions(-) [+] |
line wrap: on
line diff
--- a/SMC2015latex/IEEEtran.bst Tue May 12 08:53:12 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2417 +0,0 @@ -%% -%% IEEEtran.bst -%% BibTeX Bibliography Style file for IEEE Journals and Conferences (unsorted) -%% Version 1.12 (2007/01/11) -%% -%% Copyright (c) 2003-2007 Michael Shell -%% -%% Original starting code base and algorithms obtained from the output of -%% Patrick W. Daly's makebst package as well as from prior versions of -%% IEEE BibTeX styles: -%% -%% 1. Howard Trickey and Oren Patashnik's ieeetr.bst (1985/1988) -%% 2. Silvano Balemi and Richard H. Roy's IEEEbib.bst (1993) -%% -%% Support sites: -%% http://www.michaelshell.org/tex/ieeetran/ -%% http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/ -%% and/or -%% http://www.ieee.org/ -%% -%% For use with BibTeX version 0.99a or later -%% -%% This is a numerical citation style. -%% -%%************************************************************************* -%% Legal Notice: -%% This code is offered as-is without any warranty either expressed or -%% implied; without even the implied warranty of MERCHANTABILITY or -%% FITNESS FOR A PARTICULAR PURPOSE! -%% User assumes all risk. -%% In no event shall IEEE or any contributor to this code be liable for -%% any damages or losses, including, but not limited to, incidental, -%% consequential, or any other damages, resulting from the use or misuse -%% of any information contained here. -%% -%% All comments are the opinions of their respective authors and are not -%% necessarily endorsed by the IEEE. -%% -%% This work is distributed under the LaTeX Project Public License (LPPL) -%% ( http://www.latex-project.org/ ) version 1.3, and may be freely used, -%% distributed and modified. A copy of the LPPL, version 1.3, is included -%% in the base LaTeX documentation of all distributions of LaTeX released -%% 2003/12/01 or later. -%% Retain all contribution notices and credits. -%% ** Modified files should be clearly indicated as such, including ** -%% ** renaming them and changing author support contact information. ** -%% -%% File list of work: IEEEabrv.bib, IEEEfull.bib, IEEEexample.bib, -%% IEEEtran.bst, IEEEtranS.bst, IEEEtranSA.bst, -%% IEEEtranN.bst, IEEEtranSN.bst, IEEEtran_bst_HOWTO.pdf -%%************************************************************************* -% -% -% Changelog: -% -% 1.00 (2002/08/13) Initial release -% -% 1.10 (2002/09/27) -% 1. Corrected minor bug for improperly formed warning message when a -% book was not given a title. Thanks to Ming Kin Lai for reporting this. -% 2. Added support for CTLname_format_string and CTLname_latex_cmd fields -% in the BST control entry type. -% -% 1.11 (2003/04/02) -% 1. Fixed bug with URLs containing underscores when using url.sty. Thanks -% to Ming Kin Lai for reporting this. -% -% 1.12 (2007/01/11) -% 1. Fixed bug with unwanted comma before "et al." when an entry contained -% more than two author names. Thanks to Pallav Gupta for reporting this. -% 2. Fixed bug with anomalous closing quote in tech reports that have a -% type, but without a number or address. Thanks to Mehrdad Mirreza for -% reporting this. -% 3. Use braces in \providecommand in begin.bib to better support -% latex2html. TeX style length assignments OK with recent versions -% of latex2html - 1.71 (2002/2/1) or later is strongly recommended. -% Use of the language field still causes trouble with latex2html. -% Thanks to Federico Beffa for reporting this. -% 4. Added IEEEtran.bst ID and version comment string to .bbl output. -% 5. Provide a \BIBdecl hook that allows the user to execute commands -% just prior to the first entry. -% 6. Use default urlstyle (is using url.sty) of "same" rather than rm to -% better work with a wider variety of bibliography styles. -% 7. Changed month abbreviations from Sept., July and June to Sep., Jul., -% and Jun., respectively, as IEEE now does. Thanks to Moritz Borgmann -% for reporting this. -% 8. Control entry types should not be considered when calculating longest -% label width. -% 9. Added alias www for electronic/online. -% 10. Added CTLname_url_prefix control entry type. - - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% DEFAULTS FOR THE CONTROLS OF THE BST STYLE %% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -% These are the defaults for the user adjustable controls. The values used -% here can be overridden by the user via IEEEtranBSTCTL entry type. - -% NOTE: The recommended LaTeX command to invoke a control entry type is: -% -%\makeatletter -%\def\bstctlcite{\@ifnextchar[{\@bstctlcite}{\@bstctlcite[@auxout]}} -%\def\@bstctlcite[#1]#2{\@bsphack -% \@for\@citeb:=#2\do{% -% \edef\@citeb{\expandafter\@firstofone\@citeb}% -% \if@filesw\immediate\write\csname #1\endcsname{\string\citation{\@citeb}}\fi}% -% \@esphack} -%\makeatother -% -% It is called at the start of the document, before the first \cite, like: -% \bstctlcite{IEEEexample:BSTcontrol} -% -% IEEEtran.cls V1.6 and later does provide this command. - - - -% #0 turns off the display of the number for articles. -% #1 enables -FUNCTION {default.is.use.number.for.article} { #1 } - - -% #0 turns off the display of the paper and type fields in @inproceedings. -% #1 enables -FUNCTION {default.is.use.paper} { #1 } - - -% #0 turns off the forced use of "et al." -% #1 enables -FUNCTION {default.is.forced.et.al} { #0 } - -% The maximum number of names that can be present beyond which an "et al." -% usage is forced. Be sure that num.names.shown.with.forced.et.al (below) -% is not greater than this value! -% Note: There are many instances of references in IEEE journals which have -% a very large number of authors as well as instances in which "et al." is -% used profusely. -FUNCTION {default.max.num.names.before.forced.et.al} { #10 } - -% The number of names that will be shown with a forced "et al.". -% Must be less than or equal to max.num.names.before.forced.et.al -FUNCTION {default.num.names.shown.with.forced.et.al} { #1 } - - -% #0 turns off the alternate interword spacing for entries with URLs. -% #1 enables -FUNCTION {default.is.use.alt.interword.spacing} { #1 } - -% If alternate interword spacing for entries with URLs is enabled, this is -% the interword spacing stretch factor that will be used. For example, the -% default "4" here means that the interword spacing in entries with URLs can -% stretch to four times normal. Does not have to be an integer. Note that -% the value specified here can be overridden by the user in their LaTeX -% code via a command such as: -% "\providecommand\BIBentryALTinterwordstretchfactor{1.5}" in addition to -% that via the IEEEtranBSTCTL entry type. -FUNCTION {default.ALTinterwordstretchfactor} { "4" } - - -% #0 turns off the "dashification" of repeated (i.e., identical to those -% of the previous entry) names. IEEE normally does this. -% #1 enables -FUNCTION {default.is.dash.repeated.names} { #1 } - - -% The default name format control string. -FUNCTION {default.name.format.string}{ "{f.~}{vv~}{ll}{, jj}" } - - -% The default LaTeX font command for the names. -FUNCTION {default.name.latex.cmd}{ "" } - - -% The default URL prefix. -FUNCTION {default.name.url.prefix}{ "[Online]. Available:" } - - -% Other controls that cannot be accessed via IEEEtranBSTCTL entry type. - -% #0 turns off the terminal startup banner/completed message so as to -% operate more quietly. -% #1 enables -FUNCTION {is.print.banners.to.terminal} { #1 } - - - - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% FILE VERSION AND BANNER %% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -FUNCTION{bst.file.version} { "1.12" } -FUNCTION{bst.file.date} { "2007/01/11" } -FUNCTION{bst.file.website} { "http://www.michaelshell.org/tex/ieeetran/bibtex/" } - -FUNCTION {banner.message} -{ is.print.banners.to.terminal - { "-- IEEEtran.bst version" " " * bst.file.version * - " (" * bst.file.date * ") " * "by Michael Shell." * - top$ - "-- " bst.file.website * - top$ - "-- See the " quote$ * "IEEEtran_bst_HOWTO.pdf" * quote$ * " manual for usage information." * - top$ - } - { skip$ } - if$ -} - -FUNCTION {completed.message} -{ is.print.banners.to.terminal - { "" - top$ - "Done." - top$ - } - { skip$ } - if$ -} - - - - -%%%%%%%%%%%%%%%%%%%%%% -%% STRING CONSTANTS %% -%%%%%%%%%%%%%%%%%%%%%% - -FUNCTION {bbl.and}{ "and" } -FUNCTION {bbl.etal}{ "et~al." } -FUNCTION {bbl.editors}{ "eds." } -FUNCTION {bbl.editor}{ "ed." } -FUNCTION {bbl.edition}{ "ed." } -FUNCTION {bbl.volume}{ "vol." } -FUNCTION {bbl.of}{ "of" } -FUNCTION {bbl.number}{ "no." } -FUNCTION {bbl.in}{ "in" } -FUNCTION {bbl.pages}{ "pp." } -FUNCTION {bbl.page}{ "p." } -FUNCTION {bbl.chapter}{ "ch." } -FUNCTION {bbl.paper}{ "paper" } -FUNCTION {bbl.part}{ "pt." } -FUNCTION {bbl.patent}{ "Patent" } -FUNCTION {bbl.patentUS}{ "U.S." } -FUNCTION {bbl.revision}{ "Rev." } -FUNCTION {bbl.series}{ "ser." } -FUNCTION {bbl.standard}{ "Std." } -FUNCTION {bbl.techrep}{ "Tech. Rep." } -FUNCTION {bbl.mthesis}{ "Master's thesis" } -FUNCTION {bbl.phdthesis}{ "Ph.D. dissertation" } -FUNCTION {bbl.st}{ "st" } -FUNCTION {bbl.nd}{ "nd" } -FUNCTION {bbl.rd}{ "rd" } -FUNCTION {bbl.th}{ "th" } - - -% This is the LaTeX spacer that is used when a larger than normal space -% is called for (such as just before the address:publisher). -FUNCTION {large.space} { "\hskip 1em plus 0.5em minus 0.4em\relax " } - -% The LaTeX code for dashes that are used to represent repeated names. -% Note: Some older IEEE journals used something like -% "\rule{0.275in}{0.5pt}\," which is fairly thick and runs right along -% the baseline. However, IEEE now uses a thinner, above baseline, -% six dash long sequence. -FUNCTION {repeated.name.dashes} { "------" } - - - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% PREDEFINED STRING MACROS %% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -MACRO {jan} {"Jan."} -MACRO {feb} {"Feb."} -MACRO {mar} {"Mar."} -MACRO {apr} {"Apr."} -MACRO {may} {"May"} -MACRO {jun} {"Jun."} -MACRO {jul} {"Jul."} -MACRO {aug} {"Aug."} -MACRO {sep} {"Sep."} -MACRO {oct} {"Oct."} -MACRO {nov} {"Nov."} -MACRO {dec} {"Dec."} - - - -%%%%%%%%%%%%%%%%%% -%% ENTRY FIELDS %% -%%%%%%%%%%%%%%%%%% - -ENTRY - { address - assignee - author - booktitle - chapter - day - dayfiled - edition - editor - howpublished - institution - intype - journal - key - language - month - monthfiled - nationality - note - number - organization - pages - paper - publisher - school - series - revision - title - type - url - volume - year - yearfiled - CTLuse_article_number - CTLuse_paper - CTLuse_forced_etal - CTLmax_names_forced_etal - CTLnames_show_etal - CTLuse_alt_spacing - CTLalt_stretch_factor - CTLdash_repeated_names - CTLname_format_string - CTLname_latex_cmd - CTLname_url_prefix - } - {} - { label } - - - - -%%%%%%%%%%%%%%%%%%%%%%% -%% INTEGER VARIABLES %% -%%%%%%%%%%%%%%%%%%%%%%% - -INTEGERS { prev.status.punct this.status.punct punct.std - punct.no punct.comma punct.period - prev.status.space this.status.space space.std - space.no space.normal space.large - prev.status.quote this.status.quote quote.std - quote.no quote.close - prev.status.nline this.status.nline nline.std - nline.no nline.newblock - status.cap cap.std - cap.no cap.yes} - -INTEGERS { longest.label.width multiresult nameptr namesleft number.label numnames } - -INTEGERS { is.use.number.for.article - is.use.paper - is.forced.et.al - max.num.names.before.forced.et.al - num.names.shown.with.forced.et.al - is.use.alt.interword.spacing - is.dash.repeated.names} - - -%%%%%%%%%%%%%%%%%%%%%% -%% STRING VARIABLES %% -%%%%%%%%%%%%%%%%%%%%%% - -STRINGS { bibinfo - longest.label - oldname - s - t - ALTinterwordstretchfactor - name.format.string - name.latex.cmd - name.url.prefix} - - - - -%%%%%%%%%%%%%%%%%%%%%%%%% -%% LOW LEVEL FUNCTIONS %% -%%%%%%%%%%%%%%%%%%%%%%%%% - -FUNCTION {initialize.controls} -{ default.is.use.number.for.article 'is.use.number.for.article := - default.is.use.paper 'is.use.paper := - default.is.forced.et.al 'is.forced.et.al := - default.max.num.names.before.forced.et.al 'max.num.names.before.forced.et.al := - default.num.names.shown.with.forced.et.al 'num.names.shown.with.forced.et.al := - default.is.use.alt.interword.spacing 'is.use.alt.interword.spacing := - default.is.dash.repeated.names 'is.dash.repeated.names := - default.ALTinterwordstretchfactor 'ALTinterwordstretchfactor := - default.name.format.string 'name.format.string := - default.name.latex.cmd 'name.latex.cmd := - default.name.url.prefix 'name.url.prefix := -} - - -% This IEEEtran.bst features a very powerful and flexible mechanism for -% controlling the capitalization, punctuation, spacing, quotation, and -% newlines of the formatted entry fields. (Note: IEEEtran.bst does not need -% or use the newline/newblock feature, but it has been implemented for -% possible future use.) The output states of IEEEtran.bst consist of -% multiple independent attributes and, as such, can be thought of as being -% vectors, rather than the simple scalar values ("before.all", -% "mid.sentence", etc.) used in most other .bst files. -% -% The more flexible and complex design used here was motivated in part by -% IEEE's rather unusual bibliography style. For example, IEEE ends the -% previous field item with a period and large space prior to the publisher -% address; the @electronic entry types use periods as inter-item punctuation -% rather than the commas used by the other entry types; and URLs are never -% followed by periods even though they are the last item in the entry. -% Although it is possible to accommodate these features with the conventional -% output state system, the seemingly endless exceptions make for convoluted, -% unreliable and difficult to maintain code. -% -% IEEEtran.bst's output state system can be easily understood via a simple -% illustration of two most recently formatted entry fields (on the stack): -% -% CURRENT_ITEM -% "PREVIOUS_ITEM -% -% which, in this example, is to eventually appear in the bibliography as: -% -% "PREVIOUS_ITEM," CURRENT_ITEM -% -% It is the job of the output routine to take the previous item off of the -% stack (while leaving the current item at the top of the stack), apply its -% trailing punctuation (including closing quote marks) and spacing, and then -% to write the result to BibTeX's output buffer: -% -% "PREVIOUS_ITEM," -% -% Punctuation (and spacing) between items is often determined by both of the -% items rather than just the first one. The presence of quotation marks -% further complicates the situation because, in standard English, trailing -% punctuation marks are supposed to be contained within the quotes. -% -% IEEEtran.bst maintains two output state (aka "status") vectors which -% correspond to the previous and current (aka "this") items. Each vector -% consists of several independent attributes which track punctuation, -% spacing, quotation, and newlines. Capitalization status is handled by a -% separate scalar because the format routines, not the output routine, -% handle capitalization and, therefore, there is no need to maintain the -% capitalization attribute for both the "previous" and "this" items. -% -% When a format routine adds a new item, it copies the current output status -% vector to the previous output status vector and (usually) resets the -% current (this) output status vector to a "standard status" vector. Using a -% "standard status" vector in this way allows us to redefine what we mean by -% "standard status" at the start of each entry handler and reuse the same -% format routines under the various inter-item separation schemes. For -% example, the standard status vector for the @book entry type may use -% commas for item separators, while the @electronic type may use periods, -% yet both entry handlers exploit many of the exact same format routines. -% -% Because format routines have write access to the output status vector of -% the previous item, they can override the punctuation choices of the -% previous format routine! Therefore, it becomes trivial to implement rules -% such as "Always use a period and a large space before the publisher." By -% pushing the generation of the closing quote mark to the output routine, we -% avoid all the problems caused by having to close a quote before having all -% the information required to determine what the punctuation should be. -% -% The IEEEtran.bst output state system can easily be expanded if needed. -% For instance, it is easy to add a "space.tie" attribute value if the -% bibliography rules mandate that two items have to be joined with an -% unbreakable space. - -FUNCTION {initialize.status.constants} -{ #0 'punct.no := - #1 'punct.comma := - #2 'punct.period := - #0 'space.no := - #1 'space.normal := - #2 'space.large := - #0 'quote.no := - #1 'quote.close := - #0 'cap.no := - #1 'cap.yes := - #0 'nline.no := - #1 'nline.newblock := -} - -FUNCTION {std.status.using.comma} -{ punct.comma 'punct.std := - space.normal 'space.std := - quote.no 'quote.std := - nline.no 'nline.std := - cap.no 'cap.std := -} - -FUNCTION {std.status.using.period} -{ punct.period 'punct.std := - space.normal 'space.std := - quote.no 'quote.std := - nline.no 'nline.std := - cap.yes 'cap.std := -} - -FUNCTION {initialize.prev.this.status} -{ punct.no 'prev.status.punct := - space.no 'prev.status.space := - quote.no 'prev.status.quote := - nline.no 'prev.status.nline := - punct.no 'this.status.punct := - space.no 'this.status.space := - quote.no 'this.status.quote := - nline.no 'this.status.nline := - cap.yes 'status.cap := -} - -FUNCTION {this.status.std} -{ punct.std 'this.status.punct := - space.std 'this.status.space := - quote.std 'this.status.quote := - nline.std 'this.status.nline := -} - -FUNCTION {cap.status.std}{ cap.std 'status.cap := } - -FUNCTION {this.to.prev.status} -{ this.status.punct 'prev.status.punct := - this.status.space 'prev.status.space := - this.status.quote 'prev.status.quote := - this.status.nline 'prev.status.nline := -} - - -FUNCTION {not} -{ { #0 } - { #1 } - if$ -} - -FUNCTION {and} -{ { skip$ } - { pop$ #0 } - if$ -} - -FUNCTION {or} -{ { pop$ #1 } - { skip$ } - if$ -} - - -% convert the strings "yes" or "no" to #1 or #0 respectively -FUNCTION {yes.no.to.int} -{ "l" change.case$ duplicate$ - "yes" = - { pop$ #1 } - { duplicate$ "no" = - { pop$ #0 } - { "unknown boolean " quote$ * swap$ * quote$ * - " in " * cite$ * warning$ - #0 - } - if$ - } - if$ -} - - -% pushes true if the single char string on the stack is in the -% range of "0" to "9" -FUNCTION {is.num} -{ chr.to.int$ - duplicate$ "0" chr.to.int$ < not - swap$ "9" chr.to.int$ > not and -} - -% multiplies the integer on the stack by a factor of 10 -FUNCTION {bump.int.mag} -{ #0 'multiresult := - { duplicate$ #0 > } - { #1 - - multiresult #10 + - 'multiresult := - } - while$ -pop$ -multiresult -} - -% converts a single character string on the stack to an integer -FUNCTION {char.to.integer} -{ duplicate$ - is.num - { chr.to.int$ "0" chr.to.int$ - } - {"noninteger character " quote$ * swap$ * quote$ * - " in integer field of " * cite$ * warning$ - #0 - } - if$ -} - -% converts a string on the stack to an integer -FUNCTION {string.to.integer} -{ duplicate$ text.length$ 'namesleft := - #1 'nameptr := - #0 'numnames := - { nameptr namesleft > not } - { duplicate$ nameptr #1 substring$ - char.to.integer numnames bump.int.mag + - 'numnames := - nameptr #1 + - 'nameptr := - } - while$ -pop$ -numnames -} - - - - -% The output routines write out the *next* to the top (previous) item on the -% stack, adding punctuation and such as needed. Since IEEEtran.bst maintains -% the output status for the top two items on the stack, these output -% routines have to consider the previous output status (which corresponds to -% the item that is being output). Full independent control of punctuation, -% closing quote marks, spacing, and newblock is provided. -% -% "output.nonnull" does not check for the presence of a previous empty -% item. -% -% "output" does check for the presence of a previous empty item and will -% remove an empty item rather than outputing it. -% -% "output.warn" is like "output", but will issue a warning if it detects -% an empty item. - -FUNCTION {output.nonnull} -{ swap$ - prev.status.punct punct.comma = - { "," * } - { skip$ } - if$ - prev.status.punct punct.period = - { add.period$ } - { skip$ } - if$ - prev.status.quote quote.close = - { "''" * } - { skip$ } - if$ - prev.status.space space.normal = - { " " * } - { skip$ } - if$ - prev.status.space space.large = - { large.space * } - { skip$ } - if$ - write$ - prev.status.nline nline.newblock = - { newline$ "\newblock " write$ } - { skip$ } - if$ -} - -FUNCTION {output} -{ duplicate$ empty$ - 'pop$ - 'output.nonnull - if$ -} - -FUNCTION {output.warn} -{ 't := - duplicate$ empty$ - { pop$ "empty " t * " in " * cite$ * warning$ } - 'output.nonnull - if$ -} - -% "fin.entry" is the output routine that handles the last item of the entry -% (which will be on the top of the stack when "fin.entry" is called). - -FUNCTION {fin.entry} -{ this.status.punct punct.no = - { skip$ } - { add.period$ } - if$ - this.status.quote quote.close = - { "''" * } - { skip$ } - if$ -write$ -newline$ -} - - -FUNCTION {is.last.char.not.punct} -{ duplicate$ - "}" * add.period$ - #-1 #1 substring$ "." = -} - -FUNCTION {is.multiple.pages} -{ 't := - #0 'multiresult := - { multiresult not - t empty$ not - and - } - { t #1 #1 substring$ - duplicate$ "-" = - swap$ duplicate$ "," = - swap$ "+" = - or or - { #1 'multiresult := } - { t #2 global.max$ substring$ 't := } - if$ - } - while$ - multiresult -} - -FUNCTION {capitalize}{ "u" change.case$ "t" change.case$ } - -FUNCTION {emphasize} -{ duplicate$ empty$ - { pop$ "" } - { "\emph{" swap$ * "}" * } - if$ -} - -FUNCTION {do.name.latex.cmd} -{ name.latex.cmd - empty$ - { skip$ } - { name.latex.cmd "{" * swap$ * "}" * } - if$ -} - -% IEEEtran.bst uses its own \BIBforeignlanguage command which directly -% invokes the TeX hyphenation patterns without the need of the Babel -% package. Babel does a lot more than switch hyphenation patterns and -% its loading can cause unintended effects in many class files (such as -% IEEEtran.cls). -FUNCTION {select.language} -{ duplicate$ empty$ 'pop$ - { language empty$ 'skip$ - { "\BIBforeignlanguage{" language * "}{" * swap$ * "}" * } - if$ - } - if$ -} - -FUNCTION {tie.or.space.prefix} -{ duplicate$ text.length$ #3 < - { "~" } - { " " } - if$ - swap$ -} - -FUNCTION {get.bbl.editor} -{ editor num.names$ #1 > 'bbl.editors 'bbl.editor if$ } - -FUNCTION {space.word}{ " " swap$ * " " * } - - -% Field Conditioners, Converters, Checkers and External Interfaces - -FUNCTION {empty.field.to.null.string} -{ duplicate$ empty$ - { pop$ "" } - { skip$ } - if$ -} - -FUNCTION {either.or.check} -{ empty$ - { pop$ } - { "can't use both " swap$ * " fields in " * cite$ * warning$ } - if$ -} - -FUNCTION {empty.entry.warn} -{ author empty$ title empty$ howpublished empty$ - month empty$ year empty$ note empty$ url empty$ - and and and and and and - { "all relevant fields are empty in " cite$ * warning$ } - 'skip$ - if$ -} - - -% The bibinfo system provides a way for the electronic parsing/acquisition -% of a bibliography's contents as is done by ReVTeX. For example, a field -% could be entered into the bibliography as: -% \bibinfo{volume}{2} -% Only the "2" would show up in the document, but the LaTeX \bibinfo command -% could do additional things with the information. IEEEtran.bst does provide -% a \bibinfo command via "\providecommand{\bibinfo}[2]{#2}". However, it is -% currently not used as the bogus bibinfo functions defined here output the -% entry values directly without the \bibinfo wrapper. The bibinfo functions -% themselves (and the calls to them) are retained for possible future use. -% -% bibinfo.check avoids acting on missing fields while bibinfo.warn will -% issue a warning message if a missing field is detected. Prior to calling -% the bibinfo functions, the user should push the field value and then its -% name string, in that order. - -FUNCTION {bibinfo.check} -{ swap$ duplicate$ missing$ - { pop$ pop$ "" } - { duplicate$ empty$ - { swap$ pop$ } - { swap$ pop$ } - if$ - } - if$ -} - -FUNCTION {bibinfo.warn} -{ swap$ duplicate$ missing$ - { swap$ "missing " swap$ * " in " * cite$ * warning$ pop$ "" } - { duplicate$ empty$ - { swap$ "empty " swap$ * " in " * cite$ * warning$ } - { swap$ pop$ } - if$ - } - if$ -} - - -% IEEE separates large numbers with more than 4 digits into groups of -% three. IEEE uses a small space to separate these number groups. -% Typical applications include patent and page numbers. - -% number of consecutive digits required to trigger the group separation. -FUNCTION {large.number.trigger}{ #5 } - -% For numbers longer than the trigger, this is the blocksize of the groups. -% The blocksize must be less than the trigger threshold, and 2 * blocksize -% must be greater than the trigger threshold (can't do more than one -% separation on the initial trigger). -FUNCTION {large.number.blocksize}{ #3 } - -% What is actually inserted between the number groups. -FUNCTION {large.number.separator}{ "\," } - -% So as to save on integer variables by reusing existing ones, numnames -% holds the current number of consecutive digits read and nameptr holds -% the number that will trigger an inserted space. -FUNCTION {large.number.separate} -{ 't := - "" - #0 'numnames := - large.number.trigger 'nameptr := - { t empty$ not } - { t #-1 #1 substring$ is.num - { numnames #1 + 'numnames := } - { #0 'numnames := - large.number.trigger 'nameptr := - } - if$ - t #-1 #1 substring$ swap$ * - t #-2 global.max$ substring$ 't := - numnames nameptr = - { duplicate$ #1 nameptr large.number.blocksize - substring$ swap$ - nameptr large.number.blocksize - #1 + global.max$ substring$ - large.number.separator swap$ * * - nameptr large.number.blocksize - 'numnames := - large.number.blocksize #1 + 'nameptr := - } - { skip$ } - if$ - } - while$ -} - -% Converts all single dashes "-" to double dashes "--". -FUNCTION {n.dashify} -{ large.number.separate - 't := - "" - { t empty$ not } - { t #1 #1 substring$ "-" = - { t #1 #2 substring$ "--" = not - { "--" * - t #2 global.max$ substring$ 't := - } - { { t #1 #1 substring$ "-" = } - { "-" * - t #2 global.max$ substring$ 't := - } - while$ - } - if$ - } - { t #1 #1 substring$ * - t #2 global.max$ substring$ 't := - } - if$ - } - while$ -} - - -% This function detects entries with names that are identical to that of -% the previous entry and replaces the repeated names with dashes (if the -% "is.dash.repeated.names" user control is nonzero). -FUNCTION {name.or.dash} -{ 's := - oldname empty$ - { s 'oldname := s } - { s oldname = - { is.dash.repeated.names - { repeated.name.dashes } - { s 'oldname := s } - if$ - } - { s 'oldname := s } - if$ - } - if$ -} - -% Converts the number string on the top of the stack to -% "numerical ordinal form" (e.g., "7" to "7th"). There is -% no artificial limit to the upper bound of the numbers as the -% least significant digit always determines the ordinal form. -FUNCTION {num.to.ordinal} -{ duplicate$ #-1 #1 substring$ "1" = - { bbl.st * } - { duplicate$ #-1 #1 substring$ "2" = - { bbl.nd * } - { duplicate$ #-1 #1 substring$ "3" = - { bbl.rd * } - { bbl.th * } - if$ - } - if$ - } - if$ -} - -% If the string on the top of the stack begins with a number, -% (e.g., 11th) then replace the string with the leading number -% it contains. Otherwise retain the string as-is. s holds the -% extracted number, t holds the part of the string that remains -% to be scanned. -FUNCTION {extract.num} -{ duplicate$ 't := - "" 's := - { t empty$ not } - { t #1 #1 substring$ - t #2 global.max$ substring$ 't := - duplicate$ is.num - { s swap$ * 's := } - { pop$ "" 't := } - if$ - } - while$ - s empty$ - 'skip$ - { pop$ s } - if$ -} - -% Converts the word number string on the top of the stack to -% Arabic string form. Will be successful up to "tenth". -FUNCTION {word.to.num} -{ duplicate$ "l" change.case$ 's := - s "first" = - { pop$ "1" } - { skip$ } - if$ - s "second" = - { pop$ "2" } - { skip$ } - if$ - s "third" = - { pop$ "3" } - { skip$ } - if$ - s "fourth" = - { pop$ "4" } - { skip$ } - if$ - s "fifth" = - { pop$ "5" } - { skip$ } - if$ - s "sixth" = - { pop$ "6" } - { skip$ } - if$ - s "seventh" = - { pop$ "7" } - { skip$ } - if$ - s "eighth" = - { pop$ "8" } - { skip$ } - if$ - s "ninth" = - { pop$ "9" } - { skip$ } - if$ - s "tenth" = - { pop$ "10" } - { skip$ } - if$ -} - - -% Converts the string on the top of the stack to numerical -% ordinal (e.g., "11th") form. -FUNCTION {convert.edition} -{ duplicate$ empty$ 'skip$ - { duplicate$ #1 #1 substring$ is.num - { extract.num - num.to.ordinal - } - { word.to.num - duplicate$ #1 #1 substring$ is.num - { num.to.ordinal } - { "edition ordinal word " quote$ * edition * quote$ * - " may be too high (or improper) for conversion" * " in " * cite$ * warning$ - } - if$ - } - if$ - } - if$ -} - - - - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% LATEX BIBLIOGRAPHY CODE %% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -FUNCTION {start.entry} -{ newline$ - "\bibitem{" write$ - cite$ write$ - "}" write$ - newline$ - "" - initialize.prev.this.status -} - -% Here we write out all the LaTeX code that we will need. The most involved -% code sequences are those that control the alternate interword spacing and -% foreign language hyphenation patterns. The heavy use of \providecommand -% gives users a way to override the defaults. Special thanks to Javier Bezos, -% Johannes Braams, Robin Fairbairns, Heiko Oberdiek, Donald Arseneau and all -% the other gurus on comp.text.tex for their help and advice on the topic of -% \selectlanguage, Babel and BibTeX. -FUNCTION {begin.bib} -{ "% Generated by IEEEtran.bst, version: " bst.file.version * " (" * bst.file.date * ")" * - write$ newline$ - preamble$ empty$ 'skip$ - { preamble$ write$ newline$ } - if$ - "\begin{thebibliography}{" longest.label * "}" * - write$ newline$ - "\providecommand{\url}[1]{#1}" - write$ newline$ - "\csname url@samestyle\endcsname" - write$ newline$ - "\providecommand{\newblock}{\relax}" - write$ newline$ - "\providecommand{\bibinfo}[2]{#2}" - write$ newline$ - "\providecommand{\BIBentrySTDinterwordspacing}{\spaceskip=0pt\relax}" - write$ newline$ - "\providecommand{\BIBentryALTinterwordstretchfactor}{" - ALTinterwordstretchfactor * "}" * - write$ newline$ - "\providecommand{\BIBentryALTinterwordspacing}{\spaceskip=\fontdimen2\font plus " - write$ newline$ - "\BIBentryALTinterwordstretchfactor\fontdimen3\font minus \fontdimen4\font\relax}" - write$ newline$ - "\providecommand{\BIBforeignlanguage}[2]{{%" - write$ newline$ - "\expandafter\ifx\csname l@#1\endcsname\relax" - write$ newline$ - "\typeout{** WARNING: IEEEtran.bst: No hyphenation pattern has been}%" - write$ newline$ - "\typeout{** loaded for the language `#1'. Using the pattern for}%" - write$ newline$ - "\typeout{** the default language instead.}%" - write$ newline$ - "\else" - write$ newline$ - "\language=\csname l@#1\endcsname" - write$ newline$ - "\fi" - write$ newline$ - "#2}}" - write$ newline$ - "\providecommand{\BIBdecl}{\relax}" - write$ newline$ - "\BIBdecl" - write$ newline$ -} - -FUNCTION {end.bib} -{ newline$ "\end{thebibliography}" write$ newline$ } - -FUNCTION {if.url.alt.interword.spacing} -{ is.use.alt.interword.spacing - {url empty$ 'skip$ {"\BIBentryALTinterwordspacing" write$ newline$} if$} - { skip$ } - if$ -} - -FUNCTION {if.url.std.interword.spacing} -{ is.use.alt.interword.spacing - {url empty$ 'skip$ {"\BIBentrySTDinterwordspacing" write$ newline$} if$} - { skip$ } - if$ -} - - - - -%%%%%%%%%%%%%%%%%%%%%%%% -%% LONGEST LABEL PASS %% -%%%%%%%%%%%%%%%%%%%%%%%% - -FUNCTION {initialize.longest.label} -{ "" 'longest.label := - #1 'number.label := - #0 'longest.label.width := -} - -FUNCTION {longest.label.pass} -{ type$ "ieeetranbstctl" = - { skip$ } - { number.label int.to.str$ 'label := - number.label #1 + 'number.label := - label width$ longest.label.width > - { label 'longest.label := - label width$ 'longest.label.width := - } - { skip$ } - if$ - } - if$ -} - - - - -%%%%%%%%%%%%%%%%%%%%% -%% FORMAT HANDLERS %% -%%%%%%%%%%%%%%%%%%%%% - -%% Lower Level Formats (used by higher level formats) - -FUNCTION {format.address.org.or.pub.date} -{ 't := - "" - year empty$ - { "empty year in " cite$ * warning$ } - { skip$ } - if$ - address empty$ t empty$ and - year empty$ and month empty$ and - { skip$ } - { this.to.prev.status - this.status.std - cap.status.std - address "address" bibinfo.check * - t empty$ - { skip$ } - { punct.period 'prev.status.punct := - space.large 'prev.status.space := - address empty$ - { skip$ } - { ": " * } - if$ - t * - } - if$ - year empty$ month empty$ and - { skip$ } - { t empty$ address empty$ and - { skip$ } - { ", " * } - if$ - month empty$ - { year empty$ - { skip$ } - { year "year" bibinfo.check * } - if$ - } - { month "month" bibinfo.check * - year empty$ - { skip$ } - { " " * year "year" bibinfo.check * } - if$ - } - if$ - } - if$ - } - if$ -} - - -FUNCTION {format.names} -{ 'bibinfo := - duplicate$ empty$ 'skip$ { - this.to.prev.status - this.status.std - 's := - "" 't := - #1 'nameptr := - s num.names$ 'numnames := - numnames 'namesleft := - { namesleft #0 > } - { s nameptr - name.format.string - format.name$ - bibinfo bibinfo.check - 't := - nameptr #1 > - { nameptr num.names.shown.with.forced.et.al #1 + = - numnames max.num.names.before.forced.et.al > - is.forced.et.al and and - { "others" 't := - #1 'namesleft := - } - { skip$ } - if$ - namesleft #1 > - { ", " * t do.name.latex.cmd * } - { s nameptr "{ll}" format.name$ duplicate$ "others" = - { 't := } - { pop$ } - if$ - t "others" = - { " " * bbl.etal emphasize * } - { numnames #2 > - { "," * } - { skip$ } - if$ - bbl.and - space.word * t do.name.latex.cmd * - } - if$ - } - if$ - } - { t do.name.latex.cmd } - if$ - nameptr #1 + 'nameptr := - namesleft #1 - 'namesleft := - } - while$ - cap.status.std - } if$ -} - - - - -%% Higher Level Formats - -%% addresses/locations - -FUNCTION {format.address} -{ address duplicate$ empty$ 'skip$ - { this.to.prev.status - this.status.std - cap.status.std - } - if$ -} - - - -%% author/editor names - -FUNCTION {format.authors}{ author "author" format.names } - -FUNCTION {format.editors} -{ editor "editor" format.names duplicate$ empty$ 'skip$ - { ", " * - get.bbl.editor - capitalize - * - } - if$ -} - - - -%% date - -FUNCTION {format.date} -{ - month "month" bibinfo.check duplicate$ empty$ - year "year" bibinfo.check duplicate$ empty$ - { swap$ 'skip$ - { this.to.prev.status - this.status.std - cap.status.std - "there's a month but no year in " cite$ * warning$ } - if$ - * - } - { this.to.prev.status - this.status.std - cap.status.std - swap$ 'skip$ - { - swap$ - " " * swap$ - } - if$ - * - } - if$ -} - -FUNCTION {format.date.electronic} -{ month "month" bibinfo.check duplicate$ empty$ - year "year" bibinfo.check duplicate$ empty$ - { swap$ - { pop$ } - { "there's a month but no year in " cite$ * warning$ - pop$ ")" * "(" swap$ * - this.to.prev.status - punct.no 'this.status.punct := - space.normal 'this.status.space := - quote.no 'this.status.quote := - cap.yes 'status.cap := - } - if$ - } - { swap$ - { swap$ pop$ ")" * "(" swap$ * } - { "(" swap$ * ", " * swap$ * ")" * } - if$ - this.to.prev.status - punct.no 'this.status.punct := - space.normal 'this.status.space := - quote.no 'this.status.quote := - cap.yes 'status.cap := - } - if$ -} - - - -%% edition/title - -% Note: IEEE considers the edition to be closely associated with -% the title of a book. So, in IEEEtran.bst the edition is normally handled -% within the formatting of the title. The format.edition function is -% retained here for possible future use. -FUNCTION {format.edition} -{ edition duplicate$ empty$ 'skip$ - { this.to.prev.status - this.status.std - convert.edition - status.cap - { "t" } - { "l" } - if$ change.case$ - "edition" bibinfo.check - "~" * bbl.edition * - cap.status.std - } - if$ -} - -% This is used to format the booktitle of a conference proceedings. -% Here we use the "intype" field to provide the user a way to -% override the word "in" (e.g., with things like "presented at") -% Use of intype stops the emphasis of the booktitle to indicate that -% we no longer mean the written conference proceedings, but the -% conference itself. -FUNCTION {format.in.booktitle} -{ booktitle "booktitle" bibinfo.check duplicate$ empty$ 'skip$ - { this.to.prev.status - this.status.std - select.language - intype missing$ - { emphasize - bbl.in " " * - } - { intype " " * } - if$ - swap$ * - cap.status.std - } - if$ -} - -% This is used to format the booktitle of collection. -% Here the "intype" field is not supported, but "edition" is. -FUNCTION {format.in.booktitle.edition} -{ booktitle "booktitle" bibinfo.check duplicate$ empty$ 'skip$ - { this.to.prev.status - this.status.std - select.language - emphasize - edition empty$ 'skip$ - { ", " * - edition - convert.edition - "l" change.case$ - * "~" * bbl.edition * - } - if$ - bbl.in " " * swap$ * - cap.status.std - } - if$ -} - -FUNCTION {format.article.title} -{ title duplicate$ empty$ 'skip$ - { this.to.prev.status - this.status.std - "t" change.case$ - } - if$ - "title" bibinfo.check - duplicate$ empty$ 'skip$ - { quote.close 'this.status.quote := - is.last.char.not.punct - { punct.std 'this.status.punct := } - { punct.no 'this.status.punct := } - if$ - select.language - "``" swap$ * - cap.status.std - } - if$ -} - -FUNCTION {format.article.title.electronic} -{ title duplicate$ empty$ 'skip$ - { this.to.prev.status - this.status.std - cap.status.std - "t" change.case$ - } - if$ - "title" bibinfo.check - duplicate$ empty$ - { skip$ } - { select.language } - if$ -} - -FUNCTION {format.book.title.edition} -{ title "title" bibinfo.check - duplicate$ empty$ - { "empty title in " cite$ * warning$ } - { this.to.prev.status - this.status.std - select.language - emphasize - edition empty$ 'skip$ - { ", " * - edition - convert.edition - status.cap - { "t" } - { "l" } - if$ - change.case$ - * "~" * bbl.edition * - } - if$ - cap.status.std - } - if$ -} - -FUNCTION {format.book.title} -{ title "title" bibinfo.check - duplicate$ empty$ 'skip$ - { this.to.prev.status - this.status.std - cap.status.std - select.language - emphasize - } - if$ -} - - - -%% journal - -FUNCTION {format.journal} -{ journal duplicate$ empty$ 'skip$ - { this.to.prev.status - this.status.std - cap.status.std - select.language - emphasize - } - if$ -} - - - -%% how published - -FUNCTION {format.howpublished} -{ howpublished duplicate$ empty$ 'skip$ - { this.to.prev.status - this.status.std - cap.status.std - } - if$ -} - - - -%% institutions/organization/publishers/school - -FUNCTION {format.institution} -{ institution duplicate$ empty$ 'skip$ - { this.to.prev.status - this.status.std - cap.status.std - } - if$ -} - -FUNCTION {format.organization} -{ organization duplicate$ empty$ 'skip$ - { this.to.prev.status - this.status.std - cap.status.std - } - if$ -} - -FUNCTION {format.address.publisher.date} -{ publisher "publisher" bibinfo.warn format.address.org.or.pub.date } - -FUNCTION {format.address.publisher.date.nowarn} -{ publisher "publisher" bibinfo.check format.address.org.or.pub.date } - -FUNCTION {format.address.organization.date} -{ organization "organization" bibinfo.check format.address.org.or.pub.date } - -FUNCTION {format.school} -{ school duplicate$ empty$ 'skip$ - { this.to.prev.status - this.status.std - cap.status.std - } - if$ -} - - - -%% volume/number/series/chapter/pages - -FUNCTION {format.volume} -{ volume empty.field.to.null.string - duplicate$ empty$ 'skip$ - { this.to.prev.status - this.status.std - bbl.volume - status.cap - { capitalize } - { skip$ } - if$ - swap$ tie.or.space.prefix - "volume" bibinfo.check - * * - cap.status.std - } - if$ -} - -FUNCTION {format.number} -{ number empty.field.to.null.string - duplicate$ empty$ 'skip$ - { this.to.prev.status - this.status.std - status.cap - { bbl.number capitalize } - { bbl.number } - if$ - swap$ tie.or.space.prefix - "number" bibinfo.check - * * - cap.status.std - } - if$ -} - -FUNCTION {format.number.if.use.for.article} -{ is.use.number.for.article - { format.number } - { "" } - if$ -} - -% IEEE does not seem to tie the series so closely with the volume -% and number as is done in other bibliography styles. Instead the -% series is treated somewhat like an extension of the title. -FUNCTION {format.series} -{ series empty$ - { "" } - { this.to.prev.status - this.status.std - bbl.series " " * - series "series" bibinfo.check * - cap.status.std - } - if$ -} - - -FUNCTION {format.chapter} -{ chapter empty$ - { "" } - { this.to.prev.status - this.status.std - type empty$ - { bbl.chapter } - { type "l" change.case$ - "type" bibinfo.check - } - if$ - chapter tie.or.space.prefix - "chapter" bibinfo.check - * * - cap.status.std - } - if$ -} - - -% The intended use of format.paper is for paper numbers of inproceedings. -% The paper type can be overridden via the type field. -% We allow the type to be displayed even if the paper number is absent -% for things like "postdeadline paper" -FUNCTION {format.paper} -{ is.use.paper - { paper empty$ - { type empty$ - { "" } - { this.to.prev.status - this.status.std - type "type" bibinfo.check - cap.status.std - } - if$ - } - { this.to.prev.status - this.status.std - type empty$ - { bbl.paper } - { type "type" bibinfo.check } - if$ - " " * paper - "paper" bibinfo.check - * - cap.status.std - } - if$ - } - { "" } - if$ -} - - -FUNCTION {format.pages} -{ pages duplicate$ empty$ 'skip$ - { this.to.prev.status - this.status.std - duplicate$ is.multiple.pages - { - bbl.pages swap$ - n.dashify - } - { - bbl.page swap$ - } - if$ - tie.or.space.prefix - "pages" bibinfo.check - * * - cap.status.std - } - if$ -} - - - -%% technical report number - -FUNCTION {format.tech.report.number} -{ number "number" bibinfo.check - this.to.prev.status - this.status.std - cap.status.std - type duplicate$ empty$ - { pop$ - bbl.techrep - } - { skip$ } - if$ - "type" bibinfo.check - swap$ duplicate$ empty$ - { pop$ } - { tie.or.space.prefix * * } - if$ -} - - - -%% note - -FUNCTION {format.note} -{ note empty$ - { "" } - { this.to.prev.status - this.status.std - punct.period 'this.status.punct := - note #1 #1 substring$ - duplicate$ "{" = - { skip$ } - { status.cap - { "u" } - { "l" } - if$ - change.case$ - } - if$ - note #2 global.max$ substring$ * "note" bibinfo.check - cap.yes 'status.cap := - } - if$ -} - - - -%% patent - -FUNCTION {format.patent.date} -{ this.to.prev.status - this.status.std - year empty$ - { monthfiled duplicate$ empty$ - { "monthfiled" bibinfo.check pop$ "" } - { "monthfiled" bibinfo.check } - if$ - dayfiled duplicate$ empty$ - { "dayfiled" bibinfo.check pop$ "" * } - { "dayfiled" bibinfo.check - monthfiled empty$ - { "dayfiled without a monthfiled in " cite$ * warning$ - * - } - { " " swap$ * * } - if$ - } - if$ - yearfiled empty$ - { "no year or yearfiled in " cite$ * warning$ } - { yearfiled "yearfiled" bibinfo.check - swap$ - duplicate$ empty$ - { pop$ } - { ", " * swap$ * } - if$ - } - if$ - } - { month duplicate$ empty$ - { "month" bibinfo.check pop$ "" } - { "month" bibinfo.check } - if$ - day duplicate$ empty$ - { "day" bibinfo.check pop$ "" * } - { "day" bibinfo.check - month empty$ - { "day without a month in " cite$ * warning$ - * - } - { " " swap$ * * } - if$ - } - if$ - year "year" bibinfo.check - swap$ - duplicate$ empty$ - { pop$ } - { ", " * swap$ * } - if$ - } - if$ - cap.status.std -} - -FUNCTION {format.patent.nationality.type.number} -{ this.to.prev.status - this.status.std - nationality duplicate$ empty$ - { "nationality" bibinfo.warn pop$ "" } - { "nationality" bibinfo.check - duplicate$ "l" change.case$ "united states" = - { pop$ bbl.patentUS } - { skip$ } - if$ - " " * - } - if$ - type empty$ - { bbl.patent "type" bibinfo.check } - { type "type" bibinfo.check } - if$ - * - number duplicate$ empty$ - { "number" bibinfo.warn pop$ } - { "number" bibinfo.check - large.number.separate - swap$ " " * swap$ * - } - if$ - cap.status.std -} - - - -%% standard - -FUNCTION {format.organization.institution.standard.type.number} -{ this.to.prev.status - this.status.std - organization duplicate$ empty$ - { pop$ - institution duplicate$ empty$ - { "institution" bibinfo.warn } - { "institution" bibinfo.warn " " * } - if$ - } - { "organization" bibinfo.warn " " * } - if$ - type empty$ - { bbl.standard "type" bibinfo.check } - { type "type" bibinfo.check } - if$ - * - number duplicate$ empty$ - { "number" bibinfo.check pop$ } - { "number" bibinfo.check - large.number.separate - swap$ " " * swap$ * - } - if$ - cap.status.std -} - -FUNCTION {format.revision} -{ revision empty$ - { "" } - { this.to.prev.status - this.status.std - bbl.revision - revision tie.or.space.prefix - "revision" bibinfo.check - * * - cap.status.std - } - if$ -} - - -%% thesis - -FUNCTION {format.master.thesis.type} -{ this.to.prev.status - this.status.std - type empty$ - { - bbl.mthesis - } - { - type "type" bibinfo.check - } - if$ -cap.status.std -} - -FUNCTION {format.phd.thesis.type} -{ this.to.prev.status - this.status.std - type empty$ - { - bbl.phdthesis - } - { - type "type" bibinfo.check - } - if$ -cap.status.std -} - - - -%% URL - -FUNCTION {format.url} -{ url empty$ - { "" } - { this.to.prev.status - this.status.std - cap.yes 'status.cap := - name.url.prefix " " * - "\url{" * url * "}" * - punct.no 'this.status.punct := - punct.period 'prev.status.punct := - space.normal 'this.status.space := - space.normal 'prev.status.space := - quote.no 'this.status.quote := - } - if$ -} - - - - -%%%%%%%%%%%%%%%%%%%% -%% ENTRY HANDLERS %% -%%%%%%%%%%%%%%%%%%%% - - -% Note: In many journals, IEEE (or the authors) tend not to show the number -% for articles, so the display of the number is controlled here by the -% switch "is.use.number.for.article" -FUNCTION {article} -{ std.status.using.comma - start.entry - if.url.alt.interword.spacing - format.authors "author" output.warn - name.or.dash - format.article.title "title" output.warn - format.journal "journal" bibinfo.check "journal" output.warn - format.volume output - format.number.if.use.for.article output - format.pages output - format.date "year" output.warn - format.note output - format.url output - fin.entry - if.url.std.interword.spacing -} - -FUNCTION {book} -{ std.status.using.comma - start.entry - if.url.alt.interword.spacing - author empty$ - { format.editors "author and editor" output.warn } - { format.authors output.nonnull } - if$ - name.or.dash - format.book.title.edition output - format.series output - author empty$ - { skip$ } - { format.editors output } - if$ - format.address.publisher.date output - format.volume output - format.number output - format.note output - format.url output - fin.entry - if.url.std.interword.spacing -} - -FUNCTION {booklet} -{ std.status.using.comma - start.entry - if.url.alt.interword.spacing - format.authors output - name.or.dash - format.article.title "title" output.warn - format.howpublished "howpublished" bibinfo.check output - format.organization "organization" bibinfo.check output - format.address "address" bibinfo.check output - format.date output - format.note output - format.url output - fin.entry - if.url.std.interword.spacing -} - -FUNCTION {electronic} -{ std.status.using.period - start.entry - if.url.alt.interword.spacing - format.authors output - name.or.dash - format.date.electronic output - format.article.title.electronic output - format.howpublished "howpublished" bibinfo.check output - format.organization "organization" bibinfo.check output - format.address "address" bibinfo.check output - format.note output - format.url output - fin.entry - empty.entry.warn - if.url.std.interword.spacing -} - -FUNCTION {inbook} -{ std.status.using.comma - start.entry - if.url.alt.interword.spacing - author empty$ - { format.editors "author and editor" output.warn } - { format.authors output.nonnull } - if$ - name.or.dash - format.book.title.edition output - format.series output - format.address.publisher.date output - format.volume output - format.number output - format.chapter output - format.pages output - format.note output - format.url output - fin.entry - if.url.std.interword.spacing -} - -FUNCTION {incollection} -{ std.status.using.comma - start.entry - if.url.alt.interword.spacing - format.authors "author" output.warn - name.or.dash - format.article.title "title" output.warn - format.in.booktitle.edition "booktitle" output.warn - format.series output - format.editors output - format.address.publisher.date.nowarn output - format.volume output - format.number output - format.chapter output - format.pages output - format.note output - format.url output - fin.entry - if.url.std.interword.spacing -} - -FUNCTION {inproceedings} -{ std.status.using.comma - start.entry - if.url.alt.interword.spacing - format.authors "author" output.warn - name.or.dash - format.article.title "title" output.warn - format.in.booktitle "booktitle" output.warn - format.series output - format.editors output - format.volume output - format.number output - publisher empty$ - { format.address.organization.date output } - { format.organization "organization" bibinfo.check output - format.address.publisher.date output - } - if$ - format.paper output - format.pages output - format.note output - format.url output - fin.entry - if.url.std.interword.spacing -} - -FUNCTION {manual} -{ std.status.using.comma - start.entry - if.url.alt.interword.spacing - format.authors output - name.or.dash - format.book.title.edition "title" output.warn - format.howpublished "howpublished" bibinfo.check output - format.organization "organization" bibinfo.check output - format.address "address" bibinfo.check output - format.date output - format.note output - format.url output - fin.entry - if.url.std.interword.spacing -} - -FUNCTION {mastersthesis} -{ std.status.using.comma - start.entry - if.url.alt.interword.spacing - format.authors "author" output.warn - name.or.dash - format.article.title "title" output.warn - format.master.thesis.type output.nonnull - format.school "school" bibinfo.warn output - format.address "address" bibinfo.check output - format.date "year" output.warn - format.note output - format.url output - fin.entry - if.url.std.interword.spacing -} - -FUNCTION {misc} -{ std.status.using.comma - start.entry - if.url.alt.interword.spacing - format.authors output - name.or.dash - format.article.title output - format.howpublished "howpublished" bibinfo.check output - format.organization "organization" bibinfo.check output - format.address "address" bibinfo.check output - format.pages output - format.date output - format.note output - format.url output - fin.entry - empty.entry.warn - if.url.std.interword.spacing -} - -FUNCTION {patent} -{ std.status.using.comma - start.entry - if.url.alt.interword.spacing - format.authors output - name.or.dash - format.article.title output - format.patent.nationality.type.number output - format.patent.date output - format.note output - format.url output - fin.entry - empty.entry.warn - if.url.std.interword.spacing -} - -FUNCTION {periodical} -{ std.status.using.comma - start.entry - if.url.alt.interword.spacing - format.editors output - name.or.dash - format.book.title "title" output.warn - format.series output - format.volume output - format.number output - format.organization "organization" bibinfo.check output - format.date "year" output.warn - format.note output - format.url output - fin.entry - if.url.std.interword.spacing -} - -FUNCTION {phdthesis} -{ std.status.using.comma - start.entry - if.url.alt.interword.spacing - format.authors "author" output.warn - name.or.dash - format.article.title "title" output.warn - format.phd.thesis.type output.nonnull - format.school "school" bibinfo.warn output - format.address "address" bibinfo.check output - format.date "year" output.warn - format.note output - format.url output - fin.entry - if.url.std.interword.spacing -} - -FUNCTION {proceedings} -{ std.status.using.comma - start.entry - if.url.alt.interword.spacing - format.editors output - name.or.dash - format.book.title "title" output.warn - format.series output - format.volume output - format.number output - publisher empty$ - { format.address.organization.date output } - { format.organization "organization" bibinfo.check output - format.address.publisher.date output - } - if$ - format.note output - format.url output - fin.entry - if.url.std.interword.spacing -} - -FUNCTION {standard} -{ std.status.using.comma - start.entry - if.url.alt.interword.spacing - format.authors output - name.or.dash - format.book.title "title" output.warn - format.howpublished "howpublished" bibinfo.check output - format.organization.institution.standard.type.number output - format.revision output - format.date output - format.note output - format.url output - fin.entry - if.url.std.interword.spacing -} - -FUNCTION {techreport} -{ std.status.using.comma - start.entry - if.url.alt.interword.spacing - format.authors "author" output.warn - name.or.dash - format.article.title "title" output.warn - format.howpublished "howpublished" bibinfo.check output - format.institution "institution" bibinfo.warn output - format.address "address" bibinfo.check output - format.tech.report.number output.nonnull - format.date "year" output.warn - format.note output - format.url output - fin.entry - if.url.std.interword.spacing -} - -FUNCTION {unpublished} -{ std.status.using.comma - start.entry - if.url.alt.interword.spacing - format.authors "author" output.warn - name.or.dash - format.article.title "title" output.warn - format.date output - format.note "note" output.warn - format.url output - fin.entry - if.url.std.interword.spacing -} - - -% The special entry type which provides the user interface to the -% BST controls -FUNCTION {IEEEtranBSTCTL} -{ is.print.banners.to.terminal - { "** IEEEtran BST control entry " quote$ * cite$ * quote$ * " detected." * - top$ - } - { skip$ } - if$ - CTLuse_article_number - empty$ - { skip$ } - { CTLuse_article_number - yes.no.to.int - 'is.use.number.for.article := - } - if$ - CTLuse_paper - empty$ - { skip$ } - { CTLuse_paper - yes.no.to.int - 'is.use.paper := - } - if$ - CTLuse_forced_etal - empty$ - { skip$ } - { CTLuse_forced_etal - yes.no.to.int - 'is.forced.et.al := - } - if$ - CTLmax_names_forced_etal - empty$ - { skip$ } - { CTLmax_names_forced_etal - string.to.integer - 'max.num.names.before.forced.et.al := - } - if$ - CTLnames_show_etal - empty$ - { skip$ } - { CTLnames_show_etal - string.to.integer - 'num.names.shown.with.forced.et.al := - } - if$ - CTLuse_alt_spacing - empty$ - { skip$ } - { CTLuse_alt_spacing - yes.no.to.int - 'is.use.alt.interword.spacing := - } - if$ - CTLalt_stretch_factor - empty$ - { skip$ } - { CTLalt_stretch_factor - 'ALTinterwordstretchfactor := - "\renewcommand{\BIBentryALTinterwordstretchfactor}{" - ALTinterwordstretchfactor * "}" * - write$ newline$ - } - if$ - CTLdash_repeated_names - empty$ - { skip$ } - { CTLdash_repeated_names - yes.no.to.int - 'is.dash.repeated.names := - } - if$ - CTLname_format_string - empty$ - { skip$ } - { CTLname_format_string - 'name.format.string := - } - if$ - CTLname_latex_cmd - empty$ - { skip$ } - { CTLname_latex_cmd - 'name.latex.cmd := - } - if$ - CTLname_url_prefix - missing$ - { skip$ } - { CTLname_url_prefix - 'name.url.prefix := - } - if$ - - - num.names.shown.with.forced.et.al max.num.names.before.forced.et.al > - { "CTLnames_show_etal cannot be greater than CTLmax_names_forced_etal in " cite$ * warning$ - max.num.names.before.forced.et.al 'num.names.shown.with.forced.et.al := - } - { skip$ } - if$ -} - - -%%%%%%%%%%%%%%%%%%% -%% ENTRY ALIASES %% -%%%%%%%%%%%%%%%%%%% -FUNCTION {conference}{inproceedings} -FUNCTION {online}{electronic} -FUNCTION {internet}{electronic} -FUNCTION {webpage}{electronic} -FUNCTION {www}{electronic} -FUNCTION {default.type}{misc} - - - -%%%%%%%%%%%%%%%%%% -%% MAIN PROGRAM %% -%%%%%%%%%%%%%%%%%% - -READ - -EXECUTE {initialize.controls} -EXECUTE {initialize.status.constants} -EXECUTE {banner.message} - -EXECUTE {initialize.longest.label} -ITERATE {longest.label.pass} - -EXECUTE {begin.bib} -ITERATE {call.type$} -EXECUTE {end.bib} - -EXECUTE{completed.message} - - -%% That's all folks, mds.
--- a/SMC2015latex/R/allmodels.svg Tue May 12 08:53:12 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2905 +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" - id="svg2" - version="1.1" - inkscape:version="0.48.2 r9819" - width="1165.312" - height="591.36792" - xml:space="preserve" - sodipodi:docname="allmodels.svg"><metadata - id="metadata8"><rdf:RDF><cc:Work - rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs - id="defs6"><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath30"><path - d="m 40.95,28.67 834.9,0 0,370.93 -834.9,0 0,-370.93 z" - id="path32" - inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="706" - id="namedview4" - showgrid="false" - showguides="true" - inkscape:guide-bbox="true" - inkscape:zoom="1" - inkscape:cx="547.7051" - inkscape:cy="284.79119" - inkscape:window-x="-8" - inkscape:window-y="-8" - inkscape:window-maximized="1" - inkscape:current-layer="g10" - fit-margin-top="0" - fit-margin-left="0" - fit-margin-right="0" - fit-margin-bottom="0"><sodipodi:guide - orientation="1,0" - position="-105.64624,59.880185" - id="guide4299" /></sodipodi:namedview><g - id="g10" - inkscape:groupmode="layer" - inkscape:label="predictions" - transform="matrix(1.25,0,0,-1.25,5.6958777,525.43671)"><rect - ry="0" - rx="19.79899" - transform="scale(1,-1)" - y="-392.26755" - x="74.337769" - height="51.688461" - width="767.50549" - id="rect4297" - style="fill:#ececec;fill-opacity:1;fill-rule:nonzero;stroke:none" /><rect - style="fill:#ececec;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="rect4295" - width="767.50549" - height="51.688461" - x="74.337769" - y="-290.60272" - transform="scale(1,-1)" - rx="19.79899" - ry="0" /><rect - ry="0" - rx="19.79899" - transform="scale(1,-1)" - y="-188.9379" - x="74.337769" - height="51.688461" - width="767.50549" - id="rect4293" - style="fill:#ececec;fill-opacity:1;fill-rule:nonzero;stroke:none" /><rect - style="fill:#ececec;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="rect4289" - width="767.50549" - height="51.688461" - x="74.337769" - y="-87.273071" - transform="scale(1,-1)" - rx="19.79899" - ry="0" /><path - style="fill:#999999;stroke:#999999;stroke-width:0.48199821;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.92799287, 1.92799287;stroke-dashoffset:0" - d="m 76.636681,180.36291 764.340309,0" - id="path5217" - inkscape:connector-curvature="0" /><path - style="fill:#999999;stroke:#999999;stroke-width:0.48199821;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.92799287, 1.92799287;stroke-dashoffset:0" - d="m 76.636681,281.56291 764.340309,0" - id="path5225" - inkscape:connector-curvature="0" /><path - inkscape:connector-curvature="0" - id="path5221" - d="m 76.636681,231.16291 764.340309,0" - style="fill:#999999;stroke:#999999;stroke-width:0.48199821;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.92799287, 1.92799287;stroke-dashoffset:0" /><path - style="fill:#999999;stroke:#999999;stroke-width:0.48199821;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.92799287, 1.92799287;stroke-dashoffset:0" - d="m 74.894264,79.162912 764.340306,0" - id="path5207" - inkscape:connector-curvature="0" /><path - inkscape:connector-curvature="0" - id="path5073" - d="m 262.03123,399.89705 0,-396.1588945" - style="fill:#4d4d4d;fill-opacity:1;stroke:#b3b3b3;stroke-width:1.62840986;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /><g - id="g12" /><g - id="g14" /><g - id="g16" /><g - id="g18" /><g - id="g20" /><g - id="g22" /><g - id="g24" /><path - inkscape:connector-curvature="0" - id="path5219" - d="m 76.636681,146.76291 764.340309,0" - style="fill:#999999;stroke:#999999;stroke-width:0.48199821;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.92799287, 1.92799287;stroke-dashoffset:0" /><path - inkscape:connector-curvature="0" - id="path5229" - d="m 76.636681,332.16291 764.340309,0" - style="fill:#999999;stroke:#999999;stroke-width:0.48199821;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.92799287, 1.92799287;stroke-dashoffset:0" /><path - style="fill:#999999;stroke:#999999;stroke-width:0.48199821;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.92799287, 1.92799287;stroke-dashoffset:0" - d="m 76.636681,298.56291 764.340309,0" - id="path5231" - inkscape:connector-curvature="0" /><path - inkscape:connector-curvature="0" - id="path5227" - d="m 76.636681,247.96291 764.340309,0" - style="fill:#999999;stroke:#999999;stroke-width:0.48199821;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.92799287, 1.92799287;stroke-dashoffset:0" /><path - style="fill:#999999;stroke:#999999;stroke-width:0.48199821;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.92799287, 1.92799287;stroke-dashoffset:0" - d="m 76.636681,197.19722 764.340309,0" - id="path5223" - inkscape:connector-curvature="0" /><path - inkscape:connector-curvature="0" - id="path5211" - d="m 74.894264,45.562912 764.340306,0" - style="fill:#999999;stroke:#999999;stroke-width:0.48199821;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.92799287, 1.92799287;stroke-dashoffset:0" /><path - style="fill:#4d4d4d;fill-opacity:1;stroke:#b3b3b3;stroke-width:1.62840986;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" - d="m 510.03123,399.16686 0,-396.3674859" - id="path5075" - inkscape:connector-curvature="0" /><path - style="fill:#999999;stroke:#999999;stroke-width:0.48199821;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.92799287, 1.92799287;stroke-dashoffset:0" - d="m 76.636681,382.76291 764.340309,0" - id="path5233" - inkscape:connector-curvature="0" /><path - inkscape:connector-curvature="0" - id="path5235" - d="m 76.636681,349.16291 764.340309,0" - style="fill:#999999;stroke:#999999;stroke-width:0.48199821;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.92799287, 1.92799287;stroke-dashoffset:0" /><path - inkscape:connector-curvature="0" - id="path5213" - d="m 74.894264,129.96291 764.340306,0" - style="fill:#999999;stroke:#999999;stroke-width:0.48199821;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.92799287, 1.92799287;stroke-dashoffset:0" /><path - style="fill:#999999;stroke:#999999;stroke-width:0.48199821;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.92799287, 1.92799287;stroke-dashoffset:0" - d="m 74.894264,96.080069 764.340306,0" - id="path5215" - inkscape:connector-curvature="0" /><g - id="g26"><g - id="g28" - clip-path="url(#clipPath30)"><path - d="m 76.77,62.39 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path34" - inkscape:connector-curvature="0" /><path - d="m 83.67,55.16 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path36" - inkscape:connector-curvature="0" /><path - d="m 90.57,57.57 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path38" - inkscape:connector-curvature="0" /><path - d="m 97.47,62.39 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path40" - inkscape:connector-curvature="0" /><path - d="m 104.37,62.39 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path42" - inkscape:connector-curvature="0" /><path - d="m 111.27,55.16 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path44" - inkscape:connector-curvature="0" /><path - d="m 118.17,57.57 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path46" - inkscape:connector-curvature="0" /><path - d="m 125.07,45.53 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path48" - inkscape:connector-curvature="0" /><path - d="m 131.97,45.53 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path50" - inkscape:connector-curvature="0" /><path - d="m 138.87,45.53 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path52" - inkscape:connector-curvature="0" /><path - d="m 145.77,45.53 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path54" - inkscape:connector-curvature="0" /><path - d="m 152.67,52.75 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path56" - inkscape:connector-curvature="0" /><path - d="m 159.57,52.75 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path58" - inkscape:connector-curvature="0" /><path - d="m 166.47,45.53 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path60" - inkscape:connector-curvature="0" /><path - d="m 173.37,45.53 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path62" - inkscape:connector-curvature="0" /><path - d="m 180.27,76.84 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path64" - inkscape:connector-curvature="0" /><path - d="m 187.17,69.61 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path66" - inkscape:connector-curvature="0" /><path - d="m 194.07,79.25 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path68" - inkscape:connector-curvature="0" /><path - d="m 200.97,79.25 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path70" - inkscape:connector-curvature="0" /><path - d="m 207.87,62.39 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path72" - inkscape:connector-curvature="0" /><path - d="m 214.77,69.61 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path74" - inkscape:connector-curvature="0" /><path - d="m 221.67,45.53 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path76" - inkscape:connector-curvature="0" /><path - d="m 228.57,45.53 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path78" - inkscape:connector-curvature="0" /><path - d="m 235.47,57.57 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path80" - inkscape:connector-curvature="0" /><path - d="m 242.37,57.57 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path82" - inkscape:connector-curvature="0" /><path - d="m 249.27,45.53 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path84" - inkscape:connector-curvature="0" /><path - d="m 256.17,45.53 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path86" - inkscape:connector-curvature="0" /><path - d="m 263.07,62.39 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path88" - inkscape:connector-curvature="0" /><path - d="m 269.97,62.39 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path90" - inkscape:connector-curvature="0" /><path - d="m 276.87,62.39 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path92" - inkscape:connector-curvature="0" /><path - d="m 283.77,57.57 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path94" - inkscape:connector-curvature="0" /><path - d="m 290.67,57.57 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path96" - inkscape:connector-curvature="0" /><path - d="m 297.57,57.57 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path98" - inkscape:connector-curvature="0" /><path - d="m 304.47,62.39 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path100" - inkscape:connector-curvature="0" /><path - d="m 311.37,62.39 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path102" - inkscape:connector-curvature="0" /><path - d="m 318.27,62.39 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path104" - inkscape:connector-curvature="0" /><path - d="m 325.17,57.57 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path106" - inkscape:connector-curvature="0" /><path - d="m 332.07,57.57 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path108" - inkscape:connector-curvature="0" /><path - d="m 338.97,57.57 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path110" - inkscape:connector-curvature="0" /><path - d="m 345.87,62.39 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path112" - inkscape:connector-curvature="0" /><path - d="m 352.77,62.39 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path114" - inkscape:connector-curvature="0" /><path - d="m 359.67,62.39 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path116" - inkscape:connector-curvature="0" /><path - d="m 366.57,57.57 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path118" - inkscape:connector-curvature="0" /><path - d="m 373.47,57.57 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path120" - inkscape:connector-curvature="0" /><path - d="m 380.37,57.57 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path122" - inkscape:connector-curvature="0" /><path - d="m 387.27,52.75 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path124" - inkscape:connector-curvature="0" /><path - d="m 394.17,52.75 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path126" - inkscape:connector-curvature="0" /><path - d="m 401.07,52.75 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path128" - inkscape:connector-curvature="0" /><path - d="m 407.97,45.53 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path130" - inkscape:connector-curvature="0" /><path - d="m 414.87,47.94 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path132" - inkscape:connector-curvature="0" /><path - d="m 421.77,45.53 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path134" - inkscape:connector-curvature="0" /><path - d="m 428.67,52.75 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path136" - inkscape:connector-curvature="0" /><path - d="m 435.57,52.75 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path138" - inkscape:connector-curvature="0" /><path - d="m 442.47,52.75 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path140" - inkscape:connector-curvature="0" /><path - d="m 449.37,47.94 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path142" - inkscape:connector-curvature="0" /><path - d="m 456.27,47.94 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path144" - inkscape:connector-curvature="0" /><path - d="m 463.17,47.94 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path146" - inkscape:connector-curvature="0" /><path - d="m 470.07,52.75 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path148" - inkscape:connector-curvature="0" /><path - d="m 476.97,52.75 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path150" - inkscape:connector-curvature="0" /><path - d="m 483.87,52.75 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path152" - inkscape:connector-curvature="0" /><path - d="m 490.77,45.53 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path154" - inkscape:connector-curvature="0" /><path - d="m 497.67,47.94 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path156" - inkscape:connector-curvature="0" /><path - d="m 504.57,45.53 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path158" - inkscape:connector-curvature="0" /><path - d="m 76.77,112.97 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path160" - inkscape:connector-curvature="0" /><path - d="m 83.67,107.35 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path162" - inkscape:connector-curvature="0" /><path - d="m 90.57,108.47 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path164" - inkscape:connector-curvature="0" /><path - d="m 97.47,112.97 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path166" - inkscape:connector-curvature="0" /><path - d="m 104.37,118.59 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path168" - inkscape:connector-curvature="0" /><path - d="m 111.27,110.72 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path170" - inkscape:connector-curvature="0" /><path - d="m 118.17,111.85 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path172" - inkscape:connector-curvature="0" /><path - d="m 125.07,96.11 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path174" - inkscape:connector-curvature="0" /><path - d="m 131.97,106.23 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path176" - inkscape:connector-curvature="0" /><path - d="m 138.87,98.36 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path178" - inkscape:connector-curvature="0" /><path - d="m 145.77,103.98 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path180" - inkscape:connector-curvature="0" /><path - d="m 152.67,101.73 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path182" - inkscape:connector-curvature="0" /><path - d="m 159.57,107.35 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path184" - inkscape:connector-curvature="0" /><path - d="m 166.47,101.73 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path186" - inkscape:connector-curvature="0" /><path - d="m 173.37,100.61 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path188" - inkscape:connector-curvature="0" /><path - d="m 180.27,124.21 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path190" - inkscape:connector-curvature="0" /><path - d="m 187.17,119.71 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path192" - inkscape:connector-curvature="0" /><path - d="m 194.07,124.21 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path194" - inkscape:connector-curvature="0" /><path - d="m 200.97,129.83 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path196" - inkscape:connector-curvature="0" /><path - d="m 207.87,121.96 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path198" - inkscape:connector-curvature="0" /><path - d="m 214.77,123.09 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path200" - inkscape:connector-curvature="0" /><path - d="m 221.67,112.97 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path202" - inkscape:connector-curvature="0" /><path - d="m 228.57,110.72 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path204" - inkscape:connector-curvature="0" /><path - d="m 235.47,106.23 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path206" - inkscape:connector-curvature="0" /><path - d="m 242.37,114.09 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path208" - inkscape:connector-curvature="0" /><path - d="m 249.27,106.23 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path210" - inkscape:connector-curvature="0" /><path - d="m 256.17,102.85 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path212" - inkscape:connector-curvature="0" /><path - d="m 263.07,118.59 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path214" - inkscape:connector-curvature="0" /><path - d="m 269.97,118.59 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path216" - inkscape:connector-curvature="0" /><path - d="m 276.87,118.59 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path218" - inkscape:connector-curvature="0" /><path - d="m 283.77,112.97 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path220" - inkscape:connector-curvature="0" /><path - d="m 290.67,112.97 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path222" - inkscape:connector-curvature="0" /><path - d="m 297.57,111.85 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path224" - inkscape:connector-curvature="0" /><path - d="m 304.47,118.59 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path226" - inkscape:connector-curvature="0" /><path - d="m 311.37,118.59 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path228" - inkscape:connector-curvature="0" /><path - d="m 318.27,118.59 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path230" - inkscape:connector-curvature="0" /><path - d="m 325.17,115.22 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path232" - inkscape:connector-curvature="0" /><path - d="m 332.07,115.22 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path234" - inkscape:connector-curvature="0" /><path - d="m 338.97,114.09 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path236" - inkscape:connector-curvature="0" /><path - d="m 345.87,118.59 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path238" - inkscape:connector-curvature="0" /><path - d="m 352.77,118.59 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path240" - inkscape:connector-curvature="0" /><path - d="m 359.67,118.59 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path242" - inkscape:connector-curvature="0" /><path - d="m 366.57,112.97 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path244" - inkscape:connector-curvature="0" /><path - d="m 373.47,112.97 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path246" - inkscape:connector-curvature="0" /><path - d="m 380.37,111.85 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path248" - inkscape:connector-curvature="0" /><path - d="m 387.27,108.47 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path250" - inkscape:connector-curvature="0" /><path - d="m 394.17,106.23 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path252" - inkscape:connector-curvature="0" /><path - d="m 401.07,108.47 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path254" - inkscape:connector-curvature="0" /><path - d="m 407.97,109.6 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path256" - inkscape:connector-curvature="0" /><path - d="m 414.87,106.23 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path258" - inkscape:connector-curvature="0" /><path - d="m 421.77,107.35 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path260" - inkscape:connector-curvature="0" /><path - d="m 428.67,108.47 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path262" - inkscape:connector-curvature="0" /><path - d="m 435.57,108.47 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path264" - inkscape:connector-curvature="0" /><path - d="m 442.47,108.47 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path266" - inkscape:connector-curvature="0" /><path - d="m 449.37,108.47 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path268" - inkscape:connector-curvature="0" /><path - d="m 456.27,105.1 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path270" - inkscape:connector-curvature="0" /><path - d="m 463.17,106.23 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path272" - inkscape:connector-curvature="0" /><path - d="m 470.07,107.35 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path274" - inkscape:connector-curvature="0" /><path - d="m 476.97,107.35 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path276" - inkscape:connector-curvature="0" /><path - d="m 483.87,107.35 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path278" - inkscape:connector-curvature="0" /><path - d="m 490.77,107.35 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path280" - inkscape:connector-curvature="0" /><path - d="m 497.67,103.98 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path282" - inkscape:connector-curvature="0" /><path - d="m 504.57,100.61 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path284" - inkscape:connector-curvature="0" /><path - d="m 76.77,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path286" - inkscape:connector-curvature="0" /><path - d="m 83.67,151.51 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path288" - inkscape:connector-curvature="0" /><path - d="m 90.57,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path290" - inkscape:connector-curvature="0" /><path - d="m 97.47,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path292" - inkscape:connector-curvature="0" /><path - d="m 104.37,161.14 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path294" - inkscape:connector-curvature="0" /><path - d="m 111.27,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path296" - inkscape:connector-curvature="0" /><path - d="m 118.17,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path298" - inkscape:connector-curvature="0" /><path - d="m 125.07,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path300" - inkscape:connector-curvature="0" /><path - d="m 131.97,151.51 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path302" - inkscape:connector-curvature="0" /><path - d="m 138.87,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path304" - inkscape:connector-curvature="0" /><path - d="m 145.77,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path306" - inkscape:connector-curvature="0" /><path - d="m 152.67,151.51 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path308" - inkscape:connector-curvature="0" /><path - d="m 159.57,151.51 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path310" - inkscape:connector-curvature="0" /><path - d="m 166.47,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path312" - inkscape:connector-curvature="0" /><path - d="m 173.37,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path314" - inkscape:connector-curvature="0" /><path - d="m 180.27,170.78 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path316" - inkscape:connector-curvature="0" /><path - d="m 187.17,170.78 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path318" - inkscape:connector-curvature="0" /><path - d="m 194.07,170.78 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path320" - inkscape:connector-curvature="0" /><path - d="m 200.97,180.41 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path322" - inkscape:connector-curvature="0" /><path - d="m 207.87,170.78 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path324" - inkscape:connector-curvature="0" /><path - d="m 214.77,170.78 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path326" - inkscape:connector-curvature="0" /><path - d="m 221.67,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path328" - inkscape:connector-curvature="0" /><path - d="m 228.57,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path330" - inkscape:connector-curvature="0" /><path - d="m 235.47,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path332" - inkscape:connector-curvature="0" /><path - d="m 242.37,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path334" - inkscape:connector-curvature="0" /><path - d="m 249.27,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path336" - inkscape:connector-curvature="0" /><path - d="m 256.17,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path338" - inkscape:connector-curvature="0" /><path - d="m 263.07,161.14 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path340" - inkscape:connector-curvature="0" /><path - d="m 269.97,161.14 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path342" - inkscape:connector-curvature="0" /><path - d="m 276.87,161.14 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path344" - inkscape:connector-curvature="0" /><path - d="m 283.77,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path346" - inkscape:connector-curvature="0" /><path - d="m 290.67,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path348" - inkscape:connector-curvature="0" /><path - d="m 297.57,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path350" - inkscape:connector-curvature="0" /><path - d="m 304.47,161.14 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path352" - inkscape:connector-curvature="0" /><path - d="m 311.37,161.14 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path354" - inkscape:connector-curvature="0" /><path - d="m 318.27,161.14 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path356" - inkscape:connector-curvature="0" /><path - d="m 325.17,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path358" - inkscape:connector-curvature="0" /><path - d="m 332.07,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path360" - inkscape:connector-curvature="0" /><path - d="m 338.97,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path362" - inkscape:connector-curvature="0" /><path - d="m 345.87,161.14 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path364" - inkscape:connector-curvature="0" /><path - d="m 352.77,161.14 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path366" - inkscape:connector-curvature="0" /><path - d="m 359.67,161.14 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path368" - inkscape:connector-curvature="0" /><path - d="m 366.57,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path370" - inkscape:connector-curvature="0" /><path - d="m 373.47,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path372" - inkscape:connector-curvature="0" /><path - d="m 380.37,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path374" - inkscape:connector-curvature="0" /><path - d="m 387.27,151.51 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path376" - inkscape:connector-curvature="0" /><path - d="m 394.17,151.51 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path378" - inkscape:connector-curvature="0" /><path - d="m 401.07,151.51 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path380" - inkscape:connector-curvature="0" /><path - d="m 407.97,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path382" - inkscape:connector-curvature="0" /><path - d="m 414.87,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path384" - inkscape:connector-curvature="0" /><path - d="m 421.77,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path386" - inkscape:connector-curvature="0" /><path - d="m 428.67,151.51 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path388" - inkscape:connector-curvature="0" /><path - d="m 435.57,151.51 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path390" - inkscape:connector-curvature="0" /><path - d="m 442.47,151.51 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path392" - inkscape:connector-curvature="0" /><path - d="m 449.37,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path394" - inkscape:connector-curvature="0" /><path - d="m 456.27,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path396" - inkscape:connector-curvature="0" /><path - d="m 463.17,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path398" - inkscape:connector-curvature="0" /><path - d="m 470.07,151.51 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path400" - inkscape:connector-curvature="0" /><path - d="m 476.97,151.51 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path402" - inkscape:connector-curvature="0" /><path - d="m 483.87,151.51 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path404" - inkscape:connector-curvature="0" /><path - d="m 490.77,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path406" - inkscape:connector-curvature="0" /><path - d="m 497.67,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path408" - inkscape:connector-curvature="0" /><path - d="m 504.57,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path410" - inkscape:connector-curvature="0" /><path - d="m 76.77,204.5 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path412" - inkscape:connector-curvature="0" /><path - d="m 83.67,202.09 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path414" - inkscape:connector-curvature="0" /><path - d="m 90.57,204.23 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path416" - inkscape:connector-curvature="0" /><path - d="m 97.47,204.5 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path418" - inkscape:connector-curvature="0" /><path - d="m 104.37,211.72 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path420" - inkscape:connector-curvature="0" /><path - d="m 111.27,203.8 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path422" - inkscape:connector-curvature="0" /><path - d="m 118.17,205.94 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path424" - inkscape:connector-curvature="0" /><path - d="m 125.07,197.27 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path426" - inkscape:connector-curvature="0" /><path - d="m 131.97,200.48 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path428" - inkscape:connector-curvature="0" /><path - d="m 138.87,197.27 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path430" - inkscape:connector-curvature="0" /><path - d="m 145.77,197.27 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path432" - inkscape:connector-curvature="0" /><path - d="m 152.67,201.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path434" - inkscape:connector-curvature="0" /><path - d="m 159.57,204.5 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path436" - inkscape:connector-curvature="0" /><path - d="m 166.47,197.27 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path438" - inkscape:connector-curvature="0" /><path - d="m 173.37,197.27 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path440" - inkscape:connector-curvature="0" /><path - d="m 180.27,214.13 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path442" - inkscape:connector-curvature="0" /><path - d="m 187.17,215.87 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path444" - inkscape:connector-curvature="0" /><path - d="m 194.07,214.13 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path446" - inkscape:connector-curvature="0" /><path - d="m 200.97,230.99 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path448" - inkscape:connector-curvature="0" /><path - d="m 207.87,215.04 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path450" - inkscape:connector-curvature="0" /><path - d="m 214.77,219.19 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path452" - inkscape:connector-curvature="0" /><path - d="m 221.67,204.77 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path454" - inkscape:connector-curvature="0" /><path - d="m 228.57,197.27 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path456" - inkscape:connector-curvature="0" /><path - d="m 235.47,206.64 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path458" - inkscape:connector-curvature="0" /><path - d="m 242.37,214.13 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path460" - inkscape:connector-curvature="0" /><path - d="m 249.27,197.27 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path462" - inkscape:connector-curvature="0" /><path - d="m 256.17,197.27 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path464" - inkscape:connector-curvature="0" /><path - d="m 263.07,211.08 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path466" - inkscape:connector-curvature="0" /><path - d="m 269.97,210.28 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path468" - inkscape:connector-curvature="0" /><path - d="m 276.87,211.89 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path470" - inkscape:connector-curvature="0" /><path - d="m 283.77,209.74 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path472" - inkscape:connector-curvature="0" /><path - d="m 290.67,203.05 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path474" - inkscape:connector-curvature="0" /><path - d="m 297.57,204.66 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path476" - inkscape:connector-curvature="0" /><path - d="m 304.47,211.72 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path478" - inkscape:connector-curvature="0" /><path - d="m 311.37,210.76 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path480" - inkscape:connector-curvature="0" /><path - d="m 318.27,212.37 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path482" - inkscape:connector-curvature="0" /><path - d="m 325.17,216.38 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path484" - inkscape:connector-curvature="0" /><path - d="m 332.07,209.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path486" - inkscape:connector-curvature="0" /><path - d="m 338.97,211.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path488" - inkscape:connector-curvature="0" /><path - d="m 345.87,212.37 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path490" - inkscape:connector-curvature="0" /><path - d="m 352.77,211.56 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path492" - inkscape:connector-curvature="0" /><path - d="m 359.67,213.17 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path494" - inkscape:connector-curvature="0" /><path - d="m 366.57,211.03 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path496" - inkscape:connector-curvature="0" /><path - d="m 373.47,204.34 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path498" - inkscape:connector-curvature="0" /><path - d="m 380.37,205.94 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path500" - inkscape:connector-curvature="0" /><path - d="m 387.27,206.43 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path502" - inkscape:connector-curvature="0" /><path - d="m 394.17,210.28 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path504" - inkscape:connector-curvature="0" /><path - d="m 401.07,207.07 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path506" - inkscape:connector-curvature="0" /><path - d="m 407.97,202.41 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path508" - inkscape:connector-curvature="0" /><path - d="m 414.87,203.05 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path510" - inkscape:connector-curvature="0" /><path - d="m 421.77,199.84 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path512" - inkscape:connector-curvature="0" /><path - d="m 428.67,203.05 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path514" - inkscape:connector-curvature="0" /><path - d="m 435.57,206.91 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path516" - inkscape:connector-curvature="0" /><path - d="m 442.47,203.7 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path518" - inkscape:connector-curvature="0" /><path - d="m 449.37,203.05 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path520" - inkscape:connector-curvature="0" /><path - d="m 456.27,203.7 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path522" - inkscape:connector-curvature="0" /><path - d="m 463.17,200.48 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path524" - inkscape:connector-curvature="0" /><path - d="m 470.07,203.86 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path526" - inkscape:connector-curvature="0" /><path - d="m 476.97,207.71 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path528" - inkscape:connector-curvature="0" /><path - d="m 483.87,204.5 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path530" - inkscape:connector-curvature="0" /><path - d="m 490.77,199.84 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path532" - inkscape:connector-curvature="0" /><path - d="m 497.67,200.48 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path534" - inkscape:connector-curvature="0" /><path - d="m 504.57,197.27 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path536" - inkscape:connector-curvature="0" /><path - d="m 76.77,252.67 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path538" - inkscape:connector-curvature="0" /><path - d="m 83.67,252.67 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path540" - inkscape:connector-curvature="0" /><path - d="m 90.57,251.07 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path542" - inkscape:connector-curvature="0" /><path - d="m 97.47,255.88 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path544" - inkscape:connector-curvature="0" /><path - d="m 104.37,262.31 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path546" - inkscape:connector-curvature="0" /><path - d="m 111.27,249.46 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path548" - inkscape:connector-curvature="0" /><path - d="m 118.17,252.67 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path550" - inkscape:connector-curvature="0" /><path - d="m 125.07,247.85 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path552" - inkscape:connector-curvature="0" /><path - d="m 131.97,251.07 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path554" - inkscape:connector-curvature="0" /><path - d="m 138.87,247.85 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path556" - inkscape:connector-curvature="0" /><path - d="m 145.77,247.85 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path558" - inkscape:connector-curvature="0" /><path - d="m 152.67,254.28 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path560" - inkscape:connector-curvature="0" /><path - d="m 159.57,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path562" - inkscape:connector-curvature="0" /><path - d="m 166.47,247.85 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path564" - inkscape:connector-curvature="0" /><path - d="m 173.37,247.85 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path566" - inkscape:connector-curvature="0" /><path - d="m 180.27,262.31 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path568" - inkscape:connector-curvature="0" /><path - d="m 187.17,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path570" - inkscape:connector-curvature="0" /><path - d="m 194.07,265.52 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path572" - inkscape:connector-curvature="0" /><path - d="m 200.97,281.58 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path574" - inkscape:connector-curvature="0" /><path - d="m 207.87,252.67 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path576" - inkscape:connector-curvature="0" /><path - d="m 214.77,262.31 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path578" - inkscape:connector-curvature="0" /><path - d="m 221.67,254.28 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path580" - inkscape:connector-curvature="0" /><path - d="m 228.57,247.85 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path582" - inkscape:connector-curvature="0" /><path - d="m 235.47,260.7 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path584" - inkscape:connector-curvature="0" /><path - d="m 242.37,267.12 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path586" - inkscape:connector-curvature="0" /><path - d="m 249.27,247.85 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path588" - inkscape:connector-curvature="0" /><path - d="m 256.17,247.85 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path590" - inkscape:connector-curvature="0" /><path - d="m 511.47,255.88 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path592" - inkscape:connector-curvature="0" /><path - d="m 518.37,255.88 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path594" - inkscape:connector-curvature="0" /><path - d="m 525.27,265.52 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path596" - inkscape:connector-curvature="0" /><path - d="m 532.17,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path598" - inkscape:connector-curvature="0" /><path - d="m 539.07,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path600" - inkscape:connector-curvature="0" /><path - d="m 545.97,267.12 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path602" - inkscape:connector-curvature="0" /><path - d="m 552.87,263.91 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path604" - inkscape:connector-curvature="0" /><path - d="m 559.77,259.09 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path606" - inkscape:connector-curvature="0" /><path - d="m 566.67,267.12 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path608" - inkscape:connector-curvature="0" /><path - d="m 573.57,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path610" - inkscape:connector-curvature="0" /><path - d="m 580.47,259.09 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path612" - inkscape:connector-curvature="0" /><path - d="m 587.37,267.12 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path614" - inkscape:connector-curvature="0" /><path - d="m 594.27,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path616" - inkscape:connector-curvature="0" /><path - d="m 601.17,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path618" - inkscape:connector-curvature="0" /><path - d="m 608.07,267.12 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path620" - inkscape:connector-curvature="0" /><path - d="m 614.97,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path622" - inkscape:connector-curvature="0" /><path - d="m 621.87,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path624" - inkscape:connector-curvature="0" /><path - d="m 628.77,267.12 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path626" - inkscape:connector-curvature="0" /><path - d="m 635.67,263.91 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path628" - inkscape:connector-curvature="0" /><path - d="m 642.57,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path630" - inkscape:connector-curvature="0" /><path - d="m 649.47,267.12 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path632" - inkscape:connector-curvature="0" /><path - d="m 656.37,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path634" - inkscape:connector-curvature="0" /><path - d="m 663.27,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path636" - inkscape:connector-curvature="0" /><path - d="m 670.17,267.12 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path638" - inkscape:connector-curvature="0" /><path - d="m 677.07,255.88 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path640" - inkscape:connector-curvature="0" /><path - d="m 683.97,259.09 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.16 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path642" - inkscape:connector-curvature="0" /><path - d="m 690.87,255.88 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path644" - inkscape:connector-curvature="0" /><path - d="m 697.77,259.09 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.16 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path646" - inkscape:connector-curvature="0" /><path - d="m 704.67,255.88 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path648" - inkscape:connector-curvature="0" /><path - d="m 711.57,259.09 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.16 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path650" - inkscape:connector-curvature="0" /><path - d="m 718.47,255.88 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path652" - inkscape:connector-curvature="0" /><path - d="m 725.37,255.88 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path654" - inkscape:connector-curvature="0" /><path - d="m 732.27,265.52 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path656" - inkscape:connector-curvature="0" /><path - d="m 739.17,265.52 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path658" - inkscape:connector-curvature="0" /><path - d="m 746.07,265.52 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path660" - inkscape:connector-curvature="0" /><path - d="m 752.97,265.52 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path662" - inkscape:connector-curvature="0" /><path - d="m 759.87,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path664" - inkscape:connector-curvature="0" /><path - d="m 766.77,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path666" - inkscape:connector-curvature="0" /><path - d="m 773.67,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path668" - inkscape:connector-curvature="0" /><path - d="m 780.57,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path670" - inkscape:connector-curvature="0" /><path - d="m 787.47,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path672" - inkscape:connector-curvature="0" /><path - d="m 794.37,260.7 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path674" - inkscape:connector-curvature="0" /><path - d="m 801.27,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path676" - inkscape:connector-curvature="0" /><path - d="m 808.17,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path678" - inkscape:connector-curvature="0" /><path - d="m 815.07,267.12 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path680" - inkscape:connector-curvature="0" /><path - d="m 821.97,267.12 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path682" - inkscape:connector-curvature="0" /><path - d="m 828.87,267.12 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path684" - inkscape:connector-curvature="0" /><path - d="m 835.77,267.12 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path686" - inkscape:connector-curvature="0" /><path - d="m 76.77,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path688" - inkscape:connector-curvature="0" /><path - d="m 83.67,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path690" - inkscape:connector-curvature="0" /><path - d="m 90.57,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path692" - inkscape:connector-curvature="0" /><path - d="m 97.47,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path694" - inkscape:connector-curvature="0" /><path - d="m 104.37,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path696" - inkscape:connector-curvature="0" /><path - d="m 111.27,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path698" - inkscape:connector-curvature="0" /><path - d="m 118.17,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path700" - inkscape:connector-curvature="0" /><path - d="m 125.07,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path702" - inkscape:connector-curvature="0" /><path - d="m 131.97,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path704" - inkscape:connector-curvature="0" /><path - d="m 138.87,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path706" - inkscape:connector-curvature="0" /><path - d="m 145.77,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path708" - inkscape:connector-curvature="0" /><path - d="m 152.67,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path710" - inkscape:connector-curvature="0" /><path - d="m 159.57,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path712" - inkscape:connector-curvature="0" /><path - d="m 166.47,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path714" - inkscape:connector-curvature="0" /><path - d="m 173.37,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path716" - inkscape:connector-curvature="0" /><path - d="m 180.27,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path718" - inkscape:connector-curvature="0" /><path - d="m 187.17,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path720" - inkscape:connector-curvature="0" /><path - d="m 194.07,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path722" - inkscape:connector-curvature="0" /><path - d="m 200.97,332.16 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path724" - inkscape:connector-curvature="0" /><path - d="m 207.87,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path726" - inkscape:connector-curvature="0" /><path - d="m 214.77,332.16 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path728" - inkscape:connector-curvature="0" /><path - d="m 221.67,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path730" - inkscape:connector-curvature="0" /><path - d="m 228.57,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path732" - inkscape:connector-curvature="0" /><path - d="m 235.47,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path734" - inkscape:connector-curvature="0" /><path - d="m 242.37,332.16 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path736" - inkscape:connector-curvature="0" /><path - d="m 249.27,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path738" - inkscape:connector-curvature="0" /><path - d="m 256.17,332.16 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path740" - inkscape:connector-curvature="0" /><path - d="m 263.07,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path742" - inkscape:connector-curvature="0" /><path - d="m 269.97,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path744" - inkscape:connector-curvature="0" /><path - d="m 276.87,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path746" - inkscape:connector-curvature="0" /><path - d="m 283.77,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path748" - inkscape:connector-curvature="0" /><path - d="m 290.67,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path750" - inkscape:connector-curvature="0" /><path - d="m 297.57,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path752" - inkscape:connector-curvature="0" /><path - d="m 304.47,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path754" - inkscape:connector-curvature="0" /><path - d="m 311.37,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path756" - inkscape:connector-curvature="0" /><path - d="m 318.27,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path758" - inkscape:connector-curvature="0" /><path - d="m 325.17,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path760" - inkscape:connector-curvature="0" /><path - d="m 332.07,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path762" - inkscape:connector-curvature="0" /><path - d="m 338.97,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path764" - inkscape:connector-curvature="0" /><path - d="m 345.87,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path766" - inkscape:connector-curvature="0" /><path - d="m 352.77,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path768" - inkscape:connector-curvature="0" /><path - d="m 359.67,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path770" - inkscape:connector-curvature="0" /><path - d="m 366.57,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path772" - inkscape:connector-curvature="0" /><path - d="m 373.47,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path774" - inkscape:connector-curvature="0" /><path - d="m 380.37,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path776" - inkscape:connector-curvature="0" /><path - d="m 387.27,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path778" - inkscape:connector-curvature="0" /><path - d="m 394.17,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path780" - inkscape:connector-curvature="0" /><path - d="m 401.07,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path782" - inkscape:connector-curvature="0" /><path - d="m 407.97,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path784" - inkscape:connector-curvature="0" /><path - d="m 414.87,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path786" - inkscape:connector-curvature="0" /><path - d="m 421.77,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path788" - inkscape:connector-curvature="0" /><path - d="m 428.67,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path790" - inkscape:connector-curvature="0" /><path - d="m 435.57,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path792" - inkscape:connector-curvature="0" /><path - d="m 442.47,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path794" - inkscape:connector-curvature="0" /><path - d="m 449.37,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path796" - inkscape:connector-curvature="0" /><path - d="m 456.27,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path798" - inkscape:connector-curvature="0" /><path - d="m 463.17,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path800" - inkscape:connector-curvature="0" /><path - d="m 470.07,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path802" - inkscape:connector-curvature="0" /><path - d="m 476.97,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path804" - inkscape:connector-curvature="0" /><path - d="m 483.87,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path806" - inkscape:connector-curvature="0" /><path - d="m 490.77,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path808" - inkscape:connector-curvature="0" /><path - d="m 497.67,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path810" - inkscape:connector-curvature="0" /><path - d="m 504.57,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path812" - inkscape:connector-curvature="0" /><path - d="m 511.47,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path814" - inkscape:connector-curvature="0" /><path - d="m 518.37,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path816" - inkscape:connector-curvature="0" /><path - d="m 525.27,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path818" - inkscape:connector-curvature="0" /><path - d="m 532.17,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path820" - inkscape:connector-curvature="0" /><path - d="m 539.07,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path822" - inkscape:connector-curvature="0" /><path - d="m 545.97,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path824" - inkscape:connector-curvature="0" /><path - d="m 552.87,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path826" - inkscape:connector-curvature="0" /><path - d="m 559.77,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path828" - inkscape:connector-curvature="0" /><path - d="m 566.67,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path830" - inkscape:connector-curvature="0" /><path - d="m 573.57,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path832" - inkscape:connector-curvature="0" /><path - d="m 580.47,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path834" - inkscape:connector-curvature="0" /><path - d="m 587.37,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path836" - inkscape:connector-curvature="0" /><path - d="m 594.27,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path838" - inkscape:connector-curvature="0" /><path - d="m 601.17,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path840" - inkscape:connector-curvature="0" /><path - d="m 608.07,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path842" - inkscape:connector-curvature="0" /><path - d="m 614.97,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path844" - inkscape:connector-curvature="0" /><path - d="m 621.87,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path846" - inkscape:connector-curvature="0" /><path - d="m 628.77,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path848" - inkscape:connector-curvature="0" /><path - d="m 635.67,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path850" - inkscape:connector-curvature="0" /><path - d="m 642.57,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path852" - inkscape:connector-curvature="0" /><path - d="m 649.47,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path854" - inkscape:connector-curvature="0" /><path - d="m 656.37,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path856" - inkscape:connector-curvature="0" /><path - d="m 663.27,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path858" - inkscape:connector-curvature="0" /><path - d="m 670.17,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path860" - inkscape:connector-curvature="0" /><path - d="m 677.07,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path862" - inkscape:connector-curvature="0" /><path - d="m 683.97,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path864" - inkscape:connector-curvature="0" /><path - d="m 690.87,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path866" - inkscape:connector-curvature="0" /><path - d="m 697.77,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path868" - inkscape:connector-curvature="0" /><path - d="m 704.67,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path870" - inkscape:connector-curvature="0" /><path - d="m 711.57,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path872" - inkscape:connector-curvature="0" /><path - d="m 718.47,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path874" - inkscape:connector-curvature="0" /><path - d="m 725.37,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path876" - inkscape:connector-curvature="0" /><path - d="m 732.27,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path878" - inkscape:connector-curvature="0" /><path - d="m 739.17,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path880" - inkscape:connector-curvature="0" /><path - d="m 746.07,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path882" - inkscape:connector-curvature="0" /><path - d="m 752.97,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path884" - inkscape:connector-curvature="0" /><path - d="m 759.87,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path886" - inkscape:connector-curvature="0" /><path - d="m 766.77,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path888" - inkscape:connector-curvature="0" /><path - d="m 773.67,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path890" - inkscape:connector-curvature="0" /><path - d="m 780.57,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path892" - inkscape:connector-curvature="0" /><path - d="m 787.47,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path894" - inkscape:connector-curvature="0" /><path - d="m 794.37,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path896" - inkscape:connector-curvature="0" /><path - d="m 801.27,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path898" - inkscape:connector-curvature="0" /><path - d="m 808.17,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path900" - inkscape:connector-curvature="0" /><path - d="m 815.07,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path902" - inkscape:connector-curvature="0" /><path - d="m 821.97,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path904" - inkscape:connector-curvature="0" /><path - d="m 828.87,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path906" - inkscape:connector-curvature="0" /><path - d="m 835.77,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path908" - inkscape:connector-curvature="0" /><path - d="m 76.77,349.02 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path910" - inkscape:connector-curvature="0" /><path - d="m 83.67,349.02 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path912" - inkscape:connector-curvature="0" /><path - d="m 90.57,349.02 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path914" - inkscape:connector-curvature="0" /><path - d="m 97.47,349.02 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path916" - inkscape:connector-curvature="0" /><path - d="m 104.37,349.02 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path918" - inkscape:connector-curvature="0" /><path - d="m 111.27,349.02 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path920" - inkscape:connector-curvature="0" /><path - d="m 118.17,349.02 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path922" - inkscape:connector-curvature="0" /><path - d="m 125.07,349.02 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path924" - inkscape:connector-curvature="0" /><path - d="m 131.97,349.02 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path926" - inkscape:connector-curvature="0" /><path - d="m 138.87,349.02 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path928" - inkscape:connector-curvature="0" /><path - d="m 145.77,349.02 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path930" - inkscape:connector-curvature="0" /><path - d="m 152.67,349.02 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path932" - inkscape:connector-curvature="0" /><path - d="m 159.57,349.02 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path934" - inkscape:connector-curvature="0" /><path - d="m 166.47,349.02 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path936" - inkscape:connector-curvature="0" /><path - d="m 173.37,349.02 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path938" - inkscape:connector-curvature="0" /><path - d="m 180.27,361.86 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path940" - inkscape:connector-curvature="0" /><path - d="m 187.17,360.26 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path942" - inkscape:connector-curvature="0" /><path - d="m 194.07,365.08 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path944" - inkscape:connector-curvature="0" /><path - d="m 200.97,373.1 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path946" - inkscape:connector-curvature="0" /><path - d="m 207.87,355.44 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path948" - inkscape:connector-curvature="0" /><path - d="m 214.77,360.77 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path950" - inkscape:connector-curvature="0" /><path - d="m 221.67,355.44 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path952" - inkscape:connector-curvature="0" /><path - d="m 228.57,353.3 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path954" - inkscape:connector-curvature="0" /><path - d="m 235.47,361.86 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path956" - inkscape:connector-curvature="0" /><path - d="m 242.37,361.86 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path958" - inkscape:connector-curvature="0" /><path - d="m 249.27,353.3 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path960" - inkscape:connector-curvature="0" /><path - d="m 256.17,355.44 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path962" - inkscape:connector-curvature="0" /><path - d="m 263.07,382.74 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path964" - inkscape:connector-curvature="0" /><path - d="m 269.97,382.74 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path966" - inkscape:connector-curvature="0" /><path - d="m 276.87,377.92 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path968" - inkscape:connector-curvature="0" /><path - d="m 283.77,365.08 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path970" - inkscape:connector-curvature="0" /><path - d="m 290.67,365.08 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path972" - inkscape:connector-curvature="0" /><path - d="m 297.57,365.88 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path974" - inkscape:connector-curvature="0" /><path - d="m 304.47,382.74 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path976" - inkscape:connector-curvature="0" /><path - d="m 311.37,382.74 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path978" - inkscape:connector-curvature="0" /><path - d="m 318.27,377.92 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path980" - inkscape:connector-curvature="0" /><path - d="m 325.17,365.08 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path982" - inkscape:connector-curvature="0" /><path - d="m 332.07,365.08 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path984" - inkscape:connector-curvature="0" /><path - d="m 338.97,365.88 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path986" - inkscape:connector-curvature="0" /><path - d="m 345.87,377.92 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path988" - inkscape:connector-curvature="0" /><path - d="m 352.77,377.92 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path990" - inkscape:connector-curvature="0" /><path - d="m 359.67,375.51 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path992" - inkscape:connector-curvature="0" /><path - d="m 366.57,365.88 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path994" - inkscape:connector-curvature="0" /><path - d="m 373.47,365.88 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path996" - inkscape:connector-curvature="0" /><path - d="m 380.37,366.36 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path998" - inkscape:connector-curvature="0" /><path - d="m 387.27,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1000" - inkscape:connector-curvature="0" /><path - d="m 394.17,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1002" - inkscape:connector-curvature="0" /><path - d="m 401.07,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1004" - inkscape:connector-curvature="0" /><path - d="m 407.97,358.65 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1006" - inkscape:connector-curvature="0" /><path - d="m 414.87,358.65 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1008" - inkscape:connector-curvature="0" /><path - d="m 421.77,360.58 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1010" - inkscape:connector-curvature="0" /><path - d="m 428.67,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1012" - inkscape:connector-curvature="0" /><path - d="m 435.57,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1014" - inkscape:connector-curvature="0" /><path - d="m 442.47,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1016" - inkscape:connector-curvature="0" /><path - d="m 449.37,358.65 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1018" - inkscape:connector-curvature="0" /><path - d="m 456.27,358.65 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1020" - inkscape:connector-curvature="0" /><path - d="m 463.17,360.58 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1022" - inkscape:connector-curvature="0" /><path - d="m 470.07,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1024" - inkscape:connector-curvature="0" /><path - d="m 476.97,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1026" - inkscape:connector-curvature="0" /><path - d="m 483.87,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1028" - inkscape:connector-curvature="0" /><path - d="m 490.77,360.58 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1030" - inkscape:connector-curvature="0" /><path - d="m 497.67,360.58 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1032" - inkscape:connector-curvature="0" /><path - d="m 504.57,361.86 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1034" - inkscape:connector-curvature="0" /><path - d="m 511.47,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1036" - inkscape:connector-curvature="0" /><path - d="m 518.37,377.92 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1038" - inkscape:connector-curvature="0" /><path - d="m 525.27,377.92 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1040" - inkscape:connector-curvature="0" /><path - d="m 532.17,358.65 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1042" - inkscape:connector-curvature="0" /><path - d="m 539.07,363.47 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1044" - inkscape:connector-curvature="0" /><path - d="m 545.97,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1046" - inkscape:connector-curvature="0" /><path - d="m 552.87,363.47 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1048" - inkscape:connector-curvature="0" /><path - d="m 559.77,363.47 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1050" - inkscape:connector-curvature="0" /><path - d="m 566.67,371.5 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1052" - inkscape:connector-curvature="0" /><path - d="m 573.57,358.65 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1054" - inkscape:connector-curvature="0" /><path - d="m 580.47,358.65 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1056" - inkscape:connector-curvature="0" /><path - d="m 587.37,365.88 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1058" - inkscape:connector-curvature="0" /><path - d="m 594.27,358.65 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1060" - inkscape:connector-curvature="0" /><path - d="m 601.17,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1062" - inkscape:connector-curvature="0" /><path - d="m 608.07,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1064" - inkscape:connector-curvature="0" /><path - d="m 614.97,355.44 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1066" - inkscape:connector-curvature="0" /><path - d="m 621.87,361.86 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1068" - inkscape:connector-curvature="0" /><path - d="m 628.77,363.47 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1070" - inkscape:connector-curvature="0" /><path - d="m 635.67,355.44 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1072" - inkscape:connector-curvature="0" /><path - d="m 642.57,361.86 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.16 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1074" - inkscape:connector-curvature="0" /><path - d="m 649.47,363.47 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1076" - inkscape:connector-curvature="0" /><path - d="m 656.37,353.84 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.96 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1078" - inkscape:connector-curvature="0" /><path - d="m 663.27,358.65 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1080" - inkscape:connector-curvature="0" /><path - d="m 670.17,360.58 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1082" - inkscape:connector-curvature="0" /><path - d="m 677.07,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1084" - inkscape:connector-curvature="0" /><path - d="m 683.97,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1086" - inkscape:connector-curvature="0" /><path - d="m 690.87,358.65 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1088" - inkscape:connector-curvature="0" /><path - d="m 697.77,355.44 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1090" - inkscape:connector-curvature="0" /><path - d="m 704.67,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1092" - inkscape:connector-curvature="0" /><path - d="m 711.57,358.65 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1094" - inkscape:connector-curvature="0" /><path - d="m 718.47,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1096" - inkscape:connector-curvature="0" /><path - d="m 725.37,361.86 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.16 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1098" - inkscape:connector-curvature="0" /><path - d="m 732.27,377.92 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1100" - inkscape:connector-curvature="0" /><path - d="m 739.17,374.71 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1102" - inkscape:connector-curvature="0" /><path - d="m 746.07,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1104" - inkscape:connector-curvature="0" /><path - d="m 752.97,363.47 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1106" - inkscape:connector-curvature="0" /><path - d="m 759.87,358.65 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1108" - inkscape:connector-curvature="0" /><path - d="m 766.77,361.86 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.16 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1110" - inkscape:connector-curvature="0" /><path - d="m 773.67,355.44 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1112" - inkscape:connector-curvature="0" /><path - d="m 780.57,353.84 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.96 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1114" - inkscape:connector-curvature="0" /><path - d="m 787.47,358.65 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1116" - inkscape:connector-curvature="0" /><path - d="m 794.37,355.44 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1118" - inkscape:connector-curvature="0" /><path - d="m 801.27,361.86 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.16 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1120" - inkscape:connector-curvature="0" /><path - d="m 808.17,358.65 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1122" - inkscape:connector-curvature="0" /><path - d="m 815.07,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1124" - inkscape:connector-curvature="0" /><path - d="m 821.97,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1126" - inkscape:connector-curvature="0" /><path - d="m 828.87,363.47 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1128" - inkscape:connector-curvature="0" /><path - d="m 835.77,360.58 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1130" - inkscape:connector-curvature="0" /><path - d="m 78.9,252.67 6.9,0 6.9,-1.6 6.9,4.81 6.9,6.43 6.9,-12.85 6.9,3.21 6.9,-4.82 6.9,3.22 6.9,-3.22 6.9,0 6.9,6.43 6.9,3.21 6.9,-9.64 6.9,0 6.9,14.46 6.9,-4.82 6.9,8.03 6.9,16.06 6.9,-28.91 6.9,9.64 6.9,-8.03 6.9,-6.43 6.9,12.85 6.9,6.42 6.9,-19.27 6.9,0" - style="fill:none;stroke:#f8766d;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none" - id="path1132" - inkscape:connector-curvature="0" /><path - d="m 513.6,255.88 6.9,0 6.9,9.64 6.9,-8.03 6.9,0 6.9,9.63 6.9,-3.21 6.9,-4.82 6.9,8.03 6.9,-9.63 6.9,1.6 6.9,8.03 6.9,-9.63 6.9,0 6.9,9.63 6.9,-9.63 6.9,0 6.9,9.63 6.9,-3.21 6.9,-6.42 6.9,9.63 6.9,-9.63 6.9,0 6.9,9.63 6.9,-11.24 6.9,3.21 6.9,-3.21 6.9,3.21 6.9,-3.21 6.9,3.21 6.9,-3.21 6.9,0 6.9,9.64 6.9,0 6.9,0 6.9,0 6.9,-8.03 6.9,0 6.9,0 6.9,0 6.9,0 6.9,3.21 6.9,-3.21 6.9,0 6.9,9.63 6.9,0 6.9,0 6.9,0" - style="fill:none;stroke:#f8766d;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none" - id="path1134" - inkscape:connector-curvature="0" /><path - d="m 78.9,62.39 6.9,-7.23 6.9,2.41 6.9,4.82 6.9,0 6.9,-7.23 6.9,2.41 6.9,-12.04 6.9,0 6.9,0 6.9,0 6.9,7.22 6.9,0 6.9,-7.22 6.9,0 6.9,31.31 6.9,-7.23 6.9,9.64 6.9,0 6.9,-16.86 6.9,7.22 6.9,-24.08 6.9,0 6.9,12.04 6.9,0 6.9,-12.04 6.9,0 6.9,16.86 6.9,0 6.9,0 6.9,-4.82 6.9,0 6.9,0 6.9,4.82 6.9,0 6.9,0 6.9,-4.82 6.9,0 6.9,0 6.9,4.82 6.9,0 6.9,0 6.9,-4.82 6.9,0 6.9,0 6.9,-4.82 6.9,0 6.9,0 6.9,-7.22 6.9,2.41 6.9,-2.41 6.9,7.22 6.9,0 6.9,0 6.9,-4.81 6.9,0 6.9,0 6.9,4.81 6.9,0 6.9,0 6.9,-7.22 6.9,2.41 6.9,-2.41" - style="fill:none;stroke:#c49a00;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none" - id="path1136" - inkscape:connector-curvature="0" /><path - d="m 78.9,112.97 6.9,-5.62 6.9,1.12 6.9,4.5 6.9,5.62 6.9,-7.87 6.9,1.13 6.9,-15.74 6.9,10.12 6.9,-7.87 6.9,5.62 6.9,-2.25 6.9,5.62 6.9,-5.62 6.9,-1.12 6.9,23.6 6.9,-4.5 6.9,4.5 6.9,5.62 6.9,-7.87 6.9,1.13 6.9,-10.12 6.9,-2.25 6.9,-4.49 6.9,7.86 6.9,-7.86 6.9,-3.38 6.9,15.74 6.9,0 6.9,0 6.9,-5.62 6.9,0 6.9,-1.12 6.9,6.74 6.9,0 6.9,0 6.9,-3.37 6.9,0 6.9,-1.13 6.9,4.5 6.9,0 6.9,0 6.9,-5.62 6.9,0 6.9,-1.12 6.9,-3.38 6.9,-2.24 6.9,2.24 6.9,1.13 6.9,-3.37 6.9,1.12 6.9,1.12 6.9,0 6.9,0 6.9,0 6.9,-3.37 6.9,1.13 6.9,1.12 6.9,0 6.9,0 6.9,0 6.9,-3.37 6.9,-3.37" - style="fill:none;stroke:#53b400;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none" - id="path1138" - inkscape:connector-curvature="0" /><path - d="m 78.9,204.5 6.9,-2.41 6.9,2.14 6.9,0.27 6.9,7.22 6.9,-7.92 6.9,2.14 6.9,-8.67 6.9,3.21 6.9,-3.21 6.9,0 6.9,4.02 6.9,3.21 6.9,-7.23 6.9,0 6.9,16.86 6.9,1.74 6.9,-1.74 6.9,16.86 6.9,-15.95 6.9,4.15 6.9,-14.42 6.9,-7.5 6.9,9.37 6.9,7.49 6.9,-16.86 6.9,0 6.9,13.81 6.9,-0.8 6.9,1.61 6.9,-2.15 6.9,-6.69 6.9,1.61 6.9,7.06 6.9,-0.96 6.9,1.61 6.9,4.01 6.9,-6.69 6.9,1.61 6.9,1.07 6.9,-0.81 6.9,1.61 6.9,-2.14 6.9,-6.69 6.9,1.6 6.9,0.49 6.9,3.85 6.9,-3.21 6.9,-4.66 6.9,0.64 6.9,-3.21 6.9,3.21 6.9,3.86 6.9,-3.21 6.9,-0.65 6.9,0.65 6.9,-3.22 6.9,3.38 6.9,3.85 6.9,-3.21 6.9,-4.66 6.9,0.64 6.9,-3.21" - style="fill:none;stroke:#00c094;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none" - id="path1140" - inkscape:connector-curvature="0" /><path - d="m 78.9,156.33 6.9,-4.82 6.9,4.82 6.9,0 6.9,4.81 6.9,-4.81 6.9,0 6.9,-9.64 6.9,4.82 6.9,-4.82 6.9,0 6.9,4.82 6.9,0 6.9,-4.82 6.9,0 6.9,24.09 6.9,0 6.9,0 6.9,9.63 6.9,-9.63 6.9,0 6.9,-14.45 6.9,-9.64 6.9,9.64 6.9,0 6.9,-9.64 6.9,0 6.9,14.45 6.9,0 6.9,0 6.9,-4.81 6.9,0 6.9,0 6.9,4.81 6.9,0 6.9,0 6.9,-4.81 6.9,0 6.9,0 6.9,4.81 6.9,0 6.9,0 6.9,-4.81 6.9,0 6.9,0 6.9,-4.82 6.9,0 6.9,0 6.9,-4.82 6.9,0 6.9,0 6.9,4.82 6.9,0 6.9,0 6.9,-4.82 6.9,0 6.9,0 6.9,4.82 6.9,0 6.9,0 6.9,-4.82 6.9,0 6.9,0" - style="fill:none;stroke:#00b6eb;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none" - id="path1142" - inkscape:connector-curvature="0" /><path - d="m 78.9,306.87 6.9,-8.43 6.9,8.43 6.9,0 6.9,8.43 6.9,-8.43 6.9,8.43 6.9,-16.86 6.9,8.43 6.9,-8.43 6.9,8.43 6.9,0 6.9,8.43 6.9,-8.43 6.9,8.43 6.9,0 6.9,0 6.9,0 6.9,16.86 6.9,-16.86 6.9,16.86 6.9,-16.86 6.9,0 6.9,0 6.9,16.86 6.9,-16.86 6.9,16.86 6.9,-25.29 6.9,-8.43 6.9,8.43 6.9,0 6.9,-8.43 6.9,8.43 6.9,8.43 6.9,-8.43 6.9,8.43 6.9,0 6.9,-8.43 6.9,8.43 6.9,0 6.9,-8.43 6.9,8.43 6.9,0 6.9,-8.43 6.9,8.43 6.9,-8.43 6.9,-8.43 6.9,8.43 6.9,0 6.9,-8.43 6.9,8.43 6.9,8.43 6.9,-8.43 6.9,8.43 6.9,0 6.9,-8.43 6.9,8.43 6.9,0 6.9,-8.43 6.9,8.43 6.9,0 6.9,-8.43 6.9,8.43 6.9,-16.86 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0" - style="fill:none;stroke:#a58aff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none" - id="path1144" - inkscape:connector-curvature="0" /><path - d="m 78.9,349.02 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,12.84 6.9,-1.6 6.9,4.82 6.9,8.02 6.9,-17.66 6.9,5.33 6.9,-5.33 6.9,-2.14 6.9,8.56 6.9,0 6.9,-8.56 6.9,2.14 6.9,27.3 6.9,0 6.9,-4.82 6.9,-12.84 6.9,0 6.9,0.8 6.9,16.86 6.9,0 6.9,-4.82 6.9,-12.84 6.9,0 6.9,0.8 6.9,12.04 6.9,0 6.9,-2.41 6.9,-9.63 6.9,0 6.9,0.48 6.9,1.93 6.9,0 6.9,0 6.9,-9.64 6.9,0 6.9,1.93 6.9,7.71 6.9,0 6.9,0 6.9,-9.64 6.9,0 6.9,1.93 6.9,7.71 6.9,0 6.9,0 6.9,-7.71 6.9,0 6.9,1.28 6.9,6.43 6.9,9.63 6.9,0 6.9,-19.27 6.9,4.82 6.9,4.82 6.9,-4.82 6.9,0 6.9,8.03 6.9,-12.85 6.9,0 6.9,7.23 6.9,-7.23 6.9,9.64 6.9,0 6.9,-12.85 6.9,6.42 6.9,1.61 6.9,-8.03 6.9,6.42 6.9,1.61 6.9,-9.63 6.9,4.81 6.9,1.93 6.9,7.71 6.9,0 6.9,-9.64 6.9,-3.21 6.9,12.85 6.9,-9.64 6.9,9.64 6.9,-6.43 6.9,16.06 6.9,-3.21 6.9,-6.42 6.9,-4.82 6.9,-4.82 6.9,3.21 6.9,-6.42 6.9,-1.6 6.9,4.81 6.9,-3.21 6.9,6.42 6.9,-3.21 6.9,9.64 6.9,0 6.9,-4.82 6.9,-2.89" - style="fill:none;stroke:#fb61d7;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none" - id="path1146" - inkscape:connector-curvature="0" /></g></g><g - id="g1148" /><g - id="g1150" - transform="translate(33.6,0)"><path - d="m 40.95,28.67 0,370.93" - style="fill:none;stroke:#000000;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" - id="path1152" - inkscape:connector-curvature="0" /></g><g - id="g1212" /><g - id="g1214" - transform="translate(33.6,0)"><path - d="m 36.69,45.53 4.26,0" - style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" - id="path1216" - inkscape:connector-curvature="0" /><path - d="m 36.69,79.25 4.26,0" - style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" - id="path1218" - inkscape:connector-curvature="0" /><path - d="m 36.69,96.11 4.26,0" - style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" - id="path1220" - inkscape:connector-curvature="0" /><path - d="m 36.69,129.83 4.26,0" - style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" - id="path1222" - inkscape:connector-curvature="0" /><path - d="m 36.69,146.69 4.26,0" - style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" - id="path1224" - inkscape:connector-curvature="0" /><path - d="m 36.69,180.41 4.26,0" - style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" - id="path1226" - inkscape:connector-curvature="0" /><path - d="m 36.69,197.27 4.26,0" - style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" - id="path1228" - inkscape:connector-curvature="0" /><path - d="m 36.69,230.99 4.26,0" - style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" - id="path1230" - inkscape:connector-curvature="0" /><path - d="m 36.69,247.85 4.26,0" - style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" - id="path1232" - inkscape:connector-curvature="0" /><path - d="m 36.69,281.58 4.26,0" - style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" - id="path1234" - inkscape:connector-curvature="0" /><path - d="m 36.69,298.44 4.26,0" - style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" - id="path1236" - inkscape:connector-curvature="0" /><path - d="m 36.69,332.16 4.26,0" - style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" - id="path1238" - inkscape:connector-curvature="0" /><path - d="m 36.69,349.02 4.26,0" - style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" - id="path1240" - inkscape:connector-curvature="0" /><path - d="m 36.69,382.74 4.26,0" - style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" - id="path1242" - inkscape:connector-curvature="0" /></g><g - id="g1244" /><g - id="g1246" /><g - id="g1248" /><g - id="g1250" /><g - id="g1252" - transform="matrix(0.96059687,0,0,1,34.511228,0)"><path - d="m 41.453954,28.67 814.741856,0" - style="fill:none;stroke:#000000;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" - id="path1254" - inkscape:connector-curvature="0" - sodipodi:nodetypes="cc" /></g><g - id="g1268" /><g - id="g1292" /><g - id="g1294" /><g - id="g1296" /><g - id="g1298" /><g - id="g1300" /><g - id="g1302" /><g - id="g1304" /><g - id="g1306" /><g - id="g1308" /><g - id="g1310" /><g - id="g1312" /><text - xml:space="preserve" - style="font-size:24px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="399.4407" - y="33.501099" - id="text5077" - sodipodi:linespacing="125%" - transform="scale(1,-1)"><tspan - sodipodi:role="line" - id="tspan5079" - x="399.4407" - y="33.501099">Rhythm pattern</tspan></text> - - -<text - xml:space="preserve" - style="font-size:24px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="93.165245" - y="21.966921" - id="text5081" - sodipodi:linespacing="125%" - transform="matrix(0,1,1,0,0,0)"><tspan - sodipodi:role="line" - id="tspan5083" - x="93.165245" - y="21.966921">Syncopation prediction</tspan></text> - - -<text - xml:space="preserve" - style="font-size:14.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#c49b02;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold" - x="56.206268" - y="-40.032284" - id="text5085" - sodipodi:linespacing="125%" - transform="scale(1,-1)"><tspan - sodipodi:role="line" - id="tspan5087" - x="56.206268" - y="-40.032284" - style="font-size:14.39999962px;font-weight:bold;fill:#c49b02;fill-opacity:1;-inkscape-font-specification:Arial Bold">-1</tspan></text> - - -<text - transform="scale(1,-1)" - sodipodi:linespacing="125%" - id="text5089" - y="-90.618279" - x="59.018768" - style="font-size:14.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#53b400;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold" - xml:space="preserve"><tspan - style="font-size:14.39999962px;font-weight:bold;fill:#53b400;fill-opacity:1;-inkscape-font-specification:Arial Bold" - y="-90.618279" - x="59.018768" - id="tspan5091" - sodipodi:role="line">0</tspan></text> - - -<text - xml:space="preserve" - style="font-size:14.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#00b6eb;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold" - x="59.018768" - y="-141.20427" - id="text5093" - sodipodi:linespacing="125%" - transform="scale(1,-1)"><tspan - sodipodi:role="line" - id="tspan5095" - x="59.018768" - y="-141.20427" - style="font-size:14.39999962px;font-weight:bold;fill:#00b6eb;fill-opacity:1;-inkscape-font-specification:Arial Bold">0</tspan></text> - - -<text - transform="scale(1,-1)" - sodipodi:linespacing="125%" - id="text5097" - y="-191.79028" - x="59.018768" - style="font-size:14.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#00c094;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold" - xml:space="preserve"><tspan - style="font-size:14.39999962px;font-weight:bold;fill:#00c094;fill-opacity:1;-inkscape-font-specification:Arial Bold" - y="-191.79028" - x="59.018768" - id="tspan5099" - sodipodi:role="line">0</tspan></text> - - -<text - xml:space="preserve" - style="font-size:14.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#f8766d;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold" - x="59.018768" - y="-242.37628" - id="text5101" - sodipodi:linespacing="125%" - transform="scale(1,-1)"><tspan - sodipodi:role="line" - id="tspan5103" - x="59.018768" - y="-242.37628" - style="font-size:14.39999962px;font-weight:bold;fill:#f8766d;fill-opacity:1;-inkscape-font-specification:Arial Bold">0</tspan></text> - - -<text - transform="scale(1,-1)" - sodipodi:linespacing="125%" - id="text5105" - y="-292.96228" - x="59.018768" - style="font-size:14.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#a58aff;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold" - xml:space="preserve"><tspan - style="font-size:14.39999962px;font-weight:bold;fill:#a58aff;fill-opacity:1;-inkscape-font-specification:Arial Bold" - y="-292.96228" - x="59.018768" - id="tspan5107" - sodipodi:role="line">0</tspan></text> - - -<text - xml:space="preserve" - style="font-size:14.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fb61d7;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold" - x="59.018768" - y="-343.54828" - id="text5109" - sodipodi:linespacing="125%" - transform="scale(1,-1)"><tspan - sodipodi:role="line" - id="tspan5111" - x="59.018768" - y="-343.54828" - style="font-size:14.39999962px;font-weight:bold;fill:#fb61d7;fill-opacity:1;-inkscape-font-specification:Arial Bold">0</tspan></text> - - -<text - transform="scale(1,-1)" - sodipodi:linespacing="125%" - id="text5113" - y="-73.484558" - x="51.010174" - style="font-size:14.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#c49b02;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold" - xml:space="preserve"><tspan - style="font-size:14.39999962px;font-weight:bold;fill:#c49b02;fill-opacity:1;-inkscape-font-specification:Arial Bold" - y="-73.484558" - x="51.010174" - id="tspan5115" - sodipodi:role="line">13</tspan></text> - - -<text - xml:space="preserve" - style="font-size:14.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#53b400;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold" - x="51.003143" - y="-124.23651" - id="text5117" - sodipodi:linespacing="125%" - transform="scale(1,-1)"><tspan - sodipodi:role="line" - id="tspan5119" - x="51.003143" - y="-124.23651" - style="font-size:14.39999962px;font-weight:bold;fill:#53b400;fill-opacity:1;-inkscape-font-specification:Arial Bold">30</tspan></text> - - -<text - transform="scale(1,-1)" - sodipodi:linespacing="125%" - id="text5121" - y="-174.78537" - x="51.010174" - style="font-size:14.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#00b6eb;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold" - xml:space="preserve"><tspan - style="font-size:14.39999962px;font-weight:bold;fill:#00b6eb;fill-opacity:1;-inkscape-font-specification:Arial Bold" - y="-174.78537" - x="51.010174" - id="tspan5123" - sodipodi:role="line">14</tspan></text> - - -<text - xml:space="preserve" - style="font-size:14.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#00c094;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold" - x="38.937519" - y="-225.53734" - id="text5125" - sodipodi:linespacing="125%" - transform="scale(1,-1)"><tspan - sodipodi:role="line" - id="tspan5127" - x="38.937519" - y="-225.53734" - style="font-size:14.39999962px;font-weight:bold;fill:#00c094;fill-opacity:1;-inkscape-font-specification:Arial Bold">4.38</tspan></text> - - -<text - transform="scale(1,-1)" - sodipodi:linespacing="125%" - id="text5129" - y="-276.08615" - x="52.957832" - style="font-size:14.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#f8766d;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold" - xml:space="preserve"><tspan - style="font-size:14.39999962px;font-weight:bold;fill:#f8766d;fill-opacity:1;-inkscape-font-specification:Arial Bold" - y="-276.08615" - x="52.957832" - id="tspan5131" - sodipodi:role="line">21</tspan></text> - - -<text - xml:space="preserve" - style="font-size:14.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#a58aff;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold" - x="58.962517" - y="-326.8342" - id="text5133" - sodipodi:linespacing="125%" - transform="scale(1,-1)"><tspan - sodipodi:role="line" - id="tspan5135" - x="58.962517" - y="-326.8342" - style="font-size:14.39999962px;font-weight:bold;fill:#a58aff;fill-opacity:1;-inkscape-font-specification:Arial Bold">8</tspan></text> - - -<text - transform="scale(1,-1)" - sodipodi:linespacing="125%" - id="text5137" - y="-377.48462" - x="38.881268" - style="font-size:14.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fb61d7;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold" - xml:space="preserve"><tspan - style="font-size:14.39999962px;font-weight:bold;fill:#fb61d7;fill-opacity:1;-inkscape-font-specification:Arial Bold" - y="-377.48462" - x="38.881268" - id="tspan5139" - sodipodi:role="line">5.25</tspan><tspan - style="font-size:14.39999962px;font-weight:bold;fill:#fb61d7;fill-opacity:1;-inkscape-font-specification:Arial Bold" - y="-359.48462" - x="38.881268" - sodipodi:role="line" - id="tspan5141" /></text> - - -<text - xml:space="preserve" - style="font-size:30px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="712.85577" - y="609.14154" - id="text5175" - sodipodi:linespacing="125%" - transform="matrix(0.8,0,0,-0.8,1.2942638,400.13)"><tspan - sodipodi:role="line" - id="tspan5177" - x="712.85577" - y="609.14154" /></text> - - -<text - xml:space="preserve" - style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fb61d7;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="847.99188" - y="-358.73218" - id="text5179" - sodipodi:linespacing="125%" - transform="scale(1,-1)"><tspan - sodipodi:role="line" - id="tspan5181" - x="847.99188" - y="-358.73218">WNBD</tspan></text> - - -<text - transform="scale(1,-1)" - sodipodi:linespacing="125%" - id="text5183" - y="-307.92728" - x="847.72235" - style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#a58aff;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - xml:space="preserve"><tspan - y="-307.92728" - x="847.72235" - id="tspan5185" - sodipodi:role="line">TOB</tspan></text> - - -<text - xml:space="preserve" - style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#f8766d;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="848.28485" - y="-257.13217" - id="text5187" - sodipodi:linespacing="125%" - transform="scale(1,-1)"><tspan - sodipodi:role="line" - id="tspan5189" - x="848.28485" - y="-257.13217">KTH</tspan></text> - - -<text - transform="scale(1,-1)" - sodipodi:linespacing="125%" - id="text5191" - y="-206.33215" - x="848.28485" - style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#00c094;fill-opacity:0.72809682;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - xml:space="preserve"><tspan - y="-206.33215" - x="848.28485" - id="tspan5193" - sodipodi:role="line">SG</tspan></text> - - -<text - xml:space="preserve" - style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#4ac5e9;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="848.28485" - y="-155.53214" - id="text5195" - sodipodi:linespacing="125%" - transform="scale(1,-1)"><tspan - sodipodi:role="line" - id="tspan5197" - x="848.28485" - y="-155.53214">TMC</tspan></text> - - -<text - transform="scale(1,-1)" - sodipodi:linespacing="125%" - id="text5199" - y="-104.73214" - x="848.28485" - style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#53b500;fill-opacity:0.7254902;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - xml:space="preserve"><tspan - y="-104.73214" - x="848.28485" - id="tspan5201" - sodipodi:role="line">PRS</tspan></text> - - -<text - xml:space="preserve" - style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#d0b657;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="848.28485" - y="-53.932129" - id="text5203" - sodipodi:linespacing="125%" - transform="scale(1,-1)"><tspan - sodipodi:role="line" - id="tspan5205" - x="848.28485" - y="-53.932129">LHL</tspan></text> - - -<text - transform="scale(1,-1)" - sodipodi:linespacing="125%" - id="text5237" - y="-5.3675337" - x="312.23093" - style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - xml:space="preserve"><tspan - y="-5.3675337" - x="312.23093" - id="tspan5239" - sodipodi:role="line">6/8 monorhythms</tspan></text> - - -<text - xml:space="preserve" - style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="91.430969" - y="-6.9675336" - id="text5241" - sodipodi:linespacing="125%" - transform="scale(1,-1)"><tspan - sodipodi:role="line" - id="tspan5243" - x="91.430969" - y="-6.9675336">4/4 monorhythms</tspan></text> - - -<text - transform="scale(1,-1)" - sodipodi:linespacing="125%" - id="text5257" - y="-6.9675336" - x="617.83099" - style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - xml:space="preserve"><tspan - y="-6.9675336" - x="617.83099" - id="tspan5259" - sodipodi:role="line">4/4 polyrhythms</tspan></text> - - -<flowRoot - xml:space="preserve" - id="flowRoot5263" - style="font-size:30px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0.8,0,0,-0.8,-4.5567021,420.34937)"><flowRegion - id="flowRegion5265"><rect - id="rect5267" - width="91.923882" - height="575.5849" - x="1069.1455" - y="-25.229193" /></flowRegion><flowPara - id="flowPara5269" /></flowRoot><flowRoot - xml:space="preserve" - id="flowRoot5271" - style="font-size:30px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0.8,0,0,-0.8,-4.5567021,420.34937)"><flowRegion - id="flowRegion5273"><rect - id="rect5275" - width="152.73506" - height="519.01636" - x="1053.5891" - y="1.6408646" /></flowRegion><flowPara - id="flowPara5277" /></flowRoot></g></svg> \ No newline at end of file
--- a/SMC2015latex/R/modelsprediction.R Tue May 12 08:53:12 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -library(ggplot2) - -df <- read.csv("newall.csv", header = T) - -t<-theme( - plot.background = element_blank(), - panel.grid.major = element_blank(), - panel.grid.minor = element_blank(), - panel.border = element_blank(), - panel.background = element_blank(), - axis.line = element_line(size=.5), - axis.title.x = element_blank(), - axis.title.y = element_blank(), - #axis.title.x = element_text(family="sans", color="black", size=15, vjust = -0.7), - #axis.title.y = element_text(family="sans", color="black", size=15, vjust = 0.4), - #legend.position = "none" - ) - -xbreaks <- c(1,16,28,64,111) -ybreaks <- c(0,1,1.5,2.5,3,4,4.5,5.5,6,7,7.5,8.5,9,10) - -p <- qplot(Index,Syncopation, data = df, geom = c("point","line"), color = Model)+ scale_x_continuous(breaks=xbreaks) + scale_y_continuous(breaks= ybreaks)+ t - -ggsave(p, file = "predictions.pdf", dpi = 600,useDingbats=FALSE)
--- a/SMC2015latex/R/newall.csv Tue May 12 08:53:12 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,116 +0,0 @@ -Name,LHL,TMC,PRS,WNBD,TOB,KTH,SG -ab,7,4,15,0,2,3,0.9375 -ac,4,2,10,0,0,3,0.625 -ad,5,4,11,0,2,2,0.90278 -ba,7,4,15,0,2,5,0.9375 -bb,7,6,20,0,4,9,1.875 -bc,4,4,13,0,2,1,0.84722 -bd,5,4,14,0,4,3,1.125 -ca,0,0,0,0,0,0,0 -cb,0,2,9,0,2,2,0.41666 -cc,0,0,2,0,0,0,0 -cd,0,0,7,0,2,0,0 -da,3,2,5,0,2,4,0.52084 -db,3,2,10,0,4,6,0.9375 -dc,0,0,5,0,2,0,0 -dd,0,0,4,0,4,0,0 -abab,13,10,25,2,4,9,2.1875 -adad,10,10,21,1.75,4,6,2.4132 -baba,14,10,25,2.5,4,11,2.1875 -bbbb,14,14,30,3.75,8,21,4.375 -bcbc ,7,10,23,1,4,3,2.30556 -bdbd,10,10,24,1.83,8,9,2.84376 -cbcb,0,4,15,1,4,4,0.97222 -cdcd,0,0,13,0.6666666667,4,0,0 -dada,5,4,9,2,4,8,1.21528 -dbdb,5,4,16,2,8,12,2.1875 -dcdc,0,0,9,0.6666666667,4,0,0 -dddd,0,0,6,1,8,0,0 -ff,7,6,20,5.25,2,null,1.79166 -fg,7,6,20,5.25,0,null,1.6875 -fh,7,6,20,4.5,2,null,1.89584 -fj,5,4,15,2.5,2,null,1.61806 -fk,5,4,15,2.5,0,null,0.75 -fl,5,4,14,2.625,2,null,0.95834 -gf,7,6,20,5.25,4,null,1.875 -gg,7,6,20,5.25,2,null,1.75 -gh,7,6,20,4.5,4,null,1.95834 -gj,5,4,17,2.5,4,null,2.47916 -gk,5,4,17,2.5,2,null,1.61112 -gl,5,4,16,2.625,4,null,1.81944 -hf,7,6,20,4.5,4,null,1.95834 -hg,7,6,20,4.5,2,null,1.85416 -hh,7,6,20,4.125,4,null,2.0625 -hj,5,4,15,2.625,4,null,1.78472 -hk,5,4,15,2.625,2,null,0.91666 -hl,5,4,14,2.7,4,null,1.125 -jf,3,2,11,3,2,null,1.1875 -jg,3,2,9,3,0,null,1.6875 -jh,3,2,11,3,2,null,1.27084 -jj,0,0,12,1.5,2,null,0.66666 -jk,1,0,9,1.5,0,null,0.75 -jl,0,0,10,1.8,2,null,0.33334 -kf,3,2,11,3,4,null,0.75 -kg,3,2,11,3,2,null,1.25 -kh,3,2,11,3,4,null,0.83334 -kj,1,0,11,1.5,4,null,0.75 -kk,1,0,8,1.5,2,null,0.83334 -kl,1,0,9,1.8,4,null,0.41666 -lf,3,2,10,3,4,null,0.85416 -lg,3,2,10,3,2,null,1.35416 -lh,3,2,10,3,4,null,0.9375 -lj,0,0,10,1.8,4,null,0.33334 -lk,1,0,7,1.8,2,null,0.41666 -ll,0,0,4,2,4,null,0 -af,null,null,null,3,0,5,null -ag,null,null,null,4.5,0,5,null -ah,null,null,null,4.5,0,11,null -aj,null,null,null,1.5,0,6,null -ak,null,null,null,2.25,0,6,null -al,null,null,null,3,0,12,null -bf,null,null,null,2.25,0,10,null -bg,null,null,null,2.25,0,7,null -bh,null,null,null,3.5,0,12,null -bj,null,null,null,1.5,0,6,null -bk,null,null,null,1.5,0,7,null -bl,null,null,null,2.625,0,12,null -cf,null,null,null,1.5,0,6,null -cg,null,null,null,3,0,6,null -ch,null,null,null,3,0,12,null -cj,null,null,null,1,0,6,null -ck,null,null,null,2,0,6,null -cl,null,null,null,2.25,0,12,null -df,null,null,null,1,0,10,null -dg,null,null,null,2,0,6,null -dh,null,null,null,2.25,0,12,null -dj,null,null,null,0.75,0,6,null -dk,null,null,null,1.5,0,6,null -dl,null,null,null,1.8,0,12,null -fa,null,null,null,3,0,5,null -fb,null,null,null,3,0,7,null -fc,null,null,null,1.5,0,5,null -fd,null,null,null,1,0,7,null -ga,null,null,null,3,0,5,null -gb,null,null,null,1.5,0,7,null -gc,null,null,null,3,0,5,null -gd,null,null,null,2,0,5,null -ha,null,null,null,4.5,0,11,null -hb,null,null,null,4,0,11,null -hc,null,null,null,3,0,11,null -hd,null,null,null,2.25,0,11,null -ja,null,null,null,1.5,0,6,null -jb,null,null,null,2,0,6,null -jc,null,null,null,1,0,6,null -jd,null,null,null,0.75,0,6,null -ka,null,null,null,1.5,0,6,null -kb,null,null,null,1,0,8,null -kc,null,null,null,2,0,6,null -kd,null,null,null,1.5,0,6,null -la,null,null,null,3,0,12,null -lb,null,null,null,3,0,12,null -lc,null,null,null,2.25,0,12,null -ld,null,null,null,1.8,0,12,null -,,,,,,, -max ,14,14,30,5.25,8,21,4.375 -min,0,0,0,0,0,0,0 -http://www.zingchart.com/gallery/chart/?id=28536,,,,,,,
--- a/SMC2015latex/csong.bib Tue May 12 08:53:12 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1110 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% music theory -% Rhythm/Meter - -@Book{Taylor89MusicTheory, -author = {Eric Taylor}, -title = {The AB Guide to Music Theory, Part I}, -publisher = {Associated Board of the Royal Schools of Music}, -year = {1989}, -} - - -@Book{Lerdahl_Jackendoff83GTTM, -author = {Fred Lerdahl and Ray Jackendoff}, -title = {A Generative Theory of Tonal Music}, -publisher = {Cambridge, Mass: MIT Press}, -year = {1983}, -} - -@Article{Higgins78, -author = {Hugh C. Longuet-Higgins}, -title = {The perception of music}, -journal = {Interdisciplinary Science Review}, -volume = {3}, -pages = {148-156}, -year = {1978}, -} - -@Book{Yeston76, -author = {Maury Yeston}, -title = {The stratification of musical rhythm}, -publisher = {New Haven, Conn: Yale University Press}, -year = {1976}, -} - -@Book{London04Meter, -author = {Justin London}, -title = {Hearing in Time: Psychological Aspects of Musical Meter}, -publisher = {Oxford University Press}, -year = {2004}, -} - -@Book{Cooper_Meyer60, -author = {Grosvenor Cooper and Leonard B. Meyer}, -title = {The Rhythmic Structure of Music}, -publisher = {University of Chicago Press}, -year = {1960}, -} - -@PhdThesis{Gouyon05, -author = {Fabien Gouyon}, -title = {A computational approach to rhythm description}, -school = {Department of Technology of the University Pompeu Fabra}, -year = {2005}, -} - -@MastersThesis{Bilmes93, -author = {Jeffrey A. Bilmes}, -title = {Timing is of the essence: perceptual and computational techniques for representing, learning, and reproducing expressive timing in percussive rhythm}, -school = {MIT Masters Thesis}, -year = {1993}, -} - -@InCollection{Clarke99, -author = {Eric F. Clarke}, -title = {Rhythm and timing in music}, -booktitle = {The psychology of music (2nd edition)}, -pages = {437-500}, -publisher = {New York: Academic Press}, -year = {1999}, -} - - -% Syncopation theory - -@Book{Randel86Harvard, -author = {Don Randel}, -title = {The Harvard Dictionary of Music}, -publisher = {Harvard University Press}, -year = {1986}, -} - -@Book{Kennedy94Oxford, -author = {Michael Kennedy}, -title = {The Oxford Dictionary of Music}, -publisher = {Oxford University Press}, -edition = {Second Edition}, -year = {1994}, -} - -@Book{Huron06Anticipation, -author = {David Huron}, -title = {Sweet anticipation: music and the psychology of expectation}, -publisher = {Cambridge, MA: MIT. Press}, -year = {2006}, -} - -@Article{Huron_Ommen06, -author = {David Huron and Ann Ommen}, -title = { An Empirical Study of Syncopation in American Popular Music, 1890–1939}, -journal = {Music Theory Spectrum}, -volume = {28}, -number = {2}, -pages = {211-231}, -year = {2006}, -} - -@Book{Krebs99, -author = {Harald Krebs}, -title = {Fantasy pieces: metrical dissonance in the music of robert schumann}, -publisher = {New York: Oxford University Press}, -year = {1999}, -} - -@Article{Temperley99, -author = {David Temperley}, -title = {Syncopation in rock: a perceptual perspective}, -journal = {Popular Music}, -volume = {18}, -number = {1}, -pages = {19-40}, -year = {1999}, -} - - -@Book{Temperley01, -author = {David Temperley}, -title = {The cognition of basic musical structures}, -publisher = {The MIT Press}, -year = {2001}, -} - -% syncopation and meter/beat induction, rhythm perception, similary -@InProceedings{Velasco_Large11, -author = {Marc J. Velasco and Edward W. Large}, -title = {Pulse detection in syncopated rhythms using neural oscillators}, -booktitle = {Proceedings of the 12th International Society for Music Information Retrieval Conference}, -pages = {185-190}, -year = {2011}, -} - -@Article{Eck01, -author = {Douglas Eck}, -title = {A positive-evidence model for rhythmical beat induction}, -journal = {Journal of New Music Research}, -volume = {30}, -number = {2}, -pages = {187-200}, -year = {2001}, -} - -@Article{Keller_Repp05, -author = {Peter E. Keller and Bruno H. Repp}, -title = {Staying offbeat: sensorimotor syncopation with structured and unstructured auditory sequences}, -journal = {Psychological Research}, -volume = {69}, -number = {4}, -pages = {292-309}, -year = {2001}, -} - -@InProceedings{Moelants12, -author = {Dirk Moelants}, -title = {Conveying syncopation in music performance}, -booktitle = {Proceedings of the 12th International Conference on Music Perception and Cognition and the 8th Triennial Conference of the European Society for the Cognitive Sciences of Music}, -pages = {686-691}, -year = {2012}, -} - -% syncopation and broad music perception -@Article{Keller_Schubert11, -author = {Peter E. Keller and Emery Schubert}, -title = {Cognitive and affective judgements of syncopated musical themes}, -journal = {Advances in Cognitive Psychology}, -volume = {7}, -pages = {142-156}, -year = {2011}, -} - -@Article{Madison06, -author = {Guy Madison}, -title = {Experiencing groove induced by music: consistency and phenomenology}, -journal = {Music Perception: An Interdisciplinary Journal}, -volume = {24}, -number = {2}, -pages = {201-208}, -year = {2006}, -} - -@Article{Witek14, -author = {Maria A. G. Witek and Eric F. Clarke and Mikkel Wallentin and Morten L. Kringelbach and Peter Vuust}, -title = {Syncopation, body-movement and pleasure in groove music}, -journal = {PloS ONE}, -volume = {9}, -number = {4}, -pages = {e94446}, -year = {2014}, -} - -@InProceedings{Madison13, -author = {Guy Madison and George Sioros and Matthew Davis and Marius Miron and Diogo Cocharro and Fabien Gouyon}, -title = {Adding syncopation to simple melodies increases the perception of groove}, -booktitle = {Proceedings of: Conference of Society for Music Perception and Cognition}, -year = {2013}, -} - - @Article{Sloboda91, -author = {John A. Sloboda}, -title = {Musical structure and emotional responses: some empirical fundings}, -journal = {Psychology of music}, -volume = {19}, -pages = {110-120}, -year = {1991}, -} - -@Article{Mayville01, -author = {Justine M. Mayville and Armin Fuchs and Mingzhou Ding and Douglas Cheyne and Lüder Deecke and J.A. Scott Kelso}, -title = {Event-related changes in neuromagnetic activity associated with syncopation and synchronization timing tasks}, -journal = {Human Brain Mapping}, -volume = {113}, -number = {2}, -pages = {65-80}, -year = {2001}, -} - - -@Article{Honning09Baby, -author = {Henkjan Honing and Olivia Ladinig and G\'{a}bor P H\'{a}den and Istv\'{a}n Winkler}, -title = {Is beat induction innate or learned? Probing emergent meter perception in adults and newborns using event-related brain potentials}, -journal = {Annals of the New York Academy of Sciences}, -volume = {1169}, -pages = {93-96}, -year = {2009} -} - -@Article{Winkler09, -author = {Istv\'{a}n Winkler and G\'{a}bor P H\'{a}den and Olivia Ladinig and Istv\'{a}n Sziller and Henkjan Honing}, -title = {Newborn infants detect the beat in music}, -journal = {Proceedings of the National Academy of Sciences of the United States of America}, -volume = {106}, -number = {7}, -pages = {2468-2471}, -year = {2009} -} - -@Article{Ladinig09, -author = {Olivia Ladinig and Henkjan Honing}, -title = {Probing attentive and preattentive emergent meter in adult listners without extensive music training}, -journal = {Music Perception}, -volume = {26}, -number = {4}, -pages = {377-386}, -year = {2009}, -} - -@Article{Thaut_Kenyon03, -author = {Michael H. Thaut and Gary P. Kenyon}, -title = {Rapid motor adaptations to subliminal frequency shifts during syncopated rhythmic sensorimotor synchronization}, -journal = {Human Movement Science}, -volume = {22}, -number = {3}, -pages = {321-338}, -year = {2003}, -} - -@Article{Simpson_Huron93, -author = {Jasba Simpson and David Huron}, -title = { The perception of rhythmic similarity: A test of a modified version of Johnson-Laird’s theory}, -journal = {Canadian Acoustics}, -volume = {21}, -pages = {89-90}, -year = {1993}, -} - -@PhdThesis{Streich06, -author = {Sebastian Streich}, -title = {Music complexity: a multifaceted description of audio content}, -school = {Music Technology Group, The Universitat Pompeu Fabra}, -year = {2006}, -} - -@PhdThesis{Ladinig09thesis, -author = {Olivia Ladinig}, -title = {Temporal expectations and their violations}, -school = {Institute for Logic, Language and Computation, Universiteit van Amsterdam, The Netherlands}, -year = {2009}, -} - -@InProceedings{Smith10, -author = {Leigh M. Smith}, -title = {Rhythmic similarity using metrical profile matching}, -booktitle = {Proceedings of the 2010 International Computer Music Conference}, -year = {2010}, -} - -@InProceedings{Panteli14, -author = {Maria Panteli and Bruno Rocha and Niels Bogaards and Aline Honingh}, -title = {Development of a rhythm similarity model for electronic dance music}, -booktitle = {AES 53rd International Conference, London, UK}, -year = {2014}, -} - -@Article{Post_Toussaint11, -author = {Olaf Post and Godfried Toussaint}, -title = {The edit distance as a measure of perceived rhythmic similarity}, -journal = {Empirical Musicology Review}, -volume = {6}, -number = {3}, -pages = {164-179}, -year = {2011}, -} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Perceptual/Neurological studies - meter, rhythm, syncopation - -@Article{Palmer_Krumhansl90, -author = {Caroline Palmer and Carol L. Krumhansl}, -title = { Mental Representations for Musical Meter}, -journal = {Journal of Experimental Psychology: Human Perception and Performance}, -volume = {16}, -number = {4}, -pages = {728-741}, -year = {1990}, -} - -@Article{Chen08, -author = {Joyce L. Chen and Virginia B. Penhune and Robert J. Zatorre}, -title = {Moving on time: brain network for auditory-motor synchronization is modulated by rhythm complexity and musical training}, -journal = {Journal of Cognitive Neuroscience}, -volume = {20}, -number = {2}, -pages = {226-239}, -year = {2008}, -} - -@Article{Repp_Doggett07, -author = {Bruno H. Repp and Rebecca Doggett}, -title = {Tapping to a very slow beat: a comparison of musicians and nonmusicians }, -journal = {Music Perception}, -volume = {24}, -number = {4}, -pages = {367-376}, -year = {2007}, -} - -@Article{Snyder_Krumhansl01, -author = {Joel Snyder and Carol L. Krumhansl}, -title = {Tapping to Ragtime: Cue to Pulse Finding}, -journal = {Music Perception}, -volume = {18}, -number = {4}, -pages = {445-489}, -year = {2001}, -} - -@Article{Toivianinen_Snyder03, -author = {Petri Toivianinen and Joel S. Snyder}, -title = {Tapping to Bach: Resonance-based Modelling of Pulse}, -journal = {Music Perception}, -volume = {21}, -number = {1}, -pages = {43-80}, -year = {2003}, -} - -@Article{Handel_Oshinsky81, -author = {Stephen Handel and James S. Oshinsky}, -title = {The meter of syncopated auditory polyrhythms}, -journal = {Perception \& Psychophysics }, -volume = {30}, -number = {1}, -pages = {1-9}, -year = {1981}, -} - -@Article{Repp02, -author = {Bruno H. Repp and W. Luke Windsor and Peter Desain}, -title = {Effects of tempo on the timing of simple musical rhythms}, -journal = {Music Perception}, -volume = {19}, -number = {4}, -pages = {565-593}, -year = {2002}, -} - -@Article{Desain_Honing94, -author = {Peter Desain and Henkjan Honing}, -title = {Does expressive timing in music performance scale proportionally with tempo?}, -journal = {Psychological Research}, -volume = {56}, -number = {4}, -pages = {285-292}, -year = {1994}, -} - -@Article{Drake93, -author = {Carolyn Drake}, -title = {Reproduction of musical rhythms by children, adult musicians, and adult nonmusicians}, -journal = {Perception \& Psychophysics}, -volume = {53}, -number = {1}, -pages = {25-33}, -year = {1993}, -} - -@Article{Smith_Cuddy89, -author = {Karen C. Smith and Lola L. Cuddy}, -title = {Effects of metric and harmonic rhythm on the detection of pitch alterations in melodic sequences}, -journal = {Journal of Experimental Psychology: Human Perception and Performance}, -volume = {15}, -number = {3}, -pages = {457-471}, -year = {1989}, -} - -@Article{Hannon04, -author = {Erin E. Hannon and Joel S. Snyder and Tuomas Eerola and Carol L. Krumhansl}, -title = {The Role of Melodic and Temporal Cues in Perceiving Musical Meter}, -journal = {Journal of Experimental Psychology: Human Perception and Performance}, -volume = {30}, -number = {5}, -pages = {956-974}, -year = {2004}, -} - -@Article{Vuust09, -author = {Peter Vuust and Leif Ostergaard and Karen Johanne Pallesen and Christopher Bailey and Andreas Roepstorff}, -title = {Predictive coding of music – brain responses to rhythmic incongruity}, -journal = {Cortex}, -volume = {45}, -pages = {80-92}, -year = {2009}, -} - -@Article{Vuust11, -author = {Peter Vuust and Mikkel Wallentin and Leif Ostergaard and Andreas Roepstorff}, -title = {Tapping polyrhythms in music activates language areas}, -journal = {Neuroscience Letters}, -volume = {494}, -pages = {211-216}, -year = {2011}, -} - - -% particularly on tempo - -@Article{Meyer_Palmer01, -author = {Rosalee K. Meyer and Caroline Palmer}, -title = {Rate and tactus effects in music performance}, -journal = {Manuscript submitted for publication}, -year = {2001}, -} - -@Article{Duke89, -author = {Robert A. Duke}, -title = {Musicians' perception of beat in monotonic stimuli}, -journal = {Journal of Research in Music Education}, -volume = {37}, -number = {1}, -pages = {61-71}, -year = {1989}, -} - -@Article{McAuley_Semple99, -author = {J. Devin McAuley and Peter Semple}, -title = {The effect of tempo and musical experience on perceived beat}, -journal = {Australian Journal of Psychology}, -volume = {51}, -number = {3}, -pages = {176-187}, -year = {1999}, -} - -@InProceedings{Moelants_McKinney04, -author = {Dirk Moelants and M McKinney}, -title = {Tempo percepton and musical content: what makes a piece fast, slow or temporally ambiguous?}, -booktitle = {Proceedings of the 8th International Conference on Music Perception and Cognition}, -pages = {558-562}, -year = {2004}, -} - - -@Article{Wohlschlager_Koch00, -author = {Andreas Wohlschl\"{a}ger and Robert Koch}, -title = {Syncronization error: an error in time perception}, -journal = {Rhythm perception and production}, -pages = {115-127}, -year = {2000}, -} - -@Article{Repp08, -author = {Bruno H. Repp}, -title = {Metrical sbudivision results in subjective slowing of the beat}, -journal = {Music Perception}, -volume = {26}, -issue = {1}, -pages = {19-39}, -year = {2008}, -} - -@Article{Repp03, -author = {Bruno H. Repp}, -title = {Rate limits in sensorimotor synchronization with auditory and visual sequences: The synchronization threshold and the benefits and costs of interval subdivision}, -journal = {Journal of Motor Behavior}, -volume = {35}, -issue = {4}, -pages = {355-370}, -year = {2003}, -} - -@Article{Handel92, -author = {Stephen Handel}, -title = {The differentiation of rhythmic structure}, -journal = {Perception \& Psychophysics}, -volume = {52}, -pages = {497-507}, -year = {1992}, -} - -@Article{Handel93, -author = {Stephen Handel}, -title = {The effect of tempo and tone duration on rhythm discrimination}, -journal = {Percept Psychophys}, -volume = {54}, -number = {3}, -pages = {370-382}, -year = {1993}, -} - -@Article{Duke88, -author = {Robert A. Duke and John M. Geringer and Clifford K. Madsen}, -title = {The effect of tempo on pitch perception}, -journal = {Journal of Research in Music Education}, -volume = {36}, -number = {2}, -pages = {108-125}, -year = {1988}, -} - -@Article{LeBlanc81, -author = {Albert LeBlanc}, -title = {Effects of style, tempo and performing medium on children's music preference}, -journal = {Journal of Research in Music Education}, -volume = {29}, -number = {2}, -pages = {143-156}, -year = {1981}, -} - -% This was cited in plos one paper, but they actually didn't show tempo effects on emotion -@Article{Kamenetsky97, -author = {Stuart B. Kamenetsky and David S. Hill and Sandra E. Trehub}, -title = {Effect of tempo and dynamics on perception of emotion in music}, -journal = {Psychology of Music}, -volume = {25}, -number = {2}, -pages = {149-160}, -year = {1997}, -} - -@Article{Zwaag11, -author = {Marjolein D. vander Zwaag and Joyce H.D.M. Westerink and Egon L. van den Broek}, -title = {Emotional and psychophysiological responses to tempo, mode and perceussiveness}, -journal = {Musicae Scientiae}, -volume = {15}, -number = {2}, -pages = {250-269}, -year = {2011}, -} - -@Article{Collier_Hubbard01, -author = {William G. Collier and Timothy L. Hubbard}, -title = {Judgements of happiness, brightness, speed and tempo change of auditory stimuli varying in pitch and tempo}, -journal = {Psychomusicology}, -volume = {17}, -pages = {36-55}, -year = {2001}, -} - -@Book{Gabrielsson10, -author = {Aalf Gabrielsson and Erik Lindstr\"{o}m}, -title = {The role of structure in the musical expression of emotions}, -journal = {Music and emotion: Theory, research, and applications}, -pages = {367-400}, -publisher = {Oxford University Press}, -year = {2010}, -} - -@Article{Caldwell_Hibbert99, -author = {Clare Caldwell and Sally A. Hibbert}, -title = {Play that one again: the effect of music tempo on consumer behaviour in a restaurant}, -journal = {European Advances in Comsumer Research}, -volume = {4}, -pages = {58-62}, -year = {1999}, -} - -@Article{Brodsky02, -author = {Warren Brodsky}, -title = {The effects of music tempo on simulted driving performance and vehicular control}, -journal = {Transportation Research Part F}, -volume = {4}, -pages = {219-241}, -year = {2002}, -} - -@Book{Fraisse63, -author = {Paul Fraisse}, -title = {Psycbology of time}, -publisher = {New York: Harper}, -pages = {13-14}, -year = {1963}, -} - - -@Book{Fraisse82, -author = {Paul Fraisse}, -title = {The Psychology of Music, ``Rhythm and Tempo''}, -publisher = {Academic Press, New York}, -pages = {149-180}, -year = {1982}, -} - -@Article{Bolton1894, -author = {Thaddeus L. Bolton}, -title = {Rhythm}, -journal = {American Journal of Psychology}, -volume = {6}, -pages = {145-238}, -year = {1894}, -} - -@Article{Hirsh_Monohan90, -author = {Ira J. Hirsh and Caroline B. Monohan}, -title = {Studies in auditory timing: 1. simple patterns}, -journal = {Perception and psychophysics}, -volume = {47}, -number = {3}, -pages = {215-226}, -year = {1990}, -} - -@Article{Mates93, -author = {Ji\v{r}\'{i} Mates and U. M\"{u}ller and E. P\"{o}ppel and Tom\'{a}\v{s} Radil}, -title = {Stimulus anticipation disappears when following slow tonal sequences by finger tapping}, -journal = {Homeostatis in Health and Disease}, -volume = {34}, -pages = {185-187}, -year = {1993}, -} - -@InProceedings{London06, -author = {Justin London and Ian Cross and Tommi Himberg}, -title = {The effect of tempo on the perception of anacruses}, -booktitle = {The 9th International Conference on Music Perception and Cognition}, -address = {Alma Mater Studiorum University of Bologna}, -pages = {1641-1647}, -year = {2006}, -} - - -@Article{Parncutt94, -author = {Richard Parncutt}, -title = {A perceptual model of pulse salience and metrical accent in musical rhythms}, -journal = {Music Perception}, -volume = {11}, -number = {4}, -pages = {409-464}, -year = {1994}, -} - -@Article{Oshinsky_Handel78, -author = {James S. Oshinsky and Stephen Handel}, -title = {Syncopated auditory polyrhtyhms: discontinuous reversals in meter interpretation}, -journal = {The Journal of Acoustical Society of America}, -volume = {63}, -number = {3}, -pages = {936-939}, -year = {1978}, -} - - -@Article{Handel_Lawson83, -author = {Stephen Handel and Gregory R. Lawson}, -title = {The contextual nature of rhythmic interpretation}, -journal = {Percept \& Psychophys}, -volume = {34}, -number = {2}, -pages = {103-120}, -year = {1983}, -} - - -@Article{Bergeson_Trehub06, -author = {Tonya R. Bergeson and Sandra E. Trehub}, -title = {Infants perception of rhythmic patterns}, -journal = {Music Perception}, -volume = {23}, -number = {4}, -pages = {345-360}, -year = {2006}, -} - -@Article{Drake97, -author = {Carolyn Drake}, -title = { Motor and perceptually preferred synchronisation by children and adults: binary and ternary ratios}, -journal = {Polish Quarterly of Developmental Psychology}, -volume = {3}, -pages = {41-59}, -year = {1997}, -} - -@Article{VanNoorden_Moelants99, -author = {Leon van Noorden and Dirk Moelants}, -title = {Resonance in the perception of musical pulse}, -journal = {Journal of New Music Research}, -volume = {28}, -pages = {43-66}, -year = {1999}, -} - -@Article{Quinn_Watt06, -author = {Sandra Quinn and Roger Watt}, -title = {The perception of tempo in music}, -journal = {Perception}, -volume = {35}, -pages = {267-280}, -year = {2006}, -} - -@Article{McAuley06, -author = {J. Devin McAuley and Mari Riess Jones and Shayla Holub and Heather M. Johnston and Nathaniel S. Miller}, -title = {The time of our lives: lifespan development of timing and event tracking}, -journal = {Journal of Experimental Psychology: General}, -volume = {135}, -number = {3}, -pages = {348-367}, -year = {2006}, -} - - -@Article{McAuley10, -author = {J. Devin McAuley}, -title = {Tempo and rhythm}, -journal = {Music perception}, -publisher = {Springer New York}, -pages = {165-199}, -year = {2010} -} - - -@Article{Lapidaki00, -author = {Eleni Lapidaki}, -title = {Stability of tempo perception in music listening}, -journal = {Music Education Research}, -volume = {2}, -pages = {25-44}, -year = {2000}, -} - -@Article{MacDougall_Moore05, -author = {Hamish G. MacDougall and Steven T. Moore}, -title = {Marching to the beat of the same drummer: the spontaneous tempo of human locomotion}, -journal = {Journal of Applied Physiology}, -volume = {99}, -number = {3}, -pages = {1164-1173}, -year = {2005}, -} - -@Article{Barton13, -author = {Scott Barton and Laura Getz and Michael Kubovy}, -title = {Rhythmic identity, syncopation and tempo}, -journal = {Submitted for publication}, -year = {2013}, -} - -@InProceedings{Moelants02, -author = {Dirk Moelants}, -title = {Preferred tempo reconsidered}, -booktitle = {Proceedings of the 7th International Conference on Music Perception and Cognition}, -address = {Sydney}, -pages = {580-583}, -year = {2002}, -} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Syncopation models - -@Article{LHL84, -author = {Hugh C. Longuet-Higgins and Christopher S. Lee}, -title = {The rhythmic interpretation of monophonic music}, -journal = {Music Perception}, -volume = {1}, -number = {4}, -pages = {424-441}, -year = {1984}, -} - -@Book{Keith91, -author = {Michael Keith}, -title = {From Polychords to P\'olya: Adventures in Music Combinatiorics}, -publisher = {Vinculum Press}, -year = {1991} -} -%address={Princeton}, - -@InProceedings{Toussaint02Metrical, -author = {Godfried T. Toussaint}, -title = {A mathematical analysis of African, Brazilian, and Cuban clave rhythms}, -booktitle = {Proceedings of BRIDGES: Mathematical Connections in Art, Music and Science}, -pages = {157-168}, -year = {2002}, -} -%address = {Townson University, Towson, MD} - -@InProceedings{Toussaint05Offbeatness, -author = {Godfried T. Toussaint}, -title = {Mathematical features for recognizing preference in Sub-Saharan African traditional rhythm timelines}, -booktitle = {3rd International Conference on Advances in Pattern Recognition}, -pages = {18-27}, -year = {2005}, -} -%address = {University of Bath, Bath, United Kingdom}, - -@InProceedings{Gomez05, -author = {F. G\'omez and A. Melvin and D. Rappaport and Godfried T. Toussaint}, -title = {Mathematical measures of syncopation}, -booktitle = {BRIDGES: Mathematical Connections in Art, Music and Science}, -pages = {73-84}, -year = {2005}, -} -%address = {Banff, Alberta, Canada}, - -@InProceedings{Sioros11, -author = {George Sioros and Carlos Guedes}, -title = {Complexity Driven Recombination of MIDI Loops}, -booktitle = {Proceedings of the 12th International Society for Music Information Retrieval Conference}, -pages = {381-386}, -year = {2011}, -} - -@InProceedings{Sioros12, -author = {George Sioros and Andr\'e Holzapfel and Carlos Guedes}, -title = {On measuring syncopation to drive an interactive music system}, -booktitle = {Proceedings of the 13th International Society for Music Information Retrieval Conference}, -pages = {283-288}, -year = {2012}, -} - -@Inproceedings {Sioros13, - author = {George Sioros and Marius Miron and Diogo Cocharro and Carlos Guedes and Fabien Gouyon}, - title = {Syncopalooza: Manipulating the Syncopation in Rhythmic Performances}, - booktitle = {International Symposium on Computer Music Multidisciplinary Research}, - year = {2013}, -} - -@misc {Sioros11URL, - author = {George Sioros}, - title = {Kinetic. Gestural controller-driven, adaptive, and dynamic music composition systems}, - year = {2011}, - howpublished = {{{https://http://smc.inescporto.pt/kinetic/?page\_id=9}}} -} - -@misc {Sioros14Comms, - author = {George Sioros}, - year = {2014}, - month = {January}, - howpublished = "Personal communication" -} - - -@InProceedings{Pressing93, -author = {Jeffrey Pressing and Peter Lawrence}, -title = {Transcribe: a comprehensive autotranscription program.}, -booktitle = {Proceedings of the 1993 International Computer Music Conference}, -pages = {343-345}, -year = {1993}, -} - -@InProceedings{Pressing97, -author = {Jeffrey Pressing}, -title = {Cognitive complexity and the structure of musical patterns}, -booktitle = {Proceedings of the 4th Conference of the Australian Cognitive Science Society}, -year = {1997}, -} -%address = {Newcastle, Australia}, - -@Book{Arom91Oddity, -author = {Simha Arom}, -title = {African Polyphony and Polyrhythm: Musical Structure and Methodology}, -publisher = {Cambridge University Press}, -year = {1991}, -} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Data - -@Article{Povel_Essens85, -author = {Dirk-Jan Povel and Peter Essens}, -title = {Perception of temporal patterns}, -journal = {Music Perception}, -volume = {2}, -number = {4}, -pages = {411-440}, -year = {1985}, -} - -@Article{Essens95, -author = {Peter Essens}, -title = {Structuring temporal sequences: comparison of models and factors of complexity}, -journal = {Perception and Psychophysics}, -volume = {57}, -number = {4}, -pages = {519-532}, -year = {1995}, -} - - -@Article{Shmulevich_Povel00, -author = {Ilya Shmulevich and Dirk-Jan Povel}, -title = {Measures of temporal pattern complexity}, -journal = {Journal of New Music Research}, -volume = {29}, -number = {1}, -pages = {61-69}, -year = {2000}, -} - -@Article{Fitch_Rosenfeld07, -author = {W. Tecumseh Fitch and Andrew J. Rosenfeld}, -title = {Perception and production of syncopated rhythms}, -journal = {Music Perception}, -volume = {25}, -number = {1}, -pages = {43-58}, -year = {2007} -} - -@Article{Song13, -author = {Chunyang Song and Andrew J.R. Simpson and Christopher A. Harte and Marcus T. Pearce and Mark B. Sandler}, -title = { Syncopation and the score}, -journal = {PloS ONE}, -volume = {8}, -number = {9}, -pages = {e74692. doi:10.1371/journal.pone.0074692}, -year = {2013}, -} - -@misc {Song14URL, - author = {Chunyang Song and Christopher Harte and Marcus Pearce}, - title = {SynPy Toolkit and Syncopation Perceptual Dataset}, - year = {2014}, - howpublished = {{{https://code.soundsoftware.ac.uk/projects/syncopation-dataset}}} -} - -@PhdThesis{Song15thesis, -author = {Chunyang Song}, -title = {Syncopation: Unifying Music Theory and Preception}, -school = {School of Electronic Engineering and Computer Science, Queen Mary, University of London}, -year = {2015}, -} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%Evaluations -@InProceedings{Gomez07, -author={Francisco G\'omez and Eric Thul and Godfried T. Toussaint}, -title={An experimental comparison of formal measures of rhythmic -syncopation}, -booktitle={Proceedings of the International Computer Music Conference}, -pages={101-104}, -year= {2007} -} -%address={Copenhagen, Denmark}, - -@MastersThesis{Thul08, -author = {Eric Thul}, -title = {Measuring the complexity of musical rhythm. (MSc Thesis)}, -school = {McGill University}, -year = {2008}, -} - - -@InProceedings{Smith_Honing07, -author = {Leigh M. Smith and Henkjan Honing}, -title = {Evaluating and Extending Computational Models of Rhythmic Syncopation in Music}, -booktitle = {Proceedings of the 2006 International Computer Music Conference}, -pages = {688-91}, -year = {2007} -} -%address= {New Orleans}, - - - -% Something not too relavent but have to cite -@Book{Stevens75Psychophysics, - Author = {Stanley Smith Stevens}, - Title = {Psychophysics: Introduction to its perceptual, neural, and social prospects. Chap. 1}, - Publisher = {Wiley}, - Address = {New York}, - year = 1975 -} - -@Book{Bech_Zacharov06, - Author = {S{\o}ren Bech and Nick Zacharov}, - Title = {Perceptual Audio Evaluation: Theory, Method and Application. Chap. 4}, - Publisher = {John Wiley \& Son}, - year = 2006 -} - -@Book{Poulton89Bias, - Author = {E. Christopher Poulton}, - Title = {Bias in Quantifying Judgement}, - Publisher = {Lawrence Erlbaum Associates Ltd.}, - Address = {East Sussex, U.K.}, - year = 1989 -} - - -@Book{Hrbacek99Set_theory, -author = {Karel Hrbacek and Thomas Jech}, -title = {Introduction to Set Theory}, -publisher = {Marcel Dekker, Inc., New York}, -year = {1999}, -} - -@book{Lewin72, - title={Theory and design of digital computers}, - author={Lewin, D.}, - isbn={9780470531594}, - lccn={72002462}, - year={1972}, - publisher={J. Wiley, Press} -} - -@Book{Miller90, -author = {Alan J. Miller}, -title = {Subset Selection in Regression}, -publisher = {Chapman and Hall, London}, -year = {1990}, -} - -@Book{Akaike77, -author = {Hirotugu Akaike}, -title = {On entropy maximization principle}, -publisher = {Applications of Statistics, North-Holland, Amsterdam}, -pages = {27-41}, -year = {1977}, -} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Unclassified - -@Article{Pressnitzer11, -author = {Daniel Pressnitzer, Clara Suied and Shihab A. Shamma}, -title = {Auditory scene analysis: the sweet music of ambiguity}, -journal = {Front Hum Neurosci}, -volume = {5}, -pages = {158}, -year = {2011}, -} - -@InProceedings{Guoyon04, -author = {Fabien Gouyon and Simon Dixon and Elia Pampalk and Gerhard Widmer}, -title = {Evaluating rhythmic descriptors for musical genre classification}, -booktitle = {Proceedings of the AES 25th International Conference}, -pages = {196-204}, -year = {2004}, -} -%address= {New Orleans}, - -@Article{Thomassen82, -author = {Joseph M. Thomassen}, -title = {Melodic accent: experiments and a tentative model}, -journal = {The Journal of the Acoustical Society of America}, -volume = {71}, -number = {6}, -pages = {1596-1605}, -year = {1982}, -} - -@Article{Dixon01, -author = {Simon Dixon}, -title = {Automatic extraction of tempo and beat from expressive performances}, -journal = {Journal of New Music Research}, -volume = {30}, -number = {1}, -pages = {39-58}, -year = {2001}, -} - -@Article{Mullensiefen09, -author = {Daniel M\"{u}llensiefen and Martin Pfleiderer and Klaus Frieler }, -title = {The perception of accents in pop music melodies}, -journal = {Journal of New Music Research}, -volume = {38}, -number = {1}, -pages = {19-44}, -year = {2009}, -} - - -@Article{Trainor07, -author = {Laurel J. Trainor}, -title = {Do preferred beat rate and entrainment to the beat have a common origin in movement?}, -journal = {Empirical Musicology Review}, -volume = {2}, -pages = {17-21}, -year = {2007}, -} \ No newline at end of file
--- a/SMC2015latex/definitions.tex Tue May 12 08:53:12 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,205 +0,0 @@ -%\usepackage{algorithmic} -%\usepackage{algpseudocode} -%\usepackage{epsfig} % This package allows encapsulated postscript -%\usepackage{subfigure} % This package allows subfigures -\usepackage{amsmath} -\usepackage{amssymb} - -\DeclareMathOperator*{\argmax}{arg\,max} -\DeclareMathOperator*{\argmin}{arg\,min} - -\newcommand{\subdiv}[2]{#1\!\!\parallel_#2\,} - -\def\seqmember{q} % member of example sequence -\def\seqnmember{\acute{\seqmember}} % member of second example sequence -\def\seqindex{n} % index -%\def\subseq{M} -\def\seqdiv{\lambda} % sequence division -\def\subseqiter{\theta} %iteration of subsequence elements -\def\seqalpha{\Theta} % number of elements per subsequence -\def\seqiter{a} % index for subsequences in super sequence -\def\seqdef{Q} % example sequence -\def\seqndef{\acute{\seqdef}} % example sequence 2 -%\def\seqdeflength{K} % -\def\demoa{\vartriangle} % example elements -\def\demob{\blacktriangledown} % example elements - -\def\ssep{\,:\,} % set builder separator symbol - -\newcommand{\seqlength}[1]{|#1|} - - -%General symbols -\def\time{t} -\def\timeorigin{\time_\textrm{org}} -\def\timeend{\time_\textrm{end}} -\def\timespan{\time_\textrm{span}} -\def\delt{\Delta \time} -\def\duration{\textrm{d}} % duration of a note -\def\start{\textrm{s}} % onset time of a note -\def\starttime{{\time_{\start}}} -\def\durationtime{{\time_{\duration}}} -\def\velocity{\nu} % velocity/dynamic of a note -\def\dist{d} % distance function -\def\sync{\textsf{\emph{S}}} % total syncopation value for a model (subscripted with model name e.g. \sync_\textrm{LHL} -\def\sequence{Y} % for a sequence of notes -\def\note{y} % a note -\def\sequenceindex{n} % for a sequence of notes -\def\sequencelength{{|\sequence|}}%N - -%\def\metricset{XXX} -\def\metricvector{H} -\def\metricmember{h} -\def\metricweight{w} -\def\metricweightset{W} -\def\metriclevel{L} -\def\levelmax{\metriclevel_\textrm{max}} -\def\metricindex{j} -\def\metrictotal{I} -\def\subdivision{\lambda} -\def\subdivisionset{\Lambda} -\def\allseqs{\mathbb{S}} -\def\repnum{\alpha} - - -\def\conitersum{\bigodot} - -\newcommand{\dsum}[2]{ -\hspace{-0.1cm} -\begin{array}{c} -_{{#1}}% -%\vspace{-0.2cm} -\\ \conitersum% \vspace{-0.2cm} - \\ ^{{#2}}\\ -\end{array} \hspace{-0.2cm} -} - -\def\concatplus{\ast} -\def\concatmul{\otimes} - -%time-span symbols -\def\timespansequence{T} -\def\spanlength{\time_\textrm{span}} % length of a timespan -\def\spanvector{V} % timespan vector -\def\binaryspanvector{B} -\def\binaryspanmember{b} -\def\spanmember{v} % member of a timespan vector -\def\spanindex{m} % index of timespan vector -\def\spandim{{|\spanvector|}}%M % dimension of a timespan vector -\def\binaryspandim{{|\binaryspanvector|}}%B - -\def\true{\textrm{True}} - -\def\dontcare{\textrm{X}} - -%LHL specific -\def\lhl{LHL} -%\def\lhlsumfunc{\varphi} -\def\lhlfunc{\kappa} -\def\lhlnode{\psi} -\def\lhliter{a} -%\def\terminals{\mathcal{S}} % the set of all terminal nodes -\def\NoteNode{\textsf{\small{N}}} % node type N (note) -\def\RestNode{\textsf{\small{R}}} % node type R (rest) -\def\NoteNodeIndex{j} % node type N (note) -\def\RestNodeIndex{i} % node type R (rest) -%\def\lhlnr{f(\lhlnode_\RestNodeIndex)} % local syncopation value in LHL - - -\def\NodeType{\eta} % a node -%\def\NRpairs{P} -\def\lhlindex{a} -\def\lhlseq{\Psi} - - -%Keith specific -\def\keith{KTH} -\def\keithD{c} % keith's D value (highest power of 2 that is less than the note duration) -\def\keithk{k} % keith local syncopation score for a note -\def\keithostart{\mathfrak{o}} -\def\keithoend{\mathfrak{e}} -\def\keithd{g} -\def\keitha{\xi} - -% Pressing specific -\def\pressing{PRS} -\def\prssubdiv{\mathcal{L}} -\def\prstotalfunc{f} -\def\prstypefunc{g} -\def\prssumfunc{q} - - -% metrical -\def\metrical{TMC} %tousaint's metrical complexity -\def\metricity{\varphi} -\def\binaryspanvectorhat{\hat{\binaryspanvector}} -\def\binaryspanmemberhat{\hat{\binaryspanmember}} - -%off-beatness -\def\offbeat{TOB} -\def\tobweight{\varsigma} - - -\def\sioros{SG} -\def\levelsrange{\beta} -\def\previousweight{\gamma} -\def\sgdif{\vartheta} -\def\sgaverage{u} -\def\sgpotential{\phi} -\def\sgscore{s} -%\def\sgx{{1}} -%\def\sgy{{2}} -\def\sgnext{{\rho}} -\def\sgprev{{\varrho}} -\def\sghhat{\ell}%{\hat{\metricweight}}} -\def\sgmhat{{\hat{\spanindex}}} -\def\maxmetricweight{\metricmember_\textrm{max}} - - -% WNBD specific -\def\wnbd{WNBD} -\def\wnbdD{\mathcal{W}} -\def\wnbdT{\mathcal{T}} -\def\strongbeat{\mu} -\def\strongbeatindex{i} - -%Keller-Schubert Autocorrelation -\def\ksa{KSA} - - -\def\pvalue{p} -\def\regression{r} - -% Best-Single Combined -\def\bsingle{\textrm{BSC}} -\def\bsingletwo{\bsingle_2} -\def\bsinglethree{\bsingle_3} - -%Weighted-Multiple Combined -\def\wmultiple{\textrm{WMC}} - -% Tempo-Dependent -\def\tempo{\Upsilon} -\def\td{\textsf{T}} -\def\tdmodel{\textrm{M}} -\def\bigtild{\hspace{-0.12cm}\sim\hspace{-0.12cm}} -\def\littletild{\sim} - - -\def\scalingfunction{F} - -% rhythm categories -\def\binary{4/4 monorhythms} -\def\ternary{6/8 monorhythms} -\def\polyrhythms{polyrhythms} - -\newcommand{\refFig}[1] {Figure~\ref{#1}} -\newcommand{\shortCap}[2] {\caption[#1]{#1 #2}} -%\newcommand{\url}[1] {\texttt{#1}} - -% Quadratic function -\def\parameterA{a} -\def\parameterB{b} -\def\parameterC{c} - -\def\sigp{0.001} \ No newline at end of file
--- a/SMC2015latex/images/allmodels.svg Tue May 12 08:53:12 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2905 +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" - id="svg2" - version="1.1" - inkscape:version="0.48.2 r9819" - width="1165.312" - height="591.36792" - xml:space="preserve" - sodipodi:docname="allmodels.svg"><metadata - id="metadata8"><rdf:RDF><cc:Work - rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs - id="defs6"><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath30"><path - d="m 40.95,28.67 834.9,0 0,370.93 -834.9,0 0,-370.93 z" - id="path32" - inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="706" - id="namedview4" - showgrid="false" - showguides="true" - inkscape:guide-bbox="true" - inkscape:zoom="1" - inkscape:cx="547.7051" - inkscape:cy="284.79119" - inkscape:window-x="-8" - inkscape:window-y="-8" - inkscape:window-maximized="1" - inkscape:current-layer="g10" - fit-margin-top="0" - fit-margin-left="0" - fit-margin-right="0" - fit-margin-bottom="0"><sodipodi:guide - orientation="1,0" - position="-105.64624,59.880185" - id="guide4299" /></sodipodi:namedview><g - id="g10" - inkscape:groupmode="layer" - inkscape:label="predictions" - transform="matrix(1.25,0,0,-1.25,5.6958777,525.43671)"><rect - ry="0" - rx="19.79899" - transform="scale(1,-1)" - y="-392.26755" - x="74.337769" - height="51.688461" - width="767.50549" - id="rect4297" - style="fill:#ececec;fill-opacity:1;fill-rule:nonzero;stroke:none" /><rect - style="fill:#ececec;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="rect4295" - width="767.50549" - height="51.688461" - x="74.337769" - y="-290.60272" - transform="scale(1,-1)" - rx="19.79899" - ry="0" /><rect - ry="0" - rx="19.79899" - transform="scale(1,-1)" - y="-188.9379" - x="74.337769" - height="51.688461" - width="767.50549" - id="rect4293" - style="fill:#ececec;fill-opacity:1;fill-rule:nonzero;stroke:none" /><rect - style="fill:#ececec;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="rect4289" - width="767.50549" - height="51.688461" - x="74.337769" - y="-87.273071" - transform="scale(1,-1)" - rx="19.79899" - ry="0" /><path - style="fill:#999999;stroke:#999999;stroke-width:0.48199821;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.92799287, 1.92799287;stroke-dashoffset:0" - d="m 76.636681,180.36291 764.340309,0" - id="path5217" - inkscape:connector-curvature="0" /><path - style="fill:#999999;stroke:#999999;stroke-width:0.48199821;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.92799287, 1.92799287;stroke-dashoffset:0" - d="m 76.636681,281.56291 764.340309,0" - id="path5225" - inkscape:connector-curvature="0" /><path - inkscape:connector-curvature="0" - id="path5221" - d="m 76.636681,231.16291 764.340309,0" - style="fill:#999999;stroke:#999999;stroke-width:0.48199821;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.92799287, 1.92799287;stroke-dashoffset:0" /><path - style="fill:#999999;stroke:#999999;stroke-width:0.48199821;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.92799287, 1.92799287;stroke-dashoffset:0" - d="m 74.894264,79.162912 764.340306,0" - id="path5207" - inkscape:connector-curvature="0" /><path - inkscape:connector-curvature="0" - id="path5073" - d="m 262.03123,399.89705 0,-396.1588945" - style="fill:#4d4d4d;fill-opacity:1;stroke:#b3b3b3;stroke-width:1.62840986;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /><g - id="g12" /><g - id="g14" /><g - id="g16" /><g - id="g18" /><g - id="g20" /><g - id="g22" /><g - id="g24" /><path - inkscape:connector-curvature="0" - id="path5219" - d="m 76.636681,146.76291 764.340309,0" - style="fill:#999999;stroke:#999999;stroke-width:0.48199821;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.92799287, 1.92799287;stroke-dashoffset:0" /><path - inkscape:connector-curvature="0" - id="path5229" - d="m 76.636681,332.16291 764.340309,0" - style="fill:#999999;stroke:#999999;stroke-width:0.48199821;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.92799287, 1.92799287;stroke-dashoffset:0" /><path - style="fill:#999999;stroke:#999999;stroke-width:0.48199821;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.92799287, 1.92799287;stroke-dashoffset:0" - d="m 76.636681,298.56291 764.340309,0" - id="path5231" - inkscape:connector-curvature="0" /><path - inkscape:connector-curvature="0" - id="path5227" - d="m 76.636681,247.96291 764.340309,0" - style="fill:#999999;stroke:#999999;stroke-width:0.48199821;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.92799287, 1.92799287;stroke-dashoffset:0" /><path - style="fill:#999999;stroke:#999999;stroke-width:0.48199821;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.92799287, 1.92799287;stroke-dashoffset:0" - d="m 76.636681,197.19722 764.340309,0" - id="path5223" - inkscape:connector-curvature="0" /><path - inkscape:connector-curvature="0" - id="path5211" - d="m 74.894264,45.562912 764.340306,0" - style="fill:#999999;stroke:#999999;stroke-width:0.48199821;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.92799287, 1.92799287;stroke-dashoffset:0" /><path - style="fill:#4d4d4d;fill-opacity:1;stroke:#b3b3b3;stroke-width:1.62840986;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" - d="m 510.03123,399.16686 0,-396.3674859" - id="path5075" - inkscape:connector-curvature="0" /><path - style="fill:#999999;stroke:#999999;stroke-width:0.48199821;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.92799287, 1.92799287;stroke-dashoffset:0" - d="m 76.636681,382.76291 764.340309,0" - id="path5233" - inkscape:connector-curvature="0" /><path - inkscape:connector-curvature="0" - id="path5235" - d="m 76.636681,349.16291 764.340309,0" - style="fill:#999999;stroke:#999999;stroke-width:0.48199821;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.92799287, 1.92799287;stroke-dashoffset:0" /><path - inkscape:connector-curvature="0" - id="path5213" - d="m 74.894264,129.96291 764.340306,0" - style="fill:#999999;stroke:#999999;stroke-width:0.48199821;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.92799287, 1.92799287;stroke-dashoffset:0" /><path - style="fill:#999999;stroke:#999999;stroke-width:0.48199821;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.92799287, 1.92799287;stroke-dashoffset:0" - d="m 74.894264,96.080069 764.340306,0" - id="path5215" - inkscape:connector-curvature="0" /><g - id="g26"><g - id="g28" - clip-path="url(#clipPath30)"><path - d="m 76.77,62.39 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path34" - inkscape:connector-curvature="0" /><path - d="m 83.67,55.16 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path36" - inkscape:connector-curvature="0" /><path - d="m 90.57,57.57 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path38" - inkscape:connector-curvature="0" /><path - d="m 97.47,62.39 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path40" - inkscape:connector-curvature="0" /><path - d="m 104.37,62.39 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path42" - inkscape:connector-curvature="0" /><path - d="m 111.27,55.16 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path44" - inkscape:connector-curvature="0" /><path - d="m 118.17,57.57 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path46" - inkscape:connector-curvature="0" /><path - d="m 125.07,45.53 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path48" - inkscape:connector-curvature="0" /><path - d="m 131.97,45.53 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path50" - inkscape:connector-curvature="0" /><path - d="m 138.87,45.53 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path52" - inkscape:connector-curvature="0" /><path - d="m 145.77,45.53 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path54" - inkscape:connector-curvature="0" /><path - d="m 152.67,52.75 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path56" - inkscape:connector-curvature="0" /><path - d="m 159.57,52.75 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path58" - inkscape:connector-curvature="0" /><path - d="m 166.47,45.53 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path60" - inkscape:connector-curvature="0" /><path - d="m 173.37,45.53 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path62" - inkscape:connector-curvature="0" /><path - d="m 180.27,76.84 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path64" - inkscape:connector-curvature="0" /><path - d="m 187.17,69.61 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path66" - inkscape:connector-curvature="0" /><path - d="m 194.07,79.25 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path68" - inkscape:connector-curvature="0" /><path - d="m 200.97,79.25 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path70" - inkscape:connector-curvature="0" /><path - d="m 207.87,62.39 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path72" - inkscape:connector-curvature="0" /><path - d="m 214.77,69.61 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path74" - inkscape:connector-curvature="0" /><path - d="m 221.67,45.53 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path76" - inkscape:connector-curvature="0" /><path - d="m 228.57,45.53 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path78" - inkscape:connector-curvature="0" /><path - d="m 235.47,57.57 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path80" - inkscape:connector-curvature="0" /><path - d="m 242.37,57.57 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path82" - inkscape:connector-curvature="0" /><path - d="m 249.27,45.53 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path84" - inkscape:connector-curvature="0" /><path - d="m 256.17,45.53 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path86" - inkscape:connector-curvature="0" /><path - d="m 263.07,62.39 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path88" - inkscape:connector-curvature="0" /><path - d="m 269.97,62.39 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path90" - inkscape:connector-curvature="0" /><path - d="m 276.87,62.39 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path92" - inkscape:connector-curvature="0" /><path - d="m 283.77,57.57 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path94" - inkscape:connector-curvature="0" /><path - d="m 290.67,57.57 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path96" - inkscape:connector-curvature="0" /><path - d="m 297.57,57.57 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path98" - inkscape:connector-curvature="0" /><path - d="m 304.47,62.39 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path100" - inkscape:connector-curvature="0" /><path - d="m 311.37,62.39 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path102" - inkscape:connector-curvature="0" /><path - d="m 318.27,62.39 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path104" - inkscape:connector-curvature="0" /><path - d="m 325.17,57.57 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path106" - inkscape:connector-curvature="0" /><path - d="m 332.07,57.57 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path108" - inkscape:connector-curvature="0" /><path - d="m 338.97,57.57 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path110" - inkscape:connector-curvature="0" /><path - d="m 345.87,62.39 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path112" - inkscape:connector-curvature="0" /><path - d="m 352.77,62.39 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path114" - inkscape:connector-curvature="0" /><path - d="m 359.67,62.39 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path116" - inkscape:connector-curvature="0" /><path - d="m 366.57,57.57 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path118" - inkscape:connector-curvature="0" /><path - d="m 373.47,57.57 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path120" - inkscape:connector-curvature="0" /><path - d="m 380.37,57.57 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path122" - inkscape:connector-curvature="0" /><path - d="m 387.27,52.75 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path124" - inkscape:connector-curvature="0" /><path - d="m 394.17,52.75 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path126" - inkscape:connector-curvature="0" /><path - d="m 401.07,52.75 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path128" - inkscape:connector-curvature="0" /><path - d="m 407.97,45.53 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path130" - inkscape:connector-curvature="0" /><path - d="m 414.87,47.94 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path132" - inkscape:connector-curvature="0" /><path - d="m 421.77,45.53 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path134" - inkscape:connector-curvature="0" /><path - d="m 428.67,52.75 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path136" - inkscape:connector-curvature="0" /><path - d="m 435.57,52.75 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path138" - inkscape:connector-curvature="0" /><path - d="m 442.47,52.75 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path140" - inkscape:connector-curvature="0" /><path - d="m 449.37,47.94 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path142" - inkscape:connector-curvature="0" /><path - d="m 456.27,47.94 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path144" - inkscape:connector-curvature="0" /><path - d="m 463.17,47.94 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path146" - inkscape:connector-curvature="0" /><path - d="m 470.07,52.75 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path148" - inkscape:connector-curvature="0" /><path - d="m 476.97,52.75 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path150" - inkscape:connector-curvature="0" /><path - d="m 483.87,52.75 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path152" - inkscape:connector-curvature="0" /><path - d="m 490.77,45.53 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path154" - inkscape:connector-curvature="0" /><path - d="m 497.67,47.94 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path156" - inkscape:connector-curvature="0" /><path - d="m 504.57,45.53 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#c49a00;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path158" - inkscape:connector-curvature="0" /><path - d="m 76.77,112.97 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path160" - inkscape:connector-curvature="0" /><path - d="m 83.67,107.35 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path162" - inkscape:connector-curvature="0" /><path - d="m 90.57,108.47 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path164" - inkscape:connector-curvature="0" /><path - d="m 97.47,112.97 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path166" - inkscape:connector-curvature="0" /><path - d="m 104.37,118.59 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path168" - inkscape:connector-curvature="0" /><path - d="m 111.27,110.72 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path170" - inkscape:connector-curvature="0" /><path - d="m 118.17,111.85 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path172" - inkscape:connector-curvature="0" /><path - d="m 125.07,96.11 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path174" - inkscape:connector-curvature="0" /><path - d="m 131.97,106.23 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path176" - inkscape:connector-curvature="0" /><path - d="m 138.87,98.36 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path178" - inkscape:connector-curvature="0" /><path - d="m 145.77,103.98 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path180" - inkscape:connector-curvature="0" /><path - d="m 152.67,101.73 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path182" - inkscape:connector-curvature="0" /><path - d="m 159.57,107.35 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path184" - inkscape:connector-curvature="0" /><path - d="m 166.47,101.73 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path186" - inkscape:connector-curvature="0" /><path - d="m 173.37,100.61 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path188" - inkscape:connector-curvature="0" /><path - d="m 180.27,124.21 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path190" - inkscape:connector-curvature="0" /><path - d="m 187.17,119.71 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path192" - inkscape:connector-curvature="0" /><path - d="m 194.07,124.21 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path194" - inkscape:connector-curvature="0" /><path - d="m 200.97,129.83 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path196" - inkscape:connector-curvature="0" /><path - d="m 207.87,121.96 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path198" - inkscape:connector-curvature="0" /><path - d="m 214.77,123.09 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path200" - inkscape:connector-curvature="0" /><path - d="m 221.67,112.97 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path202" - inkscape:connector-curvature="0" /><path - d="m 228.57,110.72 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path204" - inkscape:connector-curvature="0" /><path - d="m 235.47,106.23 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path206" - inkscape:connector-curvature="0" /><path - d="m 242.37,114.09 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path208" - inkscape:connector-curvature="0" /><path - d="m 249.27,106.23 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path210" - inkscape:connector-curvature="0" /><path - d="m 256.17,102.85 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path212" - inkscape:connector-curvature="0" /><path - d="m 263.07,118.59 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path214" - inkscape:connector-curvature="0" /><path - d="m 269.97,118.59 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path216" - inkscape:connector-curvature="0" /><path - d="m 276.87,118.59 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path218" - inkscape:connector-curvature="0" /><path - d="m 283.77,112.97 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path220" - inkscape:connector-curvature="0" /><path - d="m 290.67,112.97 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path222" - inkscape:connector-curvature="0" /><path - d="m 297.57,111.85 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path224" - inkscape:connector-curvature="0" /><path - d="m 304.47,118.59 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path226" - inkscape:connector-curvature="0" /><path - d="m 311.37,118.59 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path228" - inkscape:connector-curvature="0" /><path - d="m 318.27,118.59 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path230" - inkscape:connector-curvature="0" /><path - d="m 325.17,115.22 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path232" - inkscape:connector-curvature="0" /><path - d="m 332.07,115.22 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path234" - inkscape:connector-curvature="0" /><path - d="m 338.97,114.09 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path236" - inkscape:connector-curvature="0" /><path - d="m 345.87,118.59 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path238" - inkscape:connector-curvature="0" /><path - d="m 352.77,118.59 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path240" - inkscape:connector-curvature="0" /><path - d="m 359.67,118.59 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path242" - inkscape:connector-curvature="0" /><path - d="m 366.57,112.97 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path244" - inkscape:connector-curvature="0" /><path - d="m 373.47,112.97 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path246" - inkscape:connector-curvature="0" /><path - d="m 380.37,111.85 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path248" - inkscape:connector-curvature="0" /><path - d="m 387.27,108.47 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path250" - inkscape:connector-curvature="0" /><path - d="m 394.17,106.23 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path252" - inkscape:connector-curvature="0" /><path - d="m 401.07,108.47 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path254" - inkscape:connector-curvature="0" /><path - d="m 407.97,109.6 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path256" - inkscape:connector-curvature="0" /><path - d="m 414.87,106.23 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path258" - inkscape:connector-curvature="0" /><path - d="m 421.77,107.35 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path260" - inkscape:connector-curvature="0" /><path - d="m 428.67,108.47 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path262" - inkscape:connector-curvature="0" /><path - d="m 435.57,108.47 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path264" - inkscape:connector-curvature="0" /><path - d="m 442.47,108.47 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path266" - inkscape:connector-curvature="0" /><path - d="m 449.37,108.47 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path268" - inkscape:connector-curvature="0" /><path - d="m 456.27,105.1 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path270" - inkscape:connector-curvature="0" /><path - d="m 463.17,106.23 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path272" - inkscape:connector-curvature="0" /><path - d="m 470.07,107.35 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path274" - inkscape:connector-curvature="0" /><path - d="m 476.97,107.35 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path276" - inkscape:connector-curvature="0" /><path - d="m 483.87,107.35 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path278" - inkscape:connector-curvature="0" /><path - d="m 490.77,107.35 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path280" - inkscape:connector-curvature="0" /><path - d="m 497.67,103.98 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path282" - inkscape:connector-curvature="0" /><path - d="m 504.57,100.61 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#53b400;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path284" - inkscape:connector-curvature="0" /><path - d="m 76.77,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path286" - inkscape:connector-curvature="0" /><path - d="m 83.67,151.51 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path288" - inkscape:connector-curvature="0" /><path - d="m 90.57,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path290" - inkscape:connector-curvature="0" /><path - d="m 97.47,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path292" - inkscape:connector-curvature="0" /><path - d="m 104.37,161.14 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path294" - inkscape:connector-curvature="0" /><path - d="m 111.27,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path296" - inkscape:connector-curvature="0" /><path - d="m 118.17,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path298" - inkscape:connector-curvature="0" /><path - d="m 125.07,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path300" - inkscape:connector-curvature="0" /><path - d="m 131.97,151.51 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path302" - inkscape:connector-curvature="0" /><path - d="m 138.87,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path304" - inkscape:connector-curvature="0" /><path - d="m 145.77,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path306" - inkscape:connector-curvature="0" /><path - d="m 152.67,151.51 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path308" - inkscape:connector-curvature="0" /><path - d="m 159.57,151.51 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path310" - inkscape:connector-curvature="0" /><path - d="m 166.47,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path312" - inkscape:connector-curvature="0" /><path - d="m 173.37,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path314" - inkscape:connector-curvature="0" /><path - d="m 180.27,170.78 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path316" - inkscape:connector-curvature="0" /><path - d="m 187.17,170.78 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path318" - inkscape:connector-curvature="0" /><path - d="m 194.07,170.78 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path320" - inkscape:connector-curvature="0" /><path - d="m 200.97,180.41 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path322" - inkscape:connector-curvature="0" /><path - d="m 207.87,170.78 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path324" - inkscape:connector-curvature="0" /><path - d="m 214.77,170.78 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path326" - inkscape:connector-curvature="0" /><path - d="m 221.67,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path328" - inkscape:connector-curvature="0" /><path - d="m 228.57,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path330" - inkscape:connector-curvature="0" /><path - d="m 235.47,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path332" - inkscape:connector-curvature="0" /><path - d="m 242.37,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path334" - inkscape:connector-curvature="0" /><path - d="m 249.27,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path336" - inkscape:connector-curvature="0" /><path - d="m 256.17,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path338" - inkscape:connector-curvature="0" /><path - d="m 263.07,161.14 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path340" - inkscape:connector-curvature="0" /><path - d="m 269.97,161.14 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path342" - inkscape:connector-curvature="0" /><path - d="m 276.87,161.14 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path344" - inkscape:connector-curvature="0" /><path - d="m 283.77,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path346" - inkscape:connector-curvature="0" /><path - d="m 290.67,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path348" - inkscape:connector-curvature="0" /><path - d="m 297.57,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path350" - inkscape:connector-curvature="0" /><path - d="m 304.47,161.14 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path352" - inkscape:connector-curvature="0" /><path - d="m 311.37,161.14 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path354" - inkscape:connector-curvature="0" /><path - d="m 318.27,161.14 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path356" - inkscape:connector-curvature="0" /><path - d="m 325.17,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path358" - inkscape:connector-curvature="0" /><path - d="m 332.07,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path360" - inkscape:connector-curvature="0" /><path - d="m 338.97,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path362" - inkscape:connector-curvature="0" /><path - d="m 345.87,161.14 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path364" - inkscape:connector-curvature="0" /><path - d="m 352.77,161.14 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path366" - inkscape:connector-curvature="0" /><path - d="m 359.67,161.14 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path368" - inkscape:connector-curvature="0" /><path - d="m 366.57,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path370" - inkscape:connector-curvature="0" /><path - d="m 373.47,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path372" - inkscape:connector-curvature="0" /><path - d="m 380.37,156.33 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path374" - inkscape:connector-curvature="0" /><path - d="m 387.27,151.51 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path376" - inkscape:connector-curvature="0" /><path - d="m 394.17,151.51 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path378" - inkscape:connector-curvature="0" /><path - d="m 401.07,151.51 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path380" - inkscape:connector-curvature="0" /><path - d="m 407.97,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path382" - inkscape:connector-curvature="0" /><path - d="m 414.87,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path384" - inkscape:connector-curvature="0" /><path - d="m 421.77,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path386" - inkscape:connector-curvature="0" /><path - d="m 428.67,151.51 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path388" - inkscape:connector-curvature="0" /><path - d="m 435.57,151.51 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path390" - inkscape:connector-curvature="0" /><path - d="m 442.47,151.51 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path392" - inkscape:connector-curvature="0" /><path - d="m 449.37,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path394" - inkscape:connector-curvature="0" /><path - d="m 456.27,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path396" - inkscape:connector-curvature="0" /><path - d="m 463.17,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path398" - inkscape:connector-curvature="0" /><path - d="m 470.07,151.51 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path400" - inkscape:connector-curvature="0" /><path - d="m 476.97,151.51 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path402" - inkscape:connector-curvature="0" /><path - d="m 483.87,151.51 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path404" - inkscape:connector-curvature="0" /><path - d="m 490.77,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path406" - inkscape:connector-curvature="0" /><path - d="m 497.67,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path408" - inkscape:connector-curvature="0" /><path - d="m 504.57,146.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00b6eb;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path410" - inkscape:connector-curvature="0" /><path - d="m 76.77,204.5 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path412" - inkscape:connector-curvature="0" /><path - d="m 83.67,202.09 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path414" - inkscape:connector-curvature="0" /><path - d="m 90.57,204.23 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path416" - inkscape:connector-curvature="0" /><path - d="m 97.47,204.5 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path418" - inkscape:connector-curvature="0" /><path - d="m 104.37,211.72 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path420" - inkscape:connector-curvature="0" /><path - d="m 111.27,203.8 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path422" - inkscape:connector-curvature="0" /><path - d="m 118.17,205.94 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path424" - inkscape:connector-curvature="0" /><path - d="m 125.07,197.27 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path426" - inkscape:connector-curvature="0" /><path - d="m 131.97,200.48 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path428" - inkscape:connector-curvature="0" /><path - d="m 138.87,197.27 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path430" - inkscape:connector-curvature="0" /><path - d="m 145.77,197.27 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path432" - inkscape:connector-curvature="0" /><path - d="m 152.67,201.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path434" - inkscape:connector-curvature="0" /><path - d="m 159.57,204.5 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path436" - inkscape:connector-curvature="0" /><path - d="m 166.47,197.27 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path438" - inkscape:connector-curvature="0" /><path - d="m 173.37,197.27 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path440" - inkscape:connector-curvature="0" /><path - d="m 180.27,214.13 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path442" - inkscape:connector-curvature="0" /><path - d="m 187.17,215.87 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path444" - inkscape:connector-curvature="0" /><path - d="m 194.07,214.13 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path446" - inkscape:connector-curvature="0" /><path - d="m 200.97,230.99 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path448" - inkscape:connector-curvature="0" /><path - d="m 207.87,215.04 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path450" - inkscape:connector-curvature="0" /><path - d="m 214.77,219.19 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path452" - inkscape:connector-curvature="0" /><path - d="m 221.67,204.77 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path454" - inkscape:connector-curvature="0" /><path - d="m 228.57,197.27 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path456" - inkscape:connector-curvature="0" /><path - d="m 235.47,206.64 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path458" - inkscape:connector-curvature="0" /><path - d="m 242.37,214.13 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path460" - inkscape:connector-curvature="0" /><path - d="m 249.27,197.27 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path462" - inkscape:connector-curvature="0" /><path - d="m 256.17,197.27 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path464" - inkscape:connector-curvature="0" /><path - d="m 263.07,211.08 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path466" - inkscape:connector-curvature="0" /><path - d="m 269.97,210.28 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path468" - inkscape:connector-curvature="0" /><path - d="m 276.87,211.89 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path470" - inkscape:connector-curvature="0" /><path - d="m 283.77,209.74 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path472" - inkscape:connector-curvature="0" /><path - d="m 290.67,203.05 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path474" - inkscape:connector-curvature="0" /><path - d="m 297.57,204.66 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path476" - inkscape:connector-curvature="0" /><path - d="m 304.47,211.72 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path478" - inkscape:connector-curvature="0" /><path - d="m 311.37,210.76 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path480" - inkscape:connector-curvature="0" /><path - d="m 318.27,212.37 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path482" - inkscape:connector-curvature="0" /><path - d="m 325.17,216.38 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path484" - inkscape:connector-curvature="0" /><path - d="m 332.07,209.69 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path486" - inkscape:connector-curvature="0" /><path - d="m 338.97,211.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path488" - inkscape:connector-curvature="0" /><path - d="m 345.87,212.37 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path490" - inkscape:connector-curvature="0" /><path - d="m 352.77,211.56 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path492" - inkscape:connector-curvature="0" /><path - d="m 359.67,213.17 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path494" - inkscape:connector-curvature="0" /><path - d="m 366.57,211.03 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path496" - inkscape:connector-curvature="0" /><path - d="m 373.47,204.34 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path498" - inkscape:connector-curvature="0" /><path - d="m 380.37,205.94 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path500" - inkscape:connector-curvature="0" /><path - d="m 387.27,206.43 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.96 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path502" - inkscape:connector-curvature="0" /><path - d="m 394.17,210.28 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path504" - inkscape:connector-curvature="0" /><path - d="m 401.07,207.07 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path506" - inkscape:connector-curvature="0" /><path - d="m 407.97,202.41 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path508" - inkscape:connector-curvature="0" /><path - d="m 414.87,203.05 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path510" - inkscape:connector-curvature="0" /><path - d="m 421.77,199.84 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path512" - inkscape:connector-curvature="0" /><path - d="m 428.67,203.05 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path514" - inkscape:connector-curvature="0" /><path - d="m 435.57,206.91 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path516" - inkscape:connector-curvature="0" /><path - d="m 442.47,203.7 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path518" - inkscape:connector-curvature="0" /><path - d="m 449.37,203.05 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path520" - inkscape:connector-curvature="0" /><path - d="m 456.27,203.7 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path522" - inkscape:connector-curvature="0" /><path - d="m 463.17,200.48 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path524" - inkscape:connector-curvature="0" /><path - d="m 470.07,203.86 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path526" - inkscape:connector-curvature="0" /><path - d="m 476.97,207.71 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path528" - inkscape:connector-curvature="0" /><path - d="m 483.87,204.5 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path530" - inkscape:connector-curvature="0" /><path - d="m 490.77,199.84 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path532" - inkscape:connector-curvature="0" /><path - d="m 497.67,200.48 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path534" - inkscape:connector-curvature="0" /><path - d="m 504.57,197.27 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#00c094;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path536" - inkscape:connector-curvature="0" /><path - d="m 76.77,252.67 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path538" - inkscape:connector-curvature="0" /><path - d="m 83.67,252.67 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path540" - inkscape:connector-curvature="0" /><path - d="m 90.57,251.07 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path542" - inkscape:connector-curvature="0" /><path - d="m 97.47,255.88 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path544" - inkscape:connector-curvature="0" /><path - d="m 104.37,262.31 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path546" - inkscape:connector-curvature="0" /><path - d="m 111.27,249.46 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path548" - inkscape:connector-curvature="0" /><path - d="m 118.17,252.67 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path550" - inkscape:connector-curvature="0" /><path - d="m 125.07,247.85 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path552" - inkscape:connector-curvature="0" /><path - d="m 131.97,251.07 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path554" - inkscape:connector-curvature="0" /><path - d="m 138.87,247.85 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path556" - inkscape:connector-curvature="0" /><path - d="m 145.77,247.85 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path558" - inkscape:connector-curvature="0" /><path - d="m 152.67,254.28 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path560" - inkscape:connector-curvature="0" /><path - d="m 159.57,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path562" - inkscape:connector-curvature="0" /><path - d="m 166.47,247.85 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path564" - inkscape:connector-curvature="0" /><path - d="m 173.37,247.85 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path566" - inkscape:connector-curvature="0" /><path - d="m 180.27,262.31 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path568" - inkscape:connector-curvature="0" /><path - d="m 187.17,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path570" - inkscape:connector-curvature="0" /><path - d="m 194.07,265.52 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path572" - inkscape:connector-curvature="0" /><path - d="m 200.97,281.58 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path574" - inkscape:connector-curvature="0" /><path - d="m 207.87,252.67 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path576" - inkscape:connector-curvature="0" /><path - d="m 214.77,262.31 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path578" - inkscape:connector-curvature="0" /><path - d="m 221.67,254.28 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path580" - inkscape:connector-curvature="0" /><path - d="m 228.57,247.85 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path582" - inkscape:connector-curvature="0" /><path - d="m 235.47,260.7 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path584" - inkscape:connector-curvature="0" /><path - d="m 242.37,267.12 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path586" - inkscape:connector-curvature="0" /><path - d="m 249.27,247.85 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path588" - inkscape:connector-curvature="0" /><path - d="m 256.17,247.85 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path590" - inkscape:connector-curvature="0" /><path - d="m 511.47,255.88 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path592" - inkscape:connector-curvature="0" /><path - d="m 518.37,255.88 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path594" - inkscape:connector-curvature="0" /><path - d="m 525.27,265.52 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path596" - inkscape:connector-curvature="0" /><path - d="m 532.17,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path598" - inkscape:connector-curvature="0" /><path - d="m 539.07,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path600" - inkscape:connector-curvature="0" /><path - d="m 545.97,267.12 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path602" - inkscape:connector-curvature="0" /><path - d="m 552.87,263.91 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path604" - inkscape:connector-curvature="0" /><path - d="m 559.77,259.09 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path606" - inkscape:connector-curvature="0" /><path - d="m 566.67,267.12 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path608" - inkscape:connector-curvature="0" /><path - d="m 573.57,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path610" - inkscape:connector-curvature="0" /><path - d="m 580.47,259.09 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path612" - inkscape:connector-curvature="0" /><path - d="m 587.37,267.12 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path614" - inkscape:connector-curvature="0" /><path - d="m 594.27,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path616" - inkscape:connector-curvature="0" /><path - d="m 601.17,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path618" - inkscape:connector-curvature="0" /><path - d="m 608.07,267.12 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path620" - inkscape:connector-curvature="0" /><path - d="m 614.97,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path622" - inkscape:connector-curvature="0" /><path - d="m 621.87,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path624" - inkscape:connector-curvature="0" /><path - d="m 628.77,267.12 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path626" - inkscape:connector-curvature="0" /><path - d="m 635.67,263.91 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path628" - inkscape:connector-curvature="0" /><path - d="m 642.57,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path630" - inkscape:connector-curvature="0" /><path - d="m 649.47,267.12 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path632" - inkscape:connector-curvature="0" /><path - d="m 656.37,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path634" - inkscape:connector-curvature="0" /><path - d="m 663.27,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path636" - inkscape:connector-curvature="0" /><path - d="m 670.17,267.12 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path638" - inkscape:connector-curvature="0" /><path - d="m 677.07,255.88 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path640" - inkscape:connector-curvature="0" /><path - d="m 683.97,259.09 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.16 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path642" - inkscape:connector-curvature="0" /><path - d="m 690.87,255.88 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path644" - inkscape:connector-curvature="0" /><path - d="m 697.77,259.09 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.16 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path646" - inkscape:connector-curvature="0" /><path - d="m 704.67,255.88 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path648" - inkscape:connector-curvature="0" /><path - d="m 711.57,259.09 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.16 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path650" - inkscape:connector-curvature="0" /><path - d="m 718.47,255.88 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path652" - inkscape:connector-curvature="0" /><path - d="m 725.37,255.88 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path654" - inkscape:connector-curvature="0" /><path - d="m 732.27,265.52 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path656" - inkscape:connector-curvature="0" /><path - d="m 739.17,265.52 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path658" - inkscape:connector-curvature="0" /><path - d="m 746.07,265.52 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path660" - inkscape:connector-curvature="0" /><path - d="m 752.97,265.52 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path662" - inkscape:connector-curvature="0" /><path - d="m 759.87,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path664" - inkscape:connector-curvature="0" /><path - d="m 766.77,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path666" - inkscape:connector-curvature="0" /><path - d="m 773.67,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path668" - inkscape:connector-curvature="0" /><path - d="m 780.57,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path670" - inkscape:connector-curvature="0" /><path - d="m 787.47,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path672" - inkscape:connector-curvature="0" /><path - d="m 794.37,260.7 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path674" - inkscape:connector-curvature="0" /><path - d="m 801.27,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path676" - inkscape:connector-curvature="0" /><path - d="m 808.17,257.49 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path678" - inkscape:connector-curvature="0" /><path - d="m 815.07,267.12 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path680" - inkscape:connector-curvature="0" /><path - d="m 821.97,267.12 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path682" - inkscape:connector-curvature="0" /><path - d="m 828.87,267.12 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path684" - inkscape:connector-curvature="0" /><path - d="m 835.77,267.12 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#f8766d;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path686" - inkscape:connector-curvature="0" /><path - d="m 76.77,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path688" - inkscape:connector-curvature="0" /><path - d="m 83.67,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path690" - inkscape:connector-curvature="0" /><path - d="m 90.57,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path692" - inkscape:connector-curvature="0" /><path - d="m 97.47,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path694" - inkscape:connector-curvature="0" /><path - d="m 104.37,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path696" - inkscape:connector-curvature="0" /><path - d="m 111.27,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path698" - inkscape:connector-curvature="0" /><path - d="m 118.17,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path700" - inkscape:connector-curvature="0" /><path - d="m 125.07,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path702" - inkscape:connector-curvature="0" /><path - d="m 131.97,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path704" - inkscape:connector-curvature="0" /><path - d="m 138.87,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path706" - inkscape:connector-curvature="0" /><path - d="m 145.77,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path708" - inkscape:connector-curvature="0" /><path - d="m 152.67,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path710" - inkscape:connector-curvature="0" /><path - d="m 159.57,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path712" - inkscape:connector-curvature="0" /><path - d="m 166.47,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path714" - inkscape:connector-curvature="0" /><path - d="m 173.37,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path716" - inkscape:connector-curvature="0" /><path - d="m 180.27,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path718" - inkscape:connector-curvature="0" /><path - d="m 187.17,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path720" - inkscape:connector-curvature="0" /><path - d="m 194.07,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path722" - inkscape:connector-curvature="0" /><path - d="m 200.97,332.16 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path724" - inkscape:connector-curvature="0" /><path - d="m 207.87,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path726" - inkscape:connector-curvature="0" /><path - d="m 214.77,332.16 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path728" - inkscape:connector-curvature="0" /><path - d="m 221.67,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path730" - inkscape:connector-curvature="0" /><path - d="m 228.57,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path732" - inkscape:connector-curvature="0" /><path - d="m 235.47,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path734" - inkscape:connector-curvature="0" /><path - d="m 242.37,332.16 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path736" - inkscape:connector-curvature="0" /><path - d="m 249.27,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path738" - inkscape:connector-curvature="0" /><path - d="m 256.17,332.16 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path740" - inkscape:connector-curvature="0" /><path - d="m 263.07,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path742" - inkscape:connector-curvature="0" /><path - d="m 269.97,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path744" - inkscape:connector-curvature="0" /><path - d="m 276.87,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path746" - inkscape:connector-curvature="0" /><path - d="m 283.77,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path748" - inkscape:connector-curvature="0" /><path - d="m 290.67,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path750" - inkscape:connector-curvature="0" /><path - d="m 297.57,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path752" - inkscape:connector-curvature="0" /><path - d="m 304.47,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path754" - inkscape:connector-curvature="0" /><path - d="m 311.37,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path756" - inkscape:connector-curvature="0" /><path - d="m 318.27,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path758" - inkscape:connector-curvature="0" /><path - d="m 325.17,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path760" - inkscape:connector-curvature="0" /><path - d="m 332.07,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path762" - inkscape:connector-curvature="0" /><path - d="m 338.97,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path764" - inkscape:connector-curvature="0" /><path - d="m 345.87,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path766" - inkscape:connector-curvature="0" /><path - d="m 352.77,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path768" - inkscape:connector-curvature="0" /><path - d="m 359.67,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path770" - inkscape:connector-curvature="0" /><path - d="m 366.57,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path772" - inkscape:connector-curvature="0" /><path - d="m 373.47,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path774" - inkscape:connector-curvature="0" /><path - d="m 380.37,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path776" - inkscape:connector-curvature="0" /><path - d="m 387.27,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path778" - inkscape:connector-curvature="0" /><path - d="m 394.17,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path780" - inkscape:connector-curvature="0" /><path - d="m 401.07,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path782" - inkscape:connector-curvature="0" /><path - d="m 407.97,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path784" - inkscape:connector-curvature="0" /><path - d="m 414.87,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path786" - inkscape:connector-curvature="0" /><path - d="m 421.77,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path788" - inkscape:connector-curvature="0" /><path - d="m 428.67,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path790" - inkscape:connector-curvature="0" /><path - d="m 435.57,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path792" - inkscape:connector-curvature="0" /><path - d="m 442.47,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path794" - inkscape:connector-curvature="0" /><path - d="m 449.37,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path796" - inkscape:connector-curvature="0" /><path - d="m 456.27,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path798" - inkscape:connector-curvature="0" /><path - d="m 463.17,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path800" - inkscape:connector-curvature="0" /><path - d="m 470.07,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path802" - inkscape:connector-curvature="0" /><path - d="m 476.97,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path804" - inkscape:connector-curvature="0" /><path - d="m 483.87,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path806" - inkscape:connector-curvature="0" /><path - d="m 490.77,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path808" - inkscape:connector-curvature="0" /><path - d="m 497.67,306.87 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path810" - inkscape:connector-curvature="0" /><path - d="m 504.57,315.3 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path812" - inkscape:connector-curvature="0" /><path - d="m 511.47,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path814" - inkscape:connector-curvature="0" /><path - d="m 518.37,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path816" - inkscape:connector-curvature="0" /><path - d="m 525.27,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path818" - inkscape:connector-curvature="0" /><path - d="m 532.17,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path820" - inkscape:connector-curvature="0" /><path - d="m 539.07,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path822" - inkscape:connector-curvature="0" /><path - d="m 545.97,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path824" - inkscape:connector-curvature="0" /><path - d="m 552.87,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path826" - inkscape:connector-curvature="0" /><path - d="m 559.77,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path828" - inkscape:connector-curvature="0" /><path - d="m 566.67,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path830" - inkscape:connector-curvature="0" /><path - d="m 573.57,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path832" - inkscape:connector-curvature="0" /><path - d="m 580.47,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path834" - inkscape:connector-curvature="0" /><path - d="m 587.37,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path836" - inkscape:connector-curvature="0" /><path - d="m 594.27,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path838" - inkscape:connector-curvature="0" /><path - d="m 601.17,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path840" - inkscape:connector-curvature="0" /><path - d="m 608.07,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path842" - inkscape:connector-curvature="0" /><path - d="m 614.97,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path844" - inkscape:connector-curvature="0" /><path - d="m 621.87,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path846" - inkscape:connector-curvature="0" /><path - d="m 628.77,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path848" - inkscape:connector-curvature="0" /><path - d="m 635.67,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path850" - inkscape:connector-curvature="0" /><path - d="m 642.57,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path852" - inkscape:connector-curvature="0" /><path - d="m 649.47,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path854" - inkscape:connector-curvature="0" /><path - d="m 656.37,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path856" - inkscape:connector-curvature="0" /><path - d="m 663.27,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path858" - inkscape:connector-curvature="0" /><path - d="m 670.17,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path860" - inkscape:connector-curvature="0" /><path - d="m 677.07,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path862" - inkscape:connector-curvature="0" /><path - d="m 683.97,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path864" - inkscape:connector-curvature="0" /><path - d="m 690.87,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path866" - inkscape:connector-curvature="0" /><path - d="m 697.77,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path868" - inkscape:connector-curvature="0" /><path - d="m 704.67,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path870" - inkscape:connector-curvature="0" /><path - d="m 711.57,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path872" - inkscape:connector-curvature="0" /><path - d="m 718.47,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path874" - inkscape:connector-curvature="0" /><path - d="m 725.37,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path876" - inkscape:connector-curvature="0" /><path - d="m 732.27,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path878" - inkscape:connector-curvature="0" /><path - d="m 739.17,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path880" - inkscape:connector-curvature="0" /><path - d="m 746.07,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path882" - inkscape:connector-curvature="0" /><path - d="m 752.97,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path884" - inkscape:connector-curvature="0" /><path - d="m 759.87,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path886" - inkscape:connector-curvature="0" /><path - d="m 766.77,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path888" - inkscape:connector-curvature="0" /><path - d="m 773.67,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path890" - inkscape:connector-curvature="0" /><path - d="m 780.57,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path892" - inkscape:connector-curvature="0" /><path - d="m 787.47,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path894" - inkscape:connector-curvature="0" /><path - d="m 794.37,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path896" - inkscape:connector-curvature="0" /><path - d="m 801.27,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path898" - inkscape:connector-curvature="0" /><path - d="m 808.17,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path900" - inkscape:connector-curvature="0" /><path - d="m 815.07,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path902" - inkscape:connector-curvature="0" /><path - d="m 821.97,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path904" - inkscape:connector-curvature="0" /><path - d="m 828.87,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path906" - inkscape:connector-curvature="0" /><path - d="m 835.77,298.44 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#a58aff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path908" - inkscape:connector-curvature="0" /><path - d="m 76.77,349.02 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path910" - inkscape:connector-curvature="0" /><path - d="m 83.67,349.02 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path912" - inkscape:connector-curvature="0" /><path - d="m 90.57,349.02 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path914" - inkscape:connector-curvature="0" /><path - d="m 97.47,349.02 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path916" - inkscape:connector-curvature="0" /><path - d="m 104.37,349.02 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path918" - inkscape:connector-curvature="0" /><path - d="m 111.27,349.02 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path920" - inkscape:connector-curvature="0" /><path - d="m 118.17,349.02 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path922" - inkscape:connector-curvature="0" /><path - d="m 125.07,349.02 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path924" - inkscape:connector-curvature="0" /><path - d="m 131.97,349.02 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path926" - inkscape:connector-curvature="0" /><path - d="m 138.87,349.02 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path928" - inkscape:connector-curvature="0" /><path - d="m 145.77,349.02 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path930" - inkscape:connector-curvature="0" /><path - d="m 152.67,349.02 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path932" - inkscape:connector-curvature="0" /><path - d="m 159.57,349.02 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path934" - inkscape:connector-curvature="0" /><path - d="m 166.47,349.02 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path936" - inkscape:connector-curvature="0" /><path - d="m 173.37,349.02 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path938" - inkscape:connector-curvature="0" /><path - d="m 180.27,361.86 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path940" - inkscape:connector-curvature="0" /><path - d="m 187.17,360.26 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path942" - inkscape:connector-curvature="0" /><path - d="m 194.07,365.08 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path944" - inkscape:connector-curvature="0" /><path - d="m 200.97,373.1 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path946" - inkscape:connector-curvature="0" /><path - d="m 207.87,355.44 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path948" - inkscape:connector-curvature="0" /><path - d="m 214.77,360.77 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path950" - inkscape:connector-curvature="0" /><path - d="m 221.67,355.44 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path952" - inkscape:connector-curvature="0" /><path - d="m 228.57,353.3 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path954" - inkscape:connector-curvature="0" /><path - d="m 235.47,361.86 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path956" - inkscape:connector-curvature="0" /><path - d="m 242.37,361.86 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path958" - inkscape:connector-curvature="0" /><path - d="m 249.27,353.3 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path960" - inkscape:connector-curvature="0" /><path - d="m 256.17,355.44 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path962" - inkscape:connector-curvature="0" /><path - d="m 263.07,382.74 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path964" - inkscape:connector-curvature="0" /><path - d="m 269.97,382.74 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path966" - inkscape:connector-curvature="0" /><path - d="m 276.87,377.92 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path968" - inkscape:connector-curvature="0" /><path - d="m 283.77,365.08 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path970" - inkscape:connector-curvature="0" /><path - d="m 290.67,365.08 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path972" - inkscape:connector-curvature="0" /><path - d="m 297.57,365.88 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path974" - inkscape:connector-curvature="0" /><path - d="m 304.47,382.74 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path976" - inkscape:connector-curvature="0" /><path - d="m 311.37,382.74 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path978" - inkscape:connector-curvature="0" /><path - d="m 318.27,377.92 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path980" - inkscape:connector-curvature="0" /><path - d="m 325.17,365.08 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path982" - inkscape:connector-curvature="0" /><path - d="m 332.07,365.08 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path984" - inkscape:connector-curvature="0" /><path - d="m 338.97,365.88 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path986" - inkscape:connector-curvature="0" /><path - d="m 345.87,377.92 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path988" - inkscape:connector-curvature="0" /><path - d="m 352.77,377.92 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path990" - inkscape:connector-curvature="0" /><path - d="m 359.67,375.51 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path992" - inkscape:connector-curvature="0" /><path - d="m 366.57,365.88 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path994" - inkscape:connector-curvature="0" /><path - d="m 373.47,365.88 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path996" - inkscape:connector-curvature="0" /><path - d="m 380.37,366.36 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path998" - inkscape:connector-curvature="0" /><path - d="m 387.27,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1000" - inkscape:connector-curvature="0" /><path - d="m 394.17,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1002" - inkscape:connector-curvature="0" /><path - d="m 401.07,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1004" - inkscape:connector-curvature="0" /><path - d="m 407.97,358.65 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1006" - inkscape:connector-curvature="0" /><path - d="m 414.87,358.65 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1008" - inkscape:connector-curvature="0" /><path - d="m 421.77,360.58 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1010" - inkscape:connector-curvature="0" /><path - d="m 428.67,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1012" - inkscape:connector-curvature="0" /><path - d="m 435.57,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1014" - inkscape:connector-curvature="0" /><path - d="m 442.47,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1016" - inkscape:connector-curvature="0" /><path - d="m 449.37,358.65 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1018" - inkscape:connector-curvature="0" /><path - d="m 456.27,358.65 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1020" - inkscape:connector-curvature="0" /><path - d="m 463.17,360.58 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1022" - inkscape:connector-curvature="0" /><path - d="m 470.07,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1024" - inkscape:connector-curvature="0" /><path - d="m 476.97,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1026" - inkscape:connector-curvature="0" /><path - d="m 483.87,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1028" - inkscape:connector-curvature="0" /><path - d="m 490.77,360.58 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1030" - inkscape:connector-curvature="0" /><path - d="m 497.67,360.58 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1032" - inkscape:connector-curvature="0" /><path - d="m 504.57,361.86 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1034" - inkscape:connector-curvature="0" /><path - d="m 511.47,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1036" - inkscape:connector-curvature="0" /><path - d="m 518.37,377.92 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1038" - inkscape:connector-curvature="0" /><path - d="m 525.27,377.92 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1040" - inkscape:connector-curvature="0" /><path - d="m 532.17,358.65 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1042" - inkscape:connector-curvature="0" /><path - d="m 539.07,363.47 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1044" - inkscape:connector-curvature="0" /><path - d="m 545.97,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1046" - inkscape:connector-curvature="0" /><path - d="m 552.87,363.47 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1048" - inkscape:connector-curvature="0" /><path - d="m 559.77,363.47 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1050" - inkscape:connector-curvature="0" /><path - d="m 566.67,371.5 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1052" - inkscape:connector-curvature="0" /><path - d="m 573.57,358.65 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1054" - inkscape:connector-curvature="0" /><path - d="m 580.47,358.65 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1056" - inkscape:connector-curvature="0" /><path - d="m 587.37,365.88 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1058" - inkscape:connector-curvature="0" /><path - d="m 594.27,358.65 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1060" - inkscape:connector-curvature="0" /><path - d="m 601.17,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1062" - inkscape:connector-curvature="0" /><path - d="m 608.07,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.12,-0.95 2.12,-2.12 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1064" - inkscape:connector-curvature="0" /><path - d="m 614.97,355.44 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1066" - inkscape:connector-curvature="0" /><path - d="m 621.87,361.86 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.16 -0.95,-2.12 -2.12,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1068" - inkscape:connector-curvature="0" /><path - d="m 628.77,363.47 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.12,-0.96 2.12,-2.13 0,-1.17 -0.95,-2.13 -2.12,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1070" - inkscape:connector-curvature="0" /><path - d="m 635.67,355.44 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1072" - inkscape:connector-curvature="0" /><path - d="m 642.57,361.86 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.16 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1074" - inkscape:connector-curvature="0" /><path - d="m 649.47,363.47 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1076" - inkscape:connector-curvature="0" /><path - d="m 656.37,353.84 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.96 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1078" - inkscape:connector-curvature="0" /><path - d="m 663.27,358.65 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1080" - inkscape:connector-curvature="0" /><path - d="m 670.17,360.58 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1082" - inkscape:connector-curvature="0" /><path - d="m 677.07,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1084" - inkscape:connector-curvature="0" /><path - d="m 683.97,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1086" - inkscape:connector-curvature="0" /><path - d="m 690.87,358.65 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1088" - inkscape:connector-curvature="0" /><path - d="m 697.77,355.44 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1090" - inkscape:connector-curvature="0" /><path - d="m 704.67,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1092" - inkscape:connector-curvature="0" /><path - d="m 711.57,358.65 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1094" - inkscape:connector-curvature="0" /><path - d="m 718.47,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1096" - inkscape:connector-curvature="0" /><path - d="m 725.37,361.86 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.16 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1098" - inkscape:connector-curvature="0" /><path - d="m 732.27,377.92 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1100" - inkscape:connector-curvature="0" /><path - d="m 739.17,374.71 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1102" - inkscape:connector-curvature="0" /><path - d="m 746.07,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1104" - inkscape:connector-curvature="0" /><path - d="m 752.97,363.47 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1106" - inkscape:connector-curvature="0" /><path - d="m 759.87,358.65 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1108" - inkscape:connector-curvature="0" /><path - d="m 766.77,361.86 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.16 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1110" - inkscape:connector-curvature="0" /><path - d="m 773.67,355.44 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1112" - inkscape:connector-curvature="0" /><path - d="m 780.57,353.84 c 0,1.16 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.96 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1114" - inkscape:connector-curvature="0" /><path - d="m 787.47,358.65 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1116" - inkscape:connector-curvature="0" /><path - d="m 794.37,355.44 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1118" - inkscape:connector-curvature="0" /><path - d="m 801.27,361.86 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.16 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.96 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1120" - inkscape:connector-curvature="0" /><path - d="m 808.17,358.65 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.12 -2.13,-2.12 -1.17,0 -2.13,0.95 -2.13,2.12" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1122" - inkscape:connector-curvature="0" /><path - d="m 815.07,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1124" - inkscape:connector-curvature="0" /><path - d="m 821.97,368.29 c 0,1.17 0.96,2.12 2.13,2.12 1.17,0 2.13,-0.95 2.13,-2.12 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1126" - inkscape:connector-curvature="0" /><path - d="m 828.87,363.47 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1128" - inkscape:connector-curvature="0" /><path - d="m 835.77,360.58 c 0,1.17 0.96,2.13 2.13,2.13 1.17,0 2.13,-0.96 2.13,-2.13 0,-1.17 -0.96,-2.13 -2.13,-2.13 -1.17,0 -2.13,0.96 -2.13,2.13" - style="fill:#fb61d7;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path1130" - inkscape:connector-curvature="0" /><path - d="m 78.9,252.67 6.9,0 6.9,-1.6 6.9,4.81 6.9,6.43 6.9,-12.85 6.9,3.21 6.9,-4.82 6.9,3.22 6.9,-3.22 6.9,0 6.9,6.43 6.9,3.21 6.9,-9.64 6.9,0 6.9,14.46 6.9,-4.82 6.9,8.03 6.9,16.06 6.9,-28.91 6.9,9.64 6.9,-8.03 6.9,-6.43 6.9,12.85 6.9,6.42 6.9,-19.27 6.9,0" - style="fill:none;stroke:#f8766d;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none" - id="path1132" - inkscape:connector-curvature="0" /><path - d="m 513.6,255.88 6.9,0 6.9,9.64 6.9,-8.03 6.9,0 6.9,9.63 6.9,-3.21 6.9,-4.82 6.9,8.03 6.9,-9.63 6.9,1.6 6.9,8.03 6.9,-9.63 6.9,0 6.9,9.63 6.9,-9.63 6.9,0 6.9,9.63 6.9,-3.21 6.9,-6.42 6.9,9.63 6.9,-9.63 6.9,0 6.9,9.63 6.9,-11.24 6.9,3.21 6.9,-3.21 6.9,3.21 6.9,-3.21 6.9,3.21 6.9,-3.21 6.9,0 6.9,9.64 6.9,0 6.9,0 6.9,0 6.9,-8.03 6.9,0 6.9,0 6.9,0 6.9,0 6.9,3.21 6.9,-3.21 6.9,0 6.9,9.63 6.9,0 6.9,0 6.9,0" - style="fill:none;stroke:#f8766d;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none" - id="path1134" - inkscape:connector-curvature="0" /><path - d="m 78.9,62.39 6.9,-7.23 6.9,2.41 6.9,4.82 6.9,0 6.9,-7.23 6.9,2.41 6.9,-12.04 6.9,0 6.9,0 6.9,0 6.9,7.22 6.9,0 6.9,-7.22 6.9,0 6.9,31.31 6.9,-7.23 6.9,9.64 6.9,0 6.9,-16.86 6.9,7.22 6.9,-24.08 6.9,0 6.9,12.04 6.9,0 6.9,-12.04 6.9,0 6.9,16.86 6.9,0 6.9,0 6.9,-4.82 6.9,0 6.9,0 6.9,4.82 6.9,0 6.9,0 6.9,-4.82 6.9,0 6.9,0 6.9,4.82 6.9,0 6.9,0 6.9,-4.82 6.9,0 6.9,0 6.9,-4.82 6.9,0 6.9,0 6.9,-7.22 6.9,2.41 6.9,-2.41 6.9,7.22 6.9,0 6.9,0 6.9,-4.81 6.9,0 6.9,0 6.9,4.81 6.9,0 6.9,0 6.9,-7.22 6.9,2.41 6.9,-2.41" - style="fill:none;stroke:#c49a00;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none" - id="path1136" - inkscape:connector-curvature="0" /><path - d="m 78.9,112.97 6.9,-5.62 6.9,1.12 6.9,4.5 6.9,5.62 6.9,-7.87 6.9,1.13 6.9,-15.74 6.9,10.12 6.9,-7.87 6.9,5.62 6.9,-2.25 6.9,5.62 6.9,-5.62 6.9,-1.12 6.9,23.6 6.9,-4.5 6.9,4.5 6.9,5.62 6.9,-7.87 6.9,1.13 6.9,-10.12 6.9,-2.25 6.9,-4.49 6.9,7.86 6.9,-7.86 6.9,-3.38 6.9,15.74 6.9,0 6.9,0 6.9,-5.62 6.9,0 6.9,-1.12 6.9,6.74 6.9,0 6.9,0 6.9,-3.37 6.9,0 6.9,-1.13 6.9,4.5 6.9,0 6.9,0 6.9,-5.62 6.9,0 6.9,-1.12 6.9,-3.38 6.9,-2.24 6.9,2.24 6.9,1.13 6.9,-3.37 6.9,1.12 6.9,1.12 6.9,0 6.9,0 6.9,0 6.9,-3.37 6.9,1.13 6.9,1.12 6.9,0 6.9,0 6.9,0 6.9,-3.37 6.9,-3.37" - style="fill:none;stroke:#53b400;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none" - id="path1138" - inkscape:connector-curvature="0" /><path - d="m 78.9,204.5 6.9,-2.41 6.9,2.14 6.9,0.27 6.9,7.22 6.9,-7.92 6.9,2.14 6.9,-8.67 6.9,3.21 6.9,-3.21 6.9,0 6.9,4.02 6.9,3.21 6.9,-7.23 6.9,0 6.9,16.86 6.9,1.74 6.9,-1.74 6.9,16.86 6.9,-15.95 6.9,4.15 6.9,-14.42 6.9,-7.5 6.9,9.37 6.9,7.49 6.9,-16.86 6.9,0 6.9,13.81 6.9,-0.8 6.9,1.61 6.9,-2.15 6.9,-6.69 6.9,1.61 6.9,7.06 6.9,-0.96 6.9,1.61 6.9,4.01 6.9,-6.69 6.9,1.61 6.9,1.07 6.9,-0.81 6.9,1.61 6.9,-2.14 6.9,-6.69 6.9,1.6 6.9,0.49 6.9,3.85 6.9,-3.21 6.9,-4.66 6.9,0.64 6.9,-3.21 6.9,3.21 6.9,3.86 6.9,-3.21 6.9,-0.65 6.9,0.65 6.9,-3.22 6.9,3.38 6.9,3.85 6.9,-3.21 6.9,-4.66 6.9,0.64 6.9,-3.21" - style="fill:none;stroke:#00c094;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none" - id="path1140" - inkscape:connector-curvature="0" /><path - d="m 78.9,156.33 6.9,-4.82 6.9,4.82 6.9,0 6.9,4.81 6.9,-4.81 6.9,0 6.9,-9.64 6.9,4.82 6.9,-4.82 6.9,0 6.9,4.82 6.9,0 6.9,-4.82 6.9,0 6.9,24.09 6.9,0 6.9,0 6.9,9.63 6.9,-9.63 6.9,0 6.9,-14.45 6.9,-9.64 6.9,9.64 6.9,0 6.9,-9.64 6.9,0 6.9,14.45 6.9,0 6.9,0 6.9,-4.81 6.9,0 6.9,0 6.9,4.81 6.9,0 6.9,0 6.9,-4.81 6.9,0 6.9,0 6.9,4.81 6.9,0 6.9,0 6.9,-4.81 6.9,0 6.9,0 6.9,-4.82 6.9,0 6.9,0 6.9,-4.82 6.9,0 6.9,0 6.9,4.82 6.9,0 6.9,0 6.9,-4.82 6.9,0 6.9,0 6.9,4.82 6.9,0 6.9,0 6.9,-4.82 6.9,0 6.9,0" - style="fill:none;stroke:#00b6eb;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none" - id="path1142" - inkscape:connector-curvature="0" /><path - d="m 78.9,306.87 6.9,-8.43 6.9,8.43 6.9,0 6.9,8.43 6.9,-8.43 6.9,8.43 6.9,-16.86 6.9,8.43 6.9,-8.43 6.9,8.43 6.9,0 6.9,8.43 6.9,-8.43 6.9,8.43 6.9,0 6.9,0 6.9,0 6.9,16.86 6.9,-16.86 6.9,16.86 6.9,-16.86 6.9,0 6.9,0 6.9,16.86 6.9,-16.86 6.9,16.86 6.9,-25.29 6.9,-8.43 6.9,8.43 6.9,0 6.9,-8.43 6.9,8.43 6.9,8.43 6.9,-8.43 6.9,8.43 6.9,0 6.9,-8.43 6.9,8.43 6.9,0 6.9,-8.43 6.9,8.43 6.9,0 6.9,-8.43 6.9,8.43 6.9,-8.43 6.9,-8.43 6.9,8.43 6.9,0 6.9,-8.43 6.9,8.43 6.9,8.43 6.9,-8.43 6.9,8.43 6.9,0 6.9,-8.43 6.9,8.43 6.9,0 6.9,-8.43 6.9,8.43 6.9,0 6.9,-8.43 6.9,8.43 6.9,-16.86 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0" - style="fill:none;stroke:#a58aff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none" - id="path1144" - inkscape:connector-curvature="0" /><path - d="m 78.9,349.02 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,0 6.9,12.84 6.9,-1.6 6.9,4.82 6.9,8.02 6.9,-17.66 6.9,5.33 6.9,-5.33 6.9,-2.14 6.9,8.56 6.9,0 6.9,-8.56 6.9,2.14 6.9,27.3 6.9,0 6.9,-4.82 6.9,-12.84 6.9,0 6.9,0.8 6.9,16.86 6.9,0 6.9,-4.82 6.9,-12.84 6.9,0 6.9,0.8 6.9,12.04 6.9,0 6.9,-2.41 6.9,-9.63 6.9,0 6.9,0.48 6.9,1.93 6.9,0 6.9,0 6.9,-9.64 6.9,0 6.9,1.93 6.9,7.71 6.9,0 6.9,0 6.9,-9.64 6.9,0 6.9,1.93 6.9,7.71 6.9,0 6.9,0 6.9,-7.71 6.9,0 6.9,1.28 6.9,6.43 6.9,9.63 6.9,0 6.9,-19.27 6.9,4.82 6.9,4.82 6.9,-4.82 6.9,0 6.9,8.03 6.9,-12.85 6.9,0 6.9,7.23 6.9,-7.23 6.9,9.64 6.9,0 6.9,-12.85 6.9,6.42 6.9,1.61 6.9,-8.03 6.9,6.42 6.9,1.61 6.9,-9.63 6.9,4.81 6.9,1.93 6.9,7.71 6.9,0 6.9,-9.64 6.9,-3.21 6.9,12.85 6.9,-9.64 6.9,9.64 6.9,-6.43 6.9,16.06 6.9,-3.21 6.9,-6.42 6.9,-4.82 6.9,-4.82 6.9,3.21 6.9,-6.42 6.9,-1.6 6.9,4.81 6.9,-3.21 6.9,6.42 6.9,-3.21 6.9,9.64 6.9,0 6.9,-4.82 6.9,-2.89" - style="fill:none;stroke:#fb61d7;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none" - id="path1146" - inkscape:connector-curvature="0" /></g></g><g - id="g1148" /><g - id="g1150" - transform="translate(33.6,0)"><path - d="m 40.95,28.67 0,370.93" - style="fill:none;stroke:#000000;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" - id="path1152" - inkscape:connector-curvature="0" /></g><g - id="g1212" /><g - id="g1214" - transform="translate(33.6,0)"><path - d="m 36.69,45.53 4.26,0" - style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" - id="path1216" - inkscape:connector-curvature="0" /><path - d="m 36.69,79.25 4.26,0" - style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" - id="path1218" - inkscape:connector-curvature="0" /><path - d="m 36.69,96.11 4.26,0" - style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" - id="path1220" - inkscape:connector-curvature="0" /><path - d="m 36.69,129.83 4.26,0" - style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" - id="path1222" - inkscape:connector-curvature="0" /><path - d="m 36.69,146.69 4.26,0" - style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" - id="path1224" - inkscape:connector-curvature="0" /><path - d="m 36.69,180.41 4.26,0" - style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" - id="path1226" - inkscape:connector-curvature="0" /><path - d="m 36.69,197.27 4.26,0" - style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" - id="path1228" - inkscape:connector-curvature="0" /><path - d="m 36.69,230.99 4.26,0" - style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" - id="path1230" - inkscape:connector-curvature="0" /><path - d="m 36.69,247.85 4.26,0" - style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" - id="path1232" - inkscape:connector-curvature="0" /><path - d="m 36.69,281.58 4.26,0" - style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" - id="path1234" - inkscape:connector-curvature="0" /><path - d="m 36.69,298.44 4.26,0" - style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" - id="path1236" - inkscape:connector-curvature="0" /><path - d="m 36.69,332.16 4.26,0" - style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" - id="path1238" - inkscape:connector-curvature="0" /><path - d="m 36.69,349.02 4.26,0" - style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" - id="path1240" - inkscape:connector-curvature="0" /><path - d="m 36.69,382.74 4.26,0" - style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" - id="path1242" - inkscape:connector-curvature="0" /></g><g - id="g1244" /><g - id="g1246" /><g - id="g1248" /><g - id="g1250" /><g - id="g1252" - transform="matrix(0.96059687,0,0,1,34.511228,0)"><path - d="m 41.453954,28.67 814.741856,0" - style="fill:none;stroke:#000000;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none" - id="path1254" - inkscape:connector-curvature="0" - sodipodi:nodetypes="cc" /></g><g - id="g1268" /><g - id="g1292" /><g - id="g1294" /><g - id="g1296" /><g - id="g1298" /><g - id="g1300" /><g - id="g1302" /><g - id="g1304" /><g - id="g1306" /><g - id="g1308" /><g - id="g1310" /><g - id="g1312" /><text - xml:space="preserve" - style="font-size:24px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="399.4407" - y="33.501099" - id="text5077" - sodipodi:linespacing="125%" - transform="scale(1,-1)"><tspan - sodipodi:role="line" - id="tspan5079" - x="399.4407" - y="33.501099">Rhythm pattern</tspan></text> - - -<text - xml:space="preserve" - style="font-size:24px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="93.165245" - y="21.966921" - id="text5081" - sodipodi:linespacing="125%" - transform="matrix(0,1,1,0,0,0)"><tspan - sodipodi:role="line" - id="tspan5083" - x="93.165245" - y="21.966921">Syncopation prediction</tspan></text> - - -<text - xml:space="preserve" - style="font-size:14.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#c49b02;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold" - x="56.206268" - y="-40.032284" - id="text5085" - sodipodi:linespacing="125%" - transform="scale(1,-1)"><tspan - sodipodi:role="line" - id="tspan5087" - x="56.206268" - y="-40.032284" - style="font-size:14.39999962px;font-weight:bold;fill:#c49b02;fill-opacity:1;-inkscape-font-specification:Arial Bold">-1</tspan></text> - - -<text - transform="scale(1,-1)" - sodipodi:linespacing="125%" - id="text5089" - y="-90.618279" - x="59.018768" - style="font-size:14.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#53b400;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold" - xml:space="preserve"><tspan - style="font-size:14.39999962px;font-weight:bold;fill:#53b400;fill-opacity:1;-inkscape-font-specification:Arial Bold" - y="-90.618279" - x="59.018768" - id="tspan5091" - sodipodi:role="line">0</tspan></text> - - -<text - xml:space="preserve" - style="font-size:14.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#00b6eb;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold" - x="59.018768" - y="-141.20427" - id="text5093" - sodipodi:linespacing="125%" - transform="scale(1,-1)"><tspan - sodipodi:role="line" - id="tspan5095" - x="59.018768" - y="-141.20427" - style="font-size:14.39999962px;font-weight:bold;fill:#00b6eb;fill-opacity:1;-inkscape-font-specification:Arial Bold">0</tspan></text> - - -<text - transform="scale(1,-1)" - sodipodi:linespacing="125%" - id="text5097" - y="-191.79028" - x="59.018768" - style="font-size:14.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#00c094;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold" - xml:space="preserve"><tspan - style="font-size:14.39999962px;font-weight:bold;fill:#00c094;fill-opacity:1;-inkscape-font-specification:Arial Bold" - y="-191.79028" - x="59.018768" - id="tspan5099" - sodipodi:role="line">0</tspan></text> - - -<text - xml:space="preserve" - style="font-size:14.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#f8766d;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold" - x="59.018768" - y="-242.37628" - id="text5101" - sodipodi:linespacing="125%" - transform="scale(1,-1)"><tspan - sodipodi:role="line" - id="tspan5103" - x="59.018768" - y="-242.37628" - style="font-size:14.39999962px;font-weight:bold;fill:#f8766d;fill-opacity:1;-inkscape-font-specification:Arial Bold">0</tspan></text> - - -<text - transform="scale(1,-1)" - sodipodi:linespacing="125%" - id="text5105" - y="-292.96228" - x="59.018768" - style="font-size:14.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#a58aff;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold" - xml:space="preserve"><tspan - style="font-size:14.39999962px;font-weight:bold;fill:#a58aff;fill-opacity:1;-inkscape-font-specification:Arial Bold" - y="-292.96228" - x="59.018768" - id="tspan5107" - sodipodi:role="line">0</tspan></text> - - -<text - xml:space="preserve" - style="font-size:14.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fb61d7;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold" - x="59.018768" - y="-343.54828" - id="text5109" - sodipodi:linespacing="125%" - transform="scale(1,-1)"><tspan - sodipodi:role="line" - id="tspan5111" - x="59.018768" - y="-343.54828" - style="font-size:14.39999962px;font-weight:bold;fill:#fb61d7;fill-opacity:1;-inkscape-font-specification:Arial Bold">0</tspan></text> - - -<text - transform="scale(1,-1)" - sodipodi:linespacing="125%" - id="text5113" - y="-73.484558" - x="51.010174" - style="font-size:14.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#c49b02;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold" - xml:space="preserve"><tspan - style="font-size:14.39999962px;font-weight:bold;fill:#c49b02;fill-opacity:1;-inkscape-font-specification:Arial Bold" - y="-73.484558" - x="51.010174" - id="tspan5115" - sodipodi:role="line">13</tspan></text> - - -<text - xml:space="preserve" - style="font-size:14.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#53b400;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold" - x="51.003143" - y="-124.23651" - id="text5117" - sodipodi:linespacing="125%" - transform="scale(1,-1)"><tspan - sodipodi:role="line" - id="tspan5119" - x="51.003143" - y="-124.23651" - style="font-size:14.39999962px;font-weight:bold;fill:#53b400;fill-opacity:1;-inkscape-font-specification:Arial Bold">30</tspan></text> - - -<text - transform="scale(1,-1)" - sodipodi:linespacing="125%" - id="text5121" - y="-174.78537" - x="51.010174" - style="font-size:14.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#00b6eb;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold" - xml:space="preserve"><tspan - style="font-size:14.39999962px;font-weight:bold;fill:#00b6eb;fill-opacity:1;-inkscape-font-specification:Arial Bold" - y="-174.78537" - x="51.010174" - id="tspan5123" - sodipodi:role="line">14</tspan></text> - - -<text - xml:space="preserve" - style="font-size:14.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#00c094;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold" - x="38.937519" - y="-225.53734" - id="text5125" - sodipodi:linespacing="125%" - transform="scale(1,-1)"><tspan - sodipodi:role="line" - id="tspan5127" - x="38.937519" - y="-225.53734" - style="font-size:14.39999962px;font-weight:bold;fill:#00c094;fill-opacity:1;-inkscape-font-specification:Arial Bold">4.38</tspan></text> - - -<text - transform="scale(1,-1)" - sodipodi:linespacing="125%" - id="text5129" - y="-276.08615" - x="52.957832" - style="font-size:14.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#f8766d;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold" - xml:space="preserve"><tspan - style="font-size:14.39999962px;font-weight:bold;fill:#f8766d;fill-opacity:1;-inkscape-font-specification:Arial Bold" - y="-276.08615" - x="52.957832" - id="tspan5131" - sodipodi:role="line">21</tspan></text> - - -<text - xml:space="preserve" - style="font-size:14.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#a58aff;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold" - x="58.962517" - y="-326.8342" - id="text5133" - sodipodi:linespacing="125%" - transform="scale(1,-1)"><tspan - sodipodi:role="line" - id="tspan5135" - x="58.962517" - y="-326.8342" - style="font-size:14.39999962px;font-weight:bold;fill:#a58aff;fill-opacity:1;-inkscape-font-specification:Arial Bold">8</tspan></text> - - -<text - transform="scale(1,-1)" - sodipodi:linespacing="125%" - id="text5137" - y="-377.48462" - x="38.881268" - style="font-size:14.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fb61d7;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold" - xml:space="preserve"><tspan - style="font-size:14.39999962px;font-weight:bold;fill:#fb61d7;fill-opacity:1;-inkscape-font-specification:Arial Bold" - y="-377.48462" - x="38.881268" - id="tspan5139" - sodipodi:role="line">5.25</tspan><tspan - style="font-size:14.39999962px;font-weight:bold;fill:#fb61d7;fill-opacity:1;-inkscape-font-specification:Arial Bold" - y="-359.48462" - x="38.881268" - sodipodi:role="line" - id="tspan5141" /></text> - - -<text - xml:space="preserve" - style="font-size:30px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="712.85577" - y="609.14154" - id="text5175" - sodipodi:linespacing="125%" - transform="matrix(0.8,0,0,-0.8,1.2942638,400.13)"><tspan - sodipodi:role="line" - id="tspan5177" - x="712.85577" - y="609.14154" /></text> - - -<text - xml:space="preserve" - style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fb61d7;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="847.99188" - y="-358.73218" - id="text5179" - sodipodi:linespacing="125%" - transform="scale(1,-1)"><tspan - sodipodi:role="line" - id="tspan5181" - x="847.99188" - y="-358.73218">WNBD</tspan></text> - - -<text - transform="scale(1,-1)" - sodipodi:linespacing="125%" - id="text5183" - y="-307.92728" - x="847.72235" - style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#a58aff;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - xml:space="preserve"><tspan - y="-307.92728" - x="847.72235" - id="tspan5185" - sodipodi:role="line">TOB</tspan></text> - - -<text - xml:space="preserve" - style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#f8766d;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="848.28485" - y="-257.13217" - id="text5187" - sodipodi:linespacing="125%" - transform="scale(1,-1)"><tspan - sodipodi:role="line" - id="tspan5189" - x="848.28485" - y="-257.13217">KTH</tspan></text> - - -<text - transform="scale(1,-1)" - sodipodi:linespacing="125%" - id="text5191" - y="-206.33215" - x="848.28485" - style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#00c094;fill-opacity:0.72809682;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - xml:space="preserve"><tspan - y="-206.33215" - x="848.28485" - id="tspan5193" - sodipodi:role="line">SG</tspan></text> - - -<text - xml:space="preserve" - style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#4ac5e9;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="848.28485" - y="-155.53214" - id="text5195" - sodipodi:linespacing="125%" - transform="scale(1,-1)"><tspan - sodipodi:role="line" - id="tspan5197" - x="848.28485" - y="-155.53214">TMC</tspan></text> - - -<text - transform="scale(1,-1)" - sodipodi:linespacing="125%" - id="text5199" - y="-104.73214" - x="848.28485" - style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#53b500;fill-opacity:0.7254902;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - xml:space="preserve"><tspan - y="-104.73214" - x="848.28485" - id="tspan5201" - sodipodi:role="line">PRS</tspan></text> - - -<text - xml:space="preserve" - style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#d0b657;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="848.28485" - y="-53.932129" - id="text5203" - sodipodi:linespacing="125%" - transform="scale(1,-1)"><tspan - sodipodi:role="line" - id="tspan5205" - x="848.28485" - y="-53.932129">LHL</tspan></text> - - -<text - transform="scale(1,-1)" - sodipodi:linespacing="125%" - id="text5237" - y="-5.3675337" - x="312.23093" - style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - xml:space="preserve"><tspan - y="-5.3675337" - x="312.23093" - id="tspan5239" - sodipodi:role="line">6/8 monorhythms</tspan></text> - - -<text - xml:space="preserve" - style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="91.430969" - y="-6.9675336" - id="text5241" - sodipodi:linespacing="125%" - transform="scale(1,-1)"><tspan - sodipodi:role="line" - id="tspan5243" - x="91.430969" - y="-6.9675336">4/4 monorhythms</tspan></text> - - -<text - transform="scale(1,-1)" - sodipodi:linespacing="125%" - id="text5257" - y="-6.9675336" - x="617.83099" - style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - xml:space="preserve"><tspan - y="-6.9675336" - x="617.83099" - id="tspan5259" - sodipodi:role="line">4/4 polyrhythms</tspan></text> - - -<flowRoot - xml:space="preserve" - id="flowRoot5263" - style="font-size:30px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0.8,0,0,-0.8,-4.5567021,420.34937)"><flowRegion - id="flowRegion5265"><rect - id="rect5267" - width="91.923882" - height="575.5849" - x="1069.1455" - y="-25.229193" /></flowRegion><flowPara - id="flowPara5269" /></flowRoot><flowRoot - xml:space="preserve" - id="flowRoot5271" - style="font-size:30px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0.8,0,0,-0.8,-4.5567021,420.34937)"><flowRegion - id="flowRegion5273"><rect - id="rect5275" - width="152.73506" - height="519.01636" - x="1053.5891" - y="1.6408646" /></flowRegion><flowPara - id="flowPara5277" /></flowRoot></g></svg> \ No newline at end of file
--- a/SMC2015latex/images/clave_tpq.svg Tue May 12 08:53:12 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1749 +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="171.6526" - height="150.66342" - id="svg3357" - version="1.1" - inkscape:version="0.48.2 r9819" - sodipodi:docname="clave_tpq.pdf"> - <defs - id="defs3359"> - <inkscape:path-effect - effect="spiro" - id="path-effect4559" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect4555" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect4551" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect4531" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect4529" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect4527" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect4525" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect4523" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect4521" - effect="spiro" /> - <inkscape:path-effect - is_visible="true" - id="path-effect4519" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect4517" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect4515" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect4513" - effect="spiro" /> - <inkscape:path-effect - is_visible="true" - id="path-effect6612" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect6608" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect6606" - effect="spiro" /> - <inkscape:path-effect - is_visible="true" - id="path-effect6604" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect6602" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect6600" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect6598" - effect="spiro" /> - <inkscape:path-effect - is_visible="true" - id="path-effect6596" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect6594" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect6403" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect6401" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect6399" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect6397" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect6395" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect6393" - effect="spiro" /> - <inkscape:path-effect - is_visible="true" - id="path-effect6391" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect6389" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect6387" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect6385" - effect="spiro" /> - <inkscape:path-effect - is_visible="true" - id="path-effect6093" - effect="spiro" /> - <marker - inkscape:stockid="TriangleOutM" - orient="auto" - refY="0" - refX="0" - id="TriangleOutM" - style="overflow:visible"> - <path - id="path4605" - d="m 5.77,0 -8.65,5 0,-10 8.65,5 z" - style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" - transform="scale(0.4,0.4)" - inkscape:connector-curvature="0" /> - </marker> - <inkscape:path-effect - effect="spiro" - id="path-effect3589" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3587" - effect="spiro" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3581" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3579" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3573" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3571" - effect="spiro" /> - <inkscape:path-effect - is_visible="true" - id="path-effect4298" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect4294" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect4197" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3425" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3325" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3321" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3419" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3414" - effect="spiro" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3346" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3597" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3556" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3531" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3529" - effect="spiro" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3523" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3521" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3515" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3513" - effect="spiro" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3507" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3503" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3483" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3481" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3479" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3477" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3475" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3399" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3395" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3391" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3387" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3383" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect6313" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect6311" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3420" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3418" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3370" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3368" - effect="spiro" /> - <inkscape:path-effect - is_visible="true" - id="path-effect6313-3" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect6311-4" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3503-4" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect6311-4-0" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3425-3" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3425-1" - is_visible="true" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="1.9999999" - inkscape:cx="166.78216" - inkscape:cy="51.691558" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="false" - inkscape:window-width="1362" - inkscape:window-height="742" - inkscape:window-x="19" - inkscape:window-y="0" - inkscape:window-maximized="0" - showguides="true" - inkscape:guide-bbox="true" - fit-margin-top="0" - fit-margin-left="0" - fit-margin-right="0" - fit-margin-bottom="0" /> - <metadata - id="metadata3362"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="bubbles" - transform="translate(-3.4018673,-20)"> - <path - transform="matrix(0.79166667,0,0,0.79166667,44.24445,15.934719)" - d="m -30.405594,85.500221 c 0,2.343146 -1.899495,4.242641 -4.242641,4.242641 -2.343146,0 -4.242641,-1.899495 -4.242641,-4.242641 0,-2.343146 1.899495,-4.242641 4.242641,-4.242641 2.343146,0 4.242641,1.899495 4.242641,4.242641 z" - sodipodi:ry="4.242641" - sodipodi:rx="4.242641" - sodipodi:cy="85.500221" - sodipodi:cx="-34.648235" - id="path4573" - style="fill:#7ac0f2;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" - sodipodi:type="arc" /> - <path - sodipodi:type="arc" - style="fill:#7ac0f2;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" - id="path4571" - sodipodi:cx="-34.648235" - sodipodi:cy="85.500221" - sodipodi:rx="4.242641" - sodipodi:ry="4.242641" - d="m -30.405594,85.500221 c 0,2.343146 -1.899495,4.242641 -4.242641,4.242641 -2.343146,0 -4.242641,-1.899495 -4.242641,-4.242641 0,-2.343146 1.899495,-4.242641 4.242641,-4.242641 2.343146,0 4.242641,1.899495 4.242641,4.242641 z" - transform="translate(171.58586,33.282485)" /> - <path - transform="translate(152.11619,33.282485)" - d="m -30.405594,85.500221 c 0,2.343146 -1.899495,4.242641 -4.242641,4.242641 -2.343146,0 -4.242641,-1.899495 -4.242641,-4.242641 0,-2.343146 1.899495,-4.242641 4.242641,-4.242641 2.343146,0 4.242641,1.899495 4.242641,4.242641 z" - sodipodi:ry="4.242641" - sodipodi:rx="4.242641" - sodipodi:cy="85.500221" - sodipodi:cx="-34.648235" - id="path4569" - style="fill:#7ac0f2;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" - sodipodi:type="arc" /> - <path - sodipodi:type="arc" - style="fill:#7ac0f2;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" - id="path4567" - sodipodi:cx="-34.648235" - sodipodi:cy="85.500221" - sodipodi:rx="4.242641" - sodipodi:ry="4.242641" - d="m -30.405594,85.500221 c 0,2.343146 -1.899495,4.242641 -4.242641,4.242641 -2.343146,0 -4.242641,-1.899495 -4.242641,-4.242641 0,-2.343146 1.899495,-4.242641 4.242641,-4.242641 2.343146,0 4.242641,1.899495 4.242641,4.242641 z" - transform="translate(113.00007,33.282485)" /> - <path - transform="translate(83.60668,33.282485)" - d="m -30.405594,85.500221 c 0,2.343146 -1.899495,4.242641 -4.242641,4.242641 -2.343146,0 -4.242641,-1.899495 -4.242641,-4.242641 0,-2.343146 1.899495,-4.242641 4.242641,-4.242641 2.343146,0 4.242641,1.899495 4.242641,4.242641 z" - sodipodi:ry="4.242641" - sodipodi:rx="4.242641" - sodipodi:cy="85.500221" - sodipodi:cx="-34.648235" - id="path4565" - style="fill:#7ac0f2;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" - sodipodi:type="arc" /> - <path - sodipodi:type="arc" - style="fill:#7ac0f2;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" - id="path4563" - sodipodi:cx="-34.648235" - sodipodi:cy="85.500221" - sodipodi:rx="4.242641" - sodipodi:ry="4.242641" - d="m -30.405594,85.500221 c 0,2.343146 -1.899495,4.242641 -4.242641,4.242641 -2.343146,0 -4.242641,-1.899495 -4.242641,-4.242641 0,-2.343146 1.899495,-4.242641 4.242641,-4.242641 2.343146,0 4.242641,1.899495 4.242641,4.242641 z" - transform="translate(54.2254,33.282485)" /> - <path - transform="translate(171.58586,69.875263)" - d="m -30.405594,85.500221 c 0,2.343146 -1.899495,4.242641 -4.242641,4.242641 -2.343146,0 -4.242641,-1.899495 -4.242641,-4.242641 0,-2.343146 1.899495,-4.242641 4.242641,-4.242641 2.343146,0 4.242641,1.899495 4.242641,4.242641 z" - sodipodi:ry="4.242641" - sodipodi:rx="4.242641" - sodipodi:cy="85.500221" - sodipodi:cx="-34.648235" - id="path4702" - style="fill:#7ac0f2;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" - sodipodi:type="arc" /> - <path - sodipodi:type="arc" - style="fill:#7ac0f2;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" - id="path4704" - sodipodi:cx="-34.648235" - sodipodi:cy="85.500221" - sodipodi:rx="4.242641" - sodipodi:ry="4.242641" - d="m -30.405594,85.500221 c 0,2.343146 -1.899495,4.242641 -4.242641,4.242641 -2.343146,0 -4.242641,-1.899495 -4.242641,-4.242641 0,-2.343146 1.899495,-4.242641 4.242641,-4.242641 2.343146,0 4.242641,1.899495 4.242641,4.242641 z" - transform="translate(152.11619,69.875263)" /> - <path - transform="translate(113.00007,69.875263)" - d="m -30.405594,85.500221 c 0,2.343146 -1.899495,4.242641 -4.242641,4.242641 -2.343146,0 -4.242641,-1.899495 -4.242641,-4.242641 0,-2.343146 1.899495,-4.242641 4.242641,-4.242641 2.343146,0 4.242641,1.899495 4.242641,4.242641 z" - sodipodi:ry="4.242641" - sodipodi:rx="4.242641" - sodipodi:cy="85.500221" - sodipodi:cx="-34.648235" - id="path4706" - style="fill:#7ac0f2;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" - sodipodi:type="arc" /> - <path - sodipodi:type="arc" - style="fill:#7ac0f2;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" - id="path4708" - sodipodi:cx="-34.648235" - sodipodi:cy="85.500221" - sodipodi:rx="4.242641" - sodipodi:ry="4.242641" - d="m -30.405594,85.500221 c 0,2.343146 -1.899495,4.242641 -4.242641,4.242641 -2.343146,0 -4.242641,-1.899495 -4.242641,-4.242641 0,-2.343146 1.899495,-4.242641 4.242641,-4.242641 2.343146,0 4.242641,1.899495 4.242641,4.242641 z" - transform="translate(83.60668,69.875263)" /> - <path - transform="translate(54.2254,69.875263)" - d="m -30.405594,85.500221 c 0,2.343146 -1.899495,4.242641 -4.242641,4.242641 -2.343146,0 -4.242641,-1.899495 -4.242641,-4.242641 0,-2.343146 1.899495,-4.242641 4.242641,-4.242641 2.343146,0 4.242641,1.899495 4.242641,4.242641 z" - sodipodi:ry="4.242641" - sodipodi:rx="4.242641" - sodipodi:cy="85.500221" - sodipodi:cx="-34.648235" - id="path4710" - style="fill:#7ac0f2;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" - sodipodi:type="arc" /> - <path - sodipodi:type="arc" - style="fill:#7ac0f2;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" - id="path4712" - sodipodi:cx="-34.648235" - sodipodi:cy="85.500221" - sodipodi:rx="4.242641" - sodipodi:ry="4.242641" - d="m -30.405594,85.500221 c 0,2.343146 -1.899495,4.242641 -4.242641,4.242641 -2.343146,0 -4.242641,-1.899495 -4.242641,-4.242641 0,-2.343146 1.899495,-4.242641 4.242641,-4.242641 2.343146,0 4.242641,1.899495 4.242641,4.242641 z" - transform="matrix(0.79166667,0,0,0.79166667,73.24445,15.934719)" /> - <path - transform="matrix(0.79166667,0,0,0.79166667,102.99445,15.934719)" - d="m -30.405594,85.500221 c 0,2.343146 -1.899495,4.242641 -4.242641,4.242641 -2.343146,0 -4.242641,-1.899495 -4.242641,-4.242641 0,-2.343146 1.899495,-4.242641 4.242641,-4.242641 2.343146,0 4.242641,1.899495 4.242641,4.242641 z" - sodipodi:ry="4.242641" - sodipodi:rx="4.242641" - sodipodi:cy="85.500221" - sodipodi:cx="-34.648235" - id="path4714" - style="fill:#7ac0f2;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" - sodipodi:type="arc" /> - <path - sodipodi:type="arc" - style="fill:#7ac0f2;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" - id="path4716" - sodipodi:cx="-34.648235" - sodipodi:cy="85.500221" - sodipodi:rx="4.242641" - sodipodi:ry="4.242641" - d="m -30.405594,85.500221 c 0,2.343146 -1.899495,4.242641 -4.242641,4.242641 -2.343146,0 -4.242641,-1.899495 -4.242641,-4.242641 0,-2.343146 1.899495,-4.242641 4.242641,-4.242641 2.343146,0 4.242641,1.899495 4.242641,4.242641 z" - transform="matrix(0.79166667,0,0,0.79166667,142.99445,15.934719)" /> - <path - transform="matrix(0.79166667,0,0,0.79166667,162.99445,15.934719)" - d="m -30.405594,85.500221 c 0,2.343146 -1.899495,4.242641 -4.242641,4.242641 -2.343146,0 -4.242641,-1.899495 -4.242641,-4.242641 0,-2.343146 1.899495,-4.242641 4.242641,-4.242641 2.343146,0 4.242641,1.899495 4.242641,4.242641 z" - sodipodi:ry="4.242641" - sodipodi:rx="4.242641" - sodipodi:cy="85.500221" - sodipodi:cx="-34.648235" - id="path4718" - style="fill:#7ac0f2;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" - sodipodi:type="arc" /> - <text - xml:space="preserve" - style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="68.828423" - y="96.245384" - id="text4720" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan4722" - x="68.828423" - y="96.245384" - style="font-size:8px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">(a) TPQ = 8</tspan></text> - <text - sodipodi:linespacing="125%" - id="text4724" - y="132.01315" - x="68.828423" - style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - xml:space="preserve"><tspan - style="font-size:8px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="132.01315" - x="68.828423" - id="tspan4726" - sodipodi:role="line">(b) TPQ = 4</tspan></text> - <text - xml:space="preserve" - style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="68.828423" - y="168.95248" - id="text4728" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan4730" - x="68.828423" - y="168.95248" - style="font-size:8px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">(c) TPQ = 2</tspan></text> - </g> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(-419.06824,-84.038656)" - style="display:inline"> - <text - sodipodi:linespacing="125%" - id="text3417" - y="-181.17209" - x="-447.39124" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-181.17209" - x="-447.39124" - id="tspan3419" - sodipodi:role="line">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-476.74878" - y="-181.17209" - id="text3421" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3423" - x="-476.74878" - y="-181.17209">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3425" - y="-181.17209" - x="-506.10638" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-181.17209" - x="-506.10638" - id="tspan3427" - sodipodi:role="line">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-535.46399" - y="-181.17209" - id="text3429" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3431" - x="-535.46399" - y="-181.17209">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-457.17706" - y="-181.17209" - id="text3433" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3435" - x="-457.17706" - y="-181.17209">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3437" - y="-181.17209" - x="-486.53467" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-181.17209" - x="-486.53467" - id="tspan3439" - sodipodi:role="line">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-515.89227" - y="-181.17209" - id="text3441" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3443" - x="-515.89227" - y="-181.17209">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3445" - y="-181.17209" - x="-545.24988" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-181.17209" - x="-545.24988" - id="tspan3447" - sodipodi:role="line">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3449" - y="-181.17209" - x="-466.96295" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-181.17209" - x="-466.96295" - id="tspan3451" - sodipodi:role="line">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-496.32056" - y="-181.17209" - id="text3453" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3455" - x="-496.32056" - y="-181.17209">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3457" - y="-181.17209" - x="-525.6781" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-181.17209" - x="-525.6781" - id="tspan3459" - sodipodi:role="line">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-437.60529" - y="-181.17209" - id="text3461" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3463" - x="-437.60529" - y="-181.17209">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3485" - y="-181.17209" - x="-574.60742" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-181.17209" - x="-574.60742" - id="tspan3487" - sodipodi:role="line">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3489" - y="-181.17209" - x="-555.03571" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-181.17209" - x="-555.03571" - id="tspan3491" - sodipodi:role="line">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-584.39331" - y="-181.17209" - id="text3493" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3495" - x="-584.39331" - y="-181.17209">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-564.82159" - y="-181.17209" - id="text3497" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3499" - x="-564.82159" - y="-181.17209">W</tspan></text> - <path - style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="m 437.27564,168.51999 29.48383,0" - id="path3501" - inkscape:path-effect="#path-effect3503" - inkscape:original-d="m 437.27564,168.51999 29.48383,0" - inkscape:connector-curvature="0" /> - <path - inkscape:connector-curvature="0" - inkscape:original-d="m 437.27564,170.27223 29.48383,0" - inkscape:path-effect="#path-effect3507" - id="path3505" - d="m 437.27564,170.27223 29.48383,0" - style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> - <path - inkscape:connector-curvature="0" - inkscape:original-d="m 476.35592,168.51999 29.48383,0" - inkscape:path-effect="#path-effect3513" - id="path3509" - d="m 476.35592,168.51999 29.48383,0" - style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> - <path - style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="m 476.35592,170.27223 29.48383,0" - id="path3511" - inkscape:path-effect="#path-effect3515" - inkscape:original-d="m 476.35592,170.27223 29.48383,0" - inkscape:connector-curvature="0" /> - <path - style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="m 515.6256,168.51999 29.48383,0" - id="path3517" - inkscape:path-effect="#path-effect3521" - inkscape:original-d="m 515.6256,168.51999 29.48383,0" - inkscape:connector-curvature="0" /> - <path - inkscape:connector-curvature="0" - inkscape:original-d="m 515.6256,170.27223 29.48383,0" - inkscape:path-effect="#path-effect3523" - id="path3519" - d="m 515.6256,170.27223 29.48383,0" - style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> - <path - inkscape:connector-curvature="0" - inkscape:original-d="m 554.57961,168.51999 29.48383,0" - inkscape:path-effect="#path-effect3529" - id="path3525" - d="m 554.57961,168.51999 29.48383,0" - style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> - <path - style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="m 554.57961,170.27223 29.48383,0" - id="path3527" - inkscape:path-effect="#path-effect3531" - inkscape:original-d="m 554.57961,170.27223 29.48383,0" - inkscape:connector-curvature="0" /> - <path - inkscape:connector-curvature="0" - inkscape:original-d="m 428.4748,166.4568 0,20.88375" - inkscape:path-effect="#path-effect3587" - id="path3583" - d="m 428.4748,166.4568 0,20.88375" - style="fill:none;stroke:#000000;stroke-width:0.86456078;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> - <path - style="fill:none;stroke:#000000;stroke-width:0.86456078;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" - d="m 590.24726,166.4568 0,20.88375" - id="path3585" - inkscape:path-effect="#path-effect3589" - inkscape:original-d="m 590.24726,166.4568 0,20.88375" - inkscape:connector-curvature="0" /> - <text - xml:space="preserve" - style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - x="125.02293" - y="173.92026" - id="text3390" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3392" - x="125.02293" - y="173.92026" - style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">⟨</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3394" - y="173.92026" - x="285.21268" - style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - xml:space="preserve"><tspan - style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="173.92026" - x="285.21268" - id="tspan3396" - sodipodi:role="line">⟩</tspan></text> - <text - xml:space="preserve" - style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - x="327.96259" - y="173.92026" - id="text3545" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3547" - x="327.96259" - y="173.92026" - style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">⟨</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3549" - y="173.92026" - x="488.15231" - style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - xml:space="preserve"><tspan - style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="173.92026" - x="488.15231" - id="tspan3551" - sodipodi:role="line">⟩</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3553" - y="173.92026" - x="534.08423" - style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - xml:space="preserve"><tspan - style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="173.92026" - x="534.08423" - id="tspan3555" - sodipodi:role="line">⟨</tspan></text> - <text - xml:space="preserve" - style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - x="694.27393" - y="173.92026" - id="text3557" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3559" - x="694.27393" - y="173.92026" - style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">⟩</tspan></text> - <text - xml:space="preserve" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="418.78015" - y="99.297379" - id="text5785" - sodipodi:linespacing="125%"><tspan - style="font-size:16px" - sodipodi:role="line" - id="tspan5787" - x="418.78015" - y="99.297379">I</tspan></text> - <text - sodipodi:linespacing="125%" - id="text5789" - y="108.2534" - x="418.78015" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve"><tspan - y="108.2534" - x="418.78015" - id="tspan5791" - sodipodi:role="line" - style="font-size:16px">I</tspan></text> - <path - style="fill:none;stroke:#000000;stroke-width:0.94714737;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" - d="m 428.4748,90.099293 0,25.064127" - id="path5803" - inkscape:path-effect="#path-effect6311-4" - inkscape:original-d="m 428.4748,90.099293 0,25.064127" - inkscape:connector-curvature="0" /> - <path - inkscape:connector-curvature="0" - inkscape:original-d="m 590.24726,90.099293 0,25.064127" - inkscape:path-effect="#path-effect6313-3" - id="path5805" - d="m 590.24726,90.099293 0,25.064127" - style="fill:none;stroke:#000000;stroke-width:0.94714737;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> - <text - xml:space="preserve" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="492.41589" - y="110.61716" - id="text5865" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan5867" - x="492.41589" - y="110.61716">$</tspan></text> - <text - xml:space="preserve" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="474.58484" - y="111.78792" - id="text5877" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - x="474.58484" - y="111.78792" - id="tspan5879">*</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-439.22699" - y="-107.84917" - id="text6395-0" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan6397-5" - x="-439.22699" - y="-107.84917">A</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-468.44421" - y="-107.84917" - id="text6399-1" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan6401-5" - x="-468.44421" - y="-107.84917">A</tspan></text> - <path - sodipodi:nodetypes="ccccc" - inkscape:connector-curvature="0" - id="path6403-6" - d="m 439.53339,94.081563 27.94179,0 0,0.76528 -27.94179,0 z" - style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.48052132;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0" /> - <path - sodipodi:type="arc" - style="fill:#000080;fill-opacity:0.7393365;fill-rule:nonzero;stroke:#000000;stroke-width:0.63599998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" - id="path9176" - sodipodi:cx="218.78348" - sodipodi:cy="487.77512" - sodipodi:rx="0.14508928" - sodipodi:ry="0.14508928" - d="m 218.92857,487.77512 c 0,0.0801 -0.065,0.14509 -0.14509,0.14509 -0.0801,0 -0.14509,-0.065 -0.14509,-0.14509 0,-0.0801 0.065,-0.14509 0.14509,-0.14509 0.0801,0 0.14509,0.065 0.14509,0.14509 z" - transform="matrix(1.6871606,0,0,1.6871606,72.04668,-713.30565)" /> - <path - style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.48052132;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0" - d="m 462.76386,97.289373 4.71132,0 0,0.76527 -4.71132,0 z" - id="path9183" - inkscape:connector-curvature="0" - sodipodi:nodetypes="ccccc" /> - <text - sodipodi:linespacing="125%" - id="text9185" - y="-107.84917" - x="-558.10699" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-107.84917" - x="-558.10699" - id="tspan9187" - sodipodi:role="line">A</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3314" - y="110.61716" - x="532.06067" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve"><tspan - y="110.61716" - x="532.06067" - id="tspan3316" - sodipodi:role="line">$</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3318" - y="111.78792" - x="513.8725" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve"><tspan - id="tspan3320" - y="111.78792" - x="513.8725" - sodipodi:role="line">*</tspan></text> - <path - style="fill:none;stroke:#000000;stroke-width:0.70863259px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" - d="m 436.7914,84.392972 3.41724,1.991208 -3.3725,1.947116" - id="path3423" - inkscape:path-effect="#path-effect3425-1" - inkscape:original-d="m 436.7914,84.392972 3.41724,1.991208 -3.3725,1.947116" - inkscape:connector-curvature="0" - sodipodi:nodetypes="ccc" /> - <path - sodipodi:nodetypes="ccc" - inkscape:connector-curvature="0" - inkscape:original-d="m 494.7914,84.392972 3.41724,1.991208 -3.3725,1.947116" - inkscape:path-effect="#path-effect6093" - id="path6091" - d="m 494.7914,84.392972 3.41724,1.991208 -3.3725,1.947116" - style="fill:none;stroke:#000000;stroke-width:0.70863259px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> - <path - style="fill:none;stroke:#000000;stroke-width:0.86456078;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" - d="m 428.4748,131.33043 0,20.88375" - id="path6251" - inkscape:path-effect="#path-effect6401" - inkscape:original-d="m 428.4748,131.33043 0,20.88375" - inkscape:connector-curvature="0" /> - <path - inkscape:connector-curvature="0" - inkscape:original-d="m 590.24726,131.33043 0,20.88375" - inkscape:path-effect="#path-effect6403" - id="path6253" - d="m 590.24726,131.33043 0,20.88375" - style="fill:none;stroke:#000000;stroke-width:0.86456078;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> - <g - id="g6614" - transform="translate(-8.5,24)"> - <text - sodipodi:linespacing="125%" - id="text6131" - y="-122.04572" - x="-453.13605" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-122.04572" - x="-453.13605" - id="tspan6133" - sodipodi:role="line">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-462.66681" - y="-122.04572" - id="text6147" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan6149" - x="-462.66681" - y="-122.04572">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text6163" - y="-122.04572" - x="-472.19757" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-122.04572" - x="-472.19757" - id="tspan6165" - sodipodi:role="line">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-443.60529" - y="-122.04572" - id="text6175" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan6177" - x="-443.60529" - y="-122.04572">W</tspan></text> - <path - sodipodi:nodetypes="cc" - style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="m 443.27564,109.39362 33.23383,0" - id="path6195" - inkscape:path-effect="#path-effect6385" - inkscape:original-d="m 443.27564,109.39362 33.23383,0" - inkscape:connector-curvature="0" /> - <path - inkscape:connector-curvature="0" - inkscape:original-d="m 443.27564,111.14586 33.29527,0" - inkscape:path-effect="#path-effect6387" - id="path6197" - d="m 443.27564,111.14586 33.29527,0" - style="fill:none;stroke:#000000;stroke-width:1.06267226px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-457.90143" - y="-122.04572" - id="text6514" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan6516" - x="-457.90143" - y="-122.04572">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text6530" - y="-122.04572" - x="-467.43219" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-122.04572" - x="-467.43219" - id="tspan6532" - sodipodi:role="line">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-476.96295" - y="-122.04572" - id="text6546" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan6548" - x="-476.96295" - y="-122.04572">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text6558" - y="-122.04572" - x="-448.37067" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-122.04572" - x="-448.37067" - id="tspan6560" - sodipodi:role="line">W</tspan></text> - <path - sodipodi:nodetypes="cc" - inkscape:connector-curvature="0" - inkscape:original-d="m 443.27564,113.14362 33.48383,0" - inkscape:path-effect="#path-effect6594" - id="path6578" - d="m 443.27564,113.14362 33.48383,0" - style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> - </g> - <g - id="g6635" - transform="translate(31,24)"> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-453.13605" - y="-122.04572" - id="text6637" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan6639" - x="-453.13605" - y="-122.04572">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text6641" - y="-122.04572" - x="-462.66681" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-122.04572" - x="-462.66681" - id="tspan6643" - sodipodi:role="line">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-472.19757" - y="-122.04572" - id="text6645" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan6647" - x="-472.19757" - y="-122.04572">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text6649" - y="-122.04572" - x="-443.60529" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-122.04572" - x="-443.60529" - id="tspan6651" - sodipodi:role="line">W</tspan></text> - <path - inkscape:connector-curvature="0" - inkscape:original-d="m 443.27564,109.39362 33.23383,0" - inkscape:path-effect="#path-effect6385" - id="path6653" - d="m 443.27564,109.39362 33.23383,0" - style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - sodipodi:nodetypes="cc" /> - <path - style="fill:none;stroke:#000000;stroke-width:1.06267226px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="m 443.27564,111.14586 33.29527,0" - id="path6655" - inkscape:path-effect="#path-effect6387" - inkscape:original-d="m 443.27564,111.14586 33.29527,0" - inkscape:connector-curvature="0" /> - <text - sodipodi:linespacing="125%" - id="text6657" - y="-122.04572" - x="-457.90143" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-122.04572" - x="-457.90143" - id="tspan6659" - sodipodi:role="line">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-467.43219" - y="-122.04572" - id="text6661" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan6663" - x="-467.43219" - y="-122.04572">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text6665" - y="-122.04572" - x="-476.96295" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-122.04572" - x="-476.96295" - id="tspan6667" - sodipodi:role="line">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-448.37067" - y="-122.04572" - id="text6669" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan6671" - x="-448.37067" - y="-122.04572">W</tspan></text> - <path - style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="m 443.27564,113.14362 33.48383,0" - id="path6673" - inkscape:path-effect="#path-effect6594" - inkscape:original-d="m 443.27564,113.14362 33.48383,0" - inkscape:connector-curvature="0" - sodipodi:nodetypes="cc" /> - </g> - <g - transform="translate(70.625,24)" - id="g6675"> - <text - sodipodi:linespacing="125%" - id="text6677" - y="-122.04572" - x="-453.13605" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-122.04572" - x="-453.13605" - id="tspan6679" - sodipodi:role="line">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-462.66681" - y="-122.04572" - id="text6681" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan6683" - x="-462.66681" - y="-122.04572">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text6685" - y="-122.04572" - x="-472.19757" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-122.04572" - x="-472.19757" - id="tspan6687" - sodipodi:role="line">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-443.60529" - y="-122.04572" - id="text6689" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan6691" - x="-443.60529" - y="-122.04572">W</tspan></text> - <path - sodipodi:nodetypes="cc" - style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="m 443.27564,109.39362 33.23383,0" - id="path6693" - inkscape:path-effect="#path-effect6385" - inkscape:original-d="m 443.27564,109.39362 33.23383,0" - inkscape:connector-curvature="0" /> - <path - inkscape:connector-curvature="0" - inkscape:original-d="m 443.27564,111.14586 33.29527,0" - inkscape:path-effect="#path-effect6387" - id="path6695" - d="m 443.27564,111.14586 33.29527,0" - style="fill:none;stroke:#000000;stroke-width:1.06267226px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-457.90143" - y="-122.04572" - id="text6697" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan6699" - x="-457.90143" - y="-122.04572">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text6701" - y="-122.04572" - x="-467.43219" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-122.04572" - x="-467.43219" - id="tspan6703" - sodipodi:role="line">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-476.96295" - y="-122.04572" - id="text6705" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan6707" - x="-476.96295" - y="-122.04572">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text6709" - y="-122.04572" - x="-448.37067" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-122.04572" - x="-448.37067" - id="tspan6711" - sodipodi:role="line">W</tspan></text> - <path - sodipodi:nodetypes="cc" - inkscape:connector-curvature="0" - inkscape:original-d="m 443.27564,113.14362 33.48383,0" - inkscape:path-effect="#path-effect6594" - id="path6713" - d="m 443.27564,113.14362 33.48383,0" - style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> - </g> - <g - id="g6715" - transform="translate(109.875,24)"> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-453.13605" - y="-122.04572" - id="text6717" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan6719" - x="-453.13605" - y="-122.04572">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text6721" - y="-122.04572" - x="-462.66681" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-122.04572" - x="-462.66681" - id="tspan6723" - sodipodi:role="line">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-472.19757" - y="-122.04572" - id="text6725" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan6727" - x="-472.19757" - y="-122.04572">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text6729" - y="-122.04572" - x="-443.60529" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-122.04572" - x="-443.60529" - id="tspan6731" - sodipodi:role="line">W</tspan></text> - <path - inkscape:connector-curvature="0" - inkscape:original-d="m 443.27564,109.39362 33.23383,0" - inkscape:path-effect="#path-effect6385" - id="path6733" - d="m 443.27564,109.39362 33.23383,0" - style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - sodipodi:nodetypes="cc" /> - <path - style="fill:none;stroke:#000000;stroke-width:1.06267226px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="m 443.27564,111.14586 33.29527,0" - id="path6735" - inkscape:path-effect="#path-effect6387" - inkscape:original-d="m 443.27564,111.14586 33.29527,0" - inkscape:connector-curvature="0" /> - <text - sodipodi:linespacing="125%" - id="text6737" - y="-122.04572" - x="-457.90143" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-122.04572" - x="-457.90143" - id="tspan6739" - sodipodi:role="line">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-467.43219" - y="-122.04572" - id="text6741" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan6743" - x="-467.43219" - y="-122.04572">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text6745" - y="-122.04572" - x="-476.96295" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-122.04572" - x="-476.96295" - id="tspan6747" - sodipodi:role="line">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-448.37067" - y="-122.04572" - id="text6749" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan6751" - x="-448.37067" - y="-122.04572">W</tspan></text> - <path - style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="m 443.27564,113.14362 33.48383,0" - id="path6753" - inkscape:path-effect="#path-effect6594" - inkscape:original-d="m 443.27564,113.14362 33.48383,0" - inkscape:connector-curvature="0" - sodipodi:nodetypes="cc" /> - </g> - <g - transform="translate(-14.066753,-3.8598249)" - id="g3448"> - <flowRoot - transform="matrix(0.10453308,0,0,0.10453308,539.77439,134.97958)" - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:97.00000286%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - id="flowRoot3460" - xml:space="preserve"><flowRegion - id="flowRegion3462"><rect - style="font-size:50.2630806px;font-weight:normal;text-align:start;line-height:97.00000286%;text-anchor:start;-inkscape-font-specification:Arial" - y="35.219326" - x="-2.8571429" - height="146.40599" - width="197.19205" - id="rect3464" /></flowRegion><flowPara - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:97.00000286%;text-anchor:start;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowPara3466"><flowSpan - id="flowSpan3468" - style="text-align:start;line-height:97.00000286%;text-anchor:start;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" /></flowPara><flowPara - id="flowPara3470" - style="font-size:50.2630806px;font-weight:normal;text-align:start;line-height:97.00000286%;text-anchor:start;font-family:Times New Roman;-inkscape-font-specification:Arial" /></flowRoot> </g> - <text - sodipodi:linespacing="125%" - id="text4433" - y="-217.94165" - x="-476.74878" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-217.94165" - x="-476.74878" - id="tspan4435" - sodipodi:role="line">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text4441" - y="-217.94165" - x="-535.46399" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-217.94165" - x="-535.46399" - id="tspan4443" - sodipodi:role="line">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text4445" - y="-217.94165" - x="-457.17706" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-217.94165" - x="-457.17706" - id="tspan4447" - sodipodi:role="line">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text4453" - y="-217.94165" - x="-515.89227" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-217.94165" - x="-515.89227" - id="tspan4455" - sodipodi:role="line">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text4465" - y="-217.94165" - x="-496.32056" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-217.94165" - x="-496.32056" - id="tspan4467" - sodipodi:role="line">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text4473" - y="-217.94165" - x="-437.60529" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-217.94165" - x="-437.60529" - id="tspan4475" - sodipodi:role="line">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-574.60742" - y="-217.94165" - id="text4477" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan4479" - x="-574.60742" - y="-217.94165">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-555.03571" - y="-217.94165" - id="text4481" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan4483" - x="-555.03571" - y="-217.94165">W</tspan></text> - <path - inkscape:connector-curvature="0" - inkscape:original-d="m 437.27564,205.28954 19.49595,0" - inkscape:path-effect="#path-effect4513" - id="path4493" - d="m 437.27564,205.28954 19.49595,0" - style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - sodipodi:nodetypes="cc" /> - <path - style="fill:none;stroke:#000000;stroke-width:0.86456078;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" - d="m 428.4748,203.22635 0,20.88375" - id="path4509" - inkscape:path-effect="#path-effect4529" - inkscape:original-d="m 428.4748,203.22635 0,20.88375" - inkscape:connector-curvature="0" /> - <path - inkscape:connector-curvature="0" - inkscape:original-d="m 590.24726,203.22635 0,20.88375" - inkscape:path-effect="#path-effect4531" - id="path4511" - d="m 590.24726,203.22635 0,20.88375" - style="fill:none;stroke:#000000;stroke-width:0.86456078;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> - <path - sodipodi:nodetypes="cc" - style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="m 476.31853,205.28954 19.93789,0" - id="path4549" - inkscape:path-effect="#path-effect4551" - inkscape:original-d="m 476.31853,205.28954 19.93789,0" - inkscape:connector-curvature="0" /> - <path - inkscape:connector-curvature="0" - inkscape:original-d="m 515.44797,205.28954 19.92725,0" - inkscape:path-effect="#path-effect4555" - id="path4553" - d="m 515.44797,205.28954 19.92725,0" - style="fill:none;stroke:#000000;stroke-width:1.0153811px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - sodipodi:nodetypes="cc" /> - <path - sodipodi:nodetypes="cc" - style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="m 554.5356,205.28954 19.93789,0" - id="path4557" - inkscape:path-effect="#path-effect4559" - inkscape:original-d="m 554.5356,205.28954 19.93789,0" - inkscape:connector-curvature="0" /> - </g> -</svg>
--- a/SMC2015latex/images/framework.svg Tue May 12 08:53:12 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,157 +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="744.09448819" - height="1052.3622047" - id="svg2" - version="1.1" - inkscape:version="0.48.2 r9819" - sodipodi:docname="framework.svg"> - <defs - id="defs4" /> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="2" - inkscape:cx="321.90914" - inkscape:cy="623.49062" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="false" - inkscape:window-width="1440" - inkscape:window-height="856" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" /> - <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:label="Layer 1" - inkscape:groupmode="layer" - id="layer1"> - <rect - style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" - id="rect3765" - width="384.00003" - height="165.35718" - x="101.20461" - y="352.005" - ry="0" /> - <path - style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0" - d="m 168.56177,439.14789 41.29525,0 0,-47.85671 165.714,-4.3e-4 0,47.85714 42.27647,0 0,39.2857 -249.28572,0 z" - id="rect3755" - inkscape:connector-curvature="0" - sodipodi:nodetypes="ccccccccc" /> - <rect - style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" - id="rect2985" - width="384" - height="39.285706" - x="101.20463" - y="478.43359" - ry="0" /> - <text - xml:space="preserve" - style="font-size:14.1577282px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Courier 10 Pitch;-inkscape-font-specification:Courier 10 Pitch" - x="229.72226" - y="503.08524" - id="text3757" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3759" - x="229.72226" - y="503.08524">basic_functions</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3761" - y="412.46429" - x="238.47263" - style="font-size:14.1577282px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Courier 10 Pitch;-inkscape-font-specification:Courier 10 Pitch" - xml:space="preserve"><tspan - y="412.46429" - x="238.47263" - id="tspan3763" - sodipodi:role="line">music_objects</tspan></text> - <rect - ry="0" - y="352.005" - x="101.32963" - height="39.285706" - width="383.75" - id="rect3767" - style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> - <text - xml:space="preserve" - style="font-size:14.1577282px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Courier 10 Pitch;-inkscape-font-specification:Courier 10 Pitch" - x="383.69052" - y="412.46429" - id="text3775" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3777" - x="383.69052" - y="412.46429">file reader</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3779" - y="412.46429" - x="137.27559" - style="font-size:14.1577282px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Courier 10 Pitch;-inkscape-font-specification:Courier 10 Pitch" - xml:space="preserve"><tspan - y="412.46429" - x="137.27559" - id="tspan3781" - sodipodi:role="line">model</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3783" - y="374.53537" - x="271.52029" - style="font-size:14.1577282px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Courier 10 Pitch;-inkscape-font-specification:Courier 10 Pitch" - xml:space="preserve"><tspan - y="374.53537" - x="271.52029" - id="tspan3785" - sodipodi:role="line">synpy</tspan></text> - <text - xml:space="preserve" - style="font-size:15.80732155px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Courier 10 Pitch;-inkscape-font-specification:Courier 10 Pitch" - x="293.41452" - y="455.31256" - id="text2996" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - x="294.96283" - y="455.31256" - style="font-size:11.16515446px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial" - id="tspan3002">Classes: Bar, BarList, NoteSequence, </tspan><tspan - sodipodi:role="line" - x="293.41452" - y="469.26901" - style="font-size:11.16515446px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial" - id="tspan3008">VelocitySequence, TimeSignature, Note</tspan></text> - </g> -</svg>
--- a/SMC2015latex/images/general3.svg Tue May 12 08:53:12 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1175 +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="744.09448819" - height="1052.3622047" - id="svg2" - version="1.1" - inkscape:version="0.48.2 r9819" - sodipodi:docname="general3.svg"> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="2.8284272" - inkscape:cx="318.15763" - inkscape:cy="399.10381" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="false" - inkscape:window-width="1440" - inkscape:window-height="776" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - showguides="true" - inkscape:guide-bbox="true" /> - <defs - id="defs4"> - <inkscape:path-effect - effect="spiro" - id="path-effect4242" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect4238" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect4158" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect4156" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect4397" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect4395" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3261" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3127" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect4061" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect4059" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect5303" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect5299" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect5295" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect5293" - effect="spiro" /> - <inkscape:path-effect - is_visible="true" - id="path-effect5261" - effect="spiro" /> - <inkscape:path-effect - is_visible="true" - id="path-effect4813" - effect="spiro" /> - <marker - inkscape:stockid="TriangleInM" - orient="auto" - refY="0.0" - refX="0.0" - id="TriangleInM" - style="overflow:visible"> - <path - id="path4505" - d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " - style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt" - transform="scale(-0.4)" /> - </marker> - <inkscape:path-effect - effect="spiro" - id="path-effect4181" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect4109" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect4105" - is_visible="true" /> - <marker - inkscape:stockid="TriangleOutM" - orient="auto" - refY="0.0" - refX="0.0" - id="TriangleOutM" - style="overflow:visible"> - <path - id="path4434" - d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " - style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt" - transform="scale(0.4)" /> - </marker> - <inkscape:path-effect - effect="spiro" - id="path-effect3515" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect2991" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect2987" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect6313" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect6311" - is_visible="true" /> - <marker - inkscape:stockid="TriangleInM" - orient="auto" - refY="0" - refX="0" - id="TriangleInM-5" - style="overflow:visible"> - <path - inkscape:connector-curvature="0" - id="path4505-0" - d="m 5.77,0 -8.65,5 0,-10 8.65,5 z" - style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt" - transform="scale(-0.4,-0.4)" /> - </marker> - <marker - inkscape:stockid="TriangleOutM" - orient="auto" - refY="0" - refX="0" - id="TriangleOutM-6" - style="overflow:visible"> - <path - inkscape:connector-curvature="0" - id="path4434-4" - d="m 5.77,0 -8.65,5 0,-10 8.65,5 z" - style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt" - transform="scale(0.4,0.4)" /> - </marker> - <inkscape:path-effect - is_visible="true" - id="path-effect4813-4" - effect="spiro" /> - <marker - inkscape:stockid="TriangleInM" - orient="auto" - refY="0" - refX="0" - id="TriangleInM-8" - style="overflow:visible"> - <path - inkscape:connector-curvature="0" - id="path4505-2" - d="m 5.77,0 -8.65,5 0,-10 8.65,5 z" - style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt" - transform="scale(-0.4,-0.4)" /> - </marker> - <marker - inkscape:stockid="TriangleOutM" - orient="auto" - refY="0" - refX="0" - id="TriangleOutM-63" - style="overflow:visible"> - <path - inkscape:connector-curvature="0" - id="path4434-0" - d="m 5.77,0 -8.65,5 0,-10 8.65,5 z" - style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt" - transform="scale(0.4,0.4)" /> - </marker> - <inkscape:path-effect - is_visible="true" - id="path-effect4813-1" - effect="spiro" /> - <marker - inkscape:stockid="TriangleInMP" - orient="auto" - refY="0.0" - refX="0.0" - id="TriangleInMP" - style="overflow:visible"> - <path - id="path5119" - d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " - style="stroke:#0000ff;stroke-width:1.0pt;fill:#0000ff;fill-rule:evenodd" - transform="scale(-0.4)" /> - </marker> - <marker - inkscape:stockid="TriangleOutMz" - orient="auto" - refY="0.0" - refX="0.0" - id="TriangleOutMz" - style="overflow:visible"> - <path - id="path5122" - d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " - style="stroke:#0000ff;stroke-width:1.0pt;fill:#0000ff;fill-rule:evenodd" - transform="scale(0.4)" /> - </marker> - <marker - inkscape:stockid="TriangleInMR" - orient="auto" - refY="0.0" - refX="0.0" - id="TriangleInMR" - style="overflow:visible"> - <path - id="path5341" - d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " - style="stroke:#800000;stroke-width:1.0pt;fill:#800000;fill-rule:evenodd" - transform="scale(-0.4)" /> - </marker> - <marker - inkscape:stockid="TriangleOutMI" - orient="auto" - refY="0.0" - refX="0.0" - id="TriangleOutMI" - style="overflow:visible"> - <path - id="path5344" - d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " - style="stroke:#800000;stroke-width:1.0pt;fill:#800000;fill-rule:evenodd" - transform="scale(0.4)" /> - </marker> - <marker - inkscape:stockid="TriangleInM7" - orient="auto" - refY="0.0" - refX="0.0" - id="TriangleInM7" - style="overflow:visible"> - <path - id="path5347" - d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " - style="stroke:#800000;stroke-width:1.0pt;fill:#800000;fill-rule:evenodd" - transform="scale(-0.4)" /> - </marker> - <marker - inkscape:stockid="TriangleOutMY" - orient="auto" - refY="0.0" - refX="0.0" - id="TriangleOutMY" - style="overflow:visible"> - <path - id="path5350" - d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " - style="stroke:#800000;stroke-width:1.0pt;fill:#800000;fill-rule:evenodd" - transform="scale(0.4)" /> - </marker> - <marker - style="overflow:visible" - id="TriangleOutMI5" - refX="0" - refY="0" - orient="auto" - inkscape:stockid="TriangleOutMI5"> - <path - inkscape:connector-curvature="0" - transform="scale(0.4,0.4)" - style="fill:#005d00;fill-rule:evenodd;stroke:#005d00;stroke-width:1pt" - d="m 5.77,0 -8.65,5 0,-10 8.65,5 z" - id="path4261" /> - </marker> - <inkscape:path-effect - is_visible="true" - id="path-effect4181-1" - effect="spiro" /> - <inkscape:path-effect - is_visible="true" - id="path-effect4105-3" - effect="spiro" /> - <marker - style="overflow:visible" - id="TriangleInMR-6" - refX="0" - refY="0" - orient="auto" - inkscape:stockid="TriangleInMR"> - <path - inkscape:connector-curvature="0" - transform="scale(-0.4,-0.4)" - style="fill:#800000;fill-rule:evenodd;stroke:#800000;stroke-width:1pt" - d="m 5.77,0 -8.65,5 0,-10 8.65,5 z" - id="path5341-1" /> - </marker> - <marker - style="overflow:visible" - id="TriangleOutMI-9" - refX="0" - refY="0" - orient="auto" - inkscape:stockid="TriangleOutMI"> - <path - inkscape:connector-curvature="0" - transform="scale(0.4,0.4)" - style="fill:#800000;fill-rule:evenodd;stroke:#800000;stroke-width:1pt" - d="m 5.77,0 -8.65,5 0,-10 8.65,5 z" - id="path5344-7" /> - </marker> - <inkscape:path-effect - is_visible="true" - id="path-effect4181-2" - effect="spiro" /> - <marker - inkscape:stockid="TriangleInMRB" - orient="auto" - refY="0.0" - refX="0.0" - id="TriangleInMRB" - style="overflow:visible"> - <path - id="path4118" - d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " - style="fill-rule:evenodd;stroke:#808000;stroke-width:1.0pt;fill:#808000" - transform="scale(-0.4)" /> - </marker> - <marker - inkscape:stockid="TriangleOutMIr" - orient="auto" - refY="0.0" - refX="0.0" - id="TriangleOutMIr" - style="overflow:visible"> - <path - id="path4121" - d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " - style="fill-rule:evenodd;stroke:#808000;stroke-width:1.0pt;fill:#808000" - transform="scale(0.4)" /> - </marker> - <marker - inkscape:stockid="TriangleInM7Q" - orient="auto" - refY="0.0" - refX="0.0" - id="TriangleInM7Q" - style="overflow:visible"> - <path - id="path4124" - d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " - style="fill-rule:evenodd;stroke:#808000;stroke-width:1.0pt;fill:#808000" - transform="scale(-0.4)" /> - </marker> - <marker - inkscape:stockid="TriangleOutMYj" - orient="auto" - refY="0.0" - refX="0.0" - id="TriangleOutMYj" - style="overflow:visible"> - <path - id="path4127" - d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " - style="fill-rule:evenodd;stroke:#808000;stroke-width:1.0pt;fill:#808000" - transform="scale(0.4)" /> - </marker> - <marker - inkscape:stockid="TriangleInMPT" - orient="auto" - refY="0.0" - refX="0.0" - id="TriangleInMPT" - style="overflow:visible"> - <path - id="path3198" - d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " - style="fill-rule:evenodd;stroke:#000080;stroke-width:1.0pt;fill:#000080" - transform="scale(-0.4)" /> - </marker> - <marker - inkscape:stockid="TriangleOutMzh" - orient="auto" - refY="0.0" - refX="0.0" - id="TriangleOutMzh" - style="overflow:visible"> - <path - id="path3201" - d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " - style="fill-rule:evenodd;stroke:#000080;stroke-width:1.0pt;fill:#000080" - transform="scale(0.4)" /> - </marker> - <inkscape:path-effect - effect="spiro" - id="path-effect3425" - is_visible="true" /> - </defs> - <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 /> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Layer" - sodipodi:insensitive="true"> - <rect - style="fill:#ffffff;fill-opacity:1;stroke:none" - id="rect4244" - width="274.42892" - height="79.17157" - x="153.65686" - y="606.19061" /> - </g> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1"> - <text - xml:space="preserve" - style="font-size:20.3653965px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="327.79956" - y="644.3822" - id="text5324" - sodipodi:linespacing="125%"><tspan - style="font-size:26px;fill:#000000" - sodipodi:role="line" - id="tspan5326" - x="327.79956" - y="644.3822">$</tspan></text> - <text - sodipodi:linespacing="125%" - id="text4415" - y="-639.92511" - x="-249.0161" - style="font-size:20.3653965px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-639.92511" - x="-249.0161" - id="tspan4417" - sodipodi:role="line" - style="font-size:26px;fill:#000000">A</tspan></text> - <text - sodipodi:linespacing="125%" - id="text5320" - y="640.2804" - x="204.69357" - style="font-size:20.3653965px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#cccccc;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve"><tspan - y="640.2804" - x="204.69357" - id="tspan5322" - sodipodi:role="line" - style="font-size:26px;fill:#cccccc">)</tspan></text> - <text - xml:space="preserve" - style="font-size:20.3653965px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#cccccc;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="374.44339" - y="641.16437" - id="text4331" - sodipodi:linespacing="125%"><tspan - style="font-size:26px;fill:#cccccc" - sodipodi:role="line" - id="tspan4333" - x="374.44339" - y="641.16437">*</tspan></text> - <flowRoot - xml:space="preserve" - id="flowRoot3067" - style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:Arial;font-style:normal;font-weight:normal;font-size:72px;line-height:125%;letter-spacing:0px;word-spacing:0px;-inkscape-font-specification:Arial;font-stretch:normal;font-variant:normal"><flowRegion - id="flowRegion3069"><rect - id="rect3071" - width="253.57143" - height="175.71428" - x="205.71428" - y="530.93359" /></flowRegion><flowPara - id="flowPara3073" /></flowRoot> <text - xml:space="preserve" - style="font-size:10.89459801px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="221.1554" - y="669.97791" - id="text4111" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan4113" - x="221.1554" - y="669.97791" - style="font-style:italic;font-family:FreeSerif;-inkscape-font-specification:FreeSerif" /></text> - <text - xml:space="preserve" - style="font-size:2.68604851px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="312.75571" - y="651.86774" - id="text4119-4-7" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan4121-9-0" - x="312.75571" - y="651.86774" - style="font-style:italic;fill:#000000;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" /></text> - <path - style="fill:#000080;stroke:#000080;stroke-width:0.89999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.8, 1.8;stroke-dashoffset:0;marker-start:url(#TriangleInMPT);marker-end:url(#TriangleOutMzh)" - d="m 251.41751,624.98217 81.83593,0" - id="path4811-3" - inkscape:path-effect="#path-effect4813-1" - inkscape:original-d="m 251.41751,624.98217 81.83593,0" - inkscape:connector-curvature="0" - sodipodi:nodetypes="cc" /> - <path - style="fill:none;stroke:#800000;stroke-width:0.89999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.8, 1.8;stroke-dashoffset:0;marker-start:url(#TriangleInMR);marker-end:url(#TriangleOutMI)" - d="m 169.15024,624.98217 76.60343,0" - id="path4179-9" - inkscape:path-effect="#path-effect4181-2" - inkscape:original-d="m 169.15024,624.98217 76.60343,0" - inkscape:connector-curvature="0" - sodipodi:nodetypes="cc" /> - <path - sodipodi:nodetypes="cc" - inkscape:connector-curvature="0" - inkscape:original-d="m 165.96946,620.54094 0,49.21428" - inkscape:path-effect="#path-effect4158" - id="path4103-6" - d="m 165.96946,620.54094 0,49.21428" - style="fill:#000000;stroke:#000000;stroke-width:0.51800001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:0.51800001, 1.03600001;stroke-dashoffset:0" /> - <g - id="g4096" - transform="matrix(1.0826465,0,0,1.0826465,-14.303655,-53.475619)"> - <text - xml:space="preserve" - style="font-size:12.23634148px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - x="161.13164" - y="674.73132" - id="text4425-4" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan4427-3" - x="161.13164" - y="674.73132" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;font-family:cmmi10;-inkscape-font-specification:cmmi10">t</tspan></text> - <text - sodipodi:linespacing="125%" - id="text4429-2" - y="676.70258" - x="165.088" - style="font-size:4.24056673px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - xml:space="preserve"><tspan - style="font-size:6.0579524px;font-style:normal;fill:#000000;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="676.70258" - x="165.088" - id="tspan4431-4" - sodipodi:role="line">org</tspan></text> - </g> - <text - sodipodi:linespacing="125%" - id="text4425-9" - y="641.54364" - x="209.44977" - style="font-size:12.23634148px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - xml:space="preserve"><tspan - style="font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;font-family:TeXGyreTermes;-inkscape-font-specification:TeXGyreTermes Italic" - y="641.54364" - x="209.44977" - id="tspan4427-1" - sodipodi:role="line" /></text> - <text - xml:space="preserve" - style="font-size:6px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#800000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="212.1713" - y="616.55035" - id="text4429-6" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan4431-8" - x="212.1713" - y="616.55035" - style="font-size:6px;font-style:normal;fill:#800000;fill-opacity:1;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">s</tspan></text> - <text - xml:space="preserve" - style="font-size:5.7280426px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#800000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="209.67548" - y="616.09326" - id="text5267-9" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan5269-9" - x="209.67548" - y="616.09326" - style="font-size:8.11333942px;font-style:normal;fill:#800000;fill-opacity:1;font-family:cmmi10;-inkscape-font-specification:cmmi10">t</tspan></text> - <path - sodipodi:nodetypes="cc" - style="fill:#000000;stroke:#000000;stroke-width:0.51800001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:0.51800001, 1.03600001;stroke-dashoffset:0" - d="m 415.2246,620.54094 0,49.21428" - id="path3117" - inkscape:path-effect="#path-effect4156" - inkscape:original-d="m 415.2246,620.54094 0,49.21428" - inkscape:connector-curvature="0" /> - <g - id="g4090" - transform="matrix(1.0826465,0,0,1.0826465,-35.235389,-53.475619)"> - <text - sodipodi:linespacing="125%" - id="text3119" - y="674.73132" - x="409.67969" - style="font-size:12.23634148px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - xml:space="preserve"><tspan - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;font-family:cmmi10;-inkscape-font-specification:cmmi10" - y="674.73132" - x="409.67969" - id="tspan3121" - sodipodi:role="line">t</tspan></text> - <text - xml:space="preserve" - style="font-size:4.24056673px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="413.63605" - y="676.70258" - id="text3123" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3125" - x="413.63605" - y="676.70258" - style="font-size:6.0579524px;font-style:normal;fill:#000000;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">end</tspan></text> - </g> - <g - id="g4297" - transform="translate(0,-2.41733)"> - <g - style="fill:#000000" - transform="matrix(1.7981824,0,0,1.7981824,-183.1006,-495.39198)" - id="g4368"> - <text - xml:space="preserve" - style="font-size:7.06003046px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="235.44333" - y="640.53943" - id="text4370" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan4372" - x="235.44333" - y="640.53943" - style="font-style:normal;fill:#000000;font-family:cmmi10;-inkscape-font-specification:cmmi10">y</tspan></text> - <text - sodipodi:linespacing="125%" - id="text4378" - y="641.25629" - x="249.75513" - style="font-size:2.68604851px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - xml:space="preserve"><tspan - style="font-style:italic;fill:#000000;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="641.25629" - x="249.75513" - id="tspan4380" - sodipodi:role="line" /></text> - </g> - <g - id="g3129" - transform="matrix(1.7981824,0,0,1.7981824,-178.00782,-495.39198)" - style="fill:#000000"> - <text - sodipodi:linespacing="125%" - id="text3131" - y="641.58972" - x="236.18245" - style="font-size:4.35891438px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - xml:space="preserve"><tspan - style="font-size:3.46183419px;font-style:normal;fill:#000000;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="641.58972" - x="236.18245" - id="tspan3133" - sodipodi:role="line">0</tspan></text> - <text - xml:space="preserve" - style="font-size:2.68604851px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="249.75513" - y="641.25629" - id="text3135" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3137" - x="249.75513" - y="641.25629" - style="font-style:italic;fill:#000000;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" /></text> - </g> - </g> - <g - id="g4284"> - <g - style="fill:#000000" - transform="matrix(1.7981824,0,0,1.7981824,-95.096169,-497.80931)" - id="g3235"> - <text - xml:space="preserve" - style="font-size:7.06003046px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="235.44333" - y="640.53943" - id="text3237" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3239" - x="235.44333" - y="640.53943" - style="font-style:normal;fill:#000000;font-family:cmmi10;-inkscape-font-specification:cmmi10">y</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3241" - y="641.25629" - x="249.75513" - style="font-size:2.68604851px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - xml:space="preserve"><tspan - style="font-style:italic;fill:#000000;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="641.25629" - x="249.75513" - id="tspan3243" - sodipodi:role="line" /></text> - </g> - <g - id="g3245" - transform="matrix(1.7981824,0,0,1.7981824,-91.494809,-497.80931)" - style="fill:#000000"> - <text - sodipodi:linespacing="125%" - id="text3247" - y="641.58972" - x="236.90367" - style="font-size:4.35891438px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - xml:space="preserve"><tspan - style="font-style:normal;fill:#000000;font-family:cmmi10;-inkscape-font-specification:cmmi10" - y="641.58972" - x="236.90367" - id="tspan3249" - sodipodi:role="line"><tspan - style="font-size:3.46183419px;fill:#000000;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - id="tspan3257">1</tspan></tspan></text> - <text - xml:space="preserve" - style="font-size:2.68604851px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="249.75513" - y="641.25629" - id="text3251" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3253" - x="249.75513" - y="641.25629" - style="font-style:italic;fill:#000000;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" /></text> - </g> - </g> - <path - sodipodi:nodetypes="cccc" - inkscape:connector-curvature="0" - inkscape:original-d="m 167.84651,662.56673 107.3075,0 m 26.96518,0 111.27933,0" - inkscape:path-effect="#path-effect3261" - id="path3259" - d="m 167.84651,662.56673 107.3075,0 m 26.96518,0 111.27933,0" - style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#TriangleInM-8);marker-end:url(#TriangleOutM-63)" /> - <g - id="g4150" - transform="matrix(0.73714318,0,0,0.73714318,75.44411,173.66177)"> - <text - sodipodi:linespacing="125%" - id="text3119-5" - y="669.23029" - x="277.97998" - style="font-size:17.97158623px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - xml:space="preserve"><tspan - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;font-family:cmmi10;-inkscape-font-specification:cmmi10" - y="669.23029" - x="277.97998" - id="tspan3121-1" - sodipodi:role="line">t</tspan></text> - <text - xml:space="preserve" - style="font-size:6.22814512px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="283.79071" - y="670.28955" - id="text3123-7" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3125-0" - x="283.79071" - y="670.28955" - style="font-size:8.89735031px;font-style:normal;fill:#000000;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">span</tspan></text> - </g> - <g - id="g4368-7" - transform="matrix(1.9916472,0,0,1.9916472,-266.74435,-656.11509)" - style="fill:#800000;fill-opacity:1"> - <text - sodipodi:linespacing="125%" - id="text4370-5" - y="640.53943" - x="235.44333" - style="font-size:7.06003046px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#800000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - xml:space="preserve"><tspan - style="font-style:normal;fill:#800000;fill-opacity:1;font-family:cmmi10;-inkscape-font-specification:cmmi10" - y="640.53943" - x="235.44333" - id="tspan4372-3" - sodipodi:role="line">y</tspan></text> - <text - xml:space="preserve" - style="font-size:2.68604851px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#800000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="249.75513" - y="641.25629" - id="text4378-2" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan4380-7" - x="249.75513" - y="641.25629" - style="font-style:italic;fill:#800000;fill-opacity:1;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" /></text> - </g> - <g - style="fill:#800000;fill-opacity:1" - transform="matrix(1.9916472,0,0,1.9916472,-260.92409,-656.11509)" - id="g3129-6"> - <text - xml:space="preserve" - style="font-size:4.35891438px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#800000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="236.18245" - y="641.58972" - id="text3131-2" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3133-2" - x="236.18245" - y="641.58972" - style="font-size:3.46183419px;font-style:normal;fill:#800000;fill-opacity:1;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">0</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3135-2" - y="641.25629" - x="249.75513" - style="font-size:2.68604851px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#800000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - xml:space="preserve"><tspan - style="font-style:italic;fill:#800000;fill-opacity:1;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="641.25629" - x="249.75513" - id="tspan3137-8" - sodipodi:role="line" /></text> - </g> - <text - sodipodi:linespacing="125%" - id="text5292" - y="616.55035" - x="292.77206" - style="font-size:6px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000080;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - xml:space="preserve"><tspan - style="font-size:6px;font-style:normal;fill:#000080;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="616.55035" - x="292.77206" - id="tspan5294" - sodipodi:role="line">d</tspan></text> - <text - sodipodi:linespacing="125%" - id="text5296" - y="616.0932" - x="290.27625" - style="font-size:5.7280426px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000080;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - xml:space="preserve"><tspan - style="font-size:8.11333942px;font-style:normal;fill:#000080;font-family:cmmi10;-inkscape-font-specification:cmmi10" - y="616.0932" - x="290.27625" - id="tspan5298" - sodipodi:role="line">t</tspan></text> - <g - style="fill:#000080" - transform="matrix(1.9916472,0,0,1.9916472,-186.14365,-656.1151)" - id="g5300"> - <text - xml:space="preserve" - style="font-size:7.06003046px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000080;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="235.44333" - y="640.53943" - id="text5302" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan5304" - x="235.44333" - y="640.53943" - style="font-style:normal;fill:#000080;font-family:cmmi10;-inkscape-font-specification:cmmi10">y</tspan></text> - <text - sodipodi:linespacing="125%" - id="text5306" - y="641.25629" - x="249.75513" - style="font-size:2.68604851px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000080;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - xml:space="preserve"><tspan - style="font-style:italic;fill:#000080;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="641.25629" - x="249.75513" - id="tspan5308" - sodipodi:role="line" /></text> - </g> - <g - id="g5310" - transform="matrix(1.9916472,0,0,1.9916472,-180.3234,-656.1151)" - style="fill:#000080"> - <text - sodipodi:linespacing="125%" - id="text5312" - y="641.58972" - x="236.18245" - style="font-size:4.35891438px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000080;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - xml:space="preserve"><tspan - style="font-size:3.46183419px;font-style:normal;fill:#000080;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="641.58972" - x="236.18245" - id="tspan5314" - sodipodi:role="line">0</tspan></text> - <text - xml:space="preserve" - style="font-size:2.68604851px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000080;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="249.75513" - y="641.25629" - id="text5316" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan5318" - x="249.75513" - y="641.25629" - style="font-style:italic;fill:#000080;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" /></text> - </g> - <text - sodipodi:linespacing="125%" - id="text4339" - y="640.29504" - x="293.38904" - style="font-size:6px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#800000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - xml:space="preserve"><tspan - style="font-size:6px;font-style:normal;fill:#800000;fill-opacity:1;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="640.29504" - x="293.38904" - id="tspan4341" - sodipodi:role="line">s</tspan></text> - <text - sodipodi:linespacing="125%" - id="text4343" - y="639.83795" - x="290.89319" - style="font-size:5.7280426px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#800000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - xml:space="preserve"><tspan - style="font-size:8.11333942px;font-style:normal;fill:#800000;fill-opacity:1;font-family:cmmi10;-inkscape-font-specification:cmmi10" - y="639.83795" - x="290.89319" - id="tspan4345" - sodipodi:role="line">t</tspan></text> - <g - style="fill:#800000;fill-opacity:1" - transform="matrix(1.9916472,0,0,1.9916472,-185.52666,-632.37034)" - id="g4347"> - <text - xml:space="preserve" - style="font-size:7.06003046px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#800000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="235.44333" - y="640.53943" - id="text4349" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan4351" - x="235.44333" - y="640.53943" - style="font-style:normal;fill:#800000;fill-opacity:1;font-family:cmmi10;-inkscape-font-specification:cmmi10">y</tspan></text> - <text - sodipodi:linespacing="125%" - id="text4353" - y="641.25629" - x="249.75513" - style="font-size:2.68604851px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#800000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - xml:space="preserve"><tspan - style="font-style:italic;fill:#800000;fill-opacity:1;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="641.25629" - x="249.75513" - id="tspan4355" - sodipodi:role="line" /></text> - </g> - <g - id="g4357" - transform="matrix(1.9916472,0,0,1.9916472,-179.70641,-632.37034)" - style="fill:#800000;fill-opacity:1"> - <text - sodipodi:linespacing="125%" - id="text4359" - y="641.58972" - x="236.18245" - style="font-size:4.35891438px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#800000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - xml:space="preserve"><tspan - style="font-size:3.46183419px;font-style:normal;fill:#800000;fill-opacity:1;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="641.58972" - x="236.18245" - id="tspan4361" - sodipodi:role="line">1</tspan></text> - <text - xml:space="preserve" - style="font-size:2.68604851px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#800000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="249.75513" - y="641.25629" - id="text4363" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan4365" - x="249.75513" - y="641.25629" - style="font-style:italic;fill:#800000;fill-opacity:1;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" /></text> - </g> - <text - xml:space="preserve" - style="font-size:6px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000080;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="359.65128" - y="640.29504" - id="text4367" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan4369" - x="359.65128" - y="640.29504" - style="font-size:6px;font-style:normal;fill:#000080;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">d</tspan></text> - <text - xml:space="preserve" - style="font-size:5.7280426px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000080;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="357.15543" - y="639.83795" - id="text4371" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan4373" - x="357.15543" - y="639.83795" - style="font-size:8.11333942px;font-style:normal;fill:#000080;font-family:cmmi10;-inkscape-font-specification:cmmi10">t</tspan></text> - <g - id="g4375" - transform="matrix(1.9916472,0,0,1.9916472,-119.26446,-632.37034)" - style="fill:#000080;stroke-width:0.19832897;stroke-miterlimit:4;stroke-dasharray:0.5949869, 0.5949869;stroke-dashoffset:0"> - <text - sodipodi:linespacing="125%" - id="text4377" - y="640.53943" - x="235.44333" - style="font-size:7.06003046px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000080;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - xml:space="preserve"><tspan - style="font-style:normal;fill:#000080;font-family:cmmi10;-inkscape-font-specification:cmmi10" - y="640.53943" - x="235.44333" - id="tspan4379" - sodipodi:role="line">y</tspan></text> - <text - xml:space="preserve" - style="font-size:2.68604851px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000080;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="249.75513" - y="641.25629" - id="text4381" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan4383" - x="249.75513" - y="641.25629" - style="font-style:italic;fill:#000080;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" /></text> - </g> - <g - style="fill:#000080;stroke-width:0.19832897;stroke-miterlimit:4;stroke-dasharray:0.5949869, 0.5949869;stroke-dashoffset:0" - transform="matrix(1.9916472,0,0,1.9916472,-113.44421,-632.37034)" - id="g4385"> - <text - xml:space="preserve" - style="font-size:4.35891438px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000080;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="236.18245" - y="641.58972" - id="text4387" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan4389" - x="236.18245" - y="641.58972" - style="font-size:3.46183419px;font-style:normal;fill:#000080;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">1</tspan></text> - <text - sodipodi:linespacing="125%" - id="text4391" - y="641.25629" - x="249.75513" - style="font-size:2.68604851px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000080;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - xml:space="preserve"><tspan - style="font-style:italic;fill:#000080;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="641.25629" - x="249.75513" - id="tspan4393" - sodipodi:role="line" /></text> - </g> - <path - style="fill:#000000;stroke:#000000;stroke-width:1.31799996;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" - d="m 165.96946,613.35896 0,36.04271" - id="path4086" - inkscape:path-effect="#path-effect4105-3" - inkscape:original-d="m 165.96946,613.35896 0,36.04271" - inkscape:connector-curvature="0" - sodipodi:nodetypes="cc" /> - <path - inkscape:connector-curvature="0" - inkscape:original-d="m 415.2246,613.35896 0,36.04271" - inkscape:path-effect="#path-effect3127" - id="path4088" - d="m 415.2246,613.35896 0,36.04271" - style="fill:#000000;stroke:#000000;stroke-width:1.31799996;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" - sodipodi:nodetypes="cc" /> - <path - sodipodi:nodetypes="cc" - inkscape:connector-curvature="0" - inkscape:original-d="m 169.08395,632.48217 164.2802,0" - inkscape:path-effect="#path-effect4238" - id="path4236" - d="m 169.08395,632.48217 164.2802,0" - style="fill:none;stroke:#800000;stroke-width:0.89999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.8, 1.8;stroke-dashoffset:0;marker-start:url(#TriangleInMR);marker-end:url(#TriangleOutMI)" /> - <path - sodipodi:nodetypes="cc" - inkscape:connector-curvature="0" - inkscape:original-d="m 338.94719,632.48217 32.92366,0" - inkscape:path-effect="#path-effect4242" - id="path4240" - d="m 338.94719,632.48217 32.92366,0" - style="fill:#000080;stroke:#000080;stroke-width:0.89999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.8, 1.8;stroke-dashoffset:0;marker-start:url(#TriangleInMPT);marker-end:url(#TriangleOutMzh)" /> - </g> -</svg>
--- a/SMC2015latex/images/meter_hierarchy7.svg Tue May 12 08:53:12 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1500 +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="319.28561" - height="289.48486" - id="svg2" - version="1.1" - inkscape:version="0.48.2 r9819" - sodipodi:docname="meter_hierarchy7.svg"> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="1.4142136" - inkscape:cx="225.68797" - inkscape:cy="228.87771" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="false" - inkscape:window-width="1440" - inkscape:window-height="788" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="0" - showguides="true" - inkscape:guide-bbox="true" - fit-margin-top="0" - fit-margin-left="0" - fit-margin-right="0" - fit-margin-bottom="0"> - <inkscape:grid - originy="-402.94275px" - originx="-96.495627px" - snapvisiblegridlinesonly="true" - enabled="true" - visible="true" - empspacing="5" - id="grid4392" - type="xygrid" /> - <sodipodi:guide - orientation="1,0" - position="166.5,227.02672" - id="guide5244" /> - <sodipodi:guide - orientation="1,0" - position="269.40768,27.903918" - id="guide5246" /> - </sodipodi:namedview> - <defs - id="defs4"> - <inkscape:path-effect - effect="spiro" - id="path-effect13926" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect13886" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect13846" - is_visible="true" /> - <marker - style="overflow:visible" - id="TriangleOutM" - refX="0" - refY="0" - orient="auto" - inkscape:stockid="TriangleOutM"> - <path - transform="scale(0.4,0.4)" - style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt" - d="m 5.77,0 -8.65,5 0,-10 8.65,5 z" - id="path4438" - inkscape:connector-curvature="0" /> - </marker> - <inkscape:path-effect - is_visible="true" - id="path-effect4287" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3242" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3334" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3330" - effect="spiro" /> - <inkscape:path-effect - is_visible="true" - id="path-effect4412" - effect="spiro" /> - <inkscape:path-effect - is_visible="true" - id="path-effect4408" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3942" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3940" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3934" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3930" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3007" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3005" - effect="spiro" /> - <inkscape:path-effect - is_visible="true" - id="path-effect2999" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect2997" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect2991" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect2987" - effect="spiro" /> - <marker - style="overflow:visible" - id="TriangleOutMc" - refX="0" - refY="0" - orient="auto" - inkscape:stockid="TriangleOutMc"> - <path - transform="scale(0.4,0.4)" - style="fill:#676767;fill-rule:evenodd;stroke:#676767;stroke-width:1pt" - d="m 5.77,0 -8.65,5 0,-10 8.65,5 z" - id="path4858" - inkscape:connector-curvature="0" /> - </marker> - </defs> - <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 /> - </cc:Work> - </rdf:RDF> - </metadata> - <g - transform="translate(-91.247124,-89.348839)" - id="layer1" - inkscape:groupmode="layer" - inkscape:label="Layer 1"> - <rect - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="rect15063" - width="319.28561" - height="289.48486" - x="91.247124" - y="89.348839" /> - <path - inkscape:connector-curvature="0" - id="path14341" - d="m 318.78936,294.57461 -0.0805,27.00965" - style="fill:none;stroke:#800000;stroke-width:1.2674762;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" - sodipodi:nodetypes="cc" /> - <path - sodipodi:nodetypes="cc" - style="fill:none;stroke:#800000;stroke-width:1.2674762;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" - d="m 325.50029,294.57461 32.19592,27.00965" - id="path14343" - inkscape:connector-curvature="0" /> - <path - inkscape:connector-curvature="0" - id="path14345" - d="m 312.55907,294.57461 -32.19594,27.00965" - style="fill:none;stroke:#800000;stroke-width:1.2674762;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" - sodipodi:nodetypes="cc" /> - <path - sodipodi:nodetypes="cc" - style="fill:none;stroke:#800000;stroke-width:1.26987612;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" - d="m 193.67611,294.57461 -0.0807,27.00965" - id="path14339" - inkscape:connector-curvature="0" /> - <path - inkscape:connector-curvature="0" - id="path14337" - d="m 200.63764,294.57461 32.31797,27.00965" - style="fill:none;stroke:#800000;stroke-width:1.26987612;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" - sodipodi:nodetypes="cc" /> - <path - inkscape:connector-curvature="0" - id="path13599" - d="m 309.24884,154.03645 -20.57192,22.64048" - style="fill:none;stroke:#800000;stroke-width:1.2641021;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" - sodipodi:nodetypes="cc" /> - <path - inkscape:connector-curvature="0" - id="path13601" - d="m 319.50775,153.67931 20.57194,22.64048" - style="fill:none;stroke:#800000;stroke-width:1.2641021;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" - sodipodi:nodetypes="cc" /> - <flowRoot - style="font-size:72px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - id="flowRoot3009" - xml:space="preserve"><flowRegion - id="flowRegion3011"><rect - y="340.70972" - x="159.6041" - height="90.408653" - width="201.02036" - id="rect3013" /></flowRegion><flowPara - id="flowPara3015" /></flowRoot> <text - xml:space="preserve" - style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-209.38419" - y="-349.2023" - id="text3078" - sodipodi:linespacing="125%" - transform="scale(-1,-1)"><tspan - sodipodi:role="line" - id="tspan3080" - x="-209.38419" - y="-349.2023" /></text> - <flowRoot - style="font-size:72px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - id="flowRoot4881" - xml:space="preserve"><flowRegion - id="flowRegion4883"><rect - y="234.50504" - x="332.14285" - height="175" - width="135.71428" - id="rect4885" /></flowRegion><flowPara - id="flowPara4887" /></flowRoot> <path - inkscape:connector-curvature="0" - id="path6719-0" - d="m 257.86007,103.11319 -49.41761,39.93954" - style="fill:none;stroke:#800000;stroke-width:1.27499998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" - sodipodi:nodetypes="cc" /> - <path - sodipodi:nodetypes="cc" - style="fill:none;stroke:#800000;stroke-width:1.27499998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" - d="m 257.62411,103.11319 49.41762,39.93954" - id="path3233" - inkscape:connector-curvature="0" /> - <path - sodipodi:nodetypes="cc" - style="fill:none;stroke:#800000;stroke-width:1.2641021;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" - d="m 200.32026,154.03645 -20.57192,22.64048" - id="path3235" - inkscape:connector-curvature="0" /> - <path - inkscape:connector-curvature="0" - id="path3237" - d="m 211.29346,153.67931 20.57194,22.64048" - style="fill:none;stroke:#800000;stroke-width:1.2641021;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" - sodipodi:nodetypes="cc" /> - <flowRoot - xml:space="preserve" - id="flowRoot4821-1" - style="font-size:72px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0.60853545,0,0,0.60853545,177.99891,-187.04872)"><flowRegion - id="flowRegion4823-2"><rect - id="rect4825-2" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial" /></flowRegion><flowPara - id="flowPara4827-2" - style="font-size:16px">root</flowPara></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot4609-0" - style="font-size:14.02638626px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0.8555304,0,0,0.8555304,175.99823,-189.20649)"><flowRegion - id="flowRegion4611-6"><rect - id="rect4613-6" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-size:14.02638626px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial" /></flowRegion><flowPara - id="flowPara4615-9" - style="font-size:14.02638626px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">(a)</flowPara></flowRoot> <flowRoot - transform="matrix(0.8555304,0,0,0.8555304,175.99823,-44.491869)" - style="font-size:14.02638626px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - id="flowRoot4614" - xml:space="preserve"><flowRegion - id="flowRegion4616"><rect - style="font-size:14.02638626px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect4618" /></flowRegion><flowPara - style="font-size:14.02638626px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - id="flowPara4620">(b)</flowPara></flowRoot> <text - xml:space="preserve" - style="font-size:72px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="53.285545" - y="109.60157" - id="text12796" - sodipodi:linespacing="125%" - transform="translate(60.698675,36.155401)"><tspan - sodipodi:role="line" - id="tspan12798" - x="53.285545" - y="109.60157" /></text> - <path - sodipodi:type="arc" - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#800000;stroke-width:0.92155254;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" - id="path13420-6" - sodipodi:cx="175.26785" - sodipodi:cy="44.396919" - sodipodi:rx="6.3392859" - sodipodi:ry="6.3392859" - d="m 181.60714,44.396919 c 0,3.501091 -2.8382,6.339286 -6.33929,6.339286 -3.50109,0 -6.33928,-2.838195 -6.33928,-6.339286 0,-3.501091 2.83819,-6.339286 6.33928,-6.339286 3.50109,0 6.33929,2.838195 6.33929,6.339286 z" - transform="matrix(1.3564067,0,0,1.3564067,20.012634,43.854443)" /> - <path - sodipodi:type="arc" - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#800000;stroke-width:0.92155254;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" - id="path13420-6-2" - sodipodi:cx="175.26785" - sodipodi:cy="44.396919" - sodipodi:rx="6.3392859" - sodipodi:ry="6.3392859" - d="m 181.60714,44.396919 c 0,3.501091 -2.8382,6.339286 -6.33929,6.339286 -3.50109,0 -6.33928,-2.838195 -6.33928,-6.339286 0,-3.501091 2.83819,-6.339286 6.33928,-6.339286 3.50109,0 6.33929,2.838195 6.33929,6.339286 z" - transform="matrix(1.3564067,0,0,1.3564067,-31.77308,86.890153)" /> - <path - transform="matrix(1.3564067,0,0,1.3564067,76.798349,86.890153)" - d="m 181.60714,44.396919 c 0,3.501091 -2.8382,6.339286 -6.33929,6.339286 -3.50109,0 -6.33928,-2.838195 -6.33928,-6.339286 0,-3.501091 2.83819,-6.339286 6.33928,-6.339286 3.50109,0 6.33929,2.838195 6.33929,6.339286 z" - sodipodi:ry="6.3392859" - sodipodi:rx="6.3392859" - sodipodi:cy="44.396919" - sodipodi:cx="175.26785" - id="path13559" - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#800000;stroke-width:0.92155254;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" - sodipodi:type="arc" /> - <path - transform="matrix(1.3564067,0,0,1.3564067,-61.058795,122.96158)" - d="m 181.60714,44.396919 c 0,3.501091 -2.8382,6.339286 -6.33929,6.339286 -3.50109,0 -6.33928,-2.838195 -6.33928,-6.339286 0,-3.501091 2.83819,-6.339286 6.33928,-6.339286 3.50109,0 6.33929,2.838195 6.33929,6.339286 z" - sodipodi:ry="6.3392859" - sodipodi:rx="6.3392859" - sodipodi:cy="44.396919" - sodipodi:cx="175.26785" - id="path13577" - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#800000;stroke-width:0.92155254;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" - sodipodi:type="arc" /> - <path - sodipodi:type="arc" - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#800000;stroke-width:0.92155254;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" - id="path13587" - sodipodi:cx="175.26785" - sodipodi:cy="44.396919" - sodipodi:rx="6.3392859" - sodipodi:ry="6.3392859" - d="m 181.60714,44.396919 c 0,3.501091 -2.8382,6.339286 -6.33929,6.339286 -3.50109,0 -6.33928,-2.838195 -6.33928,-6.339286 0,-3.501091 2.83819,-6.339286 6.33928,-6.339286 3.50109,0 6.33929,2.838195 6.33929,6.339286 z" - transform="matrix(1.3564067,0,0,1.3564067,47.512634,122.96158)" /> - <path - transform="matrix(1.3564067,0,0,1.3564067,-4.8087937,122.96158)" - d="m 181.60714,44.396919 c 0,3.501091 -2.8382,6.339286 -6.33929,6.339286 -3.50109,0 -6.33928,-2.838195 -6.33928,-6.339286 0,-3.501091 2.83819,-6.339286 6.33928,-6.339286 3.50109,0 6.33929,2.838195 6.33929,6.339286 z" - sodipodi:ry="6.3392859" - sodipodi:rx="6.3392859" - sodipodi:cy="44.396919" - sodipodi:cx="175.26785" - id="path13603" - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#800000;stroke-width:0.92155254;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" - sodipodi:type="arc" /> - <path - sodipodi:type="arc" - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#800000;stroke-width:0.92155254;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" - id="path13613" - sodipodi:cx="175.26785" - sodipodi:cy="44.396919" - sodipodi:rx="6.3392859" - sodipodi:ry="6.3392859" - d="m 181.60714,44.396919 c 0,3.501091 -2.8382,6.339286 -6.33929,6.339286 -3.50109,0 -6.33928,-2.838195 -6.33928,-6.339286 0,-3.501091 2.83819,-6.339286 6.33928,-6.339286 3.50109,0 6.33929,2.838195 6.33929,6.339286 z" - transform="matrix(1.3564067,0,0,1.3564067,107.33407,122.96158)" /> - <flowRoot - xml:space="preserve" - id="flowRoot4130-6" - style="font-size:72px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0.56758162,0,0,0.56758162,121.48317,-122.74402)"><flowRegion - id="flowRegion4132-5"><rect - id="rect4134-4" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial" /></flowRegion><flowPara - id="flowPara4136-8" - style="font-size:16px">strong</flowPara></flowRoot> <flowRoot - inkscape:transform-center-x="62.289276" - transform="matrix(0.56758162,0,0,0.56758162,234.35475,-122.74402)" - style="font-size:72px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - id="flowRoot4146-1" - xml:space="preserve"><flowRegion - id="flowRegion4148-8"><rect - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect4150-2" /></flowRegion><flowPara - style="font-size:16px" - id="flowPara4152-7">weak</flowPara></flowRoot> <flowRoot - transform="matrix(0.56758162,0,0,0.56758162,115.82835,-72.076139)" - style="font-size:72px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - id="flowRoot13762" - xml:space="preserve"><flowRegion - id="flowRegion13764"><rect - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect13766" /></flowRegion><flowPara - style="font-size:16px" - id="flowPara13768">strong</flowPara></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot13770" - style="font-size:72px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0.56758162,0,0,0.56758162,174.48474,-72.076139)" - inkscape:transform-center-x="62.289276"><flowRegion - id="flowRegion13772"><rect - id="rect13774" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial" /></flowRegion><flowPara - id="flowPara13776" - style="font-size:16px">weak</flowPara></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot13778" - style="font-size:72px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0.56758162,0,0,0.56758162,224.90487,-72.076139)"><flowRegion - id="flowRegion13780"><rect - id="rect13782" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial" /></flowRegion><flowPara - id="flowPara13784" - style="font-size:16px">strong</flowPara></flowRoot> <flowRoot - inkscape:transform-center-x="62.289276" - transform="matrix(0.56758162,0,0,0.56758162,285.43362,-72.076139)" - style="font-size:72px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - id="flowRoot13786" - xml:space="preserve"><flowRegion - id="flowRegion13788"><rect - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect13790" /></flowRegion><flowPara - style="font-size:16px" - id="flowPara13792">weak</flowPara></flowRoot> <text - xml:space="preserve" - style="font-size:72px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - x="26.428572" - y="301.4505" - id="text13794" - sodipodi:linespacing="125%" - transform="translate(60.698675,36.155401)"><tspan - sodipodi:role="line" - id="tspan13796" - x="26.428572" - y="301.4505" /></text> - <flowRoot - xml:space="preserve" - id="flowRoot13798" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0.86212912,0,0,0.86212912,43.349386,-303.50901)"><flowRegion - id="flowRegion13800"><rect - id="rect13802" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial" /></flowRegion><flowPara - id="flowPara13804" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial">0</flowPara></flowRoot> <flowRoot - transform="matrix(0.86212912,0,0,0.86212912,43.349386,-263.94719)" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - id="flowRoot13806" - xml:space="preserve" - inkscape:transform-center-y="-33.881654"><flowRegion - id="flowRegion13808"><rect - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect13810" /></flowRegion><flowPara - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial" - id="flowPara13812"><flowSpan - id="flowSpan13814" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial">1</flowSpan></flowPara></flowRoot> <flowRoot - inkscape:transform-center-y="-33.881659" - xml:space="preserve" - id="flowRoot13816" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0.86212912,0,0,0.86212912,43.349386,-224.44916)"><flowRegion - id="flowRegion13818"><rect - id="rect13820" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial" /></flowRegion><flowPara - id="flowPara13822" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial"><flowSpan - id="flowSpan13824" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial">2</flowSpan></flowPara></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot13826" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0,-0.86212912,0.86212912,0,-306.7678,252.83529)"><flowRegion - id="flowRegion13828"><rect - id="rect13830" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial" /></flowRegion><flowPara - id="flowPara13832" - style="font-size:12.1262331px">Metrical Level <flowSpan - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowSpan3900">L</flowSpan></flowPara></flowRoot> <path - sodipodi:nodetypes="cc" - style="fill:none;stroke:#676767;stroke-width:1.04543769;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#TriangleOutMc)" - d="m 110.91713,99.495933 0,88.675407" - id="path13834" - inkscape:path-effect="#path-effect13846" - inkscape:original-d="m 110.91713,99.495933 0,88.675407" - inkscape:connector-curvature="0" /> - <flowRoot - xml:space="preserve" - id="flowRoot13888" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0.86212912,0,0,0.86212912,43.349386,-160.44058)"><flowRegion - id="flowRegion13890"><rect - id="rect13892" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial" /></flowRegion><flowPara - id="flowPara13894" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial">0</flowPara></flowRoot> <flowRoot - transform="matrix(0.86212912,0,0,0.86212912,43.349386,-120.87875)" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - id="flowRoot13896" - xml:space="preserve" - inkscape:transform-center-y="-33.881654"><flowRegion - id="flowRegion13898"><rect - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect13900" /></flowRegion><flowPara - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial" - id="flowPara13902"><flowSpan - id="flowSpan13904" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial">1</flowSpan></flowPara></flowRoot> <flowRoot - inkscape:transform-center-y="-33.881659" - xml:space="preserve" - id="flowRoot13906" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0.86212912,0,0,0.86212912,43.349386,-81.38073)"><flowRegion - id="flowRegion13908"><rect - id="rect13910" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial" /></flowRegion><flowPara - id="flowPara13912" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial"><flowSpan - id="flowSpan13914" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial">2</flowSpan></flowPara></flowRoot> <path - sodipodi:nodetypes="cc" - style="fill:none;stroke:#676767;stroke-width:1.04543769;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#TriangleOutMc)" - d="m 110.91713,242.56437 0,88.67541" - id="path13924" - inkscape:path-effect="#path-effect13926" - inkscape:original-d="m 110.91713,242.56437 0,88.67541" - inkscape:connector-curvature="0" /> - <path - inkscape:connector-curvature="0" - id="path14149" - d="m 256.3251,246.46464 -59.13015,35.83744" - style="fill:none;stroke:#800000;stroke-width:1.36404502;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" - sodipodi:nodetypes="cc" /> - <path - sodipodi:nodetypes="cc" - style="fill:none;stroke:#800000;stroke-width:1.36404502;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" - d="m 256.04447,245.05042 58.77665,37.25165" - id="path14151" - inkscape:connector-curvature="0" /> - <path - sodipodi:nodetypes="cc" - style="fill:none;stroke:#800000;stroke-width:1.26987612;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" - d="m 186.66459,294.57461 -32.31798,27.00965" - id="path14153" - inkscape:connector-curvature="0" /> - <flowRoot - xml:space="preserve" - id="flowRoot14155" - style="font-size:72px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0.56758162,0,0,0.56758162,180.07991,-24.023413)"><flowRegion - id="flowRegion14157"><rect - id="rect14159" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial" /></flowRegion><flowPara - id="flowPara14161" - style="font-size:16px">root</flowPara></flowRoot> <flowRoot - transform="matrix(0.56758162,0,0,0.56758162,110.19338,17.955957)" - style="font-size:72px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - id="flowRoot14163" - xml:space="preserve"><flowRegion - id="flowRegion14165"><rect - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect14167" /></flowRegion><flowPara - style="font-size:16px" - id="flowPara14169">strong</flowPara></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot14187" - style="font-size:72px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0.56758162,0,0,0.56758162,91.258354,73.260967)"><flowRegion - id="flowRegion14189"><rect - id="rect14191" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial" /></flowRegion><flowPara - id="flowPara14193" - style="font-size:16px">strong</flowPara></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot14211" - style="font-size:72px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0.56758162,0,0,0.56758162,260.00459,73.260967)" - inkscape:transform-center-x="62.289267"><flowRegion - id="flowRegion14213"><rect - id="rect14215" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial" /></flowRegion><flowPara - id="flowPara14217" - style="font-size:16px">weak</flowPara></flowRoot> <flowRoot - inkscape:transform-center-x="62.289273" - transform="matrix(0.56758162,0,0,0.56758162,238.43066,17.955957)" - style="font-size:72px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - id="flowRoot14219" - xml:space="preserve"><flowRegion - id="flowRegion14221"><rect - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect14223" /></flowRegion><flowPara - style="font-size:16px" - id="flowPara14225">weak</flowPara></flowRoot> <path - transform="matrix(1.3564067,0,0,1.3564067,20.012634,186.84036)" - d="m 181.60714,44.396919 c 0,3.501091 -2.8382,6.339286 -6.33929,6.339286 -3.50109,0 -6.33928,-2.838195 -6.33928,-6.339286 0,-3.501091 2.83819,-6.339286 6.33928,-6.339286 3.50109,0 6.33929,2.838195 6.33929,6.339286 z" - sodipodi:ry="6.3392859" - sodipodi:rx="6.3392859" - sodipodi:cy="44.396919" - sodipodi:cx="175.26785" - id="path14237" - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#800000;stroke-width:0.92155254;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" - sodipodi:type="arc" /> - <path - sodipodi:type="arc" - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#800000;stroke-width:0.92155254;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" - id="path14247" - sodipodi:cx="175.26785" - sodipodi:cy="44.396919" - sodipodi:rx="6.3392859" - sodipodi:ry="6.3392859" - d="m 181.60714,44.396919 c 0,3.501091 -2.8382,6.339286 -6.33929,6.339286 -3.50109,0 -6.33928,-2.838195 -6.33928,-6.339286 0,-3.501091 2.83819,-6.339286 6.33928,-6.339286 3.50109,0 6.33929,2.838195 6.33929,6.339286 z" - transform="matrix(1.3564067,0,0,1.3564067,-43.9196,228.51627)" /> - <path - transform="matrix(1.3564067,0,0,1.3564067,80.92503,228.51627)" - d="m 181.60714,44.396919 c 0,3.501091 -2.8382,6.339286 -6.33929,6.339286 -3.50109,0 -6.33928,-2.838195 -6.33928,-6.339286 0,-3.501091 2.83819,-6.339286 6.33928,-6.339286 3.50109,0 6.33929,2.838195 6.33929,6.339286 z" - sodipodi:ry="6.3392859" - sodipodi:rx="6.3392859" - sodipodi:cy="44.396919" - sodipodi:cx="175.26785" - id="path14257" - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#800000;stroke-width:0.92155254;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" - sodipodi:type="arc" /> - <path - transform="matrix(1.3564067,0,0,1.3564067,-85.428671,267.98056)" - d="m 181.60714,44.396919 c 0,3.501091 -2.8382,6.339286 -6.33929,6.339286 -3.50109,0 -6.33928,-2.838195 -6.33928,-6.339286 0,-3.501091 2.83819,-6.339286 6.33928,-6.339286 3.50109,0 6.33929,2.838195 6.33929,6.339286 z" - sodipodi:ry="6.3392859" - sodipodi:rx="6.3392859" - sodipodi:cy="44.396919" - sodipodi:cx="175.26785" - id="path14277" - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#800000;stroke-width:0.92155254;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" - sodipodi:type="arc" /> - <path - sodipodi:type="arc" - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#800000;stroke-width:0.92155254;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" - id="path14287" - sodipodi:cx="175.26785" - sodipodi:cy="44.396919" - sodipodi:rx="6.3392859" - sodipodi:ry="6.3392859" - d="m 181.60714,44.396919 c 0,3.501091 -2.8382,6.339286 -6.33929,6.339286 -3.50109,0 -6.33928,-2.838195 -6.33928,-6.339286 0,-3.501091 2.83819,-6.339286 6.33928,-6.339286 3.50109,0 6.33929,2.838195 6.33929,6.339286 z" - transform="matrix(1.3564067,0,0,1.3564067,81.467663,267.98056)" /> - <path - transform="matrix(1.3564067,0,0,1.3564067,-1.980522,267.98056)" - d="m 181.60714,44.396919 c 0,3.501091 -2.8382,6.339286 -6.33929,6.339286 -3.50109,0 -6.33928,-2.838195 -6.33928,-6.339286 0,-3.501091 2.83819,-6.339286 6.33928,-6.339286 3.50109,0 6.33929,2.838195 6.33929,6.339286 z" - sodipodi:ry="6.3392859" - sodipodi:rx="6.3392859" - sodipodi:cy="44.396919" - sodipodi:cx="175.26785" - id="path14297" - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#800000;stroke-width:0.92155254;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" - sodipodi:type="arc" /> - <path - sodipodi:type="arc" - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#800000;stroke-width:0.92155254;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" - id="path14307" - sodipodi:cx="175.26785" - sodipodi:cy="44.396919" - sodipodi:rx="6.3392859" - sodipodi:ry="6.3392859" - d="m 181.60714,44.396919 c 0,3.501091 -2.8382,6.339286 -6.33929,6.339286 -3.50109,0 -6.33928,-2.838195 -6.33928,-6.339286 0,-3.501091 2.83819,-6.339286 6.33928,-6.339286 3.50109,0 6.33929,2.838195 6.33929,6.339286 z" - transform="matrix(1.3564067,0,0,1.3564067,-43.704594,267.98056)" /> - <path - transform="matrix(1.3564067,0,0,1.3564067,123.19171,267.98056)" - d="m 181.60714,44.396919 c 0,3.501091 -2.8382,6.339286 -6.33929,6.339286 -3.50109,0 -6.33928,-2.838195 -6.33928,-6.339286 0,-3.501091 2.83819,-6.339286 6.33928,-6.339286 3.50109,0 6.33929,2.838195 6.33929,6.339286 z" - sodipodi:ry="6.3392859" - sodipodi:rx="6.3392859" - sodipodi:cy="44.396919" - sodipodi:cx="175.26785" - id="path14317" - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#800000;stroke-width:0.92155254;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" - sodipodi:type="arc" /> - <path - sodipodi:type="arc" - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#800000;stroke-width:0.92155254;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" - id="path14327" - sodipodi:cx="175.26785" - sodipodi:cy="44.396919" - sodipodi:rx="6.3392859" - sodipodi:ry="6.3392859" - d="m 181.60714,44.396919 c 0,3.501091 -2.8382,6.339286 -6.33929,6.339286 -3.50109,0 -6.33928,-2.838195 -6.33928,-6.339286 0,-3.501091 2.83819,-6.339286 6.33928,-6.339286 3.50109,0 6.33929,2.838195 6.33929,6.339286 z" - transform="matrix(1.3564067,0,0,1.3564067,39.74357,267.98056)" /> - <flowRoot - transform="matrix(0.56758162,0,0,0.56758162,216.42291,73.260967)" - style="font-size:72px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - id="flowRoot14163-7" - xml:space="preserve"><flowRegion - id="flowRegion14165-0"><rect - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect14167-0" /></flowRegion><flowPara - style="font-size:16px" - id="flowPara14169-3">strong</flowPara></flowRoot> <flowRoot - inkscape:transform-center-x="62.289267" - transform="matrix(0.56758162,0,0,0.56758162,301.72612,73.260967)" - style="font-size:72px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - id="flowRoot14374" - xml:space="preserve"><flowRegion - id="flowRegion14376"><rect - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect14378" /></flowRegion><flowPara - style="font-size:16px" - id="flowPara14380">weak</flowPara></flowRoot> <flowRoot - inkscape:transform-center-x="62.289267" - transform="matrix(0.56758162,0,0,0.56758162,134.84004,73.260967)" - style="font-size:72px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - id="flowRoot14382" - xml:space="preserve"><flowRegion - id="flowRegion14384"><rect - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect14386" /></flowRegion><flowPara - style="font-size:16px" - id="flowPara14388">weak</flowPara></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot14390" - style="font-size:72px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0.56758162,0,0,0.56758162,176.56155,73.260967)" - inkscape:transform-center-x="62.289267"><flowRegion - id="flowRegion14392"><rect - id="rect14394" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial" /></flowRegion><flowPara - id="flowPara14396" - style="font-size:16px">weak</flowPara></flowRoot> <flowRoot - transform="matrix(1.1835302,0,0,1.1835302,151.50193,-455.73127)" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowRoot3302-4" - xml:space="preserve"><flowRegion - id="flowRegion3304-52"><rect - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect3306-1" /></flowRegion><flowPara - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowPara3308-4">w</flowPara></flowRoot> <flowRoot - inkscape:transform-center-y="-13.760438" - xml:space="preserve" - id="flowRoot3331-8" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - transform="matrix(0.48067,0,0,0.48067,219.19178,-120.00112)"><flowRegion - id="flowRegion3333-0"><rect - id="rect3335-6" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" /></flowRegion><flowPara - id="flowPara3337-3" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">0</flowPara></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot3435" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - transform="matrix(1.1835302,0,0,1.1835302,99.582279,-412.51698)"><flowRegion - id="flowRegion3437"><rect - id="rect3439" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" /></flowRegion><flowPara - id="flowPara3441" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10">w</flowPara></flowRoot> <flowRoot - transform="matrix(0.48067,0,0,0.48067,167.27213,-76.786836)" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowRoot3443" - xml:space="preserve" - inkscape:transform-center-y="-13.760438"><flowRegion - id="flowRegion3445"><rect - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect3447" /></flowRegion><flowPara - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - id="flowPara3449">0</flowPara></flowRoot> <flowRoot - transform="matrix(1.1835302,0,0,1.1835302,70.296565,-376.26698)" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowRoot3451" - xml:space="preserve"><flowRegion - id="flowRegion3453"><rect - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect3455" /></flowRegion><flowPara - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowPara3457">w</flowPara></flowRoot> <flowRoot - inkscape:transform-center-y="-13.760438" - xml:space="preserve" - id="flowRoot3459" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - transform="matrix(0.48067,0,0,0.48067,137.98641,-40.536836)"><flowRegion - id="flowRegion3461"><rect - id="rect3463" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" /></flowRegion><flowPara - id="flowPara3465" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">0</flowPara></flowRoot> <flowRoot - transform="matrix(1.1835302,0,0,1.1835302,208.33228,-412.51698)" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowRoot3472" - xml:space="preserve"><flowRegion - id="flowRegion3474"><rect - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect3476" /></flowRegion><flowPara - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowPara3478">w</flowPara></flowRoot> <flowRoot - inkscape:transform-center-y="-13.760438" - xml:space="preserve" - id="flowRoot3480" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - transform="matrix(0.48067,0,0,0.48067,276.02213,-76.786836)"><flowRegion - id="flowRegion3482"><rect - id="rect3484" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" /></flowRegion><flowPara - id="flowPara3486" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">1</flowPara></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot3488" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - transform="matrix(1.1835302,0,0,1.1835302,126.18943,-376.26698)"><flowRegion - id="flowRegion3490"><rect - id="rect3492" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" /></flowRegion><flowPara - id="flowPara3494" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10">w</flowPara></flowRoot> <flowRoot - transform="matrix(0.48067,0,0,0.48067,194.05784,-40.536836)" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowRoot3496" - xml:space="preserve" - inkscape:transform-center-y="-13.760438"><flowRegion - id="flowRegion3498"><rect - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect3500" /></flowRegion><flowPara - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - id="flowPara3502">2</flowPara></flowRoot> <flowRoot - transform="matrix(1.1835302,0,0,1.1835302,178.68943,-376.26698)" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowRoot3504" - xml:space="preserve"><flowRegion - id="flowRegion3506"><rect - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect3508" /></flowRegion><flowPara - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowPara3510">w</flowPara></flowRoot> <flowRoot - inkscape:transform-center-y="-13.760438" - xml:space="preserve" - id="flowRoot3512" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - transform="matrix(0.48067,0,0,0.48067,246.37927,-40.536836)"><flowRegion - id="flowRegion3514"><rect - id="rect3516" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" /></flowRegion><flowPara - id="flowPara3518" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">1</flowPara></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot3520" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - transform="matrix(1.1835302,0,0,1.1835302,238.868,-376.26698)"><flowRegion - id="flowRegion3522"><rect - id="rect3524" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" /></flowRegion><flowPara - id="flowPara3526" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10">w</flowPara></flowRoot> <flowRoot - transform="matrix(0.48067,0,0,0.48067,306.55784,-40.536836)" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowRoot3528" - xml:space="preserve" - inkscape:transform-center-y="-13.760438"><flowRegion - id="flowRegion3530"><rect - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect3532" /></flowRegion><flowPara - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - id="flowPara3534">2</flowPara></flowRoot> <flowRoot - transform="matrix(1.1835302,0,0,1.1835302,151.50986,-312.94017)" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowRoot3756" - xml:space="preserve"><flowRegion - id="flowRegion3758"><rect - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect3760" /></flowRegion><flowPara - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowPara3762">w</flowPara></flowRoot> <flowRoot - inkscape:transform-center-y="-13.760438" - xml:space="preserve" - id="flowRoot3764" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - transform="matrix(0.48067,0,0,0.48067,219.19971,22.789977)"><flowRegion - id="flowRegion3766"><rect - id="rect3768" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" /></flowRegion><flowPara - id="flowPara3770" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">0</flowPara></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot3772" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - transform="matrix(1.1835302,0,0,1.1835302,87.209283,-271.5116)"><flowRegion - id="flowRegion3774"><rect - id="rect3776" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" /></flowRegion><flowPara - id="flowPara3778" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10">w</flowPara></flowRoot> <flowRoot - transform="matrix(0.48067,0,0,0.48067,154.89913,64.218547)" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowRoot3780" - xml:space="preserve" - inkscape:transform-center-y="-13.760438"><flowRegion - id="flowRegion3782"><rect - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect3784" /></flowRegion><flowPara - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - id="flowPara3786">0</flowPara></flowRoot> <flowRoot - transform="matrix(1.1835302,0,0,1.1835302,45.780712,-231.5116)" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowRoot3788" - xml:space="preserve"><flowRegion - id="flowRegion3790"><rect - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect3792" /></flowRegion><flowPara - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowPara3794">w</flowPara></flowRoot> <flowRoot - inkscape:transform-center-y="-13.760438" - xml:space="preserve" - id="flowRoot3796" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - transform="matrix(0.48067,0,0,0.48067,113.47056,104.21855)"><flowRegion - id="flowRegion3798"><rect - id="rect3800" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" /></flowRegion><flowPara - id="flowPara3802" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">0</flowPara></flowRoot> <flowRoot - transform="matrix(1.1835302,0,0,1.1835302,212.4325,-271.5116)" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowRoot3804" - xml:space="preserve"><flowRegion - id="flowRegion3806"><rect - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect3808" /></flowRegion><flowPara - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowPara3810">w</flowPara></flowRoot> <flowRoot - inkscape:transform-center-y="-13.760438" - xml:space="preserve" - id="flowRoot3812" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - transform="matrix(0.48067,0,0,0.48067,280.12234,64.218547)"><flowRegion - id="flowRegion3814"><rect - id="rect3816" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" /></flowRegion><flowPara - id="flowPara3818" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">1</flowPara></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot3820" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - transform="matrix(1.1835302,0,0,1.1835302,87.387855,-231.5116)"><flowRegion - id="flowRegion3822"><rect - id="rect3824" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" /></flowRegion><flowPara - id="flowPara3826" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10">w</flowPara></flowRoot> <flowRoot - transform="matrix(0.48067,0,0,0.48067,155.0777,104.21855)" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowRoot3828" - xml:space="preserve" - inkscape:transform-center-y="-13.760438"><flowRegion - id="flowRegion3830"><rect - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect3832" /></flowRegion><flowPara - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - id="flowPara3834">2</flowPara></flowRoot> <flowRoot - transform="matrix(1.1835302,0,0,1.1835302,129.35214,-231.5116)" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowRoot3836" - xml:space="preserve"><flowRegion - id="flowRegion3838"><rect - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect3840" /></flowRegion><flowPara - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowPara3842">w</flowPara></flowRoot> <flowRoot - inkscape:transform-center-y="-13.760438" - xml:space="preserve" - id="flowRoot3844" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - transform="matrix(0.48067,0,0,0.48067,197.04199,104.21855)"><flowRegion - id="flowRegion3846"><rect - id="rect3848" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" /></flowRegion><flowPara - id="flowPara3850" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">2</flowPara></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot3852" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - transform="matrix(1.1835302,0,0,1.1835302,170.78071,-231.5116)"><flowRegion - id="flowRegion3854"><rect - id="rect3856" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" /></flowRegion><flowPara - id="flowPara3858" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10">w</flowPara></flowRoot> <flowRoot - transform="matrix(0.48067,0,0,0.48067,238.47056,104.21855)" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowRoot3860" - xml:space="preserve" - inkscape:transform-center-y="-13.760438"><flowRegion - id="flowRegion3862"><rect - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect3864" /></flowRegion><flowPara - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - id="flowPara3866">1</flowPara></flowRoot> <flowRoot - transform="matrix(1.1835302,0,0,1.1835302,212.56642,-231.5116)" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowRoot3868" - xml:space="preserve"><flowRegion - id="flowRegion3870"><rect - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect3872" /></flowRegion><flowPara - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowPara3874">w</flowPara></flowRoot> <flowRoot - inkscape:transform-center-y="-13.760438" - xml:space="preserve" - id="flowRoot3876" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - transform="matrix(0.48067,0,0,0.48067,280.25627,104.21855)"><flowRegion - id="flowRegion3878"><rect - id="rect3880" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" /></flowRegion><flowPara - id="flowPara3882" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">2</flowPara></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot3884" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - transform="matrix(1.1835302,0,0,1.1835302,254.35213,-231.5116)"><flowRegion - id="flowRegion3886"><rect - id="rect3888" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" /></flowRegion><flowPara - id="flowPara3890" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10">w</flowPara></flowRoot> <flowRoot - transform="matrix(0.48067,0,0,0.48067,322.04198,104.21855)" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowRoot3892" - xml:space="preserve" - inkscape:transform-center-y="-13.760438"><flowRegion - id="flowRegion3894"><rect - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect3896" /></flowRegion><flowPara - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - id="flowPara3898">2</flowPara></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot3912" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0,-0.86212912,0.86212912,0,-306.7678,394.31416)"><flowRegion - id="flowRegion3914"><rect - id="rect3916" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-size:12.1262331px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial" /></flowRegion><flowPara - id="flowPara3918" - style="font-size:12.1262331px">Metrical Level <flowSpan - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowSpan3920">L</flowSpan></flowPara></flowRoot> <flowRoot - transform="matrix(0.45727763,0,0,0.45727763,346.54328,29.651027)" - style="font-size:16.64343452px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowRoot4142" - xml:space="preserve" - inkscape:transform-center-y="-13.090767"><flowRegion - id="flowRegion4144"><rect - style="font-size:16.64343452px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect4146" /></flowRegion><flowPara - style="font-size:16.64343452px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - id="flowPara4148">0</flowPara></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot4158" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Athelas;-inkscape-font-specification:Athelas" - transform="matrix(1.1259323,0,0,1.1259323,294.8326,-288.01614)"><flowRegion - id="flowRegion4160"><rect - id="rect4162" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Athelas;-inkscape-font-specification:Athelas" /></flowRegion><flowPara - id="flowPara4164" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">= 1</flowPara></flowRoot> <flowRoot - inkscape:transform-center-y="-13.090767" - xml:space="preserve" - id="flowRoot4166" - style="font-size:16.64343452px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - transform="matrix(0.45727763,0,0,0.45727763,346.54328,72.888047)"><flowRegion - id="flowRegion4168"><rect - id="rect4170" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-size:16.64343452px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" /></flowRegion><flowPara - id="flowPara4172" - style="font-size:16.64343452px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">1</flowPara></flowRoot> <flowRoot - transform="matrix(1.1259323,0,0,1.1259323,294.8326,-244.77912)" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Athelas;-inkscape-font-specification:Athelas" - id="flowRoot4182" - xml:space="preserve"><flowRegion - id="flowRegion4184"><rect - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Athelas;-inkscape-font-specification:Athelas" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect4186" /></flowRegion><flowPara - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - id="flowPara4188">= 2</flowPara></flowRoot> <flowRoot - transform="matrix(0.45727763,0,0,0.45727763,346.54328,113.6502)" - style="font-size:16.64343452px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowRoot4190" - xml:space="preserve" - inkscape:transform-center-y="-13.090768"><flowRegion - id="flowRegion4192"><rect - style="font-size:16.64343452px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect4194" /></flowRegion><flowPara - style="font-size:16.64343452px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - id="flowPara4196">2</flowPara></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot4206" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Athelas;-inkscape-font-specification:Athelas" - transform="matrix(1.1259323,0,0,1.1259323,294.8326,-204.01697)"><flowRegion - id="flowRegion4208"><rect - id="rect4210" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Athelas;-inkscape-font-specification:Athelas" /></flowRegion><flowPara - id="flowPara4212" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">= 3</flowPara></flowRoot> <flowRoot - transform="matrix(0.45727763,0,0,0.45727763,346.54328,-111.40977)" - style="font-size:16.64343452px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowRoot4214" - xml:space="preserve" - inkscape:transform-center-y="-13.09077"><flowRegion - id="flowRegion4216"><rect - style="font-size:16.64343452px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect4218" /></flowRegion><flowPara - style="font-size:16.64343452px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - id="flowPara4220">0</flowPara></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot4230" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Athelas;-inkscape-font-specification:Athelas" - transform="matrix(1.1259323,0,0,1.1259323,294.8326,-429.07693)"><flowRegion - id="flowRegion4232"><rect - id="rect4234" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Athelas;-inkscape-font-specification:Athelas" /></flowRegion><flowPara - id="flowPara4236" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">= 1</flowPara></flowRoot> <flowRoot - inkscape:transform-center-y="-13.090771" - xml:space="preserve" - id="flowRoot4238" - style="font-size:16.64343452px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - transform="matrix(0.45727763,0,0,0.45727763,346.54328,-69.321126)"><flowRegion - id="flowRegion4240"><rect - id="rect4242" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-size:16.64343452px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" /></flowRegion><flowPara - id="flowPara4244" - style="font-size:16.64343452px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">1</flowPara></flowRoot> <flowRoot - transform="matrix(1.1259323,0,0,1.1259323,294.8326,-386.98829)" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Athelas;-inkscape-font-specification:Athelas" - id="flowRoot4254" - xml:space="preserve"><flowRegion - id="flowRegion4256"><rect - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Athelas;-inkscape-font-specification:Athelas" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect4258" /></flowRegion><flowPara - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - id="flowPara4260">= 2</flowPara></flowRoot> <flowRoot - transform="matrix(0.45727763,0,0,0.45727763,346.54328,-31.264577)" - style="font-size:16.64343452px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowRoot4262" - xml:space="preserve" - inkscape:transform-center-y="-13.090771"><flowRegion - id="flowRegion4264"><rect - style="font-size:16.64343452px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - y="464.50504" - x="85" - height="104.28574" - width="137.14285" - id="rect4266" /></flowRegion><flowPara - style="font-size:16.64343452px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - id="flowPara4268">2</flowPara></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot4278" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Athelas;-inkscape-font-specification:Athelas" - transform="matrix(1.1259323,0,0,1.1259323,294.8326,-348.93174)"><flowRegion - id="flowRegion4280"><rect - id="rect4282" - width="137.14285" - height="104.28574" - x="85" - y="464.50504" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Athelas;-inkscape-font-specification:Athelas" /></flowRegion><flowPara - id="flowPara4284" - style="font-size:10.98408794px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">= 2</flowPara></flowRoot> <path - style="fill:#000000;stroke:none" - d="m 382.45746,102.48237 -2.99916,3.45605 c -0.52942,0.57788 -1.11744,-0.19264 -0.65856,-0.62671 l 3.47033,-3.33306 c 0,0 -1.14423,-2.838457 -1.42878,-3.526037 -0.28454,-0.687579 -0.70548,-0.658675 -0.73045,-0.668056 -0.20508,-0.005 -0.29398,-0.347285 0.0248,-0.339377 0.32302,0.008 0.46199,0.0085 0.78209,0.03712 0.32011,0.02862 0.6918,0.221078 0.90727,0.669591 0.21547,0.448506 2.66523,6.845479 2.76388,7.100909 0.0987,0.25544 0.16441,0.43641 0.26794,0.60065 0.0385,0.0611 0.11037,0.11164 0.0963,0.17887 -0.01,0.0447 -0.0374,0.0763 -0.1052,0.0782 -0.2128,0.006 -0.54898,0.004 -0.67981,0.004 -0.13081,4e-5 -0.36885,-0.15342 -0.47413,-0.38015 -0.10528,-0.22672 -1.23662,-3.25178 -1.23662,-3.25178 z" - id="path4389" - inkscape:connector-curvature="0" - sodipodi:nodetypes="cccczcszzzsaszzcc" /> - <path - sodipodi:nodetypes="cccczcszzzsaszzcc" - inkscape:connector-curvature="0" - id="path4391" - d="m 382.45746,144.90702 -2.99916,3.45605 c -0.52942,0.57788 -1.11744,-0.19264 -0.65856,-0.62672 l 3.47033,-3.33305 c 0,0 -1.14423,-2.83846 -1.42878,-3.52604 -0.28454,-0.68758 -0.70548,-0.65867 -0.73045,-0.66805 -0.20508,-0.005 -0.29398,-0.34729 0.0248,-0.33938 0.32302,0.008 0.46199,0.009 0.78209,0.0371 0.32011,0.0286 0.6918,0.22107 0.90727,0.66959 0.21547,0.44851 2.66523,6.84547 2.76388,7.10091 0.0987,0.25544 0.16441,0.43641 0.26794,0.60065 0.0385,0.0611 0.11037,0.11164 0.0963,0.17887 -0.01,0.0447 -0.0374,0.0763 -0.1052,0.0782 -0.2128,0.006 -0.54898,0.004 -0.67981,0.004 -0.13081,4e-5 -0.36885,-0.15343 -0.47413,-0.38015 -0.10528,-0.22672 -1.23662,-3.25178 -1.23662,-3.25178 z" - style="fill:#000000;stroke:none" /> - <path - style="fill:#000000;stroke:none" - d="m 382.45746,182.96357 -2.99916,3.45605 c -0.52942,0.57788 -1.11744,-0.19264 -0.65856,-0.62672 l 3.47033,-3.33305 c 0,0 -1.14423,-2.83846 -1.42878,-3.52603 -0.28454,-0.68759 -0.70548,-0.65868 -0.73045,-0.66806 -0.20508,-0.005 -0.29398,-0.34729 0.0248,-0.33938 0.32302,0.008 0.46199,0.009 0.78209,0.0371 0.32011,0.0286 0.6918,0.22107 0.90727,0.66959 0.21547,0.44851 2.66523,6.84548 2.76388,7.10091 0.0987,0.25544 0.16441,0.43641 0.26794,0.60065 0.0385,0.0611 0.11037,0.11164 0.0963,0.17887 -0.01,0.0447 -0.0374,0.0763 -0.1052,0.0782 -0.2128,0.006 -0.54898,0.004 -0.67981,0.004 -0.13081,4e-5 -0.36885,-0.15342 -0.47413,-0.38015 -0.10528,-0.22672 -1.23662,-3.25178 -1.23662,-3.25178 z" - id="path4393" - inkscape:connector-curvature="0" - sodipodi:nodetypes="cccczcszzzsaszzcc" /> - <path - style="fill:#000000;stroke:none" - d="m 382.45746,243.82605 -2.99916,3.45605 c -0.52942,0.57788 -1.11744,-0.19264 -0.65856,-0.62672 l 3.47033,-3.33305 c 0,0 -1.14423,-2.83846 -1.42878,-3.52604 -0.28454,-0.68758 -0.70548,-0.65867 -0.73045,-0.66805 -0.20508,-0.005 -0.29398,-0.3473 0.0248,-0.33938 0.32302,0.008 0.46199,0.009 0.78209,0.0371 0.32011,0.0286 0.6918,0.22107 0.90727,0.66959 0.21547,0.4485 2.66523,6.84547 2.76388,7.10091 0.0987,0.25544 0.16441,0.43641 0.26794,0.60065 0.0385,0.0611 0.11037,0.11164 0.0963,0.17887 -0.01,0.0447 -0.0374,0.0763 -0.1052,0.0782 -0.2128,0.006 -0.54898,0.004 -0.67981,0.004 -0.13081,5e-5 -0.36885,-0.15342 -0.47413,-0.38014 -0.10528,-0.22672 -1.23662,-3.25178 -1.23662,-3.25178 z" - id="path4401" - inkscape:connector-curvature="0" - sodipodi:nodetypes="cccczcszzzsaszzcc" /> - <path - sodipodi:nodetypes="cccczcszzzsaszzcc" - inkscape:connector-curvature="0" - id="path4403" - d="m 382.45746,287.23107 -2.99916,3.45606 c -0.52942,0.57787 -1.11744,-0.19265 -0.65856,-0.62672 l 3.47033,-3.33306 c 0,0 -1.14423,-2.83845 -1.42878,-3.52603 -0.28454,-0.68759 -0.70548,-0.65868 -0.73045,-0.66806 -0.20508,-0.005 -0.29398,-0.34729 0.0248,-0.33938 0.32302,0.008 0.46199,0.009 0.78209,0.0371 0.32011,0.0286 0.6918,0.22107 0.90727,0.66958 0.21547,0.44851 2.66523,6.84548 2.76388,7.10091 0.0987,0.25544 0.16441,0.43642 0.26794,0.60065 0.0385,0.0611 0.11037,0.11164 0.0963,0.17887 -0.01,0.0447 -0.0374,0.0763 -0.1052,0.0782 -0.2128,0.006 -0.54898,0.004 -0.67981,0.004 -0.13081,5e-5 -0.36885,-0.15342 -0.47413,-0.38014 -0.10528,-0.22673 -1.23662,-3.25179 -1.23662,-3.25179 z" - style="fill:#000000;stroke:none" /> - <path - style="fill:#000000;stroke:none" - d="m 382.45746,327.99322 -2.99916,3.45606 c -0.52942,0.57788 -1.11744,-0.19265 -0.65856,-0.62672 l 3.47033,-3.33306 c 0,0 -1.14423,-2.83845 -1.42878,-3.52603 -0.28454,-0.68759 -0.70548,-0.65868 -0.73045,-0.66806 -0.20508,-0.005 -0.29398,-0.34729 0.0248,-0.33937 0.32302,0.008 0.46199,0.009 0.78209,0.0371 0.32011,0.0286 0.6918,0.22107 0.90727,0.66958 0.21547,0.44851 2.66523,6.84548 2.76388,7.10091 0.0987,0.25544 0.16441,0.43642 0.26794,0.60065 0.0385,0.0611 0.11037,0.11164 0.0963,0.17887 -0.01,0.0447 -0.0374,0.0763 -0.1052,0.0782 -0.2128,0.006 -0.54898,0.004 -0.67981,0.004 -0.13081,5e-5 -0.36885,-0.15342 -0.47413,-0.38014 -0.10528,-0.22673 -1.23662,-3.25179 -1.23662,-3.25179 z" - id="path4405" - inkscape:connector-curvature="0" - sodipodi:nodetypes="cccczcszzzsaszzcc" /> - </g> -</svg>
--- a/SMC2015latex/images/time-span6.svg Tue May 12 08:53:12 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2130 +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="744.09448819" - height="1052.3622047" - id="svg3357" - version="1.1" - inkscape:version="0.48.2 r9819" - sodipodi:docname="time-span6.svg"> - <defs - id="defs3359"> - <marker - inkscape:stockid="TriangleOutM" - orient="auto" - refY="0.0" - refX="0.0" - id="TriangleOutM" - style="overflow:visible"> - <path - id="path4605" - d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " - style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none" - transform="scale(0.4)" /> - </marker> - <inkscape:path-effect - effect="spiro" - id="path-effect3589" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3587" - effect="spiro" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3581" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3579" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3573" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3571" - effect="spiro" /> - <inkscape:path-effect - is_visible="true" - id="path-effect4298" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect4294" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect4197" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3425" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3325" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3321" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3419" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3414" - effect="spiro" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3346" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3597" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3556" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3531" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3529" - effect="spiro" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3523" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3521" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3515" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3513" - effect="spiro" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3507" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3503" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3483" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3481" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3479" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3477" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3475" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3399" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3395" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3391" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3387" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3383" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect6313" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect6311" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3420" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3418" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3370" - is_visible="true" /> - <inkscape:path-effect - is_visible="true" - id="path-effect3368" - effect="spiro" /> - <inkscape:path-effect - is_visible="true" - id="path-effect6313-3" - effect="spiro" /> - <inkscape:path-effect - effect="spiro" - id="path-effect6311-4" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3503-4" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect6311-4-0" - is_visible="true" /> - <inkscape:path-effect - effect="spiro" - id="path-effect3425-3" - is_visible="true" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="1.9999999" - inkscape:cx="562.49793" - inkscape:cy="848.40793" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="false" - inkscape:window-width="1440" - inkscape:window-height="779" - inkscape:window-x="18" - inkscape:window-y="82" - inkscape:window-maximized="0" - showguides="true" - inkscape:guide-bbox="true" /> - <metadata - id="metadata3362"> - <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="Layer" - style="display:none"> - <rect - style="opacity:0.41700003;fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="rect4116" - width="128.67372" - height="83.434006" - x="168.88553" - y="79.993935" - ry="0" /> - <rect - ry="0" - y="166.27458" - x="56" - height="88.707794" - width="241.55951" - id="rect4114" - style="opacity:0.41700003;fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none" /> - <rect - style="opacity:0.41700003;fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="rect4112" - width="110.19887" - height="83.434006" - x="56" - y="79.993935" - ry="0" /> - </g> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1"> - <rect - style="fill:#ffffff;fill-opacity:1;stroke:none" - id="rect3721" - width="605.37708" - height="119.85457" - x="99.369331" - y="79.029655" /> - <g - id="g3398" - transform="translate(31.819807,1.70017)"> - <text - sodipodi:linespacing="125%" - id="text3422" - y="-106.43403" - x="-197.70065" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-106.43403" - x="-197.70065" - id="tspan3424" - sodipodi:role="line">A</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-158.79617" - y="-106.43403" - id="text3426" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3428" - x="-158.79617" - y="-106.43403">A</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3430" - y="-106.43403" - x="-119.8917" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-106.43403" - x="-119.8917" - id="tspan3432" - sodipodi:role="line">A</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-236.60512" - y="-106.43403" - id="text3406" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3408" - x="-236.60512" - y="-106.43403">A</tspan></text> - <text - sodipodi:linespacing="125%" - id="text5785-3" - y="97.597221" - x="85.960938" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve"><tspan - y="97.597221" - x="85.960938" - id="tspan5787-6" - sodipodi:role="line" - style="font-size:16px">I</tspan></text> - <text - xml:space="preserve" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="85.960938" - y="106.55321" - id="text5789-3" - sodipodi:linespacing="125%"><tspan - style="font-size:16px" - sodipodi:role="line" - id="tspan5791-1" - x="85.960938" - y="106.55321">I</tspan></text> - <path - inkscape:connector-curvature="0" - inkscape:original-d="m 95.593706,88.399125 0,25.064125" - inkscape:path-effect="#path-effect6311-4-0" - id="path5803-2" - d="m 95.593706,88.399125 0,25.064125" - style="fill:none;stroke:#000000;stroke-width:0.94714737;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> - <path - style="fill:none;stroke:#000000;stroke-width:0.94714737;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" - d="m 255.36617,88.399125 0,25.064125" - id="path3344" - inkscape:path-effect="#path-effect3346" - inkscape:original-d="m 255.36617,88.399125 0,25.064125" - inkscape:connector-curvature="0" /> - <path - sodipodi:nodetypes="ccc" - inkscape:connector-curvature="0" - inkscape:original-d="m 115.63475,88.21858 3.41724,1.991208 -3.3725,1.947116" - inkscape:path-effect="#path-effect3425" - id="path3423" - d="m 115.63475,88.21858 3.41724,1.991208 -3.3725,1.947116" - style="fill:none;stroke:#000000;stroke-width:0.70863259px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> - <path - style="fill:none;stroke:#000000;stroke-width:0.70863259px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" - d="m 193.42427,88.21858 3.41724,1.991208 -3.3725,1.947116" - id="path4195" - inkscape:path-effect="#path-effect4197" - inkscape:original-d="m 193.42427,88.21858 3.41724,1.991208 -3.3725,1.947116" - inkscape:connector-curvature="0" - sodipodi:nodetypes="ccc" /> - <flowRoot - transform="matrix(0.19895318,0,0,0.19895318,72.784651,87.759153)" - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - id="flowRoot3635" - xml:space="preserve"><flowRegion - id="flowRegion3637"><rect - style="font-size:50.2630806px;font-weight:normal;-inkscape-font-specification:Arial" - y="35.219326" - x="-2.8571429" - height="288.57144" - width="280.71429" - id="rect3639" /></flowRegion><flowPara - style="font-size:50.2630806px;font-weight:normal;font-family:Times New Roman;-inkscape-font-specification:Arial" - id="flowPara3641"><flowSpan - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowSpan3643">Y</flowSpan></flowPara></flowRoot> </g> - <g - id="g3421"> - <text - sodipodi:linespacing="125%" - id="text3356" - y="-108.13421" - x="-382.27972" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-108.13421" - x="-382.27972" - id="tspan3358" - sodipodi:role="line">A</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3364" - y="104.35371" - x="341.19418" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve"><tspan - id="tspan3366" - y="104.35371" - x="341.19418" - sodipodi:role="line">)</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-468.99997" - y="-108.13421" - id="text3438" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3440" - x="-468.99997" - y="-108.13421">A</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3442" - y="104.35371" - x="440.04102" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve"><tspan - id="tspan3444" - y="104.35371" - x="440.04102" - sodipodi:role="line">)</tspan></text> - <text - xml:space="preserve" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="415.85178" - y="104.35371" - id="text3446" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - x="415.85178" - y="104.35371" - id="tspan3448">)</tspan></text> - <path - style="fill:none;stroke:#000000;stroke-width:0.4256629px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" - d="m 412.21507,92.414715 0,-3.45927 22.73372,0" - id="path2995" - inkscape:connector-curvature="0" - sodipodi:nodetypes="ccc" /> - <path - inkscape:connector-curvature="0" - id="path2997" - d="m 472.61129,92.414715 0,-3.45927 -25.10506,0" - style="fill:none;stroke:#000000;stroke-width:0.4256629px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" - sodipodi:nodetypes="ccc" /> - <text - xml:space="preserve" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="439.86295" - y="90.501656" - id="text2999" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3001" - x="439.86295" - y="90.501656">y</tspan></text> - <text - xml:space="preserve" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="320.69696" - y="99.297401" - id="text3404" - sodipodi:linespacing="125%"><tspan - style="font-size:16px" - sodipodi:role="line" - id="tspan3406" - x="320.69696" - y="99.297401">I</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3408" - y="108.2534" - x="320.69696" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve"><tspan - y="108.2534" - x="320.69696" - id="tspan3410" - sodipodi:role="line" - style="font-size:16px">I</tspan></text> - <path - style="fill:none;stroke:#000000;stroke-width:0.94714737;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" - d="m 330.35317,90.099305 0,25.064115" - id="path3412" - inkscape:path-effect="#path-effect3414" - inkscape:original-d="m 330.35317,90.099305 0,25.064115" - inkscape:connector-curvature="0" /> - <path - inkscape:connector-curvature="0" - inkscape:original-d="m 490.12563,90.099305 0,25.064115" - inkscape:path-effect="#path-effect3419" - id="path3416" - d="m 490.12563,90.099305 0,25.064115" - style="fill:none;stroke:#000000;stroke-width:0.94714737;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> - <flowRoot - xml:space="preserve" - id="flowRoot3645" - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0.19895318,0,0,0.19895318,307.54411,89.459335)"><flowRegion - id="flowRegion3647"><rect - id="rect3649" - width="280.71429" - height="288.57144" - x="-2.8571429" - y="35.219326" - style="font-size:50.2630806px;font-weight:normal;-inkscape-font-specification:Arial" /></flowRegion><flowPara - id="flowPara3651" - style="font-size:50.2630806px;font-weight:normal;font-family:Times New Roman;-inkscape-font-specification:Arial"><flowSpan - id="flowSpan3653" - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10">Y</flowSpan></flowPara></flowRoot> </g> - <g - id="g3448" - transform="translate(-37.123108,3.30179)"> - <text - sodipodi:linespacing="125%" - id="text5785" - y="95.99559" - x="563.90326" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve"><tspan - y="95.99559" - x="563.90326" - id="tspan5787" - sodipodi:role="line" - style="font-size:16px">I</tspan></text> - <text - xml:space="preserve" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="563.90326" - y="104.95161" - id="text5789" - sodipodi:linespacing="125%"><tspan - style="font-size:16px" - sodipodi:role="line" - id="tspan5791" - x="563.90326" - y="104.95161">I</tspan></text> - <path - inkscape:connector-curvature="0" - inkscape:original-d="m 573.59791,86.797503 0,25.064127" - inkscape:path-effect="#path-effect6311-4" - id="path5803" - d="m 573.59791,86.797503 0,25.064127" - style="fill:none;stroke:#000000;stroke-width:0.94714737;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> - <path - style="fill:none;stroke:#000000;stroke-width:0.94714737;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" - d="m 733.37037,86.797503 0,25.064127" - id="path5805" - inkscape:path-effect="#path-effect6313-3" - inkscape:original-d="m 733.37037,86.797503 0,25.064127" - inkscape:connector-curvature="0" /> - <text - sodipodi:linespacing="125%" - id="text5865" - y="107.31538" - x="637.539" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve"><tspan - y="107.31538" - x="637.539" - id="tspan5867" - sodipodi:role="line">$</tspan></text> - <text - sodipodi:linespacing="125%" - id="text5877" - y="108.48613" - x="619.70795" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve"><tspan - id="tspan5879" - y="108.48613" - x="619.70795" - sodipodi:role="line">*</tspan></text> - <text - sodipodi:linespacing="125%" - id="text6395-0" - y="-104.54738" - x="-584.3501" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-104.54738" - x="-584.3501" - id="tspan6397-5" - sodipodi:role="line">A</tspan></text> - <text - sodipodi:linespacing="125%" - id="text6399-1" - y="-104.54738" - x="-613.56732" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-104.54738" - x="-613.56732" - id="tspan6401-5" - sodipodi:role="line">A</tspan></text> - <path - style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.48052132;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0" - d="m 584.6565,90.779773 27.94179,0 0,0.76528 -27.94179,0 z" - id="path6403-6" - inkscape:connector-curvature="0" - sodipodi:nodetypes="ccccc" /> - <path - transform="matrix(1.6871606,0,0,1.6871606,217.16979,-716.60744)" - d="m 218.92857,487.77512 c 0,0.0801 -0.065,0.14509 -0.14509,0.14509 -0.0801,0 -0.14509,-0.065 -0.14509,-0.14509 0,-0.0801 0.065,-0.14509 0.14509,-0.14509 0.0801,0 0.14509,0.065 0.14509,0.14509 z" - sodipodi:ry="0.14508928" - sodipodi:rx="0.14508928" - sodipodi:cy="487.77512" - sodipodi:cx="218.78348" - id="path9176" - style="fill:#000080;fill-opacity:0.7393365;fill-rule:nonzero;stroke:#000000;stroke-width:0.63599998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" - sodipodi:type="arc" /> - <path - sodipodi:nodetypes="ccccc" - inkscape:connector-curvature="0" - id="path9183" - d="m 607.88697,93.987583 4.71132,0 0,0.76527 -4.71132,0 z" - style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.48052132;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0" /> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-703.2301" - y="-104.54738" - id="text9185" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan9187" - x="-703.2301" - y="-104.54738">A</tspan></text> - <text - xml:space="preserve" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="677.18378" - y="107.31538" - id="text3314" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3316" - x="677.18378" - y="107.31538">$</tspan></text> - <text - xml:space="preserve" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="658.99561" - y="108.48613" - id="text3318" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - x="658.99561" - y="108.48613" - id="tspan3320">*</tspan></text> - <flowRoot - transform="matrix(0.19895318,0,0,0.19895318,550.78885,86.157533)" - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - id="flowRoot3655" - xml:space="preserve"><flowRegion - id="flowRegion3657"><rect - style="font-size:50.2630806px;font-weight:normal;-inkscape-font-specification:Arial" - y="35.219326" - x="-2.8571429" - height="288.57144" - width="280.71429" - id="rect3659" /></flowRegion><flowPara - style="font-size:50.2630806px;font-weight:normal;font-family:Times New Roman;-inkscape-font-specification:Arial" - id="flowPara3661"><flowSpan - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowSpan3663">Y</flowSpan></flowPara></flowRoot> </g> - <path - style="fill:none;stroke:#000000;stroke-width:0.87758219px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#TriangleOutM)" - d="m 108.02062,117.81676 0,6.13642" - id="path4454" - inkscape:connector-curvature="0" - sodipodi:nodetypes="cc" /> - <path - sodipodi:nodetypes="cc" - inkscape:connector-curvature="0" - id="path4900" - d="m 108.02062,151.94508 0,6.13642" - style="fill:none;stroke:#000000;stroke-width:0.87758219px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#TriangleOutM)" /> - <path - sodipodi:nodetypes="cc" - inkscape:connector-curvature="0" - id="path4904" - d="m 310.96027,117.81676 0,6.13642" - style="fill:none;stroke:#000000;stroke-width:0.87758219px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#TriangleOutM)" /> - <path - style="fill:none;stroke:#000000;stroke-width:0.87758219px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#TriangleOutM)" - d="m 310.96027,151.94508 0,6.13642" - id="path4906" - inkscape:connector-curvature="0" - sodipodi:nodetypes="cc" /> - <path - sodipodi:nodetypes="cc" - inkscape:connector-curvature="0" - id="path4908" - d="m 517.0819,151.94508 0,6.13642" - style="fill:none;stroke:#000000;stroke-width:0.87758219px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#TriangleOutM)" /> - <path - style="fill:none;stroke:#000000;stroke-width:0.87758219px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#TriangleOutM)" - d="m 517.0819,117.81676 0,6.13642" - id="path4992" - inkscape:connector-curvature="0" - sodipodi:nodetypes="cc" /> - <text - sodipodi:linespacing="125%" - id="text3417" - y="-144.04572" - x="-555.39124" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-144.04572" - x="-555.39124" - id="tspan3419" - sodipodi:role="line">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-584.74878" - y="-144.04572" - id="text3421" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3423" - x="-584.74878" - y="-144.04572">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3425" - y="-144.04572" - x="-614.10638" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-144.04572" - x="-614.10638" - id="tspan3427" - sodipodi:role="line">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-643.46399" - y="-144.04572" - id="text3429" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3431" - x="-643.46399" - y="-144.04572">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-565.17706" - y="-144.04572" - id="text3433" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3435" - x="-565.17706" - y="-144.04572">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3437" - y="-144.04572" - x="-594.53467" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-144.04572" - x="-594.53467" - id="tspan3439" - sodipodi:role="line">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-623.89227" - y="-144.04572" - id="text3441" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3443" - x="-623.89227" - y="-144.04572">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3445" - y="-144.04572" - x="-653.24988" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-144.04572" - x="-653.24988" - id="tspan3447" - sodipodi:role="line">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3449" - y="-144.04572" - x="-574.96295" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-144.04572" - x="-574.96295" - id="tspan3451" - sodipodi:role="line">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-604.32056" - y="-144.04572" - id="text3453" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3455" - x="-604.32056" - y="-144.04572">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3457" - y="-144.04572" - x="-633.6781" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-144.04572" - x="-633.6781" - id="tspan3459" - sodipodi:role="line">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-545.60529" - y="-144.04572" - id="text3461" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3463" - x="-545.60529" - y="-144.04572">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3485" - y="-144.04572" - x="-682.60742" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-144.04572" - x="-682.60742" - id="tspan3487" - sodipodi:role="line">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3489" - y="-144.04572" - x="-663.03571" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-144.04572" - x="-663.03571" - id="tspan3491" - sodipodi:role="line">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-692.39331" - y="-144.04572" - id="text3493" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3495" - x="-692.39331" - y="-144.04572">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-672.82159" - y="-144.04572" - id="text3497" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3499" - x="-672.82159" - y="-144.04572">W</tspan></text> - <path - style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="m 545.27564,131.39362 29.48383,0" - id="path3501" - inkscape:path-effect="#path-effect3503" - inkscape:original-d="m 545.27564,131.39362 29.48383,0" - inkscape:connector-curvature="0" /> - <path - inkscape:connector-curvature="0" - inkscape:original-d="m 545.27564,133.14586 29.48383,0" - inkscape:path-effect="#path-effect3507" - id="path3505" - d="m 545.27564,133.14586 29.48383,0" - style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> - <path - inkscape:connector-curvature="0" - inkscape:original-d="m 584.35592,131.39362 29.48383,0" - inkscape:path-effect="#path-effect3513" - id="path3509" - d="m 584.35592,131.39362 29.48383,0" - style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> - <path - style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="m 584.35592,133.14586 29.48383,0" - id="path3511" - inkscape:path-effect="#path-effect3515" - inkscape:original-d="m 584.35592,133.14586 29.48383,0" - inkscape:connector-curvature="0" /> - <path - style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="m 623.6256,131.39362 29.48383,0" - id="path3517" - inkscape:path-effect="#path-effect3521" - inkscape:original-d="m 623.6256,131.39362 29.48383,0" - inkscape:connector-curvature="0" /> - <path - inkscape:connector-curvature="0" - inkscape:original-d="m 623.6256,133.14586 29.48383,0" - inkscape:path-effect="#path-effect3523" - id="path3519" - d="m 623.6256,133.14586 29.48383,0" - style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> - <path - inkscape:connector-curvature="0" - inkscape:original-d="m 662.57961,131.39362 29.48383,0" - inkscape:path-effect="#path-effect3529" - id="path3525" - d="m 662.57961,131.39362 29.48383,0" - style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> - <path - style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="m 662.57961,133.14586 29.48383,0" - id="path3527" - inkscape:path-effect="#path-effect3531" - inkscape:original-d="m 662.57961,133.14586 29.48383,0" - inkscape:connector-curvature="0" /> - <flowRoot - transform="matrix(0,0.19895318,-0.38874666,0,586.5048,148.90809)" - style="font-size:72px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - id="flowRoot3652" - xml:space="preserve"><flowRegion - id="flowRegion3654"><rect - y="35.219326" - x="-2.8571429" - height="288.57144" - width="280.71429" - id="rect3656" /></flowRegion><flowPara - style="font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - id="flowPara3658">)</flowPara></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot3660" - style="font-size:72px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0,0.19895318,-0.39260866,0,616.39033,148.90809)"><flowRegion - id="flowRegion3662"><rect - id="rect3664" - width="280.71429" - height="288.57144" - x="-2.8571429" - y="35.219326" /></flowRegion><flowPara - id="flowPara3666" - style="font-family:Times New Roman;-inkscape-font-specification:Times New Roman">)</flowPara></flowRoot> <flowRoot - transform="matrix(0,0.19895318,-0.5355024,0,663.6414,148.90809)" - style="font-size:72px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - id="flowRoot3668" - xml:space="preserve"><flowRegion - id="flowRegion3670"><rect - y="35.219326" - x="-2.8571429" - height="288.57144" - width="280.71429" - id="rect3672" /></flowRegion><flowPara - style="font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - id="flowPara3674">)</flowPara></flowRoot> <flowRoot - transform="matrix(0,0.18593994,-0.23040495,0,666.31509,148.89213)" - style="font-size:72px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - id="flowRoot3684" - xml:space="preserve"><flowRegion - id="flowRegion3686"><rect - y="35.219326" - x="-2.8571429" - height="288.57144" - width="280.71429" - id="rect3688" /></flowRegion><flowPara - style="font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - id="flowPara3690">)</flowPara></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot3692" - style="font-size:72px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0,0.19895318,-0.5355024,0,722.48279,148.90809)"><flowRegion - id="flowRegion3694"><rect - id="rect3696" - width="280.71429" - height="288.57144" - x="-2.8571429" - y="35.219326" /></flowRegion><flowPara - id="flowPara3698" - style="font-family:Times New Roman;-inkscape-font-specification:Times New Roman">)</flowPara></flowRoot> <path - inkscape:connector-curvature="0" - inkscape:original-d="m 536.4748,129.33043 0,20.88375" - inkscape:path-effect="#path-effect3587" - id="path3583" - d="m 536.4748,129.33043 0,20.88375" - style="fill:none;stroke:#000000;stroke-width:0.86456078;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> - <path - style="fill:none;stroke:#000000;stroke-width:0.86456078;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" - d="m 696.24726,129.33043 0,20.88375" - id="path3585" - inkscape:path-effect="#path-effect3589" - inkscape:original-d="m 696.24726,129.33043 0,20.88375" - inkscape:connector-curvature="0" /> - <g - id="g4084" - transform="translate(-20.859651,1.14269)"> - <flowRoot - xml:space="preserve" - id="flowRoot5066" - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:97.00000286%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0.19895318,0,0,0.19895318,534.85742,127.41199)"><flowRegion - id="flowRegion5068"><rect - id="rect5070" - width="197.19205" - height="146.40599" - x="-2.8571429" - y="35.219326" - style="font-size:50.2630806px;font-weight:normal;text-align:start;line-height:97.00000286%;text-anchor:start;-inkscape-font-specification:Arial" /></flowRegion><flowPara - id="flowPara5072" - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:97.00000286%;text-anchor:start;font-family:cmmi10;-inkscape-font-specification:cmmi10">T</flowPara><flowPara - style="font-size:50.2630806px;font-weight:normal;text-align:start;line-height:97.00000286%;text-anchor:start;font-family:Times New Roman;-inkscape-font-specification:Arial" - id="flowPara5074" /></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot5044-8" - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:97.00000286%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0.10453308,0,0,0.10453308,539.77439,134.97958)"><flowRegion - id="flowRegion5046-1"><rect - id="rect5048-6" - width="197.19205" - height="146.40599" - x="-2.8571429" - y="35.219326" - style="font-size:50.2630806px;font-weight:normal;text-align:start;line-height:97.00000286%;text-anchor:start;-inkscape-font-specification:Arial" /></flowRegion><flowPara - id="flowPara5050-3" - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:97.00000286%;text-anchor:start;font-family:cmmi10;-inkscape-font-specification:cmmi10"><flowSpan - style="text-align:start;line-height:97.00000286%;text-anchor:start;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - id="flowSpan5052-8">min </flowSpan></flowPara><flowPara - style="font-size:50.2630806px;font-weight:normal;text-align:start;line-height:97.00000286%;text-anchor:start;font-family:Times New Roman;-inkscape-font-specification:Arial" - id="flowPara5054-4" /></flowRoot> </g> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-356.63635" - y="-144.34444" - id="text3333" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3335" - x="-356.63635" - y="-144.34444">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3337" - y="-144.34444" - x="-393.55035" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-144.34444" - x="-393.55035" - id="tspan3339" - sodipodi:role="line">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-430.46439" - y="-144.34444" - id="text3341" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3343" - x="-430.46439" - y="-144.34444">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3345" - y="-144.34444" - x="-479.68307" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-144.34444" - x="-479.68307" - id="tspan3347" - sodipodi:role="line">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3349" - y="-144.34444" - x="-368.94101" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-144.34444" - x="-368.94101" - id="tspan3351" - sodipodi:role="line">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-405.85504" - y="-144.34444" - id="text3353" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3355" - x="-405.85504" - y="-144.34444">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3357" - y="-144.34444" - x="-442.76907" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-144.34444" - x="-442.76907" - id="tspan3359" - sodipodi:role="line">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-467.37842" - y="-144.34444" - id="text3361" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3363" - x="-467.37842" - y="-144.34444">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-381.2457" - y="-144.34444" - id="text3365" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3367" - x="-381.2457" - y="-144.34444">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3369" - y="-144.34444" - x="-418.15973" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-144.34444" - x="-418.15973" - id="tspan3371" - sodipodi:role="line">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-455.07373" - y="-144.34444" - id="text3373" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3375" - x="-455.07373" - y="-144.34444">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3377" - y="-144.34444" - x="-344.33167" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-144.34444" - x="-344.33167" - id="tspan3379" - sodipodi:role="line">W</tspan></text> - <path - style="fill:none;stroke:#000000;stroke-width:0.95849079px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="m 343.8814,131.70736 62.17546,0" - id="path3381" - inkscape:path-effect="#path-effect3383" - inkscape:original-d="m 343.8814,131.70736 62.17546,0" - inkscape:connector-curvature="0" - sodipodi:nodetypes="cc" /> - <path - sodipodi:nodetypes="cc" - inkscape:connector-curvature="0" - inkscape:original-d="m 417.49626,131.70736 62.42799,0" - inkscape:path-effect="#path-effect3556" - id="path3554" - d="m 417.49626,131.70736 62.42799,0" - style="fill:none;stroke:#000000;stroke-width:0.95849079px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> - <text - xml:space="preserve" - style="font-size:11.35805416px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="372.8324" - y="126.37415" - id="text3589" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3591" - x="372.8324" - y="126.37415" - style="font-style:italic">K</tspan></text> - <path - style="fill:none;stroke:#000000;stroke-width:0.6245212px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" - d="m 341.83499,130.12291 0,-3.45927 24.82008,0" - id="path3593" - inkscape:connector-curvature="0" - sodipodi:nodetypes="ccc" /> - <path - sodipodi:nodetypes="ccc" - inkscape:connector-curvature="0" - id="path3595" - d="m 409.17146,130.12291 0,-3.45927 -26.31114,0" - style="fill:none;stroke:#000000;stroke-width:0.6245212px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> - <flowRoot - xml:space="preserve" - id="flowRoot3997-8" - style="font-size:72px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0,0.19895318,-0.48030315,0,397.54692,149.20684)"><flowRegion - id="flowRegion3999-5"><rect - id="rect4001-8" - width="280.71429" - height="288.57144" - x="-2.8571429" - y="35.219326" /></flowRegion><flowPara - id="flowPara4003-8" - style="font-family:Times New Roman;-inkscape-font-specification:Times New Roman">)</flowPara></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot3634" - style="font-size:72px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0,0.29534034,-1.2640574,0,526.54602,149.32506)"><flowRegion - id="flowRegion3636"><rect - id="rect3638" - width="280.71429" - height="288.57144" - x="-2.8571429" - y="35.219326" /></flowRegion><flowPara - id="flowPara3640" - style="font-family:Times New Roman;-inkscape-font-specification:Times New Roman">)</flowPara></flowRoot> <flowRoot - transform="matrix(0,0.21029188,-0.32266965,0,500.00397,149.22075)" - style="font-size:72px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - id="flowRoot3642" - xml:space="preserve"><flowRegion - id="flowRegion3644"><rect - y="35.219326" - x="-2.8571429" - height="288.57144" - width="280.71429" - id="rect3646" /></flowRegion><flowPara - style="font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - id="flowPara3648">)</flowPara></flowRoot> <text - sodipodi:linespacing="125%" - id="text3828" - y="126.37415" - x="446.19476" - style="font-size:11.35805416px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve"><tspan - style="font-style:italic" - y="126.37415" - x="446.19476" - id="tspan3830" - sodipodi:role="line">K</tspan></text> - <path - sodipodi:nodetypes="ccc" - inkscape:connector-curvature="0" - id="path3832" - d="m 415.57632,130.12291 0,-3.45927 24.62659,0" - style="fill:none;stroke:#000000;stroke-width:0.62208217px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> - <path - style="fill:none;stroke:#000000;stroke-width:0.62208217px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" - d="m 482.38786,130.12291 0,-3.45927 -26.10603,0" - id="path3834" - inkscape:connector-curvature="0" - sodipodi:nodetypes="ccc" /> - <path - style="fill:none;stroke:#000000;stroke-width:0.86456078;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" - d="m 330.35317,129.33043 0,20.88375" - id="path3575" - inkscape:path-effect="#path-effect3579" - inkscape:original-d="m 330.35317,129.33043 0,20.88375" - inkscape:connector-curvature="0" /> - <path - inkscape:connector-curvature="0" - inkscape:original-d="m 490.12563,129.33043 0,20.88375" - inkscape:path-effect="#path-effect3581" - id="path3577" - d="m 490.12563,129.33043 0,20.88375" - style="fill:none;stroke:#000000;stroke-width:0.86456078;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> - <g - id="g4058" - transform="translate(0,-1.111915)"> - <flowRoot - transform="matrix(0.19895318,0,0,0.19895318,307.87614,129.63582)" - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:97.00000286%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - id="flowRoot5056" - xml:space="preserve"><flowRegion - id="flowRegion5058"><rect - style="font-size:50.2630806px;font-weight:normal;text-align:start;line-height:97.00000286%;text-anchor:start;-inkscape-font-specification:Arial" - y="35.219326" - x="-2.8571429" - height="146.40599" - width="197.19205" - id="rect5060" /></flowRegion><flowPara - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:97.00000286%;text-anchor:start;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowPara5062">T</flowPara><flowPara - id="flowPara5064" - style="font-size:50.2630806px;font-weight:normal;text-align:start;line-height:97.00000286%;text-anchor:start;font-family:Times New Roman;-inkscape-font-specification:Arial" /></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot5044-7" - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:97.00000286%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0.10453308,0,0,0.10453308,312.61634,137.26496)"><flowRegion - id="flowRegion5046-7"><rect - id="rect5048-2" - width="197.19205" - height="146.40599" - x="-2.8571429" - y="35.219326" - style="font-size:50.2630806px;font-weight:normal;text-align:start;line-height:97.00000286%;text-anchor:start;-inkscape-font-specification:Arial" /></flowRegion><flowPara - id="flowPara5050-6" - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:97.00000286%;text-anchor:start;font-family:cmmi10;-inkscape-font-specification:cmmi10"><flowSpan - style="text-align:start;line-height:97.00000286%;text-anchor:start;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - id="flowSpan5052-1">min </flowSpan></flowPara><flowPara - style="font-size:50.2630806px;font-weight:normal;text-align:start;line-height:97.00000286%;text-anchor:start;font-family:Times New Roman;-inkscape-font-specification:Arial" - id="flowPara5054-3" /></flowRoot> </g> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-229.4431" - y="-144.53531" - id="text3401" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3403" - x="-229.4431" - y="-144.53531">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3405" - y="-144.53531" - x="-190.4613" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-144.53531" - x="-190.4613" - id="tspan3407" - sodipodi:role="line">W</tspan></text> - <text - transform="scale(-1,-1)" - xml:space="preserve" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - x="-151.47951" - y="-144.53531" - id="text3409" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3411" - x="-151.47951" - y="-144.53531">W</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3413" - y="-144.53531" - x="-268.42493" - style="font-size:14.49404049px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:WinSongTTF;-inkscape-font-specification:WinSongTTF" - xml:space="preserve" - transform="scale(-1,-1)"><tspan - y="-144.53531" - x="-268.42493" - id="tspan3415" - sodipodi:role="line">W</tspan></text> - <path - inkscape:connector-curvature="0" - inkscape:original-d="m 127.41351,129.33043 0,20.88375" - inkscape:path-effect="#path-effect3571" - id="path3567" - d="m 127.41351,129.33043 0,20.88375" - style="fill:none;stroke:#000000;stroke-width:0.86456078;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> - <path - style="fill:none;stroke:#000000;stroke-width:0.86456078;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" - d="m 287.18597,129.33043 0,20.88375" - id="path3569" - inkscape:path-effect="#path-effect3573" - inkscape:original-d="m 287.18597,129.33043 0,20.88375" - inkscape:connector-curvature="0" /> - <g - id="g4071" - transform="translate(23.334525,-0.561885)"> - <flowRoot - xml:space="preserve" - id="flowRoot4918" - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:97.00000286%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0.19895318,0,0,0.19895318,81.601964,129.08579)"><flowRegion - id="flowRegion4920"><rect - id="rect4922" - width="197.19205" - height="146.40599" - x="-2.8571429" - y="35.219326" - style="font-size:50.2630806px;font-weight:normal;text-align:start;line-height:97.00000286%;text-anchor:start;-inkscape-font-specification:Arial" /></flowRegion><flowPara - id="flowPara4924" - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:97.00000286%;text-anchor:start;font-family:cmmi10;-inkscape-font-specification:cmmi10">T</flowPara><flowPara - style="font-size:50.2630806px;font-weight:normal;text-align:start;line-height:97.00000286%;text-anchor:start;font-family:Times New Roman;-inkscape-font-specification:Arial" - id="flowPara4928" /></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot5044-0" - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:97.00000286%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0.10453308,0,0,0.10453308,86.695713,136.71493)"><flowRegion - id="flowRegion5046-74"><rect - id="rect5048-1" - width="197.19205" - height="146.40599" - x="-2.8571429" - y="35.219326" - style="font-size:50.2630806px;font-weight:normal;text-align:start;line-height:97.00000286%;text-anchor:start;-inkscape-font-specification:Arial" /></flowRegion><flowPara - id="flowPara5050-5" - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:97.00000286%;text-anchor:start;font-family:cmmi10;-inkscape-font-specification:cmmi10"><flowSpan - style="text-align:start;line-height:97.00000286%;text-anchor:start;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - id="flowSpan5052-9">min </flowSpan></flowPara><flowPara - style="font-size:50.2630806px;font-weight:normal;text-align:start;line-height:97.00000286%;text-anchor:start;font-family:Times New Roman;-inkscape-font-specification:Arial" - id="flowPara5054-2" /></flowRoot> </g> - <flowRoot - transform="matrix(0.19895318,0,0,0.19895318,104.4653,157.33272)" - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - id="flowRoot3385" - xml:space="preserve"><flowRegion - id="flowRegion3387"><rect - style="font-size:50.2630806px;font-weight:normal;-inkscape-font-specification:Arial" - y="35.219326" - x="-2.8571429" - height="288.57144" - width="280.71429" - id="rect3389" /></flowRegion><flowPara - style="font-size:50.2630806px;font-weight:normal;font-family:Times New Roman;-inkscape-font-specification:Arial" - id="flowPara3391"><flowSpan - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowSpan3393">V</flowSpan></flowPara></flowRoot> <flowRoot - xml:space="preserve" - id="flowRoot3981" - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0.19895318,0,0,0.19895318,188.30146,173.60171)"><flowRegion - id="flowRegion3983"><rect - id="rect3985" - width="280.71429" - height="288.57144" - x="-2.8571429" - y="35.219326" - style="font-size:50.2630806px" /></flowRegion><flowPara - id="flowPara3987" - style="font-size:50.2630806px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">(a)</flowPara></flowRoot> <text - xml:space="preserve" - style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - x="125.02293" - y="173.92026" - id="text3390" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3392" - x="125.02293" - y="173.92026" - style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">⟨</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3394" - y="173.92026" - x="285.21268" - style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - xml:space="preserve"><tspan - style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="173.92026" - x="285.21268" - id="tspan3396" - sodipodi:role="line">⟩</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3398" - y="173.92026" - x="224.83202" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - xml:space="preserve"><tspan - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="173.92026" - x="224.83202" - id="tspan3400" - sodipodi:role="line">1,</tspan></text> - <text - xml:space="preserve" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - x="181.16937" - y="173.92026" - id="text3402" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3404" - x="181.16937" - y="173.92026" - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">0.8,</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3407" - y="173.92026" - x="146.60829" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - xml:space="preserve"><tspan - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="173.92026" - x="146.60829" - id="tspan3409" - sodipodi:role="line">1,</tspan></text> - <text - xml:space="preserve" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - x="259.39313" - y="173.92026" - id="text3411" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3413" - x="259.39313" - y="173.92026" - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">0.8</tspan></text> - <flowRoot - xml:space="preserve" - id="flowRoot5233" - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:97.00000286%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0.10453308,0,0,0.10453308,110.03024,167.2335)"><flowRegion - id="flowRegion5235"><rect - id="rect5237" - width="197.19205" - height="146.40599" - x="-2.8571429" - y="35.219326" - style="font-size:50.2630806px;font-weight:normal;text-align:start;line-height:97.00000286%;text-anchor:start;-inkscape-font-specification:Arial" /></flowRegion><flowPara - id="flowPara5239" - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:97.00000286%;text-anchor:start;font-family:cmmi10;-inkscape-font-specification:cmmi10"><flowSpan - style="text-align:start;line-height:97.00000286%;text-anchor:start;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - id="flowSpan5241">min </flowSpan></flowPara><flowPara - style="font-size:50.2630806px;font-weight:normal;text-align:start;line-height:97.00000286%;text-anchor:start;font-family:Times New Roman;-inkscape-font-specification:Arial" - id="flowPara5243" /></flowRoot> <text - xml:space="preserve" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - x="376.58456" - y="173.92026" - id="text3552" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3554" - x="376.58456" - y="173.92026" - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">1,</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3556" - y="173.92026" - x="425.38864" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - xml:space="preserve"><tspan - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="173.92026" - x="425.38864" - id="tspan3558" - sodipodi:role="line">0,</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3564" - y="173.92026" - x="474.53452" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - xml:space="preserve"><tspan - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="173.92026" - x="474.53452" - id="tspan3566" - sodipodi:role="line">0</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3568" - y="173.92026" - x="363.9563" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - xml:space="preserve"><tspan - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="173.92026" - x="363.9563" - id="tspan3570" - sodipodi:role="line">0,</tspan></text> - <text - xml:space="preserve" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - x="413.10217" - y="173.92026" - id="text3572" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3574" - x="413.10217" - y="173.92026" - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">0,</tspan></text> - <text - xml:space="preserve" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - x="462.58984" - y="173.92026" - id="text3580" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3582" - x="462.58984" - y="173.92026" - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">1,</tspan></text> - <text - xml:space="preserve" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - x="351.6698" - y="173.92026" - id="text3584" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3586" - x="351.6698" - y="173.92026" - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">0,</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3588" - y="173.92026" - x="400.8157" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - xml:space="preserve"><tspan - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="173.92026" - x="400.8157" - id="tspan3590" - sodipodi:role="line">0,</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3596" - y="173.92026" - x="449.96158" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - xml:space="preserve"><tspan - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="173.92026" - x="449.96158" - id="tspan3598" - sodipodi:role="line">0,</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3600" - y="173.92026" - x="339.38336" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - xml:space="preserve"><tspan - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="173.92026" - x="339.38336" - id="tspan3602" - sodipodi:role="line">0,</tspan></text> - <text - xml:space="preserve" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - x="388.52924" - y="173.92026" - id="text3604" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3606" - x="388.52924" - y="173.92026" - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">0,</tspan></text> - <text - xml:space="preserve" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - x="437.67511" - y="173.92026" - id="text3612" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3614" - x="437.67511" - y="173.92026" - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">0,</tspan></text> - <flowRoot - transform="matrix(0.19895318,0,0,0.19895318,390.95792,173.60171)" - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - id="flowRoot3989" - xml:space="preserve"><flowRegion - id="flowRegion3991"><rect - y="35.219326" - x="-2.8571429" - height="288.57144" - width="280.71429" - id="rect3993" - style="font-size:50.2630806px" /></flowRegion><flowPara - style="font-size:50.2630806px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - id="flowPara3995">(b)</flowPara></flowRoot> <g - id="g3621" - transform="translate(229.1646,-55.349178)"> - <flowRoot - xml:space="preserve" - id="flowRoot3450" - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0.19895318,0,0,0.19895318,78.240348,212.68191)"><flowRegion - id="flowRegion3452"><rect - id="rect3454" - width="280.71429" - height="288.57144" - x="-2.8571429" - y="35.219326" - style="font-size:50.2630806px;font-weight:normal;-inkscape-font-specification:Arial" /></flowRegion><flowPara - id="flowPara3456" - style="font-size:50.2630806px;font-weight:normal;font-family:Times New Roman;-inkscape-font-specification:Arial"><flowSpan - id="flowSpan3458" - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10">V </flowSpan></flowPara></flowRoot> <flowRoot - transform="matrix(0.19895318,0,0,0.19895318,59.92186,212.68191)" - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - id="flowRoot3460" - xml:space="preserve"><flowRegion - id="flowRegion3462"><rect - style="font-size:50.2630806px;font-weight:normal;-inkscape-font-specification:Arial" - y="35.219326" - x="-2.8571429" - height="288.57144" - width="280.71429" - id="rect3464" /></flowRegion><flowPara - style="font-size:50.2630806px;font-weight:normal;font-family:Times New Roman;-inkscape-font-specification:Arial" - id="flowPara3466"><flowSpan - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowSpan3468" /></flowPara></flowRoot> <text - sodipodi:linespacing="125%" - id="text3470" - y="229.26947" - x="69.518852" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Segoe Print;-inkscape-font-specification:Segoe Print" - xml:space="preserve"><tspan - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="229.26947" - x="69.518852" - id="tspan3472" - sodipodi:role="line" /></text> - </g> - <text - xml:space="preserve" - style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - x="327.96259" - y="173.92026" - id="text3545" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3547" - x="327.96259" - y="173.92026" - style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">⟨</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3549" - y="173.92026" - x="488.15231" - style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - xml:space="preserve"><tspan - style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="173.92026" - x="488.15231" - id="tspan3551" - sodipodi:role="line">⟩</tspan></text> - <flowRoot - xml:space="preserve" - id="flowRoot5245" - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:97.00000286%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0.10453308,0,0,0.10453308,312.61634,167.29577)"><flowRegion - id="flowRegion5247"><rect - id="rect5249" - width="197.19205" - height="146.40599" - x="-2.8571429" - y="35.219326" - style="font-size:50.2630806px;font-weight:normal;text-align:start;line-height:97.00000286%;text-anchor:start;-inkscape-font-specification:Arial" /></flowRegion><flowPara - id="flowPara5251" - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:97.00000286%;text-anchor:start;font-family:cmmi10;-inkscape-font-specification:cmmi10"><flowSpan - style="text-align:start;line-height:97.00000286%;text-anchor:start;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - id="flowSpan5253">min </flowSpan></flowPara><flowPara - style="font-size:50.2630806px;font-weight:normal;text-align:start;line-height:97.00000286%;text-anchor:start;font-family:Times New Roman;-inkscape-font-specification:Arial" - id="flowPara5255" /></flowRoot> <text - sodipodi:linespacing="125%" - id="text4431-1" - y="173.92026" - x="569.2254" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - xml:space="preserve"><tspan - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="173.92026" - x="569.2254" - id="tspan4433-5" - sodipodi:role="line">1,</tspan></text> - <text - xml:space="preserve" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - x="608.52466" - y="173.92026" - id="text3484" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3486" - x="608.52466" - y="173.92026" - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">0,</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3488" - y="173.92026" - x="677.29828" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - xml:space="preserve"><tspan - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="173.92026" - x="677.29828" - id="tspan3490" - sodipodi:role="line">0,</tspan></text> - <text - xml:space="preserve" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - x="647.82385" - y="173.92026" - id="text3492" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3494" - x="647.82385" - y="173.92026" - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">0,</tspan></text> - <text - xml:space="preserve" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - x="559.40063" - y="173.92026" - id="text3496" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3498" - x="559.40063" - y="173.92026" - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">0,</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3500" - y="173.92026" - x="598.69983" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - xml:space="preserve"><tspan - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="173.92026" - x="598.69983" - id="tspan3502" - sodipodi:role="line">1,</tspan></text> - <text - xml:space="preserve" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - x="667.47339" - y="173.92026" - id="text3504" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3506" - x="667.47339" - y="173.92026" - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">0,</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3508" - y="173.92026" - x="637.99902" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - xml:space="preserve"><tspan - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="173.92026" - x="637.99902" - id="tspan3510" - sodipodi:role="line">1,</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3512" - y="173.92026" - x="549.57581" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - xml:space="preserve"><tspan - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="173.92026" - x="549.57581" - id="tspan3514" - sodipodi:role="line">0,</tspan></text> - <text - xml:space="preserve" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - x="588.875" - y="173.92026" - id="text3516" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3518" - x="588.875" - y="173.92026" - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">0,</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3520" - y="173.92026" - x="657.64862" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - xml:space="preserve"><tspan - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="173.92026" - x="657.64862" - id="tspan3522" - sodipodi:role="line">1,</tspan></text> - <text - xml:space="preserve" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - x="628.17419" - y="173.92026" - id="text3524" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3526" - x="628.17419" - y="173.92026" - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">0,</tspan></text> - <text - xml:space="preserve" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - x="539.75092" - y="173.92026" - id="text3528" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3530" - x="539.75092" - y="173.92026" - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">1,</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3532" - y="173.92026" - x="579.05023" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - xml:space="preserve"><tspan - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="173.92026" - x="579.05023" - id="tspan3534" - sodipodi:role="line">0,</tspan></text> - <text - xml:space="preserve" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - x="687.12305" - y="173.92026" - id="text3536" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3538" - x="687.12305" - y="173.92026" - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">0</tspan></text> - <text - sodipodi:linespacing="125%" - id="text3540" - y="173.92026" - x="618.34943" - style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - xml:space="preserve"><tspan - style="font-size:10px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="173.92026" - x="618.34943" - id="tspan3542" - sodipodi:role="line">0,</tspan></text> - <flowRoot - xml:space="preserve" - id="flowRoot3997" - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0.19895318,0,0,0.19895318,597.36275,173.60171)"><flowRegion - id="flowRegion3999"><rect - id="rect4001" - width="280.71429" - height="288.57144" - x="-2.8571429" - y="35.219326" - style="font-size:50.2630806px" /></flowRegion><flowPara - id="flowPara4003" - style="font-size:50.2630806px;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">(c)</flowPara></flowRoot> <g - id="g3607" - transform="translate(444.28623,-176.9734)"> - <flowRoot - transform="matrix(0.19895318,0,0,0.19895318,69.240348,334.30612)" - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - id="flowRoot3474" - xml:space="preserve"><flowRegion - id="flowRegion3476"><rect - style="font-size:50.2630806px;font-weight:normal;-inkscape-font-specification:Arial" - y="35.219326" - x="-2.8571429" - height="288.57144" - width="280.71429" - id="rect3478" /></flowRegion><flowPara - style="font-size:50.2630806px;font-weight:normal;font-family:Times New Roman;-inkscape-font-specification:Arial" - id="flowPara3480"><flowSpan - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:cmmi10;-inkscape-font-specification:cmmi10" - id="flowSpan3482">V </flowSpan></flowPara></flowRoot> </g> - <text - sodipodi:linespacing="125%" - id="text3553" - y="173.92026" - x="534.08423" - style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - xml:space="preserve"><tspan - style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - y="173.92026" - x="534.08423" - id="tspan3555" - sodipodi:role="line">⟨</tspan></text> - <text - xml:space="preserve" - style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - x="694.27393" - y="173.92026" - id="text3557" - sodipodi:linespacing="125%"><tspan - sodipodi:role="line" - id="tspan3559" - x="694.27393" - y="173.92026" - style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Times New Roman;-inkscape-font-specification:Times New Roman">⟩</tspan></text> - <flowRoot - xml:space="preserve" - id="flowRoot5257" - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:97.00000286%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial" - transform="matrix(0.10453308,0,0,0.10453308,518.91474,167.0755)"><flowRegion - id="flowRegion5259"><rect - id="rect5261" - width="197.19205" - height="146.40599" - x="-2.8571429" - y="35.219326" - style="font-size:50.2630806px;font-weight:normal;text-align:start;line-height:97.00000286%;text-anchor:start;-inkscape-font-specification:Arial" /></flowRegion><flowPara - id="flowPara5263" - style="font-size:50.2630806px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:97.00000286%;text-anchor:start;font-family:cmmi10;-inkscape-font-specification:cmmi10"><flowSpan - style="text-align:start;line-height:97.00000286%;text-anchor:start;font-family:Times New Roman;-inkscape-font-specification:Times New Roman" - id="flowSpan5265">min </flowSpan></flowPara><flowPara - style="font-size:50.2630806px;font-weight:normal;text-align:start;line-height:97.00000286%;text-anchor:start;font-family:Times New Roman;-inkscape-font-specification:Arial" - id="flowPara5267" /></flowRoot> <path - style="fill:#cccccc;stroke:#cccccc;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" - d="m 297.69197,84.004529 0,107.480231" - id="path3404" - inkscape:connector-curvature="0" /> - <path - inkscape:connector-curvature="0" - id="path3406" - d="m 502.69198,84.004529 0,107.480231" - style="fill:#cccccc;stroke:#cccccc;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" /> - </g> -</svg>
--- a/SMC2015latex/section/background.tex Tue May 12 08:53:12 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,167 +0,0 @@ -\section{Background} -\label{sec:background} - -In this section, to introduce the theory behind the toolkit, we briefly present key aspects of its underlying mathematical framework (described in detail in \cite{Song15thesis}) and then give a short overview of each of the implemented syncopation models. %Please refer to for a more detailed treatment of all the related concepts and their mathematical notation. - - - -% \subsection{Rhythm representation} -% \label{sec:background:rhythm} - -\subsection{Time-span} -\label{sec:background:rhythm:timespan} -The term \emph{time-span} has been defined as the period between two points in time, including all time points in between \cite{Lerdahl_Jackendoff83GTTM}. To represent a given rhythm, we must specify the time-span within which it occurs by defining a reference time origin $\timeorigin$ and end time $\timeend$, the total duration $\timespan$ of which is $\timespan = \timeend-\timeorigin$ (Figure~\ref{fig:general}). - -For the SynPy toolkit, we use \emph{ticks} as as the basic time unit as opposed to seconds (in keeping with the representation used for standard MIDI files) where the rate is given in \emph{Ticks Per Quarter-note} (TPQ). The TPQ rate that is chosen is arbitrary so long as the start time and duration of all notes in a rhythm pattern can be represented as integer values. As Figure~\ref{fig:clave} demonstrates, the \emph{Son} clave rhythm pattern could be correctly represented both at 8 and 4 TPQ but not at 2 TPQ because the pattern contains a note that starts on the fourth $16^{\textrm{th}}$-note position of the bar. - -\begin{figure} -\centering -\includegraphics[width=\columnwidth]{images/general3.pdf} -\caption{An example note sequence. Two note events $\note_0$ and $\note_1$ occur in the time-span between time origin $\timeorigin$ and end time $\timeend$. The time-span duration $\timespan$ is three quarter-note periods. The rests at the start and end of the bar are not explicitly represented as objects in their own right here but as periods where no notes sound.} -\label{fig:general} -\end{figure} - - - - -\subsection{Note and velocity sequences} -\label{sec:background:rhythm:note} -A single, \emph{note} event $\note$ occurring in a time-span may be described by the tuple $(\starttime, \durationtime, \velocity)$ as shown in Figure~\ref{fig:general}, where $\starttime$ represents start or \emph{onset} time relative to $\timeorigin$, $\durationtime$ represents note duration in the same units and $\velocity$ represents the note \emph{velocity} (i.e. the dynamic; how loud or accented the event is relative to others), where $\velocity > 0$. - -This allows us to represent an arbitrary rhythm as a \emph{note sequence} $\sequence$, ordered in time -\begin{equation} -\label{eq:def_sequence} -\sequence = \langle\note_0, \note_1, \cdots, \note_{\sequencelength-1}\rangle -\end{equation} - -If TPQ is set to 4, an example note sequence representing the clave rhythm in Figure~\ref{fig:clave} could be: -\begin{equation} -\label{eq:note_sequence} -\sequence = \langle {(0,3,2),(3,1,1),(6,2,2),(10,2,1),(12,4,1)} \rangle, -\end{equation} -the higher velocity values of the first and third notes showing that these notes are accented in this example. - -An alternative representation of a rhythm is the \emph{velocity sequence}. This is a sequence of values representing equally spaced points in a time-span; each value corresponding to the normalised velocity of a note onset if present or zero otherwise. The velocity sequence for the note sequence in Equation~\ref{eq:note_sequence} can therefore be represented as -\begin{equation} -\label{eq:velocity_sequence} -\spanvector = \langle 1,0,0,0.5,0,0,1,0,0,0,0.5,0,0.5,0,0,0 \rangle. -\end{equation} - -It should be noted that the conversion between note sequence and velocity sequence is not commutative, because the note duration information is lost in the conversion. As a result, converting from velocity sequence to note sequence, an assumption must be made that note durations equal to the inter-onset-intervals. Converting the velocity sequence in Equation~\ref{eq:velocity_sequence} back to a note sequence would therefore yield -\begin{equation} -\label{eq:new_note_sequence} -\sequence' = \langle (0,3,2),(3,3,1),(6,4,2),(10,2,1),(12,4,1) \rangle, -\end{equation} -which has different durations for the second and fourth notes compared to the original sequence in Equation~\ref{eq:note_sequence}. - -\begin{figure} -\centering -\includegraphics[width=0.85\columnwidth]{images/clave_tpq.pdf} -\caption{Representation of the \emph{Son} clave rhythm at different Ticks Per Quarter-note (TPQ) resolutions. In (a) and (b) there is a tick for each note of the rhythm pattern thus all the sounded notes are captured (highlighted by the blue circles). However, in (c) where TPQ is 2, the second note of the pattern cannot be represented; the minimum resolution in this case is 4 TPQ.} -\label{fig:clave} -\end{figure} - - -\subsection{Metrical structure and time-signature} -\label{sec:background:rhythm:meter} - -\begin{figure}[t] -\centering -\includegraphics[width=\columnwidth]{images/meter_hierarchy7.pdf} -\caption{Metrical hierarchies for different time-signatures: (a) A simple-duple hierarchy dividing the bar into two groups of two (as with a 4/4 time-signature); (b) A compound-duple hierarchy dividing a bar into two beats, each of which is subdivided by three (e.g. 6/8 time-signature). %Reading the weights from left to right in any level $\metriclevel$ gives the elements in sequence $\metricvector_\metriclevel$ -} -\label{fig:meter-hierarchy} -\end{figure} - - - -Isochronous-meter is formed with a multi-level hierarchical metrical structure~\cite{Lerdahl_Jackendoff83GTTM, London04Meter}. The metrical hierarchy may be described with a \emph{subdivision sequence} $\langle \subdivision_0, \subdivision_1, ... ,\subdivision_{\levelmax}\rangle$ such that in each metrical level $\metriclevel$, the value $\subdivision_\metriclevel$ specifies how nodes in the level above (i.e. $\metriclevel-1$) should be split to produce the current level (see Figure~\ref{fig:meter-hierarchy}). Any time-signature can be described by specifying a subdivision sequence and the metrical level that represents the beat. - -Events at different metrical positions vary in perceptual salience or \emph{metrical weight}~\cite{Palmer_Krumhansl90}. These weights may be represented as a \emph{weight sequence} $\metricweightset = \langle \metricweight_0, \metricweight_1, ... \metricweight_{\levelmax}\rangle$. The prevailing hypothesis for the assignment of weights in the metrical hierarchy is that a time point that exists in both the current metrical level and the level above is said to have a \emph{strong} weight compared to time points that are not also present in the level above~\cite{Lerdahl_Jackendoff83GTTM}. The hierarchy of weights and subdivisions forms a key component in the calculation of many syncopation models. The choice of values for the weights in $\metricweightset$ can vary between different models but the assignment of weights to nodes at a given level in the hierarchy, as described in~\cite{Lerdahl_Jackendoff83GTTM}, is common to all. - -\subsection{Syncopation models} -\label{sec:background:models} - -In this section we briefly review each implemented syncopation model, discussing their general hypothesis and giving a flavour of their mechanism. It is not possible to go into the full details of each implementation here but a thorough review of the models is given in chapter 3 of \cite{Song15thesis}. To help compare the capabilities of different models, we also give an overview of the musical features each one captures in Table~\ref{ta:capabilities}. - -\subsubsection{Longuet-Higgins and Lee 1984 (\lhl)} -\label{sec:background:models:lhl} - -Longuet-Higgins and Lee's model \cite{LHL84} decomposes rhythm patterns into a tree structure as described in Section~\ref{sec:background:rhythm:meter} assigning metrical weights $\metricweight_\metriclevel = -\metriclevel$ %for all $\metricweight_\metriclevel \in \metricweightset$ -i.e. $\metricweightset = \langle 0,-1,-2, ... \rangle$. -The hypothesis of this model is that a syncopation occurs when a rest ($\RestNode$) in one metrical position follows a note ($\NoteNode$) in a weaker position. Where such a note-rest pair occurs, the difference in their metrical weights is taken as a local syncopation score. Summing the local scores produces the syncopation prediction for the whole rhythm sequence. - -\subsubsection{Pressing 1997 (\pressing)} -\label{sec:background:models:prs} -Pressing's cognitive complexity model~\cite{Pressing97,Pressing93} specifies six prototype velocity sequences and ranks them in terms of \emph{cognitive cost}. For example, the lowest cost is the \emph{null} prototype for rhythms that contain either a single rest or note; a higher cost is given to the \emph{filled} prototype that has a note in every position of the sequence e.g. -$ -\langle 1,1,1,1 \rangle \nonumber -$. -The highest cost is given to the \emph{syncopated} prototype that has a rest in the first (i.e.\ strongest) metrical position e.g. -$ -\langle 0,1,1,1 \rangle \nonumber -$. -The model analyses the cost for the whole rhythm-pattern and for each of its sub-sequences at every metrical level determined by the subdivision factor. The final output is a sum of the costs per level weighted by the number of sub-sequences in each. - -\subsubsection{Toussaint 2002 `Metric Complexity' (\metrical)} -\label{sec:background:models:tmc} -Toussaint's metric complexity measure \cite{Toussaint02Metrical} defines the metrical weights as $\metricweight_\metriclevel = \metriclevel_{\textrm{max}} - \metriclevel +1$, thus stronger metrical positions are associated with higher weights and the weakest position will be $\metricweight_{\metriclevel_{\textrm{max}}}=1$. The hypothesis of the model is that the level of syncopation is the difference between the metrical simplicity of the given rhythm (i.e. the sum of the metrical weights for each note) and the maximum possible metrical simplicity for a rhythm containing the same number of notes. - -\begin{table} -\renewcommand{\arraystretch}{1.2} -\centering -{\footnotesize -\begin{tabular}{lccccccc} -%\hline -Property & \lhl & \pressing & \metrical & \sioros & \keith & \offbeat & \wnbd \\ -\hline -Onset & \checkmark & \checkmark & \checkmark & \checkmark & \checkmark & \checkmark & \checkmark \\ -Duration & & & & & \checkmark & & \checkmark \\ -Dynamics & & & & \checkmark & & & \\ -Mono & \checkmark & \checkmark & \checkmark & \checkmark & \checkmark & \checkmark & \checkmark \\ -Poly & & & & & \checkmark & \checkmark & \checkmark \\ -Duple & \checkmark & \checkmark & \checkmark & \checkmark & \checkmark & \checkmark & \checkmark \\ -Triple & \checkmark & \checkmark & \checkmark & \checkmark & & \checkmark & \checkmark \\ -\hline -\end{tabular} -} -\caption{Musical properties captured by the different syncopation models. All models use note onsets, but only two use note duration rather than inter-onset intervals. Only SG takes dynamics (i.e. variation in note velocity) into account. All models handle monorhythms but the four models based on hierarchical decomposition of rhythm patterns are unable to handle polyrhythmic patterns. All models can process both duple and triple meters with the exception of KTH that can only process duple.} -\label{ta:capabilities} -\end{table} - -\subsubsection{Sioros and Guedes 2011 (\sioros)} -\label{sec:background:models:sg} -Sioros and Guedes~\cite{Sioros11,Sioros12} also use metrical hierarchy to determine syncopation. The main hypotheses are that humans try to minimise the syncopation of a particular note relative to its neighbours in each level of the metrical hierarchy, and that syncopations at the beat level are more salient than those that occur in higher or lower metrical levels. - -The metrical weights for this model are $\metricweight_\metriclevel = \metriclevel$ i.e. $\metricweightset = \langle 0, 1, 2, ... \rangle$. %for all $\metricweight_\metriclevel \in \metricweightset$. -The syncopation for a note is a function of its velocity, its position in the hierarchy and the weights of the previous and next notes in the rhythm sequence. - -\subsubsection{Keith 1991 (\keith)} -\label{sec:background:models:kth} -Keith's model \cite{Keith91} defines two types of syncopated events: a \emph{hesitation}, where a note ends off the beat (carrying a weight of 1) and \emph{anticipation}, where a note begins off the beat (with a weight of 2). Where a note exhibits both a hesitation and an anticipation, a \emph{syncopation} is said to occur and the respective weights are summed to give a total of 3. The start and end time is considered off-beat if the they are not divisible by the nearest power of two less than the note duration. - -\subsubsection{Toussaint 2005 `Off-Beatness' (\offbeat)} - -\label{sec:background:models:tob} - -The off-beatness measure~\cite{Toussaint05Offbeatness} is a geometric model that treats the time-span of a rhythm sequence as a ${\timespansequence}$-unit cycle. The hypothesis, as applied to syncopation, is that syncopated events are those that occur in `off-beat' positions in the cycle; the definition of \emph{off-beatness} in this case being any position that does not fall on a regular subdivision of the cycle length ${\timespansequence}$, thus the model is unable to measure cycles where ${\timespansequence}$ is 1 or prime. - -\subsubsection{G\'omez 2005 `Weighted Note-to-Beat Distance' (WNBD)} - -\label{sec:background:models:wnbd} - -The WNBD model of G\'omez et al.~\cite{Gomez05} defines note events that start in between beats in the notated meter to be `off-beat' thus leading to syncopation. The syncopation value for a note is inversely related to its distance from the nearest beat and is assigned more weight if the note crosses over the following beat. - - - - - -%All the models use temporal features (i.e. onset time point and/or note duration) in the modelling. The SG model also process dynamic information of musical events (i.e. note velocity). We use the term \emph{monorhythm} to refer to any rhythm-pattern that is not polyrhythmic. All the models can measure syncopation of monorhythms, but only KTH, TOB and WNBD models can deal with polyrhythms. Finally, all the models can deal with rhythms (notated) in duple meter, but all models except KTH can cope with rhythms in a triple meter. - - - - - - - -
--- a/SMC2015latex/section/conclusion.tex Tue May 12 08:53:12 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -\section{Conclusion} -\label{sec:conclusion} -In this paper we have described SynPy, an open-source Python toolkit for syncopation calculation. We have introduced the theoretical concepts underpinning the toolkit and briefly reviewed the hypothesis and mechanism of the seven implemented models. The architecture of the toolkit has been introduced in Section~\ref{sec:framework} and an example of command line usage shown demonstrating ease of use. We have presented the syncopation predictions calculated by SynPy for the dataset from~\cite{Song15thesis}, providing an overall visualisation of the prediction ranges and capabilities of each individual model. - -The SynPy toolkit possesses a number of merits, including the ability to process arbitrary rhythm patterns, convenient input from different sources of music data including standard MIDI files and text annotations, and output to XML and JSON files for further data analysis. It will be a valuable tool for many researchers in the computational music analysis community. It will be particularly useful to those who study syncopation models because it enables a level of comparison and testing for new models that was hitherto unavailable. The plugin architecture of the toolkit allows new models to be added easily in the future and open-source hosting in a repository on the soundsoftware.ac.uk servers ensures long term sustainability of the project. \ No newline at end of file
--- a/SMC2015latex/section/dataset.tex Tue May 12 08:53:12 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -% big figure has moved to the framework section so it appears on teh penultimate page in the PDF. - -\section{Syncopation Dataset} -\label{sec:data} - -The major outcome of the SynPy toolkit is to provide prediction of the level of syncopation of any rhythm pattern that can be measured by a given model. As a demonstration, we apply all seven syncopation models on the rhythms patterns used as stimuli for the syncopation perceptual dataset from~\cite{Song15thesis, Song13}. This dataset includes 27 monorhythms in 4/4 meter, 36 monorhythms in 6/8 and 48 polyrhythms in 4/4; altogether forming a set of 111 rhythm patterns. - -Figure~\ref{fig:modelpredictions} plots the syncopation predictions of individual model for each rhythm. It presents the different ranges of prediction values for each model and shows their capabilities in terms of rhythm categories (refer to Table~\ref{ta:capabilities}).
--- a/SMC2015latex/section/framework.tex Tue May 12 08:53:12 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,121 +0,0 @@ -\section{Framework} -\label{sec:framework} - -\begin{figure}[t] -\centering -\includegraphics[width=0.9\columnwidth]{images/framework.pdf} -\caption{Module hierarchy in the SynPy toolkit: the top-level module provides a simple interface for the user to test different syncopation models. Musical constructs such as bars, velocity and note sequences, notes and time-signatures are defined in the `music objects' module; support for common procedures such as sequence concatenation and subdivision is provided in `basic functions'. Models and file reading components can be chosen as required by the user.\label{fig:framework}} -\end{figure} - -The architecture of the toolkit is shown in Figure~\ref{fig:framework}. Syncopation values can be calculated for each bar in a given source of rhythm data along with selected statistics over all bars; the user specifies which model to use and supplies any special parameters that are required. Sources of rhythm data can be a bar object or a list of bars (detailed below in Section~\ref{sec:musicobjects}) or, alternatively, the name of a file containing music data. Where a model is unable to calculate a value for a given rhythm pattern, a `None' value is recorded for that bar and the indices of unmeasured bars reported in the output. If no user parameters are specified, the default parameters specified in the literature for each model are used. Output can optionally be saved directly to XML or JSON files. An example of usage in the Python interpreter is shown in Figure~\ref{ta:example}. - -\begin{figure} -\footnotesize{ -\begin{minted}[frame=single,framesep=10pt]{python} ->>>from synpy import * ->>>import synpy.PRS as model ->>>calculate_syncopation(model, "clave.rhy", - outfile="clave.xml") -{'bars_with_valid_output': [0, 1], - 'mean_syncopation_per_bar': 8.625, - 'model_name': 'PRS', - 'number_of_bars': 2, - 'number_of_bars_not_measured': 0, - 'source': 'clave.rhy', - 'summed_syncopation': 17.25, - 'syncopation_by_bar': [8.625, 8.625]} -\end{minted} -} -\caption{To use the toolkit, the top level \code{synpy} module is imported along with a model (in this example Pressing \cite{Pressing97}). Calling \code{calculate\_syncopation()} then gives the syncopation results as shown, writing output to an XML file. Output file names and extra parameters for a model are added as optional arguments as required by the user. -\label{ta:example} } -\end{figure} - -\subsection{Music objects} -\label{sec:musicobjects} -The `music objects' module provides classes to represent the musical constructs described in Section~\ref{sec:background}. A \code{Bar} object holds the rhythm information for a single bar of music along with its associated time-signature and optional tempo and TPQ values (see Section~\ref{sec:background:rhythm:timespan}). \code{Bar} objects may be initialised with either a note sequence or velocity sequence and can be chained together in the form of a doubly-linked \code{BarList} allowing syncopation models to access next and previous bars where appropriate (several models \cite{LHL84,Keith91,Pressing97,Gomez05} require knowledge of the contents of previous and/or next bars in order to calculate the syncopation of the current bar). The note sequence and velocity sequence classes are direct implementations of the sequences described in Section~\ref{sec:background:rhythm:note}. Common low-level procedures such as sequence concatenation and subdivision are provided in `basic functions'. - -\subsection{File Input} -\label{sec:fileinput} -Two file reader modules are currently provided: one for for reading plain text rhythm annotation (\code{.rhy}) files and one for reading standard MIDI files (\code{.mid}). These modules open their respective file types and return a \code{BarList} object ready for processing. - -\begin{figure} -\footnotesize{ -\begin{minted}[frame=single,framesep=10pt]{python} -T{4/4} # time-signature -TPQ{4} # ticks per quarternote -# Bar 1 -Y{(0,3,2),(3,1,1),(6,2,2),(10,2,1),(12,4,1)} -# Bar 2 -V{1,0,0,0.5,0,0,1,0,0,0,0.5,0,0.5,0,0,0} -\end{minted} -} -\caption{Example rhythm annotation file \code{clave.rhy} containing two bars of the Son Clave rhythm as discussed Section~\ref{sec:background}. The first bar is expressed as a note sequence with resolution of four ticks per quarter-note; the second is the same rhythm expressed as a velocity sequence.} -\label{ta:clave} -\end{figure} -Our \code{.rhy} annotation format is a light text syntax for describing rhythm patterns directly in terms of note and velocity sequences (see Figure~\ref{ta:clave}). The full syntax specification is given in Backus Naur Form on the toolkit repository \cite{Song14URL}. - -The MIDI file reader can open type 0 and type 1 standard MIDI files and select a given track to read rhythm from. Notes with zero delta time between them (i.e. chords) are treated as the same event for the purposes of creating note sequences from the MIDI stream. Time-signature and tempo events encoded in the MIDI stream are assumed to correctly describe those parameters of the recorded music so it is recommended that the user uses correctly annotated and quantised MIDI files. - -\begin{figure*}[t] -\centering -\includegraphics[width=0.85\textwidth]{images/allmodels.pdf} -\caption{Syncopation predictions of the seven models in the toolkit for the syncopation dataset from~\cite{Song15thesis}. The range of prediction values across all rhythm patterns is given for each model. Within each rhythm category, the rhythm patterns are arranged by tatum-rate (i.e. quarter-note rate then eighth-note rate) then in alphabetical order (the data set naming convention uses letters a-l to represent short rhythm components that make up longer patterns). Gaps in model output occur where a particular model is unable to process the specific rhythm category i.e. LHL, PRS, TMC, SG cannot process polyrhythms and KTH can only measure rhythms in duple meters.} -\label{fig:modelpredictions} -\end{figure*} - -\subsection{Plugin architecture} -The system architecture has been designed to allow new models to be added easily. Models have a common interface, exposing a single function that will return the syncopation value for a bar of music. Optional parameters may be supplied as a Python dictionary if the user wishes to specify settings different from the those given in the literature for a specific model. - - - - - - - -% \section{MIDI Input}\label{sec:midi} - -% \cite{Taylor89MusicTheory} - -% \section{Text Input}\label{sec:textinput} - -% \begin{table*} -% \small{ -% \begin{minted}[frame=single,framesep=10pt]{console} -% <piece> ::= [<comment-lines>] <timesig> <line> | <piece> <line> - -% <comment-lines> ::= <comment> "\n" | <comment-lines> <comment> "\n" - -% <line> ::= [<barlist>] [<comment>] "\n" - -% <comment> ::= "#" <comment-text> - -% <barlist> ::= <time-info> | [<time-info>] <bar> | <barlist> <bar> - -% <time-info> ::= [<timesig>] [<ticks-per-quarter>] [<tempo>] - -% <tempo> ::= "QPM{" <digits> "}" - -% <ticks-per-quarter> ::= "TPQ{" <digits> "}" - -% <timesig> ::= "T{" <digit> "/" <digit> "}" - -% <bar> ::= "V{" <velocity-sequence> "}" | "Y{" <note-sequence> "}" - -% <note-sequence> ::= <note> | <note-sequence> "," <note> - -% <note> ::= "(" <digits> "," <digits> "," <digits> ")" - -% <velocity-sequence> ::= <decimal> | <velocity-sequence> "," <decimal> - -% <decimal> ::= "0" | "1" | "0." <digits> - -% <digits> ::= <digit> | <digits> <digit> - -% <digit> ::= "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" -% \end{minted} -% } -% \caption{Syntax of rhythm text format Backus-Naur Form} -% \label{ta:BNF} -% \end{table*} - -
--- a/SMC2015latex/section/introduction.tex Tue May 12 08:53:12 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -\section{Introduction} -\label{sec:introduction} - -Syncopation is a fundamental feature of rhythm in music and a crucial aspect of musical character in many styles and cultures. Having comprehensive models to capture syncopation perception allows us to better understand the broader aspects of music perception. Over the last thirty years, several modelling approaches for syncopation have been developed and widely used in studies in multiple disciplines~\cite{LHL84,Pressing97,Toussaint02Metrical,Sioros11,Keith91,Toussaint05Offbeatness,Gomez05,Keller_Schubert11}. To date, formal investigations on the links between syncopation and music perception subjects such as meter induction~\cite{Povel_Essens85, Fitch_Rosenfeld07}, emotion~\cite{Keller_Schubert11}, groove~\cite{Madison13, Witek14} and neurophysiological responses~\cite{Winkler09, Vuust11}, have largely relied on quantitative measures of syncopation. However, until now there has not been a comprehensive reference implementation of the different algorithms available to facilitate quantifying syncopation. - -In~\cite{Song15thesis}, Song provides a consolidated mathematical framework and in-depth review of seven widely used syncopation models: Longuet-Higgins and Lee~\cite{LHL84}, Pressing~\cite{Pressing97,Pressing93}, Toussaint's Metric Complexity~\cite{Toussaint02Metrical}, Sioros and Guedes \cite{Sioros11,Sioros12}, Keith~\cite{Keith91}, Toussaint's off-beatness measure~\cite{Toussaint05Offbeatness} and G\'omez et al.'s Weighted Note-to-Beat Distance~\cite{Gomez05}. With the exception of Sioros and Guedes' model, code for which was open-sourced as part of the Kinetic project~\cite{Sioros11URL}, reference code for the models has not previously been publically available. -Based on this mathematical framework, the SynPy toolkit (available from the repository at~\cite{Song14URL}) provides implementations of these syncopation models in the Python programming language. - -The toolkit not only provides the first open-source implementation of these models in a unified framework but also allows convenient data input from standard MIDI files and text-based rhythm annotations. Multiple bars of music can be processed, reporting syncopation values bar by bar as well as descriptive statistics across a whole piece. Strengths of the toolkit also include easy output to XML and JSON files plus the ability to accept arbitrary rhythm patterns as well as time-signature and tempo changes. In addition, the toolkit defines a common interface for syncopation models, providing a simple plugin architecture for future extensibility. - -In Section~\ref{sec:background} we introduce mathematical representations of a few key rhythmic concepts that form the basis of the toolkit then briefly review seven syncopation models that have been implemented. In Section~\ref{sec:framework} we outline the architecture of SynPy, describing input sources, options and usage.
--- a/SMC2015latex/smc2015.sty Tue May 12 08:53:12 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,258 +0,0 @@ -% Latex Paper Template for SMC 2015 -% slightly adapted version of the templates for SMC 2011, SMC 2010 and ISMIR 2009 -% -% Version 20111229 -% Adapded for Sound And Music computing conference -% The bibliography style is now the most recent IEEEtran.bst - -\def\Hline{\noalign{\hrule height 0.4mm}} -%\newcommand{\bm}[1]{\mbox{\boldmath{$#1$}}} -\newcommand{\figbox}[1]{\fbox{\parbox{\columnwidth}{\centering{ #1 }}}} -\newcommand{\range}[2]{{#1,\cdots,#2\;}} -\newcommand{\secref}[1]{\mbox{Section~\ref{#1}}} -\newcommand{\tabref}[1]{\mbox{Table~\ref{#1}}} -\newcommand{\figref}[1]{\mbox{Figure~\ref{#1}}} -\newcommand{\eqnref}[1]{\mbox{Eq.~(\ref{#1})}} - -\renewcommand{\sfdefault}{phv} -\renewcommand{\rmdefault}{ptm} -\renewcommand{\ttdefault}{pcr} - -\setlength{\paperheight}{297mm} -\setlength{\paperwidth}{210mm} -\setlength{\textheight}{252mm} -\setlength{\textwidth}{172mm} -\setlength{\columnsep}{8mm} -\setlength{\headheight}{0mm} -\setlength{\voffset}{-12mm} -\setlength{\hoffset}{0mm} -\setlength{\marginparwidth}{0mm} -\setlength{\parindent}{2mm} %1pc -\setlength{\topmargin}{-5mm} -\setlength{\oddsidemargin}{-6mm} -\setlength{\evensidemargin}{-6mm} - -\setlength\normallineskip{1\p@} -\setlength\parskip{0\p@ \@plus \p@} -%\def\baselinestretch{0.98} - -\def\normalsize{\@setsize\normalsize{12pt}\xpt\@xpt} -\def\small{\@setsize\small{10pt}\ixpt\@ixpt} -\def\footnotesize{\@setsize\footnotesize{8pt}\viiipt\@viiipt} -\def\scriptsize{\@setsize\scriptsize{8pt}\viipt\@viipt} -\def\tiny{\@setsize\tiny{7pt}\vipt\@vipt} -\def\large{\@setsize\large{14pt}\xiipt\@xiipt} -\def\Large{\@setsize\Large{16pt}\xivpt\@xivpt} -\def\LARGE{\@setsize\LARGE{20pt}\xviipt\@xviipt} -\def\huge{\@setsize\huge{23pt}\xxpt\@xxpt} -\def\Huge{\@setsize\Huge{28pt}\xxvpt\@xxvpt} - -\twocolumn -\pagestyle{empty} - -\def\maketitle{\par - \begingroup - \def\thefootnote{} - \def\@makefnmark{ - \hbox - {$^{\@thefnmark}$\hss} - } - \twocolumn[\@maketitle] - \permission - \@thanks - \endgroup - \setcounter{footnote}{0} - \let\maketitle\relax - \let\@maketitle\relax - \gdef\thefootnote{ - \arabic{footnote} - } - \gdef\@@savethanks{} - \gdef\@thanks{} - \gdef\@author{} - \gdef\@title{} - \let\thanks\relax -} - -\def\@maketitle{ - \newpage - \null - \begin{center} { - \Large \bf \@title \par - } - \vskip 2.0em { - \normalsize \lineskip .5em - \begin{tabular}[t]{c} - \@author \\ - \end{tabular} - \par - } - \end{center} - \par - \vskip 2.0em -} - -\newcommand{\permission}{ -\begin{figure}[b] -{\scriptsize{\it Copyright: \copyright 2015 \firstauthor \hspace*{1 pt} et al. This is an open-access article distributed under the terms of the \href{http://creativecommons.org/licenses/by/3.0/}{\textcolor {magenta} {\underline {Creative Commons Attribution 3.0 Unported License}}}, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.}} -%{\copyright~Copyright notice here} -\end{figure}} - -\def\oneauthor#1#2{ - \gdef\@author{ - \begin{tabular}{@{}c@{}} - {\bf #1} \\ - #2\relax - \end{tabular}\hskip .3in - } -} - -\def\twoauthors#1#2#3#4{ - \gdef\@author{ - \begin{tabular}{@{}c@{}} - {\bf #1} \\ - #2 - \end{tabular}\hskip 1.5in - \begin{tabular}{@{}c@{}} - {\bf #3} \\ - #4\relax - \end{tabular} - } -} - -\def\threeauthors#1#2#3#4#5#6{ - \gdef\@author{ - \begin{tabular}{@{}c@{}} - {\bf #1} \\ - #2 - \end{tabular}\hskip .3in - \begin{tabular}{@{}c@{}} - {\bf #3} \\ - #4 - \end{tabular}\hskip .3in - \begin{tabular}{@{}c@{}} - {\bf #5} \\ - #6\relax - \end{tabular} - } -} - -\def\abstract{ - \begin{center}{ - \bf ABSTRACT - } - \end{center} -} -\def\endabstract{\par} - -\def\title#1{\gdef\@title{\uppercase{#1}}} - -\newif\if@smcsection - -\renewcommand\section{ - \@smcsectiontrue - \@startsection - {section} - {1} - {\z@} - {-3.5ex \@plus -1ex \@minus -.2ex} - {6pt \@plus.2ex} - {\large\bf\centering} -} - -\renewcommand\subsection{ - \@smcsectionfalse - \@startsection - {subsection} - {2} - {\z@} - {-2.5ex \@plus -1ex \@minus -.2ex} - {6pt \@plus.2ex} - {\normalsize\bf\raggedright} -} - -\renewcommand\subsubsection{ - \@smcsectionfalse - \@startsection - {subsubsection} - {3} - {\z@} - {-1.5ex \@plus -1ex \@minus -.2ex} - {6pt \@plus.2ex} - {\normalsize\it\raggedright} -} - -\def\@sect#1#2#3#4#5#6[#7]#8{ - \refstepcounter{#1} - \if@smcsection - \edef\@svsec{\csname the#1\endcsname.\hskip 0.6em} - \else - \edef\@svsec{\csname the#1\endcsname\hskip 0.6em} - \fi - \begingroup - \ifnum #2=1 - \bf\centering{\interlinepenalty \@M \@svsec\uppercase{#8}\par} - \else - \ifnum #2=2 - \bf\raggedright - \noindent{\interlinepenalty \@M \@svsec #8\par} - \else - \it\raggedright - \noindent{\interlinepenalty \@M \@svsec #8\par} - \fi - \fi - \endgroup - \csname #1mark\endcsname{#7}\addcontentsline - {toc}{#1}{\protect\numberline - \if@smcsection - {\csname the#1\endcsname.} - \else - {\csname the#1\endcsname} - \fi - #7} - \@tempskipa #5\relax - \@xsect{\@tempskipa} -} - -\newenvironment{acknowledgments}% -{% -\vskip 2.5ex {\normalsize\bf\raggedright Acknowledgments} -\vspace*{6pt} \\ -\noindent -}% -{% -\par -} - - -\bibliographystyle{IEEEtran} - -\def\thebibliography#1{ - \section{References}\list - {[\arabic{enumi}]}{ - \settowidth\labelwidth{[#1]}\leftmargin 1em - \advance\leftmargin\labelsep - \usecounter{enumi} - } - \def\newblock{\hskip .01em plus .01em minus .01em} - \sloppy\clubpenalty4000\widowpenalty4000 - \sfcode`\.=1000\relax -} - -\let\endthebibliography=\endlist - -\long\def\@makecaption#1#2{ - \vskip 10pt - \setbox\@tempboxa\hbox{#1. #2} - \ifdim - \wd\@tempboxa >\hsize #1. #2\par - \else - \hbox - to\hsize{\hfil\box\@tempboxa\hfil} - \fi -} - -\def\fnum@figure{{\bf Figure\ \thefigure}} -\def\fnum@table{{\bf Table \thetable}} - -\flushbottom
--- a/SMC2015latex/syncopation_toolkit.tex Tue May 12 08:53:12 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,224 +0,0 @@ -% ----------------------------------------------- -% Template for SMC 2012 -% adapted from the template for SMC 2011, which was adapted from that of SMC 2010 -% ----------------------------------------------- - -\documentclass{article} -\usepackage{smc2015} -\usepackage{times} -\usepackage{ifpdf} -\usepackage[english]{babel} -\usepackage{cite} -\usepackage{minted} - -\newcommand{\code}[1]{{\small\texttt{#1}}} - -\input{definitions} - -%%%%%%%%%%%%%%%%%%%%%%%% Some useful packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%%%%%%%%%%%%%%%%%%%%%%%% See related documentation %%%%%%%%%%%%%%%%%%%%%%%%%% -%\usepackage{amsmath} % popular packages from Am. Math. Soc. Please use the -%\usepackage{amssymb} % related math environments (split, subequation, cases, -%\usepackage{amsfonts}% multline, etc.) -%\usepackage{bm} % Bold Math package, defines the command \bf{} -%\usepackage{paralist}% extended list environments -%%subfig.sty is the modern replacement for subfigure.sty. However, subfig.sty -%%requires and automatically loads caption.sty which overrides class handling -%%of captions. To prevent this problem, preload caption.sty with caption=false -%\usepackage[caption=false]{caption} -%\usepackage[font=footnotesize]{subfig} - - -%user defined variables -\def\papertitle{SYNPY: A PYTHON TOOLKIT FOR SYNCOPATION MODELLING} -\def\firstauthor{Chunyang Song} -\def\secondauthor{Marcus Pearce} -\def\thirdauthor{Christopher Harte} - -% adds the automatic -% Saves a lot of ouptut space in PDF... after conversion with the distiller -% Delete if you cannot get PS fonts working on your system. - -% pdf-tex settings: detect automatically if run by latex or pdflatex -\newif\ifpdf -\ifx\pdfoutput\relax -\else - \ifcase\pdfoutput - \pdffalse - \else - \pdftrue -\fi - -\ifpdf % compiling with pdflatex - \usepackage[pdftex, - pdftitle={\papertitle}, - pdfauthor={\firstauthor, \secondauthor, \thirdauthor}, - bookmarksnumbered, % use section numbers with bookmarks - pdfstartview=XYZ % start with zoom=100% instead of full screen; - % especially useful if working with a big screen :-) - ]{hyperref} - %\pdfcompresslevel=9 - - \usepackage[pdftex]{graphicx} - % declare the path(s) where your graphic files are and their extensions so - %you won't have to specify these with every instance of \includegraphics - %\graphicspath{{./figures/}} - \DeclareGraphicsExtensions{.pdf,.jpeg,.png} - - \usepackage[figure,table]{hypcap} - -\else % compiling with latex - \usepackage[dvips, - bookmarksnumbered, % use section numbers with bookmarks - pdfstartview=XYZ % start with zoom=100% instead of full screen - ]{hyperref} % hyperrefs are active in the pdf file after conversion - - \usepackage[dvips]{epsfig,graphicx} - % declare the path(s) where your graphic files are and their extensions so - %you won't have to specify these with every instance of \includegraphics - \graphicspath{{./figures/}} - \DeclareGraphicsExtensions{.eps} - - \usepackage[figure,table]{hypcap} -\fi - -%setup the hyperref package - make the links black without a surrounding frame -\hypersetup{ - colorlinks,% - citecolor=black,% - filecolor=black,% - linkcolor=black,% - urlcolor=black -} - - -% Title. -% ------ -\title{\papertitle} - -% Authors -% Please note that submissions are NOT anonymous, therefore -% authors' names have to be VISIBLE in your manuscript. -% -% Single address -% To use with only one author or several with the same address -% --------------- -%\oneauthor -% {\firstauthor} {Affiliation1 \\ % -% {\tt \href{mailto:author1@smcnetwork.org}{author1@smcnetwork.org}}} - -% Two addresses -% -------------- -\threeauthors - {\firstauthor} {Queen Mary, University of London \\ % - {\tt \href{mailto:dr.chunyang.song@gmail.com}{dr.chunyang.song@gmail.com}}} - {\secondauthor} {Queen Mary, University of London \\ % - {\tt \href{mailto:marcus.pearce@qmul.ac.uk}{marcus.pearce@qmul.ac.uk}}} - {\thirdauthor} {University of York \\ % - {\tt \href{mailto:christopher.harte@york.ac.uk}{christopher.harte@york.ac.uk}}} - -% Three addresses -% -------------- - % \threeauthors - % {\firstauthor} {Affiliation1 \\ % - % {\tt \href{mailto:author1@smcnetwork.org}{author1@smcnetwork.org}}} - % {\secondauthor} {Affiliation2 \\ % - % {\tt \href{mailto:author2@smcnetwork.org}{author2@smcnetwork.org}}} - % {\thirdauthor} { Affiliation3 \\ % - % {\tt \href{mailto:author3@smcnetwork.org}{author3@smcnetwork.org}}} - - -% ***************************************** the document starts here *************** -\begin{document} -% -\capstartfalse -\maketitle -\capstarttrue -% -\begin{abstract} - -In this paper we present SynPy, an open-source software toolkit for quantifying syncopation. It is flexible yet easy to use, providing the first comprehensive set of implementations for seven widely known syncopation models using a simple plugin architecture for extensibility. SynPy is able to process multiple bars of music containing arbitrary rhythm patterns and can accept time-signature and tempo changes within a piece. The toolkit can take input from various sources including text annotations and standard MIDI files. Results can also be output to XML and JSON file formats. - -This toolkit will be valuable to the computational music analysis community, meeting the needs of a broad range of studies where a quantitative measure of syncopation is required. It facilitates a new degree of comparison for existing syncopation models and also provides a convenient platform for the development and testing of new models. -\end{abstract} -% - -\input{section/introduction} - -\input{section/background} - -\input{section/framework} - -\input{section/dataset} - -\input{section/conclusion} - - - -% \url{http://www.maynoothuniversity.ie/smc15}. - - - - - - - - - - -% \section{Page size and format}\label{sec:page_size} - -% \begin{equation} -% E=mc^{2+\delta}. -% \label{eq:Emc2} -% \end{equation} -% Refer to equations like so: -% As (\ref{eq:Emc2}) shows, -% I do not completely trust Special Relativity. - -% \subsection{Figures, Tables and Captions} -% \begin{table}[t] -% \begin{center} -% \begin{tabular}{|l|l|} -% \hline -% String value & Numeric value \\ -% \hline -% Hej SMC & 2015 \\ -% \hline -% \end{tabular} -% \end{center} -% \caption{Table captions should be placed below the table, exactly like this, -% but using words different from these.} -% \label{tab:example} -% \end{table} - - - -% Always refer to tables and figures in the main text, for example: -% see Fig. \ref{fig:example} and \tabref{tab:example}. -% Figures and tables may extend across both columns to a maximum width of 17.2cm. - - - -% \begin{figure}[t] -% \centering -% \includegraphics[width=0.6\columnwidth]{figure} -% \caption{Figure captions should be placed below the figure, -% exactly like this. -% When you come to SMC2015, you will -% understand why there is a large hand -% planted atop Copenhagen.\label{fig:example}} -% \end{figure} - - - -% -\begin{acknowledgments} -This work was funded by the UK Engineering and Physical Sciences Research Council as part of the Soundsoftware Project based in the Centre for Digital Music at Queen Mary, University of London. -\end{acknowledgments} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%bibliography here -\bibliography{csong.bib} - -\end{document}