transformed the template

This commit is contained in:
paul-loedige 2022-10-23 18:53:55 +09:00
parent 8dea0a7b82
commit f1a518a75e
14 changed files with 194 additions and 229 deletions

View File

@ -1,5 +1,5 @@
\documentclass[aspectratio=169]{beamer}
\usetheme{th-owl}
\usetheme{utokyo}
\input{Packages.tex}
@ -12,8 +12,8 @@
\setbeamertemplate{frametitle continuation}{}
\begin{document}
\definecolor{th-grey}{HTML}{38434b}
\definecolor{th-red}{HTML}{ed114c}
\definecolor{utokyo-blue}{HTML}{187fc3}
\definecolor{utokyo-yellow}{HTML}{f9be00}
\input{TitlePage.tex}

View File

@ -1,9 +0,0 @@
\mode<presentation>
\definecolor{THRed}{HTML}{ed114c}
\setbeamertemplate{itemize item}{\color{THRed}$\blacksquare$}
\setbeamertemplate{itemize subitem}{\color{THRed}$\blacktriangleright$}
\setbeamercolor{section in toc}{fg=black}
\setbeamertemplate{sections/subsections in toc}[square]
\setbeamercolor{section number projected}{fg=THRed, bg=THRed}
\mode
<all>

View File

@ -0,0 +1,10 @@
\mode<presentation>
\definecolor{utokyo-blue}{HTML}{187fc3}
\definecolor{utokyo-yellow}{HTML}{f9be00}
\setbeamertemplate{itemize item}{\color{utokyo-blue}$\blacksquare$}
\setbeamertemplate{itemize subitem}{\color{utokyo-blue}$\blacktriangleright$}
\setbeamercolor{section in toc}{fg=black}
\setbeamertemplate{sections/subsections in toc}[square]
%\setbeamercolor{section number projected}{fg=THRed, bg=THRed}
\mode
<all>

View File

