texlive[60668] Master/texmf-dist: njuthesis (2oct21)

commits+karl at tug.org commits+karl at tug.org
Sat Oct 2 00:00:58 CEST 2021


Revision: 60668
          http://tug.org/svn/texlive?view=revision&revision=60668
Author:   karl
Date:     2021-10-02 00:00:57 +0200 (Sat, 02 Oct 2021)
Log Message:
-----------
njuthesis (2oct21)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/njuthesis/README.md
    trunk/Master/texmf-dist/doc/latex/njuthesis/njuthesis.pdf
    trunk/Master/texmf-dist/source/latex/njuthesis/njuthesis.dtx
    trunk/Master/texmf-dist/tex/latex/njuthesis/njuthesis.cls

Added Paths:
-----------
    trunk/Master/texmf-dist/source/latex/njuthesis/njuthesis.ins
    trunk/Master/texmf-dist/source/latex/njuthesis/njuvisual.dtx
    trunk/Master/texmf-dist/tex/latex/njuthesis/njuvisual.sty

Removed Paths:
-------------
    trunk/Master/texmf-dist/doc/latex/njuthesis/README_EN.md
    trunk/Master/texmf-dist/doc/latex/njuthesis/README_ZH_CN.md
    trunk/Master/texmf-dist/doc/latex/njuthesis/figure/

Modified: trunk/Master/texmf-dist/doc/latex/njuthesis/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/njuthesis/README.md	2021-10-01 22:00:34 UTC (rev 60667)
+++ trunk/Master/texmf-dist/doc/latex/njuthesis/README.md	2021-10-01 22:00:57 UTC (rev 60668)
@@ -1,77 +1,26 @@
-# NJU Thesis
+# The njuthesis class
 
-[![njuthesis](https://img.shields.io/badge/njuthesis-latex-blue)](https://git.nju.edu.cn/nju-lug/nju-latex-templates)
-[![overleaf](https://img.shields.io/badge/overleaf-supported-brightgreen)](https://tex.nju.edu.cn)
-![build status](https://github.com/nju-lug/NJUThesis/actions/workflows/build.yml/badge.svg)
+## Overview
 
-> 此项目是基于[NJU thesis 2021](https://github.com/FengChendian/NJUThesis2021)的重构版本,目前本科生版本**已经基本重构完成**,硕博论文**正在**根据研究生院的文件重构,但研究生院的规定并不完善,因此部分格式可能会参考本科的,**如果院系另有要求,请自行修改或者提交issue**。
+This package is intended for typesetting Nanjing University thesis with LaTeX, providing support for bachelor, master, and doctoral thesis. Compilation of this class requires either `xelatex` or `lualatex` engine.
 
-原来的[NJU thesis 2021](https://github.com/FengChendian/NJUThesis2021)模板太过古老并且不支持硕士、博士论文,目前难以维护,因此为了模板的可持续发展,现在将对该项目进行重构,项目挂载于[NJU-LUG](https://github.com/nju-lug)组织仓库下,目前已[发布在CTAN](https://ctan.org/pkg/njuthesis)。
+## License
 
-相关文档请参见[本项目wiki](https://github.com/nju-lug/NJUThesis/wiki)。
+-----
+    This work may be distributed and/or modified under the conditions of
+    the [LaTeX Project Public License](http://www.latex-project.org/lppl.txt),
+    either version 1.3c of this license or (at your option) any later
+    version.
+-----
 
-## 快速开始
+## Contributing
 
-从0.9.0版以后,本模板以DocStrip(`.dtx`)格式进行维护。常规的`.cls`格式文件可从Releases页面下载或使用以下方法提取。
+If you run into any problem with the template, please contact us via Github issue or submit Pull Request.
 
-### 关于DocStrip文件
+## Wiki
 
-DocStrip格式合并了LaTeX源代码和说明文档,更有利于宏包的发布。要使用该文件,请在当前工作目录下打开终端:
+Please see [Chinese wiki](https://github.com/nju-lug/NJUThesis/wiki)。
 
-- 输入`xetex njuthesis.dtx`以提取宏包内容
-- 输入`latexmk njuthesis.dtx`以生成并查看内置的文档
+-----
 
-请注意,由于文件重名原因,项目中的示例论文模板已被重命名为`njuthesis-sample.tex`。
-
-### 本地编译
-
-1. [从南大镜像站下载](https://mirror.nju.edu.cn/download/app/TeX%20%E6%8E%92%E7%89%88%E7%B3%BB%E7%BB%9F)并安装TeXLive或者MiKTeX最新版
-2. 下载包含[模板全部文件](https://github.com/nju-lug/NJUThesis/releases/latest)的压缩包`njuthesis.zip`
-3. 根据需要更改`njuthesis-sample.tex`文件中的内容
-4. 在模板根目录下运行`latexmk`编译文件,得到对应的PDF
-
-#### **关于本地编译**
-
-- 模板支持`latexmk`、`xelatex`、`lualatex`三种编译方式
-- 如果使用`latexmk`,请务必使用完整的命令`latexmk -xelatex`以免产生不必要的问题
-- 如果使用`xelatex`或`lualatex`,需要按照`xelatex/lualatex` -> `biber` -> `xelatex/lualatex` -> `xelatex/lualatex`的顺序编译四次
-- 仓库中`.vscode`附带一份VScode的LaTeX WorkShop的配置文件,可根据需要使用
-
-### [南大TeX](https://tex.nju.edu.cn)编译
-
-1. 下载包含[模板全部文件](https://github.com/nju-lug/NJUThesis/releases/latest)的压缩包`njuthesis.zip`
-2. 登录[南大TeX](https://tex.nju.edu.cn),点击New Project -> Upload Project上传刚刚得到的压缩包,上传后`njuthesis-sample.tex`、`njuthesis.cls`等文件应在根目录,0.9.0以后的目录结构如下所示:
-
-    ```shell
-    NJUThesis-master/
-    │
-    ├─figure/
-    │   njulogo.pdf
-    │   njuname.pdf
-    │
-    │ njuthesis.bib
-    │ njuthesis.cls
-    │ njuthesis-sample.tex
-    ```
-
-3. 在南大TeX项目内页面左上角的`Menu`中,将编译器改为`XeLaTeX`
-4. 编写TeX文档
-
-### 其他
-
-更多内容请参见项目Wiki中的[使用说明](https://github.com/nju-lug/NJUThesis/wiki/%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E)。
-
-你也可以下载[Release](https://github.com/nju-lug/NJUThesis/releases/latest)中附带的`njuthesis.pdf`,里面详尽阐述了模板的特性和使用方法。
-
-## 常见问题
-
-请参见[常见问题](https://github.com/nju-lug/NJUThesis/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)。
-
-## 贡献
-
-如果你发现了模板的问题,欢迎在Github中[提交issue](https://github.com/nju-lug/NJUThesis/issues)或者PR。
-
-## 许可
-
-本模板的发布遵守 LaTeX Project Public License(版本 1.3c 或更高)。
-
+Copyright © NJU-LUG

Deleted: trunk/Master/texmf-dist/doc/latex/njuthesis/README_EN.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/njuthesis/README_EN.md	2021-10-01 22:00:34 UTC (rev 60667)
+++ trunk/Master/texmf-dist/doc/latex/njuthesis/README_EN.md	2021-10-01 22:00:57 UTC (rev 60668)
@@ -1,26 +0,0 @@
-# The njuthesis class
-
-## Overview
-
-This package is intended for typesetting Nanjing University thesis with LaTeX, providing support for bachelor, master, and doctoral thesis. Compilation of this class requires either `xelatex` or `lualatex` engine.
-
-## License
-
------
-    This work may be distributed and/or modified under the conditions of
-    the [LaTeX Project Public License](http://www.latex-project.org/lppl.txt),
-    either version 1.3c of this license or (at your option) any later
-    version.
------
-
-## Contributing
-
-If you run into any problem with the template, please contact us via Github issue or submit Pull Request.
-
-## Wiki
-
-Please see [Chinese wiki](https://github.com/nju-lug/NJUThesis/wiki)。
-
------
-
-Copyright © NJU-LUG

Deleted: trunk/Master/texmf-dist/doc/latex/njuthesis/README_ZH_CN.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/njuthesis/README_ZH_CN.md	2021-10-01 22:00:34 UTC (rev 60667)
+++ trunk/Master/texmf-dist/doc/latex/njuthesis/README_ZH_CN.md	2021-10-01 22:00:57 UTC (rev 60668)
@@ -1,77 +0,0 @@
-# NJU Thesis
-
-[![njuthesis](https://img.shields.io/badge/njuthesis-latex-blue)](https://git.nju.edu.cn/nju-lug/nju-latex-templates)
-[![overleaf](https://img.shields.io/badge/overleaf-supported-brightgreen)](https://tex.nju.edu.cn)
-![build status](https://github.com/nju-lug/NJUThesis/actions/workflows/build.yml/badge.svg)
-
-> 此项目是基于[NJU thesis 2021](https://github.com/FengChendian/NJUThesis2021)的重构版本,目前本科生版本**已经基本重构完成**,硕博论文**正在**根据研究生院的文件重构,但研究生院的规定并不完善,因此部分格式可能会参考本科的,**如果院系另有要求,请自行修改或者提交issue**。
-
-原来的[NJU thesis 2021](https://github.com/FengChendian/NJUThesis2021)模板太过古老并且不支持硕士、博士论文,目前难以维护,因此为了模板的可持续发展,现在将对该项目进行重构,项目挂载于[NJU-LUG](https://github.com/nju-lug)组织仓库下,目前已[发布在CTAN](https://ctan.org/pkg/njuthesis)。
-
-相关文档请参见[本项目wiki](https://github.com/nju-lug/NJUThesis/wiki)。
-
-## 快速开始
-
-从0.9.0版以后,本模板以DocStrip(`.dtx`)格式进行维护。常规的`.cls`格式文件可从Releases页面下载或使用以下方法提取。
-
-### 关于DocStrip文件
-
-DocStrip格式合并了LaTeX源代码和说明文档,更有利于宏包的发布。要使用该文件,请在当前工作目录下打开终端:
-
-- 输入`xetex njuthesis.dtx`以提取宏包内容
-- 输入`latexmk njuthesis.dtx`以生成并查看内置的文档
-
-请注意,由于文件重名原因,项目中的示例论文模板已被重命名为`njuthesis-sample.tex`。
-
-### 本地编译
-
-1. [从南大镜像站下载](https://mirror.nju.edu.cn/download/app/TeX%20%E6%8E%92%E7%89%88%E7%B3%BB%E7%BB%9F)并安装TeXLive或者MiKTeX最新版
-2. 下载包含[模板全部文件](https://github.com/nju-lug/NJUThesis/releases/latest)的压缩包`njuthesis.zip`
-3. 根据需要更改`njuthesis-sample.tex`文件中的内容
-4. 在模板根目录下运行`latexmk`编译文件,得到对应的PDF
-
-#### **关于本地编译**
-
-- 模板支持`latexmk`、`xelatex`、`lualatex`三种编译方式
-- 如果使用`latexmk`,请务必使用完整的命令`latexmk -xelatex`以免产生不必要的问题
-- 如果使用`xelatex`或`lualatex`,需要按照`xelatex/lualatex` -> `biber` -> `xelatex/lualatex` -> `xelatex/lualatex`的顺序编译四次
-- 仓库中`.vscode`附带一份VScode的LaTeX WorkShop的配置文件,可根据需要使用
-
-### [南大TeX](https://tex.nju.edu.cn)编译
-
-1. 下载包含[模板全部文件](https://github.com/nju-lug/NJUThesis/releases/latest)的压缩包`njuthesis.zip`
-2. 登录[南大TeX](https://tex.nju.edu.cn),点击New Project -> Upload Project上传刚刚得到的压缩包,上传后`njuthesis-sample.tex`、`njuthesis.cls`等文件应在根目录,0.9.0以后的目录结构如下所示:
-
-    ```shell
-    NJUThesis-master/
-    │
-    ├─figure/
-    │   njulogo.pdf
-    │   njuname.pdf
-    │
-    │ njuthesis.bib
-    │ njuthesis.cls
-    │ njuthesis-sample.tex
-    ```
-
-3. 在南大TeX项目内页面左上角的`Menu`中,将编译器改为`XeLaTeX`
-4. 编写TeX文档
-
-### 其他
-
-更多内容请参见项目Wiki中的[使用说明](https://github.com/nju-lug/NJUThesis/wiki/%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E)。
-
-你也可以下载[Release](https://github.com/nju-lug/NJUThesis/releases/latest)中附带的`njuthesis.pdf`,里面详尽阐述了模板的特性和使用方法。
-
-## 常见问题
-
-请参见[常见问题](https://github.com/nju-lug/NJUThesis/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)。
-
-## 贡献
-
-如果你发现了模板的问题,欢迎在Github中[提交issue](https://github.com/nju-lug/NJUThesis/issues)或者PR。
-
-## 许可
-
-本模板的发布遵守 LaTeX Project Public License(版本 1.3c 或更高)。
-

Modified: trunk/Master/texmf-dist/doc/latex/njuthesis/njuthesis.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/njuthesis/njuthesis.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/njuthesis/njuthesis.dtx	2021-10-01 22:00:34 UTC (rev 60667)
+++ trunk/Master/texmf-dist/source/latex/njuthesis/njuthesis.dtx	2021-10-01 22:00:57 UTC (rev 60668)
@@ -24,115 +24,6 @@
 \iffalse
 %</internal>
 %
-%<*readme-zh>
-# NJU Thesis
-
-[![njuthesis](https://img.shields.io/badge/njuthesis-latex-blue)](https://git.nju.edu.cn/nju-lug/nju-latex-templates)
-[![overleaf](https://img.shields.io/badge/overleaf-supported-brightgreen)](https://tex.nju.edu.cn)
-![build status](https://github.com/nju-lug/NJUThesis/actions/workflows/build.yml/badge.svg)
-
-> 此项目是基于[NJU thesis 2021](https://github.com/FengChendian/NJUThesis2021)的重构版本,目前本科生版本**已经基本重构完成**,硕博论文**正在**根据研究生院的文件重构,但研究生院的规定并不完善,因此部分格式可能会参考本科的,**如果院系另有要求,请自行修改或者提交issue**。
-
-原来的[NJU thesis 2021](https://github.com/FengChendian/NJUThesis2021)模板太过古老并且不支持硕士、博士论文,目前难以维护,因此为了模板的可持续发展,现在将对该项目进行重构,项目挂载于[NJU-LUG](https://github.com/nju-lug)组织仓库下,目前已[发布在CTAN](https://ctan.org/pkg/njuthesis)。
-
-相关文档请参见[本项目wiki](https://github.com/nju-lug/NJUThesis/wiki)。
-
-## 快速开始
-
-从0.9.0版以后,本模板以DocStrip(`.dtx`)格式进行维护。常规的`.cls`格式文件可从Releases页面下载或使用以下方法提取。
-
-### 关于DocStrip文件
-
-DocStrip格式合并了LaTeX源代码和说明文档,更有利于宏包的发布。要使用该文件,请在当前工作目录下打开终端:
-
-- 输入`xetex njuthesis.dtx`以提取宏包内容
-- 输入`latexmk njuthesis.dtx`以生成并查看内置的文档
-
-请注意,由于文件重名原因,项目中的示例论文模板已被重命名为`njuthesis-sample.tex`。
-
-### 本地编译
-
-1. [从南大镜像站下载](https://mirror.nju.edu.cn/download/app/TeX%20%E6%8E%92%E7%89%88%E7%B3%BB%E7%BB%9F)并安装TeXLive或者MiKTeX最新版
-2. 下载包含[模板全部文件](https://github.com/nju-lug/NJUThesis/releases/latest)的压缩包`njuthesis.zip`
-3. 根据需要更改`njuthesis-sample.tex`文件中的内容
-4. 在模板根目录下运行`latexmk`编译文件,得到对应的PDF
-
-#### **关于本地编译**
-
-- 模板支持`latexmk`、`xelatex`、`lualatex`三种编译方式
-- 如果使用`latexmk`,请务必使用完整的命令`latexmk -xelatex`以免产生不必要的问题
-- 如果使用`xelatex`或`lualatex`,需要按照`xelatex/lualatex` -> `biber` -> `xelatex/lualatex` -> `xelatex/lualatex`的顺序编译四次
-- 仓库中`.vscode`附带一份VScode的LaTeX WorkShop的配置文件,可根据需要使用
-
-### [南大TeX](https://tex.nju.edu.cn)编译
-
-1. 下载包含[模板全部文件](https://github.com/nju-lug/NJUThesis/releases/latest)的压缩包`njuthesis.zip`
-2. 登录[南大TeX](https://tex.nju.edu.cn),点击New Project -> Upload Project上传刚刚得到的压缩包,上传后`njuthesis-sample.tex`、`njuthesis.cls`等文件应在根目录,0.9.0以后的目录结构如下所示:
-
-    ```shell
-    NJUThesis-master/
-    │
-    ├─figure/
-    │   njulogo.pdf
-    │   njuname.pdf
-    │
-    │ njuthesis.bib
-    │ njuthesis.cls
-    │ njuthesis-sample.tex
-    ```
-
-3. 在南大TeX项目内页面左上角的`Menu`中,将编译器改为`XeLaTeX`
-4. 编写TeX文档
-
-### 其他
-
-更多内容请参见项目Wiki中的[使用说明](https://github.com/nju-lug/NJUThesis/wiki/%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E)。
-
-你也可以下载[Release](https://github.com/nju-lug/NJUThesis/releases/latest)中附带的`njuthesis.pdf`,里面详尽阐述了模板的特性和使用方法。
-
-## 常见问题
-
-请参见[常见问题](https://github.com/nju-lug/NJUThesis/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)。
-
-## 贡献
-
-如果你发现了模板的问题,欢迎在Github中[提交issue](https://github.com/nju-lug/NJUThesis/issues)或者PR。
-
-## 许可
-
-本模板的发布遵守 LaTeX Project Public License(版本 1.3c 或更高)。
-
-%</readme-zh>
-%
-%<*readme-en>
-# The njuthesis class
-
-## Overview
-
-This package is intended for typesetting Nanjing University thesis with LaTeX, providing support for bachelor, master, and doctoral thesis. Compilation of this class requires either `xelatex` or `lualatex` engine.
-
-## License
-
------
-    This work may be distributed and/or modified under the conditions of
-    the [LaTeX Project Public License](http://www.latex-project.org/lppl.txt),
-    either version 1.3c of this license or (at your option) any later
-    version.
------
-
-## Contributing
-
-If you run into any problem with the template, please contact us via Github issue or submit Pull Request.
-
-## Wiki
-
-Please see [Chinese wiki](https://github.com/nju-lug/NJUThesis/wiki)。
-
------
-
-Copyright © NJU-LUG
-%</readme-en>
-%
 %<*internal>
 \fi
 \begingroup
@@ -169,6 +60,9 @@
 \generate{
   \usedir{tex/latex/njuthesis}
     \file{\jobname.cls}        {\from{\jobname.dtx}{class}}
+    \file{njuvisual.sty}
+                               {\from{\jobname.dtx}{visual}
+                                \from{njuvisual.dtx}{visual}}
 %</install>
 %<*internal>
   \usedir{source/latex/njuthesis}
@@ -175,10 +69,6 @@
     \file{\jobname.ins}        {\from{\jobname.dtx}{install}}
 %</internal>
 %<*install>
-  \usedir{doc/latex/njuthesis}
-  \nopreamble\nopostamble
-    \file{README_EN.md}        {\from{\jobname.dtx}{readme-en}}
-    \file{README.md}           {\from{\jobname.dtx}{readme-zh}}
 }
 
 \obeyspaces
@@ -191,8 +81,7 @@
 \Msg{*                                                           *}
 \Msg{*     njuthesis.cls                                         *}
 \Msg{*     njuthesis.ins                                         *}
-\Msg{*     README.md                                             *}
-\Msg{*     README_EN.md                                          *}
+\Msg{*     njuvisual.sty                                         *}
 \Msg{*                                                           *}
 \Msg{* To produce the documentation, run the file njuthesis.dtx  *}
 \Msg{* through XeLaTeX.                                          *}
@@ -208,22 +97,33 @@
 \fi
 %</internal>
 %
-%<class>\NeedsTeXFormat{LaTeX2e}
-%<class>\RequirePackage{expl3}
-%<!(readme-zh|readme-en)> \GetIdInfo  $Id: njuthesis.dtx 0.9.2 2021-09-17 22:00:00 +0800  NJU LUG <nju.lug at yaoge123.cn> $
-%<class>  {Thesis template for Nanjing University}
-%<class>\ProvidesExplClass{\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
+%<class|visual>\NeedsTeXFormat{LaTeX2e}
+%<class|visual>\RequirePackage{expl3}
+%<class|visual>\GetIdInfo  $Id: njuthesis.dtx 0.11.0 2021-10-01 19:00:00 +0800  NJU LUG <nju.lug at yaoge123.cn> $
+%<class>  { Thesis template for Nanjing University }
+%<class>\ProvidesExplClass{njuthesis}
+%<visual>  { LaTeX3 Package for NJU Visual Identity }
+%<visual>\ProvidesExplPackage{njuvisual}
+%<class|visual>{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
 %
 %<*driver>
 \ProvidesFile{njuthesis.dtx}
 \documentclass{ctxdoc}
-\usepackage{listings,xcolor}
+\usepackage{listings,xcolor,tabularray}
+\setlist[1]{labelindent=0.5em}
+\UseTblrLibrary{booktabs,siunitx,diagbox}
+\DefTblrTemplate{caption-tag}{default}{表\hspace{0.25em}\thetable}
+\SetTblrStyle{caption-tag}{font=\bfseries}
+\DefTblrTemplate{caption-sep}{default}{\quad}
 \definecolor{njuviolet}{cmyk}{0.5,1,0,0.4}
 \definecolor{njumagenta}{cmyk}{0.05,1,0.55,0}
 \definecolor{njublue}{cmyk}{0.8,0.5,0,0}
 \definecolor{njuyellow}{cmyk}{0,0.3,1,0}
 \begin{document}
-  \DocInput{njuthesis.dtx}
+  \DocInput{njuthesis.dtx}  
+  \DocInput{njuvisual.dtx}
+  \PrintChanges
+  \PrintIndex
 \end{document}
 %</driver>
 % \fi
@@ -234,23 +134,43 @@
 % Nanjing University Linux User Group
 % \thanks{E-mail: \href{mailto:nju.lug at yaoge123.cn}{nju.lug at yaoge123.cn}}}
 %
-% \date{v0.9.2 \\ Released 2021-09-17}
+% \date{v0.11.0 \\ Released 2021-10-01}
 %
+% \changes{v0.1}{2021/09/04}{开始开发。}
+% \changes{v0.2}{2021/09/07}{初步搭建了可用的模板。}
+% \changes{v0.3}{2021/09/09}{使用自动构建工具进行测试。}
+% \changes{v0.4}{2021/09/09}{将个人信息使用内置命令输入。}
+% \changes{v0.5}{2021/09/10}{新增了对第二导师的支持。}
+% \changes{v0.6}{2021/09/10}{封装个人信息}
+% \changes{v0.6}{2021/09/10}{实现自动打包发布。}
+% \changes{v0.7}{2021/09/11}{增加对研究生模板的支持}
+% \changes{v0.7}{2021/09/12}{将njuthesis发布在CTAN。}
+% \changes{v0.8}{2021/09/12}{修复已知问题,进行公开宣传。}
+% \changes{v0.9}{2021/09/15}{使用DocStrip合并模板文件。}
+% \changes{v0.9}{2021/09/15}{大幅度修改宏名称以符合\hologo{LaTeX3}规范。}
+% \changes{v0.9}{2021/09/15}{进一步完善文档。}
+% \changes{v0.10}{2021/09/24}{删除了生成自述文件的代码。}
+%
 % \maketitle
 %
 % \begin{abstract}
-% 南京大学学位论文\hologo{LaTeX}模板基于本科生院的论文撰写规范制作,同时参考研究生院提供的硕士、博士学位材料包,用于生成符合南京大学学位论文排版要求和相应的国家规范、行业标准的学位论文,旨在为同学提供毕业论文书写的方便。
+% 南京大学学位论文\hologo{LaTeX}模板基于本科生院的论文撰写规范制作,
+% 同时参考研究生院提供的硕士、博士学位材料包,
+% 用于生成符合南京大学学位论文排版要求和相应的国家规范、行业标准的学位论文,
+% 旨在为同学提供毕业论文书写的方便。
 % \end{abstract}
 %
 % \def\abstractname{Abstract}
 % \begin{abstract}
-% The \textsc{NJuThesis} class is intended for typesetting Nanjing University thesis with LaTeX, providing support for bachelor, master, and doctoral thesis. 
+% The \textsc{NJuThesis} class is intended for 
+% typesetting Nanjing University thesis with \hologo{LaTeX}, 
+% providing support for bachelor, master, and doctoral thesis. 
 % \end{abstract}
 %
+% \vspace{2cm}
 % \def\abstractname{特别声明}
 % \begin{abstract}
 % 请注意,本模板仍未完成开发,出现bug或者文档不完善属于正常情况,提issue或Pull Request即可。
-%
 % \href{https://git.nju.edu.cn/nju-lug/lug-introduction}{NJU LUG}始终欢迎您的加入与贡献!
 % \end{abstract}
 %
@@ -276,16 +196,17 @@
 %  \item 杨文博(\href{http://yangwenbo.com/}{@solrex})的\href{https://github.com/solrex/njuthesis}{南京大学学位论文\hologo{LaTeX}模板}(2010) 
 %  \item \href{https://github.com/fireblue}{@fireblue}基于solrex模板的的\href{https://github.com/fireblue/NJUThesis}{南京大学学位论文\hologo{LaTeX}模板}(2013)
 %  \item \href{https://github.com/wenhai-zheng}{@wenhai-zheng}的\href{https://github.com/wenhai-zheng/NJUThesis}{NJUThesis}(2013)  
+%  \item 曹增乐(\href{https://github.com/ZLCao}{@ZLCao})的\href{https://github.com/ZLCao/NJUBachelor}{NJUBachelor}(2013-2016)
 %  \item 胡海星(\href{http://haixing-hu.github.io/}{@Haixing-Hu})的\href{https://github.com/Haixing-Hu/nju-thesis}{NJU-Thesis}(2013 - 2018)
 %  \item 张楚珩(\href{https://github.com/zhangchuheng123}{@zhangchuheng123})基于胡海星模板的\href{https://github.com/zhangchuheng123/NJUThesis}{NJUThesis}(2016)
 %  \item 蒋炎岩(\href{http://ics.nju.edu.cn/~jyy/}{@jiangyy})的\href{https://github.com/jiangyy/njuthesis}{南京大学山寨\hologo{LyX}研究生毕业论文模板}(2017)
-%  \item 饶安逸(\href{https://anyirao.com/}{@AnyiRao})基于胡海星模板的\href{https://github.com/jiangyy/njuthesis}{NJU-Thesis}(2018)
 %  \item \href{https://github.com/njuHan}{@njuHan}基于胡海星模板的\href{https://github.com/njuHan/njuthesis-nju-thesis-template/}{NJU-Thesis}(2018 - 2021)
-%  \item 赵懿晨(\href{https://fengchendian.github.io/about.html}{@FengChendian})基于AnyiRao模板的\href{https://github.com/FengChendian/NJUThesis2021}{NJU Thesis 2021}(2021)
+%  \item 饶安逸(\href{https://anyirao.com/}{@AnyiRao})基于张楚珩模板的\href{https://github.com/AnyiRao/NJUThesis2018/}{NJU Thesis 2018}(2018)
+%  \item 赵懿晨(\href{https://fengchendian.github.io/about.html}{@FengChendian})基于饶安逸模板的\href{https://github.com/FengChendian/NJUThesis2021}{NJU Thesis 2021}(2021)
 % \end{enumerate}
 % 至于不幸而未进行代码版本管理的,甚至于说以压缩包形式流传于各人硬盘中的,就更不可计数了。
 %
-% 与其让一千个学生做一千种不同的模板,不如有人牵起头来,集中力量办大事。因此,南京大学 Linux User Group 的有志之士在2021年暑期联合起来,参考以上的现成模板,兼顾友校thuthesis、fduthesis等优秀项目,构建了这一全新模板,力求通过\hologo{LaTeX3}语法和清淅的接口实现良好的易用性和可维护性。
+% 与其让一千个学生做一千种不同的模板,不如有人牵起头来,集中力量办大事。因此,南京大学 Linux User Group 的有志之士在2021年暑期联合起来,参考以上的现成模板,兼顾友校\href{https://ctan.org/pkg/thuthesis}{thuthesis}、\href{https://ctan.org/pkg/fduthesis}{fduthesis}等优秀项目,构建了这一全新模板,力求通过\hologo{LaTeX3}语法和清晰的接口实现良好的易用性和可维护性。
 %
 % 目前,本模板的主要维护者包括:
 %
@@ -292,6 +213,7 @@
 % \begin{itemize}
 %     \item 赵懿晨
 %     \item 熊煜
+%     \item 马畅
 % \end{itemize}
 %
 % \subsection{君\hologo{LaTeX}本当上手}
@@ -302,31 +224,89 @@
 % 本模板通过\textsc{DocStrip}进行维护,实际上是一种\emph{文学编程}。文学编程的本体是那些用来说明的文字,按写书写文章的方式组织。
 % \file{njuthesis.dtx}包含njuthesis模板的所有信息。前半部分为模板说明,即各种常用命令与必要的使用方法;后半部分为代码实现,为带有详细注释的\hologo{TeX}源代码。后者配合附录,为有意了解本模板细节的同学提供简明的指引。
 %
-% 下文中将出现若干特殊格式,包括\file{file-example.xxx}等。
+% 下文中将出现若干特殊格式,用来指示代码组件。譬如,\file{file-example.xxx}为文件名,\pkg{pkg-example}为宏包名,\opt{opt-example}为选项名,\env{env-example}为需要|\begin{}|和|\end{}|的环境名,等。
 %
 % 如果您在使用最新版模板时发现了任何问题,抑或有意向参与本模板的维护,请通过GitHub issue或者QQ群聊联系LUG。
 %
 % \section{安装}
 % \label{sec:setup}
+% 本节主要介绍本宏包的获取、安装以及编译方式。
+% 
+% \subsection{获取模板}
 %
-% 本节主要介绍本宏包的获取、安装以及编译方式
-% \subsection{下载模板}
+% \subsubsection{自动安装}
 %
-% 本宏包已经发布在CTAN,将在明年进入\hologo{TeX}\,Live 2022 发行版。然而CTAN版更新不及时,更推荐使用以下方式下载。
+% \pkg{njuthesis}已经于2021年9月12日\href{https://ctan.org/pkg/njuthesis}{发布在CTAN}(Comprehensive \hologo{TeX} Archive Network),将在明年进入\hologo{TeX}\,Live 2022。
+% 目前,南大\hologo{TeX}已预置本模板,详见\ref{subsec:onlinecompile}。
+% 您可以通过 \hologo{TeX}\,Live Manager 或者 \hologo{MiKTeX} Console 等
+% 图形化包管理器直接安装并使用最新的稳定版,也可以使用 \pkg{tlmgr}
+% \begin{ctexexam}
+%   tlmgr install njuthesis
+% \end{ctexexam}
+% 
+% 我们强烈建议使用这一类安装方式。
 %
-% 从本模板的Github Releases页面下载最新的发布版
+% 另一方面,CTAN版需要开发者手动上传,版本更新具有滞后性。如果使用时遇到了问题,推荐使用以下方式获取最新正式版。
+% 
+% \subsubsection{下载正式版}
+% \label{subsubsec:downloadrtm}
 %
-% 从本模板的Github仓库下载最新的dtx文件自行安装
+% 本模板不定期将已有的新功能和问题修复打包为新的正式发行版,下载方式包括:
+% \begin{itemize}
+%  \item \href{https://github.com/nju-lug/NJUThesis/releases/latest}{Github Releases页面}
+%  \item \href{https://mirror.nju.edu.cn/download/app/NJUThesis%20%E8%AE%BA%E6%96%87%E6%A8%A1%E6%9D%BF}{南大镜像下载页}
+%\end{itemize}
+% 在国内使用时,后者具有显著更快的速度。
 %
+% \subsubsection{下载源代码}
+%
+% 最新开发进度会提交在位于Github仓库的源代码。
+% 请注意,如果仅仅是希望使用这个模板写论文,请无论如何都不要从编译源代码开始,这样做只会浪费生命中宝贵的数分钟时间。
+% 我们只推荐希望参与开发的同学下载\file{dtx}文件。
+% \begin{itemize}
+%  \item \href{https://github.com/nju-lug/NJUThesis/}{Github 仓库}
+%  \item \href{https://git.nju.edu.cn/nju-lug/nju-latex-templates/njuthesis}{NJU Git 同步镜像}
+%\end{itemize}
+%
+% \subsection{文件构成}
+%
+% \cls{njuthesis}由数量众多的文件组成,\emph{所有可能遇到的}文件如表 \ref{tab:njuthesisfiles} 所示。
+% 其中标注为黄色的内容仅供开发使用,并不会在发行版中出现。
+%
+% \begin{table}[ht]
+%   \caption{\cls{njuthesis}文件构成}
+%   \label{tab:njuthesisfiles}
+%   \centering
+%   \begin{tabular}{lp{18em}}
+%     \toprule
+%     名称 & 说明 \\
+%     \midrule
+%     \file{.vscode}                        & Visual Studio Code 配置文件 \\
+%     \file{latexmkrc}                      & latexmk 配置文件 \\
+%     \file{LICENSE}                        & 许可证 \\
+%     \file{njuthesis.bib}                  & 示例参考文献列表 \\
+%     \file{njuthesis.cls}                  & 模板文档类 \\
+%     \color{njuyellow}\file{njuthesis.dtx} & 文档类源代码 \\
+%     \color{njuyellow}\file{njuthesis.ins} & 文档类安装脚本 \\
+%     \file{njuthesis.pdf}                  & 用户手册(本文档) \\
+%     \file{njuthesis-sample.tex}           & 示例文档,不妨以此为基础撰写论文 \\
+%     \color{njuyellow}\file{njuvisual.dtx} & 视觉识别系统源代码 \\
+%     \file{njuvisual.sty}                  & 南京大学视觉识别系统 \\
+%     \file{README.md}                      & 自述文件 \\
+%     \bottomrule
+%   \end{tabular}
+% \end{table}
+%
 % \subsection{本地编译}
+% \label{subsec:localcompile}
 %
 % \subsubsection{安装\hologo{TeX}发行版}
 %
-% 首先需要下载\hologo{TeX}软件发行版,校园网环境中使用\href{https://mirror.nju.edu.cn/download/app/TeX%20%E6%8E%92%E7%89%88%E7%B3%BB%E7%BB%9F}{南大镜像站}可以获得最好的体验。\textbf{推荐使用最新的\hologo{TeX}\,Live 2021或者\hologo{MiKTeX} 21以避免潜在的兼容性问题。}
+% 首先需要下载\hologo{TeX}软件发行版,校园网环境中使用\href{https://mirror.nju.edu.cn/download/app/TeX%20%E6%8E%92%E7%89%88%E7%B3%BB%E7%BB%9F}{南大镜像站}可以获得最好的体验。\textbf{推荐使用最新的\hologo{TeX}\,Live 2021或者\hologo{MiKTeX} 21以避免潜在的兼容性问题。使用\hologo{LuaLaTeX}编译需要将\pkg{LuaTeX-ja}包更新至2021-09-19或更新的版本}
 %
 % \begin{itemize}
 %     \item 为了避免不必要的麻烦,请尽可能下载 full 版本,如 texlive-full。简而言之,下载大的那个。
-%     \item 并且,尽可能使用最新版(截至目前是 2021)。2020 及之前版本使用 PDF 格式的图片可能会出现加粗问题。
+%     \item 并且,尽可能使用最新版(截至目前是 2021)。2020 及之前版本使用 PDF 格式的图片可能会出现加粗问题以及l3语法解释错误。
 % \end{itemize}
 %
 % 下表是目前经过测试的环境。如果有其他可用不可用的环境,欢迎补充。
@@ -333,28 +313,28 @@
 % \begin{table}[ht]
 %     \centering
 %     \caption{经过测试的环境}
-%     % \label{tab:1}
+%     \label{tab:1}
 %     \begin{tabular}{ccc}
-%         \toprule
-%         OS & TeX & 测试情况 \\
-%         \midrule
-%         Windows 10   & \hologo{TeX}\,Live 2020 & cref存在格式问题  \\
-%         Windows 10   & \hologo{TeX}\,Live 2021 & 通过 \\
-%         Windows 10   & \hologo{MiKTeX}         & 通过 \\
-%         macOS 10.15  & mac\hologo{TeX} 2021    & 通过 \\
-%         Ubuntu 20.04 & \hologo{TeX}\,Live 2021 & 通过 \\
-%         Arch Linux   & \hologo{TeX}\,Live 2021 & 通过 \\
-%         \bottomrule
+%           \toprule
+%           OS & TeX & 测试情况 \\
+%           \midrule
+%           Windows 10   & \hologo{TeX}\,Live 2020 & cref存在格式问题  \\
+%           Windows 10   & \hologo{TeX}\,Live 2021 & 通过 \\
+%           Windows 10   & \hologo{MiKTeX}         & 通过 \\
+%           macOS 10.15  & mac\hologo{TeX} 2021    & 通过 \\
+%           Ubuntu 20.04 & \hologo{TeX}\,Live 2021 & 通过 \\
+%           Arch Linux   & \hologo{TeX}\,Live 2021 & 通过 \\
+%           \bottomrule
 %     \end{tabular}
 % \end{table}
 %
 % \subsubsection{选择编辑器}
 %
-% 配置完编译器后,还需要一个\textbf{文本编辑器}作为前端来完成\texttt{.tex}文件内容的写作。
+% 配置完编译器后,还需要一个\textbf{文本编辑器}作为前端来完成\file{.tex}文件内容的写作。
 %
-% 至今仍有相当一部分人认为Windows自带的\textit{记事本}是最好的文本编辑器,但对于本项目而言,在此诚心诚意地推荐你使用\textbf{更现代更美观更多功能}的编辑器,譬如\emph{安装了 LaTeX Workshop 插件 的 \href{https://code.visualstudio.com/}{Visual Studio Code}},来完成论文编写。你也可以根据个人的喜好随便使用其他编辑器,如 TeXworks、TeX Studio 等,顺手就行。
+% 至今仍有相当一部分人认为Windows自带的\emph{记事本}是最好的文本编辑器,但对于本项目而言,在此诚心诚意地推荐你使用\textbf{更现代更美观更多功能}的编辑器,譬如\emph{安装了 LaTeX Workshop 插件 的 \href{https://code.visualstudio.com/}{Visual Studio Code}},来完成论文编写。你也可以根据个人的喜好随便使用其他编辑器,如 TeXworks、TeX Studio 等,顺手就行。
 %
-% 若使用 LaTeX Workshop 插件,本项目在|.vscode/|中提供一份简易配置,可以省略初始配置步骤直接使用。
+% 若使用 \hologo{LaTeX} Workshop 插件,本项目在|.vscode/|中提供一份简易配置,可以省略初始配置步骤直接使用。
 %
 % \subsubsection{编译顺序}
 % 假设即将使用的文件名为\file{mynjuthesis.tex}
@@ -388,10 +368,12 @@
 % \end{ctexexam}
 %
 % \subsection{在线编译}
+% \label{subsec:onlinecompile}
 %
 % 相信你在接触了本地编译以后,很快就会意识到一些十分显然的事实,譬如\hologo{TeX}编译器安装过程较为漫长,占用空间过大,而且在一部分处理器性能不佳的电脑上需要较长编译时间\footnote{其实这三点都是对广大的Windows用户说的,同一个模板在Linux编译可以节省一半耗时}。拒绝接受这些麻烦的同学不妨尝试本节介绍的在线编译方法。
 %
 % \subsubsection{南大\hologo{TeX}平台简介}
+% \changes{v0.2}{2021/09/07}{添加对南大\hologo{TeX}的支持。}
 %
 % \href{https://tex.nju.edu.cn}{南大\hologo{TeX}}基于开源的ShareLaTeX平台\footnote{理论上在\href{https://doc.nju.edu.cn/books/latex}{这个网站}能找到一段平台简介,实际上大家都有意无意地鸽了,下次一定补上。},于2021年3月4日正式上线,面向南京大学全体师生开放,首次使用需凭学校邮箱自助注册账号。
 %
@@ -398,38 +380,52 @@
 % \subsubsection{操作步骤}
 %
 % \begin{enumerate}
-%     \item 下载\href{https://github.com/nju-lug/NJUThesisUndergraduate/archive/refs/heads/master.zip}{模板全部文件}
 %     \item 访问\href{https://tex.nju.edu.cn}{南大\hologo{TeX}},点击界面右上方Register,使用\emph{南京大学邮箱}注册账号并登录
-%     \item 点击New Project -> Upload Project上传刚刚得到的zip文件,上传后njuthesis.tex、njuthesis.cls等文件应在根目录,目录结构如{{sec:directory}}所示
 %     \item 在项目页面左上角的Menu中,将编译器改为\hologo{XeLaTeX}或者\hologo{LuaLaTeX}
-%     \item 编写论文
+%     \item 仿照\file{njuthesis-sample.tex}编写论文
 %     \item 点击Compile按钮进行编译和预览
-%     \item 点击编译按钮右侧第三个按钮下载产物
 % \end{enumerate}
 %
-% \subsubsection{关于Overleaf平台}
+% 注意,由于南大\hologo{TeX}已预装\cls{njuthesis},可以直接编写正文,无需\file{.cls}等格式文件。如果需要使用新版模板,也可以点击New Project -> Upload Project上传 \ref{subsubsec:downloadrtm} 得到的压缩文件。
 %
-% 由于\href{https://www.overleaf.com/}{Overleaf平台}的\hologo{TeX}\,Live版本停留在2020,\texttt{cleveref}包在引用章节时会生成错误的标签,引发格式错误;而南大\hologo{TeX}通过及时更新规避了这一问题。因此\emph{请务必不要使用Overleaf官网进行编译}。
+% \subsubsection{关于Overleaf}
 %
+% 由于\href{https://www.overleaf.com/}{Overleaf平台}的\hologo{TeX}\,Live版本停留在2020,\texttt{cleveref}包在引用章节时会生成错误的标签,引发格式错误;而南大\hologo{TeX}通过及时更新规避了若干问题。因此\emph{请务必不要使用Overleaf官网进行编译}。
 %
 %
+%
 % \section{使用方法}
 %
-% \subsection{自定义选项}
+% \subsection{标准结构}
 %
-% 尖括号内列出了若干个允许的选项,其中加粗的为默认选项。
+% 典型的\cls{njuthesis}主文件结构应该如下所示:
 %
-% 封面标题留空即可自动化换行
+% \begin{ctexexam}
+%   \documentclass[<options>]{njuthesis}
+%   \njusetup { info = {<info>} }
+%   \graphicspath{{figure/}}
+%   \addbibresource{njuthesis.bib}
+%   \begin{document}
+%   \maketitle
+%   <abstract>
+%   <preface>
+%   \tableofcontents
+%   \listoffigures
+%   \listoftables
+%   \mainmatter
+%   <text>
+%   \printbibliography[heading=bibintoc,title=参考文献]
+%   <acknowledgement>
+%   \appendix
+%   <appendix>
+%   \end{document}
+% \end{ctexexam}
 %
-% 第二导师不填则留空,目前来说拥有两位指导老师并不是一种普遍状况。
+% \subsection{模板选项}
 %
-% \begin{function}[added=2021-09-07]{nlcover}
-%   \begin{syntax}
-%     nlcover = <\TTF>
-%   \end{syntax}
+% 模板选项位于\tn{documentclass}后的方括号内,用于指定模板的行为。
+% 下文中尖括号内列出了若干个允许的选项,其中加粗的为默认选项。
 %
-% 通过此项可选择是否添加国家图书馆封面,本选项仅对于研究生有效
-% \end{function}
 %
 % 
 % \subsubsection{学位信息}
@@ -438,18 +434,24 @@
 %     degree = <(ug)|mg|mf|phd>
 %   \end{syntax}
 %
-% 选择学位,可选:
-% \opt{ug}(默认本科),\opt{mg}即学术硕士,\opt{mf},\opt{phd}。
+% 选择学位,分别为本科、学术型硕士、专业硕士、博士。
 % \end{function}
-%   
+% 
+% \begin{function}[added=2021-09-07]{nlcover}
+%   \begin{syntax}
+%     nlcover = <\TTF>
+%   \end{syntax}
 %
+% 通过此项可选择是否添加国家图书馆封面。由于本科生院文件中并未提及相关规定,故本选项仅对于研究生有效。
+% \end{function}  
+%
 % \begin{function}[added=2021-09-07]{type}
 %   \begin{syntax}
 %     type = <(thesis)|design>
 %   \end{syntax}
 %
-% 用于选择文档类型并将相关字段输出在封面和摘要页。可选值包括thesis(表示毕业论文)和design(表示毕业设计),缺省值为thesis。
-% \opt{thesis}(默认),\opt{design}。
+% 用于选择文档类型并将相关字段输出在封面和摘要页,可选值分别为毕业论文和毕业设计。
+% 
 % \end{function}
 %   
 %
@@ -456,230 +458,769 @@
 %
 % \subsubsection{指定字体}
 %
-%
 % 学校论文格式要求使用的字体一般已经预装在各个操作系统,本模板针对不同平台进行了自动检测适配,可以开箱即用。
 %
-% 如果希望更改本模板使用的字体,请填写以下两个选项覆盖检测操作系统得到的设置
+% 如果希望更改本模板使用的字体,请填写以下两个选项以覆盖操作系统检测得到的设置。
 % 
+% \begin{function}[added=2021-09-07]{customchinesefont,customlatinfont}
+%   \begin{syntax}
+%     customchinesefont = <(windows)|macos|fandol|founder|noto|none>
+%     customlatinfont = <(windows)|macos|gyre|none>
+%   \end{syntax}
 %
-% \begin{function}[added=2021-09-07]{customlatinfont}
+% 手动指定字体。
+% \end{function}
+%
+%
+% 根据学校论文格式的要求,本模板使用的中文字体主要有{\songti 宋体}、{\heiti 黑体}、{\kaishu 楷体}、{\fangsong 仿宋}四种;
+% 西文字体主要有衬线体(\textup{serif})、无衬线体(\textsf{sans-serif})和等宽字体(\texttt{monospace})三种。
+% 在生成论文时,需要将每一种字体(宋体、楷体)与一种字库(操作系统中的 ttf 文件)相对应。
+% 由于不同操作系统自带的字库不同,在不同的操作系统上使用同一套配置会导致缺字、编译出错等后果。
+% 因此,本模板对于中文字体和西文字体都提供了多种字体配置。
+%
+% 本模板提供的中文字体配置如表 \ref{tab:chinesefontset} 所示。
+% 在不指定字体配置的情况下,本模板默认使用与操作系统相对应的字体配置
+% (见表中前三行,Windows 和 macOS 以外的系统采用 Fandol 配置)。
+% 此外,我们也单独提供了方正和思源两套中文字体配置。
+%
+% \begin{table}[htbp]
+%   \centering
+%   \begin{talltblr}[
+%   caption = {中文字体配置列表},
+%   label = {tab:chinesefontset},
+%   note{a} = {使用
+%     \href{http://www.foundertype.com/index.php/FontInfo/index/id/164}{方正小标宋}
+%     作为方正书宋的粗体,使用
+%     \href{http://www.foundertype.com/index.php/FontInfo/index/id/131}{方正黑体}
+%     作为方正细黑一的粗体},
+%   note{b} = {思源字体并不包含楷书和仿宋,而Adobe楷体和仿宋难以直接下载,
+%     因此使用方正字体代替;考虑到获取字体的难易程度,采用
+%     \href{https://www.google.com/get/noto}{noto} 字体表示思源字体},
+%   ] { cell{2}{2,4} = {njuyellow}, cell{4}{4} = {njuyellow}, colspec = {ccccc} }
+%   \toprule
+%   配置名称   & 宋体        & 黑体        & 楷书        & 仿宋 \\
+%   \midrule
+%   Windows    & 中易宋体    & 中易黑体    & 中易楷体    & 中易仿宋 \\
+%   macOS      & 华文宋体    & 华文黑体    & 华文楷体    & 华文仿宋 \\
+%   \href{https://www.ctan.org/pkg/fandol} {Fandol}           
+%              & Fandol宋体  & Fandol黑体  & Fandol楷体  & Fandol仿宋 \\
+%   \href{https://www.foundertype.com}     {方正}\TblrNote{a} 
+%   & \href{http://www.foundertype.com/index.php/FontInfo/index/id/151}{方正书宋}
+%   & \href{http://www.foundertype.com/index.php/FontInfo/index/id/161}{方正细黑一}
+%   & \href{http://www.foundertype.com/index.php/FontInfo/index/id/137}{方正楷体}
+%   & \href{http://www.foundertype.com/index.php/FontInfo/index/id/128}{方正仿宋} \\
+%   \href{https://github.com/adobe-fonts}  {思源}\TblrNote{b} 
+%   & \href{https://fonts.google.com/noto/specimen/Noto+Serif+SC}{思源宋体}
+%   & \href{https://fonts.google.com/noto/specimen/Noto+Sans+SC}{思源黑体}
+%                                          & 方正楷体    & 方正仿宋 \\
+%   \bottomrule
+%   \end{talltblr}
+% \end{table}
+%
+% 由于各操作系统对自带字体的支持程度不同,本模板对不同字体加粗的方式有所差别,
+% 表 \ref{tab:chinesefontset} 中,黄色底色的字体采用算法加粗。
+% 除此以外,各种字体在设计上也存在差异,因此本模板在不同操作系统下编译的结果可能存在细微不同,使用时请注意。
+% 若想要获得与 Word 版本模板最为贴近的体验,
+% 可以通过手动安装 Windows 自带的中易宋体、中易黑体、中易楷体和中易仿宋,并设置使用 Windows 字体来实现。
+%
+% 本模板提供的西文字体配置如表 \ref{tab:latinfontset} 所示。
+% 在不指定字体配置的情况下,本模板默认使用与操作系统相对应的字体配置
+% (见表中前三行,Windows 和 macOS 以外的系统采用 \opt{gyre} 配置)。
+%
+% \begin{table}[htbp]
+%   \centering
+%   \caption{西文字体清单}
+%   \label{tab:latinfontset}
+%   \begin{tabular}{cccc}
+%       \toprule
+%       配置名称 & 衬线体 & 无衬线体 & 等宽字体 \\
+%       \midrule
+%       Windows  & Times~New~Roman           & Arial                   & Courier~New \\
+%       macOS    & Times~New~Roman           & Arial                   & Menlo \\
+%       \href{http://www.gust.org.pl/projects/e-foundry/tex-gyre}{gyre} 
+%                & \Hologo{TeX}~Gyre~Termes  & \Hologo{TeX}~Gyre~Heros & \Hologo{TeX}~Gyre~Cursor \\
+%       \bottomrule
+%   \end{tabular}
+% \end{table}
+%
+% 若要手动选择字体,则需将字体设置为 \opt{none},再通过 \pkg{fontspec} 宏包或 \pkg{ctex} 宏包中给出的命令来实现。
+%
+% 最后,出于统一格式的需要,本模板还选取了与正文字体相似度最高的数学字体(\href{https://www.stixfonts.org}{STIX 字体})用于公式排版。
+%
+% 本节提及的字库中,中文字库只有方正书宋、方正黑体、方正楷体、方正仿宋、两种思源字体和四种Fandol字体能够\emph{免费商用};
+% 英文字库中只有 Times New Roman、STIX 和三种\Hologo{TeX} Gyre字体能够\emph{免费商用}。
+% 因此,若需要将本模板用于商业相关的活动,请咨询专业人士。
+%
+% \subsection{个人信息}
+%
+% \begin{function}[added=2021-09-10]{\njusetup}
 %   \begin{syntax}
-%     customlatinfont = <(windows)|macos|gyre|null>
+%     \tn{njusetup}\Arg{键值列表}
 %   \end{syntax}
+% 
 %
-% 手动指定英文字体,可选:
-% \opt{windows}(默认), \opt{macos}, \opt{gyre}, \opt{null}。
+% 以下为各项个人信息,其中带星号的为对应的英文名称。
+% 有空格的内容需要将空格替换为波浪线或者两端加上大括号,不需要的项目不填即可。
+%
 % \end{function}
 %
+% \begin{function}{info/titlea,info/titleb,info/titlec,info/title*}
+%   \begin{syntax}
+%     titlea = \Arg{第一行标题}
+%     titleb = \Arg{第二行标题}
+%     titlec = \Arg{第三行标题}
+%     title* = \Arg{英文标题}
+%   \end{syntax}
+% 题目。由于封面上提供给中文题目的横线长度有限(单行最长为15个汉字),这里将中文题目进行手动拆分,请自行选择合适的断行处。如果题目较短不需要二三行,留空即可。
+% \end{function}
+%
+% \begin{function}{info/keywords,info/keywords*}
+%   \begin{syntax}
+%     keywords = \Arg{关键词}
+%     keywords* = \Arg{英文关键词}
+%   \end{syntax}
+% 关键词列表。关键词之间需要使用英文半角逗号隔开,含有空格的关键字需要使用花括号包裹以避免歧义。可以参照示例模板中的填写方式。
+% \end{function}
+%
+% \begin{function}{info/grade}
+%   \begin{syntax}
+%     grade = \Arg{20XX}
+%   \end{syntax}
+% 年级,推荐格式为“20XX”。
+% \end{function}
+%
+% \begin{function}{info/student-id}
+%   \begin{syntax}
+%     student-id = \Arg{学号}
+%   \end{syntax}
+% 学号。南京大学本科生为9位数字学号,研究生为两位大写字母标识加上八位数字组成的学号。
+% \end{function}
+%
+% \begin{function}{info/author,info/author*}
+%   \begin{syntax}
+%     author = \Arg{你的名字}
+%     author* = \Arg{姓名拼音}
+%   \end{syntax}
+% 姓名。
+% \end{function}
 % 
-% \begin{function}[added=2021-09-07]{customchinesefont}
+% \begin{function}{info/department,info/department*}
 %   \begin{syntax}
-%     customchinesefont = <(windows)|macos|fandol|founder|noto|null>
+%     department = \Arg{院系}
+%     department* = \Arg{院系}
 %   \end{syntax}
+% 院系。
+% \end{function}
+% 
+% \begin{function}{info/major,info/major*}
+%   \begin{syntax}
+%     major = \Arg{专业}
+%     major* = \Arg{专业}
+%   \end{syntax}
+% 专业。
+% \end{function}
+% 
+% \begin{function}{info/field,info/field*}
+%   \begin{syntax}
+%     field = \Arg{方向}
+%     field* = \Arg{方向}
+%   \end{syntax}
+% 研究领域。只有研究生有研究领域的说法。
+% \end{function}
+%  
+% \begin{function}{info/supervisora,info/supervisora*,info/supervisora-title,info/supervisora-title*}
+%   \begin{syntax}
+%     supervisora = \Arg{导师}
+%     supervisora* = \Arg{导师}
+%     supervisora-title = \Arg{导师职称}
+%     supervisora-title* = \Arg{导师职称}
+%   \end{syntax}
+% 导师,如果有第二导师,填写第二导师时将A替换为B即可。
+% \end{function}
 %
-% 手动指定中文字体,可选:
-% \opt{windows}(默认), \opt{macos}, \opt{fandol}, \opt{founder},\opt{noto},\opt{null}。
 %
-% 方正字体(简繁扩展)系列
-% FZSSK \href{http://www.foundertype.com/index.php/FontInfo/index/id/151}{方正书宋} 免费商用
+% \begin{function}{info/submit-date,info/submit-date*}
+%   \begin{syntax}
+%     submit-date = \Arg{提交日期}
+%     submit-date* = \Arg{提交日期}
+%   \end{syntax}
+% 提交日期。
+% \end{function}
 %
-% FZXBSK \href{http://www.foundertype.com/index.php/FontInfo/index/id/164}{方正小标宋} 设计师非商免费
+% \begin{function}{info/defend-date,info/chairman,info/reviewer}
+%   \begin{syntax}
+%     defend-date = \Arg{答辩日期}
+%     chairman = \Arg{答辩主席}
+%     reviewer = \Arg{评委姓名职称}
+%   \end{syntax}
+% 答辩相关的内容,只对研究生有效,包括答辩日期,评审委员会主席及四位成员的姓名加职称。其中,四位评审成员是以列表的形式存储的,填写方法同关键词。
+% \end{function}
 %
-% FZKTK \href{http://www.foundertype.com/index.php/FontInfo/index/id/137}{方正楷体} 免费商用
+% \begin{function}{info/clc,info/secret-level,info/udc,info/supervisor-contact}
+%   \begin{syntax}
+%     clc = \Arg{中图分类号}
+%     secret-level = <不涉密|秘密|机密|绝密>
+%     udc = \Arg{udc}
+%     supervisor-contact = \Arg{导师联系方式}
+%   \end{syntax}
+% 国家图书馆封面相关,包括中图分类号、密级和udc。
+% \end{function}
 %
-% FZXH1K \href{http://www.foundertype.com/index.php/FontInfo/index/id/161}{方正细黑一} 设计师非商免费
+% 本科生可以参考如下列表输入个人信息。注意不能有空行。
 %
-% FZHTK  \href{http://www.foundertype.com/index.php/FontInfo/index/id/131}{方正黑体} 免费商用
 %
-% FZFSK  \href{http://www.foundertype.com/index.php/FontInfo/index/id/128}{方正仿宋}
+% \begin{ctexexam}
+%   \njusetup {
+%       info = {
+%           titlea = 第一行标题,
+%           titleb = 第二行标题,
+%           title* = {My title in English}, 
+%           keywords = {我,就是,充数的,关键词},
+%           keywords* = {Dummy,Keywords,Here,{it is}},
+%           grade = 2018,
+%           student-id = 189114514,
+%           author = 周煜华,
+%           author* = Zhou~Yuhua,
+%           department = 拉太赫科学与技术学院,
+%           department* = School~of~\hologo{LaTeX},
+%           major = 拉太赫语言学,
+%           major* = \hologo{LaTeX}~Linguistics,
+%           supervisora = 李成殿,
+%           supervisora*= Li~Chengdian,
+%           supervisora-title = 教授,
+%           supervisora-title* = Professor,
+%           supervisorb = 孙赫弥,
+%           supervisorb* = Sun~Hemi,
+%           supervisorb-title = 副教授,
+%           supervisorb-title* = Associate professor,
+%           submit-date = 2021年8月10日,
+%       }
+%   }
+% \end{ctexexam}
 %
-% FZYouHK_508R  \href{http://www.foundertype.com/index.php/FontInfo/index/id/244}{方正悠黑508R} 设计师非商免费
+% 研究生可以参考如下列表输入个人信息
 %
-% FZYouHK_511M \href{http://www.foundertype.com/index.php/FontInfo/index/id/244}{方正悠黑511M} 设计师非商免费
+% \begin{ctexexam}
+%   \njusetup {
+%       info = {
+%           titlea = 第一行标题,
+%           titleb = 第二行标题,
+%           titlec = 第三行标题,
+%           title* = {My title in English}, 
+%           keywords = {我,就是,充数的,关键词},
+%           keywords* = {Dummy,Keywords,Here,{it is}},
+%           grade = 2018,
+%           student-id = dz18114514,
+%           author = 周煜华,
+%           author* = Zhou~Yuhua,
+%           department = 拉太赫科学与技术学院,
+%           department* = School~of~\hologo{LaTeX},
+%           major = 拉太赫语言学,
+%           major* = \hologo{LaTeX}~Linguistics,
+%           field = 拉太赫语言在现当代的使用, 
+%           field* = Contemporary~Usage~of~the~\hologo{LaTeX}~Language, 
+%           supervisora = 李成殿,
+%           supervisora*= Li~Chengdian,
+%           supervisora-title = 教授,
+%           supervisora-title* = Professor,
+%           submit-date = 2021年8月10日,
+%           submit-date* = {Aug 10, 2021}, 
+%           defend-date = 2021年9月19日,
+%           chairman = 张晓山~教授,
+%           reviewer = {王瑞希~教授,郭德纲~副教授,华芈库~教授,戴菲菲~教授},
+%           clc = 0175.2,
+%           secret-level = 限制,
+%           udc = 004.72,
+%           supervisor-contact = {拉太赫科学与技术学院 枝江市结丘路 19 号 114514},
+%       }
+%   }
+% \end{ctexexam}
 %
-% 思源字体\footnote{思源宋体和思源黑体有两种英文命名,本模板采用Google的noto系列}:
-%  \href{https://www.google.com/get/noto/#serif-hans}{思源宋体}、
-%  \href{https://www.google.com/get/noto/#sans-hans}{思源黑体}
+%
+%
+% \subsection{编写正文}
+%
+% 与导言区相对的是正文,位于\env{document}环境内。
 % 
+% \begin{ctexexam}
+%   \begin{document}
+%     text
+%   \end{document}
+% \end{ctexexam}
 %
+% 加上空行就可以另起一段。
+%
 % 
-% 方正楷体、方正仿宋为免费商用字体,且支持CJK字符集
-%  \href{http://www.foundertype.com/index.php/FontInfo/index/id/128.html}{方正仿宋}
-%  \href{http://www.foundertype.com/index.php/FontInfo/index/id/137.html}{方正楷体}
+% 在页面布局方面,本科生无页眉,页面编号居中位于页脚;研究生无页脚,页眉包括章节名和页面编号(尚未确定)。
 %
-% 各个系统的默认字体请参考。可以看到,不同系统上使用的字体有所差别,实际输出结果可能存在细微不同, 使用时请注意。例如,在Linux平台或者使用了Ubuntu后端的南大\hologo{TeX}上,宋体加粗效果更明显;另一方面,在Windows平台进行编译的效果更接近Word加粗\footnote{因为SimSun没有原生粗体,通过AutoFakeBold=2.17进行模仿},符合视觉习惯。
+% \subsubsection{文字}
+%
+% \begin{function}[added=2021-09-22]{\njuline}
+%   \begin{syntax}
+%     \tn{njuline}\Arg{文字}
+%   \end{syntax}
+%
+% 为了避免原生\tn{uline}命令在中文环境下不能正常换行的问题,本模板使用\tn{njuline}作为替代方案,分别对\hologo{XeLaTeX} 的\pkg{xeCJKfntef}包和\hologo{LuaLaTeX}的\pkg{lua-ul}包中的下划线命令进行了包装。
+% \end{function}
+%
+% \begin{function}{\footnote}
+%   \begin{syntax}
+%     \tn{footnote}\Arg{脚注}
+%   \end{syntax}
+%
+% 添加脚注
+% \end{function}
+%
 % 
+%  \subsubsection{图片}
+%
+% \begin{function}{\graphicspath}
+%   \begin{syntax}
+%     \tn{graphicspath}\{\marg{路径1}\marg{路径2}\}
+%   \end{syntax}
+% 使用自己的图片时,需要在导言区通过本命令添加图片存放路径,允许的文件名包括\file{*.jpg}, \file{*.png}, \file{*.pdf}, \file{*.eps}。
 % \end{function}
 %
 %
-% \subsection{封面信息}
+% 下面这个例子展示了如何插入一张名称为\file{myfig.jpg},宽度占页面文字宽度一半的图片。注意标签命令\tn{label}必须放在图注命令\tn{caption}之后。
 %
-% \subsection{输入个人信息}
+% \begin{ctexexam}
+%   \begin{figure}[h]
+%       \includegraphics[width=0.5\textwidth]{myfig}
+%       \caption{我的图}
+%       \label{fig:myfig}
+%   \end{figure}
+% \end{ctexexam}
 %
-% \begin{function}{\njusetup}
 % 
-%  定义了用于文档封面的诸多属性参数,
-% 写作时修改相应字符串即可。注意不要有空行,否则可能报错
+% 文字环绕图像,\env{wrapfigure}后面不能有空行
 %
+% \begin{ctexexam}
+%   \begin{wrapfigure}{r}{0cm}
+%       \includegraphics[width=0.15\textwidth]{myfig}
+%       \caption{我的图}
+%       \label{fig:myfig}
+%   \end{wrapfigure}
+%   <text>
+% \end{ctexexam}
+% 
+% TODO:使用\pkg{subcaption}的\env{subfigure}实现多张图片并排的效果
+%
+% \begin{ctexexam}
+%   \begin{figure}
+%       \begin{subfigure}{.32\textwidth}
+%          \centering
+%          \includegraphics[width=\textwidth]{fig1}  
+%          \caption{fig1}
+%       \end{subfigure}
+%       \begin{subfigure}{.32\textwidth}
+%          \centering
+%           \includegraphics[width=\textwidth]{fig2}  
+%           \caption{fig2}
+%       \end{subfigure}
+%       \begin{subfigure}{.32\textwidth}
+%           \centering
+%           \includegraphics[width=\textwidth]{fig3}  
+%           \caption{fig3}
+%       \end{subfigure}
+%       \caption{subfigures}
+%   \end{figure}
+% \end{ctexexam}
+%
+% \subsubsection{表格}
+%
+% 下面这个例子展示了如何插入一张表格。
+%
+% 通过\pkg{booktabs}提供的\tn{toprule}、\tn{midrule}和\tn{bottomrule},我们可以很轻松地绘制出一张漂亮规范的三线表。
+% \begin{ctexexam}
+%   \begin{table}[htbp]
+%       \caption{我的表}
+%       \label{tab:testtab}
+%       \begin{tabular}{ccc}
+%           \toprule
+%           OS & TeX & 测试情况 \\
+%           \midrule
+%           南大TeX & Overleaf & √ \\
+%           \bottomrule
+%       \end{tabular}
+%   \end{table}
+% \end{ctexexam}
+%
+% \begin{function}{\multirow,\multicolumn}
+%   \begin{syntax}
+%     \tn{multirow}\Arg{nrows}\oarg{bigstructs}\Arg{width}[\oarg{fixup}\Arg{text}
+%     \tn{multicolumn}\Arg{nrows}\Arg{width}\Arg{text}
+%   \end{syntax}
+%
+% TODO:\pkg{multirow}\pkg{multicol}合并单元格
+% \url{http://www.ctex.org/documents/packages/table/multirow.htm}
+%
 % \end{function}
 %
-% 本科生可以参考如下列表输入个人信息。注意不能有空行,有空格的内容需要将空格替换为波浪线或者两端加上大括号
+% \subsubsection{代码}
 %
+% 由\pkg{listings}提供代码排版。代码块\env{lstlisting},注意这个环境中的缩进空格会如实输出
 % \begin{ctexexam}
-% \njusetup {
-%     info = {
-%         TitleA = 一种使用南京大学\hologo{LaTeX}模版,
-%         TitleB = 编写毕业论文的经验性方法,
-%         Title* = {An Empirical Way of Composing Thesis with NJU \hologo{LaTeX} Template}, 
-%         Grade = 2018,
-%         StudentID = 189114514,
-%         StudentName = 周煜华,
-%         StudentName* = Zhou~Yuhua,
-%         Department = 拉太赫科学与技术学院,
-%         Department* = School~of~\hologo{LaTeX},
-%         Major = 拉太赫语言学,
-%         Major* = \hologo{LaTeX}~Linguistics,
-%         SupervisorA = 李成殿,
-%         SupervisorA*= Li~Chengdian,
-%         SupervisorATitle = 教授,
-%         SupervisorATitle* = Professor,
-%         SupervisorB = 孙赫弥,
-%         SupervisorB* = Sun~Hemi,
-%         SupervisorBTitle = 副教授,
-%         SupervisorBTitle* = Associate professor,
-%         SubmitDate = 2021年8月10日,
-%     }
-% }
+%   \begin{lstlisting}
+%   <code>
+%   \end{lstlisting}
 % \end{ctexexam}
 %
-% 研究生可以参考如下列表输入个人信息
+% 行间代码|\lstinline!<code>!|,其中包裹代码的两个感叹号并不是绝对的,可以替换成任何两个相同的没有在这段代码中出现过的符号。
 %
+%
+% \subsubsection{数学}
+%
+% 符号表可以参考\url{https://www.caam.rice.edu/~heinken/latex/symbols.pdf}。单位请参考\pkg{siunitx}。
+%
+% 行内公式形如|$\mathrm{e}^{(a+2b)x}$|
+%
+% 带有编号的行间公式\env{equation}
 % \begin{ctexexam}
-% \njusetup {
-%     info = {
-%         TitleA = 一种使用南京大学\hologo{LaTeX}模版,
-%         TitleB = 编写毕业论文的经验性方法,
-%         TitleC = (内容已经过时,详见说明手册),
-%         Title* = {An Empirical Way of Composing Thesis with NJU \hologo{LaTeX} Template}, 
-%         Grade = 2018,
-%         StudentID = dz18114514,
-%         StudentName = 周煜华,
-%         StudentName* = Zhou~Yuhua,
-%         Department = 拉太赫科学与技术学院,
-%         Department* = School~of~\hologo{LaTeX},
-%         Major = 拉太赫语言学,
-%         Major* = \hologo{LaTeX}~Linguistics,
-%         Field = 拉太赫语言在现当代的使用, 
-%         Field* = Contemporary~Usage~of~the~\hologo{LaTeX}~Language, 
-%         SupervisorA = 李成殿,
-%         SupervisorA*= Li~Chengdian,
-%         SupervisorATitle = 教授,
-%         SupervisorATitle* = Professor,
-%         SubmitDate = 2021年8月10日,
-%         SubmitDate* = {Aug 10, 2021}, 
-%         DefendDate = 2021年9月19日,
-%         ReviewerChairman = 张晓山~教授,
-%         ReviewerA = 王瑞希~教授,
-%         ReviewerB = 郭德纲~副教授,
-%         ReviewerC = 华芈库~教授,
-%         ReviewerD = 戴菲菲~教授,
-%         Classification = 0175.2,
-%         SecurityLevel = 限制,
-%         UDC = 004.72,
-%         SupervisorContact = {拉太赫科学与技术学院 枝江市结丘路 19 号 114514},
-%     }
-% }
+%   \begin{equation}\label{eq:myeqlabel}
+%       \pi
+%   \end{equation}
 % \end{ctexexam}
 %
-% \subsection{摘要页}
+% 如不需要编号,可以用\env{equation*}或者 |\[<eq>\]|
 %
-% 摘要页一般不插入目录,默认只添加pdf书签。如确实有插入目录的需求,请在\texttt{abstract.sty}文件中定位到如下语句
+% 本模板也提供了一系列的数学环境。证明环境会在结尾添加证毕符号
+% \begin{ctexexam}
+%   \begin{proof}
+%       证明我是我
+%   \end{proof}
+% \end{ctexexam}
 %
-% 在使用\hologo{LuaLaTeX}编译时,研究生中文摘要页的标题会出现空格无下划线的问题,目前正在积极寻求解决方法。
+% 普通环境
+% \begin{ctexexam}
+%   \begin{definition}[他人]
+%       定义他人即地狱
+%   \end{definition}
+% \end{ctexexam}
+% 
+% 
+% \subsubsection{引用}
+% 
+% \begin{function}{\cref}
+%   \begin{syntax}
+%     \tn{cref}\Arg{标签}
+%   \end{syntax}
 %
-% {前言页}
-% 使用\env{preface}环境定义
+% 使用\pkg{cleveref}宏包实现了带图、表等项目名称的智能引用。
+% 
+% \end{function}
 %
+% \begin{function}{\href,\url}
+%   \begin{syntax}
+%     \tn{href}\Arg{链接}\Arg{名称}
+%     \tn{url}\Arg{链接}
+%   \end{syntax}
 %
-% \subsection{正文格式}
+% 超链接。\tn{href}会将特定字符显示为可点击的超链接,\tn{url}会输出可点击的链接原文。
+% 
+% \end{function}
+% 
+% 
+% \subsection{特殊页面}
+% 
+% 本模板还提供一系列环境用于生成所需的特殊页面
 %
-% 本科生无页眉,页面编号居中位于页脚;研究生无页脚,页眉包括章节名和页面编号。
+% \subsubsection{封面}
 %
+% \begin{function}{\maketitle}
+%
+% 用于生成封面。
+% 本科生仅会生成中文封面;研究生会生成中英文封面。
+% 如果选择了\opt{nlcover},也会生成研究生的国家图书馆封面。
 % 
-% 对中文加下划线请使用xeCJKfntef包的CJKunderline命令代替uline,以解决中文的换行问题
+% \end{function}
 %
-% {参考文献页}
 %
-% 需要使用biber手动编译才会显示,具体内容参考
+% \subsubsection{摘要页}
+% \changes{v0.11}{2021/10/01}{简化了摘要的编写方式。}
 %
-% {致谢页}
+% 
+% \begin{ctexexam}
+%   \begin{abstract}
+%       我的中文摘要
+%   \end{abstract}
+%
+%   \begin{abstract*}
+%       My abstract in English
+%   \end{abstract*}
+% \end{ctexexam}
+%
+%
+% \subsubsection{前言页}
+% 
+% \begin{function}{preface}       
+% 使用\env{preface}环境定义
+% \end{function}
+% 
+% \begin{ctexexam}
+%   \begin{preface}
+%       我的前言
+%       \vspace{1cm}
+%       \begin{flushright}
+%       我的名字\\
+%       时间地点
+%       \end{flushright}
+%   \end{preface}
+% \end{ctexexam}
+%
+% \subsubsection{目录页}
+%
+% \begin{function}{\tableofcontents,\listoffigures,\listoftables}
+%
+% 分别生成目录、图片清单和表格清单。
+% 
+% \end{function}
+% 
+%
+% \subsubsection{致谢页}
+%
+% \begin{function}{acknowledgement}
 % 同前言,使用\env{acknowledgement}环境
+% \end{function}
 % 
-% {附录页}
+% \begin{ctexexam}
+%   \begin{acknowledgement}
+%       感谢NJU LUG
+%   \end{acknowledgement}
+% \end{ctexexam}
 %
-% 附录放在|\appendix|命令后,以英文字母进行编号
+% \subsubsection{参考文献页}
 %
+% 使用以下命令,\opt{bibintoc}可以将参考文献页插入目录
+% 
+% \begin{ctexexam}
+%   \printbibliography[heading=bibintoc,title=参考文献]
+% \end{ctexexam}
+% 
+% \subsubsection{附录页}
+%
+% \begin{function}{\appendix}
+%
+% 附录放在本命令后,以英文字母进行编号,编写方式同正文
+% \end{function}
+%
+% 是否需要索引?
+% 
+% 
+% \subsubsection{成果列表}
+%
+% \begin{function}{\njupaperlist,\njupaperlist*}
+%   \begin{syntax}
+%     \tn{njupaperlist}\Arg{文献}
+%   \end{syntax}
+% 成果列表,分别为发表文章目录与合作文章目录。\Arg{文献}的填写方式同\tn{cite},多个文献需要使用英文半角逗号隔开。
+% \end{function}
+%
+% \subsection{参考文献}
+%
+% 符合GB7714-2015规范。使用\hologo{biber}作为\hologo{BibTeX}后端。需要使用|biber|命令手动编译才会显示
+%
+% \begin{function}{\addbibresource}
+%   \begin{syntax}
+%     \tn{addbibresource}\Arg{文件}
+%   \end{syntax}
+%
+% 默认参考文献存储于主目录下的\file{njuthesis.bib},直接向其中粘贴新的参考文献即可。如果希望额外添加参考文献列表,可以在导言区中多次调用\tn{addbibresource}命令。注意本命令与|\bibliography{bibfile1,bibfile2}|不同,不可以用逗号分隔多个输入文件,且必须使用带扩展名的完整文件名。
+% \end{function}
+%
+% 
+% \subsubsection{使用EndNote}
+%
+% 南京大学信息化建设管理服务中心已购买\href{https://itsc.nju.edu.cn/EndNote/list.htm}{EndNote}供全校师生免费试用,最新版为EndNote 20。
+%
+%
+% \subsubsection{使用Zotero}
+%
+% \href{https://www.zotero.org/}{Zotero}是一款免费的文献管理软件,支持所有桌面平台。
+%
+% 在保持Zotero程序运行的情况下,点击浏览器工具栏的Zotero Connector插件即可自动从网页抓取参考文件信息。Zotero可以通过\href{https://github.com/l0o0/jasminum}{jasminum插件}支持中文参考文献的识别。在选中希望使用的文献后右键导出文献条目即可生成\file{.bib}文件。
+%
+% \subsubsection{文段内引用}
+%
+% \begin{function}{\cite,\citeauthor,\citeyear}
+%   \begin{syntax}
+%     \tn{cite}\Arg{文献}
+%     \tn{citeauthor}\Arg{文献}
+%     \tn{citeyear}\Arg{文献}
+%   \end{syntax}
+% 引用文献
+% \end{function}
+%
+% \subsection{视觉识别系统}
+% 
+% \begin{function}[added=2021-09-24]{njuviolet,njumagenta,njublue,njuyellow}
+%   \begin{syntax}
+%     \tn{color}\Arg{颜色}
+%   \end{syntax}
+% 定义并使用南京大学视觉形象规范化标准中给定的四种标准色:
+%
+% {\color{njuviolet}紫色}\hspace{1em}{\color{njumagenta}洋红}\hspace{1em}
+% {\color{njublue}蓝色}\hspace{1em}{\color{njuyellow}黄色}
+%
+% \end{function}
+%
+% \begin{function}[added=2021-09-24]{\njuemblem}
+%   \begin{syntax}
+%     \tn{njuemblem}\oarg{颜色}\Arg{宽度}\Arg{高度}
+%   \end{syntax}
+% 生成指定颜色和大小的南京大学校徽。
+% \end{function}
+%
+% \begin{function}[added=2021-09-24]{\njuname,\njuname*}
+%   \begin{syntax}
+%     \tn{njuname}\oarg{颜色}\Arg{宽度}\Arg{高度}
+%     \tn{njuname*}\oarg{颜色}\Arg{宽度}\Arg{高度}
+%   \end{syntax}
+% 生成指定颜色和大小的南京大学校名,加星号的为英文校名。
+% \end{function}
+%
+% 
+% \begin{function}[added=2021-09-24]{\njumotto}
+%   \begin{syntax}
+%     \tn{njumotto}\oarg{颜色}\Arg{宽度}\Arg{高度}
+%   \end{syntax}
+% 生成指定颜色和大小的南京大学校训。
+% \end{function}
+%
+%
+% \begin{function}[added=2021-09-24]{\njuspirit}
+%   \begin{syntax}
+%     \tn{njuspirit}\oarg{颜色}\Arg{宽度}\Arg{高度}
+%   \end{syntax}
+% 生成指定颜色和大小的南京大学校徽。
+% \end{function}
+%
+%
+%
 % \end{documentation}
 %
 % \begin{implementation}
 %
 % \section{代码实现}
-% @@在l3docstrip中表示名空间,在生成cls时会被相应字段替换,譬如在njuthesis中@@=nju。
+% \changes{v0.10}{2021/09/26}{对代码实现部分进行了整理。}
+%
+% |@@| 在 \pkg{l3docstrip} 中表示名空间,在删除注释生成格式文件时会被等号后的字段替换,譬如在本模板\pkg{njuthesis}中 |@@=nju|。
 % 尖括号包裹的|<*class>||</class>|用来指定某段代码属于哪个文件。
 %
 %    \begin{macrocode}
 %<@@=nju>
 %<*class>
-\LoadClass[
-  a4paper,
-  twoside,
-  UTF8,
-  scheme=chinese,
 %    \end{macrocode}
 %
-% 关于行距,\hologo{LaTeX}默认1.2行距,word默认行距是1.3,要求1.5倍word行距,故
-% \[ 1.5\times\frac{1.3}{1.2} = 1.625\]
+% \subsection{定义常量}
+%
+% \begin{macro}{\@@_define_name:nn,\@@_define_name:nnn}
+% 用来定义默认名称的辅助函数。
 %    \begin{macrocode}
-  linespread=1.625,
-  fontset=none,
-  zihao=-4
-  ]{ctexbook}[2018/04/01]
+\cs_new_protected:Npn \@@_define_name:nn #1#2
+  { \tl_const:cn { c_@@_name_ #1 _tl } {#2} }
+\cs_new_protected:Npn \@@_define_name:nnn #1#2#3
+  {
+    \tl_const:cn { c_@@_name_ #1    _tl } {#2}
+    \tl_const:cn { c_@@_name_ #1 _en_tl } {#3}
+  }
 %    \end{macrocode}
+% \end{macro}
 %
-% 宏包\pkg{l3keys2e}用于配置模板选项。
+% 默认名称。注意空格是忽略掉的。
 %    \begin{macrocode}
-\RequirePackage{l3keys2e}
+\clist_map_inline:nn
+  {
+    { pdf_creator     } { LaTeX~ with~ njuthesis~ class },
+  }
+  { \@@_define_name:nn #1 }
+\clist_map_inline:nn
+  {
+    { keywords } { 关键词:    } { Keywords:         },
+  }
+  { \@@_define_name:nnn #1 }
 %    \end{macrocode}
-% 用于存储学位名称的全局变量,注意宏的命名,l代表局部变量,g代表全局变量
+%
+% \subsection{模板选项}
+%
+% 用于配置模板选项的宏包。
 %    \begin{macrocode}
+\RequirePackage{xparse,xtemplate,l3keys2e}
+%    \end{macrocode}
+%
+% \begin{variable}{\l_@@_info_degree_tl,\l_@@_info_type_tl}
+% 用于存储学位名称的变量,注意宏的命名,l代表局部变量,g代表全局变量
+%    \begin{macrocode}
 \tl_new:N \l_@@_info_degree_tl
 \tl_new:N \l_@@_info_type_tl
 %    \end{macrocode}
+% \end{variable}
 %
-% 是否需要国家图书馆封面的设置
+% \begin{variable}{\g_@@_latin_fontset_tl,\g_@@_cjk_fontset_tl}
+% 用于存储所使用字体名称的全局变量
 %    \begin{macrocode}
-\keys_define:nn { nju }
-{
-  nlcover           .bool_set:N   =   \g_@@_nlcover_bool,
-  nlcover           .initial:n    =   false,
-}
+\tl_new:N \g_@@_latin_fontset_tl
+\tl_new:N \g_@@_cjk_fontset_tl
 %    \end{macrocode}
+% \end{variable}
 %
 % 学位信息的设置
 %    \begin{macrocode}
 \keys_define:nn { nju }
 {
+%    \end{macrocode}
+%
+% \begin{macro}{degree}
+% 学位类型。
+%    \begin{macrocode}
   degree            .choices:nn   =
   { ug, mg, mg, phd }
   { \tl_set_eq:NN \l_@@_info_degree_tl \l_keys_choice_tl },  
   degree            .initial:n    =   ug,
+%    \end{macrocode}
+% \end{macro}
+%
+% \begin{macro}{type}
+% 论文类型。
+%    \begin{macrocode}
   type              .choices:nn   =
   { thesis, design }
   { \tl_set_eq:NN \l_@@_info_type_tl   \l_keys_choice_tl }, 
   type              .initial:n    =   thesis,
+%    \end{macrocode}
+% \end{macro}
+% 
+% \begin{macro}{nlcover}
+% 是否需要国家图书馆封面的设置。
+%    \begin{macrocode}
+  nlcover           .bool_set:N   =   \g_@@_nlcover_bool,
+  nlcover           .initial:n    =   false,
+%    \end{macrocode}
+% \end{macro}
+% 
+% \begin{macro}{customlatinfont,customchinesefont}
+% 定义字体选项
+%    \begin{macrocode}
+  customlatinfont   .choices:nn   =
+  { gyre, macos, windows, none }
+  { \tl_set_eq:NN \g_@@_latin_fontset_tl \l_keys_choice_tl },  
+  customchinesefont .choices:nn   =
+  { fandol, founder, macos, noto, windows, none }
+  { \tl_set_eq:NN \g_@@_cjk_fontset_tl   \l_keys_choice_tl },
 }
 %    \end{macrocode}
+% \end{macro}
+%
+% \begin{macro}{\ProcessKeysOptions}
+% 在定义完全部设置以后从tex文件导言区输入参数
+%    \begin{macrocode}
+\ProcessKeysOptions { nju }
+%    \end{macrocode}
+% \end{macro}
+%
 % 
+%
+%
 % \subsection{个人信息}
 % 输入个人信息的区域。
 %    \begin{macrocode}
@@ -689,139 +1230,154 @@
 }
 %    \end{macrocode}
 %
-% 题目
 %    \begin{macrocode}
 \keys_define:nn { nju / info }
 {
-  TitleA            .tl_set:N     =   \l_@@_info_title_a_tl,
-  TitleB            .tl_set:N     =   \l_@@_info_title_b_tl,
-  TitleC            .tl_set:N     =   \l_@@_info_title_c_tl,
-  Title*            .tl_set:N     =   \l_@@_info_title_en_tl,
-}
 %    \end{macrocode}
 %
-% 年级、学号、姓名
+% \begin{macro}{info/titlea,info/titleb,info/titlec,info/title*}
+% 题目
 %    \begin{macrocode}
-\keys_define:nn { nju / info }
-{
-  Grade             .tl_set:N     =   \l_@@_info_grade_tl,
-  StudentID         .tl_set:N     =   \l_@@_info_id_tl,
-  StudentName       .tl_set:N     =   \l_@@_info_author_tl,
-  StudentName*      .tl_set:N     =   \l_@@_info_author_en_tl,
-}
+  titlea            .tl_set:N = \l_@@_info_title_a_tl,
+  titleb            .tl_set:N = \l_@@_info_title_b_tl,
+  titlec            .tl_set:N = \l_@@_info_title_c_tl,
+  title*            .tl_set:N = \l_@@_info_title_en_tl,
 %    \end{macrocode}
+% \end{macro}
 %
-% 院系、专业、方向
+% \begin{macro}{info/keywords,info/keywords*}
+% \changes{v0.11}{2021/10/01}{修改了添加关键词的方式。}
+% 关键词
 %    \begin{macrocode}
-\keys_define:nn { nju / info }
-{
-  Department        .tl_set:N     =   \l_@@_info_dept_tl,
-  Department*       .tl_set:N     =   \l_@@_info_dept_en_tl,
-  Major             .tl_set:N     =   \l_@@_major_tl,
-  Major*            .tl_set:N     =   \l_@@_major_en_tl,
-  Field             .tl_set:N     =   \l_@@_field_tl,
-  Field*            .tl_set:N     =   \l_@@_field_en_tl,
-}
+keywords         .clist_set:N = \l_@@_info_keywords_clist,
+keywords*        .clist_set:N = \l_@@_info_keywords_en_clist,
 %    \end{macrocode}
+% \end{macro}
+% 
+% \begin{macro}{info/grade,info/student-id,info/author,info/author*}
+% 年级、学号、姓名
+%    \begin{macrocode}
+  grade             .tl_set:N = \l_@@_info_grade_tl,
+  student-id        .tl_set:N = \l_@@_info_id_tl,
+  author            .tl_set:N = \l_@@_info_author_tl,
+  author*           .tl_set:N = \l_@@_info_author_en_tl,
+%    \end{macrocode}
+% \end{macro}
+% 
+% \begin{macro}{info/department,info/department*,info/major,info/major*,info/field,info/field*}
+% 院系、专业、方向。
+%    \begin{macrocode}
+  department        .tl_set:N = \l_@@_info_dept_tl,
+  department*       .tl_set:N = \l_@@_info_dept_en_tl,
+  major             .tl_set:N = \l_@@_major_tl,
+  major*            .tl_set:N = \l_@@_major_en_tl,
+  field             .tl_set:N = \l_@@_field_tl,
+  field*            .tl_set:N = \l_@@_field_en_tl,
+%    \end{macrocode}
+% \end{macro}
 %  
+% \begin{macro}{info/supervisora,info/supervisora*,info/supervisora-title,info/supervisora-title*}
 % 导师
-% 
 %    \begin{macrocode}
-\keys_define:nn { nju / info }
-{
-  SupervisorA       .tl_set:N     =   \l_@@_info_supv_a_tl,
-  SupervisorA*      .tl_set:N     =   \l_@@_info_supv_a_en_tl,
-  SupervisorATitle  .tl_set:N     =   \l_@@_info_supv_a_title_tl,
-  SupervisorATitle* .tl_set:N     =   \l_@@_info_supv_a_title_en_tl,
-}
+  supervisora       .tl_set:N = \l_@@_info_supv_a_tl,
+  supervisora*      .tl_set:N = \l_@@_info_supv_a_en_tl,
+  supervisora-title .tl_set:N = \l_@@_info_supv_a_title_tl,
+  supervisora-title*.tl_set:N = \l_@@_info_supv_a_title_en_tl,
 %    \end{macrocode}
+% \end{macro}
 %
+% \begin{macro}{info/supervisorb,info/supervisorb*,info/supervisorb-title,info/supervisorb-title*}
 % 第二导师
-%
 %    \begin{macrocode}
-\keys_define:nn { nju / info }
-{
-  SupervisorB       .tl_set:N     =   \l_@@_info_supv_b_tl,
-  SupervisorB*      .tl_set:N     =   \l_@@_info_supv_b_en_tl,
-  SupervisorBTitle  .tl_set:N     =   \l_@@_info_supv_b_title_tl,
-  SupervisorBTitle* .tl_set:N     =   \l_@@_info_supv_b_title_en_tl,
-}
+  supervisorb       .tl_set:N = \l_@@_info_supv_b_tl,
+  supervisorb*      .tl_set:N = \l_@@_info_supv_b_en_tl,
+  supervisorb-title .tl_set:N = \l_@@_info_supv_b_title_tl,
+  supervisorb-title*.tl_set:N = \l_@@_info_supv_b_title_en_tl,
 %    \end{macrocode}
+% \end{macro}
 %
-% 提交日期
+% \begin{macro}{info/submit-date,info/submit-date*}
+  % 提交日期
 %    \begin{macrocode}
-\keys_define:nn { nju / info }
-{
-  SubmitDate        .tl_set:N     =   \l_@@_submit_date_tl,
-  SubmitDate*       .tl_set:N     =   \l_@@_submit_date_en_tl,
-}
+  submit-date       .tl_set:N = \l_@@_submit_date_tl,
+  submit-date*      .tl_set:N = \l_@@_submit_date_en_tl,
 %    \end{macrocode}
+% \end{macro}
 %
-% 答辩
+% \begin{macro}{info/defend-date,info/chairman,info/reviewer}
+% 答辩 TODO: 用clist处理答辩委员会成员名称
 %    \begin{macrocode}
-\keys_define:nn { nju / info }
-{
-  DefendDate        .tl_set:N     =   \l_@@_defend_date_tl,
-  ReviewerChairman  .tl_set:N     =   \l_@@_info_chairman_tl,
-  ReviewerA         .tl_set:N     =   \l_@@_info_reviewer_a_tl,
-  ReviewerB         .tl_set:N     =   \l_@@_info_reviewer_b_tl,
-  ReviewerC         .tl_set:N     =   \l_@@_info_reviewer_c_tl,
-  ReviewerD         .tl_set:N     =   \l_@@_info_reviewer_d_tl,
-}
+  defend-date       .tl_set:N = \l_@@_defend_date_tl,
+  chairman          .tl_set:N = \l_@@_info_chairman_tl,
+  reviewer       .clist_set:N = \l_@@_info_reviewer_clist,
 %    \end{macrocode}
+% \end{macro}
 %
+% \begin{macro}{info/clc,info/secret-level,info/udc,info/supervisor-contact}
 % 国家图书馆封面相关
 %    \begin{macrocode}
-\keys_define:nn { nju / info }
-{
-  Classification    .tl_set:N     =   \l_@@_info_classif_tl,
-  SecurityLevel     .tl_set:N     =   \l_@@_info_seclv_tl,
-  UDC               .tl_set:N     =   \l_@@_info_udc_tl,
-  SupervisorContact .tl_set:N     =   \l_@@_info_supv_cont_tl,
+  clc               .tl_set:N = \l_@@_info_clc_tl,
+  secret-level      .tl_set:N = \l_@@_info_seclv_tl,
+  udc               .tl_set:N = \l_@@_info_udc_tl,
+  supervisor-contact.tl_set:N = \l_@@_info_supv_cont_tl,
 }
 %    \end{macrocode}
+% \end{macro}
+%
+% \begin{macro}{\njusetup}
+% \changes{v0.6}{2021/09/10}{改用键值对输入信息。}
+% \changes{v0.11}{2021/10/01}{将个人信息变量名改为小写字母加连字符的形式。}
 % 定义用于设置个人信息的命令
 %    \begin{macrocode}
 \NewDocumentCommand \njusetup { m }
 { \keys_set:nn { nju } { #1 } }
 %    \end{macrocode}
+% \end{macro}
 %
-% 使用\pkg{geometry}设置页边距。
+%
+% \subsection{载入宏包}
+% 
+% 使用\pkg{ctexbook}文档类。
 %    \begin{macrocode}
-\RequirePackage[    
-    top=2.5cm,
-    bottom=2.5cm,
-    left=3.2cm,
-    right=3.2cm
-]{geometry}
+\LoadClass[
+  a4paper,
+  twoside,
+  UTF8,
+  scheme=chinese,
 %    \end{macrocode}
+% 关于行距,\hologo{LaTeX}默认1.2行距,word默认行距是1.3,要求1.5倍word行距,故
+% \[ 1.5\times\frac{1.3}{1.2} = 1.625\]
+%    \begin{macrocode}
+  linespread=1.625,
+%    \end{macrocode}
+% 默认不载入任何字体,供模板自行设置
+%    \begin{macrocode}
+  fontset=none,
+  zihao=-4
+  ]{ctexbook}[2018/04/01]
+%    \end{macrocode}
 %
-% 
+% 载入各种宏包。
+% \pkg{emptypage}用于清除空白页的页码。
 %    \begin{macrocode}
-\RequirePackage{xparse}
-\RequirePackage{titletoc} % 修改目录内标题格式
+\RequirePackage
+{
+  geometry,
+  caption,
+  floatrow,
+  setspace,
+  lastpage,
+  emptypage,
+  fancyhdr,
+}
+\RequirePackage[titles]{tocloft}
 \RequirePackage[hyphens]{url} % generate better linebreaks in the url
-% \RequirePackage[normalem]{ulem} % 绘制下划线
-\RequirePackage{dashundergaps}
-\RequirePackage{setspace}
-\RequirePackage{lastpage}
-\RequirePackage{emptypage} % 清除空白页的页码
 %    \end{macrocode}
 %
-% 
+%
+% 用于特定学科的包。
 %    \begin{macrocode}
-\RequirePackage{listings} % 代码环境
-\RequirePackage{enumitem} % 用于修改列表环境
-\RequirePackage{caption}
-\RequirePackage{floatrow} % 用于图表等页面元素的定位
-\RequirePackage{booktabs} % 用于绘制三线表
-\RequirePackage{multirow} % Cells occupying multiple rows in tables
-\RequirePackage{multicol} % Multiple columns in dictionary
 \RequirePackage{siunitx} % 用于书写单位符号
-%    \end{macrocode}
-%
-% 用于化学
-%    \begin{macrocode}
 \RequirePackage[version=4]{mhchem} % 用于绘制分子式
 %    \end{macrocode}
 %
@@ -830,126 +1386,77 @@
 \RequirePackage{hologo} 
 %    \end{macrocode}
 %
-% 
 %    \begin{macrocode}
 % Required to prevent page break right after a sectioning command
 % \RequirePackage{needspace} 
-
 % \RequirePackage{xspace} % Better print trailing whitespace
 %    \end{macrocode}
 %
-% 针对编译引擎,使用不同的宏包重构下划线命令
+% \begin{macro}{\njuline}
+% 针对编译引擎,使用不同的宏包构建可以对中文正常换行的下划线命令。\pkg{lua-ul}中需要在结尾使用\tn{null}保护尾部空白。
 %    \begin{macrocode}
 \sys_if_engine_xetex:T
 {
-    \RequirePackage{microtype}
-
-    % 加中文下划线,不能用于lualatex
-    \RequirePackage{xeCJKfntef} 
-    \cs_new:Npn \nju_underline:n #1 {\CJKunderline{#1}}
+    \RequirePackage{xeCJKfntef,microtype}
+    \newcommand{\njuline}[1]{\CJKunderline{#1}}
 }
-\sys_if_engine_luatex:T{
-    % 加中文下划线
-    \RequirePackage{lua-ul}
-    \cs_new:Npn \nju_underline:n #1 {\underLine{#1}}
-
-    % emoji支持
-    % \RequirePackage{emoji}
-    % \setemojifont{Segoe~UI~Emoji} % windows
-    % \setemojifont{Apple~Color~Emoji} % macos
-    % \setemojifont{Noto~Color~Emoji}
-    % For windows. 
-    % Shipped with the best `grinning-face-with-sweat' support.
+\sys_if_engine_luatex:T
+{
+    \RequirePackage{lua-ul,dashundergaps}
+    \newcommand{\njuline}[1]{\underLine{#1}\null}
 }
 %    \end{macrocode}
+% \end{macro}
 %
-% 生成用于测试的大段无意义英文文字
+% 数学,\pkg{amsmath}必须在\pkg{unicode-math}前加载。
+% \pkg{unicode-math}指定了\hologo{XeTeX}和\hologo{LuaTeX}下所使用的数学字体。
+% 用于配置数学环境的\pkg{mathtools}会与\pkg{unicode-math}发生冲突,此处手动消除其警告。
 %    \begin{macrocode}
-\RequirePackage{blindtext} 
-\RequirePackage{zhlipsum} 
-%    \end{macrocode}
-%
-% 加载以后展示内容边界
-%    \begin{macrocode}
-% \RequirePackage{showframe} 
-%    \end{macrocode}
-%
-% 数学
-%    \begin{macrocode}
-\RequirePackage{amsmath} % Must be loaded before unicode-math
-\RequirePackage{amsthm} % Mathematical environments
-\RequirePackage{mathtools} % Mathematical tools to use with amsmath
-\RequirePackage{thmtools} % Theorem styles
+\RequirePackage{amsmath,amsthm,mathtools,thmtools}
 \RequirePackage[
-    warnings-off={% 消除与mathtools合用产生的警告
+    warnings-off={
         mathtools-colon,
         mathtools-overbracket}
-        ]{unicode-math} % Math fonts in xetex or luatex
+        ]{unicode-math}
 %    \end{macrocode}
 %
-% 
+% 配置图片、表格、代码、列表环境
 %    \begin{macrocode}
-\RequirePackage{graphicx}
+\RequirePackage{graphicx,subcaption,wrapfig,tikz}
 \DeclareGraphicsExtensions{.pdf,.eps,.jpg,.png}
-\graphicspath{{figure/}} % 图片路径
-\RequirePackage{wrapfig} % Wrap text around figures
+\RequirePackage{booktabs,multirow,multicol,listings,enumitem}
 %    \end{macrocode}
 %
-% 必须以该顺序加载以下三个包
+% 必须以该顺序加载以下两个关于引用的包。
 %    \begin{macrocode}
-% \RequirePackage{varioref}
 \RequirePackage[hidelinks,bookmarksnumbered=true]{hyperref}
 \RequirePackage[capitalise,nameinlink,noabbrev]{cleveref}
 %    \end{macrocode}
 %
-% \subsection{字体设置}
-%
-% 加载设置字体所需的包\pkg{fontspec}
+% 载入南京大学识别视觉系统。
 %    \begin{macrocode}
-\RequirePackage{fontspec}
+\RequirePackage{njuvisual}
 %    \end{macrocode}
-%
 % 
-%
-% \begin{variable}{\g_@@_latin_fontset_tl,\g_@@_cjk_fontset_tl}
-% 用于存储所使用字体名称的全局变量
+% 生成用于测试的大段填充文字。
 %    \begin{macrocode}
-\tl_new:N \g_@@_latin_fontset_tl
-\tl_new:N \g_@@_cjk_fontset_tl
+\RequirePackage{blindtext,zhlipsum} 
 %    \end{macrocode}
-% \end{variable}
 %
-% 定义字体选项
-%    \begin{macrocode}
-\keys_define:nn { nju }
-{
-  customlatinfont   .choices:nn   =
-  { gyre, macos, windows, null }
-  { \tl_set_eq:NN \g_@@_latin_fontset_tl \l_keys_choice_tl },  
-  customchinesefont .choices:nn   =
-  { fandol, founder, macos, noto, windows, null }
-  { \tl_set_eq:NN \g_@@_cjk_fontset_tl   \l_keys_choice_tl },
-}
-%    \end{macrocode}
+% \subsection{字体设置}
 %
-% \begin{macro}{\ProcessKeysOptions}
-% 在定义完全部设置以后从tex文件导言区输入参数
-%    \begin{macrocode}
-\ProcessKeysOptions { nju }
-%    \end{macrocode}
-% \end{macro}
+% \pkg{fontspec}已在C\hologo{TeX}套件中包含,无需另外载入。
 %
-% 如果未进行设置则使用系统默认字体覆盖输入参数
+% \subsubsection{操作系统检测}
 %
 % \begin{variable}{\g_@@_load_system_fontset_bool}
-% 用于判断是否需要载入系统预装字体的全局变量
+% 定义用于判断是否需要载入系统预装字体的变量。
 %    \begin{macrocode}
 \bool_new:N \g_@@_load_system_fontset_bool
 %    \end{macrocode}
 % \end{variable}
-%
-% 判断用户是否自定义了中英文字体,如果其中任意一种未被定义,
-% 则使用系统预装字体覆盖字体选项
+% 判断用户是否自定义了中英文字体。如果其中任意一种未被定义,
+% 则使用系统预装字体覆盖字体选项。
 %    \begin{macrocode}
 \tl_if_empty:NTF \g_@@_latin_fontset_tl
   { \bool_gset_true:N \g_@@_load_system_fontset_bool }  
@@ -957,9 +1464,15 @@
   \tl_if_empty:NT \g_@@_cjk_fontset_tl
     { \bool_gset_true:N \g_@@_load_system_fontset_bool }  
 }
+%    \end{macrocode}
+%
+% 进行系统检测。
+% 检测 Windows 的命令由\pkg{l3kernal}提供,
+% 检测 macOS 的命令由\pkg{ctex}提供,
+% 这两种情况外的系统被判断为 Linux,一律使用自由字体。
+%    \begin{macrocode}
 \bool_if:NT \g_@@_load_system_fontset_bool
 {
-  % 检测是否是 Windows
   \sys_if_platform_windows:TF
   {
     \tl_set:Nn \g_@@_latin_fontset_tl { windows }
@@ -966,13 +1479,11 @@
     \tl_set:Nn \g_@@_cjk_fontset_tl   { windows }
   }
   {
-    % 检测是否是 macOS
     \ctex_if_platform_macos:TF
     {
       \tl_set:Nn \g_@@_latin_fontset_tl { macos }
       \tl_set:Nn \g_@@_cjk_fontset_tl   { macos }
     }
-    % 其余系统一律使用自由字体
     {
       \tl_set:Nn \g_@@_latin_fontset_tl { gyre }
       \tl_set:Nn \g_@@_cjk_fontset_tl { fandol }
@@ -981,8 +1492,10 @@
 }
 %    \end{macrocode}
 %
-% 接下来逐个定义所需要使用的字符集
+% \subsubsection{定义英文字库}
 %
+% 接下来逐个定义所需要使用的字库。
+%
 % \begin{macro}{\@@_load_latin_font_windows:}
 % Windows 西文字体
 %    \begin{macrocode}
@@ -997,13 +1510,13 @@
 %
 %
 % \begin{macro}{\@@_load_latin_font_macos:}
-% macOS 西文字体
+% macOS 西文字体。
 %    \begin{macrocode}
 \cs_new_protected:Npn \@@_load_latin_font_macos:
 {
-\setmainfont{Times~New~Roman}
-\setsansfont{Arial}
-\setmonofont{Menlo}[Scale=MatchLowercase]
+  \setmainfont{Times~New~Roman}
+  \setsansfont{Arial}
+  \setmonofont{Menlo}[Scale=MatchLowercase]
 }
 %    \end{macrocode}
 % \end{macro}
@@ -1010,36 +1523,38 @@
 %
 %
 % \begin{macro}{\@@_load_latin_font_gyre:}
-% 开源的 gyre 西文字体
+% 开源的 gyre 西文字体。
 %    \begin{macrocode}
 \cs_new_protected:Npn \@@_load_latin_font_gyre:
 {
-\setmainfont{texgyretermes}[
-  Extension=.otf,
-  UprightFont=*-regular,
-  BoldFont=*-bold,
-  ItalicFont=*-italic,
-  BoldItalicFont=*-bolditalic]
-\setsansfont{texgyreheros}[
-  Extension=.otf,
-  UprightFont=*-regular,
-  BoldFont=*-bold,
-  ItalicFont=*-italic,
-  BoldItalicFont=*-bolditalic]
-\setmonofont{texgyrecursor}[
-  Extension=.otf,
-  UprightFont=*-regular,
-  BoldFont=*-bold,
-  ItalicFont=*-italic,
-  BoldItalicFont=*-bolditalic,
-  Scale=MatchLowercase,
-  Ligatures=CommonOff]
+  \setmainfont{texgyretermes}[
+    Extension=.otf,
+    UprightFont=*-regular,
+    BoldFont=*-bold,
+    ItalicFont=*-italic,
+    BoldItalicFont=*-bolditalic]
+  \setsansfont{texgyreheros}[
+    Extension=.otf,
+    UprightFont=*-regular,
+    BoldFont=*-bold,
+    ItalicFont=*-italic,
+    BoldItalicFont=*-bolditalic]
+  \setmonofont{texgyrecursor}[
+    Extension=.otf,
+    UprightFont=*-regular,
+    BoldFont=*-bold,
+    ItalicFont=*-italic,
+    BoldItalicFont=*-bolditalic,
+    Scale=MatchLowercase,
+    Ligatures=CommonOff]
 }
 %    \end{macrocode}
 % \end{macro}
 %
+% \subsubsection{定义中文字库}
+%
 % \begin{macro}{\@@_load_cjk_font_windows:}
-% Windows 中文字体
+% Windows 中文字体。
 %    \begin{macrocode}
 \cs_new_protected:Npn \@@_load_cjk_font_windows:
 {
@@ -1052,8 +1567,8 @@
   \setCJKfamilyfont{zhhei}{SimHei}
   \setCJKfamilyfont{zhfs}{FangSong}
   \setCJKfamilyfont{zhkai}{KaiTi}[AutoFakeBold=2.17]
-  \setCJKfamilyfont{zhnewhei}{Microsoft~YaHei}[
-    BoldFont=Microsoft~YaHei~Bold]
+  % \setCJKfamilyfont{zhnewhei}{Microsoft~YaHei}[
+  %   BoldFont=Microsoft~YaHei~Bold]
 }
 %    \end{macrocode}
 % \end{macro}
@@ -1060,8 +1575,8 @@
 %
 %
 % \begin{macro}{\@@_load_cjk_font_macos:}
-% macOS 字体
-% 参考CTeX手册第9节 LuaLATEX 下的中文支持方式解决issue问题
+% macOS 字体。
+% TODO: 参考CTeX手册第9节 LuaLATEX 下的中文支持方式解决 issue \#5 问题。
 %    \begin{macrocode}
 \cs_new_protected:Npn \@@_load_cjk_font_macos:
 {
@@ -1076,16 +1591,7 @@
   \setCJKfamilyfont{zhsong}{Songti~SC~Light}[BoldFont=Songti~SC~Bold]
   \setCJKfamilyfont{zhhei}{Heiti~SC~Light}[BoldFont=Heiti~SC~Medium]
   \setCJKfamilyfont{zhfs}{STFangsong}
-  \setCJKfamilyfont{zhkai}{Kaiti~SC}
-    [
-      BoldFont=Kaiti~SC~Bold,      
-      % AlternateFont =
-      %   {
-      %   {character range1} {alternate font name1} 
-      %   {alternate font features2} ,
-      %   ......
-      %   }
-    ]
+  \setCJKfamilyfont{zhkai}{Kaiti~SC}[BoldFont=Kaiti~SC~Bold]
   \setCJKfamilyfont{zhnewhei}{PingFang~SC}
 }
 %    \end{macrocode}
@@ -1123,7 +1629,9 @@
 %
 %
 % \begin{macro}{\@@_load_cjk_font_founder:}
-%  方正字符集(简繁扩展)
+% 方正字库(简繁扩展)
+% FZYouHK_508R \href{http://www.foundertype.com/index.php/FontInfo/index/id/244}{方正悠黑508R} 设计师非商免费,
+% FZYouHK_511M \href{http://www.foundertype.com/index.php/FontInfo/index/id/244}{方正悠黑511M} 设计师非商免费
 %    \begin{macrocode}
 \cs_new_protected:Npn \@@_load_cjk_font_founder:
 {
@@ -1147,10 +1655,10 @@
     {FZFSK}[Extension=.ttf]
   \setCJKfamilyfont{zhkai}
     {FZKTK}[Extension=.ttf]
-  \setCJKfamilyfont{zhnewhei}
-    {FZYouHK_508R}[% 方正悠黑508R
-      Extension=.ttf,
-      BoldFont=FZYouHK_511M]% 方正悠黑511M 
+  % \setCJKfamilyfont{zhnewhei}
+  %   {FZYouHK_508R}[% 方正悠黑508R
+  %     Extension=.ttf,
+  %     BoldFont=FZYouHK_511M]% 方正悠黑511M
 }
 %    \end{macrocode}
 % \end{macro}
@@ -1157,60 +1665,65 @@
 %
 %
 % \begin{macro}{\@@_load_cjk_font_noto:}
-% 思源字体
+% 思源字体。
 %    \begin{macrocode}
 \cs_new_protected:Npn \@@_load_cjk_font_noto:
 {
   % 思源宋体
   \setCJKmainfont[
-    UprightFont=NotoSerifCJKsc-Regular,
-    BoldFont=NotoSerifCJKsc-Bold,
-    ItalicFont=NotoSerifCJKsc-Regular,
-    BoldItalicFont=NotoSerifCJKsc-Bold,
+    UprightFont=NotoSerifSC-Regular,
+    BoldFont=NotoSerifSC-Bold,
+    ItalicFont=NotoSerifSC-Regular,
+    BoldItalicFont=NotoSerifSC-Bold,
     ItalicFeatures=FakeSlant,
-    BoldItalicFeatures=FakeSlant]{Noto~Serif~CJK~SC}
+    BoldItalicFeatures=FakeSlant]{Noto~Serif~SC}
 
   % 思源黑体
   \setCJKsansfont[
-    UprightFont=NotoSansCJKsc-Regular,
-    BoldFont=NotoSansCJKsc-Bold,
-    ItalicFont=NotoSansCJKsc-Regular,
-    BoldItalicFont=NotoSansCJKsc-Bold,
+    UprightFont=NotoSansSC-Regular,
+    BoldFont=NotoSansSC-Bold,
+    ItalicFont=NotoSansSC-Regular,
+    BoldItalicFont=NotoSansSC-Bold,
     ItalicFeatures=FakeSlant,
-    BoldItalicFeatures=FakeSlant]{Noto~Sans~CJK~SC}
+    BoldItalicFeatures=FakeSlant]{Noto~Sans~SC}
 
-  % 包含于思源黑体
-  \setCJKmonofont[
-    UprightFont=NotoSansMonoCJKsc-Regular,
-    BoldFont=NotoSansMonoCJKsc-Bold,
-    ItalicFont=NotoSansMonoCJKsc-Regular,
-    BoldItalicFont=NotoSansMonoCJKsc-Bold,
-    ItalicFeatures=FakeSlant,
-    BoldItalicFeatures=FakeSlant]{Noto~Sans~Mono~SC}
+  \setCJKmonofont{FZFSK}[Extension=.ttf]% 方正仿宋
 
-  \setCJKfamilyfont{zhsong}{Noto~Serif~CJK~SC}
-  \setCJKfamilyfont{zhhei}{Noto~Sans~CJK~SC}
-  \setCJKfamilyfont{zhfs}{方正仿宋简体}[AutoFakeBold=2.17]
-  \setCJKfamilyfont{zhkai}{方正楷体简体}[AutoFakeBold=2.17]
+  \setCJKfamilyfont{zhsong}{Noto~Serif~SC}
+  \setCJKfamilyfont{zhhei}{Noto~Sans~SC}
+  \setCJKfamilyfont{zhfs}
+    {FZFSK}[Extension=.ttf]
+  \setCJKfamilyfont{zhkai}
+    {FZKTK}[Extension=.ttf]
 }
 %    \end{macrocode}
 % \end{macro}
 %
-% 载入设置的字体
+% \subsubsection{载入指定字库}
+%
+% 载入字体命令。
 %    \begin{macrocode}
 \cs_new_protected:Npn \@@_load_font:
 {
   \use:c { @@_load_latin_font_ \g_@@_latin_fontset_tl : }
   \use:c { @@_load_cjk_font_   \g_@@_cjk_fontset_tl   : }
-  
+%    \end{macrocode}
+% 自行定义C\hologo{TeX}中的四类字体命令。
+%    \begin{macrocode}
   \NewDocumentCommand\songti{}{\CJKfamily{zhsong}}
   \NewDocumentCommand\heiti{}{\CJKfamily{zhhei}}
   \NewDocumentCommand\fangsong{}{\CJKfamily{zhfs}}
   \NewDocumentCommand\kaishu{}{\CJKfamily{zhkai}}
 }
+%    \end{macrocode}
+%
+% 载入设置的字体。
+%    \begin{macrocode}
 \@@_load_font:
 %    \end{macrocode}
 %
+% \changes{v0.10}{2021/09/28}{修正了数学字体。}
+%
 % 设置数学字体 (XITS, 或者 STIX, 与 Times New Roman 最为相近)
 %    \begin{macrocode}
 % \setmathfont{STIXTwoMath-Regular}[Extension = .otf]
@@ -1217,26 +1730,36 @@
 \setmathfont{XITSMath-Regular}[
   BoldFont = XITSMath-Bold,
   Extension = .otf]
+\setmathfont{latinmodern-math.otf}[range={cal,bb,frak}]
 %    \end{macrocode}
 %
 %
-% \subsection{页面样式}
+% \subsection{页面布局}
 %
+% \subsubsection{页边距}
+%
+% 使用\pkg{geometry}设置页边距。
+%    \begin{macrocode}
+\geometry{
+  vmargin    = 2.5 cm,
+  hmargin    = 3.2 cm,
+}
+%    \end{macrocode}
+%
 % \subsubsection{页眉页脚}
 %
 % 
+% 本科生页眉页脚。要求无页眉,页脚居中,页码使用五号新罗马体数字。
 %    \begin{macrocode}
-\RequirePackage{fancyhdr} % 调整页眉页脚
-% 本科生页眉页脚 
-\fancypagestyle{njuplain}{%
+\fancypagestyle{njuplain}{
    \fancyhead{}               
-   \fancyfoot[C]{\zihao{5}\thepage} % 页脚居中 五号新罗马体数字
+   \fancyfoot[C]{\zihao{5}\thepage}
 }
 %    \end{macrocode}
 %
 % 
+% TODO: 研究生页眉页脚 
 %    \begin{macrocode}
-% TODO: 研究生页眉页脚 
 \fancypagestyle{njuheadings}{%
    \fancyhead{}               
    \fancyfoot[C]{\zihao{5}\thepage}        
@@ -1243,7 +1766,7 @@
 }
 %    \end{macrocode}
 %
-% 
+% 载入页眉页脚设置。此处\tn{flushbottom}是为了防止目录页出现underfull \tn{vbox}信息。
 %    \begin{macrocode}
 \str_if_eq:NNTF {\l_@@_info_degree_tl} { ug } 
 {
@@ -1251,8 +1774,7 @@
   \tl_set:Nn \headrulewidth {0pt}
   % the footer line
   \tl_set:Nn \footrulewidth {0pt}
-  
-  \AtBeginDocument{\pagestyle{njuplain}} % 本科无页眉页脚
+  \AtBeginDocument{\pagestyle{njuplain}\flushbottom} % 本科无页眉页脚
 }
 {
   % the header line
@@ -1259,107 +1781,111 @@
   \tl_set:Nn \headrulewidth {1pt}
   % the footer line
   \tl_set:Nn \footrulewidth {0pt}
-
-  % \AtBeginDocument{\pagestyle{njuplain}} % 无页眉页脚
-  \AtBeginDocument{\pagestyle{headings}} % 研究生有页眉页脚
+  \setlength{\headheight}{20pt}
+  \AtBeginDocument{\pagestyle{fancy}\flushbottom} % 研究生有页眉页脚
 }
 %    \end{macrocode}
 %
+% \subsection{章节标题格式}
 % 
 %    \begin{macrocode}
-% ctex格式设置
-% 目录标题 三号宋体加粗
-% 各部分标题 四号黑体
 \ctexset{
+    chapter/format = \zihao{4}\heiti\centering\selectfont,
+    chapter/beforeskip = 10pt,
+    chapter/afterskip = 60pt,
+    section/format = \zihao{4}\heiti\raggedright\selectfont,
+    subsection/format = \zihao{4}\heiti\raggedright\selectfont,
+    subsubsection/format = \zihao{4}\heiti\raggedright\selectfont,
+}
+%    \end{macrocode}
+%
+% \subsection{目录格式}
+% 设定目录标题名称。
+%    \begin{macrocode}
+\ctexset{
     contentsname = 目录,
     listfigurename = 插图清单, 
     listtablename = 表格清单,
-    chapter/format = \zihao{4}\heiti\centering,
-    chapter/beforeskip = 10pt,
-    chapter/afterskip = 60pt,
-    section/format = \zihao{4}\heiti\raggedright,
-    subsection/format = \zihao{4}\heiti\raggedright,
-    subsubsection/format = \zihao{4}\heiti\raggedright
 }
-
-% 重定义目录中章节标题样式
-% 目录内容中章的标题 四号黑体
-% 目录中其他内容 小四号宋体
-\titlecontents{chapter}% 标题级别
-                [5em]% 标题左间距
-                {\heiti\zihao{4}\vspace{10pt}}% 标题格式
-                {\contentslabel{4em}}% 标题标志
-                {\hspace*{-4em}}% 无序号标题
-                {~\titlerule*[0.6pc]{$.$}~\contentspage}% 指引线与页码
-
-                \titlecontents{section}
-                [5em]
-                {\zihao{-4}\vspace{0pt}}
-                {\contentslabel{2.5em}}
-                {\hspace*{-4em}}
-                {~\titlerule*[0.6pc]{$.$}~\contentspage}
-
-\titlecontents{subsection}
-                [8em]
-                {\zihao{-4}\vspace{0pt}}
-                {\contentslabel{3em}}
-                {\hspace*{-4em}}
-                {~\titlerule*[0.6pc]{$.$}~\contentspage}
 %    \end{macrocode}
 %
-% 
+% 使用\pkg{tocloft}定制目录文字格式。
 %    \begin{macrocode}
-\cs_set:Npn \CTEX at addtocline #1#2
-{ 
-  \addcontentsline { toc } {#1} 
-  { \use:c { CTEX@#1 at tocline } {#1} {#2} } 
+\cftsetpnumwidth{2em}
+\renewcommand{\cftchapleader}{\cftdotfill{\cftchapdotsep}}
+\renewcommand{\cftchapdotsep}{\cftdotsep}
+\renewcommand{\cftchapfont}{\heiti\zihao{4}}
+\setlength{\cftsecindent}{2em}
+\setlength{\cftsubsecindent}{52pt}
+\setlength{\cftsubsecnumwidth}{2em}
+%    \end{macrocode}
+%
+% \begin{macro}{\tableofcontents}
+  % 重定义目录命令,修改标题格式并插入书签。
+%    \begin{macrocode}
+\renewcommand\tableofcontents{%
+  \cleardoublepage
+  \raggedbottom
+  \begingroup
+    \ctexset{
+      contentsname = {目\hspace{2em}录},
+      chapter/format = {\centering\songti\bf\zihao{3}\selectfont},
+    }%
+    \chapter*{\contentsname}%
+  \endgroup
+  \addcontentsline{toc}{chapter}{\contentsname}
+  \vskip 20pt 
+  \@starttoc{toc}%
 }
 %    \end{macrocode}
+% \end{macro}
 %
-% 
+% \begin{macro}{\listoffigures}
+% 重定义插图目录命令,修改标题格式并插入书签。
 %    \begin{macrocode}
-% 目录页面格式修改
-\cs_new:Npn \nju_tocpagestyle:nnn #1 #2 #3
-{
-  \newpage
-  \hspace{0pt}
-  \vskip 10pt
-  \begin{center}
-    \mbox{\songti\bf\zihao{3}{#1}} % 目录页面标题
-    \phantomsection
-    \addcontentsline{toc}{chapter}{#2} % 插入目录
-  \end{center}
-  \vskip 40pt 
-  \@starttoc{#3}%
+\renewcommand\listoffigures{%
   \cleardoublepage
+  \begingroup
+  \ctexset{
+    chapter/format = {\centering\songti\bf\zihao{3}\selectfont},
+  }%
+  \chapter*{\listfigurename}%
+  \endgroup
+  \addcontentsline{toc}{chapter}{\listfigurename}
+  \vskip 20pt 
+  \@starttoc{lof}%
 }
 %    \end{macrocode}
+% \end{macro}
 %
-% 
+% \begin{macro}{\listoftables}
+% 重定义表格目录命令,修改标题格式并插入书签。
 %    \begin{macrocode}
-\tl_set:Nn \tableofcontents 
-{
-  \nju_tocpagestyle:nnn {目\hspace{2em}录}{\contentsname}{toc}
+\renewcommand\listoftables{%
+  \cleardoublepage
+  \begingroup
+  \ctexset{
+    chapter/format = {\centering\songti\bf\zihao{3}\selectfont},
+  }%
+  \chapter*{\listtablename}%
+  \endgroup
+  \addcontentsline{toc}{chapter}{\listtablename}
+  \vskip 20pt 
+  \@starttoc{lot}%
 }
-\tl_set:Nn \listoffigures
-{
-  \nju_tocpagestyle:nnn {\listfigurename}{\listfigurename}{lof}
-}
-\tl_set:Nn \listoftables 
-{
-  \nju_tocpagestyle:nnn {\listtablename}{\listtablename}{lot}
-}
 %    \end{macrocode}
+% \end{macro}
 %
+% \subsection{前言致谢}
+% 
 % \begin{environment}{preface}
-% 
+% 单独制作的前言页。
 %    \begin{macrocode}
-% 定制前言、致谢环境
 \NewDocumentEnvironment{preface}{}
 {%
   \chapter*{前言}
   \addcontentsline{toc}{chapter}{前言}
-}{}
+}{\cleardoublepage}
 %    \end{macrocode}
 % \end{environment}
 %
@@ -1370,13 +1896,31 @@
 {%
   \chapter*{致谢}
   \addcontentsline{toc}{chapter}{致谢}
-}{}
+}{\cleardoublepage}
 %    \end{macrocode}
 % \end{environment}
 %
+%
+% \begin{macro}{\njupaperlist}
+% \changes{v0.10}{2021/09/29}{新增了成果列表页面。}
+% 发表文章目录与合作文章目录。
+%    \begin{macrocode}
+\NewDocumentCommand\njupaperlist { t* m }
+{  
+  \begin{refsection} 
+    \nocite{#2}
+    \IfBooleanTF {#1}
+    { \printbibliography[heading=subbibliography,title=合作文章目录] }
+    { \printbibliography[heading=subbibliography,title=发表文章目录] }
+  \end{refsection}
+}
+%    \end{macrocode}
+% \end{macro}
+%
+% \subsection{参考文献}
 % 
+% biblatex设置
 %    \begin{macrocode}
-% biblatex设置
 \RequirePackage[
     style=gb7714-2015,
     %style=numeric-comp,
@@ -1404,9 +1948,8 @@
 ]{biblatex}
 %    \end{macrocode}
 %
-% 
+% 忽略不需要的文献信息。
 %    \begin{macrocode}
-% Remove some unwanted entries from the bibliography
 \AtEveryBibitem{
 	\clearfield{abstract}
 	\clearfield{issn}
@@ -1420,24 +1963,21 @@
 }
 %    \end{macrocode}
 %
+% \subsection{引用}
 % 
+% 修改标签名称。默认在名称后面添加空格,删除公式编号的括号
 %    \begin{macrocode}
-% 修改标签名称
-\crefdefaultlabelformat{#2#1#3\,} % 默认在名称后面添加空格
+\crefdefaultlabelformat{#2#1#3\,}
 
 \crefname{figure}{图}{图}
 \crefname{table}{表}{表}
 % \crefname{equation}{公式}{公式}
-\crefformat{equation}{公式~#2#1#3~} % 删除公式编号的括号
+\crefformat{equation}{公式~#2#1#3~}
 
 \crefformat{chapter}{第#2#1#3章}
 \crefformat{section}{第~#2#1#3~节}
 \crefformat{subsection}{第~#2#1#3~小节}
 \crefformat{subsubsection}{第~#2#1#3~小节}
-% \crefname{chapter}{§}{§}
-% \crefname{section}{§}{§}
-% \crefname{subsection}{§}{§}
-% \crefname{subsubsection}{§}{§}
 \crefname{appendix}{附录}{附录}
 
 % \crefname{definition}{定义}{定义}
@@ -1452,14 +1992,33 @@
 % \crefname{assumption}{假设}{假设}
 %    \end{macrocode}
 %
-% soifjsojfosjfos
+% \pkg{hyperref} 
+% \changes{v0.11}{2021/10/01}{写入PDF元数据。}
 %    \begin{macrocode}
+\ctex_at_end_preamble:n
+{
+  \hypersetup
+    {
+      bookmarksnumbered = true,
+      psdextra          = true,
+      unicode           = true,
+%    \end{macrocode}
+% 填写 PDF 元信息。
+%    \begin{macrocode}
+      pdftitle    = \l_@@_info_title_tl,
+      pdfauthor   = \l_@@_info_author_tl,
+      pdfkeywords = \l_@@_info_keywords_clist,
+      pdfcreator  = \c_@@_name_pdf_creator_tl
+    }
+}
+%    \end{macrocode}
+%
+% \subsection{图表浮动体}
+% 
+% \subsubsection{图片表格}
+% 
 % 图表位置调整
-\floatsetup[lstlisting]{ % Captions for lstlistings
-	capposition=above,%
-	margins=centering,%
-	floatwidth=\textwidth%
-}
+%    \begin{macrocode}
 \floatsetup[figure]{ % Captions for figures
 	capposition=bottom,%
 	margins=centering,%
@@ -1471,10 +2030,33 @@
 	floatwidth=\textwidth%
 }
 %    \end{macrocode}
+% 
+% 图表标题样式
+%    \begin{macrocode}
+\DeclareCaptionFont{songticap}{\zihao{5}\bf\songti}
+\captionsetup{
+  font=small,%
+  labelfont=songticap,
+	textfont=songticap,
+	strut=no,%
+	hypcap=true, % Links point to the top of the figure
+	% indention=0pt, % Suppress indentation
+	% % parindent=0pt, % Suppress space between paragraphs
+	aboveskip=6pt, % Increase the space between the figure and the caption
+	belowskip=6pt, % Increase the space between the caption and the table
+}
+%    \end{macrocode}
 %
 % 
+% \subsubsection{代码}
+% 
+% 代码样式
 %    \begin{macrocode}
-% 代码样式
+\floatsetup[lstlisting]{ % Captions for lstlistings
+	capposition=above,%
+	margins=centering,%
+	floatwidth=\textwidth%
+}
 \lstset{
 	basicstyle=\ttfamily\linespread{1}\small\selectfont,
     keywordstyle=\bfseries,% use bold style for keywords
@@ -1504,25 +2086,10 @@
 %    \end{macrocode}
 %
 % 
-%    \begin{macrocode}
-% 图表标题样式
-\DeclareCaptionFont{songticap}{\zihao{5}\bf\songti}
-\captionsetup{
-    font=small,%
-    labelfont=songticap,
-	textfont=songticap,
-	strut=no,%
-	hypcap=true, % Links point to the top of the figure
-	% indention=0pt, % Suppress indentation
-	% % parindent=0pt, % Suppress space between paragraphs
-	aboveskip=6pt, % Increase the space between the figure and the caption
-	belowskip=6pt, % Increase the space between the caption and the table
-}
-%    \end{macrocode}
-%
+% \subsubsection{列表}
 % 
+% 列表环境
 %    \begin{macrocode}
-% list configuration
 \renewcommand{\labelitemi}{\tiny$\blacktriangleright$}
 \renewcommand{\labelitemii}{\textbullet}
 
@@ -1532,8 +2099,16 @@
 %    \end{macrocode}
 %
 % 
+% \subsection{定理环境}
+%
+% \begin{macro}{\mathbi}
+% Math bold italic letters
 %    \begin{macrocode}
-% 数学环境
+\NewDocumentCommand\mathbi{m}{\textbf{\em #1}}
+%    \end{macrocode}
+% \end{macro}
+%
+%    \begin{macrocode}
 \declaretheoremstyle[
     	%spaceabove=.5\thm at preskip,
     	%spacebelow=.5\thm at postskip,
@@ -1549,10 +2124,10 @@
 \theoremstyle{njuthm}
 %    \end{macrocode}
 %
-% 
+% 修改证明环境标题 
 %    \begin{macrocode}
 \let\oldproofname=\proofname
-\renewcommand*{\proofname}{\rm\bf\songti{\oldproofname}} % 修改证明环境标题
+\renewcommand*{\proofname}{\rm\bf\songti{\oldproofname}} 
 %    \end{macrocode}
 %
 % 
@@ -1650,9 +2225,11 @@
 ]{theorem}
 %    \end{macrocode}
 %
-% \subsection{封面绘制}
+% \subsection{封面}
+%
+% \subsubsection{内部命令}
+% 拼合标题
 %    \begin{macrocode}
-% 拼合标题
 \tl_const:Nn \l_@@_info_title_tl 
 {
   \l_@@_info_title_a_tl
@@ -1660,8 +2237,8 @@
   \l_@@_info_title_c_tl
 }
 %    \end{macrocode}
-% 双导师的处理
-%% \begin{variable}{\l_@@_info_supv_full_tl,\l_@@_info_supv_full_en_tl}
+%
+% \begin{variable}{\l_@@_info_supv_full_tl,\l_@@_info_supv_full_en_tl}
 % 用于存储导师姓名加职称的变量,旧版编译器不支持字符串中含有|\hspace{.5em}|这样的空白空间命令
 %    \begin{macrocode}
 \tl_new:N \l_@@_info_supv_full_tl
@@ -1669,7 +2246,7 @@
 %    \end{macrocode}
 % \end{variable}
 %
-% 拼合导师
+% 拼合双导师的姓名和职称。
 %    \begin{macrocode}
 \tl_set:Nn \l_@@_info_supv_full_tl
 {
@@ -1680,17 +2257,18 @@
 }
 \tl_set:Nn \l_@@_info_supv_full_en_tl
 {
-  \l_@@_info_supv_a_en_tl\ 
-  \l_@@_info_supv_a_title_en_tl\ \ 
-  \l_@@_info_supv_b_en_tl\ 
-  \l_@@_info_supv_b_title_en_tl
+  \l_@@_info_supv_a_title_en_tl\ 
+  \l_@@_info_supv_a_en_tl\ \ 
+  \l_@@_info_supv_b_title_en_tl\ 
+  \l_@@_info_supv_b_en_tl
 }
 %    \end{macrocode}
-% \begin{variable}{\c_@@_name_degree_tl,\c_@@_name_degree_en_tl}
+%
+% \begin{variable}{\l_@@_name_degree_tl,\l_@@_name_degree_en_tl}
 % 用于存储学位名称的变量
 %    \begin{macrocode}
-\tl_new:N \c_@@_name_degree_tl
-\tl_new:N \c_@@_name_degree_en_tl
+\tl_new:N \l_@@_name_degree_tl
+\tl_new:N \l_@@_name_degree_en_tl
 %    \end{macrocode}
 % \end{variable}
 %
@@ -1699,7 +2277,7 @@
 \str_if_eq:NNTF {\l_@@_info_degree_tl} { ug } 
 {
   % 本科
-  \tl_const:Nn \l_@@_name_diploma_tl { 本\hfill 科\hfill }
+  \tl_const:Nn \l_@@_name_diploma_tl { 本科 }
   \tl_const:Nn \c_@@_name_title_tl { 题\hfill 目 }
   
   \tl_const:Nn \c_@@_cover_uline_len_a_tl { 250pt }
@@ -1715,7 +2293,7 @@
 } 
 { 
   % 本科以外都是研究生 
-  \tl_const:Nn \l_@@_name_diploma_tl { 研\hfill 究\hfill 生\hfill }
+  \tl_const:Nn \l_@@_name_diploma_tl { 研究生 }
   \tl_const:Nn \c_@@_name_title_tl { 论\hfill 文\hfill 题\hfill 目 }
 
   \tl_const:Nn \c_@@_cover_uline_len_a_tl { 250pt }
@@ -1729,17 +2307,36 @@
   % 研究生学位名称
   \str_if_eq:NNTF { \l_@@_info_degree_tl } { phd }
   {
-    \tl_set:Nn \c_@@_name_degree_tl { 博士 }
-    \tl_set:Nn \c_@@_name_degree_en_tl { Doctor~of~Philosophy }
+    \tl_set:Nn \l_@@_name_degree_tl { 博士 }
+    \tl_set:Nn \l_@@_name_degree_en_tl { Doctor~of~Philosophy }
   }
   {
-    \tl_set:Nn \c_@@_name_degree_en_tl { Master }
+    \tl_set:Nn \l_@@_name_degree_en_tl { Master }
     \str_if_eq:NNTF { \l_@@_info_degree_tl } { mg }
-    { \tl_set:Nn \c_@@_name_degree_tl { 硕士 } }
-    { \tl_set:Nn \c_@@_name_degree_tl { 硕士专业 } }
+    { \tl_set:Nn \l_@@_name_degree_tl { 硕士 } }
+    { \tl_set:Nn \l_@@_name_degree_tl { 硕士专业 } }
   }
 }
 %    \end{macrocode}
+% \begin{macro}{\@@_spread_box:nn}
+% 来自\cls{fduthesis}:分散对齐的水平盒子。
+% \begin{arguments}
+%   \item   宽度
+%   \item   内容
+% \end{arguments}
+% 利用 \cs{tl_map_inline:nn} 在字符间插入 \tn{hfil};紧随其后的 \tn{unskip}
+% 将会去掉最后一个 \tn{hfil}。见 \url{https://tex.stackexchange.com/q/169689}。
+% |#2| 需要完全展开以避免 underfull 警告。
+%    \begin{macrocode}
+\cs_generate_variant:Nn \tl_map_inline:nn       { xn }
+\cs_new_protected:Npn \@@_spread_box:nn #1#2
+  {
+    \mode_leave_vertical:
+    \hbox_to_wd:nn {#1}
+      { \tl_map_inline:xn {#2} { ##1 \hfil } \unskip }
+  }
+%    \end{macrocode}
+% \end{macro}
 %
 % \begin{macro}{\@@_cover_uline_a:n}
 % 在封面绘制下划线
@@ -1774,22 +2371,25 @@
 %    \end{macrocode}
 % \end{macro}
 %
+% \begin{macro}{\l_@@_name_diploma_tl}
 % 判断类型
-% 
 %    \begin{macrocode}
 \str_if_eq:NNTF { \l_@@_info_type_tl } { thesis } 
 {
   \tl_const:Nn \l_@@_info_type_tl_name 
-    { \l_@@_name_diploma_tl 毕\hfill 业\hfill 论\hfill 文 }
+    { \l_@@_name_diploma_tl 毕业论文 }
 }
 {
   \tl_const:Nn \l_@@_info_type_tl_name 
-    { \l_@@_name_diploma_tl 毕\hfill 业\hfill 设\hfill 计 }
+    { \l_@@_name_diploma_tl 毕业设计 }
 }
 %    \end{macrocode}
+% \end{macro}
 %
+% \subsubsection{封面组件}
+%
 % \begin{macro}{\@@_cover_title_breakline:}
-% 对多行标题进行自动判断,并输出换行后的结果
+% 对标题进行自动判断,如果某行标题空则不输出接下来的若干行,得到多行标题。
 %    \begin{macrocode}
 \cs_new_protected:Npn \@@_cover_title_breakline:
 {
@@ -1796,7 +2396,6 @@
   \@@_cover_box:n {\c_@@_name_title_tl}
   & \@@_cover_uline_a:n 
   { \c_@@_cover_uline_style_tl \l_@@_info_title_a_tl } \\
-  % 如果某行标题空则不输出接下来的若干行
   \tl_if_empty:NF \l_@@_info_title_b_tl
   {
     \tl_if_empty:NTF \l_@@_info_title_c_tl
@@ -1866,7 +2465,7 @@
     \begin{tabular}{p{6em}c}    
       \@@_cover_title_breakline:
       \@@_cover_box:n {作\hfill 者\hfill 姓\hfill 名}
-      & \@@_cover_uline_a:n  {\l_@@_info_author_tl}\\
+      & \@@_cover_uline_a:n  {\@@_spread_box:nn {4em}{\l_@@_info_author_tl}}\\
       \@@_cover_box:n {专\hfill 业\hfill 名\hfill 称}
       & \@@_cover_uline_a:n  {\l_@@_major_tl}\\
       \@@_cover_box:n {研\hfill 究\hfill 方\hfill 向}
@@ -1881,10 +2480,11 @@
 %
 % 
 %
+% \subsubsection{绘制封面}
+%
 % 
 % \begin{macro}{\@@_print_cover_nl:}
 % 按需绘制国家图书馆封面,修改自胡海星模板
-% 
 %    \begin{macrocode}
 \cs_new_protected:Npn \@@_print_cover_nl:
 {
@@ -1892,16 +2492,15 @@
   \pdfbookmark[0]{国家图书馆封面}{nl}
   {
     % 顶端
-    \hspace{0mm}
-    \vskip -20mm \hskip -15mm
+    \noindent\null\vskip -20mm \hskip -15mm
     \songti\zihao{-4}
     \makebox[40pt][l]{分类号}
-    \@@_cover_uline_b:n {\l_@@_info_classif_tl}
+    \@@_cover_uline_b:n {\l_@@_info_clc_tl}
     \hfill
     \makebox[40pt][l]{密级}
     \@@_cover_uline_b:n {\l_@@_info_seclv_tl}
     \vskip 10pt \hskip -15mm
-    \makebox[40pt][l]{UDC}
+    \makebox[40pt][l]{udc}
     \@@_cover_uline_b:n {\l_@@_info_udc_tl}
   }
 
@@ -1926,41 +2525,42 @@
   \end{center}
 
   % 底部
-  \vskip\stretch{1}
-  {
-    \kaishu\zihao{4}
-    \noindent 指导教师姓名、职务、职称、学位、单位名称及地址%
-    \@@_cover_uline_nl:nn {94pt}{\l_@@_info_supv_a_tl}\par
-    \noindent\@@_cover_uline_nl:nn {\textwidth}{%
-    \l_@@_info_supv_cont_tl}\par
-    \noindent 申请学位级别%
-    \@@_cover_uline_nl:nn {9em}{\c_@@_name_degree_tl}%
-    \noindent 专业名称%
-    \uline{\hfill\l_@@_major_tl\hfill}\par% 需要调整下划线长度
-    \noindent 论文提交日期%
-    \@@_cover_uline_nl:nn {9em}{\l_@@_submit_date_tl}%
-    论文答辩日期%
-    \uline{\hfill\l_@@_defend_date_tl\hfill}\par% 需要调整下划线长度
-    \noindent 学位授予单位和日期\uline{\hfill}\par
-    \noindent\hfill 答辩委员会主席:%
-    \@@_cover_uline_nl:nn {9em}{\l_@@_info_chairman_tl}\par
-    \noindent\hfill 评阅人:%
-    \@@_cover_uline_nl:nn {9em}{\l_@@_info_reviewer_a_tl}\par
-    \noindent\hfill\@@_cover_uline_nl:nn {9em}{\l_@@_info_reviewer_b_tl}\par
-    \noindent\hfill\@@_cover_uline_nl:nn {9em}{\l_@@_info_reviewer_c_tl}\par
-    \noindent\hfill\@@_cover_uline_nl:nn {9em}{\l_@@_info_reviewer_d_tl}\par
-    
-    \begin{center}
-      \kaishu\zihao{3}\hspace{2em} 年\hspace{1em} 月\hspace{1em} 日
-    \end{center}
-    \vskip -10mm
-    }
+  \vskip\stretch{1}\kaishu\zihao{4}
+  \noindent 指导教师姓名、职务、职称、学位、单位名称及地址%
+  \@@_cover_uline_nl:nn {94pt}{\l_@@_info_supv_a_tl}\par
+  \noindent \@@_cover_uline_nl:nn {\textwidth}{%
+  \l_@@_info_supv_cont_tl}\par
+  \noindent 申请学位级别%
+  \@@_cover_uline_nl:nn {9em}{\l_@@_name_degree_tl}%
+  \noindent 专业名称%
+  \uline{\hfill\l_@@_major_tl\hfill}\par
+  \noindent 论文提交日期%
+  \@@_cover_uline_nl:nn {9em}{\l_@@_submit_date_tl}%
+  \noindent 论文答辩日期%
+  \uline{\hfill\l_@@_defend_date_tl\hfill}\par
+  \noindent 学位授予单位和日期\uline{\hfill}\par
+  \begin{flushright}
+    答辩委员会主席:
+    \@@_cover_uline_nl:nn {9em}{ \l_@@_info_chairman_tl }\par
+    评阅人:
+    \@@_cover_uline_nl:nn {9em}
+      { \clist_item:Nn \l_@@_info_reviewer_clist {1} }\par
+    \@@_cover_uline_nl:nn {9em}
+      { \clist_item:Nn \l_@@_info_reviewer_clist {2} }\par
+    \@@_cover_uline_nl:nn {9em}
+      { \clist_item:Nn \l_@@_info_reviewer_clist {3} }\par
+    \@@_cover_uline_nl:nn {9em}
+      { \clist_item:Nn \l_@@_info_reviewer_clist {4} }\par
+  \end{flushright}
+  \begin{center}
+    \kaishu\zihao{3}\hspace{2em} 年\hspace{1em} 月\hspace{1em} 日
+  \end{center}
+  \vskip -10mm
   \cleardoublepage
 }
 %    \end{macrocode}
 % \end{macro}
 %
-% 
 % \begin{macro}{\@@_print_cover_ug:}
 % 本科封面
 %    \begin{macrocode}
@@ -1969,15 +2569,14 @@
   \thispagestyle{empty}
   \pagenumbering{Roman}
   % Start
-  \pdfbookmark{封面}{封面} % 将封面插入pdf书签
+  \pdfbookmark{封面}{cover} % 将封面插入pdf书签
   \begin{spacing}{1.25}
-  \vskip 0mm
-  \hspace{-10mm}
-  \includegraphics[height=3cm]{njulogo}\smallskip 
+  \noindent\null\hspace{-10mm}
+  \njuemblem{!}{3cm}\smallskip 
   \begin{center}
-    \includegraphics[height=3.35cm]{njuname}
+    \njuname{!}{3.35cm}
     \vskip 10mm 
-    {\zihao{1}\makebox[9em][s]{\bf{\songti\l_@@_info_type_tl_name}}}
+    {\zihao{1}\bf\songti\@@_spread_box:nn {9em}{\l_@@_info_type_tl_name}}
     \vfill
     \vskip\stretch{0}
     {\bgroup
@@ -1991,8 +2590,6 @@
   \end{center}
   \end{spacing}
   \cleardoublepage
-  % \vfill
-  % \newpage
 }
 %    \end{macrocode}
 % \end{macro}
@@ -2006,27 +2603,30 @@
   \thispagestyle{empty}
   \pagenumbering{Roman}
   % Start
-  \pdfbookmark{封面}{封面} % 将封面插入pdf书签
+  \pdfbookmark{封面}{cover} % 将封面插入pdf书签
   \begin{spacing}{1.25}
   \begin{center}
-    \hspace{0pt} \vskip 5mm
-    \includegraphics[height=1.9cm]{njulogo}
+    \noindent\null\vskip 5mm
+    \njuemblem{!}{1.9cm}
     \vskip 10mm 
-    \includegraphics[height=2cm]{njuname-large}
+    \njuname{4.4cm}{!}
+    \par\vskip -2mm 
+    \njuname*{4.4cm}{!}
     \vskip 15mm 
-    {\zihao{1}\makebox[10em][s]{\bf{\kaishu\l_@@_info_type_tl_name}}}
-    \vskip 5mm
-    {\zihao{1}\bf{\kaishu{(申请\c_@@_name_degree_tl 学位)}}}
-    \par\vfill
-    \vskip\stretch{0}
-    {\bgroup
-    \bf\kaishu\zihao{3}
-    \def\tabcolsep{1pt}
-    \def\arraystretch{1.5}
-    \vskip 10mm
-    % 绘制信息框
-    \@@_print_covertab:
-    \egroup}
+    \bgroup
+      \zihao{1}\bf\kaishu
+      \@@_spread_box:nn {10em}{\l_@@_info_type_tl_name}
+      \vskip 5mm
+      {(申请\l_@@_name_degree_tl 学位)}
+    \egroup
+    \par\vfill\vskip\stretch{0}
+    \bgroup
+      \bf\kaishu\zihao{3}
+      \def\tabcolsep{1pt}
+      \def\arraystretch{1.5}
+      \vskip 10mm
+      \@@_print_covertab:
+    \egroup
     \vfill
     \vskip 10mm
     \bf\kaishu\zihao{4}\l_@@_submit_date_tl
@@ -2038,7 +2638,7 @@
   \thispagestyle{empty}
   \begin{spacing}{1.625}
     % TODO: 等待调整格式
-    \hspace{0pt} \vfill
+    \null\vfill
     {\bgroup
     \kaishu\zihao{3}
     \makebox[6em][s]{\bf\kaishu 学\hfill 号}:\MakeUppercase{\l_@@_info_id_tl}
@@ -2061,9 +2661,9 @@
 \cs_new_protected:Npn \@@_print_cover_en:
 {
   \thispagestyle{empty}
-  \pdfbookmark{英文封面}{English~cover} % 将封面插入pdf书签
+  \pdfbookmark{英文封面}{cover-en} % 将封面插入pdf书签
   \begin{center}
-    \vspace*{20pt}
+    \noindent\vspace*{20pt}
     \bf\sffamily\zihao{2}\l_@@_info_title_en_tl
     \vskip \stretch{1}
     \normalfont\rmfamily\zihao{4}{by}
@@ -2072,19 +2672,22 @@
     \vskip\stretch{1}
     \normalfont\rmfamily\zihao{4}{Supervised~by}
     \vskip 3pt
-    \normalfont\sffamily\zihao{4}\l_@@_info_supv_a_title_en_tl
-    \hspace{.5em}\l_@@_info_supv_a_en_tl
+    \normalfont\sffamily\zihao{4}
+    \l_@@_info_supv_a_title_en_tl
+    \hspace{.5em}\l_@@_info_supv_a_en_tl\\
+    \l_@@_info_supv_b_title_en_tl
+    \hspace{.5em}\l_@@_info_supv_b_en_tl
     \vskip\stretch{1}
     \normalsize\rmfamily{%
       A~dissertation~submitted~to\\
       the~graduate~school~of~Nanjing~University\\
       in~partial~fulfilment~of~the~requirements~for~the~degree~of\\
-      {\textsc{\c_@@_name_degree_en_tl}}\\
+      {\textsc{\l_@@_name_degree_en_tl}}\\
       in\\
       {\l_@@_major_en_tl}
     }
     \vskip\stretch{2}
-    \includegraphics[width=2.5cm]{njulogo} \\
+    \njuemblem{2.5cm}{!}\par
     \vskip 3mm
     \normalfont\l_@@_info_dept_en_tl\\
     {Nanjing~University}
@@ -2098,6 +2701,7 @@
 % \end{macro}
 %
 % 
+% \begin{macro}{\maketitle}
 % 重定义maketitle生成封面
 %    \begin{macrocode}
 \tl_set:Nn \maketitle 
@@ -2113,148 +2717,144 @@
   } 
 }
 %    \end{macrocode}
+% \end{macro}
 %
 % \subsection{摘要绘制}
 %
-% 中文关键词
+% \begin{macro}{\@@_print_keywords:,\@@_print_keywords_en:}
+% 中英文关键词
 %    \begin{macrocode}
-\NewDocumentCommand \keywords {m} {%
-  \par\vspace{2ex}\noindent%
-  {\kaishu\zihao{-4}\makebox[4em][s]{关键词{:}}}~{#1}%
+\cs_new_protected:Npn \@@_print_keywords:
+{
+  \par\vspace{2ex}
+  \bgroup
+    \noindent
+    \c_@@_name_keywords_tl
+    \clist_use:Nn \l_@@_info_keywords_clist {;} 
+    \par
+  \egroup
 }
+\cs_new_protected:Npn \@@_print_keywords_en:
+{
+  \par\vspace{2ex}
+  \bgroup
+    \noindent
+    \c_@@_name_keywords_en_tl\hspace{0.5em}
+    \clist_use:Nn \l_@@_info_keywords_en_clist {;}
+    \par
+  \egroup
+}
 %    \end{macrocode}
+% \end{macro}
 %
-% 
-% 英文关键词
-%
+%   
+% \begin{macro}{\@@_print_abstract_ug:,\@@_print_abstract_en_ug:}
+% 输出本科摘要格式。
 %    \begin{macrocode}
-\NewDocumentCommand \englishkeywords {m} {%
-  \par\vspace{2ex}\noindent%
-  {KEYWORDS{:}}~~{#1}%
+\cs_new_protected:Npn \@@_print_abstract_ug:
+{
+  \thispagestyle{plain}
+  \pdfbookmark[0]{中文摘要}{abstract-zh}
+  \begin{center}
+    \kaishu\zihao{-2}{\textbf{
+      \uuline{南京大学本科生毕业论文(设计、作品)中文摘要}}}
+  \end{center}
+  \bgroup
+    \noindent\kaishu\zihao{-4}
+    题目: \l_@@_info_title_tl \\
+    院系: \l_@@_info_dept_tl \\
+    专业: \l_@@_major_tl \\
+    本科生姓名: \l_@@_info_author_tl \\
+    指导教师(姓名、职称):\l_@@_info_supv_full_tl \\
+    摘要:
+  \egroup
+  \kaishu\zihao{-4}\par%
 }
+\cs_new_protected:Npn \@@_print_abstract_en_ug:
+{
+  \thispagestyle{plain}
+  \pdfbookmark[0]{英文摘要}{abstract-en}
+  \begin{center}
+      \kaishu\zihao{-2}{\textbf{\uuline{
+        南京大学本科生毕业论文(设计、作品)英文摘要}}}
+  \end{center}
+  {
+    \bgroup
+    THESIS: ~~\l_@@_info_title_en_tl \\
+    DEPARTMENT: ~~\l_@@_info_dept_en_tl \\
+    SPECIALIZATION: ~~\l_@@_major_en_tl \\
+    UNDERGRADUATE:~~\l_@@_info_author_en_tl \\
+    MENTOR:~~\l_@@_info_supv_full_en_tl \\
+    ABSTRACT:
+    \egroup
+  }
+  \zihao{-4}\par%
+}
 %    \end{macrocode}
+% \end{macro}
 %
 % 
-%
+% \begin{macro}{\@@_print_abstract_g:,\@@_print_abstract_en_g:}
+% 输出研究生摘要格式。
 %    \begin{macrocode}
-% 判断学位
-\str_if_eq:NNTF {\l_@@_info_degree_tl} { ug } 
-{   
-  % 本科摘要环境
-  \NewDocumentEnvironment{abstract} {}
-  {%
-    % \pagestyle{plain}
-    % \pagenumbering{Roman}
-    % \phantomsection\addcontentsline{toc}{chapter}{中文摘要} % 将摘要插入目录和pdf书签
-    \pdfbookmark[0]{中文摘要}{中文摘要} % 将摘要插入pdf书签,与上一行不可共存
-    \begin{center}
-      \kaishu\zihao{-2}{\textbf{
-        \uuline{南京大学本科生毕业论文(设计、作品)中文摘要}}}
-    \end{center}
-    {\bgroup
-      \kaishu\zihao{-4}
-      \tl_set:Nn \tabcolsep {0pt}
-      \tl_set:Nn \arraystretch {0.8}
-      \noindent
-      题目: \l_@@_info_title_tl \\
-      院系: \l_@@_info_dept_tl \\
-      专业: \l_@@_major_tl \\
-      本科生姓名: \l_@@_info_author_tl \\
-      指导教师(姓名、职称):\l_@@_info_supv_full_tl \\
-      摘要:
-      \egroup
-    }
-    \kaishu\zihao{-4}\par%
-  }{%
-  \newpage
+\cs_new_protected:Npn \@@_print_abstract_g:
+{
+  \thispagestyle{plain}
+  \pdfbookmark[0]{中文摘要}{abstract-zh}
+  \begin{center}
+    \kaishu\zihao{-2}{\textbf{\uuline{
+      南京大学研究生毕业论文中文摘要首页用纸}}}
+  \end{center}
+  \bgroup
+    \noindent\kaishu\zihao{4}
+    毕业论文题目:\hspace{0.5em}\njuline{\l_@@_info_title_tl\hfill}\\
+    \njuline{\makebox[11em]{\l_@@_major_tl}}专业
+    \njuline{\makebox[4em]{\l_@@_info_grade_tl}}级
+    \str_if_eq:NNTF {\l_@@_info_degree_tl} { phd } {博}{硕}
+    士生姓名:\njuline{\hfill\l_@@_info_author_tl\hfill}\\
+    指导教师(姓名、职称):\njuline{\hfill\l_@@_info_supv_full_tl\hfill}\par
+  \egroup
+  \kaishu\zihao{4}\par%
+}
+\cs_new_protected:Npn \@@_print_abstract_en_g:
+{
+  \thispagestyle{plain}
+  \pdfbookmark[0]{英文摘要}{abstract-en}
+  \begin{center}
+      \kaishu\zihao{-2}{\textbf{\uuline{
+        南京大学研究生毕业论文英文摘要首页用纸}}}
+  \end{center}
+  {
+    \bgroup
+    \zihao{4}
+    THESIS: ~~\l_@@_info_title_en_tl \\
+    SPECIALIZATION: ~~\l_@@_major_en_tl \\
+    POSTGRADUATE:~~\l_@@_info_author_en_tl \\
+    MENTOR:~~\l_@@_info_supv_full_en_tl\par
+    \egroup
   }
-
-  % 英文摘要
-  \NewDocumentEnvironment{englishabstract} {}
-  {%
-    \pagestyle{plain}
-    % \phantomsection\addcontentsline{toc}{chapter}{英文摘要} % 将摘要插入目录和pdf书签
-    \pdfbookmark[0]{英文摘要}{英文摘要} % 将摘要插入pdf书签,与上一行不可共存
-    \begin{center}
-        \kaishu\zihao{-2}{\textbf{\uuline{
-          南京大学本科生毕业论文(设计、作品)英文摘要}}}
-    \end{center}
-    {
-      \bgroup
-      THESIS: ~~\l_@@_info_title_en_tl \\
-      DEPARTMENT: ~~\l_@@_info_dept_en_tl \\
-      SPECIALIZATION: ~~\l_@@_major_en_tl \\
-      UNDERGRADUATE:~~\l_@@_info_author_en_tl \\
-      MENTOR:~~\l_@@_info_supv_full_en_tl \\
-      ABSTRACT:
-      \egroup
-    }
-    \zihao{-4}\par%
-  }{%
-  \cleardoublepage
-  \newpage
-  }
+  \zihao{4}\par%
 }
 %    \end{macrocode}
+% \end{macro}
 %
 % 
+% 判断学位
+%
 %    \begin{macrocode}
-{ 
-  % 研究生摘要环境
+\str_if_eq:NNTF {\l_@@_info_degree_tl} { ug } 
+{   
   \NewDocumentEnvironment{abstract} {}
-  {%
-    \pagestyle{plain}
-    \pagenumbering{Roman}
-    % \phantomsection\addcontentsline{toc}{chapter}{中文摘要} % 将摘要插入目录和pdf书签
-    \pdfbookmark[0]{中文摘要}{中文摘要} % 将摘要插入pdf书签,与上一行不可共存
-    \begin{center}
-      \kaishu\zihao{-2}{\textbf{\uuline{
-        南京大学研究生毕业论文中文摘要首页用纸}}}
-    \end{center}
-    
-    \bgroup
-    \kaishu\zihao{4}
-    \tl_set:Nn \tabcolsep {0pt}
-    \tl_set:Nn \arraystretch {0.8}
-    \noindent
-    毕业论文题目:\hspace{0.5em}\nju_underline:n {\l_@@_info_title_tl\hfill}\\    
-    \uline{\makebox[9em]{\l_@@_major_tl}}专业
-    \uline{\makebox[4em]{\l_@@_info_grade_tl}}级
-    \str_if_eq:NNTF {\l_@@_info_degree_tl} { phd } {博}{硕}
-    士生姓名:\uline{\hfill\l_@@_info_author_tl\hfill} \\
-    指导教师(姓名、职称):\uline{\hfill\l_@@_info_supv_full_tl\hfill}\par
-    \egroup
-  
-    \kaishu\zihao{4}\par%
-  }{%
-  \newpage
-  }
-  
-  % 英文摘要
-  \NewDocumentEnvironment{englishabstract} {}
-  {%
-    \pagestyle{plain}
-    % \phantomsection\addcontentsline{toc}{chapter}{英文摘要} % 将摘要插入目录和pdf书签
-    \pdfbookmark[0]{英文摘要}{英文摘要} % 将摘要插入pdf书签,与上一行不可共存
-    \begin{center}
-        \kaishu\zihao{-2}{\textbf{\uuline{
-          南京大学研究生毕业论文英文摘要首页用纸}}}
-    \end{center}
-    {
-      \bgroup
-      \zihao{4}
-      THESIS: ~~\l_@@_info_title_en_tl \\
-      SPECIALIZATION: ~~\l_@@_major_en_tl \\
-      POSTGRADUATE:~~\l_@@_info_author_en_tl \\
-      MENTOR:~~\l_@@_info_supv_full_en_tl\par
-      \egroup
-    }
-    \zihao{4}\par%
-  }{%
-  \cleardoublepage
-  \newpage
-  }
+  {\@@_print_abstract_ug:}{\@@_print_keywords:\newpage}
+  \NewDocumentEnvironment{abstract*} {}
+  {\@@_print_abstract_en_ug:}{\@@_print_keywords_en:\cleardoublepage}
 }
+{
+  \NewDocumentEnvironment{abstract} {}
+  {\@@_print_abstract_g:}{\@@_print_keywords:\newpage}
+  \NewDocumentEnvironment{abstract*} {}
+  {\@@_print_abstract_en_g:}{\@@_print_keywords_en:\cleardoublepage}
+}
 %</class>
 %    \end{macrocode}
 %
@@ -2263,4 +2863,3 @@
 %
 % \end{implementation}
 %
-% \PrintIndex

Added: trunk/Master/texmf-dist/source/latex/njuthesis/njuthesis.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/njuthesis/njuthesis.ins	                        (rev 0)
+++ trunk/Master/texmf-dist/source/latex/njuthesis/njuthesis.ins	2021-10-01 22:00:57 UTC (rev 60668)
@@ -0,0 +1,79 @@
+%%
+%% This is file `njuthesis.ins',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% njuthesis.dtx  (with options: `install')
+%% 
+%% Copyright (C) 2021
+%% by Nanjing University Linux User Group <nju.lug at yaoge123.cn>
+%% 
+%% This file may be distributed and/or modified under the conditions of
+%% the LaTeX Project Public License, either version 1.3 of this license
+%% or (at your option) any later version.  The latest version of this
+%% license is in:
+%% 
+%%    http://www.latex-project.org/lppl.txt
+%% 
+%% and version 1.3 or later is part of all distributions of LaTeX version
+%% 2005/12/01 or later.
+%% 
+%% To produce the documentation run the original source files ending with `.dtx'
+%% through XeTeX.
+%% 
+\input l3docstrip.tex
+\keepsilent
+\askforoverwritefalse
+
+\preamble
+
+Copyright (C) 2021
+by Nanjing University Linux User Group <nju.lug at yaoge123.cn>
+
+This file may be distributed and/or modified under the conditions of
+the LaTeX Project Public License, either version 1.3 of this license
+or (at your option) any later version.  The latest version of this
+license is in:
+
+   http://www.latex-project.org/lppl.txt
+
+and version 1.3 or later is part of all distributions of LaTeX version
+2005/12/01 or later.
+
+To produce the documentation run the original source files ending with `.dtx'
+through XeTeX.
+
+\endpreamble
+
+\generate{
+  \usedir{tex/latex/njuthesis}
+    \file{\jobname.cls}        {\from{\jobname.dtx}{class}}
+    \file{njuvisual.sty}
+                               {\from{\jobname.dtx}{visual}
+                                \from{njuvisual.dtx}{visual}}
+}
+
+\obeyspaces
+\Msg{*************************************************************}
+\Msg{*                                                           *}
+\Msg{* To finish the installation you have to move the following *}
+\Msg{* files into a directory searched by TeX:                   *}
+\Msg{*                                                           *}
+\Msg{* The recommended directory is TDS:tex/latex/njuthesis      *}
+\Msg{*                                                           *}
+\Msg{*     njuthesis.cls                                         *}
+\Msg{*     njuthesis.ins                                         *}
+\Msg{*     njuvisual.sty                                         *}
+\Msg{*                                                           *}
+\Msg{* To produce the documentation, run the file njuthesis.dtx  *}
+\Msg{* through XeLaTeX.                                          *}
+\Msg{*                                                           *}
+\Msg{* Happy TeXing!                                             *}
+\Msg{*                                                           *}
+\Msg{*************************************************************}
+
+\endbatchfile
+\endinput
+%%
+%% End of file `njuthesis.ins'.

Added: trunk/Master/texmf-dist/source/latex/njuthesis/njuvisual.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/njuthesis/njuvisual.dtx	                        (rev 0)
+++ trunk/Master/texmf-dist/source/latex/njuthesis/njuvisual.dtx	2021-10-01 22:00:57 UTC (rev 60668)
@@ -0,0 +1,5203 @@
+% \iffalse meta-comment
+% !TeX program  = XeLaTeX
+% !TeX encoding = UTF-8
+%
+% Copyright (C) 2021 
+% by Nanjing University Linux User Group <nju.lug at yaoge123.cn>
+% 
+% It may be distributed and/or modified under the conditions of the
+% LaTeX Project Public License (LPPL), either version 1.3c of this
+% license or (at your option) any later version.  The latest version
+% of this license is in the file
+%
+%    https://www.latex-project.org/lppl.txt
+%
+% -----------------------------------------------------------------------
+%
+% The development version of the template can be found at
+%
+%    https://github.com/nju-lug/NJUThesis
+%
+% for those people who are interested.
+%
+% -----------------------------------------------------------------------
+%
+% TODO: 用 l3keys 提供清晰明了的接口
+%
+% -----------------------------------------------------------------------
+%
+% \fi
+%
+% \EnableImplementation
+%
+% \begin{implementation}
+%
+% \subsection{视觉识别系统 \pkg{njuvisual}}
+% \changes{v0.10}{2021/09/24}{添加南京大学视觉识别系统。}
+%
+% 南京大学视觉形象规范化标准(\pkg{njuvisual})宏包是 \pkg{njuthesis} 文档类的子宏包,负责实现
+% \href{https://www.nju.edu.cn/3647/list.htm}{南京大学视觉形象规范化标准}
+% 中定义的配色方案和标识。
+%
+%    \begin{macrocode}
+%<@@=njuvis>
+%<*visual>
+%    \end{macrocode}
+%
+% \subsubsection{内部命令}
+%
+% 导入 \pkg{tikz} 宏包,其中已包含 \pkg{xcolor},无需单独加载。 
+%    \begin{macrocode}
+\RequirePackage { tikz }
+%    \end{macrocode}
+%
+%
+% \begin{macro}{njuviolet,njumagenta,njublue,njuyellow}
+% 定义南京大学视觉形象规范化标准中给定的四种标准色:紫色、洋红、蓝色、黄色。
+%    \begin{macrocode}
+\definecolor { njuviolet  } { cmyk } { 0.50, 1   , 0   , 0.40 }
+\definecolor { njumagenta } { cmyk } { 0.05, 1   , 0.55, 0    }
+\definecolor { njublue    } { cmyk } { 0.80, 0.50, 0   , 0    }
+\definecolor { njuyellow  } { cmyk } { 0   , 0.30, 1   , 0    }
+%    \end{macrocode}
+% \end{macro}
+%
+%
+% \begin{macro}{\@@_tikz_wrapper}
+% 可变大小的 tikz 容器。
+% \begin{arguments}
+%   \item 颜色
+%   \item 路径
+%   \item 宽度
+%   \item 高度
+% \end{arguments}
+% 封装 resizebox 和 tikzpicture 环境,减少重复。
+%    \begin{macrocode}
+\NewDocumentCommand \@@_tikz_wrapper { m m m m } 
+{ \resizebox { #3 } { #4 } { 
+    \begin{tikzpicture}[y=0.80pt, x=0.80pt, yscale=-1,
+      xscale=1, inner~sep=0pt, outer~sep=0pt]
+      \path[fill=#1,nonzero~rule] #2
+    \end{tikzpicture} } }
+%    \end{macrocode}
+% \end{macro}
+%
+% \begin{macro}{\@@_colon}
+% 定义类别为 other 的冒号,用于在 Expl3 中表示路径
+%    \begin{macrocode}
+\def \@@_colon { \char_generate:nn { 58 } { 12 } }
+%    \end{macrocode}
+% \end{macro}
+%
+% 
+% \subsubsection{用户接口}
+%
+% \begin{macro}{\njuemblem}
+% 定义南京大学盾形校徽。
+%    \begin{macrocode}
+\NewDocumentCommand \njuemblem { O { black } m m } 
+{ \@@_tikz_wrapper 
+  { #1 } { \@@_path_emblem } { #2 } { #3 } }
+%    \end{macrocode}
+% \end{macro}
+%
+% \begin{macro}{\njuname,\njuname*}
+% 定义南京大学中英文校名。
+%    \begin{macrocode}
+\NewDocumentCommand \njuname   { t* O { black } m m } 
+{
+  \IfBooleanTF {#1}
+  { \@@_tikz_wrapper 
+    { #2 } { \@@_path_name_en } { #3 } { #4 } }
+  { \@@_tikz_wrapper 
+    { #2 } { \@@_path_name_cn } { #3 } { #4 } } }
+%    \end{macrocode}
+% \end{macro}
+%
+% 
+% \begin{macro}{\njumotto}
+% 定义南京大学校训。在筹备百年校庆过程中,经过广泛征求意见和反复遴选比较,学校决定将“诚朴雄伟,励学敦行”作为南京大学新的校训。
+%    \begin{macrocode}
+\NewDocumentCommand \njumotto  { O { black } m m } 
+{ \@@_tikz_wrapper 
+  { #1 } { \@@_path_motto } { #2 } { #3 } }
+%    \end{macrocode}
+% \end{macro}
+%
+% 
+% \begin{macro}{\njuspirit}
+% 定义南京大学校风。1991年,在广泛征求师生意见和总结南大办学传统的基础上,曲钦岳校长确定将“严谨、求实、勤奋、创新”作为南大校风。
+%    \begin{macrocode}
+\NewDocumentCommand \njuspirit { O { black } m m } 
+{ \@@_tikz_wrapper 
+  { #1 } { \@@_path_spirit } { #2 } { #3 } }
+%    \end{macrocode}
+% \end{macro}
+%
+% \subsubsection{图形绘制}
+%
+% 本部分绘制命令来自于\href{https://xiaoban.nju.edu.cn/c7/7b/c684a509819/page.psp}{南京大学视觉形象规范化标准矢量图}。
+%
+% \begin{macro}{\@@_path_emblem,\@@_path_name_en,
+%   \@@_path_name_cn,\@@_path_motto,\@@_path_spirit}
+% 定义用到的各种路径。由于路径本身长达数千行,故在此文档中隐去,有兴趣的同学可以自行查阅\file{njuvisual.dtx}。
+%    \begin{macrocode}
+%</visual>
+%    \end{macrocode}
+% \end{macro}
+% \end{implementation}
+%
+% \DisableImplementation
+%
+% \begin{implementation}
+%    \begin{macrocode}
+%<*visual>
+\def \@@_path_emblem{
+  (217.2400,100.3700) 
+-- (51.2000,100.3700) 
+.. controls (50.9800,100.3700) and (51.0300,100.6600) .. (50.9300,100.8200) 
+.. controls (50.7700,122.1600) and (51.0100,144.1300) .. (50.9300,164.9000) 
+.. controls (50.7700,185.9000) and (53.8200,204.9700) .. (60.6600,219.9000) 
+.. controls (67.3700,234.7200) and (78.3800,245.3900) .. (90.8800,254.3500) 
+.. controls (103.6000,263.3500) and (119.5100,268.2100) .. (134.1900,275.7900) 
+.. controls (148.8200,268.1600) and (164.6800,263.4000) .. (177.3400,254.1600) 
+.. controls (189.8400,245.1600) and (201.1500,234.7500) .. (207.7700,219.7700) 
+.. controls (214.3900,204.7900) and (217.3500,186.2300) .. (217.3500,164.5700) 
+.. controls (217.3500,143.7000) and (217.5100,121.5200) .. (217.2400,100.3700) 
+-- cycle(89.2400,194.6200) 
+.. controls (100.5200,188.7700) and (111.8200,182.3300) .. (120.6500,173.8200)
+arc(76.633 \@@_colon 91.924 \@@_colon 58.050) 
+.. controls (106.0800,174.0800) and (107.4100,173.2800) .. (108.4700,172.2500) 
+.. controls (115.9200,165.2500) and (124.2700,158.6300) .. (128.3200,148.0700)
+arc(70.952 \@@_colon 89.502 \@@_colon 31.070)
+arc(38.240 \@@_colon 12.515 \@@_colon 83.850) 
+-- (134.8700,116.0400)
+arc(167.513 \@@_colon 141.732 \@@_colon 83.670)
+arc(90.754 \@@_colon 110.364 \@@_colon 29.000)
+arc(169.667 \@@_colon 148.710 \@@_colon 13.000) 
+.. controls (146.4300,158.9700) and (152.2000,164.2100) .. (157.5800,169.2900)
+arc(309.925 \@@_colon 316.776 \@@_colon 74.000) 
+.. controls (158.0100,175.8900) and (155.3400,175.3600) .. (148.8000,173.6800) 
+.. controls (150.9200,176.2100) and (153.7200,178.0700) .. (156.3000,180.1200) 
+.. controls (163.3000,185.8700) and (171.7200,190.1200) .. (180.1800,194.6200) 
+.. controls (180.8500,194.9700) and (181.8900,195.2000) .. (182.1800,196.0800)
+arc(82.304 \@@_colon 107.905 \@@_colon 50.730) 
+.. controls (150.5300,190.8900) and (141.7900,190.7000) .. (135.2600,196.7700) 
+.. controls (128.0200,190.9400) and (120.8700,190.8600) .. (109.2600,193.9200)
+arc(73.280 \@@_colon 95.744 \@@_colon 57.170) 
+.. controls (87.4300,195.1200) and (88.5400,195.0000) .. (89.2600,194.6200) 
+-- cycle(114.9300,250.0000) 
+-- (113.2000,250.0000) 
+-- (113.2000,239.0000)
+arc(46.038 \@@_colon 66.740 \@@_colon 5.580)
+arc(53.363 \@@_colon 68.257 \@@_colon 7.910) 
+-- (109.7400,239.4900)
+arc(63.077 \@@_colon 49.126 \@@_colon 12.550)
+arc(49.556 \@@_colon 29.691 \@@_colon 7.000) 
+-- (114.9300,235.9300) 
+-- cycle(130.3100,247.0000)
+arc(19.534 \@@_colon 52.521 \@@_colon 5.270)
+arc(54.644 \@@_colon 90.527 \@@_colon 4.610)
+arc(86.955 \@@_colon 130.797 \@@_colon 3.850)
+arc(132.725 \@@_colon 174.858 \@@_colon 4.000) 
+-- (123.5000,246.6000)
+arc(172.573 \@@_colon 135.095 \@@_colon 3.000)
+arc(133.313 \@@_colon 86.043 \@@_colon 2.000)
+arc(89.869 \@@_colon 59.965 \@@_colon 2.830)
+arc(58.633 \@@_colon 31.367 \@@_colon 3.000)
+arc(30.803 \@@_colon 12.071 \@@_colon 5.380)
+arc(15.082 \@@_colon -0.566 \@@_colon 7.850) 
+-- (129.1800,243.3400)
+arc(28.684 \@@_colon 63.754 \@@_colon 3.310)
+arc(59.040 \@@_colon 89.943 \@@_colon 3.720)
+arc(89.045 \@@_colon 137.167 \@@_colon 4.000)
+arc(136.978 \@@_colon 182.098 \@@_colon 4.660)
+arc(177.948 \@@_colon 222.981 \@@_colon 4.780)
+arc(224.674 \@@_colon 271.157 \@@_colon 4.280)
+arc(269.710 \@@_colon 300.460 \@@_colon 5.000)
+arc(303.727 \@@_colon 337.665 \@@_colon 4.760)
+arc(-17.707 \@@_colon 1.528 \@@_colon 11.910)
+arc(-0.891 \@@_colon 15.731 \@@_colon 15.000) 
+-- cycle(143.4800,247.0800)
+arc(15.738 \@@_colon 50.275 \@@_colon 4.700)
+arc(53.237 \@@_colon 138.832 \@@_colon 4.270) 
+.. controls (135.2600,247.6700) and (134.7800,245.7500) .. (134.7800,243.1200)
+arc(178.756 \@@_colon 196.339 \@@_colon 13.200)
+arc(195.886 \@@_colon 231.494 \@@_colon 4.540)
+arc(229.835 \@@_colon 273.295 \@@_colon 3.630)
+arc(268.585 \@@_colon 295.135 \@@_colon 4.450)
+arc(297.779 \@@_colon 327.573 \@@_colon 3.730)
+arc(329.132 \@@_colon 346.985 \@@_colon 7.330)
+arc(-12.330 \@@_colon 1.417 \@@_colon 14.060)
+arc(-1.045 \@@_colon 15.620 \@@_colon 13.600) 
+-- cycle(157.0600,250.0800) 
+-- (147.7600,250.0800)
+arc(177.694 \@@_colon 202.657 \@@_colon 2.750)
+arc(201.085 \@@_colon 222.434 \@@_colon 6.000)
+arc(220.947 \@@_colon 231.137 \@@_colon 17.520)
+arc(52.106 \@@_colon 39.773 \@@_colon 20.080)
+arc(40.650 \@@_colon 3.048 \@@_colon 3.460)
+arc(0.852 \@@_colon -49.587 \@@_colon 2.190)
+arc(314.690 \@@_colon 267.983 \@@_colon 2.600)
+arc(272.235 \@@_colon 225.652 \@@_colon 2.710)
+arc(222.001 \@@_colon 177.696 \@@_colon 2.890) 
+-- (148.0700,240.0000)
+arc(183.277 \@@_colon 226.128 \@@_colon 4.520)
+arc(231.149 \@@_colon 274.345 \@@_colon 4.580)
+arc(266.177 \@@_colon 311.553 \@@_colon 4.370)
+arc(-47.159 \@@_colon 0.960 \@@_colon 3.720)
+arc(-0.312 \@@_colon 23.328 \@@_colon 4.160)
+arc(25.943 \@@_colon 40.823 \@@_colon 8.000)
+arc(44.328 \@@_colon 51.018 \@@_colon 31.180) 
+.. controls (151.8800,246.5800) and (151.1800,247.2200) .. (150.8800,247.4900)
+arc(220.373 \@@_colon 211.134 \@@_colon 7.650) 
+-- (157.0400,248.4900) 
+-- cycle(142.8400,210.8600) 
+-- (143.2900,214.5900) 
+-- (127.1700,214.5900) 
+-- (127.6500,210.8600) 
+-- (77.1000,210.8600) 
+-- (83.4100,203.1200)
+arc(86.332 \@@_colon 70.599 \@@_colon 91.350) 
+.. controls (125.0900,191.6800) and (135.5200,200.5200) .. (135.5200,200.5200) 
+.. controls (143.7400,193.6300) and (154.0600,195.0600) .. (163.6100,198.5800) 
+.. controls (172.6100,201.8800) and (186.3600,202.8900) .. (186.3600,202.8900) 
+-- (192.2900,210.8100) 
+-- cycle(139.3500,237.2900)
+arc(270.625 \@@_colon 213.608 \@@_colon 2.240) 
+.. controls (136.9000,239.1200) and (136.5800,240.7200) .. (136.5800,243.0600) 
+.. controls (136.5800,245.4000) and (136.8500,246.8600) .. (137.3900,247.6300)
+arc(150.852 \@@_colon 29.148 \@@_colon 2.290) 
+.. controls (141.9200,246.8600) and (142.2100,245.3700) .. (142.2100,243.0600) 
+.. controls (142.2100,240.7500) and (141.9200,239.2000) .. (141.3900,238.4300)
+arc(326.470 \@@_colon 271.925 \@@_colon 2.550) 
+-- cycle(126.2400,237.2900)
+arc(269.009 \@@_colon 217.861 \@@_colon 2.590)
+arc(222.347 \@@_colon 176.484 \@@_colon 3.320)
+arc(182.618 \@@_colon 137.079 \@@_colon 3.000)
+arc(136.557 \@@_colon 88.520 \@@_colon 2.660)
+arc(92.692 \@@_colon 42.231 \@@_colon 2.540)
+arc(40.468 \@@_colon -3.893 \@@_colon 3.250)
+arc(4.088 \@@_colon -42.994 \@@_colon 3.120)
+arc(322.770 \@@_colon 270.361 \@@_colon 2.380) 
+-- cycle(229.3700,151.4400)
+arc(345.890 \@@_colon 351.762 \@@_colon 8.060)
+arc(158.989 \@@_colon 149.093 \@@_colon 4.900)
+arc(150.912 \@@_colon 144.053 \@@_colon 7.930)
+arc(131.171 \@@_colon 124.021 \@@_colon 10.120) 
+.. controls (232.5000,155.4100) and (233.5700,156.1000) .. (234.6600,156.7900) 
+.. controls (235.7500,157.4800) and (237.1600,158.2300) .. (238.8100,159.2400)
+arc(124.262 \@@_colon 108.263 \@@_colon 6.090)
+arc(109.693 \@@_colon 86.274 \@@_colon 4.080) 
+-- (245.9700,160.2800)
+arc(93.309 \@@_colon 61.876 \@@_colon 1.890)
+arc(55.356 \@@_colon 27.262 \@@_colon 1.810)
+arc(21.572 \@@_colon 10.319 \@@_colon 5.940)
+arc(9.220 \@@_colon 2.378 \@@_colon 10.780) 
+-- (249.0700,157.0000) 
+-- (248.8600,166.7400) 
+-- (247.8600,166.6800) 
+.. controls (247.8600,166.4200) and (247.8000,166.0500) .. (247.7500,165.4900)
+arc(357.961 \@@_colon 343.276 \@@_colon 4.560)
+arc(340.537 \@@_colon 305.229 \@@_colon 1.530)
+arc(298.936 \@@_colon 267.141 \@@_colon 1.780) 
+-- (240.9900,163.3800) 
+.. controls (240.8300,163.3300) and (240.5600,163.3800) .. (240.1400,163.6200) 
+.. controls (239.7200,163.8600) and (239.2400,163.9900) .. (238.7500,164.2600) 
+.. controls (237.5800,164.8400) and (236.3400,165.4800) .. (235.0300,166.1500) 
+.. controls (233.7200,166.8200) and (232.5600,167.4600) .. (231.6000,167.9900)
+arc(247.321 \@@_colon 225.506 \@@_colon 4.060)
+arc(231.922 \@@_colon 216.609 \@@_colon 4.140)
+arc(210.678 \@@_colon 189.397 \@@_colon 2.450)
+arc(199.388 \@@_colon 185.529 \@@_colon 3.650) 
+-- (228.0500,171.3400) 
+-- (228.1900,162.4500) 
+-- (229.2600,162.4500)
+arc(182.100 \@@_colon 170.028 \@@_colon 10.390) 
+.. controls (229.5200,165.0100) and (229.6800,165.2200) .. (229.8900,165.2400)
+arc(86.205 \@@_colon 60.786 \@@_colon 0.640) 
+.. controls (230.3100,165.1600) and (230.5300,165.0100) .. (230.7400,164.9200) 
+.. controls (230.9500,164.8300) and (231.3300,164.6300) .. (231.6200,164.4700)
+arc(67.166 \@@_colon 59.704 \@@_colon 8.590) 
+.. controls (233.5000,163.5200) and (234.4000,163.0900) .. (235.2500,162.6100) 
+.. controls (236.1000,162.1300) and (237.2500,161.5500) .. (238.6600,160.8000) 
+.. controls (236.2100,159.2600) and (234.3200,158.0300) .. (232.9100,157.2100)
+arc(306.049 \@@_colon 287.460 \@@_colon 8.390)
+arc(276.761 \@@_colon 216.841 \@@_colon 0.610)
+arc(219.956 \@@_colon 195.406 \@@_colon 1.620)
+arc(199.106 \@@_colon 182.802 \@@_colon 3.340)
+arc(2.336 \@@_colon 8.720 \@@_colon 8.390) 
+-- (228.2000,158.7000) 
+-- (228.3600,151.4600) 
+-- cycle(233.6800,174.1400) 
+-- (233.6300,175.1400)
+arc(256.557 \@@_colon 243.845 \@@_colon 6.000) 
+.. controls (231.8700,175.8100) and (231.3800,176.0500) .. (230.9700,176.2800)
+arc(236.460 \@@_colon 222.981 \@@_colon 6.590)
+arc(232.065 \@@_colon 192.357 \@@_colon 1.740) 
+.. controls (229.1600,178.5700) and (229.0500,178.9400) .. (229.0000,179.3900) 
+.. controls (228.9500,179.8400) and (228.9500,180.3000) .. (228.9500,180.6700) 
+-- (228.8900,181.5500) 
+-- (245.5200,182.1300)
+arc(93.762 \@@_colon 65.628 \@@_colon 1.840)
+arc(67.287 \@@_colon 17.508 \@@_colon 1.110)
+arc(26.507 \@@_colon 11.932 \@@_colon 4.550) 
+.. controls (247.5100,179.6400) and (247.5900,179.1900) .. (247.6200,178.9100) 
+-- (248.6200,178.9100) 
+-- (248.2200,188.7300) 
+-- (247.2200,188.6800) 
+.. controls (247.2200,188.4300) and (247.1600,187.9600) .. (247.1400,187.4200)
+arc(0.845 \@@_colon -19.293 \@@_colon 3.390)
+arc(344.019 \@@_colon 307.889 \@@_colon 1.440)
+arc(300.117 \@@_colon 270.102 \@@_colon 2.000) 
+-- (228.7100,184.6000) 
+-- (228.7100,185.4800) 
+-- (228.7100,186.6000) 
+.. controls (228.7100,187.0200) and (228.7100,187.4800) .. (228.7100,187.8500)
+arc(171.051 \@@_colon 134.957 \@@_colon 1.920)
+arc(137.162 \@@_colon 125.352 \@@_colon 7.370)
+arc(126.550 \@@_colon 117.461 \@@_colon 10.120)
+arc(117.314 \@@_colon 105.322 \@@_colon 6.320) 
+-- (232.9200,192.2400) 
+-- (227.2800,192.0300) 
+-- (228.0000,173.9000) 
+-- cycle(246.8800,198.7700) 
+-- (245.6000,208.0000) 
+-- (244.6000,207.8600) 
+.. controls (244.6000,207.5400) and (244.6500,207.2000) .. (244.6800,206.6900)
+arc(9.363 \@@_colon -9.363 \@@_colon 3.350)
+arc(346.040 \@@_colon 315.463 \@@_colon 1.630)
+arc(307.234 \@@_colon 275.015 \@@_colon 1.700) 
+-- (228.4500,202.5100)
+arc(273.095 \@@_colon 266.905 \@@_colon 7.780)
+arc(245.527 \@@_colon 202.836 \@@_colon 1.360)
+arc(210.092 \@@_colon 199.313 \@@_colon 5.860)
+arc(203.802 \@@_colon 194.349 \@@_colon 6.870) 
+-- (225.0900,205.1500) 
+-- (226.3700,195.9000) 
+-- (227.3700,196.0300) 
+.. controls (227.3700,196.3000) and (227.3700,196.6700) .. (227.3700,197.0900)
+arc(180.338 \@@_colon 171.634 \@@_colon 7.530)
+arc(169.146 \@@_colon 129.553 \@@_colon 1.390)
+arc(123.032 \@@_colon 90.983 \@@_colon 1.610) 
+-- (243.6800,201.3800)
+arc(98.113 \@@_colon 71.134 \@@_colon 1.830)
+arc(67.223 \@@_colon 22.777 \@@_colon 1.290)
+arc(31.448 \@@_colon 16.009 \@@_colon 3.700)
+arc(21.806 \@@_colon 8.787 \@@_colon 5.350) 
+-- cycle(234.5300,212.5500)
+arc(241.231 \@@_colon 265.783 \@@_colon 4.390)
+arc(265.421 \@@_colon 286.567 \@@_colon 5.480)
+arc(281.977 \@@_colon 334.946 \@@_colon 5.570)
+arc(-25.691 \@@_colon 16.057 \@@_colon 7.520)
+arc(15.765 \@@_colon 30.041 \@@_colon 11.270)
+arc(31.595 \@@_colon 47.450 \@@_colon 9.400) 
+-- (240.8000,226.1200) 
+-- (240.5000,227.2900) 
+-- (233.5900,225.6700) 
+-- (233.9100,224.5200)
+arc(89.856 \@@_colon 78.269 \@@_colon 12.450)
+arc(81.196 \@@_colon 64.418 \@@_colon 8.000)
+arc(61.178 \@@_colon 42.849 \@@_colon 7.090)
+arc(39.992 \@@_colon 13.558 \@@_colon 5.340)
+arc(15.233 \@@_colon -3.554 \@@_colon 5.420)
+arc(358.333 \@@_colon 326.332 \@@_colon 2.570)
+arc(330.020 \@@_colon 307.934 \@@_colon 3.460)
+arc(299.552 \@@_colon 286.652 \@@_colon 6.920)
+arc(282.413 \@@_colon 252.874 \@@_colon 4.770)
+arc(249.144 \@@_colon 214.541 \@@_colon 4.490) 
+.. controls (234.0100,217.5900) and (233.5600,218.2000) .. (233.0600,218.9500) 
+.. controls (232.5600,219.7000) and (232.0600,220.2700) .. (231.6700,220.8100)
+arc(37.724 \@@_colon 66.911 \@@_colon 6.720)
+arc(69.041 \@@_colon 106.656 \@@_colon 5.370)
+arc(106.200 \@@_colon 129.647 \@@_colon 5.570)
+arc(130.122 \@@_colon 153.905 \@@_colon 5.480)
+arc(152.291 \@@_colon 174.454 \@@_colon 6.000)
+arc(173.966 \@@_colon 194.832 \@@_colon 6.840)
+arc(193.811 \@@_colon 214.383 \@@_colon 7.270)
+arc(214.091 \@@_colon 230.624 \@@_colon 8.000) 
+-- (223.4200,210.5400) 
+-- (223.6900,209.3700) 
+-- (230.4200,211.0200) 
+-- (230.1300,212.1900) 
+.. controls (229.3300,212.1900) and (228.5300,212.1900) .. (227.7600,212.2900)
+arc(264.112 \@@_colon 249.319 \@@_colon 8.620)
+arc(247.206 \@@_colon 223.720 \@@_colon 5.070)
+arc(221.334 \@@_colon 194.513 \@@_colon 4.880)
+arc(194.474 \@@_colon 153.745 \@@_colon 3.640)
+arc(151.823 \@@_colon 106.388 \@@_colon 3.120)
+arc(106.424 \@@_colon 71.127 \@@_colon 3.860)
+arc(67.879 \@@_colon 38.975 \@@_colon 4.640) 
+.. controls (229.6700,217.9600) and (230.1700,217.3500) .. (230.5500,216.7400) 
+.. controls (230.9300,216.1300) and (231.4000,215.5700) .. (231.8300,215.0100)
+arc(217.013 \@@_colon 226.103 \@@_colon 11.890)
+arc(225.510 \@@_colon 242.670 \@@_colon 6.000) 
+-- cycle(239.8800,230.2900) 
+-- (237.2200,235.1300) 
+.. controls (234.9100,235.3500) and (232.8800,235.5300) .. (231.2200,235.7700) 
+.. controls (229.5600,236.0100) and (227.7100,236.2000) .. (225.8500,236.5200) 
+-- (224.8500,238.3800) 
+-- (230.6200,241.5200)
+arc(118.202 \@@_colon 99.475 \@@_colon 2.760)
+arc(91.472 \@@_colon 48.562 \@@_colon 1.280)
+arc(44.710 \@@_colon 34.289 \@@_colon 5.280)
+arc(39.020 \@@_colon 24.577 \@@_colon 4.680) 
+-- (234.5100,240.2500) 
+-- (230.2200,248.0000) 
+-- (229.3200,247.4900) 
+.. controls (229.4300,247.2800) and (229.5300,246.9600) .. (229.7200,246.4900)
+arc(26.241 \@@_colon 7.775 \@@_colon 2.770)
+arc(7.707 \@@_colon -33.494 \@@_colon 1.210)
+arc(323.004 \@@_colon 302.625 \@@_colon 2.620) 
+-- (215.8600,237.0000)
+arc(292.886 \@@_colon 281.974 \@@_colon 4.740)
+arc(277.509 \@@_colon 227.247 \@@_colon 1.050) 
+.. controls (213.9400,237.2100) and (213.7300,237.4800) .. (213.4900,237.7700)
+arc(225.495 \@@_colon 209.156 \@@_colon 3.540) 
+-- (211.9500,238.1100) 
+-- (216.5500,229.6300)
+arc(205.886 \@@_colon 223.712 \@@_colon 7.860)
+arc(220.524 \@@_colon 239.612 \@@_colon 7.000)
+arc(241.958 \@@_colon 269.050 \@@_colon 4.520)
+arc(270.067 \@@_colon 300.530 \@@_colon 4.400)
+arc(297.861 \@@_colon 319.458 \@@_colon 5.810)
+arc(318.536 \@@_colon 345.669 \@@_colon 4.100)
+arc(-14.552 \@@_colon 1.478 \@@_colon 6.930)
+arc(4.876 \@@_colon 12.291 \@@_colon 16.580) 
+.. controls (228.2000,233.0800) and (229.6400,232.8700) .. (230.7600,232.7400) 
+.. controls (231.8800,232.6100) and (233.2500,232.3700) .. (234.9100,232.1500)
+arc(83.275 \@@_colon 71.740 \@@_colon 8.510)
+arc(66.949 \@@_colon 54.586 \@@_colon 5.800)
+arc(52.137 \@@_colon 40.202 \@@_colon 5.000) 
+.. controls (238.6500,230.1600) and (238.8100,229.8900) .. (238.9500,229.7100) 
+-- cycle(222.5900,229.6500)
+arc(302.048 \@@_colon 254.819 \@@_colon 4.000)
+arc(250.570 \@@_colon 204.692 \@@_colon 4.150) 
+-- (215.8100,233.5600) 
+-- (223.6800,237.7700) 
+-- (224.5800,236.0900)
+arc(30.190 \@@_colon -14.875 \@@_colon 4.700)
+arc(342.514 \@@_colon 296.053 \@@_colon 4.800) 
+-- cycle(222.6400,249.6600) 
+-- (227.0800,253.8600) 
+-- (216.0000,267.1100) 
+-- (215.2000,266.4700) 
+.. controls (215.3900,266.2300) and (215.6000,265.8900) .. (215.9000,265.4700)
+arc(33.127 \@@_colon 16.423 \@@_colon 3.450)
+arc(19.139 \@@_colon -19.139 \@@_colon 1.220)
+arc(334.642 \@@_colon 305.905 \@@_colon 1.860) 
+-- (204.2700,253.4400)
+arc(312.365 \@@_colon 281.934 \@@_colon 1.670)
+arc(284.518 \@@_colon 241.391 \@@_colon 1.220)
+arc(241.616 \@@_colon 233.927 \@@_colon 8.110) 
+.. controls (201.3100,254.0300) and (201.0500,254.2700) .. (200.8300,254.4500) 
+-- (200.0600,253.8400) 
+-- (210.3600,241.4400) 
+-- (214.1900,244.6700) 
+-- (213.5000,245.5100)
+arc(294.302 \@@_colon 268.656 \@@_colon 6.000)
+arc(277.200 \@@_colon 236.403 \@@_colon 3.330) 
+.. controls (208.3900,245.7300) and (208.1700,245.9900) .. (207.8600,246.2600) 
+.. controls (207.5500,246.5300) and (207.2700,246.9500) .. (206.8600,247.3500) 
+-- (204.8600,249.8800) 
+-- (211.1400,255.1400) 
+-- (212.6800,253.3600)
+arc(41.003 \@@_colon 25.220 \@@_colon 6.000)
+arc(16.559 \@@_colon -16.559 \@@_colon 2.000)
+arc(348.800 \@@_colon 323.541 \@@_colon 3.000)
+arc(327.247 \@@_colon 320.200 \@@_colon 11.000) 
+-- (212.9500,247.7200) 
+-- (219.1700,252.9400) 
+-- (218.5000,253.7300)
+arc(299.599 \@@_colon 292.508 \@@_colon 12.150)
+arc(294.683 \@@_colon 277.085 \@@_colon 4.180)
+arc(272.493 \@@_colon 235.493 \@@_colon 2.000)
+arc(237.805 \@@_colon 213.750 \@@_colon 3.750) 
+-- (212.0400,255.9200) 
+-- (216.8800,259.9200)
+arc(133.440 \@@_colon 117.182 \@@_colon 5.200)
+arc(115.811 \@@_colon 82.370 \@@_colon 1.760)
+arc(68.899 \@@_colon 47.416 \@@_colon 3.000) 
+.. controls (220.3000,260.0500) and (220.7200,259.5400) .. (221.2800,258.9100) 
+.. controls (221.4400,258.6600) and (221.7400,258.4000) .. (222.0600,257.9100)
+arc(46.910 \@@_colon 31.105 \@@_colon 4.680)
+arc(36.182 \@@_colon 22.019 \@@_colon 4.920)
+arc(33.260 \@@_colon -8.344 \@@_colon 1.240)
+arc(354.929 \@@_colon 332.938 \@@_colon 6.820)
+arc(336.566 \@@_colon 330.304 \@@_colon 20.470) 
+-- cycle(199.4200,256.4200)
+arc(224.131 \@@_colon 217.579 \@@_colon 8.560)
+arc(214.867 \@@_colon 196.161 \@@_colon 3.000)
+arc(204.597 \@@_colon 170.041 \@@_colon 1.850) 
+.. controls (198.2700,259.4700) and (198.3600,259.9300) .. (198.4600,260.3800) 
+.. controls (198.9400,262.0300) and (199.6800,264.5300) .. (200.7000,267.8800) 
+.. controls (201.7200,271.2300) and (202.8200,274.7700) .. (203.9400,278.4400) 
+-- (203.0100,279.1900) 
+.. controls (199.5500,277.1400) and (196.2300,275.1900) .. (193.0100,273.1900) 
+.. controls (189.7900,271.1900) and (187.6100,270.0000) .. (186.4700,269.3100)
+arc(297.585 \@@_colon 285.793 \@@_colon 4.610)
+arc(273.583 \@@_colon 266.417 \@@_colon 8.000)
+arc(261.351 \@@_colon 246.271 \@@_colon 3.690) 
+.. controls (183.3700,269.3600) and (183.1000,269.5200) .. (182.8600,269.6200) 
+-- (182.1900,268.8300) 
+-- (188.9000,263.4800) 
+-- (189.5900,264.2800)
+arc(229.257 \@@_colon 220.743 \@@_colon 12.670) 
+.. controls (187.9400,266.0100) and (187.8800,266.3000) .. (188.0500,266.5100)
+arc(153.676 \@@_colon 118.486 \@@_colon 0.620)
+arc(133.395 \@@_colon 120.345 \@@_colon 1.760) 
+.. controls (189.4800,267.5500) and (190.9200,268.3500) .. (192.9100,269.5500) 
+.. controls (194.9000,270.7500) and (197.7300,272.4400) .. (201.4000,274.6000) 
+.. controls (200.8100,272.7400) and (200.1800,270.5300) .. (199.4000,268.0000) 
+.. controls (198.6200,265.4700) and (198.0500,263.7700) .. (197.7300,262.8400)
+arc(344.163 \@@_colon 332.799 \@@_colon 9.500) 
+.. controls (196.8500,260.7700) and (196.6900,260.5300) .. (196.5900,260.3400)
+arc(322.453 \@@_colon 259.869 \@@_colon 0.640)
+arc(269.604 \@@_colon 245.195 \@@_colon 2.060)
+arc(247.883 \@@_colon 238.505 \@@_colon 6.510) 
+.. controls (193.9000,260.9300) and (193.6300,261.0900) .. (193.3700,261.2700) 
+-- (192.6800,260.4500) 
+-- (198.7400,255.6300) 
+-- cycle(189.2300,289.0600) 
+-- (180.8200,293.1500) 
+-- (180.3700,292.2200) 
+.. controls (180.6100,292.1100) and (180.9300,291.8800) .. (181.3700,291.6600)
+arc(60.196 \@@_colon 45.848 \@@_colon 4.260)
+arc(42.154 \@@_colon 9.853 \@@_colon 1.640)
+arc(5.625 \@@_colon -28.746 \@@_colon 1.520) 
+-- (175.7800,275.8100)
+arc(342.748 \@@_colon 313.104 \@@_colon 1.730)
+arc(295.909 \@@_colon 262.271 \@@_colon 1.750) 
+.. controls (173.9900,274.9000) and (173.6200,275.0100) .. (173.1900,275.0600)
+arc(254.927 \@@_colon 248.528 \@@_colon 10.000) 
+-- (171.6500,274.4800) 
+-- (180.0800,270.3800) 
+-- (180.5400,271.3100) 
+.. controls (180.2700,271.4500) and (179.9800,271.6600) .. (179.6000,271.8700)
+arc(239.952 \@@_colon 221.469 \@@_colon 3.540)
+arc(228.278 \@@_colon 182.750 \@@_colon 1.260)
+arc(174.968 \@@_colon 156.303 \@@_colon 2.610) 
+-- (185.1100,287.8000)
+arc(159.207 \@@_colon 119.029 \@@_colon 1.290)
+arc(125.695 \@@_colon 80.294 \@@_colon 1.210)
+arc(87.356 \@@_colon 68.924 \@@_colon 3.190) 
+.. controls (188.0300,288.3600) and (188.4200,288.2300) .. (188.7200,288.1200) 
+-- cycle(168.4300,277.0000)
+arc(238.035 \@@_colon 228.225 \@@_colon 7.310)
+arc(234.410 \@@_colon 219.745 \@@_colon 5.350)
+arc(205.455 \@@_colon 158.338 \@@_colon 1.890)
+arc(167.379 \@@_colon 155.065 \@@_colon 12.310) 
+-- (173.3200,296.6300) 
+-- (172.1300,297.1900) 
+-- (153.8200,286.6300) 
+-- (158.1100,296.4500)
+arc(159.939 \@@_colon 143.573 \@@_colon 9.650)
+arc(150.157 \@@_colon 110.884 \@@_colon 2.290)
+arc(106.287 \@@_colon 73.713 \@@_colon 2.710)
+arc(84.883 \@@_colon 74.075 \@@_colon 7.560) 
+-- (163.9300,300.5600) 
+-- (156.0800,304.0000) 
+-- (155.6600,303.0000)
+arc(60.297 \@@_colon 48.248 \@@_colon 6.690)
+arc(52.896 \@@_colon 39.091 \@@_colon 5.090)
+arc(24.558 \@@_colon -14.450 \@@_colon 2.210)
+arc(345.738 \@@_colon 335.625 \@@_colon 16.290) 
+-- (152.7600,287.7800)
+arc(334.714 \@@_colon 319.309 \@@_colon 5.070)
+arc(317.321 \@@_colon 291.891 \@@_colon 2.760)
+arc(286.558 \@@_colon 266.987 \@@_colon 4.740)
+arc(268.439 \@@_colon 249.087 \@@_colon 4.580) 
+-- (147.5100,285.0600) 
+-- (152.9400,282.6900) 
+-- (169.9400,292.5400) 
+-- (166.0000,283.5000)
+arc(337.388 \@@_colon 326.204 \@@_colon 14.440)
+arc(330.647 \@@_colon 285.447 \@@_colon 1.900)
+arc(283.558 \@@_colon 256.442 \@@_colon 3.050)
+arc(260.853 \@@_colon 252.032 \@@_colon 9.430) 
+-- (160.2800,279.4600) 
+-- (168.0200,276.1300) 
+-- cycle(144.3000,287.5700)
+arc(267.905 \@@_colon 254.602 \@@_colon 5.110)
+arc(260.808 \@@_colon 241.005 \@@_colon 4.000)
+arc(228.372 \@@_colon 182.147 \@@_colon 2.000)
+arc(189.981 \@@_colon 179.435 \@@_colon 13.920) 
+-- (140.9500,301.1700)
+arc(-1.402 \@@_colon 28.394 \@@_colon 6.000)
+arc(29.125 \@@_colon 54.042 \@@_colon 6.600)
+arc(54.338 \@@_colon 76.916 \@@_colon 6.870)
+arc(72.156 \@@_colon 90.212 \@@_colon 7.900)
+arc(88.876 \@@_colon 108.591 \@@_colon 9.810)
+arc(107.359 \@@_colon 129.242 \@@_colon 7.390)
+arc(128.888 \@@_colon 157.085 \@@_colon 4.910)
+arc(152.785 \@@_colon 180.591 \@@_colon 4.790) 
+-- (125.6800,289.5900)
+arc(2.798 \@@_colon -22.742 \@@_colon 2.090)
+arc(331.896 \@@_colon 291.061 \@@_colon 1.320)
+arc(303.531 \@@_colon 279.860 \@@_colon 2.440)
+arc(282.924 \@@_colon 272.824 \@@_colon 5.390) 
+-- (122.9600,286.5000) 
+-- (131.5900,286.5000) 
+-- (131.5900,287.5700)
+arc(269.845 \@@_colon 258.733 \@@_colon 5.190)
+arc(257.961 \@@_colon 252.176 \@@_colon 9.230)
+arc(260.233 \@@_colon 199.988 \@@_colon 0.870)
+arc(201.882 \@@_colon 178.526 \@@_colon 2.510) 
+-- (128.8400,300.9100)
+arc(180.141 \@@_colon 167.979 \@@_colon 8.210)
+arc(166.732 \@@_colon 148.075 \@@_colon 5.780)
+arc(142.813 \@@_colon 115.127 \@@_colon 4.220)
+arc(115.782 \@@_colon 87.738 \@@_colon 5.670)
+arc(90.991 \@@_colon 65.658 \@@_colon 6.310)
+arc(67.500 \@@_colon 37.689 \@@_colon 4.160)
+arc(36.911 \@@_colon 18.381 \@@_colon 5.890)
+arc(14.427 \@@_colon 1.369 \@@_colon 7.680) 
+-- (139.5300,292.4000)
+arc(0.281 \@@_colon -10.516 \@@_colon 14.300)
+arc(349.548 \@@_colon 318.678 \@@_colon 2.840)
+arc(300.415 \@@_colon 284.304 \@@_colon 5.440)
+arc(282.622 \@@_colon 274.561 \@@_colon 10.000) 
+-- (135.8300,286.5000) 
+-- (144.3200,286.5000) 
+-- cycle(92.1600,284.1900) 
+.. controls (91.9500,284.0800) and (91.6200,283.9500) .. (91.3100,283.7600)
+arc(294.456 \@@_colon 283.519 \@@_colon 5.160)
+arc(273.700 \@@_colon 242.713 \@@_colon 1.740)
+arc(235.654 \@@_colon 211.800 \@@_colon 2.310) 
+-- (87.9000,285.6500) 
+.. controls (87.2600,286.6500) and (86.7900,287.2700) .. (86.6000,287.6500)
+arc(215.326 \@@_colon 205.606 \@@_colon 5.820)
+arc(98.042 \@@_colon 110.031 \@@_colon 19.740)
+arc(111.054 \@@_colon 121.942 \@@_colon 20.080)
+arc(126.474 \@@_colon 147.035 \@@_colon 11.000)
+arc(145.152 \@@_colon 169.196 \@@_colon 9.220)
+arc(169.382 \@@_colon 192.870 \@@_colon 10.000)
+arc(190.967 \@@_colon 216.161 \@@_colon 10.380)
+arc(212.803 \@@_colon 235.180 \@@_colon 11.390)
+arc(235.264 \@@_colon 257.035 \@@_colon 11.000)
+arc(258.333 \@@_colon 281.667 \@@_colon 9.890)
+arc(282.028 \@@_colon 320.035 \@@_colon 11.110)
+arc(323.164 \@@_colon 332.141 \@@_colon 15.880) 
+-- (95.8000,271.6500) 
+-- (96.8000,272.3400) 
+-- (92.8000,278.4300) 
+-- (91.8500,277.7400)
+arc(18.722 \@@_colon 11.051 \@@_colon 18.330)
+arc(14.458 \@@_colon -4.539 \@@_colon 7.360)
+arc(356.534 \@@_colon 331.229 \@@_colon 5.180)
+arc(329.869 \@@_colon 304.661 \@@_colon 5.740)
+arc(303.067 \@@_colon 277.718 \@@_colon 6.540)
+arc(276.651 \@@_colon 248.555 \@@_colon 5.920)
+arc(251.009 \@@_colon 225.914 \@@_colon 7.480)
+arc(229.283 \@@_colon 214.902 \@@_colon 16.150)
+arc(213.657 \@@_colon 199.201 \@@_colon 15.000)
+arc(199.028 \@@_colon 180.234 \@@_colon 10.250)
+arc(179.658 \@@_colon 123.152 \@@_colon 6.400)
+arc(127.075 \@@_colon 102.209 \@@_colon 5.570)
+arc(107.485 \@@_colon 83.268 \@@_colon 4.070)
+arc(44.992 \@@_colon 34.619 \@@_colon 8.640) 
+.. controls (85.1700,284.5400) and (85.4300,284.1600) .. (85.6200,283.9000) 
+-- (86.2300,282.9000)
+arc(40.449 \@@_colon 10.833 \@@_colon 2.170)
+arc(21.331 \@@_colon -39.512 \@@_colon 1.000)
+arc(325.817 \@@_colon 311.487 \@@_colon 5.340)
+arc(312.990 \@@_colon 304.329 \@@_colon 8.480) 
+-- (85.2500,278.1500) 
+-- (92.8300,283.2800) 
+-- cycle(80.4000,262.8000)
+arc(308.934 \@@_colon 299.438 \@@_colon 7.740)
+arc(299.010 \@@_colon 283.943 \@@_colon 5.000)
+arc(271.741 \@@_colon 230.703 \@@_colon 2.260)
+arc(230.808 \@@_colon 222.272 \@@_colon 17.680) 
+-- (64.1700,274.9200) 
+-- (63.2700,274.0400) 
+-- (65.8800,253.0400) 
+-- (58.4800,260.7800)
+arc(224.358 \@@_colon 212.139 \@@_colon 13.280)
+arc(212.536 \@@_colon 180.286 \@@_colon 2.740)
+arc(171.805 \@@_colon 142.783 \@@_colon 3.050)
+arc(151.398 \@@_colon 139.876 \@@_colon 7.060) 
+-- (56.9900,267.7800) 
+-- (50.7900,261.8800) 
+-- (51.5400,261.1600)
+arc(129.423 \@@_colon 112.947 \@@_colon 4.650)
+arc(123.850 \@@_colon 103.255 \@@_colon 3.570)
+arc(92.245 \@@_colon 49.397 \@@_colon 2.000)
+arc(53.974 \@@_colon 41.809 \@@_colon 13.230) 
+-- (64.4400,252.5800)
+arc(40.898 \@@_colon 26.008 \@@_colon 5.180)
+arc(26.077 \@@_colon -1.954 \@@_colon 2.470)
+arc(355.396 \@@_colon 332.333 \@@_colon 4.140)
+arc(336.404 \@@_colon 321.542 \@@_colon 6.000) 
+-- (64.8600,246.6200) 
+-- (69.1800,250.7500) 
+-- (66.7300,270.2700) 
+-- (73.5400,263.1400)
+arc(43.846 \@@_colon 33.985 \@@_colon 16.300)
+arc(30.307 \@@_colon 2.213 \@@_colon 3.090)
+arc(338.802 \@@_colon 328.775 \@@_colon 8.290)
+arc(329.764 \@@_colon 323.520 \@@_colon 13.190) 
+-- (74.9800,256.2800) 
+-- (81.0900,262.1000) 
+-- cycle(44.6800,255.4300) 
+-- (39.0000,248.0000) 
+-- (39.8000,247.3600)
+arc(314.465 \@@_colon 323.163 \@@_colon 7.710) 
+.. controls (40.9200,248.5900) and (41.1800,248.8500) .. (41.3400,248.9800)
+arc(118.238 \@@_colon 90.784 \@@_colon 1.850)
+arc(77.660 \@@_colon 55.294 \@@_colon 2.390) 
+-- (55.0400,239.6700)
+arc(56.962 \@@_colon 31.219 \@@_colon 2.000)
+arc(18.461 \@@_colon -18.461 \@@_colon 1.500)
+arc(341.790 \@@_colon 335.152 \@@_colon 10.120) 
+.. controls (55.0400,236.5900) and (54.8800,236.3000) .. (54.7200,235.9900) 
+-- (55.5500,235.3500) 
+-- (61.2100,242.7700) 
+-- (60.3700,243.4100)
+arc(322.013 \@@_colon 311.042 \@@_colon 5.550)
+arc(318.146 \@@_colon 303.382 \@@_colon 4.470)
+arc(309.285 \@@_colon 261.226 \@@_colon 1.120)
+arc(257.503 \@@_colon 232.770 \@@_colon 2.110) 
+-- (45.1000,251.2300)
+arc(235.809 \@@_colon 204.819 \@@_colon 1.620)
+arc(197.209 \@@_colon 162.791 \@@_colon 1.690) 
+.. controls (44.6200,253.0500) and (44.7800,253.4200) .. (44.9600,253.7900)
+arc(154.335 \@@_colon 144.583 \@@_colon 6.830) 
+-- cycle(52.0000,231.6500) 
+.. controls (51.8400,231.4100) and (51.6300,231.1200) .. (51.3900,230.8200) 
+.. controls (51.1500,230.5200) and (50.8800,230.2900) .. (50.6700,230.0800)
+arc(317.375 \@@_colon 260.302 \@@_colon 0.940)
+arc(265.608 \@@_colon 236.715 \@@_colon 1.800) 
+-- (38.2700,236.2000)
+arc(59.962 \@@_colon 83.513 \@@_colon 5.160)
+arc(79.242 \@@_colon 100.758 \@@_colon 6.000)
+arc(102.178 \@@_colon 123.232 \@@_colon 7.090)
+arc(127.906 \@@_colon 150.450 \@@_colon 7.200)
+arc(147.202 \@@_colon 191.006 \@@_colon 5.460)
+arc(192.953 \@@_colon 243.725 \@@_colon 4.550)
+arc(239.365 \@@_colon 270.451 \@@_colon 3.440)
+arc(276.660 \@@_colon 332.895 \@@_colon 1.860)
+arc(-29.631 \@@_colon 13.037 \@@_colon 2.000)
+arc(9.646 \@@_colon 61.335 \@@_colon 1.620)
+arc(62.189 \@@_colon 80.211 \@@_colon 3.170)
+arc(82.171 \@@_colon 91.470 \@@_colon 5.560)
+arc(272.950 \@@_colon 267.050 \@@_colon 9.230)
+arc(275.098 \@@_colon 264.902 \@@_colon 5.120)
+arc(205.275 \@@_colon 178.548 \@@_colon 2.830)
+arc(176.280 \@@_colon 148.505 \@@_colon 3.650)
+arc(148.148 \@@_colon 112.918 \@@_colon 3.000)
+arc(115.231 \@@_colon 81.421 \@@_colon 2.850)
+arc(82.768 \@@_colon 65.993 \@@_colon 6.620) 
+.. controls (36.1900,233.6800) and (36.9400,233.3600) .. (37.7100,232.9100) 
+-- (47.2600,227.4000)
+arc(55.955 \@@_colon 44.787 \@@_colon 4.270)
+arc(29.947 \@@_colon -4.499 \@@_colon 1.610)
+arc(352.704 \@@_colon 341.729 \@@_colon 6.380) 
+.. controls (47.6800,224.3200) and (47.5200,224.0000) .. (47.3900,223.7000) 
+-- (48.3200,223.2000) 
+-- (52.8700,231.1300) 
+-- cycle(45.5000,219.4400)
+arc(344.885 \@@_colon 331.512 \@@_colon 5.550)
+arc(332.245 \@@_colon 319.383 \@@_colon 5.720)
+arc(304.796 \@@_colon 264.324 \@@_colon 2.300)
+arc(266.280 \@@_colon 256.294 \@@_colon 15.170) 
+-- (25.2800,220.4500) 
+-- (25.0000,219.2200) 
+-- (38.9100,203.2200) 
+-- (28.4300,205.5100)
+arc(259.874 \@@_colon 245.220 \@@_colon 10.850)
+arc(245.902 \@@_colon 215.417 \@@_colon 3.000)
+arc(204.403 \@@_colon 176.412 \@@_colon 3.090)
+arc(186.861 \@@_colon 173.139 \@@_colon 5.860) 
+-- (23.3000,210.4800) 
+-- (21.4300,202.1500) 
+-- (22.4300,201.9200) 
+.. controls (22.5400,202.1800) and (22.7500,202.5800) .. (23.0500,203.1600)
+arc(157.658 \@@_colon 133.131 \@@_colon 2.860)
+arc(130.443 \@@_colon 84.893 \@@_colon 1.830)
+arc(87.836 \@@_colon 75.180 \@@_colon 13.210) 
+-- (38.0000,202.0000)
+arc(77.543 \@@_colon 60.675 \@@_colon 4.780)
+arc(55.423 \@@_colon 33.899 \@@_colon 3.200)
+arc(29.831 \@@_colon 8.131 \@@_colon 4.410)
+arc(5.451 \@@_colon -5.451 \@@_colon 8.000) 
+-- (41.6900,197.3500) 
+-- (43.0000,203.1300) 
+-- (30.0000,218.0000) 
+-- (39.6300,215.8200)
+arc(80.287 \@@_colon 65.657 \@@_colon 11.130)
+arc(72.821 \@@_colon 27.769 \@@_colon 1.900)
+arc(17.356 \@@_colon 2.099 \@@_colon 5.350)
+arc(6.217 \@@_colon -6.217 \@@_colon 6.510) 
+-- (44.7000,210.9800) 
+-- (46.5400,219.2500) 
+-- cycle(20.8100,197.7000) 
+-- (19.9100,189.1400) 
+-- (20.9100,189.0300)
+arc(171.031 \@@_colon 158.303 \@@_colon 8.700) 
+.. controls (21.5800,191.3700) and (21.7900,191.5900) .. (22.0600,191.5900)
+arc(84.032 \@@_colon 62.959 \@@_colon 0.770)
+arc(78.517 \@@_colon 54.224 \@@_colon 0.830) 
+-- (27.1100,189.2200) 
+-- (26.4300,182.0000)
+arc(288.255 \@@_colon 280.987 \@@_colon 15.000)
+arc(285.824 \@@_colon 279.233 \@@_colon 12.830) 
+.. controls (22.6800,181.0900) and (22.3600,181.0900) .. (22.0900,181.0400) 
+-- (21.4500,181.0400) 
+.. controls (21.0500,181.0900) and (20.8100,181.3900) .. (20.6300,182.0400)
+arc(191.443 \@@_colon 177.397 \@@_colon 8.490) 
+-- (19.4700,184.2200) 
+-- (18.6700,176.4000) 
+-- (19.6700,176.3500)
+arc(168.919 \@@_colon 161.933 \@@_colon 8.480)
+arc(160.471 \@@_colon 137.601 \@@_colon 2.500)
+arc(145.826 \@@_colon 122.857 \@@_colon 3.090)
+arc(118.655 \@@_colon 105.736 \@@_colon 6.000) 
+.. controls (25.2800,180.3400) and (28.3200,181.1300) .. (31.6700,182.1200) 
+.. controls (35.0200,183.1100) and (38.0000,183.8400) .. (40.6700,184.5900) 
+-- (40.7800,185.7300) 
+-- (23.6200,194.4600)
+arc(249.284 \@@_colon 225.774 \@@_colon 2.560)
+arc(222.779 \@@_colon 187.717 \@@_colon 3.230)
+arc(191.598 \@@_colon 178.341 \@@_colon 4.000) 
+-- cycle(28.3700,188.5500) 
+-- (36.1100,184.6200) 
+-- (27.7800,182.3300) 
+-- cycle(38.8500,174.0000)
+arc(353.071 \@@_colon 343.978 \@@_colon 8.560)
+arc(349.294 \@@_colon 327.624 \@@_colon 3.260)
+arc(322.861 \@@_colon 273.157 \@@_colon 1.900)
+arc(278.127 \@@_colon 269.764 \@@_colon 17.940) 
+-- (18.8700,170.6000) 
+-- (18.8700,169.2900) 
+-- (35.8700,156.7400) 
+-- (25.1500,156.7400)
+arc(272.052 \@@_colon 259.182 \@@_colon 12.260)
+arc(263.759 \@@_colon 221.474 \@@_colon 2.170)
+arc(216.677 \@@_colon 188.916 \@@_colon 3.120)
+arc(199.658 \@@_colon 186.823 \@@_colon 6.250) 
+-- (19.1200,160.4100) 
+-- (19.1200,151.9200) 
+-- (20.1200,151.9200)
+arc(170.888 \@@_colon 161.658 \@@_colon 8.380)
+arc(168.785 \@@_colon 150.857 \@@_colon 4.000)
+arc(141.501 \@@_colon 97.482 \@@_colon 1.870)
+arc(100.583 \@@_colon 88.783 \@@_colon 14.300) 
+-- (35.2300,155.3300)
+arc(88.291 \@@_colon 68.758 \@@_colon 4.000)
+arc(74.534 \@@_colon 45.628 \@@_colon 2.450)
+arc(38.126 \@@_colon 21.792 \@@_colon 5.850)
+arc(22.723 \@@_colon 7.331 \@@_colon 5.760) 
+-- (39.8500,151.5200) 
+-- (39.8500,157.5200) 
+-- (24.0000,169.1400) 
+-- (33.9000,169.1400)
+arc(92.789 \@@_colon 78.226 \@@_colon 11.080)
+arc(85.891 \@@_colon 38.193 \@@_colon 1.820)
+arc(32.998 \@@_colon 11.363 \@@_colon 3.740) 
+.. controls (38.6900,166.2900) and (38.8000,165.8100) .. (38.8500,165.5200) 
+-- (39.8500,165.5200) 
+-- (39.8500,174.0000) 
+-- cycle(140.5200,89.7600) 
+.. controls (137.3300,85.6000) and (147.5200,86.0300) .. (148.8200,83.8800)
+arc(293.078 \@@_colon 274.740 \@@_colon 17.100)
+arc(278.470 \@@_colon 271.074 \@@_colon 44.730) 
+.. controls (137.9100,84.9700) and (139.1900,89.8600) .. (136.1100,90.7400) 
+.. controls (133.9200,91.3000) and (127.2200,90.7400) .. (126.9000,89.1400) 
+.. controls (126.2400,85.6000) and (132.0100,87.9200) .. (134.6200,87.5700) 
+.. controls (135.3100,86.0300) and (134.7000,83.4500) .. (134.1900,82.0900) 
+.. controls (129.0600,81.6700) and (124.1900,82.6500) .. (119.8800,83.5800) 
+.. controls (121.1500,85.5800) and (124.8800,85.0700) .. (125.1700,87.0200) 
+.. controls (125.8900,91.3000) and (118.5000,86.9600) .. (117.4300,86.2700)
+arc(119.506 \@@_colon 144.340 \@@_colon 30.940) 
+.. controls (106.3900,75.8700) and (104.0800,72.9400) .. (104.2400,71.3800) 
+.. controls (104.4000,69.8200) and (107.7700,68.9600) .. (109.9800,68.3800) 
+.. controls (122.8900,64.9000) and (137.7600,63.5700) .. (152.1200,66.5000)
+arc(283.113 \@@_colon 289.435 \@@_colon 60.830) 
+.. controls (160.4500,68.9700) and (163.9600,69.7400) .. (164.2000,71.1000) 
+.. controls (164.4900,72.8800) and (161.2000,77.1000) .. (160.4500,78.1000)
+arc(35.592 \@@_colon 66.803 \@@_colon 28.000) 
+.. controls (146.3200,88.6400) and (143.6100,89.8300) .. (140.5200,89.7600) 
+-- cycle(108.2300,72.3900)
+arc(150.865 \@@_colon 127.525 \@@_colon 29.390)
+arc(250.013 \@@_colon 261.236 \@@_colon 35.630) 
+.. controls (121.7500,78.7500) and (120.5900,78.2200) .. (119.2900,77.2100) 
+.. controls (118.2900,76.4900) and (116.4800,75.4300) .. (116.5600,73.9400) 
+.. controls (116.6400,72.4500) and (120.0400,71.5700) .. (122.3000,71.0700)
+arc(258.413 \@@_colon 282.074 \@@_colon 57.410) 
+.. controls (148.0800,71.7100) and (151.8400,72.2900) .. (151.8400,74.0700) 
+.. controls (151.8400,75.0700) and (150.1300,76.5500) .. (149.2300,77.2100) 
+.. controls (148.0000,78.2100) and (146.6200,78.3300) .. (145.8200,79.6600)
+arc(276.838 \@@_colon 291.470 \@@_colon 27.780)
+arc(54.790 \@@_colon 24.445 \@@_colon 22.320) 
+.. controls (146.4800,66.6700) and (122.0900,67.0600) .. (108.2300,72.3900) 
+-- cycle(121.7400,74.8600) 
+.. controls (127.3300,79.7300) and (140.9500,79.7300) .. (146.5300,74.8600) 
+.. controls (139.8800,72.6800) and (128.3700,72.6800) .. (121.7400,74.8600) 
+-- cycle(162.3100,49.0000) 
+.. controls (163.1900,48.8700) and (163.4500,47.8500) .. (164.6200,48.0000) 
+.. controls (166.4300,48.1400) and (166.8600,53.0000) .. (167.0700,55.4500) 
+.. controls (167.3900,59.7100) and (167.0700,71.1500) .. (162.7600,67.3500)
+arc(172.737 \@@_colon 201.513 \@@_colon 4.380) 
+.. controls (161.0300,63.9900) and (156.9600,63.0900) .. (153.4300,62.7400) 
+.. controls (151.6400,62.6100) and (149.1400,62.8500) .. (149.8300,60.4500) 
+.. controls (150.3900,58.5400) and (154.8900,59.7600) .. (156.7200,60.0000)
+arc(279.645 \@@_colon 287.102 \@@_colon 53.190) 
+.. controls (163.9300,61.2200) and (163.6700,60.1300) .. (163.9000,59.4400) 
+.. controls (162.2300,58.1900) and (156.5600,56.7000) .. (152.9000,56.4400) 
+.. controls (151.1000,56.3100) and (149.2900,56.5200) .. (149.2900,54.7100) 
+.. controls (149.2900,53.8900) and (149.9300,53.6500) .. (150.4600,53.1200)
+arc(271.003 \@@_colon 289.790 \@@_colon 41.080) 
+.. controls (164.7200,51.9200) and (159.9800,51.4700) .. (157.3200,50.8000)
+arc(280.989 \@@_colon 274.301 \@@_colon 64.440)
+arc(122.344 \@@_colon 264.647 \@@_colon 1.630)
+arc(271.604 \@@_colon 289.659 \@@_colon 38.000) 
+-- cycle(236.0000,81.3000) 
+.. controls (234.6100,80.3900) and (232.8000,81.6700) .. (231.3600,81.9900) 
+.. controls (229.6300,82.4100) and (228.0900,82.3800) .. (227.3600,83.8800) 
+.. controls (227.0400,84.5700) and (227.2000,85.3400) .. (226.9400,86.0000) 
+.. controls (225.7700,88.8000) and (223.0500,89.5100) .. (220.9400,91.3000) 
+.. controls (219.5100,91.5700) and (217.8100,91.0000) .. (216.0800,91.3000) 
+.. controls (214.9100,91.5100) and (214.3500,92.3000) .. (212.4900,91.8900) 
+.. controls (209.8300,91.4000) and (206.1800,89.6500) .. (205.5900,88.1600) 
+.. controls (204.4500,85.2900) and (207.5900,84.8100) .. (209.4800,84.0100) 
+.. controls (209.9900,81.1400) and (207.9100,81.5900) .. (205.4800,81.3000) 
+.. controls (204.3100,81.1400) and (202.9500,80.6800) .. (202.3100,80.8400) 
+.. controls (201.6700,81.0000) and (199.9200,83.2400) .. (199.3100,84.5900) 
+.. controls (198.9900,85.2900) and (199.0400,86.2400) .. (198.7300,86.8800)
+arc(34.837 \@@_colon 85.941 \@@_colon 8.000) 
+.. controls (190.3600,90.2100) and (189.9600,88.1000) .. (187.2700,87.7600) 
+.. controls (186.6600,86.5600) and (186.4500,84.8600) .. (187.2700,84.1400) 
+.. controls (187.9300,83.5800) and (189.7500,83.8800) .. (190.5700,83.2600) 
+.. controls (191.5700,82.5700) and (193.7900,76.8500) .. (193.0200,74.1100) 
+.. controls (192.5100,72.3600) and (190.2200,70.8100) .. (189.8500,69.4100)
+arc(172.400 \@@_colon 180.217 \@@_colon 18.230) 
+.. controls (189.6900,63.4700) and (189.8000,58.7700) .. (191.8700,56.2100) 
+.. controls (192.7300,55.1200) and (194.2700,54.5600) .. (195.3300,53.4700) 
+.. controls (197.2400,51.3900) and (197.5100,48.0400) .. (200.3300,47.3300)
+arc(354.702 \@@_colon 342.940 \@@_colon 25.170) 
+.. controls (200.4000,40.9700) and (201.5100,39.6600) .. (204.2000,39.9500) 
+.. controls (204.6500,39.3200) and (203.6400,38.5700) .. (204.3300,37.9500) 
+.. controls (205.4800,37.5300) and (207.5800,37.4200) .. (208.3300,38.1100)
+arc(250.405 \@@_colon 264.067 \@@_colon 21.120) 
+.. controls (216.2300,36.5500) and (217.8500,39.5300) .. (218.9400,41.5000)
+arc(323.636 \@@_colon 353.300 \@@_colon 9.260) 
+.. controls (220.7800,46.9100) and (220.6800,48.2300) .. (220.6800,49.5300)
+arc(-3.441 \@@_colon 3.441 \@@_colon 27.240) 
+.. controls (220.1700,55.6500) and (216.0700,58.8000) .. (219.6800,60.6800) 
+.. controls (221.5700,60.4400) and (223.7800,61.0500) .. (225.8000,60.6800) 
+.. controls (226.8600,60.4900) and (227.8700,59.6800) .. (228.5400,59.5300)
+arc(262.265 \@@_colon 277.735 \@@_colon 24.000) 
+.. controls (239.2100,60.0900) and (242.5000,62.8300) .. (245.1600,65.2800) 
+.. controls (245.2200,66.9500) and (246.4700,68.3900) .. (246.7600,70.2800)
+arc(-6.320 \@@_colon 7.720 \@@_colon 43.530) 
+.. controls (246.3900,82.4100) and (245.8600,83.8200) .. (246.3400,85.9200) 
+.. controls (246.5500,86.9200) and (247.4000,87.4400) .. (247.3400,88.2400) 
+.. controls (247.2000,90.1300) and (244.8100,90.1300) .. (242.7900,90.6900) 
+.. controls (239.1700,91.6900) and (235.3400,93.4500) .. (233.7400,89.8400) 
+.. controls (233.8200,87.7000) and (233.5100,86.6400) .. (234.3300,85.2100) 
+.. controls (235.1500,83.7800) and (237.2400,83.2600) .. (236.0000,81.3000) 
+-- cycle(212.9000,44.4500) 
+.. controls (212.9600,43.5200) and (211.9000,43.3300) .. (211.6200,42.4500) 
+.. controls (211.3400,41.5700) and (211.9700,40.6400) .. (211.1500,39.9700) 
+.. controls (209.4200,41.3400) and (210.9400,44.8000) .. (212.9300,44.4500) 
+-- cycle(217.0500,44.0300)
+arc(101.351 \@@_colon 46.758 \@@_colon 1.270)
+arc(359.414 \@@_colon 289.173 \@@_colon 2.740) 
+.. controls (216.1200,42.0000) and (217.0000,43.0000) .. (217.0800,44.0000) 
+-- cycle(205.7500,42.0000) 
+.. controls (205.8600,44.4200) and (207.9000,44.5600) .. (209.2100,45.9100) 
+.. controls (210.2100,47.0000) and (210.4900,48.4400) .. (211.7600,48.6300) 
+.. controls (213.2300,46.8700) and (210.4300,44.8500) .. (208.9100,44.2100) 
+.. controls (208.2500,43.1700) and (207.4500,41.5000) .. (205.7500,42.0000) 
+-- cycle(201.0000,50.6000) 
+.. controls (201.0000,50.2500) and (200.4600,49.5100) .. (199.8800,49.6000) 
+.. controls (199.3000,49.6900) and (198.1200,52.5500) .. (198.1200,52.9000) 
+.. controls (199.2000,53.0000) and (201.0700,51.5300) .. (201.0000,50.6000) 
+-- cycle(207.0000,50.1700) 
+.. controls (206.3300,50.2500) and (205.5600,49.4800) .. (205.0000,49.5900) 
+.. controls (204.4400,49.7000) and (203.6200,51.3700) .. (204.6800,51.5900) 
+.. controls (205.3200,51.1900) and (207.6800,50.6600) .. (208.5600,51.5900) 
+.. controls (209.4400,51.0300) and (209.0200,50.0500) .. (208.2400,49.5900) 
+.. controls (207.6600,49.5600) and (207.7400,50.0600) .. (207.0000,50.1700) 
+-- cycle(212.6300,51.7400) 
+.. controls (211.2000,52.3800) and (211.1500,54.3500) .. (209.7600,55.0100)
+arc(291.815 \@@_colon 270.409 \@@_colon 22.910) 
+.. controls (200.9900,54.3700) and (198.6400,54.7500) .. (198.2700,56.0800)
+arc(194.569 \@@_colon 146.279 \@@_colon 5.070) 
+.. controls (200.6700,59.4300) and (200.8200,53.4200) .. (203.1600,56.7400) 
+.. controls (202.9500,57.5900) and (202.3100,58.0500) .. (202.1600,58.9200) 
+.. controls (203.1600,59.5600) and (202.6000,60.9200) .. (203.0500,61.9200) 
+.. controls (204.8000,61.9200) and (204.0500,59.4500) .. (205.2000,58.9200) 
+.. controls (206.1300,58.7100) and (207.3000,58.7100) .. (208.2000,58.4500) 
+.. controls (209.5900,59.4500) and (210.6500,61.2600) .. (213.0500,60.3900) 
+.. controls (214.3300,61.6900) and (216.7200,62.2000) .. (216.5300,64.4800)
+arc(86.805 \@@_colon -1.699 \@@_colon 1.780) 
+.. controls (218.1000,61.2900) and (215.2100,60.1700) .. (213.7900,59.3500) 
+.. controls (212.9700,58.8500) and (212.3000,58.1500) .. (211.5000,57.7500) 
+.. controls (210.5000,57.3000) and (209.2200,57.3500) .. (209.0600,56.3200) 
+.. controls (209.1600,55.8400) and (210.0600,56.1000) .. (210.5000,56.0800) 
+.. controls (211.5600,55.5700) and (211.5600,53.9500) .. (212.6700,53.4700) 
+.. controls (213.4200,53.6000) and (213.7600,54.8800) .. (214.5100,54.5600)
+arc(353.613 \@@_colon 299.855 \@@_colon 3.730) 
+-- cycle(195.2900,60.1700) 
+.. controls (196.2900,61.9500) and (197.4200,59.3800) .. (196.7000,58.0500) 
+.. controls (195.5900,58.1000) and (195.4800,59.2200) .. (195.3200,60.1700) 
+-- cycle(206.0400,61.1700) 
+.. controls (206.4400,62.1700) and (207.2100,62.7700) .. (207.2900,64.0200) 
+.. controls (206.6800,65.6100) and (204.2900,64.9500) .. (202.8500,65.0200) 
+.. controls (203.1900,67.0200) and (203.5900,70.1600) .. (207.0000,69.5200) 
+.. controls (208.1100,71.2500) and (209.0000,73.1600) .. (210.7700,74.2500) 
+.. controls (213.2700,73.2500) and (213.0600,75.7900) .. (215.1900,75.6900) 
+.. controls (216.4600,76.0600) and (216.4100,78.4800) .. (217.6100,78.5600) 
+.. controls (219.0200,78.6700) and (219.1000,76.0900) .. (218.6100,74.6800) 
+.. controls (217.3800,74.1700) and (216.2900,74.6000) .. (214.9900,74.0900) 
+.. controls (214.3800,73.8500) and (213.9300,73.0300) .. (213.2900,72.8200) 
+.. controls (212.2900,72.5000) and (211.2900,72.8200) .. (210.4200,72.5000) 
+.. controls (209.1900,72.0200) and (208.2300,70.1600) .. (208.2300,68.6400) 
+.. controls (208.5300,67.9500) and (209.8300,68.3200) .. (209.9900,67.4700) 
+.. controls (209.9400,66.9400) and (209.5600,66.7500) .. (209.1400,66.6500) 
+.. controls (208.6100,67.4700) and (207.2000,68.6500) .. (206.4000,67.2000) 
+.. controls (206.9600,66.0100) and (207.9200,65.2900) .. (207.7000,63.2900) 
+.. controls (208.0700,62.7900) and (209.1400,62.9500) .. (209.2700,62.1800) 
+.. controls (209.2600,60.7600) and (206.8700,59.8600) .. (206.0700,61.2100) 
+-- cycle(232.1100,63.0900) 
+.. controls (233.9700,63.4800) and (234.7700,65.0900) .. (237.0000,65.1900) 
+.. controls (237.2100,64.4400) and (238.3900,64.5200) .. (238.5500,63.7200) 
+.. controls (238.1200,63.1600) and (237.1900,63.1100) .. (237.2700,62.0200) 
+.. controls (236.4200,61.8400) and (236.6300,62.7100) .. (235.8300,62.6100) 
+.. controls (234.4800,61.5800) and (232.7300,60.7900) .. (232.1400,63.1300) 
+-- cycle(228.2300,64.1800)
+arc(54.429 \@@_colon -17.959 \@@_colon 2.300) 
+.. controls (227.2700,61.3700) and (226.7100,63.7600) .. (228.2600,64.2200) 
+-- cycle(221.9500,64.8900)
+arc(231.795 \@@_colon 147.274 \@@_colon 1.930) 
+.. controls (223.0000,67.8300) and (223.0900,65.1200) .. (222.0000,64.9300) 
+-- cycle(240.8300,68.8900) 
+.. controls (241.7700,69.5000) and (243.4400,69.2600) .. (244.5800,69.0200) 
+.. controls (244.2100,67.3000) and (242.7500,66.6000) .. (241.2800,66.0200)
+arc(-9.138 \@@_colon 25.183 \@@_colon 5.100) 
+-- cycle(217.2100,69.1300) 
+.. controls (217.6900,69.9000) and (219.7700,69.8200) .. (220.7800,69.5500) 
+.. controls (221.1800,67.4900) and (217.3500,67.4100) .. (217.2400,69.2200) 
+-- cycle(233.5500,72.0000) 
+.. controls (234.2300,72.8800) and (235.5500,73.2000) .. (236.2600,74.0000) 
+.. controls (236.2000,74.3200) and (236.0000,74.7500) .. (236.2600,75.0000) 
+.. controls (237.1600,74.9300) and (236.6300,74.3100) .. (236.5500,73.7000) 
+.. controls (238.7000,72.1300) and (238.4400,75.8800) .. (239.4000,77.2600) 
+.. controls (240.0300,78.2000) and (240.8300,78.2600) .. (241.1500,79.0000) 
+.. controls (241.6800,79.1000) and (242.2700,79.1500) .. (242.7500,79.2900) 
+.. controls (243.9700,81.4700) and (240.7500,82.4500) .. (242.0100,84.6300) 
+.. controls (245.2000,85.0600) and (245.6800,79.3400) .. (243.3400,78.4600)
+arc(354.147 \@@_colon 329.327 \@@_colon 2.450)
+arc(99.718 \@@_colon 181.558 \@@_colon 4.670) 
+.. controls (239.6600,73.7900) and (240.4900,72.9700) .. (241.4200,73.3900) 
+.. controls (241.4200,72.7800) and (240.9400,72.5100) .. (240.4200,72.2800) 
+.. controls (240.0200,72.2800) and (239.8100,72.5700) .. (239.4200,72.5700) 
+.. controls (239.0500,72.2500) and (238.7800,71.7400) .. (238.1400,71.5700) 
+.. controls (237.5000,71.5700) and (237.6600,72.4200) .. (236.8900,72.2900) 
+.. controls (236.0000,71.6100) and (234.4300,70.3600) .. (233.5800,72.0900) 
+-- cycle(244.1300,74.7700) 
+.. controls (244.9600,73.9700) and (244.6600,71.6300) .. (243.4400,71.5800) 
+.. controls (242.8300,72.6200) and (243.0000,74.5400) .. (244.1600,74.8600) 
+-- cycle(224.0000,75.3900)
+arc(121.453 \@@_colon 81.588 \@@_colon 2.350)
+arc(176.594 \@@_colon 220.276 \@@_colon 0.680) 
+.. controls (225.1700,74.8800) and (224.0000,74.0000) .. (224.0000,75.3900) 
+-- cycle(213.8100,78.3900) 
+.. controls (213.5500,79.8000) and (213.8100,80.9000) .. (213.6500,82.3900) 
+.. controls (212.9100,83.0900) and (212.1100,83.6100) .. (212.2700,84.8400) 
+.. controls (211.5200,85.5600) and (209.9800,85.4500) .. (209.5300,86.4400) 
+.. controls (211.3700,87.4400) and (214.5300,87.5300) .. (215.7000,85.9800) 
+.. controls (215.8900,84.9800) and (215.4700,83.3800) .. (216.5500,83.2400) 
+.. controls (218.3600,83.6100) and (216.7900,87.3100) .. (218.5500,87.7400)
+arc(18.151 \@@_colon -18.151 \@@_colon 6.420) 
+.. controls (219.2200,83.3200) and (219.2200,82.3100) .. (220.1300,82.0900) 
+.. controls (220.2300,82.5700) and (219.8100,83.5800) .. (220.3900,83.5800) 
+.. controls (220.9700,83.2400) and (220.8900,81.7700) .. (220.5500,81.3000) 
+.. controls (219.3500,81.0300) and (219.3500,81.8800) .. (218.4000,81.8800) 
+.. controls (217.8600,80.4700) and (216.4000,80.3900) .. (215.0700,81.1400) 
+.. controls (214.5900,80.2600) and (214.9100,79.3500) .. (214.8000,78.0200) 
+.. controls (213.7400,77.6200) and (213.4200,76.5600) .. (213.0500,75.8100) 
+.. controls (212.5100,77.0000) and (213.4100,77.7900) .. (213.7800,78.4200) 
+-- cycle(237.5600,87.0000)
+arc(71.436 \@@_colon 48.168 \@@_colon 7.000)
+arc(292.270 \@@_colon 187.334 \@@_colon 1.780) 
+-- cycle(66.5400,38.0000) 
+.. controls (67.2600,38.5600) and (66.3000,39.4300) .. (66.6700,40.0000) 
+.. controls (68.7500,39.6100) and (71.3300,41.2000) .. (71.5400,42.3200) 
+.. controls (71.8400,43.7600) and (70.2400,45.3200) .. (70.6700,47.1900) 
+.. controls (74.1800,49.3800) and (75.0000,54.2700) .. (79.0000,56.0800)
+arc(-26.973 \@@_colon 7.990 \@@_colon 21.500) 
+.. controls (80.5400,72.2500) and (77.1300,72.6200) .. (77.8300,77.1200) 
+.. controls (78.1500,79.0600) and (79.3200,82.9700) .. (80.7000,83.5800) 
+.. controls (81.6100,83.9800) and (82.8300,83.5000) .. (83.7000,84.1400) 
+.. controls (84.4200,85.0200) and (84.0800,86.9400) .. (83.5400,87.7600) 
+.. controls (80.7800,88.2700) and (79.7700,91.1900) .. (76.3600,90.0500)
+arc(111.568 \@@_colon 140.157 \@@_colon 10.370) 
+.. controls (71.7900,86.3500) and (71.8400,85.3700) .. (71.4900,84.6200) 
+.. controls (70.7800,83.0000) and (69.4900,82.0200) .. (68.7500,80.8700) 
+.. controls (66.6800,81.5100) and (60.3000,80.4200) .. (61.3100,83.7700) 
+.. controls (61.7900,85.2600) and (66.8400,84.5200) .. (65.1900,88.3500) 
+.. controls (64.6000,89.6800) and (60.2400,91.5400) .. (58.5900,91.9200)
+arc(80.530 \@@_colon 92.032 \@@_colon 10.000) 
+.. controls (56.0600,91.9900) and (55.5900,91.4900) .. (54.8900,91.3300) 
+.. controls (53.5000,91.0600) and (51.6400,91.6700) .. (50.1500,91.3300) 
+.. controls (49.2500,91.1700) and (46.7500,89.3900) .. (45.8400,88.6100)
+arc(133.153 \@@_colon 151.282 \@@_colon 10.360) 
+.. controls (43.1800,84.4600) and (43.6100,83.1600) .. (41.9300,82.4400)
+arc(283.120 \@@_colon 276.923 \@@_colon 23.390) 
+.. controls (37.9000,81.6300) and (36.2400,80.3700) .. (35.0000,81.3100) 
+.. controls (33.4300,83.0300) and (35.9000,83.7800) .. (36.7000,85.3100) 
+.. controls (37.5000,86.8400) and (36.9900,87.8100) .. (37.1500,89.8800)
+arc(33.887 \@@_colon 73.398 \@@_colon 5.290) 
+.. controls (32.5400,92.3200) and (30.2000,91.0000) .. (27.7800,90.4300) 
+.. controls (26.2100,90.0300) and (23.8500,90.0300) .. (23.5300,88.4300) 
+.. controls (23.3200,87.4300) and (24.3200,86.8300) .. (24.5300,85.9800) 
+.. controls (24.8200,84.8400) and (24.1900,83.9800) .. (24.9600,82.9800) 
+.. controls (23.8700,81.3100) and (24.3400,78.7000) .. (24.2400,75.6700)
+arc(174.763 \@@_colon 195.652 \@@_colon 21.880) 
+.. controls (25.2500,66.9200) and (25.3000,65.9300) .. (25.5700,65.4500) 
+.. controls (26.0000,64.4500) and (28.9500,62.0800) .. (30.1400,61.4500)
+arc(242.831 \@@_colon 278.244 \@@_colon 20.000) 
+.. controls (43.1400,59.5600) and (44.0500,60.4500) .. (45.0100,60.6000) 
+.. controls (46.8200,60.9200) and (49.2700,60.4100) .. (51.1900,60.6000)
+arc(61.375 \@@_colon 34.961 \@@_colon 4.200) 
+.. controls (52.7800,56.2100) and (51.0200,54.9800) .. (50.1700,52.8600) 
+.. controls (50.5700,49.7100) and (49.6400,46.1500) .. (50.7600,43.1400)
+arc(203.693 \@@_colon 218.525 \@@_colon 18.370)
+arc(221.776 \@@_colon 251.181 \@@_colon 7.420) 
+.. controls (58.0000,36.7100) and (60.7700,37.6400) .. (62.3500,38.1700)
+arc(244.465 \@@_colon 290.888 \@@_colon 5.320) 
+-- cycle(58.0600,44.4900) 
+.. controls (59.4900,44.8400) and (60.0600,43.1100) .. (60.6600,42.1800) 
+.. controls (60.2900,41.4900) and (60.5000,40.1800) .. (59.4900,40.1800) 
+.. controls (59.6200,42.1600) and (58.6400,43.0900) .. (58.0600,44.4500) 
+-- cycle(52.7900,43.8800) 
+.. controls (52.9500,44.0900) and (53.3700,44.0700) .. (53.7900,44.0700)
+arc(196.531 \@@_colon 203.841 \@@_colon 22.730) 
+.. controls (53.5100,40.9100) and (52.6800,42.8300) .. (52.7900,43.8400) 
+-- cycle(61.7900,44.3600) 
+.. controls (60.4900,45.3600) and (57.9900,46.3600) .. (58.7900,48.5100) 
+.. controls (58.9000,48.5100) and (59.0600,48.5100) .. (59.0600,48.6200) 
+.. controls (60.7000,48.1400) and (61.1600,46.3800) .. (62.3600,45.3500) 
+.. controls (63.3600,44.4900) and (65.2300,43.9300) .. (65.0700,41.9900) 
+.. controls (63.4300,41.3400) and (62.8500,43.4400) .. (61.8000,44.3200) 
+-- cycle(61.7900,51.0600) 
+.. controls (61.7900,51.1200) and (62.0900,51.3500) .. (62.0900,51.4300) 
+.. controls (62.6200,51.7800) and (62.9900,51.1200) .. (63.6300,51.0600) 
+.. controls (64.8100,50.9600) and (65.6300,51.6200) .. (66.3700,51.6200)
+arc(39.196 \@@_colon -78.793 \@@_colon 1.240) 
+.. controls (64.7100,51.1300) and (61.3300,48.3300) .. (61.8000,51.0000) 
+-- cycle(71.0000,49.5900) 
+.. controls (70.2600,49.5100) and (70.0000,50.3300) .. (70.0000,50.8600) 
+.. controls (70.1100,51.8600) and (71.8700,52.9400) .. (72.8800,52.8600) 
+.. controls (72.5200,52.2800) and (71.6800,49.6900) .. (71.0000,49.5900) 
+-- cycle(58.4800,51.7400)
+arc(245.846 \@@_colon 188.283 \@@_colon 3.670) 
+.. controls (57.3500,54.9600) and (57.5000,53.5600) .. (58.3500,53.4700) 
+.. controls (59.3500,54.0000) and (59.3500,55.5200) .. (60.3500,55.8900) 
+.. controls (60.6100,56.3200) and (61.8900,55.7300) .. (61.9400,56.3200) 
+.. controls (61.9400,57.0900) and (60.7100,57.0900) .. (59.9400,57.4900) 
+.. controls (59.1700,57.8900) and (57.5000,59.1600) .. (56.1900,60.0000) 
+.. controls (53.9100,61.3000) and (50.9300,63.0000) .. (54.3300,64.5200) 
+.. controls (54.7000,64.2300) and (54.3300,63.5200) .. (54.4900,63.1700) 
+.. controls (54.7600,62.4800) and (57.5800,60.4800) .. (57.9000,60.4300) 
+.. controls (58.4800,60.3200) and (59.1500,60.7500) .. (59.6500,60.6700) 
+.. controls (61.1400,60.4800) and (61.4900,59.0400) .. (62.7900,58.4900)
+arc(103.805 \@@_colon 89.374 \@@_colon 11.100) 
+.. controls (66.8600,59.2600) and (66.1700,61.7300) .. (67.6800,61.9900) 
+.. controls (68.3800,60.9900) and (67.8400,59.7100) .. (68.6800,58.8100) 
+.. controls (68.5400,57.8700) and (67.6800,57.6300) .. (67.8000,56.5400) 
+.. controls (68.0400,55.9800) and (68.6800,55.8500) .. (69.2400,55.6400) 
+.. controls (70.5900,56.6400) and (70.3300,59.2300) .. (71.6600,60.2100) 
+.. controls (72.8300,59.5000) and (73.1200,56.8900) .. (72.4000,55.6400) 
+.. controls (71.7600,54.6400) and (69.8000,54.2000) .. (69.4000,53.4100)
+arc(268.531 \@@_colon 250.205 \@@_colon 27.060) 
+.. controls (59.9200,54.1600) and (59.4900,52.6700) .. (58.4800,51.7400) 
+-- cycle(75.0000,61.0000) 
+.. controls (76.0600,60.3800) and (75.4700,58.1500) .. (74.3100,58.1000) 
+.. controls (73.7800,58.8700) and (73.7800,60.9200) .. (75.0000,61.0000) 
+-- cycle(61.4900,62.2000) 
+.. controls (61.8000,62.9700) and (63.0000,62.8100) .. (63.2200,63.6300) 
+.. controls (62.7900,65.2300) and (64.1200,66.0300) .. (64.3900,67.3900) 
+.. controls (63.5400,68.6100) and (62.2000,67.4900) .. (61.8000,66.6700)
+arc(266.925 \@@_colon 175.589 \@@_colon 1.060) 
+.. controls (64.1000,68.0200) and (62.2900,71.8100) .. (60.2400,72.5200) 
+.. controls (59.6300,72.7800) and (58.7800,72.5200) .. (58.0900,72.6800) 
+.. controls (57.4000,72.8400) and (56.5400,73.7900) .. (55.6700,74.1100) 
+.. controls (54.3100,74.5900) and (53.0600,74.1900) .. (52.2300,74.8600) 
+.. controls (51.8100,76.5300) and (52.0200,78.6100) .. (53.2300,78.5800) 
+.. controls (54.4400,78.5500) and (54.3900,76.1100) .. (55.6500,75.7100) 
+.. controls (57.4300,76.0000) and (57.2400,74.5900) .. (58.2200,74.2700) 
+.. controls (58.7600,74.0600) and (59.3700,74.4300) .. (60.0700,74.2700) 
+.. controls (62.0700,73.7100) and (62.5900,71.1300) .. (63.8100,69.6400) 
+.. controls (67.0600,70.0400) and (67.8100,67.2200) .. (67.9600,64.9300) 
+.. controls (66.1500,65.2800) and (63.9600,65.5200) .. (63.6500,63.9300) 
+.. controls (63.4900,62.7900) and (64.5300,62.2800) .. (64.8300,61.1900) 
+.. controls (64.0000,59.7500) and (61.7000,60.8900) .. (61.4900,62.2000) 
+-- cycle(34.8600,62.6500) 
+.. controls (34.2200,62.6500) and (34.3600,61.8800) .. (33.5800,62.0600) 
+.. controls (33.6900,63.1500) and (32.6800,63.1500) .. (32.4100,63.7600) 
+.. controls (32.5700,64.5400) and (33.5800,64.5400) .. (33.8500,65.2300) 
+.. controls (36.1100,65.1700) and (36.7200,63.5200) .. (38.6900,63.2300) 
+.. controls (38.3200,60.5500) and (36.3000,61.7700) .. (34.8600,62.6500) 
+-- cycle(41.8600,61.6500)
+arc(204.539 \@@_colon 118.992 \@@_colon 2.000)
+arc(65.260 \@@_colon -100.797 \@@_colon 1.370) 
+-- cycle(49.3100,67.5000) 
+.. controls (49.9200,66.7800) and (49.6300,64.9400) .. (48.5700,64.9400) 
+.. controls (48.1600,65.5200) and (48.0000,67.8100) .. (49.3300,67.4900) 
+-- cycle(26.2400,69.0000) 
+.. controls (27.1400,69.5100) and (29.2400,69.6600) .. (29.9700,68.8400)
+arc(153.355 \@@_colon 188.613 \@@_colon 4.530) 
+.. controls (28.1000,66.6700) and (26.7200,67.4100) .. (26.2400,69.0000) 
+-- cycle(50.0000,69.6400) 
+.. controls (51.1800,69.8600) and (53.5100,70.1500) .. (53.7800,68.9800) 
+.. controls (53.2200,67.4900) and (49.8100,67.5700) .. (50.0000,69.6400) 
+-- cycle(33.8500,72.3900) 
+.. controls (33.2100,72.3900) and (33.4700,71.6100) .. (32.8500,71.6700) 
+.. controls (32.0000,71.6700) and (32.0000,72.5700) .. (31.2500,72.6700)
+arc(302.608 \@@_colon 269.737 \@@_colon 1.840) 
+.. controls (29.9300,72.6700) and (29.4500,72.8300) .. (29.5600,73.4900)
+arc(240.355 \@@_colon 311.283 \@@_colon 1.360) 
+.. controls (31.3700,73.3800) and (31.2900,72.8300) .. (31.8500,72.8300) 
+.. controls (31.7200,75.0000) and (30.4200,77.1700) .. (28.0000,77.3800)
+arc(15.504 \@@_colon 57.919 \@@_colon 4.000) 
+.. controls (25.6900,82.3300) and (26.4300,84.7000) .. (28.9900,84.7000)
+arc(12.010 \@@_colon -3.029 \@@_colon 7.320)
+arc(126.456 \@@_colon 193.043 \@@_colon 3.000)
+arc(227.855 \@@_colon 274.468 \@@_colon 2.270)
+arc(47.419 \@@_colon 25.182 \@@_colon 12.000) 
+.. controls (31.9700,73.7900) and (33.6100,72.6800) .. (34.3000,73.9800) 
+.. controls (34.3000,74.4000) and (33.8500,75.1500) .. (34.5700,75.1200) 
+.. controls (35.2900,75.0900) and (34.5700,74.5400) .. (34.5700,74.1200) 
+.. controls (35.2900,73.1900) and (36.8600,73.1200) .. (37.3100,71.9700) 
+.. controls (36.1900,70.2600) and (35.0000,71.9000) .. (33.8500,72.3900) 
+-- cycle(26.9300,75.0000)
+arc(42.902 \@@_colon -22.926 \@@_colon 3.130) 
+.. controls (26.0800,71.6700) and (25.8100,74.4300) .. (26.9300,75.0000) 
+-- cycle(45.3200,75.3700) 
+.. controls (45.4200,75.9000) and (46.5100,75.6400) .. (46.8800,75.5300)
+arc(177.188 \@@_colon 225.955 \@@_colon 0.560)
+arc(321.292 \@@_colon 290.216 \@@_colon 2.300) 
+.. controls (46.1700,75.1200) and (45.2600,74.7800) .. (45.3200,75.3900) 
+-- cycle(57.5000,77.1200) 
+.. controls (56.9400,77.3800) and (56.3500,77.5700) .. (56.0900,78.1200) 
+.. controls (55.8700,79.1200) and (56.4600,80.8100) .. (55.6400,81.1200) 
+.. controls (54.2500,80.1200) and (53.2200,80.8800) .. (52.3100,81.8600) 
+.. controls (51.6200,81.7300) and (51.4100,81.0600) .. (50.3100,81.2800) 
+.. controls (50.2100,81.7500) and (49.7800,83.5100) .. (50.5800,83.5600) 
+.. controls (51.3800,83.4000) and (50.1500,82.0700) .. (51.1700,82.0700)
+arc(154.109 \@@_colon 138.031 \@@_colon 7.110) 
+.. controls (52.2300,84.7900) and (51.8500,86.9400) .. (52.4400,87.7200) 
+.. controls (54.1400,87.2200) and (52.5200,83.3800) .. (54.6200,83.2200) 
+.. controls (55.3100,83.6200) and (55.1200,84.9300) .. (55.1800,85.9600) 
+.. controls (55.7900,86.2300) and (56.5400,87.1600) .. (57.6000,87.2700) 
+.. controls (58.6600,87.3800) and (60.8700,87.0000) .. (61.3300,86.1200) 
+.. controls (60.5800,85.5400) and (59.3300,85.5100) .. (58.7700,84.8200) 
+.. controls (58.5300,84.6600) and (58.6100,84.0700) .. (58.6100,83.7000) 
+.. controls (57.2000,82.7500) and (56.5400,80.3500) .. (57.1800,78.2200) 
+.. controls (57.3900,77.5300) and (58.8200,76.5500) .. (57.6000,75.7700) 
+.. controls (57.4200,76.0500) and (57.5200,76.6700) .. (57.5000,77.1200) 
+-- cycle(30.8200,85.4400) 
+-- (30.8200,85.8400) 
+.. controls (32.0900,85.7100) and (32.3900,87.2600) .. (33.4300,86.8400)
+arc(337.875 \@@_colon 258.543 \@@_colon 2.320) 
+-- cycle(137.0900,25.5100)
+arc(275.022 \@@_colon 328.786 \@@_colon 33.060) 
+.. controls (163.1600,42.4300) and (164.3100,44.2400) .. (164.2000,45.1200)
+arc(4.851 \@@_colon 88.910 \@@_colon 1.770) 
+.. controls (161.3200,46.6900) and (161.0000,45.1200) .. (160.1500,43.7400) 
+.. controls (155.7700,36.0500) and (148.6600,30.7400) .. (138.5000,28.9700)
+arc(164.817 \@@_colon 156.030 \@@_colon 48.700) 
+.. controls (141.8500,38.3900) and (142.7500,40.8600) .. (143.5800,43.2000) 
+.. controls (143.9800,43.6300) and (143.5300,44.2000) .. (143.5800,44.7800) 
+.. controls (145.4100,44.6400) and (147.4600,44.7200) .. (147.1700,46.7800) 
+.. controls (146.7700,49.4200) and (138.9000,47.4200) .. (135.9700,48.0800)
+arc(184.054 \@@_colon 178.238 \@@_colon 69.000) 
+.. controls (137.4400,56.0800) and (145.0400,54.2800) .. (146.5800,55.4000)
+arc(-44.418 \@@_colon 6.346 \@@_colon 2.110) 
+.. controls (146.7400,59.9800) and (139.0300,57.6400) .. (135.9700,58.3800) 
+.. controls (135.5200,60.7800) and (136.6300,64.1300) .. (134.2400,64.2900) 
+.. controls (131.8500,64.4500) and (132.5900,61.2900) .. (132.5400,58.5200) 
+.. controls (129.6600,57.5200) and (121.7900,60.0300) .. (121.2000,57.2700) 
+.. controls (120.4100,53.3300) and (129.6400,56.1700) .. (132.3800,55.0800)
+arc(6.757 \@@_colon -6.757 \@@_colon 29.150) 
+.. controls (129.8200,47.2200) and (121.7400,49.5500) .. (121.2000,46.9400) 
+.. controls (120.7800,44.9400) and (122.8000,44.6000) .. (124.6600,44.8200) 
+.. controls (125.0700,44.4400) and (124.4500,43.9600) .. (124.6600,43.3800) 
+.. controls (126.5200,38.7500) and (128.0400,33.7800) .. (129.9900,29.1700) 
+.. controls (117.6900,30.8500) and (109.9300,38.3000) .. (105.9900,48.7800) 
+.. controls (107.3200,48.7200) and (109.3500,47.9500) .. (111.9900,47.5000) 
+.. controls (114.8100,47.0200) and (120.5400,45.7200) .. (118.8600,49.6600) 
+.. controls (116.5500,50.4000) and (113.8600,50.3200) .. (111.5200,50.8300)
+arc(257.434 \@@_colon 248.061 \@@_colon 41.270)
+arc(201.825 \@@_colon 182.478 \@@_colon 8.340) 
+.. controls (106.5700,55.2500) and (108.7500,54.3500) .. (111.4900,53.8400) 
+.. controls (113.4900,53.5000) and (119.4200,52.0600) .. (118.8300,55.2800) 
+.. controls (118.5600,56.6900) and (116.8300,56.5000) .. (115.5300,56.5800)
+arc(266.381 \@@_colon 244.744 \@@_colon 30.450)
+arc(185.441 \@@_colon 166.566 \@@_colon 7.000)
+arc(253.780 \@@_colon 260.470 \@@_colon 61.530) 
+.. controls (113.4800,59.8800) and (117.9500,58.6300) .. (118.3700,60.7100) 
+.. controls (118.9900,63.7100) and (113.7400,62.8300) .. (111.2200,63.2800)
+arc(258.008 \@@_colon 247.894 \@@_colon 35.600) 
+.. controls (105.8300,66.5300) and (105.8600,68.3400) .. (104.4700,68.5800) 
+.. controls (101.6000,69.2200) and (101.2800,62.4600) .. (101.1700,59.7200)
+arc(178.206 \@@_colon 195.874 \@@_colon 35.330) 
+.. controls (106.2900,35.9500) and (116.3900,27.6700) .. (131.1800,25.4600) 
+.. controls (132.2500,23.8900) and (132.2500,20.7500) .. (134.3200,20.9600) 
+.. controls (136.1900,21.0700) and (136.0000,24.1300) .. (137.0900,25.5100) 
+-- cycle(136.0900,32.2400) 
+.. controls (135.6100,31.0200) and (135.0900,28.3100) .. (133.7500,28.5400) 
+.. controls (131.3300,33.5400) and (129.7000,39.3400) .. (127.5700,44.7500) 
+.. controls (128.8000,44.7500) and (131.1100,44.6900) .. (132.3100,44.7500) 
+.. controls (131.4000,39.9300) and (136.8800,39.6400) .. (135.7600,44.7500) 
+-- (140.6600,44.7500) 
+.. controls (139.2900,41.0500) and (137.5400,36.2600) .. (136.1100,32.2400) 
+-- cycle(0.1200,0.0000) 
+.. controls (17.1200,9.9200) and (39.5400,16.9200) .. (66.3800,17.1600) 
+.. controls (93.8900,17.4800) and (117.2200,12.1000) .. (134.0600,1.4400) 
+.. controls (151.0600,12.0500) and (174.6200,17.5800) .. (201.8700,17.1600) 
+.. controls (228.2000,16.8100) and (251.4000,9.9200) .. (268.1600,0.1600) 
+.. controls (268.4800,39.6900) and (267.5500,77.3900) .. (267.5500,116.7300) 
+.. controls (267.5500,155.8100) and (269.6500,196.3800) .. (259.6500,226.2500) 
+.. controls (254.7800,240.9100) and (247.4400,253.2000) .. (239.1600,264.7200)
+arc(35.891 \@@_colon 53.017 \@@_colon 139.530) 
+.. controls (198.7800,302.9700) and (185.7400,309.0600) .. (172.5000,315.7400) 
+.. controls (161.1400,321.4600) and (149.7300,327.3600) .. (138.6600,333.3800) 
+.. controls (137.1200,334.2300) and (135.3100,334.7900) .. (134.1900,336.2800) 
+.. controls (128.1900,332.2800) and (121.7400,329.0400) .. (115.3000,325.6600) 
+.. controls (108.8600,322.2800) and (102.3000,318.9300) .. (95.7800,315.6100) 
+.. controls (89.0700,312.1800) and (82.3700,309.2500) .. (76.0100,305.8700)
+arc(118.166 \@@_colon 128.243 \@@_colon 121.110) 
+.. controls (35.9500,277.2200) and (18.7700,255.2200) .. (8.5800,225.8800) 
+.. controls (3.3600,210.7100) and (1.8700,193.4000) .. (1.0000,174.6400) 
+.. controls (0.1500,156.1500) and (0.6000,136.4700) .. (0.6000,117.2900) 
+.. controls (0.5700,78.2100) and (0.0000,39.8000) .. (0.0000,0.4300) 
+.. controls (0.0000,0.2100) and (0.0000,0.0000) .. (0.1200,0.0000) 
+-- cycle(127.3300,14.0500) 
+.. controls (103.9200,24.3700) and (67.0500,27.3800) .. (37.1500,21.3400)
+arc(100.570 \@@_colon 113.945 \@@_colon 113.610) 
+.. controls (10.8800,13.0100) and (9.8000,12.2100) .. (8.5800,12.3200) 
+.. controls (8.2300,48.6800) and (9.1600,86.4000) .. (9.1600,121.4400) 
+.. controls (9.1600,139.6600) and (8.2800,158.2800) .. (9.0000,175.6300) 
+.. controls (9.7200,192.9800) and (11.7500,209.2800) .. (16.4800,223.3700)
+arc(161.626 \@@_colon 144.319 \@@_colon 136.390) 
+.. controls (46.7300,276.1500) and (60.7700,289.6200) .. (78.5400,299.2400) 
+.. controls (84.5400,302.4400) and (90.8300,305.2400) .. (97.2100,308.2400) 
+.. controls (109.6600,314.0700) and (122.1100,320.1600) .. (134.4900,326.2400) 
+.. controls (146.8200,320.1000) and (159.3600,314.2400) .. (171.6500,308.2400) 
+.. controls (177.9800,305.1900) and (184.3300,302.5800) .. (190.2700,299.3600) 
+.. controls (202.0800,293.0800) and (212.1300,284.6500) .. (221.0700,275.1800)
+arc(43.508 \@@_colon 17.935 \@@_colon 136.470) 
+.. controls (261.1900,194.6600) and (259.2700,158.4500) .. (259.2700,121.8400) 
+.. controls (259.2700,84.9800) and (259.3800,48.6600) .. (259.6500,12.3300)
+arc(261.913 \@@_colon 238.823 \@@_colon 8.700)
+arc(65.978 \@@_colon 78.823 \@@_colon 118.260) 
+.. controls (209.4200,25.7300) and (182.7700,25.1000) .. (162.3100,20.6300)
+arc(102.185 \@@_colon 116.968 \@@_colon 116.000) 
+.. controls (132.4900,11.9400) and (130.0000,12.8800) .. (127.3300,14.0500) 
+-- cycle;
+}
+\def \@@_path_name_cn{
+  (40.0488,-0.0176) 
+.. controls (39.2490,-0.0498) and (38.3880,-0.0054) .. (37.4805,0.0996) 
+.. controls (36.6505,1.1096) and (35.6496,1.9402) .. (35.3496,3.2402) 
+.. controls (34.9496,5.0802) and (36.0296,6.6395) .. (36.3496,8.5195) 
+.. controls (37.0696,12.3195) and (36.3703,16.0609) .. (36.0703,19.6309) 
+.. controls (35.6703,20.0509) and (35.4903,20.6708) .. (35.0703,21.0508) 
+.. controls (35.0903,24.6008) and (34.1896,28.1796) .. (34.3496,31.5996)
+arc(-7.170 \@@_colon 1.963 \@@_colon 40.240)
+arc(196.391 \@@_colon 189.391 \@@_colon 20.580) 
+.. controls (34.0801,41.8092) and (33.6508,42.6495) .. (33.8008,44.0195) 
+.. controls (33.3808,45.2795) and (32.0801,45.3409) .. (31.0801,45.8809) 
+.. controls (28.1501,47.4109) and (25.8309,50.0792) .. (22.9609,51.6992) 
+.. controls (21.8309,53.8992) and (19.7405,55.1293) .. (18.5605,57.2793) 
+.. controls (16.8705,57.4993) and (16.5293,59.0395) .. (15.2793,59.6895) 
+.. controls (14.9793,59.6095) and (14.8599,59.3404) .. (14.4199,59.4004)
+arc(232.454 \@@_colon 200.396 \@@_colon 7.380)
+arc(161.934 \@@_colon 145.879 \@@_colon 11.400) 
+.. controls (15.6604,65.7191) and (17.5195,64.9403) .. (19.5195,65.8203) 
+.. controls (20.8995,66.4203) and (21.8905,67.7699) .. (23.8105,67.6699) 
+.. controls (24.4205,67.6299) and (24.9304,67.0900) .. (25.6504,67.2500) 
+.. controls (28.2504,67.7700) and (27.4203,71.0898) .. (28.0703,73.5098) 
+.. controls (27.0303,76.2898) and (23.6792,75.5609) .. (21.9492,77.2109) 
+.. controls (21.1492,79.0609) and (22.2698,79.9805) .. (22.0898,82.0605)
+arc(30.607 \@@_colon 65.358 \@@_colon 3.200)
+arc(244.781 \@@_colon 232.335 \@@_colon 10.000) 
+.. controls (16.0403,86.5907) and (15.0194,90.1797) .. (12.1094,92.1797) 
+.. controls (10.2494,95.7197) and (8.7400,99.7207) .. (5.0000,101.7207)
+arc(140.210 \@@_colon 177.813 \@@_colon 6.150) 
+.. controls (3.2201,97.1295) and (2.5607,96.3203) .. (2.7207,95.3203) 
+.. controls (2.2407,95.1203) and (2.2607,94.4503) .. (1.7207,94.3203)
+arc(232.008 \@@_colon 183.183 \@@_colon 3.290) 
+.. controls (-0.2991,100.9905) and (-0.1692,106.3702) .. (1.3008,109.9902) 
+.. controls (1.1308,110.7202) and (1.5101,111.2602) .. (1.5801,111.9902) 
+.. controls (1.7901,113.7502) and (1.2891,115.5903) .. (1.8691,116.8203) 
+.. controls (3.5491,120.3003) and (6.7593,123.8109) .. (9.2793,126.2109) 
+.. controls (11.7893,127.0209) and (13.8893,127.3909) .. (16.2793,126.2109) 
+.. controls (17.2893,124.1509) and (18.8502,121.5293) .. (17.9902,118.5293) 
+.. controls (17.7102,117.3493) and (16.5109,116.1606) .. (16.7109,114.8106)
+arc(317.645 \@@_colon 286.301 \@@_colon 10.910) 
+.. controls (12.1609,111.0695) and (10.4899,110.2695) .. (10.4199,109.2695) 
+.. controls (10.4199,108.6495) and (10.9000,108.5100) .. (11.0000,108.0000)
+arc(184.277 \@@_colon 207.891 \@@_colon 11.370) 
+.. controls (13.1291,101.4993) and (14.0491,99.2891) .. (15.2891,98.1191) 
+.. controls (16.7591,96.6991) and (18.7892,97.3192) .. (20.6992,96.6992) 
+.. controls (22.1192,95.1492) and (23.2992,93.3994) .. (24.6992,91.8594) 
+.. controls (25.1292,92.0394) and (25.9905,91.6802) .. (26.5605,91.9902) 
+.. controls (27.3805,93.5602) and (29.5605,94.7505) .. (29.5605,96.5605) 
+.. controls (29.5605,98.3705) and (27.1605,98.8203) .. (27.5605,100.8203) 
+.. controls (29.5205,101.8703) and (30.6895,99.0407) .. (32.6895,99.9707)
+arc(-43.471 \@@_colon 28.688 \@@_colon 6.600) 
+.. controls (32.4195,109.7497) and (27.4199,111.2695) .. (27.4199,112.9394) 
+.. controls (27.4199,113.6495) and (29.3091,115.4000) .. (30.5391,115.5000) 
+.. controls (31.5891,115.5900) and (32.5202,114.7604) .. (33.4102,114.6504)
+arc(298.226 \@@_colon 324.305 \@@_colon 6.720) 
+.. controls (35.8095,119.4604) and (38.6805,121.3497) .. (38.8105,124.1797)
+arc(105.759 \@@_colon 39.433 \@@_colon 3.420) 
+.. controls (42.1009,119.4406) and (46.3607,118.6591) .. (47.2207,115.3691) 
+.. controls (48.0807,112.0791) and (45.6595,107.9091) .. (47.9395,105.3691) 
+.. controls (50.9295,106.0091) and (52.4198,108.1799) .. (54.3398,109.9199) 
+.. controls (57.9098,109.6999) and (58.4091,113.7399) .. (60.0391,115.9199) 
+.. controls (62.9791,115.5499) and (62.9805,112.2207) .. (66.3105,112.2207)
+arc(209.059 \@@_colon 221.152 \@@_colon 22.280) 
+.. controls (69.8198,107.4409) and (72.0491,105.9896) .. (72.2891,105.0996)
+arc(4.416 \@@_colon -7.692 \@@_colon 23.000)
+arc(351.553 \@@_colon 343.660 \@@_colon 33.850) 
+.. controls (71.0804,95.1792) and (71.1504,94.1199) .. (71.1504,93.4199) 
+.. controls (71.1904,91.1999) and (70.7198,88.4199) .. (71.0098,86.4199) 
+.. controls (71.0798,85.9799) and (71.3495,85.7409) .. (71.4395,85.1309) 
+.. controls (71.5295,84.5209) and (71.2091,83.5609) .. (71.2891,83.1309) 
+.. controls (71.3691,82.7009) and (71.7305,82.6509) .. (71.7305,82.1309) 
+.. controls (71.8605,79.7709) and (71.4094,78.1309) .. (71.8594,76.1309)
+arc(14.323 \@@_colon 5.443 \@@_colon 32.780)
+arc(180.972 \@@_colon 192.711 \@@_colon 34.470)
+arc(11.438 \@@_colon 4.191 \@@_colon 25.000) 
+.. controls (74.2500,59.4200) and (74.9998,58.8601) .. (75.3398,57.8301) 
+.. controls (75.6398,56.9901) and (75.7391,55.0795) .. (76.0391,54.2695)
+arc(22.950 \@@_colon 11.876 \@@_colon 20.090) 
+.. controls (77.3392,49.4303) and (75.9298,48.3697) .. (75.3398,47.4297)
+arc(333.340 \@@_colon 325.854 \@@_colon 21.490) 
+.. controls (72.7899,44.0298) and (70.8991,42.8809) .. (69.7891,41.8809) 
+.. controls (69.0791,41.2409) and (68.1107,39.5805) .. (67.2207,39.3105) 
+.. controls (65.1607,38.7305) and (63.5196,40.4591) .. (61.0996,40.0391) 
+.. controls (58.9696,41.2791) and (58.3207,44.0902) .. (55.9707,45.1602) 
+.. controls (54.2707,47.2502) and (52.7195,49.5096) .. (50.2695,50.8496) 
+.. controls (48.5395,53.4396) and (46.4307,55.6495) .. (44.7207,58.2695) 
+.. controls (42.6407,59.9395) and (41.1991,62.2595) .. (38.8691,63.6895) 
+.. controls (37.2691,65.8695) and (35.6993,68.0905) .. (33.0293,69.2305) 
+.. controls (31.5293,68.6305) and (32.3594,67.2491) .. (32.6094,65.5391) 
+.. controls (33.0694,62.1991) and (33.0909,57.5497) .. (35.8809,56.4297) 
+.. controls (37.7609,53.7997) and (40.4100,51.9300) .. (42.0000,49.0000) 
+.. controls (46.1400,44.5300) and (51.4604,41.3205) .. (55.1504,36.4805)
+arc(73.339 \@@_colon 40.588 \@@_colon 5.140) 
+.. controls (61.0501,34.3304) and (62.7596,29.7695) .. (60.8496,26.7695)
+arc(322.039 \@@_colon 289.387 \@@_colon 3.440) 
+.. controls (57.5793,25.2406) and (54.4905,27.7096) .. (52.7305,25.3496) 
+.. controls (52.7105,21.6696) and (57.3191,17.1995) .. (53.8691,13.5195) 
+.. controls (50.2291,12.8995) and (49.2191,8.8595) .. (46.0391,8.2695) 
+.. controls (46.2391,8.2895) and (46.1804,8.6308) .. (45.9004,8.5508) 
+.. controls (45.2904,7.2908) and (44.4297,4.7703) .. (45.1797,2.8203) 
+.. controls (44.2947,0.8703) and (42.4484,0.0790) .. (40.0488,-0.0176) 
+-- cycle(371.3906,1.9609) 
+.. controls (369.3906,2.7209) and (368.2101,4.2699) .. (366.8301,5.6699) 
+.. controls (366.5801,5.9299) and (366.6895,6.5998) .. (366.6895,7.0898) 
+.. controls (365.4094,9.0898) and (366.6895,12.1396) .. (366.6895,14.3496) 
+.. controls (366.7695,18.8996) and (364.2691,22.4504) .. (364.1191,26.9004) 
+.. controls (363.6091,27.7304) and (363.3598,28.7894) .. (362.8398,29.6094) 
+.. controls (360.7798,30.8294) and (358.8804,32.1094) .. (356.1504,32.6094) 
+.. controls (354.1404,32.9894) and (351.9892,32.2105) .. (350.4492,33.4805) 
+.. controls (350.0192,33.8205) and (349.9092,34.4800) .. (349.4492,34.7500) 
+.. controls (349.3492,36.0600) and (349.5306,36.7609) .. (348.8906,37.4609) 
+.. controls (347.0706,37.1609) and (346.1994,34.6206) .. (343.6094,35.8906) 
+.. controls (342.7994,37.4306) and (341.9208,38.8708) .. (341.0508,40.3008) 
+.. controls (342.0208,40.7708) and (342.6894,40.1692) .. (343.6094,40.4492) 
+.. controls (345.0794,40.9592) and (346.2294,43.3709) .. (347.6094,43.8809) 
+.. controls (347.6094,44.9009) and (348.2294,45.0505) .. (348.6094,45.7305) 
+.. controls (348.9094,46.2205) and (348.9097,46.8491) .. (349.1797,47.2891) 
+.. controls (349.4497,47.7291) and (349.9897,47.9997) .. (350.1797,48.4297) 
+.. controls (350.8097,49.8097) and (350.0500,50.4397) .. (349.7500,51.4297) 
+.. controls (349.4500,52.4197) and (349.5901,53.9209) .. (348.3301,54.1309) 
+.. controls (345.7701,52.3209) and (344.0306,48.8307) .. (340.6406,48.7207) 
+.. controls (340.5906,50.8107) and (338.9607,51.3207) .. (338.2207,52.7207)
+arc(155.465 \@@_colon 143.237 \@@_colon 20.900)
+arc(315.570 \@@_colon 354.748 \@@_colon 3.550) 
+.. controls (341.3902,59.5309) and (340.1302,60.0602) .. (339.9102,60.9902) 
+.. controls (339.6202,62.3602) and (340.5092,63.1402) .. (341.1992,64.4102) 
+.. controls (342.5492,64.1602) and (343.7598,64.9908) .. (344.7598,65.5508) 
+.. controls (345.4598,65.4008) and (346.3804,65.6104) .. (346.9004,65.4004) 
+.. controls (348.0004,64.9704) and (350.0599,61.4004) .. (350.1699,60.4004) 
+.. controls (350.3699,58.7604) and (349.0809,55.1596) .. (351.4609,54.8496) 
+.. controls (352.1109,54.7596) and (352.5302,55.3502) .. (353.1602,55.4102) 
+.. controls (355.2302,53.9302) and (356.8998,51.5693) .. (356.0098,48.2793) 
+.. controls (358.4698,46.1593) and (359.2298,50.8809) .. (360.0098,52.7109) 
+.. controls (358.3798,55.2509) and (356.8602,57.9304) .. (355.1602,60.4004) 
+.. controls (356.8602,62.6504) and (358.7291,59.5292) .. (360.2891,58.6992) 
+.. controls (361.6291,56.6992) and (361.6699,54.1097) .. (363.4199,52.4297) 
+.. controls (364.0199,52.7097) and (364.4406,53.2509) .. (365.1406,52.7109) 
+.. controls (365.4806,53.6709) and (366.8505,53.5098) .. (367.5605,53.8398) 
+.. controls (368.2706,54.1698) and (368.4295,54.7109) .. (369.2695,54.7109) 
+.. controls (370.9395,54.7109) and (372.1105,52.8209) .. (373.8105,52.7109) 
+.. controls (375.2206,53.9709) and (377.5592,55.3101) .. (376.9492,57.8301) 
+.. controls (376.6092,59.3101) and (373.6797,61.0201) .. (371.6797,61.8301)
+arc(256.020 \@@_colon 245.182 \@@_colon 15.940) 
+.. controls (367.9298,63.4401) and (367.1999,64.7200) .. (366.4199,65.2500) 
+.. controls (364.9099,66.2400) and (362.7693,66.9203) .. (361.2793,67.8203) 
+.. controls (359.7893,68.7203) and (358.7593,69.9495) .. (357.2793,70.5195)
+arc(247.090 \@@_colon 239.780 \@@_colon 14.900) 
+.. controls (355.1501,71.5891) and (354.6191,71.5908) .. (354.2891,71.8008) 
+.. controls (353.1791,72.5508) and (352.3493,73.8105) .. (351.0293,74.2305) 
+.. controls (347.9293,74.5005) and (345.9900,76.6900) .. (343.7500,78.5000) 
+.. controls (344.1900,79.8600) and (345.5898,80.2908) .. (346.5898,81.0508) 
+.. controls (349.7498,80.2108) and (352.6604,81.8409) .. (355.1504,80.2109) 
+.. controls (355.4604,79.9009) and (355.5394,79.3503) .. (355.8594,79.0703) 
+.. controls (359.8694,76.1503) and (363.2707,72.6209) .. (366.9707,69.3809) 
+.. controls (369.5207,67.8809) and (370.9707,65.2500) .. (373.9707,64.2500) 
+.. controls (374.2407,62.0600) and (379.4202,59.6291) .. (380.2402,62.5391) 
+.. controls (380.9402,65.1091) and (377.3906,69.9191) .. (376.3906,71.3691) 
+.. controls (374.9706,73.4091) and (373.7407,75.6605) .. (371.9707,77.0605) 
+.. controls (370.7407,78.0605) and (368.5898,78.5606) .. (367.8398,79.6406) 
+.. controls (369.7398,81.3306) and (372.7908,84.0795) .. (369.5508,86.1895)
+arc(8.774 \@@_colon 48.527 \@@_colon 12.670) 
+.. controls (364.9999,93.8400) and (364.4809,94.2895) .. (364.1309,94.0195) 
+.. controls (360.8709,95.9395) and (358.1591,98.8709) .. (354.8691,100.4609)
+arc(244.046 \@@_colon 230.212 \@@_colon 16.210) 
+.. controls (350.8898,104.0401) and (349.4403,104.7994) .. (348.3203,105.8594) 
+.. controls (348.0803,106.5694) and (347.5097,106.9303) .. (347.1797,107.5703)
+arc(235.573 \@@_colon 227.661 \@@_colon 63.150) 
+.. controls (339.6296,112.9005) and (339.3109,113.4697) .. (338.6309,113.6797) 
+.. controls (337.0209,114.2397) and (334.6894,114.0907) .. (333.3594,114.9707)
+arc(224.739 \@@_colon 199.301 \@@_colon 9.160) 
+.. controls (331.0307,120.3606) and (333.7509,121.5006) .. (335.6309,121.8106) 
+.. controls (337.7009,122.1505) and (339.7792,122.5695) .. (341.1992,122.9394) 
+.. controls (342.4292,122.2794) and (343.5998,123.0308) .. (344.7598,122.8008)
+arc(75.983 \@@_colon 53.544 \@@_colon 13.750) 
+.. controls (350.5396,119.6895) and (351.2191,117.5995) .. (351.8691,116.6894)
+arc(215.688 \@@_colon 239.017 \@@_colon 30.700)
+arc(203.689 \@@_colon 236.904 \@@_colon 26.400) 
+.. controls (374.7398,99.7995) and (370.7794,105.7403) .. (372.6094,110.3203) 
+.. controls (372.7994,110.7403) and (372.6094,110.7003) .. (372.6094,111.3203) 
+.. controls (373.3594,113.2003) and (375.4202,114.4903) .. (374.7402,117.3203) 
+.. controls (372.7302,118.3203) and (369.9694,118.0309) .. (368.1895,119.4609) 
+.. controls (364.8795,119.9409) and (359.9894,118.4802) .. (357.1895,120.7402) 
+.. controls (357.2894,121.3502) and (357.7709,121.5892) .. (357.6309,122.4492) 
+.. controls (359.8909,123.9392) and (362.1206,124.2592) .. (364.8906,124.4492) 
+.. controls (365.1706,124.4792) and (365.6106,124.1204) .. (365.8906,124.1504) 
+.. controls (366.1706,124.1804) and (366.3494,124.5996) .. (366.6094,124.5996) 
+.. controls (368.2694,124.7896) and (369.6006,123.5996) .. (370.8906,123.5996) 
+.. controls (373.3006,123.6696) and (375.1108,125.3705) .. (376.3008,127.3106)
+arc(107.914 \@@_colon 82.878 \@@_colon 10.540) 
+.. controls (383.0096,125.6802) and (386.8802,125.0002) .. (387.4102,121.7402) 
+.. controls (387.9402,118.4802) and (385.4202,117.0608) .. (384.4102,115.0508) 
+.. controls (383.4002,113.0408) and (383.5198,110.7406) .. (381.8398,109.6406) 
+-- (381.8398,108.2109) 
+.. controls (381.3698,106.5909) and (379.0000,105.2109) .. (378.0000,103.2109) 
+.. controls (377.8100,102.8709) and (377.9109,102.4001) .. (377.7109,102.0801) 
+.. controls (376.8609,100.6801) and (375.4309,100.7009) .. (375.7109,98.3809)
+arc(191.463 \@@_colon 217.371 \@@_colon 11.540) 
+.. controls (379.7796,94.3599) and (381.7805,92.7799) .. (383.9805,92.6699) 
+.. controls (384.1805,92.6599) and (384.5405,92.9709) .. (384.9805,92.9609) 
+.. controls (385.4205,92.9509) and (385.5101,92.6099) .. (385.8301,92.6699) 
+.. controls (386.3201,92.7799) and (386.7598,93.4004) .. (387.2598,93.4004)
+arc(68.046 \@@_colon 37.930 \@@_colon 5.470) 
+.. controls (389.6693,91.5295) and (389.7409,90.8695) .. (389.9609,90.6895) 
+.. controls (392.3309,88.8495) and (393.5304,83.2001) .. (389.4004,82.5801) 
+.. controls (387.4804,82.2801) and (386.3398,83.0607) .. (384.2598,82.7207) 
+.. controls (384.6798,79.9207) and (382.9398,78.7902) .. (380.8398,78.1602) 
+.. controls (378.9698,77.5902) and (377.4698,77.4502) .. (376.8398,75.7402) 
+.. controls (378.2198,71.7402) and (381.6998,69.9102) .. (384.8398,67.7402) 
+.. controls (388.4198,67.3602) and (390.1999,64.0293) .. (392.6699,62.0293)
+arc(206.829 \@@_colon 214.926 \@@_colon 55.200) 
+.. controls (397.3599,54.2798) and (398.3592,53.5000) .. (398.9492,52.5000) 
+.. controls (399.3092,51.8800) and (399.3808,51.1000) .. (399.8008,50.5000) 
+.. controls (400.3608,49.6700) and (401.4498,49.2495) .. (401.0898,47.9395) 
+.. controls (400.4898,46.8595) and (398.9706,46.6805) .. (397.8105,46.2305) 
+.. controls (397.2405,46.0105) and (396.8202,45.5098) .. (396.2402,45.5098) 
+.. controls (395.9002,45.4998) and (395.2399,45.9492) .. (394.6699,45.9492) 
+.. controls (394.0999,45.9492) and (393.5396,45.8792) .. (393.0996,45.9492) 
+.. controls (390.0296,46.4192) and (389.8398,50.4205) .. (387.8398,52.0605) 
+.. controls (386.3898,51.8805) and (385.1309,53.1992) .. (384.1309,52.1992) 
+.. controls (383.5409,50.4292) and (384.5392,49.0992) .. (384.6992,47.1992) 
+.. controls (386.2892,44.0192) and (386.9805,40.4500) .. (388.9805,37.5000) 
+.. controls (389.8205,36.2400) and (391.2203,35.4196) .. (391.8203,34.0996) 
+.. controls (392.1603,33.3096) and (392.1791,32.5305) .. (392.5391,31.8105) 
+.. controls (393.9791,28.8605) and (396.2396,26.4291) .. (397.0996,23.5391) 
+.. controls (398.7996,22.4691) and (398.5108,19.8000) .. (399.8008,18.0000) 
+.. controls (400.4008,17.1400) and (401.5904,16.5609) .. (401.6504,15.7109) 
+.. controls (401.7904,13.7609) and (399.3501,13.5295) .. (399.0801,11.4395) 
+.. controls (399.2001,10.8695) and (399.5904,10.5291) .. (399.6504,9.8691) 
+.. controls (399.0804,8.9091) and (397.8203,8.6702) .. (396.8203,8.1602) 
+.. controls (394.8303,10.0402) and (390.6596,9.7202) .. (390.0996,12.9902) 
+.. controls (390.6796,14.0902) and (391.6497,15.0795) .. (391.6797,16.2695) 
+.. controls (391.7097,17.4595) and (390.7606,18.7102) .. (390.3906,19.9902) 
+.. controls (390.2506,20.5202) and (390.3900,21.1199) .. (390.2500,21.6699) 
+.. controls (389.7600,23.5899) and (388.6895,25.1094) .. (388.6895,27.1094) 
+.. controls (386.9995,30.5994) and (386.3502,35.1291) .. (383.4102,37.3691) 
+.. controls (383.2302,37.0391) and (382.7103,37.0304) .. (382.5703,36.6504) 
+.. controls (382.5303,33.8404) and (382.1906,30.7507) .. (380.1406,28.9707) 
+.. controls (376.9806,29.3707) and (373.3795,28.0791) .. (372.4395,31.3691) 
+.. controls (373.6594,32.1491) and (375.1798,32.3895) .. (376.0098,33.5195) 
+.. controls (376.4698,34.1495) and (376.4802,34.9795) .. (377.1602,35.5195) 
+.. controls (377.2602,37.2795) and (376.9794,40.4704) .. (378.4395,41.6504) 
+.. controls (384.5695,41.5504) and (379.9902,46.7698) .. (379.9902,50.3398) 
+.. controls (379.3302,50.8498) and (378.8394,51.6500) .. (377.8594,51.7500) 
+.. controls (376.8794,51.8500) and (374.8795,50.8200) .. (374.0195,50.7500) 
+.. controls (373.4395,50.7100) and (372.7108,50.9706) .. (372.3008,50.8906) 
+.. controls (371.0308,50.6306) and (369.6408,48.5301) .. (369.3008,47.3301) 
+.. controls (368.1008,43.1001) and (369.4502,39.1304) .. (372.9902,37.6504) 
+.. controls (373.8402,33.6004) and (369.4505,32.7606) .. (367.7305,30.3906)
+arc(191.045 \@@_colon 221.040 \@@_colon 16.280) 
+.. controls (371.7897,21.5303) and (372.1393,20.1092) .. (373.2793,19.6992) 
+.. controls (374.4193,19.2892) and (375.9599,19.8699) .. (377.4199,19.4199) 
+.. controls (378.2699,18.9899) and (378.5395,18.1809) .. (379.2695,17.7109) 
+.. controls (379.6595,17.4609) and (380.1391,17.4691) .. (380.5391,17.1191) 
+.. controls (382.3891,15.5991) and (381.3194,12.5800) .. (382.1094,10.0000)
+arc(135.096 \@@_colon 147.145 \@@_colon 15.180)
+arc(92.437 \@@_colon 150.603 \@@_colon 3.620) 
+.. controls (376.2694,5.6997) and (376.0506,5.1209) .. (375.3906,4.9609) 
+.. controls (374.3906,3.5809) and (372.7006,2.9609) .. (371.3906,1.9609) 
+-- cycle(252.4707,15.8203) 
+.. controls (248.9107,15.8403) and (247.1393,18.4398) .. (245.7793,21.0898)
+arc(171.657 \@@_colon 132.544 \@@_colon 4.090) 
+.. controls (249.1606,30.9998) and (246.7798,38.7395) .. (247.3398,47.4395) 
+.. controls (246.1398,51.0495) and (248.5293,55.6705) .. (245.7793,57.5605) 
+.. controls (242.6193,57.7305) and (240.9905,59.7594) .. (238.2305,60.1094) 
+.. controls (236.1705,60.3894) and (234.5195,61.7808) .. (232.5195,62.5508) 
+.. controls (231.3795,62.9708) and (230.2809,63.0802) .. (229.3809,63.4102) 
+.. controls (228.8609,63.6002) and (228.5009,64.0598) .. (227.9609,64.2598)
+arc(257.275 \@@_colon 249.581 \@@_colon 18.830) 
+.. controls (224.9191,65.3105) and (224.5001,66.0000) .. (223.8301,66.2500)
+arc(74.234 \@@_colon 105.766 \@@_colon 7.580) 
+.. controls (218.8109,67.5900) and (216.7106,67.7306) .. (216.1406,69.3906) 
+.. controls (218.6506,71.9306) and (220.7998,74.8106) .. (224.2598,76.3906) 
+.. controls (225.2198,77.4006) and (225.8597,78.7495) .. (227.6797,78.9395) 
+.. controls (230.6397,76.0595) and (233.2092,72.7897) .. (236.9492,70.6797) 
+.. controls (237.2292,69.8797) and (237.9205,69.4697) .. (238.2305,68.6797) 
+.. controls (240.9305,67.9097) and (241.8809,65.3897) .. (244.6309,64.6797) 
+.. controls (247.1209,66.2997) and (245.1506,70.5801) .. (245.0606,73.0801) 
+.. controls (242.0805,81.6701) and (236.2103,89.0098) .. (229.8203,95.0098) 
+.. controls (226.7803,96.7398) and (224.2695,99.2104) .. (221.2695,101.1504) 
+.. controls (218.9995,102.6604) and (216.3300,103.7404) .. (214.0000,105.1504) 
+.. controls (213.6500,105.3804) and (213.3800,105.7598) .. (213.0000,106.0098) 
+.. controls (212.6200,106.2598) and (211.8594,106.1991) .. (211.8594,106.8691) 
+.. controls (212.4094,107.6691) and (213.5302,107.1504) .. (214.4102,107.1504) 
+.. controls (215.4102,107.1504) and (216.4902,107.2891) .. (217.4102,107.2891) 
+.. controls (219.5702,107.2291) and (221.8498,105.5004) .. (224.0898,105.1504) 
+.. controls (224.3398,105.0204) and (224.3802,104.6898) .. (224.6602,104.5898) 
+.. controls (231.5602,102.3998) and (236.5092,98.0598) .. (241.1992,93.3398)
+arc(101.099 \@@_colon 54.689 \@@_colon 0.910)
+arc(48.432 \@@_colon 2.305 \@@_colon 29.790)
+arc(28.867 \@@_colon -17.860 \@@_colon 3.800) 
+.. controls (253.4795,65.8196) and (253.0391,61.3708) .. (255.0391,58.5508) 
+.. controls (255.8191,58.4908) and (256.0998,57.8992) .. (256.7598,57.6992)
+arc(264.269 \@@_colon 288.820 \@@_colon 2.700) 
+.. controls (261.1504,56.6401) and (264.5104,54.6497) .. (268.1504,53.4297) 
+.. controls (269.8604,51.8597) and (272.8793,50.8297) .. (275.2793,50.4297) 
+.. controls (275.9593,49.5997) and (277.4793,49.2793) .. (278.2793,48.2793) 
+.. controls (280.0893,46.0193) and (278.8192,44.6302) .. (276.6992,43.7402) 
+.. controls (275.4192,43.1602) and (274.6599,43.4102) .. (273.4199,43.1602) 
+.. controls (272.4699,42.9802) and (271.4199,42.1308) .. (270.4199,42.3008) 
+.. controls (272.8299,44.5508) and (268.8402,47.1703) .. (266.1602,48.3203) 
+.. controls (263.4802,49.4703) and (260.8800,50.7507) .. (259.7500,52.4707) 
+.. controls (258.0300,53.3407) and (255.2500,53.9004) .. (254.7500,51.9004) 
+.. controls (254.5300,51.0004) and (255.0499,49.6307) .. (255.1699,48.4707) 
+.. controls (255.3899,46.4607) and (255.2600,43.2803) .. (255.7500,41.0703) 
+.. controls (255.8500,40.6203) and (256.2405,40.2697) .. (256.3105,39.9297) 
+.. controls (256.6506,38.3997) and (256.3699,36.6391) .. (257.1699,35.7891) 
+.. controls (257.8899,33.2891) and (257.4906,30.9707) .. (258.8906,28.9707) 
+.. controls (259.7206,27.7207) and (261.2007,26.9803) .. (261.7207,25.8203) 
+.. controls (262.7707,23.4803) and (260.4491,22.6103) .. (259.8691,20.8203)
+arc(118.253 \@@_colon 129.850 \@@_colon 44.190) 
+-- cycle(148.1894,16.0898) 
+.. controls (147.1495,16.9498) and (145.0709,17.8209) .. (143.6309,17.3809) 
+.. controls (142.8909,18.2409) and (141.5009,18.7009) .. (141.6309,19.9609) 
+.. controls (141.8109,21.6609) and (145.9805,21.8902) .. (146.4805,23.6602)
+arc(188.554 \@@_colon 97.591 \@@_colon 3.000) 
+.. controls (152.0208,25.2201) and (155.0605,28.6393) .. (157.7305,27.7793)
+arc(65.937 \@@_colon 24.423 \@@_colon 3.100) 
+.. controls (159.8091,24.7105) and (159.0091,23.7705) .. (158.8691,22.2305) 
+.. controls (158.8091,21.6405) and (159.4104,20.8909) .. (159.1504,19.9609)
+arc(332.060 \@@_colon 307.562 \@@_colon 6.170) 
+.. controls (155.6009,16.7209) and (151.4596,15.5409) .. (149.5996,16.3809) 
+.. controls (149.1396,15.9609) and (148.6495,16.3598) .. (148.1894,16.0898) 
+-- cycle(170.8301,23.7695) 
+.. controls (170.1501,24.0995) and (169.3106,24.3795) .. (168.5606,24.7695)
+arc(248.799 \@@_colon 240.431 \@@_colon 20.640) 
+.. controls (164.6598,26.8405) and (163.8409,28.2105) .. (162.7109,29.0605) 
+.. controls (162.1509,29.4805) and (161.3309,29.6505) .. (160.7109,30.0605) 
+.. controls (160.0909,30.4705) and (159.7698,31.0607) .. (159.0098,31.4707) 
+.. controls (158.2498,31.8807) and (157.5005,32.2194) .. (156.7305,32.6094) 
+.. controls (155.1405,33.4194) and (153.0596,33.9004) .. (151.5996,34.9004) 
+.. controls (151.2396,35.1804) and (151.1202,35.5500) .. (150.7402,35.7500)
+arc(60.417 \@@_colon 69.509 \@@_colon 12.810)
+arc(250.488 \@@_colon 229.727 \@@_colon 58.800)
+arc(251.719 \@@_colon 235.151 \@@_colon 7.760)
+arc(263.520 \@@_colon 249.311 \@@_colon 9.480) 
+.. controls (124.1200,49.6907) and (120.5191,51.4693) .. (120.1191,53.2793) 
+.. controls (120.8091,54.4093) and (122.3105,54.2009) .. (123.2305,54.9609) 
+.. controls (123.6105,55.2809) and (123.6598,55.8194) .. (124.0898,56.1094) 
+.. controls (127.1098,58.1094) and (130.6092,57.1094) .. (134.1992,57.1094) 
+.. controls (136.0392,57.1194) and (136.4891,57.1095) .. (137.6191,56.2695) 
+.. controls (138.5891,53.8495) and (140.5903,52.7505) .. (142.3203,50.9805) 
+.. controls (143.8703,49.4205) and (144.9698,47.6293) .. (146.5898,47.2793) 
+.. controls (149.0998,44.8193) and (151.9597,42.6793) .. (154.4297,40.2793)
+arc(222.870 \@@_colon 231.325 \@@_colon 23.800) 
+.. controls (158.2200,37.0606) and (159.8500,36.9806) .. (161.0000,35.8906) 
+.. controls (163.0000,36.3206) and (164.4600,35.2908) .. (166.0000,35.0508)
+arc(83.049 \@@_colon 54.600 \@@_colon 10.540) 
+.. controls (171.3801,32.7697) and (171.7100,31.9609) .. (172.2500,31.4609) 
+.. controls (173.7100,30.1809) and (175.6593,28.7691) .. (175.5293,26.6191) 
+.. controls (174.4193,25.2091) and (172.5001,24.6095) .. (170.8301,23.7695) 
+-- cycle(352.5840,35.9531) 
+.. controls (353.3282,35.9384) and (354.1504,36.0379) .. (354.9004,36.1504) 
+.. controls (355.6804,37.1404) and (356.8298,36.9609) .. (357.7598,37.8809) 
+.. controls (358.1398,40.7309) and (355.8398,42.0109) .. (354.7598,43.8809) 
+.. controls (354.2698,44.1309) and (354.0705,43.8594) .. (353.4805,43.8594) 
+.. controls (352.8505,43.5294) and (353.0791,42.5794) .. (352.6191,41.8594) 
+.. controls (352.3891,41.4794) and (351.7702,41.2494) .. (351.4902,40.8594)
+arc(153.393 \@@_colon 165.352 \@@_colon 17.590) 
+.. controls (350.3180,36.3172) and (351.3437,35.9777) .. (352.5840,35.9531) 
+-- cycle(361.7559,36.6133)
+arc(280.979 \@@_colon 286.909 \@@_colon 17.080) 
+.. controls (364.8307,39.4191) and (363.3604,42.0098) .. (363.9004,44.5898) 
+.. controls (363.3404,45.7398) and (361.8998,45.7009) .. (360.3398,45.8809) 
+.. controls (358.7798,46.0609) and (356.8200,47.1995) .. (356.5000,45.4395) 
+.. controls (356.3600,44.7595) and (357.3399,43.4395) .. (357.9199,42.4395) 
+.. controls (359.1589,40.3511) and (359.9589,38.1033) .. (361.7559,36.6133) 
+-- cycle(164.9492,48.3906) 
+.. controls (163.6556,48.3452) and (162.3045,48.9345) .. (160.9707,49.4707) 
+.. controls (160.3207,51.5507) and (157.8691,51.7404) .. (156.1191,52.9004) 
+.. controls (155.5691,53.2504) and (155.0395,53.9492) .. (154.2695,54.4492) 
+.. controls (153.4995,54.9492) and (152.5492,55.3506) .. (151.6992,55.8906) 
+.. controls (150.2092,56.8206) and (149.1194,57.8202) .. (147.8594,58.7402) 
+.. controls (147.2894,59.1002) and (146.8491,59.4494) .. (146.2891,59.8594) 
+.. controls (144.8691,60.9694) and (142.4391,62.0105) .. (143.8691,63.7305) 
+.. controls (144.9091,64.2405) and (146.9304,63.8004) .. (148.1504,64.1504) 
+.. controls (148.3604,63.3604) and (149.3600,63.3800) .. (150.0000,63.0000)
+arc(216.176 \@@_colon 222.911 \@@_colon 44.260) 
+.. controls (154.3005,57.9202) and (155.9904,55.7999) .. (157.1504,55.4199) 
+.. controls (158.7204,54.9499) and (160.0904,55.6909) .. (160.1504,57.1309) 
+.. controls (160.2304,58.9409) and (158.1809,60.4004) .. (157.4609,61.4004)
+arc(11.563 \@@_colon 62.904 \@@_colon 5.190) 
+.. controls (153.6202,68.0905) and (150.2393,69.2205) .. (151.0293,73.8105) 
+.. controls (152.2993,75.9005) and (155.7408,74.8802) .. (158.3008,74.6602) 
+.. controls (159.5708,72.9502) and (162.2297,72.6992) .. (163.4297,70.9492)
+arc(123.386 \@@_colon 80.188 \@@_colon 1.000) 
+.. controls (164.6304,70.6696) and (164.7109,69.8509) .. (165.7109,69.9609)
+arc(35.397 \@@_colon -17.992 \@@_colon 6.250) 
+.. controls (165.1506,63.3502) and (163.4004,66.0202) .. (162.1504,64.4102)
+arc(189.173 \@@_colon 255.393 \@@_colon 6.000) 
+.. controls (168.4306,57.2005) and (171.8398,55.3900) .. (171.8398,52.0000) 
+.. controls (171.3198,51.2800) and (170.2391,51.6501) .. (169.3691,51.3301) 
+.. controls (168.3591,50.9101) and (167.7999,49.6002) .. (166.6699,48.9102) 
+.. controls (166.1137,48.5633) and (165.5372,48.4113) .. (164.9492,48.3906) 
+-- cycle(57.1719,49.9844) 
+.. controls (57.8589,49.8459) and (58.7156,51.1491) .. (58.8906,51.2891) 
+.. controls (59.4506,53.3891) and (58.5996,55.6992) .. (58.5996,57.6992) 
+.. controls (58.6096,58.0392) and (58.8906,58.3292) .. (58.8906,58.6992) 
+.. controls (58.6106,61.3592) and (57.6694,63.5894) .. (57.6094,66.1094) 
+.. controls (57.5694,67.1194) and (58.0293,68.1305) .. (58.0293,69.2305) 
+.. controls (58.0893,71.0505) and (57.4393,72.3605) .. (57.0293,74.2305) 
+.. controls (56.6193,76.1005) and (57.0293,77.9102) .. (57.0293,79.9102) 
+.. controls (57.1193,82.9102) and (56.3801,85.9102) .. (56.3301,88.9102) 
+.. controls (56.3101,89.8302) and (56.5192,90.8400) .. (56.4492,91.7500) 
+.. controls (56.3392,94.5900) and (56.4492,98.8704) .. (56.4492,102.1504) 
+.. controls (56.0592,102.5004) and (55.8392,102.9791) .. (55.4492,103.2891)
+arc(83.248 \@@_colon 98.730 \@@_colon 29.810) 
+.. controls (46.9999,101.0804) and (49.4900,97.0201) .. (47.0000,95.3301)
+arc(91.935 \@@_colon 123.389 \@@_colon 6.080) 
+.. controls (43.4594,93.0301) and (44.6600,92.3301) .. (45.0000,91.3301) 
+.. controls (45.0000,89.0001) and (42.8405,87.4298) .. (43.0605,85.0898) 
+.. controls (43.2205,83.2198) and (45.0605,81.0898) .. (46.0605,79.0898) 
+.. controls (47.1005,76.9198) and (47.1991,74.5103) .. (48.6191,72.8203) 
+.. controls (48.9691,72.4103) and (49.5506,72.1903) .. (49.8906,71.8203) 
+.. controls (50.7206,70.9503) and (50.9806,69.7104) .. (51.8906,69.4004) 
+.. controls (51.8106,67.4104) and (52.1895,66.7195) .. (51.1895,65.2695) 
+.. controls (50.1895,63.8195) and (47.3299,63.8195) .. (47.9199,61.2695)
+arc(199.079 \@@_colon 224.335 \@@_colon 11.100) 
+.. controls (52.3707,54.8406) and (55.0906,51.8806) .. (56.8906,50.1406) 
+.. controls (56.9794,50.0544) and (57.0737,50.0042) .. (57.1719,49.9844) 
+-- cycle(136.8418,63.2129) 
+.. controls (134.6117,63.2434) and (133.0770,64.7569) .. (131.9394,66.0000) 
+.. controls (130.9994,68.5500) and (133.0009,70.5305) .. (133.2109,72.9805) 
+.. controls (133.2709,73.7305) and (132.8603,74.4595) .. (133.0703,75.2695) 
+.. controls (133.4703,76.8095) and (137.5699,80.4095) .. (138.9199,80.6895) 
+.. controls (140.6399,81.0295) and (141.2794,80.0606) .. (142.1894,79.3906)
+arc(61.845 \@@_colon 47.408 \@@_colon 9.760)
+arc(25.076 \@@_colon -1.466 \@@_colon 9.170) 
+.. controls (144.8508,70.3796) and (141.9500,64.4492) .. (138.5000,63.4492) 
+.. controls (137.9075,63.2767) and (137.3564,63.2059) .. (136.8418,63.2129) 
+-- cycle(258.0156,63.7500) 
+.. controls (257.8393,63.7536) and (257.6511,63.7737) .. (257.4492,63.8105) 
+.. controls (258.3292,65.7305) and (258.0099,67.9906) .. (259.1699,69.6406) 
+.. controls (260.3599,76.0706) and (263.9395,81.7500) .. (267.4395,86.7500) 
+.. controls (267.8494,88.9100) and (269.4009,89.8700) .. (270.7109,91.7500)
+arc(147.297 \@@_colon 130.656 \@@_colon 30.000) 
+.. controls (278.5302,100.0908) and (279.8409,101.2294) .. (282.9609,100.8594) 
+.. controls (284.7209,99.8094) and (286.9291,100.1602) .. (288.7891,99.1602) 
+.. controls (290.2291,98.3702) and (291.3698,97.0992) .. (292.5098,96.4492) 
+.. controls (294.9498,95.0792) and (298.6498,95.4492) .. (299.3398,92.4492) 
+.. controls (298.6398,91.8392) and (297.5897,91.5609) .. (296.9297,90.8809) 
+.. controls (293.4497,90.7009) and (291.0991,88.9396) .. (287.5391,89.5996) 
+.. controls (285.6191,88.8996) and (284.5709,87.1699) .. (282.1309,87.1699) 
+.. controls (278.8709,84.6599) and (275.1909,82.6004) .. (272.1309,79.9004) 
+.. controls (272.1909,79.5604) and (271.8702,79.6009) .. (271.9902,79.2109) 
+.. controls (269.4402,77.0509) and (267.8795,73.9206) .. (265.4395,71.6406) 
+-- (265.4395,71.0801)
+arc(128.888 \@@_colon 149.376 \@@_colon 11.640) 
+.. controls (260.5930,67.1711) and (260.6601,63.6954) .. (258.0156,63.7500) 
+-- cycle(39.8945,68.5820) 
+.. controls (40.9158,68.5211) and (42.0500,69.0355) .. (42.5000,69.8105) 
+.. controls (41.9000,71.7105) and (42.0200,73.9395) .. (41.5000,75.9395) 
+.. controls (41.3400,76.5495) and (40.8306,77.0406) .. (40.6406,77.6406) 
+.. controls (40.2806,78.7806) and (40.5694,80.2498) .. (40.3594,81.3398)
+arc(16.262 \@@_colon 38.997 \@@_colon 8.590) 
+.. controls (37.7891,86.0298) and (39.1091,91.2694) .. (36.7891,91.6094) 
+.. controls (35.5091,91.7494) and (34.4691,90.3700) .. (33.7891,89.7500) 
+.. controls (33.1491,86.4200) and (35.2891,83.2708) .. (33.3691,81.0508)
+arc(180.810 \@@_colon 190.420 \@@_colon 25.620) 
+.. controls (33.9091,76.3893) and (34.2502,76.4395) .. (34.4902,75.9395) 
+.. controls (34.7302,75.4395) and (34.5691,74.8098) .. (34.7891,74.5098)
+arc(225.369 \@@_colon 252.287 \@@_colon 5.350) 
+.. controls (37.0099,71.9607) and (38.3496,71.1509) .. (38.3496,69.3809) 
+.. controls (38.7096,68.8634) and (39.2818,68.6186) .. (39.8945,68.5820) 
+-- cycle(151.8809,78.5000) 
+.. controls (149.8009,78.8800) and (149.1001,80.6598) .. (148.3301,82.3398)
+arc(-27.700 \@@_colon 27.700 \@@_colon 2.000) 
+.. controls (149.6401,86.7592) and (148.4701,91.6309) .. (145.3301,90.4609) 
+.. controls (145.1401,90.7009) and (144.7105,90.6906) .. (144.4805,90.8906) 
+.. controls (142.0705,90.8206) and (139.7191,92.7499) .. (137.7891,93.1699)
+arc(3.044 \@@_colon 64.518 \@@_colon 1.000) 
+.. controls (136.1607,94.1195) and (135.5004,95.0109) .. (134.6504,95.4609) 
+.. controls (134.1804,95.7109) and (133.7594,95.5391) .. (133.3594,95.8691)
+arc(46.744 \@@_colon 70.650 \@@_colon 13.250) 
+.. controls (127.2699,99.1907) and (126.1094,99.1191) .. (125.1094,100.2891) 
+.. controls (123.5794,101.1091) and (122.1398,100.8698) .. (120.8398,101.0098)
+arc(266.296 \@@_colon 204.289 \@@_colon 6.070) 
+.. controls (117.1292,106.3303) and (116.9395,108.9999) .. (117.2695,111.6699) 
+.. controls (117.4095,112.8099) and (117.6894,115.2497) .. (118.6894,115.9297) 
+.. controls (119.5294,116.5097) and (120.9796,116.3797) .. (122.0996,116.9297) 
+.. controls (122.5996,117.1797) and (122.7509,117.7091) .. (123.3809,117.7891) 
+.. controls (124.6709,117.9391) and (125.5995,116.7891) .. (126.5195,116.7891) 
+.. controls (128.4795,113.4391) and (132.2497,110.6495) .. (133.9297,106.5195) 
+.. controls (134.7097,106.0295) and (135.0997,105.1197) .. (135.9297,104.6797) 
+.. controls (136.4997,102.2897) and (138.0400,100.9002) .. (139.5000,99.4102) 
+.. controls (142.7600,101.4802) and (143.9198,105.7200) .. (146.7598,108.2500)
+arc(160.326 \@@_colon 153.452 \@@_colon 54.410) 
+.. controls (150.0403,114.2500) and (150.3803,115.1894) .. (151.3203,115.1094) 
+.. controls (153.5403,114.9194) and (154.9896,110.0698) .. (156.5996,108.8398) 
+.. controls (156.5996,104.2898) and (155.5396,99.4796) .. (155.5996,94.5996) 
+.. controls (155.6596,88.5996) and (156.3493,82.8107) .. (153.0293,79.2207)
+arc(110.470 \@@_colon 133.750 \@@_colon 3.360) 
+-- cycle(330.9375,80.7988) 
+.. controls (329.4112,80.8982) and (328.1095,82.2984) .. (327.2695,83.4609) 
+.. controls (327.5895,85.9409) and (329.1495,88.5302) .. (329.2695,91.1602) 
+.. controls (329.3695,93.5902) and (327.4291,94.9793) .. (327.1191,97.2793) 
+.. controls (325.5591,98.1793) and (326.0595,100.4293) .. (325.6895,102.2793) 
+.. controls (325.4694,102.7793) and (324.8398,102.8403) .. (324.8398,103.5703) 
+.. controls (326.8698,104.2303) and (328.9999,106.4109) .. (331.4199,104.7109) 
+.. controls (336.0299,105.1009) and (339.1102,102.3098) .. (340.2402,98.0098) 
+.. controls (340.0802,94.4798) and (340.2402,91.5606) .. (339.2402,87.8906) 
+.. controls (337.9102,86.5506) and (335.6401,83.6095) .. (333.8301,82.1895)
+arc(310.536 \@@_colon 304.568 \@@_colon 15.760) 
+.. controls (331.9793,80.8770) and (331.4463,80.7657) .. (330.9375,80.7988) 
+-- cycle(162.8594,82.8906) 
+.. controls (162.7094,82.8906) and (162.6806,83.0508) .. (162.5606,83.0508) 
+.. controls (160.8605,85.1008) and (162.7594,87.1808) .. (162.8594,89.3008) 
+.. controls (162.8794,90.0208) and (162.3993,90.4602) .. (162.2793,91.1602)
+arc(189.420 \@@_colon 181.814 \@@_colon 21.510)
+arc(185.134 \@@_colon 173.375 \@@_colon 56.430) 
+.. controls (164.0504,105.7405) and (165.0898,108.0998) .. (166.8398,108.2598)
+arc(87.056 \@@_colon 51.034 \@@_colon 3.930) 
+.. controls (170.1094,106.6906) and (170.9494,105.4805) .. (172.1094,104.9805) 
+.. controls (172.7894,103.1105) and (174.2307,101.2692) .. (173.9707,98.6992) 
+.. controls (173.7207,96.4492) and (172.3591,94.0598) .. (171.5391,91.5898) 
+.. controls (169.8591,86.5698) and (167.4094,83.5406) .. (162.8594,82.8906) 
+-- cycle(147.4570,90.8379) 
+.. controls (147.5999,90.8390) and (147.7473,90.8540) .. (147.9004,90.8809) 
+.. controls (149.3204,94.8309) and (150.0508,98.8109) .. (148.0508,102.7109) 
+.. controls (147.3708,102.9109) and (146.9895,103.2991) .. (146.1894,103.1191) 
+.. controls (145.7095,103.0191) and (145.3695,102.2294) .. (144.7695,101.8594) 
+.. controls (143.2695,100.9194) and (140.5105,100.9991) .. (141.0606,98.2891) 
+.. controls (141.1705,97.7191) and (141.9098,97.0491) .. (142.3398,96.2891) 
+.. controls (142.7698,95.5291) and (143.1109,93.9000) .. (143.6309,93.7500) 
+.. controls (144.3059,93.5344) and (145.3148,90.8217) .. (147.4570,90.8379) 
+-- cycle;
+}
+\def \@@_path_name_en{
+  (221.5293,0.0000)
+arc(270.581 \@@_colon 250.033 \@@_colon 19.480)
+arc(250.094 \@@_colon 225.668 \@@_colon 14.760)
+arc(225.475 \@@_colon 200.943 \@@_colon 14.570)
+arc(201.570 \@@_colon 180.068 \@@_colon 17.850)
+arc(181.012 \@@_colon 157.939 \@@_colon 17.110)
+arc(157.482 \@@_colon 132.803 \@@_colon 14.000)
+arc(132.487 \@@_colon 108.931 \@@_colon 14.390)
+arc(108.957 \@@_colon 89.519 \@@_colon 18.450)
+arc(89.268 \@@_colon 73.944 \@@_colon 29.000)
+arc(76.581 \@@_colon 61.649 \@@_colon 25.910) 
+.. controls (234.5006,27.7103) and (234.5000,27.1409) .. (234.5000,26.7109) 
+-- (234.5000,25.0000) 
+-- (234.5000,21.5000)
+arc(179.710 \@@_colon 203.038 \@@_colon 3.380)
+arc(206.464 \@@_colon 256.240 \@@_colon 1.750)
+arc(251.011 \@@_colon 259.235 \@@_colon 9.230) 
+.. controls (237.5392,18.8404) and (237.9291,18.7900) .. (238.3691,18.7500) 
+-- (238.3691,17.0898) 
+-- (222.6797,17.0898) 
+-- (222.6797,18.7500) 
+.. controls (223.1097,18.8100) and (223.6393,18.8993) .. (224.2793,19.0293)
+arc(279.892 \@@_colon 294.146 \@@_colon 6.750)
+arc(290.378 \@@_colon 328.246 \@@_colon 2.190)
+arc(-26.528 \@@_colon 2.114 \@@_colon 2.670) 
+-- (227.2598,27.8105)
+arc(49.521 \@@_colon 70.544 \@@_colon 7.180)
+arc(69.985 \@@_colon 90.905 \@@_colon 9.300)
+arc(89.172 \@@_colon 153.594 \@@_colon 6.790) 
+.. controls (214.0271,23.3968) and (213.3008,19.9174) .. (213.3008,15.4707) 
+.. controls (213.3008,11.2907) and (214.0395,8.0027) .. (215.5195,5.6094)
+arc(209.219 \@@_colon 271.647 \@@_colon 7.000)
+arc(268.556 \@@_colon 317.220 \@@_colon 7.520)
+arc(320.224 \@@_colon 344.486 \@@_colon 19.850) 
+-- (233.2793,11.8301) 
+-- (233.0898,0.8301) 
+-- (231.2402,0.8301) 
+-- (229.9199,2.0000)
+arc(295.868 \@@_colon 285.305 \@@_colon 21.000)
+arc(285.870 \@@_colon 269.424 \@@_colon 16.830) 
+-- cycle(475.7305,0.0000)
+arc(270.697 \@@_colon 251.639 \@@_colon 14.370)
+arc(251.783 \@@_colon 229.971 \@@_colon 10.860)
+arc(229.227 \@@_colon 205.581 \@@_colon 9.000)
+arc(205.450 \@@_colon 180.053 \@@_colon 7.930)
+arc(180.499 \@@_colon 146.816 \@@_colon 9.080)
+arc(145.151 \@@_colon 109.774 \@@_colon 9.390) 
+.. controls (471.3195,17.9101) and (472.2598,18.2501) .. (473.2598,18.5801) 
+-- (476.5508,19.6504)
+arc(285.313 \@@_colon 309.637 \@@_colon 10.700)
+arc(-48.514 \@@_colon 1.380 \@@_colon 3.880)
+arc(-1.392 \@@_colon 48.031 \@@_colon 4.650)
+arc(50.897 \@@_colon 93.859 \@@_colon 6.360)
+arc(88.705 \@@_colon 117.936 \@@_colon 7.660)
+arc(119.475 \@@_colon 138.118 \@@_colon 11.480)
+arc(137.466 \@@_colon 151.124 \@@_colon 16.000)
+arc(150.594 \@@_colon 158.234 \@@_colon 27.630) 
+-- (463.5801,20.0801) 
+-- (463.8496,31.0000) 
+-- (465.6602,31.0000) 
+-- (467.1309,29.5391)
+arc(118.597 \@@_colon 105.186 \@@_colon 18.730)
+arc(105.699 \@@_colon 89.522 \@@_colon 18.500)
+arc(90.914 \@@_colon 73.005 \@@_colon 17.000)
+arc(72.518 \@@_colon 52.080 \@@_colon 12.540)
+arc(51.921 \@@_colon 26.084 \@@_colon 8.780)
+arc(26.070 \@@_colon -0.869 \@@_colon 8.360)
+arc(2.068 \@@_colon -36.210 \@@_colon 8.310)
+arc(320.908 \@@_colon 289.261 \@@_colon 10.530) 
+.. controls (481.6975,13.3828) and (480.7273,13.0495) .. (479.6406,12.6895) 
+-- (476.4199,11.6309)
+arc(105.331 \@@_colon 128.501 \@@_colon 11.000)
+arc(131.683 \@@_colon 182.443 \@@_colon 3.800)
+arc(179.222 \@@_colon 229.519 \@@_colon 4.160)
+arc(229.307 \@@_colon 272.432 \@@_colon 5.400)
+arc(268.599 \@@_colon 297.124 \@@_colon 6.660)
+arc(299.057 \@@_colon 320.545 \@@_colon 8.380)
+arc(321.059 \@@_colon 334.542 \@@_colon 14.550)
+arc(333.277 \@@_colon 339.116 \@@_colon 36.480) 
+-- (487.1699,11.1309) 
+-- (487.0000,0.8301) 
+-- (485.1797,0.8301) 
+-- (483.8809,2.1094)
+arc(297.794 \@@_colon 286.656 \@@_colon 19.210)
+arc(287.442 \@@_colon 269.484 \@@_colon 15.220) 
+-- cycle(53.2891,0.4004) 
+.. controls (51.2957,5.2271) and (49.4705,9.6375) .. (47.8105,13.6309) 
+-- (42.8691,25.6309)
+arc(20.881 \@@_colon 38.335 \@@_colon 6.670)
+arc(38.761 \@@_colon 60.374 \@@_colon 5.180)
+arc(60.283 \@@_colon 80.165 \@@_colon 4.280)
+arc(78.307 \@@_colon 86.213 \@@_colon 11.780) 
+-- (37.3906,31.0000) 
+-- (49.7500,31.0000) 
+-- (49.7500,29.3203)
+arc(92.283 \@@_colon 110.449 \@@_colon 11.080) 
+.. controls (45.6603,28.3109) and (45.3203,27.9207) .. (45.3203,27.4707)
+arc(181.789 \@@_colon 189.064 \@@_colon 5.860)
+arc(190.751 \@@_colon 200.164 \@@_colon 10.940) 
+.. controls (46.0791,24.3900) and (46.3291,23.6599) .. (46.6191,22.9199) 
+.. controls (46.9091,22.1799) and (47.1702,21.4999) .. (47.4102,20.9199) 
+-- (57.8691,20.9199) 
+-- (60.4492,27.1797)
+arc(336.951 \@@_colon 347.717 \@@_colon 3.190)
+arc(-3.889 \@@_colon 3.889 \@@_colon 2.880) 
+.. controls (60.6309,28.4606) and (60.0801,28.7409) .. (59.0801,28.9609)
+arc(77.409 \@@_colon 85.392 \@@_colon 19.610) 
+-- (56.3809,31.0000) 
+-- (72.8301,31.0000) 
+-- (72.8008,29.3809)
+arc(94.575 \@@_colon 102.325 \@@_colon 10.620)
+arc(100.987 \@@_colon 119.276 \@@_colon 4.660)
+arc(119.410 \@@_colon 139.691 \@@_colon 4.460)
+arc(141.138 \@@_colon 156.708 \@@_colon 5.000) 
+.. controls (66.9867,23.8867) and (65.6534,20.5925) .. (64.0801,16.6191) 
+.. controls (62.5067,12.6458) and (60.3308,7.2404) .. (57.5508,0.4004) 
+-- (53.2891,0.4004) 
+-- cycle(0.0000,0.8301) 
+-- (0.0000,2.5293)
+arc(280.247 \@@_colon 292.703 \@@_colon 10.570)
+arc(292.591 \@@_colon 314.300 \@@_colon 5.730)
+arc(315.191 \@@_colon 341.778 \@@_colon 4.160)
+arc(-18.455 \@@_colon 0.803 \@@_colon 6.050) 
+-- (5.3105,22.2598)
+arc(-1.989 \@@_colon 10.468 \@@_colon 19.360)
+arc(12.216 \@@_colon 53.370 \@@_colon 3.150)
+arc(56.002 \@@_colon 78.776 \@@_colon 4.940)
+arc(76.098 \@@_colon 85.152 \@@_colon 12.000) 
+-- (0.1309,31.0000) 
+-- (13.1094,31.0000) 
+-- (13.1094,29.3203)
+arc(100.608 \@@_colon 106.937 \@@_colon 18.650)
+arc(103.343 \@@_colon 125.453 \@@_colon 5.240)
+arc(131.864 \@@_colon 168.827 \@@_colon 3.630)
+arc(168.374 \@@_colon 181.580 \@@_colon 17.460) 
+-- (7.7891,7.8496) 
+-- (26.6094,31.1992) 
+-- (30.3906,31.1992) 
+-- (30.3906,9.6504)
+arc(178.422 \@@_colon 190.784 \@@_colon 19.100)
+arc(188.975 \@@_colon 229.485 \@@_colon 3.310)
+arc(233.663 \@@_colon 261.257 \@@_colon 4.540) 
+.. controls (34.5398,2.6107) and (35.1491,2.4902) .. (35.5391,2.4902) 
+-- (35.5391,0.8301) 
+-- (22.5391,0.8301) 
+-- (22.5391,2.5195)
+arc(279.906 \@@_colon 287.110 \@@_colon 16.370)
+arc(283.300 \@@_colon 305.496 \@@_colon 5.220)
+arc(311.563 \@@_colon 348.623 \@@_colon 3.630)
+arc(-12.076 \@@_colon 1.753 \@@_colon 16.680) 
+-- (27.8809,21.2500) 
+-- (11.3691,0.8301) 
+-- (0.0000,0.8301) 
+-- cycle(74.9004,0.8301) 
+-- (74.9004,2.5801)
+arc(280.211 \@@_colon 292.601 \@@_colon 10.670)
+arc(293.457 \@@_colon 313.832 \@@_colon 5.810)
+arc(315.191 \@@_colon 341.778 \@@_colon 4.160)
+arc(-19.016 \@@_colon 0.272 \@@_colon 6.050) 
+-- (80.1504,22.2598)
+arc(-1.989 \@@_colon 10.468 \@@_colon 19.360)
+arc(10.884 \@@_colon 52.116 \@@_colon 3.100)
+arc(56.070 \@@_colon 78.442 \@@_colon 5.000)
+arc(76.312 \@@_colon 85.334 \@@_colon 12.300) 
+-- (75.0000,31.0000) 
+-- (87.9707,31.0000) 
+-- (87.9707,29.3203)
+arc(100.620 \@@_colon 106.925 \@@_colon 18.720)
+arc(103.715 \@@_colon 125.081 \@@_colon 5.420)
+arc(132.125 \@@_colon 168.482 \@@_colon 3.690)
+arc(168.542 \@@_colon 181.745 \@@_colon 17.460) 
+-- (82.6602,7.8496) 
+-- (101.4902,31.1992) 
+-- (105.2793,31.1992) 
+-- (105.2793,9.6504)
+arc(178.422 \@@_colon 190.784 \@@_colon 19.100)
+arc(188.775 \@@_colon 229.343 \@@_colon 3.300)
+arc(233.786 \@@_colon 261.134 \@@_colon 4.580) 
+.. controls (109.4207,2.6107) and (110.0199,2.4902) .. (110.4199,2.4902) 
+-- (110.4102,0.8301) 
+-- (97.4102,0.8301) 
+-- (97.4102,2.5195)
+arc(279.889 \@@_colon 287.128 \@@_colon 16.290)
+arc(283.451 \@@_colon 305.116 \@@_colon 5.370)
+arc(312.074 \@@_colon 348.533 \@@_colon 3.680)
+arc(-12.448 \@@_colon 1.903 \@@_colon 16.080) 
+-- (102.7598,21.2500) 
+-- (86.2402,0.8301) 
+-- (74.9004,0.8301) 
+-- cycle(122.1602,0.8301) 
+-- (122.1602,2.4902) 
+.. controls (122.5602,2.5502) and (123.0599,2.6395) .. (123.6699,2.7695)
+arc(280.529 \@@_colon 293.240 \@@_colon 7.320)
+arc(287.202 \@@_colon 329.339 \@@_colon 2.000)
+arc(-23.165 \@@_colon 1.894 \@@_colon 3.000) 
+-- (126.5898,22.4707)
+arc(-4.214 \@@_colon 33.727 \@@_colon 8.810)
+arc(38.627 \@@_colon 92.203 \@@_colon 4.880)
+arc(90.163 \@@_colon 115.877 \@@_colon 3.000)
+arc(110.689 \@@_colon 151.088 \@@_colon 1.590) 
+-- (119.0000,28.5391)
+arc(50.568 \@@_colon 38.375 \@@_colon 14.110)
+arc(41.984 \@@_colon 1.312 \@@_colon 3.900)
+arc(1.233 \@@_colon -45.826 \@@_colon 3.630)
+arc(312.471 \@@_colon 265.852 \@@_colon 4.000)
+arc(272.701 \@@_colon 221.378 \@@_colon 3.850)
+arc(219.818 \@@_colon 177.869 \@@_colon 4.840)
+arc(182.421 \@@_colon 127.815 \@@_colon 6.320)
+arc(125.450 \@@_colon 86.902 \@@_colon 10.110)
+arc(90.564 \@@_colon 72.402 \@@_colon 13.870)
+arc(72.325 \@@_colon 52.268 \@@_colon 11.870)
+arc(50.932 \@@_colon 25.604 \@@_colon 9.350)
+arc(25.513 \@@_colon -0.618 \@@_colon 9.560) 
+-- (134.1309,5.1992)
+arc(178.868 \@@_colon 200.878 \@@_colon 3.640)
+arc(206.362 \@@_colon 260.604 \@@_colon 1.530) 
+.. controls (135.9802,2.8700) and (136.4301,2.7692) .. (136.8301,2.6992) 
+.. controls (137.2301,2.6292) and (137.7093,2.5602) .. (138.2793,2.4902) 
+-- (138.3008,0.8301) 
+-- (122.1602,0.8301) 
+-- cycle(143.3594,0.8301) 
+-- (143.3594,2.4902) 
+.. controls (143.8394,2.5502) and (144.4201,2.6508) .. (145.0801,2.8008)
+arc(281.485 \@@_colon 290.094 \@@_colon 10.520)
+arc(289.234 \@@_colon 330.397 \@@_colon 2.000)
+arc(-26.269 \@@_colon 1.286 \@@_colon 2.730) 
+-- (147.9609,26.8301)
+arc(-1.938 \@@_colon 26.622 \@@_colon 2.760)
+arc(31.995 \@@_colon 71.764 \@@_colon 2.000)
+arc(73.678 \@@_colon 88.688 \@@_colon 6.000) 
+-- (143.3594,29.3691) 
+-- (143.3594,31.0000) 
+-- (160.1094,31.0000) 
+-- (160.1094,29.3691)
+arc(94.091 \@@_colon 100.334 \@@_colon 16.000)
+arc(98.556 \@@_colon 109.587 \@@_colon 7.940)
+arc(109.466 \@@_colon 148.422 \@@_colon 2.120)
+arc(153.559 \@@_colon 181.402 \@@_colon 2.790) 
+-- (155.5098,5.1895)
+arc(179.441 \@@_colon 204.277 \@@_colon 3.160)
+arc(208.477 \@@_colon 256.095 \@@_colon 1.740)
+arc(253.315 \@@_colon 263.504 \@@_colon 9.250) 
+-- (160.1094,2.4902) 
+-- (160.1094,0.8301) 
+-- (143.3594,0.8301) 
+-- cycle(164.6992,0.8301) 
+-- (164.6992,2.5801)
+arc(280.193 \@@_colon 292.592 \@@_colon 10.670)
+arc(293.496 \@@_colon 313.854 \@@_colon 5.810)
+arc(315.191 \@@_colon 341.778 \@@_colon 4.160)
+arc(-19.016 \@@_colon 0.272 \@@_colon 6.050) 
+-- (169.9492,22.2598)
+arc(-1.882 \@@_colon 10.041 \@@_colon 20.220)
+arc(11.556 \@@_colon 51.444 \@@_colon 3.200)
+arc(56.330 \@@_colon 78.404 \@@_colon 5.090)
+arc(76.244 \@@_colon 85.401 \@@_colon 12.120) 
+-- (164.8008,31.0000) 
+-- (177.8008,31.0000) 
+-- (177.8008,29.3203)
+arc(100.510 \@@_colon 107.035 \@@_colon 18.090)
+arc(103.512 \@@_colon 125.055 \@@_colon 5.400)
+arc(132.012 \@@_colon 169.017 \@@_colon 3.620)
+arc(168.186 \@@_colon 181.823 \@@_colon 16.910) 
+-- (172.4805,7.8496) 
+-- (191.2891,31.1992) 
+-- (195.0801,31.1992) 
+-- (195.0801,9.6504)
+arc(178.422 \@@_colon 190.784 \@@_colon 19.100)
+arc(188.651 \@@_colon 229.810 \@@_colon 3.260)
+arc(233.506 \@@_colon 261.413 \@@_colon 4.490) 
+.. controls (199.2293,2.6107) and (199.8305,2.4902) .. (200.2305,2.4902) 
+-- (200.2305,0.8301) 
+-- (187.2305,0.8301) 
+-- (187.2305,2.5195)
+arc(280.009 \@@_colon 287.008 \@@_colon 16.850)
+arc(283.165 \@@_colon 305.175 \@@_colon 5.310)
+arc(312.176 \@@_colon 348.009 \@@_colon 3.750)
+arc(-12.048 \@@_colon 1.781 \@@_colon 16.680) 
+-- (192.5898,21.2500) 
+-- (176.0703,0.8301) 
+-- (164.6992,0.8301) 
+-- cycle(255.9297,0.8301) 
+-- (255.9297,2.4102) 
+.. controls (256.2497,2.4502) and (256.7200,2.5306) .. (257.2500,2.6406)
+arc(281.017 \@@_colon 295.313 \@@_colon 5.790)
+arc(294.826 \@@_colon 330.149 \@@_colon 2.440)
+arc(-27.048 \@@_colon 1.394 \@@_colon 2.650) 
+-- (260.0000,20.8203)
+arc(182.970 \@@_colon 130.440 \@@_colon 10.000) 
+.. controls (265.8667,30.8892) and (269.2000,31.8594) .. (273.5000,31.8594)
+arc(92.820 \@@_colon 49.887 \@@_colon 12.820)
+arc(47.969 \@@_colon -2.292 \@@_colon 10.220) 
+-- (285.7598,9.6191)
+arc(178.154 \@@_colon 190.945 \@@_colon 18.680)
+arc(188.699 \@@_colon 232.299 \@@_colon 3.000)
+arc(237.034 \@@_colon 260.778 \@@_colon 5.210) 
+.. controls (290.0007,2.6293) and (290.5900,2.4902) .. (291.0000,2.4902) 
+-- (291.0000,0.8301) 
+-- (277.8906,0.8301) 
+-- (277.8906,2.5293)
+arc(280.771 \@@_colon 286.779 \@@_colon 18.860)
+arc(280.852 \@@_colon 304.104 \@@_colon 5.260)
+arc(311.489 \@@_colon 347.841 \@@_colon 3.620)
+arc(-12.331 \@@_colon 1.967 \@@_colon 16.420) 
+-- (283.2793,20.0703) 
+.. controls (283.2793,22.9903) and (282.5797,25.2109) .. (281.1797,26.7109)
+arc(48.043 \@@_colon 129.881 \@@_colon 8.810) 
+.. controls (268.3073,25.5533) and (267.6406,23.3773) .. (267.6406,20.3906) 
+-- (267.6406,5.1895)
+arc(178.852 \@@_colon 204.698 \@@_colon 3.060)
+arc(206.879 \@@_colon 256.742 \@@_colon 1.630)
+arc(250.219 \@@_colon 259.017 \@@_colon 9.600)
+arc(260.382 \@@_colon 266.387 \@@_colon 13.270) 
+-- (271.8008,0.8301) 
+-- (255.9297,0.8301) 
+-- cycle(294.3398,0.8301) 
+-- (294.3398,2.5801)
+arc(280.357 \@@_colon 292.592 \@@_colon 10.760)
+arc(293.240 \@@_colon 314.049 \@@_colon 5.690)
+arc(314.649 \@@_colon 342.320 \@@_colon 4.000)
+arc(-19.418 \@@_colon 0.675 \@@_colon 5.810) 
+-- (299.5801,22.2598)
+arc(-1.855 \@@_colon 10.068 \@@_colon 20.220)
+arc(11.522 \@@_colon 51.391 \@@_colon 3.200)
+arc(56.140 \@@_colon 78.638 \@@_colon 5.000)
+arc(76.244 \@@_colon 85.401 \@@_colon 12.120) 
+-- (294.4297,31.0000) 
+-- (307.4297,31.0000) 
+-- (307.4297,29.3203)
+arc(100.510 \@@_colon 107.035 \@@_colon 18.090)
+arc(103.343 \@@_colon 125.453 \@@_colon 5.240)
+arc(131.542 \@@_colon 169.149 \@@_colon 3.570)
+arc(168.158 \@@_colon 181.796 \@@_colon 16.910) 
+-- (302.1094,7.8496) 
+-- (320.9199,31.1992) 
+-- (324.7109,31.1992) 
+-- (324.7109,9.6504)
+arc(178.395 \@@_colon 190.757 \@@_colon 19.100)
+arc(188.684 \@@_colon 229.861 \@@_colon 3.260)
+arc(233.506 \@@_colon 261.413 \@@_colon 4.490) 
+.. controls (328.8602,2.6107) and (329.4594,2.4902) .. (329.8594,2.4902) 
+-- (329.8594,0.8301) 
+-- (316.8594,0.8301) 
+-- (316.8594,2.5195)
+arc(279.906 \@@_colon 287.110 \@@_colon 16.370)
+arc(283.300 \@@_colon 305.496 \@@_colon 5.220)
+arc(311.875 \@@_colon 348.311 \@@_colon 3.690)
+arc(-12.048 \@@_colon 1.780 \@@_colon 16.680) 
+-- (322.1992,21.2500) 
+-- (305.7109,0.8301) 
+-- (294.3398,0.8301) 
+-- cycle(334.2695,0.8301) 
+-- (334.2695,2.4902) 
+.. controls (334.7595,2.5502) and (335.3300,2.6508) .. (336.0000,2.8008)
+arc(281.897 \@@_colon 290.472 \@@_colon 10.310)
+arc(289.234 \@@_colon 330.397 \@@_colon 2.000)
+arc(-26.180 \@@_colon 1.366 \@@_colon 2.730) 
+-- (338.8398,26.8203)
+arc(-2.620 \@@_colon 27.142 \@@_colon 2.650)
+arc(31.996 \@@_colon 71.764 \@@_colon 2.000)
+arc(73.117 \@@_colon 88.453 \@@_colon 5.850) 
+-- (334.2402,29.3691) 
+-- (334.2402,31.0000) 
+-- (351.0000,31.0000) 
+-- (351.0000,29.3691)
+arc(94.202 \@@_colon 100.207 \@@_colon 16.650)
+arc(98.556 \@@_colon 109.587 \@@_colon 7.940)
+arc(109.841 \@@_colon 148.047 \@@_colon 2.160)
+arc(154.075 \@@_colon 181.864 \@@_colon 2.790) 
+-- (346.4102,5.1895)
+arc(179.056 \@@_colon 203.855 \@@_colon 3.160)
+arc(209.295 \@@_colon 255.179 \@@_colon 1.800)
+arc(253.321 \@@_colon 263.661 \@@_colon 9.180) 
+-- (351.0000,2.4902) 
+-- (351.0000,0.8301) 
+-- (334.2695,0.8301) 
+-- cycle(353.5898,0.8301) 
+-- (353.5898,2.4902)
+arc(276.711 \@@_colon 285.528 \@@_colon 9.750)
+arc(286.892 \@@_colon 300.754 \@@_colon 5.750)
+arc(297.637 \@@_colon 317.441 \@@_colon 5.350)
+arc(321.925 \@@_colon 336.907 \@@_colon 7.170) 
+.. controls (359.5936,8.0236) and (361.0432,11.5124) .. (363.0898,16.5391) 
+.. controls (365.1365,21.5657) and (367.1602,26.5091) .. (369.1602,31.3691) 
+-- (373.4297,31.3691) 
+-- (376.4297,23.9902) 
+.. controls (377.5163,21.4236) and (378.5163,19.0604) .. (379.4297,16.9004) 
+.. controls (380.4497,14.5004) and (381.3571,12.3605) .. (382.1504,10.4805) 
+.. controls (382.9437,8.6005) and (383.5600,7.1695) .. (384.0000,6.1895)
+arc(204.065 \@@_colon 217.764 \@@_colon 8.160)
+arc(221.037 \@@_colon 240.340 \@@_colon 5.360)
+arc(238.741 \@@_colon 252.973 \@@_colon 5.840)
+arc(252.868 \@@_colon 265.187 \@@_colon 6.360) 
+-- (389.0703,0.8301) 
+-- (376.8301,0.8301) 
+-- (376.8301,2.4805)
+arc(271.761 \@@_colon 289.213 \@@_colon 12.130) 
+.. controls (381.1192,3.4604) and (381.4492,3.8391) .. (381.4492,4.2891)
+arc(3.694 \@@_colon 19.119 \@@_colon 6.770) 
+.. controls (380.8598,6.8603) and (380.5709,7.6994) .. (380.2109,8.6094) 
+.. controls (379.4909,10.4794) and (378.6492,12.6403) .. (377.6992,15.0703) 
+.. controls (376.7525,17.5503) and (375.5591,20.5503) .. (374.1191,24.0703) 
+.. controls (371.8291,18.2803) and (370.0201,13.9706) .. (368.8301,11.1406) 
+.. controls (367.6401,8.3106) and (366.8094,6.2695) .. (366.3594,5.0195) 
+.. controls (366.2594,4.7295) and (366.1406,4.4905) .. (366.1406,4.3105)
+arc(163.078 \@@_colon 178.725 \@@_colon 1.860) 
+.. controls (366.0605,3.5005) and (366.3309,3.2393) .. (366.8809,3.0293)
+arc(253.739 \@@_colon 265.191 \@@_colon 15.900) 
+-- (370.0000,0.8301) 
+-- (353.5898,0.8301) 
+-- cycle(392.2598,0.8301) 
+-- (392.2598,2.4902) 
+.. controls (392.5998,2.5302) and (393.0995,2.6195) .. (393.7695,2.7695)
+arc(280.387 \@@_colon 292.720 \@@_colon 7.530)
+arc(289.072 \@@_colon 328.681 \@@_colon 2.140)
+arc(-23.616 \@@_colon 2.023 \@@_colon 2.890) 
+-- (396.6895,26.7109)
+arc(-1.753 \@@_colon 25.504 \@@_colon 2.880)
+arc(31.359 \@@_colon 72.001 \@@_colon 2.000)
+arc(70.953 \@@_colon 85.591 \@@_colon 5.770) 
+.. controls (393.2009,29.2892) and (392.6598,29.3691) .. (392.2598,29.3691) 
+-- (392.2598,31.0000) 
+-- (420.5898,31.0000) 
+-- (421.1602,21.6699) 
+-- (419.6094,21.6699)
+arc(23.191 \@@_colon 32.039 \@@_colon 23.490)
+arc(29.542 \@@_colon 42.190 \@@_colon 17.810)
+arc(46.345 \@@_colon 77.480 \@@_colon 2.450)
+arc(74.906 \@@_colon 83.378 \@@_colon 11.510)
+arc(83.872 \@@_colon 90.630 \@@_colon 15.890) 
+-- (409.1406,29.0898)
+arc(89.211 \@@_colon 96.199 \@@_colon 20.710)
+arc(95.315 \@@_colon 125.377 \@@_colon 3.000)
+arc(128.643 \@@_colon 167.478 \@@_colon 2.160)
+arc(168.067 \@@_colon 181.292 \@@_colon 9.420) 
+-- (404.1992,16.3496) 
+-- (407.3105,16.3496)
+arc(268.953 \@@_colon 285.559 \@@_colon 7.710)
+arc(286.653 \@@_colon 318.394 \@@_colon 3.600)
+arc(321.402 \@@_colon 342.104 \@@_colon 5.880)
+arc(337.345 \@@_colon 350.250 \@@_colon 10.370) 
+-- (414.4492,21.7891) 
+-- (414.4492,9.1895) 
+-- (412.8301,9.1895)
+arc(10.313 \@@_colon 23.343 \@@_colon 9.900)
+arc(19.029 \@@_colon 41.017 \@@_colon 5.240)
+arc(43.882 \@@_colon 73.399 \@@_colon 4.000)
+arc(74.263 \@@_colon 90.789 \@@_colon 7.470) 
+-- (404.1992,14.4102) 
+-- (404.1992,2.8008) 
+-- (408.5898,2.8008) 
+-- (410.4707,2.8008)
+arc(270.255 \@@_colon 281.278 \@@_colon 9.310)
+arc(286.161 \@@_colon 323.311 \@@_colon 5.730)
+arc(317.966 \@@_colon 338.909 \@@_colon 11.200) 
+-- (419.0000,8.5293) 
+-- (419.0000,0.8301) 
+-- (392.2598,0.8301) 
+-- cycle(426.3105,0.8301) 
+-- (426.3105,2.4902) 
+.. controls (426.6705,2.5502) and (427.1495,2.6395) .. (427.7695,2.7695)
+arc(280.726 \@@_colon 291.201 \@@_colon 9.180)
+arc(288.310 \@@_colon 329.326 \@@_colon 2.050)
+arc(-23.151 \@@_colon 1.720 \@@_colon 3.000) 
+-- (430.7402,26.7109)
+arc(-2.357 \@@_colon 26.109 \@@_colon 2.760)
+arc(31.225 \@@_colon 71.633 \@@_colon 2.000)
+arc(71.739 \@@_colon 85.581 \@@_colon 6.100) 
+-- (426.3105,29.3691) 
+-- (426.3105,31.0000) 
+-- (442.3496,31.0000) 
+-- (442.3496,29.3398)
+arc(96.226 \@@_colon 102.208 \@@_colon 14.370)
+arc(100.740 \@@_colon 110.281 \@@_colon 7.860)
+arc(110.287 \@@_colon 148.336 \@@_colon 2.180)
+arc(153.295 \@@_colon 181.611 \@@_colon 2.720) 
+-- (438.2207,17.3809) 
+-- (439.3906,17.3809) 
+.. controls (441.3906,19.7609) and (443.0573,21.8597) .. (444.3906,23.6797) 
+.. controls (445.7240,25.4997) and (447.3906,27.9400) .. (449.3906,31.0000) 
+-- (461.0000,31.0000) 
+-- (460.9609,29.3496)
+arc(93.993 \@@_colon 99.742 \@@_colon 10.750)
+arc(97.045 \@@_colon 105.575 \@@_colon 8.570)
+arc(113.063 \@@_colon 139.958 \@@_colon 5.350) 
+.. controls (455.8406,26.7202) and (455.2798,26.0402) .. (454.8398,25.4902) 
+.. controls (453.4598,23.7702) and (452.1198,22.0795) .. (450.8398,20.4395) 
+.. controls (449.5598,18.7995) and (448.4707,17.3496) .. (447.4707,16.0996)
+arc(76.584 \@@_colon 46.535 \@@_colon 12.150)
+arc(42.126 \@@_colon -2.838 \@@_colon 7.080)
+arc(3.058 \@@_colon -60.424 \@@_colon 5.840) 
+.. controls (449.9209,1.4227) and (447.0433,0.8301) .. (443.2500,0.8301) 
+-- (426.3105,0.8301) 
+-- cycle(494.4609,0.8301) 
+-- (494.4609,2.4902) 
+.. controls (494.9409,2.5502) and (495.5197,2.6508) .. (496.1797,2.8008)
+arc(281.385 \@@_colon 290.388 \@@_colon 10.000)
+arc(289.495 \@@_colon 329.630 \@@_colon 2.060)
+arc(-25.631 \@@_colon 0.648 \@@_colon 2.860) 
+-- (499.0605,26.8203)
+arc(-1.938 \@@_colon 26.622 \@@_colon 2.760)
+arc(32.131 \@@_colon 72.134 \@@_colon 2.000)
+arc(73.008 \@@_colon 88.539 \@@_colon 5.770) 
+-- (494.4609,29.3691) 
+-- (494.4609,31.0000) 
+-- (511.2109,31.0000) 
+-- (511.2109,29.3691)
+arc(94.080 \@@_colon 100.329 \@@_colon 16.000)
+arc(98.399 \@@_colon 109.745 \@@_colon 7.720)
+arc(109.466 \@@_colon 148.422 \@@_colon 2.120)
+arc(153.559 \@@_colon 181.402 \@@_colon 2.790) 
+-- (506.6094,5.1895)
+arc(178.843 \@@_colon 205.035 \@@_colon 3.000)
+arc(208.456 \@@_colon 256.018 \@@_colon 1.740)
+arc(253.096 \@@_colon 263.723 \@@_colon 8.870) 
+-- (511.2109,2.4902) 
+-- (511.2109,0.8301) 
+-- (494.4609,0.8301) 
+-- cycle(515.4199,0.8301) 
+-- (515.4199,9.4707) 
+-- (517.0801,9.4707)
+arc(199.917 \@@_colon 214.179 \@@_colon 18.770) 
+.. controls (520.1692,3.8403) and (521.0609,3.0495) .. (521.8809,2.9395) 
+.. controls (522.3309,2.8795) and (522.8406,2.8591) .. (523.5606,2.7891) 
+.. controls (524.2805,2.7191) and (524.7993,2.7207) .. (525.2793,2.7207) 
+-- (526.2793,2.7207) 
+-- (526.2793,26.6406)
+arc(-1.763 \@@_colon 24.984 \@@_colon 3.000)
+arc(28.954 \@@_colon 71.921 \@@_colon 1.930)
+arc(71.684 \@@_colon 86.774 \@@_colon 5.890) 
+-- (521.6602,29.3691) 
+-- (521.6602,31.0000) 
+-- (538.4902,31.0000) 
+-- (538.4902,29.3691) 
+.. controls (538.0102,29.3191) and (537.4202,29.2201) .. (536.7402,29.0801)
+arc(99.232 \@@_colon 109.602 \@@_colon 8.680)
+arc(109.481 \@@_colon 151.451 \@@_colon 2.000)
+arc(155.749 \@@_colon 180.707 \@@_colon 3.190) 
+-- (533.8496,2.7207) 
+-- (534.8496,2.7207) 
+.. controls (535.3296,2.7207) and (535.9103,2.7891) .. (536.5703,2.7891) 
+.. controls (537.2370,2.8291) and (537.7967,2.8795) .. (538.2500,2.9395) 
+.. controls (539.0700,3.0495) and (539.9297,3.8403) .. (540.9297,5.3203)
+arc(325.630 \@@_colon 340.231 \@@_colon 18.340) 
+-- (544.7109,9.4707) 
+-- (544.6894,0.8301) 
+-- (515.4199,0.8301) 
+-- cycle(546.3203,0.8301) 
+-- (546.3203,2.5293)
+arc(274.352 \@@_colon 281.866 \@@_colon 11.410)
+arc(281.176 \@@_colon 297.713 \@@_colon 5.120)
+arc(300.636 \@@_colon 314.444 \@@_colon 7.920)
+arc(315.843 \@@_colon 329.083 \@@_colon 10.330) 
+.. controls (553.0704,7.7793) and (554.0503,9.3894) .. (555.0703,11.1094) 
+.. controls (556.0903,12.8294) and (557.1502,14.6405) .. (558.2402,16.5605) 
+-- (559.1797,18.1797)
+arc(328.634 \@@_colon 337.345 \@@_colon 7.390)
+arc(343.002 \@@_colon 357.829 \@@_colon 3.500) 
+-- (559.8398,21.3008) 
+-- (559.8398,26.6309)
+arc(-1.565 \@@_colon 25.408 \@@_colon 3.000)
+arc(29.461 \@@_colon 70.395 \@@_colon 2.000)
+arc(72.291 \@@_colon 86.160 \@@_colon 6.620) 
+.. controls (556.2002,29.2892) and (555.5992,29.3691) .. (555.1992,29.3691) 
+-- (555.1992,31.0000) 
+-- (572.0293,31.0000) 
+-- (572.0293,29.3691)
+arc(95.978 \@@_colon 103.116 \@@_colon 14.000)
+arc(99.928 \@@_colon 108.694 \@@_colon 10.340)
+arc(110.266 \@@_colon 150.752 \@@_colon 2.090)
+arc(154.620 \@@_colon 181.031 \@@_colon 3.000) 
+-- (567.3906,22.1309)
+arc(177.823 \@@_colon 191.373 \@@_colon 14.250)
+arc(199.682 \@@_colon 214.925 \@@_colon 11.750) 
+.. controls (570.2798,14.0998) and (571.4004,12.3593) .. (572.4004,10.7793) 
+.. controls (573.4137,9.1793) and (574.3808,7.7142) .. (575.3008,6.3809)
+arc(214.659 \@@_colon 221.527 \@@_colon 18.790)
+arc(221.840 \@@_colon 240.673 \@@_colon 6.390)
+arc(238.438 \@@_colon 254.119 \@@_colon 4.840)
+arc(253.522 \@@_colon 263.919 \@@_colon 7.880) 
+-- (580.9297,0.8301) 
+-- (569.7402,0.8301) 
+-- (569.7402,2.5098)
+arc(270.274 \@@_colon 289.118 \@@_colon 8.890)
+arc(284.208 \@@_colon 356.060 \@@_colon 1.210)
+arc(16.389 \@@_colon 35.409 \@@_colon 10.460) 
+.. controls (570.9764,8.8992) and (569.1276,11.8806) .. (566.4609,16.1406) 
+.. controls (565.1109,13.9706) and (564.0394,12.0907) .. (563.1094,10.4707) 
+.. controls (562.1794,8.8507) and (561.5300,7.6402) .. (561.0000,6.6602) 
+.. controls (560.4700,5.6802) and (560.1104,4.9602) .. (559.9004,4.4902)
+arc(153.033 \@@_colon 170.383 \@@_colon 3.280) 
+.. controls (559.5898,3.2408) and (559.8699,3.0003) .. (560.4199,2.8203)
+arc(257.208 \@@_colon 271.054 \@@_colon 13.390) 
+-- (563.6309,0.8301) 
+-- (546.3203,0.8301) 
+-- cycle(438.3105,2.7695) 
+-- (440.0000,2.7695)
+arc(266.417 \@@_colon 305.892 \@@_colon 7.400)
+arc(-46.955 \@@_colon 5.118 \@@_colon 5.390) 
+.. controls (446.4902,10.9534) and (445.9193,12.6829) .. (444.7793,13.7695)
+arc(49.023 \@@_colon 93.595 \@@_colon 6.750) 
+-- (438.3105,15.4102) 
+-- (438.3105,2.7695) 
+-- cycle(52.5898,7.9004) 
+-- (57.0000,18.8203) 
+-- (48.2793,18.8203) 
+-- (52.5898,7.9004) 
+-- cycle;
+}
+\def \@@_path_motto{
+  (60.0000,0.0000) 
+.. controls (58.8800,0.8600) and (59.4102,2.3309) .. (59.1602,3.4609) 
+.. controls (59.0402,4.0109) and (58.5600,4.5094) .. (58.5000,5.1094) 
+.. controls (58.0000,9.9994) and (62.8407,13.0006) .. (63.4707,16.6406) 
+.. controls (61.8407,16.6006) and (61.2598,17.5807) .. (59.8398,17.4707) 
+.. controls (57.9798,17.3307) and (56.3603,15.6703) .. (54.5703,15.8203) 
+.. controls (52.4103,16.0003) and (51.7509,17.8007) .. (49.6309,17.4707) 
+.. controls (48.0909,17.2307) and (46.5099,14.9000) .. (45.1699,15.0000) 
+.. controls (44.2599,15.0600) and (42.3999,17.2891) .. (42.1699,18.2891)
+arc(187.367 \@@_colon 177.169 \@@_colon 24.160) 
+.. controls (42.1500,25.5101) and (43.5905,27.9998) .. (43.8105,30.8398) 
+.. controls (44.1405,34.6298) and (43.8804,39.9492) .. (42.6504,43.1992)
+arc(21.762 \@@_colon 34.803 \@@_colon 42.850) 
+.. controls (35.6891,55.1995) and (33.2607,58.8898) .. (29.4707,60.0098) 
+.. controls (29.4107,62.6198) and (28.5307,65.5698) .. (30.4707,67.0898) 
+.. controls (32.2207,68.4698) and (35.2606,68.2500) .. (37.3906,68.2500) 
+.. controls (39.6606,66.5100) and (40.5800,63.5200) .. (42.0000,61.0000)
+arc(29.236 \@@_colon 12.516 \@@_colon 44.390) 
+.. controls (47.4496,45.3195) and (48.6202,41.5105) .. (48.9102,38.2305) 
+.. controls (49.3402,33.2805) and (48.4503,29.1109) .. (49.0703,25.3809) 
+.. controls (54.7903,24.6609) and (61.2194,22.2299) .. (67.8594,21.9199) 
+.. controls (69.2694,22.5899) and (69.7400,25.0891) .. (70.0000,26.3691) 
+.. controls (67.3100,26.7191) and (63.3397,27.4400) .. (60.1797,28.0000) 
+.. controls (59.3297,26.9100) and (58.7207,26.0398) .. (56.7207,26.5098)
+arc(240.342 \@@_colon 224.877 \@@_colon 13.100) 
+.. controls (53.2199,29.4304) and (53.3499,30.6491) .. (52.9199,31.7891) 
+.. controls (52.4899,32.9291) and (51.8299,33.4698) .. (51.9199,34.0898) 
+.. controls (52.1299,35.2298) and (54.3999,36.1105) .. (54.9199,37.2305) 
+.. controls (55.6199,38.7705) and (54.8701,39.4105) .. (55.0801,41.2305) 
+.. controls (57.6701,43.7705) and (56.8994,48.7109) .. (60.3594,50.1309) 
+.. controls (60.9194,50.3609) and (61.6599,50.1291) .. (62.1699,50.2891) 
+.. controls (62.8899,50.5291) and (63.3105,51.3691) .. (64.3105,51.1191) 
+.. controls (65.7605,46.9291) and (64.9102,39.4408) .. (63.4902,35.3008)
+arc(226.278 \@@_colon 292.112 \@@_colon 3.240) 
+.. controls (68.5492,33.5006) and (71.1308,33.3399) .. (73.0508,32.1699) 
+.. controls (75.9808,35.7099) and (75.9093,40.5695) .. (74.5293,45.0195) 
+.. controls (74.0393,46.5795) and (73.7109,48.3907) .. (73.2109,49.4707) 
+.. controls (72.6109,50.7607) and (71.1902,51.1794) .. (70.7402,52.1094) 
+.. controls (72.4802,52.5394) and (73.3595,56.0605) .. (75.1895,55.7305) 
+.. controls (76.2295,55.5505) and (76.5101,53.3595) .. (77.3301,52.4395) 
+.. controls (78.1501,51.5195) and (78.9707,51.5192) .. (79.9707,50.9492) 
+.. controls (80.2907,50.1992) and (80.8791,49.7806) .. (81.2891,49.1406)
+arc(152.633 \@@_colon 141.297 \@@_colon 79.590) 
+.. controls (90.6094,65.9603) and (94.2794,68.0105) .. (96.6094,70.5605) 
+.. controls (101.6494,71.0505) and (106.5494,71.9809) .. (111.9394,71.8809) 
+.. controls (112.2194,70.3809) and (113.7201,69.4698) .. (114.5801,67.7598) 
+.. controls (115.4401,66.0498) and (114.7301,63.7599) .. (114.5801,61.6699) 
+.. controls (114.5101,60.7399) and (115.0600,59.5395) .. (113.7500,59.1895) 
+.. controls (111.1200,61.6095) and (108.6602,58.2795) .. (106.6602,57.1895) 
+.. controls (105.6802,57.1695) and (104.3891,58.6300) .. (103.0391,58.5000) 
+.. controls (101.6891,58.3700) and (101.2604,56.3691) .. (100.4004,55.3691)
+arc(316.237 \@@_colon 304.151 \@@_colon 13.310) 
+.. controls (97.8498,53.2805) and (97.1593,53.2204) .. (96.7793,52.9004) 
+.. controls (96.2393,52.4504) and (96.0309,51.5798) .. (95.4609,51.0898) 
+.. controls (94.4509,50.2098) and (93.0800,49.7195) .. (92.0000,48.9395)
+arc(127.975 \@@_colon 136.649 \@@_colon 33.880) 
+.. controls (86.4309,43.7302) and (83.9398,41.7904) .. (83.7598,39.4004) 
+.. controls (83.5498,36.1204) and (86.1098,33.7304) .. (86.7598,31.6504) 
+.. controls (86.9798,30.9504) and (86.5998,30.2904) .. (87.0898,29.6504) 
+.. controls (86.0998,28.7304) and (86.5993,27.1294) .. (85.7793,26.3594) 
+.. controls (84.4293,25.0994) and (82.8402,26.7297) .. (81.1602,27.1797) 
+.. controls (80.9902,28.6197) and (79.8202,30.4809) .. (79.1602,31.9609) 
+.. controls (77.4402,30.7609) and (76.6992,28.6895) .. (75.6992,26.6895)
+arc(150.585 \@@_colon 177.781 \@@_colon 10.210) 
+.. controls (77.8006,21.0903) and (81.7106,21.9297) .. (84.3906,19.9297) 
+.. controls (85.4906,19.0997) and (85.8594,17.8209) .. (86.8594,16.6309) 
+.. controls (86.2994,14.9709) and (87.1294,12.7794) .. (86.8594,11.3594) 
+.. controls (84.8294,10.2294) and (83.5996,8.3605) .. (80.5996,8.2305) 
+.. controls (79.7896,9.0605) and (78.7991,9.2291) .. (78.1191,10.3691) 
+.. controls (77.2591,11.8391) and (77.6205,13.9302) .. (76.4805,14.9902) 
+.. controls (75.3405,16.0502) and (73.8195,15.4702) .. (72.1895,15.9902) 
+.. controls (69.6095,11.7502) and (69.9391,4.6309) .. (64.1191,3.6309)
+arc(329.900 \@@_colon 292.889 \@@_colon 8.650) 
+-- cycle(353.2598,2.6992) 
+.. controls (350.4398,3.0792) and (348.4102,5.6309) .. (347.6602,8.6309) 
+.. controls (346.1602,9.8009) and (344.7209,11.2197) .. (342.8809,11.9297) 
+.. controls (342.1009,12.2197) and (341.1502,12.1799) .. (340.4102,12.4199) 
+.. controls (338.3102,13.1099) and (336.6805,14.9907) .. (334.3105,15.2207)
+arc(187.700 \@@_colon 122.301 \@@_colon 4.380) 
+.. controls (338.5206,19.3798) and (341.0404,19.5297) .. (342.9004,18.6797)
+arc(-28.568 \@@_colon 4.754 \@@_colon 5.580) 
+.. controls (343.5206,24.3505) and (343.5806,28.1691) .. (343.3906,31.0391) 
+.. controls (343.2206,33.7391) and (343.8505,35.3809) .. (343.5605,37.9609) 
+.. controls (343.2706,40.5409) and (344.0405,44.1791) .. (343.5605,46.3691) 
+.. controls (343.4305,46.9391) and (342.9904,47.3296) .. (342.9004,47.8496) 
+.. controls (341.1804,57.2296) and (343.2102,67.1393) .. (341.7402,76.0293) 
+.. controls (342.2902,75.3593) and (342.5605,76.6994) .. (343.2305,76.3594) 
+.. controls (343.1405,76.7694) and (342.5905,76.7194) .. (342.7305,77.3594) 
+.. controls (344.0305,77.0894) and (343.8505,78.2494) .. (344.7305,78.3594) 
+.. controls (346.3905,77.3794) and (347.2298,75.5905) .. (349.0098,74.7305) 
+.. controls (351.5098,69.8205) and (348.1596,63.8299) .. (349.3496,58.4199) 
+.. controls (355.4196,58.3099) and (362.1309,59.3802) .. (368.1309,59.2402) 
+.. controls (369.5009,60.5602) and (371.8003,60.9805) .. (374.0703,60.5605) 
+.. controls (375.6303,59.2105) and (376.6696,57.3394) .. (378.3496,56.1094) 
+.. controls (378.0096,54.2894) and (380.1996,51.9898) .. (378.3496,50.8398) 
+.. controls (373.8496,51.7098) and (368.5293,54.0704) .. (362.5293,53.1504) 
+.. controls (363.8593,51.4204) and (361.1094,49.4891) .. (362.8594,47.8691) 
+.. controls (364.7894,47.9791) and (366.9909,48.2691) .. (368.4609,48.3691)
+arc(272.435 \@@_colon 304.099 \@@_colon 1.930)
+arc(57.383 \@@_colon 47.369 \@@_colon 15.470) 
+.. controls (372.3596,46.4508) and (372.8396,45.6308) .. (373.5996,45.0508) 
+.. controls (374.2696,43.7508) and (374.4301,42.8300) .. (375.0801,41.7500) 
+.. controls (374.3601,41.9100) and (374.2199,41.0000) .. (374.4199,40.7500)
+arc(60.001 \@@_colon 96.781 \@@_colon 9.060) 
+.. controls (366.5203,43.0804) and (364.9706,42.4807) .. (362.3906,42.7207) 
+.. controls (362.5906,40.6107) and (361.9906,39.1894) .. (362.3906,37.6094) 
+.. controls (364.2806,37.8794) and (366.2901,37.5095) .. (367.8301,37.9395) 
+.. controls (370.0401,36.6395) and (372.3295,35.4198) .. (372.9395,32.5098) 
+.. controls (369.9694,31.2198) and (365.8306,33.6699) .. (362.0605,32.6699) 
+.. controls (362.2505,30.7999) and (361.8206,29.7705) .. (362.3906,28.0605) 
+.. controls (364.6706,28.2005) and (366.9101,27.4708) .. (368.3301,28.5508)
+arc(75.257 \@@_colon 26.799 \@@_colon 12.130)
+arc(334.866 \@@_colon 312.874 \@@_colon 5.870) 
+.. controls (370.7200,21.1205) and (366.2102,23.0091) .. (361.4102,22.1191) 
+.. controls (360.9202,22.0391) and (360.5698,21.6809) .. (360.0898,21.6309) 
+.. controls (358.4698,21.4609) and (356.8307,22.1591) .. (355.4707,21.7891)
+arc(222.648 \@@_colon 242.478 \@@_colon 18.100)
+arc(212.246 \@@_colon 258.188 \@@_colon 8.220) 
+.. controls (367.2695,12.3398) and (370.2406,11.7501) .. (370.1406,8.0801) 
+.. controls (366.0006,7.2101) and (360.4601,9.0600) .. (357.5801,7.0000) 
+.. controls (357.0101,6.5600) and (356.8498,5.6300) .. (356.2598,5.0000) 
+.. controls (355.2598,3.9800) and (353.9998,3.6992) .. (353.2598,2.6992) 
+-- cycle(215.9961,4.4961) 
+.. controls (215.1517,4.4622) and (214.3191,4.5801) .. (213.6191,4.8301) 
+.. controls (212.8191,5.1201) and (211.7504,4.9102) .. (211.1504,5.4902) 
+.. controls (211.7704,8.7002) and (212.4606,15.2402) .. (211.6406,19.4902)
+arc(90.548 \@@_colon 125.986 \@@_colon 3.460) 
+.. controls (208.2006,14.3901) and (210.4998,8.6401) .. (207.0098,5.8301) 
+.. controls (203.6398,5.6501) and (199.0394,4.5004) .. (198.1094,7.6504)
+arc(185.858 \@@_colon 166.172 \@@_colon 6.740) 
+.. controls (198.6395,12.2692) and (199.8298,14.8609) .. (199.7598,16.7109) 
+.. controls (198.5698,16.7109) and (198.2891,15.7109) .. (197.1191,15.7109) 
+.. controls (197.5491,14.2409) and (195.3408,14.6609) .. (195.8008,13.7109) 
+.. controls (193.0408,12.4309) and (189.5291,15.3198) .. (189.0391,16.8398)
+arc(190.196 \@@_colon 155.554 \@@_colon 6.770) 
+.. controls (190.6391,23.1698) and (194.2806,24.2792) .. (195.6406,25.9492) 
+.. controls (191.9906,26.7192) and (187.4996,25.8693) .. (184.0996,25.7793) 
+.. controls (182.5896,26.7293) and (180.7107,28.5805) .. (181.4707,30.7305) 
+.. controls (183.5307,32.1705) and (187.4494,30.5304) .. (190.8594,30.4004)
+arc(86.581 \@@_colon 70.642 \@@_colon 15.160)
+arc(260.612 \@@_colon 269.674 \@@_colon 36.650) 
+.. controls (200.4300,31.7201) and (197.3700,33.2902) .. (197.7500,36.6602) 
+.. controls (198.6400,36.9802) and (198.9807,38.1507) .. (200.2207,38.4707) 
+.. controls (201.6807,38.8607) and (204.1297,37.8291) .. (203.6797,40.2891) 
+.. controls (201.8697,41.1291) and (198.6798,40.2191) .. (196.7598,40.6191) 
+.. controls (194.2998,41.1191) and (193.9096,43.7402) .. (196.0996,44.4102) 
+.. controls (198.2896,45.0802) and (202.5098,43.7601) .. (204.5098,44.0801) 
+.. controls (205.0698,44.6001) and (204.8699,46.4309) .. (204.6699,47.2109) 
+.. controls (202.8999,46.4709) and (200.5204,47.4591) .. (198.9004,47.3691) 
+.. controls (198.2104,47.3391) and (197.7898,46.7509) .. (197.0898,46.8809) 
+.. controls (195.2798,47.2109) and (195.0091,49.4902) .. (194.6191,51.4902) 
+.. controls (195.5991,52.9902) and (197.0802,52.1102) .. (198.4102,51.9902)
+arc(265.152 \@@_colon 274.848 \@@_colon 40.940)
+arc(197.514 \@@_colon 183.150 \@@_colon 7.360) 
+.. controls (201.5500,54.8208) and (198.6094,53.9591) .. (195.6094,55.1191) 
+.. controls (192.8094,54.4791) and (187.7691,52.6695) .. (187.3691,56.7695)
+arc(188.243 \@@_colon 96.786 \@@_colon 2.640) 
+.. controls (191.8599,59.8395) and (194.5897,59.0592) .. (196.9297,58.9492)
+arc(265.042 \@@_colon 272.144 \@@_colon 55.880) 
+.. controls (202.0296,63.3593) and (198.4805,68.6604) .. (192.4805,70.1504) 
+.. controls (190.4805,70.1204) and (188.5305,70.6600) .. (187.4805,69.5000) 
+.. controls (187.2105,64.0400) and (183.5008,68.6602) .. (181.5508,69.6602) 
+.. controls (181.5408,71.2402) and (182.3209,72.0102) .. (182.2109,73.6602) 
+.. controls (183.1209,74.2802) and (184.6198,74.3206) .. (185.3398,75.1406) 
+.. controls (188.7498,75.2006) and (191.7403,75.6906) .. (194.5703,75.1406) 
+.. controls (202.1603,73.6506) and (206.5402,66.7306) .. (208.9102,60.1406) 
+.. controls (210.9902,61.4806) and (213.6602,62.6906) .. (215.6602,64.1406) 
+.. controls (217.1602,65.2606) and (218.3293,66.9298) .. (219.7793,68.2598) 
+.. controls (223.2993,71.5098) and (228.2993,73.8798) .. (232.7793,75.5098) 
+.. controls (233.9193,75.9098) and (234.8693,76.7601) .. (235.7793,76.8301) 
+.. controls (236.6893,76.9001) and (237.9902,76.1200) .. (238.9102,76.0000) 
+.. controls (239.2802,75.9500) and (239.6606,76.1699) .. (240.0606,76.1699) 
+.. controls (241.8305,76.0099) and (244.0001,74.6796) .. (245.8301,74.3496)
+arc(81.007 \@@_colon 69.274 \@@_colon 25.000) 
+.. controls (249.1195,71.0191) and (245.3793,72.4908) .. (243.0293,71.5508) 
+.. controls (244.2393,70.5508) and (247.4406,71.5508) .. (247.6406,69.5508) 
+.. controls (246.9106,68.8708) and (246.1898,69.5508) .. (245.3398,69.5508) 
+.. controls (243.1198,69.5508) and (240.7002,68.5707) .. (238.4102,68.7207) 
+.. controls (236.7402,68.8307) and (235.5791,69.2707) .. (234.2891,68.7207) 
+.. controls (232.9991,68.1707) and (232.5600,66.8102) .. (231.0000,66.4102) 
+.. controls (230.5200,65.9402) and (230.4796,66.7301) .. (229.8496,66.5801)
+arc(304.871 \@@_colon 292.929 \@@_colon 34.420) 
+.. controls (222.5001,63.4691) and (222.0592,62.9492) .. (220.9492,62.9492) 
+.. controls (217.9592,60.4492) and (213.2005,59.6895) .. (210.7305,56.6895) 
+.. controls (214.3105,56.9195) and (218.1796,56.3593) .. (222.0996,56.5293) 
+.. controls (224.3296,56.6193) and (226.5495,57.4296) .. (228.6894,57.3496) 
+.. controls (231.6795,57.2496) and (236.8896,54.6501) .. (236.5996,51.5801) 
+.. controls (236.3796,51.4201) and (235.9394,51.4298) .. (235.9394,51.0898) 
+.. controls (231.9694,52.2898) and (228.0801,51.9902) .. (224.0801,52.4102) 
+.. controls (219.6101,53.9002) and (215.0804,53.4405) .. (210.4004,53.2305) 
+.. controls (210.2204,52.5605) and (210.4604,52.3299) .. (210.4004,51.4199) 
+.. controls (212.1904,51.5299) and (214.3301,50.8598) .. (216.3301,50.7598)
+arc(98.462 \@@_colon 90.694 \@@_colon 14.810) 
+.. controls (220.8001,50.5199) and (221.7192,48.1505) .. (222.4492,45.8105) 
+.. controls (218.0892,43.2605) and (214.7592,46.0806) .. (210.4492,46.6406) 
+.. controls (209.6392,45.7006) and (210.5391,45.0199) .. (209.7891,44.1699) 
+.. controls (212.6091,42.7199) and (217.8300,43.6594) .. (221.0000,41.8594) 
+.. controls (220.4900,40.7894) and (220.7399,39.6405) .. (220.6699,38.5605) 
+.. controls (216.7999,37.8405) and (213.9492,40.5207) .. (210.4492,39.7207) 
+.. controls (210.0892,33.5607) and (223.6792,40.7592) .. (221.6992,32.6992) 
+.. controls (220.7592,31.0592) and (218.2492,30.2000) .. (218.6992,27.7500) 
+.. controls (225.1392,26.5800) and (228.8392,28.6401) .. (233.6992,28.0801) 
+.. controls (236.0792,27.8001) and (239.1109,26.4208) .. (239.9609,23.8008) 
+.. controls (238.5909,22.8008) and (237.4098,23.6308) .. (235.8398,23.8008) 
+.. controls (232.9298,24.1408) and (229.9596,22.9506) .. (227.0996,23.1406) 
+.. controls (224.7996,23.3006) and (222.6797,23.2308) .. (220.6797,23.3008) 
+.. controls (219.3597,22.0408) and (219.7696,20.3595) .. (219.8496,18.6895)
+arc(277.958 \@@_colon 287.822 \@@_colon 34.420) 
+.. controls (226.1391,18.8798) and (228.4391,18.1992) .. (228.6191,17.1992) 
+.. controls (228.9391,15.3892) and (229.6495,13.1094) .. (229.9394,11.1094) 
+.. controls (228.9895,9.6094) and (227.7704,10.4894) .. (225.6504,10.6094) 
+.. controls (224.8504,10.6594) and (224.0598,10.3192) .. (223.5098,10.4492) 
+.. controls (222.3898,10.6992) and (221.5891,11.8296) .. (220.8691,12.0996) 
+.. controls (220.4891,13.9996) and (220.7608,15.5391) .. (219.5508,16.5391) 
+.. controls (220.5808,15.2191) and (220.0009,12.6192) .. (220.2109,10.4492) 
+.. controls (220.2509,10.0792) and (220.7109,9.7292) .. (220.7109,9.4492) 
+.. controls (221.1759,6.0667) and (218.5292,4.5978) .. (215.9961,4.4961) 
+-- cycle(15.6348,4.9082) 
+.. controls (12.3158,4.8842) and (10.6020,6.8199) .. (8.0801,7.4199) 
+.. controls (7.3301,9.2099) and (5.4795,9.6791) .. (4.9395,11.3691)
+arc(194.003 \@@_colon 165.997 \@@_colon 9.880) 
+.. controls (5.6595,18.5004) and (8.2905,19.4199) .. (9.0605,21.4199) 
+.. controls (7.0005,23.7099) and (4.5800,26.4309) .. (0.0000,25.7109) 
+.. controls (0.2600,28.4309) and (0.8809,30.3305) .. (3.1309,31.3105) 
+.. controls (6.1609,31.3405) and (9.1294,30.3802) .. (12.3594,29.9902) 
+.. controls (19.1294,29.1902) and (24.6403,26.7895) .. (30.8203,27.5195) 
+.. controls (31.1703,25.9695) and (34.5295,25.5404) .. (34.9395,23.9004) 
+.. controls (35.0095,23.5804) and (34.6794,23.0001) .. (34.6094,22.5801) 
+.. controls (34.3994,21.3601) and (34.5593,20.3195) .. (33.7793,19.9395) 
+.. controls (32.9993,19.5595) and (30.6701,20.7498) .. (29.3301,21.0898) 
+.. controls (27.1001,21.6598) and (25.1303,21.4600) .. (23.5703,21.7500) 
+.. controls (20.7003,22.2900) and (17.8301,23.3704) .. (14.8301,23.9004) 
+-- (6.2598,25.3809) 
+.. controls (7.7598,22.3009) and (11.1299,22.8701) .. (14.1699,22.5801) 
+.. controls (16.9999,22.3101) and (18.9999,20.8692) .. (21.4199,19.4492) 
+.. controls (24.2299,17.8392) and (27.6203,18.2209) .. (30.3203,17.6309) 
+.. controls (32.4603,16.1509) and (32.8894,12.8309) .. (34.1094,10.8809) 
+.. controls (33.6794,9.9109) and (33.4607,7.7400) .. (31.9707,7.2500) 
+.. controls (30.0807,6.5800) and (25.9801,8.1301) .. (22.5801,7.5801) 
+.. controls (20.1501,7.1901) and (18.5403,5.1295) .. (16.3203,4.9395) 
+.. controls (16.0841,4.9195) and (15.8560,4.9098) .. (15.6348,4.9082) 
+-- cycle(314.4922,6.1895) 
+.. controls (313.3317,6.1663) and (312.2541,6.3661) .. (311.3203,7.0898) 
+.. controls (310.7403,10.8998) and (309.6504,14.9609) .. (311.6504,17.9609) 
+.. controls (314.7404,19.7909) and (315.5002,15.0202) .. (318.2402,15.4902) 
+.. controls (317.9202,17.2202) and (317.3499,18.6695) .. (316.9199,20.2695) 
+.. controls (312.6099,21.8895) and (307.8005,19.7309) .. (304.2305,17.9609)
+arc(62.687 \@@_colon 98.679 \@@_colon 3.280) 
+.. controls (300.2605,20.4891) and (298.4694,22.8792) .. (298.1094,26.6992) 
+.. controls (298.3594,29.5192) and (300.2003,30.7607) .. (301.5703,32.4707) 
+.. controls (303.1503,32.9407) and (306.1800,32.1807) .. (308.0000,32.4707)
+arc(37.346 \@@_colon 55.513 \@@_colon 66.440)
+arc(63.880 \@@_colon 76.856 \@@_colon 39.510) 
+.. controls (282.4506,50.3097) and (281.3693,50.8698) .. (279.7793,50.7598) 
+.. controls (279.2193,51.9298) and (277.8506,52.0305) .. (277.6406,53.2305) 
+.. controls (277.3306,54.9705) and (279.1998,57.3497) .. (281.2598,57.6797) 
+.. controls (283.6398,58.0497) and (286.1797,57.0894) .. (288.1797,56.8594) 
+.. controls (296.1397,52.0694) and (303.1495,45.0703) .. (309.4395,38.0703) 
+.. controls (310.9495,41.1703) and (308.8394,44.9692) .. (309.1094,48.4492) 
+.. controls (309.4194,52.3192) and (310.7402,56.6101) .. (312.7402,58.8301) 
+.. controls (313.8302,58.4401) and (313.9509,57.0693) .. (314.8809,56.5293) 
+.. controls (320.6109,57.6993) and (324.3709,54.6094) .. (329.8809,56.3594) 
+.. controls (331.4509,55.0594) and (331.0609,52.7998) .. (331.8809,50.5898) 
+.. controls (332.1209,49.9398) and (332.6492,49.4995) .. (332.6992,48.9395)
+arc(354.150 \@@_colon 343.073 \@@_colon 8.660) 
+.. controls (332.0691,44.2708) and (333.2791,41.7807) .. (333.3691,39.2207) 
+.. controls (333.9491,38.6507) and (334.1992,36.7499) .. (333.1992,36.4199) 
+.. controls (332.1992,36.7999) and (331.5003,37.4704) .. (330.5703,37.9004)
+arc(291.672 \@@_colon 268.993 \@@_colon 4.680) 
+.. controls (325.1098,38.8103) and (320.3004,36.8603) .. (315.9004,37.5703) 
+.. controls (315.3704,36.3003) and (313.9196,35.9395) .. (313.0996,34.9395) 
+.. controls (314.4896,33.7995) and (315.0407,31.8205) .. (316.7207,31.3105) 
+.. controls (319.4807,30.4805) and (323.1106,31.6705) .. (324.6406,31.8105)
+arc(92.820 \@@_colon 78.273 \@@_colon 25.430) 
+.. controls (331.6805,31.7605) and (332.4606,32.0207) .. (333.0605,32.4707) 
+.. controls (336.2905,30.1807) and (339.0502,26.4998) .. (338.6602,21.5898) 
+.. controls (337.4602,21.9198) and (337.3797,21.1095) .. (337.1797,20.4395)
+arc(80.701 \@@_colon 96.443 \@@_colon 46.930) 
+.. controls (325.3401,17.2198) and (327.9295,13.9407) .. (329.2695,10.2207) 
+.. controls (328.8595,7.1207) and (326.3496,6.3998) .. (323.3496,6.2598)
+arc(263.417 \@@_colon 255.124 \@@_colon 18.570) 
+.. controls (318.5922,6.8848) and (316.4264,6.2280) .. (314.4922,6.1895) 
+-- cycle(462.2559,6.9688) 
+.. controls (461.6466,6.9612) and (461.0269,7.0455) .. (460.4395,7.2305) 
+.. controls (459.8295,7.7405) and (460.6292,8.7305) .. (459.9492,9.2305) 
+.. controls (454.2592,9.6205) and (450.3592,10.1409) .. (444.9492,10.3809) 
+.. controls (443.1292,13.2909) and (445.6105,15.0102) .. (449.2305,15.1602) 
+.. controls (453.0705,15.3202) and (458.1895,13.7001) .. (460.4395,14.8301)
+arc(6.668 \@@_colon 13.188 \@@_colon 25.000)
+arc(77.430 \@@_colon 97.447 \@@_colon 10.940) 
+.. controls (454.7204,17.7908) and (452.8708,18.2891) .. (451.0508,18.2891)
+arc(276.115 \@@_colon 270.328 \@@_colon 27.880) 
+.. controls (446.8202,18.3409) and (443.4707,19.5709) .. (443.4707,21.1309) 
+.. controls (443.4907,22.9209) and (446.7903,23.6995) .. (448.5703,23.7695) 
+.. controls (450.9303,23.8595) and (452.5098,23.4395) .. (454.5098,23.4395) 
+.. controls (455.9898,23.4295) and (457.8994,23.1493) .. (460.1094,23.2793) 
+.. controls (460.5894,24.5993) and (460.9493,25.6202) .. (460.2793,26.7402) 
+.. controls (458.1393,26.4902) and (455.4994,27.2304) .. (452.8594,26.9004) 
+.. controls (451.5494,26.7504) and (450.4004,25.7500) .. (449.4004,25.7500) 
+.. controls (445.8904,25.6900) and (444.2098,30.4198) .. (446.7598,32.8398) 
+.. controls (446.6598,35.0898) and (447.2497,37.6298) .. (446.9297,40.0898)
+arc(140.022 \@@_colon 111.776 \@@_colon 4.580) 
+.. controls (450.1302,41.8004) and (450.8993,40.6300) .. (452.5293,40.2500) 
+.. controls (454.1593,39.8700) and (455.3193,40.4401) .. (456.5293,40.5801) 
+.. controls (458.2393,40.7801) and (460.0908,40.2202) .. (461.3008,40.9102)
+arc(186.620 \@@_colon 180.322 \@@_colon 24.080) 
+.. controls (456.7506,45.3708) and (450.4805,43.3708) .. (445.4805,42.5508) 
+.. controls (445.0805,43.4308) and (443.7005,43.6594) .. (443.4805,44.8594) 
+.. controls (443.3305,45.6394) and (443.9707,46.6502) .. (443.9707,47.4902) 
+.. controls (443.9807,50.2402) and (442.8202,52.8402) .. (442.1602,54.9102) 
+.. controls (440.0402,55.6302) and (437.9491,56.4094) .. (438.0391,59.3594) 
+.. controls (445.1291,63.2194) and (453.3895,56.8693) .. (461.2695,58.5293) 
+.. controls (461.8395,60.8893) and (461.4694,63.1591) .. (460.9395,65.7891) 
+.. controls (461.6895,67.3491) and (461.7398,69.5605) .. (463.0898,70.5605) 
+.. controls (464.2798,70.5505) and (465.3709,71.5509) .. (466.7109,71.8809)
+arc(233.547 \@@_colon 242.672 \@@_colon 9.760) 
+.. controls (469.4393,67.3805) and (469.0195,62.6193) .. (468.6895,58.5293) 
+.. controls (476.5795,57.5493) and (484.0101,58.6792) .. (492.5801,58.1992) 
+.. controls (493.3401,58.1592) and (493.9605,57.8809) .. (494.7305,57.8809) 
+.. controls (497.0505,57.9609) and (499.2905,58.8991) .. (501.9805,58.0391) 
+.. controls (503.4705,57.5691) and (504.4696,56.3803) .. (505.5996,55.5703)
+arc(60.347 \@@_colon 54.074 \@@_colon 30.550) 
+.. controls (509.1202,53.0898) and (510.7908,51.0391) .. (510.5508,50.2891) 
+.. controls (510.2408,49.2891) and (508.6502,49.6191) .. (507.9102,49.2891) 
+.. controls (504.5302,50.7091) and (500.7995,51.9198) .. (498.0195,53.0898) 
+.. controls (495.6595,51.7698) and (493.6096,52.7099) .. (491.0996,52.9199) 
+.. controls (487.7496,53.1999) and (484.6791,52.7500) .. (481.5391,52.7500) 
+.. controls (478.7191,54.5800) and (472.1091,53.2401) .. (467.5391,53.5801) 
+.. controls (468.0291,51.8301) and (466.3093,48.5404) .. (468.0293,47.1504) 
+.. controls (468.8293,46.4904) and (470.9806,46.6602) .. (473.1406,46.4902)
+arc(262.762 \@@_colon 269.591 \@@_colon 41.560) 
+.. controls (482.3201,46.4702) and (485.5703,44.7207) .. (486.8203,41.2207) 
+.. controls (485.0703,38.8807) and (482.7909,40.8809) .. (481.2109,41.7109) 
+.. controls (477.3609,43.7609) and (471.6609,43.7392) .. (467.2109,43.1992) 
+.. controls (466.5909,42.4792) and (466.5009,40.7903) .. (466.3809,40.0703) 
+.. controls (470.8109,38.3703) and (476.2807,39.3098) .. (480.7207,37.5898) 
+.. controls (485.0907,35.7398) and (484.7404,29.0902) .. (486.6504,24.7402) 
+.. controls (484.0104,23.6602) and (480.6698,25.5002) .. (477.5898,25.7402) 
+.. controls (476.7698,25.8002) and (475.9591,25.5703) .. (475.1191,25.5703) 
+.. controls (471.9591,25.7003) and (468.6606,26.5303) .. (465.3906,26.0703)
+arc(10.501 \@@_colon -10.501 \@@_colon 8.230) 
+.. controls (468.5306,21.7703) and (473.4495,22.6400) .. (476.7695,22.2500)
+arc(226.083 \@@_colon 246.432 \@@_colon 8.410)
+arc(41.225 \@@_colon 29.163 \@@_colon 32.610) 
+.. controls (484.2794,13.0000) and (486.0501,10.8005) .. (485.8301,8.7305)
+arc(293.995 \@@_colon 275.369 \@@_colon 10.000) 
+.. controls (480.9992,8.0002) and (479.2800,9.2606) .. (477.7500,9.3906)
+arc(94.860 \@@_colon 105.804 \@@_colon 9.650) 
+.. controls (472.7095,8.7805) and (469.3809,9.4805) .. (466.3809,9.2305) 
+.. controls (465.8259,7.8355) and (464.0835,6.9912) .. (462.2559,6.9688) 
+-- cycle(439.7324,8.3223) 
+.. controls (436.7322,8.2771) and (434.2297,9.5246) .. (432.4297,10.3496)
+arc(66.310 \@@_colon 84.377 \@@_colon 35.250) 
+.. controls (421.2407,13.2204) and (420.4502,13.3505) .. (419.9102,13.4805) 
+.. controls (417.0202,14.2305) and (413.9100,14.6505) .. (411.5000,16.4805) 
+.. controls (410.6700,18.4205) and (409.0809,19.5399) .. (408.2109,21.4199)
+arc(-34.177 \@@_colon 19.106 \@@_colon 2.790) 
+.. controls (408.9291,24.2704) and (409.4595,24.5108) .. (409.6895,25.0508) 
+.. controls (411.4094,25.6708) and (413.1192,25.2207) .. (415.9492,25.2207) 
+.. controls (419.3892,23.2707) and (423.7602,22.7297) .. (427.6602,20.9297) 
+.. controls (429.0302,20.2997) and (430.3495,19.3791) .. (431.7695,18.6191) 
+.. controls (436.2495,16.2391) and (440.8402,14.4607) .. (442.4902,9.7207) 
+.. controls (442.0002,9.0907) and (440.9998,8.9196) .. (440.3398,8.3496) 
+.. controls (440.1355,8.3346) and (439.9324,8.3253) .. (439.7324,8.3223) 
+-- cycle(171.4688,10.9844) 
+.. controls (167.2336,11.1331) and (164.3772,15.7382) .. (162.4609,19.4395) 
+.. controls (161.4109,19.2295) and (159.4797,17.9994) .. (158.1797,19.1094) 
+.. controls (156.8797,20.2194) and (157.5800,23.3991) .. (159.0000,24.8691) 
+.. controls (160.0800,25.9691) and (160.6600,25.8794) .. (162.0000,26.3594) 
+.. controls (163.3400,26.8394) and (163.9391,27.6594) .. (165.6191,27.3594)
+arc(185.638 \@@_colon 161.267 \@@_colon 3.530)
+arc(81.047 \@@_colon 90.388 \@@_colon 13.170)
+arc(232.010 \@@_colon 185.494 \@@_colon 4.000) 
+.. controls (158.7709,34.4495) and (154.4994,36.2192) .. (149.9394,37.6992)
+arc(50.084 \@@_colon 70.856 \@@_colon 31.520) 
+.. controls (139.9008,43.0108) and (139.6508,42.8205) .. (139.5508,42.4805)
+arc(41.189 \@@_colon 33.092 \@@_colon 11.730) 
+.. controls (138.1408,42.0102) and (135.6592,42.0708) .. (133.9492,43.8008) 
+.. controls (133.7092,43.0708) and (133.5208,44.0508) .. (132.8008,43.8008) 
+.. controls (132.8308,44.8108) and (132.1108,45.0996) .. (132.3008,46.0996) 
+.. controls (132.6608,47.9896) and (135.7398,48.0096) .. (136.0898,50.0996) 
+.. controls (137.9598,51.2996) and (138.5291,50.6598) .. (141.0391,50.7598) 
+.. controls (141.0191,50.1998) and (141.6495,50.2598) .. (142.1894,50.2598)
+arc(224.025 \@@_colon 253.752 \@@_colon 6.830)
+arc(224.523 \@@_colon 243.396 \@@_colon 41.000) 
+.. controls (156.4006,40.0891) and (156.8908,39.5409) .. (157.5508,39.8809) 
+.. controls (157.6108,39.6009) and (157.3008,39.4606) .. (157.5508,39.3906) 
+.. controls (158.4208,39.3606) and (159.6798,38.2505) .. (160.8398,38.5605) 
+.. controls (161.8898,37.3705) and (164.0592,35.6899) .. (165.9492,36.4199) 
+.. controls (166.5092,44.9099) and (165.8693,55.1895) .. (166.2793,64.7695)
+arc(210.068 \@@_colon 189.998 \@@_colon 5.530) 
+.. controls (166.7291,68.6001) and (165.6191,70.3498) .. (166.1191,73.0098) 
+.. controls (166.8991,72.9398) and (167.1596,73.3899) .. (167.5996,73.6699) 
+.. controls (168.2796,73.5099) and (168.3201,72.6198) .. (169.0801,72.5098) 
+.. controls (169.9601,72.9598) and (171.2306,72.9999) .. (171.8906,73.6699) 
+.. controls (172.5306,73.5999) and (172.5892,72.9398) .. (173.1992,72.8398) 
+.. controls (173.3092,72.1298) and (172.3791,72.4595) .. (172.5391,71.6895)
+arc(83.397 \@@_colon 68.531 \@@_colon 5.260) 
+.. controls (174.3694,65.0194) and (172.3691,59.5105) .. (173.3691,53.2305) 
+.. controls (173.7291,50.8905) and (172.9493,48.4305) .. (173.5293,45.9805) 
+.. controls (172.7993,44.5205) and (173.3291,42.6591) .. (173.0391,40.8691) 
+.. controls (172.9491,40.3891) and (172.5209,39.9606) .. (172.3809,39.3906) 
+.. controls (171.8709,37.4506) and (172.6391,35.5892) .. (172.8691,33.9492) 
+.. controls (175.0191,34.4692) and (175.6504,37.1002) .. (177.6504,37.7402) 
+.. controls (178.4904,38.0102) and (179.2891,37.4703) .. (180.2891,38.0703) 
+.. controls (181.6791,37.4803) and (182.9899,36.8095) .. (183.4199,35.2695)
+arc(342.311 \@@_colon 331.346 \@@_colon 19.690) 
+.. controls (179.1495,30.6705) and (175.8691,30.6899) .. (172.8691,29.1699)
+arc(181.455 \@@_colon 196.077 \@@_colon 8.510)
+arc(259.171 \@@_colon 271.077 \@@_colon 47.080) 
+.. controls (184.6797,24.7692) and (187.8109,24.7197) .. (187.2109,20.9297) 
+.. controls (185.9909,19.7897) and (185.2898,17.7107) .. (183.5898,17.4707) 
+.. controls (182.4298,17.3107) and (181.0908,18.5791) .. (179.8008,18.7891) 
+.. controls (177.3408,19.1891) and (175.0191,18.6491) .. (172.8691,18.7891) 
+.. controls (174.5391,16.4891) and (174.5891,14.0109) .. (173.3691,11.2109) 
+.. controls (172.7066,11.0347) and (172.0738,10.9631) .. (171.4688,10.9844) 
+-- cycle(353.5000,12.0000) 
+.. controls (354.9200,12.3100) and (356.8298,11.5903) .. (357.7598,12.8203)
+arc(36.936 \@@_colon 58.710 \@@_colon 24.720) 
+.. controls (349.5998,17.9598) and (347.6506,17.5492) .. (346.3906,16.4492) 
+.. controls (347.5006,15.8492) and (349.6100,13.9204) .. (351.5000,13.1504) 
+.. controls (352.4000,12.7904) and (353.3000,13.1000) .. (353.5000,12.0000) 
+-- cycle(466.3809,13.6797) 
+.. controls (468.6809,14.4997) and (471.3809,13.4000) .. (474.1309,14.0000)
+arc(21.939 \@@_colon 52.591 \@@_colon 8.250) 
+.. controls (469.7502,17.0307) and (468.0906,17.9808) .. (465.8906,17.3008)
+arc(169.981 \@@_colon 205.439 \@@_colon 6.000) 
+-- cycle(198.1797,17.1133) 
+.. controls (198.7972,17.1345) and (199.5505,17.3307) .. (200.2305,17.4707) 
+.. controls (200.3105,17.8407) and (200.5605,18.3091) .. (200.2305,18.6191) 
+.. controls (198.7905,18.3591) and (198.2594,17.9408) .. (196.9394,17.8008) 
+.. controls (197.0795,17.2458) and (197.5622,17.0920) .. (198.1797,17.1133) 
+-- cycle(210.0000,19.7793)
+arc(-58.166 \@@_colon 21.489 \@@_colon 3.150) 
+.. controls (210.6195,23.7594) and (209.7891,23.6595) .. (209.6191,24.2695) 
+.. controls (208.6391,23.0095) and (209.8309,21.6895) .. (209.4609,20.2695) 
+.. controls (209.8909,20.3695) and (210.0500,20.1993) .. (210.0000,19.7793) 
+-- cycle(430.7891,22.4102) 
+.. controls (428.5991,22.4002) and (427.3799,24.7007) .. (425.1699,25.2207) 
+.. controls (423.8099,29.6007) and (422.3192,36.0091) .. (422.6992,40.5391) 
+.. controls (422.6392,41.0291) and (422.2009,41.1394) .. (421.8809,41.3594) 
+.. controls (422.2409,43.4194) and (421.9509,46.9595) .. (422.8809,49.2695) 
+.. controls (421.9109,51.7695) and (423.0303,56.3496) .. (420.5703,57.3496) 
+.. controls (419.9103,59.5196) and (420.6405,61.1193) .. (420.7305,63.2793) 
+.. controls (420.8905,66.1993) and (419.9406,68.6409) .. (421.8906,69.7109) 
+.. controls (423.5206,68.7409) and (424.2398,67.4203) .. (426.3398,67.0703) 
+.. controls (429.1698,66.6003) and (432.0298,67.1296) .. (432.7598,64.5996) 
+.. controls (432.0998,63.3596) and (432.9297,62.0304) .. (432.9297,60.6504) 
+.. controls (432.9097,58.0704) and (431.9798,55.1303) .. (432.7598,53.0703) 
+.. controls (431.5498,49.5703) and (432.3794,45.7692) .. (431.6094,41.1992)
+arc(6.092 \@@_colon -2.392 \@@_colon 69.110) 
+.. controls (431.7894,28.0605) and (431.7891,25.0502) .. (430.7891,22.4102) 
+-- cycle(352.1797,27.9805)
+arc(271.098 \@@_colon 279.625 \@@_colon 24.460) 
+.. controls (355.5608,29.9803) and (355.9707,30.7695) .. (355.9707,32.7695)
+arc(277.583 \@@_colon 267.776 \@@_colon 21.260) 
+.. controls (352.5598,30.1596) and (349.6006,31.6095) .. (348.3906,32.2695) 
+.. controls (348.0006,31.1495) and (348.4508,29.3704) .. (348.5508,28.1504) 
+-- (348.5508,28.1797)
+arc(262.597 \@@_colon 271.118 \@@_colon 24.460) 
+-- cycle(212.2500,28.3496)
+arc(316.596 \@@_colon 340.681 \@@_colon 10.640) 
+.. controls (212.4805,31.9206) and (211.3391,32.1406) .. (208.7891,32.1406) 
+.. controls (208.6991,30.6006) and (209.3891,30.0299) .. (209.7891,28.6699)
+arc(254.875 \@@_colon 270.293 \@@_colon 9.250) 
+-- cycle(31.8691,29.0000) 
+.. controls (28.5091,30.2600) and (24.2091,30.5304) .. (20.8691,31.1504) 
+.. controls (18.7491,32.6604) and (15.3206,33.0592) .. (12.1406,33.4492)
+arc(83.352 \@@_colon 98.317 \@@_colon 42.240) 
+.. controls (-0.1194,35.4791) and (1.1406,37.5307) .. (2.1406,39.2207) 
+.. controls (6.4006,40.9007) and (11.4593,38.5504) .. (17.5293,37.9004) 
+.. controls (22.2193,37.4104) and (26.7507,37.3798) .. (30.2207,36.2598) 
+.. controls (32.3707,34.9998) and (35.5191,30.4200) .. (31.8691,29.0000) 
+-- cycle(472.5000,30.2656) 
+.. controls (474.0051,30.3117) and (475.3883,30.5388) .. (476.2695,31.0000)
+arc(-0.536 \@@_colon 35.892 \@@_colon 6.060) 
+.. controls (471.9091,35.0894) and (469.2807,34.7695) .. (466.2207,34.9395) 
+.. controls (465.9407,33.8495) and (465.9407,32.4705) .. (465.7207,31.3105) 
+.. controls (467.1457,30.6168) and (469.9915,30.1889) .. (472.5000,30.2656) 
+-- cycle(460.7793,31.1797) 
+.. controls (461.2593,32.2297) and (461.1094,33.9609) .. (461.1094,35.4609) 
+.. controls (458.9294,34.8209) and (457.2698,35.9808) .. (455.0098,35.3008) 
+.. controls (455.3398,34.0008) and (455.1698,32.9300) .. (455.3398,32.0000) 
+.. controls (456.8298,31.0000) and (458.6593,31.4097) .. (460.7793,31.1797) 
+-- cycle(352.3418,37.6523)
+arc(268.645 \@@_colon 273.051 \@@_colon 51.510) 
+.. controls (356.3708,39.0309) and (356.4507,41.8504) .. (355.9707,42.6504) 
+.. controls (353.1607,42.7904) and (351.2406,42.1702) .. (348.3906,41.9902)
+arc(172.280 \@@_colon 187.720 \@@_colon 15.340) 
+-- (348.3906,37.9004)
+arc(264.205 \@@_colon 268.610 \@@_colon 51.510) 
+-- cycle(29.9434,41.9902) 
+.. controls (26.2187,41.9512) and (22.6203,43.5586) .. (19.3203,43.8398) 
+.. controls (16.8603,44.0398) and (13.8202,44.8500) .. (11.4102,44.5000) 
+.. controls (10.2502,44.3200) and (9.2091,43.4397) .. (8.1191,43.1797) 
+.. controls (6.7591,42.8497) and (5.3791,43.0996) .. (4.1191,42.8496) 
+.. controls (3.1091,42.6496) and (2.3703,41.7395) .. (1.3203,42.1895) 
+.. controls (-0.8497,44.9995) and (2.4095,48.9995) .. (4.9395,49.4395)
+arc(87.165 \@@_colon 79.438 \@@_colon 21.000) 
+.. controls (13.8200,48.5694) and (22.2199,47.9106) .. (28.6699,46.6406) 
+.. controls (29.8399,45.6206) and (32.3995,43.9395) .. (30.6895,42.0195) 
+.. controls (30.4401,42.0014) and (30.1917,41.9928) .. (29.9434,41.9902) 
+-- cycle(325.6309,43.0098) 
+.. controls (326.9509,44.1198) and (324.5709,48.0795) .. (326.6309,48.9395) 
+.. controls (326.3109,49.9695) and (325.3806,50.4400) .. (325.3105,51.7500) 
+.. controls (322.1506,52.1000) and (318.4898,50.9199) .. (316.0898,50.9199) 
+.. controls (316.1598,48.6199) and (315.9899,46.5898) .. (315.9199,43.8398) 
+.. controls (318.2399,42.5098) and (323.1909,43.5598) .. (325.6309,43.0098) 
+-- cycle(349.5352,47.0586) 
+.. controls (352.1130,46.9939) and (354.0706,47.5634) .. (356.3105,47.0996) 
+.. controls (356.0206,49.5396) and (355.3605,50.0391) .. (355.3105,52.5391)
+arc(278.316 \@@_colon 267.674 \@@_colon 33.860) 
+.. controls (348.2639,51.1078) and (348.9882,48.7113) .. (348.3984,47.1309) 
+.. controls (348.7918,47.0914) and (349.1694,47.0678) .. (349.5352,47.0586) 
+-- cycle(461.1895,47.3398)
+arc(-8.403 \@@_colon 8.403 \@@_colon 22.000)
+arc(82.265 \@@_colon 97.735 \@@_colon 37.150)
+arc(170.092 \@@_colon 212.461 \@@_colon 8.140) 
+-- (452.3691,48.0000) 
+.. controls (455.2991,47.9400) and (458.2294,47.3798) .. (461.1895,47.3398) 
+-- cycle(29.0078,50.5996) 
+.. controls (27.4377,50.5487) and (25.0001,52.3522) .. (23.9004,52.5391) 
+.. controls (21.9804,52.8591) and (19.5805,52.5992) .. (16.9805,52.6992) 
+.. controls (15.0905,52.7892) and (13.2191,53.3194) .. (11.3691,53.3594) 
+.. controls (9.5191,53.3994) and (7.8398,53.0592) .. (6.5898,53.6992) 
+.. controls (5.8698,54.7992) and (6.4297,56.2192) .. (6.4297,57.6992) 
+.. controls (6.4197,58.7792) and (6.0996,59.8800) .. (6.0996,61.0000)
+arc(182.103 \@@_colon 143.175 \@@_colon 11.570)
+arc(285.115 \@@_colon 291.968 \@@_colon 30.520) 
+.. controls (15.1994,66.7095) and (23.9692,68.5602) .. (25.1992,64.2402) 
+.. controls (22.0792,63.7302) and (17.3200,64.7204) .. (14.0000,64.9004) 
+.. controls (12.9100,63.5304) and (12.8898,60.3105) .. (13.3398,58.3105)
+arc(249.608 \@@_colon 269.745 \@@_colon 26.340) 
+.. controls (22.9704,56.6702) and (23.1304,56.2800) .. (23.4004,56.0000) 
+.. controls (24.3904,57.6700) and (23.9991,61.8107) .. (25.8691,61.9707) 
+.. controls (27.1391,62.0707) and (27.1298,60.7605) .. (28.3398,60.4805) 
+.. controls (29.1198,58.7505) and (29.1202,56.7407) .. (29.6602,54.7207) 
+.. controls (29.9602,53.6207) and (30.5103,52.4007) .. (30.3203,51.7207) 
+.. controls (30.1038,50.9248) and (29.6222,50.6195) .. (29.0078,50.5996) 
+-- cycle(197.9688,137.0410) 
+.. controls (196.2280,137.1680) and (194.6641,137.9297) .. (194.0391,139.1797) 
+.. controls (194.5791,140.5497) and (194.5592,142.6591) .. (195.1992,144.2891) 
+.. controls (195.5492,145.1791) and (196.6495,145.7396) .. (196.0195,146.5996) 
+.. controls (193.0395,145.8596) and (188.8699,147.5809) .. (190.4199,151.3809) 
+.. controls (192.6399,152.7009) and (195.2301,151.4693) .. (198.3301,152.0293) 
+.. controls (196.5601,153.4493) and (196.2691,155.7102) .. (194.0391,155.6602) 
+.. controls (193.1591,155.6602) and (192.3202,154.6102) .. (191.2402,154.6602) 
+.. controls (190.3302,154.7102) and (189.6295,155.7802) .. (188.7695,155.6602) 
+.. controls (189.0195,156.6902) and (188.0594,156.7807) .. (188.4394,157.4707) 
+.. controls (188.6695,158.1707) and (189.8798,157.9009) .. (189.7598,158.9609) 
+.. controls (190.7298,158.7809) and (190.9702,159.2893) .. (191.2402,159.7793) 
+.. controls (190.1002,162.2093) and (187.7607,163.4405) .. (185.4707,164.7305) 
+.. controls (176.3707,165.4705) and (165.3907,165.3891) .. (157.4707,166.8691) 
+.. controls (156.0107,172.1691) and (157.4506,178.3898) .. (156.6406,184.0098) 
+.. controls (157.9906,184.2998) and (157.9493,182.9498) .. (159.7793,183.5098) 
+.. controls (160.4493,183.1098) and (161.0893,182.7094) .. (161.7793,182.3594) 
+.. controls (162.1293,181.4194) and (163.1795,179.9004) .. (162.4394,178.9004) 
+.. controls (163.0394,178.9704) and (162.8895,178.4902) .. (162.9394,178.2402) 
+.. controls (163.5294,175.3202) and (162.3702,172.1504) .. (165.2402,171.1504) 
+.. controls (165.9602,170.9404) and (165.9805,171.1003) .. (166.5606,171.3203) 
+.. controls (166.9606,171.1103) and (167.0507,170.5902) .. (167.7207,170.6602) 
+.. controls (178.4007,169.8902) and (189.7207,168.4300) .. (200.7207,169.5000) 
+.. controls (201.1807,169.4800) and (201.3991,169.1699) .. (201.8691,169.1699) 
+.. controls (210.0491,170.3299) and (219.4905,168.8600) .. (228.7305,170.0000) 
+.. controls (229.0105,174.3800) and (228.3902,178.5400) .. (228.2402,182.0000)
+arc(263.004 \@@_colon 294.805 \@@_colon 5.780)
+arc(238.746 \@@_colon 256.412 \@@_colon 14.090) 
+.. controls (236.6691,181.7098) and (237.4499,180.5399) .. (238.6699,181.1699) 
+.. controls (241.3999,176.9199) and (239.0900,171.8999) .. (239.0000,166.1699) 
+.. controls (237.1800,164.2999) and (232.4794,164.2898) .. (229.6094,165.0098) 
+.. controls (225.7694,163.7398) and (221.1401,163.8198) .. (217.0801,164.0098) 
+.. controls (209.6901,164.3398) and (200.6894,164.7998) .. (192.6894,164.3398) 
+.. controls (193.6995,163.6998) and (194.7003,161.5298) .. (196.3203,161.3398) 
+.. controls (196.7403,161.2898) and (198.6191,161.3602) .. (198.6191,162.4902) 
+.. controls (200.1391,161.9902) and (200.8000,163.2502) .. (202.2500,162.9902) 
+.. controls (203.0200,162.5002) and (203.1005,161.3200) .. (204.5606,161.5000) 
+.. controls (204.4706,158.5400) and (202.9306,157.2207) .. (200.5606,157.2207) 
+.. controls (203.8005,153.9907) and (207.9194,151.7302) .. (210.6094,147.9902) 
+.. controls (209.5394,145.9502) and (208.3800,146.7398) .. (206.0000,146.8398) 
+.. controls (203.6200,146.9398) and (200.1100,147.3398) .. (198.7500,146.3398) 
+.. controls (199.9400,144.5098) and (201.9195,143.4804) .. (202.9394,141.6504) 
+.. controls (202.2295,140.6304) and (202.4609,138.3493) .. (201.1309,137.5293) 
+.. controls (200.1221,137.1168) and (199.0132,136.9648) .. (197.9688,137.0410) 
+-- cycle(302.1934,137.2812)
+arc(266.857 \@@_colon 255.373 \@@_colon 12.260) 
+.. controls (297.8595,138.3102) and (297.2995,140.7096) .. (296.7695,142.5996) 
+.. controls (299.0395,143.2996) and (299.7606,145.5509) .. (300.5605,147.7109) 
+.. controls (294.4305,148.2009) and (287.3591,149.1192) .. (280.6191,148.1992) 
+.. controls (279.4691,149.1392) and (279.8407,150.6802) .. (279.4707,152.4902) 
+.. controls (280.1707,153.0402) and (281.4495,152.8806) .. (282.2695,153.6406) 
+.. controls (283.2695,153.1206) and (285.7395,153.0508) .. (286.2695,154.3008) 
+.. controls (286.3495,155.2008) and (286.2294,157.0498) .. (285.6094,157.7598) 
+.. controls (287.3494,159.7398) and (288.6291,165.8099) .. (284.1191,165.6699) 
+.. controls (283.1891,167.5299) and (280.0595,167.2104) .. (278.1895,168.1504) 
+.. controls (278.7794,170.6104) and (281.5208,170.6094) .. (283.3008,171.6094) 
+.. controls (284.3008,172.1294) and (284.4908,173.1701) .. (285.3008,174.0801) 
+.. controls (286.3608,175.2201) and (287.8108,175.9109) .. (288.3008,176.7109) 
+.. controls (289.0508,177.9709) and (289.0192,179.4309) .. (289.9492,180.7109) 
+.. controls (284.4692,182.1309) and (279.6292,181.6491) .. (273.9492,181.3691) 
+.. controls (272.1892,183.8891) and (272.9691,185.6191) .. (273.2891,188.6191) 
+.. controls (277.3191,188.9691) and (284.1997,187.3907) .. (290.4297,186.9707) 
+.. controls (293.2197,186.8007) and (293.9708,186.5907) .. (294.0508,188.9707) 
+.. controls (294.2508,194.1207) and (293.4900,196.4097) .. (291.2500,199.6797) 
+.. controls (290.3700,199.8397) and (290.0896,200.4398) .. (289.5996,200.8398) 
+.. controls (287.0896,202.8798) and (282.3905,203.3105) .. (278.2305,202.9805) 
+.. controls (277.4105,202.2905) and (275.7594,202.4005) .. (274.6094,202.4805) 
+.. controls (274.6894,206.8105) and (278.4294,208.8706) .. (281.6895,210.5606) 
+.. controls (295.2495,210.0306) and (300.0604,200.6906) .. (300.1504,188.3106)
+arc(172.076 \@@_colon 177.813 \@@_colon 18.160) 
+.. controls (304.7602,185.0100) and (309.4198,185.6100) .. (312.8398,182.5000)
+arc(183.920 \@@_colon 196.744 \@@_colon 8.240) 
+.. controls (312.2099,179.3695) and (311.3609,178.2307) .. (309.7109,178.2207) 
+.. controls (308.0609,178.2107) and (306.5209,179.8893) .. (304.7109,180.0293) 
+.. controls (302.1809,180.2293) and (298.6708,180.2709) .. (297.3008,178.8809)
+arc(226.205 \@@_colon 235.718 \@@_colon 53.720) 
+.. controls (307.4507,171.0795) and (311.9491,169.7992) .. (312.7891,165.1992) 
+.. controls (311.7791,163.6092) and (309.4798,164.8309) .. (308.0098,164.3809) 
+.. controls (307.2798,162.0909) and (310.0204,161.2098) .. (310.1504,159.7598) 
+.. controls (310.2704,158.4298) and (309.0498,157.8798) .. (308.3398,156.7598) 
+.. controls (308.3198,154.4898) and (310.8203,152.8500) .. (309.8203,150.0000) 
+.. controls (314.0003,150.3400) and (319.9998,151.5995) .. (322.5098,148.7695) 
+.. controls (323.1098,150.0995) and (324.1098,150.1502) .. (324.5098,151.4102)
+arc(-9.417 \@@_colon 9.417 \@@_colon 10.570)
+arc(5.722 \@@_colon 50.622 \@@_colon 8.320) 
+.. controls (319.3098,161.9807) and (316.5099,162.4895) .. (314.9199,164.2695) 
+-- (314.9199,165.7500) 
+.. controls (312.8999,166.8000) and (314.2694,169.1992) .. (313.1094,170.1992)
+arc(132.907 \@@_colon 78.984 \@@_colon 2.650) 
+.. controls (316.8999,171.7494) and (318.4293,171.7298) .. (320.0293,172.5098) 
+.. controls (321.4293,173.2198) and (322.2902,174.6198) .. (323.4902,175.5098) 
+.. controls (323.6302,175.6198) and (323.9904,175.4198) .. (324.1504,175.5098) 
+.. controls (325.0404,176.0298) and (326.0291,177.3203) .. (326.7891,177.8203) 
+.. controls (327.5491,178.3203) and (328.5996,178.3807) .. (328.5996,179.4707)
+arc(59.950 \@@_colon 102.152 \@@_colon 13.200) 
+.. controls (318.0709,180.6792) and (317.2109,179.5709) .. (316.2109,179.6309) 
+.. controls (313.4509,179.7909) and (312.3906,185.1006) .. (315.3906,185.8906) 
+.. controls (321.3606,187.6906) and (328.0401,185.6601) .. (334.8301,184.5801) 
+.. controls (338.8601,186.6401) and (340.7408,191.5603) .. (345.0508,192.8203) 
+.. controls (346.0708,194.5503) and (348.2298,195.1298) .. (348.8398,197.2598) 
+.. controls (350.8398,197.6898) and (351.8398,199.1506) .. (352.8398,200.5606) 
+.. controls (352.5698,201.0505) and (352.3297,201.7409) .. (351.6797,201.3809) 
+.. controls (351.6597,201.9009) and (352.1998,201.8491) .. (352.0098,202.5391) 
+.. controls (353.2698,203.5891) and (354.8309,203.1693) .. (356.6309,203.0293) 
+.. controls (359.1509,202.8393) and (363.1094,202.5409) .. (365.3594,201.7109) 
+.. controls (368.3094,201.3609) and (370.1894,199.9501) .. (372.6094,199.0801) 
+.. controls (373.8894,198.4901) and (376.7908,198.2298) .. (378.0508,197.5898)
+arc(91.611 \@@_colon 53.246 \@@_colon 10.790) 
+.. controls (383.8206,195.0692) and (382.6198,195.6191) .. (381.5098,195.6191) 
+.. controls (381.5098,195.2891) and (381.9598,195.4109) .. (381.8398,194.9609) 
+.. controls (381.4198,195.1109) and (380.9094,195.2291) .. (380.6895,194.7891) 
+.. controls (381.8095,194.3791) and (381.2596,193.7104) .. (381.3496,192.6504) 
+.. controls (381.6596,192.7204) and (381.6399,193.1205) .. (382.1699,192.9805)
+arc(155.632 \@@_colon 204.368 \@@_colon 1.600) 
+.. controls (381.7299,191.5502) and (381.1396,191.5901) .. (380.8496,191.3301) 
+.. controls (381.1396,191.2501) and (381.8409,190.4206) .. (381.2109,190.8906)
+arc(63.434 \@@_colon 111.500 \@@_colon 4.450) 
+.. controls (377.8398,190.7208) and (379.2498,190.7208) .. (378.5898,190.0508) 
+.. controls (376.7998,190.4508) and (373.9902,190.1409) .. (372.9902,190.8809)
+arc(103.185 \@@_colon 122.903 \@@_colon 13.580) 
+.. controls (365.2509,188.4205) and (362.3805,190.0805) .. (358.9805,189.2305) 
+.. controls (358.8905,188.8905) and (358.6402,188.7002) .. (358.4902,188.4102)
+arc(104.658 \@@_colon 112.212 \@@_colon 24.000) 
+.. controls (348.8702,187.8702) and (346.0301,182.8205) .. (340.3301,181.3106) 
+.. controls (337.9901,179.4906) and (340.4104,176.9491) .. (341.6504,175.8691) 
+.. controls (341.7704,175.1091) and (341.8107,174.2705) .. (342.4707,174.0606) 
+.. controls (342.3007,172.8406) and (342.8908,171.9996) .. (343.3008,170.5996) 
+.. controls (343.5508,169.7096) and (345.0595,169.1492) .. (345.4395,168.4492) 
+.. controls (346.4694,166.5892) and (345.2693,165.0897) .. (344.7793,163.1797) 
+.. controls (349.4793,161.4997) and (356.9093,162.6797) .. (361.7793,161.1797)
+arc(232.747 \@@_colon 239.978 \@@_colon 37.630)
+arc(160.223 \@@_colon 191.847 \@@_colon 4.250) 
+.. controls (364.6703,155.7902) and (364.3099,155.8299) .. (363.4199,155.4199) 
+.. controls (360.2099,156.1699) and (356.0706,156.1699) .. (351.5605,156.4199) 
+.. controls (348.2006,156.6199) and (344.6801,155.5098) .. (341.8301,155.7598) 
+.. controls (340.7301,155.8598) and (339.7801,156.3698) .. (338.8301,156.2598) 
+.. controls (337.6901,156.1298) and (334.8491,154.7792) .. (334.5391,153.9492) 
+.. controls (334.3691,153.4892) and (334.6391,152.7208) .. (334.5391,152.3008) 
+.. controls (333.6291,151.4608) and (333.8308,149.1796) .. (334.0508,147.8496) 
+.. controls (333.0008,146.6896) and (333.0602,145.1906) .. (331.9102,144.3906) 
+.. controls (329.5502,142.7606) and (325.7699,143.7607) .. (323.1699,145.2207)
+arc(16.176 \@@_colon 43.639 \@@_colon 4.860) 
+.. controls (318.0795,146.3407) and (314.7295,145.3406) .. (311.0195,146.0606) 
+.. controls (308.2295,144.6705) and (308.7295,140.6402) .. (307.0195,137.9902)
+arc(289.832 \@@_colon 266.882 \@@_colon 12.260) 
+-- cycle(447.0840,137.7344) 
+.. controls (442.2657,137.8374) and (439.2316,141.3791) .. (435.9004,143.7109) 
+.. controls (433.1504,145.6509) and (430.2904,146.7704) .. (429.1504,149.6504) 
+.. controls (427.2204,151.4004) and (423.9509,152.9403) .. (423.7109,156.0703) 
+.. controls (423.5009,158.6803) and (425.9500,160.0197) .. (427.5000,161.6797) 
+.. controls (430.5500,161.6097) and (431.3299,159.5597) .. (434.9199,160.6797) 
+.. controls (434.7799,161.1397) and (435.1501,161.1100) .. (435.0801,161.5000)
+arc(25.472 \@@_colon 87.666 \@@_colon 1.160)
+arc(-5.430 \@@_colon 19.263 \@@_colon 3.110) 
+.. controls (431.4899,166.0005) and (428.0098,167.4904) .. (426.0098,170.4004) 
+.. controls (425.7798,170.3504) and (425.6896,170.1702) .. (425.3496,170.2402)
+arc(36.154 \@@_colon 53.846 \@@_colon 18.940) 
+.. controls (421.5705,174.4494) and (421.5806,174.6096) .. (421.3906,174.8496) 
+.. controls (415.9106,179.6096) and (409.2398,183.3608) .. (403.5898,187.0508)
+arc(284.521 \@@_colon 267.305 \@@_colon 5.510) 
+.. controls (399.9792,188.5709) and (400.6796,192.5103) .. (403.0996,192.8203) 
+.. controls (405.7296,193.1903) and (409.1496,190.2395) .. (410.8496,189.1894) 
+.. controls (411.8696,188.5594) and (413.0406,188.0409) .. (414.1406,187.3809) 
+.. controls (416.6906,185.8409) and (418.7706,183.7097) .. (421.0605,182.9297)
+arc(219.410 \@@_colon 230.590 \@@_colon 49.070)
+arc(229.708 \@@_colon 259.649 \@@_colon 6.700) 
+.. controls (431.2692,176.4895) and (431.3291,180.8398) .. (430.6191,182.7598) 
+.. controls (431.3091,188.1898) and (430.1209,192.2897) .. (429.9609,196.9297) 
+.. controls (429.3509,196.7597) and (429.4306,197.2797) .. (429.1406,197.4297) 
+.. controls (428.8606,199.8097) and (431.3998,200.0801) .. (432.7598,199.0801)
+arc(100.399 \@@_colon 82.609 \@@_colon 19.730) 
+.. controls (440.9994,191.9402) and (440.3100,184.6004) .. (441.0000,177.6504) 
+.. controls (440.8400,177.4304) and (440.5598,177.3302) .. (440.5098,176.9902) 
+.. controls (441.0698,173.9402) and (439.2394,170.0594) .. (439.3594,166.9394) 
+.. controls (440.7194,166.4595) and (442.3008,165.4609) .. (444.3008,165.4609) 
+.. controls (444.9208,165.4609) and (445.4994,165.8691) .. (446.1094,165.7891) 
+.. controls (446.4594,165.7391) and (447.2797,165.0509) .. (447.9297,164.9609) 
+.. controls (448.7497,164.8509) and (448.2500,164.9506) .. (448.7500,164.6406) 
+.. controls (448.9000,164.5406) and (449.2602,164.7406) .. (449.4102,164.6406)
+arc(56.405 \@@_colon -12.224 \@@_colon 4.270)
+arc(308.398 \@@_colon 263.828 \@@_colon 10.170) 
+.. controls (443.1005,157.0991) and (441.5700,156.9804) .. (441.0000,155.9004) 
+.. controls (445.5700,152.4704) and (451.6796,150.6895) .. (454.3496,145.0195) 
+.. controls (453.9496,143.8495) and (454.2109,141.3702) .. (452.2109,140.7402) 
+.. controls (452.1909,140.2702) and (451.5891,140.0398) .. (452.0391,139.5898) 
+.. controls (451.1591,139.5898) and (450.6705,139.1995) .. (450.7305,138.2695) 
+.. controls (449.4030,137.8702) and (448.1959,137.7106) .. (447.0840,137.7344) 
+-- cycle(92.7109,140.2695)
+arc(58.466 \@@_colon 68.306 \@@_colon 30.070) 
+.. controls (84.9796,146.4901) and (82.6396,151.1797) .. (80.3496,155.9297)
+arc(71.528 \@@_colon 127.215 \@@_colon 2.170) 
+.. controls (78.1496,154.8496) and (79.0395,154.6891) .. (78.5195,154.1191) 
+.. controls (74.8195,152.7291) and (71.6696,154.9705) .. (71.5996,158.7305)
+arc(303.185 \@@_colon 321.516 \@@_colon 7.690)
+arc(107.050 \@@_colon 95.423 \@@_colon 20.730) 
+.. controls (78.5393,163.9792) and (76.7506,166.5996) .. (75.3906,170.0996) 
+.. controls (74.5106,172.3596) and (74.5003,175.0495) .. (74.0703,177.1894) 
+.. controls (73.7503,178.7794) and (72.3298,180.3805) .. (72.5898,181.3106) 
+.. controls (72.8498,182.2406) and (74.2907,183.0509) .. (75.7207,182.9609) 
+.. controls (76.7607,182.8909) and (77.5195,181.4806) .. (78.5195,181.1406) 
+.. controls (80.2695,175.7106) and (82.4193,169.5706) .. (84.7793,164.1406) 
+.. controls (85.4493,162.6706) and (86.5993,159.7694) .. (87.7793,159.3594)
+arc(262.578 \@@_colon 271.310 \@@_colon 19.730)
+arc(261.319 \@@_colon 272.805 \@@_colon 32.180)
+arc(276.363 \@@_colon 290.921 \@@_colon 27.450) 
+.. controls (105.3907,162.2398) and (107.4707,163.9494) .. (107.9707,166.6094) 
+.. controls (108.5707,169.7794) and (106.8199,172.3196) .. (105.6699,174.8496) 
+.. controls (102.6799,177.0296) and (101.5602,181.0799) .. (98.7402,183.4199) 
+.. controls (97.8802,187.2799) and (95.0008,189.1304) .. (93.8008,192.6504) 
+.. controls (92.4908,193.0004) and (92.2208,194.4408) .. (90.8008,194.3008) 
+.. controls (87.6308,193.9908) and (88.2709,185.2203) .. (84.3809,185.0703) 
+.. controls (83.8509,185.9103) and (82.3401,185.7806) .. (81.5801,186.3906) 
+.. controls (82.0501,189.5406) and (82.4702,193.1397) .. (84.1602,194.1797) 
+.. controls (83.8502,196.0797) and (84.8402,196.4606) .. (86.1602,197.6406)
+arc(134.002 \@@_colon 118.042 \@@_colon 16.160) 
+.. controls (90.4291,200.6293) and (91.0797,201.1593) .. (91.4297,201.2793) 
+.. controls (92.4397,201.6193) and (93.2102,201.2893) .. (94.2402,201.2793) 
+.. controls (95.2702,201.2693) and (96.3591,201.6794) .. (96.8691,201.6094) 
+.. controls (98.3391,201.3794) and (99.1999,199.6294) .. (100.1699,198.6094) 
+.. controls (101.1399,197.5894) and (102.6007,196.3905) .. (102.9707,195.4805)
+arc(203.473 \@@_colon 222.813 \@@_colon 28.690) 
+.. controls (109.2802,184.0002) and (111.7895,182.0498) .. (112.6894,178.5098) 
+.. controls (116.3594,175.8598) and (116.6903,169.0196) .. (115.8203,163.3496) 
+.. controls (115.4503,162.9496) and (116.1802,162.7393) .. (115.9902,162.0293) 
+.. controls (114.8902,159.6493) and (113.6502,156.6593) .. (111.9902,154.7793) 
+.. controls (111.2502,153.9293) and (109.5991,152.4707) .. (108.3691,152.4707) 
+.. controls (107.6591,152.4607) and (106.9905,153.1191) .. (106.2305,153.2891) 
+.. controls (104.1005,153.7691) and (101.4305,153.0691) .. (98.8105,153.6191) 
+.. controls (97.9605,153.7991) and (97.1998,154.2992) .. (96.3398,154.4492) 
+.. controls (93.7398,154.9092) and (90.4599,155.0195) .. (88.9199,155.2695) 
+.. controls (89.0199,155.2595) and (89.0898,155.2494) .. (89.0898,155.1094) 
+.. controls (89.7198,153.1594) and (90.8405,151.7001) .. (91.5605,149.8301) 
+.. controls (93.9505,147.4801) and (97.4902,145.0996) .. (97.4902,141.0996) 
+.. controls (96.3002,139.9096) and (94.2709,140.5995) .. (92.7109,140.2695) 
+-- cycle(224.8848,140.6680) 
+.. controls (222.9887,140.6961) and (220.9961,141.0626) .. (219.4492,141.2207) 
+.. controls (217.9992,141.3807) and (216.4900,140.8906) .. (215.0000,140.8906) 
+.. controls (211.8900,140.9106) and (209.4406,141.9797) .. (209.5606,144.6797) 
+.. controls (210.1405,145.1497) and (210.0508,146.2401) .. (211.0508,146.3301) 
+.. controls (214.8708,145.3101) and (219.4802,145.9198) .. (223.2402,145.5098) 
+.. controls (222.6002,146.6598) and (222.1796,147.9609) .. (221.5996,149.1309)
+arc(81.961 \@@_colon 99.991 \@@_colon 30.000) 
+.. controls (211.9192,150.1507) and (210.7708,151.0498) .. (210.5508,152.7598)
+arc(123.606 \@@_colon 77.846 \@@_colon 6.910) 
+.. controls (217.1701,156.9198) and (213.3009,156.7506) .. (210.8809,156.5606) 
+.. controls (210.0709,157.8406) and (208.9503,159.0198) .. (209.0703,160.8398) 
+.. controls (210.7703,161.7298) and (213.8902,159.7898) .. (215.6602,160.8398) 
+.. controls (215.7202,160.4098) and (216.6606,160.5996) .. (217.3106,160.3496)
+arc(150.851 \@@_colon 82.313 \@@_colon 2.620) 
+.. controls (223.0492,161.3799) and (224.6992,158.3209) .. (226.6992,157.3809) 
+.. controls (226.6992,155.7609) and (227.8592,153.9396) .. (228.6992,152.5996) 
+.. controls (228.7592,149.3296) and (232.2792,145.1607) .. (232.6992,142.7207)
+arc(315.388 \@@_colon 308.841 \@@_colon 19.460)
+arc(81.965 \@@_colon 108.555 \@@_colon 8.060) 
+.. controls (226.5875,140.7125) and (225.7466,140.6552) .. (224.8848,140.6680) 
+-- cycle(167.7754,141.0254) 
+.. controls (166.3307,141.0691) and (164.8676,141.3000) .. (163.8301,141.2500) 
+.. controls (163.2501,141.7400) and (163.2595,142.8802) .. (162.0195,142.7402) 
+.. controls (162.2695,143.5002) and (161.8496,144.2709) .. (161.8496,144.8809) 
+.. controls (164.3096,149.6109) and (161.5898,157.1009) .. (163.0098,161.8809) 
+.. controls (163.1898,162.5309) and (163.9199,162.7693) .. (163.6699,163.5293) 
+.. controls (167.0999,165.2493) and (170.5409,163.0909) .. (174.2109,162.7109) 
+.. controls (177.5009,162.3709) and (180.9198,162.2508) .. (184.7598,162.0508) 
+.. controls (185.6098,160.9808) and (186.9204,160.3599) .. (187.4004,158.9199) 
+.. controls (186.7404,158.5499) and (186.0204,158.2799) .. (185.4004,157.9199) 
+.. controls (183.8004,158.3999) and (182.4192,157.4298) .. (180.9492,157.2598) 
+.. controls (178.7992,158.5198) and (174.6108,157.3602) .. (172.0508,158.4102) 
+.. controls (170.7608,152.8702) and (178.5498,154.8409) .. (182.7598,153.6309) 
+.. controls (182.7698,153.3809) and (182.9098,152.9707) .. (183.5898,152.9707) 
+.. controls (183.4798,151.9707) and (184.0000,151.6007) .. (184.2500,150.9707) 
+.. controls (183.2300,146.8707) and (176.3209,150.2002) .. (172.3809,148.4902) 
+.. controls (172.6409,148.4502) and (172.4909,148.1300) .. (172.3809,148.0000) 
+.. controls (176.0409,147.1700) and (179.0299,147.4200) .. (183.9199,147.0000) 
+.. controls (185.0499,146.1100) and (185.7108,144.7000) .. (187.0508,144.0000) 
+.. controls (186.8608,143.2300) and (185.8297,143.2800) .. (185.4297,142.7500) 
+.. controls (181.6597,142.5600) and (178.2308,143.3100) .. (174.5508,142.7500) 
+.. controls (174.0408,142.6700) and (173.8804,142.2398) .. (173.4004,142.0898) 
+.. controls (173.1304,142.0098) and (172.6504,142.3000) .. (172.4004,142.2500) 
+.. controls (171.6504,142.1000) and (170.9298,141.4400) .. (170.2598,141.2500) 
+.. controls (169.5023,141.0400) and (168.6422,140.9991) .. (167.7754,141.0254) 
+-- cycle(36.4883,143.1113) 
+.. controls (34.8682,143.0714) and (33.4766,143.7445) .. (32.7891,145.5195) 
+.. controls (34.4091,149.1295) and (32.7106,151.2500) .. (32.1406,154.2500) 
+.. controls (32.1106,154.4100) and (31.4805,154.8202) .. (31.4805,154.9102) 
+.. controls (31.4005,155.1602) and (31.6806,155.4703) .. (31.6406,155.5703) 
+.. controls (31.6006,155.6703) and (31.1504,155.6605) .. (31.1504,155.7305) 
+.. controls (30.9804,156.0605) and (31.1305,156.5506) .. (30.9805,156.8906) 
+.. controls (30.0305,159.1106) and (27.8294,161.0205) .. (27.3594,163.4805) 
+.. controls (26.2594,164.4405) and (24.9107,165.9295) .. (24.7207,167.2695)
+arc(223.375 \@@_colon 213.893 \@@_colon 44.680) 
+.. controls (19.1194,173.2091) and (18.9609,174.1894) .. (17.9609,174.3594) 
+.. controls (14.5709,178.7894) and (9.9395,182.2103) .. (5.4395,185.0703) 
+.. controls (4.3695,184.2203) and (3.9908,183.3997) .. (2.8008,182.9297) 
+.. controls (0.9608,185.2897) and (0.5902,188.1900) .. (0.4902,191.0000) 
+.. controls (2.0002,191.3500) and (2.0798,193.1608) .. (3.2598,193.8008) 
+.. controls (4.1598,193.8308) and (7.6797,195.4609) .. (9.6797,194.4609) 
+.. controls (10.4897,194.6809) and (12.1402,194.5408) .. (12.4902,193.8008)
+arc(87.293 \@@_colon 113.742 \@@_colon 5.870) 
+.. controls (11.3696,192.8005) and (11.4106,190.8098) .. (13.1406,190.5098)
+arc(282.071 \@@_colon 358.538 \@@_colon 1.050) 
+.. controls (13.6507,192.3398) and (12.9804,192.8304) .. (12.6504,193.6504) 
+.. controls (14.4904,193.6304) and (14.9904,192.3199) .. (16.6504,192.1699) 
+.. controls (16.8704,191.4399) and (16.0104,191.8099) .. (16.1504,191.1699)
+arc(53.204 \@@_colon 36.797 \@@_colon 11.450) 
+.. controls (19.0709,188.6794) and (18.7193,189.4796) .. (19.2793,189.3496) 
+.. controls (20.9993,186.4296) and (23.3591,184.2104) .. (23.8691,180.1504) 
+.. controls (25.6391,177.8804) and (26.8906,175.0405) .. (28.6406,172.7305) 
+.. controls (29.0006,170.5305) and (30.3306,169.3291) .. (31.6406,168.1191) 
+.. controls (33.3506,163.9391) and (34.8599,161.1502) .. (36.4199,157.2402) 
+.. controls (36.8499,157.2002) and (36.1999,156.9501) .. (36.4199,156.5801) 
+.. controls (38.1699,154.9701) and (38.1309,151.5906) .. (40.7109,150.8106) 
+.. controls (40.8009,151.1405) and (41.5293,150.8006) .. (41.5293,151.1406) 
+.. controls (49.7893,149.8106) and (56.2891,150.8106) .. (62.7891,150.8106) 
+.. controls (64.4891,149.7705) and (66.7302,148.3594) .. (66.9102,146.3594) 
+.. controls (66.2502,147.0594) and (66.5700,145.3909) .. (66.2500,145.2109) 
+.. controls (58.9300,144.3009) and (50.9596,148.1593) .. (42.3496,146.5293) 
+.. controls (42.2996,146.2993) and (42.1195,146.2091) .. (42.1895,145.8691) 
+.. controls (41.1695,145.8691) and (40.3608,144.5491) .. (39.5508,143.8691) 
+.. controls (38.5158,143.4154) and (37.4604,143.1353) .. (36.4883,143.1113) 
+-- cycle(493.7402,144.0000)
+arc(83.429 \@@_colon 90.370 \@@_colon 152.700)
+arc(269.886 \@@_colon 262.835 \@@_colon 84.570) 
+.. controls (464.2604,146.4502) and (463.3198,146.9409) .. (463.0898,148.1309) 
+.. controls (465.0598,150.9909) and (468.2504,151.4409) .. (472.1504,152.1309)
+arc(100.739 \@@_colon 84.733 \@@_colon 36.740) 
+.. controls (484.0091,152.4391) and (485.5605,151.7891) .. (487.3105,151.6191) 
+.. controls (491.1506,151.2291) and (494.5492,151.4707) .. (497.1992,149.4707) 
+.. controls (496.8992,149.1207) and (496.3208,148.9991) .. (496.0508,148.6191) 
+.. controls (496.3008,146.7591) and (494.7402,144.6300) .. (493.7402,144.0000) 
+-- cycle(52.6699,151.2207) 
+.. controls (52.3299,152.6807) and (52.4798,153.7397) .. (51.8398,154.6797) 
+.. controls (48.9598,154.6097) and (47.2598,154.9098) .. (44.2598,154.8398)
+arc(173.794 \@@_colon 192.423 \@@_colon 9.680)
+arc(272.839 \@@_colon 234.912 \@@_colon 5.540) 
+.. controls (41.5407,152.7909) and (41.2091,153.7894) .. (41.2891,154.3594)
+arc(304.365 \@@_colon 180.295 \@@_colon 2.000) 
+.. controls (39.2002,157.2400) and (40.4891,157.2104) .. (41.7891,158.1504)
+arc(189.333 \@@_colon 176.884 \@@_colon 14.450) 
+.. controls (40.1391,162.1793) and (37.7894,163.3293) .. (35.8594,164.2793) 
+.. controls (32.1894,169.3193) and (37.7798,175.6402) .. (37.0098,181.9102) 
+.. controls (38.2198,182.5702) and (37.9696,184.9102) .. (36.3496,184.9102) 
+.. controls (35.6596,183.6702) and (34.0808,184.3302) .. (33.5508,182.9102) 
+.. controls (31.8308,182.7302) and (30.1897,182.5805) .. (28.9297,183.7305) 
+.. controls (27.5197,187.9105) and (29.1600,191.8895) .. (30.2500,195.2695) 
+.. controls (31.3400,198.6495) and (30.6503,203.0905) .. (31.5703,205.9805) 
+.. controls (32.0003,206.7305) and (33.2109,206.3908) .. (34.2109,206.8008) 
+.. controls (34.5909,206.9608) and (34.8609,207.6609) .. (35.2109,207.6309) 
+.. controls (35.5609,207.6009) and (36.5295,206.5306) .. (36.6895,206.1406) 
+.. controls (37.5395,204.0706) and (36.1195,199.7703) .. (37.0195,198.0703) 
+.. controls (35.9595,195.7503) and (36.1994,192.2100) .. (36.3594,189.5000) 
+.. controls (38.0294,188.4300) and (41.5593,189.2401) .. (43.7793,189.3301) 
+.. controls (43.2693,192.7901) and (42.1501,199.0809) .. (46.0801,200.7109) 
+.. controls (48.9301,199.1209) and (51.4304,197.0098) .. (54.6504,196.2598) 
+.. controls (55.6204,197.0598) and (55.8291,198.7805) .. (57.2891,198.7305) 
+.. controls (59.8691,198.6405) and (60.2497,193.3803) .. (59.4297,190.8203) 
+.. controls (58.2097,189.4903) and (56.9805,189.5803) .. (54.9805,189.8203)
+arc(217.878 \@@_colon 178.992 \@@_colon 4.750)
+arc(63.909 \@@_colon 78.166 \@@_colon 22.450) 
+.. controls (48.0409,193.3309) and (48.7109,190.2295) .. (48.7109,189.0195) 
+.. controls (55.6409,189.8495) and (60.9700,186.5495) .. (67.5000,188.0195) 
+.. controls (68.0500,189.0195) and (70.3100,189.5195) .. (70.5000,191.0195)
+arc(9.621 \@@_colon 24.658 \@@_colon 8.560) 
+.. controls (68.6098,195.9202) and (67.0605,201.6209) .. (64.5605,203.7109) 
+.. controls (62.6505,205.3209) and (58.8604,203.9209) .. (56.6504,204.7109) 
+.. controls (57.3904,205.7309) and (57.5009,207.3800) .. (58.1309,208.5000)
+arc(120.981 \@@_colon 101.826 \@@_colon 14.910)
+arc(142.394 \@@_colon 108.822 \@@_colon 7.370) 
+.. controls (67.9309,211.6691) and (70.9105,210.5000) .. (72.3105,208.5000) 
+.. controls (73.1005,207.3900) and (73.5492,205.3906) .. (74.4492,203.3906) 
+.. controls (75.6592,200.7806) and (76.6602,198.6005) .. (77.7402,195.9805) 
+.. controls (78.1102,195.1005) and (78.7204,194.2699) .. (78.9004,193.6699) 
+.. controls (78.9904,193.3799) and (78.7804,192.7998) .. (78.9004,192.5098) 
+.. controls (79.1504,191.8798) and (79.5605,192.0898) .. (79.5605,191.5098) 
+.. controls (79.7305,188.8598) and (77.9199,187.1002) .. (76.9199,185.4102) 
+.. controls (74.9199,185.5002) and (74.2306,184.1496) .. (72.6406,183.5996) 
+.. controls (69.4806,182.4996) and (66.4302,184.2296) .. (63.7402,183.5996) 
+.. controls (59.7902,185.4296) and (54.4004,185.4502) .. (49.4004,185.7402)
+arc(165.144 \@@_colon 191.579 \@@_colon 12.250) 
+.. controls (50.8202,180.1306) and (51.4695,179.1806) .. (53.1895,179.3106) 
+.. controls (53.2995,179.6705) and (53.6294,180.0505) .. (53.3594,180.3106)
+arc(258.664 \@@_colon 274.791 \@@_colon 10.000) 
+.. controls (58.8302,179.3204) and (59.2294,175.8206) .. (60.6094,173.3906) 
+.. controls (61.2994,172.1706) and (62.5502,171.3097) .. (62.9102,169.9297) 
+.. controls (63.2002,168.8397) and (62.8102,167.8197) .. (63.4102,166.9297)
+arc(154.215 \@@_colon 175.843 \@@_colon 6.810) 
+.. controls (59.1300,162.6809) and (54.2405,164.2807) .. (50.0605,163.9707)
+arc(200.903 \@@_colon 254.483 \@@_colon 3.000) 
+.. controls (52.3305,160.4604) and (53.3991,158.9491) .. (53.8691,157.5391) 
+.. controls (59.3591,157.3191) and (65.8795,158.2504) .. (69.5195,155.4004) 
+.. controls (67.4495,153.0804) and (62.2008,153.9301) .. (59.8008,154.0801) 
+.. controls (59.3508,155.5201) and (56.2696,155.0801) .. (55.3496,155.0801) 
+.. controls (55.4196,153.3801) and (56.4300,152.6292) .. (57.0000,151.4492)
+arc(278.809 \@@_colon 267.233 \@@_colon 21.500) 
+-- cycle(303.5605,151.2891) 
+.. controls (304.3806,153.7091) and (303.3305,155.4809) .. (303.2305,157.7109) 
+.. controls (299.4805,158.3809) and (295.2097,157.8905) .. (292.6797,156.0606)
+arc(178.682 \@@_colon 195.154 \@@_colon 14.490) 
+.. controls (296.2497,151.3194) and (299.7706,151.7591) .. (303.5605,151.2891) 
+-- cycle(462.2598,156.7305) 
+.. controls (460.8798,158.3005) and (459.4291,159.8204) .. (459.7891,163.1504) 
+.. controls (461.3291,165.1304) and (463.5107,165.3609) .. (466.2207,165.4609) 
+.. controls (469.5607,165.6109) and (473.0093,166.4994) .. (475.2793,166.6094) 
+.. controls (473.6993,171.2594) and (475.6806,178.2596) .. (476.1406,183.0996) 
+.. controls (476.1306,182.9996) and (476.1107,182.9394) .. (475.9707,182.9394) 
+.. controls (475.8507,183.5594) and (476.6309,183.2998) .. (476.6309,183.7598) 
+.. controls (477.0609,186.3598) and (476.2409,189.0899) .. (476.6309,191.6699) 
+.. controls (476.7309,192.3499) and (477.2891,192.9699) .. (477.2891,193.6699) 
+.. controls (477.4291,196.3299) and (476.6291,199.2303) .. (477.2891,202.0703) 
+.. controls (479.8491,203.0703) and (482.4493,200.9601) .. (485.0293,201.5801)
+arc(227.988 \@@_colon 254.350 \@@_colon 3.730) 
+.. controls (485.9895,195.7998) and (486.7192,190.1199) .. (485.1992,185.9199) 
+.. controls (485.9692,185.0399) and (485.3493,182.7906) .. (485.0293,181.1406) 
+.. controls (485.7193,179.7406) and (484.9409,177.9594) .. (484.3809,176.8594) 
+.. controls (485.3609,175.4294) and (483.8809,172.5297) .. (484.2109,170.4297) 
+.. controls (483.4609,169.6497) and (483.3906,168.4508) .. (482.8906,167.8008) 
+.. controls (483.6806,167.3708) and (482.6506,167.0104) .. (482.8906,166.1504)
+arc(258.844 \@@_colon 269.338 \@@_colon 61.610) 
+.. controls (498.2696,164.9702) and (502.6309,165.6400) .. (505.9609,164.5000)
+arc(69.290 \@@_colon 60.684 \@@_colon 47.280) 
+.. controls (512.7706,160.0200) and (513.0491,159.1108) .. (513.5391,157.5508)
+arc(107.215 \@@_colon 186.236 \@@_colon 0.470) 
+.. controls (509.0209,157.3208) and (504.8695,157.1409) .. (501.0195,157.8809) 
+.. controls (499.1595,158.2309) and (498.0702,158.8092) .. (496.4102,158.6992) 
+.. controls (489.3502,158.2592) and (481.3702,159.7193) .. (473.9902,159.0293) 
+.. controls (473.1602,158.9493) and (472.4996,158.4893) .. (471.8496,159.0293) 
+.. controls (470.5296,158.2093) and (466.8798,158.6109) .. (465.2598,158.2109) 
+.. controls (464.2598,157.7309) and (463.3098,157.1605) .. (462.2598,156.7305) 
+-- cycle(47.1523,157.6641) 
+.. controls (48.0648,157.6441) and (49.0544,157.8041) .. (50.1094,157.8691) 
+.. controls (49.9994,159.8991) and (47.3600,160.7000) .. (45.0000,161.0000)
+arc(155.120 \@@_colon 188.263 \@@_colon 4.360) 
+-- (44.6602,158.5391) 
+.. controls (45.4052,157.8841) and (46.2398,157.6841) .. (47.1523,157.6641) 
+-- cycle(295.1875,161.5391) 
+.. controls (296.3514,161.4819) and (297.4566,162.0301) .. (298.6191,162.3301) 
+.. controls (299.8391,161.7401) and (301.3002,162.1193) .. (302.7402,162.5293) 
+.. controls (302.4002,163.4393) and (301.5201,164.2999) .. (302.0801,165.1699) 
+.. controls (300.1201,165.8299) and (297.2801,165.6401) .. (294.8301,165.8301) 
+.. controls (293.9101,164.9301) and (294.1400,162.5901) .. (294.0000,161.8301) 
+.. controls (294.4050,161.6451) and (294.7995,161.5581) .. (295.1875,161.5391) 
+-- cycle(332.4004,161.6699) 
+.. controls (333.3004,162.3899) and (334.2392,161.8102) .. (335.1992,162.1602) 
+.. controls (336.1592,162.5102) and (336.3698,163.6606) .. (337.5098,163.8106) 
+.. controls (337.5598,165.3205) and (336.2994,165.8595) .. (335.8594,166.9394) 
+.. controls (335.6394,167.5094) and (335.7393,168.5402) .. (335.5293,169.4102) 
+.. controls (335.3193,170.2802) and (334.7109,171.1307) .. (334.7109,171.7207)
+arc(-3.831 \@@_colon 43.818 \@@_colon 4.780)
+arc(95.863 \@@_colon 146.988 \@@_colon 13.200)
+arc(225.101 \@@_colon 239.055 \@@_colon 43.000) 
+-- (331.9102,163.0000)
+arc(180.507 \@@_colon 219.958 \@@_colon 2.100) 
+-- cycle(54.5215,166.4219) 
+.. controls (55.3716,166.4699) and (56.1374,166.7269) .. (56.6699,167.4394) 
+.. controls (56.3399,170.4595) and (52.7500,170.2203) .. (49.7500,170.5703) 
+.. controls (49.3000,169.4403) and (50.1102,168.2293) .. (50.2402,166.7793) 
+-- (50.2598,166.7793) 
+.. controls (51.4535,166.8418) and (53.1046,166.3418) .. (54.5215,166.4219) 
+-- cycle(41.6875,167.1152) 
+.. controls (42.8542,167.1007) and (43.9731,167.1316) .. (44.6406,167.6191) 
+.. controls (44.4406,168.7691) and (44.9605,169.8900) .. (44.3105,171.2500) 
+.. controls (43.3805,171.0700) and (41.6695,171.7402) .. (40.5195,171.4102) 
+.. controls (40.9495,170.5102) and (40.8693,169.7602) .. (40.0293,169.4102) 
+-- (40.0508,169.4102)
+arc(186.206 \@@_colon 197.036 \@@_colon 12.330) 
+.. controls (40.9045,167.1309) and (41.2986,167.1201) .. (41.6875,167.1152) 
+-- cycle(296.6426,170.7754) 
+.. controls (297.1531,170.7676) and (297.6609,170.8530) .. (298.1309,171.0606) 
+.. controls (297.5509,172.3605) and (295.6496,173.7394) .. (293.8496,174.3594) 
+.. controls (293.2496,174.0094) and (293.1596,173.1708) .. (292.8496,172.5508) 
+.. controls (293.5471,171.6583) and (295.1112,170.7988) .. (296.6426,170.7754) 
+-- cycle(185.6992,171.2031) 
+.. controls (183.9053,171.0845) and (182.2256,171.9098) .. (180.1406,172.5098) 
+.. controls (176.7406,173.4798) and (173.8908,173.8591) .. (173.0508,176.6191) 
+.. controls (175.0508,179.1891) and (178.5094,179.5297) .. (182.6094,178.9297) 
+.. controls (183.8594,181.1397) and (186.8191,181.6509) .. (188.5391,183.3809) 
+.. controls (183.1791,182.7909) and (177.9509,181.3591) .. (173.3809,184.0391) 
+.. controls (173.4909,184.8691) and (172.7808,185.2497) .. (173.0508,186.1797) 
+.. controls (174.0708,186.9297) and (174.8396,188.3302) .. (176.3496,188.4902) 
+.. controls (178.4296,188.6702) and (180.8597,187.7599) .. (183.4297,187.6699) 
+.. controls (187.5397,187.5199) and (190.7305,188.4399) .. (193.9805,187.6699)
+arc(-54.242 \@@_colon 30.421 \@@_colon 4.750) 
+.. controls (195.0308,194.4297) and (194.5206,194.3000) .. (194.1406,194.7500) 
+.. controls (193.6106,195.3900) and (193.4902,196.5407) .. (192.9902,197.2207) 
+.. controls (192.2002,198.3007) and (191.0796,198.6791) .. (190.8496,199.3691) 
+.. controls (189.6096,199.1391) and (189.7608,201.0696) .. (188.0508,200.8496) 
+.. controls (187.8008,201.9296) and (186.9004,202.3102) .. (185.9004,202.6602) 
+.. controls (183.7204,205.3702) and (179.6196,206.1595) .. (176.3496,207.7695)
+arc(75.711 \@@_colon 82.672 \@@_colon 123.000) 
+.. controls (158.3197,210.1903) and (153.6705,209.7598) .. (149.8106,209.2598) 
+.. controls (148.6705,210.9598) and (146.4793,210.8306) .. (145.0293,212.3906) 
+.. controls (145.6793,212.5706) and (145.7992,212.9109) .. (145.1992,213.2109)
+arc(127.221 \@@_colon 94.925 \@@_colon 20.000) 
+.. controls (156.0601,217.4809) and (156.5606,217.7693) .. (157.0606,218.0293) 
+.. controls (161.0505,217.7593) and (164.0392,217.8907) .. (166.9492,216.2207) 
+.. controls (166.6892,216.0507) and (166.2891,216.0607) .. (166.6191,215.7207) 
+.. controls (181.7091,211.8007) and (200.0609,206.2196) .. (202.7109,189.3496) 
+.. controls (202.0209,189.1296) and (202.1007,188.2991) .. (202.2207,187.5391) 
+.. controls (209.8307,187.6991) and (214.6101,190.9192) .. (221.8301,188.6992)
+arc(237.247 \@@_colon 259.209 \@@_colon 9.330) 
+.. controls (225.4009,186.0009) and (226.7095,185.6601) .. (227.2695,184.5801) 
+.. controls (226.8995,183.4501) and (225.9109,184.0399) .. (225.1309,183.9199) 
+.. controls (222.6509,183.5299) and (219.6508,182.7598) .. (217.0508,182.7598) 
+.. controls (213.8308,182.7998) and (210.6902,182.8296) .. (207.9902,182.5996)
+arc(232.794 \@@_colon 253.110 \@@_colon 26.740) 
+.. controls (218.0006,176.8805) and (221.2500,176.4695) .. (222.0000,174.5195) 
+.. controls (213.9300,170.4495) and (204.0507,173.4902) .. (194.9707,173.9902)
+arc(86.419 \@@_colon 93.581 \@@_colon 21.140)
+arc(101.132 \@@_colon 121.258 \@@_colon 6.570) 
+.. controls (188.7894,172.6802) and (187.8008,172.9597) .. (187.5508,171.6797) 
+.. controls (186.9083,171.3872) and (186.2972,171.2427) .. (185.6992,171.2031) 
+-- cycle(54.5391,173.3496) 
+.. controls (55.0591,174.2896) and (54.0791,174.9596) .. (53.5391,175.3496) 
+.. controls (52.9991,175.2796) and (52.8106,174.8595) .. (52.3906,174.6894) 
+.. controls (52.8806,176.1095) and (51.3401,176.8602) .. (50.0801,176.9902) 
+.. controls (50.0201,177.0002) and (49.6700,177.3203) .. (49.7500,177.3203) 
+.. controls (48.5100,176.7703) and (49.3998,175.3592) .. (49.0898,173.6992) 
+-- (49.1094,173.6992)
+arc(94.286 \@@_colon 78.346 \@@_colon 19.620) 
+-- cycle(43.6914,174.0527) 
+.. controls (43.9703,174.0543) and (44.2355,174.0894) .. (44.4805,174.1894) 
+.. controls (44.2905,175.6894) and (44.2204,176.3003) .. (44.1504,177.8203)
+arc(76.497 \@@_colon 82.468 \@@_colon 25.780) 
+.. controls (39.8498,177.3505) and (40.7496,175.5495) .. (40.8496,174.1894) 
+-- (40.8691,174.1894) 
+.. controls (41.8816,174.3545) and (42.8547,174.0480) .. (43.6914,174.0527) 
+-- cycle(201.2305,177.8203) 
+.. controls (199.8005,180.6203) and (195.7207,182.3106) .. (194.4707,178.3106) 
+-- (194.4609,178.3106) 
+.. controls (196.0009,177.6206) and (199.0805,177.9103) .. (201.2305,177.8203) 
+-- cycle(43.2402,181.0859) 
+.. controls (43.4895,181.0878) and (43.7355,181.1393) .. (43.9805,181.2793) 
+.. controls (43.5605,182.5293) and (44.0302,184.2705) .. (43.4902,186.0606)
+arc(78.891 \@@_colon 112.005 \@@_colon 6.100) 
+.. controls (40.9093,184.6105) and (39.9796,182.8995) .. (40.8496,181.4394) 
+-- (40.8691,181.4394) 
+.. controls (41.7166,181.5294) and (42.4926,181.0803) .. (43.2402,181.0859) 
+-- cycle(21.0801,184.2344)
+arc(260.867 \@@_colon 282.643 \@@_colon 1.350) 
+.. controls (21.5598,184.7100) and (21.2995,184.9004) .. (20.7695,184.9004)
+arc(139.764 \@@_colon 182.002 \@@_colon 0.720)
+arc(238.982 \@@_colon 260.828 \@@_colon 1.350) 
+-- cycle(19.9395,185.5606) 
+.. controls (21.2795,185.7806) and (20.2793,187.9308) .. (19.2793,187.0508) 
+.. controls (19.4393,186.5008) and (19.5195,185.8605) .. (19.9395,185.5606) 
+-- cycle(18.3418,186.0957) 
+.. controls (18.4260,186.1173) and (18.5166,186.1662) .. (18.6191,186.2500) 
+.. controls (18.4591,187.0200) and (18.3008,187.7402) .. (17.3008,187.7402) 
+.. controls (17.2508,188.6202) and (16.8702,189.8809) .. (15.4902,189.8809) 
+.. controls (15.4202,189.7309) and (15.3502,189.5508) .. (15.1602,189.5508) 
+.. controls (15.2002,188.0208) and (16.5105,187.7908) .. (16.8105,186.5508) 
+.. controls (17.5455,187.1020) and (17.7523,185.9445) .. (18.3418,186.0957) 
+-- cycle;
+}
+\def \@@_path_spirit{
+  (459.6172,0.1621) 
+.. controls (458.7334,0.1971) and (458.0702,0.4750) .. (458.2402,1.2500) 
+.. controls (458.3202,0.8900) and (459.2492,0.2195) .. (459.4492,0.7695)
+arc(57.235 \@@_colon 73.280 \@@_colon 8.560) 
+.. controls (456.5693,5.5895) and (459.0293,7.9304) .. (458.2793,10.6504) 
+.. controls (457.5293,13.3704) and (453.3808,12.9309) .. (451.8008,15.2109) 
+.. controls (453.8008,17.5909) and (460.4497,15.9208) .. (460.6797,19.0508) 
+.. controls (460.8497,21.1908) and (457.6796,21.1806) .. (456.8496,22.8906) 
+.. controls (448.5396,24.4806) and (443.3209,28.8805) .. (435.9609,30.8105) 
+.. controls (434.7309,28.6805) and (435.7309,23.4902) .. (434.9609,20.4902)
+arc(18.572 \@@_colon 47.728 \@@_colon 1.710) 
+.. controls (435.6002,18.1609) and (436.5996,17.2093) .. (437.5996,13.5293) 
+.. controls (438.4696,14.0293) and (438.7000,12.1501) .. (440.0000,12.3301)
+arc(331.155 \@@_colon 287.623 \@@_colon 4.590) 
+.. controls (435.4891,11.5699) and (435.7305,15.0991) .. (434.7305,17.3691) 
+.. controls (434.3905,16.2891) and (435.1602,15.5209) .. (434.2402,15.2109) 
+.. controls (433.9502,15.6709) and (433.6500,16.7509) .. (434.0000,17.1309) 
+.. controls (433.9973,17.1458) and (433.9911,17.1627) .. (433.9883,17.1777) 
+.. controls (434.4165,17.2118) and (433.8357,18.2411) .. (434.6504,17.8906) 
+.. controls (434.6704,19.1106) and (434.1602,19.7898) .. (434.1602,21.0098) 
+.. controls (432.8902,20.9098) and (434.7692,19.1398) .. (433.4492,19.0898) 
+.. controls (433.5256,18.9217) and (433.5666,18.7191) .. (433.5996,18.5078) 
+.. controls (432.6698,21.0967) and (430.7792,24.1382) .. (432.0801,26.2500) 
+.. controls (432.5201,25.2600) and (431.6506,24.2696) .. (432.8105,23.8496) 
+.. controls (435.0806,27.1996) and (431.3196,29.8097) .. (431.5996,33.9297) 
+.. controls (433.5896,33.9597) and (436.8808,32.8099) .. (439.0508,34.1699) 
+.. controls (440.2308,33.8299) and (441.0402,33.1305) .. (442.1602,32.7305) 
+.. controls (445.3702,34.6305) and (446.0902,38.3405) .. (446.2402,42.8105) 
+.. controls (439.8702,45.7105) and (430.9901,46.1202) .. (426.0801,50.4902) 
+.. controls (427.0801,51.0402) and (426.4901,53.3394) .. (427.0801,53.6094) 
+.. controls (428.7601,53.4494) and (430.4098,48.9009) .. (432.5898,51.2109) 
+.. controls (430.6598,53.7509) and (427.9996,55.5802) .. (426.3496,58.4102) 
+.. controls (426.6996,58.8902) and (427.9195,58.4406) .. (428.2695,58.8906) 
+.. controls (428.6195,57.7806) and (430.3504,56.1991) .. (431.4004,55.2891) 
+.. controls (431.9104,54.8491) and (432.2196,53.9396) .. (432.3496,53.8496) 
+.. controls (432.4796,53.7596) and (433.2505,53.9896) .. (433.5605,53.8496) 
+.. controls (436.4905,52.5096) and (443.3498,49.2091) .. (446.7598,49.2891) 
+.. controls (447.7798,51.8491) and (447.1392,54.9802) .. (447.9492,56.4902) 
+.. controls (447.9892,56.2502) and (448.3399,56.2500) .. (448.6699,56.2500) 
+.. controls (447.0699,58.5900) and (443.1406,60.7991) .. (439.3105,59.3691) 
+.. controls (440.1705,58.4691) and (439.4601,57.0098) .. (439.0801,56.0098) 
+.. controls (436.9801,56.6098) and (434.5795,55.6199) .. (434.2695,58.1699) 
+.. controls (437.6695,58.6199) and (437.9198,62.1991) .. (438.5898,65.3691) 
+.. controls (439.9098,66.4391) and (441.9298,65.4291) .. (443.5898,65.3691) 
+.. controls (446.1598,65.2791) and (447.7008,66.9905) .. (450.8008,66.8105) 
+.. controls (451.8108,65.9905) and (452.7399,65.0799) .. (453.6699,64.1699) 
+.. controls (456.1799,66.1899) and (451.8694,70.2102) .. (453.4395,70.4102) 
+.. controls (451.0595,74.5702) and (454.1504,78.7509) .. (454.1504,83.1309) 
+.. controls (454.1604,84.6709) and (453.2695,86.3797) .. (453.4395,87.9297) 
+.. controls (453.7194,90.6397) and (455.8407,93.6399) .. (458.7207,94.1699) 
+.. controls (465.0907,95.3299) and (471.9194,91.6106) .. (479.3594,94.8906) 
+.. controls (479.3994,95.5706) and (479.8301,95.8903) .. (479.8301,96.5703) 
+.. controls (479.4601,97.5603) and (478.5404,97.9909) .. (478.4004,99.2109) 
+.. controls (479.4004,100.8409) and (482.0704,101.6893) .. (484.4004,103.5293) 
+.. controls (486.1004,104.8793) and (487.5599,107.3691) .. (489.6699,107.3691) 
+.. controls (491.7799,107.3691) and (495.4805,104.9691) .. (494.4805,101.3691) 
+.. controls (491.0905,99.5391) and (486.7998,97.5491) .. (485.5898,94.3691) 
+.. controls (488.5098,91.0791) and (487.5098,82.4391) .. (487.5098,76.3691) 
+.. controls (488.7098,72.0491) and (488.6194,65.5797) .. (485.3594,62.9297) 
+.. controls (485.0994,63.1497) and (485.2809,63.8104) .. (484.6309,63.6504)
+arc(296.054 \@@_colon 247.425 \@@_colon 9.610) 
+.. controls (477.3307,63.6502) and (477.9102,62.5904) .. (477.9102,63.6504)
+arc(269.499 \@@_colon 251.561 \@@_colon 46.790) 
+.. controls (463.5195,66.4508) and (464.1805,66.1793) .. (464.2305,66.5293) 
+.. controls (463.1105,66.8593) and (463.7105,67.5895) .. (463.2305,68.6895) 
+.. controls (472.0105,70.0195) and (482.0805,65.2396) .. (480.2305,76.8496) 
+.. controls (480.0405,78.0296) and (479.0991,78.9995) .. (479.0391,80.6895) 
+.. controls (478.9391,83.2695) and (480.9391,87.0403) .. (479.0391,89.5703) 
+.. controls (472.4391,89.6403) and (466.6091,89.6508) .. (460.7891,90.0508) 
+.. controls (460.4391,89.6108) and (459.5891,89.6094) .. (459.7891,88.6094) 
+.. controls (460.1091,88.9794) and (462.4894,89.4296) .. (462.1895,88.8496)
+arc(85.176 \@@_colon 209.340 \@@_colon 2.260) 
+.. controls (462.9593,85.4402) and (468.5794,86.0508) .. (470.3594,84.0508) 
+.. controls (469.2694,83.5108) and (472.1601,80.5107) .. (471.0801,79.9707) 
+.. controls (470.0601,79.8707) and (469.0107,80.4099) .. (467.4707,81.1699) 
+.. controls (464.7207,80.9999) and (461.3091,81.5399) .. (459.7891,80.1699) 
+.. controls (460.6291,79.5699) and (459.7793,78.4408) .. (460.0293,77.0508) 
+.. controls (462.6393,76.4008) and (465.1902,77.7203) .. (467.2402,76.5703) 
+.. controls (468.7502,75.7103) and (468.9904,73.7602) .. (469.4004,72.4902) 
+.. controls (467.9604,71.4402) and (463.9294,73.0295) .. (462.1895,71.7695) 
+.. controls (462.0394,70.2395) and (460.7891,69.8109) .. (459.7891,69.1309) 
+.. controls (459.1991,66.5209) and (458.1794,64.3409) .. (458.1094,61.2109)
+arc(244.825 \@@_colon 257.009 \@@_colon 14.410) 
+.. controls (463.8300,64.4709) and (468.4392,60.7305) .. (473.9492,59.7305) 
+.. controls (478.7992,58.8305) and (483.0504,59.5705) .. (487.1504,58.7305) 
+.. controls (488.0504,58.1605) and (487.7391,57.5505) .. (487.8691,56.8105) 
+.. controls (488.1691,55.2505) and (489.7608,53.3500) .. (489.5508,52.2500) 
+.. controls (489.3008,50.6500) and (485.7108,47.7597) .. (484.5508,47.9297)
+arc(332.851 \@@_colon 340.254 \@@_colon 14.180) 
+.. controls (482.2493,53.2794) and (474.0994,53.9399) .. (469.1895,54.1699) 
+.. controls (469.8694,53.4399) and (469.5394,52.6293) .. (469.4395,51.5293) 
+.. controls (472.1194,51.3893) and (476.0703,50.5006) .. (478.0703,48.8906) 
+.. controls (478.3203,47.8406) and (478.1303,47.8207) .. (478.3203,46.9707) 
+.. controls (486.2603,42.0007) and (495.2202,49.4206) .. (503.9902,48.8906) 
+.. controls (507.9002,45.2906) and (501.1306,43.2809) .. (500.6406,41.2109) 
+.. controls (494.6706,43.0409) and (490.3903,40.7609) .. (484.0703,40.2109) 
+.. controls (484.2503,39.4709) and (483.4198,39.7498) .. (483.5898,39.0098) 
+.. controls (484.2898,39.0098) and (484.1198,39.4098) .. (484.5898,39.0098) 
+.. controls (486.2498,33.8498) and (485.6904,29.8496) .. (483.4004,24.8496)
+arc(66.548 \@@_colon 85.453 \@@_colon 9.070) 
+.. controls (480.0198,26.8403) and (479.2601,27.8399) .. (478.8301,29.1699)
+arc(297.885 \@@_colon 339.751 \@@_colon 3.570) 
+.. controls (479.8998,34.0798) and (477.5494,35.3305) .. (476.4395,37.8105) 
+.. controls (475.9495,37.7605) and (475.8795,38.0508) .. (475.4395,38.0508) 
+.. controls (475.3694,39.3508) and (476.1895,37.3391) .. (476.4395,38.2891) 
+.. controls (475.9995,40.5291) and (471.7302,40.3293) .. (470.9102,38.5293) 
+.. controls (472.1402,39.3693) and (471.4609,37.2891) .. (471.6309,36.3691) 
+.. controls (474.5309,35.4291) and (474.1895,31.8303) .. (476.1895,31.5703) 
+.. controls (472.9694,31.3303) and (471.2495,36.1796) .. (469.1895,36.8496) 
+.. controls (469.8995,36.6196) and (467.3998,36.9091) .. (467.5098,36.3691) 
+.. controls (467.6198,35.8291) and (468.8307,36.4004) .. (468.7207,35.6504) 
+.. controls (467.5407,33.3504) and (463.6704,32.5799) .. (464.4004,29.1699) 
+.. controls (463.1604,28.9799) and (464.1507,27.8705) .. (462.7207,27.7305) 
+.. controls (462.7207,27.1305) and (463.1607,26.9893) .. (462.7207,26.5293) 
+.. controls (461.9207,26.5193) and (461.5508,26.1191) .. (460.5508,26.2891) 
+.. controls (459.8508,26.5391) and (461.1091,26.6891) .. (460.7891,27.2891) 
+.. controls (456.9991,27.0991) and (455.5098,30.4791) .. (455.5098,33.2891) 
+.. controls (455.7398,33.0491) and (456.0894,31.2394) .. (457.1895,31.6094) 
+.. controls (456.9094,32.3594) and (456.3007,32.7998) .. (456.4707,34.0098) 
+.. controls (460.2807,33.3398) and (461.6201,38.2500) .. (459.8301,40.2500)
+arc(83.448 \@@_colon 91.051 \@@_colon 37.750) 
+.. controls (455.0301,40.4602) and (455.5601,39.6995) .. (455.0801,39.7695) 
+.. controls (455.0001,40.1195) and (454.4701,40.0098) .. (454.0801,40.0098) 
+.. controls (453.4601,38.2598) and (452.4296,35.3202) .. (453.5996,34.4902) 
+.. controls (453.3996,34.7302) and (452.3702,35.2905) .. (452.1602,34.7305)
+arc(78.062 \@@_colon 55.492 \@@_colon 4.670) 
+.. controls (452.1298,34.0798) and (452.4192,32.2991) .. (451.4492,31.3691) 
+.. controls (450.4792,30.4391) and (449.4708,30.8695) .. (448.8008,29.6895) 
+.. controls (451.0908,25.7295) and (456.7091,25.1192) .. (461.2891,23.4492) 
+.. controls (461.2891,23.7192) and (460.9391,23.8197) .. (461.2891,23.9297)
+arc(238.188 \@@_colon 292.246 \@@_colon 3.170) 
+.. controls (470.9202,21.3195) and (480.8502,22.3198) .. (488.1602,22.0098) 
+.. controls (488.7602,21.9798) and (489.2398,21.5293) .. (489.8398,21.5293) 
+.. controls (492.9198,21.4293) and (494.7901,23.8496) .. (496.3301,25.8496)
+arc(21.334 \@@_colon 32.003 \@@_colon 26.000)
+arc(209.514 \@@_colon 251.295 \@@_colon 2.200) 
+.. controls (493.3991,31.9299) and (489.3593,32.6002) .. (487.2793,35.4102) 
+.. controls (490.2793,36.8702) and (491.8192,37.6694) .. (495.4492,36.6094) 
+.. controls (499.3592,32.9994) and (506.8605,32.9801) .. (506.7305,25.3301) 
+.. controls (503.9605,23.8601) and (501.3406,22.2295) .. (498.5605,20.7695) 
+.. controls (498.1205,20.2695) and (498.1303,20.5395) .. (498.3203,19.7695) 
+.. controls (496.5203,17.6495) and (493.8096,16.9297) .. (491.5996,15.9297) 
+.. controls (490.9096,15.6297) and (490.5209,14.8509) .. (489.2109,15.2109) 
+.. controls (484.9809,16.3609) and (479.9498,18.4794) .. (475.7598,17.6094) 
+.. controls (475.1098,16.2394) and (472.8002,14.5101) .. (472.1602,12.3301) 
+.. controls (472.1002,12.7001) and (471.6392,12.5001) .. (471.4492,12.3301) 
+.. controls (469.8192,9.3301) and (466.7305,7.8801) .. (464.7305,5.3301) 
+.. controls (464.5805,3.0701) and (462.9303,2.3293) .. (462.3203,0.5293) 
+.. controls (461.6053,0.3343) and (460.5009,0.1271) .. (459.6172,0.1621) 
+-- cycle(433.5996,18.5078) 
+.. controls (433.7647,18.0482) and (433.9079,17.6007) .. (433.9883,17.1777) 
+.. controls (433.9645,17.1758) and (433.9505,17.1652) .. (433.9199,17.1699) 
+.. controls (433.6977,17.4962) and (433.6746,18.0280) .. (433.5996,18.5078) 
+-- cycle(185.0000,0.6094) 
+.. controls (182.3700,5.5394) and (185.1496,15.9294) .. (188.5996,18.6094)
+arc(122.981 \@@_colon 98.998 \@@_colon 8.070) 
+.. controls (192.0505,19.5705) and (192.1997,19.1598) .. (192.6797,19.0898) 
+.. controls (192.6797,19.3598) and (192.3397,19.4603) .. (192.6797,19.5703) 
+.. controls (195.2797,16.5703) and (200.6493,15.0806) .. (202.2793,11.8906) 
+.. controls (202.2193,12.2906) and (203.2193,11.8704) .. (203.2793,11.6504) 
+.. controls (203.2693,10.1204) and (203.0505,10.6700) .. (203.7305,9.2500) 
+.. controls (198.9105,10.2300) and (191.3594,10.1906) .. (188.3594,5.8906) 
+.. controls (187.2694,4.1106) and (186.6500,1.8494) .. (185.0000,0.6094) 
+-- cycle(55.4492,0.8496) 
+.. controls (55.5892,2.0596) and (55.9995,2.9400) .. (55.6895,4.0000) 
+.. controls (54.5195,4.8100) and (53.0008,5.2598) .. (52.8008,7.0898) 
+.. controls (53.8408,6.6098) and (53.7092,6.3494) .. (55.1992,6.6094) 
+.. controls (55.6892,10.6794) and (56.9195,14.0205) .. (61.6895,13.8105)
+arc(211.730 \@@_colon 235.728 \@@_colon 19.170) 
+.. controls (67.0892,7.0508) and (66.2895,6.7209) .. (65.7695,6.1309)
+arc(66.583 \@@_colon 85.472 \@@_colon 9.070) 
+.. controls (62.0409,4.4096) and (58.5605,4.6001) .. (58.5605,1.3301) 
+.. controls (57.7605,0.9301) and (56.2492,1.2496) .. (55.4492,0.8496) 
+-- cycle(85.3320,0.8848) 
+.. controls (84.1044,0.7263) and (82.0681,2.2306) .. (81.6406,2.8906) 
+.. controls (81.3906,3.1906) and (81.6806,3.7398) .. (81.3906,4.0898) 
+.. controls (80.1606,5.5698) and (76.3006,7.4602) .. (74.3906,8.4102) 
+.. controls (73.9306,10.5002) and (72.0108,11.1500) .. (70.5508,12.2500) 
+.. controls (70.2608,13.0700) and (71.3293,12.4700) .. (71.0293,13.2500) 
+.. controls (69.4993,14.6900) and (67.5302,13.3795) .. (66.2402,14.6895) 
+.. controls (66.5302,14.7195) and (66.8009,14.7599) .. (66.7109,15.1699) 
+.. controls (66.0609,15.0199) and (65.5895,16.2504) .. (65.2695,15.6504) 
+.. controls (65.2295,15.3204) and (66.6598,15.3397) .. (65.7598,14.9297) 
+.. controls (65.0098,15.4097) and (64.4096,14.8099) .. (63.3496,15.1699) 
+.. controls (59.4296,18.8999) and (51.2509,18.3691) .. (48.7109,22.3691) 
+.. controls (47.4809,22.0991) and (46.7098,23.5496) .. (45.8398,22.8496) 
+.. controls (45.9798,22.1996) and (46.8391,22.2502) .. (46.7891,21.4102) 
+.. controls (46.1191,19.3202) and (48.1306,12.9809) .. (50.3906,10.1309) 
+.. controls (49.2206,9.9709) and (48.9307,8.8807) .. (48.4707,7.9707) 
+.. controls (48.7307,7.5707) and (49.6795,6.6391) .. (49.1895,6.2891) 
+.. controls (48.8495,7.3791) and (48.0195,6.5491) .. (47.2695,7.2891) 
+.. controls (47.0595,8.0991) and (48.0700,7.6591) .. (48.0000,8.2891)
+arc(281.443 \@@_colon 235.902 \@@_colon 1.580) 
+.. controls (46.4508,11.2893) and (42.9001,10.8702) .. (40.3301,11.4102) 
+.. controls (39.8901,9.0402) and (36.2708,9.0501) .. (34.8008,7.3301) 
+.. controls (34.6508,5.2101) and (31.3198,4.4995) .. (30.0098,2.7695) 
+.. controls (28.1398,3.3395) and (26.6207,2.1708) .. (24.7207,2.0508) 
+.. controls (25.6807,5.1808) and (25.9291,9.0007) .. (28.2891,10.7207)
+arc(282.873 \@@_colon 290.594 \@@_colon 18.540) 
+.. controls (32.1097,14.7395) and (35.2109,16.4001) .. (36.2109,20.0801)
+arc(150.038 \@@_colon 93.327 \@@_colon 8.660)
+arc(11.526 \@@_colon 43.500 \@@_colon 3.930) 
+.. controls (40.8609,26.5603) and (38.3397,25.6905) .. (36.6797,26.5605) 
+.. controls (37.3497,26.7805) and (38.3698,26.6291) .. (38.8398,27.0391) 
+.. controls (33.5198,27.2791) and (28.3495,26.2793) .. (22.5195,27.2793) 
+.. controls (22.1795,28.2193) and (23.5995,27.3600) .. (23.5195,28.0000) 
+.. controls (19.8095,28.0000) and (15.8102,26.7499) .. (13.2402,29.1699)
+arc(169.514 \@@_colon 137.356 \@@_colon 8.720) 
+.. controls (22.8204,32.4602) and (22.3102,38.2594) .. (21.1602,42.6094) 
+.. controls (21.4502,42.6494) and (21.8906,42.5696) .. (21.8906,42.8496) 
+.. controls (20.7906,44.0496) and (21.1309,45.2292) .. (20.2109,46.4492) 
+.. controls (20.4909,46.4892) and (20.9199,46.4095) .. (20.9199,46.6895) 
+.. controls (19.0599,47.2195) and (19.5392,49.4593) .. (20.4492,50.5293) 
+.. controls (19.9192,50.3993) and (19.9392,49.8091) .. (19.4492,50.2891)
+arc(203.465 \@@_colon 184.918 \@@_colon 9.220)
+arc(66.059 \@@_colon 113.941 \@@_colon 1.480) 
+.. controls (17.3495,56.4899) and (15.8291,58.8105) .. (15.1191,61.8105) 
+.. controls (15.1491,62.2605) and (15.9196,61.9793) .. (15.8496,62.5293) 
+.. controls (10.4621,65.9038) and (13.7892,76.3868) .. (12.2207,82.6641) 
+.. controls (12.3681,82.4811) and (12.5605,82.4101) .. (12.5605,82.7207) 
+.. controls (11.9805,83.5107) and (11.5601,85.3301) .. (12.3301,86.0801) 
+.. controls (11.4301,86.1401) and (11.5309,87.2095) .. (10.8809,87.5195) 
+.. controls (11.1709,87.5595) and (11.5996,87.4798) .. (11.5996,87.7598) 
+.. controls (10.9896,88.0598) and (11.0796,89.0395) .. (10.5996,89.4395) 
+.. controls (8.1196,88.9795) and (7.0296,88.2402) .. (3.5996,88.2402) 
+.. controls (3.5396,87.7502) and (3.8398,87.6702) .. (3.8398,87.2402) 
+.. controls (2.4998,87.2002) and (1.0000,86.6300) .. (0.0000,87.0000) 
+.. controls (-0.1500,91.0000) and (2.8607,92.6695) .. (4.7207,94.7695) 
+.. controls (6.5807,96.8695) and (6.8391,99.4991) .. (9.0391,100.2891) 
+.. controls (10.3691,100.3791) and (10.6895,100.0291) .. (11.6895,100.2891) 
+.. controls (12.2395,100.3591) and (11.8904,99.5703) .. (12.4004,99.5703) 
+.. controls (12.9104,99.5703) and (12.7404,100.2208) .. (13.4004,100.0508) 
+.. controls (13.9104,99.2708) and (13.9203,100.3405) .. (15.0703,99.8105) 
+.. controls (16.1203,96.9805) and (18.5692,94.3797) .. (18.1992,90.9297) 
+.. controls (20.4792,88.2897) and (21.2908,84.7194) .. (21.8008,80.6094) 
+.. controls (22.2008,77.2094) and (22.2492,71.6105) .. (24.1992,69.8105) 
+.. controls (29.5692,74.4605) and (27.4801,83.6295) .. (26.8301,90.6895) 
+.. controls (25.5001,90.4795) and (25.8904,91.9791) .. (25.1504,92.3691)
+arc(60.290 \@@_colon 119.710 \@@_colon 1.200) 
+.. controls (20.6409,97.9791) and (27.9206,102.6598) .. (31.6406,99.0898) 
+.. controls (30.6906,98.7998) and (29.4902,98.7898) .. (28.9902,98.0898) 
+.. controls (30.4702,98.0398) and (30.8791,96.9304) .. (32.1191,96.6504) 
+.. controls (32.5791,96.7504) and (32.3103,97.5791) .. (33.0703,97.3691) 
+.. controls (33.0103,96.6991) and (33.1608,96.2991) .. (33.8008,96.3691) 
+.. controls (33.9508,96.7791) and (34.5200,96.7598) .. (34.7500,97.0898) 
+.. controls (34.1500,97.0498) and (34.0008,97.4605) .. (33.8008,97.8105) 
+.. controls (35.0508,97.0605) and (36.6104,96.6299) .. (37.1504,95.1699) 
+.. controls (36.7804,95.1499) and (36.3197,95.1995) .. (36.4297,94.6895) 
+.. controls (37.1897,94.8095) and (37.3709,94.1695) .. (37.8809,94.6895) 
+.. controls (37.3509,93.7795) and (38.4403,93.8602) .. (39.0703,93.4902)
+arc(297.240 \@@_colon 314.321 \@@_colon 4.150) 
+.. controls (40.0003,95.3009) and (38.2803,93.9297) .. (39.0703,94.9297) 
+.. controls (39.0203,95.3497) and (41.2709,94.1505) .. (41.9609,93.7305) 
+.. controls (40.9909,93.7805) and (40.8807,93.6700) .. (41.4707,93.2500) 
+.. controls (40.6707,93.2800) and (40.2108,93.7298) .. (39.8008,93.0098) 
+.. controls (42.2908,91.6498) and (43.0703,90.8304) .. (45.0703,89.6504) 
+.. controls (45.5603,90.0004) and (46.1703,90.1898) .. (46.0703,91.0898)
+arc(239.673 \@@_colon 350.008 \@@_colon 1.450) 
+.. controls (47.4405,97.7598) and (45.5196,105.9002) .. (51.0996,108.4102) 
+.. controls (51.5896,108.1002) and (51.7105,107.4209) .. (52.3105,107.2109) 
+.. controls (51.5205,101.6509) and (54.2395,96.1004) .. (53.0195,90.6504) 
+.. controls (52.7395,90.6104) and (52.3105,90.6902) .. (52.3105,90.4102) 
+.. controls (52.7005,84.8202) and (57.3602,83.5906) .. (59.9902,78.8906) 
+.. controls (59.2502,78.5106) and (58.3703,78.2692) .. (58.0703,77.4492) 
+.. controls (58.3103,77.3892) and (58.6405,77.0507) .. (58.3105,76.9707) 
+.. controls (57.5705,78.4707) and (55.2900,78.4409) .. (53.7500,79.1309) 
+.. controls (53.7500,77.2209) and (53.2600,76.4703) .. (53.7500,74.5703)
+arc(67.641 \@@_colon 39.146 \@@_colon 21.260) 
+.. controls (61.4104,69.5001) and (61.6291,69.2501) .. (62.6191,68.3301) 
+.. controls (63.6091,67.4101) and (65.7302,65.6409) .. (65.9902,65.2109) 
+.. controls (65.5302,64.4809) and (65.2102,65.8709) .. (64.9902,65.2109) 
+.. controls (65.3102,64.1509) and (66.0497,65.0005) .. (66.4297,64.7305) 
+.. controls (65.9097,64.6605) and (66.7002,64.0798) .. (66.9102,64.0098) 
+.. controls (66.9202,64.2498) and (66.6699,64.2902) .. (66.6699,64.4902) 
+.. controls (69.0499,62.5602) and (76.3102,62.6897) .. (76.9902,65.9297) 
+.. controls (77.4902,68.2897) and (75.9400,71.6391) .. (76.7500,75.2891) 
+.. controls (76.3300,75.4191) and (75.7605,75.4095) .. (75.5605,75.7695) 
+.. controls (75.9905,75.9095) and (76.9902,75.4798) .. (76.9902,76.0098) 
+.. controls (76.9002,76.8698) and (75.5605,76.5292) .. (75.5605,77.4492) 
+.. controls (76.0505,77.6792) and (76.4105,76.7292) .. (76.5605,77.4492) 
+.. controls (76.0405,78.0392) and (74.1492,77.6605) .. (73.4492,76.7305)
+arc(269.148 \@@_colon 307.722 \@@_colon 1.150) 
+.. controls (73.8499,75.8807) and (73.1398,76.1100) .. (72.0098,76.2500) 
+.. controls (68.8898,74.1500) and (64.4695,71.2606) .. (59.7695,72.8906) 
+.. controls (62.6695,76.6606) and (68.4709,78.6999) .. (68.8809,84.1699) 
+.. controls (64.4509,85.3099) and (60.3292,88.8398) .. (55.4492,88.0098) 
+.. controls (54.9992,90.2398) and (55.1204,92.8398) .. (56.4004,94.0098) 
+.. controls (57.4604,93.8798) and (57.4494,93.6700) .. (57.6094,94.2500) 
+.. controls (61.8194,92.2200) and (68.1893,91.0905) .. (71.2793,88.7305) 
+.. controls (72.2593,89.4905) and (73.1095,88.1205) .. (73.6895,87.7305) 
+.. controls (74.2195,88.5405) and (75.9108,87.2802) .. (76.8008,87.4902) 
+.. controls (80.7608,88.4402) and (87.0005,95.6705) .. (88.5605,98.8105)
+arc(59.356 \@@_colon 94.628 \@@_colon 5.270) 
+.. controls (85.3492,100.8193) and (87.0591,100.3092) .. (87.1191,101.4492) 
+.. controls (86.1591,101.5192) and (84.9207,101.3299) .. (84.7207,102.1699)
+arc(278.294 \@@_colon 296.556 \@@_colon 42.930) 
+.. controls (99.9607,105.4500) and (102.9007,104.5792) .. (102.7207,101.4492) 
+.. controls (102.6207,99.6492) and (100.8496,98.1304) .. (99.8496,96.6504)
+arc(177.436 \@@_colon 219.433 \@@_colon 1.060) 
+.. controls (99.4798,95.6197) and (98.7204,95.4897) .. (98.4004,94.9297) 
+.. controls (98.4304,94.5497) and (99.0209,94.7409) .. (98.8809,94.2109)
+arc(112.332 \@@_colon 132.841 \@@_colon 8.770) 
+.. controls (97.0000,91.6293) and (95.0898,90.2591) .. (94.0898,90.3691) 
+.. controls (95.6498,90.3691) and (93.8905,89.2397) .. (94.5605,88.9297) 
+.. controls (95.1605,88.8397) and (95.2695,90.4304) .. (95.7695,89.6504)
+arc(330.951 \@@_colon 306.519 \@@_colon 37.220)
+arc(185.764 \@@_colon 193.919 \@@_colon 78.510) 
+.. controls (87.7791,63.8105) and (88.2004,61.4201) .. (90.6504,60.3301) 
+.. controls (92.8604,59.3501) and (96.4895,59.7502) .. (95.9395,56.4902) 
+.. controls (95.1895,56.7002) and (92.5608,55.8905) .. (93.0508,54.8105) 
+.. controls (92.1308,54.6005) and (92.6191,55.8593) .. (91.6191,55.5293) 
+.. controls (91.6191,55.0093) and (92.2696,55.1793) .. (92.0996,54.5293) 
+.. controls (85.8396,54.0293) and (82.1896,54.5605) .. (75.0996,55.7305)
+arc(341.549 \@@_colon 304.724 \@@_colon 5.700) 
+.. controls (73.2595,52.5996) and (73.8304,52.6091) .. (74.1504,52.3691) 
+.. controls (73.6804,48.5391) and (75.6898,44.5198) .. (75.5898,41.0898) 
+.. controls (75.6398,41.2798) and (75.5901,41.5703) .. (75.8301,41.5703) 
+.. controls (76.3401,40.3503) and (76.4301,38.7602) .. (76.8301,37.4902) 
+.. controls (75.6701,37.2202) and (75.1392,36.3005) .. (74.1992,35.8105) 
+.. controls (74.1992,36.5305) and (75.1392,36.4505) .. (74.1992,36.8105) 
+.. controls (72.3092,34.9605) and (70.7602,37.5005) .. (68.9102,37.8105) 
+.. controls (69.6302,42.9705) and (65.7408,46.0991) .. (65.5508,50.2891) 
+.. controls (65.0208,49.8091) and (65.0408,50.3993) .. (64.5508,50.5293) 
+.. controls (64.1308,53.7893) and (61.5195,56.1295) .. (61.1895,58.6895) 
+.. controls (61.2595,58.4795) and (61.8499,57.6409) .. (61.9199,58.2109) 
+.. controls (61.9799,59.8009) and (60.4707,59.7901) .. (60.4707,61.3301) 
+.. controls (60.8007,61.9101) and (60.9495,61.4805) .. (61.1895,61.8105) 
+.. controls (61.1695,62.9105) and (59.8198,62.7402) .. (59.5098,63.4902) 
+.. controls (59.1998,64.2402) and (59.5798,64.1699) .. (59.5098,65.1699) 
+.. controls (58.0198,65.8699) and (56.7392,66.8294) .. (54.9492,66.6094) 
+.. controls (54.8792,66.0594) and (55.6797,66.3406) .. (55.6797,65.8906) 
+.. controls (54.2497,65.0806) and (54.0801,62.9795) .. (52.0801,62.7695)
+arc(242.740 \@@_colon 223.719 \@@_colon 10.920) 
+.. controls (50.3895,70.2097) and (49.5407,77.7409) .. (48.4707,82.2109) 
+.. controls (48.9507,82.4109) and (49.1095,82.8502) .. (49.1895,83.4102) 
+.. controls (48.5095,83.7802) and (48.4098,84.6996) .. (47.5098,84.8496) 
+.. controls (47.4398,85.3196) and (47.8400,85.3303) .. (48.0000,85.5703)
+arc(43.441 \@@_colon 58.403 \@@_colon 26.320) 
+.. controls (42.7397,89.5906) and (43.0595,89.4102) .. (42.4395,89.4102) 
+.. controls (41.8095,90.9402) and (37.0505,93.2493) .. (35.7305,92.5293) 
+.. controls (35.6805,92.7693) and (35.3500,92.7695) .. (35.0000,92.7695) 
+.. controls (35.6300,93.4695) and (35.2891,93.9609) .. (34.2891,94.2109) 
+.. controls (34.3391,93.8709) and (34.6798,93.8102) .. (34.7598,93.4902) 
+.. controls (32.3798,94.1702) and (31.6195,95.1099) .. (28.5195,95.1699) 
+.. controls (26.9695,93.6499) and (28.7507,92.1601) .. (29.9707,91.3301) 
+.. controls (30.6607,91.8101) and (31.3806,91.5905) .. (31.8906,91.8105) 
+.. controls (32.8906,88.4105) and (33.2709,84.3997) .. (36.2109,82.9297) 
+.. controls (37.8109,83.4497) and (39.6505,82.4492) .. (41.4805,82.4492) 
+.. controls (42.2105,82.0092) and (41.3209,81.3398) .. (42.2109,81.0098) 
+.. controls (43.5609,81.5698) and (44.0194,80.6303) .. (44.3594,79.5703) 
+.. controls (42.9194,79.8703) and (42.6705,78.6101) .. (41.4805,79.3301) 
+.. controls (41.4105,78.7701) and (41.0105,78.3406) .. (41.4805,77.8906) 
+.. controls (39.6705,77.7006) and (38.8902,78.9091) .. (37.4102,78.3691) 
+.. controls (37.6602,79.6191) and (35.2000,79.0898) .. (35.0000,79.0898)
+arc(19.875 \@@_colon -3.283 \@@_colon 14.500) 
+.. controls (38.7198,71.8501) and (45.1500,71.5103) .. (44.0000,67.5703) 
+.. controls (43.1900,67.3603) and (43.4700,68.1891) .. (43.0000,68.2891) 
+.. controls (39.7900,67.5791) and (35.9997,68.4302) .. (32.9297,69.4902) 
+.. controls (30.2197,68.6402) and (25.5905,69.0191) .. (24.0605,66.3691) 
+.. controls (24.8105,65.2891) and (25.0902,63.7193) .. (25.7402,62.5293) 
+.. controls (29.9802,62.5693) and (34.1605,62.8108) .. (37.9805,62.0508) 
+.. controls (41.1405,61.4208) and (44.8601,60.7009) .. (47.3301,60.1309) 
+.. controls (49.8001,59.5609) and (56.5501,59.3302) .. (58.3301,57.4902) 
+.. controls (58.6501,57.1502) and (57.8008,56.6195) .. (58.8008,56.7695) 
+-- (58.8008,54.6094) 
+.. controls (58.2208,53.5294) and (55.6406,54.2998) .. (56.6406,55.0898) 
+.. controls (55.8906,54.4298) and (54.8400,55.4896) .. (54.2500,54.8496) 
+.. controls (54.2300,53.6996) and (57.3006,54.4102) .. (56.6406,53.4102) 
+.. controls (54.9406,53.8302) and (53.4998,51.9200) .. (52.0898,51.2500) 
+.. controls (52.5898,50.3800) and (52.3998,50.0898) .. (52.0898,49.0898) 
+.. controls (54.1298,45.9998) and (58.1791,44.9097) .. (59.0391,41.9297) 
+.. controls (57.8791,40.4497) and (57.0009,40.3301) .. (56.8809,38.3301) 
+.. controls (55.4009,37.6601) and (53.1998,39.5703) .. (52.0898,38.5703) 
+.. controls (51.5098,39.0003) and (51.6406,40.0102) .. (50.6406,40.4902) 
+.. controls (47.8306,39.9402) and (44.6605,41.6309) .. (42.4805,43.1309)
+arc(273.685 \@@_colon 255.960 \@@_colon 17.210)
+arc(302.317 \@@_colon 269.485 \@@_colon 3.090) 
+.. controls (32.2695,43.7709) and (26.1294,44.6295) .. (27.6094,39.7695)
+arc(151.965 \@@_colon 186.985 \@@_colon 4.460) 
+.. controls (27.8791,35.6709) and (29.2205,36.1309) .. (30.4805,36.1309) 
+.. controls (36.1305,36.0009) and (41.6295,34.5898) .. (48.0195,33.0898) 
+.. controls (50.5695,32.5498) and (53.2495,32.8494) .. (55.9395,32.6094) 
+.. controls (58.6295,32.3694) and (63.5595,31.6094) .. (66.9395,32.6094) 
+.. controls (67.6595,32.8494) and (68.2896,33.4794) .. (69.0996,33.6094) 
+.. controls (72.0596,34.0694) and (75.9395,33.5294) .. (78.9395,33.6094) 
+.. controls (83.9395,33.7294) and (98.1195,32.5091) .. (90.9395,27.3691) 
+.. controls (89.1595,27.5291) and (85.3493,28.5291) .. (82.7793,27.3691) 
+.. controls (79.6193,28.0891) and (76.6609,27.4391) .. (72.4609,27.3691) 
+.. controls (72.1109,26.7491) and (71.5802,26.4795) .. (71.9902,25.6895) 
+.. controls (71.3002,25.0895) and (70.0501,25.0598) .. (69.8301,24.0098) 
+.. controls (69.7701,23.3498) and (70.7701,23.7791) .. (70.8301,23.2891) 
+.. controls (69.8101,22.5391) and (70.5898,22.4309) .. (70.5898,21.1309) 
+.. controls (76.6298,19.0309) and (82.2792,14.4903) .. (86.1992,10.5703) 
+.. controls (88.1992,8.5603) and (89.0792,4.3697) .. (87.1992,1.9297) 
+.. controls (86.7892,1.4497) and (86.3192,2.1295) .. (86.1992,1.6895) 
+.. controls (86.0592,1.1745) and (85.7412,0.9376) .. (85.3320,0.8848) 
+-- cycle(12.2207,82.6641) 
+.. controls (12.1023,82.8110) and (12.0097,83.0255) .. (12.0898,83.1992) 
+.. controls (12.1424,83.0285) and (12.1763,82.8418) .. (12.2207,82.6641) 
+-- cycle(218.5644,3.7051) 
+.. controls (215.3721,3.6870) and (211.7815,5.4855) .. (211.7402,8.7305) 
+.. controls (210.9402,9.3605) and (209.2503,10.1309) .. (209.5703,11.1309) 
+.. controls (211.4203,11.4109) and (211.8799,10.4102) .. (213.4199,10.4102) 
+.. controls (213.3399,10.9702) and (213.0397,11.3098) .. (213.1797,12.0898) 
+.. controls (209.7097,14.8598) and (206.6696,18.0705) .. (203.0996,20.7305) 
+.. controls (203.0396,21.2205) and (203.3301,21.3005) .. (203.3301,21.7305) 
+.. controls (198.5101,26.6605) and (192.3809,29.1606) .. (184.3809,29.8906) 
+.. controls (184.4409,31.1006) and (185.1496,31.6800) .. (184.8496,33.2500) 
+.. controls (188.4496,34.8900) and (190.3492,39.2098) .. (194.4492,39.0098) 
+.. controls (195.9992,38.9298) and (197.1092,37.0805) .. (199.4492,37.8105) 
+.. controls (200.6492,39.7005) and (200.0704,41.9793) .. (200.6504,44.5293) 
+.. controls (194.7304,47.8293) and (191.1400,42.9894) .. (186.2500,42.6094) 
+.. controls (185.9900,44.1394) and (184.5896,43.3408) .. (183.8496,44.0508) 
+.. controls (183.9996,46.0208) and (181.8494,46.6891) .. (181.6894,48.3691) 
+.. controls (181.4795,50.4791) and (184.4908,52.8993) .. (184.8008,56.5293) 
+.. controls (185.1308,59.8893) and (185.6708,61.6895) .. (185.8008,64.6895) 
+.. controls (186.6808,65.0095) and (186.9609,65.9109) .. (187.9609,66.1309) 
+.. controls (192.7609,64.8109) and (193.6699,60.1503) .. (194.6699,55.5703)
+arc(236.208 \@@_colon 246.657 \@@_colon 33.080) 
+.. controls (199.8309,50.4395) and (200.7801,51.8202) .. (202.8301,51.4902) 
+.. controls (204.1101,54.6302) and (201.2694,57.3795) .. (202.1094,58.6895) 
+.. controls (200.5294,58.8895) and (200.0508,60.9705) .. (197.8008,61.8105) 
+.. controls (196.8608,62.1505) and (195.3899,61.7891) .. (194.6699,62.2891) 
+.. controls (192.1599,64.0091) and (194.1598,70.5798) .. (198.7598,69.0098) 
+.. controls (199.2998,71.0698) and (205.8691,74.9297) .. (201.8691,76.9297) 
+.. controls (200.9391,77.3997) and (199.4693,76.9599) .. (198.2793,77.1699) 
+.. controls (195.7593,77.6099) and (193.3793,78.8496) .. (191.2793,78.8496) 
+.. controls (190.2493,80.2996) and (190.9601,80.7809) .. (190.3301,82.2109) 
+.. controls (192.6201,83.6709) and (196.5705,83.4901) .. (198.4805,85.3301) 
+.. controls (198.6205,86.4301) and (198.0600,86.8307) .. (198.2500,87.9707) 
+.. controls (196.7500,88.1507) and (196.6998,89.7896) .. (196.0898,90.8496) 
+.. controls (196.6198,92.0696) and (200.1897,92.0696) .. (199.9297,90.8496) 
+.. controls (199.7497,91.1796) and (198.5494,91.6902) .. (198.6094,91.4102) 
+.. controls (199.8894,91.0102) and (199.4598,89.7100) .. (201.0098,89.2500) 
+.. controls (201.5798,90.1700) and (202.1202,89.7905) .. (203.4102,89.7305) 
+.. controls (204.5302,91.6205) and (203.5604,94.6997) .. (203.9004,96.9297) 
+.. controls (201.6104,100.1397) and (196.8894,99.8105) .. (192.6094,99.8105) 
+.. controls (191.4094,101.1906) and (188.6508,99.5801) .. (188.3008,99.3301) 
+.. controls (188.9508,98.9701) and (189.3302,97.0292) .. (189.4902,96.4492) 
+.. controls (189.1902,97.0692) and (189.0008,97.1997) .. (188.3008,96.9297) 
+.. controls (188.3708,96.7397) and (188.8908,95.9297) .. (188.3008,95.9297) 
+.. controls (187.3708,97.5697) and (186.3197,97.6903) .. (184.9297,98.5703) 
+.. controls (185.4697,99.8803) and (184.3997,99.8905) .. (183.9297,100.7305) 
+.. controls (184.5997,103.7805) and (185.5707,108.4109) .. (188.7207,109.1309) 
+.. controls (189.3207,109.2709) and (189.4697,108.7104) .. (189.9297,108.6504) 
+.. controls (190.3897,108.5904) and (191.0996,108.8906) .. (191.5996,108.8906) 
+.. controls (195.5896,108.5306) and (199.9706,106.6400) .. (204.8106,106.2500) 
+.. controls (212.5906,105.6200) and (219.5094,106.0300) .. (227.3594,106.2500)
+arc(40.581 \@@_colon -9.906 \@@_colon 8.510) 
+.. controls (225.5393,96.2400) and (220.3796,99.6993) .. (215.8496,98.5293) 
+.. controls (214.4096,95.7093) and (213.7002,90.2891) .. (214.1602,86.2891) 
+.. controls (214.1102,86.6591) and (213.7695,86.3308) .. (213.6894,86.0508) 
+.. controls (214.5694,85.4208) and (214.7801,84.1106) .. (216.0801,83.8906) 
+.. controls (216.0301,84.1906) and (215.7101,84.3691) .. (216.3301,84.3691) 
+.. controls (220.0501,83.7191) and (221.3801,80.6509) .. (221.3301,76.2109) 
+.. controls (220.2701,75.7009) and (220.1697,74.8293) .. (218.9297,74.5293) 
+.. controls (217.6897,74.2293) and (215.4201,75.5605) .. (215.3301,73.8105) 
+.. controls (215.6501,73.8105) and (215.5503,74.2291) .. (215.8203,74.2891) 
+.. controls (215.3303,73.5291) and (214.5703,70.1593) .. (215.5703,68.5293) 
+.. controls (215.5503,68.1493) and (214.9596,68.3405) .. (215.0996,67.8105) 
+.. controls (216.6009,67.9153) and (218.9227,67.6823) .. (219.9883,66.9570) 
+.. controls (219.9432,66.9887) and (219.9073,67.0279) .. (219.8906,67.0898) 
+.. controls (221.8806,66.8298) and (222.2893,65.7609) .. (222.5293,64.2109) 
+.. controls (220.6193,63.0409) and (220.6191,58.8295) .. (220.3691,56.7695) 
+.. controls (220.1191,56.9895) and (220.3002,57.6502) .. (219.6602,57.4902) 
+.. controls (220.2802,56.4802) and (219.2697,56.4803) .. (219.1797,55.5703) 
+.. controls (220.6997,55.0103) and (220.9408,53.2899) .. (222.3008,53.1699) 
+.. controls (222.3708,52.6999) and (221.9703,52.6892) .. (221.8203,52.4492) 
+.. controls (222.6603,51.6092) and (223.1297,50.4093) .. (224.9297,50.5293) 
+.. controls (223.8197,52.2693) and (221.7403,52.8496) .. (221.8203,54.8496) 
+.. controls (222.6503,53.6596) and (225.2992,53.1707) .. (224.6992,51.9707) 
+.. controls (226.8192,51.2907) and (230.0300,47.2891) .. (229.2500,44.2891) 
+.. controls (228.5300,41.4691) and (223.8596,40.7002) .. (221.0996,41.4102) 
+.. controls (217.7596,42.2602) and (214.0600,43.5801) .. (211.2500,43.3301) 
+.. controls (211.8600,40.1301) and (208.6291,38.8001) .. (208.3691,36.3301)
+arc(191.435 \@@_colon 242.732 \@@_colon 2.780) 
+.. controls (213.8603,33.1002) and (218.3008,32.1605) .. (222.3008,30.8105)
+arc(29.303 \@@_colon 9.563 \@@_colon 12.620) 
+.. controls (222.6802,26.2805) and (222.0703,25.1605) .. (221.5703,24.8105) 
+.. controls (217.7803,24.5705) and (214.2500,25.2103) .. (211.2500,24.5703) 
+.. controls (211.5100,24.0303) and (212.7599,24.4801) .. (213.4199,24.3301) 
+.. controls (213.2799,23.4301) and (211.7500,23.9209) .. (211.5000,23.1309) 
+.. controls (211.9600,19.6809) and (216.0700,19.8609) .. (217.2500,17.1309) 
+.. controls (215.8500,16.4409) and (218.6309,13.7307) .. (218.4609,14.9707) 
+.. controls (219.2809,13.2107) and (221.1796,11.3309) .. (220.8496,9.2109) 
+.. controls (221.5596,9.0909) and (222.5608,6.6106) .. (222.3008,4.8906) 
+.. controls (221.3852,4.0969) and (220.0155,3.7133) .. (218.5644,3.7051) 
+-- cycle(345.4863,7.8203) 
+.. controls (345.3420,7.8137) and (345.1977,7.8198) .. (345.0508,7.8398) 
+.. controls (343.1108,8.0998) and (343.5609,10.4707) .. (341.2109,10.7207) 
+.. controls (341.0309,12.7407) and (342.8396,12.7598) .. (343.5996,13.8398) 
+.. controls (342.9296,16.7298) and (340.2498,18.2901) .. (337.8398,20.0801) 
+.. controls (338.4998,20.2301) and (338.9691,18.9896) .. (339.2891,19.5996) 
+.. controls (339.1591,20.5996) and (335.2304,22.0696) .. (336.4004,20.5996) 
+.. controls (335.0804,20.1296) and (335.6905,22.7896) .. (334.4805,21.5996) 
+.. controls (334.5105,21.2196) and (335.1007,21.4109) .. (334.9707,20.8809) 
+.. controls (334.4007,13.5609) and (328.1907,8.5809) .. (321.9707,9.8809) 
+.. controls (321.5207,9.7809) and (321.5395,9.1904) .. (320.7695,9.4004)
+arc(240.714 \@@_colon 219.591 \@@_colon 20.430) 
+.. controls (314.7595,15.0992) and (315.6102,14.8806) .. (315.4902,15.6406) 
+.. controls (313.2002,18.2706) and (312.0602,22.0805) .. (310.4902,25.4805) 
+.. controls (310.9002,26.0405) and (311.9004,25.9609) .. (312.9004,25.9609)
+arc(20.120 \@@_colon 2.518 \@@_colon 8.000) 
+.. controls (313.8909,23.9605) and (313.7209,23.5605) .. (314.3809,23.5605) 
+.. controls (316.6409,20.9705) and (319.9205,15.1599) .. (323.7305,14.9199) 
+.. controls (327.9005,14.6599) and (324.8504,24.3599) .. (325.6504,26.9199) 
+.. controls (325.2004,27.0199) and (324.6192,27.0106) .. (324.6992,27.6406) 
+.. controls (324.7192,28.4906) and (325.4899,27.1309) .. (325.4199,27.8809) 
+.. controls (323.2199,30.9309) and (319.2102,33.4705) .. (317.4902,35.5605) 
+.. controls (317.4402,35.3705) and (317.4898,35.0801) .. (317.2598,35.0801) 
+.. controls (317.1998,35.5701) and (317.4902,35.6501) .. (317.4902,36.0801) 
+.. controls (316.8502,35.7601) and (316.7002,37.0303) .. (316.4902,36.3203) 
+.. controls (316.7302,36.2903) and (317.2205,35.5296) .. (316.7305,35.5996) 
+.. controls (316.0505,36.5996) and (315.7098,37.9302) .. (314.3398,38.2402) 
+.. controls (314.2198,37.4902) and (314.9805,37.6091) .. (315.0605,37.0391) 
+.. controls (313.8505,37.2191) and (313.2094,36.9198) .. (313.6094,35.8398) 
+.. controls (310.5994,34.5998) and (312.1493,30.2698) .. (309.5293,28.8398) 
+.. controls (309.3093,30.9098) and (305.9995,31.8196) .. (305.6895,34.5996) 
+.. controls (305.0195,34.6396) and (305.1402,33.8809) .. (304.4902,33.8809) 
+.. controls (304.3602,37.6909) and (306.3497,39.3905) .. (305.9297,43.4805)
+arc(152.875 \@@_colon 143.117 \@@_colon 39.930) 
+.. controls (312.3093,50.6802) and (316.0709,50.2700) .. (319.1309,49.0000) 
+.. controls (320.8309,48.3000) and (321.7607,46.8998) .. (323.2207,46.8398) 
+.. controls (329.1707,46.5698) and (328.4393,55.3693) .. (327.5293,60.2793) 
+.. controls (327.5893,60.0393) and (327.9298,59.6991) .. (328.0098,60.0391) 
+.. controls (322.8298,67.2491) and (318.3708,76.4395) .. (309.3008,80.4395) 
+.. controls (308.9908,81.0795) and (309.4205,81.2295) .. (309.0605,81.4395) 
+.. controls (308.1905,80.4395) and (307.5209,82.6995) .. (307.1309,81.4395) 
+.. controls (308.2309,81.5095) and (307.4198,80.6402) .. (308.3398,80.2402) 
+.. controls (307.6598,80.1002) and (307.1102,81.2305) .. (306.6602,80.4805) 
+.. controls (306.7502,79.6705) and (307.5909,81.1200) .. (307.3809,80.0000) 
+.. controls (306.0609,79.4500) and (308.4106,75.2506) .. (309.0605,76.6406) 
+.. controls (308.4305,73.3406) and (311.8105,69.1693) .. (314.8105,67.2793) 
+.. controls (314.8306,67.7193) and (313.5898,68.0905) .. (314.3398,68.4805) 
+.. controls (315.5798,66.4505) and (318.6497,65.1992) .. (317.9297,63.1992) 
+.. controls (318.2897,63.8292) and (318.7709,63.1992) .. (319.3809,63.1992) 
+.. controls (319.3209,62.6392) and (321.1401,61.5103) .. (320.5801,60.3203) 
+.. controls (320.3901,59.8303) and (319.5001,60.4901) .. (319.5801,60.0801) 
+.. controls (319.8101,58.9701) and (319.5709,60.0801) .. (318.6309,59.0801) 
+.. controls (318.4709,58.8701) and (318.7409,58.2901) .. (318.6309,58.0801) 
+.. controls (318.0909,57.0901) and (316.9909,56.6797) .. (316.4609,55.6797) 
+.. controls (313.0609,56.2497) and (310.7606,54.9997) .. (308.0605,54.6797) 
+.. controls (308.0605,56.3997) and (303.8906,55.4991) .. (302.0605,56.1191) 
+.. controls (302.9506,61.3491) and (311.0992,59.2505) .. (310.9492,65.4805)
+arc(209.743 \@@_colon 178.538 \@@_colon 9.200)
+arc(227.795 \@@_colon 181.427 \@@_colon 4.360) 
+.. controls (308.2505,73.2104) and (308.3005,72.9199) .. (308.0605,72.9199) 
+.. controls (307.8105,74.8699) and (306.5996,76.0493) .. (307.3496,76.2793) 
+.. controls (306.8196,76.8193) and (305.9099,76.9397) .. (305.4199,78.6797)
+arc(21.579 \@@_colon 35.612 \@@_colon 12.310)
+arc(204.090 \@@_colon 155.910 \@@_colon 7.350) 
+.. controls (307.0905,88.4103) and (306.9805,92.7198) .. (310.9805,92.8398) 
+.. controls (311.5905,91.9298) and (311.8204,91.9998) .. (312.9004,91.8398) 
+.. controls (314.0522,89.1030) and (317.2825,87.2279) .. (318.1270,84.9473) 
+.. controls (318.0679,85.0132) and (317.9642,85.0260) .. (317.9297,84.8398) 
+.. controls (319.4397,84.1098) and (319.6005,82.0000) .. (320.8105,81.0000) 
+.. controls (320.8705,80.5100) and (320.5801,80.4300) .. (320.5801,80.0000)
+arc(53.110 \@@_colon -4.613 \@@_colon 3.000) 
+.. controls (323.1795,75.2594) and (327.2006,74.7198) .. (327.0605,71.8398)
+arc(62.512 \@@_colon 53.508 \@@_colon 14.420) 
+.. controls (329.8205,71.2006) and (329.4102,71.4709) .. (330.6602,70.8809)
+arc(340.716 \@@_colon 359.997 \@@_colon 21.200) 
+.. controls (331.6996,80.1509) and (328.9198,84.7409) .. (328.2598,87.9609) 
+.. controls (327.7098,90.5709) and (326.7792,93.3898) .. (323.4492,92.7598) 
+.. controls (323.5092,97.4098) and (326.5692,100.1992) .. (330.4492,100.1992)
+arc(189.536 \@@_colon 208.773 \@@_colon 9.120) 
+.. controls (333.7392,96.4203) and (337.0295,92.6197) .. (335.5195,88.6797) 
+.. controls (337.7495,86.4597) and (336.5909,82.1505) .. (339.1309,79.5605)
+arc(162.460 \@@_colon 225.191 \@@_colon 2.850) 
+.. controls (339.6098,69.7297) and (338.2909,63.2800) .. (339.1309,57.0000) 
+.. controls (339.6609,53.0000) and (344.4895,49.0009) .. (341.0195,47.2109) 
+.. controls (339.8995,47.7009) and (339.7309,49.1291) .. (338.3809,49.3691) 
+.. controls (338.1609,48.5591) and (338.9996,48.8291) .. (339.0996,48.3691) 
+.. controls (337.0096,44.2391) and (336.3999,36.2508) .. (337.1699,32.0508) 
+.. controls (338.1399,32.6508) and (338.7903,31.1996) .. (339.5703,30.8496) 
+.. controls (343.5503,28.2596) and (349.2008,27.3504) .. (352.0508,23.6504) 
+.. controls (352.3008,24.3004) and (352.9708,23.4499) .. (353.0508,23.1699) 
+.. controls (352.6308,23.0799) and (352.4301,23.5299) .. (352.3301,23.1699) 
+.. controls (352.9101,22.3299) and (353.0599,21.6100) .. (353.9199,22.0000) 
+.. controls (353.6699,21.4700) and (353.4702,19.6508) .. (354.1602,20.8008) 
+.. controls (354.3111,18.5099) and (353.9211,17.5723) .. (354.0762,16.4395) 
+.. controls (354.0590,16.8983) and (354.8379,15.1416) .. (354.6504,14.8008) 
+.. controls (353.3004,13.9008) and (353.2500,11.7005) .. (352.2500,10.4805) 
+.. controls (349.5688,10.8180) and (347.6518,7.9201) .. (345.4863,7.8203) 
+-- cycle(318.1270,84.9473) 
+.. controls (318.1536,84.9175) and (318.1730,84.8802) .. (318.1699,84.8398) 
+.. controls (318.1578,84.8761) and (318.1403,84.9113) .. (318.1270,84.9473) 
+-- cycle(319.1992,9.0000) 
+.. controls (318.8192,9.6800) and (317.1695,10.3199) .. (317.5195,10.9199) 
+.. controls (318.0195,10.3699) and (319.4892,9.5300) .. (319.1992,9.0000) 
+-- cycle(166.2676,16.6445) 
+.. controls (163.9299,16.5956) and (161.9392,17.8587) .. (160.0898,19.5293) 
+.. controls (158.9798,26.4993) and (165.5296,27.8199) .. (165.8496,34.1699)
+arc(41.122 \@@_colon 122.599 \@@_colon 1.300) 
+.. controls (164.1199,34.8102) and (164.2497,35.3302) .. (163.9297,35.4102) 
+.. controls (165.1597,38.7502) and (170.4998,36.4694) .. (174.0098,36.6094) 
+.. controls (174.7198,34.6094) and (178.3194,34.2594) .. (177.6094,29.6094)
+arc(122.193 \@@_colon 185.575 \@@_colon 1.060) 
+.. controls (172.6391,26.6094) and (172.4195,20.9294) .. (169.6894,17.6094) 
+.. controls (168.4644,16.9594) and (167.3302,16.6668) .. (166.2676,16.6445) 
+-- cycle(354.0391,37.0508)
+arc(238.189 \@@_colon 231.823 \@@_colon 52.750) 
+.. controls (350.0002,40.8102) and (350.2292,39.5199) .. (350.4492,40.1699) 
+.. controls (350.0092,40.4699) and (349.8198,40.9806) .. (349.0098,40.8906) 
+.. controls (348.8098,41.8106) and (350.1609,41.1698) .. (349.9609,42.0898) 
+.. controls (349.3909,42.9598) and (347.4708,42.4198) .. (347.8008,43.0898)
+arc(184.500 \@@_colon 355.500 \@@_colon 0.240) 
+.. controls (348.0493,43.4798) and (347.6401,43.6401) .. (347.3301,43.3301) 
+.. controls (347.4401,44.3901) and (346.9901,44.5200) .. (347.3301,45.2500) 
+.. controls (346.8601,45.3000) and (346.0801,45.0105) .. (346.3301,45.7305) 
+.. controls (347.9501,47.0605) and (350.3906,43.2903) .. (352.5605,43.5703) 
+.. controls (352.3306,47.1903) and (352.7801,50.5609) .. (352.0801,54.1309) 
+.. controls (351.0001,59.7309) and (347.1795,64.7305) .. (347.5195,69.7305) 
+.. controls (347.6995,72.2105) and (350.0801,74.6505) .. (352.0801,75.7305) 
+.. controls (354.9601,77.2405) and (359.8791,74.4198) .. (363.3691,75.0098) 
+.. controls (365.8791,75.4398) and (367.4502,77.5293) .. (368.1602,80.5293) 
+.. controls (366.9302,83.4493) and (363.3005,83.9901) .. (360.4805,85.3301) 
+.. controls (354.9405,87.7001) and (348.7596,89.4509) .. (345.5996,94.2109) 
+.. controls (347.2896,95.6909) and (350.4591,94.3995) .. (353.2891,94.6895) 
+.. controls (354.6691,94.8295) and (356.5001,94.6295) .. (358.0801,94.6895) 
+.. controls (361.8601,90.8895) and (367.3005,89.5903) .. (374.2305,87.5703) 
+.. controls (374.0305,86.5703) and (375.7202,86.4597) .. (375.9102,84.9297) 
+.. controls (375.9202,84.8597) and (375.4399,84.3697) .. (375.6699,83.9297) 
+.. controls (375.8999,83.4897) and (376.9594,83.2402) .. (377.3594,82.4902) 
+.. controls (377.3294,82.5302) and (376.9291,82.1998) .. (377.1191,82.0098) 
+.. controls (377.5491,81.5698) and (378.2208,81.6991) .. (378.5508,81.2891) 
+.. controls (379.6308,79.9591) and (378.4808,78.1205) .. (378.8008,76.7305) 
+.. controls (376.1708,75.4105) and (374.4506,73.3304) .. (372.3105,72.6504) 
+-- (372.3105,71.6504) 
+.. controls (369.8906,71.7004) and (370.0592,70.1198) .. (369.1992,69.0098) 
+.. controls (365.3592,68.7298) and (363.0703,70.6000) .. (360.0703,69.2500) 
+.. controls (359.2903,67.4200) and (357.1905,67.5804) .. (356.4805,65.6504) 
+.. controls (356.0805,64.5304) and (356.8902,63.5293) .. (355.9902,62.5293) 
+.. controls (357.7002,60.2293) and (358.2495,57.0099) .. (357.4395,53.1699) 
+.. controls (358.3394,53.8199) and (357.8499,51.4600) .. (357.6699,51.2500) 
+.. controls (357.8099,51.4000) and (357.4395,51.9402) .. (357.4395,51.4902) 
+.. controls (357.3095,50.2302) and (358.2904,51.4902) .. (358.1504,50.4902) 
+.. controls (357.6904,47.1302) and (359.4091,43.0201) .. (361.0391,42.3301) 
+.. controls (361.0391,38.1701) and (356.6991,38.4808) .. (354.0391,37.0508) 
+-- cycle(166.8301,44.1309) 
+.. controls (164.1501,44.8009) and (162.1199,47.9995) .. (158.6699,48.6895) 
+.. controls (158.7399,49.2795) and (158.6192,49.6295) .. (158.1992,49.6895) 
+.. controls (155.6392,48.2795) and (152.9902,50.8694) .. (150.9902,51.6094) 
+.. controls (151.2602,50.1094) and (148.9891,51.7596) .. (148.1191,51.8496) 
+.. controls (147.0691,51.9596) and (144.6903,51.3691) .. (143.0703,51.3691) 
+.. controls (139.4503,56.4791) and (145.5508,60.0009) .. (149.5508,61.2109) 
+.. controls (151.6708,60.7509) and (154.0391,58.2891) .. (156.0391,59.2891) 
+.. controls (155.6791,61.1791) and (154.9691,62.8603) .. (155.0391,64.5703) 
+.. controls (155.2191,68.5303) and (157.2891,71.1397) .. (159.1191,73.9297) 
+.. controls (160.9491,76.7197) and (157.0392,80.7998) .. (157.1992,84.0098) 
+.. controls (155.8492,84.8798) and (155.0991,87.5798) .. (155.0391,89.0098)
+arc(233.865 \@@_colon 156.193 \@@_colon 2.180) 
+.. controls (151.2401,95.0904) and (150.7206,103.6198) .. (154.5606,107.0098) 
+.. controls (155.6405,106.6898) and (157.9104,107.4198) .. (158.4004,106.0098) 
+.. controls (157.1204,105.5998) and (159.6891,105.3398) .. (159.1191,104.0898) 
+.. controls (159.8591,104.7398) and (160.7993,102.6298) .. (161.2793,103.0898) 
+.. controls (160.9993,103.3398) and (159.9996,104.0001) .. (160.5996,104.3301) 
+.. controls (162.0496,102.6501) and (164.2604,101.7398) .. (165.6504,100.0098) 
+.. controls (163.5504,100.7198) and (162.8998,102.2997) .. (160.8398,101.9297) 
+.. controls (163.3398,100.3697) and (165.0508,98.2004) .. (168.0508,96.6504)
+arc(-11.062 \@@_colon 30.012 \@@_colon 2.080) 
+.. controls (169.2705,97.2298) and (170.1795,94.5491) .. (170.4394,93.2891) 
+.. controls (170.0394,94.6391) and (168.5505,94.9297) .. (167.8106,95.9297) 
+.. controls (167.4706,95.2097) and (167.9401,95.0605) .. (167.0801,94.7305) 
+.. controls (167.9001,94.5805) and (168.2000,93.1005) .. (169.0000,93.7305) 
+.. controls (169.6200,90.8305) and (172.2098,89.8898) .. (172.8398,87.0098) 
+.. controls (172.4998,86.8798) and (171.6004,87.2895) .. (171.6504,86.7695) 
+.. controls (174.2704,84.8895) and (175.8906,80.7695) .. (177.8906,79.7695) 
+.. controls (177.7606,80.0795) and (177.2804,81.2109) .. (177.6504,81.2109)
+arc(30.904 \@@_colon 4.733 \@@_colon 15.590)
+arc(9.886 \@@_colon 31.774 \@@_colon 5.410) 
+.. controls (179.0901,75.7702) and (179.5196,74.5495) .. (178.5996,73.7695) 
+.. controls (179.4896,73.6195) and (179.8491,73.2500) .. (180.2891,74.2500) 
+.. controls (180.8591,70.1600) and (184.5597,66.0802) .. (182.6797,62.4902) 
+.. controls (181.4397,62.7802) and (180.3401,62.6407) .. (179.0801,62.9707) 
+.. controls (178.6501,66.4407) and (176.1607,69.0791) .. (175.9707,71.3691) 
+.. controls (175.6207,71.2791) and (175.5602,71.0791) .. (175.2402,71.3691)
+arc(188.233 \@@_colon 143.694 \@@_colon 1.360) 
+.. controls (174.7102,71.6491) and (174.0191,73.9991) .. (174.2891,74.2891) 
+.. controls (174.2391,73.7691) and (174.4800,73.5703) .. (175.0000,73.5703)
+arc(212.989 \@@_colon 198.281 \@@_colon 12.820) 
+.. controls (173.3901,76.8693) and (172.6306,76.9400) .. (172.3906,77.2500) 
+.. controls (171.7906,78.0100) and (171.9599,79.6991) .. (171.6699,80.3691) 
+.. controls (171.4499,80.7891) and (170.7299,80.9398) .. (170.6699,81.0898) 
+.. controls (170.4299,81.7398) and (170.8807,83.9098) .. (169.7207,83.0098) 
+.. controls (169.4707,86.2698) and (166.8504,89.0604) .. (165.1504,91.6504) 
+.. controls (164.7204,91.6104) and (163.1007,92.0296) .. (163.7207,92.8496) 
+.. controls (163.6407,92.6096) and (164.4297,92.0194) .. (164.4297,92.6094)
+arc(40.455 \@@_colon 56.026 \@@_colon 10.640) 
+.. controls (162.2993,96.2493) and (158.9600,99.9506) .. (156.7500,97.8906) 
+.. controls (157.4300,97.6906) and (157.3809,98.2309) .. (157.9609,98.1309) 
+.. controls (156.9609,96.0609) and (158.8197,93.7991) .. (158.4297,92.3691)
+arc(13.877 \@@_colon 97.873 \@@_colon 0.640) 
+.. controls (157.7907,92.3796) and (157.3905,92.3709) .. (157.2305,92.1309)
+arc(212.396 \@@_colon 258.028 \@@_colon 2.260)
+arc(159.978 \@@_colon 132.498 \@@_colon 1.820) 
+.. controls (159.0104,91.1996) and (160.2406,90.7302) .. (159.6406,90.4102) 
+.. controls (159.6106,91.0002) and (158.8402,90.4599) .. (158.9102,90.1699) 
+.. controls (159.1902,89.2399) and (159.5899,88.9602) .. (158.6699,88.4902)
+arc(208.733 \@@_colon 241.267 \@@_colon 14.540) 
+.. controls (163.4597,82.8205) and (164.2802,81.3393) .. (164.9102,81.5293)
+arc(-35.239 \@@_colon 12.620 \@@_colon 1.510)
+arc(52.462 \@@_colon 11.559 \@@_colon 6.480) 
+.. controls (166.9608,79.5806) and (166.7009,80.6008) .. (165.8809,81.0508) 
+.. controls (166.5709,80.3708) and (165.5106,80.3896) .. (165.3906,79.8496)
+arc(246.100 \@@_colon 293.900 \@@_colon 1.480) 
+.. controls (166.6598,79.1496) and (166.0491,79.1102) .. (166.1191,78.4102) 
+.. controls (167.5091,77.7102) and (167.5397,73.8303) .. (170.4297,74.5703)
+arc(15.228 \@@_colon -48.481 \@@_colon 7.120) 
+.. controls (168.2793,67.0491) and (168.7000,67.1506) .. (168.7500,66.8906)
+arc(113.864 \@@_colon 197.037 \@@_colon 4.770) 
+.. controls (165.9091,61.9909) and (165.0202,61.4306) .. (164.9102,60.8906) 
+.. controls (165.1902,59.4206) and (166.4508,58.3107) .. (167.5508,58.9707) 
+.. controls (167.3708,59.1707) and (166.4003,59.8599) .. (167.0703,60.1699) 
+.. controls (168.2903,58.4199) and (168.4805,56.9899) .. (169.4805,55.1699) 
+.. controls (171.5005,54.4599) and (174.0709,52.2594) .. (175.9609,50.6094) 
+.. controls (176.1009,48.6694) and (177.1802,47.6701) .. (176.9102,45.3301)
+arc(295.080 \@@_colon 240.334 \@@_colon 6.530) 
+.. controls (170.0202,44.6203) and (167.9201,44.8809) .. (166.8301,44.1309) 
+-- cycle(463.1992,44.2891) 
+.. controls (463.4692,44.5991) and (463.2999,46.5705) .. (463.9199,45.7305)
+arc(13.267 \@@_colon 107.881 \@@_colon 7.310) 
+.. controls (455.0005,49.9198) and (454.6608,48.5795) .. (454.8008,46.6895) 
+.. controls (457.1808,45.5595) and (460.3192,44.1391) .. (463.1992,44.2891) 
+-- cycle(220.5606,46.2109) 
+.. controls (220.8805,46.7609) and (221.6598,47.1404) .. (220.8398,47.6504) 
+.. controls (220.9298,47.9904) and (221.2703,47.6702) .. (221.3203,47.4102) 
+.. controls (221.4203,48.5702) and (219.4192,50.8995) .. (218.1992,50.7695) 
+.. controls (218.1492,52.7895) and (216.1402,54.7396) .. (213.4102,54.8496) 
+.. controls (213.2702,53.3296) and (213.4102,51.5909) .. (212.4102,52.2109) 
+.. controls (213.2902,51.5609) and (212.4304,50.6501) .. (212.6504,49.3301)
+arc(71.532 \@@_colon 65.427 \@@_colon 79.840) 
+-- cycle(34.6152,47.5312) 
+.. controls (35.4123,47.5667) and (36.2652,47.6856) .. (37.1602,47.8906) 
+.. controls (40.4402,48.6406) and (42.2499,49.9707) .. (42.9199,51.9707) 
+.. controls (42.8999,51.9107) and (43.6504,53.6102) .. (43.6504,53.4102) 
+-- (43.6895,53.4102) 
+.. controls (43.4395,54.5602) and (41.2295,55.0596) .. (40.5195,54.8496) 
+.. controls (39.7095,56.1196) and (37.5395,56.4007) .. (36.4395,57.9707) 
+.. controls (33.8495,58.1207) and (29.9601,58.4000) .. (27.0801,57.2500) 
+.. controls (27.7201,54.5200) and (28.9902,52.4301) .. (29.2402,49.3301) 
+.. controls (30.3277,48.0626) and (32.2241,47.4248) .. (34.6152,47.5312) 
+-- cycle(228.4805,47.6504) 
+.. controls (227.7405,48.3404) and (227.3403,49.3905) .. (226.3203,49.8105) 
+.. controls (227.0703,49.1105) and (227.4805,48.0704) .. (228.4805,47.6504) 
+-- cycle(63.0801,56.0508)
+arc(25.523 \@@_colon 33.425 \@@_colon 13.740) 
+.. controls (61.7324,57.2678) and (62.5223,56.1682) .. (63.0801,56.0508) 
+-- cycle(316.7793,64.9004) 
+.. controls (316.8590,64.8999) and (316.9495,64.9084) .. (317.0508,64.9297)
+arc(-5.990 \@@_colon 95.990 \@@_colon 0.910) 
+.. controls (316.1558,65.4047) and (316.2216,64.9038) .. (316.7793,64.9004) 
+-- cycle(220.3691,66.6094) 
+.. controls (220.3691,66.8436) and (220.1511,66.8553) .. (220.0059,66.9453) 
+.. controls (220.1531,66.8429) and (220.2774,66.7316) .. (220.3691,66.6094) 
+-- cycle(42.3750,69.2754) 
+.. controls (42.5528,69.2577) and (42.7484,69.2593) .. (42.9609,69.2793) 
+.. controls (42.4509,69.5693) and (41.7793,70.4300) .. (41.2793,70.0000) 
+.. controls (41.4668,69.5575) and (41.8416,69.3284) .. (42.3750,69.2754) 
+-- cycle(178.5606,75.4902) 
+.. controls (178.8406,76.0002) and (178.6591,76.1897) .. (179.0391,76.9297) 
+.. controls (178.8491,77.1397) and (178.3901,77.0702) .. (178.3301,77.4102) 
+.. controls (177.6501,76.9502) and (178.6506,76.1602) .. (178.5606,75.4902) 
+-- cycle(41.7695,80.0508)
+arc(-73.942 \@@_colon 6.418 \@@_colon 0.670)
+arc(51.534 \@@_colon 128.466 \@@_colon 1.190) 
+.. controls (40.8695,80.2795) and (41.6995,80.5408) .. (41.7695,80.0508) 
+-- cycle(176.4004,82.9297) 
+.. controls (175.3404,84.8997) and (173.7093,87.6002) .. (173.2793,89.4102) 
+.. controls (174.4893,87.5802) and (176.3004,85.0597) .. (176.4004,82.9297) 
+-- cycle(163.4492,84.3691) 
+.. controls (163.3692,84.7991) and (162.1809,85.3105) .. (162.9609,85.8105) 
+.. controls (163.0409,85.3705) and (164.2292,84.8691) .. (163.4492,84.3691) 
+-- cycle(352.5605,88.0000) 
+.. controls (351.7505,88.2900) and (349.8002,88.7095) .. (350.1602,89.4395) 
+.. controls (350.5602,88.5595) and (352.1606,88.8800) .. (352.5605,88.0000) 
+-- cycle(160.3301,88.9297) 
+.. controls (160.0001,89.4297) and (159.3791,89.5909) .. (159.1191,90.1309) 
+.. controls (160.0691,90.4209) and (160.8001,89.2697) .. (160.3301,88.9297) 
+-- cycle(450.1328,93.1133) 
+.. controls (449.0783,93.1380) and (448.0180,93.5000) .. (447.8398,94.2500) 
+.. controls (448.0498,98.7300) and (444.8908,102.5500) .. (449.0508,105.2500) 
+.. controls (451.5708,104.6900) and (451.6098,102.4894) .. (453.8398,102.6094) 
+.. controls (453.5598,101.3294) and (454.3505,102.5506) .. (454.5605,101.8906) 
+.. controls (453.7305,101.6006) and (455.1102,99.8505) .. (454.1602,100.7305) 
+.. controls (455.5602,99.5405) and (452.6002,96.9297) .. (454.4102,95.9297) 
+.. controls (453.9902,95.2597) and (454.0802,94.1295) .. (453.4102,93.7695)
+arc(32.782 \@@_colon 95.892 \@@_colon 1.060) 
+.. controls (452.5164,93.4903) and (451.3280,93.0853) .. (450.1328,93.1133) 
+-- cycle(191.0000,94.0000) 
+.. controls (190.6700,94.5500) and (189.7503,94.5995) .. (189.5703,95.4395) 
+.. controls (190.2703,95.3295) and (191.2900,94.3000) .. (191.0000,94.0000) 
+-- cycle(191.9531,94.2109) 
+.. controls (191.0027,94.2470) and (191.1038,95.4003) .. (190.0801,95.4102) 
+.. controls (190.2101,96.2902) and (191.6500,94.6809) .. (192.0000,94.2109) 
+.. controls (191.9844,94.2109) and (191.9682,94.2104) .. (191.9531,94.2109) 
+-- cycle(37.7246,94.8965)
+arc(268.326 \@@_colon 257.924 \@@_colon 1.530)
+arc(-6.827 \@@_colon 35.993 \@@_colon 1.360) 
+.. controls (38.0192,95.9806) and (38.2306,95.4699) .. (38.6406,95.1699)
+arc(304.825 \@@_colon 268.417 \@@_colon 1.530) 
+-- cycle(36.4395,95.1699)
+arc(-39.433 \@@_colon 2.563 \@@_colon 1.060) 
+.. controls (36.0097,96.0906) and (36.0605,95.5504) .. (35.4805,95.6504) 
+-- (35.5195,95.6504)
+arc(213.111 \@@_colon 271.733 \@@_colon 1.060) 
+-- cycle(101.0000,104.0508) 
+.. controls (101.5500,104.5008) and (100.0803,105.0000) .. (99.5703,105.2500) 
+.. controls (99.4403,104.2500) and (100.6700,104.5908) .. (101.0000,104.0508) 
+-- cycle(181.7402,149.1894) 
+.. controls (181.3715,149.2218) and (180.9966,149.2967) .. (180.6191,149.4492)
+arc(335.759 \@@_colon 347.371 \@@_colon 7.510) 
+.. controls (179.9096,151.5406) and (179.8899,153.3605) .. (179.4199,154.7305) 
+.. controls (177.6699,155.7305) and (177.3908,158.4300) .. (176.3008,160.2500) 
+.. controls (174.1008,163.9600) and (170.7204,164.5104) .. (174.1504,168.6504) 
+.. controls (178.2304,169.7504) and (182.9204,168.9104) .. (186.1504,168.6504) 
+.. controls (185.5404,169.3304) and (184.8305,169.8903) .. (184.2305,170.5703) 
+.. controls (185.5505,169.7703) and (187.4393,168.5898) .. (188.7793,170.0898) 
+.. controls (188.1893,170.8098) and (187.5898,171.2698) .. (187.5898,172.0098) 
+.. controls (189.6498,172.1698) and (188.8009,170.8603) .. (190.4609,170.5703) 
+.. controls (191.7509,173.3703) and (190.4298,177.3009) .. (189.2598,179.2109) 
+.. controls (190.7498,182.6909) and (185.7895,184.2794) .. (183.0195,185.6894) 
+.. controls (183.0495,185.0294) and (183.4793,184.8709) .. (182.7793,185.2109) 
+.. controls (181.9093,185.6309) and (183.3395,185.6109) .. (183.0195,186.2109) 
+.. controls (180.4295,186.5209) and (178.1598,187.6094) .. (177.5098,188.6094) 
+.. controls (177.0198,188.6594) and (176.9498,188.3691) .. (176.5098,188.3691) 
+.. controls (174.0398,190.4591) and (168.6792,192.8695) .. (166.1992,190.7695) 
+.. controls (166.5992,189.8395) and (166.1407,190.2595) .. (165.7207,189.7695) 
+.. controls (165.9607,189.0395) and (166.9097,187.7809) .. (166.4297,187.1309) 
+.. controls (166.2397,188.2809) and (164.3203,189.2609) .. (163.3203,188.1309) 
+.. controls (163.3603,187.8209) and (164.0105,186.9297) .. (163.5606,186.9297)
+arc(38.969 \@@_colon 54.986 \@@_colon 17.670) 
+.. controls (160.7409,192.2391) and (163.8305,193.7005) .. (165.4805,195.8106) 
+.. controls (167.2705,198.1105) and (169.1992,199.6707) .. (172.1992,197.9707)
+arc(183.916 \@@_colon 229.245 \@@_colon 4.180) 
+.. controls (176.0406,195.4498) and (177.3496,191.9897) .. (180.3496,192.9297) 
+.. controls (181.3096,190.9297) and (184.9306,191.5801) .. (185.6406,189.3301) 
+.. controls (186.2106,189.2301) and (186.1601,189.7703) .. (186.8301,189.5703) 
+.. controls (186.7401,190.0503) and (186.9801,191.9309) .. (187.8301,192.2109) 
+.. controls (184.1101,196.7709) and (178.2509,198.8795) .. (174.3809,202.7695)
+arc(346.147 \@@_colon 261.956 \@@_colon 0.640) 
+.. controls (173.1399,202.5291) and (173.1309,203.2891) .. (172.4609,203.2891)
+arc(350.622 \@@_colon 356.738 \@@_colon 40.740) 
+.. controls (175.5394,209.9394) and (179.4691,210.8794) .. (180.6191,214.6094) 
+.. controls (178.9991,216.6594) and (176.7296,218.0709) .. (175.0996,220.1309) 
+.. controls (175.0996,222.5309) and (179.2602,222.5295) .. (179.9102,222.7695)
+arc(29.861 \@@_colon 74.404 \@@_colon 3.610)
+arc(-56.890 \@@_colon 5.564 \@@_colon 1.070) 
+.. controls (179.1305,224.5092) and (181.0698,224.6191) .. (181.5898,223.2891) 
+.. controls (182.5898,223.5691) and (183.9302,223.5005) .. (183.9902,224.7305) 
+.. controls (183.7702,225.8305) and (182.6902,226.0294) .. (182.9902,227.6094) 
+.. controls (177.4702,228.7894) and (173.6406,234.4606) .. (167.6406,232.8906) 
+.. controls (169.7906,229.3006) and (168.1609,223.9404) .. (167.8809,220.6504) 
+.. controls (169.2309,220.8904) and (169.8305,221.8998) .. (171.2305,222.0898) 
+.. controls (171.4505,220.1998) and (169.7991,219.9892) .. (168.1191,219.4492) 
+.. controls (167.9591,217.5892) and (166.1295,216.7191) .. (164.2695,217.2891) 
+.. controls (165.1595,219.2791) and (163.4401,220.3494) .. (162.8301,221.6094) 
+.. controls (165.2501,226.8894) and (162.8109,235.0898) .. (165.9609,240.0898)
+arc(271.505 \@@_colon 232.085 \@@_colon 1.140) 
+.. controls (165.8105,242.3801) and (165.4509,244.7003) .. (165.9609,246.5703) 
+.. controls (167.0209,250.5603) and (170.2695,253.5801) .. (170.2695,258.3301) 
+.. controls (171.3895,259.8501) and (174.5898,259.1196) .. (174.5898,257.8496) 
+.. controls (174.5298,258.0896) and (173.5306,258.4898) .. (173.6406,258.0898) 
+.. controls (174.4406,258.0298) and (174.8303,256.6094) .. (175.3203,257.6094) 
+.. controls (175.8103,256.4694) and (175.6798,254.1095) .. (174.5898,253.7695) 
+.. controls (174.5698,254.1495) and (174.6291,254.6002) .. (174.1191,254.4902)
+arc(189.702 \@@_colon 206.514 \@@_colon 5.180) 
+.. controls (174.1298,252.7308) and (173.6302,253.2305) .. (172.9102,252.8106) 
+-- (172.9102,251.8106) 
+.. controls (172.2402,251.6105) and (172.2907,252.1508) .. (171.7207,252.0508) 
+.. controls (172.4607,250.9808) and (171.2302,251.7701) .. (170.9902,251.3301) 
+.. controls (172.5902,250.4901) and (173.5706,248.9801) .. (173.3906,246.3301) 
+.. controls (172.1006,245.8501) and (173.0504,244.4102) .. (173.1504,244.4102) 
+.. controls (171.3304,242.8102) and (174.6692,237.6507) .. (172.1992,236.9707) 
+.. controls (172.5610,235.8401) and (173.0144,234.8653) .. (173.2871,234.1133) 
+.. controls (172.9275,234.4907) and (171.6645,234.4579) .. (171.4805,234.0898) 
+.. controls (172.3105,233.8898) and (173.2509,231.5406) .. (173.8809,232.8906) 
+.. controls (174.3209,232.4606) and (174.5103,231.7695) .. (175.3203,231.6894) 
+.. controls (175.2603,232.0294) and (174.9201,232.0902) .. (174.8301,232.4102) 
+.. controls (175.4501,232.5202) and (176.1998,231.5599) .. (176.5098,232.1699) 
+.. controls (176.4098,232.7399) and (175.2695,232.8099) .. (176.2695,233.1699) 
+.. controls (176.5895,232.0299) and (178.1399,232.9705) .. (178.6699,231.7305) 
+.. controls (183.7099,232.2605) and (188.3009,229.7096) .. (191.8809,228.8496) 
+.. controls (192.3609,228.1996) and (192.9395,227.2004) .. (194.2695,227.6504) 
+.. controls (195.6095,225.6204) and (199.7505,225.6795) .. (201.4805,224.7695) 
+.. controls (203.0005,225.3695) and (204.0006,224.0995) .. (205.5606,223.7695) 
+.. controls (215.0105,221.7695) and (222.2396,223.7291) .. (222.3496,233.3691) 
+.. controls (222.6696,233.7691) and (223.3496,233.6891) .. (223.3496,234.3691)
+arc(213.466 \@@_colon 185.062 \@@_colon 11.920) 
+.. controls (219.4775,241.5035) and (218.9843,243.6309) .. (217.5840,244.8926) 
+.. controls (217.6512,244.8764) and (217.7347,244.8780) .. (217.8691,244.9297) 
+.. controls (217.6791,245.7797) and (217.1894,247.6496) .. (216.1894,246.8496) 
+.. controls (216.0094,247.5396) and (216.6699,247.3696) .. (216.6699,247.8496) 
+.. controls (215.8899,248.3196) and (214.8794,249.9095) .. (216.1894,249.7695) 
+.. controls (215.8295,250.6695) and (215.6294,250.6492) .. (216.1894,251.4492)
+arc(32.853 \@@_colon 40.872 \@@_colon 42.910) 
+.. controls (213.2298,256.2200) and (213.3798,255.7902) .. (213.5898,256.4902) 
+.. controls (210.6598,257.9802) and (207.8500,261.3306) .. (203.7500,260.8105) 
+.. controls (200.7000,260.4205) and (196.3908,257.5108) .. (196.3008,255.0508)
+arc(185.628 \@@_colon 123.227 \@@_colon 1.070) 
+.. controls (196.3493,255.1908) and (196.8293,255.3394) .. (197.0293,254.6094) 
+.. controls (195.2593,254.5994) and (196.6591,253.6894) .. (196.5391,252.6894) 
+.. controls (194.8291,251.2395) and (195.7101,249.9702) .. (195.8301,247.4102) 
+.. controls (195.4701,246.8202) and (194.8398,246.8707) .. (195.3398,245.9707) 
+.. controls (194.3398,245.7407) and (195.2098,247.3099) .. (194.3398,247.1699) 
+.. controls (195.1098,246.3399) and (193.7094,245.5900) .. (194.1094,245.2500) 
+.. controls (194.6594,245.7200) and (194.8294,244.6600) .. (195.1094,244.2500) 
+.. controls (195.1094,243.8500) and (194.4506,244.1195) .. (194.3906,243.7695)
+arc(221.518 \@@_colon 257.959 \@@_colon 5.330) 
+.. controls (200.0395,241.9898) and (203.0195,246.1699) .. (205.4394,246.1699) 
+.. controls (207.5394,246.1499) and (208.5698,243.8998) .. (209.7598,242.0898) 
+.. controls (206.7598,241.8998) and (204.6291,241.4492) .. (203.0391,239.4492) 
+.. controls (203.5791,239.1192) and (203.9402,240.0692) .. (203.9902,239.4492) 
+.. controls (203.5402,238.6692) and (202.6003,239.6305) .. (202.0703,238.7305) 
+.. controls (203.4003,238.3305) and (202.7508,237.5601) .. (202.5508,236.3301) 
+.. controls (204.5508,233.4701) and (208.3008,233.2509) .. (208.5508,229.1309) 
+.. controls (207.0008,228.4409) and (205.8002,227.4105) .. (204.2402,226.7305) 
+.. controls (203.5902,227.2905) and (202.6603,227.5499) .. (202.0703,228.1699) 
+.. controls (201.9803,228.7499) and (202.5105,228.6891) .. (202.3106,229.3691) 
+.. controls (199.7406,230.1691) and (198.0108,233.0699) .. (196.5508,234.1699) 
+.. controls (196.4308,232.9099) and (197.3995,234.1699) .. (197.2695,233.1699) 
+.. controls (196.1295,233.2299) and (195.5394,235.9106) .. (193.4394,235.8106) 
+.. controls (193.7494,235.8106) and (193.7395,236.4793) .. (193.4394,236.5293) 
+.. controls (189.7695,236.3593) and (184.6797,234.2998) .. (181.6797,235.0898) 
+.. controls (182.4697,235.8198) and (183.7891,235.9993) .. (184.7891,236.5293) 
+.. controls (182.2091,237.4093) and (179.4902,239.1097) .. (176.1602,238.9297) 
+.. controls (176.1102,242.5497) and (178.5698,244.0098) .. (179.5098,247.0898) 
+.. controls (180.1898,249.2598) and (180.9506,251.8091) .. (182.3906,252.3691) 
+.. controls (185.1806,253.4491) and (187.5996,249.3195) .. (189.5996,248.7695) 
+.. controls (191.6496,250.5595) and (191.0000,254.9302) .. (192.0000,257.4102) 
+.. controls (193.3400,260.6602) and (199.7598,264.1394) .. (203.7598,264.6094) 
+.. controls (204.8798,264.7394) and (206.1894,264.5094) .. (207.3594,264.6094) 
+.. controls (209.4094,263.7694) and (211.2391,263.3494) .. (212.8691,262.6895) 
+.. controls (215.1491,260.9094) and (216.6004,258.6295) .. (218.1504,256.6895) 
+.. controls (219.0604,255.5694) and (218.9094,255.0003) .. (219.3594,253.5703) 
+.. controls (220.4894,249.9003) and (222.7699,246.1405) .. (223.9199,241.8106) 
+.. controls (225.4099,242.1506) and (225.3391,238.1892) .. (226.7891,238.4492)
+arc(22.546 \@@_colon -8.281 \@@_colon 7.280)
+arc(69.433 \@@_colon 28.347 \@@_colon 7.280) 
+.. controls (230.5091,229.7300) and (228.7198,229.4794) .. (227.5098,228.6094) 
+.. controls (227.1898,227.6394) and (227.9402,227.7602) .. (228.2402,227.4102) 
+.. controls (227.4302,226.1102) and (225.4491,223.5103) .. (224.8691,223.5703) 
+.. controls (225.1791,223.7703) and (226.2396,224.4095) .. (225.5996,224.7695) 
+.. controls (223.1696,223.1895) and (222.1191,221.1095) .. (219.1191,219.7695) 
+.. controls (219.2991,219.7195) and (219.5996,219.7593) .. (219.5996,219.5293) 
+.. controls (215.8996,217.4693) and (213.7298,219.6998) .. (209.5098,220.0098) 
+.. controls (209.2798,220.2598) and (209.0391,220.4905) .. (208.7891,220.7305) 
+.. controls (204.4991,221.6905) and (200.0705,222.0691) .. (196.3106,223.3691) 
+.. controls (192.0606,224.8391) and (188.0996,228.5394) .. (183.5996,227.6894) 
+.. controls (184.6796,227.6495) and (184.5098,226.3300) .. (185.5098,226.2500) 
+.. controls (184.6398,222.6800) and (188.7598,220.9297) .. (191.7598,221.9297) 
+.. controls (193.9698,221.1297) and (195.2095,218.7209) .. (197.2695,217.1309) 
+.. controls (199.4595,217.6209) and (200.2291,215.8597) .. (202.7891,215.9297) 
+.. controls (204.8591,214.5697) and (209.6707,210.1699) .. (204.4707,210.1699) 
+.. controls (204.7207,210.2299) and (205.0507,210.5704) .. (204.7207,210.6504) 
+.. controls (204.2907,210.5204) and (203.7198,210.5299) .. (203.5098,210.1699) 
+.. controls (203.7798,210.1199) and (203.8902,209.8995) .. (203.9902,209.6894)
+arc(86.644 \@@_colon 93.356 \@@_colon 28.610) 
+.. controls (200.6906,209.1995) and (200.2104,209.2194) .. (200.4004,208.6894) 
+.. controls (200.5904,208.1594) and (201.6504,208.5795) .. (201.4004,207.6894) 
+.. controls (200.6804,206.6495) and (200.8009,204.7596) .. (199.9609,203.8496) 
+.. controls (201.7409,200.5096) and (206.2804,199.9297) .. (207.4004,195.9297) 
+.. controls (205.8804,194.7297) and (205.0296,192.8106) .. (202.3496,192.8106) 
+.. controls (202.1096,192.3406) and (201.5694,191.4706) .. (202.1094,190.8906) 
+.. controls (202.5494,190.9906) and (203.1908,192.0191) .. (203.5508,191.3691) 
+.. controls (201.0808,189.4491) and (200.8995,186.1092) .. (200.1894,183.4492)
+arc(80.931 \@@_colon 69.251 \@@_colon 36.670) 
+.. controls (208.4104,181.1193) and (210.2305,181.4408) .. (211.2305,181.0508)
+arc(66.003 \@@_colon 56.705 \@@_colon 18.550) 
+.. controls (214.7591,179.3594) and (215.3498,179.7506) .. (216.7598,178.8906) 
+.. controls (218.4598,177.8506) and (221.7101,175.2509) .. (220.8301,173.1309) 
+.. controls (216.1701,171.8809) and (212.6406,167.6009) .. (207.6406,168.1309) 
+.. controls (207.5806,168.3209) and (207.6304,168.6094) .. (207.4004,168.6094) 
+.. controls (208.6804,169.8394) and (210.8298,171.0899) .. (210.5098,173.1699) 
+.. controls (209.2298,175.2499) and (205.9093,176.3100) .. (204.2793,177.2500) 
+.. controls (203.9793,177.2000) and (204.1293,176.9795) .. (204.2793,176.7695) 
+.. controls (202.9593,177.4495) and (201.4109,178.7707) .. (199.9609,177.9707) 
+.. controls (199.4609,176.2507) and (200.3801,174.3691) .. (202.8301,174.3691) 
+.. controls (202.5101,172.1291) and (202.2097,170.7708) .. (200.6797,170.0508) 
+.. controls (199.8297,169.6508) and (199.2398,170.2903) .. (198.7598,169.5703) 
+.. controls (198.8498,169.7103) and (198.7598,168.8496) .. (198.7598,168.8496) 
+.. controls (198.8098,168.5696) and (200.0000,168.3604) .. (199.0000,167.6504) 
+.. controls (200.1600,167.6704) and (200.1602,166.5492) .. (201.1602,166.4492) 
+.. controls (201.5502,166.4492) and (201.2906,167.1699) .. (201.6406,167.1699)
+arc(47.423 \@@_colon 40.795 \@@_colon 98.290) 
+.. controls (209.5808,156.6598) and (208.2791,155.4809) .. (207.8691,154.2109) 
+.. controls (207.4091,155.1409) and (205.9805,153.1293) .. (205.4805,152.5293) 
+.. controls (199.9505,154.4693) and (196.8905,154.6693) .. (192.4805,157.5293) 
+-- (191.2793,157.5293) 
+.. controls (190.9593,158.0793) and (190.2996,158.3005) .. (189.8496,158.7305) 
+.. controls (187.6196,158.7305) and (184.9491,161.7305) .. (183.1191,159.7305) 
+.. controls (183.8691,158.0005) and (182.9991,154.3095) .. (186.6191,153.7695) 
+.. controls (187.0391,151.3995) and (184.7395,150.5809) .. (184.9394,149.2109) 
+.. controls (183.9119,149.3909) and (182.8465,149.0924) .. (181.7402,149.1894) 
+-- cycle(217.5840,244.8926) 
+.. controls (217.5272,244.9062) and (217.4943,244.9448) .. (217.4668,244.9883) 
+.. controls (217.5052,244.9561) and (217.5469,244.9260) .. (217.5840,244.8926) 
+-- cycle(217.4668,244.9883) 
+.. controls (217.2831,245.1422) and (217.0889,245.2882) .. (216.8691,245.4102) 
+.. controls (217.4215,245.6147) and (217.3381,245.1919) .. (217.4668,244.9883) 
+-- cycle(173.2871,234.1133) 
+.. controls (173.3574,234.0395) and (173.4053,233.9559) .. (173.3906,233.8496) 
+.. controls (173.3667,233.9232) and (173.3159,234.0338) .. (173.2871,234.1133) 
+-- cycle(454.9668,157.9277) 
+.. controls (452.7688,157.8865) and (451.6320,159.7626) .. (451.5195,161.3301) 
+.. controls (451.0995,166.8701) and (458.2302,172.2109) .. (453.9102,176.2109) 
+.. controls (453.5602,177.1609) and (454.9909,176.3009) .. (454.6309,177.2109) 
+.. controls (451.4409,182.1909) and (444.9794,183.8802) .. (441.4395,188.4902) 
+.. controls (440.0195,188.2702) and (439.8008,189.0302) .. (438.8008,189.4902) 
+.. controls (436.9908,190.2702) and (434.3295,189.4507) .. (433.2695,189.9707) 
+.. controls (430.7995,191.1807) and (431.1900,196.2304) .. (433.7500,197.6504)
+arc(260.556 \@@_colon 272.063 \@@_colon 37.230) 
+.. controls (445.7192,198.3399) and (442.9807,206.7494) .. (446.7207,208.6894) 
+.. controls (452.0607,207.4394) and (456.7505,201.9707) .. (456.3105,195.9707) 
+.. controls (454.9506,197.9807) and (452.9401,201.0405) .. (449.8301,199.8106) 
+.. controls (450.1001,196.0205) and (448.9400,193.4102) .. (451.7500,191.4102) 
+.. controls (453.7700,189.9702) and (457.9398,188.6801) .. (461.5898,187.3301) 
+.. controls (466.5598,185.5301) and (470.3508,183.7093) .. (474.8008,182.5293) 
+.. controls (475.0608,181.5193) and (476.1802,181.3606) .. (475.9902,179.8906)
+arc(84.565 \@@_colon 130.176 \@@_colon 5.190) 
+.. controls (469.7504,180.1495) and (466.0595,180.9408) .. (463.5195,182.0508) 
+.. controls (458.0595,184.4208) and (450.2495,188.2503) .. (444.5195,187.5703) 
+.. controls (446.3095,184.5603) and (450.3002,183.7508) .. (453.4102,182.0508) 
+.. controls (455.1702,179.9108) and (455.9999,176.8108) .. (459.1699,176.0508) 
+.. controls (460.0599,177.4408) and (459.0294,178.5006) .. (458.6895,179.8906)
+arc(75.612 \@@_colon 66.633 \@@_colon 66.360) 
+.. controls (468.4395,173.4593) and (467.0095,172.4901) .. (467.5195,169.3301) 
+.. controls (465.9995,166.0501) and (461.2692,166.0000) .. (459.1992,163.2500) 
+.. controls (459.5692,161.6200) and (457.6295,160.5894) .. (457.5195,158.6894) 
+.. controls (456.5495,158.1670) and (455.6995,157.9415) .. (454.9668,157.9277) 
+-- cycle(318.7363,158.0391)
+arc(274.726 \@@_colon 264.346 \@@_colon 8.000) 
+.. controls (314.0191,160.9508) and (313.5791,166.6094) .. (309.3691,168.6094) 
+.. controls (309.6291,168.6594) and (309.7398,168.8798) .. (309.8398,169.0898) 
+.. controls (307.5498,170.4698) and (306.4501,171.9297) .. (304.0801,172.9297) 
+.. controls (304.0801,173.4897) and (304.5003,173.6391) .. (304.3203,174.3691) 
+.. controls (303.0603,178.0891) and (302.6902,182.6498) .. (302.1602,187.0898) 
+.. controls (300.9302,188.8198) and (299.4501,190.3006) .. (298.0801,191.8906) 
+.. controls (299.2301,192.8306) and (300.9804,193.1503) .. (302.6504,193.5703) 
+.. controls (304.5804,192.3903) and (306.6504,191.3609) .. (308.6504,190.2109) 
+.. controls (308.2804,189.6809) and (309.2609,188.4398) .. (308.8809,187.0898) 
+.. controls (309.2009,187.0898) and (309.0991,187.5103) .. (309.3691,187.5703) 
+.. controls (309.7591,186.6303) and (309.6509,185.3706) .. (309.1309,185.8906) 
+.. controls (310.4709,183.9206) and (309.7394,179.3799) .. (312.4395,178.1699) 
+.. controls (314.0994,178.2299) and (315.5894,178.8104) .. (317.4395,178.6504)
+arc(203.247 \@@_colon 213.807 \@@_colon 35.620) 
+.. controls (327.0603,171.7306) and (332.5703,175.4291) .. (339.5703,175.2891)
+arc(200.825 \@@_colon 249.508 \@@_colon 2.890) 
+.. controls (341.2398,172.4294) and (341.2893,171.1705) .. (340.5293,170.7305)
+arc(61.151 \@@_colon 73.583 \@@_colon 12.000) 
+.. controls (338.1409,171.0105) and (338.7596,170.9091) .. (338.8496,170.2891) 
+.. controls (334.3196,169.7791) and (329.1304,169.9391) .. (325.6504,168.3691) 
+.. controls (326.0004,168.1291) and (326.5804,168.1404) .. (326.6504,167.6504)
+arc(161.755 \@@_colon 190.609 \@@_colon 7.240) 
+.. controls (326.2202,164.0008) and (326.1602,163.8503) .. (326.1602,163.5703) 
+.. controls (324.3802,161.6003) and (321.4302,160.7791) .. (320.1602,158.2891)
+arc(285.142 \@@_colon 274.775 \@@_colon 8.000) 
+-- cycle(50.1992,160.8926) 
+.. controls (49.2905,160.9101) and (48.0148,161.0659) .. (46.8398,160.9609) 
+.. controls (45.9698,162.6109) and (48.4002,162.4491) .. (49.2402,163.1191) 
+.. controls (49.3702,164.2391) and (48.5000,165.2600) .. (49.0000,166.0000) 
+.. controls (46.0000,167.5200) and (44.6998,170.8292) .. (41.5098,172.1992) 
+.. controls (41.4198,172.6092) and (41.8698,172.8199) .. (41.5098,172.9199)
+arc(237.299 \@@_colon 227.404 \@@_colon 61.510) 
+.. controls (33.7294,179.6604) and (33.9503,178.3702) .. (34.3203,179.1602) 
+.. controls (32.0603,180.5902) and (28.8704,181.3800) .. (26.4004,183.0000) 
+.. controls (25.6504,183.4900) and (25.2607,184.3897) .. (24.4707,184.6797) 
+.. controls (23.3207,185.1097) and (21.7809,184.7099) .. (20.6309,184.9199) 
+.. controls (17.3009,185.5299) and (14.3698,187.0391) .. (11.5098,188.0391) 
+.. controls (11.6998,188.0891) and (12.0000,188.0493) .. (12.0000,188.2793) 
+-- (10.3105,188.2793) 
+.. controls (9.1505,193.4593) and (13.2700,195.3709) .. (17.5000,195.9609)
+arc(316.332 \@@_colon 340.975 \@@_colon 3.290) 
+.. controls (18.2905,196.5902) and (19.2897,197.0104) .. (19.1797,197.4004) 
+.. controls (18.9797,198.6304) and (17.8798,198.9708) .. (17.2598,199.8008) 
+.. controls (16.9498,199.8008) and (17.0493,199.3803) .. (16.7793,199.3203) 
+.. controls (15.0393,201.6603) and (11.2291,203.1908) .. (10.5391,205.8008) 
+.. controls (9.2691,206.3608) and (9.2299,208.1695) .. (7.6699,208.4394) 
+.. controls (8.4299,209.0894) and (6.6699,209.2009) .. (6.6699,209.8809) 
+.. controls (12.1199,212.6709) and (13.5103,219.5292) .. (15.0703,226.1992)
+arc(84.750 \@@_colon 24.836 \@@_colon 5.000) 
+.. controls (18.4004,223.2003) and (18.1709,223.8901) .. (17.9609,223.0801) 
+.. controls (19.0509,222.7801) and (17.5292,222.3204) .. (18.1992,221.4004) 
+.. controls (16.1692,220.2604) and (16.2105,216.3404) .. (15.3105,215.4004) 
+.. controls (15.6805,212.2504) and (15.3400,206.8996) .. (16.7500,204.5996) 
+.. controls (16.7600,204.7296) and (16.5598,204.8696) .. (16.5098,204.5996) 
+.. controls (17.0598,203.3096) and (17.7104,202.1207) .. (19.1504,201.7207) 
+.. controls (19.7404,202.0807) and (18.8904,202.6507) .. (19.4004,202.7207) 
+.. controls (22.6304,201.5207) and (22.6107,205.5895) .. (23.4707,207.5195) 
+.. controls (22.9907,208.0695) and (22.6808,208.8009) .. (21.8008,208.9609) 
+.. controls (21.7208,208.4909) and (22.1193,208.4802) .. (22.2793,208.2402) 
+.. controls (20.1293,208.6802) and (18.0093,209.1991) .. (17.2793,211.1191) 
+.. controls (18.6193,212.3491) and (21.3508,212.1793) .. (22.8008,213.2793) 
+.. controls (23.5508,212.9893) and (23.8507,212.2401) .. (24.7207,212.0801) 
+.. controls (26.4007,213.3201) and (25.5192,215.7303) .. (25.4492,218.3203) 
+.. controls (29.1192,220.0503) and (23.1801,220.0795) .. (22.3301,221.4394)
+arc(177.902 \@@_colon 217.655 \@@_colon 1.110) 
+.. controls (21.9705,220.6807) and (21.8194,221.0992) .. (21.3594,221.1992) 
+.. controls (22.1794,222.8192) and (19.6409,224.7500) .. (20.8809,226.0000)
+arc(236.501 \@@_colon 173.516 \@@_colon 3.940)
+arc(119.189 \@@_colon 60.811 \@@_colon 4.930) 
+.. controls (23.8092,230.2605) and (23.2209,230.2405) .. (23.7109,230.7305) 
+.. controls (24.8009,231.1005) and (24.7191,230.5402) .. (25.8691,230.4902) 
+.. controls (25.9791,232.7302) and (27.6393,232.1801) .. (28.0293,234.3301) 
+.. controls (27.6593,235.2501) and (26.6491,235.5098) .. (25.8691,236.0098) 
+.. controls (26.1491,236.0498) and (26.5801,235.9700) .. (26.5801,236.2500) 
+.. controls (26.6001,236.8500) and (24.9004,236.9205) .. (24.9004,236.7305) 
+.. controls (24.8304,236.1805) and (25.6309,236.4598) .. (25.6309,236.0098) 
+.. controls (24.5009,235.7698) and (24.5495,236.6909) .. (24.1895,237.2109)
+arc(254.609 \@@_colon 237.728 \@@_colon 38.430) 
+.. controls (15.2091,244.3495) and (17.3996,247.3493) .. (20.3496,247.5293) 
+.. controls (19.8096,247.4293) and (20.1201,246.2101) .. (20.5801,246.3301) 
+.. controls (20.7601,246.6601) and (21.5801,246.3706) .. (21.5801,246.8106) 
+.. controls (21.3101,246.8605) and (21.1998,247.0791) .. (21.0898,247.2891) 
+.. controls (22.5298,246.5291) and (22.2302,248.1093) .. (23.7402,247.5293) 
+.. controls (23.6102,248.4593) and (24.3492,248.5209) .. (24.4492,249.2109)
+arc(37.944 \@@_colon 58.486 \@@_colon 8.080) 
+.. controls (22.6808,251.4609) and (23.5302,251.3296) .. (23.7402,251.8496) 
+.. controls (21.4202,251.5696) and (19.8606,258.1699) .. (20.1406,256.1699) 
+.. controls (19.1406,256.3699) and (18.7402,257.1591) .. (17.7402,257.3691)
+arc(299.541 \@@_colon 281.507 \@@_colon 6.540) 
+.. controls (15.3103,258.9104) and (17.0302,263.2704) .. (19.6602,261.6504) 
+.. controls (21.0602,262.0404) and (23.0007,261.0292) .. (24.2207,260.4492) 
+.. controls (23.6907,260.3792) and (24.4795,259.8005) .. (24.6895,259.7305) 
+.. controls (26.0295,259.3205) and (26.2596,260.7305) .. (26.8496,259.7305) 
+.. controls (26.6696,259.6805) and (26.3809,259.7202) .. (26.3809,259.4902)
+arc(74.012 \@@_colon 51.100 \@@_colon 18.350) 
+.. controls (32.7796,256.2009) and (32.2891,256.0306) .. (32.3691,255.8906) 
+.. controls (34.6891,256.8106) and (34.3895,253.5805) .. (36.6895,253.7305) 
+.. controls (38.2595,250.9405) and (43.0596,253.0898) .. (44.8496,251.0898)
+arc(164.064 \@@_colon 82.606 \@@_colon 0.670) 
+.. controls (45.8301,250.6603) and (46.7101,250.4099) .. (46.5801,249.1699) 
+.. controls (43.9301,246.7799) and (40.4509,248.5606) .. (37.7109,249.8906) 
+.. controls (37.8609,249.1606) and (38.7906,249.2194) .. (39.1406,248.6894) 
+.. controls (37.8906,248.5594) and (37.3695,249.1699) .. (36.2695,249.1699) 
+.. controls (36.4695,247.9299) and (35.1305,248.2500) .. (35.0605,247.2500) 
+.. controls (35.4405,247.2300) and (35.8991,247.2795) .. (35.7891,246.7695) 
+.. controls (35.2191,245.2595) and (38.3207,245.2299) .. (37.2207,243.1699) 
+.. controls (37.6607,242.5499) and (38.2702,242.1302) .. (38.6602,241.4902) 
+.. controls (37.8102,241.3602) and (38.0707,242.3409) .. (37.2207,242.2109) 
+.. controls (37.3907,241.4109) and (36.7300,241.8207) .. (36.5000,241.9707) 
+.. controls (37.5000,239.9607) and (41.2200,239.3691) .. (42.5000,238.3691) 
+.. controls (42.5000,238.6491) and (42.0800,238.9098) .. (42.5000,239.0898) 
+.. controls (43.2600,237.4398) and (45.3304,236.2098) .. (44.9004,234.0898) 
+.. controls (43.4804,233.5798) and (42.6703,234.3505) .. (40.8203,234.8106) 
+-- (40.8203,233.8106)
+arc(283.823 \@@_colon 228.187 \@@_colon 2.120) 
+.. controls (38.7304,233.3191) and (38.2704,234.0203) .. (37.9004,233.5703) 
+.. controls (38.5204,232.9003) and (37.5102,233.3403) .. (37.6602,232.5703) 
+.. controls (37.9402,232.5303) and (38.3691,232.6101) .. (38.3691,232.3301) 
+.. controls (37.5491,232.1201) and (38.4304,231.3704) .. (37.9004,230.6504)
+arc(132.518 \@@_colon 47.482 \@@_colon 0.880)
+arc(179.111 \@@_colon 205.410 \@@_colon 7.560) 
+.. controls (39.4303,227.2491) and (38.9003,227.3708) .. (38.8203,227.0508) 
+.. controls (39.0103,226.5208) and (38.9608,225.7494) .. (39.5508,225.6094) 
+.. controls (40.5208,225.9694) and (40.9809,225.3398) .. (41.4609,226.0898) 
+.. controls (43.1409,223.7198) and (44.1102,224.5697) .. (46.7402,223.9297) 
+.. controls (46.7502,224.1697) and (46.5000,224.2102) .. (46.5000,224.4102)
+arc(258.580 \@@_colon 272.394 \@@_colon 38.080)
+arc(317.917 \@@_colon 324.968 \@@_colon 37.430) 
+.. controls (58.5000,232.1191) and (53.4094,234.8496) .. (50.1094,237.8496) 
+.. controls (49.7894,238.4896) and (51.0498,238.6396) .. (50.3398,238.8496) 
+.. controls (48.1998,238.7296) and (46.5893,241.1502) .. (46.0293,243.4102)
+arc(298.374 \@@_colon 306.739 \@@_colon 21.400)
+arc(61.212 \@@_colon 11.699 \@@_colon 6.770) 
+.. controls (55.9293,239.5493) and (57.6199,236.3591) .. (60.4199,234.2891) 
+.. controls (60.4499,234.5791) and (60.5004,234.8595) .. (60.9004,234.7695) 
+.. controls (61.1404,233.8595) and (60.9206,233.6398) .. (61.1406,233.0898) 
+.. controls (62.8906,232.5198) and (64.5307,231.8309) .. (65.2207,230.2109) 
+.. controls (68.6007,229.7509) and (69.0609,226.5909) .. (71.4609,225.2109) 
+.. controls (71.9009,224.9609) and (73.0409,225.0402) .. (73.6309,224.4902) 
+.. controls (73.8209,224.8202) and (74.6309,224.5307) .. (74.6309,224.9707) 
+.. controls (77.9709,223.0907) and (81.8609,225.9707) .. (81.6309,229.9707) 
+.. controls (81.6809,229.7307) and (82.0194,229.3905) .. (82.1094,229.7305) 
+.. controls (82.2094,232.8405) and (80.4894,233.7305) .. (81.1094,236.7305)
+arc(235.824 \@@_colon 208.145 \@@_colon 6.750) 
+.. controls (80.0792,239.1409) and (79.4395,239.8103) .. (79.4395,240.5703) 
+.. controls (78.6495,240.5803) and (78.5098,241.2508) .. (77.5098,241.0508) 
+.. controls (75.2798,243.5708) and (75.4300,245.6503) .. (72.0000,246.5703) 
+.. controls (71.6700,247.3203) and (70.8500,247.5305) .. (71.0000,248.7305) 
+.. controls (70.0900,249.1005) and (69.5996,249.8399) .. (68.5996,250.1699) 
+.. controls (69.0096,251.0099) and (67.3406,251.5401) .. (67.8906,252.3301) 
+.. controls (68.0506,251.9101) and (69.4903,251.5596) .. (69.5703,251.8496)
+arc(30.092 \@@_colon 41.410 \@@_colon 31.240) 
+-- (65.9707,255.6504) 
+.. controls (64.2607,255.4904) and (65.1608,256.7296) .. (64.0508,256.8496)
+arc(301.169 \@@_colon 294.628 \@@_colon 40.460) 
+.. controls (59.7307,253.9394) and (60.0305,254.0602) .. (59.7305,253.4902) 
+.. controls (60.2005,253.8902) and (60.0297,253.4902) .. (60.6797,253.4902) 
+.. controls (60.0497,252.6802) and (58.8108,251.2101) .. (58.0508,251.3301) 
+.. controls (58.6108,251.4401) and (58.0205,252.2601) .. (57.8105,252.3301) 
+.. controls (57.4605,252.2001) and (56.5996,252.6098) .. (56.5996,252.0898) 
+.. controls (57.7796,250.3798) and (54.0602,250.8909) .. (55.1602,249.2109)
+arc(264.890 \@@_colon 220.084 \@@_colon 2.840) 
+.. controls (54.7602,252.9609) and (56.1198,258.7509) .. (58.7598,262.2109) 
+.. controls (59.5398,263.2209) and (61.4694,265.2603) .. (62.3594,265.5703) 
+.. controls (66.3794,267.0203) and (67.7591,262.2703) .. (70.2891,260.5703) 
+.. controls (70.5991,260.5703) and (70.4998,260.9908) .. (70.7598,261.0508) 
+.. controls (72.6098,256.5608) and (73.7294,255.2497) .. (74.3594,251.9297) 
+.. controls (75.3694,251.9697) and (74.9396,251.8092) .. (74.5996,251.4492) 
+.. controls (77.0396,248.7392) and (77.4702,248.5992) .. (79.1602,244.4492) 
+.. controls (81.4402,244.0692) and (81.5907,240.3396) .. (83.9707,240.8496) 
+.. controls (84.8907,239.8496) and (85.0806,238.6894) .. (85.8906,238.6894) 
+.. controls (86.2306,235.4694) and (89.2600,234.2506) .. (89.0000,229.8106) 
+.. controls (86.0000,226.6405) and (83.7701,222.9993) .. (80.5801,219.5293) 
+.. controls (80.5901,219.2093) and (81.0105,219.3108) .. (81.0605,219.0508)
+arc(123.425 \@@_colon 175.019 \@@_colon 3.210) 
+.. controls (80.2209,216.3204) and (80.6309,217.2704) .. (80.6309,216.6504) 
+.. controls (80.5709,214.9704) and (80.0491,213.4501) .. (80.8691,212.3301) 
+.. controls (80.2991,212.1401) and (79.7597,211.9701) .. (79.6797,211.3301) 
+.. controls (80.6997,208.8901) and (83.2595,210.8206) .. (85.4395,209.8906)
+arc(28.057 \@@_colon -5.419 \@@_colon 4.250) 
+.. controls (83.4799,206.1302) and (80.1100,203.5291) .. (78.0000,206.2891) 
+.. controls (78.0000,206.6891) and (78.7109,206.4195) .. (78.7109,206.7695) 
+.. controls (77.9809,206.9395) and (78.0095,206.3593) .. (77.2695,206.5293)
+arc(191.347 \@@_colon 146.033 \@@_colon 1.590)
+arc(236.654 \@@_colon 196.394 \@@_colon 13.450)
+arc(238.835 \@@_colon 221.577 \@@_colon 29.320) 
+.. controls (63.8102,220.5708) and (63.4109,221.3593) .. (62.1309,221.2793) 
+.. controls (62.0509,221.1693) and (62.4094,220.8008) .. (62.3594,220.8008) 
+.. controls (59.6794,219.3208) and (54.2901,219.2203) .. (51.0801,220.3203) 
+.. controls (51.9001,220.5603) and (51.4595,220.8005) .. (52.5195,220.5606) 
+.. controls (52.9295,221.2005) and (53.0005,222.1605) .. (53.7305,222.4805) 
+.. controls (52.1405,223.3505) and (48.2505,223.9805) .. (47.4805,223.4805) 
+.. controls (47.6705,223.1505) and (48.4805,223.4400) .. (48.4805,223.0000) 
+.. controls (47.5105,222.3900) and (48.4300,221.1506) .. (48.2500,219.6406) 
+.. controls (47.4000,220.9206) and (45.4604,219.1195) .. (44.4004,218.4394) 
+.. controls (44.7004,217.9394) and (45.3494,217.7802) .. (45.6094,217.2402) 
+.. controls (44.1294,216.9102) and (46.2294,216.6691) .. (44.6094,216.0391) 
+.. controls (46.0394,215.3991) and (47.0697,212.0704) .. (48.9297,213.4004) 
+.. controls (49.1297,212.8004) and (49.5902,212.4607) .. (49.6602,211.7207) 
+.. controls (49.3702,211.6807) and (48.9297,211.7605) .. (48.9297,211.4805) 
+.. controls (51.0097,207.3105) and (54.6598,204.7198) .. (59.0098,202.8398) 
+.. controls (59.9098,201.3698) and (59.9493,198.5606) .. (58.5293,197.5606) 
+.. controls (58.4393,197.9706) and (58.8893,198.1793) .. (58.5293,198.2793) 
+.. controls (55.0393,196.1393) and (47.8304,197.8605) .. (43.9004,199.4805)
+arc(246.523 \@@_colon 307.741 \@@_colon 1.900) 
+.. controls (40.4603,199.8807) and (36.7006,202.9809) .. (32.1406,201.8809)
+arc(0.509 \@@_colon -37.379 \@@_colon 1.170)
+arc(243.988 \@@_colon 296.012 \@@_colon 1.630)
+arc(332.421 \@@_colon 303.610 \@@_colon 6.490) 
+.. controls (30.8699,197.6598) and (29.7792,194.7802) .. (30.4492,193.2402) 
+.. controls (30.0092,193.7402) and (29.3998,192.5202) .. (29.0098,192.2402) 
+.. controls (29.8198,191.6002) and (31.4804,191.8008) .. (31.9004,190.8008) 
+.. controls (32.0904,191.2508) and (32.2094,191.7700) .. (32.6094,192.0000) 
+.. controls (33.9394,192.2400) and (33.7695,191.0000) .. (34.7695,191.0000) 
+.. controls (33.7795,191.8400) and (35.1305,191.1802) .. (35.9805,191.2402) 
+.. controls (36.4505,190.7802) and (35.6492,190.4602) .. (36.4492,190.2402) 
+.. controls (36.8292,190.2602) and (36.6399,190.8507) .. (37.1699,190.7207) 
+.. controls (41.3499,189.3207) and (45.6602,187.8209) .. (49.6602,186.8809) 
+.. controls (49.6002,187.1809) and (49.2804,187.3594) .. (49.9004,187.3594) 
+.. controls (52.3304,186.2994) and (56.5501,186.9798) .. (57.3301,183.7598) 
+.. controls (55.6701,181.9598) and (53.8401,180.3609) .. (52.3301,178.9609) 
+.. controls (51.0201,179.5809) and (47.5099,179.5297) .. (44.1699,179.6797) 
+.. controls (44.8999,178.1797) and (44.8905,175.8097) .. (46.5605,174.6797) 
+.. controls (44.9305,174.6897) and (45.3006,175.7694) .. (44.6406,176.3594) 
+.. controls (44.7206,175.8894) and (44.3199,175.8806) .. (44.1699,175.6406) 
+.. controls (45.2699,174.8906) and (45.5098,173.8600) .. (46.0898,173.0000) 
+.. controls (46.6698,172.1400) and (47.2500,172.7200) .. (48.2500,172.0000) 
+.. controls (49.7100,170.9900) and (49.8706,169.4906) .. (50.6406,168.6406) 
+.. controls (51.2306,167.9906) and (52.3008,167.8692) .. (52.8008,167.1992) 
+.. controls (53.0208,166.9192) and (52.6608,166.3200) .. (52.8008,166.0000)
+arc(213.614 \@@_colon 241.168 \@@_colon 5.700) 
+.. controls (54.7285,164.2908) and (54.7584,164.4888) .. (54.9609,164.5293) 
+.. controls (56.1209,162.7993) and (52.5694,161.7604) .. (51.3594,161.6504) 
+.. controls (51.6494,160.9954) and (51.1080,160.8751) .. (50.1992,160.8926) 
+-- cycle(21.4238,161.4043)
+arc(272.020 \@@_colon 243.702 \@@_colon 8.600) 
+.. controls (15.1505,164.1791) and (15.1808,169.3097) .. (17.5508,170.9297) 
+.. controls (22.6208,172.0297) and (24.9808,175.8302) .. (29.5508,177.4102) 
+.. controls (28.9708,178.0102) and (29.8191,177.9902) .. (30.0391,178.4102) 
+.. controls (30.9591,178.5802) and (31.6309,177.2995) .. (31.9609,177.6894) 
+.. controls (31.8509,178.2894) and (31.1809,178.2695) .. (30.9609,178.6894) 
+.. controls (34.1109,177.2894) and (33.0295,172.9491) .. (31.6895,170.2891) 
+.. controls (32.1595,169.9491) and (33.3096,169.0503) .. (33.8496,169.5703) 
+.. controls (33.5796,169.6303) and (33.2706,170.0007) .. (33.6406,169.9707) 
+.. controls (33.7306,169.6107) and (34.2706,169.7305) .. (34.6406,169.7305) 
+.. controls (33.9006,167.0405) and (37.7906,167.0609) .. (39.6406,166.1309) 
+.. controls (39.7006,165.0409) and (39.9906,164.6907) .. (39.3906,163.9707) 
+.. controls (34.6906,164.7907) and (30.6209,168.4106) .. (25.9609,165.8906) 
+.. controls (25.6509,163.8506) and (23.1701,162.7903) .. (22.8301,161.5703)
+arc(281.455 \@@_colon 272.010 \@@_colon 8.600) 
+-- cycle(360.6895,167.4902) 
+.. controls (357.8795,169.5702) and (356.3506,174.1903) .. (355.6406,177.5703) 
+.. controls (357.0706,176.4503) and (355.8008,174.8300) .. (357.8008,173.2500) 
+-- (358.8008,173.2500) 
+.. controls (358.6108,184.8100) and (358.3402,198.4805) .. (356.4102,207.8106) 
+.. controls (356.4302,208.1906) and (357.0209,207.9993) .. (356.8809,208.5293) 
+.. controls (356.0309,214.5293) and (358.7491,219.4109) .. (359.2891,224.1309) 
+.. controls (359.8591,229.1709) and (359.1998,234.9995) .. (359.7598,238.7695) 
+.. controls (360.1198,241.4295) and (360.0605,246.3095) .. (360.4805,249.7695) 
+.. controls (361.2705,250.0195) and (362.0399,250.2992) .. (361.9199,251.4492) 
+.. controls (361.1099,252.0992) and (358.6991,251.6992) .. (357.3691,251.4492)
+arc(155.035 \@@_colon 143.016 \@@_colon 33.420) 
+.. controls (361.4907,258.1492) and (363.4901,260.6606) .. (364.0801,260.8105) 
+.. controls (368.0501,261.8306) and (368.5992,255.0592) .. (367.1992,251.4492) 
+.. controls (366.9792,251.8692) and (367.2105,252.7404) .. (366.4805,252.6504) 
+.. controls (366.4105,252.1204) and (365.8398,252.1404) .. (365.7598,251.6504)
+arc(79.773 \@@_colon 63.311 \@@_colon 5.300) 
+.. controls (366.5492,248.6499) and (368.0600,240.2391) .. (366.0000,240.3691) 
+.. controls (366.7800,239.1791) and (365.6705,238.6500) .. (366.4805,237.2500) 
+.. controls (365.8905,236.9400) and (365.2891,237.7900) .. (365.2891,237.2500) 
+.. controls (366.5891,234.3000) and (365.5598,230.6098) .. (365.2598,227.0098) 
+.. controls (364.6298,218.6798) and (363.9798,210.9400) .. (365.2598,203.2500) 
+.. controls (365.6398,200.9400) and (366.6592,198.9093) .. (366.4492,196.5293) 
+.. controls (366.2492,194.6293) and (365.7492,192.5695) .. (365.4492,190.7695) 
+.. controls (364.1992,183.1495) and (365.2194,177.1102) .. (365.6895,169.4102) 
+.. controls (364.4495,167.2602) and (362.1995,168.3402) .. (360.6895,167.4902) 
+-- cycle(324.0059,177.6777) 
+.. controls (323.9213,177.6748) and (323.8270,177.6782) .. (323.7207,177.6894) 
+.. controls (322.9807,178.1095) and (324.6507,178.3906) .. (323.7207,178.8906) 
+.. controls (323.1707,178.9606) and (323.4598,178.1699) .. (323.0098,178.1699) 
+.. controls (321.0798,179.6899) and (318.9392,180.9895) .. (318.1992,183.6894) 
+.. controls (320.4292,185.1395) and (324.9792,182.0496) .. (325.1992,185.8496) 
+.. controls (323.5092,188.2696) and (322.0399,190.8496) .. (319.9199,192.8496) 
+.. controls (322.1599,192.5196) and (323.2305,191.0305) .. (324.4805,189.7305)
+arc(76.265 \@@_colon 52.600 \@@_colon 14.920)
+arc(95.659 \@@_colon 75.566 \@@_colon 9.000) 
+.. controls (332.9909,184.8796) and (334.3908,184.4298) .. (334.8008,183.0098) 
+.. controls (334.5808,181.7298) and (331.7709,182.6703) .. (333.1309,181.5703) 
+.. controls (332.1209,181.2803) and (332.0692,181.9608) .. (331.4492,182.0508) 
+.. controls (331.5792,181.5608) and (332.1706,181.5808) .. (331.6406,181.0508) 
+.. controls (329.6606,180.5808) and (326.1992,180.5091) .. (324.1992,179.3691) 
+.. controls (324.2180,179.2566) and (325.2747,177.7210) .. (324.0059,177.6777) 
+-- cycle(355.2402,177.7305) 
+.. controls (355.1502,179.2805) and (353.7502,180.7508) .. (354.2402,182.0508) 
+.. controls (354.2302,181.6008) and (354.4305,181.5405) .. (354.7305,181.8106) 
+.. controls (354.2405,180.6005) and (355.1892,179.6894) .. (355.4492,178.6894) 
+.. controls (355.3423,178.8451) and (355.2948,178.9096) .. (355.2832,178.9121) 
+.. controls (355.2821,178.8391) and (355.8340,177.7617) .. (355.2402,177.7305) 
+-- cycle(490.0801,184.0000)
+arc(0.517 \@@_colon 38.415 \@@_colon 1.110) 
+.. controls (486.7798,185.3297) and (485.6996,188.4394) .. (483.5996,190.4394) 
+.. controls (481.9396,192.0694) and (479.3498,192.7598) .. (477.8398,194.7598)
+arc(209.536 \@@_colon 203.594 \@@_colon 36.230) 
+.. controls (474.9702,200.3391) and (473.5298,202.1598) .. (473.7598,204.8398) 
+.. controls (479.1898,206.3998) and (478.4805,197.8102) .. (480.4805,195.2402) 
+.. controls (482.2305,192.9602) and (485.6005,192.7209) .. (485.4805,195.9609) 
+.. controls (485.4305,197.5109) and (483.2094,199.1909) .. (482.6094,200.9609) 
+.. controls (481.7694,203.4109) and (479.9305,208.0302) .. (479.4805,212.2402) 
+.. controls (479.0205,216.6802) and (480.4797,220.5002) .. (480.9297,224.2402) 
+.. controls (481.2297,226.8502) and (480.7698,229.3409) .. (482.8398,230.9609) 
+.. controls (484.6198,231.0209) and (485.8902,231.2805) .. (487.1602,230.4805) 
+.. controls (488.1502,225.5605) and (484.0795,220.8406) .. (486.6895,216.5606) 
+.. controls (487.3795,215.4205) and (490.2005,214.3309) .. (491.4805,214.8809) 
+.. controls (492.7605,215.4309) and (493.9591,219.2894) .. (494.3691,221.3594) 
+.. controls (495.4391,226.8794) and (494.6798,233.0697) .. (495.0898,237.6797) 
+.. controls (495.3298,240.1197) and (496.3301,243.1191) .. (495.3301,245.1191) 
+.. controls (495.4101,248.5291) and (496.5195,254.5893) .. (496.5195,259.2793) 
+.. controls (496.5195,261.2193) and (495.7391,263.2806) .. (496.2891,264.5605) 
+.. controls (498.8991,270.6805) and (502.7905,258.9197) .. (501.5605,255.6797) 
+.. controls (499.8806,253.6897) and (501.4006,248.4906) .. (499.6406,246.5606) 
+.. controls (501.3906,244.7506) and (499.8809,241.2709) .. (499.8809,238.8809) 
+.. controls (499.9409,234.6809) and (502.0009,229.5997) .. (499.8809,225.6797)
+arc(14.720 \@@_colon -23.201 \@@_colon 10.000) 
+.. controls (500.1004,214.0992) and (500.5509,208.6992) .. (505.8809,208.1992) 
+.. controls (506.3409,206.8792) and (507.3109,206.0709) .. (506.8809,203.8809) 
+.. controls (505.1909,202.5309) and (504.8105,203.3594) .. (502.5605,204.3594) 
+.. controls (501.3306,204.9194) and (499.7305,205.0805) .. (498.7305,205.5606) 
+.. controls (497.9505,205.9406) and (497.4508,206.6800) .. (496.8008,207.0000)
+arc(64.693 \@@_colon 90.018 \@@_colon 17.930) 
+.. controls (488.2409,207.2507) and (488.9909,206.6596) .. (489.1309,205.5996) 
+.. controls (489.2909,204.3296) and (488.8209,202.1491) .. (489.1309,201.0391) 
+.. controls (489.6009,199.2991) and (490.3608,197.0391) .. (491.0508,195.0391) 
+.. controls (492.1608,191.8291) and (494.4102,189.8203) .. (494.1602,188.3203) 
+.. controls (493.8302,186.3003) and (491.2801,185.9100) .. (490.0801,184.0000) 
+-- cycle(470.1602,191.3691) 
+.. controls (468.1302,191.7491) and (466.2204,190.9991) .. (464.6504,192.3691) 
+.. controls (462.6404,198.3191) and (458.8400,201.6893) .. (456.0000,206.5293) 
+.. controls (452.7000,207.8693) and (451.9601,211.7695) .. (448.3301,212.7695) 
+.. controls (448.3301,212.6395) and (448.1301,212.4995) .. (448.0801,212.7695) 
+.. controls (446.8801,215.8495) and (442.0003,216.0707) .. (440.0703,218.9707)
+arc(74.879 \@@_colon 105.121 \@@_colon 3.680) 
+.. controls (440.2704,224.2107) and (442.9491,220.3394) .. (447.0391,219.6894) 
+.. controls (449.5691,219.2494) and (450.9891,219.4200) .. (452.0391,218.2500) 
+.. controls (453.4791,220.0700) and (452.6007,224.1795) .. (453.7207,225.6894) 
+.. controls (452.6007,227.0894) and (450.6107,227.5798) .. (448.7207,228.0898) 
+.. controls (446.8307,228.5998) and (445.4899,230.3600) .. (443.9199,230.2500) 
+.. controls (443.8299,230.6600) and (444.2799,230.8607) .. (443.9199,230.9707) 
+.. controls (442.5199,230.8807) and (442.3295,232.0904) .. (441.5195,232.6504) 
+.. controls (441.4595,232.3104) and (441.0008,232.3799) .. (440.8008,232.1699) 
+.. controls (437.9308,234.6199) and (433.0608,233.0801) .. (429.8008,234.3301) 
+.. controls (430.0408,235.0601) and (430.4791,234.8995) .. (430.0391,235.7695)
+arc(124.972 \@@_colon 81.507 \@@_colon 11.320) 
+.. controls (439.1592,237.5594) and (439.9698,236.7707) .. (440.8398,236.9707) 
+.. controls (442.2598,237.3007) and (443.9609,240.9007) .. (443.9609,242.9707) 
+.. controls (443.9909,244.4907) and (442.7707,245.4391) .. (443.7207,247.2891) 
+.. controls (445.0807,247.9491) and (447.3695,248.6193) .. (448.5195,247.5293) 
+.. controls (448.1695,244.5393) and (448.2291,241.1402) .. (448.0391,238.4102) 
+-- (446.1191,238.4102) 
+.. controls (446.3091,237.5902) and (445.9002,237.1695) .. (445.4102,237.6894) 
+.. controls (445.5402,237.1894) and (446.0009,237.0000) .. (445.8809,236.2500) 
+.. controls (445.6909,236.0200) and (444.6094,236.9593) .. (444.6895,235.5293) 
+.. controls (445.5494,235.3293) and (445.8491,236.0693) .. (446.3691,235.5293) 
+.. controls (446.0091,234.2193) and (447.0498,234.4109) .. (446.8398,233.1309) 
+.. controls (449.1498,232.6309) and (450.8701,231.5509) .. (453.3301,231.2109) 
+.. controls (455.9101,233.0109) and (457.2394,237.9191) .. (456.4395,241.2891) 
+.. controls (456.1094,242.6991) and (454.8198,243.2304) .. (455.0098,244.6504) 
+.. controls (455.1398,245.6704) and (456.3394,246.2908) .. (456.6895,247.0508) 
+.. controls (467.3195,248.8108) and (462.5906,233.3092) .. (463.6406,225.4492)
+arc(237.476 \@@_colon 248.012 \@@_colon 48.520) 
+.. controls (473.7106,220.4391) and (476.4502,220.1506) .. (475.1602,216.8106) 
+.. controls (473.8002,216.8106) and (472.2808,217.6803) .. (471.8008,216.5703) 
+.. controls (472.0408,218.2003) and (468.4100,216.6991) .. (467.2500,217.2891) 
+.. controls (467.0800,219.1991) and (464.4102,218.5795) .. (463.4102,219.6894) 
+.. controls (462.9302,218.5994) and (461.4300,219.9402) .. (461.2500,218.4902)
+arc(18.887 \@@_colon -47.343 \@@_colon 2.720) 
+.. controls (460.7395,215.2294) and (461.7395,215.6606) .. (461.5195,214.8906) 
+.. controls (461.5595,214.2106) and (460.8008,214.3295) .. (460.8008,213.6894) 
+.. controls (462.2308,209.8494) and (474.2402,207.9796) .. (470.4102,203.8496) 
+.. controls (467.7502,204.1396) and (465.3804,204.1797) .. (464.6504,201.9297) 
+.. controls (465.4804,201.7397) and (465.5701,202.2899) .. (466.3301,202.1699) 
+.. controls (466.2301,199.5399) and (468.9707,197.6307) .. (468.9707,194.9707) 
+.. controls (469.3907,194.7507) and (469.6602,194.3900) .. (470.1602,194.2500)
+arc(18.045 \@@_colon -18.045 \@@_colon 4.650) 
+-- cycle(331.8027,191.8164) 
+.. controls (331.3077,191.8003) and (330.8382,191.8146) .. (330.4707,191.8496) 
+.. controls (327.5407,192.1196) and (321.9503,193.1891) .. (322.3203,193.2891) 
+.. controls (322.0103,192.9591) and (321.2706,193.0508) .. (320.6406,193.0508) 
+.. controls (313.3606,194.4708) and (308.7194,198.5697) .. (303.3594,201.9297)
+arc(10.655 \@@_colon 21.887 \@@_colon 8.940) 
+.. controls (304.2591,209.4094) and (310.1102,204.0302) .. (311.9902,202.4102) 
+.. controls (313.4702,201.1702) and (318.2407,199.5398) .. (318.4707,198.0898) 
+.. controls (321.3507,196.7298) and (327.8504,196.6191) .. (332.4004,197.3691) 
+.. controls (332.6604,198.1791) and (333.2704,198.4691) .. (333.4004,199.2891) 
+.. controls (334.4004,206.1491) and (325.4604,201.8496) .. (321.4004,203.8496) 
+.. controls (320.7304,204.1696) and (319.3905,205.5105) .. (319.4805,206.7305) 
+.. controls (319.7505,211.0105) and (327.3605,207.4594) .. (330.4805,209.6094) 
+.. controls (330.0805,210.4094) and (329.6291,211.1598) .. (329.2891,212.0098) 
+.. controls (326.7091,212.7498) and (323.8008,214.3098) .. (323.0508,216.0898) 
+.. controls (321.5608,215.6498) and (320.0000,218.9891) .. (318.0000,217.2891) 
+.. controls (318.3500,216.4391) and (319.3292,216.2106) .. (319.1992,214.8906)
+arc(111.825 \@@_colon 130.111 \@@_colon 13.210)
+arc(232.926 \@@_colon 245.147 \@@_colon 6.580) 
+.. controls (316.6008,211.0898) and (315.8691,210.7098) .. (315.3691,210.0898) 
+.. controls (314.6891,211.2598) and (312.9098,211.3098) .. (311.7598,212.0098) 
+.. controls (312.8698,213.4598) and (313.0508,217.0295) .. (311.0508,217.7695) 
+.. controls (310.6508,220.1695) and (309.5404,222.2595) .. (308.6504,224.7695) 
+.. controls (309.0604,224.8595) and (309.2591,224.4095) .. (309.3691,224.7695) 
+.. controls (307.6091,228.7695) and (305.2191,231.7809) .. (305.2891,238.2109) 
+.. controls (305.2891,238.6109) and (305.9500,238.3394) .. (306.0000,238.6894) 
+.. controls (303.9600,243.3494) and (301.5202,248.6702) .. (296.4102,249.4902) 
+.. controls (294.4102,251.9102) and (295.5003,255.3102) .. (298.3203,255.4902) 
+.. controls (302.3503,255.7402) and (303.5500,250.1402) .. (306.0000,249.4902) 
+.. controls (305.9800,245.3802) and (310.6598,245.2498) .. (309.8398,241.0898) 
+.. controls (310.5798,240.4698) and (310.7598,239.3197) .. (311.7598,238.9297)
+arc(169.279 \@@_colon 224.145 \@@_colon 2.720) 
+.. controls (316.0505,237.9293) and (317.0091,241.9194) .. (317.2891,246.6094) 
+.. controls (316.2391,248.6694) and (316.1502,252.0509) .. (318.2402,252.1309) 
+.. controls (320.0802,252.2009) and (320.2201,249.2495) .. (322.0801,248.7695) 
+.. controls (321.3601,245.9495) and (323.9809,241.3102) .. (321.1309,239.4102) 
+.. controls (320.9209,240.2902) and (320.3999,239.3106) .. (319.9199,239.8906)
+arc(46.728 \@@_colon 27.027 \@@_colon 8.770) 
+.. controls (320.8607,237.3502) and (321.2807,238.4102) .. (320.7207,238.4902) 
+.. controls (319.7607,238.4802) and (317.8408,236.8496) .. (318.5508,235.8496) 
+.. controls (318.7308,236.3696) and (319.6305,237.4708) .. (320.4805,237.0508) 
+.. controls (320.0105,236.5708) and (319.6905,236.8403) .. (319.4805,236.5703) 
+.. controls (319.5005,236.1203) and (320.2695,236.3996) .. (320.1895,235.8496) 
+.. controls (318.2194,235.7196) and (319.5798,233.3209) .. (318.7598,233.2109) 
+.. controls (319.2798,232.2309) and (319.9805,230.1891) .. (319.2305,229.3691) 
+.. controls (324.5705,226.3691) and (328.9591,223.4591) .. (335.7891,222.3691) 
+.. controls (336.4691,219.9291) and (338.1509,218.4796) .. (339.6309,216.8496) 
+.. controls (339.5609,216.2896) and (339.2604,215.9499) .. (339.4004,215.1699) 
+-- (338.4004,215.1699) 
+.. controls (339.3404,214.4399) and (338.4504,213.1591) .. (338.1504,212.2891) 
+.. controls (339.8504,209.9491) and (339.5991,207.1291) .. (340.7891,204.3691) 
+.. controls (343.7191,204.7791) and (345.0194,206.5491) .. (345.3594,209.3691) 
+.. controls (345.8494,213.5991) and (347.1494,214.9209) .. (351.3594,215.1309) 
+.. controls (352.2894,214.3109) and (352.6702,212.9302) .. (353.9902,212.4902) 
+.. controls (354.7202,206.4602) and (353.7791,199.2297) .. (350.8691,195.9297) 
+.. controls (351.5691,197.1297) and (349.9404,197.1506) .. (350.4004,198.8106) 
+.. controls (348.1604,201.2206) and (343.8793,199.0103) .. (341.2793,198.5703)
+arc(72.235 \@@_colon 28.154 \@@_colon 2.500) 
+.. controls (340.5307,196.5291) and (339.7207,192.0493) .. (336.7207,193.5293) 
+.. controls (336.1107,193.1293) and (335.6391,192.5908) .. (334.7891,193.0508) 
+.. controls (334.9916,192.1883) and (333.2877,191.8647) .. (331.8027,191.8164) 
+-- cycle(479.7598,194.8008) 
+.. controls (480.2498,195.3808) and (479.4506,197.1805) .. (478.5605,196.4805) 
+-- (478.5605,196.4492) 
+.. controls (478.7505,195.6792) and (479.4398,195.4008) .. (479.7598,194.8008) 
+-- cycle(187.8906,199.0508) 
+.. controls (187.8206,199.6408) and (187.9394,199.9908) .. (188.3594,200.0508) 
+.. controls (187.0094,202.8608) and (183.0302,204.8907) .. (181.1602,207.9707) 
+.. controls (180.0502,208.0407) and (179.4708,208.6692) .. (178.0508,208.4492) 
+.. controls (177.6608,206.9392) and (178.8700,206.0806) .. (179.0000,203.8906) 
+.. controls (181.7300,202.0006) and (184.3606,200.0908) .. (187.8906,199.0508) 
+-- cycle(187.6504,203.2500) 
+.. controls (189.4004,204.0900) and (189.0508,205.7198) .. (190.0508,207.0898) 
+.. controls (188.6208,209.3098) and (185.3508,209.7098) .. (184.0508,212.0898)
+arc(99.256 \@@_colon 130.426 \@@_colon 4.430) 
+-- (181.9297,211.0898) 
+.. controls (181.9997,208.4898) and (184.4304,204.6800) .. (187.6504,203.2500) 
+-- cycle(36.7207,205.0898) 
+.. controls (37.2807,205.2398) and (38.1707,205.5708) .. (37.7207,206.0508) 
+.. controls (40.0507,205.5808) and (44.3792,203.4805) .. (44.1992,207.7305) 
+.. controls (41.5692,208.8705) and (41.0507,212.1093) .. (37.7207,212.5293) 
+.. controls (36.5907,210.5193) and (35.0307,207.6898) .. (36.7207,205.0898) 
+-- cycle(166.4707,217.9102) 
+.. controls (166.9043,217.9125) and (167.4127,218.3323) .. (167.2402,219.0898) 
+.. controls (166.7902,218.7798) and (166.1408,218.7098) .. (166.0508,218.0898) 
+-- (166.0898,218.0508) 
+.. controls (166.1898,217.9558) and (166.3262,217.9094) .. (166.4707,217.9102) 
+-- cycle(477.1309,221.4102) 
+.. controls (476.7609,222.1102) and (476.1804,223.5291) .. (476.6504,224.2891) 
+.. controls (477.6004,224.3491) and (478.1309,221.7002) .. (477.1309,221.4102) 
+-- cycle(346.2207,221.9844)
+arc(271.945 \@@_colon 212.020 \@@_colon 3.380) 
+.. controls (341.1002,223.6303) and (340.6699,225.4300) .. (338.9199,225.2500) 
+.. controls (339.3199,226.4900) and (333.3398,226.5804) .. (335.0898,227.6504) 
+.. controls (334.2198,228.0204) and (333.4899,228.1404) .. (332.9199,227.6504) 
+.. controls (331.9199,227.9604) and (332.6699,228.8098) .. (331.9199,229.0898) 
+.. controls (330.9499,228.6698) and (329.6200,230.5596) .. (330.0000,228.8496) 
+.. controls (329.5600,229.8596) and (328.6908,229.4008) .. (327.8008,229.0508) 
+.. controls (327.2308,229.7508) and (326.8791,230.0508) .. (326.1191,230.0508) 
+.. controls (325.9291,231.2608) and (325.9994,231.2607) .. (326.6094,231.9707) 
+.. controls (325.6994,232.0307) and (325.6702,232.9504) .. (325.4102,233.6504) 
+.. controls (326.3102,237.2304) and (330.4506,234.9596) .. (333.5605,234.8496) 
+.. controls (333.6705,233.9296) and (333.8806,233.1997) .. (334.5605,232.9297) 
+.. controls (337.0806,232.6197) and (341.4102,235.6894) .. (338.4102,238.6894) 
+.. controls (339.1602,238.8094) and (339.3398,238.1695) .. (339.8398,238.6894) 
+.. controls (338.9198,239.3895) and (339.2499,241.3003) .. (337.9199,241.5703)
+arc(43.573 \@@_colon 17.962 \@@_colon 4.410) 
+.. controls (337.4399,240.3606) and (337.6795,241.3108) .. (336.7695,242.0508) 
+.. controls (332.7495,241.1408) and (329.0292,244.3893) .. (326.1992,242.5293) 
+.. controls (324.8892,244.1793) and (322.8398,245.0508) .. (322.8398,248.0508) 
+.. controls (324.4298,249.2708) and (327.2995,248.9195) .. (330.5195,248.7695) 
+.. controls (337.8695,248.4295) and (345.8596,248.4691) .. (346.5996,242.2891) 
+.. controls (345.2496,241.9591) and (343.4707,242.0709) .. (343.7207,240.1309) 
+.. controls (343.8207,239.6309) and (344.6592,239.9009) .. (344.4492,239.1309) 
+.. controls (343.7892,236.3209) and (347.3496,234.8197) .. (346.5996,231.9297) 
+.. controls (347.9296,229.9997) and (348.5994,228.4097) .. (350.6895,226.9297) 
+.. controls (349.5494,225.4097) and (349.0291,222.6001) .. (346.3691,223.3301) 
+.. controls (346.4391,222.7601) and (347.1998,222.8809) .. (347.0898,222.1309)
+arc(287.058 \@@_colon 272.075 \@@_colon 3.380) 
+-- cycle(476.6504,225.2500) 
+.. controls (475.9104,227.2700) and (476.0805,229.3008) .. (474.7305,231.0508)
+arc(0.806 \@@_colon -14.509 \@@_colon 15.420) 
+.. controls (473.2302,227.8707) and (471.0997,227.1107) .. (469.6797,226.9707) 
+.. controls (472.2897,229.5807) and (471.6091,234.6302) .. (473.2891,238.4902) 
+.. controls (477.5291,238.6002) and (475.7099,234.8200) .. (475.9199,232.2500) 
+.. controls (476.1299,229.6800) and (478.0504,227.1000) .. (476.6504,225.2500) 
+-- cycle(317.3750,231.9297) 
+.. controls (317.7505,231.8739) and (318.2580,232.3609) .. (318.7305,232.2109) 
+.. controls (318.3405,233.0009) and (317.5708,232.5509) .. (317.0508,232.2109) 
+.. controls (317.1408,232.0284) and (317.2498,231.9483) .. (317.3750,231.9297) 
+-- cycle(361.1992,246.8106)
+arc(128.077 \@@_colon 88.793 \@@_colon 1.130) 
+.. controls (361.9899,247.7208) and (361.8392,248.1208) .. (361.1992,248.0508) 
+.. controls (361.2892,247.6408) and (361.0205,247.5703) .. (360.7305,247.5703) 
+.. controls (360.8105,247.2503) and (361.1492,247.1906) .. (361.1992,246.8106) 
+-- cycle(173.3652,251.4043)
+arc(268.811 \@@_colon 263.386 \@@_colon 0.910) 
+.. controls (173.4193,251.8402) and (173.4108,252.4104) .. (173.8008,252.6504) 
+.. controls (173.8508,252.4104) and (173.9993,252.4102) .. (174.2793,252.4102)
+arc(6.050 \@@_colon -90.575 \@@_colon 0.910) 
+-- cycle(59.0000,252.6094) 
+.. controls (59.4800,252.5794) and (59.5498,252.9006) .. (60.0098,252.8906) 
+.. controls (59.6898,253.2306) and (58.9405,253.5209) .. (58.5605,253.1309) 
+.. controls (58.6205,252.8709) and (59.0391,252.9704) .. (59.0391,252.6504) 
+-- (59.0000,252.6094) 
+-- cycle(173.7344,253.5137) 
+.. controls (173.8235,253.5051) and (173.9125,253.5093) .. (174.0000,253.5293) 
+.. controls (173.8900,254.1293) and (173.2200,254.1093) .. (173.0000,254.5293) 
+.. controls (172.5188,254.2580) and (173.1103,253.5734) .. (173.7344,253.5137) 
+-- cycle;
+}
+%</visual>
+%    \end{macrocode}
+% \end{implementation}
+%


Property changes on: trunk/Master/texmf-dist/source/latex/njuthesis/njuvisual.dtx
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/tex/latex/njuthesis/njuthesis.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/njuthesis/njuthesis.cls	2021-10-01 22:00:34 UTC (rev 60667)
+++ trunk/Master/texmf-dist/tex/latex/njuthesis/njuthesis.cls	2021-10-01 22:00:57 UTC (rev 60668)
@@ -24,28 +24,34 @@
 %% 
 \NeedsTeXFormat{LaTeX2e}
 \RequirePackage{expl3}
- \GetIdInfo  $Id: njuthesis.dtx 0.9.2 2021-09-17 22:00:00 +0800  NJU LUG <nju.lug at yaoge123.cn> $
-  {Thesis template for Nanjing University}
-\ProvidesExplClass{\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
-\LoadClass[
-  a4paper,
-  twoside,
-  UTF8,
-  scheme=chinese,
-  linespread=1.625,
-  fontset=none,
-  zihao=-4
-  ]{ctexbook}[2018/04/01]
-\RequirePackage{l3keys2e}
+\GetIdInfo  $Id: njuthesis.dtx 0.11.0 2021-10-01 19:00:00 +0800  NJU LUG <nju.lug at yaoge123.cn> $
+  { Thesis template for Nanjing University }
+\ProvidesExplClass{njuthesis}
+{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
+\cs_new_protected:Npn \__nju_define_name:nn #1#2
+  { \tl_const:cn { c__nju_name_ #1 _tl } {#2} }
+\cs_new_protected:Npn \__nju_define_name:nnn #1#2#3
+  {
+    \tl_const:cn { c__nju_name_ #1    _tl } {#2}
+    \tl_const:cn { c__nju_name_ #1 _en_tl } {#3}
+  }
+\clist_map_inline:nn
+  {
+    { pdf_creator     } { LaTeX~ with~ njuthesis~ class },
+  }
+  { \__nju_define_name:nn #1 }
+\clist_map_inline:nn
+  {
+    { keywords } { 关键词:    } { Keywords:         },
+  }
+  { \__nju_define_name:nnn #1 }
+\RequirePackage{xparse,xtemplate,l3keys2e}
 \tl_new:N \l__nju_info_degree_tl
 \tl_new:N \l__nju_info_type_tl
+\tl_new:N \g__nju_latin_fontset_tl
+\tl_new:N \g__nju_cjk_fontset_tl
 \keys_define:nn { nju }
 {
-  nlcover           .bool_set:N   =   \g__nju_nlcover_bool,
-  nlcover           .initial:n    =   false,
-}
-\keys_define:nn { nju }
-{
   degree            .choices:nn   =
   { ug, mg, mg, phd }
   { \tl_set_eq:NN \l__nju_info_degree_tl \l_keys_choice_tl },
@@ -54,7 +60,16 @@
   { thesis, design }
   { \tl_set_eq:NN \l__nju_info_type_tl   \l_keys_choice_tl },
   type              .initial:n    =   thesis,
+  nlcover           .bool_set:N   =   \g__nju_nlcover_bool,
+  nlcover           .initial:n    =   false,
+  customlatinfont   .choices:nn   =
+  { gyre, macos, windows, none }
+  { \tl_set_eq:NN \g__nju_latin_fontset_tl \l_keys_choice_tl },
+  customchinesefont .choices:nn   =
+  { fandol, founder, macos, noto, windows, none }
+  { \tl_set_eq:NN \g__nju_cjk_fontset_tl   \l_keys_choice_tl },
 }
+\ProcessKeysOptions { nju }
 \keys_define:nn { nju }
 {
   info.meta:nn = { nju / info } { #1 }
@@ -61,139 +76,90 @@
 }
 \keys_define:nn { nju / info }
 {
-  TitleA            .tl_set:N     =   \l__nju_info_title_a_tl,
-  TitleB            .tl_set:N     =   \l__nju_info_title_b_tl,
-  TitleC            .tl_set:N     =   \l__nju_info_title_c_tl,
-  Title*            .tl_set:N     =   \l__nju_info_title_en_tl,
+  titlea            .tl_set:N = \l__nju_info_title_a_tl,
+  titleb            .tl_set:N = \l__nju_info_title_b_tl,
+  titlec            .tl_set:N = \l__nju_info_title_c_tl,
+  title*            .tl_set:N = \l__nju_info_title_en_tl,
+keywords         .clist_set:N = \l__nju_info_keywords_clist,
+keywords*        .clist_set:N = \l__nju_info_keywords_en_clist,
+  grade             .tl_set:N = \l__nju_info_grade_tl,
+  student-id        .tl_set:N = \l__nju_info_id_tl,
+  author            .tl_set:N = \l__nju_info_author_tl,
+  author*           .tl_set:N = \l__nju_info_author_en_tl,
+  department        .tl_set:N = \l__nju_info_dept_tl,
+  department*       .tl_set:N = \l__nju_info_dept_en_tl,
+  major             .tl_set:N = \l__nju_major_tl,
+  major*            .tl_set:N = \l__nju_major_en_tl,
+  field             .tl_set:N = \l__nju_field_tl,
+  field*            .tl_set:N = \l__nju_field_en_tl,
+  supervisora       .tl_set:N = \l__nju_info_supv_a_tl,
+  supervisora*      .tl_set:N = \l__nju_info_supv_a_en_tl,
+  supervisora-title .tl_set:N = \l__nju_info_supv_a_title_tl,
+  supervisora-title*.tl_set:N = \l__nju_info_supv_a_title_en_tl,
+  supervisorb       .tl_set:N = \l__nju_info_supv_b_tl,
+  supervisorb*      .tl_set:N = \l__nju_info_supv_b_en_tl,
+  supervisorb-title .tl_set:N = \l__nju_info_supv_b_title_tl,
+  supervisorb-title*.tl_set:N = \l__nju_info_supv_b_title_en_tl,
+  % 提交日期
+  submit-date       .tl_set:N = \l__nju_submit_date_tl,
+  submit-date*      .tl_set:N = \l__nju_submit_date_en_tl,
+  defend-date       .tl_set:N = \l__nju_defend_date_tl,
+  chairman          .tl_set:N = \l__nju_info_chairman_tl,
+  reviewer       .clist_set:N = \l__nju_info_reviewer_clist,
+  clc               .tl_set:N = \l__nju_info_clc_tl,
+  secret-level      .tl_set:N = \l__nju_info_seclv_tl,
+  udc               .tl_set:N = \l__nju_info_udc_tl,
+  supervisor-contact.tl_set:N = \l__nju_info_supv_cont_tl,
 }
-\keys_define:nn { nju / info }
+\NewDocumentCommand \njusetup { m }
+{ \keys_set:nn { nju } { #1 } }
+\LoadClass[
+  a4paper,
+  twoside,
+  UTF8,
+  scheme=chinese,
+  linespread=1.625,
+  fontset=none,
+  zihao=-4
+  ]{ctexbook}[2018/04/01]
+\RequirePackage
 {
-  Grade             .tl_set:N     =   \l__nju_info_grade_tl,
-  StudentID         .tl_set:N     =   \l__nju_info_id_tl,
-  StudentName       .tl_set:N     =   \l__nju_info_author_tl,
-  StudentName*      .tl_set:N     =   \l__nju_info_author_en_tl,
+  geometry,
+  caption,
+  floatrow,
+  setspace,
+  lastpage,
+  emptypage,
+  fancyhdr,
 }
-\keys_define:nn { nju / info }
-{
-  Department        .tl_set:N     =   \l__nju_info_dept_tl,
-  Department*       .tl_set:N     =   \l__nju_info_dept_en_tl,
-  Major             .tl_set:N     =   \l__nju_major_tl,
-  Major*            .tl_set:N     =   \l__nju_major_en_tl,
-  Field             .tl_set:N     =   \l__nju_field_tl,
-  Field*            .tl_set:N     =   \l__nju_field_en_tl,
-}
-\keys_define:nn { nju / info }
-{
-  SupervisorA       .tl_set:N     =   \l__nju_info_supv_a_tl,
-  SupervisorA*      .tl_set:N     =   \l__nju_info_supv_a_en_tl,
-  SupervisorATitle  .tl_set:N     =   \l__nju_info_supv_a_title_tl,
-  SupervisorATitle* .tl_set:N     =   \l__nju_info_supv_a_title_en_tl,
-}
-\keys_define:nn { nju / info }
-{
-  SupervisorB       .tl_set:N     =   \l__nju_info_supv_b_tl,
-  SupervisorB*      .tl_set:N     =   \l__nju_info_supv_b_en_tl,
-  SupervisorBTitle  .tl_set:N     =   \l__nju_info_supv_b_title_tl,
-  SupervisorBTitle* .tl_set:N     =   \l__nju_info_supv_b_title_en_tl,
-}
-\keys_define:nn { nju / info }
-{
-  SubmitDate        .tl_set:N     =   \l__nju_submit_date_tl,
-  SubmitDate*       .tl_set:N     =   \l__nju_submit_date_en_tl,
-}
-\keys_define:nn { nju / info }
-{
-  DefendDate        .tl_set:N     =   \l__nju_defend_date_tl,
-  ReviewerChairman  .tl_set:N     =   \l__nju_info_chairman_tl,
-  ReviewerA         .tl_set:N     =   \l__nju_info_reviewer_a_tl,
-  ReviewerB         .tl_set:N     =   \l__nju_info_reviewer_b_tl,
-  ReviewerC         .tl_set:N     =   \l__nju_info_reviewer_c_tl,
-  ReviewerD         .tl_set:N     =   \l__nju_info_reviewer_d_tl,
-}
-\keys_define:nn { nju / info }
-{
-  Classification    .tl_set:N     =   \l__nju_info_classif_tl,
-  SecurityLevel     .tl_set:N     =   \l__nju_info_seclv_tl,
-  UDC               .tl_set:N     =   \l__nju_info_udc_tl,
-  SupervisorContact .tl_set:N     =   \l__nju_info_supv_cont_tl,
-}
-\NewDocumentCommand \njusetup { m }
-{ \keys_set:nn { nju } { #1 } }
-\RequirePackage[
-    top=2.5cm,
-    bottom=2.5cm,
-    left=3.2cm,
-    right=3.2cm
-]{geometry}
-\RequirePackage{xparse}
-\RequirePackage{titletoc} % 修改目录内标题格式
+\RequirePackage[titles]{tocloft}
 \RequirePackage[hyphens]{url} % generate better linebreaks in the url
-\RequirePackage{dashundergaps}
-\RequirePackage{setspace}
-\RequirePackage{lastpage}
-\RequirePackage{emptypage} % 清除空白页的页码
-\RequirePackage{listings} % 代码环境
-\RequirePackage{enumitem} % 用于修改列表环境
-\RequirePackage{caption}
-\RequirePackage{floatrow} % 用于图表等页面元素的定位
-\RequirePackage{booktabs} % 用于绘制三线表
-\RequirePackage{multirow} % Cells occupying multiple rows in tables
-\RequirePackage{multicol} % Multiple columns in dictionary
 \RequirePackage{siunitx} % 用于书写单位符号
 \RequirePackage[version=4]{mhchem} % 用于绘制分子式
 \RequirePackage{hologo}
-
 \sys_if_engine_xetex:T
 {
-    \RequirePackage{microtype}
-
-    % 加中文下划线,不能用于lualatex
-    \RequirePackage{xeCJKfntef}
-    \cs_new:Npn \nju_underline:n #1 {\CJKunderline{#1}}
+    \RequirePackage{xeCJKfntef,microtype}
+    \newcommand{\njuline}[1]{\CJKunderline{#1}}
 }
-\sys_if_engine_luatex:T{
-    % 加中文下划线
-    \RequirePackage{lua-ul}
-    \cs_new:Npn \nju_underline:n #1 {\underLine{#1}}
-
-    % emoji支持
-    % \RequirePackage{emoji}
-    % \setemojifont{Segoe~UI~Emoji} % windows
-    % \setemojifont{Apple~Color~Emoji} % macos
-    % \setemojifont{Noto~Color~Emoji}
-    % For windows.
-    % Shipped with the best `grinning-face-with-sweat' support.
+\sys_if_engine_luatex:T
+{
+    \RequirePackage{lua-ul,dashundergaps}
+    \newcommand{\njuline}[1]{\underLine{#1}\null}
 }
-\RequirePackage{blindtext}
-\RequirePackage{zhlipsum}
-\RequirePackage{amsmath} % Must be loaded before unicode-math
-\RequirePackage{amsthm} % Mathematical environments
-\RequirePackage{mathtools} % Mathematical tools to use with amsmath
-\RequirePackage{thmtools} % Theorem styles
+\RequirePackage{amsmath,amsthm,mathtools,thmtools}
 \RequirePackage[
-    warnings-off={% 消除与mathtools合用产生的警告
+    warnings-off={
         mathtools-colon,
         mathtools-overbracket}
-        ]{unicode-math} % Math fonts in xetex or luatex
-\RequirePackage{graphicx}
+        ]{unicode-math}
+\RequirePackage{graphicx,subcaption,wrapfig,tikz}
 \DeclareGraphicsExtensions{.pdf,.eps,.jpg,.png}
-\graphicspath{{figure/}} % 图片路径
-\RequirePackage{wrapfig} % Wrap text around figures
+\RequirePackage{booktabs,multirow,multicol,listings,enumitem}
 \RequirePackage[hidelinks,bookmarksnumbered=true]{hyperref}
 \RequirePackage[capitalise,nameinlink,noabbrev]{cleveref}
-\RequirePackage{fontspec}
-\tl_new:N \g__nju_latin_fontset_tl
-\tl_new:N \g__nju_cjk_fontset_tl
-\keys_define:nn { nju }
-{
-  customlatinfont   .choices:nn   =
-  { gyre, macos, windows, null }
-  { \tl_set_eq:NN \g__nju_latin_fontset_tl \l_keys_choice_tl },
-  customchinesefont .choices:nn   =
-  { fandol, founder, macos, noto, windows, null }
-  { \tl_set_eq:NN \g__nju_cjk_fontset_tl   \l_keys_choice_tl },
-}
-\ProcessKeysOptions { nju }
+\RequirePackage{njuvisual}
+\RequirePackage{blindtext,zhlipsum}
 \bool_new:N \g__nju_load_system_fontset_bool
 \tl_if_empty:NTF \g__nju_latin_fontset_tl
   { \bool_gset_true:N \g__nju_load_system_fontset_bool }
@@ -203,7 +169,6 @@
 }
 \bool_if:NT \g__nju_load_system_fontset_bool
 {
-  % 检测是否是 Windows
   \sys_if_platform_windows:TF
   {
     \tl_set:Nn \g__nju_latin_fontset_tl { windows }
@@ -210,13 +175,11 @@
     \tl_set:Nn \g__nju_cjk_fontset_tl   { windows }
   }
   {
-    % 检测是否是 macOS
     \ctex_if_platform_macos:TF
     {
       \tl_set:Nn \g__nju_latin_fontset_tl { macos }
       \tl_set:Nn \g__nju_cjk_fontset_tl   { macos }
     }
-    % 其余系统一律使用自由字体
     {
       \tl_set:Nn \g__nju_latin_fontset_tl { gyre }
       \tl_set:Nn \g__nju_cjk_fontset_tl { fandol }
@@ -231,32 +194,32 @@
 }
 \cs_new_protected:Npn \__nju_load_latin_font_macos:
 {
-\setmainfont{Times~New~Roman}
-\setsansfont{Arial}
-\setmonofont{Menlo}[Scale=MatchLowercase]
+  \setmainfont{Times~New~Roman}
+  \setsansfont{Arial}
+  \setmonofont{Menlo}[Scale=MatchLowercase]
 }
 \cs_new_protected:Npn \__nju_load_latin_font_gyre:
 {
-\setmainfont{texgyretermes}[
-  Extension=.otf,
-  UprightFont=*-regular,
-  BoldFont=*-bold,
-  ItalicFont=*-italic,
-  BoldItalicFont=*-bolditalic]
-\setsansfont{texgyreheros}[
-  Extension=.otf,
-  UprightFont=*-regular,
-  BoldFont=*-bold,
-  ItalicFont=*-italic,
-  BoldItalicFont=*-bolditalic]
-\setmonofont{texgyrecursor}[
-  Extension=.otf,
-  UprightFont=*-regular,
-  BoldFont=*-bold,
-  ItalicFont=*-italic,
-  BoldItalicFont=*-bolditalic,
-  Scale=MatchLowercase,
-  Ligatures=CommonOff]
+  \setmainfont{texgyretermes}[
+    Extension=.otf,
+    UprightFont=*-regular,
+    BoldFont=*-bold,
+    ItalicFont=*-italic,
+    BoldItalicFont=*-bolditalic]
+  \setsansfont{texgyreheros}[
+    Extension=.otf,
+    UprightFont=*-regular,
+    BoldFont=*-bold,
+    ItalicFont=*-italic,
+    BoldItalicFont=*-bolditalic]
+  \setmonofont{texgyrecursor}[
+    Extension=.otf,
+    UprightFont=*-regular,
+    BoldFont=*-bold,
+    ItalicFont=*-italic,
+    BoldItalicFont=*-bolditalic,
+    Scale=MatchLowercase,
+    Ligatures=CommonOff]
 }
 \cs_new_protected:Npn \__nju_load_cjk_font_windows:
 {
@@ -269,8 +232,8 @@
   \setCJKfamilyfont{zhhei}{SimHei}
   \setCJKfamilyfont{zhfs}{FangSong}
   \setCJKfamilyfont{zhkai}{KaiTi}[AutoFakeBold=2.17]
-  \setCJKfamilyfont{zhnewhei}{Microsoft~YaHei}[
-    BoldFont=Microsoft~YaHei~Bold]
+  % \setCJKfamilyfont{zhnewhei}{Microsoft~YaHei}[
+  %   BoldFont=Microsoft~YaHei~Bold]
 }
 \cs_new_protected:Npn \__nju_load_cjk_font_macos:
 {
@@ -285,16 +248,7 @@
   \setCJKfamilyfont{zhsong}{Songti~SC~Light}[BoldFont=Songti~SC~Bold]
   \setCJKfamilyfont{zhhei}{Heiti~SC~Light}[BoldFont=Heiti~SC~Medium]
   \setCJKfamilyfont{zhfs}{STFangsong}
-  \setCJKfamilyfont{zhkai}{Kaiti~SC}
-    [
-      BoldFont=Kaiti~SC~Bold,
-      % AlternateFont =
-      %   {
-      %   {character range1} {alternate font name1}
-      %   {alternate font features2} ,
-      %   ......
-      %   }
-    ]
+  \setCJKfamilyfont{zhkai}{Kaiti~SC}[BoldFont=Kaiti~SC~Bold]
   \setCJKfamilyfont{zhnewhei}{PingFang~SC}
 }
 \cs_new_protected:Npn \__nju_load_cjk_font_fandol:
@@ -342,50 +296,44 @@
     {FZFSK}[Extension=.ttf]
   \setCJKfamilyfont{zhkai}
     {FZKTK}[Extension=.ttf]
-  \setCJKfamilyfont{zhnewhei}
-    {FZYouHK_508R}[% 方正悠黑508R
-      Extension=.ttf,
-      BoldFont=FZYouHK_511M]% 方正悠黑511M
+  % \setCJKfamilyfont{zhnewhei}
+  %   {FZYouHK_508R}[% 方正悠黑508R
+  %     Extension=.ttf,
+  %     BoldFont=FZYouHK_511M]% 方正悠黑511M
 }
 \cs_new_protected:Npn \__nju_load_cjk_font_noto:
 {
   % 思源宋体
   \setCJKmainfont[
-    UprightFont=NotoSerifCJKsc-Regular,
-    BoldFont=NotoSerifCJKsc-Bold,
-    ItalicFont=NotoSerifCJKsc-Regular,
-    BoldItalicFont=NotoSerifCJKsc-Bold,
+    UprightFont=NotoSerifSC-Regular,
+    BoldFont=NotoSerifSC-Bold,
+    ItalicFont=NotoSerifSC-Regular,
+    BoldItalicFont=NotoSerifSC-Bold,
     ItalicFeatures=FakeSlant,
-    BoldItalicFeatures=FakeSlant]{Noto~Serif~CJK~SC}
+    BoldItalicFeatures=FakeSlant]{Noto~Serif~SC}
 
   % 思源黑体
   \setCJKsansfont[
-    UprightFont=NotoSansCJKsc-Regular,
-    BoldFont=NotoSansCJKsc-Bold,
-    ItalicFont=NotoSansCJKsc-Regular,
-    BoldItalicFont=NotoSansCJKsc-Bold,
+    UprightFont=NotoSansSC-Regular,
+    BoldFont=NotoSansSC-Bold,
+    ItalicFont=NotoSansSC-Regular,
+    BoldItalicFont=NotoSansSC-Bold,
     ItalicFeatures=FakeSlant,
-    BoldItalicFeatures=FakeSlant]{Noto~Sans~CJK~SC}
+    BoldItalicFeatures=FakeSlant]{Noto~Sans~SC}
 
-  % 包含于思源黑体
-  \setCJKmonofont[
-    UprightFont=NotoSansMonoCJKsc-Regular,
-    BoldFont=NotoSansMonoCJKsc-Bold,
-    ItalicFont=NotoSansMonoCJKsc-Regular,
-    BoldItalicFont=NotoSansMonoCJKsc-Bold,
-    ItalicFeatures=FakeSlant,
-    BoldItalicFeatures=FakeSlant]{Noto~Sans~Mono~SC}
+  \setCJKmonofont{FZFSK}[Extension=.ttf]% 方正仿宋
 
-  \setCJKfamilyfont{zhsong}{Noto~Serif~CJK~SC}
-  \setCJKfamilyfont{zhhei}{Noto~Sans~CJK~SC}
-  \setCJKfamilyfont{zhfs}{方正仿宋简体}[AutoFakeBold=2.17]
-  \setCJKfamilyfont{zhkai}{方正楷体简体}[AutoFakeBold=2.17]
+  \setCJKfamilyfont{zhsong}{Noto~Serif~SC}
+  \setCJKfamilyfont{zhhei}{Noto~Sans~SC}
+  \setCJKfamilyfont{zhfs}
+    {FZFSK}[Extension=.ttf]
+  \setCJKfamilyfont{zhkai}
+    {FZKTK}[Extension=.ttf]
 }
 \cs_new_protected:Npn \__nju_load_font:
 {
   \use:c { __nju_load_latin_font_ \g__nju_latin_fontset_tl : }
   \use:c { __nju_load_cjk_font_   \g__nju_cjk_fontset_tl   : }
-
   \NewDocumentCommand\songti{}{\CJKfamily{zhsong}}
   \NewDocumentCommand\heiti{}{\CJKfamily{zhhei}}
   \NewDocumentCommand\fangsong{}{\CJKfamily{zhfs}}
@@ -395,10 +343,14 @@
 \setmathfont{XITSMath-Regular}[
   BoldFont = XITSMath-Bold,
   Extension = .otf]
-\RequirePackage{fancyhdr} % 调整页眉页脚
-\fancypagestyle{njuplain}{%
+\setmathfont{latinmodern-math.otf}[range={cal,bb,frak}]
+\geometry{
+  vmargin    = 2.5 cm,
+  hmargin    = 3.2 cm,
+}
+\fancypagestyle{njuplain}{
    \fancyhead{}
-   \fancyfoot[C]{\zihao{5}\thepage} % 页脚居中 五号新罗马体数字
+   \fancyfoot[C]{\zihao{5}\thepage}
 }
 \fancypagestyle{njuheadings}{%
    \fancyhead{}
@@ -410,8 +362,7 @@
   \tl_set:Nn \headrulewidth {0pt}
   % the footer line
   \tl_set:Nn \footrulewidth {0pt}
-
-  \AtBeginDocument{\pagestyle{njuplain}} % 本科无页眉页脚
+  \AtBeginDocument{\pagestyle{njuplain}\flushbottom} % 本科无页眉页脚
 }
 {
   % the header line
@@ -418,83 +369,87 @@
   \tl_set:Nn \headrulewidth {1pt}
   % the footer line
   \tl_set:Nn \footrulewidth {0pt}
-
-  % \AtBeginDocument{\pagestyle{njuplain}} % 无页眉页脚
-  \AtBeginDocument{\pagestyle{headings}} % 研究生有页眉页脚
+  \setlength{\headheight}{20pt}
+  \AtBeginDocument{\pagestyle{fancy}\flushbottom} % 研究生有页眉页脚
 }
 \ctexset{
+    chapter/format = \zihao{4}\heiti\centering\selectfont,
+    chapter/beforeskip = 10pt,
+    chapter/afterskip = 60pt,
+    section/format = \zihao{4}\heiti\raggedright\selectfont,
+    subsection/format = \zihao{4}\heiti\raggedright\selectfont,
+    subsubsection/format = \zihao{4}\heiti\raggedright\selectfont,
+}
+\ctexset{
     contentsname = 目录,
     listfigurename = 插图清单,
     listtablename = 表格清单,
-    chapter/format = \zihao{4}\heiti\centering,
-    chapter/beforeskip = 10pt,
-    chapter/afterskip = 60pt,
-    section/format = \zihao{4}\heiti\raggedright,
-    subsection/format = \zihao{4}\heiti\raggedright,
-    subsubsection/format = \zihao{4}\heiti\raggedright
 }
-
-\titlecontents{chapter}% 标题级别
-                [5em]% 标题左间距
-                {\heiti\zihao{4}\vspace{10pt}}% 标题格式
-                {\contentslabel{4em}}% 标题标志
-                {\hspace*{-4em}}% 无序号标题
-                {~\titlerule*[0.6pc]{$.$}~\contentspage}% 指引线与页码
-
-                \titlecontents{section}
-                [5em]
-                {\zihao{-4}\vspace{0pt}}
-                {\contentslabel{2.5em}}
-                {\hspace*{-4em}}
-                {~\titlerule*[0.6pc]{$.$}~\contentspage}
-
-\titlecontents{subsection}
-                [8em]
-                {\zihao{-4}\vspace{0pt}}
-                {\contentslabel{3em}}
-                {\hspace*{-4em}}
-                {~\titlerule*[0.6pc]{$.$}~\contentspage}
-\cs_set:Npn \CTEX at addtocline #1#2
-{
-  \addcontentsline { toc } {#1}
-  { \use:c { CTEX@#1 at tocline } {#1} {#2} }
+\cftsetpnumwidth{2em}
+\renewcommand{\cftchapleader}{\cftdotfill{\cftchapdotsep}}
+\renewcommand{\cftchapdotsep}{\cftdotsep}
+\renewcommand{\cftchapfont}{\heiti\zihao{4}}
+\setlength{\cftsecindent}{2em}
+\setlength{\cftsubsecindent}{52pt}
+\setlength{\cftsubsecnumwidth}{2em}
+  % 重定义目录命令,修改标题格式并插入书签。
+\renewcommand\tableofcontents{%
+  \cleardoublepage
+  \raggedbottom
+  \begingroup
+    \ctexset{
+      contentsname = {目\hspace{2em}录},
+      chapter/format = {\centering\songti\bf\zihao{3}\selectfont},
+    }%
+    \chapter*{\contentsname}%
+  \endgroup
+  \addcontentsline{toc}{chapter}{\contentsname}
+  \vskip 20pt
+  \@starttoc{toc}%
 }
-\cs_new:Npn \nju_tocpagestyle:nnn #1 #2 #3
-{
-  \newpage
-  \hspace{0pt}
-  \vskip 10pt
-  \begin{center}
-    \mbox{\songti\bf\zihao{3}{#1}} % 目录页面标题
-    \phantomsection
-    \addcontentsline{toc}{chapter}{#2} % 插入目录
-  \end{center}
-  \vskip 40pt
-  \@starttoc{#3}%
+\renewcommand\listoffigures{%
   \cleardoublepage
+  \begingroup
+  \ctexset{
+    chapter/format = {\centering\songti\bf\zihao{3}\selectfont},
+  }%
+  \chapter*{\listfigurename}%
+  \endgroup
+  \addcontentsline{toc}{chapter}{\listfigurename}
+  \vskip 20pt
+  \@starttoc{lof}%
 }
-\tl_set:Nn \tableofcontents
-{
-  \nju_tocpagestyle:nnn {目\hspace{2em}录}{\contentsname}{toc}
+\renewcommand\listoftables{%
+  \cleardoublepage
+  \begingroup
+  \ctexset{
+    chapter/format = {\centering\songti\bf\zihao{3}\selectfont},
+  }%
+  \chapter*{\listtablename}%
+  \endgroup
+  \addcontentsline{toc}{chapter}{\listtablename}
+  \vskip 20pt
+  \@starttoc{lot}%
 }
-\tl_set:Nn \listoffigures
-{
-  \nju_tocpagestyle:nnn {\listfigurename}{\listfigurename}{lof}
-}
-\tl_set:Nn \listoftables
-{
-  \nju_tocpagestyle:nnn {\listtablename}{\listtablename}{lot}
-}
 \NewDocumentEnvironment{preface}{}
 {%
   \chapter*{前言}
   \addcontentsline{toc}{chapter}{前言}
-}{}
+}{\cleardoublepage}
 \NewDocumentEnvironment{acknowledgement}{}
 {%
   \chapter*{致谢}
   \addcontentsline{toc}{chapter}{致谢}
-}{}
+}{\cleardoublepage}
+\NewDocumentCommand\njupaperlist { t* m }
+{
+  \begin{refsection}
+    \nocite{#2}
+    \IfBooleanTF {#1}
+    { \printbibliography[heading=subbibliography,title=合作文章目录] }
+    { \printbibliography[heading=subbibliography,title=发表文章目录] }
+  \end{refsection}
+}
 \RequirePackage[
     style=gb7714-2015,
     %style=numeric-comp,
@@ -530,11 +485,11 @@
 \clearfield{eprint}
 \ifentrytype{online}{}{\ifentrytype{misc}{}{\clearfield{url}}}
 }
-\crefdefaultlabelformat{#2#1#3\,} % 默认在名称后面添加空格
+\crefdefaultlabelformat{#2#1#3\,}
 
 \crefname{figure}{图}{图}
 \crefname{table}{表}{表}
-\crefformat{equation}{公式~#2#1#3~} % 删除公式编号的括号
+\crefformat{equation}{公式~#2#1#3~}
 
 \crefformat{chapter}{第#2#1#3章}
 \crefformat{section}{第~#2#1#3~节}
@@ -542,10 +497,18 @@
 \crefformat{subsubsection}{第~#2#1#3~小节}
 \crefname{appendix}{附录}{附录}
 
-\floatsetup[lstlisting]{ % Captions for lstlistings
-capposition=above,%
-margins=centering,%
-floatwidth=\textwidth%
+\ctex_at_end_preamble:n
+{
+  \hypersetup
+    {
+      bookmarksnumbered = true,
+      psdextra          = true,
+      unicode           = true,
+      pdftitle    = \l__nju_info_title_tl,
+      pdfauthor   = \l__nju_info_author_tl,
+      pdfkeywords = \l__nju_info_keywords_clist,
+      pdfcreator  = \c__nju_name_pdf_creator_tl
+    }
 }
 \floatsetup[figure]{ % Captions for figures
 capposition=bottom,%
@@ -557,6 +520,21 @@
 margins=centering,%
 floatwidth=\textwidth%
 }
+\DeclareCaptionFont{songticap}{\zihao{5}\bf\songti}
+\captionsetup{
+  font=small,%
+  labelfont=songticap,
+textfont=songticap,
+strut=no,%
+hypcap=true, % Links point to the top of the figure
+aboveskip=6pt, % Increase the space between the figure and the caption
+belowskip=6pt, % Increase the space between the caption and the table
+}
+\floatsetup[lstlisting]{ % Captions for lstlistings
+capposition=above,%
+margins=centering,%
+floatwidth=\textwidth%
+}
 \lstset{
 basicstyle=\ttfamily\linespread{1}\small\selectfont,
     keywordstyle=\bfseries,% use bold style for keywords
@@ -576,16 +554,6 @@
     begin, caption, label, mathrm, frac,
     toprule, midrule, bottomrule, includegraphics}
 }
-\DeclareCaptionFont{songticap}{\zihao{5}\bf\songti}
-\captionsetup{
-    font=small,%
-    labelfont=songticap,
-textfont=songticap,
-strut=no,%
-hypcap=true, % Links point to the top of the figure
-aboveskip=6pt, % Increase the space between the figure and the caption
-belowskip=6pt, % Increase the space between the caption and the table
-}
 \renewcommand{\labelitemi}{\tiny$\blacktriangleright$}
 \renewcommand{\labelitemii}{\textbullet}
 
@@ -592,6 +560,7 @@
 \setlist[itemize]{noitemsep}
 \setlist[enumerate]{noitemsep}
 \setlist[description]{noitemsep}
+\NewDocumentCommand\mathbi{m}{\textbf{\em #1}}
 \declaretheoremstyle[
      %spaceabove=.5\thm at preskip,
      %spacebelow=.5\thm at postskip,
@@ -606,7 +575,7 @@
 
 \theoremstyle{njuthm}
 \let\oldproofname=\proofname
-\renewcommand*{\proofname}{\rm\bf\songti{\oldproofname}} % 修改证明环境标题
+\renewcommand*{\proofname}{\rm\bf\songti{\oldproofname}}
 \declaretheorem[
 name=算法,
 style=njuthm,
@@ -693,7 +662,6 @@
   \l__nju_info_title_b_tl
   \l__nju_info_title_c_tl
 }
-%% \begin{variable}{\l_@@_info_supv_full_tl,\l_@@_info_supv_full_en_tl}
 \tl_new:N \l__nju_info_supv_full_tl
 \tl_new:N \l__nju_info_supv_full_en_tl
 \tl_set:Nn \l__nju_info_supv_full_tl
@@ -705,17 +673,17 @@
 }
 \tl_set:Nn \l__nju_info_supv_full_en_tl
 {
-  \l__nju_info_supv_a_en_tl\
-  \l__nju_info_supv_a_title_en_tl\ \
-  \l__nju_info_supv_b_en_tl\
-  \l__nju_info_supv_b_title_en_tl
+  \l__nju_info_supv_a_title_en_tl\
+  \l__nju_info_supv_a_en_tl\ \
+  \l__nju_info_supv_b_title_en_tl\
+  \l__nju_info_supv_b_en_tl
 }
-\tl_new:N \c__nju_name_degree_tl
-\tl_new:N \c__nju_name_degree_en_tl
+\tl_new:N \l__nju_name_degree_tl
+\tl_new:N \l__nju_name_degree_en_tl
 \str_if_eq:NNTF {\l__nju_info_degree_tl} { ug }
 {
   % 本科
-  \tl_const:Nn \l__nju_name_diploma_tl { 本\hfill 科\hfill }
+  \tl_const:Nn \l__nju_name_diploma_tl { 本科 }
   \tl_const:Nn \c__nju_name_title_tl { 题\hfill 目 }
 
   \tl_const:Nn \c__nju_cover_uline_len_a_tl { 250pt }
@@ -731,7 +699,7 @@
 }
 {
   % 本科以外都是研究生
-  \tl_const:Nn \l__nju_name_diploma_tl { 研\hfill 究\hfill 生\hfill }
+  \tl_const:Nn \l__nju_name_diploma_tl { 研究生 }
   \tl_const:Nn \c__nju_name_title_tl { 论\hfill 文\hfill 题\hfill 目 }
 
   \tl_const:Nn \c__nju_cover_uline_len_a_tl { 250pt }
@@ -745,16 +713,23 @@
   % 研究生学位名称
   \str_if_eq:NNTF { \l__nju_info_degree_tl } { phd }
   {
-    \tl_set:Nn \c__nju_name_degree_tl { 博士 }
-    \tl_set:Nn \c__nju_name_degree_en_tl { Doctor~of~Philosophy }
+    \tl_set:Nn \l__nju_name_degree_tl { 博士 }
+    \tl_set:Nn \l__nju_name_degree_en_tl { Doctor~of~Philosophy }
   }
   {
-    \tl_set:Nn \c__nju_name_degree_en_tl { Master }
+    \tl_set:Nn \l__nju_name_degree_en_tl { Master }
     \str_if_eq:NNTF { \l__nju_info_degree_tl } { mg }
-    { \tl_set:Nn \c__nju_name_degree_tl { 硕士 } }
-    { \tl_set:Nn \c__nju_name_degree_tl { 硕士专业 } }
+    { \tl_set:Nn \l__nju_name_degree_tl { 硕士 } }
+    { \tl_set:Nn \l__nju_name_degree_tl { 硕士专业 } }
   }
 }
+\cs_generate_variant:Nn \tl_map_inline:nn       { xn }
+\cs_new_protected:Npn \__nju_spread_box:nn #1#2
+  {
+    \mode_leave_vertical:
+    \hbox_to_wd:nn {#1}
+      { \tl_map_inline:xn {#2} { ##1 \hfil } \unskip }
+  }
 \cs_new:Npn \__nju_cover_uline_a:n #1
 {
   \uline{\makebox[\c__nju_cover_uline_len_a_tl]
@@ -778,11 +753,11 @@
 \str_if_eq:NNTF { \l__nju_info_type_tl } { thesis }
 {
   \tl_const:Nn \l__nju_info_type_tl_name
-    { \l__nju_name_diploma_tl 毕\hfill 业\hfill 论\hfill 文 }
+    { \l__nju_name_diploma_tl 毕业论文 }
 }
 {
   \tl_const:Nn \l__nju_info_type_tl_name
-    { \l__nju_name_diploma_tl 毕\hfill 业\hfill 设\hfill 计 }
+    { \l__nju_name_diploma_tl 毕业设计 }
 }
 \cs_new_protected:Npn \__nju_cover_title_breakline:
 {
@@ -789,7 +764,6 @@
   \__nju_cover_box:n {\c__nju_name_title_tl}
   & \__nju_cover_uline_a:n
   { \c__nju_cover_uline_style_tl \l__nju_info_title_a_tl } \\
-  % 如果某行标题空则不输出接下来的若干行
   \tl_if_empty:NF \l__nju_info_title_b_tl
   {
     \tl_if_empty:NTF \l__nju_info_title_c_tl
@@ -853,7 +827,7 @@
     \begin{tabular}{p{6em}c}
       \__nju_cover_title_breakline:
       \__nju_cover_box:n {作\hfill 者\hfill 姓\hfill 名}
-      & \__nju_cover_uline_a:n  {\l__nju_info_author_tl}\\
+      & \__nju_cover_uline_a:n  {\__nju_spread_box:nn {4em}{\l__nju_info_author_tl}}\\
       \__nju_cover_box:n {专\hfill 业\hfill 名\hfill 称}
       & \__nju_cover_uline_a:n  {\l__nju_major_tl}\\
       \__nju_cover_box:n {研\hfill 究\hfill 方\hfill 向}
@@ -869,16 +843,15 @@
   \pdfbookmark[0]{国家图书馆封面}{nl}
   {
     % 顶端
-    \hspace{0mm}
-    \vskip -20mm \hskip -15mm
+    \noindent\null\vskip -20mm \hskip -15mm
     \songti\zihao{-4}
     \makebox[40pt][l]{分类号}
-    \__nju_cover_uline_b:n {\l__nju_info_classif_tl}
+    \__nju_cover_uline_b:n {\l__nju_info_clc_tl}
     \hfill
     \makebox[40pt][l]{密级}
     \__nju_cover_uline_b:n {\l__nju_info_seclv_tl}
     \vskip 10pt \hskip -15mm
-    \makebox[40pt][l]{UDC}
+    \makebox[40pt][l]{udc}
     \__nju_cover_uline_b:n {\l__nju_info_udc_tl}
   }
 
@@ -903,35 +876,37 @@
   \end{center}
 
   % 底部
-  \vskip\stretch{1}
-  {
-    \kaishu\zihao{4}
-    \noindent 指导教师姓名、职务、职称、学位、单位名称及地址%
-    \__nju_cover_uline_nl:nn {94pt}{\l__nju_info_supv_a_tl}\par
-    \noindent\__nju_cover_uline_nl:nn {\textwidth}{%
-    \l__nju_info_supv_cont_tl}\par
-    \noindent 申请学位级别%
-    \__nju_cover_uline_nl:nn {9em}{\c__nju_name_degree_tl}%
-    \noindent 专业名称%
-    \uline{\hfill\l__nju_major_tl\hfill}\par% 需要调整下划线长度
-    \noindent 论文提交日期%
-    \__nju_cover_uline_nl:nn {9em}{\l__nju_submit_date_tl}%
-    论文答辩日期%
-    \uline{\hfill\l__nju_defend_date_tl\hfill}\par% 需要调整下划线长度
-    \noindent 学位授予单位和日期\uline{\hfill}\par
-    \noindent\hfill 答辩委员会主席:%
-    \__nju_cover_uline_nl:nn {9em}{\l__nju_info_chairman_tl}\par
-    \noindent\hfill 评阅人:%
-    \__nju_cover_uline_nl:nn {9em}{\l__nju_info_reviewer_a_tl}\par
-    \noindent\hfill\__nju_cover_uline_nl:nn {9em}{\l__nju_info_reviewer_b_tl}\par
-    \noindent\hfill\__nju_cover_uline_nl:nn {9em}{\l__nju_info_reviewer_c_tl}\par
-    \noindent\hfill\__nju_cover_uline_nl:nn {9em}{\l__nju_info_reviewer_d_tl}\par
-
-    \begin{center}
-      \kaishu\zihao{3}\hspace{2em} 年\hspace{1em} 月\hspace{1em} 日
-    \end{center}
-    \vskip -10mm
-    }
+  \vskip\stretch{1}\kaishu\zihao{4}
+  \noindent 指导教师姓名、职务、职称、学位、单位名称及地址%
+  \__nju_cover_uline_nl:nn {94pt}{\l__nju_info_supv_a_tl}\par
+  \noindent \__nju_cover_uline_nl:nn {\textwidth}{%
+  \l__nju_info_supv_cont_tl}\par
+  \noindent 申请学位级别%
+  \__nju_cover_uline_nl:nn {9em}{\l__nju_name_degree_tl}%
+  \noindent 专业名称%
+  \uline{\hfill\l__nju_major_tl\hfill}\par
+  \noindent 论文提交日期%
+  \__nju_cover_uline_nl:nn {9em}{\l__nju_submit_date_tl}%
+  \noindent 论文答辩日期%
+  \uline{\hfill\l__nju_defend_date_tl\hfill}\par
+  \noindent 学位授予单位和日期\uline{\hfill}\par
+  \begin{flushright}
+    答辩委员会主席:
+    \__nju_cover_uline_nl:nn {9em}{ \l__nju_info_chairman_tl }\par
+    评阅人:
+    \__nju_cover_uline_nl:nn {9em}
+      { \clist_item:Nn \l__nju_info_reviewer_clist {1} }\par
+    \__nju_cover_uline_nl:nn {9em}
+      { \clist_item:Nn \l__nju_info_reviewer_clist {2} }\par
+    \__nju_cover_uline_nl:nn {9em}
+      { \clist_item:Nn \l__nju_info_reviewer_clist {3} }\par
+    \__nju_cover_uline_nl:nn {9em}
+      { \clist_item:Nn \l__nju_info_reviewer_clist {4} }\par
+  \end{flushright}
+  \begin{center}
+    \kaishu\zihao{3}\hspace{2em} 年\hspace{1em} 月\hspace{1em} 日
+  \end{center}
+  \vskip -10mm
   \cleardoublepage
 }
 \cs_new_protected:Npn \__nju_print_cover_ug:
@@ -939,15 +914,14 @@
   \thispagestyle{empty}
   \pagenumbering{Roman}
   % Start
-  \pdfbookmark{封面}{封面} % 将封面插入pdf书签
+  \pdfbookmark{封面}{cover} % 将封面插入pdf书签
   \begin{spacing}{1.25}
-  \vskip 0mm
-  \hspace{-10mm}
-  \includegraphics[height=3cm]{njulogo}\smallskip
+  \noindent\null\hspace{-10mm}
+  \njuemblem{!}{3cm}\smallskip
   \begin{center}
-    \includegraphics[height=3.35cm]{njuname}
+    \njuname{!}{3.35cm}
     \vskip 10mm
-    {\zihao{1}\makebox[9em][s]{\bf{\songti\l__nju_info_type_tl_name}}}
+    {\zihao{1}\bf\songti\__nju_spread_box:nn {9em}{\l__nju_info_type_tl_name}}
     \vfill
     \vskip\stretch{0}
     {\bgroup
@@ -961,8 +935,6 @@
   \end{center}
   \end{spacing}
   \cleardoublepage
-  % \vfill
-  % \newpage
 }
 \cs_new_protected:Npn \__nju_print_cover_g:
 {
@@ -969,27 +941,30 @@
   \thispagestyle{empty}
   \pagenumbering{Roman}
   % Start
-  \pdfbookmark{封面}{封面} % 将封面插入pdf书签
+  \pdfbookmark{封面}{cover} % 将封面插入pdf书签
   \begin{spacing}{1.25}
   \begin{center}
-    \hspace{0pt} \vskip 5mm
-    \includegraphics[height=1.9cm]{njulogo}
+    \noindent\null\vskip 5mm
+    \njuemblem{!}{1.9cm}
     \vskip 10mm
-    \includegraphics[height=2cm]{njuname-large}
+    \njuname{4.4cm}{!}
+    \par\vskip -2mm
+    \njuname*{4.4cm}{!}
     \vskip 15mm
-    {\zihao{1}\makebox[10em][s]{\bf{\kaishu\l__nju_info_type_tl_name}}}
-    \vskip 5mm
-    {\zihao{1}\bf{\kaishu{(申请\c__nju_name_degree_tl 学位)}}}
-    \par\vfill
-    \vskip\stretch{0}
-    {\bgroup
-    \bf\kaishu\zihao{3}
-    \def\tabcolsep{1pt}
-    \def\arraystretch{1.5}
-    \vskip 10mm
-    % 绘制信息框
-    \__nju_print_covertab:
-    \egroup}
+    \bgroup
+      \zihao{1}\bf\kaishu
+      \__nju_spread_box:nn {10em}{\l__nju_info_type_tl_name}
+      \vskip 5mm
+      {(申请\l__nju_name_degree_tl 学位)}
+    \egroup
+    \par\vfill\vskip\stretch{0}
+    \bgroup
+      \bf\kaishu\zihao{3}
+      \def\tabcolsep{1pt}
+      \def\arraystretch{1.5}
+      \vskip 10mm
+      \__nju_print_covertab:
+    \egroup
     \vfill
     \vskip 10mm
     \bf\kaishu\zihao{4}\l__nju_submit_date_tl
@@ -1001,7 +976,7 @@
   \thispagestyle{empty}
   \begin{spacing}{1.625}
     % TODO: 等待调整格式
-    \hspace{0pt} \vfill
+    \null\vfill
     {\bgroup
     \kaishu\zihao{3}
     \makebox[6em][s]{\bf\kaishu 学\hfill 号}:\MakeUppercase{\l__nju_info_id_tl}
@@ -1018,9 +993,9 @@
 \cs_new_protected:Npn \__nju_print_cover_en:
 {
   \thispagestyle{empty}
-  \pdfbookmark{英文封面}{English~cover} % 将封面插入pdf书签
+  \pdfbookmark{英文封面}{cover-en} % 将封面插入pdf书签
   \begin{center}
-    \vspace*{20pt}
+    \noindent\vspace*{20pt}
     \bf\sffamily\zihao{2}\l__nju_info_title_en_tl
     \vskip \stretch{1}
     \normalfont\rmfamily\zihao{4}{by}
@@ -1029,19 +1004,22 @@
     \vskip\stretch{1}
     \normalfont\rmfamily\zihao{4}{Supervised~by}
     \vskip 3pt
-    \normalfont\sffamily\zihao{4}\l__nju_info_supv_a_title_en_tl
-    \hspace{.5em}\l__nju_info_supv_a_en_tl
+    \normalfont\sffamily\zihao{4}
+    \l__nju_info_supv_a_title_en_tl
+    \hspace{.5em}\l__nju_info_supv_a_en_tl\\
+    \l__nju_info_supv_b_title_en_tl
+    \hspace{.5em}\l__nju_info_supv_b_en_tl
     \vskip\stretch{1}
     \normalsize\rmfamily{%
       A~dissertation~submitted~to\\
       the~graduate~school~of~Nanjing~University\\
       in~partial~fulfilment~of~the~requirements~for~the~degree~of\\
-      {\textsc{\c__nju_name_degree_en_tl}}\\
+      {\textsc{\l__nju_name_degree_en_tl}}\\
       in\\
       {\l__nju_major_en_tl}
     }
     \vskip\stretch{2}
-    \includegraphics[width=2.5cm]{njulogo} \\
+    \njuemblem{2.5cm}{!}\par
     \vskip 3mm
     \normalfont\l__nju_info_dept_en_tl\\
     {Nanjing~University}
@@ -1063,127 +1041,116 @@
     \__nju_print_cover_en: % 英文封面
   }
 }
-\NewDocumentCommand \keywords {m} {%
-  \par\vspace{2ex}\noindent%
-  {\kaishu\zihao{-4}\makebox[4em][s]{关键词{:}}}~{#1}%
+\cs_new_protected:Npn \__nju_print_keywords:
+{
+  \par\vspace{2ex}
+  \bgroup
+    \noindent
+    \c__nju_name_keywords_tl
+    \clist_use:Nn \l__nju_info_keywords_clist {;}
+    \par
+  \egroup
 }
-\NewDocumentCommand \englishkeywords {m} {%
-  \par\vspace{2ex}\noindent%
-  {KEYWORDS{:}}~~{#1}%
+\cs_new_protected:Npn \__nju_print_keywords_en:
+{
+  \par\vspace{2ex}
+  \bgroup
+    \noindent
+    \c__nju_name_keywords_en_tl\hspace{0.5em}
+    \clist_use:Nn \l__nju_info_keywords_en_clist {;}
+    \par
+  \egroup
 }
-\str_if_eq:NNTF {\l__nju_info_degree_tl} { ug }
+\cs_new_protected:Npn \__nju_print_abstract_ug:
 {
-  % 本科摘要环境
-  \NewDocumentEnvironment{abstract} {}
-  {%
-    % \pagestyle{plain}
-    % \pagenumbering{Roman}
-    % \phantomsection\addcontentsline{toc}{chapter}{中文摘要} % 将摘要插入目录和pdf书签
-    \pdfbookmark[0]{中文摘要}{中文摘要} % 将摘要插入pdf书签,与上一行不可共存
-    \begin{center}
-      \kaishu\zihao{-2}{\textbf{
-        \uuline{南京大学本科生毕业论文(设计、作品)中文摘要}}}
-    \end{center}
-    {\bgroup
-      \kaishu\zihao{-4}
-      \tl_set:Nn \tabcolsep {0pt}
-      \tl_set:Nn \arraystretch {0.8}
-      \noindent
-      题目: \l__nju_info_title_tl \\
-      院系: \l__nju_info_dept_tl \\
-      专业: \l__nju_major_tl \\
-      本科生姓名: \l__nju_info_author_tl \\
-      指导教师(姓名、职称):\l__nju_info_supv_full_tl \\
-      摘要:
-      \egroup
-    }
-    \kaishu\zihao{-4}\par%
-  }{%
-  \newpage
+  \thispagestyle{plain}
+  \pdfbookmark[0]{中文摘要}{abstract-zh}
+  \begin{center}
+    \kaishu\zihao{-2}{\textbf{
+      \uuline{南京大学本科生毕业论文(设计、作品)中文摘要}}}
+  \end{center}
+  \bgroup
+    \noindent\kaishu\zihao{-4}
+    题目: \l__nju_info_title_tl \\
+    院系: \l__nju_info_dept_tl \\
+    专业: \l__nju_major_tl \\
+    本科生姓名: \l__nju_info_author_tl \\
+    指导教师(姓名、职称):\l__nju_info_supv_full_tl \\
+    摘要:
+  \egroup
+  \kaishu\zihao{-4}\par%
+}
+\cs_new_protected:Npn \__nju_print_abstract_en_ug:
+{
+  \thispagestyle{plain}
+  \pdfbookmark[0]{英文摘要}{abstract-en}
+  \begin{center}
+      \kaishu\zihao{-2}{\textbf{\uuline{
+        南京大学本科生毕业论文(设计、作品)英文摘要}}}
+  \end{center}
+  {
+    \bgroup
+    THESIS: ~~\l__nju_info_title_en_tl \\
+    DEPARTMENT: ~~\l__nju_info_dept_en_tl \\
+    SPECIALIZATION: ~~\l__nju_major_en_tl \\
+    UNDERGRADUATE:~~\l__nju_info_author_en_tl \\
+    MENTOR:~~\l__nju_info_supv_full_en_tl \\
+    ABSTRACT:
+    \egroup
   }
-
-  % 英文摘要
-  \NewDocumentEnvironment{englishabstract} {}
-  {%
-    \pagestyle{plain}
-    % \phantomsection\addcontentsline{toc}{chapter}{英文摘要} % 将摘要插入目录和pdf书签
-    \pdfbookmark[0]{英文摘要}{英文摘要} % 将摘要插入pdf书签,与上一行不可共存
-    \begin{center}
-        \kaishu\zihao{-2}{\textbf{\uuline{
-          南京大学本科生毕业论文(设计、作品)英文摘要}}}
-    \end{center}
-    {
-      \bgroup
-      THESIS: ~~\l__nju_info_title_en_tl \\
-      DEPARTMENT: ~~\l__nju_info_dept_en_tl \\
-      SPECIALIZATION: ~~\l__nju_major_en_tl \\
-      UNDERGRADUATE:~~\l__nju_info_author_en_tl \\
-      MENTOR:~~\l__nju_info_supv_full_en_tl \\
-      ABSTRACT:
-      \egroup
-    }
-    \zihao{-4}\par%
-  }{%
-  \cleardoublepage
-  \newpage
-  }
+  \zihao{-4}\par%
 }
+\cs_new_protected:Npn \__nju_print_abstract_g:
 {
-  % 研究生摘要环境
-  \NewDocumentEnvironment{abstract} {}
-  {%
-    \pagestyle{plain}
-    \pagenumbering{Roman}
-    % \phantomsection\addcontentsline{toc}{chapter}{中文摘要} % 将摘要插入目录和pdf书签
-    \pdfbookmark[0]{中文摘要}{中文摘要} % 将摘要插入pdf书签,与上一行不可共存
-    \begin{center}
+  \thispagestyle{plain}
+  \pdfbookmark[0]{中文摘要}{abstract-zh}
+  \begin{center}
+    \kaishu\zihao{-2}{\textbf{\uuline{
+      南京大学研究生毕业论文中文摘要首页用纸}}}
+  \end{center}
+  \bgroup
+    \noindent\kaishu\zihao{4}
+    毕业论文题目:\hspace{0.5em}\njuline{\l__nju_info_title_tl\hfill}\\
+    \njuline{\makebox[11em]{\l__nju_major_tl}}专业
+    \njuline{\makebox[4em]{\l__nju_info_grade_tl}}级
+    \str_if_eq:NNTF {\l__nju_info_degree_tl} { phd } {博}{硕}
+    士生姓名:\njuline{\hfill\l__nju_info_author_tl\hfill}\\
+    指导教师(姓名、职称):\njuline{\hfill\l__nju_info_supv_full_tl\hfill}\par
+  \egroup
+  \kaishu\zihao{4}\par%
+}
+\cs_new_protected:Npn \__nju_print_abstract_en_g:
+{
+  \thispagestyle{plain}
+  \pdfbookmark[0]{英文摘要}{abstract-en}
+  \begin{center}
       \kaishu\zihao{-2}{\textbf{\uuline{
-        南京大学研究生毕业论文中文摘要首页用纸}}}
-    \end{center}
-
+        南京大学研究生毕业论文英文摘要首页用纸}}}
+  \end{center}
+  {
     \bgroup
-    \kaishu\zihao{4}
-    \tl_set:Nn \tabcolsep {0pt}
-    \tl_set:Nn \arraystretch {0.8}
-    \noindent
-    毕业论文题目:\hspace{0.5em}\nju_underline:n {\l__nju_info_title_tl\hfill}\\
-    \uline{\makebox[9em]{\l__nju_major_tl}}专业
-    \uline{\makebox[4em]{\l__nju_info_grade_tl}}级
-    \str_if_eq:NNTF {\l__nju_info_degree_tl} { phd } {博}{硕}
-    士生姓名:\uline{\hfill\l__nju_info_author_tl\hfill} \\
-    指导教师(姓名、职称):\uline{\hfill\l__nju_info_supv_full_tl\hfill}\par
+    \zihao{4}
+    THESIS: ~~\l__nju_info_title_en_tl \\
+    SPECIALIZATION: ~~\l__nju_major_en_tl \\
+    POSTGRADUATE:~~\l__nju_info_author_en_tl \\
+    MENTOR:~~\l__nju_info_supv_full_en_tl\par
     \egroup
-
-    \kaishu\zihao{4}\par%
-  }{%
-  \newpage
   }
-
-  % 英文摘要
-  \NewDocumentEnvironment{englishabstract} {}
-  {%
-    \pagestyle{plain}
-    % \phantomsection\addcontentsline{toc}{chapter}{英文摘要} % 将摘要插入目录和pdf书签
-    \pdfbookmark[0]{英文摘要}{英文摘要} % 将摘要插入pdf书签,与上一行不可共存
-    \begin{center}
-        \kaishu\zihao{-2}{\textbf{\uuline{
-          南京大学研究生毕业论文英文摘要首页用纸}}}
-    \end{center}
-    {
-      \bgroup
-      \zihao{4}
-      THESIS: ~~\l__nju_info_title_en_tl \\
-      SPECIALIZATION: ~~\l__nju_major_en_tl \\
-      POSTGRADUATE:~~\l__nju_info_author_en_tl \\
-      MENTOR:~~\l__nju_info_supv_full_en_tl\par
-      \egroup
-    }
-    \zihao{4}\par%
-  }{%
-  \cleardoublepage
-  \newpage
-  }
+  \zihao{4}\par%
 }
+\str_if_eq:NNTF {\l__nju_info_degree_tl} { ug }
+{
+  \NewDocumentEnvironment{abstract} {}
+  {\__nju_print_abstract_ug:}{\__nju_print_keywords:\newpage}
+  \NewDocumentEnvironment{abstract*} {}
+  {\__nju_print_abstract_en_ug:}{\__nju_print_keywords_en:\cleardoublepage}
+}
+{
+  \NewDocumentEnvironment{abstract} {}
+  {\__nju_print_abstract_g:}{\__nju_print_keywords:\newpage}
+  \NewDocumentEnvironment{abstract*} {}
+  {\__nju_print_abstract_en_g:}{\__nju_print_keywords_en:\cleardoublepage}
+}
 \endinput
 %%
 %% End of file `njuthesis.cls'.

Added: trunk/Master/texmf-dist/tex/latex/njuthesis/njuvisual.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/njuthesis/njuvisual.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/njuthesis/njuvisual.sty	2021-10-01 22:00:57 UTC (rev 60668)
@@ -0,0 +1,5107 @@
+%%
+%% This is file `njuvisual.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% njuthesis.dtx  (with options: `visual')
+%% njuvisual.dtx  (with options: `visual')
+%% 
+%% Copyright (C) 2021
+%% by Nanjing University Linux User Group <nju.lug at yaoge123.cn>
+%% 
+%% This file may be distributed and/or modified under the conditions of
+%% the LaTeX Project Public License, either version 1.3 of this license
+%% or (at your option) any later version.  The latest version of this
+%% license is in:
+%% 
+%%    http://www.latex-project.org/lppl.txt
+%% 
+%% and version 1.3 or later is part of all distributions of LaTeX version
+%% 2005/12/01 or later.
+%% 
+%% To produce the documentation run the original source files ending with `.dtx'
+%% through XeTeX.
+%% 
+\NeedsTeXFormat{LaTeX2e}
+\RequirePackage{expl3}
+\GetIdInfo  $Id: njuthesis.dtx 0.11.0 2021-10-01 19:00:00 +0800  NJU LUG <nju.lug at yaoge123.cn> $
+  { LaTeX3 Package for NJU Visual Identity }
+\ProvidesExplPackage{njuvisual}
+{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
+\RequirePackage { tikz }
+\definecolor { njuviolet  } { cmyk } { 0.50, 1   , 0   , 0.40 }
+\definecolor { njumagenta } { cmyk } { 0.05, 1   , 0.55, 0    }
+\definecolor { njublue    } { cmyk } { 0.80, 0.50, 0   , 0    }
+\definecolor { njuyellow  } { cmyk } { 0   , 0.30, 1   , 0    }
+\NewDocumentCommand \__njuvis_tikz_wrapper { m m m m }
+{ \resizebox { #3 } { #4 } {
+    \begin{tikzpicture}[y=0.80pt, x=0.80pt, yscale=-1,
+      xscale=1, inner~sep=0pt, outer~sep=0pt]
+      \path[fill=#1,nonzero~rule] #2
+    \end{tikzpicture} } }
+\def \__njuvis_colon { \char_generate:nn { 58 } { 12 } }
+\NewDocumentCommand \njuemblem { O { black } m m }
+{ \__njuvis_tikz_wrapper
+  { #1 } { \__njuvis_path_emblem } { #2 } { #3 } }
+\NewDocumentCommand \njuname   { t* O { black } m m }
+{
+  \IfBooleanTF {#1}
+  { \__njuvis_tikz_wrapper
+    { #2 } { \__njuvis_path_name_en } { #3 } { #4 } }
+  { \__njuvis_tikz_wrapper
+    { #2 } { \__njuvis_path_name_cn } { #3 } { #4 } } }
+\NewDocumentCommand \njumotto  { O { black } m m }
+{ \__njuvis_tikz_wrapper
+  { #1 } { \__njuvis_path_motto } { #2 } { #3 } }
+\NewDocumentCommand \njuspirit { O { black } m m }
+{ \__njuvis_tikz_wrapper
+  { #1 } { \__njuvis_path_spirit } { #2 } { #3 } }
+\def \__njuvis_path_emblem{
+  (217.2400,100.3700)
+-- (51.2000,100.3700)
+.. controls (50.9800,100.3700) and (51.0300,100.6600) .. (50.9300,100.8200)
+.. controls (50.7700,122.1600) and (51.0100,144.1300) .. (50.9300,164.9000)
+.. controls (50.7700,185.9000) and (53.8200,204.9700) .. (60.6600,219.9000)
+.. controls (67.3700,234.7200) and (78.3800,245.3900) .. (90.8800,254.3500)
+.. controls (103.6000,263.3500) and (119.5100,268.2100) .. (134.1900,275.7900)
+.. controls (148.8200,268.1600) and (164.6800,263.4000) .. (177.3400,254.1600)
+.. controls (189.8400,245.1600) and (201.1500,234.7500) .. (207.7700,219.7700)
+.. controls (214.3900,204.7900) and (217.3500,186.2300) .. (217.3500,164.5700)
+.. controls (217.3500,143.7000) and (217.5100,121.5200) .. (217.2400,100.3700)
+-- cycle(89.2400,194.6200)
+.. controls (100.5200,188.7700) and (111.8200,182.3300) .. (120.6500,173.8200)
+arc(76.633 \__njuvis_colon 91.924 \__njuvis_colon 58.050)
+.. controls (106.0800,174.0800) and (107.4100,173.2800) .. (108.4700,172.2500)
+.. controls (115.9200,165.2500) and (124.2700,158.6300) .. (128.3200,148.0700)
+arc(70.952 \__njuvis_colon 89.502 \__njuvis_colon 31.070)
+arc(38.240 \__njuvis_colon 12.515 \__njuvis_colon 83.850)
+-- (134.8700,116.0400)
+arc(167.513 \__njuvis_colon 141.732 \__njuvis_colon 83.670)
+arc(90.754 \__njuvis_colon 110.364 \__njuvis_colon 29.000)
+arc(169.667 \__njuvis_colon 148.710 \__njuvis_colon 13.000)
+.. controls (146.4300,158.9700) and (152.2000,164.2100) .. (157.5800,169.2900)
+arc(309.925 \__njuvis_colon 316.776 \__njuvis_colon 74.000)
+.. controls (158.0100,175.8900) and (155.3400,175.3600) .. (148.8000,173.6800)
+.. controls (150.9200,176.2100) and (153.7200,178.0700) .. (156.3000,180.1200)
+.. controls (163.3000,185.8700) and (171.7200,190.1200) .. (180.1800,194.6200)
+.. controls (180.8500,194.9700) and (181.8900,195.2000) .. (182.1800,196.0800)
+arc(82.304 \__njuvis_colon 107.905 \__njuvis_colon 50.730)
+.. controls (150.5300,190.8900) and (141.7900,190.7000) .. (135.2600,196.7700)
+.. controls (128.0200,190.9400) and (120.8700,190.8600) .. (109.2600,193.9200)
+arc(73.280 \__njuvis_colon 95.744 \__njuvis_colon 57.170)
+.. controls (87.4300,195.1200) and (88.5400,195.0000) .. (89.2600,194.6200)
+-- cycle(114.9300,250.0000)
+-- (113.2000,250.0000)
+-- (113.2000,239.0000)
+arc(46.038 \__njuvis_colon 66.740 \__njuvis_colon 5.580)
+arc(53.363 \__njuvis_colon 68.257 \__njuvis_colon 7.910)
+-- (109.7400,239.4900)
+arc(63.077 \__njuvis_colon 49.126 \__njuvis_colon 12.550)
+arc(49.556 \__njuvis_colon 29.691 \__njuvis_colon 7.000)
+-- (114.9300,235.9300)
+-- cycle(130.3100,247.0000)
+arc(19.534 \__njuvis_colon 52.521 \__njuvis_colon 5.270)
+arc(54.644 \__njuvis_colon 90.527 \__njuvis_colon 4.610)
+arc(86.955 \__njuvis_colon 130.797 \__njuvis_colon 3.850)
+arc(132.725 \__njuvis_colon 174.858 \__njuvis_colon 4.000)
+-- (123.5000,246.6000)
+arc(172.573 \__njuvis_colon 135.095 \__njuvis_colon 3.000)
+arc(133.313 \__njuvis_colon 86.043 \__njuvis_colon 2.000)
+arc(89.869 \__njuvis_colon 59.965 \__njuvis_colon 2.830)
+arc(58.633 \__njuvis_colon 31.367 \__njuvis_colon 3.000)
+arc(30.803 \__njuvis_colon 12.071 \__njuvis_colon 5.380)
+arc(15.082 \__njuvis_colon -0.566 \__njuvis_colon 7.850)
+-- (129.1800,243.3400)
+arc(28.684 \__njuvis_colon 63.754 \__njuvis_colon 3.310)
+arc(59.040 \__njuvis_colon 89.943 \__njuvis_colon 3.720)
+arc(89.045 \__njuvis_colon 137.167 \__njuvis_colon 4.000)
+arc(136.978 \__njuvis_colon 182.098 \__njuvis_colon 4.660)
+arc(177.948 \__njuvis_colon 222.981 \__njuvis_colon 4.780)
+arc(224.674 \__njuvis_colon 271.157 \__njuvis_colon 4.280)
+arc(269.710 \__njuvis_colon 300.460 \__njuvis_colon 5.000)
+arc(303.727 \__njuvis_colon 337.665 \__njuvis_colon 4.760)
+arc(-17.707 \__njuvis_colon 1.528 \__njuvis_colon 11.910)
+arc(-0.891 \__njuvis_colon 15.731 \__njuvis_colon 15.000)
+-- cycle(143.4800,247.0800)
+arc(15.738 \__njuvis_colon 50.275 \__njuvis_colon 4.700)
+arc(53.237 \__njuvis_colon 138.832 \__njuvis_colon 4.270)
+.. controls (135.2600,247.6700) and (134.7800,245.7500) .. (134.7800,243.1200)
+arc(178.756 \__njuvis_colon 196.339 \__njuvis_colon 13.200)
+arc(195.886 \__njuvis_colon 231.494 \__njuvis_colon 4.540)
+arc(229.835 \__njuvis_colon 273.295 \__njuvis_colon 3.630)
+arc(268.585 \__njuvis_colon 295.135 \__njuvis_colon 4.450)
+arc(297.779 \__njuvis_colon 327.573 \__njuvis_colon 3.730)
+arc(329.132 \__njuvis_colon 346.985 \__njuvis_colon 7.330)
+arc(-12.330 \__njuvis_colon 1.417 \__njuvis_colon 14.060)
+arc(-1.045 \__njuvis_colon 15.620 \__njuvis_colon 13.600)
+-- cycle(157.0600,250.0800)
+-- (147.7600,250.0800)
+arc(177.694 \__njuvis_colon 202.657 \__njuvis_colon 2.750)
+arc(201.085 \__njuvis_colon 222.434 \__njuvis_colon 6.000)
+arc(220.947 \__njuvis_colon 231.137 \__njuvis_colon 17.520)
+arc(52.106 \__njuvis_colon 39.773 \__njuvis_colon 20.080)
+arc(40.650 \__njuvis_colon 3.048 \__njuvis_colon 3.460)
+arc(0.852 \__njuvis_colon -49.587 \__njuvis_colon 2.190)
+arc(314.690 \__njuvis_colon 267.983 \__njuvis_colon 2.600)
+arc(272.235 \__njuvis_colon 225.652 \__njuvis_colon 2.710)
+arc(222.001 \__njuvis_colon 177.696 \__njuvis_colon 2.890)
+-- (148.0700,240.0000)
+arc(183.277 \__njuvis_colon 226.128 \__njuvis_colon 4.520)
+arc(231.149 \__njuvis_colon 274.345 \__njuvis_colon 4.580)
+arc(266.177 \__njuvis_colon 311.553 \__njuvis_colon 4.370)
+arc(-47.159 \__njuvis_colon 0.960 \__njuvis_colon 3.720)
+arc(-0.312 \__njuvis_colon 23.328 \__njuvis_colon 4.160)
+arc(25.943 \__njuvis_colon 40.823 \__njuvis_colon 8.000)
+arc(44.328 \__njuvis_colon 51.018 \__njuvis_colon 31.180)
+.. controls (151.8800,246.5800) and (151.1800,247.2200) .. (150.8800,247.4900)
+arc(220.373 \__njuvis_colon 211.134 \__njuvis_colon 7.650)
+-- (157.0400,248.4900)
+-- cycle(142.8400,210.8600)
+-- (143.2900,214.5900)
+-- (127.1700,214.5900)
+-- (127.6500,210.8600)
+-- (77.1000,210.8600)
+-- (83.4100,203.1200)
+arc(86.332 \__njuvis_colon 70.599 \__njuvis_colon 91.350)
+.. controls (125.0900,191.6800) and (135.5200,200.5200) .. (135.5200,200.5200)
+.. controls (143.7400,193.6300) and (154.0600,195.0600) .. (163.6100,198.5800)
+.. controls (172.6100,201.8800) and (186.3600,202.8900) .. (186.3600,202.8900)
+-- (192.2900,210.8100)
+-- cycle(139.3500,237.2900)
+arc(270.625 \__njuvis_colon 213.608 \__njuvis_colon 2.240)
+.. controls (136.9000,239.1200) and (136.5800,240.7200) .. (136.5800,243.0600)
+.. controls (136.5800,245.4000) and (136.8500,246.8600) .. (137.3900,247.6300)
+arc(150.852 \__njuvis_colon 29.148 \__njuvis_colon 2.290)
+.. controls (141.9200,246.8600) and (142.2100,245.3700) .. (142.2100,243.0600)
+.. controls (142.2100,240.7500) and (141.9200,239.2000) .. (141.3900,238.4300)
+arc(326.470 \__njuvis_colon 271.925 \__njuvis_colon 2.550)
+-- cycle(126.2400,237.2900)
+arc(269.009 \__njuvis_colon 217.861 \__njuvis_colon 2.590)
+arc(222.347 \__njuvis_colon 176.484 \__njuvis_colon 3.320)
+arc(182.618 \__njuvis_colon 137.079 \__njuvis_colon 3.000)
+arc(136.557 \__njuvis_colon 88.520 \__njuvis_colon 2.660)
+arc(92.692 \__njuvis_colon 42.231 \__njuvis_colon 2.540)
+arc(40.468 \__njuvis_colon -3.893 \__njuvis_colon 3.250)
+arc(4.088 \__njuvis_colon -42.994 \__njuvis_colon 3.120)
+arc(322.770 \__njuvis_colon 270.361 \__njuvis_colon 2.380)
+-- cycle(229.3700,151.4400)
+arc(345.890 \__njuvis_colon 351.762 \__njuvis_colon 8.060)
+arc(158.989 \__njuvis_colon 149.093 \__njuvis_colon 4.900)
+arc(150.912 \__njuvis_colon 144.053 \__njuvis_colon 7.930)
+arc(131.171 \__njuvis_colon 124.021 \__njuvis_colon 10.120)
+.. controls (232.5000,155.4100) and (233.5700,156.1000) .. (234.6600,156.7900)
+.. controls (235.7500,157.4800) and (237.1600,158.2300) .. (238.8100,159.2400)
+arc(124.262 \__njuvis_colon 108.263 \__njuvis_colon 6.090)
+arc(109.693 \__njuvis_colon 86.274 \__njuvis_colon 4.080)
+-- (245.9700,160.2800)
+arc(93.309 \__njuvis_colon 61.876 \__njuvis_colon 1.890)
+arc(55.356 \__njuvis_colon 27.262 \__njuvis_colon 1.810)
+arc(21.572 \__njuvis_colon 10.319 \__njuvis_colon 5.940)
+arc(9.220 \__njuvis_colon 2.378 \__njuvis_colon 10.780)
+-- (249.0700,157.0000)
+-- (248.8600,166.7400)
+-- (247.8600,166.6800)
+.. controls (247.8600,166.4200) and (247.8000,166.0500) .. (247.7500,165.4900)
+arc(357.961 \__njuvis_colon 343.276 \__njuvis_colon 4.560)
+arc(340.537 \__njuvis_colon 305.229 \__njuvis_colon 1.530)
+arc(298.936 \__njuvis_colon 267.141 \__njuvis_colon 1.780)
+-- (240.9900,163.3800)
+.. controls (240.8300,163.3300) and (240.5600,163.3800) .. (240.1400,163.6200)
+.. controls (239.7200,163.8600) and (239.2400,163.9900) .. (238.7500,164.2600)
+.. controls (237.5800,164.8400) and (236.3400,165.4800) .. (235.0300,166.1500)
+.. controls (233.7200,166.8200) and (232.5600,167.4600) .. (231.6000,167.9900)
+arc(247.321 \__njuvis_colon 225.506 \__njuvis_colon 4.060)
+arc(231.922 \__njuvis_colon 216.609 \__njuvis_colon 4.140)
+arc(210.678 \__njuvis_colon 189.397 \__njuvis_colon 2.450)
+arc(199.388 \__njuvis_colon 185.529 \__njuvis_colon 3.650)
+-- (228.0500,171.3400)
+-- (228.1900,162.4500)
+-- (229.2600,162.4500)
+arc(182.100 \__njuvis_colon 170.028 \__njuvis_colon 10.390)
+.. controls (229.5200,165.0100) and (229.6800,165.2200) .. (229.8900,165.2400)
+arc(86.205 \__njuvis_colon 60.786 \__njuvis_colon 0.640)
+.. controls (230.3100,165.1600) and (230.5300,165.0100) .. (230.7400,164.9200)
+.. controls (230.9500,164.8300) and (231.3300,164.6300) .. (231.6200,164.4700)
+arc(67.166 \__njuvis_colon 59.704 \__njuvis_colon 8.590)
+.. controls (233.5000,163.5200) and (234.4000,163.0900) .. (235.2500,162.6100)
+.. controls (236.1000,162.1300) and (237.2500,161.5500) .. (238.6600,160.8000)
+.. controls (236.2100,159.2600) and (234.3200,158.0300) .. (232.9100,157.2100)
+arc(306.049 \__njuvis_colon 287.460 \__njuvis_colon 8.390)
+arc(276.761 \__njuvis_colon 216.841 \__njuvis_colon 0.610)
+arc(219.956 \__njuvis_colon 195.406 \__njuvis_colon 1.620)
+arc(199.106 \__njuvis_colon 182.802 \__njuvis_colon 3.340)
+arc(2.336 \__njuvis_colon 8.720 \__njuvis_colon 8.390)
+-- (228.2000,158.7000)
+-- (228.3600,151.4600)
+-- cycle(233.6800,174.1400)
+-- (233.6300,175.1400)
+arc(256.557 \__njuvis_colon 243.845 \__njuvis_colon 6.000)
+.. controls (231.8700,175.8100) and (231.3800,176.0500) .. (230.9700,176.2800)
+arc(236.460 \__njuvis_colon 222.981 \__njuvis_colon 6.590)
+arc(232.065 \__njuvis_colon 192.357 \__njuvis_colon 1.740)
+.. controls (229.1600,178.5700) and (229.0500,178.9400) .. (229.0000,179.3900)
+.. controls (228.9500,179.8400) and (228.9500,180.3000) .. (228.9500,180.6700)
+-- (228.8900,181.5500)
+-- (245.5200,182.1300)
+arc(93.762 \__njuvis_colon 65.628 \__njuvis_colon 1.840)
+arc(67.287 \__njuvis_colon 17.508 \__njuvis_colon 1.110)
+arc(26.507 \__njuvis_colon 11.932 \__njuvis_colon 4.550)
+.. controls (247.5100,179.6400) and (247.5900,179.1900) .. (247.6200,178.9100)
+-- (248.6200,178.9100)
+-- (248.2200,188.7300)
+-- (247.2200,188.6800)
+.. controls (247.2200,188.4300) and (247.1600,187.9600) .. (247.1400,187.4200)
+arc(0.845 \__njuvis_colon -19.293 \__njuvis_colon 3.390)
+arc(344.019 \__njuvis_colon 307.889 \__njuvis_colon 1.440)
+arc(300.117 \__njuvis_colon 270.102 \__njuvis_colon 2.000)
+-- (228.7100,184.6000)
+-- (228.7100,185.4800)
+-- (228.7100,186.6000)
+.. controls (228.7100,187.0200) and (228.7100,187.4800) .. (228.7100,187.8500)
+arc(171.051 \__njuvis_colon 134.957 \__njuvis_colon 1.920)
+arc(137.162 \__njuvis_colon 125.352 \__njuvis_colon 7.370)
+arc(126.550 \__njuvis_colon 117.461 \__njuvis_colon 10.120)
+arc(117.314 \__njuvis_colon 105.322 \__njuvis_colon 6.320)
+-- (232.9200,192.2400)
+-- (227.2800,192.0300)
+-- (228.0000,173.9000)
+-- cycle(246.8800,198.7700)
+-- (245.6000,208.0000)
+-- (244.6000,207.8600)
+.. controls (244.6000,207.5400) and (244.6500,207.2000) .. (244.6800,206.6900)
+arc(9.363 \__njuvis_colon -9.363 \__njuvis_colon 3.350)
+arc(346.040 \__njuvis_colon 315.463 \__njuvis_colon 1.630)
+arc(307.234 \__njuvis_colon 275.015 \__njuvis_colon 1.700)
+-- (228.4500,202.5100)
+arc(273.095 \__njuvis_colon 266.905 \__njuvis_colon 7.780)
+arc(245.527 \__njuvis_colon 202.836 \__njuvis_colon 1.360)
+arc(210.092 \__njuvis_colon 199.313 \__njuvis_colon 5.860)
+arc(203.802 \__njuvis_colon 194.349 \__njuvis_colon 6.870)
+-- (225.0900,205.1500)
+-- (226.3700,195.9000)
+-- (227.3700,196.0300)
+.. controls (227.3700,196.3000) and (227.3700,196.6700) .. (227.3700,197.0900)
+arc(180.338 \__njuvis_colon 171.634 \__njuvis_colon 7.530)
+arc(169.146 \__njuvis_colon 129.553 \__njuvis_colon 1.390)
+arc(123.032 \__njuvis_colon 90.983 \__njuvis_colon 1.610)
+-- (243.6800,201.3800)
+arc(98.113 \__njuvis_colon 71.134 \__njuvis_colon 1.830)
+arc(67.223 \__njuvis_colon 22.777 \__njuvis_colon 1.290)
+arc(31.448 \__njuvis_colon 16.009 \__njuvis_colon 3.700)
+arc(21.806 \__njuvis_colon 8.787 \__njuvis_colon 5.350)
+-- cycle(234.5300,212.5500)
+arc(241.231 \__njuvis_colon 265.783 \__njuvis_colon 4.390)
+arc(265.421 \__njuvis_colon 286.567 \__njuvis_colon 5.480)
+arc(281.977 \__njuvis_colon 334.946 \__njuvis_colon 5.570)
+arc(-25.691 \__njuvis_colon 16.057 \__njuvis_colon 7.520)
+arc(15.765 \__njuvis_colon 30.041 \__njuvis_colon 11.270)
+arc(31.595 \__njuvis_colon 47.450 \__njuvis_colon 9.400)
+-- (240.8000,226.1200)
+-- (240.5000,227.2900)
+-- (233.5900,225.6700)
+-- (233.9100,224.5200)
+arc(89.856 \__njuvis_colon 78.269 \__njuvis_colon 12.450)
+arc(81.196 \__njuvis_colon 64.418 \__njuvis_colon 8.000)
+arc(61.178 \__njuvis_colon 42.849 \__njuvis_colon 7.090)
+arc(39.992 \__njuvis_colon 13.558 \__njuvis_colon 5.340)
+arc(15.233 \__njuvis_colon -3.554 \__njuvis_colon 5.420)
+arc(358.333 \__njuvis_colon 326.332 \__njuvis_colon 2.570)
+arc(330.020 \__njuvis_colon 307.934 \__njuvis_colon 3.460)
+arc(299.552 \__njuvis_colon 286.652 \__njuvis_colon 6.920)
+arc(282.413 \__njuvis_colon 252.874 \__njuvis_colon 4.770)
+arc(249.144 \__njuvis_colon 214.541 \__njuvis_colon 4.490)
+.. controls (234.0100,217.5900) and (233.5600,218.2000) .. (233.0600,218.9500)
+.. controls (232.5600,219.7000) and (232.0600,220.2700) .. (231.6700,220.8100)
+arc(37.724 \__njuvis_colon 66.911 \__njuvis_colon 6.720)
+arc(69.041 \__njuvis_colon 106.656 \__njuvis_colon 5.370)
+arc(106.200 \__njuvis_colon 129.647 \__njuvis_colon 5.570)
+arc(130.122 \__njuvis_colon 153.905 \__njuvis_colon 5.480)
+arc(152.291 \__njuvis_colon 174.454 \__njuvis_colon 6.000)
+arc(173.966 \__njuvis_colon 194.832 \__njuvis_colon 6.840)
+arc(193.811 \__njuvis_colon 214.383 \__njuvis_colon 7.270)
+arc(214.091 \__njuvis_colon 230.624 \__njuvis_colon 8.000)
+-- (223.4200,210.5400)
+-- (223.6900,209.3700)
+-- (230.4200,211.0200)
+-- (230.1300,212.1900)
+.. controls (229.3300,212.1900) and (228.5300,212.1900) .. (227.7600,212.2900)
+arc(264.112 \__njuvis_colon 249.319 \__njuvis_colon 8.620)
+arc(247.206 \__njuvis_colon 223.720 \__njuvis_colon 5.070)
+arc(221.334 \__njuvis_colon 194.513 \__njuvis_colon 4.880)
+arc(194.474 \__njuvis_colon 153.745 \__njuvis_colon 3.640)
+arc(151.823 \__njuvis_colon 106.388 \__njuvis_colon 3.120)
+arc(106.424 \__njuvis_colon 71.127 \__njuvis_colon 3.860)
+arc(67.879 \__njuvis_colon 38.975 \__njuvis_colon 4.640)
+.. controls (229.6700,217.9600) and (230.1700,217.3500) .. (230.5500,216.7400)
+.. controls (230.9300,216.1300) and (231.4000,215.5700) .. (231.8300,215.0100)
+arc(217.013 \__njuvis_colon 226.103 \__njuvis_colon 11.890)
+arc(225.510 \__njuvis_colon 242.670 \__njuvis_colon 6.000)
+-- cycle(239.8800,230.2900)
+-- (237.2200,235.1300)
+.. controls (234.9100,235.3500) and (232.8800,235.5300) .. (231.2200,235.7700)
+.. controls (229.5600,236.0100) and (227.7100,236.2000) .. (225.8500,236.5200)
+-- (224.8500,238.3800)
+-- (230.6200,241.5200)
+arc(118.202 \__njuvis_colon 99.475 \__njuvis_colon 2.760)
+arc(91.472 \__njuvis_colon 48.562 \__njuvis_colon 1.280)
+arc(44.710 \__njuvis_colon 34.289 \__njuvis_colon 5.280)
+arc(39.020 \__njuvis_colon 24.577 \__njuvis_colon 4.680)
+-- (234.5100,240.2500)
+-- (230.2200,248.0000)
+-- (229.3200,247.4900)
+.. controls (229.4300,247.2800) and (229.5300,246.9600) .. (229.7200,246.4900)
+arc(26.241 \__njuvis_colon 7.775 \__njuvis_colon 2.770)
+arc(7.707 \__njuvis_colon -33.494 \__njuvis_colon 1.210)
+arc(323.004 \__njuvis_colon 302.625 \__njuvis_colon 2.620)
+-- (215.8600,237.0000)
+arc(292.886 \__njuvis_colon 281.974 \__njuvis_colon 4.740)
+arc(277.509 \__njuvis_colon 227.247 \__njuvis_colon 1.050)
+.. controls (213.9400,237.2100) and (213.7300,237.4800) .. (213.4900,237.7700)
+arc(225.495 \__njuvis_colon 209.156 \__njuvis_colon 3.540)
+-- (211.9500,238.1100)
+-- (216.5500,229.6300)
+arc(205.886 \__njuvis_colon 223.712 \__njuvis_colon 7.860)
+arc(220.524 \__njuvis_colon 239.612 \__njuvis_colon 7.000)
+arc(241.958 \__njuvis_colon 269.050 \__njuvis_colon 4.520)
+arc(270.067 \__njuvis_colon 300.530 \__njuvis_colon 4.400)
+arc(297.861 \__njuvis_colon 319.458 \__njuvis_colon 5.810)
+arc(318.536 \__njuvis_colon 345.669 \__njuvis_colon 4.100)
+arc(-14.552 \__njuvis_colon 1.478 \__njuvis_colon 6.930)
+arc(4.876 \__njuvis_colon 12.291 \__njuvis_colon 16.580)
+.. controls (228.2000,233.0800) and (229.6400,232.8700) .. (230.7600,232.7400)
+.. controls (231.8800,232.6100) and (233.2500,232.3700) .. (234.9100,232.1500)
+arc(83.275 \__njuvis_colon 71.740 \__njuvis_colon 8.510)
+arc(66.949 \__njuvis_colon 54.586 \__njuvis_colon 5.800)
+arc(52.137 \__njuvis_colon 40.202 \__njuvis_colon 5.000)
+.. controls (238.6500,230.1600) and (238.8100,229.8900) .. (238.9500,229.7100)
+-- cycle(222.5900,229.6500)
+arc(302.048 \__njuvis_colon 254.819 \__njuvis_colon 4.000)
+arc(250.570 \__njuvis_colon 204.692 \__njuvis_colon 4.150)
+-- (215.8100,233.5600)
+-- (223.6800,237.7700)
+-- (224.5800,236.0900)
+arc(30.190 \__njuvis_colon -14.875 \__njuvis_colon 4.700)
+arc(342.514 \__njuvis_colon 296.053 \__njuvis_colon 4.800)
+-- cycle(222.6400,249.6600)
+-- (227.0800,253.8600)
+-- (216.0000,267.1100)
+-- (215.2000,266.4700)
+.. controls (215.3900,266.2300) and (215.6000,265.8900) .. (215.9000,265.4700)
+arc(33.127 \__njuvis_colon 16.423 \__njuvis_colon 3.450)
+arc(19.139 \__njuvis_colon -19.139 \__njuvis_colon 1.220)
+arc(334.642 \__njuvis_colon 305.905 \__njuvis_colon 1.860)
+-- (204.2700,253.4400)
+arc(312.365 \__njuvis_colon 281.934 \__njuvis_colon 1.670)
+arc(284.518 \__njuvis_colon 241.391 \__njuvis_colon 1.220)
+arc(241.616 \__njuvis_colon 233.927 \__njuvis_colon 8.110)
+.. controls (201.3100,254.0300) and (201.0500,254.2700) .. (200.8300,254.4500)
+-- (200.0600,253.8400)
+-- (210.3600,241.4400)
+-- (214.1900,244.6700)
+-- (213.5000,245.5100)
+arc(294.302 \__njuvis_colon 268.656 \__njuvis_colon 6.000)
+arc(277.200 \__njuvis_colon 236.403 \__njuvis_colon 3.330)
+.. controls (208.3900,245.7300) and (208.1700,245.9900) .. (207.8600,246.2600)
+.. controls (207.5500,246.5300) and (207.2700,246.9500) .. (206.8600,247.3500)
+-- (204.8600,249.8800)
+-- (211.1400,255.1400)
+-- (212.6800,253.3600)
+arc(41.003 \__njuvis_colon 25.220 \__njuvis_colon 6.000)
+arc(16.559 \__njuvis_colon -16.559 \__njuvis_colon 2.000)
+arc(348.800 \__njuvis_colon 323.541 \__njuvis_colon 3.000)
+arc(327.247 \__njuvis_colon 320.200 \__njuvis_colon 11.000)
+-- (212.9500,247.7200)
+-- (219.1700,252.9400)
+-- (218.5000,253.7300)
+arc(299.599 \__njuvis_colon 292.508 \__njuvis_colon 12.150)
+arc(294.683 \__njuvis_colon 277.085 \__njuvis_colon 4.180)
+arc(272.493 \__njuvis_colon 235.493 \__njuvis_colon 2.000)
+arc(237.805 \__njuvis_colon 213.750 \__njuvis_colon 3.750)
+-- (212.0400,255.9200)
+-- (216.8800,259.9200)
+arc(133.440 \__njuvis_colon 117.182 \__njuvis_colon 5.200)
+arc(115.811 \__njuvis_colon 82.370 \__njuvis_colon 1.760)
+arc(68.899 \__njuvis_colon 47.416 \__njuvis_colon 3.000)
+.. controls (220.3000,260.0500) and (220.7200,259.5400) .. (221.2800,258.9100)
+.. controls (221.4400,258.6600) and (221.7400,258.4000) .. (222.0600,257.9100)
+arc(46.910 \__njuvis_colon 31.105 \__njuvis_colon 4.680)
+arc(36.182 \__njuvis_colon 22.019 \__njuvis_colon 4.920)
+arc(33.260 \__njuvis_colon -8.344 \__njuvis_colon 1.240)
+arc(354.929 \__njuvis_colon 332.938 \__njuvis_colon 6.820)
+arc(336.566 \__njuvis_colon 330.304 \__njuvis_colon 20.470)
+-- cycle(199.4200,256.4200)
+arc(224.131 \__njuvis_colon 217.579 \__njuvis_colon 8.560)
+arc(214.867 \__njuvis_colon 196.161 \__njuvis_colon 3.000)
+arc(204.597 \__njuvis_colon 170.041 \__njuvis_colon 1.850)
+.. controls (198.2700,259.4700) and (198.3600,259.9300) .. (198.4600,260.3800)
+.. controls (198.9400,262.0300) and (199.6800,264.5300) .. (200.7000,267.8800)
+.. controls (201.7200,271.2300) and (202.8200,274.7700) .. (203.9400,278.4400)
+-- (203.0100,279.1900)
+.. controls (199.5500,277.1400) and (196.2300,275.1900) .. (193.0100,273.1900)
+.. controls (189.7900,271.1900) and (187.6100,270.0000) .. (186.4700,269.3100)
+arc(297.585 \__njuvis_colon 285.793 \__njuvis_colon 4.610)
+arc(273.583 \__njuvis_colon 266.417 \__njuvis_colon 8.000)
+arc(261.351 \__njuvis_colon 246.271 \__njuvis_colon 3.690)
+.. controls (183.3700,269.3600) and (183.1000,269.5200) .. (182.8600,269.6200)
+-- (182.1900,268.8300)
+-- (188.9000,263.4800)
+-- (189.5900,264.2800)
+arc(229.257 \__njuvis_colon 220.743 \__njuvis_colon 12.670)
+.. controls (187.9400,266.0100) and (187.8800,266.3000) .. (188.0500,266.5100)
+arc(153.676 \__njuvis_colon 118.486 \__njuvis_colon 0.620)
+arc(133.395 \__njuvis_colon 120.345 \__njuvis_colon 1.760)
+.. controls (189.4800,267.5500) and (190.9200,268.3500) .. (192.9100,269.5500)
+.. controls (194.9000,270.7500) and (197.7300,272.4400) .. (201.4000,274.6000)
+.. controls (200.8100,272.7400) and (200.1800,270.5300) .. (199.4000,268.0000)
+.. controls (198.6200,265.4700) and (198.0500,263.7700) .. (197.7300,262.8400)
+arc(344.163 \__njuvis_colon 332.799 \__njuvis_colon 9.500)
+.. controls (196.8500,260.7700) and (196.6900,260.5300) .. (196.5900,260.3400)
+arc(322.453 \__njuvis_colon 259.869 \__njuvis_colon 0.640)
+arc(269.604 \__njuvis_colon 245.195 \__njuvis_colon 2.060)
+arc(247.883 \__njuvis_colon 238.505 \__njuvis_colon 6.510)
+.. controls (193.9000,260.9300) and (193.6300,261.0900) .. (193.3700,261.2700)
+-- (192.6800,260.4500)
+-- (198.7400,255.6300)
+-- cycle(189.2300,289.0600)
+-- (180.8200,293.1500)
+-- (180.3700,292.2200)
+.. controls (180.6100,292.1100) and (180.9300,291.8800) .. (181.3700,291.6600)
+arc(60.196 \__njuvis_colon 45.848 \__njuvis_colon 4.260)
+arc(42.154 \__njuvis_colon 9.853 \__njuvis_colon 1.640)
+arc(5.625 \__njuvis_colon -28.746 \__njuvis_colon 1.520)
+-- (175.7800,275.8100)
+arc(342.748 \__njuvis_colon 313.104 \__njuvis_colon 1.730)
+arc(295.909 \__njuvis_colon 262.271 \__njuvis_colon 1.750)
+.. controls (173.9900,274.9000) and (173.6200,275.0100) .. (173.1900,275.0600)
+arc(254.927 \__njuvis_colon 248.528 \__njuvis_colon 10.000)
+-- (171.6500,274.4800)
+-- (180.0800,270.3800)
+-- (180.5400,271.3100)
+.. controls (180.2700,271.4500) and (179.9800,271.6600) .. (179.6000,271.8700)
+arc(239.952 \__njuvis_colon 221.469 \__njuvis_colon 3.540)
+arc(228.278 \__njuvis_colon 182.750 \__njuvis_colon 1.260)
+arc(174.968 \__njuvis_colon 156.303 \__njuvis_colon 2.610)
+-- (185.1100,287.8000)
+arc(159.207 \__njuvis_colon 119.029 \__njuvis_colon 1.290)
+arc(125.695 \__njuvis_colon 80.294 \__njuvis_colon 1.210)
+arc(87.356 \__njuvis_colon 68.924 \__njuvis_colon 3.190)
+.. controls (188.0300,288.3600) and (188.4200,288.2300) .. (188.7200,288.1200)
+-- cycle(168.4300,277.0000)
+arc(238.035 \__njuvis_colon 228.225 \__njuvis_colon 7.310)
+arc(234.410 \__njuvis_colon 219.745 \__njuvis_colon 5.350)
+arc(205.455 \__njuvis_colon 158.338 \__njuvis_colon 1.890)
+arc(167.379 \__njuvis_colon 155.065 \__njuvis_colon 12.310)
+-- (173.3200,296.6300)
+-- (172.1300,297.1900)
+-- (153.8200,286.6300)
+-- (158.1100,296.4500)
+arc(159.939 \__njuvis_colon 143.573 \__njuvis_colon 9.650)
+arc(150.157 \__njuvis_colon 110.884 \__njuvis_colon 2.290)
+arc(106.287 \__njuvis_colon 73.713 \__njuvis_colon 2.710)
+arc(84.883 \__njuvis_colon 74.075 \__njuvis_colon 7.560)
+-- (163.9300,300.5600)
+-- (156.0800,304.0000)
+-- (155.6600,303.0000)
+arc(60.297 \__njuvis_colon 48.248 \__njuvis_colon 6.690)
+arc(52.896 \__njuvis_colon 39.091 \__njuvis_colon 5.090)
+arc(24.558 \__njuvis_colon -14.450 \__njuvis_colon 2.210)
+arc(345.738 \__njuvis_colon 335.625 \__njuvis_colon 16.290)
+-- (152.7600,287.7800)
+arc(334.714 \__njuvis_colon 319.309 \__njuvis_colon 5.070)
+arc(317.321 \__njuvis_colon 291.891 \__njuvis_colon 2.760)
+arc(286.558 \__njuvis_colon 266.987 \__njuvis_colon 4.740)
+arc(268.439 \__njuvis_colon 249.087 \__njuvis_colon 4.580)
+-- (147.5100,285.0600)
+-- (152.9400,282.6900)
+-- (169.9400,292.5400)
+-- (166.0000,283.5000)
+arc(337.388 \__njuvis_colon 326.204 \__njuvis_colon 14.440)
+arc(330.647 \__njuvis_colon 285.447 \__njuvis_colon 1.900)
+arc(283.558 \__njuvis_colon 256.442 \__njuvis_colon 3.050)
+arc(260.853 \__njuvis_colon 252.032 \__njuvis_colon 9.430)
+-- (160.2800,279.4600)
+-- (168.0200,276.1300)
+-- cycle(144.3000,287.5700)
+arc(267.905 \__njuvis_colon 254.602 \__njuvis_colon 5.110)
+arc(260.808 \__njuvis_colon 241.005 \__njuvis_colon 4.000)
+arc(228.372 \__njuvis_colon 182.147 \__njuvis_colon 2.000)
+arc(189.981 \__njuvis_colon 179.435 \__njuvis_colon 13.920)
+-- (140.9500,301.1700)
+arc(-1.402 \__njuvis_colon 28.394 \__njuvis_colon 6.000)
+arc(29.125 \__njuvis_colon 54.042 \__njuvis_colon 6.600)
+arc(54.338 \__njuvis_colon 76.916 \__njuvis_colon 6.870)
+arc(72.156 \__njuvis_colon 90.212 \__njuvis_colon 7.900)
+arc(88.876 \__njuvis_colon 108.591 \__njuvis_colon 9.810)
+arc(107.359 \__njuvis_colon 129.242 \__njuvis_colon 7.390)
+arc(128.888 \__njuvis_colon 157.085 \__njuvis_colon 4.910)
+arc(152.785 \__njuvis_colon 180.591 \__njuvis_colon 4.790)
+-- (125.6800,289.5900)
+arc(2.798 \__njuvis_colon -22.742 \__njuvis_colon 2.090)
+arc(331.896 \__njuvis_colon 291.061 \__njuvis_colon 1.320)
+arc(303.531 \__njuvis_colon 279.860 \__njuvis_colon 2.440)
+arc(282.924 \__njuvis_colon 272.824 \__njuvis_colon 5.390)
+-- (122.9600,286.5000)
+-- (131.5900,286.5000)
+-- (131.5900,287.5700)
+arc(269.845 \__njuvis_colon 258.733 \__njuvis_colon 5.190)
+arc(257.961 \__njuvis_colon 252.176 \__njuvis_colon 9.230)
+arc(260.233 \__njuvis_colon 199.988 \__njuvis_colon 0.870)
+arc(201.882 \__njuvis_colon 178.526 \__njuvis_colon 2.510)
+-- (128.8400,300.9100)
+arc(180.141 \__njuvis_colon 167.979 \__njuvis_colon 8.210)
+arc(166.732 \__njuvis_colon 148.075 \__njuvis_colon 5.780)
+arc(142.813 \__njuvis_colon 115.127 \__njuvis_colon 4.220)
+arc(115.782 \__njuvis_colon 87.738 \__njuvis_colon 5.670)
+arc(90.991 \__njuvis_colon 65.658 \__njuvis_colon 6.310)
+arc(67.500 \__njuvis_colon 37.689 \__njuvis_colon 4.160)
+arc(36.911 \__njuvis_colon 18.381 \__njuvis_colon 5.890)
+arc(14.427 \__njuvis_colon 1.369 \__njuvis_colon 7.680)
+-- (139.5300,292.4000)
+arc(0.281 \__njuvis_colon -10.516 \__njuvis_colon 14.300)
+arc(349.548 \__njuvis_colon 318.678 \__njuvis_colon 2.840)
+arc(300.415 \__njuvis_colon 284.304 \__njuvis_colon 5.440)
+arc(282.622 \__njuvis_colon 274.561 \__njuvis_colon 10.000)
+-- (135.8300,286.5000)
+-- (144.3200,286.5000)
+-- cycle(92.1600,284.1900)
+.. controls (91.9500,284.0800) and (91.6200,283.9500) .. (91.3100,283.7600)
+arc(294.456 \__njuvis_colon 283.519 \__njuvis_colon 5.160)
+arc(273.700 \__njuvis_colon 242.713 \__njuvis_colon 1.740)
+arc(235.654 \__njuvis_colon 211.800 \__njuvis_colon 2.310)
+-- (87.9000,285.6500)
+.. controls (87.2600,286.6500) and (86.7900,287.2700) .. (86.6000,287.6500)
+arc(215.326 \__njuvis_colon 205.606 \__njuvis_colon 5.820)
+arc(98.042 \__njuvis_colon 110.031 \__njuvis_colon 19.740)
+arc(111.054 \__njuvis_colon 121.942 \__njuvis_colon 20.080)
+arc(126.474 \__njuvis_colon 147.035 \__njuvis_colon 11.000)
+arc(145.152 \__njuvis_colon 169.196 \__njuvis_colon 9.220)
+arc(169.382 \__njuvis_colon 192.870 \__njuvis_colon 10.000)
+arc(190.967 \__njuvis_colon 216.161 \__njuvis_colon 10.380)
+arc(212.803 \__njuvis_colon 235.180 \__njuvis_colon 11.390)
+arc(235.264 \__njuvis_colon 257.035 \__njuvis_colon 11.000)
+arc(258.333 \__njuvis_colon 281.667 \__njuvis_colon 9.890)
+arc(282.028 \__njuvis_colon 320.035 \__njuvis_colon 11.110)
+arc(323.164 \__njuvis_colon 332.141 \__njuvis_colon 15.880)
+-- (95.8000,271.6500)
+-- (96.8000,272.3400)
+-- (92.8000,278.4300)
+-- (91.8500,277.7400)
+arc(18.722 \__njuvis_colon 11.051 \__njuvis_colon 18.330)
+arc(14.458 \__njuvis_colon -4.539 \__njuvis_colon 7.360)
+arc(356.534 \__njuvis_colon 331.229 \__njuvis_colon 5.180)
+arc(329.869 \__njuvis_colon 304.661 \__njuvis_colon 5.740)
+arc(303.067 \__njuvis_colon 277.718 \__njuvis_colon 6.540)
+arc(276.651 \__njuvis_colon 248.555 \__njuvis_colon 5.920)
+arc(251.009 \__njuvis_colon 225.914 \__njuvis_colon 7.480)
+arc(229.283 \__njuvis_colon 214.902 \__njuvis_colon 16.150)
+arc(213.657 \__njuvis_colon 199.201 \__njuvis_colon 15.000)
+arc(199.028 \__njuvis_colon 180.234 \__njuvis_colon 10.250)
+arc(179.658 \__njuvis_colon 123.152 \__njuvis_colon 6.400)
+arc(127.075 \__njuvis_colon 102.209 \__njuvis_colon 5.570)
+arc(107.485 \__njuvis_colon 83.268 \__njuvis_colon 4.070)
+arc(44.992 \__njuvis_colon 34.619 \__njuvis_colon 8.640)
+.. controls (85.1700,284.5400) and (85.4300,284.1600) .. (85.6200,283.9000)
+-- (86.2300,282.9000)
+arc(40.449 \__njuvis_colon 10.833 \__njuvis_colon 2.170)
+arc(21.331 \__njuvis_colon -39.512 \__njuvis_colon 1.000)
+arc(325.817 \__njuvis_colon 311.487 \__njuvis_colon 5.340)
+arc(312.990 \__njuvis_colon 304.329 \__njuvis_colon 8.480)
+-- (85.2500,278.1500)
+-- (92.8300,283.2800)
+-- cycle(80.4000,262.8000)
+arc(308.934 \__njuvis_colon 299.438 \__njuvis_colon 7.740)
+arc(299.010 \__njuvis_colon 283.943 \__njuvis_colon 5.000)
+arc(271.741 \__njuvis_colon 230.703 \__njuvis_colon 2.260)
+arc(230.808 \__njuvis_colon 222.272 \__njuvis_colon 17.680)
+-- (64.1700,274.9200)
+-- (63.2700,274.0400)
+-- (65.8800,253.0400)
+-- (58.4800,260.7800)
+arc(224.358 \__njuvis_colon 212.139 \__njuvis_colon 13.280)
+arc(212.536 \__njuvis_colon 180.286 \__njuvis_colon 2.740)
+arc(171.805 \__njuvis_colon 142.783 \__njuvis_colon 3.050)
+arc(151.398 \__njuvis_colon 139.876 \__njuvis_colon 7.060)
+-- (56.9900,267.7800)
+-- (50.7900,261.8800)
+-- (51.5400,261.1600)
+arc(129.423 \__njuvis_colon 112.947 \__njuvis_colon 4.650)
+arc(123.850 \__njuvis_colon 103.255 \__njuvis_colon 3.570)
+arc(92.245 \__njuvis_colon 49.397 \__njuvis_colon 2.000)
+arc(53.974 \__njuvis_colon 41.809 \__njuvis_colon 13.230)
+-- (64.4400,252.5800)
+arc(40.898 \__njuvis_colon 26.008 \__njuvis_colon 5.180)
+arc(26.077 \__njuvis_colon -1.954 \__njuvis_colon 2.470)
+arc(355.396 \__njuvis_colon 332.333 \__njuvis_colon 4.140)
+arc(336.404 \__njuvis_colon 321.542 \__njuvis_colon 6.000)
+-- (64.8600,246.6200)
+-- (69.1800,250.7500)
+-- (66.7300,270.2700)
+-- (73.5400,263.1400)
+arc(43.846 \__njuvis_colon 33.985 \__njuvis_colon 16.300)
+arc(30.307 \__njuvis_colon 2.213 \__njuvis_colon 3.090)
+arc(338.802 \__njuvis_colon 328.775 \__njuvis_colon 8.290)
+arc(329.764 \__njuvis_colon 323.520 \__njuvis_colon 13.190)
+-- (74.9800,256.2800)
+-- (81.0900,262.1000)
+-- cycle(44.6800,255.4300)
+-- (39.0000,248.0000)
+-- (39.8000,247.3600)
+arc(314.465 \__njuvis_colon 323.163 \__njuvis_colon 7.710)
+.. controls (40.9200,248.5900) and (41.1800,248.8500) .. (41.3400,248.9800)
+arc(118.238 \__njuvis_colon 90.784 \__njuvis_colon 1.850)
+arc(77.660 \__njuvis_colon 55.294 \__njuvis_colon 2.390)
+-- (55.0400,239.6700)
+arc(56.962 \__njuvis_colon 31.219 \__njuvis_colon 2.000)
+arc(18.461 \__njuvis_colon -18.461 \__njuvis_colon 1.500)
+arc(341.790 \__njuvis_colon 335.152 \__njuvis_colon 10.120)
+.. controls (55.0400,236.5900) and (54.8800,236.3000) .. (54.7200,235.9900)
+-- (55.5500,235.3500)
+-- (61.2100,242.7700)
+-- (60.3700,243.4100)
+arc(322.013 \__njuvis_colon 311.042 \__njuvis_colon 5.550)
+arc(318.146 \__njuvis_colon 303.382 \__njuvis_colon 4.470)
+arc(309.285 \__njuvis_colon 261.226 \__njuvis_colon 1.120)
+arc(257.503 \__njuvis_colon 232.770 \__njuvis_colon 2.110)
+-- (45.1000,251.2300)
+arc(235.809 \__njuvis_colon 204.819 \__njuvis_colon 1.620)
+arc(197.209 \__njuvis_colon 162.791 \__njuvis_colon 1.690)
+.. controls (44.6200,253.0500) and (44.7800,253.4200) .. (44.9600,253.7900)
+arc(154.335 \__njuvis_colon 144.583 \__njuvis_colon 6.830)
+-- cycle(52.0000,231.6500)
+.. controls (51.8400,231.4100) and (51.6300,231.1200) .. (51.3900,230.8200)
+.. controls (51.1500,230.5200) and (50.8800,230.2900) .. (50.6700,230.0800)
+arc(317.375 \__njuvis_colon 260.302 \__njuvis_colon 0.940)
+arc(265.608 \__njuvis_colon 236.715 \__njuvis_colon 1.800)
+-- (38.2700,236.2000)
+arc(59.962 \__njuvis_colon 83.513 \__njuvis_colon 5.160)
+arc(79.242 \__njuvis_colon 100.758 \__njuvis_colon 6.000)
+arc(102.178 \__njuvis_colon 123.232 \__njuvis_colon 7.090)
+arc(127.906 \__njuvis_colon 150.450 \__njuvis_colon 7.200)
+arc(147.202 \__njuvis_colon 191.006 \__njuvis_colon 5.460)
+arc(192.953 \__njuvis_colon 243.725 \__njuvis_colon 4.550)
+arc(239.365 \__njuvis_colon 270.451 \__njuvis_colon 3.440)
+arc(276.660 \__njuvis_colon 332.895 \__njuvis_colon 1.860)
+arc(-29.631 \__njuvis_colon 13.037 \__njuvis_colon 2.000)
+arc(9.646 \__njuvis_colon 61.335 \__njuvis_colon 1.620)
+arc(62.189 \__njuvis_colon 80.211 \__njuvis_colon 3.170)
+arc(82.171 \__njuvis_colon 91.470 \__njuvis_colon 5.560)
+arc(272.950 \__njuvis_colon 267.050 \__njuvis_colon 9.230)
+arc(275.098 \__njuvis_colon 264.902 \__njuvis_colon 5.120)
+arc(205.275 \__njuvis_colon 178.548 \__njuvis_colon 2.830)
+arc(176.280 \__njuvis_colon 148.505 \__njuvis_colon 3.650)
+arc(148.148 \__njuvis_colon 112.918 \__njuvis_colon 3.000)
+arc(115.231 \__njuvis_colon 81.421 \__njuvis_colon 2.850)
+arc(82.768 \__njuvis_colon 65.993 \__njuvis_colon 6.620)
+.. controls (36.1900,233.6800) and (36.9400,233.3600) .. (37.7100,232.9100)
+-- (47.2600,227.4000)
+arc(55.955 \__njuvis_colon 44.787 \__njuvis_colon 4.270)
+arc(29.947 \__njuvis_colon -4.499 \__njuvis_colon 1.610)
+arc(352.704 \__njuvis_colon 341.729 \__njuvis_colon 6.380)
+.. controls (47.6800,224.3200) and (47.5200,224.0000) .. (47.3900,223.7000)
+-- (48.3200,223.2000)
+-- (52.8700,231.1300)
+-- cycle(45.5000,219.4400)
+arc(344.885 \__njuvis_colon 331.512 \__njuvis_colon 5.550)
+arc(332.245 \__njuvis_colon 319.383 \__njuvis_colon 5.720)
+arc(304.796 \__njuvis_colon 264.324 \__njuvis_colon 2.300)
+arc(266.280 \__njuvis_colon 256.294 \__njuvis_colon 15.170)
+-- (25.2800,220.4500)
+-- (25.0000,219.2200)
+-- (38.9100,203.2200)
+-- (28.4300,205.5100)
+arc(259.874 \__njuvis_colon 245.220 \__njuvis_colon 10.850)
+arc(245.902 \__njuvis_colon 215.417 \__njuvis_colon 3.000)
+arc(204.403 \__njuvis_colon 176.412 \__njuvis_colon 3.090)
+arc(186.861 \__njuvis_colon 173.139 \__njuvis_colon 5.860)
+-- (23.3000,210.4800)
+-- (21.4300,202.1500)
+-- (22.4300,201.9200)
+.. controls (22.5400,202.1800) and (22.7500,202.5800) .. (23.0500,203.1600)
+arc(157.658 \__njuvis_colon 133.131 \__njuvis_colon 2.860)
+arc(130.443 \__njuvis_colon 84.893 \__njuvis_colon 1.830)
+arc(87.836 \__njuvis_colon 75.180 \__njuvis_colon 13.210)
+-- (38.0000,202.0000)
+arc(77.543 \__njuvis_colon 60.675 \__njuvis_colon 4.780)
+arc(55.423 \__njuvis_colon 33.899 \__njuvis_colon 3.200)
+arc(29.831 \__njuvis_colon 8.131 \__njuvis_colon 4.410)
+arc(5.451 \__njuvis_colon -5.451 \__njuvis_colon 8.000)
+-- (41.6900,197.3500)
+-- (43.0000,203.1300)
+-- (30.0000,218.0000)
+-- (39.6300,215.8200)
+arc(80.287 \__njuvis_colon 65.657 \__njuvis_colon 11.130)
+arc(72.821 \__njuvis_colon 27.769 \__njuvis_colon 1.900)
+arc(17.356 \__njuvis_colon 2.099 \__njuvis_colon 5.350)
+arc(6.217 \__njuvis_colon -6.217 \__njuvis_colon 6.510)
+-- (44.7000,210.9800)
+-- (46.5400,219.2500)
+-- cycle(20.8100,197.7000)
+-- (19.9100,189.1400)
+-- (20.9100,189.0300)
+arc(171.031 \__njuvis_colon 158.303 \__njuvis_colon 8.700)
+.. controls (21.5800,191.3700) and (21.7900,191.5900) .. (22.0600,191.5900)
+arc(84.032 \__njuvis_colon 62.959 \__njuvis_colon 0.770)
+arc(78.517 \__njuvis_colon 54.224 \__njuvis_colon 0.830)
+-- (27.1100,189.2200)
+-- (26.4300,182.0000)
+arc(288.255 \__njuvis_colon 280.987 \__njuvis_colon 15.000)
+arc(285.824 \__njuvis_colon 279.233 \__njuvis_colon 12.830)
+.. controls (22.6800,181.0900) and (22.3600,181.0900) .. (22.0900,181.0400)
+-- (21.4500,181.0400)
+.. controls (21.0500,181.0900) and (20.8100,181.3900) .. (20.6300,182.0400)
+arc(191.443 \__njuvis_colon 177.397 \__njuvis_colon 8.490)
+-- (19.4700,184.2200)
+-- (18.6700,176.4000)
+-- (19.6700,176.3500)
+arc(168.919 \__njuvis_colon 161.933 \__njuvis_colon 8.480)
+arc(160.471 \__njuvis_colon 137.601 \__njuvis_colon 2.500)
+arc(145.826 \__njuvis_colon 122.857 \__njuvis_colon 3.090)
+arc(118.655 \__njuvis_colon 105.736 \__njuvis_colon 6.000)
+.. controls (25.2800,180.3400) and (28.3200,181.1300) .. (31.6700,182.1200)
+.. controls (35.0200,183.1100) and (38.0000,183.8400) .. (40.6700,184.5900)
+-- (40.7800,185.7300)
+-- (23.6200,194.4600)
+arc(249.284 \__njuvis_colon 225.774 \__njuvis_colon 2.560)
+arc(222.779 \__njuvis_colon 187.717 \__njuvis_colon 3.230)
+arc(191.598 \__njuvis_colon 178.341 \__njuvis_colon 4.000)
+-- cycle(28.3700,188.5500)
+-- (36.1100,184.6200)
+-- (27.7800,182.3300)
+-- cycle(38.8500,174.0000)
+arc(353.071 \__njuvis_colon 343.978 \__njuvis_colon 8.560)
+arc(349.294 \__njuvis_colon 327.624 \__njuvis_colon 3.260)
+arc(322.861 \__njuvis_colon 273.157 \__njuvis_colon 1.900)
+arc(278.127 \__njuvis_colon 269.764 \__njuvis_colon 17.940)
+-- (18.8700,170.6000)
+-- (18.8700,169.2900)
+-- (35.8700,156.7400)
+-- (25.1500,156.7400)
+arc(272.052 \__njuvis_colon 259.182 \__njuvis_colon 12.260)
+arc(263.759 \__njuvis_colon 221.474 \__njuvis_colon 2.170)
+arc(216.677 \__njuvis_colon 188.916 \__njuvis_colon 3.120)
+arc(199.658 \__njuvis_colon 186.823 \__njuvis_colon 6.250)
+-- (19.1200,160.4100)
+-- (19.1200,151.9200)
+-- (20.1200,151.9200)
+arc(170.888 \__njuvis_colon 161.658 \__njuvis_colon 8.380)
+arc(168.785 \__njuvis_colon 150.857 \__njuvis_colon 4.000)
+arc(141.501 \__njuvis_colon 97.482 \__njuvis_colon 1.870)
+arc(100.583 \__njuvis_colon 88.783 \__njuvis_colon 14.300)
+-- (35.2300,155.3300)
+arc(88.291 \__njuvis_colon 68.758 \__njuvis_colon 4.000)
+arc(74.534 \__njuvis_colon 45.628 \__njuvis_colon 2.450)
+arc(38.126 \__njuvis_colon 21.792 \__njuvis_colon 5.850)
+arc(22.723 \__njuvis_colon 7.331 \__njuvis_colon 5.760)
+-- (39.8500,151.5200)
+-- (39.8500,157.5200)
+-- (24.0000,169.1400)
+-- (33.9000,169.1400)
+arc(92.789 \__njuvis_colon 78.226 \__njuvis_colon 11.080)
+arc(85.891 \__njuvis_colon 38.193 \__njuvis_colon 1.820)
+arc(32.998 \__njuvis_colon 11.363 \__njuvis_colon 3.740)
+.. controls (38.6900,166.2900) and (38.8000,165.8100) .. (38.8500,165.5200)
+-- (39.8500,165.5200)
+-- (39.8500,174.0000)
+-- cycle(140.5200,89.7600)
+.. controls (137.3300,85.6000) and (147.5200,86.0300) .. (148.8200,83.8800)
+arc(293.078 \__njuvis_colon 274.740 \__njuvis_colon 17.100)
+arc(278.470 \__njuvis_colon 271.074 \__njuvis_colon 44.730)
+.. controls (137.9100,84.9700) and (139.1900,89.8600) .. (136.1100,90.7400)
+.. controls (133.9200,91.3000) and (127.2200,90.7400) .. (126.9000,89.1400)
+.. controls (126.2400,85.6000) and (132.0100,87.9200) .. (134.6200,87.5700)
+.. controls (135.3100,86.0300) and (134.7000,83.4500) .. (134.1900,82.0900)
+.. controls (129.0600,81.6700) and (124.1900,82.6500) .. (119.8800,83.5800)
+.. controls (121.1500,85.5800) and (124.8800,85.0700) .. (125.1700,87.0200)
+.. controls (125.8900,91.3000) and (118.5000,86.9600) .. (117.4300,86.2700)
+arc(119.506 \__njuvis_colon 144.340 \__njuvis_colon 30.940)
+.. controls (106.3900,75.8700) and (104.0800,72.9400) .. (104.2400,71.3800)
+.. controls (104.4000,69.8200) and (107.7700,68.9600) .. (109.9800,68.3800)
+.. controls (122.8900,64.9000) and (137.7600,63.5700) .. (152.1200,66.5000)
+arc(283.113 \__njuvis_colon 289.435 \__njuvis_colon 60.830)
+.. controls (160.4500,68.9700) and (163.9600,69.7400) .. (164.2000,71.1000)
+.. controls (164.4900,72.8800) and (161.2000,77.1000) .. (160.4500,78.1000)
+arc(35.592 \__njuvis_colon 66.803 \__njuvis_colon 28.000)
+.. controls (146.3200,88.6400) and (143.6100,89.8300) .. (140.5200,89.7600)
+-- cycle(108.2300,72.3900)
+arc(150.865 \__njuvis_colon 127.525 \__njuvis_colon 29.390)
+arc(250.013 \__njuvis_colon 261.236 \__njuvis_colon 35.630)
+.. controls (121.7500,78.7500) and (120.5900,78.2200) .. (119.2900,77.2100)
+.. controls (118.2900,76.4900) and (116.4800,75.4300) .. (116.5600,73.9400)
+.. controls (116.6400,72.4500) and (120.0400,71.5700) .. (122.3000,71.0700)
+arc(258.413 \__njuvis_colon 282.074 \__njuvis_colon 57.410)
+.. controls (148.0800,71.7100) and (151.8400,72.2900) .. (151.8400,74.0700)
+.. controls (151.8400,75.0700) and (150.1300,76.5500) .. (149.2300,77.2100)
+.. controls (148.0000,78.2100) and (146.6200,78.3300) .. (145.8200,79.6600)
+arc(276.838 \__njuvis_colon 291.470 \__njuvis_colon 27.780)
+arc(54.790 \__njuvis_colon 24.445 \__njuvis_colon 22.320)
+.. controls (146.4800,66.6700) and (122.0900,67.0600) .. (108.2300,72.3900)
+-- cycle(121.7400,74.8600)
+.. controls (127.3300,79.7300) and (140.9500,79.7300) .. (146.5300,74.8600)
+.. controls (139.8800,72.6800) and (128.3700,72.6800) .. (121.7400,74.8600)
+-- cycle(162.3100,49.0000)
+.. controls (163.1900,48.8700) and (163.4500,47.8500) .. (164.6200,48.0000)
+.. controls (166.4300,48.1400) and (166.8600,53.0000) .. (167.0700,55.4500)
+.. controls (167.3900,59.7100) and (167.0700,71.1500) .. (162.7600,67.3500)
+arc(172.737 \__njuvis_colon 201.513 \__njuvis_colon 4.380)
+.. controls (161.0300,63.9900) and (156.9600,63.0900) .. (153.4300,62.7400)
+.. controls (151.6400,62.6100) and (149.1400,62.8500) .. (149.8300,60.4500)
+.. controls (150.3900,58.5400) and (154.8900,59.7600) .. (156.7200,60.0000)
+arc(279.645 \__njuvis_colon 287.102 \__njuvis_colon 53.190)
+.. controls (163.9300,61.2200) and (163.6700,60.1300) .. (163.9000,59.4400)
+.. controls (162.2300,58.1900) and (156.5600,56.7000) .. (152.9000,56.4400)
+.. controls (151.1000,56.3100) and (149.2900,56.5200) .. (149.2900,54.7100)
+.. controls (149.2900,53.8900) and (149.9300,53.6500) .. (150.4600,53.1200)
+arc(271.003 \__njuvis_colon 289.790 \__njuvis_colon 41.080)
+.. controls (164.7200,51.9200) and (159.9800,51.4700) .. (157.3200,50.8000)
+arc(280.989 \__njuvis_colon 274.301 \__njuvis_colon 64.440)
+arc(122.344 \__njuvis_colon 264.647 \__njuvis_colon 1.630)
+arc(271.604 \__njuvis_colon 289.659 \__njuvis_colon 38.000)
+-- cycle(236.0000,81.3000)
+.. controls (234.6100,80.3900) and (232.8000,81.6700) .. (231.3600,81.9900)
+.. controls (229.6300,82.4100) and (228.0900,82.3800) .. (227.3600,83.8800)
+.. controls (227.0400,84.5700) and (227.2000,85.3400) .. (226.9400,86.0000)
+.. controls (225.7700,88.8000) and (223.0500,89.5100) .. (220.9400,91.3000)
+.. controls (219.5100,91.5700) and (217.8100,91.0000) .. (216.0800,91.3000)
+.. controls (214.9100,91.5100) and (214.3500,92.3000) .. (212.4900,91.8900)
+.. controls (209.8300,91.4000) and (206.1800,89.6500) .. (205.5900,88.1600)
+.. controls (204.4500,85.2900) and (207.5900,84.8100) .. (209.4800,84.0100)
+.. controls (209.9900,81.1400) and (207.9100,81.5900) .. (205.4800,81.3000)
+.. controls (204.3100,81.1400) and (202.9500,80.6800) .. (202.3100,80.8400)
+.. controls (201.6700,81.0000) and (199.9200,83.2400) .. (199.3100,84.5900)
+.. controls (198.9900,85.2900) and (199.0400,86.2400) .. (198.7300,86.8800)
+arc(34.837 \__njuvis_colon 85.941 \__njuvis_colon 8.000)
+.. controls (190.3600,90.2100) and (189.9600,88.1000) .. (187.2700,87.7600)
+.. controls (186.6600,86.5600) and (186.4500,84.8600) .. (187.2700,84.1400)
+.. controls (187.9300,83.5800) and (189.7500,83.8800) .. (190.5700,83.2600)
+.. controls (191.5700,82.5700) and (193.7900,76.8500) .. (193.0200,74.1100)
+.. controls (192.5100,72.3600) and (190.2200,70.8100) .. (189.8500,69.4100)
+arc(172.400 \__njuvis_colon 180.217 \__njuvis_colon 18.230)
+.. controls (189.6900,63.4700) and (189.8000,58.7700) .. (191.8700,56.2100)
+.. controls (192.7300,55.1200) and (194.2700,54.5600) .. (195.3300,53.4700)
+.. controls (197.2400,51.3900) and (197.5100,48.0400) .. (200.3300,47.3300)
+arc(354.702 \__njuvis_colon 342.940 \__njuvis_colon 25.170)
+.. controls (200.4000,40.9700) and (201.5100,39.6600) .. (204.2000,39.9500)
+.. controls (204.6500,39.3200) and (203.6400,38.5700) .. (204.3300,37.9500)
+.. controls (205.4800,37.5300) and (207.5800,37.4200) .. (208.3300,38.1100)
+arc(250.405 \__njuvis_colon 264.067 \__njuvis_colon 21.120)
+.. controls (216.2300,36.5500) and (217.8500,39.5300) .. (218.9400,41.5000)
+arc(323.636 \__njuvis_colon 353.300 \__njuvis_colon 9.260)
+.. controls (220.7800,46.9100) and (220.6800,48.2300) .. (220.6800,49.5300)
+arc(-3.441 \__njuvis_colon 3.441 \__njuvis_colon 27.240)
+.. controls (220.1700,55.6500) and (216.0700,58.8000) .. (219.6800,60.6800)
+.. controls (221.5700,60.4400) and (223.7800,61.0500) .. (225.8000,60.6800)
+.. controls (226.8600,60.4900) and (227.8700,59.6800) .. (228.5400,59.5300)
+arc(262.265 \__njuvis_colon 277.735 \__njuvis_colon 24.000)
+.. controls (239.2100,60.0900) and (242.5000,62.8300) .. (245.1600,65.2800)
+.. controls (245.2200,66.9500) and (246.4700,68.3900) .. (246.7600,70.2800)
+arc(-6.320 \__njuvis_colon 7.720 \__njuvis_colon 43.530)
+.. controls (246.3900,82.4100) and (245.8600,83.8200) .. (246.3400,85.9200)
+.. controls (246.5500,86.9200) and (247.4000,87.4400) .. (247.3400,88.2400)
+.. controls (247.2000,90.1300) and (244.8100,90.1300) .. (242.7900,90.6900)
+.. controls (239.1700,91.6900) and (235.3400,93.4500) .. (233.7400,89.8400)
+.. controls (233.8200,87.7000) and (233.5100,86.6400) .. (234.3300,85.2100)
+.. controls (235.1500,83.7800) and (237.2400,83.2600) .. (236.0000,81.3000)
+-- cycle(212.9000,44.4500)
+.. controls (212.9600,43.5200) and (211.9000,43.3300) .. (211.6200,42.4500)
+.. controls (211.3400,41.5700) and (211.9700,40.6400) .. (211.1500,39.9700)
+.. controls (209.4200,41.3400) and (210.9400,44.8000) .. (212.9300,44.4500)
+-- cycle(217.0500,44.0300)
+arc(101.351 \__njuvis_colon 46.758 \__njuvis_colon 1.270)
+arc(359.414 \__njuvis_colon 289.173 \__njuvis_colon 2.740)
+.. controls (216.1200,42.0000) and (217.0000,43.0000) .. (217.0800,44.0000)
+-- cycle(205.7500,42.0000)
+.. controls (205.8600,44.4200) and (207.9000,44.5600) .. (209.2100,45.9100)
+.. controls (210.2100,47.0000) and (210.4900,48.4400) .. (211.7600,48.6300)
+.. controls (213.2300,46.8700) and (210.4300,44.8500) .. (208.9100,44.2100)
+.. controls (208.2500,43.1700) and (207.4500,41.5000) .. (205.7500,42.0000)
+-- cycle(201.0000,50.6000)
+.. controls (201.0000,50.2500) and (200.4600,49.5100) .. (199.8800,49.6000)
+.. controls (199.3000,49.6900) and (198.1200,52.5500) .. (198.1200,52.9000)
+.. controls (199.2000,53.0000) and (201.0700,51.5300) .. (201.0000,50.6000)
+-- cycle(207.0000,50.1700)
+.. controls (206.3300,50.2500) and (205.5600,49.4800) .. (205.0000,49.5900)
+.. controls (204.4400,49.7000) and (203.6200,51.3700) .. (204.6800,51.5900)
+.. controls (205.3200,51.1900) and (207.6800,50.6600) .. (208.5600,51.5900)
+.. controls (209.4400,51.0300) and (209.0200,50.0500) .. (208.2400,49.5900)
+.. controls (207.6600,49.5600) and (207.7400,50.0600) .. (207.0000,50.1700)
+-- cycle(212.6300,51.7400)
+.. controls (211.2000,52.3800) and (211.1500,54.3500) .. (209.7600,55.0100)
+arc(291.815 \__njuvis_colon 270.409 \__njuvis_colon 22.910)
+.. controls (200.9900,54.3700) and (198.6400,54.7500) .. (198.2700,56.0800)
+arc(194.569 \__njuvis_colon 146.279 \__njuvis_colon 5.070)
+.. controls (200.6700,59.4300) and (200.8200,53.4200) .. (203.1600,56.7400)
+.. controls (202.9500,57.5900) and (202.3100,58.0500) .. (202.1600,58.9200)
+.. controls (203.1600,59.5600) and (202.6000,60.9200) .. (203.0500,61.9200)
+.. controls (204.8000,61.9200) and (204.0500,59.4500) .. (205.2000,58.9200)
+.. controls (206.1300,58.7100) and (207.3000,58.7100) .. (208.2000,58.4500)
+.. controls (209.5900,59.4500) and (210.6500,61.2600) .. (213.0500,60.3900)
+.. controls (214.3300,61.6900) and (216.7200,62.2000) .. (216.5300,64.4800)
+arc(86.805 \__njuvis_colon -1.699 \__njuvis_colon 1.780)
+.. controls (218.1000,61.2900) and (215.2100,60.1700) .. (213.7900,59.3500)
+.. controls (212.9700,58.8500) and (212.3000,58.1500) .. (211.5000,57.7500)
+.. controls (210.5000,57.3000) and (209.2200,57.3500) .. (209.0600,56.3200)
+.. controls (209.1600,55.8400) and (210.0600,56.1000) .. (210.5000,56.0800)
+.. controls (211.5600,55.5700) and (211.5600,53.9500) .. (212.6700,53.4700)
+.. controls (213.4200,53.6000) and (213.7600,54.8800) .. (214.5100,54.5600)
+arc(353.613 \__njuvis_colon 299.855 \__njuvis_colon 3.730)
+-- cycle(195.2900,60.1700)
+.. controls (196.2900,61.9500) and (197.4200,59.3800) .. (196.7000,58.0500)
+.. controls (195.5900,58.1000) and (195.4800,59.2200) .. (195.3200,60.1700)
+-- cycle(206.0400,61.1700)
+.. controls (206.4400,62.1700) and (207.2100,62.7700) .. (207.2900,64.0200)
+.. controls (206.6800,65.6100) and (204.2900,64.9500) .. (202.8500,65.0200)
+.. controls (203.1900,67.0200) and (203.5900,70.1600) .. (207.0000,69.5200)
+.. controls (208.1100,71.2500) and (209.0000,73.1600) .. (210.7700,74.2500)
+.. controls (213.2700,73.2500) and (213.0600,75.7900) .. (215.1900,75.6900)
+.. controls (216.4600,76.0600) and (216.4100,78.4800) .. (217.6100,78.5600)
+.. controls (219.0200,78.6700) and (219.1000,76.0900) .. (218.6100,74.6800)
+.. controls (217.3800,74.1700) and (216.2900,74.6000) .. (214.9900,74.0900)
+.. controls (214.3800,73.8500) and (213.9300,73.0300) .. (213.2900,72.8200)
+.. controls (212.2900,72.5000) and (211.2900,72.8200) .. (210.4200,72.5000)
+.. controls (209.1900,72.0200) and (208.2300,70.1600) .. (208.2300,68.6400)
+.. controls (208.5300,67.9500) and (209.8300,68.3200) .. (209.9900,67.4700)
+.. controls (209.9400,66.9400) and (209.5600,66.7500) .. (209.1400,66.6500)
+.. controls (208.6100,67.4700) and (207.2000,68.6500) .. (206.4000,67.2000)
+.. controls (206.9600,66.0100) and (207.9200,65.2900) .. (207.7000,63.2900)
+.. controls (208.0700,62.7900) and (209.1400,62.9500) .. (209.2700,62.1800)
+.. controls (209.2600,60.7600) and (206.8700,59.8600) .. (206.0700,61.2100)
+-- cycle(232.1100,63.0900)
+.. controls (233.9700,63.4800) and (234.7700,65.0900) .. (237.0000,65.1900)
+.. controls (237.2100,64.4400) and (238.3900,64.5200) .. (238.5500,63.7200)
+.. controls (238.1200,63.1600) and (237.1900,63.1100) .. (237.2700,62.0200)
+.. controls (236.4200,61.8400) and (236.6300,62.7100) .. (235.8300,62.6100)
+.. controls (234.4800,61.5800) and (232.7300,60.7900) .. (232.1400,63.1300)
+-- cycle(228.2300,64.1800)
+arc(54.429 \__njuvis_colon -17.959 \__njuvis_colon 2.300)
+.. controls (227.2700,61.3700) and (226.7100,63.7600) .. (228.2600,64.2200)
+-- cycle(221.9500,64.8900)
+arc(231.795 \__njuvis_colon 147.274 \__njuvis_colon 1.930)
+.. controls (223.0000,67.8300) and (223.0900,65.1200) .. (222.0000,64.9300)
+-- cycle(240.8300,68.8900)
+.. controls (241.7700,69.5000) and (243.4400,69.2600) .. (244.5800,69.0200)
+.. controls (244.2100,67.3000) and (242.7500,66.6000) .. (241.2800,66.0200)
+arc(-9.138 \__njuvis_colon 25.183 \__njuvis_colon 5.100)
+-- cycle(217.2100,69.1300)
+.. controls (217.6900,69.9000) and (219.7700,69.8200) .. (220.7800,69.5500)
+.. controls (221.1800,67.4900) and (217.3500,67.4100) .. (217.2400,69.2200)
+-- cycle(233.5500,72.0000)
+.. controls (234.2300,72.8800) and (235.5500,73.2000) .. (236.2600,74.0000)
+.. controls (236.2000,74.3200) and (236.0000,74.7500) .. (236.2600,75.0000)
+.. controls (237.1600,74.9300) and (236.6300,74.3100) .. (236.5500,73.7000)
+.. controls (238.7000,72.1300) and (238.4400,75.8800) .. (239.4000,77.2600)
+.. controls (240.0300,78.2000) and (240.8300,78.2600) .. (241.1500,79.0000)
+.. controls (241.6800,79.1000) and (242.2700,79.1500) .. (242.7500,79.2900)
+.. controls (243.9700,81.4700) and (240.7500,82.4500) .. (242.0100,84.6300)
+.. controls (245.2000,85.0600) and (245.6800,79.3400) .. (243.3400,78.4600)
+arc(354.147 \__njuvis_colon 329.327 \__njuvis_colon 2.450)
+arc(99.718 \__njuvis_colon 181.558 \__njuvis_colon 4.670)
+.. controls (239.6600,73.7900) and (240.4900,72.9700) .. (241.4200,73.3900)
+.. controls (241.4200,72.7800) and (240.9400,72.5100) .. (240.4200,72.2800)
+.. controls (240.0200,72.2800) and (239.8100,72.5700) .. (239.4200,72.5700)
+.. controls (239.0500,72.2500) and (238.7800,71.7400) .. (238.1400,71.5700)
+.. controls (237.5000,71.5700) and (237.6600,72.4200) .. (236.8900,72.2900)
+.. controls (236.0000,71.6100) and (234.4300,70.3600) .. (233.5800,72.0900)
+-- cycle(244.1300,74.7700)
+.. controls (244.9600,73.9700) and (244.6600,71.6300) .. (243.4400,71.5800)
+.. controls (242.8300,72.6200) and (243.0000,74.5400) .. (244.1600,74.8600)
+-- cycle(224.0000,75.3900)
+arc(121.453 \__njuvis_colon 81.588 \__njuvis_colon 2.350)
+arc(176.594 \__njuvis_colon 220.276 \__njuvis_colon 0.680)
+.. controls (225.1700,74.8800) and (224.0000,74.0000) .. (224.0000,75.3900)
+-- cycle(213.8100,78.3900)
+.. controls (213.5500,79.8000) and (213.8100,80.9000) .. (213.6500,82.3900)
+.. controls (212.9100,83.0900) and (212.1100,83.6100) .. (212.2700,84.8400)
+.. controls (211.5200,85.5600) and (209.9800,85.4500) .. (209.5300,86.4400)
+.. controls (211.3700,87.4400) and (214.5300,87.5300) .. (215.7000,85.9800)
+.. controls (215.8900,84.9800) and (215.4700,83.3800) .. (216.5500,83.2400)
+.. controls (218.3600,83.6100) and (216.7900,87.3100) .. (218.5500,87.7400)
+arc(18.151 \__njuvis_colon -18.151 \__njuvis_colon 6.420)
+.. controls (219.2200,83.3200) and (219.2200,82.3100) .. (220.1300,82.0900)
+.. controls (220.2300,82.5700) and (219.8100,83.5800) .. (220.3900,83.5800)
+.. controls (220.9700,83.2400) and (220.8900,81.7700) .. (220.5500,81.3000)
+.. controls (219.3500,81.0300) and (219.3500,81.8800) .. (218.4000,81.8800)
+.. controls (217.8600,80.4700) and (216.4000,80.3900) .. (215.0700,81.1400)
+.. controls (214.5900,80.2600) and (214.9100,79.3500) .. (214.8000,78.0200)
+.. controls (213.7400,77.6200) and (213.4200,76.5600) .. (213.0500,75.8100)
+.. controls (212.5100,77.0000) and (213.4100,77.7900) .. (213.7800,78.4200)
+-- cycle(237.5600,87.0000)
+arc(71.436 \__njuvis_colon 48.168 \__njuvis_colon 7.000)
+arc(292.270 \__njuvis_colon 187.334 \__njuvis_colon 1.780)
+-- cycle(66.5400,38.0000)
+.. controls (67.2600,38.5600) and (66.3000,39.4300) .. (66.6700,40.0000)
+.. controls (68.7500,39.6100) and (71.3300,41.2000) .. (71.5400,42.3200)
+.. controls (71.8400,43.7600) and (70.2400,45.3200) .. (70.6700,47.1900)
+.. controls (74.1800,49.3800) and (75.0000,54.2700) .. (79.0000,56.0800)
+arc(-26.973 \__njuvis_colon 7.990 \__njuvis_colon 21.500)
+.. controls (80.5400,72.2500) and (77.1300,72.6200) .. (77.8300,77.1200)
+.. controls (78.1500,79.0600) and (79.3200,82.9700) .. (80.7000,83.5800)
+.. controls (81.6100,83.9800) and (82.8300,83.5000) .. (83.7000,84.1400)
+.. controls (84.4200,85.0200) and (84.0800,86.9400) .. (83.5400,87.7600)
+.. controls (80.7800,88.2700) and (79.7700,91.1900) .. (76.3600,90.0500)
+arc(111.568 \__njuvis_colon 140.157 \__njuvis_colon 10.370)
+.. controls (71.7900,86.3500) and (71.8400,85.3700) .. (71.4900,84.6200)
+.. controls (70.7800,83.0000) and (69.4900,82.0200) .. (68.7500,80.8700)
+.. controls (66.6800,81.5100) and (60.3000,80.4200) .. (61.3100,83.7700)
+.. controls (61.7900,85.2600) and (66.8400,84.5200) .. (65.1900,88.3500)
+.. controls (64.6000,89.6800) and (60.2400,91.5400) .. (58.5900,91.9200)
+arc(80.530 \__njuvis_colon 92.032 \__njuvis_colon 10.000)
+.. controls (56.0600,91.9900) and (55.5900,91.4900) .. (54.8900,91.3300)
+.. controls (53.5000,91.0600) and (51.6400,91.6700) .. (50.1500,91.3300)
+.. controls (49.2500,91.1700) and (46.7500,89.3900) .. (45.8400,88.6100)
+arc(133.153 \__njuvis_colon 151.282 \__njuvis_colon 10.360)
+.. controls (43.1800,84.4600) and (43.6100,83.1600) .. (41.9300,82.4400)
+arc(283.120 \__njuvis_colon 276.923 \__njuvis_colon 23.390)
+.. controls (37.9000,81.6300) and (36.2400,80.3700) .. (35.0000,81.3100)
+.. controls (33.4300,83.0300) and (35.9000,83.7800) .. (36.7000,85.3100)
+.. controls (37.5000,86.8400) and (36.9900,87.8100) .. (37.1500,89.8800)
+arc(33.887 \__njuvis_colon 73.398 \__njuvis_colon 5.290)
+.. controls (32.5400,92.3200) and (30.2000,91.0000) .. (27.7800,90.4300)
+.. controls (26.2100,90.0300) and (23.8500,90.0300) .. (23.5300,88.4300)
+.. controls (23.3200,87.4300) and (24.3200,86.8300) .. (24.5300,85.9800)
+.. controls (24.8200,84.8400) and (24.1900,83.9800) .. (24.9600,82.9800)
+.. controls (23.8700,81.3100) and (24.3400,78.7000) .. (24.2400,75.6700)
+arc(174.763 \__njuvis_colon 195.652 \__njuvis_colon 21.880)
+.. controls (25.2500,66.9200) and (25.3000,65.9300) .. (25.5700,65.4500)
+.. controls (26.0000,64.4500) and (28.9500,62.0800) .. (30.1400,61.4500)
+arc(242.831 \__njuvis_colon 278.244 \__njuvis_colon 20.000)
+.. controls (43.1400,59.5600) and (44.0500,60.4500) .. (45.0100,60.6000)
+.. controls (46.8200,60.9200) and (49.2700,60.4100) .. (51.1900,60.6000)
+arc(61.375 \__njuvis_colon 34.961 \__njuvis_colon 4.200)
+.. controls (52.7800,56.2100) and (51.0200,54.9800) .. (50.1700,52.8600)
+.. controls (50.5700,49.7100) and (49.6400,46.1500) .. (50.7600,43.1400)
+arc(203.693 \__njuvis_colon 218.525 \__njuvis_colon 18.370)
+arc(221.776 \__njuvis_colon 251.181 \__njuvis_colon 7.420)
+.. controls (58.0000,36.7100) and (60.7700,37.6400) .. (62.3500,38.1700)
+arc(244.465 \__njuvis_colon 290.888 \__njuvis_colon 5.320)
+-- cycle(58.0600,44.4900)
+.. controls (59.4900,44.8400) and (60.0600,43.1100) .. (60.6600,42.1800)
+.. controls (60.2900,41.4900) and (60.5000,40.1800) .. (59.4900,40.1800)
+.. controls (59.6200,42.1600) and (58.6400,43.0900) .. (58.0600,44.4500)
+-- cycle(52.7900,43.8800)
+.. controls (52.9500,44.0900) and (53.3700,44.0700) .. (53.7900,44.0700)
+arc(196.531 \__njuvis_colon 203.841 \__njuvis_colon 22.730)
+.. controls (53.5100,40.9100) and (52.6800,42.8300) .. (52.7900,43.8400)
+-- cycle(61.7900,44.3600)
+.. controls (60.4900,45.3600) and (57.9900,46.3600) .. (58.7900,48.5100)
+.. controls (58.9000,48.5100) and (59.0600,48.5100) .. (59.0600,48.6200)
+.. controls (60.7000,48.1400) and (61.1600,46.3800) .. (62.3600,45.3500)
+.. controls (63.3600,44.4900) and (65.2300,43.9300) .. (65.0700,41.9900)
+.. controls (63.4300,41.3400) and (62.8500,43.4400) .. (61.8000,44.3200)
+-- cycle(61.7900,51.0600)
+.. controls (61.7900,51.1200) and (62.0900,51.3500) .. (62.0900,51.4300)
+.. controls (62.6200,51.7800) and (62.9900,51.1200) .. (63.6300,51.0600)
+.. controls (64.8100,50.9600) and (65.6300,51.6200) .. (66.3700,51.6200)
+arc(39.196 \__njuvis_colon -78.793 \__njuvis_colon 1.240)
+.. controls (64.7100,51.1300) and (61.3300,48.3300) .. (61.8000,51.0000)
+-- cycle(71.0000,49.5900)
+.. controls (70.2600,49.5100) and (70.0000,50.3300) .. (70.0000,50.8600)
+.. controls (70.1100,51.8600) and (71.8700,52.9400) .. (72.8800,52.8600)
+.. controls (72.5200,52.2800) and (71.6800,49.6900) .. (71.0000,49.5900)
+-- cycle(58.4800,51.7400)
+arc(245.846 \__njuvis_colon 188.283 \__njuvis_colon 3.670)
+.. controls (57.3500,54.9600) and (57.5000,53.5600) .. (58.3500,53.4700)
+.. controls (59.3500,54.0000) and (59.3500,55.5200) .. (60.3500,55.8900)
+.. controls (60.6100,56.3200) and (61.8900,55.7300) .. (61.9400,56.3200)
+.. controls (61.9400,57.0900) and (60.7100,57.0900) .. (59.9400,57.4900)
+.. controls (59.1700,57.8900) and (57.5000,59.1600) .. (56.1900,60.0000)
+.. controls (53.9100,61.3000) and (50.9300,63.0000) .. (54.3300,64.5200)
+.. controls (54.7000,64.2300) and (54.3300,63.5200) .. (54.4900,63.1700)
+.. controls (54.7600,62.4800) and (57.5800,60.4800) .. (57.9000,60.4300)
+.. controls (58.4800,60.3200) and (59.1500,60.7500) .. (59.6500,60.6700)
+.. controls (61.1400,60.4800) and (61.4900,59.0400) .. (62.7900,58.4900)
+arc(103.805 \__njuvis_colon 89.374 \__njuvis_colon 11.100)
+.. controls (66.8600,59.2600) and (66.1700,61.7300) .. (67.6800,61.9900)
+.. controls (68.3800,60.9900) and (67.8400,59.7100) .. (68.6800,58.8100)
+.. controls (68.5400,57.8700) and (67.6800,57.6300) .. (67.8000,56.5400)
+.. controls (68.0400,55.9800) and (68.6800,55.8500) .. (69.2400,55.6400)
+.. controls (70.5900,56.6400) and (70.3300,59.2300) .. (71.6600,60.2100)
+.. controls (72.8300,59.5000) and (73.1200,56.8900) .. (72.4000,55.6400)
+.. controls (71.7600,54.6400) and (69.8000,54.2000) .. (69.4000,53.4100)
+arc(268.531 \__njuvis_colon 250.205 \__njuvis_colon 27.060)
+.. controls (59.9200,54.1600) and (59.4900,52.6700) .. (58.4800,51.7400)
+-- cycle(75.0000,61.0000)
+.. controls (76.0600,60.3800) and (75.4700,58.1500) .. (74.3100,58.1000)
+.. controls (73.7800,58.8700) and (73.7800,60.9200) .. (75.0000,61.0000)
+-- cycle(61.4900,62.2000)
+.. controls (61.8000,62.9700) and (63.0000,62.8100) .. (63.2200,63.6300)
+.. controls (62.7900,65.2300) and (64.1200,66.0300) .. (64.3900,67.3900)
+.. controls (63.5400,68.6100) and (62.2000,67.4900) .. (61.8000,66.6700)
+arc(266.925 \__njuvis_colon 175.589 \__njuvis_colon 1.060)
+.. controls (64.1000,68.0200) and (62.2900,71.8100) .. (60.2400,72.5200)
+.. controls (59.6300,72.7800) and (58.7800,72.5200) .. (58.0900,72.6800)
+.. controls (57.4000,72.8400) and (56.5400,73.7900) .. (55.6700,74.1100)
+.. controls (54.3100,74.5900) and (53.0600,74.1900) .. (52.2300,74.8600)
+.. controls (51.8100,76.5300) and (52.0200,78.6100) .. (53.2300,78.5800)
+.. controls (54.4400,78.5500) and (54.3900,76.1100) .. (55.6500,75.7100)
+.. controls (57.4300,76.0000) and (57.2400,74.5900) .. (58.2200,74.2700)
+.. controls (58.7600,74.0600) and (59.3700,74.4300) .. (60.0700,74.2700)
+.. controls (62.0700,73.7100) and (62.5900,71.1300) .. (63.8100,69.6400)
+.. controls (67.0600,70.0400) and (67.8100,67.2200) .. (67.9600,64.9300)
+.. controls (66.1500,65.2800) and (63.9600,65.5200) .. (63.6500,63.9300)
+.. controls (63.4900,62.7900) and (64.5300,62.2800) .. (64.8300,61.1900)
+.. controls (64.0000,59.7500) and (61.7000,60.8900) .. (61.4900,62.2000)
+-- cycle(34.8600,62.6500)
+.. controls (34.2200,62.6500) and (34.3600,61.8800) .. (33.5800,62.0600)
+.. controls (33.6900,63.1500) and (32.6800,63.1500) .. (32.4100,63.7600)
+.. controls (32.5700,64.5400) and (33.5800,64.5400) .. (33.8500,65.2300)
+.. controls (36.1100,65.1700) and (36.7200,63.5200) .. (38.6900,63.2300)
+.. controls (38.3200,60.5500) and (36.3000,61.7700) .. (34.8600,62.6500)
+-- cycle(41.8600,61.6500)
+arc(204.539 \__njuvis_colon 118.992 \__njuvis_colon 2.000)
+arc(65.260 \__njuvis_colon -100.797 \__njuvis_colon 1.370)
+-- cycle(49.3100,67.5000)
+.. controls (49.9200,66.7800) and (49.6300,64.9400) .. (48.5700,64.9400)
+.. controls (48.1600,65.5200) and (48.0000,67.8100) .. (49.3300,67.4900)
+-- cycle(26.2400,69.0000)
+.. controls (27.1400,69.5100) and (29.2400,69.6600) .. (29.9700,68.8400)
+arc(153.355 \__njuvis_colon 188.613 \__njuvis_colon 4.530)
+.. controls (28.1000,66.6700) and (26.7200,67.4100) .. (26.2400,69.0000)
+-- cycle(50.0000,69.6400)
+.. controls (51.1800,69.8600) and (53.5100,70.1500) .. (53.7800,68.9800)
+.. controls (53.2200,67.4900) and (49.8100,67.5700) .. (50.0000,69.6400)
+-- cycle(33.8500,72.3900)
+.. controls (33.2100,72.3900) and (33.4700,71.6100) .. (32.8500,71.6700)
+.. controls (32.0000,71.6700) and (32.0000,72.5700) .. (31.2500,72.6700)
+arc(302.608 \__njuvis_colon 269.737 \__njuvis_colon 1.840)
+.. controls (29.9300,72.6700) and (29.4500,72.8300) .. (29.5600,73.4900)
+arc(240.355 \__njuvis_colon 311.283 \__njuvis_colon 1.360)
+.. controls (31.3700,73.3800) and (31.2900,72.8300) .. (31.8500,72.8300)
+.. controls (31.7200,75.0000) and (30.4200,77.1700) .. (28.0000,77.3800)
+arc(15.504 \__njuvis_colon 57.919 \__njuvis_colon 4.000)
+.. controls (25.6900,82.3300) and (26.4300,84.7000) .. (28.9900,84.7000)
+arc(12.010 \__njuvis_colon -3.029 \__njuvis_colon 7.320)
+arc(126.456 \__njuvis_colon 193.043 \__njuvis_colon 3.000)
+arc(227.855 \__njuvis_colon 274.468 \__njuvis_colon 2.270)
+arc(47.419 \__njuvis_colon 25.182 \__njuvis_colon 12.000)
+.. controls (31.9700,73.7900) and (33.6100,72.6800) .. (34.3000,73.9800)
+.. controls (34.3000,74.4000) and (33.8500,75.1500) .. (34.5700,75.1200)
+.. controls (35.2900,75.0900) and (34.5700,74.5400) .. (34.5700,74.1200)
+.. controls (35.2900,73.1900) and (36.8600,73.1200) .. (37.3100,71.9700)
+.. controls (36.1900,70.2600) and (35.0000,71.9000) .. (33.8500,72.3900)
+-- cycle(26.9300,75.0000)
+arc(42.902 \__njuvis_colon -22.926 \__njuvis_colon 3.130)
+.. controls (26.0800,71.6700) and (25.8100,74.4300) .. (26.9300,75.0000)
+-- cycle(45.3200,75.3700)
+.. controls (45.4200,75.9000) and (46.5100,75.6400) .. (46.8800,75.5300)
+arc(177.188 \__njuvis_colon 225.955 \__njuvis_colon 0.560)
+arc(321.292 \__njuvis_colon 290.216 \__njuvis_colon 2.300)
+.. controls (46.1700,75.1200) and (45.2600,74.7800) .. (45.3200,75.3900)
+-- cycle(57.5000,77.1200)
+.. controls (56.9400,77.3800) and (56.3500,77.5700) .. (56.0900,78.1200)
+.. controls (55.8700,79.1200) and (56.4600,80.8100) .. (55.6400,81.1200)
+.. controls (54.2500,80.1200) and (53.2200,80.8800) .. (52.3100,81.8600)
+.. controls (51.6200,81.7300) and (51.4100,81.0600) .. (50.3100,81.2800)
+.. controls (50.2100,81.7500) and (49.7800,83.5100) .. (50.5800,83.5600)
+.. controls (51.3800,83.4000) and (50.1500,82.0700) .. (51.1700,82.0700)
+arc(154.109 \__njuvis_colon 138.031 \__njuvis_colon 7.110)
+.. controls (52.2300,84.7900) and (51.8500,86.9400) .. (52.4400,87.7200)
+.. controls (54.1400,87.2200) and (52.5200,83.3800) .. (54.6200,83.2200)
+.. controls (55.3100,83.6200) and (55.1200,84.9300) .. (55.1800,85.9600)
+.. controls (55.7900,86.2300) and (56.5400,87.1600) .. (57.6000,87.2700)
+.. controls (58.6600,87.3800) and (60.8700,87.0000) .. (61.3300,86.1200)
+.. controls (60.5800,85.5400) and (59.3300,85.5100) .. (58.7700,84.8200)
+.. controls (58.5300,84.6600) and (58.6100,84.0700) .. (58.6100,83.7000)
+.. controls (57.2000,82.7500) and (56.5400,80.3500) .. (57.1800,78.2200)
+.. controls (57.3900,77.5300) and (58.8200,76.5500) .. (57.6000,75.7700)
+.. controls (57.4200,76.0500) and (57.5200,76.6700) .. (57.5000,77.1200)
+-- cycle(30.8200,85.4400)
+-- (30.8200,85.8400)
+.. controls (32.0900,85.7100) and (32.3900,87.2600) .. (33.4300,86.8400)
+arc(337.875 \__njuvis_colon 258.543 \__njuvis_colon 2.320)
+-- cycle(137.0900,25.5100)
+arc(275.022 \__njuvis_colon 328.786 \__njuvis_colon 33.060)
+.. controls (163.1600,42.4300) and (164.3100,44.2400) .. (164.2000,45.1200)
+arc(4.851 \__njuvis_colon 88.910 \__njuvis_colon 1.770)
+.. controls (161.3200,46.6900) and (161.0000,45.1200) .. (160.1500,43.7400)
+.. controls (155.7700,36.0500) and (148.6600,30.7400) .. (138.5000,28.9700)
+arc(164.817 \__njuvis_colon 156.030 \__njuvis_colon 48.700)
+.. controls (141.8500,38.3900) and (142.7500,40.8600) .. (143.5800,43.2000)
+.. controls (143.9800,43.6300) and (143.5300,44.2000) .. (143.5800,44.7800)
+.. controls (145.4100,44.6400) and (147.4600,44.7200) .. (147.1700,46.7800)
+.. controls (146.7700,49.4200) and (138.9000,47.4200) .. (135.9700,48.0800)
+arc(184.054 \__njuvis_colon 178.238 \__njuvis_colon 69.000)
+.. controls (137.4400,56.0800) and (145.0400,54.2800) .. (146.5800,55.4000)
+arc(-44.418 \__njuvis_colon 6.346 \__njuvis_colon 2.110)
+.. controls (146.7400,59.9800) and (139.0300,57.6400) .. (135.9700,58.3800)
+.. controls (135.5200,60.7800) and (136.6300,64.1300) .. (134.2400,64.2900)
+.. controls (131.8500,64.4500) and (132.5900,61.2900) .. (132.5400,58.5200)
+.. controls (129.6600,57.5200) and (121.7900,60.0300) .. (121.2000,57.2700)
+.. controls (120.4100,53.3300) and (129.6400,56.1700) .. (132.3800,55.0800)
+arc(6.757 \__njuvis_colon -6.757 \__njuvis_colon 29.150)
+.. controls (129.8200,47.2200) and (121.7400,49.5500) .. (121.2000,46.9400)
+.. controls (120.7800,44.9400) and (122.8000,44.6000) .. (124.6600,44.8200)
+.. controls (125.0700,44.4400) and (124.4500,43.9600) .. (124.6600,43.3800)
+.. controls (126.5200,38.7500) and (128.0400,33.7800) .. (129.9900,29.1700)
+.. controls (117.6900,30.8500) and (109.9300,38.3000) .. (105.9900,48.7800)
+.. controls (107.3200,48.7200) and (109.3500,47.9500) .. (111.9900,47.5000)
+.. controls (114.8100,47.0200) and (120.5400,45.7200) .. (118.8600,49.6600)
+.. controls (116.5500,50.4000) and (113.8600,50.3200) .. (111.5200,50.8300)
+arc(257.434 \__njuvis_colon 248.061 \__njuvis_colon 41.270)
+arc(201.825 \__njuvis_colon 182.478 \__njuvis_colon 8.340)
+.. controls (106.5700,55.2500) and (108.7500,54.3500) .. (111.4900,53.8400)
+.. controls (113.4900,53.5000) and (119.4200,52.0600) .. (118.8300,55.2800)
+.. controls (118.5600,56.6900) and (116.8300,56.5000) .. (115.5300,56.5800)
+arc(266.381 \__njuvis_colon 244.744 \__njuvis_colon 30.450)
+arc(185.441 \__njuvis_colon 166.566 \__njuvis_colon 7.000)
+arc(253.780 \__njuvis_colon 260.470 \__njuvis_colon 61.530)
+.. controls (113.4800,59.8800) and (117.9500,58.6300) .. (118.3700,60.7100)
+.. controls (118.9900,63.7100) and (113.7400,62.8300) .. (111.2200,63.2800)
+arc(258.008 \__njuvis_colon 247.894 \__njuvis_colon 35.600)
+.. controls (105.8300,66.5300) and (105.8600,68.3400) .. (104.4700,68.5800)
+.. controls (101.6000,69.2200) and (101.2800,62.4600) .. (101.1700,59.7200)
+arc(178.206 \__njuvis_colon 195.874 \__njuvis_colon 35.330)
+.. controls (106.2900,35.9500) and (116.3900,27.6700) .. (131.1800,25.4600)
+.. controls (132.2500,23.8900) and (132.2500,20.7500) .. (134.3200,20.9600)
+.. controls (136.1900,21.0700) and (136.0000,24.1300) .. (137.0900,25.5100)
+-- cycle(136.0900,32.2400)
+.. controls (135.6100,31.0200) and (135.0900,28.3100) .. (133.7500,28.5400)
+.. controls (131.3300,33.5400) and (129.7000,39.3400) .. (127.5700,44.7500)
+.. controls (128.8000,44.7500) and (131.1100,44.6900) .. (132.3100,44.7500)
+.. controls (131.4000,39.9300) and (136.8800,39.6400) .. (135.7600,44.7500)
+-- (140.6600,44.7500)
+.. controls (139.2900,41.0500) and (137.5400,36.2600) .. (136.1100,32.2400)
+-- cycle(0.1200,0.0000)
+.. controls (17.1200,9.9200) and (39.5400,16.9200) .. (66.3800,17.1600)
+.. controls (93.8900,17.4800) and (117.2200,12.1000) .. (134.0600,1.4400)
+.. controls (151.0600,12.0500) and (174.6200,17.5800) .. (201.8700,17.1600)
+.. controls (228.2000,16.8100) and (251.4000,9.9200) .. (268.1600,0.1600)
+.. controls (268.4800,39.6900) and (267.5500,77.3900) .. (267.5500,116.7300)
+.. controls (267.5500,155.8100) and (269.6500,196.3800) .. (259.6500,226.2500)
+.. controls (254.7800,240.9100) and (247.4400,253.2000) .. (239.1600,264.7200)
+arc(35.891 \__njuvis_colon 53.017 \__njuvis_colon 139.530)
+.. controls (198.7800,302.9700) and (185.7400,309.0600) .. (172.5000,315.7400)
+.. controls (161.1400,321.4600) and (149.7300,327.3600) .. (138.6600,333.3800)
+.. controls (137.1200,334.2300) and (135.3100,334.7900) .. (134.1900,336.2800)
+.. controls (128.1900,332.2800) and (121.7400,329.0400) .. (115.3000,325.6600)
+.. controls (108.8600,322.2800) and (102.3000,318.9300) .. (95.7800,315.6100)
+.. controls (89.0700,312.1800) and (82.3700,309.2500) .. (76.0100,305.8700)
+arc(118.166 \__njuvis_colon 128.243 \__njuvis_colon 121.110)
+.. controls (35.9500,277.2200) and (18.7700,255.2200) .. (8.5800,225.8800)
+.. controls (3.3600,210.7100) and (1.8700,193.4000) .. (1.0000,174.6400)
+.. controls (0.1500,156.1500) and (0.6000,136.4700) .. (0.6000,117.2900)
+.. controls (0.5700,78.2100) and (0.0000,39.8000) .. (0.0000,0.4300)
+.. controls (0.0000,0.2100) and (0.0000,0.0000) .. (0.1200,0.0000)
+-- cycle(127.3300,14.0500)
+.. controls (103.9200,24.3700) and (67.0500,27.3800) .. (37.1500,21.3400)
+arc(100.570 \__njuvis_colon 113.945 \__njuvis_colon 113.610)
+.. controls (10.8800,13.0100) and (9.8000,12.2100) .. (8.5800,12.3200)
+.. controls (8.2300,48.6800) and (9.1600,86.4000) .. (9.1600,121.4400)
+.. controls (9.1600,139.6600) and (8.2800,158.2800) .. (9.0000,175.6300)
+.. controls (9.7200,192.9800) and (11.7500,209.2800) .. (16.4800,223.3700)
+arc(161.626 \__njuvis_colon 144.319 \__njuvis_colon 136.390)
+.. controls (46.7300,276.1500) and (60.7700,289.6200) .. (78.5400,299.2400)
+.. controls (84.5400,302.4400) and (90.8300,305.2400) .. (97.2100,308.2400)
+.. controls (109.6600,314.0700) and (122.1100,320.1600) .. (134.4900,326.2400)
+.. controls (146.8200,320.1000) and (159.3600,314.2400) .. (171.6500,308.2400)
+.. controls (177.9800,305.1900) and (184.3300,302.5800) .. (190.2700,299.3600)
+.. controls (202.0800,293.0800) and (212.1300,284.6500) .. (221.0700,275.1800)
+arc(43.508 \__njuvis_colon 17.935 \__njuvis_colon 136.470)
+.. controls (261.1900,194.6600) and (259.2700,158.4500) .. (259.2700,121.8400)
+.. controls (259.2700,84.9800) and (259.3800,48.6600) .. (259.6500,12.3300)
+arc(261.913 \__njuvis_colon 238.823 \__njuvis_colon 8.700)
+arc(65.978 \__njuvis_colon 78.823 \__njuvis_colon 118.260)
+.. controls (209.4200,25.7300) and (182.7700,25.1000) .. (162.3100,20.6300)
+arc(102.185 \__njuvis_colon 116.968 \__njuvis_colon 116.000)
+.. controls (132.4900,11.9400) and (130.0000,12.8800) .. (127.3300,14.0500)
+-- cycle;
+}
+\def \__njuvis_path_name_cn{
+  (40.0488,-0.0176)
+.. controls (39.2490,-0.0498) and (38.3880,-0.0054) .. (37.4805,0.0996)
+.. controls (36.6505,1.1096) and (35.6496,1.9402) .. (35.3496,3.2402)
+.. controls (34.9496,5.0802) and (36.0296,6.6395) .. (36.3496,8.5195)
+.. controls (37.0696,12.3195) and (36.3703,16.0609) .. (36.0703,19.6309)
+.. controls (35.6703,20.0509) and (35.4903,20.6708) .. (35.0703,21.0508)
+.. controls (35.0903,24.6008) and (34.1896,28.1796) .. (34.3496,31.5996)
+arc(-7.170 \__njuvis_colon 1.963 \__njuvis_colon 40.240)
+arc(196.391 \__njuvis_colon 189.391 \__njuvis_colon 20.580)
+.. controls (34.0801,41.8092) and (33.6508,42.6495) .. (33.8008,44.0195)
+.. controls (33.3808,45.2795) and (32.0801,45.3409) .. (31.0801,45.8809)
+.. controls (28.1501,47.4109) and (25.8309,50.0792) .. (22.9609,51.6992)
+.. controls (21.8309,53.8992) and (19.7405,55.1293) .. (18.5605,57.2793)
+.. controls (16.8705,57.4993) and (16.5293,59.0395) .. (15.2793,59.6895)
+.. controls (14.9793,59.6095) and (14.8599,59.3404) .. (14.4199,59.4004)
+arc(232.454 \__njuvis_colon 200.396 \__njuvis_colon 7.380)
+arc(161.934 \__njuvis_colon 145.879 \__njuvis_colon 11.400)
+.. controls (15.6604,65.7191) and (17.5195,64.9403) .. (19.5195,65.8203)
+.. controls (20.8995,66.4203) and (21.8905,67.7699) .. (23.8105,67.6699)
+.. controls (24.4205,67.6299) and (24.9304,67.0900) .. (25.6504,67.2500)
+.. controls (28.2504,67.7700) and (27.4203,71.0898) .. (28.0703,73.5098)
+.. controls (27.0303,76.2898) and (23.6792,75.5609) .. (21.9492,77.2109)
+.. controls (21.1492,79.0609) and (22.2698,79.9805) .. (22.0898,82.0605)
+arc(30.607 \__njuvis_colon 65.358 \__njuvis_colon 3.200)
+arc(244.781 \__njuvis_colon 232.335 \__njuvis_colon 10.000)
+.. controls (16.0403,86.5907) and (15.0194,90.1797) .. (12.1094,92.1797)
+.. controls (10.2494,95.7197) and (8.7400,99.7207) .. (5.0000,101.7207)
+arc(140.210 \__njuvis_colon 177.813 \__njuvis_colon 6.150)
+.. controls (3.2201,97.1295) and (2.5607,96.3203) .. (2.7207,95.3203)
+.. controls (2.2407,95.1203) and (2.2607,94.4503) .. (1.7207,94.3203)
+arc(232.008 \__njuvis_colon 183.183 \__njuvis_colon 3.290)
+.. controls (-0.2991,100.9905) and (-0.1692,106.3702) .. (1.3008,109.9902)
+.. controls (1.1308,110.7202) and (1.5101,111.2602) .. (1.5801,111.9902)
+.. controls (1.7901,113.7502) and (1.2891,115.5903) .. (1.8691,116.8203)
+.. controls (3.5491,120.3003) and (6.7593,123.8109) .. (9.2793,126.2109)
+.. controls (11.7893,127.0209) and (13.8893,127.3909) .. (16.2793,126.2109)
+.. controls (17.2893,124.1509) and (18.8502,121.5293) .. (17.9902,118.5293)
+.. controls (17.7102,117.3493) and (16.5109,116.1606) .. (16.7109,114.8106)
+arc(317.645 \__njuvis_colon 286.301 \__njuvis_colon 10.910)
+.. controls (12.1609,111.0695) and (10.4899,110.2695) .. (10.4199,109.2695)
+.. controls (10.4199,108.6495) and (10.9000,108.5100) .. (11.0000,108.0000)
+arc(184.277 \__njuvis_colon 207.891 \__njuvis_colon 11.370)
+.. controls (13.1291,101.4993) and (14.0491,99.2891) .. (15.2891,98.1191)
+.. controls (16.7591,96.6991) and (18.7892,97.3192) .. (20.6992,96.6992)
+.. controls (22.1192,95.1492) and (23.2992,93.3994) .. (24.6992,91.8594)
+.. controls (25.1292,92.0394) and (25.9905,91.6802) .. (26.5605,91.9902)
+.. controls (27.3805,93.5602) and (29.5605,94.7505) .. (29.5605,96.5605)
+.. controls (29.5605,98.3705) and (27.1605,98.8203) .. (27.5605,100.8203)
+.. controls (29.5205,101.8703) and (30.6895,99.0407) .. (32.6895,99.9707)
+arc(-43.471 \__njuvis_colon 28.688 \__njuvis_colon 6.600)
+.. controls (32.4195,109.7497) and (27.4199,111.2695) .. (27.4199,112.9394)
+.. controls (27.4199,113.6495) and (29.3091,115.4000) .. (30.5391,115.5000)
+.. controls (31.5891,115.5900) and (32.5202,114.7604) .. (33.4102,114.6504)
+arc(298.226 \__njuvis_colon 324.305 \__njuvis_colon 6.720)
+.. controls (35.8095,119.4604) and (38.6805,121.3497) .. (38.8105,124.1797)
+arc(105.759 \__njuvis_colon 39.433 \__njuvis_colon 3.420)
+.. controls (42.1009,119.4406) and (46.3607,118.6591) .. (47.2207,115.3691)
+.. controls (48.0807,112.0791) and (45.6595,107.9091) .. (47.9395,105.3691)
+.. controls (50.9295,106.0091) and (52.4198,108.1799) .. (54.3398,109.9199)
+.. controls (57.9098,109.6999) and (58.4091,113.7399) .. (60.0391,115.9199)
+.. controls (62.9791,115.5499) and (62.9805,112.2207) .. (66.3105,112.2207)
+arc(209.059 \__njuvis_colon 221.152 \__njuvis_colon 22.280)
+.. controls (69.8198,107.4409) and (72.0491,105.9896) .. (72.2891,105.0996)
+arc(4.416 \__njuvis_colon -7.692 \__njuvis_colon 23.000)
+arc(351.553 \__njuvis_colon 343.660 \__njuvis_colon 33.850)
+.. controls (71.0804,95.1792) and (71.1504,94.1199) .. (71.1504,93.4199)
+.. controls (71.1904,91.1999) and (70.7198,88.4199) .. (71.0098,86.4199)
+.. controls (71.0798,85.9799) and (71.3495,85.7409) .. (71.4395,85.1309)
+.. controls (71.5295,84.5209) and (71.2091,83.5609) .. (71.2891,83.1309)
+.. controls (71.3691,82.7009) and (71.7305,82.6509) .. (71.7305,82.1309)
+.. controls (71.8605,79.7709) and (71.4094,78.1309) .. (71.8594,76.1309)
+arc(14.323 \__njuvis_colon 5.443 \__njuvis_colon 32.780)
+arc(180.972 \__njuvis_colon 192.711 \__njuvis_colon 34.470)
+arc(11.438 \__njuvis_colon 4.191 \__njuvis_colon 25.000)
+.. controls (74.2500,59.4200) and (74.9998,58.8601) .. (75.3398,57.8301)
+.. controls (75.6398,56.9901) and (75.7391,55.0795) .. (76.0391,54.2695)
+arc(22.950 \__njuvis_colon 11.876 \__njuvis_colon 20.090)
+.. controls (77.3392,49.4303) and (75.9298,48.3697) .. (75.3398,47.4297)
+arc(333.340 \__njuvis_colon 325.854 \__njuvis_colon 21.490)
+.. controls (72.7899,44.0298) and (70.8991,42.8809) .. (69.7891,41.8809)
+.. controls (69.0791,41.2409) and (68.1107,39.5805) .. (67.2207,39.3105)
+.. controls (65.1607,38.7305) and (63.5196,40.4591) .. (61.0996,40.0391)
+.. controls (58.9696,41.2791) and (58.3207,44.0902) .. (55.9707,45.1602)
+.. controls (54.2707,47.2502) and (52.7195,49.5096) .. (50.2695,50.8496)
+.. controls (48.5395,53.4396) and (46.4307,55.6495) .. (44.7207,58.2695)
+.. controls (42.6407,59.9395) and (41.1991,62.2595) .. (38.8691,63.6895)
+.. controls (37.2691,65.8695) and (35.6993,68.0905) .. (33.0293,69.2305)
+.. controls (31.5293,68.6305) and (32.3594,67.2491) .. (32.6094,65.5391)
+.. controls (33.0694,62.1991) and (33.0909,57.5497) .. (35.8809,56.4297)
+.. controls (37.7609,53.7997) and (40.4100,51.9300) .. (42.0000,49.0000)
+.. controls (46.1400,44.5300) and (51.4604,41.3205) .. (55.1504,36.4805)
+arc(73.339 \__njuvis_colon 40.588 \__njuvis_colon 5.140)
+.. controls (61.0501,34.3304) and (62.7596,29.7695) .. (60.8496,26.7695)
+arc(322.039 \__njuvis_colon 289.387 \__njuvis_colon 3.440)
+.. controls (57.5793,25.2406) and (54.4905,27.7096) .. (52.7305,25.3496)
+.. controls (52.7105,21.6696) and (57.3191,17.1995) .. (53.8691,13.5195)
+.. controls (50.2291,12.8995) and (49.2191,8.8595) .. (46.0391,8.2695)
+.. controls (46.2391,8.2895) and (46.1804,8.6308) .. (45.9004,8.5508)
+.. controls (45.2904,7.2908) and (44.4297,4.7703) .. (45.1797,2.8203)
+.. controls (44.2947,0.8703) and (42.4484,0.0790) .. (40.0488,-0.0176)
+-- cycle(371.3906,1.9609)
+.. controls (369.3906,2.7209) and (368.2101,4.2699) .. (366.8301,5.6699)
+.. controls (366.5801,5.9299) and (366.6895,6.5998) .. (366.6895,7.0898)
+.. controls (365.4094,9.0898) and (366.6895,12.1396) .. (366.6895,14.3496)
+.. controls (366.7695,18.8996) and (364.2691,22.4504) .. (364.1191,26.9004)
+.. controls (363.6091,27.7304) and (363.3598,28.7894) .. (362.8398,29.6094)
+.. controls (360.7798,30.8294) and (358.8804,32.1094) .. (356.1504,32.6094)
+.. controls (354.1404,32.9894) and (351.9892,32.2105) .. (350.4492,33.4805)
+.. controls (350.0192,33.8205) and (349.9092,34.4800) .. (349.4492,34.7500)
+.. controls (349.3492,36.0600) and (349.5306,36.7609) .. (348.8906,37.4609)
+.. controls (347.0706,37.1609) and (346.1994,34.6206) .. (343.6094,35.8906)
+.. controls (342.7994,37.4306) and (341.9208,38.8708) .. (341.0508,40.3008)
+.. controls (342.0208,40.7708) and (342.6894,40.1692) .. (343.6094,40.4492)
+.. controls (345.0794,40.9592) and (346.2294,43.3709) .. (347.6094,43.8809)
+.. controls (347.6094,44.9009) and (348.2294,45.0505) .. (348.6094,45.7305)
+.. controls (348.9094,46.2205) and (348.9097,46.8491) .. (349.1797,47.2891)
+.. controls (349.4497,47.7291) and (349.9897,47.9997) .. (350.1797,48.4297)
+.. controls (350.8097,49.8097) and (350.0500,50.4397) .. (349.7500,51.4297)
+.. controls (349.4500,52.4197) and (349.5901,53.9209) .. (348.3301,54.1309)
+.. controls (345.7701,52.3209) and (344.0306,48.8307) .. (340.6406,48.7207)
+.. controls (340.5906,50.8107) and (338.9607,51.3207) .. (338.2207,52.7207)
+arc(155.465 \__njuvis_colon 143.237 \__njuvis_colon 20.900)
+arc(315.570 \__njuvis_colon 354.748 \__njuvis_colon 3.550)
+.. controls (341.3902,59.5309) and (340.1302,60.0602) .. (339.9102,60.9902)
+.. controls (339.6202,62.3602) and (340.5092,63.1402) .. (341.1992,64.4102)
+.. controls (342.5492,64.1602) and (343.7598,64.9908) .. (344.7598,65.5508)
+.. controls (345.4598,65.4008) and (346.3804,65.6104) .. (346.9004,65.4004)
+.. controls (348.0004,64.9704) and (350.0599,61.4004) .. (350.1699,60.4004)
+.. controls (350.3699,58.7604) and (349.0809,55.1596) .. (351.4609,54.8496)
+.. controls (352.1109,54.7596) and (352.5302,55.3502) .. (353.1602,55.4102)
+.. controls (355.2302,53.9302) and (356.8998,51.5693) .. (356.0098,48.2793)
+.. controls (358.4698,46.1593) and (359.2298,50.8809) .. (360.0098,52.7109)
+.. controls (358.3798,55.2509) and (356.8602,57.9304) .. (355.1602,60.4004)
+.. controls (356.8602,62.6504) and (358.7291,59.5292) .. (360.2891,58.6992)
+.. controls (361.6291,56.6992) and (361.6699,54.1097) .. (363.4199,52.4297)
+.. controls (364.0199,52.7097) and (364.4406,53.2509) .. (365.1406,52.7109)
+.. controls (365.4806,53.6709) and (366.8505,53.5098) .. (367.5605,53.8398)
+.. controls (368.2706,54.1698) and (368.4295,54.7109) .. (369.2695,54.7109)
+.. controls (370.9395,54.7109) and (372.1105,52.8209) .. (373.8105,52.7109)
+.. controls (375.2206,53.9709) and (377.5592,55.3101) .. (376.9492,57.8301)
+.. controls (376.6092,59.3101) and (373.6797,61.0201) .. (371.6797,61.8301)
+arc(256.020 \__njuvis_colon 245.182 \__njuvis_colon 15.940)
+.. controls (367.9298,63.4401) and (367.1999,64.7200) .. (366.4199,65.2500)
+.. controls (364.9099,66.2400) and (362.7693,66.9203) .. (361.2793,67.8203)
+.. controls (359.7893,68.7203) and (358.7593,69.9495) .. (357.2793,70.5195)
+arc(247.090 \__njuvis_colon 239.780 \__njuvis_colon 14.900)
+.. controls (355.1501,71.5891) and (354.6191,71.5908) .. (354.2891,71.8008)
+.. controls (353.1791,72.5508) and (352.3493,73.8105) .. (351.0293,74.2305)
+.. controls (347.9293,74.5005) and (345.9900,76.6900) .. (343.7500,78.5000)
+.. controls (344.1900,79.8600) and (345.5898,80.2908) .. (346.5898,81.0508)
+.. controls (349.7498,80.2108) and (352.6604,81.8409) .. (355.1504,80.2109)
+.. controls (355.4604,79.9009) and (355.5394,79.3503) .. (355.8594,79.0703)
+.. controls (359.8694,76.1503) and (363.2707,72.6209) .. (366.9707,69.3809)
+.. controls (369.5207,67.8809) and (370.9707,65.2500) .. (373.9707,64.2500)
+.. controls (374.2407,62.0600) and (379.4202,59.6291) .. (380.2402,62.5391)
+.. controls (380.9402,65.1091) and (377.3906,69.9191) .. (376.3906,71.3691)
+.. controls (374.9706,73.4091) and (373.7407,75.6605) .. (371.9707,77.0605)
+.. controls (370.7407,78.0605) and (368.5898,78.5606) .. (367.8398,79.6406)
+.. controls (369.7398,81.3306) and (372.7908,84.0795) .. (369.5508,86.1895)
+arc(8.774 \__njuvis_colon 48.527 \__njuvis_colon 12.670)
+.. controls (364.9999,93.8400) and (364.4809,94.2895) .. (364.1309,94.0195)
+.. controls (360.8709,95.9395) and (358.1591,98.8709) .. (354.8691,100.4609)
+arc(244.046 \__njuvis_colon 230.212 \__njuvis_colon 16.210)
+.. controls (350.8898,104.0401) and (349.4403,104.7994) .. (348.3203,105.8594)
+.. controls (348.0803,106.5694) and (347.5097,106.9303) .. (347.1797,107.5703)
+arc(235.573 \__njuvis_colon 227.661 \__njuvis_colon 63.150)
+.. controls (339.6296,112.9005) and (339.3109,113.4697) .. (338.6309,113.6797)
+.. controls (337.0209,114.2397) and (334.6894,114.0907) .. (333.3594,114.9707)
+arc(224.739 \__njuvis_colon 199.301 \__njuvis_colon 9.160)
+.. controls (331.0307,120.3606) and (333.7509,121.5006) .. (335.6309,121.8106)
+.. controls (337.7009,122.1505) and (339.7792,122.5695) .. (341.1992,122.9394)
+.. controls (342.4292,122.2794) and (343.5998,123.0308) .. (344.7598,122.8008)
+arc(75.983 \__njuvis_colon 53.544 \__njuvis_colon 13.750)
+.. controls (350.5396,119.6895) and (351.2191,117.5995) .. (351.8691,116.6894)
+arc(215.688 \__njuvis_colon 239.017 \__njuvis_colon 30.700)
+arc(203.689 \__njuvis_colon 236.904 \__njuvis_colon 26.400)
+.. controls (374.7398,99.7995) and (370.7794,105.7403) .. (372.6094,110.3203)
+.. controls (372.7994,110.7403) and (372.6094,110.7003) .. (372.6094,111.3203)
+.. controls (373.3594,113.2003) and (375.4202,114.4903) .. (374.7402,117.3203)
+.. controls (372.7302,118.3203) and (369.9694,118.0309) .. (368.1895,119.4609)
+.. controls (364.8795,119.9409) and (359.9894,118.4802) .. (357.1895,120.7402)
+.. controls (357.2894,121.3502) and (357.7709,121.5892) .. (357.6309,122.4492)
+.. controls (359.8909,123.9392) and (362.1206,124.2592) .. (364.8906,124.4492)
+.. controls (365.1706,124.4792) and (365.6106,124.1204) .. (365.8906,124.1504)
+.. controls (366.1706,124.1804) and (366.3494,124.5996) .. (366.6094,124.5996)
+.. controls (368.2694,124.7896) and (369.6006,123.5996) .. (370.8906,123.5996)
+.. controls (373.3006,123.6696) and (375.1108,125.3705) .. (376.3008,127.3106)
+arc(107.914 \__njuvis_colon 82.878 \__njuvis_colon 10.540)
+.. controls (383.0096,125.6802) and (386.8802,125.0002) .. (387.4102,121.7402)
+.. controls (387.9402,118.4802) and (385.4202,117.0608) .. (384.4102,115.0508)
+.. controls (383.4002,113.0408) and (383.5198,110.7406) .. (381.8398,109.6406)
+-- (381.8398,108.2109)
+.. controls (381.3698,106.5909) and (379.0000,105.2109) .. (378.0000,103.2109)
+.. controls (377.8100,102.8709) and (377.9109,102.4001) .. (377.7109,102.0801)
+.. controls (376.8609,100.6801) and (375.4309,100.7009) .. (375.7109,98.3809)
+arc(191.463 \__njuvis_colon 217.371 \__njuvis_colon 11.540)
+.. controls (379.7796,94.3599) and (381.7805,92.7799) .. (383.9805,92.6699)
+.. controls (384.1805,92.6599) and (384.5405,92.9709) .. (384.9805,92.9609)
+.. controls (385.4205,92.9509) and (385.5101,92.6099) .. (385.8301,92.6699)
+.. controls (386.3201,92.7799) and (386.7598,93.4004) .. (387.2598,93.4004)
+arc(68.046 \__njuvis_colon 37.930 \__njuvis_colon 5.470)
+.. controls (389.6693,91.5295) and (389.7409,90.8695) .. (389.9609,90.6895)
+.. controls (392.3309,88.8495) and (393.5304,83.2001) .. (389.4004,82.5801)
+.. controls (387.4804,82.2801) and (386.3398,83.0607) .. (384.2598,82.7207)
+.. controls (384.6798,79.9207) and (382.9398,78.7902) .. (380.8398,78.1602)
+.. controls (378.9698,77.5902) and (377.4698,77.4502) .. (376.8398,75.7402)
+.. controls (378.2198,71.7402) and (381.6998,69.9102) .. (384.8398,67.7402)
+.. controls (388.4198,67.3602) and (390.1999,64.0293) .. (392.6699,62.0293)
+arc(206.829 \__njuvis_colon 214.926 \__njuvis_colon 55.200)
+.. controls (397.3599,54.2798) and (398.3592,53.5000) .. (398.9492,52.5000)
+.. controls (399.3092,51.8800) and (399.3808,51.1000) .. (399.8008,50.5000)
+.. controls (400.3608,49.6700) and (401.4498,49.2495) .. (401.0898,47.9395)
+.. controls (400.4898,46.8595) and (398.9706,46.6805) .. (397.8105,46.2305)
+.. controls (397.2405,46.0105) and (396.8202,45.5098) .. (396.2402,45.5098)
+.. controls (395.9002,45.4998) and (395.2399,45.9492) .. (394.6699,45.9492)
+.. controls (394.0999,45.9492) and (393.5396,45.8792) .. (393.0996,45.9492)
+.. controls (390.0296,46.4192) and (389.8398,50.4205) .. (387.8398,52.0605)
+.. controls (386.3898,51.8805) and (385.1309,53.1992) .. (384.1309,52.1992)
+.. controls (383.5409,50.4292) and (384.5392,49.0992) .. (384.6992,47.1992)
+.. controls (386.2892,44.0192) and (386.9805,40.4500) .. (388.9805,37.5000)
+.. controls (389.8205,36.2400) and (391.2203,35.4196) .. (391.8203,34.0996)
+.. controls (392.1603,33.3096) and (392.1791,32.5305) .. (392.5391,31.8105)
+.. controls (393.9791,28.8605) and (396.2396,26.4291) .. (397.0996,23.5391)
+.. controls (398.7996,22.4691) and (398.5108,19.8000) .. (399.8008,18.0000)
+.. controls (400.4008,17.1400) and (401.5904,16.5609) .. (401.6504,15.7109)
+.. controls (401.7904,13.7609) and (399.3501,13.5295) .. (399.0801,11.4395)
+.. controls (399.2001,10.8695) and (399.5904,10.5291) .. (399.6504,9.8691)
+.. controls (399.0804,8.9091) and (397.8203,8.6702) .. (396.8203,8.1602)
+.. controls (394.8303,10.0402) and (390.6596,9.7202) .. (390.0996,12.9902)
+.. controls (390.6796,14.0902) and (391.6497,15.0795) .. (391.6797,16.2695)
+.. controls (391.7097,17.4595) and (390.7606,18.7102) .. (390.3906,19.9902)
+.. controls (390.2506,20.5202) and (390.3900,21.1199) .. (390.2500,21.6699)
+.. controls (389.7600,23.5899) and (388.6895,25.1094) .. (388.6895,27.1094)
+.. controls (386.9995,30.5994) and (386.3502,35.1291) .. (383.4102,37.3691)
+.. controls (383.2302,37.0391) and (382.7103,37.0304) .. (382.5703,36.6504)
+.. controls (382.5303,33.8404) and (382.1906,30.7507) .. (380.1406,28.9707)
+.. controls (376.9806,29.3707) and (373.3795,28.0791) .. (372.4395,31.3691)
+.. controls (373.6594,32.1491) and (375.1798,32.3895) .. (376.0098,33.5195)
+.. controls (376.4698,34.1495) and (376.4802,34.9795) .. (377.1602,35.5195)
+.. controls (377.2602,37.2795) and (376.9794,40.4704) .. (378.4395,41.6504)
+.. controls (384.5695,41.5504) and (379.9902,46.7698) .. (379.9902,50.3398)
+.. controls (379.3302,50.8498) and (378.8394,51.6500) .. (377.8594,51.7500)
+.. controls (376.8794,51.8500) and (374.8795,50.8200) .. (374.0195,50.7500)
+.. controls (373.4395,50.7100) and (372.7108,50.9706) .. (372.3008,50.8906)
+.. controls (371.0308,50.6306) and (369.6408,48.5301) .. (369.3008,47.3301)
+.. controls (368.1008,43.1001) and (369.4502,39.1304) .. (372.9902,37.6504)
+.. controls (373.8402,33.6004) and (369.4505,32.7606) .. (367.7305,30.3906)
+arc(191.045 \__njuvis_colon 221.040 \__njuvis_colon 16.280)
+.. controls (371.7897,21.5303) and (372.1393,20.1092) .. (373.2793,19.6992)
+.. controls (374.4193,19.2892) and (375.9599,19.8699) .. (377.4199,19.4199)
+.. controls (378.2699,18.9899) and (378.5395,18.1809) .. (379.2695,17.7109)
+.. controls (379.6595,17.4609) and (380.1391,17.4691) .. (380.5391,17.1191)
+.. controls (382.3891,15.5991) and (381.3194,12.5800) .. (382.1094,10.0000)
+arc(135.096 \__njuvis_colon 147.145 \__njuvis_colon 15.180)
+arc(92.437 \__njuvis_colon 150.603 \__njuvis_colon 3.620)
+.. controls (376.2694,5.6997) and (376.0506,5.1209) .. (375.3906,4.9609)
+.. controls (374.3906,3.5809) and (372.7006,2.9609) .. (371.3906,1.9609)
+-- cycle(252.4707,15.8203)
+.. controls (248.9107,15.8403) and (247.1393,18.4398) .. (245.7793,21.0898)
+arc(171.657 \__njuvis_colon 132.544 \__njuvis_colon 4.090)
+.. controls (249.1606,30.9998) and (246.7798,38.7395) .. (247.3398,47.4395)
+.. controls (246.1398,51.0495) and (248.5293,55.6705) .. (245.7793,57.5605)
+.. controls (242.6193,57.7305) and (240.9905,59.7594) .. (238.2305,60.1094)
+.. controls (236.1705,60.3894) and (234.5195,61.7808) .. (232.5195,62.5508)
+.. controls (231.3795,62.9708) and (230.2809,63.0802) .. (229.3809,63.4102)
+.. controls (228.8609,63.6002) and (228.5009,64.0598) .. (227.9609,64.2598)
+arc(257.275 \__njuvis_colon 249.581 \__njuvis_colon 18.830)
+.. controls (224.9191,65.3105) and (224.5001,66.0000) .. (223.8301,66.2500)
+arc(74.234 \__njuvis_colon 105.766 \__njuvis_colon 7.580)
+.. controls (218.8109,67.5900) and (216.7106,67.7306) .. (216.1406,69.3906)
+.. controls (218.6506,71.9306) and (220.7998,74.8106) .. (224.2598,76.3906)
+.. controls (225.2198,77.4006) and (225.8597,78.7495) .. (227.6797,78.9395)
+.. controls (230.6397,76.0595) and (233.2092,72.7897) .. (236.9492,70.6797)
+.. controls (237.2292,69.8797) and (237.9205,69.4697) .. (238.2305,68.6797)
+.. controls (240.9305,67.9097) and (241.8809,65.3897) .. (244.6309,64.6797)
+.. controls (247.1209,66.2997) and (245.1506,70.5801) .. (245.0606,73.0801)
+.. controls (242.0805,81.6701) and (236.2103,89.0098) .. (229.8203,95.0098)
+.. controls (226.7803,96.7398) and (224.2695,99.2104) .. (221.2695,101.1504)
+.. controls (218.9995,102.6604) and (216.3300,103.7404) .. (214.0000,105.1504)
+.. controls (213.6500,105.3804) and (213.3800,105.7598) .. (213.0000,106.0098)
+.. controls (212.6200,106.2598) and (211.8594,106.1991) .. (211.8594,106.8691)
+.. controls (212.4094,107.6691) and (213.5302,107.1504) .. (214.4102,107.1504)
+.. controls (215.4102,107.1504) and (216.4902,107.2891) .. (217.4102,107.2891)
+.. controls (219.5702,107.2291) and (221.8498,105.5004) .. (224.0898,105.1504)
+.. controls (224.3398,105.0204) and (224.3802,104.6898) .. (224.6602,104.5898)
+.. controls (231.5602,102.3998) and (236.5092,98.0598) .. (241.1992,93.3398)
+arc(101.099 \__njuvis_colon 54.689 \__njuvis_colon 0.910)
+arc(48.432 \__njuvis_colon 2.305 \__njuvis_colon 29.790)
+arc(28.867 \__njuvis_colon -17.860 \__njuvis_colon 3.800)
+.. controls (253.4795,65.8196) and (253.0391,61.3708) .. (255.0391,58.5508)
+.. controls (255.8191,58.4908) and (256.0998,57.8992) .. (256.7598,57.6992)
+arc(264.269 \__njuvis_colon 288.820 \__njuvis_colon 2.700)
+.. controls (261.1504,56.6401) and (264.5104,54.6497) .. (268.1504,53.4297)
+.. controls (269.8604,51.8597) and (272.8793,50.8297) .. (275.2793,50.4297)
+.. controls (275.9593,49.5997) and (277.4793,49.2793) .. (278.2793,48.2793)
+.. controls (280.0893,46.0193) and (278.8192,44.6302) .. (276.6992,43.7402)
+.. controls (275.4192,43.1602) and (274.6599,43.4102) .. (273.4199,43.1602)
+.. controls (272.4699,42.9802) and (271.4199,42.1308) .. (270.4199,42.3008)
+.. controls (272.8299,44.5508) and (268.8402,47.1703) .. (266.1602,48.3203)
+.. controls (263.4802,49.4703) and (260.8800,50.7507) .. (259.7500,52.4707)
+.. controls (258.0300,53.3407) and (255.2500,53.9004) .. (254.7500,51.9004)
+.. controls (254.5300,51.0004) and (255.0499,49.6307) .. (255.1699,48.4707)
+.. controls (255.3899,46.4607) and (255.2600,43.2803) .. (255.7500,41.0703)
+.. controls (255.8500,40.6203) and (256.2405,40.2697) .. (256.3105,39.9297)
+.. controls (256.6506,38.3997) and (256.3699,36.6391) .. (257.1699,35.7891)
+.. controls (257.8899,33.2891) and (257.4906,30.9707) .. (258.8906,28.9707)
+.. controls (259.7206,27.7207) and (261.2007,26.9803) .. (261.7207,25.8203)
+.. controls (262.7707,23.4803) and (260.4491,22.6103) .. (259.8691,20.8203)
+arc(118.253 \__njuvis_colon 129.850 \__njuvis_colon 44.190)
+-- cycle(148.1894,16.0898)
+.. controls (147.1495,16.9498) and (145.0709,17.8209) .. (143.6309,17.3809)
+.. controls (142.8909,18.2409) and (141.5009,18.7009) .. (141.6309,19.9609)
+.. controls (141.8109,21.6609) and (145.9805,21.8902) .. (146.4805,23.6602)
+arc(188.554 \__njuvis_colon 97.591 \__njuvis_colon 3.000)
+.. controls (152.0208,25.2201) and (155.0605,28.6393) .. (157.7305,27.7793)
+arc(65.937 \__njuvis_colon 24.423 \__njuvis_colon 3.100)
+.. controls (159.8091,24.7105) and (159.0091,23.7705) .. (158.8691,22.2305)
+.. controls (158.8091,21.6405) and (159.4104,20.8909) .. (159.1504,19.9609)
+arc(332.060 \__njuvis_colon 307.562 \__njuvis_colon 6.170)
+.. controls (155.6009,16.7209) and (151.4596,15.5409) .. (149.5996,16.3809)
+.. controls (149.1396,15.9609) and (148.6495,16.3598) .. (148.1894,16.0898)
+-- cycle(170.8301,23.7695)
+.. controls (170.1501,24.0995) and (169.3106,24.3795) .. (168.5606,24.7695)
+arc(248.799 \__njuvis_colon 240.431 \__njuvis_colon 20.640)
+.. controls (164.6598,26.8405) and (163.8409,28.2105) .. (162.7109,29.0605)
+.. controls (162.1509,29.4805) and (161.3309,29.6505) .. (160.7109,30.0605)
+.. controls (160.0909,30.4705) and (159.7698,31.0607) .. (159.0098,31.4707)
+.. controls (158.2498,31.8807) and (157.5005,32.2194) .. (156.7305,32.6094)
+.. controls (155.1405,33.4194) and (153.0596,33.9004) .. (151.5996,34.9004)
+.. controls (151.2396,35.1804) and (151.1202,35.5500) .. (150.7402,35.7500)
+arc(60.417 \__njuvis_colon 69.509 \__njuvis_colon 12.810)
+arc(250.488 \__njuvis_colon 229.727 \__njuvis_colon 58.800)
+arc(251.719 \__njuvis_colon 235.151 \__njuvis_colon 7.760)
+arc(263.520 \__njuvis_colon 249.311 \__njuvis_colon 9.480)
+.. controls (124.1200,49.6907) and (120.5191,51.4693) .. (120.1191,53.2793)
+.. controls (120.8091,54.4093) and (122.3105,54.2009) .. (123.2305,54.9609)
+.. controls (123.6105,55.2809) and (123.6598,55.8194) .. (124.0898,56.1094)
+.. controls (127.1098,58.1094) and (130.6092,57.1094) .. (134.1992,57.1094)
+.. controls (136.0392,57.1194) and (136.4891,57.1095) .. (137.6191,56.2695)
+.. controls (138.5891,53.8495) and (140.5903,52.7505) .. (142.3203,50.9805)
+.. controls (143.8703,49.4205) and (144.9698,47.6293) .. (146.5898,47.2793)
+.. controls (149.0998,44.8193) and (151.9597,42.6793) .. (154.4297,40.2793)
+arc(222.870 \__njuvis_colon 231.325 \__njuvis_colon 23.800)
+.. controls (158.2200,37.0606) and (159.8500,36.9806) .. (161.0000,35.8906)
+.. controls (163.0000,36.3206) and (164.4600,35.2908) .. (166.0000,35.0508)
+arc(83.049 \__njuvis_colon 54.600 \__njuvis_colon 10.540)
+.. controls (171.3801,32.7697) and (171.7100,31.9609) .. (172.2500,31.4609)
+.. controls (173.7100,30.1809) and (175.6593,28.7691) .. (175.5293,26.6191)
+.. controls (174.4193,25.2091) and (172.5001,24.6095) .. (170.8301,23.7695)
+-- cycle(352.5840,35.9531)
+.. controls (353.3282,35.9384) and (354.1504,36.0379) .. (354.9004,36.1504)
+.. controls (355.6804,37.1404) and (356.8298,36.9609) .. (357.7598,37.8809)
+.. controls (358.1398,40.7309) and (355.8398,42.0109) .. (354.7598,43.8809)
+.. controls (354.2698,44.1309) and (354.0705,43.8594) .. (353.4805,43.8594)
+.. controls (352.8505,43.5294) and (353.0791,42.5794) .. (352.6191,41.8594)
+.. controls (352.3891,41.4794) and (351.7702,41.2494) .. (351.4902,40.8594)
+arc(153.393 \__njuvis_colon 165.352 \__njuvis_colon 17.590)
+.. controls (350.3180,36.3172) and (351.3437,35.9777) .. (352.5840,35.9531)
+-- cycle(361.7559,36.6133)
+arc(280.979 \__njuvis_colon 286.909 \__njuvis_colon 17.080)
+.. controls (364.8307,39.4191) and (363.3604,42.0098) .. (363.9004,44.5898)
+.. controls (363.3404,45.7398) and (361.8998,45.7009) .. (360.3398,45.8809)
+.. controls (358.7798,46.0609) and (356.8200,47.1995) .. (356.5000,45.4395)
+.. controls (356.3600,44.7595) and (357.3399,43.4395) .. (357.9199,42.4395)
+.. controls (359.1589,40.3511) and (359.9589,38.1033) .. (361.7559,36.6133)
+-- cycle(164.9492,48.3906)
+.. controls (163.6556,48.3452) and (162.3045,48.9345) .. (160.9707,49.4707)
+.. controls (160.3207,51.5507) and (157.8691,51.7404) .. (156.1191,52.9004)
+.. controls (155.5691,53.2504) and (155.0395,53.9492) .. (154.2695,54.4492)
+.. controls (153.4995,54.9492) and (152.5492,55.3506) .. (151.6992,55.8906)
+.. controls (150.2092,56.8206) and (149.1194,57.8202) .. (147.8594,58.7402)
+.. controls (147.2894,59.1002) and (146.8491,59.4494) .. (146.2891,59.8594)
+.. controls (144.8691,60.9694) and (142.4391,62.0105) .. (143.8691,63.7305)
+.. controls (144.9091,64.2405) and (146.9304,63.8004) .. (148.1504,64.1504)
+.. controls (148.3604,63.3604) and (149.3600,63.3800) .. (150.0000,63.0000)
+arc(216.176 \__njuvis_colon 222.911 \__njuvis_colon 44.260)
+.. controls (154.3005,57.9202) and (155.9904,55.7999) .. (157.1504,55.4199)
+.. controls (158.7204,54.9499) and (160.0904,55.6909) .. (160.1504,57.1309)
+.. controls (160.2304,58.9409) and (158.1809,60.4004) .. (157.4609,61.4004)
+arc(11.563 \__njuvis_colon 62.904 \__njuvis_colon 5.190)
+.. controls (153.6202,68.0905) and (150.2393,69.2205) .. (151.0293,73.8105)
+.. controls (152.2993,75.9005) and (155.7408,74.8802) .. (158.3008,74.6602)
+.. controls (159.5708,72.9502) and (162.2297,72.6992) .. (163.4297,70.9492)
+arc(123.386 \__njuvis_colon 80.188 \__njuvis_colon 1.000)
+.. controls (164.6304,70.6696) and (164.7109,69.8509) .. (165.7109,69.9609)
+arc(35.397 \__njuvis_colon -17.992 \__njuvis_colon 6.250)
+.. controls (165.1506,63.3502) and (163.4004,66.0202) .. (162.1504,64.4102)
+arc(189.173 \__njuvis_colon 255.393 \__njuvis_colon 6.000)
+.. controls (168.4306,57.2005) and (171.8398,55.3900) .. (171.8398,52.0000)
+.. controls (171.3198,51.2800) and (170.2391,51.6501) .. (169.3691,51.3301)
+.. controls (168.3591,50.9101) and (167.7999,49.6002) .. (166.6699,48.9102)
+.. controls (166.1137,48.5633) and (165.5372,48.4113) .. (164.9492,48.3906)
+-- cycle(57.1719,49.9844)
+.. controls (57.8589,49.8459) and (58.7156,51.1491) .. (58.8906,51.2891)
+.. controls (59.4506,53.3891) and (58.5996,55.6992) .. (58.5996,57.6992)
+.. controls (58.6096,58.0392) and (58.8906,58.3292) .. (58.8906,58.6992)
+.. controls (58.6106,61.3592) and (57.6694,63.5894) .. (57.6094,66.1094)
+.. controls (57.5694,67.1194) and (58.0293,68.1305) .. (58.0293,69.2305)
+.. controls (58.0893,71.0505) and (57.4393,72.3605) .. (57.0293,74.2305)
+.. controls (56.6193,76.1005) and (57.0293,77.9102) .. (57.0293,79.9102)
+.. controls (57.1193,82.9102) and (56.3801,85.9102) .. (56.3301,88.9102)
+.. controls (56.3101,89.8302) and (56.5192,90.8400) .. (56.4492,91.7500)
+.. controls (56.3392,94.5900) and (56.4492,98.8704) .. (56.4492,102.1504)
+.. controls (56.0592,102.5004) and (55.8392,102.9791) .. (55.4492,103.2891)
+arc(83.248 \__njuvis_colon 98.730 \__njuvis_colon 29.810)
+.. controls (46.9999,101.0804) and (49.4900,97.0201) .. (47.0000,95.3301)
+arc(91.935 \__njuvis_colon 123.389 \__njuvis_colon 6.080)
+.. controls (43.4594,93.0301) and (44.6600,92.3301) .. (45.0000,91.3301)
+.. controls (45.0000,89.0001) and (42.8405,87.4298) .. (43.0605,85.0898)
+.. controls (43.2205,83.2198) and (45.0605,81.0898) .. (46.0605,79.0898)
+.. controls (47.1005,76.9198) and (47.1991,74.5103) .. (48.6191,72.8203)
+.. controls (48.9691,72.4103) and (49.5506,72.1903) .. (49.8906,71.8203)
+.. controls (50.7206,70.9503) and (50.9806,69.7104) .. (51.8906,69.4004)
+.. controls (51.8106,67.4104) and (52.1895,66.7195) .. (51.1895,65.2695)
+.. controls (50.1895,63.8195) and (47.3299,63.8195) .. (47.9199,61.2695)
+arc(199.079 \__njuvis_colon 224.335 \__njuvis_colon 11.100)
+.. controls (52.3707,54.8406) and (55.0906,51.8806) .. (56.8906,50.1406)
+.. controls (56.9794,50.0544) and (57.0737,50.0042) .. (57.1719,49.9844)
+-- cycle(136.8418,63.2129)
+.. controls (134.6117,63.2434) and (133.0770,64.7569) .. (131.9394,66.0000)
+.. controls (130.9994,68.5500) and (133.0009,70.5305) .. (133.2109,72.9805)
+.. controls (133.2709,73.7305) and (132.8603,74.4595) .. (133.0703,75.2695)
+.. controls (133.4703,76.8095) and (137.5699,80.4095) .. (138.9199,80.6895)
+.. controls (140.6399,81.0295) and (141.2794,80.0606) .. (142.1894,79.3906)
+arc(61.845 \__njuvis_colon 47.408 \__njuvis_colon 9.760)
+arc(25.076 \__njuvis_colon -1.466 \__njuvis_colon 9.170)
+.. controls (144.8508,70.3796) and (141.9500,64.4492) .. (138.5000,63.4492)
+.. controls (137.9075,63.2767) and (137.3564,63.2059) .. (136.8418,63.2129)
+-- cycle(258.0156,63.7500)
+.. controls (257.8393,63.7536) and (257.6511,63.7737) .. (257.4492,63.8105)
+.. controls (258.3292,65.7305) and (258.0099,67.9906) .. (259.1699,69.6406)
+.. controls (260.3599,76.0706) and (263.9395,81.7500) .. (267.4395,86.7500)
+.. controls (267.8494,88.9100) and (269.4009,89.8700) .. (270.7109,91.7500)
+arc(147.297 \__njuvis_colon 130.656 \__njuvis_colon 30.000)
+.. controls (278.5302,100.0908) and (279.8409,101.2294) .. (282.9609,100.8594)
+.. controls (284.7209,99.8094) and (286.9291,100.1602) .. (288.7891,99.1602)
+.. controls (290.2291,98.3702) and (291.3698,97.0992) .. (292.5098,96.4492)
+.. controls (294.9498,95.0792) and (298.6498,95.4492) .. (299.3398,92.4492)
+.. controls (298.6398,91.8392) and (297.5897,91.5609) .. (296.9297,90.8809)
+.. controls (293.4497,90.7009) and (291.0991,88.9396) .. (287.5391,89.5996)
+.. controls (285.6191,88.8996) and (284.5709,87.1699) .. (282.1309,87.1699)
+.. controls (278.8709,84.6599) and (275.1909,82.6004) .. (272.1309,79.9004)
+.. controls (272.1909,79.5604) and (271.8702,79.6009) .. (271.9902,79.2109)
+.. controls (269.4402,77.0509) and (267.8795,73.9206) .. (265.4395,71.6406)
+-- (265.4395,71.0801)
+arc(128.888 \__njuvis_colon 149.376 \__njuvis_colon 11.640)
+.. controls (260.5930,67.1711) and (260.6601,63.6954) .. (258.0156,63.7500)
+-- cycle(39.8945,68.5820)
+.. controls (40.9158,68.5211) and (42.0500,69.0355) .. (42.5000,69.8105)
+.. controls (41.9000,71.7105) and (42.0200,73.9395) .. (41.5000,75.9395)
+.. controls (41.3400,76.5495) and (40.8306,77.0406) .. (40.6406,77.6406)
+.. controls (40.2806,78.7806) and (40.5694,80.2498) .. (40.3594,81.3398)
+arc(16.262 \__njuvis_colon 38.997 \__njuvis_colon 8.590)
+.. controls (37.7891,86.0298) and (39.1091,91.2694) .. (36.7891,91.6094)
+.. controls (35.5091,91.7494) and (34.4691,90.3700) .. (33.7891,89.7500)
+.. controls (33.1491,86.4200) and (35.2891,83.2708) .. (33.3691,81.0508)
+arc(180.810 \__njuvis_colon 190.420 \__njuvis_colon 25.620)
+.. controls (33.9091,76.3893) and (34.2502,76.4395) .. (34.4902,75.9395)
+.. controls (34.7302,75.4395) and (34.5691,74.8098) .. (34.7891,74.5098)
+arc(225.369 \__njuvis_colon 252.287 \__njuvis_colon 5.350)
+.. controls (37.0099,71.9607) and (38.3496,71.1509) .. (38.3496,69.3809)
+.. controls (38.7096,68.8634) and (39.2818,68.6186) .. (39.8945,68.5820)
+-- cycle(151.8809,78.5000)
+.. controls (149.8009,78.8800) and (149.1001,80.6598) .. (148.3301,82.3398)
+arc(-27.700 \__njuvis_colon 27.700 \__njuvis_colon 2.000)
+.. controls (149.6401,86.7592) and (148.4701,91.6309) .. (145.3301,90.4609)
+.. controls (145.1401,90.7009) and (144.7105,90.6906) .. (144.4805,90.8906)
+.. controls (142.0705,90.8206) and (139.7191,92.7499) .. (137.7891,93.1699)
+arc(3.044 \__njuvis_colon 64.518 \__njuvis_colon 1.000)
+.. controls (136.1607,94.1195) and (135.5004,95.0109) .. (134.6504,95.4609)
+.. controls (134.1804,95.7109) and (133.7594,95.5391) .. (133.3594,95.8691)
+arc(46.744 \__njuvis_colon 70.650 \__njuvis_colon 13.250)
+.. controls (127.2699,99.1907) and (126.1094,99.1191) .. (125.1094,100.2891)
+.. controls (123.5794,101.1091) and (122.1398,100.8698) .. (120.8398,101.0098)
+arc(266.296 \__njuvis_colon 204.289 \__njuvis_colon 6.070)
+.. controls (117.1292,106.3303) and (116.9395,108.9999) .. (117.2695,111.6699)
+.. controls (117.4095,112.8099) and (117.6894,115.2497) .. (118.6894,115.9297)
+.. controls (119.5294,116.5097) and (120.9796,116.3797) .. (122.0996,116.9297)
+.. controls (122.5996,117.1797) and (122.7509,117.7091) .. (123.3809,117.7891)
+.. controls (124.6709,117.9391) and (125.5995,116.7891) .. (126.5195,116.7891)
+.. controls (128.4795,113.4391) and (132.2497,110.6495) .. (133.9297,106.5195)
+.. controls (134.7097,106.0295) and (135.0997,105.1197) .. (135.9297,104.6797)
+.. controls (136.4997,102.2897) and (138.0400,100.9002) .. (139.5000,99.4102)
+.. controls (142.7600,101.4802) and (143.9198,105.7200) .. (146.7598,108.2500)
+arc(160.326 \__njuvis_colon 153.452 \__njuvis_colon 54.410)
+.. controls (150.0403,114.2500) and (150.3803,115.1894) .. (151.3203,115.1094)
+.. controls (153.5403,114.9194) and (154.9896,110.0698) .. (156.5996,108.8398)
+.. controls (156.5996,104.2898) and (155.5396,99.4796) .. (155.5996,94.5996)
+.. controls (155.6596,88.5996) and (156.3493,82.8107) .. (153.0293,79.2207)
+arc(110.470 \__njuvis_colon 133.750 \__njuvis_colon 3.360)
+-- cycle(330.9375,80.7988)
+.. controls (329.4112,80.8982) and (328.1095,82.2984) .. (327.2695,83.4609)
+.. controls (327.5895,85.9409) and (329.1495,88.5302) .. (329.2695,91.1602)
+.. controls (329.3695,93.5902) and (327.4291,94.9793) .. (327.1191,97.2793)
+.. controls (325.5591,98.1793) and (326.0595,100.4293) .. (325.6895,102.2793)
+.. controls (325.4694,102.7793) and (324.8398,102.8403) .. (324.8398,103.5703)
+.. controls (326.8698,104.2303) and (328.9999,106.4109) .. (331.4199,104.7109)
+.. controls (336.0299,105.1009) and (339.1102,102.3098) .. (340.2402,98.0098)
+.. controls (340.0802,94.4798) and (340.2402,91.5606) .. (339.2402,87.8906)
+.. controls (337.9102,86.5506) and (335.6401,83.6095) .. (333.8301,82.1895)
+arc(310.536 \__njuvis_colon 304.568 \__njuvis_colon 15.760)
+.. controls (331.9793,80.8770) and (331.4463,80.7657) .. (330.9375,80.7988)
+-- cycle(162.8594,82.8906)
+.. controls (162.7094,82.8906) and (162.6806,83.0508) .. (162.5606,83.0508)
+.. controls (160.8605,85.1008) and (162.7594,87.1808) .. (162.8594,89.3008)
+.. controls (162.8794,90.0208) and (162.3993,90.4602) .. (162.2793,91.1602)
+arc(189.420 \__njuvis_colon 181.814 \__njuvis_colon 21.510)
+arc(185.134 \__njuvis_colon 173.375 \__njuvis_colon 56.430)
+.. controls (164.0504,105.7405) and (165.0898,108.0998) .. (166.8398,108.2598)
+arc(87.056 \__njuvis_colon 51.034 \__njuvis_colon 3.930)
+.. controls (170.1094,106.6906) and (170.9494,105.4805) .. (172.1094,104.9805)
+.. controls (172.7894,103.1105) and (174.2307,101.2692) .. (173.9707,98.6992)
+.. controls (173.7207,96.4492) and (172.3591,94.0598) .. (171.5391,91.5898)
+.. controls (169.8591,86.5698) and (167.4094,83.5406) .. (162.8594,82.8906)
+-- cycle(147.4570,90.8379)
+.. controls (147.5999,90.8390) and (147.7473,90.8540) .. (147.9004,90.8809)
+.. controls (149.3204,94.8309) and (150.0508,98.8109) .. (148.0508,102.7109)
+.. controls (147.3708,102.9109) and (146.9895,103.2991) .. (146.1894,103.1191)
+.. controls (145.7095,103.0191) and (145.3695,102.2294) .. (144.7695,101.8594)
+.. controls (143.2695,100.9194) and (140.5105,100.9991) .. (141.0606,98.2891)
+.. controls (141.1705,97.7191) and (141.9098,97.0491) .. (142.3398,96.2891)
+.. controls (142.7698,95.5291) and (143.1109,93.9000) .. (143.6309,93.7500)
+.. controls (144.3059,93.5344) and (145.3148,90.8217) .. (147.4570,90.8379)
+-- cycle;
+}
+\def \__njuvis_path_name_en{
+  (221.5293,0.0000)
+arc(270.581 \__njuvis_colon 250.033 \__njuvis_colon 19.480)
+arc(250.094 \__njuvis_colon 225.668 \__njuvis_colon 14.760)
+arc(225.475 \__njuvis_colon 200.943 \__njuvis_colon 14.570)
+arc(201.570 \__njuvis_colon 180.068 \__njuvis_colon 17.850)
+arc(181.012 \__njuvis_colon 157.939 \__njuvis_colon 17.110)
+arc(157.482 \__njuvis_colon 132.803 \__njuvis_colon 14.000)
+arc(132.487 \__njuvis_colon 108.931 \__njuvis_colon 14.390)
+arc(108.957 \__njuvis_colon 89.519 \__njuvis_colon 18.450)
+arc(89.268 \__njuvis_colon 73.944 \__njuvis_colon 29.000)
+arc(76.581 \__njuvis_colon 61.649 \__njuvis_colon 25.910)
+.. controls (234.5006,27.7103) and (234.5000,27.1409) .. (234.5000,26.7109)
+-- (234.5000,25.0000)
+-- (234.5000,21.5000)
+arc(179.710 \__njuvis_colon 203.038 \__njuvis_colon 3.380)
+arc(206.464 \__njuvis_colon 256.240 \__njuvis_colon 1.750)
+arc(251.011 \__njuvis_colon 259.235 \__njuvis_colon 9.230)
+.. controls (237.5392,18.8404) and (237.9291,18.7900) .. (238.3691,18.7500)
+-- (238.3691,17.0898)
+-- (222.6797,17.0898)
+-- (222.6797,18.7500)
+.. controls (223.1097,18.8100) and (223.6393,18.8993) .. (224.2793,19.0293)
+arc(279.892 \__njuvis_colon 294.146 \__njuvis_colon 6.750)
+arc(290.378 \__njuvis_colon 328.246 \__njuvis_colon 2.190)
+arc(-26.528 \__njuvis_colon 2.114 \__njuvis_colon 2.670)
+-- (227.2598,27.8105)
+arc(49.521 \__njuvis_colon 70.544 \__njuvis_colon 7.180)
+arc(69.985 \__njuvis_colon 90.905 \__njuvis_colon 9.300)
+arc(89.172 \__njuvis_colon 153.594 \__njuvis_colon 6.790)
+.. controls (214.0271,23.3968) and (213.3008,19.9174) .. (213.3008,15.4707)
+.. controls (213.3008,11.2907) and (214.0395,8.0027) .. (215.5195,5.6094)
+arc(209.219 \__njuvis_colon 271.647 \__njuvis_colon 7.000)
+arc(268.556 \__njuvis_colon 317.220 \__njuvis_colon 7.520)
+arc(320.224 \__njuvis_colon 344.486 \__njuvis_colon 19.850)
+-- (233.2793,11.8301)
+-- (233.0898,0.8301)
+-- (231.2402,0.8301)
+-- (229.9199,2.0000)
+arc(295.868 \__njuvis_colon 285.305 \__njuvis_colon 21.000)
+arc(285.870 \__njuvis_colon 269.424 \__njuvis_colon 16.830)
+-- cycle(475.7305,0.0000)
+arc(270.697 \__njuvis_colon 251.639 \__njuvis_colon 14.370)
+arc(251.783 \__njuvis_colon 229.971 \__njuvis_colon 10.860)
+arc(229.227 \__njuvis_colon 205.581 \__njuvis_colon 9.000)
+arc(205.450 \__njuvis_colon 180.053 \__njuvis_colon 7.930)
+arc(180.499 \__njuvis_colon 146.816 \__njuvis_colon 9.080)
+arc(145.151 \__njuvis_colon 109.774 \__njuvis_colon 9.390)
+.. controls (471.3195,17.9101) and (472.2598,18.2501) .. (473.2598,18.5801)
+-- (476.5508,19.6504)
+arc(285.313 \__njuvis_colon 309.637 \__njuvis_colon 10.700)
+arc(-48.514 \__njuvis_colon 1.380 \__njuvis_colon 3.880)
+arc(-1.392 \__njuvis_colon 48.031 \__njuvis_colon 4.650)
+arc(50.897 \__njuvis_colon 93.859 \__njuvis_colon 6.360)
+arc(88.705 \__njuvis_colon 117.936 \__njuvis_colon 7.660)
+arc(119.475 \__njuvis_colon 138.118 \__njuvis_colon 11.480)
+arc(137.466 \__njuvis_colon 151.124 \__njuvis_colon 16.000)
+arc(150.594 \__njuvis_colon 158.234 \__njuvis_colon 27.630)
+-- (463.5801,20.0801)
+-- (463.8496,31.0000)
+-- (465.6602,31.0000)
+-- (467.1309,29.5391)
+arc(118.597 \__njuvis_colon 105.186 \__njuvis_colon 18.730)
+arc(105.699 \__njuvis_colon 89.522 \__njuvis_colon 18.500)
+arc(90.914 \__njuvis_colon 73.005 \__njuvis_colon 17.000)
+arc(72.518 \__njuvis_colon 52.080 \__njuvis_colon 12.540)
+arc(51.921 \__njuvis_colon 26.084 \__njuvis_colon 8.780)
+arc(26.070 \__njuvis_colon -0.869 \__njuvis_colon 8.360)
+arc(2.068 \__njuvis_colon -36.210 \__njuvis_colon 8.310)
+arc(320.908 \__njuvis_colon 289.261 \__njuvis_colon 10.530)
+.. controls (481.6975,13.3828) and (480.7273,13.0495) .. (479.6406,12.6895)
+-- (476.4199,11.6309)
+arc(105.331 \__njuvis_colon 128.501 \__njuvis_colon 11.000)
+arc(131.683 \__njuvis_colon 182.443 \__njuvis_colon 3.800)
+arc(179.222 \__njuvis_colon 229.519 \__njuvis_colon 4.160)
+arc(229.307 \__njuvis_colon 272.432 \__njuvis_colon 5.400)
+arc(268.599 \__njuvis_colon 297.124 \__njuvis_colon 6.660)
+arc(299.057 \__njuvis_colon 320.545 \__njuvis_colon 8.380)
+arc(321.059 \__njuvis_colon 334.542 \__njuvis_colon 14.550)
+arc(333.277 \__njuvis_colon 339.116 \__njuvis_colon 36.480)
+-- (487.1699,11.1309)
+-- (487.0000,0.8301)
+-- (485.1797,0.8301)
+-- (483.8809,2.1094)
+arc(297.794 \__njuvis_colon 286.656 \__njuvis_colon 19.210)
+arc(287.442 \__njuvis_colon 269.484 \__njuvis_colon 15.220)
+-- cycle(53.2891,0.4004)
+.. controls (51.2957,5.2271) and (49.4705,9.6375) .. (47.8105,13.6309)
+-- (42.8691,25.6309)
+arc(20.881 \__njuvis_colon 38.335 \__njuvis_colon 6.670)
+arc(38.761 \__njuvis_colon 60.374 \__njuvis_colon 5.180)
+arc(60.283 \__njuvis_colon 80.165 \__njuvis_colon 4.280)
+arc(78.307 \__njuvis_colon 86.213 \__njuvis_colon 11.780)
+-- (37.3906,31.0000)
+-- (49.7500,31.0000)
+-- (49.7500,29.3203)
+arc(92.283 \__njuvis_colon 110.449 \__njuvis_colon 11.080)
+.. controls (45.6603,28.3109) and (45.3203,27.9207) .. (45.3203,27.4707)
+arc(181.789 \__njuvis_colon 189.064 \__njuvis_colon 5.860)
+arc(190.751 \__njuvis_colon 200.164 \__njuvis_colon 10.940)
+.. controls (46.0791,24.3900) and (46.3291,23.6599) .. (46.6191,22.9199)
+.. controls (46.9091,22.1799) and (47.1702,21.4999) .. (47.4102,20.9199)
+-- (57.8691,20.9199)
+-- (60.4492,27.1797)
+arc(336.951 \__njuvis_colon 347.717 \__njuvis_colon 3.190)
+arc(-3.889 \__njuvis_colon 3.889 \__njuvis_colon 2.880)
+.. controls (60.6309,28.4606) and (60.0801,28.7409) .. (59.0801,28.9609)
+arc(77.409 \__njuvis_colon 85.392 \__njuvis_colon 19.610)
+-- (56.3809,31.0000)
+-- (72.8301,31.0000)
+-- (72.8008,29.3809)
+arc(94.575 \__njuvis_colon 102.325 \__njuvis_colon 10.620)
+arc(100.987 \__njuvis_colon 119.276 \__njuvis_colon 4.660)
+arc(119.410 \__njuvis_colon 139.691 \__njuvis_colon 4.460)
+arc(141.138 \__njuvis_colon 156.708 \__njuvis_colon 5.000)
+.. controls (66.9867,23.8867) and (65.6534,20.5925) .. (64.0801,16.6191)
+.. controls (62.5067,12.6458) and (60.3308,7.2404) .. (57.5508,0.4004)
+-- (53.2891,0.4004)
+-- cycle(0.0000,0.8301)
+-- (0.0000,2.5293)
+arc(280.247 \__njuvis_colon 292.703 \__njuvis_colon 10.570)
+arc(292.591 \__njuvis_colon 314.300 \__njuvis_colon 5.730)
+arc(315.191 \__njuvis_colon 341.778 \__njuvis_colon 4.160)
+arc(-18.455 \__njuvis_colon 0.803 \__njuvis_colon 6.050)
+-- (5.3105,22.2598)
+arc(-1.989 \__njuvis_colon 10.468 \__njuvis_colon 19.360)
+arc(12.216 \__njuvis_colon 53.370 \__njuvis_colon 3.150)
+arc(56.002 \__njuvis_colon 78.776 \__njuvis_colon 4.940)
+arc(76.098 \__njuvis_colon 85.152 \__njuvis_colon 12.000)
+-- (0.1309,31.0000)
+-- (13.1094,31.0000)
+-- (13.1094,29.3203)
+arc(100.608 \__njuvis_colon 106.937 \__njuvis_colon 18.650)
+arc(103.343 \__njuvis_colon 125.453 \__njuvis_colon 5.240)
+arc(131.864 \__njuvis_colon 168.827 \__njuvis_colon 3.630)
+arc(168.374 \__njuvis_colon 181.580 \__njuvis_colon 17.460)
+-- (7.7891,7.8496)
+-- (26.6094,31.1992)
+-- (30.3906,31.1992)
+-- (30.3906,9.6504)
+arc(178.422 \__njuvis_colon 190.784 \__njuvis_colon 19.100)
+arc(188.975 \__njuvis_colon 229.485 \__njuvis_colon 3.310)
+arc(233.663 \__njuvis_colon 261.257 \__njuvis_colon 4.540)
+.. controls (34.5398,2.6107) and (35.1491,2.4902) .. (35.5391,2.4902)
+-- (35.5391,0.8301)
+-- (22.5391,0.8301)
+-- (22.5391,2.5195)
+arc(279.906 \__njuvis_colon 287.110 \__njuvis_colon 16.370)
+arc(283.300 \__njuvis_colon 305.496 \__njuvis_colon 5.220)
+arc(311.563 \__njuvis_colon 348.623 \__njuvis_colon 3.630)
+arc(-12.076 \__njuvis_colon 1.753 \__njuvis_colon 16.680)
+-- (27.8809,21.2500)
+-- (11.3691,0.8301)
+-- (0.0000,0.8301)
+-- cycle(74.9004,0.8301)
+-- (74.9004,2.5801)
+arc(280.211 \__njuvis_colon 292.601 \__njuvis_colon 10.670)
+arc(293.457 \__njuvis_colon 313.832 \__njuvis_colon 5.810)
+arc(315.191 \__njuvis_colon 341.778 \__njuvis_colon 4.160)
+arc(-19.016 \__njuvis_colon 0.272 \__njuvis_colon 6.050)
+-- (80.1504,22.2598)
+arc(-1.989 \__njuvis_colon 10.468 \__njuvis_colon 19.360)
+arc(10.884 \__njuvis_colon 52.116 \__njuvis_colon 3.100)
+arc(56.070 \__njuvis_colon 78.442 \__njuvis_colon 5.000)
+arc(76.312 \__njuvis_colon 85.334 \__njuvis_colon 12.300)
+-- (75.0000,31.0000)
+-- (87.9707,31.0000)
+-- (87.9707,29.3203)
+arc(100.620 \__njuvis_colon 106.925 \__njuvis_colon 18.720)
+arc(103.715 \__njuvis_colon 125.081 \__njuvis_colon 5.420)
+arc(132.125 \__njuvis_colon 168.482 \__njuvis_colon 3.690)
+arc(168.542 \__njuvis_colon 181.745 \__njuvis_colon 17.460)
+-- (82.6602,7.8496)
+-- (101.4902,31.1992)
+-- (105.2793,31.1992)
+-- (105.2793,9.6504)
+arc(178.422 \__njuvis_colon 190.784 \__njuvis_colon 19.100)
+arc(188.775 \__njuvis_colon 229.343 \__njuvis_colon 3.300)
+arc(233.786 \__njuvis_colon 261.134 \__njuvis_colon 4.580)
+.. controls (109.4207,2.6107) and (110.0199,2.4902) .. (110.4199,2.4902)
+-- (110.4102,0.8301)
+-- (97.4102,0.8301)
+-- (97.4102,2.5195)
+arc(279.889 \__njuvis_colon 287.128 \__njuvis_colon 16.290)
+arc(283.451 \__njuvis_colon 305.116 \__njuvis_colon 5.370)
+arc(312.074 \__njuvis_colon 348.533 \__njuvis_colon 3.680)
+arc(-12.448 \__njuvis_colon 1.903 \__njuvis_colon 16.080)
+-- (102.7598,21.2500)
+-- (86.2402,0.8301)
+-- (74.9004,0.8301)
+-- cycle(122.1602,0.8301)
+-- (122.1602,2.4902)
+.. controls (122.5602,2.5502) and (123.0599,2.6395) .. (123.6699,2.7695)
+arc(280.529 \__njuvis_colon 293.240 \__njuvis_colon 7.320)
+arc(287.202 \__njuvis_colon 329.339 \__njuvis_colon 2.000)
+arc(-23.165 \__njuvis_colon 1.894 \__njuvis_colon 3.000)
+-- (126.5898,22.4707)
+arc(-4.214 \__njuvis_colon 33.727 \__njuvis_colon 8.810)
+arc(38.627 \__njuvis_colon 92.203 \__njuvis_colon 4.880)
+arc(90.163 \__njuvis_colon 115.877 \__njuvis_colon 3.000)
+arc(110.689 \__njuvis_colon 151.088 \__njuvis_colon 1.590)
+-- (119.0000,28.5391)
+arc(50.568 \__njuvis_colon 38.375 \__njuvis_colon 14.110)
+arc(41.984 \__njuvis_colon 1.312 \__njuvis_colon 3.900)
+arc(1.233 \__njuvis_colon -45.826 \__njuvis_colon 3.630)
+arc(312.471 \__njuvis_colon 265.852 \__njuvis_colon 4.000)
+arc(272.701 \__njuvis_colon 221.378 \__njuvis_colon 3.850)
+arc(219.818 \__njuvis_colon 177.869 \__njuvis_colon 4.840)
+arc(182.421 \__njuvis_colon 127.815 \__njuvis_colon 6.320)
+arc(125.450 \__njuvis_colon 86.902 \__njuvis_colon 10.110)
+arc(90.564 \__njuvis_colon 72.402 \__njuvis_colon 13.870)
+arc(72.325 \__njuvis_colon 52.268 \__njuvis_colon 11.870)
+arc(50.932 \__njuvis_colon 25.604 \__njuvis_colon 9.350)
+arc(25.513 \__njuvis_colon -0.618 \__njuvis_colon 9.560)
+-- (134.1309,5.1992)
+arc(178.868 \__njuvis_colon 200.878 \__njuvis_colon 3.640)
+arc(206.362 \__njuvis_colon 260.604 \__njuvis_colon 1.530)
+.. controls (135.9802,2.8700) and (136.4301,2.7692) .. (136.8301,2.6992)
+.. controls (137.2301,2.6292) and (137.7093,2.5602) .. (138.2793,2.4902)
+-- (138.3008,0.8301)
+-- (122.1602,0.8301)
+-- cycle(143.3594,0.8301)
+-- (143.3594,2.4902)
+.. controls (143.8394,2.5502) and (144.4201,2.6508) .. (145.0801,2.8008)
+arc(281.485 \__njuvis_colon 290.094 \__njuvis_colon 10.520)
+arc(289.234 \__njuvis_colon 330.397 \__njuvis_colon 2.000)
+arc(-26.269 \__njuvis_colon 1.286 \__njuvis_colon 2.730)
+-- (147.9609,26.8301)
+arc(-1.938 \__njuvis_colon 26.622 \__njuvis_colon 2.760)
+arc(31.995 \__njuvis_colon 71.764 \__njuvis_colon 2.000)
+arc(73.678 \__njuvis_colon 88.688 \__njuvis_colon 6.000)
+-- (143.3594,29.3691)
+-- (143.3594,31.0000)
+-- (160.1094,31.0000)
+-- (160.1094,29.3691)
+arc(94.091 \__njuvis_colon 100.334 \__njuvis_colon 16.000)
+arc(98.556 \__njuvis_colon 109.587 \__njuvis_colon 7.940)
+arc(109.466 \__njuvis_colon 148.422 \__njuvis_colon 2.120)
+arc(153.559 \__njuvis_colon 181.402 \__njuvis_colon 2.790)
+-- (155.5098,5.1895)
+arc(179.441 \__njuvis_colon 204.277 \__njuvis_colon 3.160)
+arc(208.477 \__njuvis_colon 256.095 \__njuvis_colon 1.740)
+arc(253.315 \__njuvis_colon 263.504 \__njuvis_colon 9.250)
+-- (160.1094,2.4902)
+-- (160.1094,0.8301)
+-- (143.3594,0.8301)
+-- cycle(164.6992,0.8301)
+-- (164.6992,2.5801)
+arc(280.193 \__njuvis_colon 292.592 \__njuvis_colon 10.670)
+arc(293.496 \__njuvis_colon 313.854 \__njuvis_colon 5.810)
+arc(315.191 \__njuvis_colon 341.778 \__njuvis_colon 4.160)
+arc(-19.016 \__njuvis_colon 0.272 \__njuvis_colon 6.050)
+-- (169.9492,22.2598)
+arc(-1.882 \__njuvis_colon 10.041 \__njuvis_colon 20.220)
+arc(11.556 \__njuvis_colon 51.444 \__njuvis_colon 3.200)
+arc(56.330 \__njuvis_colon 78.404 \__njuvis_colon 5.090)
+arc(76.244 \__njuvis_colon 85.401 \__njuvis_colon 12.120)
+-- (164.8008,31.0000)
+-- (177.8008,31.0000)
+-- (177.8008,29.3203)
+arc(100.510 \__njuvis_colon 107.035 \__njuvis_colon 18.090)
+arc(103.512 \__njuvis_colon 125.055 \__njuvis_colon 5.400)
+arc(132.012 \__njuvis_colon 169.017 \__njuvis_colon 3.620)
+arc(168.186 \__njuvis_colon 181.823 \__njuvis_colon 16.910)
+-- (172.4805,7.8496)
+-- (191.2891,31.1992)
+-- (195.0801,31.1992)
+-- (195.0801,9.6504)
+arc(178.422 \__njuvis_colon 190.784 \__njuvis_colon 19.100)
+arc(188.651 \__njuvis_colon 229.810 \__njuvis_colon 3.260)
+arc(233.506 \__njuvis_colon 261.413 \__njuvis_colon 4.490)
+.. controls (199.2293,2.6107) and (199.8305,2.4902) .. (200.2305,2.4902)
+-- (200.2305,0.8301)
+-- (187.2305,0.8301)
+-- (187.2305,2.5195)
+arc(280.009 \__njuvis_colon 287.008 \__njuvis_colon 16.850)
+arc(283.165 \__njuvis_colon 305.175 \__njuvis_colon 5.310)
+arc(312.176 \__njuvis_colon 348.009 \__njuvis_colon 3.750)
+arc(-12.048 \__njuvis_colon 1.781 \__njuvis_colon 16.680)
+-- (192.5898,21.2500)
+-- (176.0703,0.8301)
+-- (164.6992,0.8301)
+-- cycle(255.9297,0.8301)
+-- (255.9297,2.4102)
+.. controls (256.2497,2.4502) and (256.7200,2.5306) .. (257.2500,2.6406)
+arc(281.017 \__njuvis_colon 295.313 \__njuvis_colon 5.790)
+arc(294.826 \__njuvis_colon 330.149 \__njuvis_colon 2.440)
+arc(-27.048 \__njuvis_colon 1.394 \__njuvis_colon 2.650)
+-- (260.0000,20.8203)
+arc(182.970 \__njuvis_colon 130.440 \__njuvis_colon 10.000)
+.. controls (265.8667,30.8892) and (269.2000,31.8594) .. (273.5000,31.8594)
+arc(92.820 \__njuvis_colon 49.887 \__njuvis_colon 12.820)
+arc(47.969 \__njuvis_colon -2.292 \__njuvis_colon 10.220)
+-- (285.7598,9.6191)
+arc(178.154 \__njuvis_colon 190.945 \__njuvis_colon 18.680)
+arc(188.699 \__njuvis_colon 232.299 \__njuvis_colon 3.000)
+arc(237.034 \__njuvis_colon 260.778 \__njuvis_colon 5.210)
+.. controls (290.0007,2.6293) and (290.5900,2.4902) .. (291.0000,2.4902)
+-- (291.0000,0.8301)
+-- (277.8906,0.8301)
+-- (277.8906,2.5293)
+arc(280.771 \__njuvis_colon 286.779 \__njuvis_colon 18.860)
+arc(280.852 \__njuvis_colon 304.104 \__njuvis_colon 5.260)
+arc(311.489 \__njuvis_colon 347.841 \__njuvis_colon 3.620)
+arc(-12.331 \__njuvis_colon 1.967 \__njuvis_colon 16.420)
+-- (283.2793,20.0703)
+.. controls (283.2793,22.9903) and (282.5797,25.2109) .. (281.1797,26.7109)
+arc(48.043 \__njuvis_colon 129.881 \__njuvis_colon 8.810)
+.. controls (268.3073,25.5533) and (267.6406,23.3773) .. (267.6406,20.3906)
+-- (267.6406,5.1895)
+arc(178.852 \__njuvis_colon 204.698 \__njuvis_colon 3.060)
+arc(206.879 \__njuvis_colon 256.742 \__njuvis_colon 1.630)
+arc(250.219 \__njuvis_colon 259.017 \__njuvis_colon 9.600)
+arc(260.382 \__njuvis_colon 266.387 \__njuvis_colon 13.270)
+-- (271.8008,0.8301)
+-- (255.9297,0.8301)
+-- cycle(294.3398,0.8301)
+-- (294.3398,2.5801)
+arc(280.357 \__njuvis_colon 292.592 \__njuvis_colon 10.760)
+arc(293.240 \__njuvis_colon 314.049 \__njuvis_colon 5.690)
+arc(314.649 \__njuvis_colon 342.320 \__njuvis_colon 4.000)
+arc(-19.418 \__njuvis_colon 0.675 \__njuvis_colon 5.810)
+-- (299.5801,22.2598)
+arc(-1.855 \__njuvis_colon 10.068 \__njuvis_colon 20.220)
+arc(11.522 \__njuvis_colon 51.391 \__njuvis_colon 3.200)
+arc(56.140 \__njuvis_colon 78.638 \__njuvis_colon 5.000)
+arc(76.244 \__njuvis_colon 85.401 \__njuvis_colon 12.120)
+-- (294.4297,31.0000)
+-- (307.4297,31.0000)
+-- (307.4297,29.3203)
+arc(100.510 \__njuvis_colon 107.035 \__njuvis_colon 18.090)
+arc(103.343 \__njuvis_colon 125.453 \__njuvis_colon 5.240)
+arc(131.542 \__njuvis_colon 169.149 \__njuvis_colon 3.570)
+arc(168.158 \__njuvis_colon 181.796 \__njuvis_colon 16.910)
+-- (302.1094,7.8496)
+-- (320.9199,31.1992)
+-- (324.7109,31.1992)
+-- (324.7109,9.6504)
+arc(178.395 \__njuvis_colon 190.757 \__njuvis_colon 19.100)
+arc(188.684 \__njuvis_colon 229.861 \__njuvis_colon 3.260)
+arc(233.506 \__njuvis_colon 261.413 \__njuvis_colon 4.490)
+.. controls (328.8602,2.6107) and (329.4594,2.4902) .. (329.8594,2.4902)
+-- (329.8594,0.8301)
+-- (316.8594,0.8301)
+-- (316.8594,2.5195)
+arc(279.906 \__njuvis_colon 287.110 \__njuvis_colon 16.370)
+arc(283.300 \__njuvis_colon 305.496 \__njuvis_colon 5.220)
+arc(311.875 \__njuvis_colon 348.311 \__njuvis_colon 3.690)
+arc(-12.048 \__njuvis_colon 1.780 \__njuvis_colon 16.680)
+-- (322.1992,21.2500)
+-- (305.7109,0.8301)
+-- (294.3398,0.8301)
+-- cycle(334.2695,0.8301)
+-- (334.2695,2.4902)
+.. controls (334.7595,2.5502) and (335.3300,2.6508) .. (336.0000,2.8008)
+arc(281.897 \__njuvis_colon 290.472 \__njuvis_colon 10.310)
+arc(289.234 \__njuvis_colon 330.397 \__njuvis_colon 2.000)
+arc(-26.180 \__njuvis_colon 1.366 \__njuvis_colon 2.730)
+-- (338.8398,26.8203)
+arc(-2.620 \__njuvis_colon 27.142 \__njuvis_colon 2.650)
+arc(31.996 \__njuvis_colon 71.764 \__njuvis_colon 2.000)
+arc(73.117 \__njuvis_colon 88.453 \__njuvis_colon 5.850)
+-- (334.2402,29.3691)
+-- (334.2402,31.0000)
+-- (351.0000,31.0000)
+-- (351.0000,29.3691)
+arc(94.202 \__njuvis_colon 100.207 \__njuvis_colon 16.650)
+arc(98.556 \__njuvis_colon 109.587 \__njuvis_colon 7.940)
+arc(109.841 \__njuvis_colon 148.047 \__njuvis_colon 2.160)
+arc(154.075 \__njuvis_colon 181.864 \__njuvis_colon 2.790)
+-- (346.4102,5.1895)
+arc(179.056 \__njuvis_colon 203.855 \__njuvis_colon 3.160)
+arc(209.295 \__njuvis_colon 255.179 \__njuvis_colon 1.800)
+arc(253.321 \__njuvis_colon 263.661 \__njuvis_colon 9.180)
+-- (351.0000,2.4902)
+-- (351.0000,0.8301)
+-- (334.2695,0.8301)
+-- cycle(353.5898,0.8301)
+-- (353.5898,2.4902)
+arc(276.711 \__njuvis_colon 285.528 \__njuvis_colon 9.750)
+arc(286.892 \__njuvis_colon 300.754 \__njuvis_colon 5.750)
+arc(297.637 \__njuvis_colon 317.441 \__njuvis_colon 5.350)
+arc(321.925 \__njuvis_colon 336.907 \__njuvis_colon 7.170)
+.. controls (359.5936,8.0236) and (361.0432,11.5124) .. (363.0898,16.5391)
+.. controls (365.1365,21.5657) and (367.1602,26.5091) .. (369.1602,31.3691)
+-- (373.4297,31.3691)
+-- (376.4297,23.9902)
+.. controls (377.5163,21.4236) and (378.5163,19.0604) .. (379.4297,16.9004)
+.. controls (380.4497,14.5004) and (381.3571,12.3605) .. (382.1504,10.4805)
+.. controls (382.9437,8.6005) and (383.5600,7.1695) .. (384.0000,6.1895)
+arc(204.065 \__njuvis_colon 217.764 \__njuvis_colon 8.160)
+arc(221.037 \__njuvis_colon 240.340 \__njuvis_colon 5.360)
+arc(238.741 \__njuvis_colon 252.973 \__njuvis_colon 5.840)
+arc(252.868 \__njuvis_colon 265.187 \__njuvis_colon 6.360)
+-- (389.0703,0.8301)
+-- (376.8301,0.8301)
+-- (376.8301,2.4805)
+arc(271.761 \__njuvis_colon 289.213 \__njuvis_colon 12.130)
+.. controls (381.1192,3.4604) and (381.4492,3.8391) .. (381.4492,4.2891)
+arc(3.694 \__njuvis_colon 19.119 \__njuvis_colon 6.770)
+.. controls (380.8598,6.8603) and (380.5709,7.6994) .. (380.2109,8.6094)
+.. controls (379.4909,10.4794) and (378.6492,12.6403) .. (377.6992,15.0703)
+.. controls (376.7525,17.5503) and (375.5591,20.5503) .. (374.1191,24.0703)
+.. controls (371.8291,18.2803) and (370.0201,13.9706) .. (368.8301,11.1406)
+.. controls (367.6401,8.3106) and (366.8094,6.2695) .. (366.3594,5.0195)
+.. controls (366.2594,4.7295) and (366.1406,4.4905) .. (366.1406,4.3105)
+arc(163.078 \__njuvis_colon 178.725 \__njuvis_colon 1.860)
+.. controls (366.0605,3.5005) and (366.3309,3.2393) .. (366.8809,3.0293)
+arc(253.739 \__njuvis_colon 265.191 \__njuvis_colon 15.900)
+-- (370.0000,0.8301)
+-- (353.5898,0.8301)
+-- cycle(392.2598,0.8301)
+-- (392.2598,2.4902)
+.. controls (392.5998,2.5302) and (393.0995,2.6195) .. (393.7695,2.7695)
+arc(280.387 \__njuvis_colon 292.720 \__njuvis_colon 7.530)
+arc(289.072 \__njuvis_colon 328.681 \__njuvis_colon 2.140)
+arc(-23.616 \__njuvis_colon 2.023 \__njuvis_colon 2.890)
+-- (396.6895,26.7109)
+arc(-1.753 \__njuvis_colon 25.504 \__njuvis_colon 2.880)
+arc(31.359 \__njuvis_colon 72.001 \__njuvis_colon 2.000)
+arc(70.953 \__njuvis_colon 85.591 \__njuvis_colon 5.770)
+.. controls (393.2009,29.2892) and (392.6598,29.3691) .. (392.2598,29.3691)
+-- (392.2598,31.0000)
+-- (420.5898,31.0000)
+-- (421.1602,21.6699)
+-- (419.6094,21.6699)
+arc(23.191 \__njuvis_colon 32.039 \__njuvis_colon 23.490)
+arc(29.542 \__njuvis_colon 42.190 \__njuvis_colon 17.810)
+arc(46.345 \__njuvis_colon 77.480 \__njuvis_colon 2.450)
+arc(74.906 \__njuvis_colon 83.378 \__njuvis_colon 11.510)
+arc(83.872 \__njuvis_colon 90.630 \__njuvis_colon 15.890)
+-- (409.1406,29.0898)
+arc(89.211 \__njuvis_colon 96.199 \__njuvis_colon 20.710)
+arc(95.315 \__njuvis_colon 125.377 \__njuvis_colon 3.000)
+arc(128.643 \__njuvis_colon 167.478 \__njuvis_colon 2.160)
+arc(168.067 \__njuvis_colon 181.292 \__njuvis_colon 9.420)
+-- (404.1992,16.3496)
+-- (407.3105,16.3496)
+arc(268.953 \__njuvis_colon 285.559 \__njuvis_colon 7.710)
+arc(286.653 \__njuvis_colon 318.394 \__njuvis_colon 3.600)
+arc(321.402 \__njuvis_colon 342.104 \__njuvis_colon 5.880)
+arc(337.345 \__njuvis_colon 350.250 \__njuvis_colon 10.370)
+-- (414.4492,21.7891)
+-- (414.4492,9.1895)
+-- (412.8301,9.1895)
+arc(10.313 \__njuvis_colon 23.343 \__njuvis_colon 9.900)
+arc(19.029 \__njuvis_colon 41.017 \__njuvis_colon 5.240)
+arc(43.882 \__njuvis_colon 73.399 \__njuvis_colon 4.000)
+arc(74.263 \__njuvis_colon 90.789 \__njuvis_colon 7.470)
+-- (404.1992,14.4102)
+-- (404.1992,2.8008)
+-- (408.5898,2.8008)
+-- (410.4707,2.8008)
+arc(270.255 \__njuvis_colon 281.278 \__njuvis_colon 9.310)
+arc(286.161 \__njuvis_colon 323.311 \__njuvis_colon 5.730)
+arc(317.966 \__njuvis_colon 338.909 \__njuvis_colon 11.200)
+-- (419.0000,8.5293)
+-- (419.0000,0.8301)
+-- (392.2598,0.8301)
+-- cycle(426.3105,0.8301)
+-- (426.3105,2.4902)
+.. controls (426.6705,2.5502) and (427.1495,2.6395) .. (427.7695,2.7695)
+arc(280.726 \__njuvis_colon 291.201 \__njuvis_colon 9.180)
+arc(288.310 \__njuvis_colon 329.326 \__njuvis_colon 2.050)
+arc(-23.151 \__njuvis_colon 1.720 \__njuvis_colon 3.000)
+-- (430.7402,26.7109)
+arc(-2.357 \__njuvis_colon 26.109 \__njuvis_colon 2.760)
+arc(31.225 \__njuvis_colon 71.633 \__njuvis_colon 2.000)
+arc(71.739 \__njuvis_colon 85.581 \__njuvis_colon 6.100)
+-- (426.3105,29.3691)
+-- (426.3105,31.0000)
+-- (442.3496,31.0000)
+-- (442.3496,29.3398)
+arc(96.226 \__njuvis_colon 102.208 \__njuvis_colon 14.370)
+arc(100.740 \__njuvis_colon 110.281 \__njuvis_colon 7.860)
+arc(110.287 \__njuvis_colon 148.336 \__njuvis_colon 2.180)
+arc(153.295 \__njuvis_colon 181.611 \__njuvis_colon 2.720)
+-- (438.2207,17.3809)
+-- (439.3906,17.3809)
+.. controls (441.3906,19.7609) and (443.0573,21.8597) .. (444.3906,23.6797)
+.. controls (445.7240,25.4997) and (447.3906,27.9400) .. (449.3906,31.0000)
+-- (461.0000,31.0000)
+-- (460.9609,29.3496)
+arc(93.993 \__njuvis_colon 99.742 \__njuvis_colon 10.750)
+arc(97.045 \__njuvis_colon 105.575 \__njuvis_colon 8.570)
+arc(113.063 \__njuvis_colon 139.958 \__njuvis_colon 5.350)
+.. controls (455.8406,26.7202) and (455.2798,26.0402) .. (454.8398,25.4902)
+.. controls (453.4598,23.7702) and (452.1198,22.0795) .. (450.8398,20.4395)
+.. controls (449.5598,18.7995) and (448.4707,17.3496) .. (447.4707,16.0996)
+arc(76.584 \__njuvis_colon 46.535 \__njuvis_colon 12.150)
+arc(42.126 \__njuvis_colon -2.838 \__njuvis_colon 7.080)
+arc(3.058 \__njuvis_colon -60.424 \__njuvis_colon 5.840)
+.. controls (449.9209,1.4227) and (447.0433,0.8301) .. (443.2500,0.8301)
+-- (426.3105,0.8301)
+-- cycle(494.4609,0.8301)
+-- (494.4609,2.4902)
+.. controls (494.9409,2.5502) and (495.5197,2.6508) .. (496.1797,2.8008)
+arc(281.385 \__njuvis_colon 290.388 \__njuvis_colon 10.000)
+arc(289.495 \__njuvis_colon 329.630 \__njuvis_colon 2.060)
+arc(-25.631 \__njuvis_colon 0.648 \__njuvis_colon 2.860)
+-- (499.0605,26.8203)
+arc(-1.938 \__njuvis_colon 26.622 \__njuvis_colon 2.760)
+arc(32.131 \__njuvis_colon 72.134 \__njuvis_colon 2.000)
+arc(73.008 \__njuvis_colon 88.539 \__njuvis_colon 5.770)
+-- (494.4609,29.3691)
+-- (494.4609,31.0000)
+-- (511.2109,31.0000)
+-- (511.2109,29.3691)
+arc(94.080 \__njuvis_colon 100.329 \__njuvis_colon 16.000)
+arc(98.399 \__njuvis_colon 109.745 \__njuvis_colon 7.720)
+arc(109.466 \__njuvis_colon 148.422 \__njuvis_colon 2.120)
+arc(153.559 \__njuvis_colon 181.402 \__njuvis_colon 2.790)
+-- (506.6094,5.1895)
+arc(178.843 \__njuvis_colon 205.035 \__njuvis_colon 3.000)
+arc(208.456 \__njuvis_colon 256.018 \__njuvis_colon 1.740)
+arc(253.096 \__njuvis_colon 263.723 \__njuvis_colon 8.870)
+-- (511.2109,2.4902)
+-- (511.2109,0.8301)
+-- (494.4609,0.8301)
+-- cycle(515.4199,0.8301)
+-- (515.4199,9.4707)
+-- (517.0801,9.4707)
+arc(199.917 \__njuvis_colon 214.179 \__njuvis_colon 18.770)
+.. controls (520.1692,3.8403) and (521.0609,3.0495) .. (521.8809,2.9395)
+.. controls (522.3309,2.8795) and (522.8406,2.8591) .. (523.5606,2.7891)
+.. controls (524.2805,2.7191) and (524.7993,2.7207) .. (525.2793,2.7207)
+-- (526.2793,2.7207)
+-- (526.2793,26.6406)
+arc(-1.763 \__njuvis_colon 24.984 \__njuvis_colon 3.000)
+arc(28.954 \__njuvis_colon 71.921 \__njuvis_colon 1.930)
+arc(71.684 \__njuvis_colon 86.774 \__njuvis_colon 5.890)
+-- (521.6602,29.3691)
+-- (521.6602,31.0000)
+-- (538.4902,31.0000)
+-- (538.4902,29.3691)
+.. controls (538.0102,29.3191) and (537.4202,29.2201) .. (536.7402,29.0801)
+arc(99.232 \__njuvis_colon 109.602 \__njuvis_colon 8.680)
+arc(109.481 \__njuvis_colon 151.451 \__njuvis_colon 2.000)
+arc(155.749 \__njuvis_colon 180.707 \__njuvis_colon 3.190)
+-- (533.8496,2.7207)
+-- (534.8496,2.7207)
+.. controls (535.3296,2.7207) and (535.9103,2.7891) .. (536.5703,2.7891)
+.. controls (537.2370,2.8291) and (537.7967,2.8795) .. (538.2500,2.9395)
+.. controls (539.0700,3.0495) and (539.9297,3.8403) .. (540.9297,5.3203)
+arc(325.630 \__njuvis_colon 340.231 \__njuvis_colon 18.340)
+-- (544.7109,9.4707)
+-- (544.6894,0.8301)
+-- (515.4199,0.8301)
+-- cycle(546.3203,0.8301)
+-- (546.3203,2.5293)
+arc(274.352 \__njuvis_colon 281.866 \__njuvis_colon 11.410)
+arc(281.176 \__njuvis_colon 297.713 \__njuvis_colon 5.120)
+arc(300.636 \__njuvis_colon 314.444 \__njuvis_colon 7.920)
+arc(315.843 \__njuvis_colon 329.083 \__njuvis_colon 10.330)
+.. controls (553.0704,7.7793) and (554.0503,9.3894) .. (555.0703,11.1094)
+.. controls (556.0903,12.8294) and (557.1502,14.6405) .. (558.2402,16.5605)
+-- (559.1797,18.1797)
+arc(328.634 \__njuvis_colon 337.345 \__njuvis_colon 7.390)
+arc(343.002 \__njuvis_colon 357.829 \__njuvis_colon 3.500)
+-- (559.8398,21.3008)
+-- (559.8398,26.6309)
+arc(-1.565 \__njuvis_colon 25.408 \__njuvis_colon 3.000)
+arc(29.461 \__njuvis_colon 70.395 \__njuvis_colon 2.000)
+arc(72.291 \__njuvis_colon 86.160 \__njuvis_colon 6.620)
+.. controls (556.2002,29.2892) and (555.5992,29.3691) .. (555.1992,29.3691)
+-- (555.1992,31.0000)
+-- (572.0293,31.0000)
+-- (572.0293,29.3691)
+arc(95.978 \__njuvis_colon 103.116 \__njuvis_colon 14.000)
+arc(99.928 \__njuvis_colon 108.694 \__njuvis_colon 10.340)
+arc(110.266 \__njuvis_colon 150.752 \__njuvis_colon 2.090)
+arc(154.620 \__njuvis_colon 181.031 \__njuvis_colon 3.000)
+-- (567.3906,22.1309)
+arc(177.823 \__njuvis_colon 191.373 \__njuvis_colon 14.250)
+arc(199.682 \__njuvis_colon 214.925 \__njuvis_colon 11.750)
+.. controls (570.2798,14.0998) and (571.4004,12.3593) .. (572.4004,10.7793)
+.. controls (573.4137,9.1793) and (574.3808,7.7142) .. (575.3008,6.3809)
+arc(214.659 \__njuvis_colon 221.527 \__njuvis_colon 18.790)
+arc(221.840 \__njuvis_colon 240.673 \__njuvis_colon 6.390)
+arc(238.438 \__njuvis_colon 254.119 \__njuvis_colon 4.840)
+arc(253.522 \__njuvis_colon 263.919 \__njuvis_colon 7.880)
+-- (580.9297,0.8301)
+-- (569.7402,0.8301)
+-- (569.7402,2.5098)
+arc(270.274 \__njuvis_colon 289.118 \__njuvis_colon 8.890)
+arc(284.208 \__njuvis_colon 356.060 \__njuvis_colon 1.210)
+arc(16.389 \__njuvis_colon 35.409 \__njuvis_colon 10.460)
+.. controls (570.9764,8.8992) and (569.1276,11.8806) .. (566.4609,16.1406)
+.. controls (565.1109,13.9706) and (564.0394,12.0907) .. (563.1094,10.4707)
+.. controls (562.1794,8.8507) and (561.5300,7.6402) .. (561.0000,6.6602)
+.. controls (560.4700,5.6802) and (560.1104,4.9602) .. (559.9004,4.4902)
+arc(153.033 \__njuvis_colon 170.383 \__njuvis_colon 3.280)
+.. controls (559.5898,3.2408) and (559.8699,3.0003) .. (560.4199,2.8203)
+arc(257.208 \__njuvis_colon 271.054 \__njuvis_colon 13.390)
+-- (563.6309,0.8301)
+-- (546.3203,0.8301)
+-- cycle(438.3105,2.7695)
+-- (440.0000,2.7695)
+arc(266.417 \__njuvis_colon 305.892 \__njuvis_colon 7.400)
+arc(-46.955 \__njuvis_colon 5.118 \__njuvis_colon 5.390)
+.. controls (446.4902,10.9534) and (445.9193,12.6829) .. (444.7793,13.7695)
+arc(49.023 \__njuvis_colon 93.595 \__njuvis_colon 6.750)
+-- (438.3105,15.4102)
+-- (438.3105,2.7695)
+-- cycle(52.5898,7.9004)
+-- (57.0000,18.8203)
+-- (48.2793,18.8203)
+-- (52.5898,7.9004)
+-- cycle;
+}
+\def \__njuvis_path_motto{
+  (60.0000,0.0000)
+.. controls (58.8800,0.8600) and (59.4102,2.3309) .. (59.1602,3.4609)
+.. controls (59.0402,4.0109) and (58.5600,4.5094) .. (58.5000,5.1094)
+.. controls (58.0000,9.9994) and (62.8407,13.0006) .. (63.4707,16.6406)
+.. controls (61.8407,16.6006) and (61.2598,17.5807) .. (59.8398,17.4707)
+.. controls (57.9798,17.3307) and (56.3603,15.6703) .. (54.5703,15.8203)
+.. controls (52.4103,16.0003) and (51.7509,17.8007) .. (49.6309,17.4707)
+.. controls (48.0909,17.2307) and (46.5099,14.9000) .. (45.1699,15.0000)
+.. controls (44.2599,15.0600) and (42.3999,17.2891) .. (42.1699,18.2891)
+arc(187.367 \__njuvis_colon 177.169 \__njuvis_colon 24.160)
+.. controls (42.1500,25.5101) and (43.5905,27.9998) .. (43.8105,30.8398)
+.. controls (44.1405,34.6298) and (43.8804,39.9492) .. (42.6504,43.1992)
+arc(21.762 \__njuvis_colon 34.803 \__njuvis_colon 42.850)
+.. controls (35.6891,55.1995) and (33.2607,58.8898) .. (29.4707,60.0098)
+.. controls (29.4107,62.6198) and (28.5307,65.5698) .. (30.4707,67.0898)
+.. controls (32.2207,68.4698) and (35.2606,68.2500) .. (37.3906,68.2500)
+.. controls (39.6606,66.5100) and (40.5800,63.5200) .. (42.0000,61.0000)
+arc(29.236 \__njuvis_colon 12.516 \__njuvis_colon 44.390)
+.. controls (47.4496,45.3195) and (48.6202,41.5105) .. (48.9102,38.2305)
+.. controls (49.3402,33.2805) and (48.4503,29.1109) .. (49.0703,25.3809)
+.. controls (54.7903,24.6609) and (61.2194,22.2299) .. (67.8594,21.9199)
+.. controls (69.2694,22.5899) and (69.7400,25.0891) .. (70.0000,26.3691)
+.. controls (67.3100,26.7191) and (63.3397,27.4400) .. (60.1797,28.0000)
+.. controls (59.3297,26.9100) and (58.7207,26.0398) .. (56.7207,26.5098)
+arc(240.342 \__njuvis_colon 224.877 \__njuvis_colon 13.100)
+.. controls (53.2199,29.4304) and (53.3499,30.6491) .. (52.9199,31.7891)
+.. controls (52.4899,32.9291) and (51.8299,33.4698) .. (51.9199,34.0898)
+.. controls (52.1299,35.2298) and (54.3999,36.1105) .. (54.9199,37.2305)
+.. controls (55.6199,38.7705) and (54.8701,39.4105) .. (55.0801,41.2305)
+.. controls (57.6701,43.7705) and (56.8994,48.7109) .. (60.3594,50.1309)
+.. controls (60.9194,50.3609) and (61.6599,50.1291) .. (62.1699,50.2891)
+.. controls (62.8899,50.5291) and (63.3105,51.3691) .. (64.3105,51.1191)
+.. controls (65.7605,46.9291) and (64.9102,39.4408) .. (63.4902,35.3008)
+arc(226.278 \__njuvis_colon 292.112 \__njuvis_colon 3.240)
+.. controls (68.5492,33.5006) and (71.1308,33.3399) .. (73.0508,32.1699)
+.. controls (75.9808,35.7099) and (75.9093,40.5695) .. (74.5293,45.0195)
+.. controls (74.0393,46.5795) and (73.7109,48.3907) .. (73.2109,49.4707)
+.. controls (72.6109,50.7607) and (71.1902,51.1794) .. (70.7402,52.1094)
+.. controls (72.4802,52.5394) and (73.3595,56.0605) .. (75.1895,55.7305)
+.. controls (76.2295,55.5505) and (76.5101,53.3595) .. (77.3301,52.4395)
+.. controls (78.1501,51.5195) and (78.9707,51.5192) .. (79.9707,50.9492)
+.. controls (80.2907,50.1992) and (80.8791,49.7806) .. (81.2891,49.1406)
+arc(152.633 \__njuvis_colon 141.297 \__njuvis_colon 79.590)
+.. controls (90.6094,65.9603) and (94.2794,68.0105) .. (96.6094,70.5605)
+.. controls (101.6494,71.0505) and (106.5494,71.9809) .. (111.9394,71.8809)
+.. controls (112.2194,70.3809) and (113.7201,69.4698) .. (114.5801,67.7598)
+.. controls (115.4401,66.0498) and (114.7301,63.7599) .. (114.5801,61.6699)
+.. controls (114.5101,60.7399) and (115.0600,59.5395) .. (113.7500,59.1895)
+.. controls (111.1200,61.6095) and (108.6602,58.2795) .. (106.6602,57.1895)
+.. controls (105.6802,57.1695) and (104.3891,58.6300) .. (103.0391,58.5000)
+.. controls (101.6891,58.3700) and (101.2604,56.3691) .. (100.4004,55.3691)
+arc(316.237 \__njuvis_colon 304.151 \__njuvis_colon 13.310)
+.. controls (97.8498,53.2805) and (97.1593,53.2204) .. (96.7793,52.9004)
+.. controls (96.2393,52.4504) and (96.0309,51.5798) .. (95.4609,51.0898)
+.. controls (94.4509,50.2098) and (93.0800,49.7195) .. (92.0000,48.9395)
+arc(127.975 \__njuvis_colon 136.649 \__njuvis_colon 33.880)
+.. controls (86.4309,43.7302) and (83.9398,41.7904) .. (83.7598,39.4004)
+.. controls (83.5498,36.1204) and (86.1098,33.7304) .. (86.7598,31.6504)
+.. controls (86.9798,30.9504) and (86.5998,30.2904) .. (87.0898,29.6504)
+.. controls (86.0998,28.7304) and (86.5993,27.1294) .. (85.7793,26.3594)
+.. controls (84.4293,25.0994) and (82.8402,26.7297) .. (81.1602,27.1797)
+.. controls (80.9902,28.6197) and (79.8202,30.4809) .. (79.1602,31.9609)
+.. controls (77.4402,30.7609) and (76.6992,28.6895) .. (75.6992,26.6895)
+arc(150.585 \__njuvis_colon 177.781 \__njuvis_colon 10.210)
+.. controls (77.8006,21.0903) and (81.7106,21.9297) .. (84.3906,19.9297)
+.. controls (85.4906,19.0997) and (85.8594,17.8209) .. (86.8594,16.6309)
+.. controls (86.2994,14.9709) and (87.1294,12.7794) .. (86.8594,11.3594)
+.. controls (84.8294,10.2294) and (83.5996,8.3605) .. (80.5996,8.2305)
+.. controls (79.7896,9.0605) and (78.7991,9.2291) .. (78.1191,10.3691)
+.. controls (77.2591,11.8391) and (77.6205,13.9302) .. (76.4805,14.9902)
+.. controls (75.3405,16.0502) and (73.8195,15.4702) .. (72.1895,15.9902)
+.. controls (69.6095,11.7502) and (69.9391,4.6309) .. (64.1191,3.6309)
+arc(329.900 \__njuvis_colon 292.889 \__njuvis_colon 8.650)
+-- cycle(353.2598,2.6992)
+.. controls (350.4398,3.0792) and (348.4102,5.6309) .. (347.6602,8.6309)
+.. controls (346.1602,9.8009) and (344.7209,11.2197) .. (342.8809,11.9297)
+.. controls (342.1009,12.2197) and (341.1502,12.1799) .. (340.4102,12.4199)
+.. controls (338.3102,13.1099) and (336.6805,14.9907) .. (334.3105,15.2207)
+arc(187.700 \__njuvis_colon 122.301 \__njuvis_colon 4.380)
+.. controls (338.5206,19.3798) and (341.0404,19.5297) .. (342.9004,18.6797)
+arc(-28.568 \__njuvis_colon 4.754 \__njuvis_colon 5.580)
+.. controls (343.5206,24.3505) and (343.5806,28.1691) .. (343.3906,31.0391)
+.. controls (343.2206,33.7391) and (343.8505,35.3809) .. (343.5605,37.9609)
+.. controls (343.2706,40.5409) and (344.0405,44.1791) .. (343.5605,46.3691)
+.. controls (343.4305,46.9391) and (342.9904,47.3296) .. (342.9004,47.8496)
+.. controls (341.1804,57.2296) and (343.2102,67.1393) .. (341.7402,76.0293)
+.. controls (342.2902,75.3593) and (342.5605,76.6994) .. (343.2305,76.3594)
+.. controls (343.1405,76.7694) and (342.5905,76.7194) .. (342.7305,77.3594)
+.. controls (344.0305,77.0894) and (343.8505,78.2494) .. (344.7305,78.3594)
+.. controls (346.3905,77.3794) and (347.2298,75.5905) .. (349.0098,74.7305)
+.. controls (351.5098,69.8205) and (348.1596,63.8299) .. (349.3496,58.4199)
+.. controls (355.4196,58.3099) and (362.1309,59.3802) .. (368.1309,59.2402)
+.. controls (369.5009,60.5602) and (371.8003,60.9805) .. (374.0703,60.5605)
+.. controls (375.6303,59.2105) and (376.6696,57.3394) .. (378.3496,56.1094)
+.. controls (378.0096,54.2894) and (380.1996,51.9898) .. (378.3496,50.8398)
+.. controls (373.8496,51.7098) and (368.5293,54.0704) .. (362.5293,53.1504)
+.. controls (363.8593,51.4204) and (361.1094,49.4891) .. (362.8594,47.8691)
+.. controls (364.7894,47.9791) and (366.9909,48.2691) .. (368.4609,48.3691)
+arc(272.435 \__njuvis_colon 304.099 \__njuvis_colon 1.930)
+arc(57.383 \__njuvis_colon 47.369 \__njuvis_colon 15.470)
+.. controls (372.3596,46.4508) and (372.8396,45.6308) .. (373.5996,45.0508)
+.. controls (374.2696,43.7508) and (374.4301,42.8300) .. (375.0801,41.7500)
+.. controls (374.3601,41.9100) and (374.2199,41.0000) .. (374.4199,40.7500)
+arc(60.001 \__njuvis_colon 96.781 \__njuvis_colon 9.060)
+.. controls (366.5203,43.0804) and (364.9706,42.4807) .. (362.3906,42.7207)
+.. controls (362.5906,40.6107) and (361.9906,39.1894) .. (362.3906,37.6094)
+.. controls (364.2806,37.8794) and (366.2901,37.5095) .. (367.8301,37.9395)
+.. controls (370.0401,36.6395) and (372.3295,35.4198) .. (372.9395,32.5098)
+.. controls (369.9694,31.2198) and (365.8306,33.6699) .. (362.0605,32.6699)
+.. controls (362.2505,30.7999) and (361.8206,29.7705) .. (362.3906,28.0605)
+.. controls (364.6706,28.2005) and (366.9101,27.4708) .. (368.3301,28.5508)
+arc(75.257 \__njuvis_colon 26.799 \__njuvis_colon 12.130)
+arc(334.866 \__njuvis_colon 312.874 \__njuvis_colon 5.870)
+.. controls (370.7200,21.1205) and (366.2102,23.0091) .. (361.4102,22.1191)
+.. controls (360.9202,22.0391) and (360.5698,21.6809) .. (360.0898,21.6309)
+.. controls (358.4698,21.4609) and (356.8307,22.1591) .. (355.4707,21.7891)
+arc(222.648 \__njuvis_colon 242.478 \__njuvis_colon 18.100)
+arc(212.246 \__njuvis_colon 258.188 \__njuvis_colon 8.220)
+.. controls (367.2695,12.3398) and (370.2406,11.7501) .. (370.1406,8.0801)
+.. controls (366.0006,7.2101) and (360.4601,9.0600) .. (357.5801,7.0000)
+.. controls (357.0101,6.5600) and (356.8498,5.6300) .. (356.2598,5.0000)
+.. controls (355.2598,3.9800) and (353.9998,3.6992) .. (353.2598,2.6992)
+-- cycle(215.9961,4.4961)
+.. controls (215.1517,4.4622) and (214.3191,4.5801) .. (213.6191,4.8301)
+.. controls (212.8191,5.1201) and (211.7504,4.9102) .. (211.1504,5.4902)
+.. controls (211.7704,8.7002) and (212.4606,15.2402) .. (211.6406,19.4902)
+arc(90.548 \__njuvis_colon 125.986 \__njuvis_colon 3.460)
+.. controls (208.2006,14.3901) and (210.4998,8.6401) .. (207.0098,5.8301)
+.. controls (203.6398,5.6501) and (199.0394,4.5004) .. (198.1094,7.6504)
+arc(185.858 \__njuvis_colon 166.172 \__njuvis_colon 6.740)
+.. controls (198.6395,12.2692) and (199.8298,14.8609) .. (199.7598,16.7109)
+.. controls (198.5698,16.7109) and (198.2891,15.7109) .. (197.1191,15.7109)
+.. controls (197.5491,14.2409) and (195.3408,14.6609) .. (195.8008,13.7109)
+.. controls (193.0408,12.4309) and (189.5291,15.3198) .. (189.0391,16.8398)
+arc(190.196 \__njuvis_colon 155.554 \__njuvis_colon 6.770)
+.. controls (190.6391,23.1698) and (194.2806,24.2792) .. (195.6406,25.9492)
+.. controls (191.9906,26.7192) and (187.4996,25.8693) .. (184.0996,25.7793)
+.. controls (182.5896,26.7293) and (180.7107,28.5805) .. (181.4707,30.7305)
+.. controls (183.5307,32.1705) and (187.4494,30.5304) .. (190.8594,30.4004)
+arc(86.581 \__njuvis_colon 70.642 \__njuvis_colon 15.160)
+arc(260.612 \__njuvis_colon 269.674 \__njuvis_colon 36.650)
+.. controls (200.4300,31.7201) and (197.3700,33.2902) .. (197.7500,36.6602)
+.. controls (198.6400,36.9802) and (198.9807,38.1507) .. (200.2207,38.4707)
+.. controls (201.6807,38.8607) and (204.1297,37.8291) .. (203.6797,40.2891)
+.. controls (201.8697,41.1291) and (198.6798,40.2191) .. (196.7598,40.6191)
+.. controls (194.2998,41.1191) and (193.9096,43.7402) .. (196.0996,44.4102)
+.. controls (198.2896,45.0802) and (202.5098,43.7601) .. (204.5098,44.0801)
+.. controls (205.0698,44.6001) and (204.8699,46.4309) .. (204.6699,47.2109)
+.. controls (202.8999,46.4709) and (200.5204,47.4591) .. (198.9004,47.3691)
+.. controls (198.2104,47.3391) and (197.7898,46.7509) .. (197.0898,46.8809)
+.. controls (195.2798,47.2109) and (195.0091,49.4902) .. (194.6191,51.4902)
+.. controls (195.5991,52.9902) and (197.0802,52.1102) .. (198.4102,51.9902)
+arc(265.152 \__njuvis_colon 274.848 \__njuvis_colon 40.940)
+arc(197.514 \__njuvis_colon 183.150 \__njuvis_colon 7.360)
+.. controls (201.5500,54.8208) and (198.6094,53.9591) .. (195.6094,55.1191)
+.. controls (192.8094,54.4791) and (187.7691,52.6695) .. (187.3691,56.7695)
+arc(188.243 \__njuvis_colon 96.786 \__njuvis_colon 2.640)
+.. controls (191.8599,59.8395) and (194.5897,59.0592) .. (196.9297,58.9492)
+arc(265.042 \__njuvis_colon 272.144 \__njuvis_colon 55.880)
+.. controls (202.0296,63.3593) and (198.4805,68.6604) .. (192.4805,70.1504)
+.. controls (190.4805,70.1204) and (188.5305,70.6600) .. (187.4805,69.5000)
+.. controls (187.2105,64.0400) and (183.5008,68.6602) .. (181.5508,69.6602)
+.. controls (181.5408,71.2402) and (182.3209,72.0102) .. (182.2109,73.6602)
+.. controls (183.1209,74.2802) and (184.6198,74.3206) .. (185.3398,75.1406)
+.. controls (188.7498,75.2006) and (191.7403,75.6906) .. (194.5703,75.1406)
+.. controls (202.1603,73.6506) and (206.5402,66.7306) .. (208.9102,60.1406)
+.. controls (210.9902,61.4806) and (213.6602,62.6906) .. (215.6602,64.1406)
+.. controls (217.1602,65.2606) and (218.3293,66.9298) .. (219.7793,68.2598)
+.. controls (223.2993,71.5098) and (228.2993,73.8798) .. (232.7793,75.5098)
+.. controls (233.9193,75.9098) and (234.8693,76.7601) .. (235.7793,76.8301)
+.. controls (236.6893,76.9001) and (237.9902,76.1200) .. (238.9102,76.0000)
+.. controls (239.2802,75.9500) and (239.6606,76.1699) .. (240.0606,76.1699)
+.. controls (241.8305,76.0099) and (244.0001,74.6796) .. (245.8301,74.3496)
+arc(81.007 \__njuvis_colon 69.274 \__njuvis_colon 25.000)
+.. controls (249.1195,71.0191) and (245.3793,72.4908) .. (243.0293,71.5508)
+.. controls (244.2393,70.5508) and (247.4406,71.5508) .. (247.6406,69.5508)
+.. controls (246.9106,68.8708) and (246.1898,69.5508) .. (245.3398,69.5508)
+.. controls (243.1198,69.5508) and (240.7002,68.5707) .. (238.4102,68.7207)
+.. controls (236.7402,68.8307) and (235.5791,69.2707) .. (234.2891,68.7207)
+.. controls (232.9991,68.1707) and (232.5600,66.8102) .. (231.0000,66.4102)
+.. controls (230.5200,65.9402) and (230.4796,66.7301) .. (229.8496,66.5801)
+arc(304.871 \__njuvis_colon 292.929 \__njuvis_colon 34.420)
+.. controls (222.5001,63.4691) and (222.0592,62.9492) .. (220.9492,62.9492)
+.. controls (217.9592,60.4492) and (213.2005,59.6895) .. (210.7305,56.6895)
+.. controls (214.3105,56.9195) and (218.1796,56.3593) .. (222.0996,56.5293)
+.. controls (224.3296,56.6193) and (226.5495,57.4296) .. (228.6894,57.3496)
+.. controls (231.6795,57.2496) and (236.8896,54.6501) .. (236.5996,51.5801)
+.. controls (236.3796,51.4201) and (235.9394,51.4298) .. (235.9394,51.0898)
+.. controls (231.9694,52.2898) and (228.0801,51.9902) .. (224.0801,52.4102)
+.. controls (219.6101,53.9002) and (215.0804,53.4405) .. (210.4004,53.2305)
+.. controls (210.2204,52.5605) and (210.4604,52.3299) .. (210.4004,51.4199)
+.. controls (212.1904,51.5299) and (214.3301,50.8598) .. (216.3301,50.7598)
+arc(98.462 \__njuvis_colon 90.694 \__njuvis_colon 14.810)
+.. controls (220.8001,50.5199) and (221.7192,48.1505) .. (222.4492,45.8105)
+.. controls (218.0892,43.2605) and (214.7592,46.0806) .. (210.4492,46.6406)
+.. controls (209.6392,45.7006) and (210.5391,45.0199) .. (209.7891,44.1699)
+.. controls (212.6091,42.7199) and (217.8300,43.6594) .. (221.0000,41.8594)
+.. controls (220.4900,40.7894) and (220.7399,39.6405) .. (220.6699,38.5605)
+.. controls (216.7999,37.8405) and (213.9492,40.5207) .. (210.4492,39.7207)
+.. controls (210.0892,33.5607) and (223.6792,40.7592) .. (221.6992,32.6992)
+.. controls (220.7592,31.0592) and (218.2492,30.2000) .. (218.6992,27.7500)
+.. controls (225.1392,26.5800) and (228.8392,28.6401) .. (233.6992,28.0801)
+.. controls (236.0792,27.8001) and (239.1109,26.4208) .. (239.9609,23.8008)
+.. controls (238.5909,22.8008) and (237.4098,23.6308) .. (235.8398,23.8008)
+.. controls (232.9298,24.1408) and (229.9596,22.9506) .. (227.0996,23.1406)
+.. controls (224.7996,23.3006) and (222.6797,23.2308) .. (220.6797,23.3008)
+.. controls (219.3597,22.0408) and (219.7696,20.3595) .. (219.8496,18.6895)
+arc(277.958 \__njuvis_colon 287.822 \__njuvis_colon 34.420)
+.. controls (226.1391,18.8798) and (228.4391,18.1992) .. (228.6191,17.1992)
+.. controls (228.9391,15.3892) and (229.6495,13.1094) .. (229.9394,11.1094)
+.. controls (228.9895,9.6094) and (227.7704,10.4894) .. (225.6504,10.6094)
+.. controls (224.8504,10.6594) and (224.0598,10.3192) .. (223.5098,10.4492)
+.. controls (222.3898,10.6992) and (221.5891,11.8296) .. (220.8691,12.0996)
+.. controls (220.4891,13.9996) and (220.7608,15.5391) .. (219.5508,16.5391)
+.. controls (220.5808,15.2191) and (220.0009,12.6192) .. (220.2109,10.4492)
+.. controls (220.2509,10.0792) and (220.7109,9.7292) .. (220.7109,9.4492)
+.. controls (221.1759,6.0667) and (218.5292,4.5978) .. (215.9961,4.4961)
+-- cycle(15.6348,4.9082)
+.. controls (12.3158,4.8842) and (10.6020,6.8199) .. (8.0801,7.4199)
+.. controls (7.3301,9.2099) and (5.4795,9.6791) .. (4.9395,11.3691)
+arc(194.003 \__njuvis_colon 165.997 \__njuvis_colon 9.880)
+.. controls (5.6595,18.5004) and (8.2905,19.4199) .. (9.0605,21.4199)
+.. controls (7.0005,23.7099) and (4.5800,26.4309) .. (0.0000,25.7109)
+.. controls (0.2600,28.4309) and (0.8809,30.3305) .. (3.1309,31.3105)
+.. controls (6.1609,31.3405) and (9.1294,30.3802) .. (12.3594,29.9902)
+.. controls (19.1294,29.1902) and (24.6403,26.7895) .. (30.8203,27.5195)
+.. controls (31.1703,25.9695) and (34.5295,25.5404) .. (34.9395,23.9004)
+.. controls (35.0095,23.5804) and (34.6794,23.0001) .. (34.6094,22.5801)
+.. controls (34.3994,21.3601) and (34.5593,20.3195) .. (33.7793,19.9395)
+.. controls (32.9993,19.5595) and (30.6701,20.7498) .. (29.3301,21.0898)
+.. controls (27.1001,21.6598) and (25.1303,21.4600) .. (23.5703,21.7500)
+.. controls (20.7003,22.2900) and (17.8301,23.3704) .. (14.8301,23.9004)
+-- (6.2598,25.3809)
+.. controls (7.7598,22.3009) and (11.1299,22.8701) .. (14.1699,22.5801)
+.. controls (16.9999,22.3101) and (18.9999,20.8692) .. (21.4199,19.4492)
+.. controls (24.2299,17.8392) and (27.6203,18.2209) .. (30.3203,17.6309)
+.. controls (32.4603,16.1509) and (32.8894,12.8309) .. (34.1094,10.8809)
+.. controls (33.6794,9.9109) and (33.4607,7.7400) .. (31.9707,7.2500)
+.. controls (30.0807,6.5800) and (25.9801,8.1301) .. (22.5801,7.5801)
+.. controls (20.1501,7.1901) and (18.5403,5.1295) .. (16.3203,4.9395)
+.. controls (16.0841,4.9195) and (15.8560,4.9098) .. (15.6348,4.9082)
+-- cycle(314.4922,6.1895)
+.. controls (313.3317,6.1663) and (312.2541,6.3661) .. (311.3203,7.0898)
+.. controls (310.7403,10.8998) and (309.6504,14.9609) .. (311.6504,17.9609)
+.. controls (314.7404,19.7909) and (315.5002,15.0202) .. (318.2402,15.4902)
+.. controls (317.9202,17.2202) and (317.3499,18.6695) .. (316.9199,20.2695)
+.. controls (312.6099,21.8895) and (307.8005,19.7309) .. (304.2305,17.9609)
+arc(62.687 \__njuvis_colon 98.679 \__njuvis_colon 3.280)
+.. controls (300.2605,20.4891) and (298.4694,22.8792) .. (298.1094,26.6992)
+.. controls (298.3594,29.5192) and (300.2003,30.7607) .. (301.5703,32.4707)
+.. controls (303.1503,32.9407) and (306.1800,32.1807) .. (308.0000,32.4707)
+arc(37.346 \__njuvis_colon 55.513 \__njuvis_colon 66.440)
+arc(63.880 \__njuvis_colon 76.856 \__njuvis_colon 39.510)
+.. controls (282.4506,50.3097) and (281.3693,50.8698) .. (279.7793,50.7598)
+.. controls (279.2193,51.9298) and (277.8506,52.0305) .. (277.6406,53.2305)
+.. controls (277.3306,54.9705) and (279.1998,57.3497) .. (281.2598,57.6797)
+.. controls (283.6398,58.0497) and (286.1797,57.0894) .. (288.1797,56.8594)
+.. controls (296.1397,52.0694) and (303.1495,45.0703) .. (309.4395,38.0703)
+.. controls (310.9495,41.1703) and (308.8394,44.9692) .. (309.1094,48.4492)
+.. controls (309.4194,52.3192) and (310.7402,56.6101) .. (312.7402,58.8301)
+.. controls (313.8302,58.4401) and (313.9509,57.0693) .. (314.8809,56.5293)
+.. controls (320.6109,57.6993) and (324.3709,54.6094) .. (329.8809,56.3594)
+.. controls (331.4509,55.0594) and (331.0609,52.7998) .. (331.8809,50.5898)
+.. controls (332.1209,49.9398) and (332.6492,49.4995) .. (332.6992,48.9395)
+arc(354.150 \__njuvis_colon 343.073 \__njuvis_colon 8.660)
+.. controls (332.0691,44.2708) and (333.2791,41.7807) .. (333.3691,39.2207)
+.. controls (333.9491,38.6507) and (334.1992,36.7499) .. (333.1992,36.4199)
+.. controls (332.1992,36.7999) and (331.5003,37.4704) .. (330.5703,37.9004)
+arc(291.672 \__njuvis_colon 268.993 \__njuvis_colon 4.680)
+.. controls (325.1098,38.8103) and (320.3004,36.8603) .. (315.9004,37.5703)
+.. controls (315.3704,36.3003) and (313.9196,35.9395) .. (313.0996,34.9395)
+.. controls (314.4896,33.7995) and (315.0407,31.8205) .. (316.7207,31.3105)
+.. controls (319.4807,30.4805) and (323.1106,31.6705) .. (324.6406,31.8105)
+arc(92.820 \__njuvis_colon 78.273 \__njuvis_colon 25.430)
+.. controls (331.6805,31.7605) and (332.4606,32.0207) .. (333.0605,32.4707)
+.. controls (336.2905,30.1807) and (339.0502,26.4998) .. (338.6602,21.5898)
+.. controls (337.4602,21.9198) and (337.3797,21.1095) .. (337.1797,20.4395)
+arc(80.701 \__njuvis_colon 96.443 \__njuvis_colon 46.930)
+.. controls (325.3401,17.2198) and (327.9295,13.9407) .. (329.2695,10.2207)
+.. controls (328.8595,7.1207) and (326.3496,6.3998) .. (323.3496,6.2598)
+arc(263.417 \__njuvis_colon 255.124 \__njuvis_colon 18.570)
+.. controls (318.5922,6.8848) and (316.4264,6.2280) .. (314.4922,6.1895)
+-- cycle(462.2559,6.9688)
+.. controls (461.6466,6.9612) and (461.0269,7.0455) .. (460.4395,7.2305)
+.. controls (459.8295,7.7405) and (460.6292,8.7305) .. (459.9492,9.2305)
+.. controls (454.2592,9.6205) and (450.3592,10.1409) .. (444.9492,10.3809)
+.. controls (443.1292,13.2909) and (445.6105,15.0102) .. (449.2305,15.1602)
+.. controls (453.0705,15.3202) and (458.1895,13.7001) .. (460.4395,14.8301)
+arc(6.668 \__njuvis_colon 13.188 \__njuvis_colon 25.000)
+arc(77.430 \__njuvis_colon 97.447 \__njuvis_colon 10.940)
+.. controls (454.7204,17.7908) and (452.8708,18.2891) .. (451.0508,18.2891)
+arc(276.115 \__njuvis_colon 270.328 \__njuvis_colon 27.880)
+.. controls (446.8202,18.3409) and (443.4707,19.5709) .. (443.4707,21.1309)
+.. controls (443.4907,22.9209) and (446.7903,23.6995) .. (448.5703,23.7695)
+.. controls (450.9303,23.8595) and (452.5098,23.4395) .. (454.5098,23.4395)
+.. controls (455.9898,23.4295) and (457.8994,23.1493) .. (460.1094,23.2793)
+.. controls (460.5894,24.5993) and (460.9493,25.6202) .. (460.2793,26.7402)
+.. controls (458.1393,26.4902) and (455.4994,27.2304) .. (452.8594,26.9004)
+.. controls (451.5494,26.7504) and (450.4004,25.7500) .. (449.4004,25.7500)
+.. controls (445.8904,25.6900) and (444.2098,30.4198) .. (446.7598,32.8398)
+.. controls (446.6598,35.0898) and (447.2497,37.6298) .. (446.9297,40.0898)
+arc(140.022 \__njuvis_colon 111.776 \__njuvis_colon 4.580)
+.. controls (450.1302,41.8004) and (450.8993,40.6300) .. (452.5293,40.2500)
+.. controls (454.1593,39.8700) and (455.3193,40.4401) .. (456.5293,40.5801)
+.. controls (458.2393,40.7801) and (460.0908,40.2202) .. (461.3008,40.9102)
+arc(186.620 \__njuvis_colon 180.322 \__njuvis_colon 24.080)
+.. controls (456.7506,45.3708) and (450.4805,43.3708) .. (445.4805,42.5508)
+.. controls (445.0805,43.4308) and (443.7005,43.6594) .. (443.4805,44.8594)
+.. controls (443.3305,45.6394) and (443.9707,46.6502) .. (443.9707,47.4902)
+.. controls (443.9807,50.2402) and (442.8202,52.8402) .. (442.1602,54.9102)
+.. controls (440.0402,55.6302) and (437.9491,56.4094) .. (438.0391,59.3594)
+.. controls (445.1291,63.2194) and (453.3895,56.8693) .. (461.2695,58.5293)
+.. controls (461.8395,60.8893) and (461.4694,63.1591) .. (460.9395,65.7891)
+.. controls (461.6895,67.3491) and (461.7398,69.5605) .. (463.0898,70.5605)
+.. controls (464.2798,70.5505) and (465.3709,71.5509) .. (466.7109,71.8809)
+arc(233.547 \__njuvis_colon 242.672 \__njuvis_colon 9.760)
+.. controls (469.4393,67.3805) and (469.0195,62.6193) .. (468.6895,58.5293)
+.. controls (476.5795,57.5493) and (484.0101,58.6792) .. (492.5801,58.1992)
+.. controls (493.3401,58.1592) and (493.9605,57.8809) .. (494.7305,57.8809)
+.. controls (497.0505,57.9609) and (499.2905,58.8991) .. (501.9805,58.0391)
+.. controls (503.4705,57.5691) and (504.4696,56.3803) .. (505.5996,55.5703)
+arc(60.347 \__njuvis_colon 54.074 \__njuvis_colon 30.550)
+.. controls (509.1202,53.0898) and (510.7908,51.0391) .. (510.5508,50.2891)
+.. controls (510.2408,49.2891) and (508.6502,49.6191) .. (507.9102,49.2891)
+.. controls (504.5302,50.7091) and (500.7995,51.9198) .. (498.0195,53.0898)
+.. controls (495.6595,51.7698) and (493.6096,52.7099) .. (491.0996,52.9199)
+.. controls (487.7496,53.1999) and (484.6791,52.7500) .. (481.5391,52.7500)
+.. controls (478.7191,54.5800) and (472.1091,53.2401) .. (467.5391,53.5801)
+.. controls (468.0291,51.8301) and (466.3093,48.5404) .. (468.0293,47.1504)
+.. controls (468.8293,46.4904) and (470.9806,46.6602) .. (473.1406,46.4902)
+arc(262.762 \__njuvis_colon 269.591 \__njuvis_colon 41.560)
+.. controls (482.3201,46.4702) and (485.5703,44.7207) .. (486.8203,41.2207)
+.. controls (485.0703,38.8807) and (482.7909,40.8809) .. (481.2109,41.7109)
+.. controls (477.3609,43.7609) and (471.6609,43.7392) .. (467.2109,43.1992)
+.. controls (466.5909,42.4792) and (466.5009,40.7903) .. (466.3809,40.0703)
+.. controls (470.8109,38.3703) and (476.2807,39.3098) .. (480.7207,37.5898)
+.. controls (485.0907,35.7398) and (484.7404,29.0902) .. (486.6504,24.7402)
+.. controls (484.0104,23.6602) and (480.6698,25.5002) .. (477.5898,25.7402)
+.. controls (476.7698,25.8002) and (475.9591,25.5703) .. (475.1191,25.5703)
+.. controls (471.9591,25.7003) and (468.6606,26.5303) .. (465.3906,26.0703)
+arc(10.501 \__njuvis_colon -10.501 \__njuvis_colon 8.230)
+.. controls (468.5306,21.7703) and (473.4495,22.6400) .. (476.7695,22.2500)
+arc(226.083 \__njuvis_colon 246.432 \__njuvis_colon 8.410)
+arc(41.225 \__njuvis_colon 29.163 \__njuvis_colon 32.610)
+.. controls (484.2794,13.0000) and (486.0501,10.8005) .. (485.8301,8.7305)
+arc(293.995 \__njuvis_colon 275.369 \__njuvis_colon 10.000)
+.. controls (480.9992,8.0002) and (479.2800,9.2606) .. (477.7500,9.3906)
+arc(94.860 \__njuvis_colon 105.804 \__njuvis_colon 9.650)
+.. controls (472.7095,8.7805) and (469.3809,9.4805) .. (466.3809,9.2305)
+.. controls (465.8259,7.8355) and (464.0835,6.9912) .. (462.2559,6.9688)
+-- cycle(439.7324,8.3223)
+.. controls (436.7322,8.2771) and (434.2297,9.5246) .. (432.4297,10.3496)
+arc(66.310 \__njuvis_colon 84.377 \__njuvis_colon 35.250)
+.. controls (421.2407,13.2204) and (420.4502,13.3505) .. (419.9102,13.4805)
+.. controls (417.0202,14.2305) and (413.9100,14.6505) .. (411.5000,16.4805)
+.. controls (410.6700,18.4205) and (409.0809,19.5399) .. (408.2109,21.4199)
+arc(-34.177 \__njuvis_colon 19.106 \__njuvis_colon 2.790)
+.. controls (408.9291,24.2704) and (409.4595,24.5108) .. (409.6895,25.0508)
+.. controls (411.4094,25.6708) and (413.1192,25.2207) .. (415.9492,25.2207)
+.. controls (419.3892,23.2707) and (423.7602,22.7297) .. (427.6602,20.9297)
+.. controls (429.0302,20.2997) and (430.3495,19.3791) .. (431.7695,18.6191)
+.. controls (436.2495,16.2391) and (440.8402,14.4607) .. (442.4902,9.7207)
+.. controls (442.0002,9.0907) and (440.9998,8.9196) .. (440.3398,8.3496)
+.. controls (440.1355,8.3346) and (439.9324,8.3253) .. (439.7324,8.3223)
+-- cycle(171.4688,10.9844)
+.. controls (167.2336,11.1331) and (164.3772,15.7382) .. (162.4609,19.4395)
+.. controls (161.4109,19.2295) and (159.4797,17.9994) .. (158.1797,19.1094)
+.. controls (156.8797,20.2194) and (157.5800,23.3991) .. (159.0000,24.8691)
+.. controls (160.0800,25.9691) and (160.6600,25.8794) .. (162.0000,26.3594)
+.. controls (163.3400,26.8394) and (163.9391,27.6594) .. (165.6191,27.3594)
+arc(185.638 \__njuvis_colon 161.267 \__njuvis_colon 3.530)
+arc(81.047 \__njuvis_colon 90.388 \__njuvis_colon 13.170)
+arc(232.010 \__njuvis_colon 185.494 \__njuvis_colon 4.000)
+.. controls (158.7709,34.4495) and (154.4994,36.2192) .. (149.9394,37.6992)
+arc(50.084 \__njuvis_colon 70.856 \__njuvis_colon 31.520)
+.. controls (139.9008,43.0108) and (139.6508,42.8205) .. (139.5508,42.4805)
+arc(41.189 \__njuvis_colon 33.092 \__njuvis_colon 11.730)
+.. controls (138.1408,42.0102) and (135.6592,42.0708) .. (133.9492,43.8008)
+.. controls (133.7092,43.0708) and (133.5208,44.0508) .. (132.8008,43.8008)
+.. controls (132.8308,44.8108) and (132.1108,45.0996) .. (132.3008,46.0996)
+.. controls (132.6608,47.9896) and (135.7398,48.0096) .. (136.0898,50.0996)
+.. controls (137.9598,51.2996) and (138.5291,50.6598) .. (141.0391,50.7598)
+.. controls (141.0191,50.1998) and (141.6495,50.2598) .. (142.1894,50.2598)
+arc(224.025 \__njuvis_colon 253.752 \__njuvis_colon 6.830)
+arc(224.523 \__njuvis_colon 243.396 \__njuvis_colon 41.000)
+.. controls (156.4006,40.0891) and (156.8908,39.5409) .. (157.5508,39.8809)
+.. controls (157.6108,39.6009) and (157.3008,39.4606) .. (157.5508,39.3906)
+.. controls (158.4208,39.3606) and (159.6798,38.2505) .. (160.8398,38.5605)
+.. controls (161.8898,37.3705) and (164.0592,35.6899) .. (165.9492,36.4199)
+.. controls (166.5092,44.9099) and (165.8693,55.1895) .. (166.2793,64.7695)
+arc(210.068 \__njuvis_colon 189.998 \__njuvis_colon 5.530)
+.. controls (166.7291,68.6001) and (165.6191,70.3498) .. (166.1191,73.0098)
+.. controls (166.8991,72.9398) and (167.1596,73.3899) .. (167.5996,73.6699)
+.. controls (168.2796,73.5099) and (168.3201,72.6198) .. (169.0801,72.5098)
+.. controls (169.9601,72.9598) and (171.2306,72.9999) .. (171.8906,73.6699)
+.. controls (172.5306,73.5999) and (172.5892,72.9398) .. (173.1992,72.8398)
+.. controls (173.3092,72.1298) and (172.3791,72.4595) .. (172.5391,71.6895)
+arc(83.397 \__njuvis_colon 68.531 \__njuvis_colon 5.260)
+.. controls (174.3694,65.0194) and (172.3691,59.5105) .. (173.3691,53.2305)
+.. controls (173.7291,50.8905) and (172.9493,48.4305) .. (173.5293,45.9805)
+.. controls (172.7993,44.5205) and (173.3291,42.6591) .. (173.0391,40.8691)
+.. controls (172.9491,40.3891) and (172.5209,39.9606) .. (172.3809,39.3906)
+.. controls (171.8709,37.4506) and (172.6391,35.5892) .. (172.8691,33.9492)
+.. controls (175.0191,34.4692) and (175.6504,37.1002) .. (177.6504,37.7402)
+.. controls (178.4904,38.0102) and (179.2891,37.4703) .. (180.2891,38.0703)
+.. controls (181.6791,37.4803) and (182.9899,36.8095) .. (183.4199,35.2695)
+arc(342.311 \__njuvis_colon 331.346 \__njuvis_colon 19.690)
+.. controls (179.1495,30.6705) and (175.8691,30.6899) .. (172.8691,29.1699)
+arc(181.455 \__njuvis_colon 196.077 \__njuvis_colon 8.510)
+arc(259.171 \__njuvis_colon 271.077 \__njuvis_colon 47.080)
+.. controls (184.6797,24.7692) and (187.8109,24.7197) .. (187.2109,20.9297)
+.. controls (185.9909,19.7897) and (185.2898,17.7107) .. (183.5898,17.4707)
+.. controls (182.4298,17.3107) and (181.0908,18.5791) .. (179.8008,18.7891)
+.. controls (177.3408,19.1891) and (175.0191,18.6491) .. (172.8691,18.7891)
+.. controls (174.5391,16.4891) and (174.5891,14.0109) .. (173.3691,11.2109)
+.. controls (172.7066,11.0347) and (172.0738,10.9631) .. (171.4688,10.9844)
+-- cycle(353.5000,12.0000)
+.. controls (354.9200,12.3100) and (356.8298,11.5903) .. (357.7598,12.8203)
+arc(36.936 \__njuvis_colon 58.710 \__njuvis_colon 24.720)
+.. controls (349.5998,17.9598) and (347.6506,17.5492) .. (346.3906,16.4492)
+.. controls (347.5006,15.8492) and (349.6100,13.9204) .. (351.5000,13.1504)
+.. controls (352.4000,12.7904) and (353.3000,13.1000) .. (353.5000,12.0000)
+-- cycle(466.3809,13.6797)
+.. controls (468.6809,14.4997) and (471.3809,13.4000) .. (474.1309,14.0000)
+arc(21.939 \__njuvis_colon 52.591 \__njuvis_colon 8.250)
+.. controls (469.7502,17.0307) and (468.0906,17.9808) .. (465.8906,17.3008)
+arc(169.981 \__njuvis_colon 205.439 \__njuvis_colon 6.000)
+-- cycle(198.1797,17.1133)
+.. controls (198.7972,17.1345) and (199.5505,17.3307) .. (200.2305,17.4707)
+.. controls (200.3105,17.8407) and (200.5605,18.3091) .. (200.2305,18.6191)
+.. controls (198.7905,18.3591) and (198.2594,17.9408) .. (196.9394,17.8008)
+.. controls (197.0795,17.2458) and (197.5622,17.0920) .. (198.1797,17.1133)
+-- cycle(210.0000,19.7793)
+arc(-58.166 \__njuvis_colon 21.489 \__njuvis_colon 3.150)
+.. controls (210.6195,23.7594) and (209.7891,23.6595) .. (209.6191,24.2695)
+.. controls (208.6391,23.0095) and (209.8309,21.6895) .. (209.4609,20.2695)
+.. controls (209.8909,20.3695) and (210.0500,20.1993) .. (210.0000,19.7793)
+-- cycle(430.7891,22.4102)
+.. controls (428.5991,22.4002) and (427.3799,24.7007) .. (425.1699,25.2207)
+.. controls (423.8099,29.6007) and (422.3192,36.0091) .. (422.6992,40.5391)
+.. controls (422.6392,41.0291) and (422.2009,41.1394) .. (421.8809,41.3594)
+.. controls (422.2409,43.4194) and (421.9509,46.9595) .. (422.8809,49.2695)
+.. controls (421.9109,51.7695) and (423.0303,56.3496) .. (420.5703,57.3496)
+.. controls (419.9103,59.5196) and (420.6405,61.1193) .. (420.7305,63.2793)
+.. controls (420.8905,66.1993) and (419.9406,68.6409) .. (421.8906,69.7109)
+.. controls (423.5206,68.7409) and (424.2398,67.4203) .. (426.3398,67.0703)
+.. controls (429.1698,66.6003) and (432.0298,67.1296) .. (432.7598,64.5996)
+.. controls (432.0998,63.3596) and (432.9297,62.0304) .. (432.9297,60.6504)
+.. controls (432.9097,58.0704) and (431.9798,55.1303) .. (432.7598,53.0703)
+.. controls (431.5498,49.5703) and (432.3794,45.7692) .. (431.6094,41.1992)
+arc(6.092 \__njuvis_colon -2.392 \__njuvis_colon 69.110)
+.. controls (431.7894,28.0605) and (431.7891,25.0502) .. (430.7891,22.4102)
+-- cycle(352.1797,27.9805)
+arc(271.098 \__njuvis_colon 279.625 \__njuvis_colon 24.460)
+.. controls (355.5608,29.9803) and (355.9707,30.7695) .. (355.9707,32.7695)
+arc(277.583 \__njuvis_colon 267.776 \__njuvis_colon 21.260)
+.. controls (352.5598,30.1596) and (349.6006,31.6095) .. (348.3906,32.2695)
+.. controls (348.0006,31.1495) and (348.4508,29.3704) .. (348.5508,28.1504)
+-- (348.5508,28.1797)
+arc(262.597 \__njuvis_colon 271.118 \__njuvis_colon 24.460)
+-- cycle(212.2500,28.3496)
+arc(316.596 \__njuvis_colon 340.681 \__njuvis_colon 10.640)
+.. controls (212.4805,31.9206) and (211.3391,32.1406) .. (208.7891,32.1406)
+.. controls (208.6991,30.6006) and (209.3891,30.0299) .. (209.7891,28.6699)
+arc(254.875 \__njuvis_colon 270.293 \__njuvis_colon 9.250)
+-- cycle(31.8691,29.0000)
+.. controls (28.5091,30.2600) and (24.2091,30.5304) .. (20.8691,31.1504)
+.. controls (18.7491,32.6604) and (15.3206,33.0592) .. (12.1406,33.4492)
+arc(83.352 \__njuvis_colon 98.317 \__njuvis_colon 42.240)
+.. controls (-0.1194,35.4791) and (1.1406,37.5307) .. (2.1406,39.2207)
+.. controls (6.4006,40.9007) and (11.4593,38.5504) .. (17.5293,37.9004)
+.. controls (22.2193,37.4104) and (26.7507,37.3798) .. (30.2207,36.2598)
+.. controls (32.3707,34.9998) and (35.5191,30.4200) .. (31.8691,29.0000)
+-- cycle(472.5000,30.2656)
+.. controls (474.0051,30.3117) and (475.3883,30.5388) .. (476.2695,31.0000)
+arc(-0.536 \__njuvis_colon 35.892 \__njuvis_colon 6.060)
+.. controls (471.9091,35.0894) and (469.2807,34.7695) .. (466.2207,34.9395)
+.. controls (465.9407,33.8495) and (465.9407,32.4705) .. (465.7207,31.3105)
+.. controls (467.1457,30.6168) and (469.9915,30.1889) .. (472.5000,30.2656)
+-- cycle(460.7793,31.1797)
+.. controls (461.2593,32.2297) and (461.1094,33.9609) .. (461.1094,35.4609)
+.. controls (458.9294,34.8209) and (457.2698,35.9808) .. (455.0098,35.3008)
+.. controls (455.3398,34.0008) and (455.1698,32.9300) .. (455.3398,32.0000)
+.. controls (456.8298,31.0000) and (458.6593,31.4097) .. (460.7793,31.1797)
+-- cycle(352.3418,37.6523)
+arc(268.645 \__njuvis_colon 273.051 \__njuvis_colon 51.510)
+.. controls (356.3708,39.0309) and (356.4507,41.8504) .. (355.9707,42.6504)
+.. controls (353.1607,42.7904) and (351.2406,42.1702) .. (348.3906,41.9902)
+arc(172.280 \__njuvis_colon 187.720 \__njuvis_colon 15.340)
+-- (348.3906,37.9004)
+arc(264.205 \__njuvis_colon 268.610 \__njuvis_colon 51.510)
+-- cycle(29.9434,41.9902)
+.. controls (26.2187,41.9512) and (22.6203,43.5586) .. (19.3203,43.8398)
+.. controls (16.8603,44.0398) and (13.8202,44.8500) .. (11.4102,44.5000)
+.. controls (10.2502,44.3200) and (9.2091,43.4397) .. (8.1191,43.1797)
+.. controls (6.7591,42.8497) and (5.3791,43.0996) .. (4.1191,42.8496)
+.. controls (3.1091,42.6496) and (2.3703,41.7395) .. (1.3203,42.1895)
+.. controls (-0.8497,44.9995) and (2.4095,48.9995) .. (4.9395,49.4395)
+arc(87.165 \__njuvis_colon 79.438 \__njuvis_colon 21.000)
+.. controls (13.8200,48.5694) and (22.2199,47.9106) .. (28.6699,46.6406)
+.. controls (29.8399,45.6206) and (32.3995,43.9395) .. (30.6895,42.0195)
+.. controls (30.4401,42.0014) and (30.1917,41.9928) .. (29.9434,41.9902)
+-- cycle(325.6309,43.0098)
+.. controls (326.9509,44.1198) and (324.5709,48.0795) .. (326.6309,48.9395)
+.. controls (326.3109,49.9695) and (325.3806,50.4400) .. (325.3105,51.7500)
+.. controls (322.1506,52.1000) and (318.4898,50.9199) .. (316.0898,50.9199)
+.. controls (316.1598,48.6199) and (315.9899,46.5898) .. (315.9199,43.8398)
+.. controls (318.2399,42.5098) and (323.1909,43.5598) .. (325.6309,43.0098)
+-- cycle(349.5352,47.0586)
+.. controls (352.1130,46.9939) and (354.0706,47.5634) .. (356.3105,47.0996)
+.. controls (356.0206,49.5396) and (355.3605,50.0391) .. (355.3105,52.5391)
+arc(278.316 \__njuvis_colon 267.674 \__njuvis_colon 33.860)
+.. controls (348.2639,51.1078) and (348.9882,48.7113) .. (348.3984,47.1309)
+.. controls (348.7918,47.0914) and (349.1694,47.0678) .. (349.5352,47.0586)
+-- cycle(461.1895,47.3398)
+arc(-8.403 \__njuvis_colon 8.403 \__njuvis_colon 22.000)
+arc(82.265 \__njuvis_colon 97.735 \__njuvis_colon 37.150)
+arc(170.092 \__njuvis_colon 212.461 \__njuvis_colon 8.140)
+-- (452.3691,48.0000)
+.. controls (455.2991,47.9400) and (458.2294,47.3798) .. (461.1895,47.3398)
+-- cycle(29.0078,50.5996)
+.. controls (27.4377,50.5487) and (25.0001,52.3522) .. (23.9004,52.5391)
+.. controls (21.9804,52.8591) and (19.5805,52.5992) .. (16.9805,52.6992)
+.. controls (15.0905,52.7892) and (13.2191,53.3194) .. (11.3691,53.3594)
+.. controls (9.5191,53.3994) and (7.8398,53.0592) .. (6.5898,53.6992)
+.. controls (5.8698,54.7992) and (6.4297,56.2192) .. (6.4297,57.6992)
+.. controls (6.4197,58.7792) and (6.0996,59.8800) .. (6.0996,61.0000)
+arc(182.103 \__njuvis_colon 143.175 \__njuvis_colon 11.570)
+arc(285.115 \__njuvis_colon 291.968 \__njuvis_colon 30.520)
+.. controls (15.1994,66.7095) and (23.9692,68.5602) .. (25.1992,64.2402)
+.. controls (22.0792,63.7302) and (17.3200,64.7204) .. (14.0000,64.9004)
+.. controls (12.9100,63.5304) and (12.8898,60.3105) .. (13.3398,58.3105)
+arc(249.608 \__njuvis_colon 269.745 \__njuvis_colon 26.340)
+.. controls (22.9704,56.6702) and (23.1304,56.2800) .. (23.4004,56.0000)
+.. controls (24.3904,57.6700) and (23.9991,61.8107) .. (25.8691,61.9707)
+.. controls (27.1391,62.0707) and (27.1298,60.7605) .. (28.3398,60.4805)
+.. controls (29.1198,58.7505) and (29.1202,56.7407) .. (29.6602,54.7207)
+.. controls (29.9602,53.6207) and (30.5103,52.4007) .. (30.3203,51.7207)
+.. controls (30.1038,50.9248) and (29.6222,50.6195) .. (29.0078,50.5996)
+-- cycle(197.9688,137.0410)
+.. controls (196.2280,137.1680) and (194.6641,137.9297) .. (194.0391,139.1797)
+.. controls (194.5791,140.5497) and (194.5592,142.6591) .. (195.1992,144.2891)
+.. controls (195.5492,145.1791) and (196.6495,145.7396) .. (196.0195,146.5996)
+.. controls (193.0395,145.8596) and (188.8699,147.5809) .. (190.4199,151.3809)
+.. controls (192.6399,152.7009) and (195.2301,151.4693) .. (198.3301,152.0293)
+.. controls (196.5601,153.4493) and (196.2691,155.7102) .. (194.0391,155.6602)
+.. controls (193.1591,155.6602) and (192.3202,154.6102) .. (191.2402,154.6602)
+.. controls (190.3302,154.7102) and (189.6295,155.7802) .. (188.7695,155.6602)
+.. controls (189.0195,156.6902) and (188.0594,156.7807) .. (188.4394,157.4707)
+.. controls (188.6695,158.1707) and (189.8798,157.9009) .. (189.7598,158.9609)
+.. controls (190.7298,158.7809) and (190.9702,159.2893) .. (191.2402,159.7793)
+.. controls (190.1002,162.2093) and (187.7607,163.4405) .. (185.4707,164.7305)
+.. controls (176.3707,165.4705) and (165.3907,165.3891) .. (157.4707,166.8691)
+.. controls (156.0107,172.1691) and (157.4506,178.3898) .. (156.6406,184.0098)
+.. controls (157.9906,184.2998) and (157.9493,182.9498) .. (159.7793,183.5098)
+.. controls (160.4493,183.1098) and (161.0893,182.7094) .. (161.7793,182.3594)
+.. controls (162.1293,181.4194) and (163.1795,179.9004) .. (162.4394,178.9004)
+.. controls (163.0394,178.9704) and (162.8895,178.4902) .. (162.9394,178.2402)
+.. controls (163.5294,175.3202) and (162.3702,172.1504) .. (165.2402,171.1504)
+.. controls (165.9602,170.9404) and (165.9805,171.1003) .. (166.5606,171.3203)
+.. controls (166.9606,171.1103) and (167.0507,170.5902) .. (167.7207,170.6602)
+.. controls (178.4007,169.8902) and (189.7207,168.4300) .. (200.7207,169.5000)
+.. controls (201.1807,169.4800) and (201.3991,169.1699) .. (201.8691,169.1699)
+.. controls (210.0491,170.3299) and (219.4905,168.8600) .. (228.7305,170.0000)
+.. controls (229.0105,174.3800) and (228.3902,178.5400) .. (228.2402,182.0000)
+arc(263.004 \__njuvis_colon 294.805 \__njuvis_colon 5.780)
+arc(238.746 \__njuvis_colon 256.412 \__njuvis_colon 14.090)
+.. controls (236.6691,181.7098) and (237.4499,180.5399) .. (238.6699,181.1699)
+.. controls (241.3999,176.9199) and (239.0900,171.8999) .. (239.0000,166.1699)
+.. controls (237.1800,164.2999) and (232.4794,164.2898) .. (229.6094,165.0098)
+.. controls (225.7694,163.7398) and (221.1401,163.8198) .. (217.0801,164.0098)
+.. controls (209.6901,164.3398) and (200.6894,164.7998) .. (192.6894,164.3398)
+.. controls (193.6995,163.6998) and (194.7003,161.5298) .. (196.3203,161.3398)
+.. controls (196.7403,161.2898) and (198.6191,161.3602) .. (198.6191,162.4902)
+.. controls (200.1391,161.9902) and (200.8000,163.2502) .. (202.2500,162.9902)
+.. controls (203.0200,162.5002) and (203.1005,161.3200) .. (204.5606,161.5000)
+.. controls (204.4706,158.5400) and (202.9306,157.2207) .. (200.5606,157.2207)
+.. controls (203.8005,153.9907) and (207.9194,151.7302) .. (210.6094,147.9902)
+.. controls (209.5394,145.9502) and (208.3800,146.7398) .. (206.0000,146.8398)
+.. controls (203.6200,146.9398) and (200.1100,147.3398) .. (198.7500,146.3398)
+.. controls (199.9400,144.5098) and (201.9195,143.4804) .. (202.9394,141.6504)
+.. controls (202.2295,140.6304) and (202.4609,138.3493) .. (201.1309,137.5293)
+.. controls (200.1221,137.1168) and (199.0132,136.9648) .. (197.9688,137.0410)
+-- cycle(302.1934,137.2812)
+arc(266.857 \__njuvis_colon 255.373 \__njuvis_colon 12.260)
+.. controls (297.8595,138.3102) and (297.2995,140.7096) .. (296.7695,142.5996)
+.. controls (299.0395,143.2996) and (299.7606,145.5509) .. (300.5605,147.7109)
+.. controls (294.4305,148.2009) and (287.3591,149.1192) .. (280.6191,148.1992)
+.. controls (279.4691,149.1392) and (279.8407,150.6802) .. (279.4707,152.4902)
+.. controls (280.1707,153.0402) and (281.4495,152.8806) .. (282.2695,153.6406)
+.. controls (283.2695,153.1206) and (285.7395,153.0508) .. (286.2695,154.3008)
+.. controls (286.3495,155.2008) and (286.2294,157.0498) .. (285.6094,157.7598)
+.. controls (287.3494,159.7398) and (288.6291,165.8099) .. (284.1191,165.6699)
+.. controls (283.1891,167.5299) and (280.0595,167.2104) .. (278.1895,168.1504)
+.. controls (278.7794,170.6104) and (281.5208,170.6094) .. (283.3008,171.6094)
+.. controls (284.3008,172.1294) and (284.4908,173.1701) .. (285.3008,174.0801)
+.. controls (286.3608,175.2201) and (287.8108,175.9109) .. (288.3008,176.7109)
+.. controls (289.0508,177.9709) and (289.0192,179.4309) .. (289.9492,180.7109)
+.. controls (284.4692,182.1309) and (279.6292,181.6491) .. (273.9492,181.3691)
+.. controls (272.1892,183.8891) and (272.9691,185.6191) .. (273.2891,188.6191)
+.. controls (277.3191,188.9691) and (284.1997,187.3907) .. (290.4297,186.9707)
+.. controls (293.2197,186.8007) and (293.9708,186.5907) .. (294.0508,188.9707)
+.. controls (294.2508,194.1207) and (293.4900,196.4097) .. (291.2500,199.6797)
+.. controls (290.3700,199.8397) and (290.0896,200.4398) .. (289.5996,200.8398)
+.. controls (287.0896,202.8798) and (282.3905,203.3105) .. (278.2305,202.9805)
+.. controls (277.4105,202.2905) and (275.7594,202.4005) .. (274.6094,202.4805)
+.. controls (274.6894,206.8105) and (278.4294,208.8706) .. (281.6895,210.5606)
+.. controls (295.2495,210.0306) and (300.0604,200.6906) .. (300.1504,188.3106)
+arc(172.076 \__njuvis_colon 177.813 \__njuvis_colon 18.160)
+.. controls (304.7602,185.0100) and (309.4198,185.6100) .. (312.8398,182.5000)
+arc(183.920 \__njuvis_colon 196.744 \__njuvis_colon 8.240)
+.. controls (312.2099,179.3695) and (311.3609,178.2307) .. (309.7109,178.2207)
+.. controls (308.0609,178.2107) and (306.5209,179.8893) .. (304.7109,180.0293)
+.. controls (302.1809,180.2293) and (298.6708,180.2709) .. (297.3008,178.8809)
+arc(226.205 \__njuvis_colon 235.718 \__njuvis_colon 53.720)
+.. controls (307.4507,171.0795) and (311.9491,169.7992) .. (312.7891,165.1992)
+.. controls (311.7791,163.6092) and (309.4798,164.8309) .. (308.0098,164.3809)
+.. controls (307.2798,162.0909) and (310.0204,161.2098) .. (310.1504,159.7598)
+.. controls (310.2704,158.4298) and (309.0498,157.8798) .. (308.3398,156.7598)
+.. controls (308.3198,154.4898) and (310.8203,152.8500) .. (309.8203,150.0000)
+.. controls (314.0003,150.3400) and (319.9998,151.5995) .. (322.5098,148.7695)
+.. controls (323.1098,150.0995) and (324.1098,150.1502) .. (324.5098,151.4102)
+arc(-9.417 \__njuvis_colon 9.417 \__njuvis_colon 10.570)
+arc(5.722 \__njuvis_colon 50.622 \__njuvis_colon 8.320)
+.. controls (319.3098,161.9807) and (316.5099,162.4895) .. (314.9199,164.2695)
+-- (314.9199,165.7500)
+.. controls (312.8999,166.8000) and (314.2694,169.1992) .. (313.1094,170.1992)
+arc(132.907 \__njuvis_colon 78.984 \__njuvis_colon 2.650)
+.. controls (316.8999,171.7494) and (318.4293,171.7298) .. (320.0293,172.5098)
+.. controls (321.4293,173.2198) and (322.2902,174.6198) .. (323.4902,175.5098)
+.. controls (323.6302,175.6198) and (323.9904,175.4198) .. (324.1504,175.5098)
+.. controls (325.0404,176.0298) and (326.0291,177.3203) .. (326.7891,177.8203)
+.. controls (327.5491,178.3203) and (328.5996,178.3807) .. (328.5996,179.4707)
+arc(59.950 \__njuvis_colon 102.152 \__njuvis_colon 13.200)
+.. controls (318.0709,180.6792) and (317.2109,179.5709) .. (316.2109,179.6309)
+.. controls (313.4509,179.7909) and (312.3906,185.1006) .. (315.3906,185.8906)
+.. controls (321.3606,187.6906) and (328.0401,185.6601) .. (334.8301,184.5801)
+.. controls (338.8601,186.6401) and (340.7408,191.5603) .. (345.0508,192.8203)
+.. controls (346.0708,194.5503) and (348.2298,195.1298) .. (348.8398,197.2598)
+.. controls (350.8398,197.6898) and (351.8398,199.1506) .. (352.8398,200.5606)
+.. controls (352.5698,201.0505) and (352.3297,201.7409) .. (351.6797,201.3809)
+.. controls (351.6597,201.9009) and (352.1998,201.8491) .. (352.0098,202.5391)
+.. controls (353.2698,203.5891) and (354.8309,203.1693) .. (356.6309,203.0293)
+.. controls (359.1509,202.8393) and (363.1094,202.5409) .. (365.3594,201.7109)
+.. controls (368.3094,201.3609) and (370.1894,199.9501) .. (372.6094,199.0801)
+.. controls (373.8894,198.4901) and (376.7908,198.2298) .. (378.0508,197.5898)
+arc(91.611 \__njuvis_colon 53.246 \__njuvis_colon 10.790)
+.. controls (383.8206,195.0692) and (382.6198,195.6191) .. (381.5098,195.6191)
+.. controls (381.5098,195.2891) and (381.9598,195.4109) .. (381.8398,194.9609)
+.. controls (381.4198,195.1109) and (380.9094,195.2291) .. (380.6895,194.7891)
+.. controls (381.8095,194.3791) and (381.2596,193.7104) .. (381.3496,192.6504)
+.. controls (381.6596,192.7204) and (381.6399,193.1205) .. (382.1699,192.9805)
+arc(155.632 \__njuvis_colon 204.368 \__njuvis_colon 1.600)
+.. controls (381.7299,191.5502) and (381.1396,191.5901) .. (380.8496,191.3301)
+.. controls (381.1396,191.2501) and (381.8409,190.4206) .. (381.2109,190.8906)
+arc(63.434 \__njuvis_colon 111.500 \__njuvis_colon 4.450)
+.. controls (377.8398,190.7208) and (379.2498,190.7208) .. (378.5898,190.0508)
+.. controls (376.7998,190.4508) and (373.9902,190.1409) .. (372.9902,190.8809)
+arc(103.185 \__njuvis_colon 122.903 \__njuvis_colon 13.580)
+.. controls (365.2509,188.4205) and (362.3805,190.0805) .. (358.9805,189.2305)
+.. controls (358.8905,188.8905) and (358.6402,188.7002) .. (358.4902,188.4102)
+arc(104.658 \__njuvis_colon 112.212 \__njuvis_colon 24.000)
+.. controls (348.8702,187.8702) and (346.0301,182.8205) .. (340.3301,181.3106)
+.. controls (337.9901,179.4906) and (340.4104,176.9491) .. (341.6504,175.8691)
+.. controls (341.7704,175.1091) and (341.8107,174.2705) .. (342.4707,174.0606)
+.. controls (342.3007,172.8406) and (342.8908,171.9996) .. (343.3008,170.5996)
+.. controls (343.5508,169.7096) and (345.0595,169.1492) .. (345.4395,168.4492)
+.. controls (346.4694,166.5892) and (345.2693,165.0897) .. (344.7793,163.1797)
+.. controls (349.4793,161.4997) and (356.9093,162.6797) .. (361.7793,161.1797)
+arc(232.747 \__njuvis_colon 239.978 \__njuvis_colon 37.630)
+arc(160.223 \__njuvis_colon 191.847 \__njuvis_colon 4.250)
+.. controls (364.6703,155.7902) and (364.3099,155.8299) .. (363.4199,155.4199)
+.. controls (360.2099,156.1699) and (356.0706,156.1699) .. (351.5605,156.4199)
+.. controls (348.2006,156.6199) and (344.6801,155.5098) .. (341.8301,155.7598)
+.. controls (340.7301,155.8598) and (339.7801,156.3698) .. (338.8301,156.2598)
+.. controls (337.6901,156.1298) and (334.8491,154.7792) .. (334.5391,153.9492)
+.. controls (334.3691,153.4892) and (334.6391,152.7208) .. (334.5391,152.3008)
+.. controls (333.6291,151.4608) and (333.8308,149.1796) .. (334.0508,147.8496)
+.. controls (333.0008,146.6896) and (333.0602,145.1906) .. (331.9102,144.3906)
+.. controls (329.5502,142.7606) and (325.7699,143.7607) .. (323.1699,145.2207)
+arc(16.176 \__njuvis_colon 43.639 \__njuvis_colon 4.860)
+.. controls (318.0795,146.3407) and (314.7295,145.3406) .. (311.0195,146.0606)
+.. controls (308.2295,144.6705) and (308.7295,140.6402) .. (307.0195,137.9902)
+arc(289.832 \__njuvis_colon 266.882 \__njuvis_colon 12.260)
+-- cycle(447.0840,137.7344)
+.. controls (442.2657,137.8374) and (439.2316,141.3791) .. (435.9004,143.7109)
+.. controls (433.1504,145.6509) and (430.2904,146.7704) .. (429.1504,149.6504)
+.. controls (427.2204,151.4004) and (423.9509,152.9403) .. (423.7109,156.0703)
+.. controls (423.5009,158.6803) and (425.9500,160.0197) .. (427.5000,161.6797)
+.. controls (430.5500,161.6097) and (431.3299,159.5597) .. (434.9199,160.6797)
+.. controls (434.7799,161.1397) and (435.1501,161.1100) .. (435.0801,161.5000)
+arc(25.472 \__njuvis_colon 87.666 \__njuvis_colon 1.160)
+arc(-5.430 \__njuvis_colon 19.263 \__njuvis_colon 3.110)
+.. controls (431.4899,166.0005) and (428.0098,167.4904) .. (426.0098,170.4004)
+.. controls (425.7798,170.3504) and (425.6896,170.1702) .. (425.3496,170.2402)
+arc(36.154 \__njuvis_colon 53.846 \__njuvis_colon 18.940)
+.. controls (421.5705,174.4494) and (421.5806,174.6096) .. (421.3906,174.8496)
+.. controls (415.9106,179.6096) and (409.2398,183.3608) .. (403.5898,187.0508)
+arc(284.521 \__njuvis_colon 267.305 \__njuvis_colon 5.510)
+.. controls (399.9792,188.5709) and (400.6796,192.5103) .. (403.0996,192.8203)
+.. controls (405.7296,193.1903) and (409.1496,190.2395) .. (410.8496,189.1894)
+.. controls (411.8696,188.5594) and (413.0406,188.0409) .. (414.1406,187.3809)
+.. controls (416.6906,185.8409) and (418.7706,183.7097) .. (421.0605,182.9297)
+arc(219.410 \__njuvis_colon 230.590 \__njuvis_colon 49.070)
+arc(229.708 \__njuvis_colon 259.649 \__njuvis_colon 6.700)
+.. controls (431.2692,176.4895) and (431.3291,180.8398) .. (430.6191,182.7598)
+.. controls (431.3091,188.1898) and (430.1209,192.2897) .. (429.9609,196.9297)
+.. controls (429.3509,196.7597) and (429.4306,197.2797) .. (429.1406,197.4297)
+.. controls (428.8606,199.8097) and (431.3998,200.0801) .. (432.7598,199.0801)
+arc(100.399 \__njuvis_colon 82.609 \__njuvis_colon 19.730)
+.. controls (440.9994,191.9402) and (440.3100,184.6004) .. (441.0000,177.6504)
+.. controls (440.8400,177.4304) and (440.5598,177.3302) .. (440.5098,176.9902)
+.. controls (441.0698,173.9402) and (439.2394,170.0594) .. (439.3594,166.9394)
+.. controls (440.7194,166.4595) and (442.3008,165.4609) .. (444.3008,165.4609)
+.. controls (444.9208,165.4609) and (445.4994,165.8691) .. (446.1094,165.7891)
+.. controls (446.4594,165.7391) and (447.2797,165.0509) .. (447.9297,164.9609)
+.. controls (448.7497,164.8509) and (448.2500,164.9506) .. (448.7500,164.6406)
+.. controls (448.9000,164.5406) and (449.2602,164.7406) .. (449.4102,164.6406)
+arc(56.405 \__njuvis_colon -12.224 \__njuvis_colon 4.270)
+arc(308.398 \__njuvis_colon 263.828 \__njuvis_colon 10.170)
+.. controls (443.1005,157.0991) and (441.5700,156.9804) .. (441.0000,155.9004)
+.. controls (445.5700,152.4704) and (451.6796,150.6895) .. (454.3496,145.0195)
+.. controls (453.9496,143.8495) and (454.2109,141.3702) .. (452.2109,140.7402)
+.. controls (452.1909,140.2702) and (451.5891,140.0398) .. (452.0391,139.5898)
+.. controls (451.1591,139.5898) and (450.6705,139.1995) .. (450.7305,138.2695)
+.. controls (449.4030,137.8702) and (448.1959,137.7106) .. (447.0840,137.7344)
+-- cycle(92.7109,140.2695)
+arc(58.466 \__njuvis_colon 68.306 \__njuvis_colon 30.070)
+.. controls (84.9796,146.4901) and (82.6396,151.1797) .. (80.3496,155.9297)
+arc(71.528 \__njuvis_colon 127.215 \__njuvis_colon 2.170)
+.. controls (78.1496,154.8496) and (79.0395,154.6891) .. (78.5195,154.1191)
+.. controls (74.8195,152.7291) and (71.6696,154.9705) .. (71.5996,158.7305)
+arc(303.185 \__njuvis_colon 321.516 \__njuvis_colon 7.690)
+arc(107.050 \__njuvis_colon 95.423 \__njuvis_colon 20.730)
+.. controls (78.5393,163.9792) and (76.7506,166.5996) .. (75.3906,170.0996)
+.. controls (74.5106,172.3596) and (74.5003,175.0495) .. (74.0703,177.1894)
+.. controls (73.7503,178.7794) and (72.3298,180.3805) .. (72.5898,181.3106)
+.. controls (72.8498,182.2406) and (74.2907,183.0509) .. (75.7207,182.9609)
+.. controls (76.7607,182.8909) and (77.5195,181.4806) .. (78.5195,181.1406)
+.. controls (80.2695,175.7106) and (82.4193,169.5706) .. (84.7793,164.1406)
+.. controls (85.4493,162.6706) and (86.5993,159.7694) .. (87.7793,159.3594)
+arc(262.578 \__njuvis_colon 271.310 \__njuvis_colon 19.730)
+arc(261.319 \__njuvis_colon 272.805 \__njuvis_colon 32.180)
+arc(276.363 \__njuvis_colon 290.921 \__njuvis_colon 27.450)
+.. controls (105.3907,162.2398) and (107.4707,163.9494) .. (107.9707,166.6094)
+.. controls (108.5707,169.7794) and (106.8199,172.3196) .. (105.6699,174.8496)
+.. controls (102.6799,177.0296) and (101.5602,181.0799) .. (98.7402,183.4199)
+.. controls (97.8802,187.2799) and (95.0008,189.1304) .. (93.8008,192.6504)
+.. controls (92.4908,193.0004) and (92.2208,194.4408) .. (90.8008,194.3008)
+.. controls (87.6308,193.9908) and (88.2709,185.2203) .. (84.3809,185.0703)
+.. controls (83.8509,185.9103) and (82.3401,185.7806) .. (81.5801,186.3906)
+.. controls (82.0501,189.5406) and (82.4702,193.1397) .. (84.1602,194.1797)
+.. controls (83.8502,196.0797) and (84.8402,196.4606) .. (86.1602,197.6406)
+arc(134.002 \__njuvis_colon 118.042 \__njuvis_colon 16.160)
+.. controls (90.4291,200.6293) and (91.0797,201.1593) .. (91.4297,201.2793)
+.. controls (92.4397,201.6193) and (93.2102,201.2893) .. (94.2402,201.2793)
+.. controls (95.2702,201.2693) and (96.3591,201.6794) .. (96.8691,201.6094)
+.. controls (98.3391,201.3794) and (99.1999,199.6294) .. (100.1699,198.6094)
+.. controls (101.1399,197.5894) and (102.6007,196.3905) .. (102.9707,195.4805)
+arc(203.473 \__njuvis_colon 222.813 \__njuvis_colon 28.690)
+.. controls (109.2802,184.0002) and (111.7895,182.0498) .. (112.6894,178.5098)
+.. controls (116.3594,175.8598) and (116.6903,169.0196) .. (115.8203,163.3496)
+.. controls (115.4503,162.9496) and (116.1802,162.7393) .. (115.9902,162.0293)
+.. controls (114.8902,159.6493) and (113.6502,156.6593) .. (111.9902,154.7793)
+.. controls (111.2502,153.9293) and (109.5991,152.4707) .. (108.3691,152.4707)
+.. controls (107.6591,152.4607) and (106.9905,153.1191) .. (106.2305,153.2891)
+.. controls (104.1005,153.7691) and (101.4305,153.0691) .. (98.8105,153.6191)
+.. controls (97.9605,153.7991) and (97.1998,154.2992) .. (96.3398,154.4492)
+.. controls (93.7398,154.9092) and (90.4599,155.0195) .. (88.9199,155.2695)
+.. controls (89.0199,155.2595) and (89.0898,155.2494) .. (89.0898,155.1094)
+.. controls (89.7198,153.1594) and (90.8405,151.7001) .. (91.5605,149.8301)
+.. controls (93.9505,147.4801) and (97.4902,145.0996) .. (97.4902,141.0996)
+.. controls (96.3002,139.9096) and (94.2709,140.5995) .. (92.7109,140.2695)
+-- cycle(224.8848,140.6680)
+.. controls (222.9887,140.6961) and (220.9961,141.0626) .. (219.4492,141.2207)
+.. controls (217.9992,141.3807) and (216.4900,140.8906) .. (215.0000,140.8906)
+.. controls (211.8900,140.9106) and (209.4406,141.9797) .. (209.5606,144.6797)
+.. controls (210.1405,145.1497) and (210.0508,146.2401) .. (211.0508,146.3301)
+.. controls (214.8708,145.3101) and (219.4802,145.9198) .. (223.2402,145.5098)
+.. controls (222.6002,146.6598) and (222.1796,147.9609) .. (221.5996,149.1309)
+arc(81.961 \__njuvis_colon 99.991 \__njuvis_colon 30.000)
+.. controls (211.9192,150.1507) and (210.7708,151.0498) .. (210.5508,152.7598)
+arc(123.606 \__njuvis_colon 77.846 \__njuvis_colon 6.910)
+.. controls (217.1701,156.9198) and (213.3009,156.7506) .. (210.8809,156.5606)
+.. controls (210.0709,157.8406) and (208.9503,159.0198) .. (209.0703,160.8398)
+.. controls (210.7703,161.7298) and (213.8902,159.7898) .. (215.6602,160.8398)
+.. controls (215.7202,160.4098) and (216.6606,160.5996) .. (217.3106,160.3496)
+arc(150.851 \__njuvis_colon 82.313 \__njuvis_colon 2.620)
+.. controls (223.0492,161.3799) and (224.6992,158.3209) .. (226.6992,157.3809)
+.. controls (226.6992,155.7609) and (227.8592,153.9396) .. (228.6992,152.5996)
+.. controls (228.7592,149.3296) and (232.2792,145.1607) .. (232.6992,142.7207)
+arc(315.388 \__njuvis_colon 308.841 \__njuvis_colon 19.460)
+arc(81.965 \__njuvis_colon 108.555 \__njuvis_colon 8.060)
+.. controls (226.5875,140.7125) and (225.7466,140.6552) .. (224.8848,140.6680)
+-- cycle(167.7754,141.0254)
+.. controls (166.3307,141.0691) and (164.8676,141.3000) .. (163.8301,141.2500)
+.. controls (163.2501,141.7400) and (163.2595,142.8802) .. (162.0195,142.7402)
+.. controls (162.2695,143.5002) and (161.8496,144.2709) .. (161.8496,144.8809)
+.. controls (164.3096,149.6109) and (161.5898,157.1009) .. (163.0098,161.8809)
+.. controls (163.1898,162.5309) and (163.9199,162.7693) .. (163.6699,163.5293)
+.. controls (167.0999,165.2493) and (170.5409,163.0909) .. (174.2109,162.7109)
+.. controls (177.5009,162.3709) and (180.9198,162.2508) .. (184.7598,162.0508)
+.. controls (185.6098,160.9808) and (186.9204,160.3599) .. (187.4004,158.9199)
+.. controls (186.7404,158.5499) and (186.0204,158.2799) .. (185.4004,157.9199)
+.. controls (183.8004,158.3999) and (182.4192,157.4298) .. (180.9492,157.2598)
+.. controls (178.7992,158.5198) and (174.6108,157.3602) .. (172.0508,158.4102)
+.. controls (170.7608,152.8702) and (178.5498,154.8409) .. (182.7598,153.6309)
+.. controls (182.7698,153.3809) and (182.9098,152.9707) .. (183.5898,152.9707)
+.. controls (183.4798,151.9707) and (184.0000,151.6007) .. (184.2500,150.9707)
+.. controls (183.2300,146.8707) and (176.3209,150.2002) .. (172.3809,148.4902)
+.. controls (172.6409,148.4502) and (172.4909,148.1300) .. (172.3809,148.0000)
+.. controls (176.0409,147.1700) and (179.0299,147.4200) .. (183.9199,147.0000)
+.. controls (185.0499,146.1100) and (185.7108,144.7000) .. (187.0508,144.0000)
+.. controls (186.8608,143.2300) and (185.8297,143.2800) .. (185.4297,142.7500)
+.. controls (181.6597,142.5600) and (178.2308,143.3100) .. (174.5508,142.7500)
+.. controls (174.0408,142.6700) and (173.8804,142.2398) .. (173.4004,142.0898)
+.. controls (173.1304,142.0098) and (172.6504,142.3000) .. (172.4004,142.2500)
+.. controls (171.6504,142.1000) and (170.9298,141.4400) .. (170.2598,141.2500)
+.. controls (169.5023,141.0400) and (168.6422,140.9991) .. (167.7754,141.0254)
+-- cycle(36.4883,143.1113)
+.. controls (34.8682,143.0714) and (33.4766,143.7445) .. (32.7891,145.5195)
+.. controls (34.4091,149.1295) and (32.7106,151.2500) .. (32.1406,154.2500)
+.. controls (32.1106,154.4100) and (31.4805,154.8202) .. (31.4805,154.9102)
+.. controls (31.4005,155.1602) and (31.6806,155.4703) .. (31.6406,155.5703)
+.. controls (31.6006,155.6703) and (31.1504,155.6605) .. (31.1504,155.7305)
+.. controls (30.9804,156.0605) and (31.1305,156.5506) .. (30.9805,156.8906)
+.. controls (30.0305,159.1106) and (27.8294,161.0205) .. (27.3594,163.4805)
+.. controls (26.2594,164.4405) and (24.9107,165.9295) .. (24.7207,167.2695)
+arc(223.375 \__njuvis_colon 213.893 \__njuvis_colon 44.680)
+.. controls (19.1194,173.2091) and (18.9609,174.1894) .. (17.9609,174.3594)
+.. controls (14.5709,178.7894) and (9.9395,182.2103) .. (5.4395,185.0703)
+.. controls (4.3695,184.2203) and (3.9908,183.3997) .. (2.8008,182.9297)
+.. controls (0.9608,185.2897) and (0.5902,188.1900) .. (0.4902,191.0000)
+.. controls (2.0002,191.3500) and (2.0798,193.1608) .. (3.2598,193.8008)
+.. controls (4.1598,193.8308) and (7.6797,195.4609) .. (9.6797,194.4609)
+.. controls (10.4897,194.6809) and (12.1402,194.5408) .. (12.4902,193.8008)
+arc(87.293 \__njuvis_colon 113.742 \__njuvis_colon 5.870)
+.. controls (11.3696,192.8005) and (11.4106,190.8098) .. (13.1406,190.5098)
+arc(282.071 \__njuvis_colon 358.538 \__njuvis_colon 1.050)
+.. controls (13.6507,192.3398) and (12.9804,192.8304) .. (12.6504,193.6504)
+.. controls (14.4904,193.6304) and (14.9904,192.3199) .. (16.6504,192.1699)
+.. controls (16.8704,191.4399) and (16.0104,191.8099) .. (16.1504,191.1699)
+arc(53.204 \__njuvis_colon 36.797 \__njuvis_colon 11.450)
+.. controls (19.0709,188.6794) and (18.7193,189.4796) .. (19.2793,189.3496)
+.. controls (20.9993,186.4296) and (23.3591,184.2104) .. (23.8691,180.1504)
+.. controls (25.6391,177.8804) and (26.8906,175.0405) .. (28.6406,172.7305)
+.. controls (29.0006,170.5305) and (30.3306,169.3291) .. (31.6406,168.1191)
+.. controls (33.3506,163.9391) and (34.8599,161.1502) .. (36.4199,157.2402)
+.. controls (36.8499,157.2002) and (36.1999,156.9501) .. (36.4199,156.5801)
+.. controls (38.1699,154.9701) and (38.1309,151.5906) .. (40.7109,150.8106)
+.. controls (40.8009,151.1405) and (41.5293,150.8006) .. (41.5293,151.1406)
+.. controls (49.7893,149.8106) and (56.2891,150.8106) .. (62.7891,150.8106)
+.. controls (64.4891,149.7705) and (66.7302,148.3594) .. (66.9102,146.3594)
+.. controls (66.2502,147.0594) and (66.5700,145.3909) .. (66.2500,145.2109)
+.. controls (58.9300,144.3009) and (50.9596,148.1593) .. (42.3496,146.5293)
+.. controls (42.2996,146.2993) and (42.1195,146.2091) .. (42.1895,145.8691)
+.. controls (41.1695,145.8691) and (40.3608,144.5491) .. (39.5508,143.8691)
+.. controls (38.5158,143.4154) and (37.4604,143.1353) .. (36.4883,143.1113)
+-- cycle(493.7402,144.0000)
+arc(83.429 \__njuvis_colon 90.370 \__njuvis_colon 152.700)
+arc(269.886 \__njuvis_colon 262.835 \__njuvis_colon 84.570)
+.. controls (464.2604,146.4502) and (463.3198,146.9409) .. (463.0898,148.1309)
+.. controls (465.0598,150.9909) and (468.2504,151.4409) .. (472.1504,152.1309)
+arc(100.739 \__njuvis_colon 84.733 \__njuvis_colon 36.740)
+.. controls (484.0091,152.4391) and (485.5605,151.7891) .. (487.3105,151.6191)
+.. controls (491.1506,151.2291) and (494.5492,151.4707) .. (497.1992,149.4707)
+.. controls (496.8992,149.1207) and (496.3208,148.9991) .. (496.0508,148.6191)
+.. controls (496.3008,146.7591) and (494.7402,144.6300) .. (493.7402,144.0000)
+-- cycle(52.6699,151.2207)
+.. controls (52.3299,152.6807) and (52.4798,153.7397) .. (51.8398,154.6797)
+.. controls (48.9598,154.6097) and (47.2598,154.9098) .. (44.2598,154.8398)
+arc(173.794 \__njuvis_colon 192.423 \__njuvis_colon 9.680)
+arc(272.839 \__njuvis_colon 234.912 \__njuvis_colon 5.540)
+.. controls (41.5407,152.7909) and (41.2091,153.7894) .. (41.2891,154.3594)
+arc(304.365 \__njuvis_colon 180.295 \__njuvis_colon 2.000)
+.. controls (39.2002,157.2400) and (40.4891,157.2104) .. (41.7891,158.1504)
+arc(189.333 \__njuvis_colon 176.884 \__njuvis_colon 14.450)
+.. controls (40.1391,162.1793) and (37.7894,163.3293) .. (35.8594,164.2793)
+.. controls (32.1894,169.3193) and (37.7798,175.6402) .. (37.0098,181.9102)
+.. controls (38.2198,182.5702) and (37.9696,184.9102) .. (36.3496,184.9102)
+.. controls (35.6596,183.6702) and (34.0808,184.3302) .. (33.5508,182.9102)
+.. controls (31.8308,182.7302) and (30.1897,182.5805) .. (28.9297,183.7305)
+.. controls (27.5197,187.9105) and (29.1600,191.8895) .. (30.2500,195.2695)
+.. controls (31.3400,198.6495) and (30.6503,203.0905) .. (31.5703,205.9805)
+.. controls (32.0003,206.7305) and (33.2109,206.3908) .. (34.2109,206.8008)
+.. controls (34.5909,206.9608) and (34.8609,207.6609) .. (35.2109,207.6309)
+.. controls (35.5609,207.6009) and (36.5295,206.5306) .. (36.6895,206.1406)
+.. controls (37.5395,204.0706) and (36.1195,199.7703) .. (37.0195,198.0703)
+.. controls (35.9595,195.7503) and (36.1994,192.2100) .. (36.3594,189.5000)
+.. controls (38.0294,188.4300) and (41.5593,189.2401) .. (43.7793,189.3301)
+.. controls (43.2693,192.7901) and (42.1501,199.0809) .. (46.0801,200.7109)
+.. controls (48.9301,199.1209) and (51.4304,197.0098) .. (54.6504,196.2598)
+.. controls (55.6204,197.0598) and (55.8291,198.7805) .. (57.2891,198.7305)
+.. controls (59.8691,198.6405) and (60.2497,193.3803) .. (59.4297,190.8203)
+.. controls (58.2097,189.4903) and (56.9805,189.5803) .. (54.9805,189.8203)
+arc(217.878 \__njuvis_colon 178.992 \__njuvis_colon 4.750)
+arc(63.909 \__njuvis_colon 78.166 \__njuvis_colon 22.450)
+.. controls (48.0409,193.3309) and (48.7109,190.2295) .. (48.7109,189.0195)
+.. controls (55.6409,189.8495) and (60.9700,186.5495) .. (67.5000,188.0195)
+.. controls (68.0500,189.0195) and (70.3100,189.5195) .. (70.5000,191.0195)
+arc(9.621 \__njuvis_colon 24.658 \__njuvis_colon 8.560)
+.. controls (68.6098,195.9202) and (67.0605,201.6209) .. (64.5605,203.7109)
+.. controls (62.6505,205.3209) and (58.8604,203.9209) .. (56.6504,204.7109)
+.. controls (57.3904,205.7309) and (57.5009,207.3800) .. (58.1309,208.5000)
+arc(120.981 \__njuvis_colon 101.826 \__njuvis_colon 14.910)
+arc(142.394 \__njuvis_colon 108.822 \__njuvis_colon 7.370)
+.. controls (67.9309,211.6691) and (70.9105,210.5000) .. (72.3105,208.5000)
+.. controls (73.1005,207.3900) and (73.5492,205.3906) .. (74.4492,203.3906)
+.. controls (75.6592,200.7806) and (76.6602,198.6005) .. (77.7402,195.9805)
+.. controls (78.1102,195.1005) and (78.7204,194.2699) .. (78.9004,193.6699)
+.. controls (78.9904,193.3799) and (78.7804,192.7998) .. (78.9004,192.5098)
+.. controls (79.1504,191.8798) and (79.5605,192.0898) .. (79.5605,191.5098)
+.. controls (79.7305,188.8598) and (77.9199,187.1002) .. (76.9199,185.4102)
+.. controls (74.9199,185.5002) and (74.2306,184.1496) .. (72.6406,183.5996)
+.. controls (69.4806,182.4996) and (66.4302,184.2296) .. (63.7402,183.5996)
+.. controls (59.7902,185.4296) and (54.4004,185.4502) .. (49.4004,185.7402)
+arc(165.144 \__njuvis_colon 191.579 \__njuvis_colon 12.250)
+.. controls (50.8202,180.1306) and (51.4695,179.1806) .. (53.1895,179.3106)
+.. controls (53.2995,179.6705) and (53.6294,180.0505) .. (53.3594,180.3106)
+arc(258.664 \__njuvis_colon 274.791 \__njuvis_colon 10.000)
+.. controls (58.8302,179.3204) and (59.2294,175.8206) .. (60.6094,173.3906)
+.. controls (61.2994,172.1706) and (62.5502,171.3097) .. (62.9102,169.9297)
+.. controls (63.2002,168.8397) and (62.8102,167.8197) .. (63.4102,166.9297)
+arc(154.215 \__njuvis_colon 175.843 \__njuvis_colon 6.810)
+.. controls (59.1300,162.6809) and (54.2405,164.2807) .. (50.0605,163.9707)
+arc(200.903 \__njuvis_colon 254.483 \__njuvis_colon 3.000)
+.. controls (52.3305,160.4604) and (53.3991,158.9491) .. (53.8691,157.5391)
+.. controls (59.3591,157.3191) and (65.8795,158.2504) .. (69.5195,155.4004)
+.. controls (67.4495,153.0804) and (62.2008,153.9301) .. (59.8008,154.0801)
+.. controls (59.3508,155.5201) and (56.2696,155.0801) .. (55.3496,155.0801)
+.. controls (55.4196,153.3801) and (56.4300,152.6292) .. (57.0000,151.4492)
+arc(278.809 \__njuvis_colon 267.233 \__njuvis_colon 21.500)
+-- cycle(303.5605,151.2891)
+.. controls (304.3806,153.7091) and (303.3305,155.4809) .. (303.2305,157.7109)
+.. controls (299.4805,158.3809) and (295.2097,157.8905) .. (292.6797,156.0606)
+arc(178.682 \__njuvis_colon 195.154 \__njuvis_colon 14.490)
+.. controls (296.2497,151.3194) and (299.7706,151.7591) .. (303.5605,151.2891)
+-- cycle(462.2598,156.7305)
+.. controls (460.8798,158.3005) and (459.4291,159.8204) .. (459.7891,163.1504)
+.. controls (461.3291,165.1304) and (463.5107,165.3609) .. (466.2207,165.4609)
+.. controls (469.5607,165.6109) and (473.0093,166.4994) .. (475.2793,166.6094)
+.. controls (473.6993,171.2594) and (475.6806,178.2596) .. (476.1406,183.0996)
+.. controls (476.1306,182.9996) and (476.1107,182.9394) .. (475.9707,182.9394)
+.. controls (475.8507,183.5594) and (476.6309,183.2998) .. (476.6309,183.7598)
+.. controls (477.0609,186.3598) and (476.2409,189.0899) .. (476.6309,191.6699)
+.. controls (476.7309,192.3499) and (477.2891,192.9699) .. (477.2891,193.6699)
+.. controls (477.4291,196.3299) and (476.6291,199.2303) .. (477.2891,202.0703)
+.. controls (479.8491,203.0703) and (482.4493,200.9601) .. (485.0293,201.5801)
+arc(227.988 \__njuvis_colon 254.350 \__njuvis_colon 3.730)
+.. controls (485.9895,195.7998) and (486.7192,190.1199) .. (485.1992,185.9199)
+.. controls (485.9692,185.0399) and (485.3493,182.7906) .. (485.0293,181.1406)
+.. controls (485.7193,179.7406) and (484.9409,177.9594) .. (484.3809,176.8594)
+.. controls (485.3609,175.4294) and (483.8809,172.5297) .. (484.2109,170.4297)
+.. controls (483.4609,169.6497) and (483.3906,168.4508) .. (482.8906,167.8008)
+.. controls (483.6806,167.3708) and (482.6506,167.0104) .. (482.8906,166.1504)
+arc(258.844 \__njuvis_colon 269.338 \__njuvis_colon 61.610)
+.. controls (498.2696,164.9702) and (502.6309,165.6400) .. (505.9609,164.5000)
+arc(69.290 \__njuvis_colon 60.684 \__njuvis_colon 47.280)
+.. controls (512.7706,160.0200) and (513.0491,159.1108) .. (513.5391,157.5508)
+arc(107.215 \__njuvis_colon 186.236 \__njuvis_colon 0.470)
+.. controls (509.0209,157.3208) and (504.8695,157.1409) .. (501.0195,157.8809)
+.. controls (499.1595,158.2309) and (498.0702,158.8092) .. (496.4102,158.6992)
+.. controls (489.3502,158.2592) and (481.3702,159.7193) .. (473.9902,159.0293)
+.. controls (473.1602,158.9493) and (472.4996,158.4893) .. (471.8496,159.0293)
+.. controls (470.5296,158.2093) and (466.8798,158.6109) .. (465.2598,158.2109)
+.. controls (464.2598,157.7309) and (463.3098,157.1605) .. (462.2598,156.7305)
+-- cycle(47.1523,157.6641)
+.. controls (48.0648,157.6441) and (49.0544,157.8041) .. (50.1094,157.8691)
+.. controls (49.9994,159.8991) and (47.3600,160.7000) .. (45.0000,161.0000)
+arc(155.120 \__njuvis_colon 188.263 \__njuvis_colon 4.360)
+-- (44.6602,158.5391)
+.. controls (45.4052,157.8841) and (46.2398,157.6841) .. (47.1523,157.6641)
+-- cycle(295.1875,161.5391)
+.. controls (296.3514,161.4819) and (297.4566,162.0301) .. (298.6191,162.3301)
+.. controls (299.8391,161.7401) and (301.3002,162.1193) .. (302.7402,162.5293)
+.. controls (302.4002,163.4393) and (301.5201,164.2999) .. (302.0801,165.1699)
+.. controls (300.1201,165.8299) and (297.2801,165.6401) .. (294.8301,165.8301)
+.. controls (293.9101,164.9301) and (294.1400,162.5901) .. (294.0000,161.8301)
+.. controls (294.4050,161.6451) and (294.7995,161.5581) .. (295.1875,161.5391)
+-- cycle(332.4004,161.6699)
+.. controls (333.3004,162.3899) and (334.2392,161.8102) .. (335.1992,162.1602)
+.. controls (336.1592,162.5102) and (336.3698,163.6606) .. (337.5098,163.8106)
+.. controls (337.5598,165.3205) and (336.2994,165.8595) .. (335.8594,166.9394)
+.. controls (335.6394,167.5094) and (335.7393,168.5402) .. (335.5293,169.4102)
+.. controls (335.3193,170.2802) and (334.7109,171.1307) .. (334.7109,171.7207)
+arc(-3.831 \__njuvis_colon 43.818 \__njuvis_colon 4.780)
+arc(95.863 \__njuvis_colon 146.988 \__njuvis_colon 13.200)
+arc(225.101 \__njuvis_colon 239.055 \__njuvis_colon 43.000)
+-- (331.9102,163.0000)
+arc(180.507 \__njuvis_colon 219.958 \__njuvis_colon 2.100)
+-- cycle(54.5215,166.4219)
+.. controls (55.3716,166.4699) and (56.1374,166.7269) .. (56.6699,167.4394)
+.. controls (56.3399,170.4595) and (52.7500,170.2203) .. (49.7500,170.5703)
+.. controls (49.3000,169.4403) and (50.1102,168.2293) .. (50.2402,166.7793)
+-- (50.2598,166.7793)
+.. controls (51.4535,166.8418) and (53.1046,166.3418) .. (54.5215,166.4219)
+-- cycle(41.6875,167.1152)
+.. controls (42.8542,167.1007) and (43.9731,167.1316) .. (44.6406,167.6191)
+.. controls (44.4406,168.7691) and (44.9605,169.8900) .. (44.3105,171.2500)
+.. controls (43.3805,171.0700) and (41.6695,171.7402) .. (40.5195,171.4102)
+.. controls (40.9495,170.5102) and (40.8693,169.7602) .. (40.0293,169.4102)
+-- (40.0508,169.4102)
+arc(186.206 \__njuvis_colon 197.036 \__njuvis_colon 12.330)
+.. controls (40.9045,167.1309) and (41.2986,167.1201) .. (41.6875,167.1152)
+-- cycle(296.6426,170.7754)
+.. controls (297.1531,170.7676) and (297.6609,170.8530) .. (298.1309,171.0606)
+.. controls (297.5509,172.3605) and (295.6496,173.7394) .. (293.8496,174.3594)
+.. controls (293.2496,174.0094) and (293.1596,173.1708) .. (292.8496,172.5508)
+.. controls (293.5471,171.6583) and (295.1112,170.7988) .. (296.6426,170.7754)
+-- cycle(185.6992,171.2031)
+.. controls (183.9053,171.0845) and (182.2256,171.9098) .. (180.1406,172.5098)
+.. controls (176.7406,173.4798) and (173.8908,173.8591) .. (173.0508,176.6191)
+.. controls (175.0508,179.1891) and (178.5094,179.5297) .. (182.6094,178.9297)
+.. controls (183.8594,181.1397) and (186.8191,181.6509) .. (188.5391,183.3809)
+.. controls (183.1791,182.7909) and (177.9509,181.3591) .. (173.3809,184.0391)
+.. controls (173.4909,184.8691) and (172.7808,185.2497) .. (173.0508,186.1797)
+.. controls (174.0708,186.9297) and (174.8396,188.3302) .. (176.3496,188.4902)
+.. controls (178.4296,188.6702) and (180.8597,187.7599) .. (183.4297,187.6699)
+.. controls (187.5397,187.5199) and (190.7305,188.4399) .. (193.9805,187.6699)
+arc(-54.242 \__njuvis_colon 30.421 \__njuvis_colon 4.750)
+.. controls (195.0308,194.4297) and (194.5206,194.3000) .. (194.1406,194.7500)
+.. controls (193.6106,195.3900) and (193.4902,196.5407) .. (192.9902,197.2207)
+.. controls (192.2002,198.3007) and (191.0796,198.6791) .. (190.8496,199.3691)
+.. controls (189.6096,199.1391) and (189.7608,201.0696) .. (188.0508,200.8496)
+.. controls (187.8008,201.9296) and (186.9004,202.3102) .. (185.9004,202.6602)
+.. controls (183.7204,205.3702) and (179.6196,206.1595) .. (176.3496,207.7695)
+arc(75.711 \__njuvis_colon 82.672 \__njuvis_colon 123.000)
+.. controls (158.3197,210.1903) and (153.6705,209.7598) .. (149.8106,209.2598)
+.. controls (148.6705,210.9598) and (146.4793,210.8306) .. (145.0293,212.3906)
+.. controls (145.6793,212.5706) and (145.7992,212.9109) .. (145.1992,213.2109)
+arc(127.221 \__njuvis_colon 94.925 \__njuvis_colon 20.000)
+.. controls (156.0601,217.4809) and (156.5606,217.7693) .. (157.0606,218.0293)
+.. controls (161.0505,217.7593) and (164.0392,217.8907) .. (166.9492,216.2207)
+.. controls (166.6892,216.0507) and (166.2891,216.0607) .. (166.6191,215.7207)
+.. controls (181.7091,211.8007) and (200.0609,206.2196) .. (202.7109,189.3496)
+.. controls (202.0209,189.1296) and (202.1007,188.2991) .. (202.2207,187.5391)
+.. controls (209.8307,187.6991) and (214.6101,190.9192) .. (221.8301,188.6992)
+arc(237.247 \__njuvis_colon 259.209 \__njuvis_colon 9.330)
+.. controls (225.4009,186.0009) and (226.7095,185.6601) .. (227.2695,184.5801)
+.. controls (226.8995,183.4501) and (225.9109,184.0399) .. (225.1309,183.9199)
+.. controls (222.6509,183.5299) and (219.6508,182.7598) .. (217.0508,182.7598)
+.. controls (213.8308,182.7998) and (210.6902,182.8296) .. (207.9902,182.5996)
+arc(232.794 \__njuvis_colon 253.110 \__njuvis_colon 26.740)
+.. controls (218.0006,176.8805) and (221.2500,176.4695) .. (222.0000,174.5195)
+.. controls (213.9300,170.4495) and (204.0507,173.4902) .. (194.9707,173.9902)
+arc(86.419 \__njuvis_colon 93.581 \__njuvis_colon 21.140)
+arc(101.132 \__njuvis_colon 121.258 \__njuvis_colon 6.570)
+.. controls (188.7894,172.6802) and (187.8008,172.9597) .. (187.5508,171.6797)
+.. controls (186.9083,171.3872) and (186.2972,171.2427) .. (185.6992,171.2031)
+-- cycle(54.5391,173.3496)
+.. controls (55.0591,174.2896) and (54.0791,174.9596) .. (53.5391,175.3496)
+.. controls (52.9991,175.2796) and (52.8106,174.8595) .. (52.3906,174.6894)
+.. controls (52.8806,176.1095) and (51.3401,176.8602) .. (50.0801,176.9902)
+.. controls (50.0201,177.0002) and (49.6700,177.3203) .. (49.7500,177.3203)
+.. controls (48.5100,176.7703) and (49.3998,175.3592) .. (49.0898,173.6992)
+-- (49.1094,173.6992)
+arc(94.286 \__njuvis_colon 78.346 \__njuvis_colon 19.620)
+-- cycle(43.6914,174.0527)
+.. controls (43.9703,174.0543) and (44.2355,174.0894) .. (44.4805,174.1894)
+.. controls (44.2905,175.6894) and (44.2204,176.3003) .. (44.1504,177.8203)
+arc(76.497 \__njuvis_colon 82.468 \__njuvis_colon 25.780)
+.. controls (39.8498,177.3505) and (40.7496,175.5495) .. (40.8496,174.1894)
+-- (40.8691,174.1894)
+.. controls (41.8816,174.3545) and (42.8547,174.0480) .. (43.6914,174.0527)
+-- cycle(201.2305,177.8203)
+.. controls (199.8005,180.6203) and (195.7207,182.3106) .. (194.4707,178.3106)
+-- (194.4609,178.3106)
+.. controls (196.0009,177.6206) and (199.0805,177.9103) .. (201.2305,177.8203)
+-- cycle(43.2402,181.0859)
+.. controls (43.4895,181.0878) and (43.7355,181.1393) .. (43.9805,181.2793)
+.. controls (43.5605,182.5293) and (44.0302,184.2705) .. (43.4902,186.0606)
+arc(78.891 \__njuvis_colon 112.005 \__njuvis_colon 6.100)
+.. controls (40.9093,184.6105) and (39.9796,182.8995) .. (40.8496,181.4394)
+-- (40.8691,181.4394)
+.. controls (41.7166,181.5294) and (42.4926,181.0803) .. (43.2402,181.0859)
+-- cycle(21.0801,184.2344)
+arc(260.867 \__njuvis_colon 282.643 \__njuvis_colon 1.350)
+.. controls (21.5598,184.7100) and (21.2995,184.9004) .. (20.7695,184.9004)
+arc(139.764 \__njuvis_colon 182.002 \__njuvis_colon 0.720)
+arc(238.982 \__njuvis_colon 260.828 \__njuvis_colon 1.350)
+-- cycle(19.9395,185.5606)
+.. controls (21.2795,185.7806) and (20.2793,187.9308) .. (19.2793,187.0508)
+.. controls (19.4393,186.5008) and (19.5195,185.8605) .. (19.9395,185.5606)
+-- cycle(18.3418,186.0957)
+.. controls (18.4260,186.1173) and (18.5166,186.1662) .. (18.6191,186.2500)
+.. controls (18.4591,187.0200) and (18.3008,187.7402) .. (17.3008,187.7402)
+.. controls (17.2508,188.6202) and (16.8702,189.8809) .. (15.4902,189.8809)
+.. controls (15.4202,189.7309) and (15.3502,189.5508) .. (15.1602,189.5508)
+.. controls (15.2002,188.0208) and (16.5105,187.7908) .. (16.8105,186.5508)
+.. controls (17.5455,187.1020) and (17.7523,185.9445) .. (18.3418,186.0957)
+-- cycle;
+}
+\def \__njuvis_path_spirit{
+  (459.6172,0.1621)
+.. controls (458.7334,0.1971) and (458.0702,0.4750) .. (458.2402,1.2500)
+.. controls (458.3202,0.8900) and (459.2492,0.2195) .. (459.4492,0.7695)
+arc(57.235 \__njuvis_colon 73.280 \__njuvis_colon 8.560)
+.. controls (456.5693,5.5895) and (459.0293,7.9304) .. (458.2793,10.6504)
+.. controls (457.5293,13.3704) and (453.3808,12.9309) .. (451.8008,15.2109)
+.. controls (453.8008,17.5909) and (460.4497,15.9208) .. (460.6797,19.0508)
+.. controls (460.8497,21.1908) and (457.6796,21.1806) .. (456.8496,22.8906)
+.. controls (448.5396,24.4806) and (443.3209,28.8805) .. (435.9609,30.8105)
+.. controls (434.7309,28.6805) and (435.7309,23.4902) .. (434.9609,20.4902)
+arc(18.572 \__njuvis_colon 47.728 \__njuvis_colon 1.710)
+.. controls (435.6002,18.1609) and (436.5996,17.2093) .. (437.5996,13.5293)
+.. controls (438.4696,14.0293) and (438.7000,12.1501) .. (440.0000,12.3301)
+arc(331.155 \__njuvis_colon 287.623 \__njuvis_colon 4.590)
+.. controls (435.4891,11.5699) and (435.7305,15.0991) .. (434.7305,17.3691)
+.. controls (434.3905,16.2891) and (435.1602,15.5209) .. (434.2402,15.2109)
+.. controls (433.9502,15.6709) and (433.6500,16.7509) .. (434.0000,17.1309)
+.. controls (433.9973,17.1458) and (433.9911,17.1627) .. (433.9883,17.1777)
+.. controls (434.4165,17.2118) and (433.8357,18.2411) .. (434.6504,17.8906)
+.. controls (434.6704,19.1106) and (434.1602,19.7898) .. (434.1602,21.0098)
+.. controls (432.8902,20.9098) and (434.7692,19.1398) .. (433.4492,19.0898)
+.. controls (433.5256,18.9217) and (433.5666,18.7191) .. (433.5996,18.5078)
+.. controls (432.6698,21.0967) and (430.7792,24.1382) .. (432.0801,26.2500)
+.. controls (432.5201,25.2600) and (431.6506,24.2696) .. (432.8105,23.8496)
+.. controls (435.0806,27.1996) and (431.3196,29.8097) .. (431.5996,33.9297)
+.. controls (433.5896,33.9597) and (436.8808,32.8099) .. (439.0508,34.1699)
+.. controls (440.2308,33.8299) and (441.0402,33.1305) .. (442.1602,32.7305)
+.. controls (445.3702,34.6305) and (446.0902,38.3405) .. (446.2402,42.8105)
+.. controls (439.8702,45.7105) and (430.9901,46.1202) .. (426.0801,50.4902)
+.. controls (427.0801,51.0402) and (426.4901,53.3394) .. (427.0801,53.6094)
+.. controls (428.7601,53.4494) and (430.4098,48.9009) .. (432.5898,51.2109)
+.. controls (430.6598,53.7509) and (427.9996,55.5802) .. (426.3496,58.4102)
+.. controls (426.6996,58.8902) and (427.9195,58.4406) .. (428.2695,58.8906)
+.. controls (428.6195,57.7806) and (430.3504,56.1991) .. (431.4004,55.2891)
+.. controls (431.9104,54.8491) and (432.2196,53.9396) .. (432.3496,53.8496)
+.. controls (432.4796,53.7596) and (433.2505,53.9896) .. (433.5605,53.8496)
+.. controls (436.4905,52.5096) and (443.3498,49.2091) .. (446.7598,49.2891)
+.. controls (447.7798,51.8491) and (447.1392,54.9802) .. (447.9492,56.4902)
+.. controls (447.9892,56.2502) and (448.3399,56.2500) .. (448.6699,56.2500)
+.. controls (447.0699,58.5900) and (443.1406,60.7991) .. (439.3105,59.3691)
+.. controls (440.1705,58.4691) and (439.4601,57.0098) .. (439.0801,56.0098)
+.. controls (436.9801,56.6098) and (434.5795,55.6199) .. (434.2695,58.1699)
+.. controls (437.6695,58.6199) and (437.9198,62.1991) .. (438.5898,65.3691)
+.. controls (439.9098,66.4391) and (441.9298,65.4291) .. (443.5898,65.3691)
+.. controls (446.1598,65.2791) and (447.7008,66.9905) .. (450.8008,66.8105)
+.. controls (451.8108,65.9905) and (452.7399,65.0799) .. (453.6699,64.1699)
+.. controls (456.1799,66.1899) and (451.8694,70.2102) .. (453.4395,70.4102)
+.. controls (451.0595,74.5702) and (454.1504,78.7509) .. (454.1504,83.1309)
+.. controls (454.1604,84.6709) and (453.2695,86.3797) .. (453.4395,87.9297)
+.. controls (453.7194,90.6397) and (455.8407,93.6399) .. (458.7207,94.1699)
+.. controls (465.0907,95.3299) and (471.9194,91.6106) .. (479.3594,94.8906)
+.. controls (479.3994,95.5706) and (479.8301,95.8903) .. (479.8301,96.5703)
+.. controls (479.4601,97.5603) and (478.5404,97.9909) .. (478.4004,99.2109)
+.. controls (479.4004,100.8409) and (482.0704,101.6893) .. (484.4004,103.5293)
+.. controls (486.1004,104.8793) and (487.5599,107.3691) .. (489.6699,107.3691)
+.. controls (491.7799,107.3691) and (495.4805,104.9691) .. (494.4805,101.3691)
+.. controls (491.0905,99.5391) and (486.7998,97.5491) .. (485.5898,94.3691)
+.. controls (488.5098,91.0791) and (487.5098,82.4391) .. (487.5098,76.3691)
+.. controls (488.7098,72.0491) and (488.6194,65.5797) .. (485.3594,62.9297)
+.. controls (485.0994,63.1497) and (485.2809,63.8104) .. (484.6309,63.6504)
+arc(296.054 \__njuvis_colon 247.425 \__njuvis_colon 9.610)
+.. controls (477.3307,63.6502) and (477.9102,62.5904) .. (477.9102,63.6504)
+arc(269.499 \__njuvis_colon 251.561 \__njuvis_colon 46.790)
+.. controls (463.5195,66.4508) and (464.1805,66.1793) .. (464.2305,66.5293)
+.. controls (463.1105,66.8593) and (463.7105,67.5895) .. (463.2305,68.6895)
+.. controls (472.0105,70.0195) and (482.0805,65.2396) .. (480.2305,76.8496)
+.. controls (480.0405,78.0296) and (479.0991,78.9995) .. (479.0391,80.6895)
+.. controls (478.9391,83.2695) and (480.9391,87.0403) .. (479.0391,89.5703)
+.. controls (472.4391,89.6403) and (466.6091,89.6508) .. (460.7891,90.0508)
+.. controls (460.4391,89.6108) and (459.5891,89.6094) .. (459.7891,88.6094)
+.. controls (460.1091,88.9794) and (462.4894,89.4296) .. (462.1895,88.8496)
+arc(85.176 \__njuvis_colon 209.340 \__njuvis_colon 2.260)
+.. controls (462.9593,85.4402) and (468.5794,86.0508) .. (470.3594,84.0508)
+.. controls (469.2694,83.5108) and (472.1601,80.5107) .. (471.0801,79.9707)
+.. controls (470.0601,79.8707) and (469.0107,80.4099) .. (467.4707,81.1699)
+.. controls (464.7207,80.9999) and (461.3091,81.5399) .. (459.7891,80.1699)
+.. controls (460.6291,79.5699) and (459.7793,78.4408) .. (460.0293,77.0508)
+.. controls (462.6393,76.4008) and (465.1902,77.7203) .. (467.2402,76.5703)
+.. controls (468.7502,75.7103) and (468.9904,73.7602) .. (469.4004,72.4902)
+.. controls (467.9604,71.4402) and (463.9294,73.0295) .. (462.1895,71.7695)
+.. controls (462.0394,70.2395) and (460.7891,69.8109) .. (459.7891,69.1309)
+.. controls (459.1991,66.5209) and (458.1794,64.3409) .. (458.1094,61.2109)
+arc(244.825 \__njuvis_colon 257.009 \__njuvis_colon 14.410)
+.. controls (463.8300,64.4709) and (468.4392,60.7305) .. (473.9492,59.7305)
+.. controls (478.7992,58.8305) and (483.0504,59.5705) .. (487.1504,58.7305)
+.. controls (488.0504,58.1605) and (487.7391,57.5505) .. (487.8691,56.8105)
+.. controls (488.1691,55.2505) and (489.7608,53.3500) .. (489.5508,52.2500)
+.. controls (489.3008,50.6500) and (485.7108,47.7597) .. (484.5508,47.9297)
+arc(332.851 \__njuvis_colon 340.254 \__njuvis_colon 14.180)
+.. controls (482.2493,53.2794) and (474.0994,53.9399) .. (469.1895,54.1699)
+.. controls (469.8694,53.4399) and (469.5394,52.6293) .. (469.4395,51.5293)
+.. controls (472.1194,51.3893) and (476.0703,50.5006) .. (478.0703,48.8906)
+.. controls (478.3203,47.8406) and (478.1303,47.8207) .. (478.3203,46.9707)
+.. controls (486.2603,42.0007) and (495.2202,49.4206) .. (503.9902,48.8906)
+.. controls (507.9002,45.2906) and (501.1306,43.2809) .. (500.6406,41.2109)
+.. controls (494.6706,43.0409) and (490.3903,40.7609) .. (484.0703,40.2109)
+.. controls (484.2503,39.4709) and (483.4198,39.7498) .. (483.5898,39.0098)
+.. controls (484.2898,39.0098) and (484.1198,39.4098) .. (484.5898,39.0098)
+.. controls (486.2498,33.8498) and (485.6904,29.8496) .. (483.4004,24.8496)
+arc(66.548 \__njuvis_colon 85.453 \__njuvis_colon 9.070)
+.. controls (480.0198,26.8403) and (479.2601,27.8399) .. (478.8301,29.1699)
+arc(297.885 \__njuvis_colon 339.751 \__njuvis_colon 3.570)
+.. controls (479.8998,34.0798) and (477.5494,35.3305) .. (476.4395,37.8105)
+.. controls (475.9495,37.7605) and (475.8795,38.0508) .. (475.4395,38.0508)
+.. controls (475.3694,39.3508) and (476.1895,37.3391) .. (476.4395,38.2891)
+.. controls (475.9995,40.5291) and (471.7302,40.3293) .. (470.9102,38.5293)
+.. controls (472.1402,39.3693) and (471.4609,37.2891) .. (471.6309,36.3691)
+.. controls (474.5309,35.4291) and (474.1895,31.8303) .. (476.1895,31.5703)
+.. controls (472.9694,31.3303) and (471.2495,36.1796) .. (469.1895,36.8496)
+.. controls (469.8995,36.6196) and (467.3998,36.9091) .. (467.5098,36.3691)
+.. controls (467.6198,35.8291) and (468.8307,36.4004) .. (468.7207,35.6504)
+.. controls (467.5407,33.3504) and (463.6704,32.5799) .. (464.4004,29.1699)
+.. controls (463.1604,28.9799) and (464.1507,27.8705) .. (462.7207,27.7305)
+.. controls (462.7207,27.1305) and (463.1607,26.9893) .. (462.7207,26.5293)
+.. controls (461.9207,26.5193) and (461.5508,26.1191) .. (460.5508,26.2891)
+.. controls (459.8508,26.5391) and (461.1091,26.6891) .. (460.7891,27.2891)
+.. controls (456.9991,27.0991) and (455.5098,30.4791) .. (455.5098,33.2891)
+.. controls (455.7398,33.0491) and (456.0894,31.2394) .. (457.1895,31.6094)
+.. controls (456.9094,32.3594) and (456.3007,32.7998) .. (456.4707,34.0098)
+.. controls (460.2807,33.3398) and (461.6201,38.2500) .. (459.8301,40.2500)
+arc(83.448 \__njuvis_colon 91.051 \__njuvis_colon 37.750)
+.. controls (455.0301,40.4602) and (455.5601,39.6995) .. (455.0801,39.7695)
+.. controls (455.0001,40.1195) and (454.4701,40.0098) .. (454.0801,40.0098)
+.. controls (453.4601,38.2598) and (452.4296,35.3202) .. (453.5996,34.4902)
+.. controls (453.3996,34.7302) and (452.3702,35.2905) .. (452.1602,34.7305)
+arc(78.062 \__njuvis_colon 55.492 \__njuvis_colon 4.670)
+.. controls (452.1298,34.0798) and (452.4192,32.2991) .. (451.4492,31.3691)
+.. controls (450.4792,30.4391) and (449.4708,30.8695) .. (448.8008,29.6895)
+.. controls (451.0908,25.7295) and (456.7091,25.1192) .. (461.2891,23.4492)
+.. controls (461.2891,23.7192) and (460.9391,23.8197) .. (461.2891,23.9297)
+arc(238.188 \__njuvis_colon 292.246 \__njuvis_colon 3.170)
+.. controls (470.9202,21.3195) and (480.8502,22.3198) .. (488.1602,22.0098)
+.. controls (488.7602,21.9798) and (489.2398,21.5293) .. (489.8398,21.5293)
+.. controls (492.9198,21.4293) and (494.7901,23.8496) .. (496.3301,25.8496)
+arc(21.334 \__njuvis_colon 32.003 \__njuvis_colon 26.000)
+arc(209.514 \__njuvis_colon 251.295 \__njuvis_colon 2.200)
+.. controls (493.3991,31.9299) and (489.3593,32.6002) .. (487.2793,35.4102)
+.. controls (490.2793,36.8702) and (491.8192,37.6694) .. (495.4492,36.6094)
+.. controls (499.3592,32.9994) and (506.8605,32.9801) .. (506.7305,25.3301)
+.. controls (503.9605,23.8601) and (501.3406,22.2295) .. (498.5605,20.7695)
+.. controls (498.1205,20.2695) and (498.1303,20.5395) .. (498.3203,19.7695)
+.. controls (496.5203,17.6495) and (493.8096,16.9297) .. (491.5996,15.9297)
+.. controls (490.9096,15.6297) and (490.5209,14.8509) .. (489.2109,15.2109)
+.. controls (484.9809,16.3609) and (479.9498,18.4794) .. (475.7598,17.6094)
+.. controls (475.1098,16.2394) and (472.8002,14.5101) .. (472.1602,12.3301)
+.. controls (472.1002,12.7001) and (471.6392,12.5001) .. (471.4492,12.3301)
+.. controls (469.8192,9.3301) and (466.7305,7.8801) .. (464.7305,5.3301)
+.. controls (464.5805,3.0701) and (462.9303,2.3293) .. (462.3203,0.5293)
+.. controls (461.6053,0.3343) and (460.5009,0.1271) .. (459.6172,0.1621)
+-- cycle(433.5996,18.5078)
+.. controls (433.7647,18.0482) and (433.9079,17.6007) .. (433.9883,17.1777)
+.. controls (433.9645,17.1758) and (433.9505,17.1652) .. (433.9199,17.1699)
+.. controls (433.6977,17.4962) and (433.6746,18.0280) .. (433.5996,18.5078)
+-- cycle(185.0000,0.6094)
+.. controls (182.3700,5.5394) and (185.1496,15.9294) .. (188.5996,18.6094)
+arc(122.981 \__njuvis_colon 98.998 \__njuvis_colon 8.070)
+.. controls (192.0505,19.5705) and (192.1997,19.1598) .. (192.6797,19.0898)
+.. controls (192.6797,19.3598) and (192.3397,19.4603) .. (192.6797,19.5703)
+.. controls (195.2797,16.5703) and (200.6493,15.0806) .. (202.2793,11.8906)
+.. controls (202.2193,12.2906) and (203.2193,11.8704) .. (203.2793,11.6504)
+.. controls (203.2693,10.1204) and (203.0505,10.6700) .. (203.7305,9.2500)
+.. controls (198.9105,10.2300) and (191.3594,10.1906) .. (188.3594,5.8906)
+.. controls (187.2694,4.1106) and (186.6500,1.8494) .. (185.0000,0.6094)
+-- cycle(55.4492,0.8496)
+.. controls (55.5892,2.0596) and (55.9995,2.9400) .. (55.6895,4.0000)
+.. controls (54.5195,4.8100) and (53.0008,5.2598) .. (52.8008,7.0898)
+.. controls (53.8408,6.6098) and (53.7092,6.3494) .. (55.1992,6.6094)
+.. controls (55.6892,10.6794) and (56.9195,14.0205) .. (61.6895,13.8105)
+arc(211.730 \__njuvis_colon 235.728 \__njuvis_colon 19.170)
+.. controls (67.0892,7.0508) and (66.2895,6.7209) .. (65.7695,6.1309)
+arc(66.583 \__njuvis_colon 85.472 \__njuvis_colon 9.070)
+.. controls (62.0409,4.4096) and (58.5605,4.6001) .. (58.5605,1.3301)
+.. controls (57.7605,0.9301) and (56.2492,1.2496) .. (55.4492,0.8496)
+-- cycle(85.3320,0.8848)
+.. controls (84.1044,0.7263) and (82.0681,2.2306) .. (81.6406,2.8906)
+.. controls (81.3906,3.1906) and (81.6806,3.7398) .. (81.3906,4.0898)
+.. controls (80.1606,5.5698) and (76.3006,7.4602) .. (74.3906,8.4102)
+.. controls (73.9306,10.5002) and (72.0108,11.1500) .. (70.5508,12.2500)
+.. controls (70.2608,13.0700) and (71.3293,12.4700) .. (71.0293,13.2500)
+.. controls (69.4993,14.6900) and (67.5302,13.3795) .. (66.2402,14.6895)
+.. controls (66.5302,14.7195) and (66.8009,14.7599) .. (66.7109,15.1699)
+.. controls (66.0609,15.0199) and (65.5895,16.2504) .. (65.2695,15.6504)
+.. controls (65.2295,15.3204) and (66.6598,15.3397) .. (65.7598,14.9297)
+.. controls (65.0098,15.4097) and (64.4096,14.8099) .. (63.3496,15.1699)
+.. controls (59.4296,18.8999) and (51.2509,18.3691) .. (48.7109,22.3691)
+.. controls (47.4809,22.0991) and (46.7098,23.5496) .. (45.8398,22.8496)
+.. controls (45.9798,22.1996) and (46.8391,22.2502) .. (46.7891,21.4102)
+.. controls (46.1191,19.3202) and (48.1306,12.9809) .. (50.3906,10.1309)
+.. controls (49.2206,9.9709) and (48.9307,8.8807) .. (48.4707,7.9707)
+.. controls (48.7307,7.5707) and (49.6795,6.6391) .. (49.1895,6.2891)
+.. controls (48.8495,7.3791) and (48.0195,6.5491) .. (47.2695,7.2891)
+.. controls (47.0595,8.0991) and (48.0700,7.6591) .. (48.0000,8.2891)
+arc(281.443 \__njuvis_colon 235.902 \__njuvis_colon 1.580)
+.. controls (46.4508,11.2893) and (42.9001,10.8702) .. (40.3301,11.4102)
+.. controls (39.8901,9.0402) and (36.2708,9.0501) .. (34.8008,7.3301)
+.. controls (34.6508,5.2101) and (31.3198,4.4995) .. (30.0098,2.7695)
+.. controls (28.1398,3.3395) and (26.6207,2.1708) .. (24.7207,2.0508)
+.. controls (25.6807,5.1808) and (25.9291,9.0007) .. (28.2891,10.7207)
+arc(282.873 \__njuvis_colon 290.594 \__njuvis_colon 18.540)
+.. controls (32.1097,14.7395) and (35.2109,16.4001) .. (36.2109,20.0801)
+arc(150.038 \__njuvis_colon 93.327 \__njuvis_colon 8.660)
+arc(11.526 \__njuvis_colon 43.500 \__njuvis_colon 3.930)
+.. controls (40.8609,26.5603) and (38.3397,25.6905) .. (36.6797,26.5605)
+.. controls (37.3497,26.7805) and (38.3698,26.6291) .. (38.8398,27.0391)
+.. controls (33.5198,27.2791) and (28.3495,26.2793) .. (22.5195,27.2793)
+.. controls (22.1795,28.2193) and (23.5995,27.3600) .. (23.5195,28.0000)
+.. controls (19.8095,28.0000) and (15.8102,26.7499) .. (13.2402,29.1699)
+arc(169.514 \__njuvis_colon 137.356 \__njuvis_colon 8.720)
+.. controls (22.8204,32.4602) and (22.3102,38.2594) .. (21.1602,42.6094)
+.. controls (21.4502,42.6494) and (21.8906,42.5696) .. (21.8906,42.8496)
+.. controls (20.7906,44.0496) and (21.1309,45.2292) .. (20.2109,46.4492)
+.. controls (20.4909,46.4892) and (20.9199,46.4095) .. (20.9199,46.6895)
+.. controls (19.0599,47.2195) and (19.5392,49.4593) .. (20.4492,50.5293)
+.. controls (19.9192,50.3993) and (19.9392,49.8091) .. (19.4492,50.2891)
+arc(203.465 \__njuvis_colon 184.918 \__njuvis_colon 9.220)
+arc(66.059 \__njuvis_colon 113.941 \__njuvis_colon 1.480)
+.. controls (17.3495,56.4899) and (15.8291,58.8105) .. (15.1191,61.8105)
+.. controls (15.1491,62.2605) and (15.9196,61.9793) .. (15.8496,62.5293)
+.. controls (10.4621,65.9038) and (13.7892,76.3868) .. (12.2207,82.6641)
+.. controls (12.3681,82.4811) and (12.5605,82.4101) .. (12.5605,82.7207)
+.. controls (11.9805,83.5107) and (11.5601,85.3301) .. (12.3301,86.0801)
+.. controls (11.4301,86.1401) and (11.5309,87.2095) .. (10.8809,87.5195)
+.. controls (11.1709,87.5595) and (11.5996,87.4798) .. (11.5996,87.7598)
+.. controls (10.9896,88.0598) and (11.0796,89.0395) .. (10.5996,89.4395)
+.. controls (8.1196,88.9795) and (7.0296,88.2402) .. (3.5996,88.2402)
+.. controls (3.5396,87.7502) and (3.8398,87.6702) .. (3.8398,87.2402)
+.. controls (2.4998,87.2002) and (1.0000,86.6300) .. (0.0000,87.0000)
+.. controls (-0.1500,91.0000) and (2.8607,92.6695) .. (4.7207,94.7695)
+.. controls (6.5807,96.8695) and (6.8391,99.4991) .. (9.0391,100.2891)
+.. controls (10.3691,100.3791) and (10.6895,100.0291) .. (11.6895,100.2891)
+.. controls (12.2395,100.3591) and (11.8904,99.5703) .. (12.4004,99.5703)
+.. controls (12.9104,99.5703) and (12.7404,100.2208) .. (13.4004,100.0508)
+.. controls (13.9104,99.2708) and (13.9203,100.3405) .. (15.0703,99.8105)
+.. controls (16.1203,96.9805) and (18.5692,94.3797) .. (18.1992,90.9297)
+.. controls (20.4792,88.2897) and (21.2908,84.7194) .. (21.8008,80.6094)
+.. controls (22.2008,77.2094) and (22.2492,71.6105) .. (24.1992,69.8105)
+.. controls (29.5692,74.4605) and (27.4801,83.6295) .. (26.8301,90.6895)
+.. controls (25.5001,90.4795) and (25.8904,91.9791) .. (25.1504,92.3691)
+arc(60.290 \__njuvis_colon 119.710 \__njuvis_colon 1.200)
+.. controls (20.6409,97.9791) and (27.9206,102.6598) .. (31.6406,99.0898)
+.. controls (30.6906,98.7998) and (29.4902,98.7898) .. (28.9902,98.0898)
+.. controls (30.4702,98.0398) and (30.8791,96.9304) .. (32.1191,96.6504)
+.. controls (32.5791,96.7504) and (32.3103,97.5791) .. (33.0703,97.3691)
+.. controls (33.0103,96.6991) and (33.1608,96.2991) .. (33.8008,96.3691)
+.. controls (33.9508,96.7791) and (34.5200,96.7598) .. (34.7500,97.0898)
+.. controls (34.1500,97.0498) and (34.0008,97.4605) .. (33.8008,97.8105)
+.. controls (35.0508,97.0605) and (36.6104,96.6299) .. (37.1504,95.1699)
+.. controls (36.7804,95.1499) and (36.3197,95.1995) .. (36.4297,94.6895)
+.. controls (37.1897,94.8095) and (37.3709,94.1695) .. (37.8809,94.6895)
+.. controls (37.3509,93.7795) and (38.4403,93.8602) .. (39.0703,93.4902)
+arc(297.240 \__njuvis_colon 314.321 \__njuvis_colon 4.150)
+.. controls (40.0003,95.3009) and (38.2803,93.9297) .. (39.0703,94.9297)
+.. controls (39.0203,95.3497) and (41.2709,94.1505) .. (41.9609,93.7305)
+.. controls (40.9909,93.7805) and (40.8807,93.6700) .. (41.4707,93.2500)
+.. controls (40.6707,93.2800) and (40.2108,93.7298) .. (39.8008,93.0098)
+.. controls (42.2908,91.6498) and (43.0703,90.8304) .. (45.0703,89.6504)
+.. controls (45.5603,90.0004) and (46.1703,90.1898) .. (46.0703,91.0898)
+arc(239.673 \__njuvis_colon 350.008 \__njuvis_colon 1.450)
+.. controls (47.4405,97.7598) and (45.5196,105.9002) .. (51.0996,108.4102)
+.. controls (51.5896,108.1002) and (51.7105,107.4209) .. (52.3105,107.2109)
+.. controls (51.5205,101.6509) and (54.2395,96.1004) .. (53.0195,90.6504)
+.. controls (52.7395,90.6104) and (52.3105,90.6902) .. (52.3105,90.4102)
+.. controls (52.7005,84.8202) and (57.3602,83.5906) .. (59.9902,78.8906)
+.. controls (59.2502,78.5106) and (58.3703,78.2692) .. (58.0703,77.4492)
+.. controls (58.3103,77.3892) and (58.6405,77.0507) .. (58.3105,76.9707)
+.. controls (57.5705,78.4707) and (55.2900,78.4409) .. (53.7500,79.1309)
+.. controls (53.7500,77.2209) and (53.2600,76.4703) .. (53.7500,74.5703)
+arc(67.641 \__njuvis_colon 39.146 \__njuvis_colon 21.260)
+.. controls (61.4104,69.5001) and (61.6291,69.2501) .. (62.6191,68.3301)
+.. controls (63.6091,67.4101) and (65.7302,65.6409) .. (65.9902,65.2109)
+.. controls (65.5302,64.4809) and (65.2102,65.8709) .. (64.9902,65.2109)
+.. controls (65.3102,64.1509) and (66.0497,65.0005) .. (66.4297,64.7305)
+.. controls (65.9097,64.6605) and (66.7002,64.0798) .. (66.9102,64.0098)
+.. controls (66.9202,64.2498) and (66.6699,64.2902) .. (66.6699,64.4902)
+.. controls (69.0499,62.5602) and (76.3102,62.6897) .. (76.9902,65.9297)
+.. controls (77.4902,68.2897) and (75.9400,71.6391) .. (76.7500,75.2891)
+.. controls (76.3300,75.4191) and (75.7605,75.4095) .. (75.5605,75.7695)
+.. controls (75.9905,75.9095) and (76.9902,75.4798) .. (76.9902,76.0098)
+.. controls (76.9002,76.8698) and (75.5605,76.5292) .. (75.5605,77.4492)
+.. controls (76.0505,77.6792) and (76.4105,76.7292) .. (76.5605,77.4492)
+.. controls (76.0405,78.0392) and (74.1492,77.6605) .. (73.4492,76.7305)
+arc(269.148 \__njuvis_colon 307.722 \__njuvis_colon 1.150)
+.. controls (73.8499,75.8807) and (73.1398,76.1100) .. (72.0098,76.2500)
+.. controls (68.8898,74.1500) and (64.4695,71.2606) .. (59.7695,72.8906)
+.. controls (62.6695,76.6606) and (68.4709,78.6999) .. (68.8809,84.1699)
+.. controls (64.4509,85.3099) and (60.3292,88.8398) .. (55.4492,88.0098)
+.. controls (54.9992,90.2398) and (55.1204,92.8398) .. (56.4004,94.0098)
+.. controls (57.4604,93.8798) and (57.4494,93.6700) .. (57.6094,94.2500)
+.. controls (61.8194,92.2200) and (68.1893,91.0905) .. (71.2793,88.7305)
+.. controls (72.2593,89.4905) and (73.1095,88.1205) .. (73.6895,87.7305)
+.. controls (74.2195,88.5405) and (75.9108,87.2802) .. (76.8008,87.4902)
+.. controls (80.7608,88.4402) and (87.0005,95.6705) .. (88.5605,98.8105)
+arc(59.356 \__njuvis_colon 94.628 \__njuvis_colon 5.270)
+.. controls (85.3492,100.8193) and (87.0591,100.3092) .. (87.1191,101.4492)
+.. controls (86.1591,101.5192) and (84.9207,101.3299) .. (84.7207,102.1699)
+arc(278.294 \__njuvis_colon 296.556 \__njuvis_colon 42.930)
+.. controls (99.9607,105.4500) and (102.9007,104.5792) .. (102.7207,101.4492)
+.. controls (102.6207,99.6492) and (100.8496,98.1304) .. (99.8496,96.6504)
+arc(177.436 \__njuvis_colon 219.433 \__njuvis_colon 1.060)
+.. controls (99.4798,95.6197) and (98.7204,95.4897) .. (98.4004,94.9297)
+.. controls (98.4304,94.5497) and (99.0209,94.7409) .. (98.8809,94.2109)
+arc(112.332 \__njuvis_colon 132.841 \__njuvis_colon 8.770)
+.. controls (97.0000,91.6293) and (95.0898,90.2591) .. (94.0898,90.3691)
+.. controls (95.6498,90.3691) and (93.8905,89.2397) .. (94.5605,88.9297)
+.. controls (95.1605,88.8397) and (95.2695,90.4304) .. (95.7695,89.6504)
+arc(330.951 \__njuvis_colon 306.519 \__njuvis_colon 37.220)
+arc(185.764 \__njuvis_colon 193.919 \__njuvis_colon 78.510)
+.. controls (87.7791,63.8105) and (88.2004,61.4201) .. (90.6504,60.3301)
+.. controls (92.8604,59.3501) and (96.4895,59.7502) .. (95.9395,56.4902)
+.. controls (95.1895,56.7002) and (92.5608,55.8905) .. (93.0508,54.8105)
+.. controls (92.1308,54.6005) and (92.6191,55.8593) .. (91.6191,55.5293)
+.. controls (91.6191,55.0093) and (92.2696,55.1793) .. (92.0996,54.5293)
+.. controls (85.8396,54.0293) and (82.1896,54.5605) .. (75.0996,55.7305)
+arc(341.549 \__njuvis_colon 304.724 \__njuvis_colon 5.700)
+.. controls (73.2595,52.5996) and (73.8304,52.6091) .. (74.1504,52.3691)
+.. controls (73.6804,48.5391) and (75.6898,44.5198) .. (75.5898,41.0898)
+.. controls (75.6398,41.2798) and (75.5901,41.5703) .. (75.8301,41.5703)
+.. controls (76.3401,40.3503) and (76.4301,38.7602) .. (76.8301,37.4902)
+.. controls (75.6701,37.2202) and (75.1392,36.3005) .. (74.1992,35.8105)
+.. controls (74.1992,36.5305) and (75.1392,36.4505) .. (74.1992,36.8105)
+.. controls (72.3092,34.9605) and (70.7602,37.5005) .. (68.9102,37.8105)
+.. controls (69.6302,42.9705) and (65.7408,46.0991) .. (65.5508,50.2891)
+.. controls (65.0208,49.8091) and (65.0408,50.3993) .. (64.5508,50.5293)
+.. controls (64.1308,53.7893) and (61.5195,56.1295) .. (61.1895,58.6895)
+.. controls (61.2595,58.4795) and (61.8499,57.6409) .. (61.9199,58.2109)
+.. controls (61.9799,59.8009) and (60.4707,59.7901) .. (60.4707,61.3301)
+.. controls (60.8007,61.9101) and (60.9495,61.4805) .. (61.1895,61.8105)
+.. controls (61.1695,62.9105) and (59.8198,62.7402) .. (59.5098,63.4902)
+.. controls (59.1998,64.2402) and (59.5798,64.1699) .. (59.5098,65.1699)
+.. controls (58.0198,65.8699) and (56.7392,66.8294) .. (54.9492,66.6094)
+.. controls (54.8792,66.0594) and (55.6797,66.3406) .. (55.6797,65.8906)
+.. controls (54.2497,65.0806) and (54.0801,62.9795) .. (52.0801,62.7695)
+arc(242.740 \__njuvis_colon 223.719 \__njuvis_colon 10.920)
+.. controls (50.3895,70.2097) and (49.5407,77.7409) .. (48.4707,82.2109)
+.. controls (48.9507,82.4109) and (49.1095,82.8502) .. (49.1895,83.4102)
+.. controls (48.5095,83.7802) and (48.4098,84.6996) .. (47.5098,84.8496)
+.. controls (47.4398,85.3196) and (47.8400,85.3303) .. (48.0000,85.5703)
+arc(43.441 \__njuvis_colon 58.403 \__njuvis_colon 26.320)
+.. controls (42.7397,89.5906) and (43.0595,89.4102) .. (42.4395,89.4102)
+.. controls (41.8095,90.9402) and (37.0505,93.2493) .. (35.7305,92.5293)
+.. controls (35.6805,92.7693) and (35.3500,92.7695) .. (35.0000,92.7695)
+.. controls (35.6300,93.4695) and (35.2891,93.9609) .. (34.2891,94.2109)
+.. controls (34.3391,93.8709) and (34.6798,93.8102) .. (34.7598,93.4902)
+.. controls (32.3798,94.1702) and (31.6195,95.1099) .. (28.5195,95.1699)
+.. controls (26.9695,93.6499) and (28.7507,92.1601) .. (29.9707,91.3301)
+.. controls (30.6607,91.8101) and (31.3806,91.5905) .. (31.8906,91.8105)
+.. controls (32.8906,88.4105) and (33.2709,84.3997) .. (36.2109,82.9297)
+.. controls (37.8109,83.4497) and (39.6505,82.4492) .. (41.4805,82.4492)
+.. controls (42.2105,82.0092) and (41.3209,81.3398) .. (42.2109,81.0098)
+.. controls (43.5609,81.5698) and (44.0194,80.6303) .. (44.3594,79.5703)
+.. controls (42.9194,79.8703) and (42.6705,78.6101) .. (41.4805,79.3301)
+.. controls (41.4105,78.7701) and (41.0105,78.3406) .. (41.4805,77.8906)
+.. controls (39.6705,77.7006) and (38.8902,78.9091) .. (37.4102,78.3691)
+.. controls (37.6602,79.6191) and (35.2000,79.0898) .. (35.0000,79.0898)
+arc(19.875 \__njuvis_colon -3.283 \__njuvis_colon 14.500)
+.. controls (38.7198,71.8501) and (45.1500,71.5103) .. (44.0000,67.5703)
+.. controls (43.1900,67.3603) and (43.4700,68.1891) .. (43.0000,68.2891)
+.. controls (39.7900,67.5791) and (35.9997,68.4302) .. (32.9297,69.4902)
+.. controls (30.2197,68.6402) and (25.5905,69.0191) .. (24.0605,66.3691)
+.. controls (24.8105,65.2891) and (25.0902,63.7193) .. (25.7402,62.5293)
+.. controls (29.9802,62.5693) and (34.1605,62.8108) .. (37.9805,62.0508)
+.. controls (41.1405,61.4208) and (44.8601,60.7009) .. (47.3301,60.1309)
+.. controls (49.8001,59.5609) and (56.5501,59.3302) .. (58.3301,57.4902)
+.. controls (58.6501,57.1502) and (57.8008,56.6195) .. (58.8008,56.7695)
+-- (58.8008,54.6094)
+.. controls (58.2208,53.5294) and (55.6406,54.2998) .. (56.6406,55.0898)
+.. controls (55.8906,54.4298) and (54.8400,55.4896) .. (54.2500,54.8496)
+.. controls (54.2300,53.6996) and (57.3006,54.4102) .. (56.6406,53.4102)
+.. controls (54.9406,53.8302) and (53.4998,51.9200) .. (52.0898,51.2500)
+.. controls (52.5898,50.3800) and (52.3998,50.0898) .. (52.0898,49.0898)
+.. controls (54.1298,45.9998) and (58.1791,44.9097) .. (59.0391,41.9297)
+.. controls (57.8791,40.4497) and (57.0009,40.3301) .. (56.8809,38.3301)
+.. controls (55.4009,37.6601) and (53.1998,39.5703) .. (52.0898,38.5703)
+.. controls (51.5098,39.0003) and (51.6406,40.0102) .. (50.6406,40.4902)
+.. controls (47.8306,39.9402) and (44.6605,41.6309) .. (42.4805,43.1309)
+arc(273.685 \__njuvis_colon 255.960 \__njuvis_colon 17.210)
+arc(302.317 \__njuvis_colon 269.485 \__njuvis_colon 3.090)
+.. controls (32.2695,43.7709) and (26.1294,44.6295) .. (27.6094,39.7695)
+arc(151.965 \__njuvis_colon 186.985 \__njuvis_colon 4.460)
+.. controls (27.8791,35.6709) and (29.2205,36.1309) .. (30.4805,36.1309)
+.. controls (36.1305,36.0009) and (41.6295,34.5898) .. (48.0195,33.0898)
+.. controls (50.5695,32.5498) and (53.2495,32.8494) .. (55.9395,32.6094)
+.. controls (58.6295,32.3694) and (63.5595,31.6094) .. (66.9395,32.6094)
+.. controls (67.6595,32.8494) and (68.2896,33.4794) .. (69.0996,33.6094)
+.. controls (72.0596,34.0694) and (75.9395,33.5294) .. (78.9395,33.6094)
+.. controls (83.9395,33.7294) and (98.1195,32.5091) .. (90.9395,27.3691)
+.. controls (89.1595,27.5291) and (85.3493,28.5291) .. (82.7793,27.3691)
+.. controls (79.6193,28.0891) and (76.6609,27.4391) .. (72.4609,27.3691)
+.. controls (72.1109,26.7491) and (71.5802,26.4795) .. (71.9902,25.6895)
+.. controls (71.3002,25.0895) and (70.0501,25.0598) .. (69.8301,24.0098)
+.. controls (69.7701,23.3498) and (70.7701,23.7791) .. (70.8301,23.2891)
+.. controls (69.8101,22.5391) and (70.5898,22.4309) .. (70.5898,21.1309)
+.. controls (76.6298,19.0309) and (82.2792,14.4903) .. (86.1992,10.5703)
+.. controls (88.1992,8.5603) and (89.0792,4.3697) .. (87.1992,1.9297)
+.. controls (86.7892,1.4497) and (86.3192,2.1295) .. (86.1992,1.6895)
+.. controls (86.0592,1.1745) and (85.7412,0.9376) .. (85.3320,0.8848)
+-- cycle(12.2207,82.6641)
+.. controls (12.1023,82.8110) and (12.0097,83.0255) .. (12.0898,83.1992)
+.. controls (12.1424,83.0285) and (12.1763,82.8418) .. (12.2207,82.6641)
+-- cycle(218.5644,3.7051)
+.. controls (215.3721,3.6870) and (211.7815,5.4855) .. (211.7402,8.7305)
+.. controls (210.9402,9.3605) and (209.2503,10.1309) .. (209.5703,11.1309)
+.. controls (211.4203,11.4109) and (211.8799,10.4102) .. (213.4199,10.4102)
+.. controls (213.3399,10.9702) and (213.0397,11.3098) .. (213.1797,12.0898)
+.. controls (209.7097,14.8598) and (206.6696,18.0705) .. (203.0996,20.7305)
+.. controls (203.0396,21.2205) and (203.3301,21.3005) .. (203.3301,21.7305)
+.. controls (198.5101,26.6605) and (192.3809,29.1606) .. (184.3809,29.8906)
+.. controls (184.4409,31.1006) and (185.1496,31.6800) .. (184.8496,33.2500)
+.. controls (188.4496,34.8900) and (190.3492,39.2098) .. (194.4492,39.0098)
+.. controls (195.9992,38.9298) and (197.1092,37.0805) .. (199.4492,37.8105)
+.. controls (200.6492,39.7005) and (200.0704,41.9793) .. (200.6504,44.5293)
+.. controls (194.7304,47.8293) and (191.1400,42.9894) .. (186.2500,42.6094)
+.. controls (185.9900,44.1394) and (184.5896,43.3408) .. (183.8496,44.0508)
+.. controls (183.9996,46.0208) and (181.8494,46.6891) .. (181.6894,48.3691)
+.. controls (181.4795,50.4791) and (184.4908,52.8993) .. (184.8008,56.5293)
+.. controls (185.1308,59.8893) and (185.6708,61.6895) .. (185.8008,64.6895)
+.. controls (186.6808,65.0095) and (186.9609,65.9109) .. (187.9609,66.1309)
+.. controls (192.7609,64.8109) and (193.6699,60.1503) .. (194.6699,55.5703)
+arc(236.208 \__njuvis_colon 246.657 \__njuvis_colon 33.080)
+.. controls (199.8309,50.4395) and (200.7801,51.8202) .. (202.8301,51.4902)
+.. controls (204.1101,54.6302) and (201.2694,57.3795) .. (202.1094,58.6895)
+.. controls (200.5294,58.8895) and (200.0508,60.9705) .. (197.8008,61.8105)
+.. controls (196.8608,62.1505) and (195.3899,61.7891) .. (194.6699,62.2891)
+.. controls (192.1599,64.0091) and (194.1598,70.5798) .. (198.7598,69.0098)
+.. controls (199.2998,71.0698) and (205.8691,74.9297) .. (201.8691,76.9297)
+.. controls (200.9391,77.3997) and (199.4693,76.9599) .. (198.2793,77.1699)
+.. controls (195.7593,77.6099) and (193.3793,78.8496) .. (191.2793,78.8496)
+.. controls (190.2493,80.2996) and (190.9601,80.7809) .. (190.3301,82.2109)
+.. controls (192.6201,83.6709) and (196.5705,83.4901) .. (198.4805,85.3301)
+.. controls (198.6205,86.4301) and (198.0600,86.8307) .. (198.2500,87.9707)
+.. controls (196.7500,88.1507) and (196.6998,89.7896) .. (196.0898,90.8496)
+.. controls (196.6198,92.0696) and (200.1897,92.0696) .. (199.9297,90.8496)
+.. controls (199.7497,91.1796) and (198.5494,91.6902) .. (198.6094,91.4102)
+.. controls (199.8894,91.0102) and (199.4598,89.7100) .. (201.0098,89.2500)
+.. controls (201.5798,90.1700) and (202.1202,89.7905) .. (203.4102,89.7305)
+.. controls (204.5302,91.6205) and (203.5604,94.6997) .. (203.9004,96.9297)
+.. controls (201.6104,100.1397) and (196.8894,99.8105) .. (192.6094,99.8105)
+.. controls (191.4094,101.1906) and (188.6508,99.5801) .. (188.3008,99.3301)
+.. controls (188.9508,98.9701) and (189.3302,97.0292) .. (189.4902,96.4492)
+.. controls (189.1902,97.0692) and (189.0008,97.1997) .. (188.3008,96.9297)
+.. controls (188.3708,96.7397) and (188.8908,95.9297) .. (188.3008,95.9297)
+.. controls (187.3708,97.5697) and (186.3197,97.6903) .. (184.9297,98.5703)
+.. controls (185.4697,99.8803) and (184.3997,99.8905) .. (183.9297,100.7305)
+.. controls (184.5997,103.7805) and (185.5707,108.4109) .. (188.7207,109.1309)
+.. controls (189.3207,109.2709) and (189.4697,108.7104) .. (189.9297,108.6504)
+.. controls (190.3897,108.5904) and (191.0996,108.8906) .. (191.5996,108.8906)
+.. controls (195.5896,108.5306) and (199.9706,106.6400) .. (204.8106,106.2500)
+.. controls (212.5906,105.6200) and (219.5094,106.0300) .. (227.3594,106.2500)
+arc(40.581 \__njuvis_colon -9.906 \__njuvis_colon 8.510)
+.. controls (225.5393,96.2400) and (220.3796,99.6993) .. (215.8496,98.5293)
+.. controls (214.4096,95.7093) and (213.7002,90.2891) .. (214.1602,86.2891)
+.. controls (214.1102,86.6591) and (213.7695,86.3308) .. (213.6894,86.0508)
+.. controls (214.5694,85.4208) and (214.7801,84.1106) .. (216.0801,83.8906)
+.. controls (216.0301,84.1906) and (215.7101,84.3691) .. (216.3301,84.3691)
+.. controls (220.0501,83.7191) and (221.3801,80.6509) .. (221.3301,76.2109)
+.. controls (220.2701,75.7009) and (220.1697,74.8293) .. (218.9297,74.5293)
+.. controls (217.6897,74.2293) and (215.4201,75.5605) .. (215.3301,73.8105)
+.. controls (215.6501,73.8105) and (215.5503,74.2291) .. (215.8203,74.2891)
+.. controls (215.3303,73.5291) and (214.5703,70.1593) .. (215.5703,68.5293)
+.. controls (215.5503,68.1493) and (214.9596,68.3405) .. (215.0996,67.8105)
+.. controls (216.6009,67.9153) and (218.9227,67.6823) .. (219.9883,66.9570)
+.. controls (219.9432,66.9887) and (219.9073,67.0279) .. (219.8906,67.0898)
+.. controls (221.8806,66.8298) and (222.2893,65.7609) .. (222.5293,64.2109)
+.. controls (220.6193,63.0409) and (220.6191,58.8295) .. (220.3691,56.7695)
+.. controls (220.1191,56.9895) and (220.3002,57.6502) .. (219.6602,57.4902)
+.. controls (220.2802,56.4802) and (219.2697,56.4803) .. (219.1797,55.5703)
+.. controls (220.6997,55.0103) and (220.9408,53.2899) .. (222.3008,53.1699)
+.. controls (222.3708,52.6999) and (221.9703,52.6892) .. (221.8203,52.4492)
+.. controls (222.6603,51.6092) and (223.1297,50.4093) .. (224.9297,50.5293)
+.. controls (223.8197,52.2693) and (221.7403,52.8496) .. (221.8203,54.8496)
+.. controls (222.6503,53.6596) and (225.2992,53.1707) .. (224.6992,51.9707)
+.. controls (226.8192,51.2907) and (230.0300,47.2891) .. (229.2500,44.2891)
+.. controls (228.5300,41.4691) and (223.8596,40.7002) .. (221.0996,41.4102)
+.. controls (217.7596,42.2602) and (214.0600,43.5801) .. (211.2500,43.3301)
+.. controls (211.8600,40.1301) and (208.6291,38.8001) .. (208.3691,36.3301)
+arc(191.435 \__njuvis_colon 242.732 \__njuvis_colon 2.780)
+.. controls (213.8603,33.1002) and (218.3008,32.1605) .. (222.3008,30.8105)
+arc(29.303 \__njuvis_colon 9.563 \__njuvis_colon 12.620)
+.. controls (222.6802,26.2805) and (222.0703,25.1605) .. (221.5703,24.8105)
+.. controls (217.7803,24.5705) and (214.2500,25.2103) .. (211.2500,24.5703)
+.. controls (211.5100,24.0303) and (212.7599,24.4801) .. (213.4199,24.3301)
+.. controls (213.2799,23.4301) and (211.7500,23.9209) .. (211.5000,23.1309)
+.. controls (211.9600,19.6809) and (216.0700,19.8609) .. (217.2500,17.1309)
+.. controls (215.8500,16.4409) and (218.6309,13.7307) .. (218.4609,14.9707)
+.. controls (219.2809,13.2107) and (221.1796,11.3309) .. (220.8496,9.2109)
+.. controls (221.5596,9.0909) and (222.5608,6.6106) .. (222.3008,4.8906)
+.. controls (221.3852,4.0969) and (220.0155,3.7133) .. (218.5644,3.7051)
+-- cycle(345.4863,7.8203)
+.. controls (345.3420,7.8137) and (345.1977,7.8198) .. (345.0508,7.8398)
+.. controls (343.1108,8.0998) and (343.5609,10.4707) .. (341.2109,10.7207)
+.. controls (341.0309,12.7407) and (342.8396,12.7598) .. (343.5996,13.8398)
+.. controls (342.9296,16.7298) and (340.2498,18.2901) .. (337.8398,20.0801)
+.. controls (338.4998,20.2301) and (338.9691,18.9896) .. (339.2891,19.5996)
+.. controls (339.1591,20.5996) and (335.2304,22.0696) .. (336.4004,20.5996)
+.. controls (335.0804,20.1296) and (335.6905,22.7896) .. (334.4805,21.5996)
+.. controls (334.5105,21.2196) and (335.1007,21.4109) .. (334.9707,20.8809)
+.. controls (334.4007,13.5609) and (328.1907,8.5809) .. (321.9707,9.8809)
+.. controls (321.5207,9.7809) and (321.5395,9.1904) .. (320.7695,9.4004)
+arc(240.714 \__njuvis_colon 219.591 \__njuvis_colon 20.430)
+.. controls (314.7595,15.0992) and (315.6102,14.8806) .. (315.4902,15.6406)
+.. controls (313.2002,18.2706) and (312.0602,22.0805) .. (310.4902,25.4805)
+.. controls (310.9002,26.0405) and (311.9004,25.9609) .. (312.9004,25.9609)
+arc(20.120 \__njuvis_colon 2.518 \__njuvis_colon 8.000)
+.. controls (313.8909,23.9605) and (313.7209,23.5605) .. (314.3809,23.5605)
+.. controls (316.6409,20.9705) and (319.9205,15.1599) .. (323.7305,14.9199)
+.. controls (327.9005,14.6599) and (324.8504,24.3599) .. (325.6504,26.9199)
+.. controls (325.2004,27.0199) and (324.6192,27.0106) .. (324.6992,27.6406)
+.. controls (324.7192,28.4906) and (325.4899,27.1309) .. (325.4199,27.8809)
+.. controls (323.2199,30.9309) and (319.2102,33.4705) .. (317.4902,35.5605)
+.. controls (317.4402,35.3705) and (317.4898,35.0801) .. (317.2598,35.0801)
+.. controls (317.1998,35.5701) and (317.4902,35.6501) .. (317.4902,36.0801)
+.. controls (316.8502,35.7601) and (316.7002,37.0303) .. (316.4902,36.3203)
+.. controls (316.7302,36.2903) and (317.2205,35.5296) .. (316.7305,35.5996)
+.. controls (316.0505,36.5996) and (315.7098,37.9302) .. (314.3398,38.2402)
+.. controls (314.2198,37.4902) and (314.9805,37.6091) .. (315.0605,37.0391)
+.. controls (313.8505,37.2191) and (313.2094,36.9198) .. (313.6094,35.8398)
+.. controls (310.5994,34.5998) and (312.1493,30.2698) .. (309.5293,28.8398)
+.. controls (309.3093,30.9098) and (305.9995,31.8196) .. (305.6895,34.5996)
+.. controls (305.0195,34.6396) and (305.1402,33.8809) .. (304.4902,33.8809)
+.. controls (304.3602,37.6909) and (306.3497,39.3905) .. (305.9297,43.4805)
+arc(152.875 \__njuvis_colon 143.117 \__njuvis_colon 39.930)
+.. controls (312.3093,50.6802) and (316.0709,50.2700) .. (319.1309,49.0000)
+.. controls (320.8309,48.3000) and (321.7607,46.8998) .. (323.2207,46.8398)
+.. controls (329.1707,46.5698) and (328.4393,55.3693) .. (327.5293,60.2793)
+.. controls (327.5893,60.0393) and (327.9298,59.6991) .. (328.0098,60.0391)
+.. controls (322.8298,67.2491) and (318.3708,76.4395) .. (309.3008,80.4395)
+.. controls (308.9908,81.0795) and (309.4205,81.2295) .. (309.0605,81.4395)
+.. controls (308.1905,80.4395) and (307.5209,82.6995) .. (307.1309,81.4395)
+.. controls (308.2309,81.5095) and (307.4198,80.6402) .. (308.3398,80.2402)
+.. controls (307.6598,80.1002) and (307.1102,81.2305) .. (306.6602,80.4805)
+.. controls (306.7502,79.6705) and (307.5909,81.1200) .. (307.3809,80.0000)
+.. controls (306.0609,79.4500) and (308.4106,75.2506) .. (309.0605,76.6406)
+.. controls (308.4305,73.3406) and (311.8105,69.1693) .. (314.8105,67.2793)
+.. controls (314.8306,67.7193) and (313.5898,68.0905) .. (314.3398,68.4805)
+.. controls (315.5798,66.4505) and (318.6497,65.1992) .. (317.9297,63.1992)
+.. controls (318.2897,63.8292) and (318.7709,63.1992) .. (319.3809,63.1992)
+.. controls (319.3209,62.6392) and (321.1401,61.5103) .. (320.5801,60.3203)
+.. controls (320.3901,59.8303) and (319.5001,60.4901) .. (319.5801,60.0801)
+.. controls (319.8101,58.9701) and (319.5709,60.0801) .. (318.6309,59.0801)
+.. controls (318.4709,58.8701) and (318.7409,58.2901) .. (318.6309,58.0801)
+.. controls (318.0909,57.0901) and (316.9909,56.6797) .. (316.4609,55.6797)
+.. controls (313.0609,56.2497) and (310.7606,54.9997) .. (308.0605,54.6797)
+.. controls (308.0605,56.3997) and (303.8906,55.4991) .. (302.0605,56.1191)
+.. controls (302.9506,61.3491) and (311.0992,59.2505) .. (310.9492,65.4805)
+arc(209.743 \__njuvis_colon 178.538 \__njuvis_colon 9.200)
+arc(227.795 \__njuvis_colon 181.427 \__njuvis_colon 4.360)
+.. controls (308.2505,73.2104) and (308.3005,72.9199) .. (308.0605,72.9199)
+.. controls (307.8105,74.8699) and (306.5996,76.0493) .. (307.3496,76.2793)
+.. controls (306.8196,76.8193) and (305.9099,76.9397) .. (305.4199,78.6797)
+arc(21.579 \__njuvis_colon 35.612 \__njuvis_colon 12.310)
+arc(204.090 \__njuvis_colon 155.910 \__njuvis_colon 7.350)
+.. controls (307.0905,88.4103) and (306.9805,92.7198) .. (310.9805,92.8398)
+.. controls (311.5905,91.9298) and (311.8204,91.9998) .. (312.9004,91.8398)
+.. controls (314.0522,89.1030) and (317.2825,87.2279) .. (318.1270,84.9473)
+.. controls (318.0679,85.0132) and (317.9642,85.0260) .. (317.9297,84.8398)
+.. controls (319.4397,84.1098) and (319.6005,82.0000) .. (320.8105,81.0000)
+.. controls (320.8705,80.5100) and (320.5801,80.4300) .. (320.5801,80.0000)
+arc(53.110 \__njuvis_colon -4.613 \__njuvis_colon 3.000)
+.. controls (323.1795,75.2594) and (327.2006,74.7198) .. (327.0605,71.8398)
+arc(62.512 \__njuvis_colon 53.508 \__njuvis_colon 14.420)
+.. controls (329.8205,71.2006) and (329.4102,71.4709) .. (330.6602,70.8809)
+arc(340.716 \__njuvis_colon 359.997 \__njuvis_colon 21.200)
+.. controls (331.6996,80.1509) and (328.9198,84.7409) .. (328.2598,87.9609)
+.. controls (327.7098,90.5709) and (326.7792,93.3898) .. (323.4492,92.7598)
+.. controls (323.5092,97.4098) and (326.5692,100.1992) .. (330.4492,100.1992)
+arc(189.536 \__njuvis_colon 208.773 \__njuvis_colon 9.120)
+.. controls (333.7392,96.4203) and (337.0295,92.6197) .. (335.5195,88.6797)
+.. controls (337.7495,86.4597) and (336.5909,82.1505) .. (339.1309,79.5605)
+arc(162.460 \__njuvis_colon 225.191 \__njuvis_colon 2.850)
+.. controls (339.6098,69.7297) and (338.2909,63.2800) .. (339.1309,57.0000)
+.. controls (339.6609,53.0000) and (344.4895,49.0009) .. (341.0195,47.2109)
+.. controls (339.8995,47.7009) and (339.7309,49.1291) .. (338.3809,49.3691)
+.. controls (338.1609,48.5591) and (338.9996,48.8291) .. (339.0996,48.3691)
+.. controls (337.0096,44.2391) and (336.3999,36.2508) .. (337.1699,32.0508)
+.. controls (338.1399,32.6508) and (338.7903,31.1996) .. (339.5703,30.8496)
+.. controls (343.5503,28.2596) and (349.2008,27.3504) .. (352.0508,23.6504)
+.. controls (352.3008,24.3004) and (352.9708,23.4499) .. (353.0508,23.1699)
+.. controls (352.6308,23.0799) and (352.4301,23.5299) .. (352.3301,23.1699)
+.. controls (352.9101,22.3299) and (353.0599,21.6100) .. (353.9199,22.0000)
+.. controls (353.6699,21.4700) and (353.4702,19.6508) .. (354.1602,20.8008)
+.. controls (354.3111,18.5099) and (353.9211,17.5723) .. (354.0762,16.4395)
+.. controls (354.0590,16.8983) and (354.8379,15.1416) .. (354.6504,14.8008)
+.. controls (353.3004,13.9008) and (353.2500,11.7005) .. (352.2500,10.4805)
+.. controls (349.5688,10.8180) and (347.6518,7.9201) .. (345.4863,7.8203)
+-- cycle(318.1270,84.9473)
+.. controls (318.1536,84.9175) and (318.1730,84.8802) .. (318.1699,84.8398)
+.. controls (318.1578,84.8761) and (318.1403,84.9113) .. (318.1270,84.9473)
+-- cycle(319.1992,9.0000)
+.. controls (318.8192,9.6800) and (317.1695,10.3199) .. (317.5195,10.9199)
+.. controls (318.0195,10.3699) and (319.4892,9.5300) .. (319.1992,9.0000)
+-- cycle(166.2676,16.6445)
+.. controls (163.9299,16.5956) and (161.9392,17.8587) .. (160.0898,19.5293)
+.. controls (158.9798,26.4993) and (165.5296,27.8199) .. (165.8496,34.1699)
+arc(41.122 \__njuvis_colon 122.599 \__njuvis_colon 1.300)
+.. controls (164.1199,34.8102) and (164.2497,35.3302) .. (163.9297,35.4102)
+.. controls (165.1597,38.7502) and (170.4998,36.4694) .. (174.0098,36.6094)
+.. controls (174.7198,34.6094) and (178.3194,34.2594) .. (177.6094,29.6094)
+arc(122.193 \__njuvis_colon 185.575 \__njuvis_colon 1.060)
+.. controls (172.6391,26.6094) and (172.4195,20.9294) .. (169.6894,17.6094)
+.. controls (168.4644,16.9594) and (167.3302,16.6668) .. (166.2676,16.6445)
+-- cycle(354.0391,37.0508)
+arc(238.189 \__njuvis_colon 231.823 \__njuvis_colon 52.750)
+.. controls (350.0002,40.8102) and (350.2292,39.5199) .. (350.4492,40.1699)
+.. controls (350.0092,40.4699) and (349.8198,40.9806) .. (349.0098,40.8906)
+.. controls (348.8098,41.8106) and (350.1609,41.1698) .. (349.9609,42.0898)
+.. controls (349.3909,42.9598) and (347.4708,42.4198) .. (347.8008,43.0898)
+arc(184.500 \__njuvis_colon 355.500 \__njuvis_colon 0.240)
+.. controls (348.0493,43.4798) and (347.6401,43.6401) .. (347.3301,43.3301)
+.. controls (347.4401,44.3901) and (346.9901,44.5200) .. (347.3301,45.2500)
+.. controls (346.8601,45.3000) and (346.0801,45.0105) .. (346.3301,45.7305)
+.. controls (347.9501,47.0605) and (350.3906,43.2903) .. (352.5605,43.5703)
+.. controls (352.3306,47.1903) and (352.7801,50.5609) .. (352.0801,54.1309)
+.. controls (351.0001,59.7309) and (347.1795,64.7305) .. (347.5195,69.7305)
+.. controls (347.6995,72.2105) and (350.0801,74.6505) .. (352.0801,75.7305)
+.. controls (354.9601,77.2405) and (359.8791,74.4198) .. (363.3691,75.0098)
+.. controls (365.8791,75.4398) and (367.4502,77.5293) .. (368.1602,80.5293)
+.. controls (366.9302,83.4493) and (363.3005,83.9901) .. (360.4805,85.3301)
+.. controls (354.9405,87.7001) and (348.7596,89.4509) .. (345.5996,94.2109)
+.. controls (347.2896,95.6909) and (350.4591,94.3995) .. (353.2891,94.6895)
+.. controls (354.6691,94.8295) and (356.5001,94.6295) .. (358.0801,94.6895)
+.. controls (361.8601,90.8895) and (367.3005,89.5903) .. (374.2305,87.5703)
+.. controls (374.0305,86.5703) and (375.7202,86.4597) .. (375.9102,84.9297)
+.. controls (375.9202,84.8597) and (375.4399,84.3697) .. (375.6699,83.9297)
+.. controls (375.8999,83.4897) and (376.9594,83.2402) .. (377.3594,82.4902)
+.. controls (377.3294,82.5302) and (376.9291,82.1998) .. (377.1191,82.0098)
+.. controls (377.5491,81.5698) and (378.2208,81.6991) .. (378.5508,81.2891)
+.. controls (379.6308,79.9591) and (378.4808,78.1205) .. (378.8008,76.7305)
+.. controls (376.1708,75.4105) and (374.4506,73.3304) .. (372.3105,72.6504)
+-- (372.3105,71.6504)
+.. controls (369.8906,71.7004) and (370.0592,70.1198) .. (369.1992,69.0098)
+.. controls (365.3592,68.7298) and (363.0703,70.6000) .. (360.0703,69.2500)
+.. controls (359.2903,67.4200) and (357.1905,67.5804) .. (356.4805,65.6504)
+.. controls (356.0805,64.5304) and (356.8902,63.5293) .. (355.9902,62.5293)
+.. controls (357.7002,60.2293) and (358.2495,57.0099) .. (357.4395,53.1699)
+.. controls (358.3394,53.8199) and (357.8499,51.4600) .. (357.6699,51.2500)
+.. controls (357.8099,51.4000) and (357.4395,51.9402) .. (357.4395,51.4902)
+.. controls (357.3095,50.2302) and (358.2904,51.4902) .. (358.1504,50.4902)
+.. controls (357.6904,47.1302) and (359.4091,43.0201) .. (361.0391,42.3301)
+.. controls (361.0391,38.1701) and (356.6991,38.4808) .. (354.0391,37.0508)
+-- cycle(166.8301,44.1309)
+.. controls (164.1501,44.8009) and (162.1199,47.9995) .. (158.6699,48.6895)
+.. controls (158.7399,49.2795) and (158.6192,49.6295) .. (158.1992,49.6895)
+.. controls (155.6392,48.2795) and (152.9902,50.8694) .. (150.9902,51.6094)
+.. controls (151.2602,50.1094) and (148.9891,51.7596) .. (148.1191,51.8496)
+.. controls (147.0691,51.9596) and (144.6903,51.3691) .. (143.0703,51.3691)
+.. controls (139.4503,56.4791) and (145.5508,60.0009) .. (149.5508,61.2109)
+.. controls (151.6708,60.7509) and (154.0391,58.2891) .. (156.0391,59.2891)
+.. controls (155.6791,61.1791) and (154.9691,62.8603) .. (155.0391,64.5703)
+.. controls (155.2191,68.5303) and (157.2891,71.1397) .. (159.1191,73.9297)
+.. controls (160.9491,76.7197) and (157.0392,80.7998) .. (157.1992,84.0098)
+.. controls (155.8492,84.8798) and (155.0991,87.5798) .. (155.0391,89.0098)
+arc(233.865 \__njuvis_colon 156.193 \__njuvis_colon 2.180)
+.. controls (151.2401,95.0904) and (150.7206,103.6198) .. (154.5606,107.0098)
+.. controls (155.6405,106.6898) and (157.9104,107.4198) .. (158.4004,106.0098)
+.. controls (157.1204,105.5998) and (159.6891,105.3398) .. (159.1191,104.0898)
+.. controls (159.8591,104.7398) and (160.7993,102.6298) .. (161.2793,103.0898)
+.. controls (160.9993,103.3398) and (159.9996,104.0001) .. (160.5996,104.3301)
+.. controls (162.0496,102.6501) and (164.2604,101.7398) .. (165.6504,100.0098)
+.. controls (163.5504,100.7198) and (162.8998,102.2997) .. (160.8398,101.9297)
+.. controls (163.3398,100.3697) and (165.0508,98.2004) .. (168.0508,96.6504)
+arc(-11.062 \__njuvis_colon 30.012 \__njuvis_colon 2.080)
+.. controls (169.2705,97.2298) and (170.1795,94.5491) .. (170.4394,93.2891)
+.. controls (170.0394,94.6391) and (168.5505,94.9297) .. (167.8106,95.9297)
+.. controls (167.4706,95.2097) and (167.9401,95.0605) .. (167.0801,94.7305)
+.. controls (167.9001,94.5805) and (168.2000,93.1005) .. (169.0000,93.7305)
+.. controls (169.6200,90.8305) and (172.2098,89.8898) .. (172.8398,87.0098)
+.. controls (172.4998,86.8798) and (171.6004,87.2895) .. (171.6504,86.7695)
+.. controls (174.2704,84.8895) and (175.8906,80.7695) .. (177.8906,79.7695)
+.. controls (177.7606,80.0795) and (177.2804,81.2109) .. (177.6504,81.2109)
+arc(30.904 \__njuvis_colon 4.733 \__njuvis_colon 15.590)
+arc(9.886 \__njuvis_colon 31.774 \__njuvis_colon 5.410)
+.. controls (179.0901,75.7702) and (179.5196,74.5495) .. (178.5996,73.7695)
+.. controls (179.4896,73.6195) and (179.8491,73.2500) .. (180.2891,74.2500)
+.. controls (180.8591,70.1600) and (184.5597,66.0802) .. (182.6797,62.4902)
+.. controls (181.4397,62.7802) and (180.3401,62.6407) .. (179.0801,62.9707)
+.. controls (178.6501,66.4407) and (176.1607,69.0791) .. (175.9707,71.3691)
+.. controls (175.6207,71.2791) and (175.5602,71.0791) .. (175.2402,71.3691)
+arc(188.233 \__njuvis_colon 143.694 \__njuvis_colon 1.360)
+.. controls (174.7102,71.6491) and (174.0191,73.9991) .. (174.2891,74.2891)
+.. controls (174.2391,73.7691) and (174.4800,73.5703) .. (175.0000,73.5703)
+arc(212.989 \__njuvis_colon 198.281 \__njuvis_colon 12.820)
+.. controls (173.3901,76.8693) and (172.6306,76.9400) .. (172.3906,77.2500)
+.. controls (171.7906,78.0100) and (171.9599,79.6991) .. (171.6699,80.3691)
+.. controls (171.4499,80.7891) and (170.7299,80.9398) .. (170.6699,81.0898)
+.. controls (170.4299,81.7398) and (170.8807,83.9098) .. (169.7207,83.0098)
+.. controls (169.4707,86.2698) and (166.8504,89.0604) .. (165.1504,91.6504)
+.. controls (164.7204,91.6104) and (163.1007,92.0296) .. (163.7207,92.8496)
+.. controls (163.6407,92.6096) and (164.4297,92.0194) .. (164.4297,92.6094)
+arc(40.455 \__njuvis_colon 56.026 \__njuvis_colon 10.640)
+.. controls (162.2993,96.2493) and (158.9600,99.9506) .. (156.7500,97.8906)
+.. controls (157.4300,97.6906) and (157.3809,98.2309) .. (157.9609,98.1309)
+.. controls (156.9609,96.0609) and (158.8197,93.7991) .. (158.4297,92.3691)
+arc(13.877 \__njuvis_colon 97.873 \__njuvis_colon 0.640)
+.. controls (157.7907,92.3796) and (157.3905,92.3709) .. (157.2305,92.1309)
+arc(212.396 \__njuvis_colon 258.028 \__njuvis_colon 2.260)
+arc(159.978 \__njuvis_colon 132.498 \__njuvis_colon 1.820)
+.. controls (159.0104,91.1996) and (160.2406,90.7302) .. (159.6406,90.4102)
+.. controls (159.6106,91.0002) and (158.8402,90.4599) .. (158.9102,90.1699)
+.. controls (159.1902,89.2399) and (159.5899,88.9602) .. (158.6699,88.4902)
+arc(208.733 \__njuvis_colon 241.267 \__njuvis_colon 14.540)
+.. controls (163.4597,82.8205) and (164.2802,81.3393) .. (164.9102,81.5293)
+arc(-35.239 \__njuvis_colon 12.620 \__njuvis_colon 1.510)
+arc(52.462 \__njuvis_colon 11.559 \__njuvis_colon 6.480)
+.. controls (166.9608,79.5806) and (166.7009,80.6008) .. (165.8809,81.0508)
+.. controls (166.5709,80.3708) and (165.5106,80.3896) .. (165.3906,79.8496)
+arc(246.100 \__njuvis_colon 293.900 \__njuvis_colon 1.480)
+.. controls (166.6598,79.1496) and (166.0491,79.1102) .. (166.1191,78.4102)
+.. controls (167.5091,77.7102) and (167.5397,73.8303) .. (170.4297,74.5703)
+arc(15.228 \__njuvis_colon -48.481 \__njuvis_colon 7.120)
+.. controls (168.2793,67.0491) and (168.7000,67.1506) .. (168.7500,66.8906)
+arc(113.864 \__njuvis_colon 197.037 \__njuvis_colon 4.770)
+.. controls (165.9091,61.9909) and (165.0202,61.4306) .. (164.9102,60.8906)
+.. controls (165.1902,59.4206) and (166.4508,58.3107) .. (167.5508,58.9707)
+.. controls (167.3708,59.1707) and (166.4003,59.8599) .. (167.0703,60.1699)
+.. controls (168.2903,58.4199) and (168.4805,56.9899) .. (169.4805,55.1699)
+.. controls (171.5005,54.4599) and (174.0709,52.2594) .. (175.9609,50.6094)
+.. controls (176.1009,48.6694) and (177.1802,47.6701) .. (176.9102,45.3301)
+arc(295.080 \__njuvis_colon 240.334 \__njuvis_colon 6.530)
+.. controls (170.0202,44.6203) and (167.9201,44.8809) .. (166.8301,44.1309)
+-- cycle(463.1992,44.2891)
+.. controls (463.4692,44.5991) and (463.2999,46.5705) .. (463.9199,45.7305)
+arc(13.267 \__njuvis_colon 107.881 \__njuvis_colon 7.310)
+.. controls (455.0005,49.9198) and (454.6608,48.5795) .. (454.8008,46.6895)
+.. controls (457.1808,45.5595) and (460.3192,44.1391) .. (463.1992,44.2891)
+-- cycle(220.5606,46.2109)
+.. controls (220.8805,46.7609) and (221.6598,47.1404) .. (220.8398,47.6504)
+.. controls (220.9298,47.9904) and (221.2703,47.6702) .. (221.3203,47.4102)
+.. controls (221.4203,48.5702) and (219.4192,50.8995) .. (218.1992,50.7695)
+.. controls (218.1492,52.7895) and (216.1402,54.7396) .. (213.4102,54.8496)
+.. controls (213.2702,53.3296) and (213.4102,51.5909) .. (212.4102,52.2109)
+.. controls (213.2902,51.5609) and (212.4304,50.6501) .. (212.6504,49.3301)
+arc(71.532 \__njuvis_colon 65.427 \__njuvis_colon 79.840)
+-- cycle(34.6152,47.5312)
+.. controls (35.4123,47.5667) and (36.2652,47.6856) .. (37.1602,47.8906)
+.. controls (40.4402,48.6406) and (42.2499,49.9707) .. (42.9199,51.9707)
+.. controls (42.8999,51.9107) and (43.6504,53.6102) .. (43.6504,53.4102)
+-- (43.6895,53.4102)
+.. controls (43.4395,54.5602) and (41.2295,55.0596) .. (40.5195,54.8496)
+.. controls (39.7095,56.1196) and (37.5395,56.4007) .. (36.4395,57.9707)
+.. controls (33.8495,58.1207) and (29.9601,58.4000) .. (27.0801,57.2500)
+.. controls (27.7201,54.5200) and (28.9902,52.4301) .. (29.2402,49.3301)
+.. controls (30.3277,48.0626) and (32.2241,47.4248) .. (34.6152,47.5312)
+-- cycle(228.4805,47.6504)
+.. controls (227.7405,48.3404) and (227.3403,49.3905) .. (226.3203,49.8105)
+.. controls (227.0703,49.1105) and (227.4805,48.0704) .. (228.4805,47.6504)
+-- cycle(63.0801,56.0508)
+arc(25.523 \__njuvis_colon 33.425 \__njuvis_colon 13.740)
+.. controls (61.7324,57.2678) and (62.5223,56.1682) .. (63.0801,56.0508)
+-- cycle(316.7793,64.9004)
+.. controls (316.8590,64.8999) and (316.9495,64.9084) .. (317.0508,64.9297)
+arc(-5.990 \__njuvis_colon 95.990 \__njuvis_colon 0.910)
+.. controls (316.1558,65.4047) and (316.2216,64.9038) .. (316.7793,64.9004)
+-- cycle(220.3691,66.6094)
+.. controls (220.3691,66.8436) and (220.1511,66.8553) .. (220.0059,66.9453)
+.. controls (220.1531,66.8429) and (220.2774,66.7316) .. (220.3691,66.6094)
+-- cycle(42.3750,69.2754)
+.. controls (42.5528,69.2577) and (42.7484,69.2593) .. (42.9609,69.2793)
+.. controls (42.4509,69.5693) and (41.7793,70.4300) .. (41.2793,70.0000)
+.. controls (41.4668,69.5575) and (41.8416,69.3284) .. (42.3750,69.2754)
+-- cycle(178.5606,75.4902)
+.. controls (178.8406,76.0002) and (178.6591,76.1897) .. (179.0391,76.9297)
+.. controls (178.8491,77.1397) and (178.3901,77.0702) .. (178.3301,77.4102)
+.. controls (177.6501,76.9502) and (178.6506,76.1602) .. (178.5606,75.4902)
+-- cycle(41.7695,80.0508)
+arc(-73.942 \__njuvis_colon 6.418 \__njuvis_colon 0.670)
+arc(51.534 \__njuvis_colon 128.466 \__njuvis_colon 1.190)
+.. controls (40.8695,80.2795) and (41.6995,80.5408) .. (41.7695,80.0508)
+-- cycle(176.4004,82.9297)
+.. controls (175.3404,84.8997) and (173.7093,87.6002) .. (173.2793,89.4102)
+.. controls (174.4893,87.5802) and (176.3004,85.0597) .. (176.4004,82.9297)
+-- cycle(163.4492,84.3691)
+.. controls (163.3692,84.7991) and (162.1809,85.3105) .. (162.9609,85.8105)
+.. controls (163.0409,85.3705) and (164.2292,84.8691) .. (163.4492,84.3691)
+-- cycle(352.5605,88.0000)
+.. controls (351.7505,88.2900) and (349.8002,88.7095) .. (350.1602,89.4395)
+.. controls (350.5602,88.5595) and (352.1606,88.8800) .. (352.5605,88.0000)
+-- cycle(160.3301,88.9297)
+.. controls (160.0001,89.4297) and (159.3791,89.5909) .. (159.1191,90.1309)
+.. controls (160.0691,90.4209) and (160.8001,89.2697) .. (160.3301,88.9297)
+-- cycle(450.1328,93.1133)
+.. controls (449.0783,93.1380) and (448.0180,93.5000) .. (447.8398,94.2500)
+.. controls (448.0498,98.7300) and (444.8908,102.5500) .. (449.0508,105.2500)
+.. controls (451.5708,104.6900) and (451.6098,102.4894) .. (453.8398,102.6094)
+.. controls (453.5598,101.3294) and (454.3505,102.5506) .. (454.5605,101.8906)
+.. controls (453.7305,101.6006) and (455.1102,99.8505) .. (454.1602,100.7305)
+.. controls (455.5602,99.5405) and (452.6002,96.9297) .. (454.4102,95.9297)
+.. controls (453.9902,95.2597) and (454.0802,94.1295) .. (453.4102,93.7695)
+arc(32.782 \__njuvis_colon 95.892 \__njuvis_colon 1.060)
+.. controls (452.5164,93.4903) and (451.3280,93.0853) .. (450.1328,93.1133)
+-- cycle(191.0000,94.0000)
+.. controls (190.6700,94.5500) and (189.7503,94.5995) .. (189.5703,95.4395)
+.. controls (190.2703,95.3295) and (191.2900,94.3000) .. (191.0000,94.0000)
+-- cycle(191.9531,94.2109)
+.. controls (191.0027,94.2470) and (191.1038,95.4003) .. (190.0801,95.4102)
+.. controls (190.2101,96.2902) and (191.6500,94.6809) .. (192.0000,94.2109)
+.. controls (191.9844,94.2109) and (191.9682,94.2104) .. (191.9531,94.2109)
+-- cycle(37.7246,94.8965)
+arc(268.326 \__njuvis_colon 257.924 \__njuvis_colon 1.530)
+arc(-6.827 \__njuvis_colon 35.993 \__njuvis_colon 1.360)
+.. controls (38.0192,95.9806) and (38.2306,95.4699) .. (38.6406,95.1699)
+arc(304.825 \__njuvis_colon 268.417 \__njuvis_colon 1.530)
+-- cycle(36.4395,95.1699)
+arc(-39.433 \__njuvis_colon 2.563 \__njuvis_colon 1.060)
+.. controls (36.0097,96.0906) and (36.0605,95.5504) .. (35.4805,95.6504)
+-- (35.5195,95.6504)
+arc(213.111 \__njuvis_colon 271.733 \__njuvis_colon 1.060)
+-- cycle(101.0000,104.0508)
+.. controls (101.5500,104.5008) and (100.0803,105.0000) .. (99.5703,105.2500)
+.. controls (99.4403,104.2500) and (100.6700,104.5908) .. (101.0000,104.0508)
+-- cycle(181.7402,149.1894)
+.. controls (181.3715,149.2218) and (180.9966,149.2967) .. (180.6191,149.4492)
+arc(335.759 \__njuvis_colon 347.371 \__njuvis_colon 7.510)
+.. controls (179.9096,151.5406) and (179.8899,153.3605) .. (179.4199,154.7305)
+.. controls (177.6699,155.7305) and (177.3908,158.4300) .. (176.3008,160.2500)
+.. controls (174.1008,163.9600) and (170.7204,164.5104) .. (174.1504,168.6504)
+.. controls (178.2304,169.7504) and (182.9204,168.9104) .. (186.1504,168.6504)
+.. controls (185.5404,169.3304) and (184.8305,169.8903) .. (184.2305,170.5703)
+.. controls (185.5505,169.7703) and (187.4393,168.5898) .. (188.7793,170.0898)
+.. controls (188.1893,170.8098) and (187.5898,171.2698) .. (187.5898,172.0098)
+.. controls (189.6498,172.1698) and (188.8009,170.8603) .. (190.4609,170.5703)
+.. controls (191.7509,173.3703) and (190.4298,177.3009) .. (189.2598,179.2109)
+.. controls (190.7498,182.6909) and (185.7895,184.2794) .. (183.0195,185.6894)
+.. controls (183.0495,185.0294) and (183.4793,184.8709) .. (182.7793,185.2109)
+.. controls (181.9093,185.6309) and (183.3395,185.6109) .. (183.0195,186.2109)
+.. controls (180.4295,186.5209) and (178.1598,187.6094) .. (177.5098,188.6094)
+.. controls (177.0198,188.6594) and (176.9498,188.3691) .. (176.5098,188.3691)
+.. controls (174.0398,190.4591) and (168.6792,192.8695) .. (166.1992,190.7695)
+.. controls (166.5992,189.8395) and (166.1407,190.2595) .. (165.7207,189.7695)
+.. controls (165.9607,189.0395) and (166.9097,187.7809) .. (166.4297,187.1309)
+.. controls (166.2397,188.2809) and (164.3203,189.2609) .. (163.3203,188.1309)
+.. controls (163.3603,187.8209) and (164.0105,186.9297) .. (163.5606,186.9297)
+arc(38.969 \__njuvis_colon 54.986 \__njuvis_colon 17.670)
+.. controls (160.7409,192.2391) and (163.8305,193.7005) .. (165.4805,195.8106)
+.. controls (167.2705,198.1105) and (169.1992,199.6707) .. (172.1992,197.9707)
+arc(183.916 \__njuvis_colon 229.245 \__njuvis_colon 4.180)
+.. controls (176.0406,195.4498) and (177.3496,191.9897) .. (180.3496,192.9297)
+.. controls (181.3096,190.9297) and (184.9306,191.5801) .. (185.6406,189.3301)
+.. controls (186.2106,189.2301) and (186.1601,189.7703) .. (186.8301,189.5703)
+.. controls (186.7401,190.0503) and (186.9801,191.9309) .. (187.8301,192.2109)
+.. controls (184.1101,196.7709) and (178.2509,198.8795) .. (174.3809,202.7695)
+arc(346.147 \__njuvis_colon 261.956 \__njuvis_colon 0.640)
+.. controls (173.1399,202.5291) and (173.1309,203.2891) .. (172.4609,203.2891)
+arc(350.622 \__njuvis_colon 356.738 \__njuvis_colon 40.740)
+.. controls (175.5394,209.9394) and (179.4691,210.8794) .. (180.6191,214.6094)
+.. controls (178.9991,216.6594) and (176.7296,218.0709) .. (175.0996,220.1309)
+.. controls (175.0996,222.5309) and (179.2602,222.5295) .. (179.9102,222.7695)
+arc(29.861 \__njuvis_colon 74.404 \__njuvis_colon 3.610)
+arc(-56.890 \__njuvis_colon 5.564 \__njuvis_colon 1.070)
+.. controls (179.1305,224.5092) and (181.0698,224.6191) .. (181.5898,223.2891)
+.. controls (182.5898,223.5691) and (183.9302,223.5005) .. (183.9902,224.7305)
+.. controls (183.7702,225.8305) and (182.6902,226.0294) .. (182.9902,227.6094)
+.. controls (177.4702,228.7894) and (173.6406,234.4606) .. (167.6406,232.8906)
+.. controls (169.7906,229.3006) and (168.1609,223.9404) .. (167.8809,220.6504)
+.. controls (169.2309,220.8904) and (169.8305,221.8998) .. (171.2305,222.0898)
+.. controls (171.4505,220.1998) and (169.7991,219.9892) .. (168.1191,219.4492)
+.. controls (167.9591,217.5892) and (166.1295,216.7191) .. (164.2695,217.2891)
+.. controls (165.1595,219.2791) and (163.4401,220.3494) .. (162.8301,221.6094)
+.. controls (165.2501,226.8894) and (162.8109,235.0898) .. (165.9609,240.0898)
+arc(271.505 \__njuvis_colon 232.085 \__njuvis_colon 1.140)
+.. controls (165.8105,242.3801) and (165.4509,244.7003) .. (165.9609,246.5703)
+.. controls (167.0209,250.5603) and (170.2695,253.5801) .. (170.2695,258.3301)
+.. controls (171.3895,259.8501) and (174.5898,259.1196) .. (174.5898,257.8496)
+.. controls (174.5298,258.0896) and (173.5306,258.4898) .. (173.6406,258.0898)
+.. controls (174.4406,258.0298) and (174.8303,256.6094) .. (175.3203,257.6094)
+.. controls (175.8103,256.4694) and (175.6798,254.1095) .. (174.5898,253.7695)
+.. controls (174.5698,254.1495) and (174.6291,254.6002) .. (174.1191,254.4902)
+arc(189.702 \__njuvis_colon 206.514 \__njuvis_colon 5.180)
+.. controls (174.1298,252.7308) and (173.6302,253.2305) .. (172.9102,252.8106)
+-- (172.9102,251.8106)
+.. controls (172.2402,251.6105) and (172.2907,252.1508) .. (171.7207,252.0508)
+.. controls (172.4607,250.9808) and (171.2302,251.7701) .. (170.9902,251.3301)
+.. controls (172.5902,250.4901) and (173.5706,248.9801) .. (173.3906,246.3301)
+.. controls (172.1006,245.8501) and (173.0504,244.4102) .. (173.1504,244.4102)
+.. controls (171.3304,242.8102) and (174.6692,237.6507) .. (172.1992,236.9707)
+.. controls (172.5610,235.8401) and (173.0144,234.8653) .. (173.2871,234.1133)
+.. controls (172.9275,234.4907) and (171.6645,234.4579) .. (171.4805,234.0898)
+.. controls (172.3105,233.8898) and (173.2509,231.5406) .. (173.8809,232.8906)
+.. controls (174.3209,232.4606) and (174.5103,231.7695) .. (175.3203,231.6894)
+.. controls (175.2603,232.0294) and (174.9201,232.0902) .. (174.8301,232.4102)
+.. controls (175.4501,232.5202) and (176.1998,231.5599) .. (176.5098,232.1699)
+.. controls (176.4098,232.7399) and (175.2695,232.8099) .. (176.2695,233.1699)
+.. controls (176.5895,232.0299) and (178.1399,232.9705) .. (178.6699,231.7305)
+.. controls (183.7099,232.2605) and (188.3009,229.7096) .. (191.8809,228.8496)
+.. controls (192.3609,228.1996) and (192.9395,227.2004) .. (194.2695,227.6504)
+.. controls (195.6095,225.6204) and (199.7505,225.6795) .. (201.4805,224.7695)
+.. controls (203.0005,225.3695) and (204.0006,224.0995) .. (205.5606,223.7695)
+.. controls (215.0105,221.7695) and (222.2396,223.7291) .. (222.3496,233.3691)
+.. controls (222.6696,233.7691) and (223.3496,233.6891) .. (223.3496,234.3691)
+arc(213.466 \__njuvis_colon 185.062 \__njuvis_colon 11.920)
+.. controls (219.4775,241.5035) and (218.9843,243.6309) .. (217.5840,244.8926)
+.. controls (217.6512,244.8764) and (217.7347,244.8780) .. (217.8691,244.9297)
+.. controls (217.6791,245.7797) and (217.1894,247.6496) .. (216.1894,246.8496)
+.. controls (216.0094,247.5396) and (216.6699,247.3696) .. (216.6699,247.8496)
+.. controls (215.8899,248.3196) and (214.8794,249.9095) .. (216.1894,249.7695)
+.. controls (215.8295,250.6695) and (215.6294,250.6492) .. (216.1894,251.4492)
+arc(32.853 \__njuvis_colon 40.872 \__njuvis_colon 42.910)
+.. controls (213.2298,256.2200) and (213.3798,255.7902) .. (213.5898,256.4902)
+.. controls (210.6598,257.9802) and (207.8500,261.3306) .. (203.7500,260.8105)
+.. controls (200.7000,260.4205) and (196.3908,257.5108) .. (196.3008,255.0508)
+arc(185.628 \__njuvis_colon 123.227 \__njuvis_colon 1.070)
+.. controls (196.3493,255.1908) and (196.8293,255.3394) .. (197.0293,254.6094)
+.. controls (195.2593,254.5994) and (196.6591,253.6894) .. (196.5391,252.6894)
+.. controls (194.8291,251.2395) and (195.7101,249.9702) .. (195.8301,247.4102)
+.. controls (195.4701,246.8202) and (194.8398,246.8707) .. (195.3398,245.9707)
+.. controls (194.3398,245.7407) and (195.2098,247.3099) .. (194.3398,247.1699)
+.. controls (195.1098,246.3399) and (193.7094,245.5900) .. (194.1094,245.2500)
+.. controls (194.6594,245.7200) and (194.8294,244.6600) .. (195.1094,244.2500)
+.. controls (195.1094,243.8500) and (194.4506,244.1195) .. (194.3906,243.7695)
+arc(221.518 \__njuvis_colon 257.959 \__njuvis_colon 5.330)
+.. controls (200.0395,241.9898) and (203.0195,246.1699) .. (205.4394,246.1699)
+.. controls (207.5394,246.1499) and (208.5698,243.8998) .. (209.7598,242.0898)
+.. controls (206.7598,241.8998) and (204.6291,241.4492) .. (203.0391,239.4492)
+.. controls (203.5791,239.1192) and (203.9402,240.0692) .. (203.9902,239.4492)
+.. controls (203.5402,238.6692) and (202.6003,239.6305) .. (202.0703,238.7305)
+.. controls (203.4003,238.3305) and (202.7508,237.5601) .. (202.5508,236.3301)
+.. controls (204.5508,233.4701) and (208.3008,233.2509) .. (208.5508,229.1309)
+.. controls (207.0008,228.4409) and (205.8002,227.4105) .. (204.2402,226.7305)
+.. controls (203.5902,227.2905) and (202.6603,227.5499) .. (202.0703,228.1699)
+.. controls (201.9803,228.7499) and (202.5105,228.6891) .. (202.3106,229.3691)
+.. controls (199.7406,230.1691) and (198.0108,233.0699) .. (196.5508,234.1699)
+.. controls (196.4308,232.9099) and (197.3995,234.1699) .. (197.2695,233.1699)
+.. controls (196.1295,233.2299) and (195.5394,235.9106) .. (193.4394,235.8106)
+.. controls (193.7494,235.8106) and (193.7395,236.4793) .. (193.4394,236.5293)
+.. controls (189.7695,236.3593) and (184.6797,234.2998) .. (181.6797,235.0898)
+.. controls (182.4697,235.8198) and (183.7891,235.9993) .. (184.7891,236.5293)
+.. controls (182.2091,237.4093) and (179.4902,239.1097) .. (176.1602,238.9297)
+.. controls (176.1102,242.5497) and (178.5698,244.0098) .. (179.5098,247.0898)
+.. controls (180.1898,249.2598) and (180.9506,251.8091) .. (182.3906,252.3691)
+.. controls (185.1806,253.4491) and (187.5996,249.3195) .. (189.5996,248.7695)
+.. controls (191.6496,250.5595) and (191.0000,254.9302) .. (192.0000,257.4102)
+.. controls (193.3400,260.6602) and (199.7598,264.1394) .. (203.7598,264.6094)
+.. controls (204.8798,264.7394) and (206.1894,264.5094) .. (207.3594,264.6094)
+.. controls (209.4094,263.7694) and (211.2391,263.3494) .. (212.8691,262.6895)
+.. controls (215.1491,260.9094) and (216.6004,258.6295) .. (218.1504,256.6895)
+.. controls (219.0604,255.5694) and (218.9094,255.0003) .. (219.3594,253.5703)
+.. controls (220.4894,249.9003) and (222.7699,246.1405) .. (223.9199,241.8106)
+.. controls (225.4099,242.1506) and (225.3391,238.1892) .. (226.7891,238.4492)
+arc(22.546 \__njuvis_colon -8.281 \__njuvis_colon 7.280)
+arc(69.433 \__njuvis_colon 28.347 \__njuvis_colon 7.280)
+.. controls (230.5091,229.7300) and (228.7198,229.4794) .. (227.5098,228.6094)
+.. controls (227.1898,227.6394) and (227.9402,227.7602) .. (228.2402,227.4102)
+.. controls (227.4302,226.1102) and (225.4491,223.5103) .. (224.8691,223.5703)
+.. controls (225.1791,223.7703) and (226.2396,224.4095) .. (225.5996,224.7695)
+.. controls (223.1696,223.1895) and (222.1191,221.1095) .. (219.1191,219.7695)
+.. controls (219.2991,219.7195) and (219.5996,219.7593) .. (219.5996,219.5293)
+.. controls (215.8996,217.4693) and (213.7298,219.6998) .. (209.5098,220.0098)
+.. controls (209.2798,220.2598) and (209.0391,220.4905) .. (208.7891,220.7305)
+.. controls (204.4991,221.6905) and (200.0705,222.0691) .. (196.3106,223.3691)
+.. controls (192.0606,224.8391) and (188.0996,228.5394) .. (183.5996,227.6894)
+.. controls (184.6796,227.6495) and (184.5098,226.3300) .. (185.5098,226.2500)
+.. controls (184.6398,222.6800) and (188.7598,220.9297) .. (191.7598,221.9297)
+.. controls (193.9698,221.1297) and (195.2095,218.7209) .. (197.2695,217.1309)
+.. controls (199.4595,217.6209) and (200.2291,215.8597) .. (202.7891,215.9297)
+.. controls (204.8591,214.5697) and (209.6707,210.1699) .. (204.4707,210.1699)
+.. controls (204.7207,210.2299) and (205.0507,210.5704) .. (204.7207,210.6504)
+.. controls (204.2907,210.5204) and (203.7198,210.5299) .. (203.5098,210.1699)
+.. controls (203.7798,210.1199) and (203.8902,209.8995) .. (203.9902,209.6894)
+arc(86.644 \__njuvis_colon 93.356 \__njuvis_colon 28.610)
+.. controls (200.6906,209.1995) and (200.2104,209.2194) .. (200.4004,208.6894)
+.. controls (200.5904,208.1594) and (201.6504,208.5795) .. (201.4004,207.6894)
+.. controls (200.6804,206.6495) and (200.8009,204.7596) .. (199.9609,203.8496)
+.. controls (201.7409,200.5096) and (206.2804,199.9297) .. (207.4004,195.9297)
+.. controls (205.8804,194.7297) and (205.0296,192.8106) .. (202.3496,192.8106)
+.. controls (202.1096,192.3406) and (201.5694,191.4706) .. (202.1094,190.8906)
+.. controls (202.5494,190.9906) and (203.1908,192.0191) .. (203.5508,191.3691)
+.. controls (201.0808,189.4491) and (200.8995,186.1092) .. (200.1894,183.4492)
+arc(80.931 \__njuvis_colon 69.251 \__njuvis_colon 36.670)
+.. controls (208.4104,181.1193) and (210.2305,181.4408) .. (211.2305,181.0508)
+arc(66.003 \__njuvis_colon 56.705 \__njuvis_colon 18.550)
+.. controls (214.7591,179.3594) and (215.3498,179.7506) .. (216.7598,178.8906)
+.. controls (218.4598,177.8506) and (221.7101,175.2509) .. (220.8301,173.1309)
+.. controls (216.1701,171.8809) and (212.6406,167.6009) .. (207.6406,168.1309)
+.. controls (207.5806,168.3209) and (207.6304,168.6094) .. (207.4004,168.6094)
+.. controls (208.6804,169.8394) and (210.8298,171.0899) .. (210.5098,173.1699)
+.. controls (209.2298,175.2499) and (205.9093,176.3100) .. (204.2793,177.2500)
+.. controls (203.9793,177.2000) and (204.1293,176.9795) .. (204.2793,176.7695)
+.. controls (202.9593,177.4495) and (201.4109,178.7707) .. (199.9609,177.9707)
+.. controls (199.4609,176.2507) and (200.3801,174.3691) .. (202.8301,174.3691)
+.. controls (202.5101,172.1291) and (202.2097,170.7708) .. (200.6797,170.0508)
+.. controls (199.8297,169.6508) and (199.2398,170.2903) .. (198.7598,169.5703)
+.. controls (198.8498,169.7103) and (198.7598,168.8496) .. (198.7598,168.8496)
+.. controls (198.8098,168.5696) and (200.0000,168.3604) .. (199.0000,167.6504)
+.. controls (200.1600,167.6704) and (200.1602,166.5492) .. (201.1602,166.4492)
+.. controls (201.5502,166.4492) and (201.2906,167.1699) .. (201.6406,167.1699)
+arc(47.423 \__njuvis_colon 40.795 \__njuvis_colon 98.290)
+.. controls (209.5808,156.6598) and (208.2791,155.4809) .. (207.8691,154.2109)
+.. controls (207.4091,155.1409) and (205.9805,153.1293) .. (205.4805,152.5293)
+.. controls (199.9505,154.4693) and (196.8905,154.6693) .. (192.4805,157.5293)
+-- (191.2793,157.5293)
+.. controls (190.9593,158.0793) and (190.2996,158.3005) .. (189.8496,158.7305)
+.. controls (187.6196,158.7305) and (184.9491,161.7305) .. (183.1191,159.7305)
+.. controls (183.8691,158.0005) and (182.9991,154.3095) .. (186.6191,153.7695)
+.. controls (187.0391,151.3995) and (184.7395,150.5809) .. (184.9394,149.2109)
+.. controls (183.9119,149.3909) and (182.8465,149.0924) .. (181.7402,149.1894)
+-- cycle(217.5840,244.8926)
+.. controls (217.5272,244.9062) and (217.4943,244.9448) .. (217.4668,244.9883)
+.. controls (217.5052,244.9561) and (217.5469,244.9260) .. (217.5840,244.8926)
+-- cycle(217.4668,244.9883)
+.. controls (217.2831,245.1422) and (217.0889,245.2882) .. (216.8691,245.4102)
+.. controls (217.4215,245.6147) and (217.3381,245.1919) .. (217.4668,244.9883)
+-- cycle(173.2871,234.1133)
+.. controls (173.3574,234.0395) and (173.4053,233.9559) .. (173.3906,233.8496)
+.. controls (173.3667,233.9232) and (173.3159,234.0338) .. (173.2871,234.1133)
+-- cycle(454.9668,157.9277)
+.. controls (452.7688,157.8865) and (451.6320,159.7626) .. (451.5195,161.3301)
+.. controls (451.0995,166.8701) and (458.2302,172.2109) .. (453.9102,176.2109)
+.. controls (453.5602,177.1609) and (454.9909,176.3009) .. (454.6309,177.2109)
+.. controls (451.4409,182.1909) and (444.9794,183.8802) .. (441.4395,188.4902)
+.. controls (440.0195,188.2702) and (439.8008,189.0302) .. (438.8008,189.4902)
+.. controls (436.9908,190.2702) and (434.3295,189.4507) .. (433.2695,189.9707)
+.. controls (430.7995,191.1807) and (431.1900,196.2304) .. (433.7500,197.6504)
+arc(260.556 \__njuvis_colon 272.063 \__njuvis_colon 37.230)
+.. controls (445.7192,198.3399) and (442.9807,206.7494) .. (446.7207,208.6894)
+.. controls (452.0607,207.4394) and (456.7505,201.9707) .. (456.3105,195.9707)
+.. controls (454.9506,197.9807) and (452.9401,201.0405) .. (449.8301,199.8106)
+.. controls (450.1001,196.0205) and (448.9400,193.4102) .. (451.7500,191.4102)
+.. controls (453.7700,189.9702) and (457.9398,188.6801) .. (461.5898,187.3301)
+.. controls (466.5598,185.5301) and (470.3508,183.7093) .. (474.8008,182.5293)
+.. controls (475.0608,181.5193) and (476.1802,181.3606) .. (475.9902,179.8906)
+arc(84.565 \__njuvis_colon 130.176 \__njuvis_colon 5.190)
+.. controls (469.7504,180.1495) and (466.0595,180.9408) .. (463.5195,182.0508)
+.. controls (458.0595,184.4208) and (450.2495,188.2503) .. (444.5195,187.5703)
+.. controls (446.3095,184.5603) and (450.3002,183.7508) .. (453.4102,182.0508)
+.. controls (455.1702,179.9108) and (455.9999,176.8108) .. (459.1699,176.0508)
+.. controls (460.0599,177.4408) and (459.0294,178.5006) .. (458.6895,179.8906)
+arc(75.612 \__njuvis_colon 66.633 \__njuvis_colon 66.360)
+.. controls (468.4395,173.4593) and (467.0095,172.4901) .. (467.5195,169.3301)
+.. controls (465.9995,166.0501) and (461.2692,166.0000) .. (459.1992,163.2500)
+.. controls (459.5692,161.6200) and (457.6295,160.5894) .. (457.5195,158.6894)
+.. controls (456.5495,158.1670) and (455.6995,157.9415) .. (454.9668,157.9277)
+-- cycle(318.7363,158.0391)
+arc(274.726 \__njuvis_colon 264.346 \__njuvis_colon 8.000)
+.. controls (314.0191,160.9508) and (313.5791,166.6094) .. (309.3691,168.6094)
+.. controls (309.6291,168.6594) and (309.7398,168.8798) .. (309.8398,169.0898)
+.. controls (307.5498,170.4698) and (306.4501,171.9297) .. (304.0801,172.9297)
+.. controls (304.0801,173.4897) and (304.5003,173.6391) .. (304.3203,174.3691)
+.. controls (303.0603,178.0891) and (302.6902,182.6498) .. (302.1602,187.0898)
+.. controls (300.9302,188.8198) and (299.4501,190.3006) .. (298.0801,191.8906)
+.. controls (299.2301,192.8306) and (300.9804,193.1503) .. (302.6504,193.5703)
+.. controls (304.5804,192.3903) and (306.6504,191.3609) .. (308.6504,190.2109)
+.. controls (308.2804,189.6809) and (309.2609,188.4398) .. (308.8809,187.0898)
+.. controls (309.2009,187.0898) and (309.0991,187.5103) .. (309.3691,187.5703)
+.. controls (309.7591,186.6303) and (309.6509,185.3706) .. (309.1309,185.8906)
+.. controls (310.4709,183.9206) and (309.7394,179.3799) .. (312.4395,178.1699)
+.. controls (314.0994,178.2299) and (315.5894,178.8104) .. (317.4395,178.6504)
+arc(203.247 \__njuvis_colon 213.807 \__njuvis_colon 35.620)
+.. controls (327.0603,171.7306) and (332.5703,175.4291) .. (339.5703,175.2891)
+arc(200.825 \__njuvis_colon 249.508 \__njuvis_colon 2.890)
+.. controls (341.2398,172.4294) and (341.2893,171.1705) .. (340.5293,170.7305)
+arc(61.151 \__njuvis_colon 73.583 \__njuvis_colon 12.000)
+.. controls (338.1409,171.0105) and (338.7596,170.9091) .. (338.8496,170.2891)
+.. controls (334.3196,169.7791) and (329.1304,169.9391) .. (325.6504,168.3691)
+.. controls (326.0004,168.1291) and (326.5804,168.1404) .. (326.6504,167.6504)
+arc(161.755 \__njuvis_colon 190.609 \__njuvis_colon 7.240)
+.. controls (326.2202,164.0008) and (326.1602,163.8503) .. (326.1602,163.5703)
+.. controls (324.3802,161.6003) and (321.4302,160.7791) .. (320.1602,158.2891)
+arc(285.142 \__njuvis_colon 274.775 \__njuvis_colon 8.000)
+-- cycle(50.1992,160.8926)
+.. controls (49.2905,160.9101) and (48.0148,161.0659) .. (46.8398,160.9609)
+.. controls (45.9698,162.6109) and (48.4002,162.4491) .. (49.2402,163.1191)
+.. controls (49.3702,164.2391) and (48.5000,165.2600) .. (49.0000,166.0000)
+.. controls (46.0000,167.5200) and (44.6998,170.8292) .. (41.5098,172.1992)
+.. controls (41.4198,172.6092) and (41.8698,172.8199) .. (41.5098,172.9199)
+arc(237.299 \__njuvis_colon 227.404 \__njuvis_colon 61.510)
+.. controls (33.7294,179.6604) and (33.9503,178.3702) .. (34.3203,179.1602)
+.. controls (32.0603,180.5902) and (28.8704,181.3800) .. (26.4004,183.0000)
+.. controls (25.6504,183.4900) and (25.2607,184.3897) .. (24.4707,184.6797)
+.. controls (23.3207,185.1097) and (21.7809,184.7099) .. (20.6309,184.9199)
+.. controls (17.3009,185.5299) and (14.3698,187.0391) .. (11.5098,188.0391)
+.. controls (11.6998,188.0891) and (12.0000,188.0493) .. (12.0000,188.2793)
+-- (10.3105,188.2793)
+.. controls (9.1505,193.4593) and (13.2700,195.3709) .. (17.5000,195.9609)
+arc(316.332 \__njuvis_colon 340.975 \__njuvis_colon 3.290)
+.. controls (18.2905,196.5902) and (19.2897,197.0104) .. (19.1797,197.4004)
+.. controls (18.9797,198.6304) and (17.8798,198.9708) .. (17.2598,199.8008)
+.. controls (16.9498,199.8008) and (17.0493,199.3803) .. (16.7793,199.3203)
+.. controls (15.0393,201.6603) and (11.2291,203.1908) .. (10.5391,205.8008)
+.. controls (9.2691,206.3608) and (9.2299,208.1695) .. (7.6699,208.4394)
+.. controls (8.4299,209.0894) and (6.6699,209.2009) .. (6.6699,209.8809)
+.. controls (12.1199,212.6709) and (13.5103,219.5292) .. (15.0703,226.1992)
+arc(84.750 \__njuvis_colon 24.836 \__njuvis_colon 5.000)
+.. controls (18.4004,223.2003) and (18.1709,223.8901) .. (17.9609,223.0801)
+.. controls (19.0509,222.7801) and (17.5292,222.3204) .. (18.1992,221.4004)
+.. controls (16.1692,220.2604) and (16.2105,216.3404) .. (15.3105,215.4004)
+.. controls (15.6805,212.2504) and (15.3400,206.8996) .. (16.7500,204.5996)
+.. controls (16.7600,204.7296) and (16.5598,204.8696) .. (16.5098,204.5996)
+.. controls (17.0598,203.3096) and (17.7104,202.1207) .. (19.1504,201.7207)
+.. controls (19.7404,202.0807) and (18.8904,202.6507) .. (19.4004,202.7207)
+.. controls (22.6304,201.5207) and (22.6107,205.5895) .. (23.4707,207.5195)
+.. controls (22.9907,208.0695) and (22.6808,208.8009) .. (21.8008,208.9609)
+.. controls (21.7208,208.4909) and (22.1193,208.4802) .. (22.2793,208.2402)
+.. controls (20.1293,208.6802) and (18.0093,209.1991) .. (17.2793,211.1191)
+.. controls (18.6193,212.3491) and (21.3508,212.1793) .. (22.8008,213.2793)
+.. controls (23.5508,212.9893) and (23.8507,212.2401) .. (24.7207,212.0801)
+.. controls (26.4007,213.3201) and (25.5192,215.7303) .. (25.4492,218.3203)
+.. controls (29.1192,220.0503) and (23.1801,220.0795) .. (22.3301,221.4394)
+arc(177.902 \__njuvis_colon 217.655 \__njuvis_colon 1.110)
+.. controls (21.9705,220.6807) and (21.8194,221.0992) .. (21.3594,221.1992)
+.. controls (22.1794,222.8192) and (19.6409,224.7500) .. (20.8809,226.0000)
+arc(236.501 \__njuvis_colon 173.516 \__njuvis_colon 3.940)
+arc(119.189 \__njuvis_colon 60.811 \__njuvis_colon 4.930)
+.. controls (23.8092,230.2605) and (23.2209,230.2405) .. (23.7109,230.7305)
+.. controls (24.8009,231.1005) and (24.7191,230.5402) .. (25.8691,230.4902)
+.. controls (25.9791,232.7302) and (27.6393,232.1801) .. (28.0293,234.3301)
+.. controls (27.6593,235.2501) and (26.6491,235.5098) .. (25.8691,236.0098)
+.. controls (26.1491,236.0498) and (26.5801,235.9700) .. (26.5801,236.2500)
+.. controls (26.6001,236.8500) and (24.9004,236.9205) .. (24.9004,236.7305)
+.. controls (24.8304,236.1805) and (25.6309,236.4598) .. (25.6309,236.0098)
+.. controls (24.5009,235.7698) and (24.5495,236.6909) .. (24.1895,237.2109)
+arc(254.609 \__njuvis_colon 237.728 \__njuvis_colon 38.430)
+.. controls (15.2091,244.3495) and (17.3996,247.3493) .. (20.3496,247.5293)
+.. controls (19.8096,247.4293) and (20.1201,246.2101) .. (20.5801,246.3301)
+.. controls (20.7601,246.6601) and (21.5801,246.3706) .. (21.5801,246.8106)
+.. controls (21.3101,246.8605) and (21.1998,247.0791) .. (21.0898,247.2891)
+.. controls (22.5298,246.5291) and (22.2302,248.1093) .. (23.7402,247.5293)
+.. controls (23.6102,248.4593) and (24.3492,248.5209) .. (24.4492,249.2109)
+arc(37.944 \__njuvis_colon 58.486 \__njuvis_colon 8.080)
+.. controls (22.6808,251.4609) and (23.5302,251.3296) .. (23.7402,251.8496)
+.. controls (21.4202,251.5696) and (19.8606,258.1699) .. (20.1406,256.1699)
+.. controls (19.1406,256.3699) and (18.7402,257.1591) .. (17.7402,257.3691)
+arc(299.541 \__njuvis_colon 281.507 \__njuvis_colon 6.540)
+.. controls (15.3103,258.9104) and (17.0302,263.2704) .. (19.6602,261.6504)
+.. controls (21.0602,262.0404) and (23.0007,261.0292) .. (24.2207,260.4492)
+.. controls (23.6907,260.3792) and (24.4795,259.8005) .. (24.6895,259.7305)
+.. controls (26.0295,259.3205) and (26.2596,260.7305) .. (26.8496,259.7305)
+.. controls (26.6696,259.6805) and (26.3809,259.7202) .. (26.3809,259.4902)
+arc(74.012 \__njuvis_colon 51.100 \__njuvis_colon 18.350)
+.. controls (32.7796,256.2009) and (32.2891,256.0306) .. (32.3691,255.8906)
+.. controls (34.6891,256.8106) and (34.3895,253.5805) .. (36.6895,253.7305)
+.. controls (38.2595,250.9405) and (43.0596,253.0898) .. (44.8496,251.0898)
+arc(164.064 \__njuvis_colon 82.606 \__njuvis_colon 0.670)
+.. controls (45.8301,250.6603) and (46.7101,250.4099) .. (46.5801,249.1699)
+.. controls (43.9301,246.7799) and (40.4509,248.5606) .. (37.7109,249.8906)
+.. controls (37.8609,249.1606) and (38.7906,249.2194) .. (39.1406,248.6894)
+.. controls (37.8906,248.5594) and (37.3695,249.1699) .. (36.2695,249.1699)
+.. controls (36.4695,247.9299) and (35.1305,248.2500) .. (35.0605,247.2500)
+.. controls (35.4405,247.2300) and (35.8991,247.2795) .. (35.7891,246.7695)
+.. controls (35.2191,245.2595) and (38.3207,245.2299) .. (37.2207,243.1699)
+.. controls (37.6607,242.5499) and (38.2702,242.1302) .. (38.6602,241.4902)
+.. controls (37.8102,241.3602) and (38.0707,242.3409) .. (37.2207,242.2109)
+.. controls (37.3907,241.4109) and (36.7300,241.8207) .. (36.5000,241.9707)
+.. controls (37.5000,239.9607) and (41.2200,239.3691) .. (42.5000,238.3691)
+.. controls (42.5000,238.6491) and (42.0800,238.9098) .. (42.5000,239.0898)
+.. controls (43.2600,237.4398) and (45.3304,236.2098) .. (44.9004,234.0898)
+.. controls (43.4804,233.5798) and (42.6703,234.3505) .. (40.8203,234.8106)
+-- (40.8203,233.8106)
+arc(283.823 \__njuvis_colon 228.187 \__njuvis_colon 2.120)
+.. controls (38.7304,233.3191) and (38.2704,234.0203) .. (37.9004,233.5703)
+.. controls (38.5204,232.9003) and (37.5102,233.3403) .. (37.6602,232.5703)
+.. controls (37.9402,232.5303) and (38.3691,232.6101) .. (38.3691,232.3301)
+.. controls (37.5491,232.1201) and (38.4304,231.3704) .. (37.9004,230.6504)
+arc(132.518 \__njuvis_colon 47.482 \__njuvis_colon 0.880)
+arc(179.111 \__njuvis_colon 205.410 \__njuvis_colon 7.560)
+.. controls (39.4303,227.2491) and (38.9003,227.3708) .. (38.8203,227.0508)
+.. controls (39.0103,226.5208) and (38.9608,225.7494) .. (39.5508,225.6094)
+.. controls (40.5208,225.9694) and (40.9809,225.3398) .. (41.4609,226.0898)
+.. controls (43.1409,223.7198) and (44.1102,224.5697) .. (46.7402,223.9297)
+.. controls (46.7502,224.1697) and (46.5000,224.2102) .. (46.5000,224.4102)
+arc(258.580 \__njuvis_colon 272.394 \__njuvis_colon 38.080)
+arc(317.917 \__njuvis_colon 324.968 \__njuvis_colon 37.430)
+.. controls (58.5000,232.1191) and (53.4094,234.8496) .. (50.1094,237.8496)
+.. controls (49.7894,238.4896) and (51.0498,238.6396) .. (50.3398,238.8496)
+.. controls (48.1998,238.7296) and (46.5893,241.1502) .. (46.0293,243.4102)
+arc(298.374 \__njuvis_colon 306.739 \__njuvis_colon 21.400)
+arc(61.212 \__njuvis_colon 11.699 \__njuvis_colon 6.770)
+.. controls (55.9293,239.5493) and (57.6199,236.3591) .. (60.4199,234.2891)
+.. controls (60.4499,234.5791) and (60.5004,234.8595) .. (60.9004,234.7695)
+.. controls (61.1404,233.8595) and (60.9206,233.6398) .. (61.1406,233.0898)
+.. controls (62.8906,232.5198) and (64.5307,231.8309) .. (65.2207,230.2109)
+.. controls (68.6007,229.7509) and (69.0609,226.5909) .. (71.4609,225.2109)
+.. controls (71.9009,224.9609) and (73.0409,225.0402) .. (73.6309,224.4902)
+.. controls (73.8209,224.8202) and (74.6309,224.5307) .. (74.6309,224.9707)
+.. controls (77.9709,223.0907) and (81.8609,225.9707) .. (81.6309,229.9707)
+.. controls (81.6809,229.7307) and (82.0194,229.3905) .. (82.1094,229.7305)
+.. controls (82.2094,232.8405) and (80.4894,233.7305) .. (81.1094,236.7305)
+arc(235.824 \__njuvis_colon 208.145 \__njuvis_colon 6.750)
+.. controls (80.0792,239.1409) and (79.4395,239.8103) .. (79.4395,240.5703)
+.. controls (78.6495,240.5803) and (78.5098,241.2508) .. (77.5098,241.0508)
+.. controls (75.2798,243.5708) and (75.4300,245.6503) .. (72.0000,246.5703)
+.. controls (71.6700,247.3203) and (70.8500,247.5305) .. (71.0000,248.7305)
+.. controls (70.0900,249.1005) and (69.5996,249.8399) .. (68.5996,250.1699)
+.. controls (69.0096,251.0099) and (67.3406,251.5401) .. (67.8906,252.3301)
+.. controls (68.0506,251.9101) and (69.4903,251.5596) .. (69.5703,251.8496)
+arc(30.092 \__njuvis_colon 41.410 \__njuvis_colon 31.240)
+-- (65.9707,255.6504)
+.. controls (64.2607,255.4904) and (65.1608,256.7296) .. (64.0508,256.8496)
+arc(301.169 \__njuvis_colon 294.628 \__njuvis_colon 40.460)
+.. controls (59.7307,253.9394) and (60.0305,254.0602) .. (59.7305,253.4902)
+.. controls (60.2005,253.8902) and (60.0297,253.4902) .. (60.6797,253.4902)
+.. controls (60.0497,252.6802) and (58.8108,251.2101) .. (58.0508,251.3301)
+.. controls (58.6108,251.4401) and (58.0205,252.2601) .. (57.8105,252.3301)
+.. controls (57.4605,252.2001) and (56.5996,252.6098) .. (56.5996,252.0898)
+.. controls (57.7796,250.3798) and (54.0602,250.8909) .. (55.1602,249.2109)
+arc(264.890 \__njuvis_colon 220.084 \__njuvis_colon 2.840)
+.. controls (54.7602,252.9609) and (56.1198,258.7509) .. (58.7598,262.2109)
+.. controls (59.5398,263.2209) and (61.4694,265.2603) .. (62.3594,265.5703)
+.. controls (66.3794,267.0203) and (67.7591,262.2703) .. (70.2891,260.5703)
+.. controls (70.5991,260.5703) and (70.4998,260.9908) .. (70.7598,261.0508)
+.. controls (72.6098,256.5608) and (73.7294,255.2497) .. (74.3594,251.9297)
+.. controls (75.3694,251.9697) and (74.9396,251.8092) .. (74.5996,251.4492)
+.. controls (77.0396,248.7392) and (77.4702,248.5992) .. (79.1602,244.4492)
+.. controls (81.4402,244.0692) and (81.5907,240.3396) .. (83.9707,240.8496)
+.. controls (84.8907,239.8496) and (85.0806,238.6894) .. (85.8906,238.6894)
+.. controls (86.2306,235.4694) and (89.2600,234.2506) .. (89.0000,229.8106)
+.. controls (86.0000,226.6405) and (83.7701,222.9993) .. (80.5801,219.5293)
+.. controls (80.5901,219.2093) and (81.0105,219.3108) .. (81.0605,219.0508)
+arc(123.425 \__njuvis_colon 175.019 \__njuvis_colon 3.210)
+.. controls (80.2209,216.3204) and (80.6309,217.2704) .. (80.6309,216.6504)
+.. controls (80.5709,214.9704) and (80.0491,213.4501) .. (80.8691,212.3301)
+.. controls (80.2991,212.1401) and (79.7597,211.9701) .. (79.6797,211.3301)
+.. controls (80.6997,208.8901) and (83.2595,210.8206) .. (85.4395,209.8906)
+arc(28.057 \__njuvis_colon -5.419 \__njuvis_colon 4.250)
+.. controls (83.4799,206.1302) and (80.1100,203.5291) .. (78.0000,206.2891)
+.. controls (78.0000,206.6891) and (78.7109,206.4195) .. (78.7109,206.7695)
+.. controls (77.9809,206.9395) and (78.0095,206.3593) .. (77.2695,206.5293)
+arc(191.347 \__njuvis_colon 146.033 \__njuvis_colon 1.590)
+arc(236.654 \__njuvis_colon 196.394 \__njuvis_colon 13.450)
+arc(238.835 \__njuvis_colon 221.577 \__njuvis_colon 29.320)
+.. controls (63.8102,220.5708) and (63.4109,221.3593) .. (62.1309,221.2793)
+.. controls (62.0509,221.1693) and (62.4094,220.8008) .. (62.3594,220.8008)
+.. controls (59.6794,219.3208) and (54.2901,219.2203) .. (51.0801,220.3203)
+.. controls (51.9001,220.5603) and (51.4595,220.8005) .. (52.5195,220.5606)
+.. controls (52.9295,221.2005) and (53.0005,222.1605) .. (53.7305,222.4805)
+.. controls (52.1405,223.3505) and (48.2505,223.9805) .. (47.4805,223.4805)
+.. controls (47.6705,223.1505) and (48.4805,223.4400) .. (48.4805,223.0000)
+.. controls (47.5105,222.3900) and (48.4300,221.1506) .. (48.2500,219.6406)
+.. controls (47.4000,220.9206) and (45.4604,219.1195) .. (44.4004,218.4394)
+.. controls (44.7004,217.9394) and (45.3494,217.7802) .. (45.6094,217.2402)
+.. controls (44.1294,216.9102) and (46.2294,216.6691) .. (44.6094,216.0391)
+.. controls (46.0394,215.3991) and (47.0697,212.0704) .. (48.9297,213.4004)
+.. controls (49.1297,212.8004) and (49.5902,212.4607) .. (49.6602,211.7207)
+.. controls (49.3702,211.6807) and (48.9297,211.7605) .. (48.9297,211.4805)
+.. controls (51.0097,207.3105) and (54.6598,204.7198) .. (59.0098,202.8398)
+.. controls (59.9098,201.3698) and (59.9493,198.5606) .. (58.5293,197.5606)
+.. controls (58.4393,197.9706) and (58.8893,198.1793) .. (58.5293,198.2793)
+.. controls (55.0393,196.1393) and (47.8304,197.8605) .. (43.9004,199.4805)
+arc(246.523 \__njuvis_colon 307.741 \__njuvis_colon 1.900)
+.. controls (40.4603,199.8807) and (36.7006,202.9809) .. (32.1406,201.8809)
+arc(0.509 \__njuvis_colon -37.379 \__njuvis_colon 1.170)
+arc(243.988 \__njuvis_colon 296.012 \__njuvis_colon 1.630)
+arc(332.421 \__njuvis_colon 303.610 \__njuvis_colon 6.490)
+.. controls (30.8699,197.6598) and (29.7792,194.7802) .. (30.4492,193.2402)
+.. controls (30.0092,193.7402) and (29.3998,192.5202) .. (29.0098,192.2402)
+.. controls (29.8198,191.6002) and (31.4804,191.8008) .. (31.9004,190.8008)
+.. controls (32.0904,191.2508) and (32.2094,191.7700) .. (32.6094,192.0000)
+.. controls (33.9394,192.2400) and (33.7695,191.0000) .. (34.7695,191.0000)
+.. controls (33.7795,191.8400) and (35.1305,191.1802) .. (35.9805,191.2402)
+.. controls (36.4505,190.7802) and (35.6492,190.4602) .. (36.4492,190.2402)
+.. controls (36.8292,190.2602) and (36.6399,190.8507) .. (37.1699,190.7207)
+.. controls (41.3499,189.3207) and (45.6602,187.8209) .. (49.6602,186.8809)
+.. controls (49.6002,187.1809) and (49.2804,187.3594) .. (49.9004,187.3594)
+.. controls (52.3304,186.2994) and (56.5501,186.9798) .. (57.3301,183.7598)
+.. controls (55.6701,181.9598) and (53.8401,180.3609) .. (52.3301,178.9609)
+.. controls (51.0201,179.5809) and (47.5099,179.5297) .. (44.1699,179.6797)
+.. controls (44.8999,178.1797) and (44.8905,175.8097) .. (46.5605,174.6797)
+.. controls (44.9305,174.6897) and (45.3006,175.7694) .. (44.6406,176.3594)
+.. controls (44.7206,175.8894) and (44.3199,175.8806) .. (44.1699,175.6406)
+.. controls (45.2699,174.8906) and (45.5098,173.8600) .. (46.0898,173.0000)
+.. controls (46.6698,172.1400) and (47.2500,172.7200) .. (48.2500,172.0000)
+.. controls (49.7100,170.9900) and (49.8706,169.4906) .. (50.6406,168.6406)
+.. controls (51.2306,167.9906) and (52.3008,167.8692) .. (52.8008,167.1992)
+.. controls (53.0208,166.9192) and (52.6608,166.3200) .. (52.8008,166.0000)
+arc(213.614 \__njuvis_colon 241.168 \__njuvis_colon 5.700)
+.. controls (54.7285,164.2908) and (54.7584,164.4888) .. (54.9609,164.5293)
+.. controls (56.1209,162.7993) and (52.5694,161.7604) .. (51.3594,161.6504)
+.. controls (51.6494,160.9954) and (51.1080,160.8751) .. (50.1992,160.8926)
+-- cycle(21.4238,161.4043)
+arc(272.020 \__njuvis_colon 243.702 \__njuvis_colon 8.600)
+.. controls (15.1505,164.1791) and (15.1808,169.3097) .. (17.5508,170.9297)
+.. controls (22.6208,172.0297) and (24.9808,175.8302) .. (29.5508,177.4102)
+.. controls (28.9708,178.0102) and (29.8191,177.9902) .. (30.0391,178.4102)
+.. controls (30.9591,178.5802) and (31.6309,177.2995) .. (31.9609,177.6894)
+.. controls (31.8509,178.2894) and (31.1809,178.2695) .. (30.9609,178.6894)
+.. controls (34.1109,177.2894) and (33.0295,172.9491) .. (31.6895,170.2891)
+.. controls (32.1595,169.9491) and (33.3096,169.0503) .. (33.8496,169.5703)
+.. controls (33.5796,169.6303) and (33.2706,170.0007) .. (33.6406,169.9707)
+.. controls (33.7306,169.6107) and (34.2706,169.7305) .. (34.6406,169.7305)
+.. controls (33.9006,167.0405) and (37.7906,167.0609) .. (39.6406,166.1309)
+.. controls (39.7006,165.0409) and (39.9906,164.6907) .. (39.3906,163.9707)
+.. controls (34.6906,164.7907) and (30.6209,168.4106) .. (25.9609,165.8906)
+.. controls (25.6509,163.8506) and (23.1701,162.7903) .. (22.8301,161.5703)
+arc(281.455 \__njuvis_colon 272.010 \__njuvis_colon 8.600)
+-- cycle(360.6895,167.4902)
+.. controls (357.8795,169.5702) and (356.3506,174.1903) .. (355.6406,177.5703)
+.. controls (357.0706,176.4503) and (355.8008,174.8300) .. (357.8008,173.2500)
+-- (358.8008,173.2500)
+.. controls (358.6108,184.8100) and (358.3402,198.4805) .. (356.4102,207.8106)
+.. controls (356.4302,208.1906) and (357.0209,207.9993) .. (356.8809,208.5293)
+.. controls (356.0309,214.5293) and (358.7491,219.4109) .. (359.2891,224.1309)
+.. controls (359.8591,229.1709) and (359.1998,234.9995) .. (359.7598,238.7695)
+.. controls (360.1198,241.4295) and (360.0605,246.3095) .. (360.4805,249.7695)
+.. controls (361.2705,250.0195) and (362.0399,250.2992) .. (361.9199,251.4492)
+.. controls (361.1099,252.0992) and (358.6991,251.6992) .. (357.3691,251.4492)
+arc(155.035 \__njuvis_colon 143.016 \__njuvis_colon 33.420)
+.. controls (361.4907,258.1492) and (363.4901,260.6606) .. (364.0801,260.8105)
+.. controls (368.0501,261.8306) and (368.5992,255.0592) .. (367.1992,251.4492)
+.. controls (366.9792,251.8692) and (367.2105,252.7404) .. (366.4805,252.6504)
+.. controls (366.4105,252.1204) and (365.8398,252.1404) .. (365.7598,251.6504)
+arc(79.773 \__njuvis_colon 63.311 \__njuvis_colon 5.300)
+.. controls (366.5492,248.6499) and (368.0600,240.2391) .. (366.0000,240.3691)
+.. controls (366.7800,239.1791) and (365.6705,238.6500) .. (366.4805,237.2500)
+.. controls (365.8905,236.9400) and (365.2891,237.7900) .. (365.2891,237.2500)
+.. controls (366.5891,234.3000) and (365.5598,230.6098) .. (365.2598,227.0098)
+.. controls (364.6298,218.6798) and (363.9798,210.9400) .. (365.2598,203.2500)
+.. controls (365.6398,200.9400) and (366.6592,198.9093) .. (366.4492,196.5293)
+.. controls (366.2492,194.6293) and (365.7492,192.5695) .. (365.4492,190.7695)
+.. controls (364.1992,183.1495) and (365.2194,177.1102) .. (365.6895,169.4102)
+.. controls (364.4495,167.2602) and (362.1995,168.3402) .. (360.6895,167.4902)
+-- cycle(324.0059,177.6777)
+.. controls (323.9213,177.6748) and (323.8270,177.6782) .. (323.7207,177.6894)
+.. controls (322.9807,178.1095) and (324.6507,178.3906) .. (323.7207,178.8906)
+.. controls (323.1707,178.9606) and (323.4598,178.1699) .. (323.0098,178.1699)
+.. controls (321.0798,179.6899) and (318.9392,180.9895) .. (318.1992,183.6894)
+.. controls (320.4292,185.1395) and (324.9792,182.0496) .. (325.1992,185.8496)
+.. controls (323.5092,188.2696) and (322.0399,190.8496) .. (319.9199,192.8496)
+.. controls (322.1599,192.5196) and (323.2305,191.0305) .. (324.4805,189.7305)
+arc(76.265 \__njuvis_colon 52.600 \__njuvis_colon 14.920)
+arc(95.659 \__njuvis_colon 75.566 \__njuvis_colon 9.000)
+.. controls (332.9909,184.8796) and (334.3908,184.4298) .. (334.8008,183.0098)
+.. controls (334.5808,181.7298) and (331.7709,182.6703) .. (333.1309,181.5703)
+.. controls (332.1209,181.2803) and (332.0692,181.9608) .. (331.4492,182.0508)
+.. controls (331.5792,181.5608) and (332.1706,181.5808) .. (331.6406,181.0508)
+.. controls (329.6606,180.5808) and (326.1992,180.5091) .. (324.1992,179.3691)
+.. controls (324.2180,179.2566) and (325.2747,177.7210) .. (324.0059,177.6777)
+-- cycle(355.2402,177.7305)
+.. controls (355.1502,179.2805) and (353.7502,180.7508) .. (354.2402,182.0508)
+.. controls (354.2302,181.6008) and (354.4305,181.5405) .. (354.7305,181.8106)
+.. controls (354.2405,180.6005) and (355.1892,179.6894) .. (355.4492,178.6894)
+.. controls (355.3423,178.8451) and (355.2948,178.9096) .. (355.2832,178.9121)
+.. controls (355.2821,178.8391) and (355.8340,177.7617) .. (355.2402,177.7305)
+-- cycle(490.0801,184.0000)
+arc(0.517 \__njuvis_colon 38.415 \__njuvis_colon 1.110)
+.. controls (486.7798,185.3297) and (485.6996,188.4394) .. (483.5996,190.4394)
+.. controls (481.9396,192.0694) and (479.3498,192.7598) .. (477.8398,194.7598)
+arc(209.536 \__njuvis_colon 203.594 \__njuvis_colon 36.230)
+.. controls (474.9702,200.3391) and (473.5298,202.1598) .. (473.7598,204.8398)
+.. controls (479.1898,206.3998) and (478.4805,197.8102) .. (480.4805,195.2402)
+.. controls (482.2305,192.9602) and (485.6005,192.7209) .. (485.4805,195.9609)
+.. controls (485.4305,197.5109) and (483.2094,199.1909) .. (482.6094,200.9609)
+.. controls (481.7694,203.4109) and (479.9305,208.0302) .. (479.4805,212.2402)
+.. controls (479.0205,216.6802) and (480.4797,220.5002) .. (480.9297,224.2402)
+.. controls (481.2297,226.8502) and (480.7698,229.3409) .. (482.8398,230.9609)
+.. controls (484.6198,231.0209) and (485.8902,231.2805) .. (487.1602,230.4805)
+.. controls (488.1502,225.5605) and (484.0795,220.8406) .. (486.6895,216.5606)
+.. controls (487.3795,215.4205) and (490.2005,214.3309) .. (491.4805,214.8809)
+.. controls (492.7605,215.4309) and (493.9591,219.2894) .. (494.3691,221.3594)
+.. controls (495.4391,226.8794) and (494.6798,233.0697) .. (495.0898,237.6797)
+.. controls (495.3298,240.1197) and (496.3301,243.1191) .. (495.3301,245.1191)
+.. controls (495.4101,248.5291) and (496.5195,254.5893) .. (496.5195,259.2793)
+.. controls (496.5195,261.2193) and (495.7391,263.2806) .. (496.2891,264.5605)
+.. controls (498.8991,270.6805) and (502.7905,258.9197) .. (501.5605,255.6797)
+.. controls (499.8806,253.6897) and (501.4006,248.4906) .. (499.6406,246.5606)
+.. controls (501.3906,244.7506) and (499.8809,241.2709) .. (499.8809,238.8809)
+.. controls (499.9409,234.6809) and (502.0009,229.5997) .. (499.8809,225.6797)
+arc(14.720 \__njuvis_colon -23.201 \__njuvis_colon 10.000)
+.. controls (500.1004,214.0992) and (500.5509,208.6992) .. (505.8809,208.1992)
+.. controls (506.3409,206.8792) and (507.3109,206.0709) .. (506.8809,203.8809)
+.. controls (505.1909,202.5309) and (504.8105,203.3594) .. (502.5605,204.3594)
+.. controls (501.3306,204.9194) and (499.7305,205.0805) .. (498.7305,205.5606)
+.. controls (497.9505,205.9406) and (497.4508,206.6800) .. (496.8008,207.0000)
+arc(64.693 \__njuvis_colon 90.018 \__njuvis_colon 17.930)
+.. controls (488.2409,207.2507) and (488.9909,206.6596) .. (489.1309,205.5996)
+.. controls (489.2909,204.3296) and (488.8209,202.1491) .. (489.1309,201.0391)
+.. controls (489.6009,199.2991) and (490.3608,197.0391) .. (491.0508,195.0391)
+.. controls (492.1608,191.8291) and (494.4102,189.8203) .. (494.1602,188.3203)
+.. controls (493.8302,186.3003) and (491.2801,185.9100) .. (490.0801,184.0000)
+-- cycle(470.1602,191.3691)
+.. controls (468.1302,191.7491) and (466.2204,190.9991) .. (464.6504,192.3691)
+.. controls (462.6404,198.3191) and (458.8400,201.6893) .. (456.0000,206.5293)
+.. controls (452.7000,207.8693) and (451.9601,211.7695) .. (448.3301,212.7695)
+.. controls (448.3301,212.6395) and (448.1301,212.4995) .. (448.0801,212.7695)
+.. controls (446.8801,215.8495) and (442.0003,216.0707) .. (440.0703,218.9707)
+arc(74.879 \__njuvis_colon 105.121 \__njuvis_colon 3.680)
+.. controls (440.2704,224.2107) and (442.9491,220.3394) .. (447.0391,219.6894)
+.. controls (449.5691,219.2494) and (450.9891,219.4200) .. (452.0391,218.2500)
+.. controls (453.4791,220.0700) and (452.6007,224.1795) .. (453.7207,225.6894)
+.. controls (452.6007,227.0894) and (450.6107,227.5798) .. (448.7207,228.0898)
+.. controls (446.8307,228.5998) and (445.4899,230.3600) .. (443.9199,230.2500)
+.. controls (443.8299,230.6600) and (444.2799,230.8607) .. (443.9199,230.9707)
+.. controls (442.5199,230.8807) and (442.3295,232.0904) .. (441.5195,232.6504)
+.. controls (441.4595,232.3104) and (441.0008,232.3799) .. (440.8008,232.1699)
+.. controls (437.9308,234.6199) and (433.0608,233.0801) .. (429.8008,234.3301)
+.. controls (430.0408,235.0601) and (430.4791,234.8995) .. (430.0391,235.7695)
+arc(124.972 \__njuvis_colon 81.507 \__njuvis_colon 11.320)
+.. controls (439.1592,237.5594) and (439.9698,236.7707) .. (440.8398,236.9707)
+.. controls (442.2598,237.3007) and (443.9609,240.9007) .. (443.9609,242.9707)
+.. controls (443.9909,244.4907) and (442.7707,245.4391) .. (443.7207,247.2891)
+.. controls (445.0807,247.9491) and (447.3695,248.6193) .. (448.5195,247.5293)
+.. controls (448.1695,244.5393) and (448.2291,241.1402) .. (448.0391,238.4102)
+-- (446.1191,238.4102)
+.. controls (446.3091,237.5902) and (445.9002,237.1695) .. (445.4102,237.6894)
+.. controls (445.5402,237.1894) and (446.0009,237.0000) .. (445.8809,236.2500)
+.. controls (445.6909,236.0200) and (444.6094,236.9593) .. (444.6895,235.5293)
+.. controls (445.5494,235.3293) and (445.8491,236.0693) .. (446.3691,235.5293)
+.. controls (446.0091,234.2193) and (447.0498,234.4109) .. (446.8398,233.1309)
+.. controls (449.1498,232.6309) and (450.8701,231.5509) .. (453.3301,231.2109)
+.. controls (455.9101,233.0109) and (457.2394,237.9191) .. (456.4395,241.2891)
+.. controls (456.1094,242.6991) and (454.8198,243.2304) .. (455.0098,244.6504)
+.. controls (455.1398,245.6704) and (456.3394,246.2908) .. (456.6895,247.0508)
+.. controls (467.3195,248.8108) and (462.5906,233.3092) .. (463.6406,225.4492)
+arc(237.476 \__njuvis_colon 248.012 \__njuvis_colon 48.520)
+.. controls (473.7106,220.4391) and (476.4502,220.1506) .. (475.1602,216.8106)
+.. controls (473.8002,216.8106) and (472.2808,217.6803) .. (471.8008,216.5703)
+.. controls (472.0408,218.2003) and (468.4100,216.6991) .. (467.2500,217.2891)
+.. controls (467.0800,219.1991) and (464.4102,218.5795) .. (463.4102,219.6894)
+.. controls (462.9302,218.5994) and (461.4300,219.9402) .. (461.2500,218.4902)
+arc(18.887 \__njuvis_colon -47.343 \__njuvis_colon 2.720)
+.. controls (460.7395,215.2294) and (461.7395,215.6606) .. (461.5195,214.8906)
+.. controls (461.5595,214.2106) and (460.8008,214.3295) .. (460.8008,213.6894)
+.. controls (462.2308,209.8494) and (474.2402,207.9796) .. (470.4102,203.8496)
+.. controls (467.7502,204.1396) and (465.3804,204.1797) .. (464.6504,201.9297)
+.. controls (465.4804,201.7397) and (465.5701,202.2899) .. (466.3301,202.1699)
+.. controls (466.2301,199.5399) and (468.9707,197.6307) .. (468.9707,194.9707)
+.. controls (469.3907,194.7507) and (469.6602,194.3900) .. (470.1602,194.2500)
+arc(18.045 \__njuvis_colon -18.045 \__njuvis_colon 4.650)
+-- cycle(331.8027,191.8164)
+.. controls (331.3077,191.8003) and (330.8382,191.8146) .. (330.4707,191.8496)
+.. controls (327.5407,192.1196) and (321.9503,193.1891) .. (322.3203,193.2891)
+.. controls (322.0103,192.9591) and (321.2706,193.0508) .. (320.6406,193.0508)
+.. controls (313.3606,194.4708) and (308.7194,198.5697) .. (303.3594,201.9297)
+arc(10.655 \__njuvis_colon 21.887 \__njuvis_colon 8.940)
+.. controls (304.2591,209.4094) and (310.1102,204.0302) .. (311.9902,202.4102)
+.. controls (313.4702,201.1702) and (318.2407,199.5398) .. (318.4707,198.0898)
+.. controls (321.3507,196.7298) and (327.8504,196.6191) .. (332.4004,197.3691)
+.. controls (332.6604,198.1791) and (333.2704,198.4691) .. (333.4004,199.2891)
+.. controls (334.4004,206.1491) and (325.4604,201.8496) .. (321.4004,203.8496)
+.. controls (320.7304,204.1696) and (319.3905,205.5105) .. (319.4805,206.7305)
+.. controls (319.7505,211.0105) and (327.3605,207.4594) .. (330.4805,209.6094)
+.. controls (330.0805,210.4094) and (329.6291,211.1598) .. (329.2891,212.0098)
+.. controls (326.7091,212.7498) and (323.8008,214.3098) .. (323.0508,216.0898)
+.. controls (321.5608,215.6498) and (320.0000,218.9891) .. (318.0000,217.2891)
+.. controls (318.3500,216.4391) and (319.3292,216.2106) .. (319.1992,214.8906)
+arc(111.825 \__njuvis_colon 130.111 \__njuvis_colon 13.210)
+arc(232.926 \__njuvis_colon 245.147 \__njuvis_colon 6.580)
+.. controls (316.6008,211.0898) and (315.8691,210.7098) .. (315.3691,210.0898)
+.. controls (314.6891,211.2598) and (312.9098,211.3098) .. (311.7598,212.0098)
+.. controls (312.8698,213.4598) and (313.0508,217.0295) .. (311.0508,217.7695)
+.. controls (310.6508,220.1695) and (309.5404,222.2595) .. (308.6504,224.7695)
+.. controls (309.0604,224.8595) and (309.2591,224.4095) .. (309.3691,224.7695)
+.. controls (307.6091,228.7695) and (305.2191,231.7809) .. (305.2891,238.2109)
+.. controls (305.2891,238.6109) and (305.9500,238.3394) .. (306.0000,238.6894)
+.. controls (303.9600,243.3494) and (301.5202,248.6702) .. (296.4102,249.4902)
+.. controls (294.4102,251.9102) and (295.5003,255.3102) .. (298.3203,255.4902)
+.. controls (302.3503,255.7402) and (303.5500,250.1402) .. (306.0000,249.4902)
+.. controls (305.9800,245.3802) and (310.6598,245.2498) .. (309.8398,241.0898)
+.. controls (310.5798,240.4698) and (310.7598,239.3197) .. (311.7598,238.9297)
+arc(169.279 \__njuvis_colon 224.145 \__njuvis_colon 2.720)
+.. controls (316.0505,237.9293) and (317.0091,241.9194) .. (317.2891,246.6094)
+.. controls (316.2391,248.6694) and (316.1502,252.0509) .. (318.2402,252.1309)
+.. controls (320.0802,252.2009) and (320.2201,249.2495) .. (322.0801,248.7695)
+.. controls (321.3601,245.9495) and (323.9809,241.3102) .. (321.1309,239.4102)
+.. controls (320.9209,240.2902) and (320.3999,239.3106) .. (319.9199,239.8906)
+arc(46.728 \__njuvis_colon 27.027 \__njuvis_colon 8.770)
+.. controls (320.8607,237.3502) and (321.2807,238.4102) .. (320.7207,238.4902)
+.. controls (319.7607,238.4802) and (317.8408,236.8496) .. (318.5508,235.8496)
+.. controls (318.7308,236.3696) and (319.6305,237.4708) .. (320.4805,237.0508)
+.. controls (320.0105,236.5708) and (319.6905,236.8403) .. (319.4805,236.5703)
+.. controls (319.5005,236.1203) and (320.2695,236.3996) .. (320.1895,235.8496)
+.. controls (318.2194,235.7196) and (319.5798,233.3209) .. (318.7598,233.2109)
+.. controls (319.2798,232.2309) and (319.9805,230.1891) .. (319.2305,229.3691)
+.. controls (324.5705,226.3691) and (328.9591,223.4591) .. (335.7891,222.3691)
+.. controls (336.4691,219.9291) and (338.1509,218.4796) .. (339.6309,216.8496)
+.. controls (339.5609,216.2896) and (339.2604,215.9499) .. (339.4004,215.1699)
+-- (338.4004,215.1699)
+.. controls (339.3404,214.4399) and (338.4504,213.1591) .. (338.1504,212.2891)
+.. controls (339.8504,209.9491) and (339.5991,207.1291) .. (340.7891,204.3691)
+.. controls (343.7191,204.7791) and (345.0194,206.5491) .. (345.3594,209.3691)
+.. controls (345.8494,213.5991) and (347.1494,214.9209) .. (351.3594,215.1309)
+.. controls (352.2894,214.3109) and (352.6702,212.9302) .. (353.9902,212.4902)
+.. controls (354.7202,206.4602) and (353.7791,199.2297) .. (350.8691,195.9297)
+.. controls (351.5691,197.1297) and (349.9404,197.1506) .. (350.4004,198.8106)
+.. controls (348.1604,201.2206) and (343.8793,199.0103) .. (341.2793,198.5703)
+arc(72.235 \__njuvis_colon 28.154 \__njuvis_colon 2.500)
+.. controls (340.5307,196.5291) and (339.7207,192.0493) .. (336.7207,193.5293)
+.. controls (336.1107,193.1293) and (335.6391,192.5908) .. (334.7891,193.0508)
+.. controls (334.9916,192.1883) and (333.2877,191.8647) .. (331.8027,191.8164)
+-- cycle(479.7598,194.8008)
+.. controls (480.2498,195.3808) and (479.4506,197.1805) .. (478.5605,196.4805)
+-- (478.5605,196.4492)
+.. controls (478.7505,195.6792) and (479.4398,195.4008) .. (479.7598,194.8008)
+-- cycle(187.8906,199.0508)
+.. controls (187.8206,199.6408) and (187.9394,199.9908) .. (188.3594,200.0508)
+.. controls (187.0094,202.8608) and (183.0302,204.8907) .. (181.1602,207.9707)
+.. controls (180.0502,208.0407) and (179.4708,208.6692) .. (178.0508,208.4492)
+.. controls (177.6608,206.9392) and (178.8700,206.0806) .. (179.0000,203.8906)
+.. controls (181.7300,202.0006) and (184.3606,200.0908) .. (187.8906,199.0508)
+-- cycle(187.6504,203.2500)
+.. controls (189.4004,204.0900) and (189.0508,205.7198) .. (190.0508,207.0898)
+.. controls (188.6208,209.3098) and (185.3508,209.7098) .. (184.0508,212.0898)
+arc(99.256 \__njuvis_colon 130.426 \__njuvis_colon 4.430)
+-- (181.9297,211.0898)
+.. controls (181.9997,208.4898) and (184.4304,204.6800) .. (187.6504,203.2500)
+-- cycle(36.7207,205.0898)
+.. controls (37.2807,205.2398) and (38.1707,205.5708) .. (37.7207,206.0508)
+.. controls (40.0507,205.5808) and (44.3792,203.4805) .. (44.1992,207.7305)
+.. controls (41.5692,208.8705) and (41.0507,212.1093) .. (37.7207,212.5293)
+.. controls (36.5907,210.5193) and (35.0307,207.6898) .. (36.7207,205.0898)
+-- cycle(166.4707,217.9102)
+.. controls (166.9043,217.9125) and (167.4127,218.3323) .. (167.2402,219.0898)
+.. controls (166.7902,218.7798) and (166.1408,218.7098) .. (166.0508,218.0898)
+-- (166.0898,218.0508)
+.. controls (166.1898,217.9558) and (166.3262,217.9094) .. (166.4707,217.9102)
+-- cycle(477.1309,221.4102)
+.. controls (476.7609,222.1102) and (476.1804,223.5291) .. (476.6504,224.2891)
+.. controls (477.6004,224.3491) and (478.1309,221.7002) .. (477.1309,221.4102)
+-- cycle(346.2207,221.9844)
+arc(271.945 \__njuvis_colon 212.020 \__njuvis_colon 3.380)
+.. controls (341.1002,223.6303) and (340.6699,225.4300) .. (338.9199,225.2500)
+.. controls (339.3199,226.4900) and (333.3398,226.5804) .. (335.0898,227.6504)
+.. controls (334.2198,228.0204) and (333.4899,228.1404) .. (332.9199,227.6504)
+.. controls (331.9199,227.9604) and (332.6699,228.8098) .. (331.9199,229.0898)
+.. controls (330.9499,228.6698) and (329.6200,230.5596) .. (330.0000,228.8496)
+.. controls (329.5600,229.8596) and (328.6908,229.4008) .. (327.8008,229.0508)
+.. controls (327.2308,229.7508) and (326.8791,230.0508) .. (326.1191,230.0508)
+.. controls (325.9291,231.2608) and (325.9994,231.2607) .. (326.6094,231.9707)
+.. controls (325.6994,232.0307) and (325.6702,232.9504) .. (325.4102,233.6504)
+.. controls (326.3102,237.2304) and (330.4506,234.9596) .. (333.5605,234.8496)
+.. controls (333.6705,233.9296) and (333.8806,233.1997) .. (334.5605,232.9297)
+.. controls (337.0806,232.6197) and (341.4102,235.6894) .. (338.4102,238.6894)
+.. controls (339.1602,238.8094) and (339.3398,238.1695) .. (339.8398,238.6894)
+.. controls (338.9198,239.3895) and (339.2499,241.3003) .. (337.9199,241.5703)
+arc(43.573 \__njuvis_colon 17.962 \__njuvis_colon 4.410)
+.. controls (337.4399,240.3606) and (337.6795,241.3108) .. (336.7695,242.0508)
+.. controls (332.7495,241.1408) and (329.0292,244.3893) .. (326.1992,242.5293)
+.. controls (324.8892,244.1793) and (322.8398,245.0508) .. (322.8398,248.0508)
+.. controls (324.4298,249.2708) and (327.2995,248.9195) .. (330.5195,248.7695)
+.. controls (337.8695,248.4295) and (345.8596,248.4691) .. (346.5996,242.2891)
+.. controls (345.2496,241.9591) and (343.4707,242.0709) .. (343.7207,240.1309)
+.. controls (343.8207,239.6309) and (344.6592,239.9009) .. (344.4492,239.1309)
+.. controls (343.7892,236.3209) and (347.3496,234.8197) .. (346.5996,231.9297)
+.. controls (347.9296,229.9997) and (348.5994,228.4097) .. (350.6895,226.9297)
+.. controls (349.5494,225.4097) and (349.0291,222.6001) .. (346.3691,223.3301)
+.. controls (346.4391,222.7601) and (347.1998,222.8809) .. (347.0898,222.1309)
+arc(287.058 \__njuvis_colon 272.075 \__njuvis_colon 3.380)
+-- cycle(476.6504,225.2500)
+.. controls (475.9104,227.2700) and (476.0805,229.3008) .. (474.7305,231.0508)
+arc(0.806 \__njuvis_colon -14.509 \__njuvis_colon 15.420)
+.. controls (473.2302,227.8707) and (471.0997,227.1107) .. (469.6797,226.9707)
+.. controls (472.2897,229.5807) and (471.6091,234.6302) .. (473.2891,238.4902)
+.. controls (477.5291,238.6002) and (475.7099,234.8200) .. (475.9199,232.2500)
+.. controls (476.1299,229.6800) and (478.0504,227.1000) .. (476.6504,225.2500)
+-- cycle(317.3750,231.9297)
+.. controls (317.7505,231.8739) and (318.2580,232.3609) .. (318.7305,232.2109)
+.. controls (318.3405,233.0009) and (317.5708,232.5509) .. (317.0508,232.2109)
+.. controls (317.1408,232.0284) and (317.2498,231.9483) .. (317.3750,231.9297)
+-- cycle(361.1992,246.8106)
+arc(128.077 \__njuvis_colon 88.793 \__njuvis_colon 1.130)
+.. controls (361.9899,247.7208) and (361.8392,248.1208) .. (361.1992,248.0508)
+.. controls (361.2892,247.6408) and (361.0205,247.5703) .. (360.7305,247.5703)
+.. controls (360.8105,247.2503) and (361.1492,247.1906) .. (361.1992,246.8106)
+-- cycle(173.3652,251.4043)
+arc(268.811 \__njuvis_colon 263.386 \__njuvis_colon 0.910)
+.. controls (173.4193,251.8402) and (173.4108,252.4104) .. (173.8008,252.6504)
+.. controls (173.8508,252.4104) and (173.9993,252.4102) .. (174.2793,252.4102)
+arc(6.050 \__njuvis_colon -90.575 \__njuvis_colon 0.910)
+-- cycle(59.0000,252.6094)
+.. controls (59.4800,252.5794) and (59.5498,252.9006) .. (60.0098,252.8906)
+.. controls (59.6898,253.2306) and (58.9405,253.5209) .. (58.5605,253.1309)
+.. controls (58.6205,252.8709) and (59.0391,252.9704) .. (59.0391,252.6504)
+-- (59.0000,252.6094)
+-- cycle(173.7344,253.5137)
+.. controls (173.8235,253.5051) and (173.9125,253.5093) .. (174.0000,253.5293)
+.. controls (173.8900,254.1293) and (173.2200,254.1093) .. (173.0000,254.5293)
+.. controls (172.5188,254.2580) and (173.1103,253.5734) .. (173.7344,253.5137)
+-- cycle;
+}
+\endinput
+%%
+%% End of file `njuvisual.sty'.


Property changes on: trunk/Master/texmf-dist/tex/latex/njuthesis/njuvisual.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property


More information about the tex-live-commits mailing list.