College shields in the front page [optional] and title page cleanup
This commit is contained in:
parent
62a3137065
commit
ece5bb631d
@ -4,14 +4,14 @@
|
||||
%% %%
|
||||
%% A PhD thesis LaTeX template for Cambridge University Engineering Department%%
|
||||
%% %%
|
||||
%% Version: v1.4.2 %%
|
||||
%% Version: v2.0 %%
|
||||
%% Authors: Krishna Kumar %%
|
||||
%% Date: 2013/11/16 (inception) %%
|
||||
%% License: MIT License (c) 2013 Krishna Kumar %%
|
||||
%% GitHub Repo: https://github.com/kks32/phd-thesis-template/ %%
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
% ************************** Class Identification ******************************
|
||||
% ************************** Class Identification *****************************
|
||||
\newcommand\fileversion{1.4.2}
|
||||
\newcommand\filedate{2014/10/08}
|
||||
\NeedsTeXFormat{LaTeX2e}
|
||||
@ -20,31 +20,32 @@
|
||||
\typeout{https://github.com/kks32/phd-thesis-template/}
|
||||
|
||||
|
||||
% ******************************************************************************
|
||||
% **************************** Class Definition ********************************
|
||||
% ******************************************************************************
|
||||
%
|
||||
%******************************************************************************
|
||||
% **************************** Class Definition *******************************
|
||||
%******************************************************************************
|
||||
|
||||
% *********************** Define a Print/Online Version ************************
|
||||
% *********************** Define a Print/Online Version ***********************
|
||||
\newif\if@print\@printfalse
|
||||
\DeclareOption{print}{\@printtrue}
|
||||
|
||||
% ****************************** Draft Option **********************************
|
||||
% ****************************** Draft Option *********************************
|
||||
\newif\ifsetDraft\setDraftfalse
|
||||
\newif\ifsetDraftClassic\setDraftClassicfalse
|
||||
|
||||
% ****************************** Define index **********************************
|
||||
% ****************************** Define index *********************************
|
||||
\newif\ifPHD@index\PHD@indexfalse
|
||||
\DeclareOption{index}{\PHD@indextrue}
|
||||
|
||||
% ******************************* Font Option **********************************
|
||||
% ******************************* Font Option *********************************
|
||||
\newif\ifsetFont\setFontfalse % Font is not set
|
||||
|
||||
\newif\ifPHD@times\PHD@timesfalse % Times with Math Support
|
||||
\DeclareOption{times}{
|
||||
\ifsetFont
|
||||
\ClassWarning{PhDThesisPSnPDF}{Font selection conflict: A font package was
|
||||
aleady specified. Please check the document class options in case you
|
||||
have defined two fonts.}
|
||||
\ClassWarning{PhDThesisPSnPDF}{Font selection conflict: A font
|
||||
package was already specified. Please check the document class options in
|
||||
case you have defined two fonts.}
|
||||
\else
|
||||
\PHD@timestrue
|
||||
\setFonttrue
|
||||
@ -54,37 +55,39 @@
|
||||
\newif\ifPHD@fourier\PHD@fourierfalse % Fourier with Math Support
|
||||
\DeclareOption{fourier}{
|
||||
\ifsetFont
|
||||
\ClassWarning{PhDThesisPSnPDF}{Font selection conflict: A font package was
|
||||
aleady specified. Please check the document class options in case you
|
||||
have defined two fonts.}
|
||||
\ClassWarning{PhDThesisPSnPDF}{Font selection conflict: A font
|
||||
package was already specified. Please check the document class options in
|
||||
case you have defined two fonts.}
|
||||
\else
|
||||
\PHD@fouriertrue
|
||||
\setFonttrue
|
||||
\fi
|
||||
}
|
||||
|
||||
\newif\ifsetCustomFont\setCustomFontfalse % Custom Font with Math Support
|
||||
\newif\ifsetCustomFont\setCustomFontfalse % Custom Font with Math
|
||||
%Support
|
||||
\DeclareOption{customfont}{
|
||||
\ifsetFont
|
||||
\ClassWarning{PhDThesisPSnPDF}{Font selection conflict: A font package was
|
||||
aleady specified. Please check the document class options in case you
|
||||
have defined two fonts.}
|
||||
\ClassWarning{PhDThesisPSnPDF}{Font selection conflict: A font
|
||||
package was already specified. Please check the document class options in
|
||||
case you have defined two fonts.}
|
||||
\else
|
||||
\setCustomFonttrue
|
||||
\setFonttrue
|
||||
\fi
|
||||
}
|
||||
|
||||
% ******************************* Bibliography *********************************
|
||||
\newif\ifsetBib\setBibfalse % Custom Bibliography = true/false
|
||||
% ******************************* Bibliography ********************************
|
||||
\newif\ifsetBib\setBibfalse % Custom Bibliography =
|
||||
%true/false
|
||||
\newif\ifsetBiBLaTeX\setBiBLaTeXfalse % BiBLaTeX = True / False
|
||||
|
||||
\newif\ifPHD@biblatex\PHD@biblatexfalse % BiBLaTeX
|
||||
\DeclareOption{biblatex}{
|
||||
\ifsetBib
|
||||
\ClassWarning{PhDThesisPSnPDF}{Bibliography selection conflict: A
|
||||
bibliography style aleady specified. Please check the document class
|
||||
options in case you have defined two bibliography styles.}
|
||||
bibliography style already specified. Please check the document
|
||||
class options in case you have defined two bibliography styles.}
|
||||
\else
|
||||
\PHD@biblatextrue
|
||||
\fi
|
||||
@ -94,8 +97,8 @@
|
||||
\DeclareOption{authoryear}{
|
||||
\ifsetBib
|
||||
\ClassWarning{PhDThesisPSnPDF}{Bibliography selection conflict: A
|
||||
bibliography style aleady specified. Please check the document class
|
||||
options in case you have defined two bibliography styles.}
|
||||
bibliography style already specified. Please check the document
|
||||
class options in case you have defined two bibliography styles.}
|
||||
\else
|
||||
\PHD@authoryeartrue
|
||||
\setBibtrue
|
||||
@ -106,8 +109,8 @@
|
||||
\DeclareOption{numbered}{
|
||||
\ifsetBib
|
||||
\ClassWarning{PhDThesisPSnPDF}{Bibliography selection conflict: A
|
||||
bibliography style aleady specified. Please check the document class
|
||||
options in case you have defined two bibliography styles.}
|
||||
bibliography style already specified. Please check the document
|
||||
class options in case you have defined two bibliography styles.}
|
||||
\else
|
||||
\PHD@numberedtrue
|
||||
\setBibtrue
|
||||
@ -118,13 +121,13 @@
|
||||
\DeclareOption{custombib}{
|
||||
\ifsetBib
|
||||
\ClassWarning{PhDThesisPSnPDF}{Bibliography selection conflict: A
|
||||
bibliography style aleady specified. Please check the document class
|
||||
options in case you have defined two bibliography styles.}
|
||||
bibliography style already specified. Please check the document
|
||||
class options in case you have defined two bibliography styles.}
|
||||
\else
|
||||
\ifPHD@biblatex
|
||||
\ClassWarning{PhDThesisPSnPDF}{Bibliography selection conflict: A
|
||||
bibliography style aleady specified. Please check the document class
|
||||
options in case you have defined two bibliography styles.}
|
||||
bibliography style already specified. Please check the document
|
||||
class options in case you have defined two bibliography styles.}
|
||||
\else
|
||||
\useCustomBibtrue
|
||||
\setBibtrue
|
||||
@ -132,59 +135,68 @@
|
||||
\fi
|
||||
}
|
||||
|
||||
% ************************* Header / Footer Styling ****************************
|
||||
% ************************* Header / Footer Styling ***************************
|
||||
\newif\ifPHD@textJustify\PHD@textJustifytrue % Set Justification true
|
||||
\DeclareOption{flushleft}{\PHD@textJustifyfalse}
|
||||
|
||||
|
||||
% ************************* Header / Footer Styling ****************************
|
||||
% ************************* Header / Footer Styling ***************************
|
||||
\newif\ifPHD@pageStyleI\PHD@pageStyleIfalse % Set Page StyleI
|
||||
\DeclareOption{PageStyleI}{\PHD@pageStyleItrue}
|
||||
|
||||
\newif\ifPHD@pageStyleII\PHD@pageStyleIIfalse % Set Page StyleII
|
||||
\DeclareOption{PageStyleII}{\PHD@pageStyleIItrue}
|
||||
|
||||
% ***************************** Custom Margins ********************************
|
||||
% ***************************** Custom Margins ********************************
|
||||
\newif\ifsetCustomMargin\setCustomMarginfalse % Set Custom Margin
|
||||
\newif\ifsetMargin\setMarginfalse % Set Custom Margin
|
||||
\DeclareOption{custommargin}{\setCustomMargintrue}
|
||||
|
||||
% **************************** Separate Abstract ******************************
|
||||
% **************************** Separate Abstract ******************************
|
||||
\newif \ifdefineAbstract\defineAbstractfalse %To enable Separate abstract
|
||||
|
||||
\newif\ifPHD@abstract\PHD@abstractfalse % Enable Separate Abstract
|
||||
\DeclareOption{abstract}{
|
||||
\PHD@abstracttrue
|
||||
\ClassWarning{PhDThesisPSnPDF}{You have chosen an option that generates only
|
||||
the Title page and an abstract with PhD title and author name, if this was
|
||||
intentional, ignore this warning. Congratulations on submitting your thesis!
|
||||
If not, please remove the option `abstract' from the document class and
|
||||
\ClassWarning{PhDThesisPSnPDF}{You have chosen an option that
|
||||
generates only
|
||||
the Title page and an abstract with PhD title and author name, if
|
||||
this was
|
||||
intentional, ignore this warning. Congratulations on submitting your
|
||||
thesis!
|
||||
If not, please remove the option `abstract' from the document class
|
||||
and
|
||||
recompile. Good luck with your writing!}
|
||||
\PassOptionsToClass{oneside}{book}
|
||||
}
|
||||
|
||||
% ****************** Chapter Mode - To print only selected chapters ************
|
||||
% **************** Chapter Mode - To print only selected chapters *************
|
||||
\newif \ifdefineChapter\defineChapterfalse %To enable Separate abstract
|
||||
|
||||
\newif\ifPHD@chapter\PHD@chapterfalse % Enable Separate Abstract
|
||||
\DeclareOption{chapter}{
|
||||
\PHD@chaptertrue
|
||||
\ClassWarning{PhDThesisPSnPDF}{You have chosen an option that generates only
|
||||
selected chapters with references, if this was intentional, ignore this
|
||||
warning. If not, please remove the option `chapter' from the document class
|
||||
\ClassWarning{PhDThesisPSnPDF}{You have chosen an option that
|
||||
generates only
|
||||
selected chapters with references, if this was intentional, ignore
|
||||
this
|
||||
warning. If not, please remove the option `chapter' from the
|
||||
document class
|
||||
and recompile. Good luck with your writing!}
|
||||
}
|
||||
|
||||
\ProcessOptions\relax%
|
||||
|
||||
% *************************** Pre-defined Options ******************************
|
||||
% *************************** Pre-defined Options *****************************
|
||||
|
||||
% Font Size
|
||||
\newcommand\PHD@ptsize{12pt} %Set Default Size as 12
|
||||
|
||||
\DeclareOption{10pt}{
|
||||
\ClassWarning{PhDThesisPSnPDF}{The Cambridge University PhD thesis guidelines
|
||||
recommend using a minimum font size of 11pt (12pt is preferred) and 10pt for
|
||||
\ClassWarning{PhDThesisPSnPDF}{The Cambridge University PhD thesis
|
||||
guidelines
|
||||
recommend using a minimum font size of 11pt (12pt is preferred) and 10pt
|
||||
for
|
||||
footnotes.}
|
||||
\renewcommand\PHD@ptsize{10pt}
|
||||
}
|
||||
@ -199,7 +211,8 @@ footnotes.}
|
||||
\DeclareOption{a4paper}{\renewcommand\PHD@papersize{a4paper}}
|
||||
\DeclareOption{a5paper}{\renewcommand\PHD@papersize{a5paper}}
|
||||
\DeclareOption{letterpaper}{
|
||||
\ClassWarning{PhDThesisPSnPDF}{The Cambridge University Engineering Deparment
|
||||
\ClassWarning{PhDThesisPSnPDF}{The Cambridge University Engineering
|
||||
Deparment
|
||||
PhD thesis guidelines recommend using A4 or A5paper}
|
||||
\renewcommand\PHD@papersize{letterpaper}
|
||||
}
|
||||
@ -223,7 +236,8 @@ footnotes.}
|
||||
\setDrafttrue
|
||||
\ClassWarning{PhDThesisPSnPDF}{Draft is ON. Don't forget to turn it
|
||||
off in your final version. This enhanced `draft' mode adds watermark
|
||||
with timestamp, line numbering, and version number. Use `draftclassic'
|
||||
with timestamp, line numbering, and version number. Use
|
||||
`draftclassic'
|
||||
if you prefer the \cite{} lassic draft mode. To tweak options see
|
||||
`preamble.tex'}}%
|
||||
|
||||
@ -245,7 +259,8 @@ footnotes.}
|
||||
% Generates Warning for unknown options
|
||||
\DeclareOption*{
|
||||
\ClassWarning{PhDThesisPSnPDF}{Unknown or non-standard option
|
||||
'\CurrentOption'. I'll see if I can load it from the book class. If you get a
|
||||
'\CurrentOption'. I'll see if I can load it from the book class. If you
|
||||
get a
|
||||
warning unused global option(s): `\CurrentOption` then the option is not
|
||||
supported!}
|
||||
\PassOptionsToClass{\CurrentOption}{book}
|
||||
@ -272,21 +287,22 @@ supported!}
|
||||
|
||||
|
||||
|
||||
% ******************************************************************************
|
||||
% ******************************** Packages ************************************
|
||||
% ******************************************************************************
|
||||
% ************************** Layout and Formatting *****************************
|
||||
%
|
||||
%******************************************************************************
|
||||
% ******************************** Packages ***********************************
|
||||
%******************************************************************************
|
||||
% ************************** Layout and Formatting ****************************
|
||||
\renewcommand\pdfshellescape{1}
|
||||
\RequirePackage{lscape} % Supports Landscape Layout
|
||||
\RequirePackage{setspace} % Define line spacing in paragraph
|
||||
\RequirePackage{calc} % To calculate vertical spacing
|
||||
|
||||
% ************************* Conditional Statements *****************************
|
||||
% ************************* Conditional Statements ****************************
|
||||
\RequirePackage{ifthen} % conditional statements
|
||||
\RequirePackage{ifpdf} % Check for pdfLaTeX
|
||||
|
||||
|
||||
% *********************** Table of Contents & Appendices ***********************
|
||||
% ********************** Table of Contents & Appendices ***********************
|
||||
% add Bibliography, List of figures and tables to contents
|
||||
\RequirePackage[nottoc]{tocbibind}
|
||||
% Add appendices
|
||||
@ -304,7 +320,7 @@ supported!}
|
||||
\temptableofcontents
|
||||
}
|
||||
|
||||
% *************************** Graphics and Figures *****************************
|
||||
% *************************** Graphics and Figures ****************************
|
||||
\RequirePackage[usenames, dvipsnames]{color}
|
||||
\ifpdf
|
||||
% Convert eps figures to pdf
|
||||
@ -321,7 +337,7 @@ supported!}
|
||||
|
||||
|
||||
|
||||
% ******************************* Time Stamp ***********************************
|
||||
% ******************************* Time Stamp **********************************
|
||||
% Compute the timestamp based on an idea of
|
||||
% Tim Piessens \texttt{<Tim.Piessens@esat.kuleuven.ac.be>}.
|
||||
|
||||
@ -340,7 +356,7 @@ supported!}
|
||||
\number\PHD@hour\fi:\ifnum\PHD@minute<10 0\fi\number\PHD@minute
|
||||
}
|
||||
|
||||
% ******************************* Draft Mode ***********************************
|
||||
% ******************************* Draft Mode **********************************
|
||||
% Initializing Draft Text
|
||||
\newcommand\SetDraftText[1]{}
|
||||
% Initializing Draft Version
|
||||
@ -371,7 +387,8 @@ supported!}
|
||||
% Fix display lineno issue in mathmode
|
||||
\newcommand*\patchAmsMathEnvironmentForLineno[1]{%
|
||||
\expandafter\let\csname old#1\expandafter\endcsname\csname #1\endcsname
|
||||
\expandafter\let\csname oldend#1\expandafter\endcsname\csname end#1\endcsname
|
||||
\expandafter\let\csname oldend#1\expandafter\endcsname\csname
|
||||
end#1\endcsname
|
||||
\renewenvironment{#1}%
|
||||
{\linenomath\csname old#1\endcsname}%
|
||||
{\csname oldend#1\endcsname\endlinenomath}%
|
||||
@ -433,12 +450,15 @@ supported!}
|
||||
\renewcommand\SetDraftWMPosition[1]{%
|
||||
\renewcommand\draftposition{#1}
|
||||
\ifthenelse{\equal{\draftposition}{bottom}}
|
||||
{\renewcommand\draftnodeanchor{\paperheight-\voffset}} %Bottom
|
||||
{\renewcommand\draftnodeanchor{\paperheight-\voffset}}
|
||||
%Bottom
|
||||
{\ifthenelse{\equal{\draftposition}{top}}
|
||||
{\renewcommand\draftnodeanchor{1in+\voffset-\topmargin}} %Top
|
||||
{\renewcommand\draftnodeanchor{1in+\voffset-\topmargin}}
|
||||
%Top
|
||||
{\ClassWarning{PDThesisPSnPDF}{Unrecognised draft position
|
||||
using default value of top}
|
||||
\renewcommand\draftnodeanchor{1in+\voffset-\topmargin}}} %Top
|
||||
\renewcommand\draftnodeanchor{1in+\voffset-\topmargin}}}
|
||||
%Top
|
||||
|
||||
\AddEverypageHook{%
|
||||
\begin{textblock*}{\paperwidth}[0.,2.5](0\paperwidth,\draftnodeanchor)
|
||||
@ -454,16 +474,20 @@ supported!}
|
||||
inactive, to use SetDraftText include `draftmode' in the document
|
||||
class options.}}
|
||||
% Draft Version
|
||||
\renewcommand\SetDraftVersion[1]{\ClassWarning{PhDThesisPSnPDF}{DraftMode is
|
||||
\renewcommand\SetDraftVersion[1]{\ClassWarning{PhDThesisPSnPDF}{DraftMode
|
||||
is
|
||||
inactive, to use SetDraftVersion include `draftmode' in the document
|
||||
class options.}}
|
||||
% Draft Content
|
||||
\renewcommand\SetDraftWMPosition[1]{\ClassWarning{PhDThesisPSnPDF}{DraftMode
|
||||
is inactive, to use SetDraftWMPosition include `draftmode' in the document
|
||||
is inactive, to use SetDraftWMPosition include `draftmode' in the
|
||||
document
|
||||
class options.}}
|
||||
|
||||
\renewcommand\SetDraftGrayScale[1]{\ClassWarning{PhDThesisPSnPDF}{DraftMode is
|
||||
inactive, to use SetDraftWMPosition include `draftmode' in the document
|
||||
\renewcommand\SetDraftGrayScale[1]{\ClassWarning{PhDThesisPSnPDF}{DraftMode
|
||||
is
|
||||
inactive, to use SetDraftWMPosition include `draftmode' in the
|
||||
document
|
||||
class options.}}
|
||||
\fi
|
||||
|
||||
@ -473,11 +497,13 @@ supported!}
|
||||
% ******************************* Bibliography *********************************
|
||||
\ifPHD@authoryear
|
||||
\ifPHD@biblatex
|
||||
\RequirePackage[backend=biber, style=authoryear, citestyle=alphabetic,
|
||||
\RequirePackage[backend=biber, style=authoryear,
|
||||
citestyle=alphabetic,
|
||||
sorting=nty, natbib=true]{biblatex}
|
||||
\setBiBLaTeXtrue
|
||||
\else
|
||||
\RequirePackage[round, sort, numbers, authoryear]{natbib} %author year
|
||||
\RequirePackage[round, sort, numbers, authoryear]{natbib} %author
|
||||
%year
|
||||
\fi
|
||||
\else
|
||||
\ifPHD@numbered
|
||||
@ -494,13 +520,15 @@ supported!}
|
||||
\@ifpackageloaded{natbib}{}{
|
||||
\@ifpackageloaded{biblatex}{}{
|
||||
\ClassWarning{PhDThesisPSnPDF}{%
|
||||
You chose custom bibliography, but no corresponding package
|
||||
You chose custom bibliography, but no corresponding
|
||||
package
|
||||
(biblatex/natbib) has been loaded. Please load the
|
||||
appropriate bibliography package in the preamble.}
|
||||
}
|
||||
}
|
||||
}
|
||||
\else % set default to numbered
|
||||
\else % set default to
|
||||
%numbered
|
||||
\ifPHD@biblatex
|
||||
\RequirePackage[backend=biber, style=numeric-comp,
|
||||
citestyle=numeric, sorting=none, natbib=true]{biblatex}
|
||||
@ -526,7 +554,8 @@ supported!}
|
||||
\RequirePackage{textcomp}
|
||||
% Font Selection
|
||||
\ifPHD@times
|
||||
\RequirePackage{mathptmx} % times roman, including math (where possible)
|
||||
\RequirePackage{mathptmx} % times roman, including math (where
|
||||
%possible)
|
||||
\setFonttrue
|
||||
\message{PhDThesisPSnPDF: Using Times Roman font}
|
||||
\else
|
||||
@ -550,9 +579,9 @@ supported!}
|
||||
\else
|
||||
\ClassWarning{PhDThesisPSnPDF}{Using default font Latin Modern. If you
|
||||
would like to use other pre-defined fonts use `times' (The Cambridge
|
||||
University PhD thesis guidelines recommend using Times font) or `fourier'
|
||||
or load a custom font in the preamble.tex file by specifying `customfont'
|
||||
in the class options}
|
||||
University PhD thesis guidelines recommend using Times font) or
|
||||
`fourier' or load a custom font in the preamble.tex file by specifying
|
||||
`customfont' in the class options}
|
||||
\RequirePackage{lmodern}
|
||||
\fi
|
||||
|
||||
@ -574,10 +603,12 @@ supported!}
|
||||
% If building with PDFLaTeX, use microtype spacing adjustments
|
||||
\RequirePackage[final]{microtype}
|
||||
|
||||
%******************************* Print / Online ********************************
|
||||
% Defines a print / online version to define page-layout and hyperrefering
|
||||
%******************************* Print / Online *******************************
|
||||
% Defines a print / online version to define page-layout and
|
||||
%hyperrefering
|
||||
|
||||
% Moved below other usepackage definitions to fix PDFLaTeX footnote warning
|
||||
% Moved below other usepackage definitions to fix PDFLaTeX footnote
|
||||
%warning
|
||||
% Based on the suggestion by John Plaice
|
||||
|
||||
\ifsetDVI
|
||||
@ -676,7 +707,8 @@ supported!}
|
||||
{\renewcommand{\UrlFont}{\normalsize}}}
|
||||
\urlstyle{leo}
|
||||
|
||||
% option to split urls over multiple lines for latex >> DVIPS >> PDF option
|
||||
% option to split urls over multiple lines for latex >> DVIPS >> PDF
|
||||
%option
|
||||
% PDFLaTeX does it automatically.
|
||||
|
||||
\ifsetDVI
|
||||
@ -684,11 +716,12 @@ supported!}
|
||||
\fi
|
||||
|
||||
|
||||
% ******************************************************************************
|
||||
% **************************** Pre-defined Settings ****************************
|
||||
% ******************************************************************************
|
||||
%
|
||||
%******************************************************************************
|
||||
% **************************** Pre-defined Settings ***************************
|
||||
%******************************************************************************
|
||||
|
||||
% *************************** Setting PDF Meta-Data ****************************
|
||||
% *************************** Setting PDF Meta-Data ***************************
|
||||
\ifpdf
|
||||
\AtBeginDocument{
|
||||
\hypersetup{
|
||||
@ -700,19 +733,23 @@ supported!}
|
||||
}
|
||||
\fi
|
||||
|
||||
% ******************************** Line Spacing ********************************
|
||||
% ******************************** Line Spacing *******************************
|
||||
% Set spacing as 1.5 line spacing for the PhD Thesis
|
||||
% In practice, fortunately, nobody knows really what “one-and-a-half spaced
|
||||
% type” means exactly (in terms of millimetres baseline distance). The following
|
||||
% In practice, fortunately, nobody knows really what “one-and-a-half
|
||||
%spaced
|
||||
% type” means exactly (in terms of millimetres baseline distance). The
|
||||
%following
|
||||
% LaTeX setting has routinely been considered perfectly acceptable:
|
||||
|
||||
\renewcommand\baselinestretch{1.2}
|
||||
|
||||
% ******************************** Justification *******************************
|
||||
% ******************************** Justification ******************************
|
||||
% Left aligned as per University identity guidelines
|
||||
\ifPHD@textJustify
|
||||
\message{PhDThesisPSnPDF: The University identity guidelines recommend using
|
||||
left aligned text. Please use `flushleft' in the documentclass option, if you
|
||||
\message{PhDThesisPSnPDF: The University identity guidelines recommend
|
||||
using
|
||||
left aligned text. Please use `flushleft' in the documentclass option,
|
||||
if you
|
||||
wish to left align your text}
|
||||
\else
|
||||
\AtBeginDocument{
|
||||
@ -721,7 +758,7 @@ wish to left align your text}
|
||||
\fi
|
||||
|
||||
|
||||
% ************************** TOC and Hide Sections *****************************
|
||||
% ************************** TOC and Hide Sections ****************************
|
||||
\newcommand{\nocontentsline}[3]{}
|
||||
\newcommand{\tochide}[2]{
|
||||
\bgroup\let
|
||||
@ -731,12 +768,13 @@ wish to left align your text}
|
||||
\addtocontents{toc}{\protect\thispagestyle{empty}}
|
||||
|
||||
|
||||
% ***************************** Header Formatting ******************************
|
||||
% ***************************** Header Formatting *****************************
|
||||
% Custom Header with Chapter Number, Page Number and Section Numbering
|
||||
|
||||
\RequirePackage{fancyhdr} % Define custom header
|
||||
|
||||
% Set Fancy Header Command is defined to Load FancyHdr after Geometry is defined
|
||||
% Set Fancy Header Command is defined to Load FancyHdr after Geometry is
|
||||
%defined
|
||||
\newcommand{\setFancyHdr}{
|
||||
|
||||
\pagestyle{fancy}
|
||||
@ -753,7 +791,8 @@ wish to left align your text}
|
||||
|
||||
\else
|
||||
\ifPHD@pageStyleII
|
||||
% Style 2: Sets Page Number at the Bottom with Chapter/Section Name on LO/RE
|
||||
% Style 2: Sets Page Number at the Bottom with Chapter/Section Name on
|
||||
%LO/RE
|
||||
\renewcommand{\chaptermark}[1]{\markboth{##1}{}}
|
||||
\renewcommand{\sectionmark}[1]{\markright{\thesection\ ##1}}
|
||||
\fancyhf{}
|
||||
@ -763,7 +802,8 @@ wish to left align your text}
|
||||
|
||||
|
||||
\else
|
||||
% Default Style: Sets Page Number at the Top (LE/RO) with Chapter/Section Name
|
||||
% Default Style: Sets Page Number at the Top (LE/RO) with
|
||||
%Chapter/Section Name
|
||||
% on LO/RE and an empty footer
|
||||
\renewcommand{\chaptermark}[1]{\markboth {##1}{}}
|
||||
\renewcommand{\sectionmark}[1]{\markright{\thesection\ ##1}}
|
||||
@ -788,13 +828,14 @@ wish to left align your text}
|
||||
\ifsetCustomMargin
|
||||
\AtBeginDocument{
|
||||
\@ifpackageloaded{geometry}{}{\ClassWarning{PhDThesisPSnPDF}{%
|
||||
Custom margin is chosen, but geometry package is not loaded. Please load the
|
||||
Custom margin is chosen, but geometry package is not loaded. Please
|
||||
load the
|
||||
`geometry' package in the preamble.}}}
|
||||
\else
|
||||
\setFancyHdr % Apply fancy header settings otherwise apply it in preamble
|
||||
\fi
|
||||
|
||||
% **************** Clear Header Style on the Last Empty Odd pages **************
|
||||
% *************** Clear Header Style on the Last Empty Odd pages **************
|
||||
\renewcommand{\cleardoublepage}{\clearpage\if@twoside \ifodd\c@page\else%
|
||||
\hbox{}%
|
||||
\thispagestyle{empty} % Empty header styles
|
||||
@ -802,30 +843,35 @@ wish to left align your text}
|
||||
\if@twocolumn\hbox{}\newpage\fi\fi\fi}
|
||||
|
||||
|
||||
% ******************************** Roman Pages *********************************
|
||||
% The romanpages environment set the page numbering to lowercase roman one
|
||||
% ***************************** Roman Pages ***********************************
|
||||
% The romanpages environment set the page numbering to lowercase roman
|
||||
%one
|
||||
% for the contents and figures lists. It also resets
|
||||
% page-numbering for the remainder of the dissertation (arabic, starting at 1).
|
||||
% page-numbering for the remainder of the dissertation (arabic, starting
|
||||
%at 1).
|
||||
|
||||
\newenvironment{romanpages}{
|
||||
\setcounter{page}{1}
|
||||
\renewcommand{\thepage}{\roman{page}}}
|
||||
{\newpage\renewcommand{\thepage}{\arabic{page}}}
|
||||
|
||||
% ******************************* Appendices **********************************
|
||||
% ****************************** Appendices ***********************************
|
||||
% Appending the appendix name to the letter in TOC
|
||||
% Especially when backmatter is enabled
|
||||
|
||||
%\renewcommand\backmatter{
|
||||
% \def\chaptermark##1{\markboth{%
|
||||
% \ifnum \c@secnumdepth > \m@ne \@chapapp\ \thechapter: \fi ##1}{%
|
||||
% \ifnum \c@secnumdepth > \m@ne \@chapapp\ \thechapter: \fi ##1}}%
|
||||
% \ifnum \c@secnumdepth > \m@ne \@chapapp\ \thechapter: \fi
|
||||
%##1}{%
|
||||
% \ifnum \c@secnumdepth > \m@ne \@chapapp\ \thechapter: \fi
|
||||
%##1}}%
|
||||
% \def\sectionmark##1{\relax}}
|
||||
|
||||
|
||||
% ******************************************************************************
|
||||
% **************************** Macro Definitions *******************************
|
||||
% ******************************************************************************
|
||||
%
|
||||
%******************************************************************************
|
||||
% *************************** Macro Definitions *******************************
|
||||
%******************************************************************************
|
||||
% These macros are used to declare arguments needed for the
|
||||
% construction of the title page and other preamble.
|
||||
|
||||
@ -857,8 +903,14 @@ wish to left align your text}
|
||||
\newcommand{\@crest}{}
|
||||
\newcommand{\crest}[1]{\renewcommand{\@crest}{#1}}
|
||||
|
||||
% Defining the college crest
|
||||
\newif\ifPHD@collegeshield\PHD@collegeshieldfalse
|
||||
\newcommand{\@collegeshield}{}
|
||||
\newcommand{\collegeshield}[1]{\renewcommand{\@collegeshield}{#1}\PHD@collegeshieldtrue}
|
||||
|
||||
% Submission Text
|
||||
\newcommand{\submissiontext}{This dissertation is submitted for the degree of }
|
||||
\newcommand{\submissiontext}{This dissertation is submitted for the
|
||||
degree of }
|
||||
|
||||
|
||||
% keywords (These keywords will appear in the PDF meta-information
|
||||
@ -888,13 +940,15 @@ wish to left align your text}
|
||||
}
|
||||
|
||||
|
||||
% ******************************************************************************
|
||||
% *************************** Front Matter Layout ******************************
|
||||
% ******************************************************************************
|
||||
%
|
||||
%******************************************************************************
|
||||
%*************************** Front Matter Layout ******************************
|
||||
%******************************************************************************
|
||||
|
||||
% ******************************** titlepage **********************************
|
||||
% ******************************** titlepage **********************************
|
||||
|
||||
% Fix issue of title page having same number as the next page in oneside option
|
||||
% Fix issue of title page having same number as the next page in oneside
|
||||
%option
|
||||
% Issue #24 https://github.com/kks32/phd-thesis-template/issues/24
|
||||
\renewenvironment{titlepage} % changed from "newenvironment"
|
||||
{%
|
||||
@ -919,66 +973,58 @@ wish to left align your text}
|
||||
}
|
||||
|
||||
|
||||
% ******************************** Title Page **********************************
|
||||
% ******************************** Title Page *********************************
|
||||
\renewcommand{\maketitle}{
|
||||
|
||||
% To compute the free vertical space in Title page
|
||||
\computeTitlePageSpacing
|
||||
|
||||
% Fix for issue #24 https://github.com/kks32/phd-thesis-template/issues/24
|
||||
% Fix for issue #24
|
||||
%https://github.com/kks32/phd-thesis-template/issues/24
|
||||
\renewcommand*{\thepage}{i}
|
||||
|
||||
\begin{singlespace}
|
||||
\begin{center}
|
||||
% Title
|
||||
{\Huge \bfseries{\@title} \par}
|
||||
\ifthenelse{\equal{\@subtitle}{}}{
|
||||
% subtitle is not defined
|
||||
}{
|
||||
\vspace*{1em}
|
||||
\centering \Large {\@subtitle}
|
||||
} % subtitle is defined
|
||||
|
||||
\vspace{.25\PHD@titlepagespacing}
|
||||
% University Crest Long if college crest is defined
|
||||
\ifPHD@collegeshield%
|
||||
{\usebox{\PHD@crest}}
|
||||
\vspace{.15\PHD@titlepagespacing}
|
||||
\fi
|
||||
|
||||
% Title
|
||||
|
||||
{\usebox{\PHD@Title}} % subtitle is defined
|
||||
|
||||
|
||||
% Crest
|
||||
{\@crest \par}
|
||||
\vspace{.2\PHD@titlepagespacing}
|
||||
|
||||
\ifPHD@collegeshield%
|
||||
\vspace{.15\PHD@titlepagespacing}
|
||||
{\usebox{\PHD@collegecrest}}
|
||||
\vspace{.1\PHD@titlepagespacing}
|
||||
\else
|
||||
\vspace{.25\PHD@titlepagespacing}
|
||||
{\usebox{\PHD@crest}}
|
||||
\vspace{.15\PHD@titlepagespacing}
|
||||
\fi
|
||||
|
||||
|
||||
|
||||
% Author
|
||||
{\Large \bfseries{\@author} \par}
|
||||
{\usebox{\PHD@author}}
|
||||
\vspace*{1em}
|
||||
|
||||
% Department and University
|
||||
{\large \@dept \par}
|
||||
\vspace*{1ex}
|
||||
{\large \@university \par}
|
||||
{\usebox{\PHD@dept}}
|
||||
\vspace{.2\PHD@titlepagespacing}
|
||||
|
||||
% Submission Text
|
||||
{\large \submissiontext \par}
|
||||
\vspace*{1ex}
|
||||
{\large \textit {\@degreetitle} \par}
|
||||
|
||||
{\usebox{\PHD@submission}}
|
||||
|
||||
\end{center}
|
||||
\vfill
|
||||
\large
|
||||
\begin{minipage}[c]{\textwidth}
|
||||
\ifthenelse{\equal{\@college}{}}{
|
||||
% college is not defined
|
||||
\centering
|
||||
\@degreedate
|
||||
}{
|
||||
% college is defined
|
||||
\begin{minipage}{0.45\textwidth}
|
||||
\flushleft\@college
|
||||
\end{minipage}
|
||||
\begin{minipage}{0.45\textwidth}
|
||||
\flushright \@degreedate
|
||||
\end{minipage}
|
||||
} % college is defined
|
||||
\end{minipage}
|
||||
{\usebox{\PHD@collegedate}}
|
||||
\end{singlespace}
|
||||
}
|
||||
|
||||
@ -998,7 +1044,7 @@ wish to left align your text}
|
||||
|
||||
|
||||
|
||||
% ******************************* Declaration **********************************
|
||||
% ******************************* Declaration *********************************
|
||||
% The declaration environment puts a large, bold, centered
|
||||
% "Declaration" label at the top of the page.
|
||||
|
||||
@ -1016,7 +1062,7 @@ wish to left align your text}
|
||||
|
||||
|
||||
|
||||
% ****************************** Acknowledgements ********************************
|
||||
% **************************** Acknowledgements *******************************
|
||||
% The acknowledgements environment puts a large, bold, centered
|
||||
% "Acknowledgements" label at the top of the page.
|
||||
|
||||
@ -1029,7 +1075,7 @@ wish to left align your text}
|
||||
|
||||
|
||||
|
||||
% ******************************* Nomenclature *********************************
|
||||
% ****************************** Nomenclature *********************************
|
||||
\RequirePackage{nomencl}
|
||||
\makenomenclature
|
||||
\renewcommand{\nomgroup}[1]{%
|
||||
@ -1059,7 +1105,7 @@ wish to left align your text}
|
||||
}
|
||||
|
||||
|
||||
% ***************************** Create the index *******************************
|
||||
% ***************************** Create the index ******************************
|
||||
\ifPHD@index
|
||||
\RequirePackage{makeidx}
|
||||
\makeindex
|
||||
@ -1071,15 +1117,18 @@ wish to left align your text}
|
||||
\newcommand{\printthesisindex}{}
|
||||
\fi
|
||||
|
||||
% ***************************** Chapter Mode ***********************************
|
||||
% The chapter mode allows user to only print particular chapters with references
|
||||
%***************************** Chapter Mode **********************************
|
||||
% The chapter mode allows user to only print particular chapters with
|
||||
%references
|
||||
% All other options are disabled by default
|
||||
% To include only specific chapters without TOC, LOF, Title and Front Matter
|
||||
% To include only specific chapters without TOC, LOF, Title and Front
|
||||
%Matter
|
||||
% To send it to supervisior for changes
|
||||
|
||||
\ifPHD@chapter
|
||||
\defineChaptertrue
|
||||
% Disable the table of contents, figures, tables, index and nomenclature
|
||||
% Disable the table of contents, figures, tables, index and
|
||||
%nomenclature
|
||||
\renewcommand{\maketitle}{}
|
||||
\renewcommand{\tableofcontents}{}
|
||||
\renewcommand{\listoffigures}{}
|
||||
@ -1090,14 +1139,17 @@ wish to left align your text}
|
||||
\defineChapterfalse
|
||||
\fi
|
||||
|
||||
% ******************************** Abstract ************************************
|
||||
% The abstract environment puts a large, bold, centered "Abstract" label at
|
||||
% the top of the page. Defines both abstract and separate abstract environment
|
||||
% ******************************** Abstract ***********************************
|
||||
% The abstract environment puts a large, bold, centered "Abstract" label
|
||||
%at
|
||||
% the top of the page. Defines both abstract and separate abstract
|
||||
%environment
|
||||
|
||||
% To include only the Title and the abstract pages for submission to BoGS
|
||||
\ifPHD@abstract
|
||||
\defineAbstracttrue
|
||||
% Disable the table of contents, figures, tables, index and nomenclature
|
||||
% Disable the table of contents, figures, tables, index and
|
||||
%nomenclature
|
||||
\renewcommand{\tableofcontents}{}
|
||||
\renewcommand{\listoffigures}{}
|
||||
\renewcommand{\listoftables}{}
|
||||
@ -1131,7 +1183,7 @@ wish to left align your text}
|
||||
}
|
||||
|
||||
|
||||
% ******************** To compute empty space in title page ********************
|
||||
% ******************** To compute empty space in title page *******************
|
||||
% Boxes below are used to space different contents on the title page
|
||||
% Based on https://github.com/cambridge/thesis
|
||||
|
||||
@ -1141,70 +1193,77 @@ wish to left align your text}
|
||||
% Title Box
|
||||
\newsavebox{\PHD@Title}
|
||||
\begin{lrbox}{\PHD@Title}
|
||||
\begin{minipage}[c]{0.98\textwidth}
|
||||
\centering \Huge \bfseries{\@title}
|
||||
\ifthenelse{\equal{\@subtitle}{}}{
|
||||
% subtitle is not defined
|
||||
}{
|
||||
\vspace*{1em}
|
||||
\centering \Large {\@subtitle}
|
||||
} % subtitle is defined
|
||||
\end{minipage}
|
||||
\begin{minipage}[c]{0.98\textwidth}
|
||||
\centering \Huge \bfseries{\@title}
|
||||
\ifthenelse{\equal{\@subtitle}{}}{
|
||||
% subtitle is not defined
|
||||
}{
|
||||
\\
|
||||
\centering \Large {\@subtitle}
|
||||
} % subtitle is defined
|
||||
\end{minipage}
|
||||
\end{lrbox}
|
||||
|
||||
% University Crest Box
|
||||
\newsavebox{\PHD@crest}
|
||||
\begin{lrbox}{\PHD@crest}
|
||||
\@crest
|
||||
{\@crest \par}
|
||||
\end{lrbox}
|
||||
|
||||
\newsavebox{\PHD@collegecrest}
|
||||
\begin{lrbox}{\PHD@collegecrest}
|
||||
\ifPHD@collegeshield%
|
||||
{\@collegeshield}
|
||||
\else
|
||||
% College shield is undefined
|
||||
\fi
|
||||
\end{lrbox}
|
||||
|
||||
% Author Box
|
||||
\newsavebox{\PHD@author}
|
||||
\begin{lrbox}{\PHD@author}
|
||||
\begin{minipage}[c]{\textwidth}
|
||||
\centering \Large \bfseries{\@author}
|
||||
\end{minipage}
|
||||
\begin{minipage}[c]{\textwidth}
|
||||
\centering \Large \bfseries{\@author}
|
||||
\end{minipage}
|
||||
\end{lrbox}
|
||||
|
||||
% Department Box
|
||||
\newsavebox{\PHD@dept}
|
||||
\begin{lrbox}{\PHD@dept}
|
||||
\begin{minipage}[c]{\textwidth}
|
||||
\centering {\large \@dept \par}
|
||||
\vspace*{1em}
|
||||
{\large \@university \par}
|
||||
\end{minipage}
|
||||
\begin{minipage}[c]{\textwidth}
|
||||
\centering {\large \@dept \par}
|
||||
{\large \@university \par}
|
||||
\end{minipage}
|
||||
\end{lrbox}
|
||||
|
||||
% Submission Box
|
||||
\newsavebox{\PHD@submission}
|
||||
\begin{lrbox}{\PHD@submission}
|
||||
\begin{minipage}[c]{\textwidth}
|
||||
\begin{center}
|
||||
\large \submissiontext \par
|
||||
\vspace*{1ex}
|
||||
\large \textit {\@degreetitle} \par
|
||||
\end{center}
|
||||
\end{minipage}
|
||||
\begin{minipage}[c]{\textwidth}
|
||||
\begin{center}
|
||||
\large \submissiontext \par
|
||||
\large \textit {\@degreetitle} \par
|
||||
\end{center}
|
||||
\end{minipage}
|
||||
\end{lrbox}
|
||||
|
||||
% College and Date Box
|
||||
\newsavebox{\PHD@collegedate}
|
||||
\begin{lrbox}{\PHD@collegedate}
|
||||
\begin{minipage}[c]{\textwidth}
|
||||
\large
|
||||
\ifthenelse{\equal{\@college}{}}{
|
||||
% college is not defined
|
||||
\@degreedate
|
||||
}{
|
||||
% college is defined
|
||||
\begin{minipage}{0.45\textwidth}
|
||||
\flushleft\@college
|
||||
\end{minipage}
|
||||
\begin{minipage}{0.45\textwidth}
|
||||
\flushright \@degreedate
|
||||
\end{minipage}
|
||||
} % college is defined
|
||||
\large
|
||||
\ifthenelse{\equal{\@college}{}}{
|
||||
% college is not defined
|
||||
\@degreedate
|
||||
}{
|
||||
% college is defined
|
||||
\begin{minipage}{0.5\textwidth}
|
||||
\flushleft\@college
|
||||
\end{minipage}
|
||||
\begin{minipage}{0.5\textwidth}
|
||||
\flushright \@degreedate
|
||||
\end{minipage}
|
||||
} % college is defined
|
||||
\end{minipage}
|
||||
\end{lrbox}
|
||||
|
||||
@ -1213,6 +1272,7 @@ wish to left align your text}
|
||||
\setlength{\PHD@titlepagespacing}{ \textheight %
|
||||
- \totalheightof{\usebox{\PHD@Title}}
|
||||
- \totalheightof{\usebox{\PHD@crest}}
|
||||
- \totalheightof{\usebox{\PHD@collegecrest}}
|
||||
- \totalheightof{\usebox{\PHD@author}}
|
||||
- \totalheightof{\usebox{\PHD@dept}}
|
||||
- \totalheightof{\usebox{\PHD@submission}}
|
||||
|
7041
Figs/CollegeShields/Fitzwilliam.eps
Normal file
7041
Figs/CollegeShields/Fitzwilliam.eps
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Figs/CollegeShields/Fitzwilliam.pdf
Normal file
BIN
Figs/CollegeShields/Fitzwilliam.pdf
Normal file
Binary file not shown.
2118
Figs/CollegeShields/FitzwilliamRed.eps
Normal file
2118
Figs/CollegeShields/FitzwilliamRed.eps
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Figs/CollegeShields/FitzwilliamRed.pdf
Normal file
BIN
Figs/CollegeShields/FitzwilliamRed.pdf
Normal file
Binary file not shown.
7311
Figs/CollegeShields/Kings.eps
Normal file
7311
Figs/CollegeShields/Kings.eps
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Figs/CollegeShields/Kings.pdf
Normal file
BIN
Figs/CollegeShields/Kings.pdf
Normal file
Binary file not shown.
711
Figs/CollegeShields/Kings.svg
Normal file
711
Figs/CollegeShields/Kings.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 239 KiB |
121
Figs/CollegeShields/Licenses.md
Normal file
121
Figs/CollegeShields/Licenses.md
Normal file
@ -0,0 +1,121 @@
|
||||
This file contains licences accompanying the images in this folder.
|
||||
|
||||
# King's College's shield
|
||||
|
||||
Files:
|
||||
|
||||
Kings.svg
|
||||
|
||||
Derivative files:
|
||||
|
||||
Kings.eps
|
||||
Kings.pdf
|
||||
|
||||
Source:
|
||||
|
||||
https://en.wikipedia.org/wiki/File:Kingscollegearms-alternative.svg
|
||||
|
||||
Licence:
|
||||
|
||||
Creative Commons Attribution-Share Alike 3.0 Unported
|
||||
|
||||
|
||||
# Fitzwilliam College's shield
|
||||
|
||||
Files:
|
||||
|
||||
Fitzwilliam.pdf
|
||||
Fitzwilliam.eps
|
||||
FitzwilliamRed.pdf
|
||||
FitzwilliamRed.eps
|
||||
|
||||
Source:
|
||||
|
||||
Provided by the college
|
||||
|
||||
Licence:
|
||||
|
||||
Not specified
|
||||
|
||||
|
||||
|
||||
# Queens' College's shield
|
||||
|
||||
File:
|
||||
|
||||
Queens.svg
|
||||
|
||||
Derivative files:
|
||||
|
||||
Queens.pdf
|
||||
Queens.eps
|
||||
|
||||
Source:
|
||||
|
||||
http://en.wikipedia.org/wiki/File:Queens%27_College_%28Cambridge%29_shield.svg
|
||||
|
||||
Licence:
|
||||
|
||||
Creative Commons Attribution-Share Alike 3.0 Unported
|
||||
|
||||
|
||||
|
||||
# St. John's College's shield
|
||||
|
||||
File:
|
||||
|
||||
StJohns.png
|
||||
|
||||
Derivative files:
|
||||
|
||||
StJohns.eps
|
||||
|
||||
Source:
|
||||
|
||||
http://en.wikipedia.org/wiki/File:Johns_shield.png
|
||||
|
||||
Licence:
|
||||
|
||||
GNU Free Documentation License, Version 1.2 or any later version
|
||||
|
||||
|
||||
|
||||
# Peterhouse's shield
|
||||
|
||||
File:
|
||||
|
||||
Peterhouse.svg
|
||||
|
||||
Derivative files:
|
||||
|
||||
Peterhouse.pdf (rsvg-convert -f pdf -o Peterhouse.pdf Peterhouse.svg)
|
||||
|
||||
Source:
|
||||
|
||||
https://en.wikipedia.org/wiki/File:Peterhouse_shield.svg
|
||||
|
||||
Licence:
|
||||
|
||||
GNU Free Documentation License, Version 1.2 or any later version or
|
||||
Creative Commons Attribution-Share Alike 3.0 Unported
|
||||
|
||||
|
||||
|
||||
# Trinity College's shield
|
||||
|
||||
File:
|
||||
|
||||
Trinity.svg
|
||||
|
||||
Derivative files:
|
||||
|
||||
Trinity.eps
|
||||
Trinity.pdf
|
||||
|
||||
Source:
|
||||
|
||||
http://en.wikipedia.org/wiki/File:Trinity_College_(Cambridge)_shield.svg
|
||||
|
||||
Licence:
|
||||
|
||||
GNU Free Documentation License, Version 1.2 or any later version
|
BIN
Figs/CollegeShields/Peterhouse.pdf
Normal file
BIN
Figs/CollegeShields/Peterhouse.pdf
Normal file
Binary file not shown.
714
Figs/CollegeShields/Peterhouse.svg
Normal file
714
Figs/CollegeShields/Peterhouse.svg
Normal file
@ -0,0 +1,714 @@
|
||||
<?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://web.resource.org/cc/"
|
||||
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://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
id="svg1006"
|
||||
sodipodi:version="0.32"
|
||||
inkscape:version="0.42+devel"
|
||||
width="85mm"
|
||||
height="100mm"
|
||||
sodipodi:docname="Peterhouse shield.svg"
|
||||
sodipodi:docbase="H:\Leo\[ Interessantes ]\College Crest\Shields"
|
||||
version="1.0">
|
||||
<metadata
|
||||
id="metadata129">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs1008" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="1.6"
|
||||
inkscape:cx="179.44302"
|
||||
inkscape:cy="149.53581"
|
||||
inkscape:window-width="1400"
|
||||
inkscape:window-height="964"
|
||||
showguides="true"
|
||||
snaptoguides="true"
|
||||
snaptogrid="false"
|
||||
showgrid="true"
|
||||
inkscape:window-x="-4"
|
||||
inkscape:window-y="-4"
|
||||
gridspacingx="10mm"
|
||||
vertgrid="false"
|
||||
horizgrid="true"
|
||||
gridspacingy="10mm"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:grid-bbox="false"
|
||||
gridtolerance="0.4mm"
|
||||
inkscape:current-layer="svg1006" />
|
||||
<g
|
||||
id="g5393"
|
||||
transform="matrix(0.790008,0.000000,0.000000,0.790008,591.6598,-52.28441)">
|
||||
<g
|
||||
id="g1130">
|
||||
<g
|
||||
id="g994">
|
||||
<path
|
||||
style="fill:#b61511;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.01447382pt"
|
||||
d="M -561.38274,513.07172 C -347.91827,414.56638 -370.81597,246.59271 -370.936,70.856235 C -370.72794,70.347655 -370.51002,69.843103 -370.30197,69.334524 C -370.5133,69.334524 -370.72467,69.334524 -370.936,69.334524 C -495.60735,69.334524 -620.28846,69.334527 -744.95976,69.334524 C -745.17116,69.334524 -745.38256,69.334524 -745.59386,69.334524 C -745.38586,69.843116 -745.16786,70.347643 -744.95976,70.856235 C -745.07986,246.59271 -762.64176,414.56638 -561.38274,513.07172 z "
|
||||
id="path1534"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
<g
|
||||
id="g1418">
|
||||
<g
|
||||
id="g1346"
|
||||
transform="translate(1.907349e-5,0.000000)">
|
||||
<g
|
||||
id="g1215"
|
||||
transform="matrix(0.802530,0.000000,0.000000,1.000000,-156.3343,-302.1088)">
|
||||
<rect
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.17855096"
|
||||
id="rect1216"
|
||||
width="22.304514"
|
||||
height="3.1462967"
|
||||
x="-57.471504"
|
||||
y="-168.08365"
|
||||
transform="matrix(-1.902030,2.682832e-3,4.874460e-2,2.259996,-394.7497,799.3075)"
|
||||
ry="1.1368347"
|
||||
rx="2.2992387" />
|
||||
<g
|
||||
id="g1217"
|
||||
transform="translate(-0.327778,0.000000)">
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M -322.14299,409.71089 C -325.61787,408.39376 -327.33439,406.35887 -327.52998,403.46017 C -327.65494,401.71765 -325.90296,399.65172 -324.01837,399.58254 C -318.13094,399.35655 -316.12238,408.82463 -316.14813,411.14163 C -316.39672,411.14382 -317.62165,411.13391 -317.92546,411.14909 C -318.2,409.68919 -317.97709,407.89425 -319.86496,406.40477 C -321.75281,404.9153 -322.57978,406.07664 -322.81107,407.00947 C -323.04236,407.94227 -321.93081,409.80301 -322.14299,409.71092 L -322.14299,409.71092 L -322.14299,409.71092 L -322.14299,409.71089 L -322.14299,409.71089 L -322.14299,409.71089 z "
|
||||
id="path1218"
|
||||
sodipodi:nodetypes="cssccssccccc" />
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M -306.4166,409.52785 C -302.95317,408.12996 -301.25398,406.05529 -301.08285,403.15232 C -300.9726,401.40707 -302.74182,399.38215 -304.62682,399.35682 C -310.51555,399.26792 -312.44409,408.78182 -312.39881,411.098 C -312.15024,411.09437 -310.92547,411.05595 -310.62159,411.06405 C -310.35941,409.59793 -310.59742,407.80835 -308.72231,406.27508 C -306.84719,404.74181 -306.0105,405.88379 -305.77137,406.81112 C -305.53224,407.73847 -306.62798,409.62488 -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 z "
|
||||
id="path1219"
|
||||
sodipodi:nodetypes="cssccssccccc" />
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M -314.41823,388.39986 C -318.40184,392.55951 -319.45855,396.75533 -316.76272,403.42542 C -315.83822,405.65302 -315.43963,408.33423 -315.46546,411.12624 C -315.07816,411.13058 -313.42954,411.09281 -313.03909,411.06085 C -313.08502,408.30356 -312.63482,405.39597 -311.73266,403.10994 C -308.67234,396.23068 -310.91822,391.61461 -314.31202,388.39862 L -314.36514,388.39924 L -314.41823,388.39986 L -314.41823,388.39986 z "
|
||||
id="path1220"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
<rect
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.17855096"
|
||||
id="rect1221"
|
||||
width="9.4807405"
|
||||
height="1.394206"
|
||||
x="311.22076"
|
||||
y="407.50232"
|
||||
transform="matrix(-0.999932,1.163817e-2,4.216721e-3,0.999991,0.000000,0.000000)" />
|
||||
<g
|
||||
id="g1222"
|
||||
style="fill:#ffd700"
|
||||
transform="matrix(1.418582,-1.509307,1.267023,1.683285,-394.7497,800.4985)">
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M 140.191,-105.8351 C 141.6502,-105.8941 142.5196,-106.508 142.9047,-107.7044 C 143.139,-108.4225 142.6961,-109.5459 141.9888,-109.8448 C 139.7801,-110.7829 138.0027,-107.0711 137.7639,-106.0887 C 137.8579,-106.0522 138.3236,-105.8811 138.4372,-105.8312 C 138.6979,-106.4086 138.8059,-107.1986 139.6817,-107.5576 C 140.5575,-107.9165 140.7466,-107.3077 140.7342,-106.8805 C 140.7219,-106.4534 140.1006,-105.8266 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 z "
|
||||
id="path1223"
|
||||
sodipodi:nodetypes="cssccssccccc" />
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M 139.5103,-115.9567 C 137.55,-114.8141 136.9236,-107.7177 136.6055,-106.5459 C 136.7509,-106.4848 137.3761,-106.2486 137.5267,-106.2023 C 137.814,-107.3706 138.3048,-108.5262 138.8972,-109.351 C 140.81,-111.7801 140.4737,-114.0676 139.5505,-115.9411 L 139.5304,-115.9489 L 139.5103,-115.9567 L 139.5103,-115.9567 L 139.5103,-115.9567 z "
|
||||
id="path1224"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
</g>
|
||||
<g
|
||||
id="g1225"
|
||||
transform="matrix(-1.506659,-1.376448,-1.160906,1.793558,-209.6214,794.0978)"
|
||||
style="fill:#ffd700">
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M 140.191,-105.8351 C 141.6502,-105.8941 142.5196,-106.508 142.9047,-107.7044 C 143.139,-108.4225 142.6961,-109.5459 141.9888,-109.8448 C 139.7801,-110.7829 138.0027,-107.0711 137.7639,-106.0887 C 137.8579,-106.0522 138.3236,-105.8811 138.4372,-105.8312 C 138.6979,-106.4086 138.8059,-107.1986 139.6817,-107.5576 C 140.5575,-107.9165 140.7466,-107.3077 140.7342,-106.8805 C 140.7219,-106.4534 140.1006,-105.8266 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 z "
|
||||
id="path1226"
|
||||
sodipodi:nodetypes="cssccssccccc" />
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M 139.5103,-115.9567 C 137.55,-114.8141 136.9236,-107.7177 136.6055,-106.5459 C 136.7509,-106.4848 137.3761,-106.2486 137.5267,-106.2023 C 137.814,-107.3706 138.3048,-108.5262 138.8972,-109.351 C 140.81,-111.7801 140.4737,-114.0676 139.5505,-115.9411 L 139.5304,-115.9489 L 139.5103,-115.9567 L 139.5103,-115.9567 L 139.5103,-115.9567 z "
|
||||
id="path1227"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:#ffd700;fill-rule:evenodd;stroke-width:0.625;stroke-opacity:0.54779998"
|
||||
d="M -318.72752,412.52401 L -309.79758,412.35283 C -305.65476,415.12154 -299.63978,415.18066 -295.11037,412.99295 C -294.71041,413.52431 -292.59589,414.14512 -291.96729,414.43313 L -293.56777,416.6168 L -335.00884,416.91066 L -336.27241,414.92481 C -335.41506,414.96962 -333.61455,413.53261 -332.41458,413.21229 C -328.57157,415.58268 -322.44249,415.52019 -318.72752,412.52401 L -318.72752,412.52401 L -318.72752,412.52401 z "
|
||||
id="path1228"
|
||||
sodipodi:nodetypes="cccccccccc" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g1229"
|
||||
transform="matrix(0.802530,0.000000,0.000000,1.000000,-303.4205,-302.1088)">
|
||||
<rect
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.17855096"
|
||||
id="rect1230"
|
||||
width="22.304514"
|
||||
height="3.1462967"
|
||||
x="-57.471504"
|
||||
y="-168.08365"
|
||||
transform="matrix(-1.902030,2.682832e-3,4.874460e-2,2.259996,-394.7497,799.3075)"
|
||||
ry="1.1368347"
|
||||
rx="2.2992387" />
|
||||
<g
|
||||
id="g1231"
|
||||
transform="translate(-0.327778,0.000000)">
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M -322.14299,409.71089 C -325.61787,408.39376 -327.33439,406.35887 -327.52998,403.46017 C -327.65494,401.71765 -325.90296,399.65172 -324.01837,399.58254 C -318.13094,399.35655 -316.12238,408.82463 -316.14813,411.14163 C -316.39672,411.14382 -317.62165,411.13391 -317.92546,411.14909 C -318.2,409.68919 -317.97709,407.89425 -319.86496,406.40477 C -321.75281,404.9153 -322.57978,406.07664 -322.81107,407.00947 C -323.04236,407.94227 -321.93081,409.80301 -322.14299,409.71092 L -322.14299,409.71092 L -322.14299,409.71092 L -322.14299,409.71089 L -322.14299,409.71089 L -322.14299,409.71089 z "
|
||||
id="path1232"
|
||||
sodipodi:nodetypes="cssccssccccc" />
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M -306.4166,409.52785 C -302.95317,408.12996 -301.25398,406.05529 -301.08285,403.15232 C -300.9726,401.40707 -302.74182,399.38215 -304.62682,399.35682 C -310.51555,399.26792 -312.44409,408.78182 -312.39881,411.098 C -312.15024,411.09437 -310.92547,411.05595 -310.62159,411.06405 C -310.35941,409.59793 -310.59742,407.80835 -308.72231,406.27508 C -306.84719,404.74181 -306.0105,405.88379 -305.77137,406.81112 C -305.53224,407.73847 -306.62798,409.62488 -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 z "
|
||||
id="path1233"
|
||||
sodipodi:nodetypes="cssccssccccc" />
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M -314.41823,388.39986 C -318.40184,392.55951 -319.45855,396.75533 -316.76272,403.42542 C -315.83822,405.65302 -315.43963,408.33423 -315.46546,411.12624 C -315.07816,411.13058 -313.42954,411.09281 -313.03909,411.06085 C -313.08502,408.30356 -312.63482,405.39597 -311.73266,403.10994 C -308.67234,396.23068 -310.91822,391.61461 -314.31202,388.39862 L -314.36514,388.39924 L -314.41823,388.39986 L -314.41823,388.39986 z "
|
||||
id="path1234"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
<rect
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.17855096"
|
||||
id="rect1235"
|
||||
width="9.4807405"
|
||||
height="1.394206"
|
||||
x="311.22076"
|
||||
y="407.50232"
|
||||
transform="matrix(-0.999932,1.163817e-2,4.216721e-3,0.999991,0.000000,0.000000)" />
|
||||
<g
|
||||
id="g1236"
|
||||
style="fill:#ffd700"
|
||||
transform="matrix(1.418582,-1.509307,1.267023,1.683285,-394.7497,800.4985)">
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M 140.191,-105.8351 C 141.6502,-105.8941 142.5196,-106.508 142.9047,-107.7044 C 143.139,-108.4225 142.6961,-109.5459 141.9888,-109.8448 C 139.7801,-110.7829 138.0027,-107.0711 137.7639,-106.0887 C 137.8579,-106.0522 138.3236,-105.8811 138.4372,-105.8312 C 138.6979,-106.4086 138.8059,-107.1986 139.6817,-107.5576 C 140.5575,-107.9165 140.7466,-107.3077 140.7342,-106.8805 C 140.7219,-106.4534 140.1006,-105.8266 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 z "
|
||||
id="path1237"
|
||||
sodipodi:nodetypes="cssccssccccc" />
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M 139.5103,-115.9567 C 137.55,-114.8141 136.9236,-107.7177 136.6055,-106.5459 C 136.7509,-106.4848 137.3761,-106.2486 137.5267,-106.2023 C 137.814,-107.3706 138.3048,-108.5262 138.8972,-109.351 C 140.81,-111.7801 140.4737,-114.0676 139.5505,-115.9411 L 139.5304,-115.9489 L 139.5103,-115.9567 L 139.5103,-115.9567 L 139.5103,-115.9567 z "
|
||||
id="path1238"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
</g>
|
||||
<g
|
||||
id="g1239"
|
||||
transform="matrix(-1.506659,-1.376448,-1.160906,1.793558,-209.6214,794.0978)"
|
||||
style="fill:#ffd700">
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M 140.191,-105.8351 C 141.6502,-105.8941 142.5196,-106.508 142.9047,-107.7044 C 143.139,-108.4225 142.6961,-109.5459 141.9888,-109.8448 C 139.7801,-110.7829 138.0027,-107.0711 137.7639,-106.0887 C 137.8579,-106.0522 138.3236,-105.8811 138.4372,-105.8312 C 138.6979,-106.4086 138.8059,-107.1986 139.6817,-107.5576 C 140.5575,-107.9165 140.7466,-107.3077 140.7342,-106.8805 C 140.7219,-106.4534 140.1006,-105.8266 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 z "
|
||||
id="path1240"
|
||||
sodipodi:nodetypes="cssccssccccc" />
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M 139.5103,-115.9567 C 137.55,-114.8141 136.9236,-107.7177 136.6055,-106.5459 C 136.7509,-106.4848 137.3761,-106.2486 137.5267,-106.2023 C 137.814,-107.3706 138.3048,-108.5262 138.8972,-109.351 C 140.81,-111.7801 140.4737,-114.0676 139.5505,-115.9411 L 139.5304,-115.9489 L 139.5103,-115.9567 L 139.5103,-115.9567 L 139.5103,-115.9567 z "
|
||||
id="path1241"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:#ffd700;fill-rule:evenodd;stroke-width:0.625;stroke-opacity:0.54779998"
|
||||
d="M -318.72752,412.52401 L -309.79758,412.35283 C -305.65476,415.12154 -299.63978,415.18066 -295.11037,412.99295 C -294.71041,413.52431 -292.59589,414.14512 -291.96729,414.43313 L -293.56777,416.6168 L -335.00884,416.91066 L -336.27241,414.92481 C -335.41506,414.96962 -333.61455,413.53261 -332.41458,413.21229 C -328.57157,415.58268 -322.44249,415.52019 -318.72752,412.52401 L -318.72752,412.52401 L -318.72752,412.52401 z "
|
||||
id="path1242"
|
||||
sodipodi:nodetypes="cccccccccc" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g1243"
|
||||
transform="matrix(0.802530,0.000000,0.000000,1.000000,-454.2103,-302.1088)">
|
||||
<rect
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.17855096"
|
||||
id="rect1244"
|
||||
width="22.304514"
|
||||
height="3.1462967"
|
||||
x="-57.471504"
|
||||
y="-168.08365"
|
||||
transform="matrix(-1.902030,2.682832e-3,4.874460e-2,2.259996,-394.7497,799.3075)"
|
||||
ry="1.1368347"
|
||||
rx="2.2992387" />
|
||||
<g
|
||||
id="g1245"
|
||||
transform="translate(-0.327778,0.000000)">
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M -322.14299,409.71089 C -325.61787,408.39376 -327.33439,406.35887 -327.52998,403.46017 C -327.65494,401.71765 -325.90296,399.65172 -324.01837,399.58254 C -318.13094,399.35655 -316.12238,408.82463 -316.14813,411.14163 C -316.39672,411.14382 -317.62165,411.13391 -317.92546,411.14909 C -318.2,409.68919 -317.97709,407.89425 -319.86496,406.40477 C -321.75281,404.9153 -322.57978,406.07664 -322.81107,407.00947 C -323.04236,407.94227 -321.93081,409.80301 -322.14299,409.71092 L -322.14299,409.71092 L -322.14299,409.71092 L -322.14299,409.71089 L -322.14299,409.71089 L -322.14299,409.71089 z "
|
||||
id="path1246"
|
||||
sodipodi:nodetypes="cssccssccccc" />
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M -306.4166,409.52785 C -302.95317,408.12996 -301.25398,406.05529 -301.08285,403.15232 C -300.9726,401.40707 -302.74182,399.38215 -304.62682,399.35682 C -310.51555,399.26792 -312.44409,408.78182 -312.39881,411.098 C -312.15024,411.09437 -310.92547,411.05595 -310.62159,411.06405 C -310.35941,409.59793 -310.59742,407.80835 -308.72231,406.27508 C -306.84719,404.74181 -306.0105,405.88379 -305.77137,406.81112 C -305.53224,407.73847 -306.62798,409.62488 -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 z "
|
||||
id="path1247"
|
||||
sodipodi:nodetypes="cssccssccccc" />
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M -314.41823,388.39986 C -318.40184,392.55951 -319.45855,396.75533 -316.76272,403.42542 C -315.83822,405.65302 -315.43963,408.33423 -315.46546,411.12624 C -315.07816,411.13058 -313.42954,411.09281 -313.03909,411.06085 C -313.08502,408.30356 -312.63482,405.39597 -311.73266,403.10994 C -308.67234,396.23068 -310.91822,391.61461 -314.31202,388.39862 L -314.36514,388.39924 L -314.41823,388.39986 L -314.41823,388.39986 z "
|
||||
id="path1248"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
<rect
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.17855096"
|
||||
id="rect1249"
|
||||
width="9.4807405"
|
||||
height="1.394206"
|
||||
x="311.22076"
|
||||
y="407.50232"
|
||||
transform="matrix(-0.999932,1.163817e-2,4.216721e-3,0.999991,0.000000,0.000000)" />
|
||||
<g
|
||||
id="g1250"
|
||||
style="fill:#ffd700"
|
||||
transform="matrix(1.418582,-1.509307,1.267023,1.683285,-394.7497,800.4985)">
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M 140.191,-105.8351 C 141.6502,-105.8941 142.5196,-106.508 142.9047,-107.7044 C 143.139,-108.4225 142.6961,-109.5459 141.9888,-109.8448 C 139.7801,-110.7829 138.0027,-107.0711 137.7639,-106.0887 C 137.8579,-106.0522 138.3236,-105.8811 138.4372,-105.8312 C 138.6979,-106.4086 138.8059,-107.1986 139.6817,-107.5576 C 140.5575,-107.9165 140.7466,-107.3077 140.7342,-106.8805 C 140.7219,-106.4534 140.1006,-105.8266 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 z "
|
||||
id="path1251"
|
||||
sodipodi:nodetypes="cssccssccccc" />
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M 139.5103,-115.9567 C 137.55,-114.8141 136.9236,-107.7177 136.6055,-106.5459 C 136.7509,-106.4848 137.3761,-106.2486 137.5267,-106.2023 C 137.814,-107.3706 138.3048,-108.5262 138.8972,-109.351 C 140.81,-111.7801 140.4737,-114.0676 139.5505,-115.9411 L 139.5304,-115.9489 L 139.5103,-115.9567 L 139.5103,-115.9567 L 139.5103,-115.9567 z "
|
||||
id="path1252"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
</g>
|
||||
<g
|
||||
id="g1253"
|
||||
transform="matrix(-1.506659,-1.376448,-1.160906,1.793558,-209.6214,794.0978)"
|
||||
style="fill:#ffd700">
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M 140.191,-105.8351 C 141.6502,-105.8941 142.5196,-106.508 142.9047,-107.7044 C 143.139,-108.4225 142.6961,-109.5459 141.9888,-109.8448 C 139.7801,-110.7829 138.0027,-107.0711 137.7639,-106.0887 C 137.8579,-106.0522 138.3236,-105.8811 138.4372,-105.8312 C 138.6979,-106.4086 138.8059,-107.1986 139.6817,-107.5576 C 140.5575,-107.9165 140.7466,-107.3077 140.7342,-106.8805 C 140.7219,-106.4534 140.1006,-105.8266 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 z "
|
||||
id="path1254"
|
||||
sodipodi:nodetypes="cssccssccccc" />
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M 139.5103,-115.9567 C 137.55,-114.8141 136.9236,-107.7177 136.6055,-106.5459 C 136.7509,-106.4848 137.3761,-106.2486 137.5267,-106.2023 C 137.814,-107.3706 138.3048,-108.5262 138.8972,-109.351 C 140.81,-111.7801 140.4737,-114.0676 139.5505,-115.9411 L 139.5304,-115.9489 L 139.5103,-115.9567 L 139.5103,-115.9567 L 139.5103,-115.9567 z "
|
||||
id="path1255"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:#ffd700;fill-rule:evenodd;stroke-width:0.625;stroke-opacity:0.54779998"
|
||||
d="M -318.72752,412.52401 L -309.79758,412.35283 C -305.65476,415.12154 -299.63978,415.18066 -295.11037,412.99295 C -294.71041,413.52431 -292.59589,414.14512 -291.96729,414.43313 L -293.56777,416.6168 L -335.00884,416.91066 L -336.27241,414.92481 C -335.41506,414.96962 -333.61455,413.53261 -332.41458,413.21229 C -328.57157,415.58268 -322.44249,415.52019 -318.72752,412.52401 L -318.72752,412.52401 L -318.72752,412.52401 z "
|
||||
id="path1256"
|
||||
sodipodi:nodetypes="cccccccccc" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g1285"
|
||||
transform="translate(1.907349e-5,-2.116348)">
|
||||
<g
|
||||
id="g1201"
|
||||
transform="matrix(0.802530,0.000000,0.000000,1.000000,-156.3343,-159.7843)">
|
||||
<rect
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.17855096"
|
||||
id="rect1202"
|
||||
width="22.304514"
|
||||
height="3.1462967"
|
||||
x="-57.471504"
|
||||
y="-168.08365"
|
||||
transform="matrix(-1.902030,2.682832e-3,4.874460e-2,2.259996,-394.7497,799.3075)"
|
||||
ry="1.1368347"
|
||||
rx="2.2992387" />
|
||||
<g
|
||||
id="g1203"
|
||||
transform="translate(-0.327778,0.000000)">
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M -322.14299,409.71089 C -325.61787,408.39376 -327.33439,406.35887 -327.52998,403.46017 C -327.65494,401.71765 -325.90296,399.65172 -324.01837,399.58254 C -318.13094,399.35655 -316.12238,408.82463 -316.14813,411.14163 C -316.39672,411.14382 -317.62165,411.13391 -317.92546,411.14909 C -318.2,409.68919 -317.97709,407.89425 -319.86496,406.40477 C -321.75281,404.9153 -322.57978,406.07664 -322.81107,407.00947 C -323.04236,407.94227 -321.93081,409.80301 -322.14299,409.71092 L -322.14299,409.71092 L -322.14299,409.71092 L -322.14299,409.71089 L -322.14299,409.71089 L -322.14299,409.71089 z "
|
||||
id="path1204"
|
||||
sodipodi:nodetypes="cssccssccccc" />
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M -306.4166,409.52785 C -302.95317,408.12996 -301.25398,406.05529 -301.08285,403.15232 C -300.9726,401.40707 -302.74182,399.38215 -304.62682,399.35682 C -310.51555,399.26792 -312.44409,408.78182 -312.39881,411.098 C -312.15024,411.09437 -310.92547,411.05595 -310.62159,411.06405 C -310.35941,409.59793 -310.59742,407.80835 -308.72231,406.27508 C -306.84719,404.74181 -306.0105,405.88379 -305.77137,406.81112 C -305.53224,407.73847 -306.62798,409.62488 -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 z "
|
||||
id="path1205"
|
||||
sodipodi:nodetypes="cssccssccccc" />
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M -314.41823,388.39986 C -318.40184,392.55951 -319.45855,396.75533 -316.76272,403.42542 C -315.83822,405.65302 -315.43963,408.33423 -315.46546,411.12624 C -315.07816,411.13058 -313.42954,411.09281 -313.03909,411.06085 C -313.08502,408.30356 -312.63482,405.39597 -311.73266,403.10994 C -308.67234,396.23068 -310.91822,391.61461 -314.31202,388.39862 L -314.36514,388.39924 L -314.41823,388.39986 L -314.41823,388.39986 z "
|
||||
id="path1206"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
<rect
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.17855096"
|
||||
id="rect1207"
|
||||
width="9.4807405"
|
||||
height="1.394206"
|
||||
x="311.22076"
|
||||
y="407.50232"
|
||||
transform="matrix(-0.999932,1.163817e-2,4.216721e-3,0.999991,0.000000,0.000000)" />
|
||||
<g
|
||||
id="g1208"
|
||||
style="fill:#ffd700"
|
||||
transform="matrix(1.418582,-1.509307,1.267023,1.683285,-394.7497,800.4985)">
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M 140.191,-105.8351 C 141.6502,-105.8941 142.5196,-106.508 142.9047,-107.7044 C 143.139,-108.4225 142.6961,-109.5459 141.9888,-109.8448 C 139.7801,-110.7829 138.0027,-107.0711 137.7639,-106.0887 C 137.8579,-106.0522 138.3236,-105.8811 138.4372,-105.8312 C 138.6979,-106.4086 138.8059,-107.1986 139.6817,-107.5576 C 140.5575,-107.9165 140.7466,-107.3077 140.7342,-106.8805 C 140.7219,-106.4534 140.1006,-105.8266 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 z "
|
||||
id="path1209"
|
||||
sodipodi:nodetypes="cssccssccccc" />
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M 139.5103,-115.9567 C 137.55,-114.8141 136.9236,-107.7177 136.6055,-106.5459 C 136.7509,-106.4848 137.3761,-106.2486 137.5267,-106.2023 C 137.814,-107.3706 138.3048,-108.5262 138.8972,-109.351 C 140.81,-111.7801 140.4737,-114.0676 139.5505,-115.9411 L 139.5304,-115.9489 L 139.5103,-115.9567 L 139.5103,-115.9567 L 139.5103,-115.9567 z "
|
||||
id="path1210"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
</g>
|
||||
<g
|
||||
id="g1211"
|
||||
transform="matrix(-1.506659,-1.376448,-1.160906,1.793558,-209.6214,794.0978)"
|
||||
style="fill:#ffd700">
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M 140.191,-105.8351 C 141.6502,-105.8941 142.5196,-106.508 142.9047,-107.7044 C 143.139,-108.4225 142.6961,-109.5459 141.9888,-109.8448 C 139.7801,-110.7829 138.0027,-107.0711 137.7639,-106.0887 C 137.8579,-106.0522 138.3236,-105.8811 138.4372,-105.8312 C 138.6979,-106.4086 138.8059,-107.1986 139.6817,-107.5576 C 140.5575,-107.9165 140.7466,-107.3077 140.7342,-106.8805 C 140.7219,-106.4534 140.1006,-105.8266 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 z "
|
||||
id="path1212"
|
||||
sodipodi:nodetypes="cssccssccccc" />
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M 139.5103,-115.9567 C 137.55,-114.8141 136.9236,-107.7177 136.6055,-106.5459 C 136.7509,-106.4848 137.3761,-106.2486 137.5267,-106.2023 C 137.814,-107.3706 138.3048,-108.5262 138.8972,-109.351 C 140.81,-111.7801 140.4737,-114.0676 139.5505,-115.9411 L 139.5304,-115.9489 L 139.5103,-115.9567 L 139.5103,-115.9567 L 139.5103,-115.9567 z "
|
||||
id="path1213"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:#ffd700;fill-rule:evenodd;stroke-width:0.625;stroke-opacity:0.54779998"
|
||||
d="M -318.72752,412.52401 L -309.79758,412.35283 C -305.65476,415.12154 -299.63978,415.18066 -295.11037,412.99295 C -294.71041,413.52431 -292.59589,414.14512 -291.96729,414.43313 L -293.56777,416.6168 L -335.00884,416.91066 L -336.27241,414.92481 C -335.41506,414.96962 -333.61455,413.53261 -332.41458,413.21229 C -328.57157,415.58268 -322.44249,415.52019 -318.72752,412.52401 L -318.72752,412.52401 L -318.72752,412.52401 z "
|
||||
id="path1214"
|
||||
sodipodi:nodetypes="cccccccccc" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g1257"
|
||||
transform="matrix(0.802530,0.000000,0.000000,1.000000,-454.2103,-159.7843)">
|
||||
<rect
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.17855096"
|
||||
id="rect1258"
|
||||
width="22.304514"
|
||||
height="3.1462967"
|
||||
x="-57.471504"
|
||||
y="-168.08365"
|
||||
transform="matrix(-1.902030,2.682832e-3,4.874460e-2,2.259996,-394.7497,799.3075)"
|
||||
ry="1.1368347"
|
||||
rx="2.2992387" />
|
||||
<g
|
||||
id="g1259"
|
||||
transform="translate(-0.327778,0.000000)">
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M -322.14299,409.71089 C -325.61787,408.39376 -327.33439,406.35887 -327.52998,403.46017 C -327.65494,401.71765 -325.90296,399.65172 -324.01837,399.58254 C -318.13094,399.35655 -316.12238,408.82463 -316.14813,411.14163 C -316.39672,411.14382 -317.62165,411.13391 -317.92546,411.14909 C -318.2,409.68919 -317.97709,407.89425 -319.86496,406.40477 C -321.75281,404.9153 -322.57978,406.07664 -322.81107,407.00947 C -323.04236,407.94227 -321.93081,409.80301 -322.14299,409.71092 L -322.14299,409.71092 L -322.14299,409.71092 L -322.14299,409.71089 L -322.14299,409.71089 L -322.14299,409.71089 z "
|
||||
id="path1260"
|
||||
sodipodi:nodetypes="cssccssccccc" />
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M -306.4166,409.52785 C -302.95317,408.12996 -301.25398,406.05529 -301.08285,403.15232 C -300.9726,401.40707 -302.74182,399.38215 -304.62682,399.35682 C -310.51555,399.26792 -312.44409,408.78182 -312.39881,411.098 C -312.15024,411.09437 -310.92547,411.05595 -310.62159,411.06405 C -310.35941,409.59793 -310.59742,407.80835 -308.72231,406.27508 C -306.84719,404.74181 -306.0105,405.88379 -305.77137,406.81112 C -305.53224,407.73847 -306.62798,409.62488 -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 z "
|
||||
id="path1261"
|
||||
sodipodi:nodetypes="cssccssccccc" />
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M -314.41823,388.39986 C -318.40184,392.55951 -319.45855,396.75533 -316.76272,403.42542 C -315.83822,405.65302 -315.43963,408.33423 -315.46546,411.12624 C -315.07816,411.13058 -313.42954,411.09281 -313.03909,411.06085 C -313.08502,408.30356 -312.63482,405.39597 -311.73266,403.10994 C -308.67234,396.23068 -310.91822,391.61461 -314.31202,388.39862 L -314.36514,388.39924 L -314.41823,388.39986 L -314.41823,388.39986 z "
|
||||
id="path1262"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
<rect
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.17855096"
|
||||
id="rect1263"
|
||||
width="9.4807405"
|
||||
height="1.394206"
|
||||
x="311.22076"
|
||||
y="407.50232"
|
||||
transform="matrix(-0.999932,1.163817e-2,4.216721e-3,0.999991,0.000000,0.000000)" />
|
||||
<g
|
||||
id="g1264"
|
||||
style="fill:#ffd700"
|
||||
transform="matrix(1.418582,-1.509307,1.267023,1.683285,-394.7497,800.4985)">
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M 140.191,-105.8351 C 141.6502,-105.8941 142.5196,-106.508 142.9047,-107.7044 C 143.139,-108.4225 142.6961,-109.5459 141.9888,-109.8448 C 139.7801,-110.7829 138.0027,-107.0711 137.7639,-106.0887 C 137.8579,-106.0522 138.3236,-105.8811 138.4372,-105.8312 C 138.6979,-106.4086 138.8059,-107.1986 139.6817,-107.5576 C 140.5575,-107.9165 140.7466,-107.3077 140.7342,-106.8805 C 140.7219,-106.4534 140.1006,-105.8266 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 z "
|
||||
id="path1265"
|
||||
sodipodi:nodetypes="cssccssccccc" />
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M 139.5103,-115.9567 C 137.55,-114.8141 136.9236,-107.7177 136.6055,-106.5459 C 136.7509,-106.4848 137.3761,-106.2486 137.5267,-106.2023 C 137.814,-107.3706 138.3048,-108.5262 138.8972,-109.351 C 140.81,-111.7801 140.4737,-114.0676 139.5505,-115.9411 L 139.5304,-115.9489 L 139.5103,-115.9567 L 139.5103,-115.9567 L 139.5103,-115.9567 z "
|
||||
id="path1266"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
</g>
|
||||
<g
|
||||
id="g1267"
|
||||
transform="matrix(-1.506659,-1.376448,-1.160906,1.793558,-209.6214,794.0978)"
|
||||
style="fill:#ffd700">
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M 140.191,-105.8351 C 141.6502,-105.8941 142.5196,-106.508 142.9047,-107.7044 C 143.139,-108.4225 142.6961,-109.5459 141.9888,-109.8448 C 139.7801,-110.7829 138.0027,-107.0711 137.7639,-106.0887 C 137.8579,-106.0522 138.3236,-105.8811 138.4372,-105.8312 C 138.6979,-106.4086 138.8059,-107.1986 139.6817,-107.5576 C 140.5575,-107.9165 140.7466,-107.3077 140.7342,-106.8805 C 140.7219,-106.4534 140.1006,-105.8266 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 z "
|
||||
id="path1268"
|
||||
sodipodi:nodetypes="cssccssccccc" />
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M 139.5103,-115.9567 C 137.55,-114.8141 136.9236,-107.7177 136.6055,-106.5459 C 136.7509,-106.4848 137.3761,-106.2486 137.5267,-106.2023 C 137.814,-107.3706 138.3048,-108.5262 138.8972,-109.351 C 140.81,-111.7801 140.4737,-114.0676 139.5505,-115.9411 L 139.5304,-115.9489 L 139.5103,-115.9567 L 139.5103,-115.9567 L 139.5103,-115.9567 z "
|
||||
id="path1269"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:#ffd700;fill-rule:evenodd;stroke-width:0.625;stroke-opacity:0.54779998"
|
||||
d="M -318.72752,412.52401 L -309.79758,412.35283 C -305.65476,415.12154 -299.63978,415.18066 -295.11037,412.99295 C -294.71041,413.52431 -292.59589,414.14512 -291.96729,414.43313 L -293.56777,416.6168 L -335.00884,416.91066 L -336.27241,414.92481 C -335.41506,414.96962 -333.61455,413.53261 -332.41458,413.21229 C -328.57157,415.58268 -322.44249,415.52019 -318.72752,412.52401 L -318.72752,412.52401 L -318.72752,412.52401 z "
|
||||
id="path1270"
|
||||
sodipodi:nodetypes="cccccccccc" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g1271"
|
||||
transform="matrix(0.802530,0.000000,0.000000,1.000000,-305.2723,60.31597)">
|
||||
<rect
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.17855096"
|
||||
id="rect1272"
|
||||
width="22.304514"
|
||||
height="3.1462967"
|
||||
x="-57.471504"
|
||||
y="-168.08365"
|
||||
transform="matrix(-1.902030,2.682832e-3,4.874460e-2,2.259996,-394.7497,799.3075)"
|
||||
ry="1.1368347"
|
||||
rx="2.2992387" />
|
||||
<g
|
||||
id="g1273"
|
||||
transform="translate(-0.327778,0.000000)">
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M -322.14299,409.71089 C -325.61787,408.39376 -327.33439,406.35887 -327.52998,403.46017 C -327.65494,401.71765 -325.90296,399.65172 -324.01837,399.58254 C -318.13094,399.35655 -316.12238,408.82463 -316.14813,411.14163 C -316.39672,411.14382 -317.62165,411.13391 -317.92546,411.14909 C -318.2,409.68919 -317.97709,407.89425 -319.86496,406.40477 C -321.75281,404.9153 -322.57978,406.07664 -322.81107,407.00947 C -323.04236,407.94227 -321.93081,409.80301 -322.14299,409.71092 L -322.14299,409.71092 L -322.14299,409.71092 L -322.14299,409.71089 L -322.14299,409.71089 L -322.14299,409.71089 z "
|
||||
id="path1274"
|
||||
sodipodi:nodetypes="cssccssccccc" />
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M -306.4166,409.52785 C -302.95317,408.12996 -301.25398,406.05529 -301.08285,403.15232 C -300.9726,401.40707 -302.74182,399.38215 -304.62682,399.35682 C -310.51555,399.26792 -312.44409,408.78182 -312.39881,411.098 C -312.15024,411.09437 -310.92547,411.05595 -310.62159,411.06405 C -310.35941,409.59793 -310.59742,407.80835 -308.72231,406.27508 C -306.84719,404.74181 -306.0105,405.88379 -305.77137,406.81112 C -305.53224,407.73847 -306.62798,409.62488 -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 z "
|
||||
id="path1275"
|
||||
sodipodi:nodetypes="cssccssccccc" />
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M -314.41823,388.39986 C -318.40184,392.55951 -319.45855,396.75533 -316.76272,403.42542 C -315.83822,405.65302 -315.43963,408.33423 -315.46546,411.12624 C -315.07816,411.13058 -313.42954,411.09281 -313.03909,411.06085 C -313.08502,408.30356 -312.63482,405.39597 -311.73266,403.10994 C -308.67234,396.23068 -310.91822,391.61461 -314.31202,388.39862 L -314.36514,388.39924 L -314.41823,388.39986 L -314.41823,388.39986 z "
|
||||
id="path1276"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
<rect
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.17855096"
|
||||
id="rect1277"
|
||||
width="9.4807405"
|
||||
height="1.394206"
|
||||
x="311.22076"
|
||||
y="407.50232"
|
||||
transform="matrix(-0.999932,1.163817e-2,4.216721e-3,0.999991,0.000000,0.000000)" />
|
||||
<g
|
||||
id="g1278"
|
||||
style="fill:#ffd700"
|
||||
transform="matrix(1.418582,-1.509307,1.267023,1.683285,-394.7497,800.4985)">
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M 140.191,-105.8351 C 141.6502,-105.8941 142.5196,-106.508 142.9047,-107.7044 C 143.139,-108.4225 142.6961,-109.5459 141.9888,-109.8448 C 139.7801,-110.7829 138.0027,-107.0711 137.7639,-106.0887 C 137.8579,-106.0522 138.3236,-105.8811 138.4372,-105.8312 C 138.6979,-106.4086 138.8059,-107.1986 139.6817,-107.5576 C 140.5575,-107.9165 140.7466,-107.3077 140.7342,-106.8805 C 140.7219,-106.4534 140.1006,-105.8266 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 z "
|
||||
id="path1279"
|
||||
sodipodi:nodetypes="cssccssccccc" />
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M 139.5103,-115.9567 C 137.55,-114.8141 136.9236,-107.7177 136.6055,-106.5459 C 136.7509,-106.4848 137.3761,-106.2486 137.5267,-106.2023 C 137.814,-107.3706 138.3048,-108.5262 138.8972,-109.351 C 140.81,-111.7801 140.4737,-114.0676 139.5505,-115.9411 L 139.5304,-115.9489 L 139.5103,-115.9567 L 139.5103,-115.9567 L 139.5103,-115.9567 z "
|
||||
id="path1280"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
</g>
|
||||
<g
|
||||
id="g1281"
|
||||
transform="matrix(-1.506659,-1.376448,-1.160906,1.793558,-209.6214,794.0978)"
|
||||
style="fill:#ffd700">
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M 140.191,-105.8351 C 141.6502,-105.8941 142.5196,-106.508 142.9047,-107.7044 C 143.139,-108.4225 142.6961,-109.5459 141.9888,-109.8448 C 139.7801,-110.7829 138.0027,-107.0711 137.7639,-106.0887 C 137.8579,-106.0522 138.3236,-105.8811 138.4372,-105.8312 C 138.6979,-106.4086 138.8059,-107.1986 139.6817,-107.5576 C 140.5575,-107.9165 140.7466,-107.3077 140.7342,-106.8805 C 140.7219,-106.4534 140.1006,-105.8266 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 z "
|
||||
id="path1282"
|
||||
sodipodi:nodetypes="cssccssccccc" />
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M 139.5103,-115.9567 C 137.55,-114.8141 136.9236,-107.7177 136.6055,-106.5459 C 136.7509,-106.4848 137.3761,-106.2486 137.5267,-106.2023 C 137.814,-107.3706 138.3048,-108.5262 138.8972,-109.351 C 140.81,-111.7801 140.4737,-114.0676 139.5505,-115.9411 L 139.5304,-115.9489 L 139.5103,-115.9567 L 139.5103,-115.9567 L 139.5103,-115.9567 z "
|
||||
id="path1283"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:#ffd700;fill-rule:evenodd;stroke-width:0.625;stroke-opacity:0.54779998"
|
||||
d="M -318.72752,412.52401 L -309.79758,412.35283 C -305.65476,415.12154 -299.63978,415.18066 -295.11037,412.99295 C -294.71041,413.52431 -292.59589,414.14512 -291.96729,414.43313 L -293.56777,416.6168 L -335.00884,416.91066 L -336.27241,414.92481 C -335.41506,414.96962 -333.61455,413.53261 -332.41458,413.21229 C -328.57157,415.58268 -322.44249,415.52019 -318.72752,412.52401 L -318.72752,412.52401 L -318.72752,412.52401 z "
|
||||
id="path1284"
|
||||
sodipodi:nodetypes="cccccccccc" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g1389"
|
||||
transform="translate(-0.933189,0.000000)">
|
||||
<g
|
||||
id="g1314"
|
||||
transform="matrix(0.618003,0.511982,-0.637961,0.770069,7.728107,223.1574)">
|
||||
<rect
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.17855096"
|
||||
id="rect1315"
|
||||
width="22.304514"
|
||||
height="3.1462967"
|
||||
x="-57.471504"
|
||||
y="-168.08365"
|
||||
transform="matrix(-1.902030,2.682832e-3,4.874460e-2,2.259996,-394.7497,799.3075)"
|
||||
ry="1.1368347"
|
||||
rx="2.2992387" />
|
||||
<g
|
||||
id="g1316"
|
||||
transform="translate(-0.327778,0.000000)">
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M -322.14299,409.71089 C -325.61787,408.39376 -327.33439,406.35887 -327.52998,403.46017 C -327.65494,401.71765 -325.90296,399.65172 -324.01837,399.58254 C -318.13094,399.35655 -316.12238,408.82463 -316.14813,411.14163 C -316.39672,411.14382 -317.62165,411.13391 -317.92546,411.14909 C -318.2,409.68919 -317.97709,407.89425 -319.86496,406.40477 C -321.75281,404.9153 -322.57978,406.07664 -322.81107,407.00947 C -323.04236,407.94227 -321.93081,409.80301 -322.14299,409.71092 L -322.14299,409.71092 L -322.14299,409.71092 L -322.14299,409.71089 L -322.14299,409.71089 L -322.14299,409.71089 z "
|
||||
id="path1317"
|
||||
sodipodi:nodetypes="cssccssccccc" />
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M -306.4166,409.52785 C -302.95317,408.12996 -301.25398,406.05529 -301.08285,403.15232 C -300.9726,401.40707 -302.74182,399.38215 -304.62682,399.35682 C -310.51555,399.26792 -312.44409,408.78182 -312.39881,411.098 C -312.15024,411.09437 -310.92547,411.05595 -310.62159,411.06405 C -310.35941,409.59793 -310.59742,407.80835 -308.72231,406.27508 C -306.84719,404.74181 -306.0105,405.88379 -305.77137,406.81112 C -305.53224,407.73847 -306.62798,409.62488 -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 z "
|
||||
id="path1318"
|
||||
sodipodi:nodetypes="cssccssccccc" />
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M -314.41823,388.39986 C -318.40184,392.55951 -319.45855,396.75533 -316.76272,403.42542 C -315.83822,405.65302 -315.43963,408.33423 -315.46546,411.12624 C -315.07816,411.13058 -313.42954,411.09281 -313.03909,411.06085 C -313.08502,408.30356 -312.63482,405.39597 -311.73266,403.10994 C -308.67234,396.23068 -310.91822,391.61461 -314.31202,388.39862 L -314.36514,388.39924 L -314.41823,388.39986 L -314.41823,388.39986 z "
|
||||
id="path1319"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
<rect
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.17855096"
|
||||
id="rect1320"
|
||||
width="9.4807405"
|
||||
height="1.394206"
|
||||
x="311.22076"
|
||||
y="407.50232"
|
||||
transform="matrix(-0.999932,1.163817e-2,4.216721e-3,0.999991,0.000000,0.000000)" />
|
||||
<g
|
||||
id="g1321"
|
||||
style="fill:#ffd700"
|
||||
transform="matrix(1.418582,-1.509307,1.267023,1.683285,-394.7497,800.4985)">
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M 140.191,-105.8351 C 141.6502,-105.8941 142.5196,-106.508 142.9047,-107.7044 C 143.139,-108.4225 142.6961,-109.5459 141.9888,-109.8448 C 139.7801,-110.7829 138.0027,-107.0711 137.7639,-106.0887 C 137.8579,-106.0522 138.3236,-105.8811 138.4372,-105.8312 C 138.6979,-106.4086 138.8059,-107.1986 139.6817,-107.5576 C 140.5575,-107.9165 140.7466,-107.3077 140.7342,-106.8805 C 140.7219,-106.4534 140.1006,-105.8266 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 z "
|
||||
id="path1322"
|
||||
sodipodi:nodetypes="cssccssccccc" />
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M 139.5103,-115.9567 C 137.55,-114.8141 136.9236,-107.7177 136.6055,-106.5459 C 136.7509,-106.4848 137.3761,-106.2486 137.5267,-106.2023 C 137.814,-107.3706 138.3048,-108.5262 138.8972,-109.351 C 140.81,-111.7801 140.4737,-114.0676 139.5505,-115.9411 L 139.5304,-115.9489 L 139.5103,-115.9567 L 139.5103,-115.9567 L 139.5103,-115.9567 z "
|
||||
id="path1323"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
</g>
|
||||
<g
|
||||
id="g1324"
|
||||
transform="matrix(-1.506659,-1.376448,-1.160906,1.793558,-209.6214,794.0978)"
|
||||
style="fill:#ffd700">
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M 140.191,-105.8351 C 141.6502,-105.8941 142.5196,-106.508 142.9047,-107.7044 C 143.139,-108.4225 142.6961,-109.5459 141.9888,-109.8448 C 139.7801,-110.7829 138.0027,-107.0711 137.7639,-106.0887 C 137.8579,-106.0522 138.3236,-105.8811 138.4372,-105.8312 C 138.6979,-106.4086 138.8059,-107.1986 139.6817,-107.5576 C 140.5575,-107.9165 140.7466,-107.3077 140.7342,-106.8805 C 140.7219,-106.4534 140.1006,-105.8266 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 z "
|
||||
id="path1325"
|
||||
sodipodi:nodetypes="cssccssccccc" />
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M 139.5103,-115.9567 C 137.55,-114.8141 136.9236,-107.7177 136.6055,-106.5459 C 136.7509,-106.4848 137.3761,-106.2486 137.5267,-106.2023 C 137.814,-107.3706 138.3048,-108.5262 138.8972,-109.351 C 140.81,-111.7801 140.4737,-114.0676 139.5505,-115.9411 L 139.5304,-115.9489 L 139.5103,-115.9567 L 139.5103,-115.9567 L 139.5103,-115.9567 z "
|
||||
id="path1326"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:#ffd700;fill-rule:evenodd;stroke-width:0.625;stroke-opacity:0.54779998"
|
||||
d="M -318.72752,412.52401 L -309.79758,412.35283 C -305.65476,415.12154 -299.63978,415.18066 -295.11037,412.99295 C -294.71041,413.52431 -292.59589,414.14512 -291.96729,414.43313 L -293.56777,416.6168 L -335.00884,416.91066 L -336.27241,414.92481 C -335.41506,414.96962 -333.61455,413.53261 -332.41458,413.21229 C -328.57157,415.58268 -322.44249,415.52019 -318.72752,412.52401 L -318.72752,412.52401 L -318.72752,412.52401 z "
|
||||
id="path1327"
|
||||
sodipodi:nodetypes="cccccccccc" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g1328"
|
||||
transform="matrix(-0.618003,0.511982,0.637961,0.770069,-1121.624,223.1574)">
|
||||
<rect
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.17855096"
|
||||
id="rect1329"
|
||||
width="22.304514"
|
||||
height="3.1462967"
|
||||
x="-57.471504"
|
||||
y="-168.08365"
|
||||
transform="matrix(-1.902030,2.682832e-3,4.874460e-2,2.259996,-394.7497,799.3075)"
|
||||
ry="1.1368347"
|
||||
rx="2.2992387" />
|
||||
<g
|
||||
id="g1330"
|
||||
transform="translate(-0.327778,0.000000)">
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M -322.14299,409.71089 C -325.61787,408.39376 -327.33439,406.35887 -327.52998,403.46017 C -327.65494,401.71765 -325.90296,399.65172 -324.01837,399.58254 C -318.13094,399.35655 -316.12238,408.82463 -316.14813,411.14163 C -316.39672,411.14382 -317.62165,411.13391 -317.92546,411.14909 C -318.2,409.68919 -317.97709,407.89425 -319.86496,406.40477 C -321.75281,404.9153 -322.57978,406.07664 -322.81107,407.00947 C -323.04236,407.94227 -321.93081,409.80301 -322.14299,409.71092 L -322.14299,409.71092 L -322.14299,409.71092 L -322.14299,409.71089 L -322.14299,409.71089 L -322.14299,409.71089 z "
|
||||
id="path1331"
|
||||
sodipodi:nodetypes="cssccssccccc" />
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M -306.4166,409.52785 C -302.95317,408.12996 -301.25398,406.05529 -301.08285,403.15232 C -300.9726,401.40707 -302.74182,399.38215 -304.62682,399.35682 C -310.51555,399.26792 -312.44409,408.78182 -312.39881,411.098 C -312.15024,411.09437 -310.92547,411.05595 -310.62159,411.06405 C -310.35941,409.59793 -310.59742,407.80835 -308.72231,406.27508 C -306.84719,404.74181 -306.0105,405.88379 -305.77137,406.81112 C -305.53224,407.73847 -306.62798,409.62488 -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 z "
|
||||
id="path1332"
|
||||
sodipodi:nodetypes="cssccssccccc" />
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M -314.41823,388.39986 C -318.40184,392.55951 -319.45855,396.75533 -316.76272,403.42542 C -315.83822,405.65302 -315.43963,408.33423 -315.46546,411.12624 C -315.07816,411.13058 -313.42954,411.09281 -313.03909,411.06085 C -313.08502,408.30356 -312.63482,405.39597 -311.73266,403.10994 C -308.67234,396.23068 -310.91822,391.61461 -314.31202,388.39862 L -314.36514,388.39924 L -314.41823,388.39986 L -314.41823,388.39986 z "
|
||||
id="path1333"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
<rect
|
||||
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.17855096"
|
||||
id="rect1334"
|
||||
width="9.4807405"
|
||||
height="1.394206"
|
||||
x="311.22076"
|
||||
y="407.50232"
|
||||
transform="matrix(-0.999932,1.163817e-2,4.216721e-3,0.999991,0.000000,0.000000)" />
|
||||
<g
|
||||
id="g1335"
|
||||
style="fill:#ffd700"
|
||||
transform="matrix(1.418582,-1.509307,1.267023,1.683285,-394.7497,800.4985)">
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M 140.191,-105.8351 C 141.6502,-105.8941 142.5196,-106.508 142.9047,-107.7044 C 143.139,-108.4225 142.6961,-109.5459 141.9888,-109.8448 C 139.7801,-110.7829 138.0027,-107.0711 137.7639,-106.0887 C 137.8579,-106.0522 138.3236,-105.8811 138.4372,-105.8312 C 138.6979,-106.4086 138.8059,-107.1986 139.6817,-107.5576 C 140.5575,-107.9165 140.7466,-107.3077 140.7342,-106.8805 C 140.7219,-106.4534 140.1006,-105.8266 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 z "
|
||||
id="path1336"
|
||||
sodipodi:nodetypes="cssccssccccc" />
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M 139.5103,-115.9567 C 137.55,-114.8141 136.9236,-107.7177 136.6055,-106.5459 C 136.7509,-106.4848 137.3761,-106.2486 137.5267,-106.2023 C 137.814,-107.3706 138.3048,-108.5262 138.8972,-109.351 C 140.81,-111.7801 140.4737,-114.0676 139.5505,-115.9411 L 139.5304,-115.9489 L 139.5103,-115.9567 L 139.5103,-115.9567 L 139.5103,-115.9567 z "
|
||||
id="path1337"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
</g>
|
||||
<g
|
||||
id="g1338"
|
||||
transform="matrix(-1.506659,-1.376448,-1.160906,1.793558,-209.6214,794.0978)"
|
||||
style="fill:#ffd700">
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M 140.191,-105.8351 C 141.6502,-105.8941 142.5196,-106.508 142.9047,-107.7044 C 143.139,-108.4225 142.6961,-109.5459 141.9888,-109.8448 C 139.7801,-110.7829 138.0027,-107.0711 137.7639,-106.0887 C 137.8579,-106.0522 138.3236,-105.8811 138.4372,-105.8312 C 138.6979,-106.4086 138.8059,-107.1986 139.6817,-107.5576 C 140.5575,-107.9165 140.7466,-107.3077 140.7342,-106.8805 C 140.7219,-106.4534 140.1006,-105.8266 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 z "
|
||||
id="path1339"
|
||||
sodipodi:nodetypes="cssccssccccc" />
|
||||
<path
|
||||
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
|
||||
d="M 139.5103,-115.9567 C 137.55,-114.8141 136.9236,-107.7177 136.6055,-106.5459 C 136.7509,-106.4848 137.3761,-106.2486 137.5267,-106.2023 C 137.814,-107.3706 138.3048,-108.5262 138.8972,-109.351 C 140.81,-111.7801 140.4737,-114.0676 139.5505,-115.9411 L 139.5304,-115.9489 L 139.5103,-115.9567 L 139.5103,-115.9567 L 139.5103,-115.9567 z "
|
||||
id="path1340"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:#ffd700;fill-rule:evenodd;stroke-width:0.625;stroke-opacity:0.54779998"
|
||||
d="M -318.72752,412.52401 L -309.79758,412.35283 C -305.65476,415.12154 -299.63978,415.18066 -295.11037,412.99295 C -294.71041,413.52431 -292.59589,414.14512 -291.96729,414.43313 L -293.56777,416.6168 L -335.00884,416.91066 L -336.27241,414.92481 C -335.41506,414.96962 -333.61455,413.53261 -332.41458,413.21229 C -328.57157,415.58268 -322.44249,415.52019 -318.72752,412.52401 L -318.72752,412.52401 L -318.72752,412.52401 z "
|
||||
id="path1341"
|
||||
sodipodi:nodetypes="cccccccccc" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="fill:#f8e801;fill-rule:evenodd;stroke-width:1pt"
|
||||
d="M -671.74822,144.13192 C -671.74822,208.61696 -672.77791,279.37243 -656.03521,327.80623 C -653.38599,335.49505 -650.07068,342.74603 -646.43801,349.82705 L -646.43801,144.13192 C -654.87518,144.13192 -663.31071,144.13192 -671.74822,144.13192 z M -621.12787,144.13192 L -621.12787,386.54378 C -613.44619,395.09067 -604.96744,402.83088 -595.8173,409.79304 L -595.8173,144.13192 C -604.2548,144.13192 -612.69036,144.13192 -621.12787,144.13192 z M -570.50717,144.13192 L -570.50717,426.12685 C -566.36046,428.35593 -562.18457,430.56351 -557.87464,432.49645 C -553.60043,430.44943 -549.41146,428.1515 -545.2418,425.80841 L -545.2418,144.13192 C -553.6641,144.13192 -562.08484,144.13192 -570.50717,144.13192 z M -519.93161,144.13192 L -519.93161,409.06512 C -510.8604,402.12505 -502.36733,394.4704 -494.62142,386.08861 L -494.62142,144.13192 C -503.05859,144.13192 -511.49413,144.13192 -519.93161,144.13192 z M -469.31092,144.13192 L -469.31092,350.78239 C -465.34084,343.39056 -461.7542,335.82488 -459.04407,327.80623 C -448.07036,296.51438 -444.87427,262.90851 -444.00073,228.25716 L -444.00073,144.13192 C -452.43821,144.13192 -460.87376,144.13192 -469.31092,144.13192 z "
|
||||
id="path1129" />
|
||||
</g>
|
||||
<g
|
||||
id="g991"
|
||||
transform="matrix(1.454482,0.000000,0.000000,1.454482,253.8155,-713.7680)">
|
||||
<path
|
||||
style="fill:#b61511;fill-rule:evenodd;stroke-width:1.01447382pt"
|
||||
d="M -223.36107,771.8076 C -191.87323,757.95378 -164.30736,732.84862 -152.72926,699.87942 C -141.00925,666.61497 -141.7413,616.58233 -141.7413,574.40349 C -192.03553,574.40349 -254.29514,573.75116 -300.72122,573.75115 C -300.72122,615.7817 -304.41102,661.34089 -290.636,699.87942 C -279.50402,732.19534 -253.97716,757.4225 -223.36107,771.8076 z "
|
||||
id="path1537"
|
||||
sodipodi:nodetypes="cccccc"
|
||||
transform="translate(-336.6142,14.56720)" />
|
||||
<path
|
||||
style="fill:#ffff00;fill-rule:evenodd;stroke-width:1.01447382pt"
|
||||
d="M -637.52289,588.33094 L -637.52289,656.29969 C -636.57673,676.49444 -634.02029,696.27808 -627.52289,714.45594 C -625.46724,720.42344 -622.78291,726.05803 -619.80414,731.51844 L -619.80414,588.39344 C -625.33425,588.37898 -632.34716,588.33103 -637.52289,588.33094 z M -602.11664,588.45594 L -602.11664,756.08094 C -596.72274,761.85321 -590.76322,767.0941 -584.39789,771.83094 L -584.39789,588.54969 C -590.40569,588.51731 -596.30947,588.48116 -602.11664,588.45594 z M -566.67914,588.61219 L -566.67914,782.98719 C -564.54297,784.12674 -562.43338,785.33239 -560.24164,786.36219 C -556.41203,784.67727 -552.65226,782.81138 -548.96039,780.79969 L -548.96039,588.67469 C -555.13859,588.63882 -560.54769,588.64812 -566.67914,588.61219 z M -531.24164,588.73719 L -531.24164,769.26844 C -524.85373,764.45942 -518.92452,759.11861 -513.52289,753.26844 L -513.52289,588.83094 C -519.5638,588.80603 -525.09359,588.76938 -531.24164,588.73719 z M -495.80414,588.89344 L -495.80414,728.39344 C -493.45128,723.90003 -491.31762,719.29955 -489.61664,714.45594 C -477.89664,681.1915 -478.61664,631.13478 -478.61664,588.95594 C -484.05331,588.95594 -490.12295,588.90704 -495.80414,588.89344 z "
|
||||
id="path985" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 62 KiB |
2966
Figs/CollegeShields/Queens.eps
Normal file
2966
Figs/CollegeShields/Queens.eps
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Figs/CollegeShields/Queens.pdf
Normal file
BIN
Figs/CollegeShields/Queens.pdf
Normal file
Binary file not shown.
1620
Figs/CollegeShields/Queens.svg
Normal file
1620
Figs/CollegeShields/Queens.svg
Normal file
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 165 KiB |
5319
Figs/CollegeShields/StJohns.eps
Normal file
5319
Figs/CollegeShields/StJohns.eps
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Figs/CollegeShields/StJohns.pdf
Normal file
BIN
Figs/CollegeShields/StJohns.pdf
Normal file
Binary file not shown.
1804
Figs/CollegeShields/Trinity.eps
Normal file
1804
Figs/CollegeShields/Trinity.eps
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Figs/CollegeShields/Trinity.pdf
Normal file
BIN
Figs/CollegeShields/Trinity.pdf
Normal file
Binary file not shown.
653
Figs/CollegeShields/Trinity.svg
Normal file
653
Figs/CollegeShields/Trinity.svg
Normal file
@ -0,0 +1,653 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1"
|
||||
id="svg1" inkscape:output_extension="org.inkscape.output.svg.inkscape" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" sodipodi:version="0.32" inkscape:version="0.46" sodipodi:docname="Trinity College (Cambridge) Crest.svg" sodipodi:docbase="H:\Leo\[ Interessantes ]\College Crests\Shields"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="302.973px"
|
||||
height="352.777px" viewBox="0 0 302.973 352.777" enable-background="new 0 0 302.973 352.777" xml:space="preserve">
|
||||
<defs>
|
||||
|
||||
|
||||
<inkscape:perspective id="perspective2757" sodipodi:type="inkscape:persp3d" inkscape:vp_z="301.18109 : 177.16536 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_x="0 : 177.16536 : 1" inkscape:persp3d-origin="150.59055 : 118.11024 : 1">
|
||||
</inkscape:perspective>
|
||||
|
||||
<inkscape:perspective id="perspective2879" sodipodi:type="inkscape:persp3d" inkscape:vp_z="744.09448 : 526.18109 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_x="0 : 526.18109 : 1" inkscape:persp3d-origin="372.04724 : 350.78739 : 1">
|
||||
</inkscape:perspective>
|
||||
</defs>
|
||||
<g id="Layer_2">
|
||||
</g>
|
||||
<sodipodi:namedview id="base" inkscape:cy="252.25138" inkscape:cx="40.890019" borderopacity="1.0" gridtolerance="0.4mm" pagecolor="#ffffff" bordercolor="#666666" showgrid="true" inkscape:zoom="1" inkscape:window-y="-8" inkscape:document-units="mm" inkscape:current-layer="g1731" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:window-width="1280" inkscape:window-height="750" inkscape:window-x="-8">
|
||||
|
||||
<inkscape:grid type="xygrid" color="#0000ff" id="GridFromPre046Settings" originx="0px" originy="0mm" opacity="0.2" spacingx="10mm" empcolor="#0000ff" empspacing="5" empopacity="0.4" spacingy="10mm">
|
||||
</inkscape:grid>
|
||||
</sodipodi:namedview>
|
||||
<path id="path1534" sodipodi:nodetypes="cccccccc" fill="#FFFFFF" stroke="#000000" d="M150.232,352.778
|
||||
C316.427,275.302,298.599,143.185,298.506,4.964c0.162-0.399,0.332-0.797,0.494-1.196c-0.165,0-0.329,0-0.494,0
|
||||
c-97.063,0-194.135,0-291.198,0c-0.165,0-0.329,0-0.494,0c0.162,0.399,0.332,0.797,0.494,1.196
|
||||
C7.214,143.185-6.459,275.302,150.232,352.778z"/>
|
||||
<rect x="7.307" y="3.767" fill="#FF0000" stroke="#070404" stroke-width="0.7" stroke-linecap="round" width="291.46" height="90.563"/>
|
||||
<path id="path3981" fill="#FF0000" stroke="#000000" stroke-width="0.5342" d="M7.001,93.332l291.767,0.998"/>
|
||||
<path id="path3983_4_" fill="none" stroke="#000000" d="M226,303.331"/>
|
||||
<path id="path3983_3_" fill="none" stroke="#000000" d="M152,184.331"/>
|
||||
<path id="path3983_1_" fill="none" stroke="#000000" d="M78,303.331"/>
|
||||
<path id="path3985_4_" fill="none" stroke="#000000" d="M49,267.331"/>
|
||||
<path id="path3985_3_" fill="none" stroke="#000000" d="M152,98.331"/>
|
||||
<path id="path3985_1_" fill="none" stroke="#000000" d="M255,267.331"/>
|
||||
<path id="path4045" fill="none" stroke="#000000" stroke-width="2" d="M30.723,16.687H18.561"/>
|
||||
<path id="path4047" fill="none" stroke="#000000" d="M17.854,41.613l1.237-24.926"/>
|
||||
<g id="g4101">
|
||||
<g id="g4079">
|
||||
<path id="path4023" fill="none" stroke="#000000" stroke-width="2" d="M65.937,55.401c-0.171-0.043,2.287-0.881,3.006-1.061
|
||||
c0.896-0.224,1.877-0.188,2.651,0c0.806,0.195,1.533,0.649,2.121,1.237c0.706,0.706,1.311,1.157,1.769,1.768
|
||||
c0.364,0.486,0.733,0.911,1.062,1.237"/>
|
||||
<path id="path4029" fill="none" stroke="#000000" stroke-width="2" d="M66.291,31.889c0.249,0.125,2.136,0,3.006,0
|
||||
c1.174,0,1.875,0.055,2.828,0.531c0.897,0.449,1.895,0.505,2.65,0.884c0.652,0.326,1.139,0.607,1.77,1.237
|
||||
c0.84,0.84,1.084,1.505,1.943,2.65c0.791,1.056,0.853,1.655,0.354,2.651c-0.104,0.207-0.947,0.594-1.061,0.707"/>
|
||||
<g id="g4060">
|
||||
<g id="g4053">
|
||||
<path id="path4007" fill="none" stroke="#000000" stroke-width="2" d="M32.161,14.066l34.13,0.324l-0.707,57.629l-33.587-0.707
|
||||
L31.82,48.153l6.188,0.178l0.177,16.617l21.567-0.53l0.529-44.726l-22.45-0.353v14.319l-6.188-0.354L32.161,14.066z"/>
|
||||
<path id="path4009" fill="none" stroke="#000000" stroke-width="2" d="M60.281,19.692l-9.546,19.27
|
||||
c0.235,0.236,0.473,0.472,0.707,0.707c0.583,0.583,0.53,1.352,0.53,2.299c0,1.029-0.057,1.704-0.354,2.298
|
||||
c-0.359,0.718-1.317,1.036-2.121,1.237c-0.772,0.192-1.56-0.675-1.945-1.062c-0.501-0.501-0.898-1.122-1.061-1.768
|
||||
c-0.221-0.88,0.088-1.943,0.354-2.476c0.346-0.69,1.131-0.901,1.769-1.062c0.638-0.159,1.464-0.045,2.121-0.177"/>
|
||||
<path id="path4011" fill="none" stroke="#000000" stroke-width="2" d="M50.205,45.325l9.191,18.915"/>
|
||||
<path id="path4013" fill="none" stroke="#000000" stroke-width="2" d="M38.36,64.417l9.192-19.977"/>
|
||||
<path id="path4015" fill="none" stroke="#000000" stroke-width="2" d="M38.183,19.339l9.723,19.976"/>
|
||||
</g>
|
||||
<path id="path4017" fill="none" stroke="#000000" stroke-width="2" d="M32.174,14.92c0.972-0.243,0,2.003,0,3.005
|
||||
s0,2.004,0,3.005c0,1.062,0,2.122,0,3.183c0,0.885,0,1.769,0,2.651c0,0.955,0.003,1.932-0.177,2.651
|
||||
c-0.256,1.021-0.53,1.717-0.53,2.829c0,0.818-0.036,1.731-0.177,2.298L16.44,42.32l0.354,12.552l15.025-6.719"/>
|
||||
<path id="path4019" fill="none" stroke="#000000" stroke-width="2" d="M23.158,51.689l0.529,24.926l8.662-5.748"/>
|
||||
<path id="path4021" sodipodi:nodetypes="cccssssssssc" fill="none" stroke="#000000" stroke-width="2" d="M18.208,54.164
|
||||
l0.707,26.87l51.441,0.529c0,0.922,1.737-0.685,2.476-1.236c0.74-0.557,1.282-0.931,1.768-1.414
|
||||
c0.739-0.739,1.585-0.876,2.299-1.77c0.835-1.044,0.885-2.184,0.885-3.535c0-1.143-1.563-2.358-1.769-3.182
|
||||
c-0.154-0.614-1.283-0.995-1.769-1.237c-0.853-0.427-1.543-0.972-2.651-1.415c-0.872-0.349-2.448,0.053-3.358-0.177
|
||||
c-1.021-0.255-1.478-0.208-2.121-0.53"/>
|
||||
<path id="path4025" fill="none" stroke="#000000" stroke-width="2" d="M65.937,49.567c0.013,0.016,2.426-0.253,2.829-0.354
|
||||
c1.037-0.259,2.068,0.17,2.828,0.354c0.856,0.208,1.489,0.461,2.475,0.708c0.688,0.171,1.271,0.915,1.593,1.237
|
||||
c0.613,0.614,1.069,1.257,1.414,1.944c0.378,0.756,0.707,1.188,0.707,2.121c0,1.028-0.058,1.704-0.354,2.298
|
||||
c-0.155,0.31-0.836,0.475-1.061,0.53"/>
|
||||
<path id="path4027" fill="none" stroke="#000000" stroke-width="2" d="M65.937,37.9c-0.416,0.833,1.748-0.657,2.652-0.884
|
||||
c0.862-0.216,2.124,0,3.005,0c0.804,0,1.563,0.782,2.121,1.062c0.792,0.396,1.412,1.06,2.122,1.414
|
||||
c0.674,0.337,0.913,0.826,1.061,1.414"/>
|
||||
<path id="path4031" fill="none" stroke="#000000" stroke-width="2" d="M76.721,40.906l-0.53,11.138"/>
|
||||
<path id="path4033" fill="none" stroke="#000000" stroke-width="2" d="M65.937,20.753c-0.421,0.844,1.886,0,2.829,0
|
||||
c1.121,0,2.161,0.03,2.828,0.354c0.876,0.427,1.721,1.05,2.475,1.237c0.866,0.217,1.089,0.911,1.593,1.415
|
||||
c0.557,0.557,0.821,1,1.236,1.414"/>
|
||||
<path id="path4039" fill="none" stroke="#000000" stroke-width="2" d="M76.721,34.011l0.177-9.016
|
||||
c-0.133,0.133,1.591-1.428,1.591-3.006c0-1.216-0.299-1.372-0.529-2.299c-0.266-1.059-1.396-1.938-2.121-2.121
|
||||
c-0.779-0.194-2.253-1.469-2.652-1.768c-0.623-0.468-2.185-0.493-2.828-0.707c-0.7-0.234-1.939-0.044-2.475-0.177
|
||||
c-0.663-0.166-0.599-0.371-1.237-0.53"/>
|
||||
<path id="path4041" fill="none" stroke="#000000" stroke-width="2" d="M38.007,33.481l-2.573,4.065l4.695-1.591l0.177,9.369
|
||||
l-4.243-1.062l2.121,3.712"/>
|
||||
<path id="path4043" fill="none" stroke="#000000" stroke-width="2" d="M31.467,36.133l0.354,8.662"/>
|
||||
<path id="path4049" fill="none" stroke="#000000" stroke-width="2" d="M32.161,14.066c-0.53,0.796-1.667,2.622-2.108,3.505
|
||||
c-0.428,0.854-0.9,1.245-1.592,1.592c-0.873,0.437-1.479,1.004-2.651,1.591c-0.732,0.367-1.832,0.177-2.65,0.177v18.031"/>
|
||||
</g>
|
||||
</g>
|
||||
<path id="path4051" fill="none" stroke="#000000" stroke-width="2" d="M75.661,57.699V69.72"/>
|
||||
</g>
|
||||
<path id="path4125" fill="none" stroke="#000000" d="M79.019,37.9c0.065,0.777-0.559,1.796-1.061,2.299
|
||||
c-0.344,0.343-0.304,0.417-0.884,0.707"/>
|
||||
<path id="path4277" fill="#FF0000" stroke="#070404" stroke-width="2" stroke-linecap="round" d="M223.37,298.741
|
||||
c-28.364-45.947-70.896-115.279-71.379-115.279c-0.355,0-16.795,25.947-36.528,57.66c-19.735,31.714-37.201,60.146-37.591,60.743
|
||||
c-0.444,0.677-2.26-1.412-4.851-3.911c-4.763-4.594-18.655-21.915-21.063-26.144l-2.623-3.85l51.813-84.326l50.813-83.325
|
||||
l2.398,3.825c1.319,2.104,23.9,39.15,50.182,82.326c27.537,45.239,52.021,83.061,51.19,82.111
|
||||
c-2.884,7.783-23.134,29.533-29.941,34.728L223.37,298.741z"/>
|
||||
<path id="path4353" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M0,0"/>
|
||||
<path id="path2598" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M55.085,53.843
|
||||
c-2.114-4.329-3.738-8.076-3.609-8.326c0.128-0.251,0.464-0.854,0.744-1.34c0.67-1.158,0.658-2.966-0.029-4.415L51.639,38.6
|
||||
l3.892-7.729l3.893-7.729l-0.027,11.49c-0.015,6.319-0.125,14.999-0.246,19.287l-0.22,7.796L55.085,53.843z"/>
|
||||
<path id="path2600" fill="#FFFF00" stroke="#070404" stroke-linecap="round" d="M43.851,29.433l-4.427-9.122l8.338-0.104
|
||||
c4.586-0.059,8.999-0.012,9.808,0.104l1.47,0.21l-4.359,8.911C48.81,41.426,49.673,41.426,43.851,29.433L43.851,29.433z"/>
|
||||
<path id="path2602" fill="#FFFF00" stroke="#070404" stroke-linecap="round" d="M38.829,58.448
|
||||
c-0.126-1.491-0.229-4.646-0.229-7.011c0-3.23-0.143-4.458-0.519-4.983c-0.952-1.331-1.029-1.315,1.049-0.755
|
||||
c0.866,0.232,1.679,0.274,1.787,0.167c0.107-0.108,0.086-2.586-0.051-5.507l-0.247-5.309l-1.407,0.496
|
||||
c-1.991,0.703-2.635,1.346-1.809,0.185c0.667-0.936,1.199-2.271,1.228-7.696l-0.271-7.282l4.487,9.812
|
||||
c3.668,7.438,4.124,8.555,3.687,9.039c-0.831,0.919-0.998,2.639-0.378,3.882l0.563,1.13l-3.745,8.178
|
||||
c-2.061,4.498-3.784,8.221-3.831,8.272S38.955,59.94,38.829,58.448L38.829,58.448z"/>
|
||||
<path id="path2606" fill="#FFFF00" stroke="#070404" stroke-linecap="round" d="M39.306,64.117c0-0.146,7.666-16.923,8.175-17.891
|
||||
c0.281-0.533,0.443-0.547,1.455-0.121c1.023,0.431,1.563,1.352,5.284,9.016c2.627,5.412,3.988,8.585,3.719,8.668
|
||||
C57.366,63.968,39.306,64.285,39.306,64.117L39.306,64.117z"/>
|
||||
<path id="path2632" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M0,0"/>
|
||||
<path id="path2634" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M0,0"/>
|
||||
<path id="path2636" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M24.16,73.123
|
||||
c-0.105-1.206-0.101-6.421-0.181-11.515l-0.227-9.205c0,0,3.133-1.444,4.641-2.141l2.844-1.219l0.109,10.969l0.156,10.766
|
||||
l-3.656,2.406l-3.625,2.453L24.16,73.123z"/>
|
||||
<path id="path2638" fill="#FFFF00" stroke="#070404" stroke-linecap="round" d="M49.736,71.027
|
||||
c-5.25-0.133-11.256-0.262-13.347-0.286l-3.801-0.048v-10.96V48.772l1.855,0.006c3.668-0.062,3.199-0.607,3.029,8.786l0.111,8.11
|
||||
l4.838-0.144c2.661-0.079,7.8-0.239,11.42-0.355l6.582-0.213l0.262-22.788c0.146-12.533,0.199-22.852,0.121-22.93
|
||||
c-0.077-0.077-5.424-0.252-11.882-0.39l-11.741-0.247v7.127v7.127h-2.512h-2.513l0.222-1.503c0.121-0.825,0.056-4.725,0.223-8.711
|
||||
c0.166-3.985-0.022-7.91,0-7.958c0.024-0.049,7.939,0.495,16.8,0.495h16.108l-0.223,27.488c-0.123,15.119-0.304,27.768-0.399,28.107
|
||||
c-0.15,0.527-0.575,0.608-2.893,0.553C60.505,71.298,54.987,71.16,49.736,71.027L49.736,71.027z"/>
|
||||
<path id="path2640" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M17.21,49.873
|
||||
c-0.04-2.141-0.253-7.203-0.253-7.203l7.501-3.787c4.484-2.365,7.377-4.045,7.452-4.416c0.104-0.52,0.016-0.641,0.016-0.641
|
||||
c1.197,0.136,5.126,0.28,5.126,0.28s-2.908,4.412-2.746,4.412c0.161,0,5.401-2.143,5.401-2.143s-0.048,2.447-0.048,4.4l0.048,3.876
|
||||
l-2.11-0.577c-1.173-0.297-2.407-0.497-2.407-0.497s0.583,1.113,1.221,2.227l1.188,2.067l-3.375-0.188
|
||||
c-1.647-0.126-2.802-0.089-2.984,0.078c-0.321,0.295-13.574,6.4-13.905,6.4C17.241,54.164,17.21,49.873,17.21,49.873z
|
||||
M32.347,43.576c-0.031-0.738-0.184-2.736-0.187-4.438c-0.003-2.855,0.021-3.094-0.634-3.094c-0.807,0-0.732,0.821-0.337,5.922
|
||||
c0.202,2.597,0.166,2.917,0.789,2.917C32.594,44.884,32.399,44.795,32.347,43.576z"/>
|
||||
<path id="path2642" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M23.751,29.621v-8.072h1.063
|
||||
c2.017-0.597,3.728-1.647,5.416-3.483l1.414-2.042l-0.309,5.701c-0.102,2.917-0.005,6.726-0.112,8.674l-0.25,3.833l-3.583,1.9
|
||||
l-3.638,1.85L23.751,29.621L23.751,29.621z"/>
|
||||
<path id="path2648" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M73.155,67.839
|
||||
c-0.729-0.387-2.241-0.782-3.357-0.881c-3.878-0.343-3.748-0.242-3.491-2.699c0.123-1.186,0.225-3.551,0.225-5.256V55.9l1.769-0.587
|
||||
c2.248-0.746,3.568-0.465,5.344,1.14l1.374,1.241v5.438c0,2.991-0.119,5.432-0.265,5.424C74.604,68.548,73.886,68.224,73.155,67.839
|
||||
L73.155,67.839z"/>
|
||||
<path id="path2650" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M74.831,55.835
|
||||
c-2.292-2.326-4.082-2.711-7.505-1.612c-0.766,0.245-0.797,0.173-0.797-1.85c0-1.883,0.084-2.126,0.797-2.316
|
||||
c1.754-0.471,4.874,0.063,6.986,1.193c1.746,0.935,3.615,5.478,2.529,6.147C76.681,57.498,75.775,56.795,74.831,55.835
|
||||
L74.831,55.835z"/>
|
||||
<path id="path2652" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M74.913,50.021
|
||||
c-1.121-0.819-5.171-1.649-6.836-1.399l-1.548,0.231v-5.124v-5.124l1.149-0.48c2.03-0.852,3.876-0.567,6.256,0.959l2.152,1.381
|
||||
l-0.23,4.95c-0.127,2.723-0.249,4.977-0.271,5.009C75.563,50.456,75.26,50.275,74.913,50.021L74.913,50.021z"/>
|
||||
<path id="path2654" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M74.862,38.113
|
||||
c-2.257-1.577-2.617-1.715-4.53-1.715c-1.145,0-2.4,0.172-2.793,0.383c-0.395,0.211-0.79,0.307-0.884,0.214
|
||||
c-0.093-0.093-0.059-1.14,0.076-2.326l0.244-2.158h1.667c1.73,0,5.2,1.027,6.626,1.962c0.936,0.612,2.929,3.238,2.929,3.856
|
||||
c0,0.226-0.197,0.654-0.44,0.955C77.369,39.76,77.01,39.615,74.862,38.113L74.862,38.113z"/>
|
||||
<path id="path2656" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M73.601,32.226
|
||||
c-1.264-0.451-3.293-0.913-4.508-1.026l-2.21-0.206v-4.723v-4.723h1.998c2.406,0,5.277,1.268,6.443,2.844
|
||||
c0.701,0.95,0.765,1.404,0.675,4.853l-0.102,3.803L73.601,32.226z"/>
|
||||
<g id="g2660">
|
||||
<path id="path2604" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M48,43.796
|
||||
c-1.534-1.823-1.065-3.622,1.047-4.02c1.708-0.319,2.281,0.219,2.281,2.146c0,1.076-0.217,1.763-0.708,2.255
|
||||
C49.647,45.149,49.068,45.065,48,43.796L48,43.796z"/>
|
||||
<path id="path2644" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M38.599,80.576
|
||||
c-10.403-0.125-19.131-0.033-19.158-0.063c-0.025-0.03-0.13-4.32-0.25-9.328c-0.12-5.007-0.203-10.707-0.313-12.703l-0.126-3.891
|
||||
l1.845-0.781l2.031-0.938l0.281,11.53c0.138,6.269,0.147,11.854,0.206,12.391l0.042,0.798l8.772-5.817l14.624,0.492
|
||||
c8.167,0.115,15.923,0.302,17.235,0.415l2.387,0.205v-2.439v-2.438l2.387,0.131c4.471,0.246,8.573,3.272,8.573,6.322
|
||||
c0,1.413-0.588,2.137-3.632,4.468l-2.634,2.018l-6.679-0.07C60.519,80.837,49.003,80.702,38.599,80.576L38.599,80.576z"/>
|
||||
<path id="path2646" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M19.556,17.306l4.122,0.035
|
||||
c2.082,0.02,5.371-0.166,5.836-0.035c0.813,0.229-0.842,1.386-2.333,2.386c-0.996,0.669-1.708,1.062-2.786,0.832l-1.883-0.213
|
||||
l0.126,18.116l-4.166,2.301L19.556,17.306z"/>
|
||||
<path id="path2658" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M75.948,23.014
|
||||
c-1.609-1.682-4.859-2.965-7.146-2.822l-1.92,0.119l0.001-2.514v-2.515l2.74,0.438c2.159,0.346,3.246,0.756,5.124,1.934
|
||||
c1.988,1.247,2.452,1.725,2.799,2.883c0.337,1.123,0.319,1.59-0.091,2.455L76.95,24.06L75.948,23.014z"/>
|
||||
</g>
|
||||
<path id="path2770" fill="#FFFF00" stroke="#070404" stroke-width="0.1237" stroke-linecap="round" d="M0,0"/>
|
||||
<path id="path2798" fill="#FFFF00" stroke="#070404" stroke-width="0.1237" stroke-linecap="round" d="M0,0"/>
|
||||
<path id="path2806" fill="#FFFF00" stroke="#070404" stroke-width="0.0109" stroke-linecap="round" d="M0,0"/>
|
||||
<path id="path2824" fill="#FFFF00" stroke="#070404" stroke-width="0.0109" stroke-linecap="round" d="M0,0"/>
|
||||
<path id="path2850" fill="#FF0000" stroke="#070404" stroke-width="0.0219" stroke-linecap="round" d="M0,0"/>
|
||||
<path id="path2852" fill="#FF0000" stroke="#070404" stroke-width="0.0219" stroke-linecap="round" d="M0,0"/>
|
||||
<path id="path2864" fill="#FF0000" stroke="#070404" stroke-width="0.1237" stroke-linecap="round" d="M0,0"/>
|
||||
<path id="path2868" fill="#FF0000" stroke="#070404" stroke-width="0.1237" stroke-linecap="round" d="M0,0"/>
|
||||
<path id="path2898" fill="#FFFF00" stroke="#070404" stroke-width="0.1237" stroke-linecap="round" d="M0,0"/>
|
||||
<path id="path4045_1_" fill="none" stroke="#000000" stroke-width="2" d="M235.723,16.687h-12.162"/>
|
||||
<path id="path4047_1_" fill="none" stroke="#000000" d="M222.854,41.613l1.237-24.926"/>
|
||||
<g id="g4101_1_">
|
||||
<g id="g4079_1_">
|
||||
<path id="path4023_1_" fill="none" stroke="#000000" stroke-width="2" d="M270.937,55.401c-0.171-0.043,2.287-0.881,3.006-1.061
|
||||
c0.896-0.224,1.877-0.188,2.651,0c0.806,0.195,1.533,0.649,2.121,1.237c0.706,0.706,1.311,1.157,1.769,1.768
|
||||
c0.364,0.486,0.733,0.911,1.062,1.237"/>
|
||||
<path id="path4029_1_" fill="none" stroke="#000000" stroke-width="2" d="M271.291,31.889c0.249,0.125,2.136,0,3.006,0
|
||||
c1.174,0,1.875,0.055,2.828,0.531c0.897,0.449,1.895,0.505,2.65,0.884c0.652,0.326,1.139,0.607,1.77,1.237
|
||||
c0.84,0.84,1.084,1.505,1.943,2.65c0.791,1.056,0.853,1.655,0.354,2.651c-0.104,0.207-0.947,0.594-1.061,0.707"/>
|
||||
<g id="g4060_1_">
|
||||
<g id="g4053_1_">
|
||||
<path id="path4007_1_" fill="none" stroke="#000000" stroke-width="2" d="M237.161,14.066l34.13,0.324l-0.707,57.629
|
||||
l-33.587-0.707l-0.178-23.158l6.188,0.178l0.177,16.617l21.567-0.53l0.529-44.726l-22.45-0.354v14.319l-6.188-0.354
|
||||
L237.161,14.066z"/>
|
||||
<path id="path4009_1_" fill="none" stroke="#000000" stroke-width="2" d="M265.281,19.692l-9.546,19.27
|
||||
c0.235,0.236,0.473,0.472,0.707,0.707c0.583,0.583,0.53,1.352,0.53,2.299c0,1.029-0.057,1.704-0.354,2.298
|
||||
c-0.359,0.718-1.317,1.036-2.121,1.237c-0.772,0.192-1.56-0.675-1.945-1.062c-0.501-0.501-0.898-1.122-1.062-1.768
|
||||
c-0.22-0.88,0.089-1.943,0.354-2.476c0.346-0.69,1.131-0.901,1.769-1.062c0.638-0.159,1.464-0.045,2.121-0.177"/>
|
||||
<path id="path4011_1_" fill="none" stroke="#000000" stroke-width="2" d="M255.205,45.325l9.191,18.915"/>
|
||||
<path id="path4013_1_" fill="none" stroke="#000000" stroke-width="2" d="M243.36,64.417l9.192-19.977"/>
|
||||
<path id="path4015_1_" fill="none" stroke="#000000" stroke-width="2" d="M243.183,19.339l9.723,19.976"/>
|
||||
</g>
|
||||
<path id="path4017_1_" fill="none" stroke="#000000" stroke-width="2" d="M237.174,14.92c0.972-0.243,0,2.003,0,3.005
|
||||
s0,2.004,0,3.005c0,1.062,0,2.122,0,3.183c0,0.885,0,1.769,0,2.651c0,0.955,0.003,1.932-0.177,2.651
|
||||
c-0.256,1.021-0.53,1.717-0.53,2.829c0,0.818-0.036,1.731-0.177,2.298L221.44,42.32l0.354,12.552l15.025-6.719"/>
|
||||
<path id="path4019_1_" fill="none" stroke="#000000" stroke-width="2" d="M228.158,51.689l0.529,24.926l8.662-5.748"/>
|
||||
<path id="path4021_1_" sodipodi:nodetypes="cccssssssssc" fill="none" stroke="#000000" stroke-width="2" d="M223.208,54.164
|
||||
l0.707,26.87l51.441,0.529c0,0.922,1.737-0.685,2.476-1.236c0.74-0.557,1.282-0.931,1.768-1.414
|
||||
c0.739-0.739,1.585-0.876,2.299-1.77c0.835-1.044,0.885-2.184,0.885-3.535c0-1.143-1.563-2.358-1.769-3.182
|
||||
c-0.154-0.614-1.283-0.995-1.769-1.237c-0.853-0.427-1.543-0.972-2.651-1.415c-0.872-0.349-2.448,0.053-3.358-0.177
|
||||
c-1.021-0.255-1.478-0.208-2.122-0.53"/>
|
||||
<path id="path4025_1_" fill="none" stroke="#000000" stroke-width="2" d="M270.937,49.567c0.013,0.016,2.426-0.253,2.829-0.354
|
||||
c1.037-0.259,2.068,0.17,2.828,0.354c0.856,0.208,1.489,0.461,2.475,0.708c0.688,0.171,1.271,0.915,1.593,1.237
|
||||
c0.613,0.614,1.069,1.257,1.414,1.944c0.378,0.756,0.707,1.188,0.707,2.121c0,1.028-0.058,1.704-0.354,2.298
|
||||
c-0.155,0.31-0.836,0.475-1.061,0.53"/>
|
||||
<path id="path4027_1_" fill="none" stroke="#000000" stroke-width="2" d="M270.937,37.9c-0.416,0.833,1.748-0.657,2.652-0.884
|
||||
c0.862-0.216,2.124,0,3.005,0c0.804,0,1.563,0.782,2.121,1.062c0.792,0.396,1.412,1.06,2.122,1.414
|
||||
c0.674,0.337,0.913,0.826,1.061,1.414"/>
|
||||
<path id="path4031_1_" fill="none" stroke="#000000" stroke-width="2" d="M281.721,40.906l-0.53,11.138"/>
|
||||
<path id="path4033_1_" fill="none" stroke="#000000" stroke-width="2" d="M270.937,20.753c-0.421,0.844,1.886,0,2.829,0
|
||||
c1.121,0,2.161,0.03,2.828,0.354c0.876,0.427,1.721,1.05,2.475,1.237c0.866,0.217,1.089,0.911,1.593,1.415
|
||||
c0.557,0.557,0.821,1,1.236,1.414"/>
|
||||
<path id="path4039_1_" fill="none" stroke="#000000" stroke-width="2" d="M281.721,34.011l0.177-9.016
|
||||
c-0.133,0.133,1.591-1.428,1.591-3.006c0-1.216-0.299-1.372-0.529-2.299c-0.266-1.059-1.396-1.938-2.121-2.121
|
||||
c-0.779-0.194-2.253-1.469-2.652-1.768c-0.623-0.468-2.185-0.493-2.828-0.707c-0.7-0.234-1.939-0.044-2.475-0.177
|
||||
c-0.663-0.166-0.599-0.371-1.237-0.53"/>
|
||||
<path id="path4041_1_" fill="none" stroke="#000000" stroke-width="2" d="M243.007,33.481l-2.573,4.065l4.695-1.591l0.177,9.369
|
||||
l-4.243-1.062l2.121,3.712"/>
|
||||
<path id="path4043_1_" fill="none" stroke="#000000" stroke-width="2" d="M236.467,36.133l0.354,8.662"/>
|
||||
<path id="path4049_1_" fill="none" stroke="#000000" stroke-width="2" d="M237.161,14.066c-0.53,0.796-1.667,2.622-2.108,3.505
|
||||
c-0.428,0.854-0.9,1.245-1.592,1.592c-0.873,0.437-1.479,1.004-2.651,1.591c-0.732,0.367-1.832,0.177-2.65,0.177v18.031"/>
|
||||
</g>
|
||||
</g>
|
||||
<path id="path4051_1_" fill="none" stroke="#000000" stroke-width="2" d="M280.661,57.699V69.72"/>
|
||||
</g>
|
||||
<path id="path4125_1_" fill="none" stroke="#000000" d="M284.019,37.9c0.065,0.777-0.559,1.796-1.061,2.299
|
||||
c-0.343,0.343-0.304,0.417-0.884,0.707"/>
|
||||
<path id="path2598_1_" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M260.085,53.843
|
||||
c-2.114-4.329-3.738-8.076-3.609-8.326c0.128-0.251,0.464-0.854,0.744-1.34c0.67-1.158,0.658-2.966-0.029-4.415l-0.552-1.162
|
||||
l3.892-7.729l3.893-7.729l-0.027,11.49c-0.015,6.319-0.125,14.999-0.246,19.287l-0.22,7.796L260.085,53.843z"/>
|
||||
<path id="path2600_1_" fill="#FFFF00" stroke="#070404" stroke-linecap="round" d="M248.851,29.433l-4.427-9.122l8.338-0.104
|
||||
c4.586-0.059,8.999-0.012,9.808,0.104l1.47,0.21l-4.359,8.911C253.81,41.426,254.673,41.426,248.851,29.433L248.851,29.433z"/>
|
||||
<path id="path2602_1_" fill="#FFFF00" stroke="#070404" stroke-linecap="round" d="M243.829,58.448
|
||||
c-0.126-1.491-0.229-4.646-0.229-7.011c0-3.23-0.143-4.458-0.519-4.983c-0.952-1.331-1.028-1.315,1.049-0.755
|
||||
c0.866,0.232,1.679,0.274,1.787,0.167c0.107-0.108,0.086-2.586-0.051-5.507l-0.247-5.309l-1.407,0.496
|
||||
c-1.991,0.703-2.636,1.346-1.809,0.185c0.666-0.936,1.198-2.271,1.228-7.696l-0.271-7.282l4.487,9.812
|
||||
c3.668,7.438,4.124,8.555,3.687,9.039c-0.831,0.919-0.998,2.639-0.378,3.882l0.563,1.13l-3.745,8.178
|
||||
c-2.061,4.498-3.784,8.221-3.831,8.272S243.955,59.94,243.829,58.448L243.829,58.448z"/>
|
||||
<path id="path2606_1_" fill="#FFFF00" stroke="#070404" stroke-linecap="round" d="M244.306,64.117
|
||||
c0-0.146,7.666-16.923,8.175-17.891c0.281-0.533,0.443-0.547,1.455-0.121c1.023,0.431,1.563,1.352,5.284,9.016
|
||||
c2.627,5.412,3.988,8.585,3.719,8.668C262.366,63.968,244.306,64.285,244.306,64.117L244.306,64.117z"/>
|
||||
<path id="path2636_1_" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M229.16,73.123
|
||||
c-0.105-1.206-0.101-6.421-0.181-11.515l-0.227-9.205c0,0,3.133-1.444,4.641-2.141l2.844-1.219l0.109,10.969l0.156,10.766
|
||||
l-3.656,2.406l-3.625,2.453L229.16,73.123z"/>
|
||||
<path id="path2638_1_" fill="#FFFF00" stroke="#070404" stroke-linecap="round" d="M254.736,71.027
|
||||
c-5.25-0.133-11.256-0.262-13.347-0.286l-3.801-0.048v-10.96V48.772l1.855,0.006c3.668-0.062,3.199-0.607,3.029,8.786l0.111,8.11
|
||||
l4.838-0.144c2.661-0.079,7.8-0.239,11.42-0.355l6.582-0.213l0.262-22.788c0.146-12.533,0.199-22.852,0.121-22.93
|
||||
c-0.077-0.077-5.424-0.252-11.882-0.39l-11.741-0.247v7.127v7.127h-2.512h-2.513l0.222-1.503c0.121-0.825,0.056-4.725,0.223-8.711
|
||||
c0.166-3.985-0.022-7.91,0-7.958c0.024-0.049,7.939,0.495,16.8,0.495h16.108l-0.223,27.488c-0.123,15.119-0.304,27.768-0.399,28.107
|
||||
c-0.149,0.527-0.575,0.608-2.893,0.553C265.505,71.298,259.987,71.16,254.736,71.027L254.736,71.027z"/>
|
||||
<path id="path2640_1_" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M222.21,49.873
|
||||
c-0.04-2.141-0.253-7.203-0.253-7.203l7.501-3.787c4.484-2.365,7.377-4.045,7.452-4.416c0.104-0.52,0.016-0.641,0.016-0.641
|
||||
c1.197,0.136,5.127,0.28,5.127,0.28s-2.908,4.412-2.746,4.412c0.161,0,5.401-2.143,5.401-2.143s-0.048,2.447-0.048,4.4l0.048,3.876
|
||||
l-2.11-0.577c-1.173-0.297-2.407-0.497-2.407-0.497s0.583,1.113,1.221,2.227l1.188,2.067l-3.375-0.188
|
||||
c-1.647-0.126-2.802-0.089-2.983,0.078c-0.322,0.295-13.575,6.4-13.906,6.4C222.241,54.164,222.21,49.873,222.21,49.873z
|
||||
M237.347,43.576c-0.031-0.738-0.184-2.736-0.187-4.438c-0.004-2.855,0.021-3.094-0.634-3.094c-0.807,0-0.732,0.821-0.337,5.922
|
||||
c0.202,2.597,0.166,2.917,0.789,2.917C237.594,44.884,237.399,44.795,237.347,43.576z"/>
|
||||
<path id="path2642_1_" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M228.751,29.621v-8.072
|
||||
h1.063c2.017-0.597,3.728-1.647,5.416-3.483l1.414-2.042l-0.309,5.701c-0.102,2.917-0.005,6.726-0.112,8.674l-0.25,3.833l-3.584,1.9
|
||||
l-3.638,1.85V29.621z"/>
|
||||
<path id="path2648_1_" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M278.155,67.839
|
||||
c-0.729-0.387-2.241-0.782-3.357-0.881c-3.878-0.343-3.748-0.242-3.491-2.699c0.123-1.186,0.225-3.551,0.225-5.256V55.9l1.769-0.587
|
||||
c2.248-0.746,3.568-0.465,5.344,1.14l1.374,1.241v5.438c0,2.991-0.119,5.432-0.265,5.424
|
||||
C279.604,68.548,278.886,68.224,278.155,67.839L278.155,67.839z"/>
|
||||
<path id="path2650_1_" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M279.831,55.835
|
||||
c-2.292-2.326-4.082-2.711-7.505-1.612c-0.766,0.245-0.797,0.173-0.797-1.85c0-1.883,0.084-2.126,0.797-2.316
|
||||
c1.754-0.471,4.874,0.063,6.986,1.193c1.746,0.935,3.615,5.478,2.529,6.147C281.681,57.498,280.775,56.795,279.831,55.835
|
||||
L279.831,55.835z"/>
|
||||
<path id="path2652_1_" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M279.913,50.021
|
||||
c-1.121-0.819-5.171-1.649-6.836-1.399l-1.548,0.231v-5.124v-5.124l1.149-0.48c2.03-0.852,3.876-0.567,6.256,0.959l2.152,1.381
|
||||
l-0.23,4.95c-0.127,2.723-0.249,4.977-0.271,5.009C280.563,50.456,280.26,50.275,279.913,50.021L279.913,50.021z"/>
|
||||
<path id="path2654_1_" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M279.862,38.113
|
||||
c-2.257-1.577-2.617-1.715-4.53-1.715c-1.145,0-2.4,0.172-2.793,0.383c-0.395,0.211-0.79,0.307-0.884,0.214
|
||||
c-0.093-0.093-0.059-1.14,0.076-2.326l0.244-2.158h1.667c1.73,0,5.2,1.027,6.626,1.962c0.936,0.612,2.929,3.238,2.929,3.856
|
||||
c0,0.226-0.197,0.654-0.44,0.955C282.369,39.76,282.01,39.615,279.862,38.113L279.862,38.113z"/>
|
||||
<path id="path2656_1_" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M278.601,32.226
|
||||
c-1.264-0.451-3.293-0.913-4.508-1.026l-2.21-0.206v-4.723v-4.723h1.998c2.406,0,5.277,1.268,6.443,2.844
|
||||
c0.701,0.95,0.765,1.404,0.675,4.853l-0.102,3.803L278.601,32.226z"/>
|
||||
<g id="g2660_1_">
|
||||
<path id="path2604_1_" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M253,43.796
|
||||
c-1.534-1.823-1.065-3.622,1.047-4.02c1.708-0.319,2.281,0.219,2.281,2.146c0,1.076-0.217,1.763-0.708,2.255
|
||||
C254.647,45.149,254.068,45.065,253,43.796L253,43.796z"/>
|
||||
<path id="path2644_1_" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M243.599,80.576
|
||||
c-10.403-0.125-19.131-0.033-19.158-0.063c-0.025-0.03-0.13-4.32-0.25-9.328c-0.12-5.007-0.203-10.707-0.313-12.703l-0.126-3.891
|
||||
l1.845-0.781l2.031-0.938l0.281,11.53c0.138,6.269,0.147,11.854,0.205,12.391l0.042,0.798l8.773-5.817l14.623,0.492
|
||||
c8.167,0.115,15.923,0.302,17.235,0.415l2.387,0.205v-2.439v-2.438l2.387,0.131c4.47,0.246,8.573,3.272,8.573,6.322
|
||||
c0,1.413-0.588,2.137-3.632,4.468l-2.634,2.018l-6.679-0.07C265.519,80.837,254.003,80.702,243.599,80.576L243.599,80.576z"/>
|
||||
<path id="path2646_1_" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M224.556,17.306
|
||||
l4.121,0.035c2.082,0.02,5.371-0.166,5.836-0.035c0.813,0.229-0.842,1.386-2.332,2.386c-0.996,0.669-1.709,1.062-2.786,0.832
|
||||
l-1.883-0.213l0.126,18.116l-4.166,2.301L224.556,17.306z"/>
|
||||
<path id="path2658_1_" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M280.948,23.014
|
||||
c-1.609-1.682-4.859-2.965-7.146-2.822l-1.92,0.119l0.001-2.514v-2.515l2.74,0.438c2.158,0.346,3.246,0.756,5.124,1.934
|
||||
c1.988,1.247,2.451,1.725,2.799,2.883c0.337,1.123,0.318,1.59-0.091,2.455l-0.507,1.067L280.948,23.014z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path id="path3263" fill="#FFE000" d="M131.515,58.083c4.658,0.937,9.781,1.056,14.765-0.627
|
||||
c10.672-3.602,16.802-5.245,21.555-5.583c-0.17-0.002-7.179,4.075-6.471,6.905c0.707,2.83,4.92,2.562,6.772,2.763
|
||||
c1.853,0.203,3.773,2.393,1.313,4.077c-2.461,1.685-4.616,5.862-7.413,5.931c-2.798,0.068-2.09-2.089-2.932-2.931
|
||||
c-0.177-0.177-0.45-0.344-0.929-0.474c-0.149,0.001-4.766-3.94-8.237,1.484c0,0,3.115-0.956,4.38,0.97
|
||||
c-0.195,1.717,1.52,1.452,2.123,2.298c0,0-2.659-1.92-4.378,0.192c-2.683-1.098-3.595-0.042-4.308,1.57
|
||||
c-0.552,1.522,0.052,2.882,0.856,3.902c0.646-1.616,1.64-2.042,3.286-1.986c0.602,0.768,1.567,1.253,2.352,1.216
|
||||
c0.152,0.156-2.944,0.68-1.182,5.136c0,0,3.025-3.669,6.063-1.906c0.012,0.047,0.798,0.644,1.346-0.787
|
||||
c0.549-1.429,2.098-2.812,3.099-2.119c1.001,0.69,0.867,3.206,5.434,1.876l0,0c0,0-2.711-2.898,0.783-5.481
|
||||
c-0.047,0.433-0.104,0.755-0.21,1.084c-0.505,1.55,1.28,2.898,1.28,2.898s0.135-2.562,1.517-3.304
|
||||
c0.599-0.319,0.98-1.261,1.245-2.417c0.068-0.126,1.417,0.616,1.687,3.396c0,0,2.698-4.242,1.081-9.868c0,0,2.623,2.882,2.79,5.169
|
||||
c0,0,4.789-6.386-0.501-11.484c1.205,0.112,1.884-0.435,2.74-1.071c0.381-1.072-0.144-2.217-1.312-2.55
|
||||
c-1.167-0.333-1.452,0.597-2.478,0.716c-1.278,0.148-1.573-2.287,0.762-2.121c0.592,0.043,1.063-0.308,1.705-0.888
|
||||
c3.776,1.743,6.271,3.828,6.207,3.751c3.879,3.103,6.482,1.545,10.102,1.545c4.432,0,4.099,2.572,2.572,5.146
|
||||
c-1.523,2.573-3.002,6.338-3.002,6.338s-0.856,2.764-1.811,1.382s-2.192-4.384-4.313-3.55c-0.119,0.071-2.55-2.788-5.552,0.978
|
||||
c0,0,2.573-1.145,3.559,0.651c-0.39,0.85-0.39,1.754,0.11,2.685c-0.916,0.174-1.516,0.691-2.138,1.282
|
||||
c-0.006-0.044-3.724,0.146-3.58,2.958c0.143,2.813,2.239,3.574,2.239,3.574s-0.716-2.144,1.931-3.088
|
||||
c0.877,1.047,1.938,1.522,3.312,0.932c-0.011,0.484,0.02,0.825,0.096,1.204c0.715,3.526,3.098,3.432,3.098,3.432
|
||||
s-0.524-2.287,1.459-3.302c0.521,0.317,0.956,0.494,1.4,0.396c0,0,1,0.048,1.048-0.19c0.048-0.237-0.096-2.145,0.572-2.716
|
||||
c0.667-0.571,0.856-1.048,2.572-1.048c0,0,2.813,3.717,5.051,1.811c0,0-3.002-3.907-2.286-6.719c0,0,0.856,3.099,3.05,3.479
|
||||
c0,0,0.856-0.953,0.286-3.24c-0.572-2.287-0.668-3.669-0.524-5.003c0,0,1.524,4.67,4.956,4.003
|
||||
c3.431-0.667-1.335-0.048-1.153-6.656c0.535,0.426,1.562,0.672,2.964,0.271l0,0c0,0-0.477-7.672-5.956-8.911
|
||||
c0,0,3.752-0.282,2.504-3.651c0,0-7.277,2.83-13.586-4.986c-0.546-0.606,7.031,3.396,12.226-2.369
|
||||
c5.194-5.767-1.382-10.198-4.193-11.39c-2.811-1.19-16.011-1.954-24.491-0.523c-3.651,0.616-16.081,0.878-26.296,0.276
|
||||
c0,0-5.321-0.276-5.061-3.255c0.263-2.978,2.66-5.046,6.233-4.046c3.573,1.001,6.442,4.207,14.975,3.165
|
||||
c0.007,0.002,3.455,1.138,5.688,0.2c0.201,0.078,3.727,1.076,5.981-0.097c0.998,0.493,2.838,1.31,7.471,0.274
|
||||
c2.135,0.365,4.775,0.27,8.21-0.807c8.674-2.716,10.197-4.766,18.584-5.813c0,0-4.104-0.613-21.846,0.663
|
||||
c-10.47,0.573-21.018-1.137-31.382-2.234c-6.052-1.239-14.581-1.239-17.297,4.24c-2.717,5.48-0.145,10.103,4.241,11.104
|
||||
c4.384,1.001,17.549,1.649,31.498-0.439c3.774-0.564,9.785-0.651,16.387-0.313c0,0,9.93,0.382,8.75,5.335
|
||||
c-1.179,4.953-8.929,3.571-11.928,1.078c0,0-5.661-3.673-18.195-1.921c-12.535,1.752-37.113,0.253-37.246,0.067
|
||||
c-0.637-2.049-1.461-4.22-1.632-4.641c0,0,1.881,0.664,2.453,2.214c0,0,2.021-2.999-0.941-6.878
|
||||
c0.003-1.93-0.964-2.556-0.964-2.556c2.812,0.763,3.384-3.05,3.384-3.05c-2.335-0.763-5.099,1.097-5.099,1.097
|
||||
c3.335-0.715,3.524-3.24,3.524-3.24c-2.716-0.286-4.991,1.149-4.991,1.149c3.167-0.875,3.03-5.257,3.03-5.257
|
||||
c-3.976,0.068-5.458,3.37-5.458,3.37c2.428-2.831,0.54-7.413,0.54-7.413c-3.101,1.82-3.438,6.335-3.438,6.335l0,0
|
||||
c0.135-4.784-3.842-5.593-3.842-5.593c1.28,2.291,0.943,5.458,0.943,5.458c-0.675-3.033-3.167-3.977-3.167-3.977
|
||||
c-0.606,2.562-0.136,4.786-0.136,4.786c-1.146-3.101-3.639-2.629-3.639-2.629c0.172,0.278,0.316,0.618,0.259,1.125
|
||||
c-1.041,0.636-1.856,1.285-2.166,3.217c-0.086,0.539-0.12,1.014-0.128,1.67c-1.373-1.86-2.852-0.836-2.852-0.836
|
||||
s1.025,0.857-0.5,2.835c-1.523,1.978-0.715,3.191-0.971,3.412c-1.585,1.354-2.547,2.974-3.437,5.046
|
||||
c5.069-3.245,3.944-2.234,1.498,0.867c-0.685,0.941-1.362,2.097-2.14,3.427c-6.144-3.479-7.188-8.97-5.268-10.317
|
||||
c1.334-0.937,2.074-3.029,1.148-4.426c0.064-0.946-0.069-1.878-0.711-2.818c-2.156-3.167-5.728-0.438-5.728-0.438l0,0
|
||||
c3.1,0.539,2.628,2.56,2.548,2.542c-2.117,0.824-2.165,3.521-2.023,6.136c0.104-2.63-0.53-4.013-1.145-4.713
|
||||
c-2.952-7.639-8.781-1.203-8.781-1.203c3.538-0.876,4.111,1.348,4.111,1.348s0.358-1.411-0.31,0.924
|
||||
c-0.306,1.069,0.285,1.994,0.781,2.484c-1.162-0.77-1.924-0.15-1.938-0.043c-0.016,0.106-1.7-1.579-3.723-0.164
|
||||
c-2.021,1.415-2.089,4.011-1.179,5.729c0,0,1.583-3.27,4.288-1.031c1.081,1.315,2.559,0.958,4.274,0.719
|
||||
c1.715-0.238,2.191,0.43,2.382,0.93s-0.381,0.811-0.381,0.811l0,0c-2.335,1.31-2.765,2.418-2.765,2.418
|
||||
c-0.667,1.418,0.62,1.871,1.645,1.775c1.023-0.097,3.479-2.454,3.479-2.454l0,0c1.287,3.431,3.049,3.1,3.049,3.1
|
||||
c-3.233,3.47-7.614,2.189-7.614,2.189c3.234,4.313,7.21,2.932,7.21,2.932c-1.078,2.562-5.224,1.887-5.224,1.887
|
||||
c2.696,3.234,7.684,4.01,7.684,4.01c-0.792,1.398-4.062,0.978-4.062,0.978c6.019,4.996,13.042,6.053,15.047,6.323
|
||||
c-2.139,8.856-8.595,11.737-8.595,11.737c1.524-3.252-1.651-4.161-1.787-4.22c-1.362-3.607-4.131-2.964-6.711-1.012
|
||||
c0,0,2.931-0.5,3.375,1.906c-0.851,0.886-0.99,2.121-0.167,3.173c0.012-0.023-1.573-1.038-2.841-0.275
|
||||
c-0.081,0.128-0.391-1.707-2.678-1.11c-2.288,0.596-3.693,3.573-2.668,5.86c1.341-1.87,3.018-2.001,4.229-0.718
|
||||
c0.379,1.159,1.275,1.745,2.417,1.777c-0.118,0.036-3.692,6.16,3.718,6.041c0,0-1.811-2.05-0.147-3.779
|
||||
c0.735,0.519,1.327,0.695,1.813,0.612c1.752-0.305,1.583-2.695,2.543-3.27c0.96-0.573,1.416,0.118,1.416,0.118l0,0
|
||||
c0.473,5.088,6.194,3.555,6.194,3.555c-1.475-1.074-2.389-2.548-2.202-4.438c-0.093-0.918,2.465-3.282,2.465-3.282
|
||||
c-1.097,4.694,2.765,5.289,2.765,5.289c-0.953-2.621,1.404-7.981,1.404-7.981l0,0c-1.334,4.004,3.051,6.528,3.051,6.528
|
||||
s-0.716-1.811,0.048-3.431c0.763-1.62,0.477-3.24,0.333-5.146c-0.144-1.905,0.448-3.375,0.448-3.375
|
||||
c0,5.291,4.103,5.082,4.091,5.085c-0.161,0.055-0.563-2.229,0.387-3.731c0.833-1.322,0.841-5.055,0.841-5.055
|
||||
c2.954,3.384,4.002-5.193,4.002-5.193"/>
|
||||
<path id="path2461" fill="none" stroke="#000000" stroke-width="1.5" d="M187.975,72.99c0,0,1.858,0.047,2.669,0.952
|
||||
M189.739,68.749c0,0-2.431-2.859-5.433,0.904c0,0,2.573-1.144,3.574,0.572 M185.832,74.229c0,0-3.718,0.19-3.574,3.002
|
||||
c0.143,2.813,2.239,3.574,2.239,3.574s-0.716-2.144,1.954-3.145 M192.597,76.088L192.597,76.088c0,0-3.479,0.238-2.764,3.765
|
||||
s3.098,3.432,3.098,3.432s-0.523-2.287,1.334-3.288 M194.265,75.278c0,0-1.382,0.048-1.572,0.905
|
||||
c-0.189,0.858,1.383,4.575,3.099,4.193c0,0,1,0.048,1.048-0.19c0.048-0.237-0.095-2.145,0.572-2.716s0.856-1.048,2.572-1.048
|
||||
c0,0,2.813,3.717,5.052,1.811c0,0-3.002-3.907-2.287-6.719c0,0,0.856,3.098,3.05,3.479c0,0,0.856-0.953,0.286-3.24
|
||||
c-0.572-2.287-0.668-3.669-0.524-5.003c0,0,1.524,4.67,4.956,4.003c3.431-0.667-1.335-0.048-0.953-6.624 M207.56,62.031
|
||||
c0,0,1.097,3.383,4.767,2.335l0,0c0,0-0.478-7.673-5.957-8.911c0,0,3.752-0.282,2.504-3.651c0,0-7.277,2.83-13.039-4.381
|
||||
c-2.042-2.555-5.564-3.917-9.262-4.61 M189.739,78.47c-2.097,1.239-4.003-0.762-4.192-2.859c-0.19-2.097,2.43-2.62,2.43-2.62
|
||||
c-1-1.859,0-3.622,2.002-4.385c2.001-0.762,3.24,2.24,4.193,3.622s1.811-1.382,1.811-1.382s1.479-3.765,3.002-6.338
|
||||
c1.525-2.573,1.858-5.146-2.572-5.146c-4.432,0-7.339,2.334-13.104-4.622c-5.766-6.957-17.154-5.242-17.154-5.242 M186.403,57.932
|
||||
L186.403,57.932c0,0-5.643-4.734-12.104-5.766c-6.576-1.048-12.484,0.048-28.021,5.29c-4.982,1.683-10.105,1.563-14.765,0.627
|
||||
M132.27,55.24c0,0-1.048,8.576-4.002,5.193c0,0-0.008,3.732-0.841,5.054c-0.948,1.505-0.548,3.786-0.387,3.732
|
||||
c0.012-0.003-4.09,0.205-4.09-5.085c0,0-0.593,1.469-0.449,3.375s0.43,3.526-0.333,5.146c-0.764,1.619-0.048,3.431-0.048,3.431
|
||||
s-4.385-2.525-3.051-6.528l0,0c0,0-2.357,5.361-1.404,7.981c0,0-3.86-0.596-2.765-5.289c0,0-2.558,2.364-2.465,3.282
|
||||
c-0.187,1.89,0.729,3.362,2.202,4.438c0,0-5.722,1.534-6.194-3.555l0,0c0,0-0.455-0.691-1.416-0.118
|
||||
c-0.96,0.573-0.792,2.965-2.543,3.269c-1.752,0.304-4.886-2.796-2.493-4.92 M100.847,76.383c-3.016,0.927-4.835-0.505-4.077-3.875
|
||||
s3.893-1.381,3.875-1.349c-1.566-2.004,0.354-4.666,3.64-4.01c0,0,3.175,0.91,1.65,4.161c0,0,6.456-2.88,8.493-11.683
|
||||
M104.013,67.034L104.013,67.034c0,0-1.549-5.528-6.576-0.953c0,0,2.932-0.5,3.432,1.857 M97.723,71.013L97.723,71.013
|
||||
c0,0-0.31-1.835-2.597-1.239c-2.288,0.597-3.693,3.574-2.668,5.861c1.341-1.87,3.018-2.001,4.169-0.81 M98.986,76.731
|
||||
c0,0-3.573,6.124,3.836,6.004c0,0-1.811-2.049-0.333-3.954 M114.633,59.52c-2.108-0.214-9.132-1.271-15.15-6.268
|
||||
c0,0,3.27,0.421,4.062-0.979c0,0-4.987-0.774-7.684-4.009c0,0,4.146,0.674,5.224-1.887c0,0-3.977,1.381-7.21-2.933
|
||||
c0,0,4.38,1.281,7.614-2.188c0,0-1.763,0.331-3.049-3.1l0,0c0,0-2.454,2.357-3.479,2.453s-2.312-0.356-1.645-1.774
|
||||
c0,0,0.43-1.108,2.765-2.418l0,0c0,0,0.571-0.311,0.381-0.812c-0.19-0.5-0.667-1.167-2.382-0.929s-3.193,0.596-4.266-0.738
|
||||
c-1.071-1.334-1-3.336,0.62-4.623c0,0,0.763-0.618,1.692-0.047 M94.507,30.961c0,0-3.598-1.645-2.931-3.979s2.906-2.478,3.74-2.024
|
||||
s2.55,1.477,2.384,5.67c-0.17-3.127-0.068-6.374,3.383-6.421c4.044,0.033,3.379,4.022,1.382,5.425
|
||||
c-1.921,1.348-0.876,6.839,4.987,10.311 M90.402,29.531L90.402,29.531c0,0-1.685-1.686-3.707-0.271
|
||||
c-2.021,1.415-2.089,4.01-1.179,5.729c0,0,1.583-3.27,4.279-1.012 M91.885,26.06c0,0-0.573-2.224-4.111-1.348
|
||||
c0,0,5.829-6.437,8.862,1.28 M99.802,24.51c0,0,0.472-2.021-2.628-2.56l0,0c0,0,3.571-2.73,5.728,0.438
|
||||
c0.642,0.94,0.775,1.872,0.649,2.717 M167.664,51.87c0,0-7.009,4.078-6.301,6.907c0.707,2.83,4.92,2.562,6.772,2.763
|
||||
c1.853,0.203,3.773,2.393,1.313,4.077c-2.461,1.685-4.616,5.862-7.413,5.931c-2.798,0.068-2.09-2.089-2.932-2.931
|
||||
c-0.843-0.844-3.909-1.483-4.649,1.145c-0.742,2.628,1.313,2.19,1.986,3.134c0,0-2.659-1.92-4.548,0.337
|
||||
c-1.888,2.258,0.891,4.805,2.204,4.4 M159.742,75.921c0,0-3.182-2.12-5.396,1.215s1.537-2.788,4.801,3.931
|
||||
c0,0,0.786,0.597,1.334-0.834c0.549-1.429,2.098-2.812,3.099-2.12s0.867,3.207,5.434,1.877l0,0c0,0-2.711-2.898,0.809-5.611
|
||||
M169.45,72.626c0,0,0.64,1.416,0.135,2.965c-0.505,1.55,1.281,2.898,1.281,2.898s0.134-2.562,1.516-3.304
|
||||
c1.382-0.741,1.617-4.785,1.011-5.626 M173.696,72.643c0,0,1.349,0.742,1.617,3.521c0,0,2.698-4.242,1.081-9.868
|
||||
c0,0,2.623,2.882,2.79,5.169c0,0,4.789-6.386-0.501-11.484l0,0c0,0,2.359,0,2.74-1.071c0.381-1.072-0.144-2.217-1.312-2.55
|
||||
c-1.167-0.333-1.452,0.597-2.478,0.716c-1.278,0.148-1.573-2.287,0.762-2.121c0.682,0.049,1.2-0.42,1.722-1.228 M158.028,68.145
|
||||
c0,0-4.615-3.941-8.088,1.483c0,0,3.115-0.956,4.39,1.086 M152.237,72.943c-2.854-0.952-3.767,0.104-4.479,1.716
|
||||
c-0.552,1.522,0.052,2.882,0.856,3.902c0.646-1.616,1.64-2.042,3.313-1.95 M154.405,77.946c0,0-3.098,0.524-1.334,4.979
|
||||
c0,0,3.025-3.669,6.053-1.954 M194.742,46.21c0,0,7.576,4.003,12.771-1.763c5.194-5.767-1.382-10.198-4.193-11.39
|
||||
c-2.811-1.19-16.011-1.954-24.491-0.523c-3.651,0.615-16.081,0.878-26.295,0.276c0,0-5.322-0.276-5.062-3.255
|
||||
c0.263-2.978,2.66-5.046,6.233-4.046c3.573,1.001,6.442,4.207,15.13,3.241 M162.125,25.458c0,0,1.905,0.07,3.836,1.501
|
||||
c1.93,1.429,4.05,3.073,8.506,1.978 M168.224,25.481c0,0,1.786-0.119,3.55,1.382c1.764,1.502,3.265,3.621,8.673,1.979
|
||||
M175.491,26.482c0,0,0.477-0.477,3.858,1.716c3.384,2.191,6.386,1.238,8.34,0.81 M180.709,26.315c0,0,0.882-0.356,1.954,0.381
|
||||
c1.071,0.738,4.692,4.266,13.365,1.55c8.674-2.717,10.197-4.766,18.584-5.813c0,0-4.104-0.614-21.846,0.663
|
||||
c-2.143,0.155-4.521,0.134-7.062-0.017l0,0c0,0-18.269-0.98-24.32-2.22c-6.052-1.238-14.581-1.238-17.297,4.241
|
||||
c-2.717,5.48-0.145,10.103,4.241,11.104c4.384,1.001,17.549,1.649,31.498-0.439c3.774-0.564,9.785-0.652,16.387-0.313
|
||||
c0,0,9.93,0.382,8.75,5.335c-1.179,4.952-8.929,3.57-11.928,1.077c0,0-5.661-3.673-18.195-1.921
|
||||
c-12.535,1.752-37.113,0.253-37.113,0.253 M122.188,31.542c0,0,1.457,0.325,1.648,1.087c0.085,0.339,0.408,0.578,0.784,0.722
|
||||
c0,0-0.117,3.566-3.264,2.328c-1.057-0.416-1.599-1.09-1.846-1.854l0,0c0,0-0.251-0.387-0.203-1.006c0,0-2.145,0.524-2.239-1.523
|
||||
c-0.096-2.049,0.667-2.859,1.431-3.956c0.762-1.096,0.88-6.199-0.333-8.153c0,0,2.493-0.471,3.639,2.628
|
||||
c0,0-0.472-2.224,0.136-4.786c0,0,2.492,0.944,3.167,3.978c0,0,0.337-3.167-0.943-5.458c0,0,3.977,0.809,3.842,5.593l0,0
|
||||
c0,0,0.337-4.515,3.438-6.335c0,0,1.888,4.582-0.54,7.413c0,0,1.482-3.302,5.458-3.37c0,0,0.137,4.381-3.03,5.256
|
||||
c0,0,2.275-1.435,4.991-1.148c0,0-0.189,2.524-3.524,3.239c0,0,2.764-1.857,5.099-1.096c0,0-0.571,3.813-3.384,3.049
|
||||
c0,0,1.62,1.05,0.663,4.244c-2.97,0.338-3.998-2.433-3.998-2.433c1.144,4.479-0.43,5.432-1.668,6.527
|
||||
c-1.239,1.097-2.479-1.857-2.479-1.857s1.479,2.24-1.952,2.621c-3.433,0.381-2.456-3.9-2.456-3.9
|
||||
c0.472,0.183,1.023,0.214,1.29,0.108c0.477-0.19,1.2,0.081,1.857-0.542 M120.024,34.821c0,0,0.199,1.197,0.097,2.813
|
||||
c-0.078,1.203,0.025,4.418,1.429,4.575c2.141,0.24,3.908-1.573,4.956-4.766 M118.07,28.054c0,0-2.478-0.361-1.811-4.527
|
||||
c0.31-1.931,1.125-2.581,1.987-3.092 M134.509,47.827c2.797-1.449,1.387-6.321,1.927-5.95c0.539,0.37,1.261,1.175,1.261,1.175
|
||||
s0.495-3.1-1.731-7.682c0,0,1.881,0.664,2.453,2.214c0,0,2.021-2.999-0.943-6.705 M117.213,28.865
|
||||
c-4.91,0.23-7.025,2.563-8.839,6.791c0,0,2.311-1.979,4.24-2.05c0.024-0.023-5.551,4.169-5.359,10.889c0,0,1.382-1.954,2.954-1.858
|
||||
c0,0-2.765,6.052-0.572,10.437c0,0,0.143-2.288,1.906-3.526l0,0c0,0-1.43,3.383,0.763,6.576c0,0,0.715-2.573,1.572-3.098
|
||||
c0,0-0.811,3.766,1.001,8.006c0,0,4.099-1.191,6.813-4.86c0,0,1.191,2.036,0.315,3.484c0,0,3.201-0.81,4.516-6.604
|
||||
c0,0,0.235,3.403-0.473,4.448c0,0,3.943-2.426,4.415-9.232c0,0,0.909,3.942,0.37,5.155c0,0,5.459-3.134,2.662-14.253
|
||||
M112.066,30.389c0,0-0.81-1.215,0.715-3.191c1.525-1.979,0.5-2.836,0.5-2.836s1.479-1.023,2.837,1.072 M114.123,36.64
|
||||
c0,0-1.28,4.583-0.741,9.502c0,0,1.078-1.281,2.123-1.146c0,0-1.112,1.448-0.708,3.808c0,0,1.28-1.617,3.134-1.449
|
||||
c0,0-1.651,1.854,0.103,6.401c4.277-2.594,3.269-5.391,3.269-5.391s1.449,1.516,0.977,3.672c0,0,2.63-0.774,2.563-4.718l0,0
|
||||
c0,0,0.841,1.482,0.942,2.897c0,0,1.785-0.606,2.324-5.559c0,0,1.181,1.11,1.112,2.089c0,0,1.617-0.979,1.517-6.369 M129.96,36.236
|
||||
c0,0-0.202,3.438-1.349,4.246c-1.146,0.81-2.584,3.644-3.324,3.912c-0.741,0.27-2.628,0.067-3.37,0.404
|
||||
c-0.74,0.337-1.617,1.079-2.695-0.471c-1.078-1.551-1.55-1.617-1.954-2.359c0,0-0.202-0.675,0-1.483
|
||||
c0.202-0.808,0.81-5.12-0.066-6.198c0,0,1.304-0.813,1.506-1.554"/>
|
||||
<path id="path2443" d="M122.361,36.211c0,0,0.363,1.463,0.302,2.351l-0.08,1.109c0,0,0.888-2.221,2.315-2.777
|
||||
C124.898,36.894,124.686,33.52,122.361,36.211z M118.407,26.514c0,0-0.021-0.019-0.328-0.85c-0.311-0.832-0.213-2.589,0.676-2.358
|
||||
C119.643,23.538,118.407,26.533,118.407,26.514z M127.407,24.829l-0.749,0.001c0,0-0.933,0.85-1.15,1.846
|
||||
c-1.594-1.3-3.101-2.469-5.335-1.826l0.242,0.883c0.648,1.208,0.665,1.715,0.998,2.028c0.271,0.38,0.637,0.745,1.12,0.958
|
||||
c0.481,0.213,1.091,0.259,1.758,0.022c0.426-0.151,0.737-0.352,0.955-0.577c0.168-0.175,0.215-0.384,0.262-0.588
|
||||
c0.007,0.02,0.019,0.025,0.041,0.063c0.021,0.036,0.054,0.14,0.217,0.164c0.082,0.012,0.181-0.028,0.23-0.062
|
||||
c0.049-0.033,0.058-0.07,0.072-0.095c0.063-0.091,0.063-0.118,0.078-0.169c0.017-0.051,0.056-0.104,0.05-0.186
|
||||
C126.096,25.855,127.407,24.829,127.407,24.829z M121.344,25.843c0.337-0.028,1.117,0.032,1.563,0.366
|
||||
c-0.493,0.208-0.591,0.81-0.591,1.063c0,0.259,0.063,0.487,0.141,0.703c-0.209-0.152-0.392-0.352-0.547-0.568
|
||||
C121.558,26.915,121.417,26.081,121.344,25.843z M124.222,26.738c0.213,0.064,0.4,0.163,0.536,0.252
|
||||
c0.161,0.235,0.237,0.183,0.226,0.384c-0.008,0.125-0.067,0.239-0.195,0.373c-0.128,0.133-0.339,0.281-0.704,0.411
|
||||
c0.125-0.254,0.182-0.558,0.182-0.888C124.265,27.085,124.262,26.903,124.222,26.738z M128.216,25.142l0.527,0.53
|
||||
c0,0,0.059,1.26-0.492,2.121c2.046,0.207,3.938,0.447,5.063,2.479l-0.795,0.453c-1.313,0.396-1.683,0.742-2.14,0.729
|
||||
c-0.462,0.076-0.979,0.076-1.47-0.115s-0.954-0.588-1.26-1.228c-0.193-0.407-0.272-0.771-0.268-1.084
|
||||
c0.004-0.241,0.119-0.423,0.229-0.6c-0.02,0.008-0.03,0.005-0.072,0.015c-0.041,0.01-0.139,0.063-0.27-0.036
|
||||
c-0.065-0.05-0.107-0.148-0.119-0.206c-0.013-0.059,0.01-0.092,0.015-0.119c0.021-0.11,0.039-0.128,0.063-0.174
|
||||
c0.025-0.048,0.034-0.112,0.098-0.167C128.416,26.794,128.216,25.142,128.216,25.142z M131.785,30.147
|
||||
c-0.218-0.259-0.813-0.768-1.363-0.848c0.2,0.497-0.157,0.99-0.337,1.17c-0.183,0.182-0.388,0.301-0.594,0.398
|
||||
c0.256,0.04,0.522,0.027,0.787-0.017C130.876,30.752,131.565,30.263,131.785,30.147z M129.117,28.743
|
||||
c-0.196-0.105-0.397-0.169-0.558-0.202c-0.281,0.053-0.297-0.039-0.431,0.11c-0.084,0.096-0.122,0.219-0.125,0.402
|
||||
c-0.003,0.186,0.04,0.439,0.207,0.789c0.091-0.268,0.267-0.523,0.499-0.756C128.842,28.958,128.972,28.832,129.117,28.743z"/>
|
||||
</g>
|
||||
<path id="path6793_1_" inkscape:r_cx="true" inkscape:r_cy="true" sodipodi:type="arc" sodipodi:ry="50" sodipodi:rx="50" sodipodi:cy="390" sodipodi:cx="480" fill="none" stroke="#333333" stroke-linecap="round" stroke-linejoin="round" d="
|
||||
M70.564,144.066c0,2.79-2.261,5.053-5.051,5.053s-5.051-2.263-5.051-5.053c0-2.789,2.261-5.05,5.051-5.05
|
||||
S70.564,141.277,70.564,144.066z"/>
|
||||
<path id="path7668_1_" inkscape:r_cx="true" inkscape:r_cy="true" sodipodi:type="arc" sodipodi:ry="295" sodipodi:rx="295" sodipodi:cy="390" sodipodi:cx="480" fill="none" stroke="#333333" stroke-linecap="round" stroke-linejoin="round" d="
|
||||
M95.315,144.066c0,16.459-13.342,29.803-29.801,29.803c-16.458,0-29.801-13.344-29.801-29.803c0-16.458,13.343-29.801,29.801-29.801
|
||||
S95.315,127.608,95.315,144.066z"/>
|
||||
<path id="sepales_1_" sodipodi:nodetypes="cccccc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#808000" stroke="#070404" stroke-width="2" stroke-linecap="round" d="
|
||||
M109.457,157.037c-23.64,1.28-36.35,13.986-43.597,32.403c-8.625-19.429-22.604-31.053-44.292-31.446
|
||||
c21.079-15.54,21.864-33.333,16.223-51.842c17.119,9.841,34.965,12.286,54.317-0.592C89.147,125.635,93.397,143.304,109.457,157.037
|
||||
"/>
|
||||
<g id="g13210_1_" inkscape:r_cx="true" inkscape:r_cy="true">
|
||||
|
||||
<path id="petale1_1_" sodipodi:nodetypes="cscsssc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#FF0000" stroke="#000000" stroke-width="2" stroke-linecap="round" d="
|
||||
M57.441,105.901c2.072,0,6.43,2.144,8.501,2.144s5.286-2.285,7.357-2.285c6.218,0.534,11.952,11.799,8.714,16.43
|
||||
c-3.205,4.584-15.722,22.404-16.144,21.858c-1.112-1.442-12.276-17.594-15.572-22.859
|
||||
C46.622,115.315,52.937,106.087,57.441,105.901z"/>
|
||||
|
||||
<path id="petale2_1_" sodipodi:nodetypes="cszzssz" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#FF0000" stroke="#000000" stroke-width="2" stroke-linecap="round" d="
|
||||
M98.93,124.047c1.862,3.352,0.071,7.036,0.711,9.007c0.64,1.97,3.079,4.468,2.733,8.576c-0.335,3.976-7.656,11.373-13.033,9.733
|
||||
c-5.376-1.641-24.353-6.684-23.963-7.254c1.026-1.504,12.938-17.111,16.928-21.874C86.757,116.926,97.067,120.696,98.93,124.047z"
|
||||
/>
|
||||
|
||||
<path id="petale3_1_" sodipodi:nodetypes="cszsssz" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#FF0000" stroke="#000000" stroke-width="2" stroke-linecap="round" d="
|
||||
M95.27,168.253c-1.908,2.455-6.309,2.906-7.984,4.124c-1.677,1.218-4.021,3.804-7.038,6.46c-3.018,2.655-14.104-3.538-14.206-9.187
|
||||
c-0.103-5.593-0.522-26.637,0.14-26.441c1.747,0.512,18.845,6.446,24.605,8.769C97.212,154.567,97.29,165.652,95.27,168.253z"/>
|
||||
|
||||
<path id="petale4_1_" sodipodi:nodetypes="cscsssz" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#FF0000" stroke="#000000" stroke-width="2" stroke-linecap="round" d="
|
||||
M51.328,179.149c-2.837-1.724-4.883-4.979-6.559-6.195c-1.676-1.219-5.621-1.259-7.296-2.477
|
||||
c-5.241-2.879-3.29-15.563,2.051-17.404c5.287-1.825,26.444-9.895,26.465-9.203c0.053,1.818,0.447,19.448,0.02,25.646
|
||||
C65.531,176.427,54.165,180.874,51.328,179.149L51.328,179.149z"/>
|
||||
|
||||
<path id="petale5_1_" sodipodi:nodetypes="czcsssz" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#FF0000" stroke="#000000" stroke-width="2" stroke-linecap="round" d="
|
||||
M27.913,141.94c0.45-3.92,2.977-6.964,3.616-8.935c0.641-1.97,0.461-6.876,1.101-8.846c1.119-4.019,13.641-7.081,17.044-2.572
|
||||
c3.369,4.465,16.724,22.38,16.074,22.611c-1.714,0.612-19.098,6.811-25.123,8.317C33.904,154.199,27.457,145.901,27.913,141.94z"/>
|
||||
</g>
|
||||
<path id="path2244_1_" sodipodi:nodetypes="czzzzzzzzzz" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#808000" stroke="#070404" stroke-linecap="round" d="
|
||||
M37.729,153.174c0.24,0.325,23.5-9.338,23.935-10.79c0.353-1.391-12.781-22.21-13.025-22.029s16.281,18.617,17.612,18.89
|
||||
c1.392,0.353,17.645-18.955,17.384-19.14c-0.261-0.184-12.71,21.211-12.396,22.485c0.396,1.215,23.266,10.563,23.391,10.22
|
||||
c0.123-0.343-24.289-5.66-25.447-4.677c-1.015,0.75-3.405,25.636-3.063,25.761c0.363-0.019-2.034-25.007-3.161-25.682
|
||||
c-1.045-0.735-25.204,4.314-25.066,4.841L37.729,153.174z"/>
|
||||
<path id="path3105_1_" sodipodi:nodetypes="cszsc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-linecap="round" d="
|
||||
M53.817,116.436c0.582-2.182,2.534-4.654,4.767-4.52c2.096,0.127,4.163,1.844,6.963,1.885s5.113-2.484,9.165-1.158
|
||||
c2.405,0.787,2.751,2.342,3.449,4.368"/>
|
||||
<path id="path1348_1_" sodipodi:nodetypes="cszsc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-linecap="round" d="
|
||||
M88.646,123.534c2.364,0.357,3.735,2.107,4.705,4.771c0.719,1.974-0.245,3.824,0.581,6.501c0.826,2.676,1.438,2.361,2.625,5.295
|
||||
c0.732,1.81,0.288,3.12-1.016,5.736"/>
|
||||
<path id="path1350_1_" sodipodi:nodetypes="cszsc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-linecap="round" d="
|
||||
M91.902,158.094c0.377,1.74,0.415,4.715-2.24,6.872c-2.101,1.707-4.099,1.113-6.389,2.727c-2.29,1.612-2.943,3.908-5.458,5.122
|
||||
c-2.424,1.17-4.277,0.52-6.035-0.711"/>
|
||||
<path id="path1352_1_" sodipodi:nodetypes="cszsc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-linecap="round" d="
|
||||
M59.291,172.956c-2.047,0.855-4.017,1.211-5.743-0.211c-1.621-1.335-3.48-3.29-5.722-4.971c-2.242-1.679-3.851-1.057-6.45-3.698
|
||||
c-1.37-1.391-1.396-4.016-0.77-6.065"/>
|
||||
<path id="path1354_1_" sodipodi:nodetypes="cszsc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-linecap="round" d="
|
||||
M36.248,146.816c-1.447-1.683-3.377-3.035-2.255-6.834c0.594-2.014,2.229-3.323,3.133-5.976c0.903-2.65,0.161-4.618,1.782-7.237
|
||||
c1.344-2.172,3.246-2.628,5.391-2.665"/>
|
||||
<path fill="#FFFF00" stroke="#070404" stroke-linecap="round" d="M74.937,158.578c0,0-6.854-5.188-9.583-5.229
|
||||
c-2.729-0.043-9.741,4.93-9.741,4.93s2.815-8.121,2.013-10.729c-0.804-2.608-7.699-7.741-7.699-7.741s8.594,0.168,10.827-1.4
|
||||
c2.232-1.57,4.982-9.716,4.982-9.716s2.496,8.227,4.68,9.864c2.183,1.638,10.777,1.736,10.777,1.736s-7.051,4.916-7.935,7.499
|
||||
C72.375,150.373,74.937,158.578,74.937,158.578z"/>
|
||||
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="65.374" cy="145.837" r="2.635"/>
|
||||
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="65.374" cy="139.618" r="2.635"/>
|
||||
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="69.461" cy="150.568" r="2.635"/>
|
||||
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="61.427" cy="150.568" r="2.635"/>
|
||||
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="59.969" cy="143.595" r="2.635"/>
|
||||
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="71.058" cy="143.595" r="2.635"/>
|
||||
<path id="path6793_2_" inkscape:r_cx="true" inkscape:r_cy="true" sodipodi:type="arc" sodipodi:ry="50" sodipodi:rx="50" sodipodi:cy="390" sodipodi:cx="480" fill="none" stroke="#333333" stroke-linecap="round" stroke-linejoin="round" d="
|
||||
M253.007,143.227c0,2.79-2.262,5.052-5.051,5.052c-2.79,0-5.052-2.262-5.052-5.052c0-2.789,2.262-5.05,5.052-5.05
|
||||
C250.745,138.177,253.007,140.438,253.007,143.227z"/>
|
||||
<path id="path7668_2_" inkscape:r_cx="true" inkscape:r_cy="true" sodipodi:type="arc" sodipodi:ry="295" sodipodi:rx="295" sodipodi:cy="390" sodipodi:cx="480" fill="none" stroke="#333333" stroke-linecap="round" stroke-linejoin="round" d="
|
||||
M277.757,143.227c0,16.459-13.342,29.802-29.801,29.802s-29.802-13.343-29.802-29.802c0-16.458,13.343-29.801,29.802-29.801
|
||||
S277.757,126.769,277.757,143.227z"/>
|
||||
<path id="sepales_2_" sodipodi:nodetypes="cccccc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#808000" stroke="#070404" stroke-width="2" stroke-linecap="round" d="
|
||||
M291.899,156.198c-23.639,1.28-36.348,13.986-43.596,32.403c-8.625-19.429-22.605-31.053-44.291-31.447
|
||||
c21.078-15.539,21.863-33.333,16.222-51.841c17.118,9.84,34.965,12.286,54.317-0.592C271.59,124.797,275.84,142.466,291.899,156.198
|
||||
"/>
|
||||
<g id="g13210_2_" inkscape:r_cx="true" inkscape:r_cy="true">
|
||||
|
||||
<path id="petale1_2_" sodipodi:nodetypes="cscsssc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#FF0000" stroke="#000000" stroke-width="2" stroke-linecap="round" d="
|
||||
M239.884,105.062c2.072,0,6.43,2.144,8.501,2.144s5.286-2.285,7.357-2.285c6.218,0.534,11.951,11.799,8.714,16.43
|
||||
c-3.204,4.584-15.722,22.404-16.144,21.858c-1.112-1.442-12.276-17.594-15.572-22.859
|
||||
C229.065,114.476,235.38,105.248,239.884,105.062z"/>
|
||||
|
||||
<path id="petale2_2_" sodipodi:nodetypes="cszzssz" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#FF0000" stroke="#000000" stroke-width="2" stroke-linecap="round" d="
|
||||
M281.373,123.208c1.861,3.352,0.07,7.036,0.712,9.007c0.64,1.97,3.078,4.468,2.731,8.576c-0.334,3.976-7.654,11.373-13.031,9.732
|
||||
c-5.376-1.64-24.354-6.683-23.964-7.253c1.027-1.504,12.938-17.111,16.929-21.874C269.199,116.087,279.51,119.857,281.373,123.208z
|
||||
"/>
|
||||
|
||||
<path id="petale3_2_" sodipodi:nodetypes="cszsssz" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#FF0000" stroke="#000000" stroke-width="2" stroke-linecap="round" d="
|
||||
M277.712,167.414c-1.907,2.455-6.31,2.905-7.984,4.124c-1.675,1.218-4.021,3.804-7.037,6.46
|
||||
c-3.018,2.654-14.104-3.538-14.207-9.187c-0.102-5.593-0.521-26.637,0.142-26.441c1.746,0.512,18.844,6.445,24.604,8.769
|
||||
C279.655,153.728,279.733,164.813,277.712,167.414z"/>
|
||||
|
||||
<path id="petale4_2_" sodipodi:nodetypes="cscsssz" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#FF0000" stroke="#000000" stroke-width="2" stroke-linecap="round" d="
|
||||
M233.77,178.31c-2.837-1.724-4.883-4.979-6.559-6.195c-1.676-1.218-5.62-1.259-7.296-2.477c-5.241-2.879-3.29-15.563,2.051-17.405
|
||||
c5.286-1.824,26.444-9.894,26.465-9.202c0.052,1.818,0.447,19.448,0.02,25.646C247.973,175.588,236.607,180.035,233.77,178.31
|
||||
L233.77,178.31z"/>
|
||||
|
||||
<path id="petale5_2_" sodipodi:nodetypes="czcsssz" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#FF0000" stroke="#000000" stroke-width="2" stroke-linecap="round" d="
|
||||
M210.356,141.101c0.45-3.92,2.978-6.964,3.616-8.935c0.64-1.971,0.46-6.876,1.1-8.847c1.118-4.018,13.643-7.08,17.045-2.571
|
||||
c3.368,4.465,16.725,22.38,16.073,22.61c-1.715,0.613-19.098,6.812-25.123,8.318C216.346,153.36,209.899,145.062,210.356,141.101z"
|
||||
/>
|
||||
</g>
|
||||
<path id="path2244_2_" sodipodi:nodetypes="czzzzzzzzzz" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#808000" stroke="#070404" stroke-linecap="round" d="
|
||||
M220.172,152.335c0.24,0.325,23.5-9.338,23.935-10.79c0.354-1.392-12.78-22.21-13.024-22.029s16.28,18.617,17.611,18.89
|
||||
c1.393,0.353,17.646-18.955,17.385-19.14c-0.263-0.184-12.71,21.211-12.396,22.485c0.396,1.215,23.266,10.563,23.391,10.22
|
||||
c0.123-0.343-24.288-5.66-25.446-4.677c-1.017,0.75-3.406,25.636-3.063,25.761c0.363-0.019-2.034-25.007-3.161-25.682
|
||||
c-1.046-0.735-25.204,4.314-25.064,4.841L220.172,152.335z"/>
|
||||
<path id="path3105_2_" sodipodi:nodetypes="cszsc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-linecap="round" d="
|
||||
M236.259,115.597c0.582-2.182,2.534-4.655,4.767-4.52c2.098,0.127,4.163,1.844,6.964,1.885s5.113-2.484,9.164-1.158
|
||||
c2.405,0.787,2.751,2.342,3.449,4.368"/>
|
||||
<path id="path1348_2_" sodipodi:nodetypes="cszsc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-linecap="round" d="
|
||||
M271.089,122.695c2.363,0.358,3.733,2.108,4.705,4.771c0.719,1.974-0.246,3.824,0.58,6.501c0.825,2.676,1.438,2.361,2.626,5.295
|
||||
c0.731,1.81,0.288,3.12-1.018,5.736"/>
|
||||
<path id="path1350_2_" sodipodi:nodetypes="cszsc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-linecap="round" d="
|
||||
M274.344,157.255c0.377,1.74,0.414,4.715-2.241,6.872c-2.101,1.707-4.099,1.113-6.388,2.727c-2.29,1.612-2.945,3.908-5.458,5.122
|
||||
c-2.424,1.17-4.278,0.52-6.034-0.711"/>
|
||||
<path id="path1352_2_" sodipodi:nodetypes="cszsc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-linecap="round" d="
|
||||
M241.733,172.117c-2.047,0.855-4.016,1.211-5.741-0.211c-1.621-1.336-3.48-3.29-5.723-4.971c-2.241-1.679-3.85-1.057-6.45-3.699
|
||||
c-1.368-1.39-1.396-4.015-0.769-6.064"/>
|
||||
<path id="path1354_2_" sodipodi:nodetypes="cszsc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-linecap="round" d="
|
||||
M218.69,145.977c-1.446-1.683-3.377-3.036-2.256-6.834c0.595-2.014,2.229-3.324,3.134-5.976c0.904-2.65,0.161-4.618,1.782-7.237
|
||||
c1.344-2.172,3.246-2.628,5.392-2.665"/>
|
||||
<path fill="#FFFF00" stroke="#070404" stroke-linecap="round" d="M257.38,157.74c0,0-6.854-5.188-9.584-5.229
|
||||
c-2.729-0.043-9.74,4.93-9.74,4.93s2.814-8.122,2.012-10.729c-0.802-2.608-7.698-7.741-7.698-7.741s8.594,0.168,10.826-1.401
|
||||
c2.233-1.569,4.983-9.715,4.983-9.715s2.496,8.227,4.679,9.864c2.184,1.638,10.778,1.736,10.778,1.736s-7.051,4.916-7.935,7.499
|
||||
C254.817,149.534,257.38,157.74,257.38,157.74z"/>
|
||||
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="247.816" cy="144.998" r="2.635"/>
|
||||
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="247.816" cy="138.779" r="2.635"/>
|
||||
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="251.904" cy="149.729" r="2.634"/>
|
||||
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="243.869" cy="149.729" r="2.634"/>
|
||||
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="242.411" cy="142.757" r="2.635"/>
|
||||
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="253.5" cy="142.757" r="2.634"/>
|
||||
<path id="path6793_3_" inkscape:r_cx="true" inkscape:r_cy="true" sodipodi:type="arc" sodipodi:ry="50" sodipodi:rx="50" sodipodi:cy="390" sodipodi:cx="480" fill="none" stroke="#333333" stroke-linecap="round" stroke-linejoin="round" d="
|
||||
M154.836,286.168c0,2.79-2.262,5.052-5.051,5.052c-2.79,0-5.052-2.262-5.052-5.052c0-2.789,2.262-5.05,5.052-5.05
|
||||
C152.574,281.118,154.836,283.379,154.836,286.168z"/>
|
||||
<path id="path7668_3_" inkscape:r_cx="true" inkscape:r_cy="true" sodipodi:type="arc" sodipodi:ry="295" sodipodi:rx="295" sodipodi:cy="390" sodipodi:cx="480" fill="none" stroke="#333333" stroke-linecap="round" stroke-linejoin="round" d="
|
||||
M179.586,286.168c0,16.459-13.342,29.802-29.801,29.802s-29.802-13.343-29.802-29.802c0-16.458,13.343-29.801,29.802-29.801
|
||||
S179.586,269.71,179.586,286.168z"/>
|
||||
<path id="sepales_3_" sodipodi:nodetypes="cccccc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#808000" stroke="#070404" stroke-width="2" stroke-linecap="round" d="
|
||||
M193.728,299.138c-23.639,1.281-36.348,13.987-43.596,32.404c-8.625-19.43-22.605-31.053-44.292-31.447
|
||||
c21.079-15.54,21.864-33.333,16.222-51.841c17.118,9.84,34.965,12.286,54.317-0.592
|
||||
C173.419,267.737,177.669,285.406,193.728,299.138"/>
|
||||
<g id="g13210_3_" inkscape:r_cx="true" inkscape:r_cy="true">
|
||||
|
||||
<path id="petale1_3_" sodipodi:nodetypes="cscsssc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#FF0000" stroke="#000000" stroke-width="2" stroke-linecap="round" d="
|
||||
M141.713,248.003c2.072,0,6.43,2.143,8.501,2.143s5.286-2.285,7.356-2.285c6.219,0.534,11.952,11.8,8.715,16.431
|
||||
c-3.204,4.584-15.722,22.403-16.144,21.857c-1.113-1.441-12.277-17.594-15.572-22.858
|
||||
C130.894,257.417,137.209,248.188,141.713,248.003z"/>
|
||||
|
||||
<path id="petale2_3_" sodipodi:nodetypes="cszzssz" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#FF0000" stroke="#000000" stroke-width="2" stroke-linecap="round" d="
|
||||
M183.202,266.148c1.861,3.353,0.07,7.036,0.712,9.008c0.64,1.97,3.078,4.468,2.731,8.575c-0.334,3.977-7.654,11.373-13.032,9.733
|
||||
c-5.376-1.64-24.353-6.683-23.963-7.253c1.027-1.504,12.938-17.112,16.929-21.874C171.028,259.027,181.339,262.798,183.202,266.148
|
||||
z"/>
|
||||
|
||||
<path id="petale3_3_" sodipodi:nodetypes="cszsssz" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#FF0000" stroke="#000000" stroke-width="2" stroke-linecap="round" d="
|
||||
M179.541,310.354c-1.907,2.455-6.31,2.906-7.984,4.124s-4.021,3.805-7.037,6.46c-3.018,2.655-14.104-3.538-14.207-9.186
|
||||
c-0.102-5.593-0.521-26.637,0.142-26.442c1.746,0.513,18.844,6.446,24.604,8.77C181.484,296.669,181.562,307.754,179.541,310.354z"
|
||||
/>
|
||||
|
||||
<path id="petale4_3_" sodipodi:nodetypes="cscsssz" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#FF0000" stroke="#000000" stroke-width="2" stroke-linecap="round" d="
|
||||
M135.599,321.251c-2.837-1.725-4.883-4.979-6.559-6.196c-1.677-1.217-5.62-1.258-7.296-2.476
|
||||
c-5.241-2.879-3.29-15.563,2.051-17.405c5.286-1.825,26.443-9.895,26.465-9.203c0.052,1.819,0.447,19.449,0.019,25.646
|
||||
C149.802,318.528,138.436,322.975,135.599,321.251L135.599,321.251z"/>
|
||||
|
||||
<path id="petale5_3_" sodipodi:nodetypes="czcsssz" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#FF0000" stroke="#000000" stroke-width="2" stroke-linecap="round" d="
|
||||
M112.185,284.042c0.451-3.92,2.978-6.964,3.617-8.936c0.64-1.97,0.46-6.876,1.1-8.846c1.119-4.018,13.643-7.081,17.044-2.572
|
||||
c3.369,4.465,16.726,22.38,16.074,22.611c-1.715,0.613-19.098,6.811-25.123,8.318C118.175,296.301,111.728,288.003,112.185,284.042
|
||||
z"/>
|
||||
</g>
|
||||
<path id="path2244_3_" sodipodi:nodetypes="czzzzzzzzzz" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#808000" stroke="#070404" stroke-linecap="round" d="
|
||||
M122.001,295.275c0.24,0.325,23.5-9.338,23.935-10.79c0.354-1.391-12.781-22.21-13.024-22.028
|
||||
c-0.244,0.18,16.28,18.617,17.611,18.889c1.393,0.354,17.646-18.955,17.385-19.139c-0.263-0.185-12.711,21.211-12.396,22.484
|
||||
c0.396,1.216,23.266,10.563,23.391,10.221c0.123-0.344-24.289-5.66-25.446-4.678c-1.017,0.75-3.406,25.637-3.063,25.762
|
||||
c0.363-0.02-2.034-25.008-3.161-25.683c-1.046-0.734-25.204,4.315-25.064,4.841L122.001,295.275z"/>
|
||||
<path id="path3105_3_" sodipodi:nodetypes="cszsc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-linecap="round" d="
|
||||
M138.088,258.538c0.582-2.183,2.534-4.655,4.767-4.521c2.098,0.127,4.163,1.844,6.964,1.885s5.113-2.483,9.164-1.157
|
||||
c2.405,0.787,2.751,2.342,3.449,4.367"/>
|
||||
<path id="path1348_3_" sodipodi:nodetypes="cszsc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-linecap="round" d="
|
||||
M172.918,265.635c2.362,0.358,3.733,2.108,4.705,4.771c0.719,1.974-0.246,3.823,0.58,6.501c0.825,2.676,1.438,2.36,2.626,5.295
|
||||
c0.731,1.809,0.288,3.12-1.018,5.735"/>
|
||||
<path id="path1350_3_" sodipodi:nodetypes="cszsc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-linecap="round" d="
|
||||
M176.174,300.195c0.377,1.74,0.414,4.716-2.241,6.872c-2.101,1.707-4.099,1.113-6.388,2.728c-2.29,1.612-2.945,3.908-5.458,5.122
|
||||
c-2.424,1.17-4.278,0.519-6.034-0.711"/>
|
||||
<path id="path1352_3_" sodipodi:nodetypes="cszsc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-linecap="round" d="
|
||||
M143.562,315.057c-2.047,0.856-4.016,1.211-5.742-0.211c-1.62-1.335-3.479-3.29-5.722-4.97c-2.241-1.679-3.85-1.058-6.45-3.699
|
||||
c-1.369-1.39-1.396-4.015-0.769-6.065"/>
|
||||
<path id="path1354_3_" sodipodi:nodetypes="cszsc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-linecap="round" d="
|
||||
M120.519,288.918c-1.447-1.684-3.377-3.036-2.255-6.834c0.594-2.015,2.229-3.324,3.133-5.977c0.904-2.649,0.161-4.617,1.782-7.236
|
||||
c1.344-2.172,3.246-2.628,5.391-2.665"/>
|
||||
<path fill="#FFFF00" stroke="#070404" stroke-linecap="round" d="M159.209,300.679c0,0-6.854-5.187-9.584-5.229
|
||||
c-2.729-0.043-9.74,4.93-9.74,4.93s2.814-8.122,2.012-10.73c-0.802-2.607-7.699-7.74-7.699-7.74s8.595,0.168,10.827-1.401
|
||||
c2.233-1.57,4.983-9.715,4.983-9.715s2.496,8.226,4.679,9.864c2.184,1.638,10.778,1.735,10.778,1.735s-7.051,4.916-7.936,7.499
|
||||
C156.646,292.474,159.209,300.679,159.209,300.679z"/>
|
||||
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="149.645" cy="287.938" r="2.635"/>
|
||||
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="149.645" cy="281.719" r="2.635"/>
|
||||
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="153.733" cy="292.67" r="2.634"/>
|
||||
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="145.698" cy="292.67" r="2.634"/>
|
||||
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="144.24" cy="285.697" r="2.635"/>
|
||||
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="155.329" cy="285.697" r="2.634"/>
|
||||
</svg>
|
After Width: | Height: | Size: 65 KiB |
4922
Figs/University_Crest_Long.eps
Normal file
4922
Figs/University_Crest_Long.eps
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Figs/University_Crest_Long.pdf
Normal file
BIN
Figs/University_Crest_Long.pdf
Normal file
Binary file not shown.
1216
PhDThesisPSnPDF.cls
Normal file
1216
PhDThesisPSnPDF.cls
Normal file
File diff suppressed because it is too large
Load Diff
@ -16,7 +16,12 @@
|
||||
|
||||
%% University and Crest
|
||||
\university{University of Cambridge}
|
||||
\crest{\includegraphics[width=0.25\textwidth]{University_Crest}}
|
||||
%\crest{\includegraphics[width=0.25\textwidth]{University_Crest}}
|
||||
%% Use this logo, if you are using the college crest
|
||||
\crest{\includegraphics[width=0.7\textwidth]{University_Crest_Long}}
|
||||
|
||||
%% College shield [optional]
|
||||
\collegeshield{\includegraphics[width=0.25\textwidth]{CollegeShields/Kings}}
|
||||
|
||||
%% You can redefine the submission text:
|
||||
% Default as per the University guidelines:
|
||||
|
BIN
thesis.pdf
BIN
thesis.pdf
Binary file not shown.
Loading…
Reference in New Issue
Block a user