@ -4,11 +4,13 @@
\setbeamertemplate{background}{
\begin{tikzpicture}
\definecolor{utokyo-blue}{HTML}{187fc3};
\definecolor{utokyo-yellow}{HTML}{f9be00};
\useasboundingbox (0,0) rectangle(\the\paperwidth,\the\paperheight);
\ifnum\insertframenumber>1\relax%
\fill[white,opacity=1] (0,0) rectangle(\the\paperwidth,\the\paperheight);
\node [below left] at (current bounding box.north east)
{\includesvg[width=.15\paperwidth]{./images/TH_OWL_Logo_small}};
\node [below left] at (\the\paperwidth, .93*\the\paperheight)
{\includesvg[width=.3\paperwidth]{./images/UTokyo_Logo.svg}};
\node[below right] at (current bounding box.north west) {
\footnotesize
\hspace{.05\paperwidth}
@ -17,12 +19,11 @@
\node[above left] at (current bounding box.south east) {
{\huge\insertframenumber}
};
\fill[color=utokyo-yellow] (0.5,0) rectangle(.05*\the\paperwidth,\the\paperheight);
\else
\node [below right] at (.55*\the\paperwidth,.6*\the\paperheight)
{\includesvg[width=.55\paperwidth]{./images/TH_OWL_Logo_tiny}};
\node [above left] at (\the\paperwidth,0)
{\includesvg[height=.3\paperheight]{./images/UTokyo_Logo_small.svg}};
\fi
\definecolor{th-red}{HTML}{ed114c};
\fill[color=th-red] (0.5,0) rectangle(.05*\the\paperwidth,\the\paperheight);
\end{tikzpicture}
}
@ -35,7 +36,7 @@
%}
% Title page
\defbeamertemplate*{title page}{th-owl}[1][]
\defbeamertemplate*{title page}{utokyo}[1][]
{
\begin{center}
\vspace{-.2\paperheight}

View File

@ -1,21 +0,0 @@
\mode<presentation>
% Frame title
\defbeamertemplate*{frametitle}{texsx}[1][]
{
\vskip1cm%
\begin{beamercolorbox}[wd=\paperwidth,ht=1cm]{frametitle}
\begin{tikzpicture}
\definecolor{th-gray}{HTML}{38434b};
\useasboundingbox[fill=th-gray](0,0) rectangle(.7*\the\paperwidth,1.2);
\ifx\insertframesubtitle\@empty%
{\node[anchor=west, white,font=\large] at (1,0.61){\insertframetitle};}
\else%
{\node[anchor= west, white,font=\large] at (1,0.81){\insertframetitle};%
\node[anchor= west, white,font=\small] at (1,0.41){\insertframesubtitle};}%
\fi
\end{tikzpicture}
\end{beamercolorbox}
}
\mode<all>

View File

@ -0,0 +1,23 @@
\mode<presentation>
% Frame title
\defbeamertemplate*{frametitle}{texsx}[1][]
{
\vskip1cm%
\begin{beamercolorbox}[wd=\paperwidth,ht=1cm]{frametitle}
\begin{tikzpicture}
\definecolor{utokyo-gray}{HTML}{231815};
\definecolor{utokyo-blue}{HTML}{187fc3};
\definecolor{utokyo-yellow}{HTML}{f9be00};
\useasboundingbox[fill=utokyo-blue](0,0) rectangle(.65*\the\paperwidth,1.2);
\ifx\insertframesubtitle\@empty%
{\node[anchor=west, white,font=\Large] at (1,0.61){\insertframetitle};}
\else%
{\node[anchor= west, white,font=\Large] at (1,0.9){\insertframetitle};%
\node[anchor= west, white,font=\normalsize] at (1,0.35){\insertframesubtitle};}%
\fi
\end{tikzpicture}
\end{beamercolorbox}
}
\mode<all>

View File

@ -4,11 +4,11 @@
\RequirePackage{tikz}
% Settings
\useinnertheme{th-owl}
\useoutertheme{th-owl}
\usecolortheme{th-owl}
\useinnertheme{utokyo}
\useoutertheme{utokyo}
\usecolortheme{utokyo}
\setbeamertemplate{navigation symbols}{}
\setbeamertemplate{blocks}[rounded][shadow=true]
\mode<all>
\mode<all>

View File

@ -2,4 +2,13 @@
\frametitle{example title}
\framesubtitle{example subtitle}
example text
\begin{itemize}
\item test
\item test
\begin{itemize}
\item test
\item test
\end{itemize}
\item test
\end{itemize}
\end{frame}

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 33 KiB

View File

@ -1,66 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
viewBox="0 0 869.29333 359.05334"
height="359.05334"
width="869.29333"
xml:space="preserve"
id="svg4518"
version="1.1"
sodipodi:docname="TH_OWL_Logo_small.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1440"
inkscape:window-height="844"
id="namedview19"
showgrid="false"
inkscape:zoom="0.93950833"
inkscape:cx="395.29134"
inkscape:cy="149.54823"
inkscape:window-x="2141"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="g4526" /><metadata
id="metadata4524"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
id="defs4522" /><g
transform="matrix(1.3333333,0,0,-1.3333333,0,359.05333)"
id="g4526"><path
d="m 78.1535,197.873 c 0,1.876 -1.0719,2.948 -2.948,2.948 H 27.5016 c -1.8762,0 -2.9481,-1.072 -2.9481,-2.948 v -8.844 c 0,-1.876 1.0719,-2.948 2.9481,-2.948 h 15.8121 v -68.072 c 0,-1.876 1.0718,-2.948 2.9476,-2.948 h 10.184 c 1.8762,0 2.9481,1.072 2.9481,2.948 v 68.072 h 15.8121 c 1.8761,0 2.948,1.072 2.948,2.948 z m 51.1875,2.948 c -1.876,0 -2.948,-1.072 -2.948,-2.948 v -31.892 h -21.44 v 31.892 c 0,1.876 -1.072,2.948 -2.948,2.948 H 91.8207 c -1.8762,0 -2.948,-1.072 -2.948,-2.948 v -79.864 c 0,-1.876 1.0718,-2.948 2.948,-2.948 h 10.1843 c 1.876,0 2.948,1.072 2.948,2.948 v 33.232 h 21.44 v -33.232 c 0,-1.876 1.072,-2.948 2.948,-2.948 h 10.184 c 1.876,0 2.948,1.072 2.948,2.948 v 79.864 c 0,1.876 -1.072,2.948 -2.948,2.948 h -10.184"
style="fill:#ed114c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1"
id="path4540" /><path
d="m 115.657,101.115 c -18.2242,0 -26.8,-9.5138 -26.8,-25.4599 V 38.1352 c 0,-15.9461 8.5758,-25.4602 26.8,-25.4602 18.224,0 26.8,9.5141 26.8,25.4602 v 37.5199 c 0,15.9461 -8.576,25.4599 -26.8,25.4599 z m 0,-14.74 c 6.566,0 10.72,-2.5461 10.72,-9.3801 v -40.2 c 0,-6.834 -4.154,-9.3801 -10.72,-9.3801 -6.566,0 -10.72,2.5461 -10.72,9.3801 v 40.2 c 0,6.834 4.154,9.3801 10.72,9.3801 z m 87.234,13.4 c -1.876,0 -2.948,-0.9379 -3.082,-2.8141 l -3.618,-48.3738 -5.896,14.2039 c -0.67,1.6078 -1.742,2.2781 -3.35,2.2781 h -0.67 c -1.608,0 -2.68,-0.6703 -3.35,-2.2781 l -5.896,-13.9359 -3.484,48.1058 c -0.134,1.8762 -1.206,2.8141 -3.082,2.8141 h -9.38 c -2.01,0 -2.948,-1.0719 -2.948,-3.082 l 5.092,-79.8641 c 0.134,-1.8758 1.072,-2.8141 2.948,-2.8141 h 6.968 c 1.742,0 2.814,0.8043 3.484,2.4122 l 10.05,27.2019 10.05,-27.2019 c 0.67,-1.6079 1.742,-2.4122 3.484,-2.4122 h 6.968 c 1.876,0 2.814,0.9383 2.948,2.8141 l 5.092,79.8641 c 0,2.0101 -0.938,3.082 -2.948,3.082 z M 249.657,28.7551 V 96.827 c 0,1.8761 -1.072,2.948 -2.948,2.948 h -10.184 c -1.876,0 -2.948,-1.0719 -2.948,-2.948 V 16.9629 c 0,-1.8758 1.072,-2.9481 2.948,-2.9481 h 42.344 c 1.876,0 2.948,1.0723 2.948,2.9481 v 8.8441 c 0,1.8758 -1.072,2.9481 -2.948,2.9481 h -29.212"
style="fill:#ed114c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1"
id="path4542" /><path
d="m 175.718,195.886 c -7.506,0 -14.375,5.009 -16.41,12.603 -2.43,9.07 2.952,18.391 12.021,20.822 l 93.543,25.065 c 9.067,2.429 18.39,-2.953 20.821,-12.021 2.43,-9.069 -2.952,-18.391 -12.021,-20.821 l -93.543,-25.065 c -1.473,-0.396 -2.955,-0.583 -4.411,-0.583"
style="fill:#ed114c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1"
id="path4544" /><path
d="m 244.207,127.411 c -4.351,0 -8.701,1.66 -12.021,4.979 l -68.478,68.479 c -6.639,6.639 -6.639,17.402 0,24.041 6.639,6.639 17.402,6.639 24.042,0 l 68.478,-68.478 c 6.639,-6.639 6.639,-17.403 0,-24.042 -3.32,-3.319 -7.67,-4.979 -12.021,-4.979"
style="fill:#ed114c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1"
id="path4546" /><path
d="m 244.218,127.407 c -1.457,0 -2.937,0.188 -4.411,0.583 -9.068,2.43 -14.45,11.752 -12.021,20.821 l 25.065,93.544 c 2.43,9.07 11.754,14.448 20.821,12.021 9.069,-2.43 14.451,-11.752 12.021,-20.821 l -25.065,-93.544 c -2.035,-7.595 -8.905,-12.604 -16.41,-12.604"
style="fill:#38434b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1"
id="path4548" /><path
d="m 281.301,249.972 c -4.155,4.147 -10.346,6.026 -16.423,4.399 0.058,0.014 0.116,0.021 0.174,0.036 -5.744,-1.481 -10.549,-5.919 -12.196,-12.058 l -7.62,-28.442 28.442,7.621 c 6.138,1.647 10.577,6.451 12.058,12.195 -0.016,-0.058 -0.023,-0.116 -0.037,-0.174 1.628,6.077 -0.251,12.269 -4.398,16.423"
style="fill:#272d33;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1"
id="path4550" /><path
d="m 159.306,217.29 c -1.514,-5.672 -0.046,-11.973 4.402,-16.422 -0.041,0.043 -0.076,0.089 -0.119,0.132 4.155,-4.233 10.401,-6.175 16.541,-4.533 l 28.442,7.622 -20.821,20.821 c -4.496,4.493 -10.876,5.935 -16.591,4.345 0.058,0.016 0.113,0.039 0.169,0.056 -6.077,-1.629 -10.499,-6.353 -12.023,-12.021"
style="fill:#a20936;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1"
id="path4552" /><path
d="m 248.608,127.988 c 5.669,1.525 10.392,5.947 12.021,12.024 -0.017,-0.057 -0.039,-0.111 -0.055,-0.169 1.588,5.715 0.148,12.095 -4.345,16.591 l -20.822,20.82 -7.62,-28.441 c -1.644,-6.14 0.298,-12.387 4.532,-16.541 -0.043,0.042 -0.09,0.078 -0.133,0.118 4.449,-4.448 10.751,-5.916 16.422,-4.402"
style="fill:#272d33;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1"
id="path4554" /></g></svg>

Before

Width:  |  Height:  |  Size: 6.1 KiB

View File

@ -1,61 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
viewBox="0 0 869.29333 359.05334"
height="359.05334"
width="869.29333"
xml:space="preserve"
id="svg4518"
version="1.1"
sodipodi:docname="TH_OWL_Logo_tiny.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1440"
inkscape:window-height="844"
id="namedview19"
showgrid="false"
inkscape:zoom="0.93950833"
inkscape:cx="395.29134"
inkscape:cy="149.54823"
inkscape:window-x="2141"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="g4526"
inkscape:document-rotation="0" /><metadata
id="metadata4524"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
id="defs4522" /><g
transform="matrix(1.3333333,0,0,-1.3333333,0,359.05333)"
id="g4526"><path
d="m 175.718,195.886 c -7.506,0 -14.375,5.009 -16.41,12.603 -2.43,9.07 2.952,18.391 12.021,20.822 l 93.543,25.065 c 9.067,2.429 18.39,-2.953 20.821,-12.021 2.43,-9.069 -2.952,-18.391 -12.021,-20.821 l -93.543,-25.065 c -1.473,-0.396 -2.955,-0.583 -4.411,-0.583"
style="fill:#ed114c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1"
id="path4544" /><path
d="m 244.207,127.411 c -4.351,0 -8.701,1.66 -12.021,4.979 l -68.478,68.479 c -6.639,6.639 -6.639,17.402 0,24.041 6.639,6.639 17.402,6.639 24.042,0 l 68.478,-68.478 c 6.639,-6.639 6.639,-17.403 0,-24.042 -3.32,-3.319 -7.67,-4.979 -12.021,-4.979"
style="fill:#ed114c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1"
id="path4546" /><path
d="m 244.218,127.407 c -1.457,0 -2.937,0.188 -4.411,0.583 -9.068,2.43 -14.45,11.752 -12.021,20.821 l 25.065,93.544 c 2.43,9.07 11.754,14.448 20.821,12.021 9.069,-2.43 14.451,-11.752 12.021,-20.821 l -25.065,-93.544 c -2.035,-7.595 -8.905,-12.604 -16.41,-12.604"
style="fill:#38434b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1"
id="path4548" /><path
d="m 281.301,249.972 c -4.155,4.147 -10.346,6.026 -16.423,4.399 0.058,0.014 0.116,0.021 0.174,0.036 -5.744,-1.481 -10.549,-5.919 -12.196,-12.058 l -7.62,-28.442 28.442,7.621 c 6.138,1.647 10.577,6.451 12.058,12.195 -0.016,-0.058 -0.023,-0.116 -0.037,-0.174 1.628,6.077 -0.251,12.269 -4.398,16.423"
style="fill:#272d33;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1"
id="path4550" /><path
d="m 159.306,217.29 c -1.514,-5.672 -0.046,-11.973 4.402,-16.422 -0.041,0.043 -0.076,0.089 -0.119,0.132 4.155,-4.233 10.401,-6.175 16.541,-4.533 l 28.442,7.622 -20.821,20.821 c -4.496,4.493 -10.876,5.935 -16.591,4.345 0.058,0.016 0.113,0.039 0.169,0.056 -6.077,-1.629 -10.499,-6.353 -12.023,-12.021"
style="fill:#a20936;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1"
id="path4552" /><path
d="m 248.608,127.988 c 5.669,1.525 10.392,5.947 12.021,12.024 -0.017,-0.057 -0.039,-0.111 -0.055,-0.169 1.588,5.715 0.148,12.095 -4.345,16.591 l -20.822,20.82 -7.62,-28.441 c -1.644,-6.14 0.298,-12.387 4.532,-16.541 -0.043,0.042 -0.09,0.078 -0.133,0.118 4.449,-4.448 10.751,-5.916 16.422,-4.402"
style="fill:#272d33;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1"
id="path4554" /></g></svg>

Before

Width:  |  Height:  |  Size: 3.9 KiB

37
images/UTokyo_Logo.svg Normal file
View File

@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<!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="レイヤー_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="1000px" height="258.563px" viewBox="0 0 1000 258.563" enable-background="new 0 0 1000 258.563" xml:space="preserve">
<g>
<path fill="#187FC3" d="M258.087,128.076c-0.019-2.635-2.205-4.878-4.869-4.878c-0.383,0-0.759,0.074-1.134,0.167 c-42.904,8.871-87.648,12.425-133.462,9.905c-14.116-0.783-28,0-41.67,1.051c-1.043,0.067-2.065,0.192-3.09,0.332 c-10.956,1.501-21.432,6.362-29.55,14.292C37.103,156,32,165.09,29.828,174.963c-2.611,11.873-0.768,24.139,4.269,35.12 c4.87,10.663,12.69,19.937,22.396,26.6c10.54,7.063,22.118,12.572,34.276,16.276c7.667,2.301,14.495,3.727,22.559,4.727 c0.108-3.051,4.711-7.813,4.874-10.105c0.162-2.294-1.572-4.313-3.857-4.461c-12.562,0.476-21.776,0.167-33.566-4.22 c-12.099-4.527-23.047-11.998-31.694-21.563c-4.16-4.611-7.608-9.664-9.832-15.468c-2.184-5.82-3.113-12.048-2.763-18.228 c1.175-20.771,17.34-38.354,37.968-41.316c11.407-1.633,23.219,1.301,32.524,8.104c4.857,3.536,9.009,8.099,12.048,13.251 c3.449,5.861,6.333,12.065,8.343,18.568c4.173,13.55,4.549,28.367,2.765,42.351c-0.776,5.929-2.022,11.809-3.724,17.577 c-0.954,3.259-2.117,6.503-3.398,9.655c-0.229,0.584-0.366,1.2-0.366,1.87c0,2.65,2.117,4.768,4.723,4.845 c0.326,0,0.888,0.016,1.222,0.016c31.744,0,60.798-11.424,83.315-30.345c0.017-0.008,0.058-0.058,0.075-0.066 c0.926-0.892,1.456-2.077,1.456-3.411c0-0.99-0.342-1.858-0.795-2.649c-8.443-14.652-26.822-35.687-26.822-35.687 s20.801,18.617,35.717,26.773c0.806,0.424,1.686,0.773,2.683,0.773c1.333,0,2.547-0.516,3.413-1.409 c0.055-0.032,0.105-0.084,0.154-0.157c18.924-22.479,30.307-51.479,30.307-83.125C258.097,128.868,258.087,128.476,258.087,128.076 "/>
<path fill="#F9BE00" d="M24.149,187.285c-5.112-11.356-8.271-23.62-9.038-36.004c-0.088-1.685-0.064-3.936-0.072-5.611 c0-2.319-1.868-4.202-4.189-4.202c-2.322,0-7.25,4.235-10.698,4.235c3.523,27.349,15.904,53.181,35.021,73.061 c9.352,9.748,20.937,17.293,34.096,20.861c11.298,3.068,23.3,1.675,33.736-3.585c4.995-2.535,9.589-5.928,13.396-10.058 c4.064-4.368,7.187-9.695,10.083-14.884c3.04-5.501,5.679-11.196,8.068-17.024c2.518-6.17,4.619-12.533,7.404-18.644 c10.535-22.981,25.374-44.002,45.423-59.646c9.801-7.646,20.5-14.064,31.864-19.118c5.782-2.569,11.708-4.763,17.77-6.571 c2.885-0.859,5.832-1.66,8.768-2.359c2.629-0.817,4.089-3.603,3.202-6.171c-7.342-18.585-19.141-35.313-34.024-48.612 c-0.101-0.099-0.188-0.191-0.288-0.284c-0.855-0.741-1.968-1.226-3.202-1.226c-1.335,0-2.452,0.793-3.469,1.509 c-23.897,16.569-41.496,44.242-41.496,44.242s9.314-23.655,29.184-52.83c0.505-0.7,0.725-1.585,0.725-2.501 c0-1.66-0.813-3.101-2.068-3.97c-0.145-0.1-0.303-0.199-0.466-0.284c-12.295-7.146-25.72-12.332-39.715-15.108 c-10.194-2.035-20.638-2.835-31.019-2.376c-0.025-0.017-0.067-0.017-0.088-0.017c-0.058,0-0.099,0.017-0.158,0.017 c-2.598,0.074-4.586,2.217-4.69,4.819c-1.322,33.97,5.336,92.372,5.336,92.372S111.681,39.766,99.99,7.83 c-0.701-1.936-2.434-3.395-4.594-3.395c-0.334,0-0.668,0.034-0.963,0.083c-0.037,0.026-0.071,0.049-0.113,0.049 c-0.838,0.209-1.671,0.451-2.51,0.693c-19.537,5.795-37.605,16.243-52.377,30.243c-2.542,2.41-4.969,4.944-7.333,7.579 c-0.05,0.049-0.121,0.125-0.164,0.15c-0.8,0.892-1.305,2.027-1.305,3.311c0,1.316,0.472,2.685,1.451,3.435 C57.606,69.357,76.43,91.429,76.43,91.429s-24.172-17.827-52.902-29.15c-0.821-0.309-1.597-0.726-2.518-0.726 c-1.676,0-3.135,0.851-4.015,2.135c-0.017,0.018-0.026,0.042-0.042,0.066c-4.148,7.088-7.684,14.525-10.427,22.248 c-3.49,9.831-5.77,20.112-6.804,30.508c-0.263,2.652-0.434,5.371,2.288,6.855c1.076,0.599,2.272,0.692,3.458,0.458 c1.759-0.384,3.526-0.716,5.303-1.001c6.866-1.116,13.799-1.617,20.716-1.559c13.892,0.134,27.724,2.66,40.712,7.495 c11.985,4.494,22.942,11.507,31.246,21.346c15.627,18.562,24.003,50.438,5.971,70.218c-8.267,9.071-20.441,13.492-32.628,12.407 c-6.266-0.594-11.815-2.776-17.289-5.736c-4.995-2.709-9.736-5.828-13.975-9.59C36.269,209.166,29.19,198.501,24.149,187.285"/>
<path fill="#231815" d="M578.022,120.729c0-2.11,11.857-0.449,17.396,1.226c4.443,1.369,11.539,3.41,19.001,9.164 c4.252,3.294,9.462,9.13,9.462,16.133c0,6.964-4.2,10.509-9.336,10.509c-2.786-0.375-5.654-2.043-8.171-4.578 c-2.535-2.519-4.504-7.604-11.843-16.02C586.227,127.658,578.022,122.139,578.022,120.729"/>
<path fill="#231815" d="M570.152,52.239l0.017-13.307l5.852-1.851l-0.008-0.033c0.702-0.193,1.262-0.801,1.262-1.601 c0-0.81-0.635-1.477-1.436-1.602v-0.042l-26.918-4.036v22.472h-58.73l1.863,4.019h138.682c0,0,1.668-2.435,0-4.019 c-1.667-1.602-16.424-10.73-16.424-10.73l-9.808,10.73H570.152z"/>
<path fill="#231815" d="M546.147,126.107l0.014-0.023l-23.871-8.33c-8.821,14.608-16.985,26.397-29.843,37.28l0.017,0.016 c-0.279,0.217-0.466,0.551-0.466,0.934c0,0.709,0.581,1.277,1.263,1.277c0.163,0,0.313-0.052,0.442-0.109v0.018 c0.017-0.018,0.024-0.018,0.051-0.018v-0.009c11.339-4.119,27.737-14.551,47.148-27.767l4.754-0.024 c0.915,0,1.682-0.734,1.682-1.659C547.337,126.934,546.83,126.324,546.147,126.107"/>
<path fill="#231815" d="M806.508,71.384c-2.185-2.092-18.128-11.907-18.128-11.907l-9.948,11.907h-35.378l0.017-32.452l5.863-1.851 l-0.012-0.033c0.728-0.193,1.269-0.801,1.269-1.601c0-0.81-0.651-1.477-1.434-1.602v-0.042l-28.001-4.036v41.617H666.81 l1.866,4.028h52.08c-0.322,19.877-4.935,35.346-11.755,46.619c-8.488,14.218-21.497,27.399-42.426,38.799c0,0-0.017,0-0.017,0.025 c-0.083,0.051-0.158,0.084-0.225,0.125h0.007c-0.317,0.258-0.532,0.599-0.532,1.025c0,0.699,0.558,1.249,1.259,1.249 c0.116,0,0.242-0.033,0.359-0.048l0.015,0.015c25.24-7.237,45.521-18.652,56.002-32.419c8.971-11.781,15.293-25.098,17.144-42.35 c1.885,15.318,5.751,27.643,11.481,36.838c7.313,13.125,19.451,25.616,35.962,35.905c0.118,0.083,0.217,0.15,0.341,0.218 c0.191,0.082,0.409,0.125,0.611,0.125c0.366,0,0.684-0.125,0.94-0.317c0.367-0.241,0.635-0.709,0.718-1.151 c1.093-6.104,9.047-11.406,15.141-13.599c-19.512-10.85-35.429-23.839-43.166-33.646c-9.308-11.723-15.808-24.206-19.226-37.413 h63.118C806.508,75.412,808.677,73.476,806.508,71.384"/>
<path fill="#231815" d="M880.034,35.078c-0.167,0.318-0.135,0.86,0.243,1.452c1.734,2.786,6.245,9.348,8.78,13.708 c3.102,5.361,3.401,7.363,5.328,9.314c1.71,1.684,7.571,3.042,11.124,0.633c3.567-2.436,3.976-7.404,2.493-11.158 c-1.476-3.768-6.889-9.789-12.774-12.065C889.34,34.705,881.052,33.203,880.034,35.078"/>
<path fill="#231815" d="M908.937,30.41c-0.327,0.349-0.485,0.966-0.019,1.566c1.935,2.502,5.938,7.505,9.032,12.542 c3.958,6.371,4.478,10.021,6.645,12.207c3.419,3.369,9.473,2.709,11.498,0.667c2.91-2.894,3.937-7.913,2.818-11.666 c-1.76-5.92-7.194-10.931-14.876-13.599C917.232,29.767,910.221,29.134,908.937,30.41"/>
<path fill="#231815" d="M878.051,53.874c3.228,0.542,5.326,12.991,2.125,24.081c-2.642,9.105-8.903,13.207-15.85,11.665 c-5.388-1.208-7.205-5.987-5.536-11.54c1.449-4.828,5.901-8.506,9.071-11.564c3.233-3.145,7.095-8.464,7.972-10.982 C876.166,54.591,876.748,53.657,878.051,53.874"/>
<path fill="#231815" d="M937.429,117.52v34.595c0,8.34-16.354,10.998-21.297,10.998c-2.562,0-2.46-2.459-3.585-4.645 c-0.952-1.818-3.879-4.354-20.122-5.603l-1.385-3.201h25.799l-0.017-32.145h-58.116l-1.852-4.027h59.968V97.825l24.681,2.719 c2.361,1.207-0.516,5.126-4.074,6.62v6.328h31.458l11.173-11.999c0,0,13.359,9.98,15.486,11.999c2.102,2.018,0,4.027,0,4.027 H937.429z"/>
<path fill="#231815" d="M999.772,67.473c0-0.649-0.374-1.192-0.934-1.484h0.015l-0.091-0.067l-21.429-10.674l-5.945,8.532 l-20.529-0.092l23.898-21.096l6.703-0.759c0.937,0,1.669-0.759,1.669-1.676c0-0.708-0.425-1.3-1.036-1.55l-24.671-8.839 c-3.878,9.864-8.681,21.863-14.417,33.921h-62.921l-0.149,4.002l92.653,0.242l-6.153,19.528l2.519,0.735l23.64-18.595l5.694-0.45 v-0.042C999.104,69.024,999.772,68.341,999.772,67.473"/>
<path fill="#231815" d="M972.974,87.46v-0.017l-20.521-13.366l-6.044,6.37h-62.271l1.842,4.019h59.353l-11.396,18.335 c1.884,0.392,0.265,3.779,3.493,4.362l28.341-17.119l6.053,0.468v-0.034c0.082,0,0.15,0.034,0.217,0.034 c0.935,0,1.667-0.759,1.667-1.677C973.706,88.26,973.416,87.768,972.974,87.46"/>
<path fill="#231815" d="M413.563,131.211c-10.077-4.452-17.982-10.098-23.723-16.935h25.82v6.103l19.983-2.968V76.103l4.595-2.143 c0.775-0.325,1.305-1.059,1.305-1.942c0-0.792-0.464-1.484-1.118-1.843l-19.348-10.948l-6.483,8.33h-25.99V52.84h59.98 c0,0,1.931-2.319,0-4.169c-1.95-1.868-15.196-9.522-15.196-9.522l-8.555,9.522h-36.229l0.017-9.739l5.873-1.851l-0.016-0.033 c0.718-0.193,1.255-0.801,1.255-1.601c0-0.81-0.613-1.477-1.426-1.602l0.016-0.042l-26.311-4.036v18.904h-59.84l1.718,4.169h58.122 v14.716h-27.211l-19.053-7.295v60.118l19.99-2.968v-3.135l20.246-0.016c-15.642,19.318-34.128,31.317-52.889,42.006h0.017 c-0.4,0.217-0.679,0.643-0.679,1.119c0,0.691,0.57,1.258,1.255,1.258c0.125,0,0.254-0.05,0.367-0.075l0.008,0.009 c16.989-5.536,36.721-10.857,57.951-27.791v32.326l20.592-2.8v-40.267c3.101,6.563,6.669,10.74,10.697,15.191 c8.994,10.391,21.534,16.962,37.802,23.039c2.631-8.162,6.137-14.45,12.328-16.384l1.01-1.585 C437.418,137.782,425.021,136.697,413.563,131.211 M368.011,110.249h-26.274V92.18h26.274V110.249z M368.011,88.185h-26.274V71.584 h26.274V88.185z M388.603,71.576h27.049v16.602h-27.049V71.576z M388.603,92.18h27.049v18.069h-27.049V92.18z"/>
<path fill="#231815" d="M617.321,72.919v-0.018l-19.956-11.314l-6.483,8.346h-61.447l-19.836-7.304v52.273l20.613-2.952v-3.426 h19.96v41.141h-25.799l1.384,3.201c16.244,1.249,19.18,3.784,20.121,5.603c1.145,2.186,1.035,4.645,3.596,4.645 c4.925,0,21.285-2.658,21.285-10.998v-43.591h21.188v5.786l20.597-2.962V79.53v-0.667l4.604-2.159 c0.765-0.309,1.309-1.059,1.309-1.951C618.456,73.96,618.005,73.285,617.321,72.919 M591.947,104.37h-61.735V73.927h61.735V104.37z "/>
<path fill="#231815" d="M372.217,204.22c0.146,0,0.275-0.1,0.275-0.332v-1.068c0-7.619,0-9.021-0.078-10.622 c-0.092-1.709-0.484-2.493-2.055-2.852c-0.384-0.109-1.197-0.148-1.866-0.148c-0.52,0-0.816-0.109-0.816-0.468 c0-0.326,0.351-0.435,1.014-0.435h12.878c0.676,0,1.004,0.108,1.004,0.435c0,0.358-0.279,0.468-0.85,0.468 c-0.404,0-0.82,0.039-1.384,0.148c-1.297,0.25-1.676,1.102-1.776,2.852c-0.087,1.601-0.087,28.033,0.155,30.192 c0.134,1.401,0.417,2.503,1.851,2.719c0.684,0.093,1.726,0.192,2.427,0.192c0.537,0,0.775,0.142,0.775,0.392 c0,0.356-0.376,0.501-0.955,0.501H369.4c-0.672,0-0.998-0.145-0.998-0.501c0-0.25,0.196-0.392,0.759-0.392 c0.718,0,1.297-0.1,1.718-0.192c0.947-0.216,1.193-1.317,1.372-2.768c0.241-2.11,0.241-6.063,0.241-10.683v-4.402 c0-0.217-0.128-0.31-0.275-0.31H353.99c-0.138,0-0.3,0.033-0.3,0.31v4.402c0,4.62,0,8.572,0.267,10.731 c0.125,1.401,0.417,2.503,1.843,2.719c0.684,0.093,1.726,0.192,2.427,0.192c0.546,0,0.792,0.142,0.792,0.392 c0,0.356-0.401,0.501-0.971,0.501h-13.466c-0.609,0-0.938-0.145-0.938-0.501c0-0.25,0.179-0.392,0.742-0.392 c0.726,0,1.296-0.1,1.722-0.192c0.959-0.216,1.205-1.317,1.392-2.768c0.25-2.11,0.25-28.543,0.146-30.144 c-0.104-1.709-0.471-2.493-2.068-2.852c-0.366-0.109-1.192-0.148-1.859-0.148c-0.514,0-0.795-0.109-0.795-0.468 c0-0.326,0.333-0.435,1.007-0.435h12.879c0.671,0,1.006,0.108,1.006,0.435c0,0.358-0.289,0.468-0.865,0.468 c-0.391,0-0.808,0.039-1.379,0.148c-1.292,0.25-1.685,1.102-1.768,2.852c-0.113,1.601-0.113,3.003-0.113,10.622v1.068 c0,0.232,0.163,0.332,0.3,0.332H372.217z"/>
<path fill="#231815" d="M430.511,180.916c-0.138-2.276-0.642-3.344-2.731-3.803c-0.513-0.15-1.597-0.225-2.493-0.225 c-0.692,0-1.088-0.125-1.088-0.594c0-0.466,0.455-0.607,1.4-0.607h17.111c0.967,0,1.417,0.142,1.417,0.607 c0,0.469-0.383,0.594-1.021,0.594c-0.709,0-1.076,0.074-1.856,0.225c-1.705,0.316-2.225,1.483-2.347,3.803 c-0.129,2.126-0.129,23.545-0.129,23.545c0,9.691,1.846,13.768,4.969,16.427c2.852,2.478,5.783,2.771,7.959,2.771 c2.793,0,6.225-0.96,8.775-3.621c3.495-3.685,3.682-9.696,3.682-16.584c0,0,0-20.412-0.113-22.538 c-0.133-2.276-0.646-3.344-2.747-3.803c-0.514-0.15-1.597-0.225-2.289-0.225c-0.701,0-1.084-0.125-1.084-0.594 c0-0.466,0.453-0.607,1.342-0.607h14.563c0.897,0,1.351,0.142,1.351,0.607c0,0.469-0.392,0.594-1.143,0.594 c-0.708,0-1.113,0.074-1.854,0.225c-1.726,0.316-2.227,1.483-2.355,3.803c-0.138,2.126-0.138,21.328-0.138,21.328 c0,7.439-0.684,15.318-6.046,20.13c-4.515,4.075-9.101,4.818-13.216,4.818c-3.373,0-9.493-0.199-14.142-4.618 c-3.235-3.085-5.648-8.03-5.648-17.721C430.641,204.854,430.641,183.042,430.511,180.916"/>
<path fill="#231815" d="M651.684,192.197c-0.101-1.709-0.576-2.56-1.617-2.793c-0.535-0.168-1.145-0.207-1.737-0.207 c-0.474,0-0.756-0.109-0.756-0.502c0-0.292,0.384-0.4,1.157-0.4h12.025c0.617,0,1.016,0.108,1.016,0.4 c0,0.393-0.316,0.502-0.799,0.502c-0.467,0-0.834,0.039-1.418,0.148c-1.284,0.25-1.658,1.102-1.769,2.852 c-0.101,1.601-0.101,28.291,0.11,30.435c0.141,1.351,0.459,2.261,1.89,2.477c0.685,0.093,1.711,0.192,2.453,0.192 c0.503,0,0.768,0.142,0.768,0.392c0,0.356-0.4,0.501-0.918,0.501h-13.456c-0.616,0-0.968-0.145-0.968-0.501 c0-0.25,0.19-0.392,0.766-0.392c0.718,0,1.285-0.1,1.718-0.192c0.959-0.216,1.251-1.076,1.392-2.518 C651.784,220.488,651.784,193.798,651.684,192.197"/>
<path fill="#231815" d="M714.203,213.21c0-2.701-0.482-3.802-1.1-5.264c-0.317-0.798-6.739-11.847-8.407-14.43 c-1.182-1.862-2.375-3.112-3.3-3.672c-0.618-0.35-1.434-0.647-2.003-0.647c-0.366,0-0.716-0.109-0.716-0.468 c0-0.285,0.35-0.435,0.919-0.435h11.105c0.492,0,0.718,0.149,0.718,0.435c0,0.308-0.335,0.358-1.051,0.558 c-0.418,0.117-0.669,0.501-0.669,0.9c0,0.426,0.251,1.017,0.582,1.708c0.671,1.502,7.356,13.577,8.107,15.003 c0.482-1.219,6.503-12.234,7.17-13.811c0.468-1.073,0.65-1.941,0.65-2.6c0-0.492-0.183-1.059-1-1.252 c-0.428-0.091-0.852-0.199-0.852-0.507c0-0.326,0.235-0.435,0.819-0.435h9.587c0.518,0,0.852,0.108,0.852,0.4 c0,0.342-0.384,0.502-0.899,0.502c-0.469,0-1.394,0.207-2.103,0.591c-1.001,0.509-1.527,1.107-2.578,2.476 c-1.559,2-8.244,13.784-9.11,15.951c-0.727,1.784-0.727,3.344-0.727,4.995c0,0,0,7.021,0.158,9.131 c0.101,1.45,0.515,2.552,1.941,2.768c0.686,0.093,1.727,0.192,2.396,0.192c0.516,0,0.768,0.142,0.768,0.392 c0,0.356-0.386,0.501-1.003,0.501h-13.265c-0.676,0-1.053-0.077-1.053-0.501c0-0.25,0.228-0.392,0.759-0.392 c0.669,0,1.235-0.1,1.668-0.192c0.968-0.216,1.384-1.317,1.485-2.768C714.203,220.23,714.203,213.21,714.203,213.21"/>
<path fill="#231815" d="M743.655,207.256c0-8.589,5.387-19.686,19.693-19.686c11.892,0,19.28,7.278,19.28,18.77 c0,11.506-7.64,20.562-19.757,20.562C749.19,226.901,743.655,216.11,743.655,207.256 M775.958,208.215 c0-11.24-6.556-18.219-14.377-18.219c-5.486,0-11.339,3.218-11.339,15.684c0,10.431,5.853,18.712,15.025,18.712 C768.603,224.392,775.958,222.699,775.958,208.215"/>
<path fill="#231815" d="M852.826,207.256c0-8.589,5.379-19.686,19.703-19.686c11.882,0,19.278,7.278,19.278,18.77 c0,11.506-7.637,20.562-19.754,20.562C858.355,226.901,852.826,216.11,852.826,207.256 M885.121,208.215 c0-11.24-6.537-18.219-14.357-18.219c-5.487,0-11.341,3.218-11.341,15.684c0,10.431,5.861,18.712,15.026,18.712 C877.793,224.392,885.121,222.699,885.121,208.215"/>
<path fill="#231815" d="M926.439,189.197c0.557,0,1.358,0.298,1.991,0.647c0.901,0.56,2.1,1.81,3.286,3.672 c1.683,2.583,8.069,13.632,8.402,14.43c0.626,1.462,1.102,2.563,1.102,5.264c0,0,0,7.021-0.149,9.131 c-0.093,1.45-0.517,2.552-1.478,2.768c-0.424,0.093-0.998,0.192-1.668,0.192c-0.524,0-0.766,0.142-0.766,0.392 c0,0.424,0.386,0.501,1.06,0.501h13.274c0.599,0,0.993-0.145,0.993-0.501c0-0.25-0.26-0.392-0.777-0.392 c-0.667,0-1.718-0.1-2.366-0.192c-1.454-0.216-1.877-1.317-1.96-2.768c-0.16-2.11-0.16-9.131-0.16-9.131 c0-1.651,0-3.211,0.718-4.995c0.868-2.167,7.555-13.951,9.123-15.951c1.05-1.368,1.584-1.967,2.585-2.476 c0.716-0.384,1.608-0.591,2.103-0.591c0.516,0,0.897-0.16,0.897-0.502c0-0.292-0.333-0.4-0.867-0.4h-9.588 c-0.585,0-0.815,0.108-0.815,0.435c0,0.308,0.424,0.416,0.849,0.507c0.818,0.193,1.033,0.76,1.033,1.252 c0,0.658-0.215,1.526-0.683,2.6c-0.669,1.576-6.688,12.592-7.156,13.811c-0.766-1.426-7.453-13.501-8.104-15.003 c-0.352-0.691-0.574-1.282-0.574-1.708c0-0.399,0.223-0.783,0.657-0.9c0.702-0.199,1.035-0.25,1.035-0.558 c0-0.285-0.217-0.435-0.718-0.435h-21.888c-0.525,0-0.766,0.108-0.766,0.435c0,0.308,0.19,0.416,0.606,0.507 c0.484,0.109,0.684,0.468,0.684,1.009c0,0.844-1.05,2.111-2.384,3.753c-1.385,1.718-8.337,9.18-9.98,11.041h-0.226v-2.22 c0-7.619,0-9.021,0.083-10.622c0.101-1.75,0.484-2.602,1.786-2.852c0.556-0.109,0.849-0.148,1.324-0.148 c0.375,0,0.659-0.109,0.659-0.468c0-0.326-0.326-0.435-1.001-0.435H894.16c-0.709,0-1.052,0.108-1.052,0.435 c0,0.358,0.301,0.468,0.818,0.468c0.666,0,1.466,0.039,1.875,0.148c1.551,0.358,1.943,1.143,2.025,2.852 c0.111,1.601,0.111,28.033-0.141,30.144c-0.192,1.45-0.416,2.552-1.373,2.768c-0.435,0.093-1.002,0.192-1.721,0.192 c-0.558,0-0.766,0.142-0.766,0.392c0,0.356,0.333,0.501,0.969,0.501h12.873c0.516,0,0.916-0.145,0.916-0.501 c0-0.25-0.25-0.392-0.625-0.392c-0.626,0-1.678-0.1-2.325-0.192c-1.219-0.216-1.644-1.317-1.734-2.719 c-0.135-2.159-0.135-6.111-0.135-10.731v-4.568h0.226l0.526,0.766c1.007,1.443,10.388,13.017,12.507,14.993 c2.05,1.909,3.342,3.01,5.911,3.268c1.008,0.077,1.861,0.077,3.294,0.077h4.16c0.907,0,1.158-0.145,1.158-0.501 c0-0.284-0.298-0.392-0.635-0.392c-0.573,0-1.533-0.151-2.976-0.743c-2.56-1.067-4.702-3.319-6.804-5.428 c-1.858-1.844-11.232-12.432-12.949-14.792c1.626-1.81,8.84-9.33,10.322-10.821c2.053-2.146,3.671-3.163,5.154-3.78 C924.561,189.404,925.762,189.197,926.439,189.197"/>
<path fill="#231815" d="M958.715,207.256c0-8.589,5.395-19.686,19.72-19.686c11.899,0,19.286,7.278,19.286,18.77 c0,11.506-7.646,20.562-19.762,20.562C964.25,226.901,958.715,216.11,958.715,207.256 M991.034,208.215 c0-11.24-6.537-18.219-14.376-18.219c-5.486,0-11.348,3.218-11.348,15.684c0,10.431,5.879,18.712,15.033,18.712 C983.689,224.392,991.034,222.699,991.034,208.215"/>
<path fill="#231815" d="M632.056,230.528c-4.254-0.284-8.14-1.535-11.467-4.854c-3.201-3.208-8.764-11.055-11.964-17.117 c4.835-4.119,6.319-7.545,6.319-11.24c0-3.352-1.908-5.945-3.26-6.869c-2.568-1.861-5.769-2.152-8.78-2.152h-13.291 c-0.726,0-1.044,0.108-1.044,0.435c0,0.358,0.283,0.468,0.811,0.468c0.684,0,1.468,0.039,1.884,0.148 c1.552,0.358,1.927,1.143,2.035,2.852c0.092,1.601,0.092,3.003,0.092,10.622v8.839c0,4.62,0,8.572-0.242,10.683 c-0.185,1.45-0.415,2.552-1.375,2.768c-0.434,0.093-0.993,0.192-1.71,0.192c-0.584,0-0.784,0.142-0.784,0.392 c0,0.356,0.334,0.501,0.958,0.501h12.852c0.616,0,0.948-0.145,0.948-0.501c0-0.25-0.198-0.392-0.558-0.392 c-0.575,0-1.625-0.1-2.345-0.192c-1.432-0.216-1.717-1.317-1.865-2.768c-0.218-2.11-0.218-6.063-0.218-10.739v-0.703 c0-0.282,0.117-0.39,0.366-0.39l4.137,0.107c0.351,0,0.7,0,0.876,0.342c0.575,1.116,2.918,6.746,5.097,10.174 c2.107,3.375,4.175,6.094,6.353,7.813c2.633,2.067,5.259,2.867,8.513,3.158c4.145,0.375,6.995,0,7.804-0.241 c0.692-0.174,1.51-0.41,1.51-0.926C633.706,230.396,632.896,230.596,632.056,230.528 M606.473,207.347 c-0.858,0.651-1.467,0.868-3.384,0.868c-1.184,0-2.638-0.166-3.628-0.526c-0.335-0.143-0.409-0.342-0.409-0.884v-15.26 c0-0.398,0.074-0.59,0.409-0.689c0.483-0.159,1.343-0.192,2.534-0.192c2.811,0,7.314,2.019,7.314,9.164 C609.31,203.93,607.907,206.246,606.473,207.347"/>
<path fill="#231815" d="M340.069,187.937c-0.213,0-0.596,0.2-1.297,0.342h-26.969c-1.188-0.093-1.667-0.708-2.051-0.708 c-0.302,0-0.427,0.315-0.572,0.975c-0.105,0.492-1.077,5.937-1.077,5.937h0.01c-0.01,0.033-0.017,0.076-0.017,0.116 c0,0.284,0.222,0.518,0.504,0.518c0.213,0,0.383-0.133,0.475-0.308c0-0.019,0-0.019,0-0.043c0.154-0.408,0.438-1.248,0.872-2.036 c0.718-1.074,1.856-1.357,4.627-1.434h7.105c0,0,0,28.936-0.229,31.046c-0.146,1.45-0.429,2.552-1.393,2.768 c-0.426,0.093-1,0.192-1.718,0.192c-0.563,0-0.767,0.142-0.767,0.392c0,0.356,0.35,0.501,0.954,0.501h13.516 c0.523,0,0.906-0.145,0.906-0.501c0-0.25-0.238-0.392-0.768-0.392c-0.717,0-1.76-0.1-2.425-0.192 c-1.443-0.216-1.73-1.317-1.868-2.719c-0.23-2.159-0.23-31.095-0.23-31.095h6c4.236,0.103,5.498,1.478,5.587,2.779l0.108,1.024 c0,0.292,0.233,0.525,0.503,0.525c0.292,0,0.521-0.233,0.521-0.525c0,0,0.063-5.438,0.063-6.12 C340.457,188.238,340.387,187.937,340.069,187.937"/>
<path fill="#231815" d="M696.586,187.937c-0.21,0-0.585,0.2-1.293,0.342h-26.965c-1.185-0.093-1.669-0.708-2.054-0.708 c-0.284,0-0.433,0.315-0.573,0.975c-0.11,0.492-1.069,5.937-1.069,5.937c0,0.033-0.015,0.076-0.015,0.116 c0,0.284,0.223,0.518,0.525,0.518c0.182,0,0.365-0.133,0.433-0.308h0.016c0-0.019,0-0.019,0-0.043 c0.168-0.408,0.433-1.248,0.877-2.036c0.708-1.074,1.86-1.357,4.608-1.434h7.114c0,0,0,28.936-0.226,31.046 c-0.149,1.45-0.416,2.552-1.385,2.768c-0.416,0.093-0.991,0.192-1.716,0.192c-0.577,0-0.752,0.142-0.752,0.392 c0,0.356,0.318,0.501,0.95,0.501h13.51c0.517,0,0.908-0.145,0.908-0.501c0-0.25-0.258-0.392-0.778-0.392 c-0.713,0-1.763-0.1-2.415-0.192c-1.444-0.216-1.744-1.317-1.869-2.719c-0.241-2.159-0.241-31.095-0.241-31.095h6.006 c4.252,0.103,5.494,1.478,5.577,2.779l0.125,1.024c0,0.292,0.227,0.525,0.491,0.525c0.3,0,0.517-0.233,0.517-0.525 c0,0,0.076-5.438,0.076-6.12C696.976,188.238,696.928,187.937,696.586,187.937"/>
<path fill="#231815" d="M859.274,175.18c-0.269,0-0.77,0.251-1.721,0.475h-36.011c-1.594-0.144-2.236-0.942-2.762-0.942 c-0.367,0-0.55,0.416-0.742,1.269c-0.132,0.657-1.443,7.928-1.443,7.928l0.036,0.017c-0.036,0.042-0.051,0.093-0.051,0.149 c0,0.359,0.317,0.686,0.69,0.686c0.269,0,0.511-0.176,0.608-0.393h0.027v-0.031c0,0,0-0.028,0.006-0.028 c0.201-0.558,0.569-1.683,1.137-2.7c0.967-1.468,2.493-1.81,6.185-1.943h9.498c0,0,0,38.631-0.325,41.441 c-0.182,1.937-0.566,3.418-1.851,3.686c-0.55,0.126-1.316,0.26-2.283,0.26c-0.753,0-1.01,0.215-1.01,0.533 c0,0.49,0.435,0.692,1.274,0.692h18.021c0.698,0,1.208-0.202,1.208-0.692c0-0.318-0.315-0.533-1.018-0.533 c-0.959,0-2.351-0.134-3.234-0.26c-1.935-0.268-2.31-1.749-2.502-3.61c-0.318-2.886-0.318-41.517-0.318-41.517h8.03 c5.653,0.134,7.314,1.96,7.447,3.712l0.168,1.368c0,0.374,0.284,0.657,0.666,0.657c0.385,0,0.684-0.283,0.684-0.657 c0,0,0.067-7.272,0.082-8.157C859.771,175.58,859.725,175.18,859.274,175.18"/>
<path fill="#231815" d="M410.181,219.046c0-0.3-0.225-0.509-0.495-0.509c-0.26,0-0.463,0.176-0.506,0.417 c-0.446,2.051-1.629,3.345-2.876,3.962c-1.23,0.6-3.227,0.6-4.475,0.6c-4.875,0-4.984-0.626-5.081-4.077 c-0.05-1.467,0-11.75,0-11.75c0-0.282,0.042-0.499,0.283-0.499c1.143,0,5.875,0.066,6.78,0.157 c1.769,0.199,2.443,0.936,2.673,1.952c0.129,0.65,0.084,1.258,0.075,1.767c0,0.285,0.233,0.518,0.513,0.518 c0.275,0,0.479-0.191,0.513-0.467v-0.023v-0.027l0.651-7.328v-0.058c0-0.285-0.218-0.519-0.506-0.519 c-0.162,0-0.325,0.11-0.4,0.233c-0.02,0.042-0.054,0.06-0.071,0.077v0.016c-0.05,0.059-0.129,0.192-0.245,0.341 c-0.446,0.51-1.164,0.65-2.306,0.759c-1.085,0.109-6.583,0.109-7.626,0.109c-0.292,0-0.333-0.218-0.333-0.576v-12.684 c0-0.348,0.097-0.481,0.333-0.481c0.955,0,5.979,0.082,6.771,0.191c2.401,0.29,2.868,0.901,3.194,1.801 c0.237,0.602,0.212,1.65,0.212,2.011c0,0.267,0.251,0.499,0.521,0.499c0.258,0,0.486-0.191,0.513-0.449 c0.075-0.685,0.563-6.354,0.563-6.68c0-0.225-0.042-0.442-0.271-0.442c-0.241,0-0.53,0.134-0.771,0.218 c-0.383,0.082-1.151,0.175-2.056,0.175c-0.912,0-17.506,0.017-18.793,0.017c-0.726,0-1.043,0.108-1.043,0.435 c0,0.358,0.284,0.468,0.806,0.468c0.662,0,1.477,0.039,1.851,0.148c1.588,0.358,1.957,1.143,2.06,2.852 c0.083,1.601,0.083,28.033-0.137,30.144c-0.197,1.45-0.445,2.552-1.392,2.768c-0.417,0.093-1.009,0.192-1.719,0.192 c-0.571,0-0.767,0.142-0.767,0.392c0,0.356,0.342,0.501,0.959,0.501h19.236c1.809,0,2.356,0.19,2.586-1.143 c0.153-1.019,0.778-5.903,0.778-5.903l-0.008-0.018C410.173,219.114,410.181,219.079,410.181,219.046"/>
<path fill="#231815" d="M563.364,189.197c0.659,0,1.484,0.039,1.851,0.148c1.577,0.358,1.953,1.143,2.067,2.852 c0.067,1.601,0.067,28.033-0.168,30.144c-0.182,1.45-0.414,2.552-1.364,2.768c-0.435,0.093-1.026,0.192-1.727,0.192 c-0.576,0-0.767,0.142-0.767,0.392c0,0.356,0.333,0.501,0.941,0.501h19.26c1.811,0,2.354,0.19,2.571-1.143 c0.183-1.019,0.8-5.903,0.8-5.903l-0.019-0.018c0-0.016,0.019-0.051,0.019-0.084c0-0.3-0.235-0.509-0.502-0.509 c-0.266,0-0.467,0.176-0.5,0.417c-0.468,2.051-1.634,3.345-2.868,3.962c-1.242,0.6-3.251,0.6-4.503,0.6 c-4.861,0-4.985-0.626-5.07-4.077c-0.064-1.467,0-11.75,0-11.75c0-0.282,0.052-0.499,0.286-0.499c1.116,0,5.859,0.066,6.77,0.157 c1.768,0.199,2.435,0.936,2.694,1.952c0.123,0.65,0.074,1.258,0.065,1.767c0,0.285,0.234,0.518,0.509,0.518 c0.267,0,0.476-0.191,0.506-0.467v-0.023c0-0.027,0.013-0.027,0.013-0.027l0.666-7.328h-0.009c0-0.017,0.009-0.043,0.009-0.058 c0-0.285-0.244-0.519-0.519-0.519c-0.183,0-0.333,0.11-0.415,0.233c-0.02,0.042-0.034,0.06-0.059,0.077l-0.018,0.016 c-0.041,0.059-0.108,0.192-0.242,0.341c-0.433,0.51-1.143,0.65-2.285,0.759c-1.093,0.109-6.588,0.109-7.637,0.109 c-0.283,0-0.335-0.218-0.335-0.576v-12.684c0-0.348,0.085-0.481,0.335-0.481c0.942,0,5.953,0.082,6.77,0.191 c2.386,0.29,2.868,0.901,3.185,1.801c0.252,0.602,0.228,1.65,0.228,2.011c0,0.267,0.241,0.499,0.525,0.499 c0.25,0,0.467-0.191,0.507-0.449c0.093-0.685,0.559-6.354,0.559-6.68c0-0.225-0.032-0.442-0.284-0.442 c-0.223,0-0.499,0.134-0.746,0.218c-0.402,0.082-1.152,0.175-2.063,0.175c-0.907,0-27.489,0.017-28.781,0.017 c-0.91,0-1.346,0.108-1.346,0.483c0,0.367,0.401,0.419,0.819,0.419c0.607,0,1.35,0.039,1.908,0.232 c0.435,0.166,0.609,0.566,0.609,0.975c0,0.451-0.175,1.209-0.416,1.859c-1.151,3.303-7.356,19.444-9.397,24.974h-0.193 l-8.219-22.772c-0.67-1.816-1.085-3.227-1.085-3.852c0-0.477,0.116-0.825,0.467-1.066c0.382-0.311,1.101-0.35,1.877-0.35 c0.407,0,0.717-0.109,0.717-0.468c0-0.326-0.543-0.435-1.095-0.435h-37.289c-0.716,0-1.237,0.033-1.237,0.435 c0,0.308,0.188,0.468,0.775,0.468c0.667,0,1.798,0,2.521,0.298c1.142,0.501,1.591,1.46,1.648,4.503l0.451,22.531h-0.229 c-0.83-0.792-24.736-27.767-25.299-28.409c-0.813-0.909-1.255-1.551-1.76-1.551c-0.496,0-0.633,0.675-0.633,1.677l-0.435,30.593 c-0.041,4.368-0.237,5.811-1.476,6.212c-0.667,0.191-1.522,0.25-2.151,0.25c-0.479,0-0.772,0.107-0.772,0.392 c0,0.474,0.439,0.501,1.06,0.501h11.073c0.675,0,1.105-0.077,1.105-0.501c0-0.284-0.293-0.392-0.814-0.392 c-0.758,0-1.664-0.059-2.492-0.342c-0.955-0.359-1.572-1.66-1.655-5.586l-0.53-21.938h0.146 c0.841,0.966,22.438,25.905,25.44,28.909c0.532,0.541,1.101,1.107,1.625,1.107c0.417,0,0.607-0.458,0.607-1.56l0.526-32.293 c0.052-2.811,0.442-3.862,1.769-4.253c0.592-0.148,1.276-0.148,1.744-0.148c0.565,0,1.616,0.039,2.132,0.207 c1.068,0.233,1.536,1.084,1.637,2.793c0.064,1.601,0.064,28.291-0.158,30.394c-0.144,1.441-0.41,2.302-1.386,2.518 c-0.427,0.093-1.01,0.192-1.71,0.192c-0.574,0-0.783,0.142-0.783,0.392c0,0.356,0.35,0.501,0.958,0.501h13.476 c0.526,0,0.908-0.145,0.908-0.501c0-0.25-0.251-0.392-0.766-0.392c-0.725,0-1.759-0.1-2.437-0.192 c-1.435-0.216-1.782-1.126-1.906-2.477c-0.194-2.144-0.194-28.834-0.094-30.435c0.094-1.75,0.458-2.602,1.751-2.852 c0.583-0.109,0.968-0.148,1.436-0.148c0.38,0,0.898,0,1.606,0.207c1.719,0.474,2.53,1.043,3.629,3.81l12.022,30.643 c0.925,2.337,1.203,3.045,1.82,3.045c0.674,0,0.95-0.785,2.199-3.694c1.051-2.502,10.213-24.197,12.073-28.9 c1.284-3.218,2.003-4.062,2.618-4.519C561.879,189.197,562.882,189.197,563.364,189.197"/>
<path fill="#231815" d="M794.076,207.148c1.143,0,5.861,0.041,6.777,0.142c1.785,0.201,2.435,0.992,2.685,2.009 c0.128,0.65,0.084,1.258,0.051,1.767c0,0.285,0.251,0.518,0.525,0.518c0.284,0,0.475-0.191,0.511-0.467v-0.023v-0.027l0.683-7.328 h-0.018c0-0.017,0.018-0.043,0.018-0.058c0-0.285-0.25-0.519-0.524-0.519c-0.179,0-0.342,0.11-0.418,0.233 c-0.027,0.042-0.027,0.06-0.06,0.077c0,0-0.015,0-0.015,0.016c-0.034,0.059-0.117,0.192-0.241,0.341 c-0.428,0.51-1.145,0.65-2.294,0.759c-1.101,0.109-6.613,0.109-7.68,0.109c-0.292,0-0.326-0.166-0.326-0.477v-12.514 c0-0.56,0.149-0.718,0.418-0.718l7.353,0.158c1.828,0.058,2.684,0.816,3.021,1.502c0.29,0.715,0.314,1.816,0.314,2.233 c0,0.267,0.226,0.509,0.52,0.509c0.251,0,0.458-0.19,0.499-0.433h0.008v-0.076c0,0,0.661-6.229,0.661-6.554 c0-0.225-0.152-0.442-0.333-0.442c-0.252,0-0.485,0.218-0.768,0.3c-0.486,0.143-1.07,0.093-1.97,0.093 c-1.084,0-18.227,0.017-19.479,0.017c-0.699,0-1.083,0.108-1.083,0.483c0,0.31,0.333,0.419,0.799,0.419 c0.685,0,1.493,0.039,1.878,0.148c1.594,0.358,1.958,1.143,2.051,2.852c0.091,1.601,0.091,28.033-0.142,30.144 c-0.201,1.45-0.434,2.552-1.385,2.768c-0.433,0.093-1.017,0.192-1.718,0.192c-0.541,0-0.716,0.142-0.716,0.392 c0,0.424,0.315,0.501,0.999,0.501h13.317c0.724,0,1.042-0.145,1.042-0.501c0-0.25-0.184-0.392-0.817-0.392 c-0.667,0-1.702-0.1-2.376-0.192c-1.424-0.216-1.71-1.317-1.859-2.768c-0.234-2.11-0.234-14.742-0.234-14.742 C793.75,207.256,793.835,207.148,794.076,207.148"/>
<path fill="#231815" d="M636.448,203.346l-1.351-1.077c-3.942-3.15-5.052-4.895-5.052-7.22c0-3.001,2.15-5.171,5.687-5.171 c3.091,0,4.478,1.493,5.212,2.479c0.993,1.3,1.225,2.844,1.225,3.317c0,0.201,0.009,0.35,0.049,0.482 c0.019,0.078,0.044,0.126,0.066,0.168c0,0.018,0.011,0.018,0.011,0.018c0.033,0.059,0.067,0.107,0.134,0.141v0.017 c0.09,0.075,0.184,0.118,0.314,0.118c0.285,0,0.512-0.243,0.512-0.518l0.089-6.68c0.018-0.166,0.018-0.301,0.018-0.383 c0-0.342-0.251-0.492-0.666-0.593c-1.234-0.341-3.235-0.874-6.355-0.874c-6.638,0-11.023,3.975-11.023,9.505 c0,4.052,1.819,7.571,7.072,11.882l2.183,1.792c3.97,3.219,4.688,5.562,4.688,8.038c0,2.651-2.103,5.72-6.404,5.72 c-2.968,0-5.77-1.359-6.818-5.068c-0.236-0.85-0.435-1.91-0.435-2.569c0-0.124-0.019-0.266-0.032-0.392v-0.025 c0-0.265-0.234-0.476-0.512-0.476c-0.283,0-0.523,0.211-0.523,0.476l-0.218,7.439c0,1.115,0.134,1.351,0.918,1.709 c2.044,0.968,4.176,1.301,6.962,1.301c2.537,0,5.195-0.452,7.58-2.051c3.452-2.368,4.485-5.805,4.485-8.74 C644.262,211.351,642.169,207.998,636.448,203.346"/>
</g>
<script xmlns=""/></svg>

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.1" id="レイヤー_1" x="0px" y="0px" width="258.51382" height="258.56265" viewBox="0 0 258.51382 258.56266" enable-background="new 0 0 1000 258.563" xml:space="preserve" inkscape:version="0.48.4 r9939" sodipodi:docname="UnivOfTokyo_logo.svg"><metadata id="metadata69"><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="defs67">
</defs><sodipodi:namedview pagecolor="#ffffff" bordercolor="#666666" borderopacity="1" objecttolerance="10" gridtolerance="10" guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="640" inkscape:window-height="480" id="namedview65" showgrid="false" fit-margin-top="0" fit-margin-left="0" fit-margin-right="0" fit-margin-bottom="0" inkscape:zoom="0.403" inkscape:cx="500.41583" inkscape:cy="129.28049" inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="0" inkscape:current-layer="レイヤー_1"/>
<path style="fill:#187fc3" inkscape:connector-curvature="0" id="path5" d="m 258.50283,128.07665 c -0.019,-2.635 -2.205,-4.878 -4.869,-4.878 -0.383,0 -0.759,0.074 -1.134,0.167 -42.904,8.871 -87.648,12.425 -133.462,9.905 -14.116,-0.783 -28.000002,0 -41.670002,1.051 -1.043,0.067 -2.065,0.192 -3.09,0.332 -10.956,1.501 -21.432,6.362 -29.55,14.292 -7.209,7.055 -12.312,16.145 -14.484,26.018 -2.611,11.873 -0.768,24.139 4.269,35.12 4.87,10.663 12.69,19.937 22.396,26.6 10.54,7.063 22.118,12.572 34.276,16.276 7.667,2.301 14.495002,3.727 22.559002,4.727 0.108,-3.051 4.711,-7.813 4.874,-10.105 0.162,-2.294 -1.572,-4.313 -3.857,-4.461 -12.562,0.476 -21.776002,0.167 -33.566002,-4.22 -12.099,-4.527 -23.047,-11.998 -31.694,-21.563 -4.16,-4.611 -7.608,-9.664 -9.832,-15.468 -2.184,-5.82 -3.113,-12.048 -2.763,-18.228 1.175,-20.771 17.34,-38.354 37.968,-41.316 11.407,-1.633 23.219,1.301 32.524002,8.104 4.857,3.536 9.009,8.099 12.048,13.251 3.449,5.861 6.333,12.065 8.343,18.568 4.173,13.55 4.549,28.367 2.765,42.351 -0.776,5.929 -2.022,11.809 -3.724,17.577 -0.954,3.259 -2.117,6.503 -3.398,9.655 -0.229,0.584 -0.366,1.2 -0.366,1.87 0,2.65 2.117,4.768 4.723,4.845 0.326,0 0.888,0.016 1.222,0.016 31.744,0 60.798,-11.424 83.315,-30.345 0.017,-0.008 0.058,-0.058 0.075,-0.066 0.926,-0.892 1.456,-2.077 1.456,-3.411 0,-0.99 -0.342,-1.858 -0.795,-2.649 -8.443,-14.652 -26.822,-35.687 -26.822,-35.687 0,0 20.801,18.617 35.717,26.773 0.806,0.424 1.686,0.773 2.683,0.773 1.333,0 2.547,-0.516 3.413,-1.409 0.055,-0.032 0.105,-0.084 0.154,-0.157 18.924,-22.479 30.307,-51.479 30.307,-83.125 -10e-4,-0.391 -0.011,-0.783 -0.011,-1.183"/><path style="fill:#f9be00" inkscape:connector-curvature="0" id="path7" d="m 24.564828,187.28565 c -5.112,-11.356 -8.271,-23.62 -9.038,-36.004 -0.088,-1.685 -0.064,-3.936 -0.072,-5.611 0,-2.319 -1.868,-4.202 -4.189,-4.202 -2.3219999,0 -7.2499999,4.235 -10.69799992,4.235 3.52300002,27.349 15.90399992,53.181 35.02099992,73.061 9.352,9.748 20.937,17.293 34.096,20.861 11.298,3.068 23.3,1.675 33.736002,-3.585 4.995,-2.535 9.589,-5.928 13.396,-10.058 4.064,-4.368 7.187,-9.695 10.083,-14.884 3.04,-5.501 5.679,-11.196 8.068,-17.024 2.518,-6.17 4.619,-12.533 7.404,-18.644 10.535,-22.981 25.374,-44.002 45.423,-59.646 9.801,-7.646 20.5,-14.064 31.864,-19.117999 5.782,-2.569 11.708,-4.763 17.77,-6.571 2.885,-0.859 5.832,-1.66 8.768,-2.359 2.629,-0.817 4.089,-3.603 3.202,-6.171 -7.342,-18.585 -19.141,-35.313 -34.024,-48.612 -0.101,-0.099 -0.188,-0.191 -0.288,-0.284 -0.855,-0.741 -1.968,-1.226 -3.202,-1.226 -1.335,0 -2.452,0.793 -3.469,1.509 -23.897,16.569 -41.496,44.242 -41.496,44.242 0,0 9.314,-23.655 29.184,-52.83 0.505,-0.7 0.725,-1.585 0.725,-2.501 0,-1.66 -0.813,-3.101 -2.068,-3.97 -0.145,-0.1 -0.303,-0.199 -0.466,-0.284 -12.295,-7.146 -25.72,-12.3320003 -39.715,-15.1080003 -10.194,-2.03499998 -20.638,-2.83499998 -31.019,-2.37599998 -0.025,-0.017 -0.067,-0.017 -0.088,-0.017 -0.058,0 -0.099,0.017 -0.158,0.017 -2.598,0.074 -4.586,2.21699998 -4.69,4.81899998 -1.322,33.9700003 5.336,92.3720003 5.336,92.3720003 0,0 -11.864,-57.55 -23.555,-89.4860003 -0.701002,-1.936 -2.434002,-3.395 -4.594002,-3.395 -0.334,0 -0.668,0.034 -0.963,0.083 -0.037,0.026 -0.071,0.049 -0.113,0.049 -0.838,0.209 -1.671,0.451 -2.51,0.693 -19.537,5.7950003 -37.605,16.2430003 -52.377,30.2430003 -2.542,2.41 -4.969,4.944 -7.333,7.579 -0.05,0.049 -0.121,0.125 -0.164,0.15 -0.8,0.892 -1.305,2.027 -1.305,3.311 0,1.316 0.472,2.685 1.451,3.435 25.524,19.379 44.348,41.451 44.348,41.451 0,0 -24.172,-17.827 -52.902,-29.15 -0.821,-0.309 -1.597,-0.726 -2.518,-0.726 -1.676,0 -3.135,0.851 -4.015,2.135 -0.017,0.018 -0.026,0.042 -0.042,0.066 -4.148,7.088 -7.6839999,14.525 -10.4269999,22.248 -3.49,9.831 -5.77,20.111999 -6.80400002,30.507999 -0.263,2.652 -0.434,5.371 2.28800002,6.855 1.076,0.599 2.272,0.692 3.458,0.458 1.759,-0.384 3.526,-0.716 5.3029999,-1.001 6.866,-1.116 13.799,-1.617 20.716,-1.559 13.892,0.134 27.724,2.66 40.712,7.495 11.985,4.494 22.942,11.507 31.246002,21.346 15.627,18.562 24.003,50.438 5.971,70.218 -8.267,9.071 -20.441002,13.492 -32.628002,12.407 -6.266,-0.594 -11.815,-2.776 -17.289,-5.736 -4.995,-2.709 -9.736,-5.828 -13.975,-9.59 -9.255,-8.237 -16.334,-18.902 -21.375,-30.118"/>
<script xmlns=""/></svg>

After

Width:  |  Height:  |  Size: 5.7 KiB

64
images/clocktower.svg Normal file
View File

@ -0,0 +1,64 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="_x36_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<g>
<g>
<rect x="0.001" y="311.399" style="fill:#9A6455;" width="511.999" height="121.616"/>
<rect y="316.764" style="fill:#775046;" width="511.999" height="11.807"/>
<rect y="311.397" style="fill:#9A6455;" width="511.999" height="11.807"/>
<rect x="81.576" y="272.755" style="fill:#9A6455;" width="348.846" height="160.26"/>
<rect x="430.421" y="311.399" style="fill:#775046;" width="5.269" height="121.616"/>
<rect x="81.576" y="278.122" style="fill:#775046;" width="348.846" height="11.807"/>
<rect x="81.576" y="272.755" style="fill:#9A6455;" width="348.846" height="11.808"/>
<rect x="349.059" y="272.755" style="fill:#775046;" width="6.02" height="160.26"/>
<rect x="163.571" y="231.352" style="fill:#9A6455;" width="184.856" height="201.663"/>
<rect x="163.571" y="236.954" style="fill:#775046;" width="184.856" height="12.323"/>
<rect x="163.571" y="231.352" style="fill:#9A6455;" width="184.856" height="12.324"/>
<polygon style="fill:#9A6455;" points="283.448,78.985 283.448,89.068 228.551,89.068 228.551,78.985 207.824,78.985
207.824,384.84 304.174,384.84 304.174,78.985 "/>
<rect x="253.757" y="89.627" style="fill:#935D51;" width="21.286" height="302.493"/>
<rect x="245.356" y="81.226" style="fill:#9A6455;" width="21.287" height="302.493"/>
<circle style="fill:#FFFFFF;" cx="255.999" cy="127.72" r="15.124"/>
<rect x="303.614" y="231.352" style="fill:#775046;" width="5.602" height="201.663"/>
<rect x="76.619" y="311.399" style="fill:#82564D;" width="5.268" height="121.616"/>
<rect x="157.23" y="272.755" style="fill:#82564D;" width="6.019" height="160.26"/>
<rect x="203.094" y="231.352" style="fill:#82564D;" width="5.601" height="201.663"/>
<rect x="197.183" y="324.341" style="fill:#DDC5A4;" width="117.636" height="107.553"/>
<path style="fill:#CEB495;" d="M294.096,402.357v29.537h-75.321v-29.537c0-8.257,2.745-17.816,7.535-26.227
c6.1-10.714,15.401-19.534,26.897-25.511l3.229-1.681l3.23,1.681c11.495,5.977,20.797,14.797,26.894,25.511
C291.348,384.54,294.096,394.099,294.096,402.357z"/>
<path style="fill:#604C3F;" d="M287.094,433.015c0-29.731,0-18.582,0-30.659c0-12.078-7.433-33.446-30.66-45.524
c-23.227,12.078-30.659,33.447-30.659,45.524c0,12.078,0,0.929,0,30.659H287.094z"/>
</g>
<g>
<rect x="22.471" y="349.63" style="fill:#EEEEEF;" width="7.527" height="17.205"/>
<rect x="48.514" y="349.63" style="fill:#EEEEEF;" width="7.528" height="17.205"/>
<rect x="22.471" y="394.995" style="fill:#EEEEEF;" width="7.527" height="17.205"/>
<rect x="48.514" y="394.995" style="fill:#EEEEEF;" width="7.528" height="17.205"/>
<rect x="455.959" y="349.63" style="fill:#EEEEEF;" width="7.528" height="17.205"/>
<rect x="482.001" y="349.63" style="fill:#EEEEEF;" width="7.528" height="17.205"/>
<rect x="455.959" y="394.995" style="fill:#EEEEEF;" width="7.528" height="17.205"/>
<rect x="482.001" y="394.995" style="fill:#EEEEEF;" width="7.528" height="17.205"/>
<rect x="103.54" y="349.63" style="fill:#EEEEEF;" width="7.527" height="17.205"/>
<rect x="129.582" y="349.63" style="fill:#EEEEEF;" width="7.528" height="17.205"/>
<rect x="103.54" y="394.995" style="fill:#EEEEEF;" width="7.527" height="17.205"/>
<rect x="129.582" y="394.995" style="fill:#EEEEEF;" width="7.528" height="17.205"/>
<rect x="374.89" y="349.63" style="fill:#EEEEEF;" width="7.527" height="17.205"/>
<rect x="400.933" y="349.63" style="fill:#EEEEEF;" width="7.527" height="17.205"/>
<rect x="374.89" y="394.995" style="fill:#EEEEEF;" width="7.527" height="17.205"/>
<rect x="400.933" y="394.995" style="fill:#EEEEEF;" width="7.527" height="17.205"/>
<rect x="239.215" y="216.896" style="fill:#EEEEEF;" width="7.527" height="17.206"/>
<rect x="265.258" y="216.896" style="fill:#EEEEEF;" width="7.527" height="17.206"/>
<rect x="239.215" y="262.26" style="fill:#EEEEEF;" width="7.527" height="17.205"/>
<rect x="265.258" y="262.26" style="fill:#EEEEEF;" width="7.527" height="17.205"/>
<rect x="178.308" y="346.27" style="fill:#EEEEEF;" width="7.528" height="17.205"/>
<rect x="178.308" y="300.066" style="fill:#EEEEEF;" width="7.528" height="17.205"/>
<rect x="178.308" y="392.476" style="fill:#EEEEEF;" width="7.528" height="17.204"/>
<rect x="326.164" y="346.27" style="fill:#EEEEEF;" width="7.527" height="17.205"/>
<rect x="326.164" y="300.066" style="fill:#EEEEEF;" width="7.527" height="17.205"/>
<rect x="326.164" y="392.476" style="fill:#EEEEEF;" width="7.527" height="17.204"/>
</g>
<rect x="231.637" y="180.133" style="fill:#775046;" width="48.725" height="8.401"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.9 KiB